@import url('https://fonts.googleapis.com/css?family=Montserrat|PT+Serif&display=swap&subset=cyrillic');

@media (min-width: 1200px) {
    .container {
        /*max-width: 1140px;*/
        max-width: 100%;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1366px;
    }
} 
a#scrollUp {
}

#scrollUp .fa-arrow-circle-up:before {
    display: block;
    font-size: 35px;
    color: var(--active-blue);
}

p
{
	display:block;
	width: 100%;
}

h1 {
	font-size: 32px;
	margin-bottom: 0;
	margin-top: 20px;
}
h2, .h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    margin: 0px;
}
/* END OVERRIDE */

/* LAYOUT */
:root {
    --banner-bg-color: #051f36;
    --banner-bg-blue: linear-gradient(to left, #032d81, #051f36);
    --banner-bg-white: #FFF;
    --bg-btn-callus: #5592c9;
    --base-font: Arial, Helvetica, sans-serif;

    --active-blue: #5592c9;
    --bg-blue-end-color: #032e82;
    --bg-blue-start-color: #04203d;
    --bg-blue-background-gradient: linear-gradient(to right, var(--bg-blue-start-color), var(--bg-blue-end-color));
	--bg-gray: #f0f0f0;
	--bg-menu-sub: #f0f0f0;
	--bg-pum-btn-close: #6d6d6d;
	
	--color-border-main-menu: #a5a5a5;
    
	--color-gray: #7f7f7f;
	--color-contact-icon: #b2b2b2;
	--color-darkgray: #444444;
	--dark-blue: #042246;
	
    --ff-mont: 'Montserrat', sans-serif;
    --ff-pt: 'PT Serif', serif;
	--ff-fontawesome-free: 'Font Awesome 5 Free';
	
	--bs-left: 0px;
}

* {
    /*    padding: 0;
    margin: 0;*/
    text-decoration: none;
    /*    list-style: none;*/
    box-sizing: border-box;
    /* line-height: 1; */
    /* outline: 1px solid; */
    }

a {
	transition: 0.3s;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: #000;
}

a:hover {
	text-decoration: none;
}

html {
    font-family: var(--ff-mont);
    font-weight: 400;
    color: #000;
}

body {
	width: 100%;
    position: relative;
	display: flex;
	flex-direction: column;
	margin:0;
/* 	overflow: hidden; */
}

.body__lock {
/*	position: fixed;
	overflow-y: hidden;*/
}

body > main {
	flex: 1;
}

input,
textarea {
	border-radius: 0;
}

.bg__blue {
	background: var(--bg-blue-background-gradient) !important;
}

.bg__activeblue {
	background: var(--active-blue);
}

.bg__white {
	background: #FFF;
}

.bg__gray {
    background: var(--bg-gray);
    margin-top: 40px;
}

.color__white {
	color: #FFF;	
}

.color__black {
	color: #000;	
}

.color__gray {
	color: var(--color-gray);
}

.color__activeblue {
	color: var(--active-blue);
}

a.arrowlink {

}

a.arrowlink .link--text {
	
}

a.arrowlink .link--arrow {
	display: inline-block;
    width: 15px;
    height: 14px;
	margin-left: 10px;
    position: relative;
	left: 0px;
    transition: 0.3s;
}
a.arrowlink:hover .link--arrow {
	left: 15px;
}

.btn{
	display: inline-flex;
	padding: 0 24px;
	margin: 10px;
	height: 44px;
	justify-content: center;
	align-items: center;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	background: var(--active-blue);
	color: #FFF;
	border-radius: 22px;
	transition: 0.3s;
	cursor: pointer;
}
.btn:hover{
	opacity: 0.7;
}
a.arrowlink .link--arrow__blue {
	background: center / contain no-repeat url('/wp-content/uploads/2019/12/icon_arrow.png');
}

a.arrowlink .link--arrow__black {
	background: center / contain no-repeat url('/wp-content/uploads/2019/12/right-arrow-black.png');
}

.arrow--next__blue {
	background: center / contain no-repeat url('/wp-content/uploads/2019/12/arrow-next-blue.png') transparent;
}

.arrow--double__blue {
	background: center / contain no-repeat url('/wp-content/uploads/2019/12/next_2.png') transparent;
}

.arrlink {
	display: inline-flex;
	font-size: 15px;
    font-weight: bold;
    font-style: normal;
}

.arrlink::after {
	content: " ";
	display: inherit;
	width: 18px;
	height: 18px;
	transition: 0.3s ease;
	margin-left: 15px;
}

.news--button:hover .arrlink::after,.arrlink:hover::after {
	margin-left: 40px;
}


.arrlink__blue::after {
	background: center / contain no-repeat url('/wp-content/uploads/2019/12/icon_arrow.png');
	color: var(--active-blue);
}

.arrlink__white::after {
	background: center / contain no-repeat url('/wp-content/uploads/2019/12/right-arrow-white.png');
	color: var(--active-blue);
}

.text__white { color: #FFF !important; }
.text__black { color: #000 !important; }
.text__blue {color: var(--active-blue) !important;padding: 0 27px 25px;}
.text__normal { font-style: normal !important; }

a.btnlink {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 57px;
	padding: 0 60px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	background: var(--active-blue);
	transition: 0.3s;
}

a.btnlink:hover {
	opacity: 0.9;	
}

/* END LAYOUT */

/* HEADER */

.header {
	background: #FFF;
	position: sticky;
	top: 0;
	z-index:100;
}

.whiteI {
    background: #fff !important;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

#header.whiteI .header--search .btn--open {
    color: #000;
}
#header.whiteI .menu--button .burger::before,
#header.whiteI .menu--button .burger::after,
#header.whiteI .menu--button .burger
{
	background: #000;
}

#header.whiteI .menu--button__active .burger:after,
#header.whiteI .menu--button__active .burger:before
{
	background: #fff;
}
#header.whiteI .menu--main .btn--open {
    color: #fff;
}
#header.whiteI.bg__blue .menu--second a {
    color: #000;
}
#header.whiteI.bg__blue .menu--second li:hover > a {
    color: var(--active-blue);
}
.menu--bar {
    /* height: 87px; */
}

.menu--main {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: -150;
	opacity: 0;
	transition: opacity 0.3s;
	display: none;
}

.menu--second .sub-menu .menu-item:last-child {
    margin: 0;
}

.menu--main .menu--bar {

}

.menu--main__active {
	z-index: 150;
	opacity: 1;
	display:block;
}

.menu--main > .container {
	height: 100%;
}

.menu--main .menu--grid {
	display: grid;
	width: 100%;
}

.menu--grid__layoutBottom {
	overflow-y: auto;
}

.menu--grid__layoutSearch {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 101;
}

.menu--grid__layoutSearch .menu--toolbar {
	pointer-events: auto;
}

.menu--header {
	grid-area: header;
}

.menu--toolbar {
	grid-area: toolbar;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 50px;
	background: #FFF;
}

.menu--sub .content--inner .sub-menu{
	column-count: 2;
}

.menu--toolbar .menu--searchform {
	flex: 1;
}

.menu--toolbar .form {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.menu--toolbar .form .form--text {
	flex: 1;
}

.menu--toolbar .form .form--text input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 18px;
}

.menu--toolbar .form--submit {
	margin-left: 40px;
}

.menu--toolbar .form input[type="submit"] {
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	background: center/contain url('/wp-content/uploads/2019/12/search.png') transparent;
}

.menu--toolbar .menu-lang_menu-container {
	margin-left: 40px;
}

.menu--toolbar .language_menu > li.menu-item-has-children {
	padding: 37px 0;
}

.menu--toolbar .language_menu li.menu-item-has-children:after,
.menu--toolbar .language_menu li.menu-item-has-children > a {
	color: #000 !important;
}

.menu--toolbar .language_menu li.menu-item-has-children:hover:after,
.menu--toolbar .language_menu li.menu-item-has-children:hover > a {
	color: var(--active-blue) !important;
}

.menu--toolbar__stub {
	grid-area: toolbar_stub;
	background: #FFF;
}


.menu--toolbar,
.menu--toolbar__stub {
	position: relative;
}

.menu--toolbar .sub-menu.shadow {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
    z-index: -1;
}

.menu--grid__shadow .menu--toolbar.shadow {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}

.menu--nav {
	grid-area: nav;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 30px;
	border-top: 1px solid var(--color-border-main-menu);
}

.menu--sub {
	grid-area: sub;
	flex-direction: column;
	background: var(--bg-menu-sub);
}

.menu--sub .content--inner,
.menu--sub__mobile .content--inner {
	flex: 1;
}

.menu--sub .content--footer,
.menu--sub__mobile .content--footer {
	padding-bottom: 65px;
}

.menu--sub .content--inner > a,
.menu--sub__mobile .content--inner > a {
	display: block;
    font-family: var(--ff-pt);
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
	margin-bottom: 40px;
    border-bottom: 2px solid var(--color-border-main-menu);
	pointer-events: none;
  	cursor: default;
  	text-decoration: none;
  	color: black;
}

.menu--sub__mobile .btnPrev {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: center/contain url('/wp-content/uploads/2019/12/arrow-next-black.png') transparent no-repeat;
	position: absolute;
    top: 4px;
    left: calc(50% + 6px);
    transform: translateX(-50%) rotate(180deg);
	cursor: pointer;
}

.menu--sub .sub-menu li,
.menu--sub__mobile .content--inner .sub-menu li {
	margin-bottom: 16px;
}

.menu--sub .sub-menu a,
.menu--sub__mobile .content--inner .sub-menu a {
	font-size: 12px;
	line-height: 16px;
	color:#000;
	transition: none;
}

.menu--sub .sub-menu a:hover,
.menu--sub__mobile .content--inner .sub-menu a:hover {
	color: var(--active-blue);
	border-bottom: 2px solid var(--active-blue);
	margin-bottom: -2px;
}

.menu--sub .content--footer .footer--contacts,
.menu--sub__mobile .content--footer .footer--contacts {
	margin-left: 0;
}

.menu--sub .content--footer .footer--item {
	margin: 0;
}

.menu--sub__mobile .content--footer .footer--item {
	margin: 0 -15px;
	align-items: center;
}

.menu--sub .content--footer .contact--group,
.menu--sub__mobile .content--footer .contact--group {
	margin: 0;
}

.menu--sub .content--footer .footer--contacts .contact--group:first-child {
	/* padding-left: 0; */
}

.menu--sub__mobile .content--footer .footer--contacts .contact--group:first-child {
	padding-left: inherit;
}

.menu--sub .content--footer .footer--contacts .contact--group:last-child,
.menu--sub__mobile .content--footer .footer--contacts .contact--group:last-child {
	/*margin-left: 40px;*/
}

.menu--sub__mobile .content--footer .social--link {
	margin: 0 15px;
	color: var(--color-contact-icon);
	transition: 0.3s;
}

.menu--sub__mobile .content--footer .social--link:hover {
	color: var(--active-blue);
}

.menu--sub__mobile .content--footer .social--link:first-child {
	margin-left: 0;
}

.menu--sub__mobile .content--footer .social--link:last-child {
	margin-right: 0;
}

.menu--sub__mobile .content {
	display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
}

@media (max-width: 575.98px) {
	
	.menu--sub__mobile .content--footer {
		padding-bottom: 15px;
	}
	
	.menu--sub__mobile .content--footer .footer--contacts > * {
		flex: 100%;
		margin-bottom: 15px;
	}
	
	.menu--sub__mobile .content--footer .footer--item {
		justify-content: flex-start;
	}
	
	.menu--sub__mobile .content--footer .social--link:first-child {
		margin-left: 15px;
	}
}

.menu--sub__stub {
	grid-area: sub_stub;
	background: var(--bg-menu-sub);
}

.menu-side--container .sub-menu {
	display: none;
}

.menu-side--container .menu-item-has-children {
	position: relative;
}

.menu-side--container .menu-item-has-children > a::before {
	position: absolute;
	bottom: 0;
	right: -30px;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: center / contain no-repeat transparent url('/wp-content/uploads/2019/12/arrow-next-white.png');
	transition: 0.3s;
}

.menu-side--container > li.menu-item {
	margin-bottom: 45px;
}

.menu-side--container > li.menu-item > a {
	position: relative;
	display: inline-block;
	width: 250px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: #FFF;
}

.menu-side--container > li.menu-item-has-children.active > a,
.menu-side--container > li.menu-item:hover > a {
	color: var(--active-blue);
}

.menu-side--container > li.menu-item:hover.menu-item-has-children > a::before,
.menu-side--container > li.menu-item-has-children.active > a::before {
	background: center / contain url('/wp-content/uploads/2019/12/arrow-next-blue.png') no-repeat;
}

.menu--sub__mobile {
    position: absolute;
    width: 100%;
    top: 87px;
    bottom: 0;
	padding-top: 30px;
    background: var(--bg-menu-sub);
    transition: 0.3s;
    left: 110%;
	overflow-y: auto;
}

.menu--sub__mobile.active {
	left: 0;
}

@media (max-width: 575.98px) {
	
	.menu--nav {
		padding-top: 30px;
		padding-left: 15px;
	}
	
	.menu--main .menu--grid {
		grid-template-columns: 1fr;
	}
	
	.menu--grid__layoutTop {
		grid-template-areas:
			"header";
		/* grid-template-rows: 60px; */
	}
	
	.menu--grid__layoutSearch,
	.menu--grid__layoutSearch .menu--toolbar {
		display: none;
	}
	
	.menu--grid__layoutBottom {
		grid-template-areas:
			"nav";
		grid-template-rows: 1fr;
		position: absolute;
		top: 85px;
		bottom: 0;
		overflow-x: hidden;
	}
	
	.menu--sub {
		display: none;
	}
	
	.menu--sub__mobile {
		top: 87px;
	}	
}

@media (min-width: 576px) {
	.menu--nav {
		padding-top: 30px;
		padding-left: 15px;
	}
	
	.menu--main .menu--grid {
		grid-template-columns: 1fr 540px 1fr;
	}
	
	.menu--grid__layoutTop {
		grid-template-areas:
			"header header header";
		grid-template-rows: 87px;
	}
	
	
	.menu--grid__layoutSearch,
	.menu--grid__layoutSearch .menu--toolbar {
		display: none;
	}
	
	.menu--grid__layoutBottom {
		height: calc(100vh - 87px);
		grid-template-areas:
			". nav .";
		grid-template-rows: 1fr;
		position: absolute;
		top: 87px;
		bottom: 0;
		overflow-x: hidden;
	}
	
	.menu--sub {
		display: none;
	}
	
	.menu--sub__mobile {
		top: 87px;
	}
}

@media (min-width: 768px) {
	.menu--nav {
		padding-left: 22px;
	}
	.menu--main .menu--grid {
		grid-template-columns: 1fr 720px 1fr;
	}
}

@media (min-width: 992px) {
	.menu--nav {
		padding-top: 60px;
		padding-left: 45px;
	}
	.menu--main .menu--grid {
		grid-template-columns: 1fr 387px calc(960px - 387px) 1fr;
	}
	
	.menu--grid__layoutTop {
		grid-template-areas:
			"header header header header";
		grid-template-rows: 87px;
	}
	
	.menu--grid__layoutSearch {
		display: grid;
		grid-template-areas:
			". . toolbar toolbar_stub";
		grid-template-rows: 87px;
	}
	
	.menu--grid__layoutSearch.menu--grid__shadow {
		grid-template-areas:
			". . toolbar toolbar";
	}
	
	.menu--grid__layoutSearch .menu--toolbar {
		display: flex;
	}
	
	.menu--grid__layoutBottom {
		grid-template-areas:
			". nav sub sub_stub";
		grid-template-rows: 1fr;
		grid-template-columns: calc((100% - 960px + var(--scr-width)) / 2) 387px calc(960px - 387px) 1fr !important;
	}
	
	.menu--sub__mobile {
		display: none;
	}
	
	.menu--sub {
		display: flex;
	    padding-top: 60px;
    	padding-left: 80px;
    	padding-right: 30px;	
	}
}

