/*!
Theme Name: klever.team
Theme URI: https://uep24.ru/
Author: Martvv.ru
Author URI: http://martvv.ru/
Description: The theme is based on the ModX theme, migrated and adapted for Wordpress.
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: klever-team
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

klever.team is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
article {
	margin: 0 1vw;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #2154cf;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	padding-right: 40px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 40px;
}
.main-navigation ul li {
    float: none;
    display: flex;
	align-items: center;
    position: relative;
    padding-right: 10px;
}
.main-navigation ul li a {
	padding-right: .5rem;
    padding-left: .5rem;
	color: #fff;
    text-rendering: optimizeLegibility;
    display: inline-block;
    padding: 5px 15px;
    line-height: 80px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    -webkit-transition: 350ms;
    transition: 350ms;
}
.menu-mobile-container {
	display: none;
}
.menu-menu-top-container {
	display: block;
}
@media (max-width: 992px) {
	.menu-mobile-container {
		display: block;
	}
	.menu-menu-top-container {
		display: none;
	}
}
/****/
ul.menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid transparent;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.menu li.active a:before,
ul.menu li.active a:before {
    border-color: #2154cf;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);

}
ul.menu li:hover a {
	color: #fc6a2a;
}
ul.menu li:hover ul.sub-menu li a {
	color: #fff;
}
ul.menu li ul.sub-menu li:hover a {
	color: #fc6a2a;
}
ul.menu li:hover ul.sub-menu li ul.sub-menu li a {
	color: #fff;
}
ul.menu li ul.sub-menu li ul.sub-menu li:hover a {
	color: #fc6a2a;
}
ul.menu li:hover a:before {
    border-color: #2154cf;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
ul.sub-menu li a:before {
	display: none;
}
/****/

ul.sub-menu {
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #1c1e22;
    z-index: 100;
    min-width: 260px;
	padding: 20px 25px;
	text-transform: math-auto;
}
ul.sub-menu li a {
	display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid #38393d;
    color: #fff;
	text-transform: math-auto;
}
ul.sub-menu li:hover ul.sub-menu {
    left: 200px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
	display: flex;
}
.main-navigation.toggled ul {
	display: flex;
    flex-direction: column;
	padding: 0;
}
.main-navigation.toggled ul li {
	padding: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.main-navigation.toggled ul li a {
	width: 100%;
	border-bottom: 1px solid #38393d;
    padding: 15px 20px;
	line-height: normal;
}
.main-navigation.toggled ul li a:before {
	display: none;
}

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* personal style */

header.head-fix {
	position: fixed;
	z-index: 14;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-top {
	color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0;
    line-height: normal;
    -webkit-transition: 350ms;
    transition: 350ms;
	width: 100%;
	max-width: 1140px;
	transition: 1s;
	overflow: hidden;
}
.header-top.hide {
	transition: 1s;
	height: 0;
	padding: 0;
}
.header-top .info-icon {
    top: 0;
    margin-right: 5px;
}
.header-top .info-icon {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}
.header-bottom {
	display: flex;
	-webkit-transition: 350ms;
    transition: 350ms;
	width: 100%;
	max-width: 1140px;
    height: 90px;
	align-items: center;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	transition: 1s;
}
.header-bottom:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    display: block;
    width: 300%;
    height: 100%;
    right: -300%;
    top: 0;
	transition: 1s;
}
.header-bottom.active {
	background: rgba(31, 31, 34, 0.9);
	transition: 1s;
}
.header-bottom.active:before {
	background: rgba(31, 31, 34, 0.9);
	transition: 1s;
}
.header-bottom:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    display: block;
    width: 0;
    height: 100%;
    left: -300%;
    top: 0;
	transition: 1s;
}
.header-bottom.active:after {
    background: rgba(31, 31, 34, 0.9);
	transition: 1s;
	width: 300%;
}
.logo {
	padding-left: 30px;
    display: table;
}
.logo img {
	max-width: none;
}


.block-fact-items {
    display: flex;
    flex-direction: row;
}
@media (max-width: 992px) {
	.block-fact-items {
		flex-direction: column;
	}
}
.fact-item {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	position: relative;
	padding: 30px 40px;
}
.fact-item i.fa {
    font-size: 60px;
	color: #fff;
	z-index: 2;
}
.fact-back-one {
    background-image: url(images/fact-bg1.jpg);
    background-size: cover;
    background-position: center;
}
.fact-back-second {
    background-image: url(images/fact-bg2.jpg);
    background-size: cover;
    background-position: center;
}
.fact-back-three {
    background-image: url(images/fact-bg3.jpg);
    background-size: cover;
    background-position: center;
}
.fact-back-one:after, .fact-back-second:after, .fact-back-three:after {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
	box-sizing: border-box;
}
.fact-back-one:after {
    background: rgba(33, 84, 207, 0.85);
}
.fact-back-second:after {
    background: rgba(15, 39, 101, 0.85);
}
.fact-title {
	font-size: 28px;
    margin: 30px 0 20px;
    color: #fff;
    min-height: 70px;
	z-index: 2;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}
.fact-desc {
	color: #fff;
	margin-bottom: 40px;
	font-size: 16px;
    line-height: 30px;
	z-index: 2;
	text-align: center;
}
a.fact-btn {
    margin-bottom: 20px;
	border: 2px solid #fff;
    color: #fff;
	font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    line-height: 1.33;
    border-radius: 30px;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	z-index: 2;
	text-decoration: none;
}
a.fact-btn:hover {
	background: #0f2765;
	border: 2px solid #0f2765;
}

.block-number-items {
	display: flex;
	flex-direction: row;
    justify-content: center;
    background-image: url(images/parallax1.jpg);
    padding: 60px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
	position: relative;
}
.block-number-items:after {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	box-sizing: border-box;
}
.number-item {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 2;
	width: 100%;
	max-width: 285px;
}
.facts-icon i {
	font-size: 48px;
    color: #fff;
}
.number-desc {
	color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
	text-align: center;
}
.number-desc span {
	font-size: 30px;
    font-weight: 700;
	text-align: center;
}

.block-services {
	display: flex;
	flex-direction: column;
}
.line-blue {
    font-size: 44px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
	text-align: center;
	padding-top: 50px;
}
@media (max-width: 992px) {
	.line-blue {
		font-size: 35px;
	}
}
.line-blue:after {
    content: '';
    position: absolute;
    bottom: -30px;
    height: 1px;
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    border-bottom: 2px solid #2154cf;
}
.block-serv {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title-serv {
	padding-left: 140px;
	font-size: 44px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
	max-width: 1140px;
	width: 100%;
	line-height: 1;
}
.title-serv:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -22px;
    height: 1px;
    width: 115px;
    left: 0;
    z-index: 0;
    border-bottom: 2px solid #2154cf;
}
@media (max-width: 992px) {
	.title-serv {
		width: 60vw;		
		font-size: 25px;
	}
}
@media (max-width: 640px) {
	.title-serv-bg:before, .title-serv-bg:after {
		display: none;
	}
	.title-serv {
		width: 90vw;		
		font-size: 25px;
	}
}
.title-serv-bg {
	width: 100%;
    display: flex;
    justify-content: center;
	position: relative;
	margin-top: 60px;
	height: 167px;
}
.title-serv-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/pattern_arrow.png) no-repeat top left;
    background-size: 137px;
}
.title-serv-bg:after {
	content: '';
    position: absolute;
	background: url(images/pattern_box.png) no-repeat bottom right;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.title-serv span {
    font-size: 18px;
    margin-bottom: 15px;
    color: #626c84;
    text-align: center;
    display: block;
    font-weight: 400 !important;
    line-height: normal;
	text-align: left;
}
.serv-items {
	display: flex;
    flex-direction: row;
    align-items: start;
    max-width: 1140px;
}
@media (max-width: 992px) {
	.serv-items {
		flex-direction: column;
	}
}
.serv-item {
	-webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 3%);
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 3%);
	margin-bottom: 60px;
	max-width: 350px;
	width: 10)%;
	margin-right: 15px;
	margin-left: 15px;
}
.serv-img {
/* 	z-index: 1; */
	transition: 0.5s;
	height: 120px;
}
.serv-item:hover .serv-img {
	background: #000;
    transition: 0.5s;
	height: 120px;
}
.serv-item:hover .serv-img img {
	position: relative;
    transition: 0.5s;
	opacity: 0.5;
}
.serv-title {
	margin: 15px 0;
    height: 55px;
	position: relative;
	display: block;
	border: 1px solid #fff;
}
.serv-title a {
	color: #000;
    transition: 0.5s;
    text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.serv-item:hover .serv-title a {
	color: #fff;
	margin-top: -135px;
	transition: 0.5s;
/* 	z-index: 2; */
	position: absolute;
	text-align: center;
	width: 100%;
	height: 120px;
}
.serv-desc {
	height: 100px;
	font-size: 16px;
	line-height: 30px;
	color: #626c84;
	padding: 0 6px;
}
a.serv-more {
	margin-top: 10px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	color: #2154cf;
	padding: 0 6px;
}

.block-list-items {
	background: #f7f9fd;
	display: flex;
	flex-direction: row;
	margin-top: 60px;
}
@media (max-width: 992px) {
	.block-list-items {
		flex-direction: column;
	}
	.serv-desc, a.serv-more {
		text-align: center;
	}
}
.list-item {
	flex: 0 0 50%;
}
.list-item.item-list {
	padding: 70px 140px 40px 50px;
}
@media (max-width: 992px) {
	.list-item.item-list {
		padding: 30px;
	}
}
.list-item.item-img {
	background: url(images/fact-pic.jpg) left top no-repeat;
	background-size: cover;
	aspect-ratio: 5 / 3;
}
.list-item h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0;
}
.list-item ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 20px;
}
.list-item ul li {
	margin-bottom: 20px;
	color: #626c84;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 30px;
}

