@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    max-width: 100vw;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #667283;
	background: #fff;
	position: relative;
	max-width: 100vw;
	overflow: hidden;
	min-height: 100vh;
}
a{
	cursor: pointer;
	text-decoration: none;
}
img{
	display: block;
	max-width: 100%;
}
ol,ul{
	list-style-position: inside;
}
ul{
	list-style: none;
}
ul li{
	position: relative;
	padding-left: 15px;
}
ul li::before{
	content:'';
	position: absolute;
	left:0;
	top:10px;
	width:6px;
	height:6px;
	background:#00AFC5;
	border-radius: 100%;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1610px;
	padding: 0 15px;
}
.flex{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.nowrap{
	flex-wrap: nowrap;
}
.justify-content-between{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-stretch{
	align-items: stretch;
}
.align-items-end{
	align-items: flex-end;
}
.align-content-stretch{
	align-content: stretch;
}
.align-content-end{
	align-content: flex-end;
}
.align-content-center{
	align-content: center;
}
/********************************************************************************************************************************************************************************/
/**************************************************** LIGHTBOX ******************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#fancybox-overlay {
	background: #29292E !important;
	opacity: 0.8 !important;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content{
	background: #F9F9F9;
	border-radius: 10px;
}
#fancybox-outer{
	box-shadow: none !important;
}
#fancybox-content {
	border: none !important;
	padding: 5px;
}
#fancybox-content > *{
	border-radius: 5px;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.06);
}
.form-lightbox{
	display:none;
	position: fixed;
	width:100vw;
	height:100vh;
	z-index: 2222;
	left: 0;
	top: 0;
	cursor: pointer;
	background: rgba(41,41,46,0.8);
	overflow: scroll;
}
.form-lightbox.active{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form-lightbox-container{
	width: calc(100% - 30px);
	margin: 0 15px;
	background: #FBF7F3;
	border-radius: 10px;
	overflow: auto;
	position: relative;
	padding: 5px;
	cursor: unset;
	max-width: 1226px;
	max-height: 100vh;
}
.form-lightbox-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: transform .25s ease-in-out;
}
.form-lightbox-close:hover{
	transform: rotate(-90deg);
}
.form-lightbox-close{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 20px;
	transition: transform .25s ease-in-out;
	background-image: url('images/close.svg');
	background-size: 20px;
	background-position: center;
}
.lightbox-form{
	font-family: "Montserrat", serif;
	background-color: #022739;
	padding: 60px 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 100%;
	border-radius: 7px;
}
.lightbox-form-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 5px;
}
.lightbox-form-subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 30px;
}
.contacts-form-field{
	width: calc(33.33% - 20px);
}
.contacts-form-field input:not([type="submit"]) {
	font-family: "Open Sans", sans-serif;
	display: block;
	width: 100%;
	max-width: 100%;
	background: rgba(255,255,255,.21);
	border: none;
	border-radius: 4px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.contacts-form-field input[type="submit"] {
	font-family: "Montserrat", serif;
	display: block;
	width: 100%;
	max-width: 100%;
	background: #FF7500;
	border-radius: 4px;
	padding: 20px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	width: 100%;
	border: none;
	cursor: pointer;
}
.contacts-form-field input[type="submit"]:hover {
	color: #fff;
	box-shadow: 0 0 3px #000 inset;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
}
.wpcf7-not-valid-tip {
	max-width: 100%;
	margin-top: 0px;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	background: #fff;
	line-height: 1;
	font-size: 15px;
	padding: 1px 10px;
	border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output{
	width: 100%;
	max-width: unset;
	margin: 10px 0 0;
	border-radius: 4px;
	background: #fff;
}
#fancybox-close{
	top: 30px !important;
	right: 30px !important;
	width:20px;
	height:20px;
	transition: transform .25s ease-in-out;
	background-image: url('images/close.svg');
	background-size: 20px;
	background-position: center;
}
#fancybox-close:hover{
	transform: rotate(-90deg);
}
.lightbox-form .wpcf7-spinner,
#fancybox-close span{
	display: none !important;
}
@media screen and (max-width: 990px){
	.lightbox-form {
		padding: 40px 20px 50px;
	}
	.lightbox-form-title {
		font-size: 24px;
		line-height: 28px;
	}
	.lightbox-form-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.lightbox-form .wpcf7-response-output {
		margin-left: 0;
	}
	.contacts-form-flex{
		gap: 10px;
	}
	.contacts-form-field {
		width: 100%;
	}
	.form-lightbox-close {
		top: 20px;
		right: 20px;
	}
}
@media screen and (max-width: 600px){
	#fancybox-wrap {
		width: calc(100vw - 30px) !important;
		left: 15px !important;
	}
	#fancybox-img{
		width: auto !important;
		margin: auto !important;
	}
	.wpcf7-not-valid-tip,
	.lightbox-form .wpcf7-response-output {
		max-width: unset;
	}
}
/********************************************************************************************************************************************************************************/
/**************************************************** HEADER ********************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#header{
	position: absolute;
	width: 100%;
	z-index: 100;
	padding: 4px 0;
	top: 0;
	z-index: 2020;
}
.header-logo{
	max-width: 160px;
}
.header-logo img{
	max-width: 100%;
	max-height: 100px;
}
.header-content{
	max-width: calc(100% - 200px);
	width:100%;
}
.header-row{
	position: relative;
}
.header-row-1{
	padding: 25px 0;
	gap: 15px 45px;
}
.header-row-2{
	padding: 0 0 25px;
	gap: 15px;
}
.main-menu{
	width:100%;
	gap: 10px;
}
.main-menu > .menu-item:not(:last-child){
	margin-right: 5px;
}
.main-menu a.main-menu-link {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.5s ease;
	color: #fff;
}
.main-menu a.main-menu-link:hover{
	color: #FF7500;
}
.header-lang{
	margin-left: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}
.header-lang-mobile{
	display:none;
}
.header-lang a{
	color:#69696C;
}
.header-lang-current{
	color: #fff;
}
.header-lang-separator{
	width:2px;
	height:19px;
	background:#777;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	top: 3px;
}
.header-burger{
	display: none;
	background-color: #FF7500;
	background-image: url('images/burger.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.header-burger.active{
	background-image: url('images/burger-open.svg');
}
.bogatskiy-menu-bg{
	display:none;
	position: fixed;
	z-index: 1010;
	background: #18292B;
	opacity: 0.8;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.header-phone,
.t-header-phone{
	display:none;
}
.header-phone.withico,
.t-header-phone.withico{
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 40px;
}
.header-phone a,
.t-header-phone a{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.header-phone a:hover,
.t-header-phone a:hover{
	color: #FF7500 !important;
}
.header-phone.header-phone-desktop,
.t-header-phone.t-header-phone-desktop{
	display:block;
	padding-left: 50px;
	min-height: 40px;
	background-size: auto;
}

.main-doit-btn{
	background: #FF7500;
	color: #fff;
	border-radius: 5px;
	padding: 12px 25px;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}
.page-template-content .main-doit-btn{
	padding: 17px 25px;
}
.main-doit-btn:hover{
	box-shadow: 0 0 4px #000 inset;
}
.main-doit-btn.main-doit-btn-header.main-doit-btn-header-mobile {
	display:none;
	margin-right: 20px;
	margin-left: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 10px;
	min-height: 40px;
}
.main-doit-btn-header-mobile{
	display:none;
}
@media screen and (max-width: 990px){
	#header{
		padding: 15px 0;
	}
	.header-row{
		flex-wrap: nowrap;
	}
	.header-row-1, .header-row-2 {
		padding: 0;
	}
	#header.active{
		background: #fff;
	}
	.header-logo {
		margin-right: 15px;
		max-width: 100px;
	}
	.header-logo img {
		max-height: 40px;
		max-width: 100%;
	}
	.header-row-1,
	.main-doit-btn.main-doit-btn-header-desktop{
		display:none;
	}
	.header-content {
		display: none;
		position: absolute;
		z-index: 2020;
		left: 0;
		top: 70px;
		width: 100%;
		background: #fff;
		padding: 10px 15px 20px;
		border-radius: 0 0 20px 20px;
	}
	#header.active .header-content{
		display:block;
		max-width: unset;
	}
	.header-lang-current {
		color: #004A6F;
	}
	.main-menu {
		border-bottom: 1px solid #E3E3E3;
		margin-bottom: 10px;
		width: 100%;
	}
	.main-menu a.main-menu-link {
		color: #004A6F;
	}
	.main-menu > .menu-item{
		width: 100%;
		margin: 0 0 20px;
	}
	.main-menu > .menu-item:last-child{
		margin: 0 0 30px;
	}
	.main-menu a.main-menu-link {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}
	.header-lang-mobile,
	.header-burger,
	.header-phone,
	.t-header-phone{
		display:block;
	}
	.header-phone,
	.t-header-phone{
		width:100%;
	}
	.header-lang {
		margin-left: 0;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 17px;
	}
	.header-lang-separator {
		height: 17px;
	}
	.main-doit-btn.main-doit-btn-header.main-doit-btn-header-mobile{
		display:flex;
	}
	.header-phone a, .t-header-phone a {
		color: #004A6F;
	}
	.page-template-content .main-doit-btn{
		padding: 17px 5px;
	}
}


/********************************************************************************************************************************************************************************/
/**************************************************** FOOTER ********************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#footer{
	background: #022739;
	border-top: 3px solid #E67B25;
}
.footer-top{
	padding: 40px 0 0;
}
.footer-logo{
	max-width: 150px;
}
.footer-logo img{
	max-width: 100%;
	max-height: 75px;
}
.footer-content{
	width:calc(100% - 200px);
}
.footer-menu{
	margin-left:auto;
	gap: 10px 30px;
}
.footer-menu a.footer-menu-link{
	color:#fff;
}
.footer-menu a.footer-menu-link:hover{
	text-decoration: underline;
}
.footer-bottom{
	padding: 40px 0 40px;
}
.footer-phones-title{
	text-transform: uppercase;
}
.footer-phones a{
	color:#fff;
	font-weight: bold;
}
.footer-phones a:hover{
	color:#FF7500;
}
@media screen and (max-width: 990px){
	.footer-top {
		padding: 25px 0 0;
	}
	.footer-bottom{
		padding: 25px 0;
		gap: 10px;
	}
	.footer-logo {
		width: 100%;
		margin-bottom: 25px;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
	.footer-logo img {
		max-width: 100px;
		max-height: 50px;
	}
	.footer-content {
		width: 100%;
	}
	.footer-menu {
		gap: 15px;
		width: 100%;
		justify-content: center;
	}
	.footer-copywright{
		width:100%;
		text-align:center;
	}
	.footer-phones{
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 500px){
	.footer-copywright{
		text-align:left;
	}
	.footer-phones{
		justify-content: space-between;
	}
	
}
/********************************************************************************************************************************************************************************/
/**************************************************** MISC **********************************************************************************************************************/
/********************************************************************************************************************************************************************************/
.decoration-1{
	width:100%;
	height:3px;
	margin-top: 20px;
	background-image: url('images/decoration-1.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 0;
}
.decoration-2{
	width:100%;
	height:3px;
	margin-top: 15px;
	background-image: url('images/decoration-2.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 0;
}

.slick-arrow{
	position: absolute;
	top: -110px;
	right: 0;
	border: none;
	padding: 0;
	margin: 0;
	appearance: unset;
	background-color: #E6E6E6;
	color: transparent;
	font-size: 0;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background-image: url('images/slider-arrow-right.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	cursor:pointer;
}
.slick-arrow:hover{
	background-color: #F47000;
	background-image: url('images/slider-arrow-left-hover.png');
	box-shadow: 0 10px 9px rgba(51,65,80,.11);
}
.slick-arrow.slick-prev{
	transform: rotate(180deg);
	right: 60px;
}
.slick-arrow.slick-next:hover{
	transform: rotate(180deg);
	box-shadow: 0 -10px 9px rgba(51,65,80,.11);
}
.slick-arrow.slick-prev:hover{
	transform: unset;
}
.slick-dots {
	display: flex;
	justify-content: center;
	padding: 18px 70px;
	gap: 10px;
}
.slick-dots li{
	padding: 0;
	margin: 0;
	background:#FBD2AF;
	width:10px;
	height:4px;
	border-radius: 2px;
	cursor: pointer;
}
.slick-dots li.slick-active{
	background:#FA7300;
}
.slick-dots li button,
.slick-dots li::before {
	display:none;
}
@media screen and (max-width: 990px){
	.slick-slide {
		padding-bottom: 20px;
	}
	.slick-arrow {
		top: unset;
		bottom: 0;
		width: 40px;
		height: 40px;
	}
	.slick-arrow.slick-prev {
		right: unset;
		left: 0;
	}
}
/********************************************************************************************************************************************************************************/
/**************************************************** MAIN PAGE *****************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/* HERO */
.main-hero{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-hero > .container{
	position: relative;
}
.main-hero-thecontent{
	max-width:700px;
	padding: 230px 0 175px;
}
.main-hero-title{
	font-size: 90px;
	font-weight: 800;
	line-height: 80px;
	color: #01c4dd;
	margin-bottom: 20px;
}
.main-hero-subtitle{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 62px;
	color: #fff;
}
.main-hero-text{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #fff;
}
@media screen and (max-width: 990px){
	.main-hero-thecontent{
		padding: 70px 0px 40px;
	}
	.main-hero-title {
		font-size: 40px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.main-hero-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 24px;
	}
	.main-hero-text{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 500px){
	.main-hero-mob-space{
		height: 370px;
	}
	.main-doit-btn-wrapper .main-doit-btn{
		display:block;
	}
}


/* WHO AM I */
.main-whoami{
	padding: 80px 0;
}
.main-whoami-img{
	border-radius: 40px;
}
.main-whoami-flex{
	gap: 30px;
}
.main-whoami-left{
	max-width: 510px;
}
.main-whoami-right{
	max-width: calc(100% - 540px);
}
.main-whoami-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	color: #00afc5;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.main-whoami-text{
	font-size: 18px;
	line-height: 28px;
	color: #334150;
}
.main-whoami-text > *:not(:last-child){
	margin-bottom: 30px;
}
.main-whoami-img-mobile{
	display:none;
}

@media screen and (max-width: 990px){
	.main-whoami{
		padding: 50px 0;
	}
	.main-whoami-left{
		display: none;
	}
	.main-whoami-right{
		width: 100%;
		max-width: 100%;
	}
	.main-whoami-img-mobile{
		display: block;
		margin-bottom: 30px;
	}
	.main-whoami-title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.main-whoami-text {
		font-size: 14px;
		line-height: 22px;
	}
	.main-whoami-text > *:not(:last-child){
		margin-bottom: 20px;
	}
}


/* TACTICAL */
.main-tactical .decoration-1{
	margin-top: 30px;
}
.main-tactical{
	padding: 80px 0;
	background:#F1F2F4;
}
.main-tactical-flex{
	margin-bottom: 50px;
}
.main-tactical-left{
	width: calc(50% - 15px);
	padding-right: 15px;
}
.main-tactical-right{
	width: calc(50% - 15px);
	padding-left: 15px;
}
.main-tactical-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #334150;
}
.main-tactical-title span{
	color: #00afc5;
}
.main-tactical-text{
	font-size: 18px;
	line-height: 28px;
	color: #334150;
}
.main-tactical-blocks-title{
	font-weight: 800;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #334150;
}
.main-tactical-blocks{
	gap: 30px;
}
.main-tactical-singleblock{
	border: 1px solid #CFDAE3;
	border-radius: 20px;
	background: #fff;
	width: calc(33.33% - 20px);
	padding: 35px 30px;
	position: relative;
}
.main-tactical-singleblock-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #334150;
	position: relative;
	z-index:2;
	padding-right: 45px;
}
.main-tactical-singleblock-text{
	font-size: 16px;
	line-height: 30px;
	position: relative;
	z-index:2;
}
.main-tactical-singleblock-ico{
	position: absolute;
	z-index:1;
	right:20px;
	top:20px;
	max-width: 50px;
	max-height: 50px;
}
.main-tactical-singleblock ul li::before {
	top: 13px;
}
@media screen and (max-width: 1300px){
	.main-tactical-blocks{
		gap: 10px;
	}
	.main-tactical-singleblock{
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 990px){
	.main-tactical{
		padding: 50px 0;
	}
	.main-tactical-singleblock{
		width: 100%;
	}
	.main-tactical-flex {
		margin-bottom: 20px;
	}
	.main-tactical-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.main-tactical-right {
		width: 100%;
		padding-left: 0;
	}
	.main-tactical-title {
		font-size: 24px;
		line-height: 27px;
	}
	.main-tactical .decoration-1 {
		margin-top: 10px;
	}
	.main-tactical-text {
		font-size: 14px;
		line-height: 20px;
	}
	.main-tactical-blocks-title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.main-tactical-singleblock {
		padding: 20px 15px;
	}
	.main-tactical-singleblock-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.main-tactical-singleblock-text {
		font-size: 14px;
		line-height: 22px;
		padding-right: 45px;
	}
	.main-tactical-singleblock ul li::before {
		top: 8px;
	}
	.main-tactical-singleblock-ico {
		right: 15px;
		top: 15px;
		max-width: 40px;
		max-height: 40px;
	}
}


/* TASKS */
.main-tasks{
	padding: 80px 0;
}
.main-tasks-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #334150;
	text-align:center;
}
.main-tasks-title span{
	color: #00afc5;
}
.main-tasks-blocks{
	margin-top: 50px;
	gap: 30px;
}
.main-tasks-singleblock {
	width: 230px;
}
.main-tasks-singleblock-icowrap{
	background: #F2F4F5;
	border-radius: 20px;
	width: 115px;
	height: 115px;
	margin: auto;
}
.main-tactical-singleblock-ico{
	max-width: 70px;
	max-height: 70px;
}
.main-tasks-singleblock-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #334150;
	margin-top: 15px;
	text-align: center;
}
@media screen and (max-width: 990px){
	.main-tasks{
		padding: 50px 0;
	}
	.main-tasks-title {
		font-size: 24px;
		line-height: 27px;
	}
	.main-tasks-blocks {
		margin-top: 30px;
	}
	.main-tasks-singleblock {
		padding: 20px 15px;
	}
	.main-tasks-singleblock-title {
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
	}
	.main-tasks-singleblock-icowrap{
		width: 80px;
		height: 80px;
	}
	.main-tasks-singleblock-ico {
		max-width: 50px;
		max-height: 50px;
	}
}
@media screen and (max-width: 600px){
	.main-tasks-blocks {
		gap: 10px;
		justify-content: flex-start;
	}
	.main-tasks-singleblock{
		width: calc(50% - 5px);
	}
}


/* CTA */
.main-doit{
	padding: 80px 0;
	background: #022739;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-doit-left{
	width: 100%;
	max-width: 900px;
}
.main-doit-right{
	width: 100%;
	max-width: calc(100% - 915px);
	text-align: right;
}
.main-doit-right .main-doit-btn{
	min-width: 303px;
	max-width: 100%;
}
.main-doit-title{
	font-weight: 800;
	font-size: 40px;
	line-height: 46px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.main-doit-title span{
	color: #FF7500;
}
.main-doit-subtitle{
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
@media screen and (max-width: 1300px){
	.main-doit-left{
		max-width: 60%;
	}
	.main-doit-right{
		max-width: 30%;
	}
}
@media screen and (max-width: 990px){
	.main-doit{
		padding: 50px 0;
	}
	.main-doit-left,
	.main-doit-right{
		max-width: 100%;
	}
	.main-doit-right {
		text-align: center;
	}
	.main-doit-title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.main-doit-subtitle{
		font-size: 14px;
		line-height: 20px;
		margin-bottom:20px;
	}
	.main-doit-right .main-doit-btn{
		min-width: unset;
	}
}
@media screen and (max-width: 500px){
	.main-doit-right .main-doit-btn{
		width:100%;
	}
}


/* METHODS */
.main-methods{
	padding: 80px 0;
	background:#F1F2F4;
}
.main-methods-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #334150;
}
.main-methods-blocks{
	margin-top: 50px;
	gap: 30px;
}
.main-methods-singleblock {
	width: calc(50% - 15px);
	gap: 25px;
}
.main-methods-singleblock.hidden{
	display:none;
}
.main-methods-singleblock-icowrap{
	background: #F2F4F5;
	border-radius: 20px;
	width: 90px;
	height: 90px;
	box-shadow: 0px 11px 24px rgba(0,0,0,0.08);
}
.main-methods-singleblock-ico{
	max-width: 50px;
	max-height: 50px;
}
.main-methods-singleblock-content{
	width:calc(100% - 115px);
}
.main-methods-singleblock-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #334150;
	margin-bottom: 10px;
}
.main-methods-singleblock-text{
	font-size: 16px;
	line-height: 24px;
}
.main-methods .main-doit-btn-wrapper{
	margin-top: 30px;
}
@media screen and (max-width: 990px){
	.main-methods{
		padding: 50px 0;
	}
	.main-methods-title {
		font-size: 24px;
		line-height: 27px;
	}
	.main-methods-blocks {
		margin-top: 25px;
		gap: 20px;
	}
	.main-methods-singleblock {
		width:100%;
		gap: 10px;
	}
	.main-methods-singleblock-icowrap{
		width: 70px;
		height: 70px;
	}
	.main-methods-singleblock-ico {
		max-width: 40px;
		max-height: 40px;
	}
	.main-methods-singleblock-content{
		width:calc(100% - 80px);
	}
	.main-methods-singleblock-title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.main-methods-singleblock-text {
		font-size: 14px;
		line-height: 20px;
	}
	.main-methods .main-doit-btn-wrapper{
		margin-top: 25px;
	}
}


/* TESTIMONIALS */
.main-testimonials{
	padding: 80px 0;
}
.main-testimonials-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #334150;
	padding-right: 130px;
}
.main-testimonials-title span{
	color: #00afc5;
}
.main-testimonials-blocks{
	margin-top: 55px;
}
.main-testimonials-singleblock {
	gap: 30px;
	background-image: url('images/testimonial-decoration.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 100% 0;
}
.main-testimonials-singleblock-img{
	max-width: 240px;
	max-height: 240px;
	border-radius: 20px;
}
.main-testimonials-singleblock-content{
	width:calc(100% - 270px);
}
.main-testimonials-singleblock-content-titles {
	margin-bottom: 15px;
}
.main-testimonials-singleblock-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #334150;
	padding-right: 75px;
}
.main-testimonials-singleblock-subtitle{
	font-size: 16px;
	line-height: 24px;
	color: #334150;
	padding-right: 75px;
}
.main-testimonials-singleblock-text{
	font-size: 15px;
	line-height: 20px;
}
.main-testimonials .main-doit-btn-wrapper{
	margin-top: 30px;
}
.main-testimonials .slick-slide {
    margin: 0 25px;
}
.main-testimonials .slick-list {
    margin: 0 -25px;
}
.main-testimonials-singleblock-img-mobile{
	display:none !important;
}
.main-testimonials .posted-on {
	display: flex;
	margin-top: 20px;
	text-decoration: none;
	width: max-content;
}
.main-testimonials .posted-on svg {
	width: 34px;
	height: 34px;
	margin-right: 8px;
}
.main-testimonials .posted-on .po {
	text-align: left;
	text-decoration: none;
	color: rgba(0, 10, 18, .5);
	margin-bottom: 0;
	font-size: 12px;
	line-height: 100%;
	margin-top: 2px;
}
.main-testimonials .posted-on .g {
	text-align: left;
	text-decoration: none;
	color: #4285f4;
	margin-bottom: 0;
	font-size: 14px;
}
.main-testimonials-singleblock-stars{
	margin-bottom: 10px;
	gap: 3px;
}
.main-testimonials-singleblock-thetext{
	max-height: 200px;
	overflow-y: scroll;
}
.main-testimonials-singleblock-thetext > *:not(:last-child){
	margin-bottom: 10px;
}
@media screen and (max-width: 990px){
	.main-testimonials{
		padding: 50px 0;
	}
	.main-testimonials-title {
		font-size: 24px;
		line-height: 27px;
		padding: 0;
	}
	.main-testimonials-blocks {
		margin-top: 25px;
	}
	.main-testimonials .slick-slide {
		margin: 0;
	}
	.main-testimonials .slick-list {
		margin: 0;
	}
	.main-testimonials-singleblock-img {
		display: none !important;
	}
	.main-testimonials-singleblock-img-mobile {
		max-width: 80px;
		max-height: 80px;
		display: block !important;
	}
	.main-testimonials-singleblock-content {
		width: 100%;
	}
	.main-testimonials-singleblock-content-titles {
		display: flex;
		gap: 10px;
		align-items: center;
		margin-bottom: 10px;
	}
	.main-testimonials-singleblock-content-titles-thetitles{
		width: calc(100% - 90px);
	}
	.main-testimonials-singleblock-title{
		font-size: 16px;
		line-height: 22px;
		padding-right: 60px;
	}
	.main-testimonials-singleblock-subtitle{
		font-size: 12px;
		line-height: 20px;
		padding-right: 60px;
		margin-bottom: 0;
	}
	.main-testimonials-singleblock-text{
		font-size: 13px;
		line-height: 18px;
	}
	.main-testimonials-singleblock {
		background-size: 50px;
	}
	.main-testimonials .slick-list{
		margin-bottom: 20px;
	}
	.main-testimonials .slick-dots {
		padding: 18px 42px;
		gap: 2px;
	}
	.main-testimonials-singleblock-thetext{
		max-height: unset;
		overflow-y: auto;
	}
}


/* CONSULT */
.main-consult{
	margin-bottom: 80px;
}
.main-consult-wrapper{
	padding: 80px 0 80px 100px;
	border-radius: 40px;
	background-color:#F1F2F4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-consult-content{
	max-width: 910px;
}
.main-consult-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	margin-bottom: 0;
	color: #fff;
}
.main-consult-title span{
	color: #FF7500;
}
.main-consult-blocks{
	margin-top: 50px;
	gap: 20px 60px;
	padding-right: 100px;
}
.main-consult-singleblock {
	width: calc(50% - 30px);
	gap: 25px;
}
.main-consult-singleblock-icowrap{
	background: #1A4A63;
	border-radius: 20px;
	width: 90px;
	height: 90px;
	box-shadow: 0px 19px 29px rgba(18,27,60,.1);
}
.main-consult-singleblock-ico{
	max-width: 60px;
	max-height: 60px;
}
.main-consult-singleblock-content{
	width:calc(100% - 115px);
}
.main-consult-singleblock-title{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.main-consult-singleblock-text{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.main-consult .main-doit-btn-wrapper {
	width: calc(50% - 30px);
	min-height: 90px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}
.main-consult .main-doit-btn{
	width: 100%;
}
@media screen and (max-width: 990px){
	.main-consult{
		margin-bottom: 50px;
	}
	.main-consult .container{
		padding:0;
	}
	.main-consult-wrapper{
		padding: 50px 15px;
		border-radius: 0;
	}
	.main-consult-title {
		font-size: 24px;
		line-height: 27px;
	}
	.main-consult-title br{
		display:none;
	}
	.main-consult-blocks {
		margin-top: 30px;
		gap: 10px;
		padding-right: 0;
	}
	.main-consult-singleblock {
		width:100%;
		gap: 10px;
	}
	.main-consult-singleblock-icowrap{
		background:#1A5F7D;
		width: 70px;
		height: 70px;
	}
	.main-consult-singleblock-ico {
		max-width: 40px;
		max-height: 40px;
	}
	.main-consult-singleblock-content{
		width:calc(100% - 80px);
	}
	.main-consult-singleblock-title,
	.main-consult-singleblock-text {
		font-size: 14px;
		line-height: 20px;
	}
	.main-consult .main-doit-btn-wrapper{
		width: 100%;
		min-height: unset;
	}
	.main-consult .main-doit-btn{
		width: auto;
		padding: 17px 15px;
	}
}
@media screen and (max-width: 500px){
	.main-consult .main-doit-btn-wrapper{
		margin-top: 340px;
	}
	.main-consult .main-doit-btn{
		width: 100%;
	}
}


/* CASES */
.main-cases{
	margin-bottom: 30px;
}
.main-cases-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #334150;
	padding-right: 130px;
}
.main-cases-title span{
	color: #00afc5;
}
.main-cases-blocks{
	margin-top: 55px;
}
.main-cases-singleblock {
	gap: 30px;
	background: #F7F7F7;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.main-cases-singleblock-img-wrap{
	width:calc(50% - 15px);
}
.main-cases-singleblock-img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.main-cases-singleblock-content{
	width:calc(50% - 15px);
	padding: 30px 30px 30px 0;
	height: 100%;
}
.main-cases-singleblock-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #334150;
	margin-bottom: 20px;
}
.main-cases-singleblock-content-additionals:not(:last-child){
	margin-bottom: 15px;
}
.main-cases-singleblock-subtitle{
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: #334150;
}
.main-cases-singleblock-text{
	font-size: 14px;
	line-height: 22px;
	color: #334150;
}
.main-cases .main-doit-btn-wrapper{
	margin-top: 30px;
}
.main-cases .slick-slide {
    margin: 0 25px;
}
.main-cases .slick-list {
    margin: 0 -25px;
}
.main-cases-singleblock-img-mobile{
	display:none !important;
}
.main-cases .slick-track {
	display: flex;
	align-items: stretch;
}
.main-cases .slick-slide
{
    height: inherit;
}
@media screen and (max-width: 990px){
	.main-cases-title {
		font-size: 24px;
		line-height: 27px;
		padding: 0;
	}
	.main-cases-blocks {
		margin-top: 25px;
	}
	.main-cases .slick-slide {
		margin: 0;
	}
	.main-cases .slick-list {
		margin: 0;
	}
	.main-cases-singleblock {
		padding: 15px;
	}
	.main-cases-singleblock-content {
		width: 100%;
		padding: 0;
	}
	.main-cases-singleblock-img-wrap {
		width: 100%;
		height: auto;
	}
	.main-cases-singleblock-img {
		width: auto;
		height: auto;
		object-fit: unset;
		border-radius: 20px;
		margin: auto;
	}
}


/* QUOTE */
.main-quote{
	margin-bottom: 80px;
}
.main-quote-wrapper{
	padding: 17px 160px 17px 17px;
	border-radius: 40px;
	background-color:#F7F7F7;
	border-radius: 100px;
	gap: 40px;
	position: relative;
}
.main-quote-wrapper::after {
	content:'';
	width: 90px;
	height: 69px;
	background-image: url('images/quote.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
}
.main-quote-img-wrap-level-1{
	border-radius: 100%;
	padding: 6px;
	border: 1px solid #C8E9ED;
}
.main-quote-img-wrap-level-2{
	border-radius: 100%;
	padding: 6px;
	border: 1px solid #7BD3DE;
}
.main-quote-img{
	border-radius: 100%;
	max-width: 136px;
	max-height: 136px;
}
.main-quote-text{
	width:calc(100% - 210px);
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #334150;
}
.main-quote-text span{
	color: #00AFC5;
}
@media screen and (max-width: 990px){
	.main-quote{
		margin-bottom: 50px;
	}
	.main-quote-wrapper{
		gap: 10px;
		padding: 15px;
		border-radius: 20px;
	}
	.main-quote-img-wrap-level-1,
	.main-quote-img-wrap-level-2{
		padding: 3px;
	}
	.main-quote-img{
		max-width: 75px;
		max-height: 75px;
	}
	.main-quote-text {
		width:100%;
		font-size: 16px;
		line-height: 20px;
	}
	.main-quote-wrapper::after {
		top: 26px;
		right: 20px;
		transform: unset;
	}
}


/* FAQ */
.main-faq{
	background:#F7F7F7;
	padding:80px 0;
}
.main-faq-title{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #334150;
	text-align: center;
}
.main-faq-title span{
	color: #00afc5;
}
.main-faq-faq{
	margin-top: 40px;
}
.faq-question{
	padding: 16px 30px;
	border-radius: 10px;
	background:#fff;
	cursor: pointer;
}
.faq-question:not(:last-child){
	margin-bottom: 10px;
}
.q-question-text{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #334150;
	position: relative;
	padding-right: 25px;
}
.q-marker {
	width: 19px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.q-marker-horizontal{
	position: absolute;
	width:19px;
	height:3px;
	left:0;
	top:8px;
	background:#FF7500;
}
.q-marker-vertical{
	position: absolute;
	height:19px;
	width:3px;
	top:0;
	left:8px;
	background:#FF7500;
}
.faq-question.active .q-marker-vertical{
	display:none;
}
.faq-answer{
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	display: none;
}
@media (max-width: 990px) {
	.main-faq{
		padding: 50px 0;
	}
	.main-faq-title {
		font-size: 20px;
	}
	.main-faq-faq{
		margin-top: 20px;
	}
	.faq-question{
		padding: 13px;
		border-radius: 10px;
		background:#fff;
		cursor: pointer;
		position: relative;
	}
	.q-question-text {
		padding-right: 30px;
		font-size: 16px;
		line-height: 22px;
	}
	.faq-answer{
		font-size: 12px;
		line-height: 20px;
	}
}





/********************************************************************************************************************************************************************************/
/**************************************************** STANDART CONTENT **********************************************************************************************************/
/********************************************************************************************************************************************************************************/
body:not(.page-template-main-page) #header {
	position: static;
	background: #022739;
	margin-bottom: 80px;
}
.page-template-content{
	min-height: 600px;
}
.standard-content {
	padding-bottom: 80px;
}
.standard-content p, 
.standard-content li {
	margin-bottom: 20px;
}
.standard-content a{
	color: #00AFC5;
}
.standard-content a:hover{
	color: #00AFC5;
}
.standard-content blockquote {
	margin: 30px 0;
	padding: 20px 20px 20px 40px;
	color: #000000;
	font-weight: 700;
	font-style: Italic;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background:#FFEDAF;
	box-shadow: 0px 10px 24px 0px #0000000F;
}
.standard-content blockquote::before{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:18px;
	height:100%;
	background:#00AFC5;
	z-index:2;
}
.standard-content blockquote > *{
	color: #000000;
	font-weight: 700;
	font-style: Italic;
}
.standard-content blockquote > *:last-child{
	margin:0;
}
.standard-content a:hover{
	color: #000;
}
.standard-content h1.althighlight::after,
.td-block-title.althighlight::after{
	background: #00AFC5;
}
.standard-content h1,
.standard-content h2,
.standard-content h3,
.standard-content h4,
.standard-content h5,
.standard-content h6{
	position: relative;
	clear: both;
	font-weight: 700;
	color: #2A2B16;
}
.standard-content h1::after{
	content: '';
	position: absolute;
	width: 7px;
	height: calc(100% + 14px);
	background: rgba(107, 121, 35, 0.3);
	left: 0;
	top: -7px;
	background: #00AFC5;
}
.standard-content h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	padding-left: 33px;
}
.standard-content h2 {
	margin-bottom: 36px;
	font-size: 40px;
	line-height: 30px;
}
.standard-content h3 {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 30px;
}
.standard-content h4{
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
.standard-content h5{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 25px;
}
.standard-content h6{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 22px;
}
.standard-content ul {
	margin: 20px 0 28px;
}
.standard-content  ol {
	padding-left:18px;
    counter-reset: custom-counter;
    list-style: none;
    padding-left: 0;
	margin: 36px 0 45px;
}
.standard-content ol > li {
	counter-increment: custom-counter;
	position: relative;
	padding-left: 48px;
	min-height: 37px;
	margin-bottom: 12px;
}
.standard-content ol > li::before {
	content: counter(custom-counter);
	position: absolute;
	left: 0;
	top: 0;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #1A465C;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}
figure {
	max-width: 100%;
	margin: 30px 0;
}
.standard-content img{
	margin-bottom: 30px;
}
figure img,
.standard-content figure img{
	box-shadow: 0px 17px 24px 0px #00000033;
	border-radius: 16px;
	margin: 0;
}
.standard-content .aligncenter,
.standard-content .aligncenter img{
	margin-left: auto;
	margin-right: auto;
}
.standard-content .alignleft, 
.standard-content .alignleft img {
	float: left;
	max-width: 625px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 16px;
}
.standard-content .alignright,
.standard-content .alignright img{
	float: right;
	max-width: 625px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 16px;
}
.standard-content .aligncenter:not(figure),
.standard-content .alignright:not(figure),
.standard-content .alignleft:not(figure),
.standard-content .aligncenter img,
.standard-content .alignleft img,
.standard-content .alignright img{
	box-shadow: 0px 17px 24px 0px #00000033;
	border-radius: 16px;
	overflow: hidden;
}

figcaption {
	text-align: center;
	padding-top: 11px;
	color: #38461A;
	font-size: 20px;
	line-height: 40px;
}

.tablecontainer {
	margin: 20px 0;
    width: 100%;
}
.standard-content .tablecontainer {
	margin: 30px 0;
    width: 100%;
}
.standard-content table:not(.main-tableblock-thetable){
    width: 100%;
    border-collapse: collapse;
	margin:0;
}
.standard-content table:not(.main-tableblock-thetable) thead tr{
	background-color: #044565;
}
.standard-content table:not(.main-tableblock-thetable) thead th {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.standard-content table:not(.main-tableblock-thetable) tbody tr td{
	padding: 10px;
}
.standard-content table:not(.main-tableblock-thetable) tbody tr:nth-child(even){
	background-color: #F0FDFF;
}
@media (max-width: 1200px) {
	.standard-content img.alignleft, 
	.standard-content img.alignright{
		max-width: 100%;
		margin: 0;
	}
	.img-float-wrapper.left,
	.img-float-wrapper.right{
		max-width: 45%;
		margin-bottom: 30px;
	}
	.img-float-wrapper.left{
		margin-right: 22px;
	}
	.img-float-wrapper.right{
		margin-left: 22px;
	}
	.standard-content .alignleft img,
	.standard-content .alignright img{
		max-width: 45%;
		margin-bottom: 30px;
	}
	.standard-content .alignleft img {
		margin-right: 30px;
	}
	.standard-content .alignright img{
		margin-left: 30px;
	}
}
@media (max-width: 990px) {
	body:not(.page-template-main-page) #header {
		margin-bottom: 50px;
	}
	.page-map-wrapper > iframe {
		height: 450px;
	}
	.standard-content {
		padding-bottom: 50px;
	}
	.entry-content{
		margin-bottom:40px;
	}
	.standard-content p, 
	.standard-content li {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.standard-content .entry-content *{
		font-size: 16px;
		line-height: 1.3;
	}
	.standard-content ul {
		margin: 14px 0 22px;
		padding-left: 0;
	}
	.standard-content ol > li::before {
		left: 0;
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.standard-content ol > li {
		padding-left: 40px;
		min-height: 40px;
		margin-bottom: 10px;
	}
	.standard-content ul,
	.standard-content ol{
		margin: 14px 0 22px;
	}
	.standard-content h1{
		padding-left:15px;
	}
	.standard-content h1::after{
		content: '';
		position: absolute;
		width: 4px;
		height: calc(100% + 14px);
		left: 0;
		top: -7px;
	}
	.standard-content .entry-content h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h5{
		font-size: 19px;
		margin-bottom: 10px;
	}
	.standard-content .entry-content h6{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tablecontainer,
	.standard-content .tablecontainer,
	.standard-content > div.tablecontainer{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 28px 0;
	}
	.standard-content table:not(.main-tableblock-thetable){
		width: max-content;
		min-width: 100%;
	}
	.standard-content table:not(.main-tableblock-thetable) thead th{
		padding: 13px 15px;
		font-size: 18px;
		line-height:22px;
	}
	.standard-content table:not(.main-tableblock-thetable) tbody td,
	.standard-content table:not(.main-tableblock-thetable) tbody tr td{
		padding: 12px 15px;
		font-size: 18px;
		line-height:22px;
	}
	.standard-content table:not(.main-tableblock-thetable) thead tr,
	.standard-content table:not(.main-tableblock-thetable) thead th,
	.standard-content table:not(.main-tableblock-thetable) tbody tr,
	.standard-content table:not(.main-tableblock-thetable) tbody tr td{
		transform: unset;
	}
	.standard-content img {
		margin-bottom: 28px;
	}
	.alignleft,
	.alignleft img,
	.alignright,
	.alignright img,
	.standard-content img.alignleft, 
	.standard-content img.alignright,
	img.alignleft, 
	img.alignright{
		float: none;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.standard-content ul li {
		padding-left: 20px;
	}
	.standard-content ul li::before {
		left: 5px;
		top: 7px;
		width: 8px;
		height: 8px;
	}
	figure {
		margin: 30px 0;
	}
	figcaption {
		padding-top: 5px;
		font-size: 14px;
		line-height: 1.3;
	}
	.standard-content blockquote{
		margin: 30px 0;
		padding: 15px 15px 15px 30px;
	}
	.standard-content blockquote::before {
		width:10px;
	}
}
@media (max-width: 600px) {
	.standard-content .alignleft, 
	.standard-content .alignleft img,
	.standard-content .alignright,
	.standard-content .alignright img{
		float:none;
		clear:both;
		max-width: 100%;
		margin: 20px auto;
	}
}



/************************************************************************************************************************************************************************/
/*************************************************************************** РЕКЛАМА V3 *********************************************************************************/
/************************************************************************************************************************************************************************/
.header-h1{
	position: absolute;
	color: #fff;
	font-size: 20px;
	margin-right: auto;
}
body.page-template-template-reklama-v3{
	font-size: 16px;
	line-height: 1.65;
	color: #334150;
}
body.page-template-template-reklama-v3:not(.page-template-main-page) #header {
	margin-bottom: 0;
}
.page-template-template-reklama-v3 #footer {
	color: #667283;
}
.t_container {
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
	padding: 0 15px;
}
@media(max-width:990px) {
	.header-h1 {
		font-size: 16px;
		position: static;
	}
}
/*HERO*/
.reklama-v3-hero{
	padding: 194px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    overflow: hidden;
}
.reklama-v3-hero-left{
	width: 100%;
	max-width: 793px;
}
.reklama-v3-hero-right{
	width: 100%;
	max-width: calc(100% - 833px);
	position: relative;
}
.reklama-v3-hero-right img{
	max-width: unset;
}
.reklama-v3-hero-right > *{
	position: absolute;
	left: -40px;
	top: -40px;
}
.reklama-v3-hero-content{
	text-align: left;
}
.reklama-v3-hero-title-wrap{
	position: relative;
	margin-bottom: 29px;
}
.reklama-v3-hero-title-bg{
	position: absolute;
	z-index:0;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: url('images/reklama-v3-hero-title-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.reklama-v3-hero-title-left{
	position: absolute;
	z-index:4;
	width:23px;
	height:23px;
	left:-11px;
	top:82%;
	background-image: url('images/reklama-v3-hero-title-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.reklama-v3-hero-title-right{
	position: absolute;
	z-index:4;
	width:101px;
	height:90px;
	right:0;
	top:27%;
	background-image: url('images/reklama-v3-hero-title-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.reklama-v3-hero-title{
	padding: 30px 0 30px 40px;
	font-weight: 900;
	font-size: 70px;
	line-height: 90px;
	text-align: left;
	color: #fff;
	position: relative;
	z-index:3;
	margin:0;
}
.reklama-v3-hero-title span{
	display:block;
	font-size: 85px;
	color:#69C2D9;
}
.reklama-v3-hero-text {
	text-align: left;
	font-size: 17px;
	color: #737373;
	margin-bottom: 25px;
}
.t_btn_rv3{
	background-color: unset;
	border: none;
	box-shadow: none;
	display: inline-block;
	height: 74px;
	line-height: 1;
	display: inline-flex;
	align-content: center;
	align-items: center;
	padding: 0 75px 0 0;
	font-size: 22px;
	font-weight: 700;
	background-image: url('images/reklama-v3-t_btn_rv3.png');
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 74px;
	transition: all .5s ease;
	cursor:pointer;
	position:relative;
	color: #000000;
	text-decoration: none;
}
.t_btn_rv3:hover{
	background-position: 100% center;
	color: #000000;
	text-decoration: none;
}
.reklama-v3-hero-img-mobile{
	display:none;
	border-radius: 100%;
	width:335px;
	height:335px;
	background:#F1F1F1;
	margin: 15px 0;
}
.reklama-v3-hero-img-mobile > *{
	display:flex;
	align-items:center;
	justify-content:center;
}
.reklama-v3-hero-img-mobile img{
	max-width: 90%;
	max-height: 90%;
}
@media(max-width:990px) {
	.reklama-v3-hero{
		padding: 30px 0 40px;
		background: #fff !important;
	}
	.reklama-v3-hero-title-left,
	.reklama-v3-hero-title-right,
	.reklama-v3-hero-title-bg,
	.reklama-v3-hero-right{
		display:none;
	}
	.reklama-v3-hero-title-wrap {
		margin-bottom: 18px;
	}
	.reklama-v3-hero-title {
		padding: 8px 13px;
		border-radius:20px;
		background:#0F2332;
		font-size: 33px;
		line-height: 45px;
		display: inline-block;
	}
	.reklama-v3-hero-title span {
		font-size: 38px;
	}
	.reklama-v3-hero-text {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.reklama-v3-hero-img-mobile {
		display:flex;
	}
}


/*WHO WE ARE*/
.reklama-v3-whoweare{
	background-color:#00658D;
	padding: 120px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
	text-align:left;
}
.reklama-v3-whoweare b,
.reklama-v3-whoweare strong{
	font-weight: 700;
}
.reklama-v3-whoweare-flex{
	margin-bottom: 70px;
}
.reklama-v3-whoweare-title{
	font-size: 50px;
	font-weight: 800;
	line-height: 90px;
	text-align: left;
	font-weight: 900;
	color: #fff;
	margin: 0;
	width: 370px;
}
.reklama-v3-whoweare-text{
	font-size: 15.5px;
	line-height: 25px;
	text-align: left;
	color: #fff;
	width: calc(100% - 375px);
}
.reklama-v3-whoweare-text > *:last-child{
	margin-bottom:0;
}
.reklama-v3-whoweare-content{
	border-radius: 30px;
	position: relative;
	background: #197498;
	padding: 36px 40px;
}
.reklama-v3-whoweare-content-text{
	max-width: 67%;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	z-index: 2;
}
.reklama-v3-whoweare-content-text >*{
	margin-bottom:20px;
}
.reklama-v3-whoweare-content-text > *:last-child{
	margin-bottom:0;
}
.reklama-v3-whoweare-content-text ul{
	list-style:none;
	padding:0;
	margin-left:0;
}
.reklama-v3-whoweare-content-text ul li{
	position: relative;
	padding-left:20px;
	margin-bottom: 20px;
}
.reklama-v3-whoweare-content-text ul li:last-child{
	margin-bottom:0;
}
.reklama-v3-whoweare-content-text ul li::before{
	content:'';
	position: absolute;
	width:10.5px;
	height:17.5px;
	top:2px;
	left:0;
	background-image: url('images/reklama-v3-whoweare-content-text-marker.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
img.reklama-v3-whoweare-image{
	position: absolute;
	z-index:1;
	right:0;
	bottom:-15px;
	max-width: 50%;
}
img.reklama-v3-whoweare-image-mobile{
	display:none;
	max-width:100%;
	position: relative;
	top:-40px;
	margin-left:auto;
	margin-bottom:-50px;
}
@media(max-width:990px) {
	.reklama-v3-whoweare{
		padding: 50px 0 0;
	}
	.reklama-v3-whoweare-flex {
		margin-bottom: 20px;
	}
	.reklama-v3-whoweare-title {
		font-size: 30px;
		line-height: 50px;
		width: 100%;
		margin-bottom: 20px;
	}
	.reklama-v3-whoweare-text {
		font-size: 15px;
		line-height: 22px;
		width: 100%;
	}
	.reklama-v3-whoweare-content {
		border-radius: 25px;
		padding: 20px 20px 80px 20px;
	}
	.reklama-v3-whoweare-content-text {
		max-width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
	img.reklama-v3-whoweare-image {
		display: none;
	}
	img.reklama-v3-whoweare-image-mobile{
		display:block;
	}
}


/*MORE ABOUT*/
.reklama-v3-moreabout{
	padding: 78px 0 103px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    overflow: hidden;
	text-align:left;
}
.reklama-v3-moreabout b,
.reklama-v3-moreabout strong{
	font-weight: 700;
}
.reklama-v3-moreabout-title {
	font-weight: 900;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 50px;
}
.reklama-v3-moreabout-items{
	gap: 30px 20px;
}
.reklama-v3-moreabout-item{
	width: calc(50% - 10px);
	padding-left: 55px;
}
.reklama-v3-moreabout-item-content{
	background: #F7F5F6;
	border-radius:20px;
	padding: 48px 23px 42px 95px;
	position: relative;
	height: 100%;
}
.reklama-v3-moreabout-item-title{
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 17px;
	font-weight: 700;
}
.reklama-v3-moreabout-item-text{
	font-size: 16px;
	line-height: 26px;
}
.reklama-v3-moreabout-item-text >*{
	margin-bottom:20px;
}
.reklama-v3-moreabout-item-text > *:last-child{
	margin-bottom:0;
}
.reklama-v3-moreabout-item-img{
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 20px;
	background: #0089A8;
	left: -55px;
	top: 48px;
}
.reklama-v3-moreabout-item-img > *{
	display:flex;
	align-items:center;
	justify-content:center;
}
@media(max-width:990px) {
	.reklama-v3-moreabout{
		padding: 50px 0;
	}
	.reklama-v3-moreabout-title {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 28px;
	}
	.reklama-v3-moreabout-items{
		gap: 20px;
	}
	.reklama-v3-moreabout-item{
		width: 100%;
		padding-left: 35px;
	}
	.reklama-v3-moreabout-item-content{
		padding: 20px 5px 20px 55px;
	}
	.reklama-v3-moreabout-item-title{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 12px;
	}
	.reklama-v3-moreabout-item-text{
		font-size: 15px;
		line-height: 22px;
	}
	.reklama-v3-moreabout-item-text >*{
		margin-bottom:10px;
	}
	.reklama-v3-moreabout-item-text > *:last-child{
		margin-bottom:0;
	}
	.reklama-v3-moreabout-item-img{
		width: 70px;
		height: 70px;
		border-radius: 10px;
		left: -35px;
		top: 20px;
	}
	.reklama-v3-moreabout-item-img img{
		max-width:70%;
		max-height:70%;
	}
}


/*CHECKLIST*/
.reklama-v3-checklist{
	padding: 84px 0 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
	text-align:left;
}
.reklama-v3-checklist-title {
	font-weight: 900;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 43px;
	max-width: 900px;
}
.reklama-v3-checklist-content{
	background:#fff;
	border-radius: 50px;
	box-shadow: 0 0 30px rgba(0,101,141,.15);
	padding: 43px 40px 51px;
	overflow: hidden;
	position: relative;
}
.reklama-v3-checklist-img-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	max-width: calc(100% - 615px);
	height: 100%;
}
.reklama-v3-checklist-img-wrap img{
	height:100%;
	max-width: unset;
}
.reklama-v3-checklist-text{
	position:relative;
	z-index:2;
	font-size: 27px;
	line-height: 42px;
	font-weight: 700;
	max-width: 615px;
	margin-bottom: 18px;
}
.reklama-v3-checklist-text span{
	font-weight: 900;
	text-transform: uppercase;
	color:#69C2D9;
}
.reklama-v3-checklist-content-btn{
	position:relative;
	z-index:2;
}
@media(max-width:990px) {
	.reklama-v3-checklist{
		padding: 50px 0;
	}
	.reklama-v3-checklist-title {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 20px;
		text-align: center;
	}
	.reklama-v3-checklist-content{
		box-shadow: 0px 0px 30px 0px #00658D26;
		padding: 27px 20px 95px;
		text-align: center;
	}
	.reklama-v3-checklist-img-wrap {
		right: 0;
		top: unset;
		bottom:0;
		z-index: 1;
		max-width: 100%;
		height: auto;
		text-align: right;
		max-height: 155px;
	}
	.reklama-v3-checklist-img-wrap::after{
		content:'';
		position: absolute;
		left:0;
		top:0;
		width:100%;
		height:86px;
		background: linear-gradient(to bottom, #fff,rgba(255,255,255,0));
	}
	.reklama-v3-checklist-img-wrap img{
		height:auto;
		max-width: 100%;
		margin-left: auto;
		display:inline-block;
	}
	.reklama-v3-checklist-text{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
		max-width: unset;
	}
}


/*OOP*/
.reklama-v3-oop{
	text-align:left;
	padding-bottom: 25px;
}
.reklama-v3-oop b,
.reklama-v3-oop strong{
	font-weight: 700;
}
.reklama-v3-oop-part1{
	background-color:#00658D;
	padding: 87px 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    overflow: hidden;
	text-align:left;
	position: relative;
	z-index:1;
}
.reklama-v3-oop-content{
	width: 100%;
	max-width: 62%;
	position: relative;
	z-index:2;
}
.reklama-v3-oop-img-wrap{
	width: 100%;
	max-width: 38%;
	position: relative;
	z-index:1;
}
.reklama-v3-oop-img-wrap img {
	position: absolute;
	bottom: -142px;
	left: -120px;
	max-width: unset;
}
.reklama-v3-oop-toptitle{
	font-weight: 900;
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 0;
	max-width: 300px;
	color: #fff;
}
.reklama-v3-oop-addtext{
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	max-width: calc(100% - 300px);
}
.reklama-v3-oop-bottomtitle{
	font-weight: 900;
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 44px;
	color: #fff;
}
.reklama-v3-oop-bottomtitle span{
	position: relative;
	display: inline-block;
}
.reklama-v3-oop-bottomtitle span::after{
	content:'';
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	height:8px;
	background-image: url('images/reklama-v3-oop-bottomtitle.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.reklama-v3-oop-addtext.formobile{
	display:none;
}
.reklama-v3-oop-text{
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}
.reklama-v3-oop-text >*{
	margin-bottom:20px;
}
.reklama-v3-oop-text > *:last-child{
	margin-bottom:0;
}
.reklama-v3-oop-part2{
	position: relative;
	z-index:2;
	top:-75px;
	margin-bottom: -75px;
}
.reklama-v3-oop-content2{
	background: #FFFFFF;
	border-radius: 30px;
	padding: 35px 35px 35px 40px;
	width: calc(100% - 175px);
	margin-left: auto;
	position: relative;
}
.reklama-v3-oop-img2-wrap{
	position: absolute;
	top:0;
	left:-325px;
}

.reklama-v3-oop-content2 ul{
	list-style:none;
	padding:0;
	margin-left:0;
}
.reklama-v3-oop-content2 ul li{
	position: relative;
	padding-left:20px;
	margin-bottom: 14px;
}
.reklama-v3-oop-content2 ul li:last-child{
	margin-bottom:0;
}
.reklama-v3-oop-content2 ul li::before{
	content:'';
	position: absolute;
	width:10.5px;
	height:17.5px;
	top:2px;
	left:0;
	background-image: url('images/reklama-v3-whoweare-content-text-marker.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.reklama-v3-oop-text2 >*{
	margin-bottom:14px;
	font-size: 16px;
	line-height: 24px;
}
.reklama-v3-oop-text2 > *:last-child{
	margin-bottom:0;
}
.reklama-v3-oop-img-mob{
	display:none;
}
@media(max-width:990px) {
	.reklama-v3-oop-part1 {
		padding: 36px 0 420px;
	}
	.reklama-v3-oop-content {
		max-width: 100%;
	}
	.reklama-v3-oop-toptitle,
	.reklama-v3-oop-bottomtitle{
		font-size: 30px;
		line-height: 45px;
		max-width: 100%;
		margin-bottom: 2px;
	}
	.reklama-v3-oop-addtext,
	.reklama-v3-oop-bottomtitle span::after,
	.reklama-v3-oop-img-wrap,
	.reklama-v3-oop-img2-wrap{
		display:none;
	}
	.reklama-v3-oop-addtext.formobile {
		display: block;
		font-size: 16px;
		line-height: 40px;
		max-width: 100%;
		margin-bottom: 11px;
	}
	.reklama-v3-oop-text {
		font-size: 15px;
		line-height: 22px;
	}
	.reklama-v3-oop-text > *:not(:last-child) {
		margin-bottom: 10px;
	}
	.reklama-v3-oop-part2 {
		top: -380px;
		margin-bottom: -380px;
	}
	.reklama-v3-oop-content2 {
		border-radius: 30px;
		padding: 24px 20px;
		width: 100%;
	}
	.reklama-v3-oop-text2 > * {
		font-size: 14px;
		line-height: 22px;
	}
	.reklama-v3-oop-img-mob {
		display: block;
		text-align: center;
		margin-top: -20px;
	}
	.reklama-v3-oop-img-mob img{
		max-width: 100%;
		display:inline-block;
	}
	
}


/*TYPES*/
.reklama-v3-types{
	text-align:left;
	padding-top: 25px;
}
.reklama-v3-types-title{
	font-weight: 900;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 45px;
}
.reklama-v3-types-items{
	gap:10px 20px;
}
.reklama-v3-types-item{
	width: calc(25% - 15px);
	padding-left: 36px;
	background-image: url('images/reklama-v3-types-item.png');
	background-position:0 5px;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.reklama-v3-types-item-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.reklama-v3-types-lines{
	margin-top:85px;
	width:100%;
	height:5px;
	border-top: 5px solid #F7F5F6;
	border-bottom: 1px solid #F7F5F6;
}
@media(max-width:990px) {
	.reklama-v3-types {
		padding-top: 0;
		margin-top: -25px;
	}
	.reklama-v3-types-title {
		margin-bottom: 10px;
		font-size: 35px;
		line-height: 45px;
	}
	.reklama-v3-types-item {
		width: 100%;
	}
	.reklama-v3-types-lines {
		margin-top: 40px;
	}
}


/*ADVANTAGES*/
.reklama-v3-advantages{
	text-align:left;
	padding: 80px 0 100px;
	position: relative;
	overflow: hidden;
}
.reklama-v3-advantages-content{
	padding-left:300px;
	position: relative;
	z-index:2;
}
.reklama-v3-advantages-content::after{
	content:'';
	position: absolute;
	z-index:1;
	width: 672px;
	height: 672px;
	top: -25px;
	right: calc(100% - 245px);
	background: #F1F1F1;
	border-radius: 100%;
}
.reklama-v3-advantages-title{
	font-weight: 900;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 38px;
	position: relative;
	z-index:3;
}
.reklama-v3-advantages-items{
	gap:20px 55px;
	position: relative;
	z-index:3;
}
.reklama-v3-advantages-item{
	width: calc(33.33% - 37px);
	padding: 10px;
	background: #F7F5F6;
	border-radius: 20px;
	min-height: 111px;
}
.reklama-v3-advantages-item-number {
	font-weight: 900;
	color: #69C2D9;
	font-size: 65px;
	line-height: 80px;
	margin-bottom: 0;
	position: relative;
	left: -50px;
	width: 90px;
	margin-right: -50px;
}
.reklama-v3-advantages-item-title {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 0;
	width: calc(100% - 50px);
	margin-left: 10px;
}
.reklama-v3-advantages-img-wrap{
	position: absolute;
	z-index: 2;
	top:0;
	right:calc(100% - 225px);
}
.reklama-v3-advantages-img-wrap img{
	max-width: unset;
}
@media(max-width:1200px) {
	.reklama-v3-advantages-item {
		width: calc(50% - 30px);
	}
}
@media(max-width:990px) {
	.reklama-v3-advantages {
		padding: 25px 0 50px;
	}
	.reklama-v3-advantages-content {
		padding-left: 0;
	}
	.reklama-v3-advantages-title {
		margin-bottom: 10px;
		font-size: 35px;
		line-height: 45px;
	}
	.reklama-v3-advantages-item {
		width: 100%;
	}
	.reklama-v3-advantages-items {
		padding-left: 40px;
	}
	.reklama-v3-advantages-img-wrap {
		margin-top: 30px;
		position: relative;
		top: unset;
		right: unset;
	}
	.reklama-v3-advantages-img-wrap img {
		max-width: 100%;
		margin-left: auto;
		max-height: 250px;
	}
	.reklama-v3-advantages-content::after {
		width: 373px;
		height: 373px;
		top: unset;
		right: -15px;
		bottom: -150px;
	}
}


/*peculiarities*/
.reklama-v3-peculiarities{
	padding: 87px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
	text-align:left;
}
.reklama-v3-peculiarities b,
.reklama-v3-peculiarities strong{
	font-weight: 700;
}
.reklama-v3-peculiarities-left{
	max-width: 670px;
	width: 100%;
}
.reklama-v3-peculiarities-right{
	max-width: calc(100% - 675px);
	width: 100%;
	background: #FFFFFF;
	border-radius: 0 0 30px 30px;
	padding: 40px 30px;
	margin-top: -87px;
	position: relative;
}
.reklama-v3-peculiarities-right-content{
	position: relative;
	z-index:2;
}
.reklama-v3-peculiarities-right-bgimg{
	position: absolute;
	z-index:1;
	width: 68.2px;
	height: 24.5px;
	bottom: 63.5px;
	right: 71.8px;
	background-image: url('images/reklama-v3-peculiarities-right-bgimg.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.reklama-v3-peculiarities-title {
	font-weight: 900;
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 35px;
	color:#fff;
}
.reklama-v3-peculiarities-text{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.reklama-v3-peculiarities-text >*:not(:last-child){
	margin-bottom:14px;
}
.reklama-v3-peculiarities-text ul{
	list-style:none;
	padding:0;
	margin-left:0;
}
.reklama-v3-peculiarities-text ul li{
	position: relative;
	padding-left:20px;
	margin-bottom: 14px;
}
.reklama-v3-peculiarities-text ul li:last-child{
	margin-bottom:0;
}
.reklama-v3-peculiarities-text ul li::before{
	content:'';
	position: absolute;
	width:10.5px;
	height:17.5px;
	top:2px;
	left:0;
	background-image: url('images/reklama-v3-whoweare-content-text-marker.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.reklama-v3-oop-right-title{
	font-size: 28px;
	line-height: 25px;
	font-weight: 700;
	color: #00658D;
	padding-bottom: 29px;
	position: relative;
	margin-bottom: 26px;
}
.reklama-v3-oop-right-title::after{
	content:'';
	position: absolute;
	z-index:1;
	width: 50%;
	height: 3px;
	top: 100%;
	left: -30px;
	background: #30648B;
}
.reklama-v3-oop-right-text{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
}
@media(max-width:1200px) {
	.reklama-v3-oop-right-title {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.reklama-v3-oop-right-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.reklama-v3-peculiarities .t_btn_rv3 {
		font-size: 18px;
	}
}
@media(max-width:990px) {
	.reklama-v3-peculiarities{
		padding: 38px 0 0;
	}
	.reklama-v3-peculiarities-left {
		max-width: 100%;
	}
	.reklama-v3-peculiarities-right {
		max-width: 100%;
		margin-top: 20px;
		padding: 27px 15px 50px;
		border-radius: 30px 30px 0 0;
	}
	.reklama-v3-peculiarities-title {
		font-weight: 900;
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 20px;
		color: #fff;
	}
	.reklama-v3-peculiarities-text {
		font-size: 14px;
		line-height: 22px;
	}
	.reklama-v3-oop-right-title::after {
		left: -15px;
	}
	.reklama-v3-peculiarities-right-bgimg {
		display: none;
	}
	.reklama-v3-peculiarities-right-btn-wrap{
		text-align: center;
	}
}