@media (min-width: 1200px) {
		.menu--nav {
		padding-left: 50px;
	}
	.menu--main .menu--grid {
		grid-template-columns: 1fr 387px calc(100% - 387px) 1fr;
	}
	.menu--grid__layoutBottom {
		grid-template-areas:
			". nav sub sub_stub";
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 387px calc(100% - 387px) 1fr !important;
/* 		position: static; */
	}
}

@media (min-width: 1366px) {
	.menu--main .menu--grid {
		grid-template-columns: 1fr 387px calc(1366px - 387px) 1fr;
	}
	
	.menu--grid__layoutBottom {
		grid-template-areas:
			". nav sub sub_stub";
		grid-template-rows: 1fr;
		grid-template-columns: calc((100% - 1366px + var(--scr-width)) / 2) 387px calc(1366px - 387px) 1fr !important;
/* 		position: static; */
	}
	
	.menu--nav {
		padding-left: 78px;
	}
}

.menu--main-button {
    display: flex;
    justify-content: flex-end;
    /* padding: 5px; */
}

.menu--button__stub {
	position: relative;
    box-sizing: content-box;
	width: 23px;
    height: 16px;
    cursor: pointer;
}

.menu--button {
	position: relative;
    box-sizing: content-box;
	width: 23px;
    height: 16px;
    cursor: pointer;
	display: flex;
	align-items: center;
}

.menu--button .wrapper {
	position: relative;
	width: 0;
	height: 0;
}

.menu--button .burger {
	position: absolute;
	width: 23px;
	height: 2px;
	background-size: 23px 2px;
	top: 0;
	transition: 0.25s;
}

.menu--button .burger::before,
.menu--button .burger::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 2px;
	transform-origin: 0px;
	transition: 0.3s;
}

.menu--button .burger::before {
	top: 8px;
}

.menu--button .burger::after {
	top: -8px;
}

.menu--button .burger::before,
.menu--button .burger::after {
	background: #000;
}

.bg__blue .menu--button .burger,
.menu--main .menu--button .burger {
	background: linear-gradient(to right, #FFF 0%, #FFF 100%) no-repeat center;
	background-size: 23px 2px;
}

.menu--button .burger {
	background: linear-gradient(to right, #000 0%, #000 100%) no-repeat center;
	background-size: 23px 2px;
}


.menu--main .menu--button .burger::before,
.menu--main .menu--button .burger::after,
.bg__blue .menu--button .burger::before,
.bg__blue .menu--button .burger::after {
	background: #FFF;
}

.menu--button__active .burger::before {
	transform: rotate(-45deg);
}

.bg__blue .menu--button__active .burger,
.menu--button__active .burger {
	background-size: 0px 2px;
}

.menu--button__active .burger::after {
	transform: rotate(45deg);
}

.logo img {
    height: 46px;
}

.menu--second {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
}

.menu--second a {
    box-sizing: content-box;
    font-size: 12px;
    color: #000;
    padding: 26px 0;
	transition: color 0.3s;
}

.bg__blue .menu--second a {
    color: #FFF;
}

.menu--second > li.menu-item:hover > a {
    color: var(--active-blue);
    border-bottom: 3px solid var(--active-blue);
    margin-bottom: -3px;
}

.menu--second > li.menu-item {
	position: relative;
}

.menu--second > li.menu-item > .sub-menu {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transition: 0.3s;
	position: absolute;
	top: calc(100% + 26px + 3px);
	left: 0;
	background: var(--dark-blue);
	z-index: 600;
	width: 280px;
	padding: 27px 35px 35px 27px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.menu--second > li.menu-item:hover .sub-menu {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

.menu--second > li.menu-item > .sub-menu a {
	color: #FFF;
	transition: 0.3s;
}

.bg__blue .menu--second > li.menu-item > .sub-menu {
	background: #FFF;
}

.bg__blue .menu--second > li.menu-item > .sub-menu a {
	color: var(--dark-blue);
}

#header.whiteI.bg__blue .menu--second > li.menu-item > .sub-menu {
	background: var(--dark-blue);
}

#header.whiteI.bg__blue .menu--second > li.menu-item > .sub-menu a {
	color: #FFF;
}

.menu--second > li.menu-item > .sub-menu a:hover,
.bg__blue .menu--second > li.menu-item > .sub-menu a:hover,
#header.whiteI.bg__blue .menu--second > li.menu-item > .sub-menu a:hover {
	color: var(--active-blue);
}

.menu--second .sub-menu .menu-item {
	margin-left: 0;
	margin-bottom: 10px;
}

.menu--second .sub-menu .menu-item a {
	padding: 0;
}

.menu--second .current-menu-item > a{
	color: var(--active-blue);
}

.header--search {
/* 	position: relative; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
    cursor: pointer;
}

.header--search .btn--open {
	color: #000;
}

.bg__blue .header--search .btn--open {
	color: #FFF;
}

.header--search .btn--open:hover {
    color: var(--active-blue);
}

.header--search svg {
    height: 24px;
}

.header--searchform {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -300;
	width: 100%;
	height: 87px;
	background: #FFF;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
	opacity: 0;
	transition: 0.3s;
	overflow: hidden;
}

.header--searchform__show {
	z-index: 300;
	opacity: 1;
}

.header--searchform .form {
	display: flex;
	align-items: center;
	padding: 0 75px;
	height: 100%;
}

.header--searchform .form--text {
	flex: 1;
}

.header--searchform .form--text input {
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	border: none;
	outline: none;
}

.header--searchform .form--text input::placeholder {
	font-size: 20px;
	line-height: 32px;
}

.header--searchform .form--submit input {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background: center/contain url('/wp-content/uploads/2019/12/search.png') transparent;
}

.header--searchform .form--submit,
.header--searchform .form--close {
	flex: 0 0 auto;
	margin-left: 45px;
}

.header--searchform .form--submit input,
.header--searchform .form--close {
	cursor: pointer;
}


.btn--close {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.btn--close span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	background: var(--color-darkgray);
}

.btn--close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn--close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.button--callus a {
    display: inline-flex;
    padding: 0 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    background: var(--active-blue);
    color: #FFF;
    border-radius: 22px;
}

.button--callus a:hover {
	opacity: 0.7;	
}

/* popmake */
.wpcf7 form.sent .wpcf7-response-output {
    width: 100%;
}
.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #fff;
    width: 100%;
}

.pum-open body header,
.pum-open body main,
.pum-open body footer,
.pum-open body .docode-breadcrumb {
  transition: all 0.2s ease-in-out;
  filter: blur(5px);
}

.pum-close.popmake-close::before,
.pum-close.popmake-close::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--bg-pum-btn-close);
}

.pum-close.popmake-close::before {
	transform: rotate(-45deg);
}

.pum-close.popmake-close::after {
	transform: rotate(45deg);
}

#popmake-85 {
	width: 50% !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 50px 40px;
	margin-bottom: 0px !important;
}

#popmake-85 .pum-title.popmake-title {
	font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

#popmake-85 .pum-content.popmake-content {
	
}

#popmake-85 .wpcf7-form p {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	position: relative;
}

#popmake-85 .wpcf7-form input[type='submit'],
#popmake-85 .wpcf7-form span.tel {
	
}

#popmake-85 .wpcf7-form span.tel {
	flex: 2;	
}

#popmake-85 .wpcf7-form input[type='tel'] {
	width: 100%;
	outline: none;
    border: none;
    height: 60px;
	font-size: 18px;
	padding-left: 18px;
}

#popmake-85 .wpcf7-form input[type='submit'] {
	flex: 1;
    height: 60px;
    outline: none;
    border: none;
    background: var(--active-blue);
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

#popmake-85 .wpcf7-form .ajax-loader {
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	right: 0;
}

#popmake-85 .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

#popmake-85 .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	bottom: 3px;
	left: 18px;
}

#popmake-85 .wpcf7-form div.wpcf7-mail-sent-ok {
	border: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: green;
}

div.wpcf7-mail-sent-ok {
	border: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: green;
}

#popmake-680,
#popmake-7455,
#popmake-7747{
	width: 50% !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 50px 40px;
	margin-bottom: 0px !important;
}
#popmake-1488{
	width: 50% !important;
	top: 40% !important;
	transform: translate(-50%, -50%);
	padding: 50px 40px;
	margin-bottom: 0px !important;
}
#popmake-1488 .pum-title.popmake-title,
#popmake-680 .pum-title.popmake-title {
	font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

#popmake-680 .wpcf7-form-control-wrap.service,
#popmake-1488 .wpcf7-form-control-wrap.service
{
    margin: 0;
}

#popmake-1488 .wpcf7-form p{
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	/*box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);*/
	position: relative;
}

#popmake-1488 .wpcf7-form input[type='submit'],
#popmake-1488 .wpcf7-form span.tel,
#popmake-680 .wpcf7-form input[type='submit'],
#popmake-680 .wpcf7-form span.tel {
	
}

#popmake-1488 .wpcf7-form select,
#popmake-680 .wpcf7-form select {
	height: 60px;
    border: 1px solid #aaa;
}

#popmake-1488 .wpcf7-form input,
#popmake-680 .wpcf7-form input {
    width: 100%;
    outline: none;
    height: 60px;
    border: 1px solid #aaa;
    font-size: 18px;
    padding-left: 18px;
    border-radius: 5px;
}

#popmake-1488 .wpcf7-form input[type='submit'],
#popmake-680 .wpcf7-form input[type='submit'] {
    height: 60px;
    outline: none;
    border: none;
    background: var(--active-blue);
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
	display: inline-block;
	width: auto;
	padding: 10px 25px;
}

#popmake-1488 .wpcf7-form .ajax-loader,
#popmake-680 .wpcf7-form .ajax-loader {
	background-repeat: no-repeat;
	position: absolute;
	/* top: 100%; */
	right: 0;
}

#popmake-1488 .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
#popmake-680 .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

#popmake-1488 .wpcf7-form span.wpcf7-not-valid-tip,
#popmake-680 .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	bottom: 3px;
	left: 18px;
	display: none;
}

#popmake-1488 .wpcf7-form div.wpcf7-mail-sent-ok,
#popmake-680 .wpcf7-form div.wpcf7-mail-sent-ok {
	border: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: green;
}

span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
	#popmake-85 {
		width: 80% !important;
	}
}

@media (min-width: 992px) {
	#popmake-85 {
		width: 50% !important;
	}
}

@media (min-width: 1600px) {
	#popmake-85 {
		width: 40% !important;
	}
}

/* end popmake */

/*Language*/
.menu--lang {
    cursor: pointer;
}

/* .menu--lang span {
    font-weight: 500;
    font-size: 12px;
    color: #000;
} */
.language_menu {
    padding: 0;
    list-style: none;
	font-size: 12px;
}

.language_menu > li.menu-item-has-children {
	position: relative;
	padding: 29px 0;
}

.language_menu .sub-menu {
	margin: 0;
    padding: 8px;
    list-style: none;
    position: absolute;
/*     width: 225%; */
    min-width: 100%;
    top: 100%;
    right: -16px;
    display: none;
    /* background: var(--bg-blue-end-color); */
    background: var(--dark-blue);
    z-index: 10;
}

.language_menu .sub-menu .menu-item a {
	display: inline-block;
	padding: 8px;
}

.bg__blue .language_menu .sub-menu {
	background: #FFF;
}
#header.whiteI.bg__blue .language_menu .sub-menu {
	background: var(--dark-blue);
}

.language_menu a {
    color: #000;
    text-align: center;
/*     transition: .3s; */
}

.bg__blue .menu--toolbar .language_menu li a,
.menu--toolbar .language_menu li a {
    color: #000;
}

.bg__blue .language_menu li.menu-item-has-children:after,
.bg__blue .language_menu li.menu-item-has-children > a {
	color: #FFF;
}
#header.whiteI.bg__blue .language_menu li.menu-item-has-children:after,
#header.whiteI.bg__blue .language_menu li.menu-item-has-children > a {
	color: #000;
}
.language_menu li {
    text-align: center;
}

.language_menu li.menu-item-has-children:after {
	content: "";
    display: block;
	width: 10px;
	height: 10px;
	background: center / contain url('/wp-content/uploads/2019/12/arrow-next-black.png') no-repeat;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%) rotate(90deg);
	transition: 0.3s;
}

.bg__blue .language_menu li.menu-item-has-children::after {
	background: center / contain url('/wp-content/uploads/2019/12/arrow-next-white.png') no-repeat;
}

.menu--toolbar .language_menu li.menu-item-has-children::after,
.language_menu li.menu-item-has-children::after {
	background: center / contain url('/wp-content/uploads/2019/12/arrow-next-black.png') no-repeat;
}

.language_menu li.menu-item-has-children:hover::after,
.bg__blue .language_menu li.menu-item-has-children:hover::after,
.language_menu li.menu-item-has-children:active::after,
.bg__blue .language_menu li.menu-item-has-children:active::after {
	background: center / contain url('/wp-content/uploads/2019/12/arrow-next-blue.png') no-repeat;
}

.language_menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.language_menu .sub-menu a {
    padding: 3px 0;
    display: block;
	color: #FFF;
}

.bg__blue .language_menu .sub-menu a {
	color: #000;
}

#header.whiteI.bg__blue .language_menu .sub-menu a {
	color: #FFF;
}

.language_menu li.menu-item-has-children:hover > a,
.language_menu li.menu-item-has-children:hover::after,
.language_menu .sub-menu a:hover,
.bg_blue .language_menu .sub-menu a:hover,
#header.whiteI.bg_blue .language_menu .sub-menu a:hover{
    color: var(--active-blue) !important;
}

.language_menu li.menu-item-has-children:hover::after {
	transform: translatey(-5px);
}

/**END Language**/

.bg__blue .menu--lang span {
    color: #FFF;
}

.menu--lang:hover span {
    color: var(--active-blue);
}

.menu-main_ru-container,
.menu-main_en-container {
    flex: 1;
}

.menu--second li {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 575.98px) {	
    .menu--bar {
		/*height: 60px;*/
    }
	
	.menu--main .menu--body {
		height: calc(100vh - 60px);
	}

    .logo img {
        height: 40px;
    }
	
	.language_menu > li.menu-item-has-children {
		padding: 23px 0;
	}

    .menu--main-button {
        justify-content: center;
    }

    .menu--button {
        padding: 0px;
    }
	
	.header--searchform {
		height: 60px;
	}
	
	.header--searchform .form {
		padding: 0 15px;
	}
	
	.header--searchform .form--submit,
	.header--searchform .form--close {
		margin-left: 20px;
	}
	
	.header--searchform .form--submit input {
		width: 25px;
		height: 25px;
	}
	
	.btn--close span {
/* 		width: 25px; */
	}

}