.block-slide {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 100px 0 4px 0;
}
.rotate-text {
	writing-mode: sideways-lr;
	text-orientation: sideways;
	font-size: 37px;
	color: #c7d4f3;
	line-height: 36px;
	font-weight: 700;
	margin-right: 20px;
}
.swiper {
	width: 1140px;
	height: 621px;
	margin: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next {
	right: 48px;
	bottom: 36px;
	top: auto;
}
.swiper-button-prev {
	right: 108px;
	bottom: 36px;
	top: auto;
	left: auto;
}
.swiper-button-next, .swiper-button-prev {
	background: #2154cf;
	width: 60px;
	height: 60px;
	font-size: 28px;
	color: #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background: #272d33;
}
.swiper-button-next:after {
	content: "";
}
.swiper-button-prev:after {
	content: "";
}
.f-slide h3 {
	font-size: 44px;
	line-height: 50px;
	margin: 0 0 20px;
	text-align: left;
}
.f-slide {
	display: flex;
	background: #f7f9fd;
	border-radius: 3px;
	min-height: 470px;
	padding: 0 45px;
}
.f-slide div {
	flex: 0 0 50%;
	position: relative;
}
.f-slide div:first-child {
	padding: 50px 30px 0 0;
}
.f-slide span {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 1rem;
	text-align: left;
	display: block;
}
a.btn-blue {
	background: #2154cf;
	opacity: 1;
	padding: 1em 2em 1em 2em;
	box-shadow: none;
	border-radius: 30px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	width: 190px;
	text-decoration: none;
}
a.btn-blue {
	background: #0f2765;
}
.f-slide div img.sub-slide {
	display: block;
	width: auto;
	height: auto;
	object-fit: cover;
	position: absolute;
	margin-top: -75px;
	margin-left: 16px;
}

footer {
	background: url(images/footer-bg-3.jpg) left top no-repeat;
	background-size: cover;
	background-position: 100%;
}
.block-footer {
	margin-top: 60px;
    position: relative;
}
.block-foot {
	color: #8c93a5;
	position: relative;
	padding: 120px 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 8, 29, 0.9);
}
/* .block-foot:after {
    background-color: rgba(0, 8, 29, 0.9);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.block-foot-items {
	z-index: 2;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 1110px;
	justify-content: space-between;
	align-items: center;
}
.block-foot-item {
	display: flex;
	flex-direction: column;
}
.block-foot-item h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px;
}
.block-foot-item.item-grid {
	display: flex;
	flex-direction: row;
	gap: 25px;
}
.block-foot-item.item-grid a {
	color: #fff;
	text-decoration: none;
	line-height: normal;
	font-size: 15px;
}
.block-foot-item.item-grid a:hover {
	color: #fc6a2a;
}
.block-foot-item .logo {
	padding-left: 0;
	margin: 0 0 25px;
}
.block-map {
	background: url(/wp-content/uploads/2025/04/map_pic.jpg) left top no-repeat;
	height: 405px;
	background-size: cover;
	position: relative;
}
.block-adress {
	margin-top: -60px;
	position: absolute;
	display: flex;
	z-index: 12;
	justify-content: center;
	width: 100%;
}
.block-blue {
	display: flex;
	background: #0f2765;
	width: 100%;
	max-width: 1110px;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.block-adress {
		bottom: 0;
		margin: 0;
		position: relative;
		background-color: rgba(0, 8, 29, 0.9);
	}
	.block-blue {
		flex-direction: column;
		width: 90%;
	}
	.block-foot-items {
		flex-direction: column;
		align-items: center;
        gap: 50px;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.block-foot-item {
		align-items: center;
	}
	.blue-item {
		padding: 20px 10px !important;
	}
	.block-foot-item h3 {
		font-size: 19px;
	}
	.newsletter-form  {
		width: 100%;
	}
	.blue-item div {
		width: 60%;
	}
	.block-foot-item.item-grid {
		flex-direction: column;
	}
	.logo img {
		height: 20px;
	}
	.block-foot-item.item-grid a {
		text-align: center;
	}
}
.blue-item {
	padding: 30px 45px 20px;
	min-height: 120px;
	display: flex;
	align-items: center;
	color: #fff;
}
.blue-item i {
	float: left;
	font-size: 28px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 100%;
}
.blue-item div {
	margin-left: 30px;
}
.blue-item:last-child {
	width: 40%;
}
@media (max-width: 992px) {
	.blue-item, .blue-item:last-child {
		width: 100%;
	}
}

.newsletter-form {
	position: relative;
}
.form-group {
	margin-bottom: 1rem;
}
.newsletter-form input {
	width: 80%;
	background: #fff;
	color: #333;
	font-size: 14px;
	height: 50px;
	font-style: italic;
	border: 0;
	border-radius: 25px 0 0 25px;
	font-weight: normal;
	padding: 5px 20px;
	box-shadow: none;
}
.newsletter-form .btn.btn-primary {
	color: #fff;
	position: absolute;
	right: 13px;
	top: 0;
	border-radius: 0 25px 25px 0;
	padding: 13px 20px;
	height: 50px;
}
.btn.btn-primary {
	background: #2154cf;
	border: 2px solid transparent;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.33;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}


.block-copy {
	background: #00081d;
	color: #8c93a5;
	padding: 30px 0;
	font-size: 15px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.copy-items {
	display:flex;
	width: 100%;
	max-width: 1110px;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.copy-items {
		flex-direction: column;
		align-items: center;
	}
	.copy-item {
		font-size: 12px;
	}
}
.copy-item a {
	font-size: 15px;
	color: #8c93a5;
	line-height: 10px;
	padding-right: 10px;
	margin-right: 5px;
	text-decoration: none;
}
.copy-item a:hover {
	color: #fc6a2a;
}


#back-to-top.affix {
	bottom: 25px;
	display: block !important;
	transition: 1s;
}
#back-to-top {
	position: fixed;
	right: 40px;
	top: auto;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	transition: 1s;
}
#back-to-top .btn.btn-primary {
	font-size: 18px;
	padding: 6px 15px;
	width: 44px;
	height: 44px;
	line-height: 30px;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
}
.btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover {
	background: #0f2765;
	color: #fff;
}

.popup_form {
    display: flex;
    width: 198px;
    height: 44px;
    right: -149px;
    transition: .3s linear;
    position: fixed;
    background: url(images/icon_send.svg) no-repeat 15px center #2154CF;
    border-radius: 20px 0 0 20px;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
    padding-right: 26px;
    cursor: pointer;
    color: white !important;
    bottom: 80px;
    z-index: 10;
}
.popup_form:hover {
    background-color: #0f2765;
    transition: .3s linear;
    right: 0;
}
#popup_block {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000000a1;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#popup_block.active {
	display: flex;
}
#popup_block .popup-close {
	font-size: 16px;
    font-weight: 400;
    color: white;
    opacity: .7;
    cursor: pointer;
    position: absolute;
    right: 0;
}
#popup_block .popup-close:hover {
	opacity: 1;
}
#popup_block .wpcf7-form {
	padding: 20px 40px;
    margin-top: 40px;
    margin-bottom: 0;
    background: rgba(31, 31, 34, 1);
    border-radius: 15px;
}
.form-block {
	color: #fff;
	display: flex;
	position: relative;
}
.form-block p {
	width: 100%;
}
#popup_block .wpcf7 {
	max-width: 50%;
}
#popup_block h2 {
	color: white;
	font-size: 36px;
    margin-bottom: 40px;
	line-height: 50px;
    margin: 0 0 20px;
	font-weight: 700;
	position: relative;
}
.form-block.form-min p {
	flex-direction: row;
    display: flex;
    gap: 30px;
}
.form-block .wpcf7-text, .form-block .wpcf7-textarea {
	color: #fff;
	background: transparent;
	border: none;
	border-bottom: 1px solid #6d6d6d;
	margin-right: 15px;
    margin-left: 15px;
	width: 100%;
}
.form-block .wpcf7-textarea  {
	height: 120px;
}
.form-block .wpcf7-text:focus, .form-block .wpcf7-textarea:focus {
    border-bottom: 1px solid #2154cf;
	color: #fff;
}
.form-block .wpcf7-text:focus-visible, .form-block .wpcf7-textarea:focus-visible {
	outline: none;
}
.form-block a {
	text-decoration: none;
}
.form-block a:hover {
	color: #fc6a2a;
}
.form-block.block-subm p {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	align-items: end;
}
.block-subm .wpcf7-response-output {
	color: #fff;
}
.form-btn {
	font-size: 16px;
    font-weight: 600;
    padding: 15px 50px !important;
    line-height: 1.33 !important;
    border-radius: 30px !important;
    background: #2154cf !important;
    color: #fff !important;
    border: 2px solid transparent !important;
	cursor: pointer;
	max-width: 200px;
}
.form-btn:hover {
	background: #0f2765 !important;
}


/******/