@media (min-width: 576px) {
	.review-slider__text .p1{
		padding: 0 15px;
	}
	.header--searchform .form {
		padding: 0;
		width: 540px;
		margin: 0 auto;
	}
	
	.header--searchform .form--submit,
	.header--searchform .form--close {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.header--searchform .form {
		width: 720px;
	}
	
	.header--searchform .form--text {
		padding-left: 30px;
	}
	
	.header--searchform .form--submit,
	.header--searchform .form--close {
		padding: 0 15px;
	}
}

@media (min-width: 992px) {
	.header--searchform .form {
		width: 960px;
	}
	
	.header--searchform .form--text {
		padding-left: 60px;
	}
	
	.header--searchform .form--close {
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.header--searchform .form {
		width: 100%;
		padding: 0 75px;
	}
	
	.header--searchform .form--text {
		padding-left: 0;
	}
	
	.header--searchform .form--close {
		padding-right: 0;
	}
}

@media (min-width: 1366px) {
	.header--searchform .form {
		width: 1366px;
	}
}

/* END HEADER */

/* BREADCRUMBS */

.docode-breadcrumb {
	padding-top: 20px;
	padding-bottom: 20px;
}

.docode-breadcrumb span {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	transition: 0.3s;
}

.docode-breadcrumb a:hover span {
	color: var(--active-blue);
}

.docode-breadcrumb .post {
	margin: 0;
}

.docode-breadcrumb .current-item {
	color: var(--active-blue);
}
h1.single--title {
    margin-bottom: 0;
}
.upper-text-about {
    margin: 40px 0 50px;
}
/* END BREADCRUMBS */

/* BANNER */

.banner {
	
}

.slide {
	box-sizing: content-box;
/* 	height: max(auto, 100vh); */
	min-height: calc(100vh - 87px);
	background: #FFF;
}

.slide__main {
/* 	padding-top: 87px; */
}

.slide.bg__blue {
	background: var(--bg-blue-background-gradient);
}

.banner .social--list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .social--link {
    display: inline-block;
    /* margin: 15px 0; */
/*     padding: 15px; */
	padding-top: 15px;
    padding-bottom: 15px;
    color: var(--color-gray);
}

.banner .slide.bg__blue .social--link {
    color: #FFF;
}
.banner .slide.bg__blue  a {
    color: #fff;
}
.banner .social--link:hover,
.banner .bg__blue .social--link:hover {
    color: var(--active-blue);
}

.banner--body {
    margin-left: 38px;
}

.banner .slide--title {
    font-family: var(--ff-pt);
/*     font-size: 46px; */
/*     font-size: 3.36vw; */
    font-weight: 700;
    color: #000;
    margin-bottom: 26px;
}

.banner .slide.bg__blue .slide--title {
    color: #FFF;
}

.banner .slide--description {
    font-size: 12px;
    margin-bottom: 30px;
}

.banner .slide.bg__blue .slide--description {
    color: #FFF;
}

.banner .slide--link {
/* 	display: inline-block; */
	margin-bottom: 40px;
}

/* .banner .slide--link .link--text {
    position: relative;
    top: -2px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
} */

/* .banner .slide--link .link--arrow {
    display: inline-block;
    position: relative;
    left: 0px;
    transition: all 0.3s ease;
} */

/* .banner .slide .slide--link .link--text,
.banner .slide .slide--link .link--arrow {
	color: #000;
}

.banner .slide.bg__blue .slide--link .link--text,
.banner .slide.bg__blue .slide--link .link--arrow {
    color: #FFF;
}

.banner .slide--link:hover .link--text,
.banner .slide--link:hover .link--arrow,
.banner .slide.bg__blue .slide--link:hover .link--text,
.banner .slide.bg__blue .slide--link:hover .link--arrow {
    color: var(--active-blue);
} */

.banner .slide .slide--link {
	color: #000;
}

.banner .slide.bg__blue .slide--link {
    color: #FFF;
}

.banner .slide--link:hover,
.banner .slide.bg__blue .slide--link:hover {
    color: var(--active-blue);
}


/* .banner .slide--link:hover .link--arrow {
    left: 5px;
} */

#canvasPlaceholder {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

#canvasPlaceholder canvas {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
/*     transition: 0.8s; */
}

.slider--tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider--tab {
    padding: 4px;
    cursor: pointer;
}

.slider--tab span {
    display: inline-block;
    width: 4px;
    height: 23px;
    background: var(--color-gray);
}

.bg__blue .slider--tab span {
	background: #FFF;
}

.slider--tab__active span,
.bg__blue .slider--tab__active span {
    background: var(--active-blue);
}

.slider--tab__long span {
    height: 58px;
    width: 10px;
    clip-path: polygon(30% 0, 70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%, 30% 50%, 30% 0);
}

.banner .slide--image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 575.98px) {
	
	.slide__main {
/* 		padding-top: 60px; */
	}
	
    .banner--body {
        margin-left: 0;
    }
	
	.banner .slide--title {
		font-size: 35px;
	}
}

@media (min-width: 575px) {
	.banner--body {
        margin-left: 0;
    }
	
	.banner .slide--title {
		font-size: 35px;
	}
}

@media (min-width: 768px) {
    .banner--body {
        margin-left: 0;
    }
	
	.slide__main .row {
		height: calc(100% - 87px);
	}
}

@media (min-width: 992px) {
    .banner--body {
        margin-left: 38px;
    }
	
	#canvasPlaceholder {
		position: relative;
		width: 100%;
		padding-top: 100%;
		/* top: 50%; */
		/* transform: translateY(-50%); */
	}
}

@media (min-width: 1200px) {
	.banner .slide--title {
		font-size: 46px;
	}
	
	.banner .slide--link {
		margin-bottom: 0;
	}
}

/* END BANNER */

/* NEWS */

.news {
	/* background: var(--bg-gray); */
	padding-bottom: 140px;
	background: #fafafa;
}

.news .section--title {
	position: relative;
	font-family: var(--ff-pt);
	font-size: 32px;
	font-weight: bold;
	padding-top: 48px;
	padding-bottom: 40px;
	/* margin-bottom: 53px;*/
}

.post {
	/*width: 100%;*/
	text-align: center;
	display: flex;
}

.post .post--image {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.post .post--image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: 0.3s;
}

.post .post--star {
	position: relative;
	width: 100px;
	min-height: 85px;
	display: none;
}

.post .post--star img {
	display: block;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: brightness(.3);

}

.post .post--body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #FFF;
	color: #000;
	transition: 0.3s;
}

.post--body .post--title {
	font-size: 20px;
	font-weight: 500;
/*	text-transform: uppercase;*/
	margin-bottom: 40px;
}

.post--body .post--description {
	font-size: 14px;
	line-height: 24px;
}

.post:hover .post--image img {
	transform: scale(1.05);
}

.post:hover .post--star img {
	filter: none;
}

.post:hover .post--body {
	background: var(--active-blue);
}

.post:hover .post--title,
.post:hover .post--description {
	color: #FFF;
}

.post:hover .post--description {
	font-style: italic;
}

.news--button {
	width: 100%;
	height: 60px;
	background: var(--active-blue);
	display: flex;
	justify-content: center;
	align-items: center;
}

.news--button .arrlink {
	position: relative;
}

.news--button .arrlink::after {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
.card--content li {
    list-style: none;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: baseline; */
}

.card--content ul {
    padding: 0;
}
@media (max-width: 575.98px) {
	.news--container {
		display: flex;
		flex-direction: column;
	}

	.news--firstblock {
		display: flex;
		flex-direction: column;
	}

	.news--lastblock {
		display: flex;
		flex-direction: column;
	}
	
	.post {
		flex-direction: column;
		margin: 9px 0;
	}

	.post .post--body {
		height: 375px;
	}

	.news--button {
		margin-top: 9px;
	}
}

@media (min-width: 576px) {
	.news--container {
		display: flex;
		flex-direction: column;
	}

	.news--firstblock {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.news--lastblock {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.post {
		margin: 9px 0;
		flex-direction: row;
	}

	.news--firstblock .post {

	}
	
	.news--firstblock .post:last-child {
		flex-direction: row-reverse;
	}

	.news--lastblock .post {

	}

	.news--lastblock .post--body {
		
	}
	
	.post .post--image {
		flex: 50%;
		padding-top: 50%;
		overflow: hidden;
	}

	.post .post--body {
		flex: 50%;
		height: auto;
	}

	.news--button {
		margin-top: 9px;
	}
}

@media (min-width: 1200px) {
	.news--container {
		display: flex;
		flex-direction: row;
	}

	.news--firstblock {
		flex: 2;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: 9px;
	}

	.news--lastblock {
		flex: 1;
		display: flex;
		flex-direction: column;
		margin-left: 9px;
	}
	
	.post {
		margin: 9px 0;
		flex-direction: row;
	}

	.news--firstblock .post {

	}
	
	.news--firstblock .post:last-child {
		flex-direction: row-reverse;
		margin-bottom: 0;
	}

	.news--lastblock .post {
		flex: 1;
		flex-direction: column;
	}

	.news--lastblock .post--body {
		
	}
	
	.post .post--image {
		flex: 50%;
		padding-top: 50%;
		overflow: hidden;
	}

	.post .post--body {
		flex: 50%;
		height: auto;
	}

	.news--button {
		height: 100px;
		margin-top: 9px;
	}
}



/*

.news--container {
	display: flex;
	flex-wrap: wrap;
}

.news--firstblock {
	flex: 2;
	display: flex;
	flex-direction: column;
}

.news--firstblock .post:last-child {
	flex-direction: row-reverse;
}

.news--lastblock {
	flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news--firstblock .post {
	flex: 1;
	display: flex;
}

.news--lastblock .post {
	flex: 1;
	flex-direction: column;
}

.news--lastblock .post--body {
	flex: 1;
}

.post {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 9px;
}
.post .post--image {
	position: relative;
	flex: 0 0 50%;
	padding-top: 50%;
	overflow: hidden;
}

.post .post--image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.post .post--star {
	position: relative;
	width: 100px;
	min-height: 85px;
}

.post .post--star img {
	display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	filter: brightness(.3);

}

.post .post--body {
	padding: 24px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	background: #FFF;
	color: #000;
	transition: 0.3s;
}

.post--body .post--title {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.post--body .post--description {
	font-size: 14px;
	line-height: 24px;
}

.post:hover .post--image img {
	transform: translate(-50%, -50%) scale(1.05);
}

.post:hover .post--star img {
	filter: none;
}

.post:hover .post--body {
	background: var(--active-blue);
}

.post:hover .post--title,
.post:hover .post--description {
	color: #FFF;
}

.post:hover .post--description {
	font-style: italic;
}

.news--button {
	width: 100%;
    height: 117px;
    margin: 9px;
	background: var(--active-blue);
	display: flex;
	justify-content: center;
	align-items: center;
}

.news--button .news--link {
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	color: #FFF;
}

.news--link .link--arrow {
    display: inline-block;
    position: relative;
    left: 0px;
    transition: 0.3s ease;
}

.news--button:hover .link--arrow {
    left: 10px;
}

@media (max-width: 575.98px) {
	.news {
		padding-bottom: 70px;	
	}
	
	.news--container {
		width: 100%;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.news--firstblock {
		flex: 100%;
	}
	
	.news--firstblock .post,
	.news--firstblock .post:last-child {
		flex-direction: column;
	}
	
	.news--lastblock {
		flex: 100%;
		flex-wrap: nowrap;
	}
	
	.post {
		margin: 0;
		margin-bottom: 18px;
	}
	
	.post .post--image {
		padding-top: 100%;
	}
	
	.post .post--body {
		min-height: 250px;
	}
	
	.news--button {
		height: 60px;
		margin: 0;
	}
}

@media (min-width: 576px) {
	.news {
		padding-bottom: 70px;	
	}
	
	.news--container {
		width: 100%;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.news--firstblock {
		flex: 100%;
	}
	
	.news--firstblock .post,
	.news--lastblock .post {
		flex-direction: row;
	}
	.news--firstblock .post:last-child {
		flex-direction: row-reverse;
	}
	
	.news--lastblock {
		flex: 100%;
		flex-wrap: nowrap;
	}
	
	.post {
		margin: 0;
		margin-bottom: 18px;
	}
	
	.post .post--image {
		padding-top: 50%;
	}
	
	.post .post--body {

	}
	
	.news--button {
		height: 60px;
		margin: 0;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	.news {
		padding-bottom: 140px;	
	}
	
	.news--container {
		width: 1054px;
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.news--firstblock {
		flex: 60%;
		margin-right: 9px;
	}
	
	.news--lastblock {
		flex: 30%;
		flex-wrap: wrap;
		margin-left: 9px;
	}
	
	.news--firstblock .post {
		flex-direction: row;
	}
	
	.news--firstblock .post:last-child {
		flex-direction: row-reverse;
		margin-top: 18px;
	}
	
	.news--lastblock .post  {
		flex-direction: column;
		width: 100%;
	}
	
	.post {

		margin: 0;
	}
	
	.post .post--image {
		padding-top: 50%;
	}
	
	.post .post--body {

	}
	
	.news--button {
		height: 117px;
		margin: 0;
		margin-top: 18px;
	}
}

*/

/* END NEWS */

/* SERVICES */

.services {
	background: var(--bg-gray);
}

.services--container {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
}

.services--image {
	flex: 0 0 50%;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.services--image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.services--text {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 100px;
	padding-right: 70px;
}

.services--title {
	position: relative;
	font-family: var(--ff-pt);
	font-size: 32px;
	font-weight: bold;
	/* padding-top: 48px; */
	padding-bottom: 48px;
	/*margin-bottom: 53px;*/
}

.services--title::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: var(--active-blue);
}

.services--description {
	font-size: 14px;
	margin-bottom: 30px;
}

.services--link {
/* 	display: inline-block; */
	margin-bottom: 20px;
}

.services--link,
.services--link .link--text,
.services--link .link--arrow,
.services--link .link--arrow i {
	transition: 0.3s ease;
	color: #000;
}

.services--link .link--text {
	position: relative;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.services--link .link--arrow {
	display: inline-block;
    position: relative;
    left: 0px;
}

.services--link:hover,
.services--link:hover .link--text,
.services--link:hover .link--arrow i {
    color: var(--active-blue);
}

.services--link:hover .link--arrow {
    left: 10px;
}

@media (max-width: 575.98px) {
	.services--image {
		/* flex: 320px; */
		height: 450px;
		flex: auto;
		overflow: hidden;
	}
	
	.services--text {
		flex: 320px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.services--text {
		padding-right: 0;
	}
}

@media (min-width: 576px) {
	.services .container {
		max-width: 100%;
	}
	
	.services--image {
		flex: 480px;
		height: auto;
	}
	
	.services > .container > .row > div:last-child {
		width: 540px;
		margin: 0 auto;
	}
	
	.services--text {
/* 		flex: 320px;
		padding-left: 15px;
		padding-right: 15px; */
		flex: unset;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.services--image {
		flex: auto;
		min-height: 480px;
	}
	
	.services--text {
    	width: auto;
    	margin-left: 0;
/*     	padding-left: 30px;
    	padding-right: 30px;	 */
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.services > .container > .row > div:last-child {
		width: 720px;
		margin: 0 auto;
	}
}
@media (max-width:1200px)
{
	.services--title{
		font-size: 40px;
		padding: 30px 0;
		margin: 20px 0;
	}
}
@media (min-width: 992px) {
	.services--image {
		min-height: 540px;
	}
	
	.services--text {
    	width: auto;
    	margin-left: 0;
    	padding-left: 100px;
    	padding-right: 70px;	
	}
	
	.services > .container > .row {
		position: relative;
	}
	
	.services > .container > .row > div:last-child {
		position: absolute;
		left: 0;
		right: 0;
		/* width: 100% !important; */
		top: 0;
		bottom: 0;
		width: 960px;
		justify-content: flex-start !important;
	}
	
	.services--text {
		position: relative;
		/* width: 960px; */
		padding-left: 15px;
		padding-right: 60px;
		margin-left: 8.33333%;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.services--image {
		height: 640px;
	}
	
	.services > .container > .row > div:last-child {
		width: 100% !important;
	}
}

@media (min-width: 1366px) {
	.services .container {
		max-width: 1366px;
	}
}

@media (min-width: 1400px) {
	.services .services--image {
		flex: 0 0 41.66667%;
 /*   	margin-right: 8.33333%;*/
	}
	
	.services .services--image img {
		width: calc(100% - 30px);
	}
}

/* @media (max-width: 575.98px) {
	.container {
		width: 100%;
	}
	
	.services--container {
		flex-direction: column;
	}
	
	.services--image {
		flex: none;
		height: 320px;
	}
	
	.services--text {
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
} */

/* END SERVICES */

/* FEEDBACK */

.feedback.bg__blue {
	background: var(--bg-blue-background-gradient);
}

.feedback {
	padding-top: 82px;
	padding-bottom: 82px;
	/* margin-bottom: -50px; */
}

.feedback--title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	margin-bottom: 25px;
}

.feedback--description {
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	text-align: center;
	color: #FFF;
	margin-bottom: 64px;
}

.feedback--form form p,
.feedback--form form{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0;
}

.feedback--form form p span.message {
	flex: 100%;
}

.feedback--form form p span.fio,
.feedback--form form p span.email,
.feedback--form form p input[type="submit"] {
	flex: 30%;
}

.feedback--form form .f_wrap {
	flex: 30%;
	margin: 8px;
}

.feedback--form form .f_wrap label {
    color: #fff;
}

.feedback--form form .f_wrap.mess {
    flex: 100%;
}

.feedback--form form p span.fio,
.feedback--form form p span.tel,
.feedback--form form p span.email,
.feedback--form form p input[type="submit"],
.feedback--form form p span.message {
	position: relative;
	margin: 8px;
}

.feedback--form textarea[name="message"] {	
	width: 100%;
	height: 60px;
	background: transparent;
    font-size: 14px;
    color: #FFF;
    resize: none;
/*     padding: 30px; */
}

.feedback--form input[name="fio"],
.feedback--form input[name="tel"],
.feedback--form input[name="email"] {
	width: 100%;
/* 	height: 100%; */
}

.feedback--form input[name="fio"],
.feedback--form input[name="email"],
.feedback--form input[name="tel"],
.feedback--form input[type="submit"],
.feedback--form textarea[name="message"] {
	border: 2px solid #FFF;
	outline: none;
	background: transparent;
	font-family: var(--ff-mont);
    font-size: 14px;
    color: #FFF;
/*     padding: 30px; */
}

.feedback--form input[name="fio"]::placeholder,
.feedback--form input[name="email"]::placeholder,
.feedback--form input[name="tel"]::placeholder,
.feedback--form textarea[name="message"]::placeholder {
	color: #FFF;
}

.feedback--form input[type="submit"] {
	cursor: pointer;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	transition: 0.3s;
}

.feedback--form input[type="submit"]:hover {
	background: #FFF;
	color: var(--active-blue);
}

.feedback span.wpcf7-not-valid-tip {
	position: absolute;
	/* 	top: calc(100% + 2px); */
	bottom: 5px;
	left: 15px;
	font-size: 12px;
	display: none;
}

.feedback div.wpcf7-validation-errors {
	border: none;
	text-align: center;
	color: #FFF;
}

div.wpcf7 form span.ajax-loader {
	position: absolute;
	/* top: calc(100% + 5px); */
	/* left: 0; */
	background-image: url('/wp-content/uploads/2020/07/Spinner-1s-200px.gif');
}

.feedback--form input[name="fio"],
.feedback--form input[name="email"],
.feedback--form input[name="tel"],
.feedback--form input[type="submit"] {
	height: 60px;	
}

.feedback--form input[name="fio"],
.feedback--form input[name="email"],
.feedback--form input[name="tel"],
.feedback--form textarea[name="message"] {
	padding-left: 15px;
}

.feedback--form textarea[name="message"] {
	padding-top: 15px;
}
body .feedback--form form p input[type="submit"]{
	display: inline-block;
	border-radius: 30px;
	background: #5592C9;
	flex: 0 0 auto;
	border: 1px solid #5592C9;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 130%;
	padding: 21px 84px;
}
.js-smooth-block{
	max-height: 300px;
	overflow: hidden;
	transition: max-height 0.9s;
}
.smooth-block-service{
	max-height: 908px;
}
.wpcf7-list-item.wpcf7-not-valid{
	padding: 10px;
}

@media (max-width: 575.98px) {
	.feedback--form form p span.fio,
	.feedback--form form p span.email,
	.feedback--form form p span.tel,
	.feedback--form form p input[type="submit"],
	.feedback--form form p span.message {
		flex: 100%;
/* 		margin: 4px; */
	}
	
	.feedback--form input[name="fio"],
	.feedback--form input[name="email"],
	.feedback--form input[name="tel"],
	.feedback--form input[type="submit"],
	.feedback--form textarea[name="message"] {
/* 		padding: 15px; */
	}
	body .feedback--form form p input[type="submit"]{

		padding: 21px 54px;
	}
}

@media (min-width: 576px) {
	.feedback--form form p span.fio,
	.feedback--form form p span.email,
	.feedback--form form p span.tel,
	.feedback--form form p input[type="submit"],
	.feedback--form form p span.message {
		flex: 100%;
		margin: 4px;
	}
	
	.feedback--form input[name="fio"],
	.feedback--form input[name="email"],
	.feedback--form input[name="tel"],
	.feedback--form input[type="submit"],
	.feedback--form textarea[name="message"] {
/* 		padding: 15px; */
	}
}

@media (min-width: 768px) {
	.feedback--form form p span.fio,
	.feedback--form form p span.tel,
	.feedback--form form p span.email {
		flex: 40%;
	}
	
	.feedback--form form p input[type="submit"]
	{
		flex:40%;
	}
	.feedback--form form p span.message {
		flex: 100%;
	}
	
	.feedback--form form p span.fio,
	.feedback--form form p span.email,
	.feedback--form form p span.tel,
	.feedback--form form p input[type="submit"],
	.feedback--form form p span.message {
		margin: 8px;
	}
	
	.feedback--form input[name="fio"],
	.feedback--form input[name="email"],
	.feedback--form input[name="tel"],
	.feedback--form input[type="submit"],
	.feedback--form textarea[name="message"] {
/* 		padding: 15px; */
	}
}

@media (min-width: 1200px) {
	.feedback--form form p span.fio,
	.feedback--form form p span.tel,
	.feedback--form form p span.email,
	.feedback--form form p input[type="submit"] {
		flex: 30%;
	}
	
	.feedback--form input[name="fio"],
	.feedback--form input[name="email"],
	.feedback--form input[name="tel"],
	.feedback--form input[type="submit"],
	.feedback--form textarea[name="message"] {
/* 		padding: 30px; */
	}
}

/* END FEEDBACK */

/* FOOTER */
footer.footer {
    background: var(--bg-white);
    /* box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); */
    border: 1px solid #ddd;
    /* margin-top: 50px; */
    padding-top: 40px;
}

.footer--item {
	margin-top: 40px;
	margin-bottom: 30px;
}

.footer h4.title {
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
/* 	margin-top: 30px; */
	margin-bottom: 20px;
}

.footer--aboutus {
/* 	margin-left: 15px; */
}

.footer--aboutus .logo {
	/* height: 100%; */
	width: 144px;
}

.footer--aboutus p.text {
	font-size: 12px;
	margin-bottom: 30px;
	color: var(--color-darkgray);
}

/* .footer--link {
	color: var(--active--blue);
	font-style: normal;
} */

/* .footer--link .link--text {
    position: relative;
    top: -2px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
} */

/* .footer--link:hover .link--text {
    color: var(--active-blue);
} */

/* .footer--link .link--arrow {
    display: inline-block;
    position: relative;
    left: 0px;
    color: var(--active-blue);
    transition: 0.3s ease;
} */

/* .footer--link:hover .link--arrow {
    left: 10px;
} */

.footer--contacts {
/* 	margin-left: 28px; */
}

.contact--group {
	margin-bottom: 10px;
}

.contact--group li, .menu-item {
/* 	height: 18px; */
/* 	display: flex; */
/* 	align-items: center; */
	list-style: none;
}

.contact--group a,
.contact--group p {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: var(--color-darkgray);
}

.contact--group li:first-child {
 	/* margin-bottom: 10px; */
}

.contact--group a span {
	font-weight: 500;
	margin-left: 10px;
	line-height: 24px;
}

.contact--group a.contact i {
	font-size: 18px;
	color: var(--color-contact-icon);
}

.contact--group a:hover,
.contact--group a:hover i {
	color: var(--active-blue);
}

.footer--adress {
/* 	margin-left: 37px; */
}
.footer--aboutus p {
    color: var(--color-darkgray);
    font-size: 12px;
}
.footer--adress p.adress {
	font-size: 12px;
	line-height: 24px;
	/* margin-bottom: 24px; */
	color: var(--color-darkgray);
}

.footer--services {
/* 	margin-left: 22px; */
}

.footer--services ul {
	padding-left: 8px;
}

.footer--services ul li {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
}

/*.footer--services ul li:before {
    content: " ";
	display: block;
    position: absolute;
    top: 10px;
    left: -8px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}*/

.footer--services ul li a {
	color: var(--color-darkgray);
}

.footer--services ul li a:hover {
	color: var(--active-blue);
}

.footer--socials {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu--sub .content--footer .social--link,
.footer .social--link,
.contacts-social .social--link{
    display: inline-block;
    margin-right: 15px;
    color: var(--color-contact-icon);
}

.menu--sub .content--footer .social--link:first-child,
.footer .social--link:first-child {
	margin-left: 0;
}

.menu--sub .content--footer .social--link:last-child,
.footer .social--link:last-child {
	margin-right: 0;
}

.menu--sub .content--footer .social--link:hover,
.footer .social--link:hover,
.contacts-social .social--link:hover{
    color: var(--active-blue);
}

.footer--menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.footer--menu a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.footer--menu a:hover {
	color: var(--active-blue);
}

.footer--rights {
	background: var(--bg-gray);
}

.footer--rights .row {
	font-size: 12px;
	min-height: 120px;
}
.contact.footer img {
    width: 15px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.3s;
}
.contact.footer:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: 0.3s;
}
.docode_copyright {
    display: flex;
/*     justify-content: center; */
    align-items: center;
    color: #000;
    flex-wrap: wrap;
}

.docode_copyright:hover {
    color: var(--active-blue);
}

.docode_copyright span {
    margin-left: 15px;
}

.docode_copyright img {
    filter: grayscale(100%);
    transition: .3s;
	width: 100px;
	position: relative;
/* 	top: -10px; */
}

a.docode_copyright:hover img {
    filter: grayscale(0);
}

.partner-logos img {
    height: 44px;
    margin-left: 10px;
}

.partner-logos {
    display: flex;
    justify-content: flex-end;
}

/* .partner-logos img {
    height: 44px;
    margin-left: 10px;
    margin-top: 40px;
} */

/* .partner-logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */

.footer--rights .sitemap a {
	display: inline-block;
	margin-bottom: 20px;
	color: #000;
}

.footer--rights .sitemap a:hover {
	color: var(--active-blue);
}

.footer--rights .docode,
.footer--rights .copyright,
.footer--rights .sitemap {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.footer--rights .sitemap {
	text-align: right;
}

@media (max-width: 575.98px) {
	.footer {
		/*padding-top: 40px;*/
	}
	.contact--group a span {
		margin-left: 7px;
	}
	
	.footer--item {
		margin-top: 0;
	}
	.contact--group a.contact i {
		font-size: inherit;
	}
	.footer--menu {
		flex-direction: column;
		align-items: center;
	}
	.docode_copyright {
		justify-content: center;
	}
	.footer h4.title {
    	height: 46px;
	}
	.footer h4.title:first-child  {
    	margin-top: 40px;
	}
	
	.partner-logos img {
		height: 44px;
		margin-left: 10px;
		margin-top: 40px;
	}

	.partner-logos {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.feedback--form form .f_wrap {
		flex: 100%;
	}
}

@media (min-width: 576px) {
	.contact--group a.contact i {
		font-size: inherit;
	}
	
/* 	.partner-logos {
		display: flex;
			justify-content: space-between;
		padding-top: 40px;
	} */
	
	.partner-logos img {
		height: 44px;
		margin-left: 10px;
		margin-top: 40px;
	}

	.partner-logos {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	.footer--socials {
		/* justify-content: flex-start; */
	}
	
	.footer--rights .sitemap {
		margin-top: 15px;
		margin-bottom: 15px;
/* 		text-align: initial; */
	}
	
/* 	.partner-logos img {
		height: 44px;
		margin-left: 10px;
		margin-top: 40px;
	} */
	
	.partner-logos {
		display: flex;
			justify-content: space-between;
/* 		padding-top: 40px; */
	}
}

@media (min-width: 1200px) {
	
	.contact--group a.contact i {
		font-size: 18px;
	}
	
	.footer--item {
		margin-top: 20px;
	}
	
	.footer--item h4.title {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.footer--aboutus,
	.footer--socials,
	.footer .docode a {
/* 		margin-left: 15px; */
	}
	
	.footer--contacts,
	.footer--menu {
/* 		margin-left: 28px; */
	}
	
	.footer--adress {
/* 		margin-left: 37px; */
	}
	
	.footer--services,
	.footer--rights .sitemap {
/* 		margin-left: 22px; */
	}
	
	.footer--socials {
		/* justify-content: flex-start; */
	}
	
	.footer--socials,
	.footer--menu {
		margin-bottom: 50px;
	}
	
	.partner-logos img {
		height: 44px;
		margin-left: 0;
		margin-top: 0;
	}
	
/* 	.footer--rights .sitemap {
		text-align: right;
	} */
}
.footer--item.footer--socials {
    align-items: flex-start;
    justify-content: left;
}
/* END FOOTER */

/* BLOCKS */

/*** title with text ***/
.block--title {
	padding: 44px 0;
}

.block--title h2.title {
	font-family: var(--ff-pt);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}

.block--title .subtitle {
	position: relative;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
	text-align: center;
    color: var(--active-blue);
}

.block--title .subtitle::after {
	content: " ";
    display: block;
    width: 25%;
    height: 2px;
    background: var(--active-blue);
    margin: 30px auto;
}

.block--title .text--wrapper > * {
	/*font-size: 12px;
	line-height: 18px;*/
	color: #000;
	margin-bottom: 18px;
}

.block--title .text--wrapper > *:last-child {
	margin-bottom: 0;
}

.member_foto.alignright {
    width: 250px;
    max-width: 100%;
}

.member_foto.alignright img {
    max-width: 100%;
}

.member_social {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.member_social a {
    display: block;
    font-size: 20px;
    margin: 10px;
}

.member_social a:hover {
    color: var(--active-blue);
}
/*** end title with text ***/

/*** image with text ***/

.block--imagetext {
	padding: 50px 0;
}

.block--imagetext .image {/*     height: 100%; *//* padding-top: 85%; */position: relative;}

.block--imagetext .image img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.block--imagetext .content h3 {
	font-family: var(--ff-pt);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}

.block--imagetext .content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 40px;
	margin-top: 0;
}

.block--imagetext .content p:last-child {
    margin: 0;
}

.block--imagetext .content .arrlink {
    color: var(--active-blue);
}

@media (min-width: 992px) {
	.block--imagetext .image {
		/* height: 100%; */
	}
}


/*** end image with text ***/

/*** numbers  ***/

.block--numbers .numbers--list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

.block--numbers .numbers--list .number {
	flex: 1;
	border-right: 1px solid var(--active-blue);
	display: flex;
/*     justify-content: center; */
    align-items: center;
    flex-direction: column;
	padding: 25px;
}

.block--numbers .numbers--list .number:last-child {
	border-right: none;
}

.block--numbers .number .number--num {
	margin-bottom: 30px;
	position: relative;
}

.block--numbers .number .number--value {
	font-family: var(--ff-pt);
    font-size: 44px;
    font-weight: bold;
}

.block--numbers .number .number--sign {
    position: absolute;
    top: -40%;
    font-family: var(--ff-pt);
    font-size: 44px;
    font-weight: 100;
	left: 100%;
}

.block--numbers .number .number--name {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.block--numbers.bg__blue .number {
	color: #FFF;
}

@media (max-width: 575.98px) {
	.block--numbers .numbers--list .number {
		border-right: none;
		flex: 100%;
	}
	
	.block--numbers .numbers--list .number:last-child {
		border-bottom: none;
	}
}

@media (min-width: 576px) {
	.block--numbers .numbers--list .number {
		border-right: none;
		flex: 40%;
	}
}

@media (min-width: 992px) {
	.block--numbers .numbers--list .number {
		border-right: 1px solid var(--active-blue);
		flex: 20%;
	}
}

/*** end numbers  ***/

/*** advantages ***/

.block--advantages {
	color: #000;
}

.block--advantages.bg__blue {
	color: #FFF;
}

.block--advantages .advantages--list {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
	margin: -20px;
}

.block--advantages .advantages--list .advantage {
	flex: 1;
	margin: 20px
}

.block--advantages .advantage .advantage--image {
	width: 80px;
	height: 80px;
	margin-bottom: 30px;
}

.block--advantages .advantage .advantage--image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.5;
}

.block--advantages .advantage .advantage--title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.block--advantages .advantage .advantage--title::after {
	content: " ";
	display: block;
	width: 80px;
	height: 2px;
	background: var(--active-blue);
	margin: 15px 0;
}

.block--advantages .advantage .advantage--text {
	font-size: 15px;
    line-height: 18px;
}

@media (max-width: 575.98px) {
	.block--advantages .advantages--list {
		margin: 0px;
	}
	
	.block--advantages .advantages--list .advantage {
		flex: 100%;
		margin: 20px 0;
	}
}

@media (min-width: 576px) {
	.block--advantages .advantages--list {
		margin: -20px;
	}
	
	.block--advantages .advantages--list .advantage {
		flex: 40%;
	}
}

@media (min-width: 992px) {
	.block--advantages .advantages--list {

	}
	
	.block--advantages .advantages--list .advantage {
		flex: 20%;
	}

}
/*** end advantages ***/

/*** post ***/

.block--bgpost {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.block--bgpost .bgpost {
	padding: 80px 0;
}

.block--bgpost .bgpost .title {
	font-family: var(--ff-pt);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
	
}

.block--bgpost .bgpost .subtitle {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: var(--active-blue);
    margin-bottom: 20px;
    margin-left: 65px;
    position: relative;
}

.block--bgpost .bgpost .subtitle::before {
content: " ";
    display: block;
    height: 2px;
    width: 50px;
    background: var(--active-blue);
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

.block--bgpost .bgpost .text--wrapper {
	font-size: 12px;
	margin-bottom: 40px;
}

.block--bgpost .bgpost .text--wrapper > * {
	line-height: 18px;
	margin-bottom: 18px;
}

.block--bgpost .bgpost .text--wrapper > *:last-child {
	margin-bottom: 0;
}

.block--bgpost .bgpost .btnlink {
	
}

/*** end post ***/

/*** forms common styles ***/

.block .form--wrapper .wpcf7-form p, .block .form--wrapper .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
	position: relative;
	flex: 1;
}

.block .form--wrapper .wpcf7-form p br {
	display: none;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
}

.block .form--wrapper .wpcf7-form span.fio,
.block .form--wrapper .wpcf7-form span.email,
.block .form--wrapper .wpcf7-form span.tel,
.block .form--wrapper .wpcf7-form span.message,
.block .form--wrapper .wpcf7-form input[type="submit"] {
	flex: 1;
	/* margin: 5px; */
}

.f_wrap {
	flex: 1;
	margin: 5px;
	position: relative;
}

.f_wrap label {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    transition: 0.3s;
    pointer-events: none;
}

.f_wrap label.onfocus{
	top: 10px;
	font-size: 10px;
}

.wpcf7-form-control.wpcf7-submit.to_submit,
.wpcf7-form-control.wpcf7-submit.submited{
    background: #1bb71b !important;
	color: #fff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    width: 100%;
}

.block .form--wrapper .wpcf7-form input[type="submit"].submited {
    color: transparent !important;
}

div.submited {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2020/07/sended.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.block .form--wrapper .wpcf7-form span.fio input,
.block .form--wrapper .wpcf7-form span.email input,
.block .form--wrapper .wpcf7-form span.tel input,
.block .form--wrapper .wpcf7-form span.message textarea,
.block .form--wrapper .wpcf7-form input[type="submit"] {
	border: none;
    outline: none;
    width: 100%;
    height: 57px;
}
.service textarea {
    height: 57px;
    border: none;
	font-family: var(--ff-mont);
    font-size: 14px;
    padding: 18px 18px;
	outline: none !important;
	width: 100%;
	resize: none;
}
.block .form--wrapper .wpcf7-form span.fio input,
.block .form--wrapper .wpcf7-form span.email input,
.block .form--wrapper .wpcf7-form span.tel input,
.block .form--wrapper .wpcf7-form span.message textarea {
	font-family: var(--ff-mont);
	font-size: 14px;
	padding-left: 18px;
}

.block .form--wrapper .wpcf7-form .f_wrap input,
.block .form--wrapper .wpcf7-form .f_wrap textarea {
	font-family: var(--ff-mont);
	font-size: 14px;
	padding-left: 18px;
}

.block .form--wrapper .wpcf7-form span.message textarea {
	padding-top: 22px;
	height: 90px;
}

.block .form--wrapper .wpcf7-form .f_wrap input,
.block .form--wrapper .wpcf7-form .f_wrap textarea,
.block .form--wrapper .wpcf7-form input[type="submit"] {
	border: none;
    outline: none;
    width: 100%;
    height: 57px;
}
.f_wrap textarea {
    height: 57px;
    border: none;
	font-family: var(--ff-mont);
    font-size: 14px;
    padding: 18px 18px;
	outline: none !important;
	width: 100%;
	resize: none;
}

.f_wrap .wpcf7-form-control:focus~label, .f_wrap .__wpcf7-form-control:not(:focus):valid~label {
    font-size: 10px;
    top: 10px;
}


.block .form--wrapper .wpcf7-form input[type="submit"] {
	background: var(--active-blue);
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	transition: 0.3s;
	cursor: pointer;
}

.block .form--wrapper .wpcf7-form input[type="submit"]:hover {
	opacity: 0.9;
}

.block .form--wrapper .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

.block .form--wrapper .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 3px;
	font-size: 10px;
	left: 18px;
	display: none;
}

@media (max-width: 1050px) {
	
	.block .form--wrapper .wpcf7-form p {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		margin: 0 -5px;
		position: relative;
	}
	
	.block .form--wrapper .wpcf7-form span.fio,
	.block .form--wrapper .wpcf7-form span.email,
	.block .form--wrapper .wpcf7-form span.tel,
	.block .form--wrapper .wpcf7-form span.message,
	.block .form--wrapper .wpcf7-form input[type="submit"] {
		flex: auto;
		margin: 5px;
	}
	
	.block .form--wrapper .wpcf7-form input[type="submit"] {
		width: auto !important;
/* 		flex: auto; */
	}
}

/*** end forms common styles ***/

/*** imgform ***/

.block--imgform {
	padding: 60px 0;
	position: relative;
}

.block--imgform .form--wrapper .wpcf7-form span.message {
	flex: 100%;
}

.block--imgform .form--wrapper .wpcf7-form input[type="submit"] {
	flex: unset;
	width: calc(100% / 3 - 10px);
}

.block--imgform .form--content .title {
	font-family: var(--ff-pt);
	font-size: 30px;
	font-weight: bold;
}

.block--imgform .form--content .title::after {
	content: " ";
	display: block;
	width: 30%;
	height: 2px;
	background: var(--active-blue);
	margin: 25px 0;
}

.block--imgform .form--content .text {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px
}

.block--imgform.bg__blue .form--content .text,
.block--imgform.bg__blue .form--content .title {
	color: #FFF;
}

.block--imgform .d-none.d-xl-block.col-xl-3 {
	position: static;
}

.block--imgform .form--image {
	position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
	width: 33%;
}

.block--imgform .form--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	.block--imgform .form--wrapper .wpcf7-form span.message {
		flex: auto;
	}
	.f_wrap {
		flex: 100%;
		margin: 0 0 10px;
	}

	.block .form--wrapper .wpcf7-form span.fio, .block .form--wrapper .wpcf7-form span.email, .block .form--wrapper .wpcf7-form span.tel, .block .form--wrapper .wpcf7-form span.message {
		margin: 5px 0;
	}
}

/*** end imgform ***/

/*** form ***/

.block--form {
	padding: 60px 0;
}

.category_form span.wpcf7-list-item-label {
    color: #fff;
}

.block--form .form--wrapper .wpcf7-form span.message {
	display: none;
}

.block--form .form--content .title {
	/* font-family: var(--ff-pt); */
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.block--form .form--content .subtitle {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	color: var(--active-blue);
}

.block--form .form--content .subtitle::after {
	content: " ";
	display: block;
	width: 30%;
	height: 2px;
	background: var(--active-blue);
	margin: 25px auto;
}

.block--form.bg__blue .form--content .title {
	color: #FFF;
}

/*** end form ***/

/*** gallary ***/
dl.gallery-item {
    float: none !important;
    width: auto !important;
    flex: 30%;
}
.wp-caption-text.gallery-caption {
    margin: 10px 0;
}
div.gallery {
    display: flex;
    flex-wrap: wrap;
}
.block--gallary {
    padding: 0 0 45px;
    margin: -20px 0 0;
}

.block--gallary .gallary--list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.block--gallary .gallary--item {
	flex: 1;
	margin: 5px;
	position: relative;
	overflow: hidden;
}

.block--gallary .gallary--item > a {
    display: block;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
}

.block--gallary .gallary--item .item--image {
	overflow: hidden;
	text-align: center;
}

.block--gallary .gallary--item .item--image img {
	width: 90%;
	height: 300px;
	object-fit: contain;
	transform: scale(1);
	transition: 0.3s;
	margin: 10px 0;
}

.block--gallary .gallary--item .item--content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 10px 0 0;
	margin-bottom: 20px;
}

.block--gallary .gallary--item:hover .item--content {
	top: 0;
}

.block--gallary .gallary--item a:hover .item--image img {
	transform: scale(1.1);
}

.block--gallary .gallary--item .item--title {
	font-family: var(--ff-pt);
    font-size: 24px;
	line-height: 28px;
    font-weight: bold;
    color: #FFF;
}

.block--gallary .gallary--item .item--title::after {
	content: " ";
	display: block;
	width: 75%;
	height: 2px;
	background: var(--active-blue);
	margin-top: 10px;
	margin-bottom: 20px;
}

.block--gallary .gallary--item .item--subtitle {
	text-align: center;
}

.block--gallary .gallary--item .item--subtitle a {
    color: var(--active-blue);
    text-decoration: underline;
}

.gallery-icon
{
	overflow: hidden;
}
.gallery-icon img {
    border: 2px solid #cfcfcf;
    width: 90%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    height: 300px;
    object-fit: contain;
}

@media (max-width: 575.98px) {
	.block--gallary .gallary--item {
		flex: 100%;
	}
	dl.gallery-item {
		flex: 55%;
	}
	
	.block--imagetext .image img {
		position: relative;
	}
}

@media (min-width: 576px) {
	.block--gallary .gallary--item {
		flex: 40%;
	}
}

@media (min-width: 1200px) {
	.block--gallary .gallary--item {
		flex: 30%;
		padding: 10px;
	}
}

/*** end gallary ***/

/*** gallary common ***/

.block--owl {
	padding: 0px 0px 35px;
    margin: -25px 0 0;
}

.block--owl .owl-theme .owl-dots .owl-dot {
	outline: none;
}

.block--owl .owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 3px;
    margin: 5px 4px;
    background: var(--color-gray);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .3s ease;
    border-radius: none;
}

.block--owl .owl-theme .owl-dots .owl-dot.active span {
	background: var(--active-blue);
}

.block--owl .item .item--image {
	overflow: hidden;
	height: 350px;
	width: 100%;
}

.block--owl .item .item--image img {
	transition: 0.3s;
	/* filter: grayscale(1); */
	height: 100%;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.block--owl .item .item--content {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 10px 10px 10px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	border-bottom: 1px solid var(--active-blue);
	transition: top 0.3s;
}

.block--owl .item:hover .item--content {
	top: 0;
}

.block--owl .item .item--title {
	font-family: var(--ff-pt);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	height: 45px;
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
}
.block--owl .item {
    width: 100%;
}

.block--owl a.arrlink.arrlink__blue {
    width: 100%;
}
p.item--text {
    padding: 20px;
    text-align: center;
}
a p.item--text {
    color: var(--active-blue);
}

.any_member_soc_list {
    display: flex;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.any_member_soc_list a {
    margin: 0 10px;
    font-size: 20px;
}

.any_member_soc_list a:hover {
    color: var(--active-blue);
}

.owl-carousel-light .owl-nav span {
    font-size: 40;
    line-height: 1;
    display: inline-block;
    padding: 5px 5px 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: var(--active-blue);
    text-decoration: none;
}
.owl-carousel-light.owl-theme .owl-nav {
    top: 200px;
}

/*** end gallary common ***/

/*** gallary light ***/

.block--owl__light .item:hover .item--image img {
	filter: grayscale(0);
}

.block--owl__light .item--content .item--title {
	margin-bottom: 20px;
}

.block--owl__light .item--content .item--text {
	font-size: 12px;
	line-height: 18px;
}

/*** end gallary light ***/

/*** gallary dark ***/

.block--owl__dark .item .item--body {
	background: #FFF;
	padding: 25px;
}

.block--owl__dark .item .item--title::after {
	content: " ";
	display: block;
	width: 75%;
	height: 2px;
	background: var(--active-blue);
	margin-top: 10px;
	margin-bottom: 15px;
}

.block--owl__dark .item--body .item--text {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 20px;
}

.block--owl__dark .item .arrlink {
/* 	font-size: 15px;
    font-weight: bold;
    font-style: italic; */
    color: var(--active-blue);
}

.block--owl__dark .item .arrlink::after {
	width: 15px;
	height: 15px;
}

/*** end gallary dark ***/

/*** editor ***/

.block--editor {
	padding: 30px 0;
}

.block--editor .content > * {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}
.block--editor a,
.block--strs a{
	color: var(--active-blue) !important;
}
.parent-pageid-30 .block--strs a {
	color: #000000 !important;
}
.block--editor .content > *:last-child {
	margin-bottom: 0;
}
select.wpcf7-select {
    font-size: 14px;
    background: #fff;
    font-family: var(--ff-mont);
    border: none;
    outline: none;
    width: 100%;
    height: 57px;
    padding-left: 18px;
}

.wpcf7-form-control-wrap.service {
    /* margin: 5px; */
}
/*** en editor ***/
.block--strs
{
	margin-bottom: 30px;
}
.block--logo_car h2.title,
.block--strs h2.title {
    /* font-family: var(--ff-pt); */
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0px;
}
.str-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    text-align: left;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.str-row img {
    max-width: 100%;
    filter: grayscale(1);
    transition: 0.3s;
    max-height: 200px;
    margin: 20px 0;
}
.str-row img:hover {
    filter: grayscale(0);
    transition: 0.3s;
}
.str-row .pic {
    display: flex;
    padding: 10px 40;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f0f0f0;
}
.str-row .txt {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
.owl-carousel-logos img {
    filter: grayscale(1);
    transition: 0.3s;
}
.owl-carousel-logos img:hover {
    filter: grayscale(0);
    transition: 0.3s;
}

.owl-carousel-logos-c.owl-carousel.owl-theme.owl-loaded.owl-drag {
    /* width: 90%; */
    margin: auto;
}

.card_title h2,.card_title .h2 {
    margin-bottom: 40px;
    font-size: 30px;
    margin-top: 60px;
    font-weight: bold;
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -15px 20px;
}

.card-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 315px;
    overflow: hidden;
    margin: 10px 0;
}

.card-cl img {
    max-width: 100%;
	max-height: 100%;
}

.card-cl {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.card-sd {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-sum {
    text-align: center;
    font-size: 24px;
    padding: 10px;
    background: #ddd;
    color: var(--active-blue);
}
.card-sum.empty {
	padding: 24px;
}
.card-aser img {
    max-width: 100%;
    max-height: 100%;
}

.card-aser {
    height: 35px;
    text-align: center;
}

.card-ye {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    height: 25px;
}

.cadr-center {
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-uc {
    padding: 10px 5px;
    font-size: 12px;
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.card-cl-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 10px;
}

.card-cl-2 img {
    /* flex: 1; */
    max-height: 100%;
    max-width: 45%;
    margin: 0 5px;
}


.pvt-container {
    padding: 20px;
    text-align: center;
}

.pvt-title,
.show-calc{
    padding: 20px;
    background: var(--active-blue);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    /* cursor: pointer; */
}

.pvt-end {
    padding: 20px;
    background: var(--active-blue);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}
.pvt-step {
    padding: 20px;
    position: relative;
}
.pvt-step.l_s {
    border-right: 4px solid var(--active-blue);
    margin-right: calc(50% - 2px);
    text-align: right;
    overflow-wrap: break-word;
    padding-left: 0;
}

.pvt-step.r_s {
    border-left: 4px solid var(--active-blue);
    margin-left: calc(50% - 2px);
    text-align: left;
    padding-right: 0;
}

.l_s:after,
.r_s:before
{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid var(--active-blue);
    border-radius: 100%;
    background: #fff;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

.l_s:after {right: -12px;}
.r_s:before { left: -12px;}
.pvt-body,
.calc-container{
    display: block !important;
}
@media(max-width:500px)
{
    .pvt-step {
        font-size: 12px;
    }
}

.calc-container, 
.calc-result
{
    width: 60%;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto 20px;
    font-size: 14px;
    background: var(--bg-gray);
}

.calc-item {
    margin: 10px 0;
}

.calc-item select, .calc-item input {
    height: 40px;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    outline: none;
	font-size: 14px;
}

.calc-comment {
    padding: 5px 10px;
    font-size: 10px;
}

.calc-item select {
    margin-bottom: 15px;
}

.calc-item input[type="button"] {
    background: var(--active-blue);
    font-size: 18px;
    font-style: italic;
    color: #fff;
    line-height: 1;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    cursor: pointer;
}
.calc-item input[type="button"]:disabled {
	background: #ccc;
	cursor: no-drop;
}
.calc-item input[type="button"]:hover {
    opacity: 0.9;
}

@media(max-width:500px)
{
    .calc-container, 
	.calc-result {
        width: 100%;
    }
}

.calc-result h3 {
    text-align: center;
    font-size: 18px;
}

.calc-result {
    font-size: 12px;
}

.col-4.c-r-head {
    font-weight: 600;
}

.calc-result .row {
    /* font-weight: 300; */
}
.calc-result {display:none}

.pl-row {
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}

.pl-image {
    flex: 25%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-image img {
    max-width: 100%;
    max-height: 100px;
    filter: grayscale(1);
    transition: 0.3s;
}

.pl-image img:hover {
    filter: grayscale(0);
}
.owl-carousel-plitka.owl-carousel .owl-item img {
    max-width: 100%;
    margin: auto;
    width: auto;
    max-height: 100%;
    filter: grayscale(1);
    transition: 0.3s;
}

.inner-pl-img {
    height: 100px;
    text-align: center;
    padding: 20px;
}
.owl-carousel-plitka {
    margin-bottom: 40px;
    margin-top: 20px;
}
@media(max-width:500px)
{
    .pl-image {
        flex: 50%;
    }
}
.owl-carousel-logos .owl-stage,
.owl-carousel-logos-c .owl-stage{
    display: flex;
    align-items: center;
}

.bl-cat-container {
    /* display: flex; */
    /* text-align: center; */
    padding: 10px 0 20px;
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 100%; */
    /* height: 100px; */
    /* background: var(--active-blue); */
    color: var(--active-blue);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.block.block--logo_cat {
    margin: 40px 0 60px;
}

.owl-carousel-logos.owl-carousel .owl-item,
.owl-carousel-logos-c.owl-carousel .owl-item {
    max-height: 70px;
}

.owl-carousel-logos.owl-carousel .owl-item img,
.owl-carousel-logos-c.owl-carousel .owl-item img {
    max-width: 90%;
    width: auto;
    max-height: 70px;
    margin: auto;
}
.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 110%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    margin-top: 0;
}

.owl-nav button {
    pointer-events: all;
}

.owl-nav span {
    padding: 10px 5px;
    font-size: 50px;
}
.cat-car-cont {
    display: flex;
    align-items: center;
    padding: 5px;
}

.parent-pageid-30 .block--strs .simple-link{
	color: var(--active-blue) !important;
}
@media(max-width:1100px)
{
	.block--owl .item .item--image
	{height: 450px;}
	.owl-theme .owl-nav {width:110%}
}
@media(max-width:500px)
{
	.bl-cat-container {
		border-radius: 30px;
		margin: 20px 0;
		height: 60px;
	}
	.owl-theme .owl-nav {
		width: 100%;
	}
	
	.owl-carousel-logos-c.owl-theme .owl-nav {
		width: 100%;
	}
}

a.page-btn
{
	display: inline-flex;
	padding: 0 24px;
	margin: 10px;
	height: 44px;
	justify-content: center;
	align-items: center;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	background: var(--active-blue);
	color: #FFF !important;
	border-radius: 22px;
	transition: 0.3s;
}
a.page-btn:hover{
	opacity:0.7;
}
.block.block--logo_car {
    padding: 20px 0;
}

/******NEW SERVICE BLOCKS****/
.block--serv--icon {
    background: #f0f0f0;
    padding: 50px 0 70px;
}

.block--serv--icon .h2 {
    font-size: 30px;
    display: inline-block;
    border-bottom: 1px solid var(--active-blue);
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.si_title {
    text-align: center;
}

.si_subtitle {
    text-align: center;
}

.si_subtitle h3, .si_subtitle p {
    margin: 0;
    padding-bottom: 50px;
    font-size: 18px;
    display: inline-block;
    width: 80%;
    font-weight: 400;
}

.si-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-size: cover;
	background-position: center;
}

.si-wrapper {
    background: #fff;
	width: 100%;
    padding: 30px;
    margin: 0 1px;
}

.mb2px{
	margin-bottom: 2px;
}
.mb5px{
	margin-bottom: 5px;
}
.mb50px {
	margin-bottom: 50px;
}

.si-wrapper img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
}

.si-txt {
    margin-top: 30px;
	font-size: 14px;
}
.block--strs h2.title {
	margin-bottom: 50px;
}

.str-row:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.sf-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1694cc;
	opacity: 0.7;
}

.sf_subtitle .h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
}

.sf-wrapper {
    position: relative;
    border-bottom: 5px solid #f0f0f0;
    width: 100%;
    display: flex;
    /* padding: 40px 20px; */
}

.sf-txt {
    /* position: absolute; */
    width: 60%;
    /* height: 100%; */
    background: #fff;
    padding: 40px 40px 40px 20px;
    display: flex;
    /* align-items: center; */
}

.sf-num {
    position: absolute;
    z-index: 1;
    left: 60%;
    top: 50%;
    height: 70px;
    width: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    color: var(--active-blue);
    font-weight: 600;
    font-size: 16px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.last-fon-block {
    background: #f0f0f0;
}

.sf-wrapper img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
}

.block_df {
	display: flex;
}
.header-phone-img img{
	width: 15px;
}
#header.whiteI.bg__blue .header-phone-img img{
	width: 15px;
	filter: none;
}
.bg__blue .header-phone-img img{
	filter: brightness(0) invert(1);
	transition: .3s;
}

.header-worktime:hover  .header-phone-img img{
	filter: none;
}
.slide__main{
	position: relative;
}
.main-slider-bullets{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
}
.main-slider-bullets .slider--tab span{
	height: 4px;
	width: 23px;
}
.main-slider-bullets .slider--tabs{
	flex-direction: row;
}
.main-slider-arrows{
	display: flex;
	justify-content: space-between;
	transform: translate(0, -288px);
	position: relative;
	z-index: 1;
}
.main-slider-arrow{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.main-slider-arrow:before{
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .2;
}
.main-slider-arrow_next{
	transform: rotate(180deg);
}
.slide__main .main-slider-arrow svg path{
	stroke: #333;
}
.slide__main.bg__blue .main-slider-arrow svg path{
	stroke: #fff;
}
.slide__main .main-slider-arrow:before{
	background: #333;
}

.slide__main.bg__blue .main-slider-arrow:before{
	background: #fff;
}
.service-list-item__img{
	height: 240px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.service-list-item__img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
}
.service-list-item__img img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.service-list__item{
	position: relative;
}
.service-list-item__text{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.service-list-item__text a{
	color: #5592C9;
	font-weight: 600;
}
.service-list-item__title{
	color: #fff;
	font-weight: 600;
	margin: 0 0 16px 0;
}
.section-padding{
	padding-top: 80px;
	padding-bottom: 100px;
}
.section-title{
	font-family: var(--ff-pt);
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	margin: 0;
}
.text-nowrap{
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.last-fon-block {
		display: none;
	}
	.si-row {
		background-position: right;
	}
	.si-wrapper {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 20px;
	}

	.si-txt {
		margin-top: 0;
		margin-left: 20px;
	}
}

@media (max-width: 575.98px) {
	.str-row .pic {
		border-right: none;
	}
	.sf-txt {
		width: 80%;
	}
	.sf-num {
		left: 80%;
	}
	.main-slider-bullets{
		bottom: 20px;
	}
}



/******END NEW SERVICE BLOCKS****/

/* END BLOCKS  */

/* 404 */

.error-page .error--image {
	margin-bottom: 50px;
}

.error-page .error--image img {
	width: 100%;
}

.error-page .error--title {
	font-family: var(--ff-pt);
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
	margin-bottom: 20px;
}

.error-page .error--description {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
	text-align: center;
    margin-bottom: 25px;
}

.error-page .social--link {
    margin: 15px 0;
    color: #fff;
	transition: 0.3s;
}

.error-page .social--link:hover {
	color: var(--active-blue);
}

.error-page .button--home {
    display: inline-flex;
    padding: 0 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    background: #FFF;;
    color: var(--active-blue);
    border-radius: 22px;
}

.error-page .button--home:hover {
	opacity: 0.7;	
}

/* END 404 */

/* SINGLE NEWS */

.single-post .page-wrapper .page_content-main_img img {
	width: 100%;
    height: auto;
}

.single-post .page-wrapper {
	padding-bottom: 60px;
}

.single-post .single--title {
	font-family: var(--ff-pt);
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0px 15px 0px;
}

.single-post .single--date {
	font-size: 13px;
    font-weight: 500;
    font-style: italic;
	text-align: center;
    color: var(--active-blue);
    margin-bottom: 30px;
}

.single .page_content p, .single .page_content ul>li, .single .page_content ol>li {
	font-size: 17px;
	margin-bottom: 15px;
	text-align: justify;
}

.content--wrapper h2 {
    font-family: var(--ff-pt);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.single-post .page-wrapper .page_content-main_txt h2, .single-post .page-wrapper .page_content-main_txt h3 {
	font-weight:700;
	text-align:left;
	/* text-indent: 20px; */
}

.single .page_content ul, .single .page_content ol {
	margin:0;
	padding-left: 17px;
}

.single .page_content p strong {
	/* font-size: 18px; */
	font-weight: bold;
	/* padding-top: 5px; */
}

.single .arrowlink {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
	color: var(--active-blue);
}

@media (max-width: 575.98px) {
	.single-post .page-wrapper .page_content-main_img {
		margin-bottom: 30px;
		overflow: hidden;
	}
	
}

@media (min-width: 576px) {
	.single-post .page-wrapper .page_content-main_img {
		margin-bottom: 40px;
	}
	.single-post .page-wrapper .page_content-main_txt {
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */
		padding-bottom: 40px;
	}
	.single-post .page-wrapper .page_content-main_txt p {
		margin-top: 0;
	}
	.single-post .page-wrapper .page_content-main_txt p {
		margin-top: 0;
	}
}
.page_content-main_txt p {
    /* text-indent: 20px; */
}

.do-share a {
    filter: grayscale(1);
    margin-top: 20px;
}

.do-share a:hover {
    filter: grayscale(0);
}
/* END SINGLE NEWS */

/* PAGES COMMON STYLES */

/* .page--title {
	font-family: var(--ff-pt);
	font-weight: bold;
	font-size: 44px;
	margin: 40px 0;
}

.contacts--description {
	font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: var(--active-blue);
    margin-bottom: 45px;
} */

/* END PAGES COMMON STYLES */

/* PAGE "CONTACTS" */

.contacts .page--title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 50px;
}

.contacts .card--list {
	width: 87%;
	margin: 0 auto;
	padding-bottom: 62px;
}

.contacts .card--list .card {
	flex: 1;
    margin: 1px;
	padding: 30px 10px;
	position: relative;
    background: #FFF;} 


.contacts .card--list .card:hover::after  {
	content: " ";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--active-blue);
}

.contacts .card .card--image {
	width: 52px;
	height: 52px;
	margin-bottom: 30px;
}

.contacts .card .card--image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contacts .card .card--title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--active-blue);
	margin-bottom: 20px;
}

.contacts .card .card--content li a,
.contacts .card .card--content li span {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	transition: 0.3s;
}

.contacts .card .card--content li .contact-page-txt {
    font-size: 14px;
    /* flex: 1; */
    margin-bottom: 5px;
    text-align: left;
}

.contacts .card--adress .card--content li span {
/*	font-size: 12px;*/
}

.contacts .card .card--content li a:hover {
	color: var(--active-blue);
}
.contacts .card .card--content li a.contact-page {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contacts .card .card--content li a img, .contacts .card .card--content li a i {
    width: 15px;
    margin-right: 5px;
    height: auto;
    filter: grayscale(1);
    transition: .3s;
}

.contacts .card .card--content li a:hover img {
    filter: grayscale(0);
    transition: .3s;
}

.contact-page i {
    margin-right: 5px;
}
.form-and-map .content--block {
/* 	width: 87%; */
/*     margin: 0 auto; */
    background: #FFF;
    padding: 25px;
	margin-bottom: 80px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

.form-and-map .form--wrapper {
	flex: 4;
	padding: 25px;
}

.form-and-map .form--wrapper .form--title {
	font-size: 30px;
	font-weight: bold;
}

.form-and-map .form--wrapper .title--underline {
	width: 50%;
	height: 2px;
	background: var(--active-blue);
	margin: 25px 0px;
}

.form-and-map .form--wrapper .form--descrition {
	font-size: 14px;
	margin-bottom: 30px;
}

.form-and-map .form--wrapper form input[name="fio"],
.form-and-map .form--wrapper form input[name="email"],
.form-and-map .form--wrapper form input[name="tel"],
.form-and-map .form--wrapper form textarea {
	border: 2px solid var(--bg-gray);
	outline: none;
	width: 100%;
	font-family: var(--ff-mont);
	font-size: 14px;
	font-weight: 400;
	padding-left: 15px;
	/* margin-bottom: 8px; */
	color: #000;
}

.form-and-map .form--wrapper form input[name="fio"]::placeholder,
.form-and-map .form--wrapper form input[name="email"]::placeholder,
.form-and-map .form--wrapper form input[name="tel"]::placeholder,
.form-and-map .form--wrapper form textarea::placeholder {
	color: #000;
}

.form-and-map .form--wrapper form input[name="fio"],
.form-and-map .form--wrapper form input[name="email"],
.form-and-map .form--wrapper form input[name="tel"] {
	height: 54px;
}

.form-and-map .form--wrapper form textarea {
	height: 108px;
	resize: none;
	padding-top: 18px;
}

.form-and-map .form--wrapper input[type="submit"] {
	border: none;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 57px;
	background: var(--active-blue);
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	cursor: pointer;
}

.form-and-map .form--wrapper span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    left: 17px;
    bottom: -14px;
}

.form-and-map .form--wrapper textarea + span.wpcf7-not-valid-tip {
	bottom: 16px;
}

.form-and-map .form--wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

.form-and-map .map--wrapper {
	flex: 6;
	display: flex;
	align-items: center;
	padding: 25px;
}

#ya_maps {

}

#map {
	
}

@media (max-width: 575.98px) {
	.contacts .card--list {
		width: 100%;
	}
	
	.contacts .card--list .card {
		flex: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.form-and-map .content--block {
		width: 100%;
		padding: 0;
	}
	
	.form-and-map .form--wrapper {
		padding-bottom: 0;
	}
	
	.form-and-map .form--wrapper,
	.form-and-map .map--wrapper {
		flex: 100%;
	}
	
	.form-and-map .form--wrapper span.wpcf7-not-valid-tip {
		font-size: 10px;
	}
	
	.form-and-map .form--wrapper input[type="submit"] {
		width: 100%;
	}
}

@media (min-width: 576px) {
	.contacts .card--list {
		width: 100%;
	}
	
	.contacts .card--list .card {
		flex: 49%;
	}
	
	.form-and-map .content--block {
/* 		width: 100%; */
		padding: 0;
	}
	
	.form-and-map .form--wrapper {
		padding-bottom: 0;
	}
	
	.form-and-map .form--wrapper,
	.form-and-map .map--wrapper {
		flex: 100%;
	}
	
	.form-and-map .form--wrapper span.wpcf7-not-valid-tip {
		font-size: 10px;
	}
	
	.form-and-map .form--wrapper input[type="submit"] {
		width: 50%;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.contacts .card--list .card {
		flex: 1;
	}
	
	.form-and-map .form--wrapper {
		padding-bottom: 25px;
	}
	
	.form-and-map .form--wrapper {
		flex: 4;
	}
	
	.form-and-map .map--wrapper {
		flex: 6;
	}
	
	.form-and-map .form--wrapper span.wpcf7-not-valid-tip {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.contacts .card--list {
		width: 87%;
	}
	
	.form-and-map .content--block {
/* 		width: 87%; */
		padding: 25px;
	}
}

/* END PAGE "CONTACTS" */

/* PRESSCENTER */

.news--item .news--body > a:first-child {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.presscenter .presscenter--title {
	font-size: 30px;
	font-weight: bold;
	margin: 40px 0;
}

.presscenter .news--list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin: -20px -6px;
}

.presscenter .news--item {
	flex: 0 30%;
	display: flex;
	flex-direction: column;
	margin: 20px 6px;
	background: #fff;
	flex-wrap: wrap;
}

a.news_link {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.presscenter .news--item .news--image {
    position: relative;
    height: 260px;
    width: 100%;
}

.presscenter .news--item .news--image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	filter: grayscale(1);
	transition: 0.3s;
}

.presscenter .news--item.matherials .news--image img {
    object-position: top;
    filter: grayscale(0.5);
}

.presscenter .news--item:hover .news--image img {
    filter: grayscale(0);
}
.presscenter .news--item .news--body {
	flex: 1;
	background: #FFF;
	padding: 25px 27px;
	display: flex;
	flex-direction: column;
}

.presscenter .news--item .news--title {
    font-family: var(--ff-pt);
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 25px 27px 0;
}

.presscenter .news--item .news--title__underline {
	width: 78%;
	height: 2px;
	background: var(--active-blue);
	margin: auto 27px 10px;
}

.presscenter .news--item .news--description {
	font-size: 12px;
	margin-bottom: 19px;
	padding: 0 27px;
}

.presscenter .news--item a:hover .arrlink::after {
	margin-left: 40px;
}

.presscenter .btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
    padding-bottom: 60px;
}

.presscenter .news--item > a.btn, .single-material a.btn {
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: bold;
    padding: 10px 20px;
    background: var(--active-blue);
    color: #FFF;
    border-radius: 22px;
    display: flex;
    width: max-content;
    margin-top: auto;
}

.presscenter .news--item > a.btn:hover, .single-material a.btn:hover {
    opacity: 0.7;
}

.presscenter .btn_ajax_post,
.presscenter .btn_ajax_search{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	cursor: pointer;
}

.presscenter .btn_ajax_post .btn_ajax_text,
.presscenter .btn_ajax_search .btn_ajax_text{
	margin-bottom: 17px;
}

.presscenter .btn_ajax_post .btn_ajax_text span,
.presscenter .btn_ajax_search .btn_ajax_text span{
	font-size: 15px;
	font-weight: bold;
}

.presscenter .btn_ajax_post .btn_ajax_arrow,
.presscenter .btn_ajax_search .btn_ajax_arrow {
	position: relative;
	top: 0px;
	width: 30px;
	height: 30px;
	transition: 0.3s;
}

.presscenter .btn_ajax_post:hover .btn_ajax_arrow,
.presscenter .btn_ajax_search:hover .btn_ajax_arrow{
	top: 10px;
}

@media (max-width: 575.98px) {
	.presscenter .news--item {
		flex: 100%;
	}
	.presscenter .news--item .news--body {
		display: block;
	}
}

@media (min-width: 576px) {
	.presscenter .news--item {
		flex: 50.5%;
	}
}

@media (min-width: 768px) {
	.presscenter .news--item {
		flex: 1 47.5%;
	}
}

@media (min-width: 1200px) {
	.presscenter .news--item {
		flex: 0 32%;
	}
}

/* END PRESSCENTER */

/* PAGE FAQ */

.faq--pagetitle {
	padding-top: 42px;
}

.faq--pagetitle .page--title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}

.faq--pagetitle .page--description {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: var(--active-blue);
}

.faq--content .faq--list {
	margin-top: 20px;
}

.faq--content .faq--item {
	position: relative;
	margin: 8px 0;
	background: #FFF;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

.faq--content .faq--item input[type='checkbox'] {
    position: absolute;
    top: 20px;
    width: 60px;
    height: 20px;
    cursor: pointer;
	z-index: -1;
}

.faq--content .faq--item .faq--control {
	position: relative;
	flex: 0 0 60px;
}

.faq--content .faq--item .faq--control::before,
.faq--content .faq--item .faq--control::after {
	content: " ";
	display: block;
	width: 14px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.faq--content .faq--item .faq--control::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq--content .faq--item .faq--control::after {
	transform: translate(-50%, -50%);
}

.faq--content .faq--item input[type='checkbox']:checked + .faq--question > .faq--control::before {
	display: none;
}

.faq--content .faq--question {
	display: flex;
	cursor: pointer;
}

.faq--content .faq--question p {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.faq--content .faq--answer {
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.6s ease-out;
}

.faq--content .faq--item input[type="checkbox"]:checked ~ .faq--answer {
	max-height: 500px;
	transition: max-height 0.6s ease-in;
}

.faq--content .faq--answer p {
	font-size: 14px;
	line-height: 18px;
}

.faq--content .faq--item input[type="checkbox"]:checked ~ .faq--answer p {
	
}

/*** faq correction ***/

.faq--outer {
    position: relative;
    margin: 8px 0;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

.faq--que {
    display: flex;
    cursor: pointer;
}

.faq--container {
    margin-top: 20px;
}

.faq--outer p {
    padding: 20px 20px 20px 60px;
    width: 100%;
}

.faq--que .marker {
 position:relative;
 width: 60px;
    margin-right: -60px;
}
  
.faq--que .marker .v,
.faq--que .marker .h {
    content: " ";
    display: block;
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
 transform: translate(-50%,-50%);
 transition: 0.3s;
}
.faq--que .marker .v {
 transform: translate(-50%,-50%) rotate(90deg);
 opacity: 1;
}
.faq--ans {
 display: none;
}
  
.faq--que .marker .v.opa {
 opacity: 0;
 transition: 0.3s;
}

/*** end faq correction ***/

.req_star{
	color: #f00;
	margin-left: 5px;
}

.faq--form {
	padding-top: 60px;
	padding-bottom: 60px;
}

.faq--form .form--title {
	font-family: var(--ff-pt);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 18px 0;
}

.faq--form .form--description {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: var(--active-blue);
	padding: 18px 0;
}

.faq--form .underline {
	width: 25%;
	height: 2px;
	background: var(--active-blue);
	margin-bottom: 40px;
}

.faq--form .form--wrapper {
	width: 100%;
}

.faq--form .wpcf7-form p {
	display: flex;
	position: relative;
}

/* .faq--form .wpcf7-form span.wpcf7-form-control-wrap.fio,
.faq--form .wpcf7-form span.wpcf7-form-control-wrap.email,
.faq--form .wpcf7-form span.wpcf7-form-control-wrap.tel,
.faq--form .wpcf7-form input[type="submit"] {
	flex: 1;
	margin: 0px 8px;
} */

.faq--form .wpcf7-form input[name="fio"],
.faq--form .wpcf7-form input[name="email"],
.faq--form .wpcf7-form input[name="tel"],
.faq--form .wpcf7-form input[type="submit"] {
	height: 57px;
	border: none;
	outline: none;
}

.faq--form .wpcf7-form input[name="fio"],
.faq--form .wpcf7-form input[name="email"],
.faq--form .wpcf7-form input[name="tel"] {
	width: 100%;
	padding-left: 22px;
	font-size: 14px;
}

.faq--form .wpcf7-form input[type="submit"] {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	background: var(--active-blue);
}

.faq--form .wpcf7-form span.ajax-loader {
	position: absolute;
	top: 100%;
	left: 100%;
}

.faq--form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

.faq--form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 3px;
	font-size: 12px;
	left: 22px;
}

@media (max-width: 575.98px) {
	.faq--content .faq--item .faq--control {
		flex: 0 0 45px;
	}
	
	.faq--content .faq--question p {
		padding: 20px 20px 20px 0px;
	}
	
	.faq--content .faq--answer p {
		padding: 0px 20px 20px 45px;
	}
	
/* 	.faq--content .faq--item input[type="checkbox"]:checked ~ .faq--answer {
    	padding: 0px 20px 20px 45px;
	} */
	
	.faq--form .wpcf7-form p {
		flex-direction: column;
	}
	
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.fio,
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.email,
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.tel,
	.faq--form .wpcf7-form input[type="submit"] {
		flex: none;
		margin: 0;
	}
	
	.faq--form .wpcf7-form span.ajax-loader {
		left: 0;
	}
}

@media (min-width: 576px) {
	
	.faq--content .faq--question p {
		padding: 20px 20px 20px 0px;
	}
	
	.faq--content .faq--answer p {
		padding: 0px 20px 20px 60px;
	}
	
/* 	.faq--content .faq--item input[type="checkbox"]:checked ~ .faq--answer {
    	padding: 0px 20px 20px 60px;
	} */
	
	.faq--form .wpcf7-form p {
		flex-direction: column;
	}
	
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.fio,
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.email,
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.tel,
	.faq--form .wpcf7-form input[type="submit"] {
		flex: none;
		margin: 0;
	}
	
	.faq--form .wpcf7-form span.ajax-loader {
		left: 0;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.faq--content .faq--question p {
		padding: 20px 60px 20px 0px;
	}
	
	.faq--content .faq--answer p {
		padding: 0px 60px 20px 60px;
	}
	
/* 	.faq--content .faq--item input[type="checkbox"]:checked ~ .faq--answer {
    	padding: 0px 60px 20px 60px;
	} */
	
	.faq--form .wpcf7-form p {
		flex-direction: row;
	}
	
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.fio,
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.email,
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.tel,
	.faq--form .wpcf7-form input[type="submit"] {
		flex: 1;
		margin: 0px 8px;
	}
	
	.faq--form .wpcf7-form span.wpcf7-form-control-wrap.fio {
		margin-left: 0;
	}
	
	.faq--form .wpcf7-form input[type="submit"] {
		margin-right: 0;
	}
	
	.faq--form span.wpcf7-not-valid-tip {
		font-size: 9px;
	}
	
}

@media (min-width: 1200px) {
	
}

/* END PAGE FAQ */

/* WP REDACTOR */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 20px auto;
}

@media(max-width:768px)
{
	.alignright,
	.alignleft{
		float: none;
		display: block;
		margin: 20px auto;
	}
}
/* END WP REDACTOR */

/* Uslugi */
.usl-cont img {
    filter: grayscale(1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.usl-cont img:hover {
    max-width: 100%;
    filter: grayscale(0.5);
    border: 1px solid var(--active-blue);
}

.usl-cont {
    position: relative;
}

.usl-cont a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bg-gray);
}
.border-div{
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	text-align: center;
	border: 1px solid #5592C9;
	border-radius: 100%;
	background: #5592C9;
	margin-right: 8px;
}
span.count-num{
	color: #FFF;
	padding-top: 2px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
a.usl-name {
    border: none;
}

.usl-cont a:hover {
    color: var(--active-blue);
}

.usl-cont a .round_item {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--active-blue);
    margin-right: 10px;
}

.usl-cont a span {
    flex: 1;
}

.usl-name {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
}
/* END Uslugi */


.advantagesNew{

	margin-top: 85px;
	margin-bottom: 135px;
}

/* .block.block--editor .advantagesNew:not(:first-child) {
	display: none;
} */

.advantagesNew-blocks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	margin-top: 40px;

}
.advantagesNew-block__img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	height: 55px;
}
.advantagesNew-block:first-child{
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

.advantagesNew-block:last-child{
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}

.advantagesNew-block:nth-child(2),.advantagesNew-block:nth-child(4){
	
	padding-left: 100px;
}
.advantagesNew-block:nth-child(1),.advantagesNew-block:nth-child(3){
	
	padding-right: 100px;
}

.advantagesNew-block__title{
	font-weight: 600;
}

.advantagesNew-block__text{
	margin-top: 15px;
}

.advantagesNew-block__text p{
	margin: 0;
	line-height: 1.5;
}

@media (max-width: 991px){

.advantagesNew-block:nth-child(2),.advantagesNew-block:nth-child(4){
	
	padding-left: 15px;
}
.advantagesNew-block:nth-child(1),.advantagesNew-block:nth-child(3){
	
	padding-right: 15px;
}
.advantagesNew-block:last-child, .advantagesNew-block:first-child{
	border: none;
	border-bottom: 1px solid #E7E7E7;
}
.advantagesNew-block{
	border: none;
	border-bottom: 1px solid #E7E7E7;
}
}

.services--image{
	display: block;
}
.services--text{
	height: auto;
}
.services{
	/* overflow-x: hidden; */
}
.services--text{
	padding-right: 66px;
}

@media (max-width: 768px) {
	.desc2 {
		position: inherit;
	}

	span.conf {
		margin-left: 13%;
		margin-right: auto;
		width: 100%;
		position: inherit;
	}

	.services--link {
		position: inherit;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
	}

	.services--image {
		margin-top: 20px !important;
	}
	
	.services--title {
		font-size: 32px;
	}
}
.cases_title {
	font-size: 32px;
	font-weight: 700;
	margin: 40px 0 15px;
	text-align: left;
}
.case_section p {
	line-height: 24px;
	word-spacing: 3px;
}
.case_section .page_image {
	margin-top: 40px;
}
.case_section .page_desc {
	margin-top: 40px;
}
.case_section h2, .case_section .h2  {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
        font-weight:700;
}
.case_section .page_result {
	margin-bottom: 100px;
}
.case_section .page_content {
	max-width: 880px;
}
.case_section .page_image img {
	max-width: 880px;
	width: 100%;
}
.case_section .page_tabs {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.case_section .page_tabs p {
	line-height: 25px;
}
.case_section .page_tabs .tab {
	width: 45%;
}
.case_section .page_tabs .tab_before {
	background: #F2F7FA;
	box-shadow: 0px 8px 16px rgba(5, 24, 62, 0.25);
	border-radius: 20px;
	color: #041656 !important;
	padding: 20px;
}
.case_section .page_tabs .tab_after {
	background: #041656;
	box-shadow: 0px 8px 16px rgba(5, 24, 62, 0.25);
	border-radius: 20px;
	color: #F2F7FA !important;
	padding: 20px;
}
.case_section .page_tabs .tab_before h2 {
	color: #041656 !important;
	margin-top: 0;
}
.case_section .page_tabs .tab_after h2 {
	color: #F2F7FA !important;
	margin-top: 0;
}
.case_section .arrows {
	display: flex;
	align-items: center;
	width: 110px;
	justify-content: center;
}
.case_section .arrows img:nth-child(1) {
	margin-right: -15px;
}
.case_section .arrows img:nth-child(2) {
	margin-left: -15px;
}
@media (max-width: 767px) {
	.case_section .arrows {
		display: none;
	}
	.case_section .page_tabs {
		display: flex;
		flex-direction: column;
	}
	.case_section .page_tabs .tab {
		width: 100%;
		margin: 10px 0;
	}
	
	div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
		flex-wrap: wrap;
	}

	div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content p {
		margin-bottom: 10px;
	}
}
.page_result ol, .page_result ul {
	padding: 0 25px;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 3px;
}
.block.block--logo_car .item a:hover {
	opacity: 0.4;
}
.parent-pageid-30 .block--strs a:hover {
	opacity: 0.4;
}

/****NEW LANG****/
.language_menu {
    display: flex;
    margin-left: auto;
    padding: 20px 0;
}
.language_menu li {
    margin-left: 10px;
}

.whiteI.bg__blue .language_menu li.current-lang a, .bg__blue .language_menu li.current-lang a, .language_menu li.current-lang a,.whiteI .language_menu li.current-lang a {
    color: var(--active-blue);
}
.bg__blue .language_menu li a{
	color: var(--banner-bg-white);
}

.whiteI.bg__blue .language_menu li a,
.whiteI .language_menu li a{
	color: #000;
}

.whiteI.bg__blue .language_menu li a:hover,
.bg__blue .language_menu li a:hover, 
.language_menu li a:hover {
    color: var(--active-blue);
}

.menu--lang {
    margin-left: auto;
    margin-right: 3rem;
}
.header-worktime{
	color: #000;
	font-size: 12px;
}
.bg__blue .header-worktime{
	color: #fff;
	font-size: 12px;
}
.header-contact-phone{
	color: #000;
	font-size: 12px;
}
.bg__blue .header-contact-phone{
	color: #fff;
}
#header.whiteI.bg__blue .header-worktime,
#header.whiteI.bg__blue .header-contact-phone{
	color: #000;
}
.menu--nav_mobile{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 20px;
}
.menu--nav_mobile .header-contact-info{
	padding-left: 40px;
}
@media (max-width: 991px){
	.menu--main__active .language_menu li a {
    	color: var(--banner-bg-white);
	}
	
	.menu--main__active .language_menu li.current-lang a {
		color: var(--active-blue);
	}
	
	.menu--lang {
		margin-right: 0;
	}
}
/*****END NEW LANG****/
/*****GDRP****/
.feedback--form .wpgdprc {
    color: #fff;
}

.wpgdprc input[type="checkbox"] {
    border: 1px solid #fff;
    width: 12px !important;
    height: 12px !important;
    margin: 0;
    /* background: #fff; */
}

.fl-1 {
    width: 100%;
    margin: 10px 5px;
}

.fl-1 > span {
    display: block;
}

.fl-1 .wpcf7-list-item {
    margin: 0 5px;
}

.wpgdprc a {
    border-bottom: 1px solid;
    color: inherit;
}

.gdpr_txt{
	display: none;
}
/****END GDPR*****/

@media (max-width: 575.98px) {
	.services--text {
		padding-right: 0;
		padding-bottom: 20px;
	}
}

@keyframes line {
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes anim-hash-bg1 {
	0 {
		background-position: 0 0; 
	}
	100% {
		background-position: 100000px 0; 
	} 
}

.painting {
    display: block;
    position: relative;
}

.painting svg {
    width: 200px;
}

.painting > svg {
    max-width: 150px;
    width: 100%;
}

.st0 {
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.animated .st0 {
  opacity: 1;
  animation-name: line;
  fill: transparent;
}

.sign-container {
    display: flex;
    /* position: relative; */
    align-items: center;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 20px;
}

.sign-pic {
    margin: 0 10px;
}
.page_content-main_txt a{
	color:#5592c9;
}
.usl-img{
	flex: 0 0 235px;
	min-height: 235px;
}
.usl-img img{
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.usl-cont_new{
	flex: 1;
	background: #F3F3F3;
	padding: 32px;
}
.usl-service-list{
	display: flex;
	flex-wrap: wrap;
}
.usl-service__item{
	flex: 0 1 50%;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
/*.usl-service__item:before{
	content: '';
	width: 20px;
	height: 1px;
	background: #000;
}*/
.usl-service__item a{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: 5px;
}
.usl-cont_new .usl-name{
	padding: 0;
	margin-bottom: 24px;
}
.position-relative{
	position: relative;
}
.content--wrapper ol li:not(:last-child){
	margin-bottom: 32px;
}
#pum-7455.pum-theme-7 .pum-title, .pum-theme-lightbox .pum-title{
	color: #484848;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	max-width: 430px;
}
#popmake-7455 .btn, #popmake-7747 .btn{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	padding: 15px 30px;
}
#popmake-7455, #popmake-7747{
	display: flex!important;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	max-width: 600px;
}
.smooth-block-projects{
	max-height: 670px;
}
.block--editor .btn{
	color: #fff!important;
	font-style: normal;
}

.review-slider{
	border: 1px solid #DDD;
	padding: 32px 24px;
}
.review-slider__title{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}
.swiper {
	width: 100%;
	position: relative;
}

.swiper-wrapper{
	align-items: stretch;
	height: auto;
}
.swiper-slide{
	height: auto;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.review-slider{
	height: 100%;
}
.swiper-pagination_custom .swiper-pagination-bullet{
	border-radius: 0;
	width: 23px;
	height: 4px;
}
.swiper-pagination_custom .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #5592C9;
}
.reviews-slider{
	padding-bottom: 40px;
}
.swiper-arrow_custom{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(221, 221, 221, 0.20);
}
.swiper-arrow_custom:after{
	content: url("/wp-content/uploads/fi_chevron-left.svg");
}
.swiper-arrow_prev:after{
	transform: rotate(180deg);
}
.text-center{
	text-align: center;
}
#header.whiteI.bg__blue .header-contact-info_mobile .header-worktime,
#header.whiteI.bg__blue .header-contact-info_mobile .header-worktime .header-contact-phone{
	color: #fff;
}
.reviews{
	margin-top: 50px;
}
@media(max-width: 991px){
	.usl-cont_new{
		padding: 32px 16px;
	}
	.usl-service__item{
		flex: 1 1 100%;
	}
}
@media(max-width: 768px){
	.block.block--editor .content--wrapper iframe{
		width:100%!important;
	}
	#popmake-1488, #popmake-680, #popmake-7455, #popmake-7747{
		width: 90%!important;
	}
	#pum-7455.pum-theme-7 .pum-title, .pum-theme-lightbox .pum-title{
		font-size: 18px;
	}
}
@media(max-width: 500px){
	.language_menu {
		margin: 0;
	}
	
	.painting > svg {
		max-width: 100px;
	}
	
	.sign-container {
		font-size: 15px;
	}
}

@media(max-width: 350px){
	#header {
		padding-top: 10px;
	}
}

/*HeaderImgWrap*/
.header-img-wrap{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 95px 0;
	position: relative;
}
.header-img-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
}
.header-wrapper .single--title,
.header-wrapper .docode-breadcrumb span,
.header-wrapper .docode-breadcrumb{
	color: #ffffff;
}
@media (max-width: 768px){
	.header-img-wrap{
		padding: 74px 0;
	}
	.services--image{
		min-height: 680px;
	}
	
}
@media (max-width: 500px){
	.header-img-wrap{
		padding: 74px 0;
	}
	.services--image{
		min-height: 530px;
	}
	
}
@media (min-width: 576px) and (max-width: 991px)  {
	.block.block--imagetext .order-1{
		min-height: 380px;
	}
}
@media (min-width: 769px) and (max-width: 991px)  {
	.services--image{
		min-height: 890px;
	}
}
@media (min-width: 992px) and (max-width: 1199px)  {
	.services--text {
		margin-left: 0;
	}
	.services {
		min-height: 660px;
	}
	.services > .container > .row > div:last-child {
		position: absolute;
		left: 0;
		right: 0;
		/* width: 100% !important; */
		top: 100px;
		bottom: 0;
		width: 960px;
		justify-content: flex-start !important;
	}
	.d-lg-none {
		display: block !important;
	}
}
@media (max-width: 992px){
	.form-and-map .map--wrapper {
		width: 100%;
	}
}

.section__services-aser,
.services-consulting__section {
	margin: 80px 0;
}

.services-aser__title,
.services-consulting__title {
	text-align: start;
}

.services-aser__description p {
	margin-bottom: 0px;
}

.services-aser__description ul {
	margin: 8px 0 16px;
}

@media (max-width: 991px){
	.section-aser__title,
	.services-consulting__title{
		font-size: 30px;
	}
}

.services-consulting__title {
	margin-bottom: 40px;
}

.services-consulting__cards-wrapper {
	justify-content: space-between;
}

.services-consulting__card {
	max-width: 650px;
	min-width: 340px;
}

.services-consulting__card .card-info {
	background: #FAFAFA;
	padding: 48px 20px 24px 48px;
}

.services-consulting__card .card-title {
	margin-bottom: 48px;
}

.services-consulting__card .card-logo {
	width: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.services-consulting__card .card_underline {
	max-width: 90%;
	min-width: 200px;
	height: 1px;
	background: #D3D7DC;
}

.services-consulting__card .card-button {
	color: #5592C9;
	font-weight: 600;
	margin-top: 48px;
}

.services-consulting__card .card-button a {
	color: #5592C9;
	font-weight: 600;
	margin-right: 5px;
}

.services-consulting__card svg {
	position: absolute;
}

.services-consulting__card .card-image {
	height: 215px;
	background: gray;
}

@media (max-width: 991px){
    .post-template img {
    max-width: 100%; /* Изображение не будет шире контейнера */
  height: auto;      /* Сохранение пропорций */
}
	.services-consulting__cards-wrapper {
		justify-content: center;
	}

	.services-consulting__card .card-title {
		margin-bottom: 32px;
	}

	.services-consulting__card .card-logo {
		width: 100px;
	}

	.services-consulting__card:first-child {
		margin-bottom: 40px;
	}
	.excerpt_wrapper {
	flex-direction: column;
}
.page-wrapper .excerpt_block {
    width: 100%;
}
.page-wrapper .excerpt_img {
    width: 100%;
}
.page-wrapper .call_action_wrapper {
    flex-direction: column-reverse;
}

.page-wrapper .call_action_wrapper .d-none {
    display: block !important;
}
.page-wrapper .author_img {
    flex-direction: column;
    align-items: baseline;
}
.single-post .text__blue{
        padding: 0;
}
}

.excerpt_wrapper {
	display: flex;
	padding: 15px;
    background: #e2e4e6;
}
.excerpt_img {
	width: 50%;
}
.excerpt_img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.excerpt_block {
	width: 50%;
	margin-right: 30px;
    line-height: 1.5;
}
.call_action_wrapper {
	color: #Fff;
    background: linear-gradient(90deg, #042040 0%, #032d7d 100%);
    padding: 50px 70px;
	display: flex;
	margin-top: 40px;
	margin-bottom: 40px;
}
.call_action_wrapper h2{
	color: #Fff;
font-weight: 600;
font-size: 24px;
line-height: 130%;
margin-bottom: 10px;
}
.call_action_wrapper .button--callus{
	color: #Fff;
	padding-left: 0;
	margin-top: 20px;
}
.call_action_wrapper .button--callus a{
	color: #Fff;
}
.call_action_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}
.single .page_content ol>li {
    background: #e2e4e6;
	padding: 10px;
}
.excerpt_img2 {
    width: 80px;
    height: 80px;
    display: block;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
	margin-right: 20px;
}
.author_img {
    display: flex;
	align-items: center;
	margin-bottom: 50px;
    margin-top: 30px;
}
.author_img_2 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #000;
}
.author_img_3 {
	display: flex;
}
.author_img_3 a{
	margin-right: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #5592c9;
	width: auto;
}
#envirabox-wrap {
    top: 0!important;
    /*top: 50%!important;*/
    /*left: 50%!important;*/
    /*right: auto!important;*/
    /*bottom: auto!important;*/
    /*margin-right:-50%!important;*/
    /*transform: translate(-50%, -50%);*/
}