article {
	display: flex;
    justify-content: center;
    align-items: center;
}
article .entry-content {
	width: 100%;
    max-width: 1100px;
}
article .entry-content p {
    color: #626c84;
}
article .entry-content ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
	color: #626c84;
}
article .entry-content ul li:before {
    font-family: fontAwesome;
    content: "\f0c8";
    font-size: 8px;
    color: #252a37;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_ruk {background: url("images/pic1.png") no-repeat top right;height:508px;}
@media (max-width:1024px){
    .bl_ruk {background:none;}
}
.bl_ruk h2 {font-style: normal;font-weight: 700;font-size: 32px;line-height: 42px;color: #252A37;padding-top:100px;}
.bl_ruk h2 span {color:#2154cf;}
.bl_ruk h4 {font-style: normal;font-weight: 400;font-size: 24px;line-height: 35px;color: #252A37;margin-top:65px;padding-left:27px;}

h3.prof {font-style: normal;font-weight: 700;font-size: 24px;line-height: 34px;color: #252A37; margin: 40px 0;}
.p_prof {font-style: normal;font-weight: 400;font-size: 20px;line-height: 30px;color: #252A37;}
.center {font-style: normal;font-weight: 700;font-size: 24px;line-height: 42px;color: #252A37;text-align:center;margin-bottom:50px;}
ul.grid_li {display: grid;grid-template-columns: repeat(4,1fr);list-style:none; margin:50px 0;}
@media (max-width: 1024px){
    ul.grid_li {grid-template-columns: repeat(3,1fr);}
}
@media (max-width: 768px){
    ul.grid_li {grid-template-columns: repeat(2,1fr);}
}
@media (max-width: 479px){
    ul.grid_li {grid-template-columns: 1fr;}
}
.content-article ul.grid_li.li_4 li:before {
    font-family: fontAwesome;
    content: "";
    width:10px;
    font-size: 8px;
    color: #2154cf;
    border-top:2px solid #2154cf;
    position: absolute;
    top: 12px;
    left: 6px;
}

.bl_ruk_2.li_5 {display: grid;grid-template-columns: repeat(5,1fr);list-style:none; margin:50px 0;}
@media (max-width: 1024px){
    .bl_ruk_2.li_5 {grid-template-columns: repeat(3,1fr);}
}
@media (max-width: 768px){
    .bl_ruk_2.li_5 {grid-template-columns: repeat(2,1fr);}
}
@media (max-width: 479px){
    .bl_ruk_2.li_5 {grid-template-columns: 1fr;}
}
.pr_ico_1, .pr_ico_2, .pr_ico_3, .pr_ico_4, .pr_ico_5 {min-height:190px; padding-top: 140px;font-family: 'Helvetica';font-style: normal;font-weight: 400;font-size: 16px;line-height: 22px;text-align: center;color: #272B47;}
.pr_ico_1 {background: url(images/ico_1.svg) center top no-repeat;}
.pr_ico_2 {background: url(images/ico_2.svg) center top no-repeat;}
.pr_ico_3 {background: url(images/ico_3.svg) center top no-repeat;}
.pr_ico_4 {background: url(images/ico_4.svg) center top no-repeat;}
.pr_ico_5 {background: url(images/ico_5.svg) center top no-repeat;}

.bl_ruk_2.li_2 {display:grid;grid-template-columns: repeat(3,1fr);gap:50px;}
@media (max-width: 1024px){
    .bl_ruk_2.li_2 {grid-template-columns: repeat(2,1fr);}
    .-no_mob {display:none;}
}
@media (max-width: 479px){
    .bl_ruk_2.li_2 {grid-template-columns: 1fr;}
}
.m_ico {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.m_ico span {/*margin-bottom:25px;*/display:inline-block;height:58px;width:58px;display: flex;align-items: flex-end;}
.m_ico h3 {min-height:80px;}
.m_ico.img_cen {display: flex;flex-direction: column;align-items: center;}
.m_ico.img_cen img {max-height: 150px;width: fit-content;}
.m_ico.img_cen h3 {min-height:20px;text-align:left;margin-top:15px;}
.m_ico.img_cen p {text-align:left;}

.titl {font-style: normal;font-weight: 700;font-size: 20px;line-height: 26px;color: ##2154cf;}
.titl span {color:#2154cf;}
.tx_cent {text-align:center;}

.bl_ruk_2.li_4 {display:grid;grid-template-columns: repeat(4,1fr);gap:20px;margin-bottom:50px;}
@media (max-width: 1024px){
    .bl_ruk_2.li_4 {grid-template-columns: repeat(2,1fr);}
    .-no_mob {display:none;}
}
@media (max-width: 479px){
    .bl_ruk_2.li_4 {grid-template-columns: 1fr;}
}

.tx_p {font-style: normal;font-weight: 700;font-size: 16px;line-height: 26px;color: #272B47;margin-bottom:50px;}

.step h3 {font-style: normal;font-weight: 700;font-size: 24px;line-height: 26px;color: #272B47;}
.step span {display:flex;justify-content: center;height: 100px;background: #E5E5E5;align-items: center;font-style: normal;font-weight: 700;font-size: 18px;line-height: 24px;color: #272B47;margin-bottom:22px;text-align:center;}
.step p, .step ul li {font-style: normal;font-weight: 400;font-size: 16px;line-height: 22px;color: #272B47;}
.step ul li {margin-bottom:6px;}

.bl_blue {background: #2154cf;height:276px;display:flex;justify-content: flex-start;align-items: center;flex-direction: column; padding:0 20px;}
.bl_blue img {display:inline-block;margin:27px 0 17px 0;}
.bl_blue span {font-style: normal;font-weight: 400;font-size: 16px;line-height: 22px;text-align: center;color: #FFFFFF;display: inline-block;}


.bl_ruk_3 {background: url("images/pic5-2.svg") no-repeat bottom right;background-size: 200px;}
@media (max-width:1024px){
    .bl_ruk_3 {background:none;}
}
ul.ul_li_3 {list-style:none;}
ul.ul_li_3 li {margin-bottom:6px;
    display: block;
    position: relative;
    padding-left: 25px;
	color: #626c84;
}
ul.ul_li_3 li:before {
    font-family: fontAwesome;
    content: "";
    width:10px;
    font-size: 8px;
    color: #2154cf;
    border-top:2px solid #2154cf;
    position: absolute;
    top: 12px;
    left: 6px;
}
.bl_blue_2 {background: #2154cf;display:flex;justify-content: flex-start;align-items: center;flex-direction: column;padding:15px 60px;font-style: normal;font-weight: 700;font-size: 18px;line-height: 18px;color: #FFFFFF; max-width:665px;margin:60px 0px;}
@media (max-width: 700px){
    .bl_blue_2 {margin:60px 10px;}
}

.form_blue {background:#2154cf;padding:19px 49px 39px 49px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin:50px 0;}
@media (max-width: 1100px){
    .form_blue {flex-direction: column;align-items: center;}
}
.form_blue .form_tx {font-style: normal;font-weight: 700;font-size: 20px;line-height: 26px;color: #FFFFFF; width:50%;}
@media (max-width: 1100px){
    .form_blue .form_tx {width:100%;}
}
.form_blue label {font-style: normal;font-weight: 400;font-size: 14px;line-height: 26px;color: #FFFFFF;margin-bottom:0;}
@media (max-width: 1100px){
    .form_blue label {display:flex;justify-content: flex-start;align-items: center;flex-direction: column;margin-bottom:10px;}
}
.form_blue label input {width: 198px;height: 43px;background: #FFFFFF;border: 1px solid #D5D5D5;font-style: normal;font-weight: 400;font-size: 14px;line-height: 26px;color: #000000;}
.form_blue button {width: 148px;height: 43px;background: linear-gradient(180deg, #6BB8FF 0%, rgba(61, 160, 252, 0) 100%);border: 1px solid #FFFFFF;font-style: normal;font-weight: 400;font-size: 14px;line-height: 14px;color: #FFFFFF;white-space: nowrap;}

.main-container {padding-top:50px;}

@media (max-width: 479px){
    .ts-team-wrapper {
        min-height: 195px;
    }
}

.bl_ruk_it .left_boorder {height: auto;}
.bl_ruk_it h2 {font-style: normal;font-weight: 700;font-size: 32px;line-height: 42px;color: #252A37;padding-top:100px;}
.bl_ruk_it h2 span {color:#2154cf;}
.bl_ruk_it h4 {font-style: normal;font-weight: 400;font-size: 24px;line-height: 35px;color: #252A37;margin-top:65px;padding-left:27px;}

ul.grid_li.li_4 li {
	display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
	color: #626c84;
}
ul.grid_li.li_4 li:before {
    font-family: fontAwesome;
    content: "";
    width: 10px;
    font-size: 8px;
    color: #2154cf;
    border-top: 2px solid #2154cf;
    position: absolute;
    top: 12px;
    left: 6px;
}
.left_boorder {
    border-left: 3px solid #2154cf;
    padding-left: 20px;
    align-items: center;
    display: flex;
    height: 60px;
    margin-bottom: 25px;
}
.p_prof {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #252A37;
}
.float_txt {
    display: block;
    width: 47%;
    float: left;
    margin-right: 2%;
}
.btn.btn-primary, .btn-dark, .btn-border, .btn-white {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    line-height: 1.33;
    border-radius: 30px;
}
.btn.btn-primary {
    background: #2154cf;
    border: 2px solid transparent;
	color: #fff;
	text-decoration: none;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
.col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
.bord_rad {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.bg_gray {
    background: #f1f1f1;
}
.skill-title {
    position: relative;
    margin-bottom: 50px;
}
.skill-title :after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    background: #2154CF;
    width: 40px;
    height: 2px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
.mrb-40 {
    margin-bottom: 40px;
}
.quote-classic .quote-text {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    color: #626c84;
    background: none;
    position: relative;
    font-size: 16px;
	font-style: italic;
}
.quote-item .quote-text:before {
    content: "\e937";
    font-family: 'iconfont';
    position: absolute;
    font-size: 35px;
    left: 105px;
    color: #2154cf;
    background: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quote-item-footer {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.quote-item-info {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.quote-footer-classic .quote-author {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #1f1c1c;
}
.quote-subtext {
    color: #000;
    font-size: 14px;
}
.quote-item .quote-text:before {
    top: -20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    font-style: normal;
}
.col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
.download-btn {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
    font-size: 22px;
    margin: 0;
}
.download-btn a {
	text-decoration: none;
}
.download-btn span {
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
    border: 1px solid #f1f1f1;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #626c84;
    font-size: 14px;
    border-radius: 0;
    font-weight: normal;
	display: block;
    width: 100%;
	line-height: 1.5;
}
.path {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-attachment: fixed;
    background-repeat: no-repeat;
	min-height: 500px;
    background-position: 50% 0;
    background-size: auto 500px;
}
.path-title {
	position: absolute;
	width: 100%;
	max-width: 1100px;
	text-align: center;
	color: #fff;
    font-size: 3rem;
	text-shadow: 2px 2px 4px #878383;
}
.path-link {
	width: 100%;
	max-width: 1100px;
/* 	margin-top: -40px;
    margin-bottom: 40px; */
	text-align: right;
	color: #fff;
    font-size: 1rem;
}
.btn-f-blue {
    width: 148px;
    height: 43px;
    background: linear-gradient(180deg, #6BB8FF 0%, rgba(61, 160, 252, 0) 100%) !important;
    border: 1px solid #FFFFFF !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px !important;
    color: #FFFFFF !important;
    white-space: nowrap;
    padding: 0;
    border-radius: 0;
}
.form_blue p {
	display: flex;
    align-items: flex-end;
    gap: 10px;
}
.form_blue .wpcf7-response-output {
	color: #fff;
}
#wpcf7-f150-p26-o1 input {
	width: 100%;
}
#wpcf7-f150-p26-o1 textarea {
	height: 120px;
}
.ts-service-image-wrapper {
    height: 120px;
    overflow: hidden;
}
.section-title {
    font-size: 44px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: -30px;
    height: 1px;
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    border-bottom: 2px solid #2154cf;
}
.text-center {
    text-align: center;
    height: 100%;
}
.ts-service-pattern:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/pattern_arrow.png) no-repeat top left;
}
.ts-service-pattern:after {
    background: url(images/pattern_box.png) no-repeat bottom right;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
.menu-toggle {
	background: #2154CF;
    border: none;
    width: 39px;
    height: 35px;
    color: #fff;
    position: relative;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
	padding-top: 17px;
}
.menu-toggle:before {
	content:'';
	display:block;
	width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
	top: 10px;
}
.menu-toggle span {
	display:block;
	width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.menu-toggle:after {
	content:'';
	display:block;
	width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
	bottom: 10px;
}
.main-navigation.toggled .menu-mobile-container {
	background: #1c1e22;
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
}
.menu-item-has-children:before {
	content:'';
	display: block;
	position: absolute;
	right: 10px;
	color: #fff;
    background: url(images/arrow.svg) top left no-repeat;
	width: 10px;
    height: 10px;
    background-size: 12px;
    transform: rotate(90deg);
}
.main-navigation.toggled .menu-mobile-container ul li.menu-item-has-children:before {
	content:'';
	display: block;
	right: 10px;
	color: #fff;
	top: 16px;
    background: url(images/arrow.svg) top left no-repeat;
	width: 10px;
    height: 10px;
    background-size: 12px;
    transform: rotate(90deg);
}
.main-navigation.toggled .menu-mobile-container ul li .sub-menu {
	display: none;
}
.main-navigation.toggled .menu-mobile-container ul li.focus .sub-menu {
	display: block;
}
.main-navigation.toggled .menu-mobile-container ul li .sub-menu {
	position: relative;
	width: 96%;
}
.main-navigation.toggled .menu-mobile-container ul li > a[aria-current="page"] {
    color: #fc6a2a;
}
/* Убедитесь, что подменю не перекрывает другие элементы */
.sub-menu {
  position: relative;
  z-index: 10;
}

/* Ссылки должны быть кликабельными */
.mobile-menu a {
  pointer-events: auto;
}
@media (max-width: 992px) {
	.bl_ruk, .left_boorder {
		height: auto;
	}
	.bl_ruk h2 {
		padding-top: 10px;
	}
	.form_blue p {
		flex-direction: column;
		gap: 0;
	}
	.float_txt {
		width: 90%;
	}
	.col-lg-6, .col-lg-4, .col-lg-8 {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.flex-rewerse {
		flex-direction: column-reverse;
	}
	.bl_ruk_it h2 {
		padding-top: 10px;
	}
	article {
    	flex-direction: column;
    	padding: 0 10px;
	}
	.header-top {
		flex-direction: column;
    	display: flex;
	}
	.header-top span {
		font-size: 14px;
		padding-left: 10px;
	}
	.header-top span.info-icon i {
		font-size: 14px;
	}
	.rotate-text, .swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.f-slide {
		flex-direction: column;
		padding: 0 10px;
	}
	.f-slide div:first-child {
		padding: 30px 10px;
	}
	.f-slide div {
		flex: 0 0 100%;
	}
	.f-slide div img.sub-slide {
		display: block;
   		width: auto;
    	height: auto;
		position: relative;
        margin: 0;
	}
	.swiper {
		height: auto;
	}
	.main-navigation.toggled .menu-mobile-container ul li .sub-menu {
		display: block;
        left: auto;
	}
	div#n2-ss-1 .n-uc-1e3dbYwstNeD, div#n2-ss-1 .n-uc-17c857265ad90, div#n2-ss-1 .n-uc-WJXJdcNBgLyr, div#n2-ss-1 .n-uc-uIfwCh5w9F65, div#n2-ss-1 .n-uc-xo64Ld7QMEot, div#n2-ss-1 .n-uc-lLE712Fvaon0 {
		align-self: center !important;
	}
}
.path {
	position: relative;
}
.path-link {
/* 	bottom: 20px;
   	position: absolute;
	right: 10px; */
}
.con {
	width: 100%;
    max-width: 1110px;
    position: absolute;
    bottom: 40px;
}

.error-404 {
	display: flex;
    align-items: center;
    flex-direction: column;
}
.error-404 .page-content {
	max-width: 1110px;
	width: 100%;
}

/******/