*, 
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fixed{
	position: fixed;
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-left-5{
	padding-left: 5px;
}
.padding-left-4{
	padding-left: 4px;
}
.padding-right-zero{
	padding-right: 0;
}
.padding-right-5{
	padding-right: 5px;
}
.padding-all-zero{
	padding: 0;
}
.vertical-middle{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gorizontal-center{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.middle-center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
input:focus, input:active,
textarea:focus, textarea:active{
	outline: none;
}

input::-webkit-input-placeholder       {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
input::-moz-placeholder                {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; color: rgba(0, 15, 24, 0.54); transition: color 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 1; color: rgba(0, 15, 24, 0.2); transition: color 0.3s ease;}





body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	color: #000;
	background: #f8f8f8;
    overflow-x: hidden;
    position: relative;
}
 



/*
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.menu-open{
	overflow: hidden;
	height: 100%;
}
header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: top .4s;
	-moz-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}
header.deactive{
	top: -140px;
}
.header{
	position: absolute;
	left: 0;
	top: 228px;
	width: 100%;
	padding: 50px 60px;
}
.header:after{
	content: '';
	display: table;
	clear: both;
}
.logo{
	float: left;
}

.logo > a{
	display: inline-block;
	vertical-align: top;
}
.logo > a svg{
	display: block;
}
.header-menu{
	float: left;
	margin-left: 90px;
	padding: 9px 0;
	-webkit-transition: margin-left .4s;
    -moz-transition: margin-left .4s;
    -o-transition: margin-left .4s;
    transition: margin-left .4s;
}
.header-menu > ul{
	list-style: none;
	margin: 0;
	position: relative;
}
.header-menu > ul:after{
	content: '';
	display: table;
	clear: both;
}
.header-menu > ul > li{
	float: left;
	margin-right: 50px;
	position: relative;
}
.header-menu > ul > li:last-child{
	margin-right: 0;
}	
.header-menu > ul > li > a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-menu > ul > li > a:hover, .header-menu ul > li.active > a,
.header-menu > ul > li.has-submenu:hover > a{
	color: #28EE9F;
}	

.header-menu > ul > li.has-submenu > a{
	padding-right: 22px;
	cursor: pointer;
}	
.header-menu > ul > li.has-submenu > a > svg{
	display: block;
	width: 14px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}	
.header-menu > ul > li.has-submenu > a > svg path{
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;	
}
.header-menu > ul > li.has-submenu:hover > a > svg path, .header-menu > ul > li.has-submenu.active > a > svg path{
	fill: #28EE9F;
	stroke: #28EE9F;
}
.has-submenu:hover > ul{
	opacity: 1;
	visibility: visible;
}
.has-submenu > ul{
	opacity: 0;
	z-index: 2;
	visibility: hidden;
	list-style: none;
	margin: 0;
	margin-top: 23px;
	position: absolute;
	top: 100%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	background: rgba(0, 55, 87, 0.78);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	padding: 30px 50px;
	-webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.has-submenu > ul:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 13px solid rgba(0, 55, 87, 0.78);
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 100%;
}
.has-submenu > ul:before{
	content: '';
	width: 100%;
	height: 23px;
	position: absolute;
	left: 0;
	bottom: 100%;
}	
.has-submenu > ul li:not(:last-child){
	margin-bottom: 30px;
}
.has-submenu > ul li a{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F8F8F8;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;	
}
.has-submenu > ul li a:hover{
	color: #28EE9F;
}


.header-right{
	float: right;
}
.header-lang{
	float: left;
	position: relative;
	padding: 9px 0;
}
.header-lang:after{
	content: '';
	display: table;
	clear: both;
}
.header-lang > a:not(:first-child){
	margin-left: 20px;
}	
.header-lang > a{
	display: inline-block;
	vertical-align: top;
	float: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;	
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.header-lang > a:hover, .header-lang > a.active{
	color: #28EE9F;
}	


.rev-slider-item{
	position: relative;
	cursor: pointer;
	padding: 40px 50px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.rev-slider-item:hover, .rev-slider-item.active{
	background: linear-gradient(180deg, rgba(0, 52, 83, 0.3) 0%, rgba(40, 238, 159, 0.3) 216.47%), rgba(0, 31, 49, 0.58);
}


header.rev-slider-hide .rev-slider-item, body.reviews-hide header .rev-slider-item {
    background: linear-gradient(180deg, rgba(0, 52, 83, 0.3) 0%, rgba(40, 238, 159, 0.3) 216.47%), rgba(0, 31, 49, 0.58);
}
header.rev-slider-hide .rev-slider-item:hover, header.rev-slider-hide .rev-slider-item.active,
body.reviews-hide header .rev-slider-item:hover, body.reviews-hide header .rev-slider-item.active {
    background: rgba(0, 31, 49, 0.8);
}





.rev-slider-item:after{
	content: '';
	width: 1px;
	height: 197px;
	background: rgba(255, 255, 255, 0.19);
	position: absolute;
	top: 0;
	right: 0;
}
.rev-slider-item:before{
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.19);
	position: absolute;
	left: 0;
	bottom: 0;
}
.rev-slider-item.active:before{
	content: none;
}	

.rev-slider-ava{
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 100px;
}
.rev-slider-ava > div{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.rev-slider-item.active .rev-slider-ava > div{
	-webkit-box-shadow: 0 0 0 1px #28EE9F;
	box-shadow: 0 0 0 1px #28EE9F;
}
.rev-slider-ava > div img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}	
.rev-slider-head{
	display: table;
	width: 100%;
	height: 117px;
}
.rev-slider-inf{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.rev-slider-name{
	font-weight: 800;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.rev-slider-item.active .rev-slider-name{
	color: #28EE9F;
}
.rev-slider-company{
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.rev-slider-item.active .rev-slider-company{
	color: #28EE9F;
}	
.rev-slider-item.active .rev-slider-tezis{
	display: none;
}	
.rev-slider-tezis{
	margin-top: 15px;
	max-height: 60px;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;	
}
.rev-slider-item.active .rev-slider-text{
	opacity: 1;
	visibility: visible;
	display: block;
}	
.rev-slider-text{
	opacity: 0;
	visibility: hidden;
	display: none;
	margin-top: 16px;
	cursor: initial;
}
.rev-slider-text > p{
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	color: #FFFFFF;	
	margin-bottom: 30px;
	max-height: calc(100vh - 340px);
    overflow: auto;
    padding-right: 20px;
    margin-right: -20px;
}
.rev-slider-text > a{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #28EE9F;	
	position: relative;
	padding-right: 16px;
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}	
.rev-slider-text > a:hover{
	color: #fff;
}	
.rev-slider-text > a svg{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6.5px;
}	
.rev-slider-text > a svg path{
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
.rev-slider-text > a:hover svg path{
	fill: #ffffff;
	stroke: #ffffff;
}	

.rev-slider-backdrop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 31, 49, 0.21);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: -1;
}
.rev-slider-backdrop.active{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}	
.header-slider{
	position: relative;
	z-index: 3;
}

.swiper-button-next:focus, .swiper-button-prev:focus{
	outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 26px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 26px;
    margin-top: -7px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 5;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color: #28EE9F;
}
.swiper-button-prev {
    left: 24px;
    right: auto;
}
.swiper-button-next {
    right: 24px;
    left: auto;
}
.rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
	margin-top: 0;
	top: 86px;
}	


.rev-slider .swiper-slide{
	min-width: auto;
	max-width: none;
}

.menu-btn{
	display: none;
}
.header-slider{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header {
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header.rev-slider-hide .header-slider, body.reviews-hide header .header-slider{
	top: -197px;
}
header.rev-slider-hide .header, body.reviews-hide header .header{
	top: 0;
}
header.rev-slider-hide .header, body.reviews-hide header .header {
    background: rgba(0, 31, 49, 0.8);
}

header.rev-slider-hide .header-menu, body.reviews-hide header .header-menu{
	margin-left: 70px;
}
header.rev-slider-hide .header-slider.active, body.reviews-hide header .header-slider.active {
    top: 140px;
}
header.rev-slider-hide .header-slider.active + .header, body.reviews-hide header .header-slider.active + .header{
	z-index: 3;
}

header.rev-slider-hide .header-contact-btn, body.reviews-hide header .header-contact-btn{
	display: block;
}	
.header-contact-btn{
	display: none;
	float: left;
	margin-right: 50px;
	margin-left: 30px;
}
.header-contact-btn > a{
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #F8F8F8;	
	border: 1px solid #28EE9F;
	border-radius: 3px;
	padding: 9px 20px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-contact-btn > a:hover{
	background: rgba(40, 238, 159, 0.5);
}

header.rev-slider-hide .header-rev-btn, body.reviews-hide header .header-rev-btn{
	display: block;
}
.header-rev-btn{
	float: left;
	display: none;
}
.header-rev-btn:hover .header-rev-btn-box, .header-rev-btn:hover .rev-btn-name:after,
.header-rev-btn:hover .rev-btn-anim-text {
	color: #001F31;
}
.header-rev-btn:hover span.dots-anim > div{
	background: #001F31;
}
.header-rev-btn:hover .rev-btn-anim-text{
	border-color: #001F31;
}
.header-rev-btn-box{
	background: rgba(40, 238, 159, 0.7);
	border-radius: 6px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #F8F8F8;
	padding: 11px 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
span.rev-btn-name{
	display: inline-block;
	vertical-align: top;
}
.rev-btn-name:after{
	content: 'пише';
	margin-left: 4px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #F8F8F8;	
	display: inline-block;
	vertical-align: top;	
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}	
span.dots-anim{
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 18px;
	width: 12px;
}
span.dots-anim > div{
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 4px;
	-webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}	
span.dots-anim > div:first-child{
	left: 0;
	animation: spin 1s infinite linear;
}
span.dots-anim > div:nth-child(2){
	left: 50%;
	margin-left: -1px;
	animation: spin 2s infinite linear;
}
span.dots-anim > div:last-child{
	right: 0;
	animation: spin 1s infinite linear;
}	

@keyframes spin {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: 4px;
  }
}

.header-rev-btn-box:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid rgba(40, 238, 159, 0.7);
    position: absolute;
    right: 14px;
    top: 100%;
}
.menu-btn img{
	display: block;
}

@media (max-width: 1890px){


.rev-slider-text > p{
	max-height: 350px;
    overflow: auto;
}
	.has-submenu > ul li:not(:last-child) {
	    margin-bottom: 20px;
	}

	.has-submenu > ul{
		padding: 20px;
	}
	.has-submenu > ul li a{
		font-size: 14px;
		line-height: 18px;
	}
	header.rev-slider-hide .header-slider.active, body.reviews-hide header .header-slider.active {
	    top: 100px;
	}
	.rev-slider-text > p {
	    /*max-height: 325px;*/
	    overflow: auto;
	}
	.header-contact-btn {
	    float: left;
	    margin-right: 30px;
	    margin-left: 20px;
	}
	.header-contact-btn > a{
		font-size: 14px;
	}
	header.rev-slider-hide .header-slider, body.reviews-hide header .header-slider{
		top: -157px;
	}
	.rev-slider .swiper-slide{
		min-width: auto;
		max-width: none;
	}
	.header-lang > a:not(:first-child) {
	    margin-left: 13px;
	}
	.header {
	    position: absolute;
	    left: 0;
	    top: 127px;
	    width: 100%;
	    padding: 30px 20px;
	}
	.header-menu > ul > li > a {
	    font-size: 14px;
	    line-height: 18px;
	}    
	.header-menu {
	    float: left;
	    margin-left: 30px;
	    padding: 11px 0;
	}
	header.rev-slider-hide .header-menu, body.reviews-hide header .header-menu {
	    margin-left: 30px;
	}
	.header-lang > a{
	    font-size: 14px;
	    line-height: 18px;	
	}
	.header-lang {
	    padding: 11px 0;
	}
	.header-menu > ul > li {
	    margin-right: 19px;
	}
	.rev-slider-item {
	    padding: 10px 40px;
	    min-height: 127px;
	}    
	.rev-slider-head {
	    height: 107px;
	}
	.swiper-button-next, .swiper-button-prev {
	    width: 12px;
	    height: 22px;
	}    
	.swiper-button-next:after, .swiper-button-prev:after {
	    font-size: 22px;
	}
	.rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
	    margin-top: 0;
	    top: 53px;
	}
	.swiper-button-prev {
	    left: 20px;
	    right: auto;
	}
	.swiper-button-next {
	    right: 20px;
	    left: auto;
	}
	.rev-slider-tezis {
	    margin-top: 5px;
	}    
	.rev-slider-item:after {
	    height: 127px;
	}	

}

.mob-menu{
	display: none;
}

@media (max-width: 1365px){

.mob-menu .rev-btn-name, .mob-menu .dots-anim{
	display: inline-block !important;
}
.mob-menu  .rev-btn-anim-text{
	display: none !important;
}


.mob-menu .header-menu {
    display: block;
    margin: 0 !important;
    float: none;
}
.mob-menu .header-menu > ul > li {
    float: none;
    margin-right: 0px;
    margin-bottom: 50px;
}
.mob-menu .header-menu > ul > li:last-child{
	margin-bottom: 0;
}	
.mob-menu .has-submenu > ul {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: auto;
    background: rgba(0, 55, 87, 1);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    padding: 30px 30px;
    z-index: 2;
}
.mob-menu .has-submenu > ul li a{
	font-size: 14px;
	line-height: 18px;
}

.mob-menu .main-facebook {
    position: static;
    left: auto;
    bottom: auto;
}
.mob-menu .header-lang {
    display: block;
    float: none;
}

.mob-menu-btns .header-rev-btn{
	display: block;
	float: left;
}
.mob-menu-btns .header-contact-btn{
	display: block;
	float: none;
	margin: 0;
	margin-bottom: 30px;
}
.mob-menu-btns:after{
	content: '';
	display: table;
	clear: both;
}
.mob-menu-btns{
	position: absolute;
	bottom: 40px;
	left: 0px;
	padding: 0 30px;
}
.mob-menu-soc-lang{
	position: absolute;
	left: 0;
	padding: 0 30px;
	bottom: 320px;
	bottom: 25vh;
}


.close-menu{
	float: left;
	cursor: pointer;
	margin-left: -10px;
}
.close-menu img{
	display: block;
}
.mob-menu-head{
	background: rgba(0, 31, 49, 0.8);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100px;
	padding: 30px 30px;
}
.mob-menu-head .logo {
    float: right;
}
.mob-menu.active{
	opacity: 1;
	left: 0;
	visibility: visible;
}
.mob-menu{
	display: block;
	opacity: 0;
	visibility: hidden;
	left: -350px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 9;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.mob-menu-box{
	background: rgba(0,31,49,1);	
	height: 100%;
	max-width: 350px;
	width: 100%;	
	padding: 30px 30px;
	padding-top: 170px;
}

	.header-contact-btn {
	    float: left;
	    margin-right: 50px;
	    margin-left: 20px;
	}

	.rev-slider .swiper-slide{
		min-width: 455px;
		max-width: 455px;
	}
	.menu-btn{
		display: block;
		float: left;
		margin: 10px 0;
		cursor: pointer;
	}
	.header {
	    position: absolute;
	    left: 0;
	    top: 160px;
	    width: 100%;
	    padding: 30px 25px;
	}

	.swiper-slide:not(.swiper-slide-active) .rev-slider-head{
		opacity: 0.4;
	}
	.rev-slider .swiper-slide:not(.swiper-slide-active){
		pointer-events: none;
	}
	/*
	.results-thumbs .swiper-slide{
		pointer-events: initial !important;
	}
	*/

	.header-menu{
		display: none;
	}
	.logo {
	    float: right;
	}
	.header-lang{
		display: none;
	}
.rev-slider-head {
    height: 117px;
}
.rev-slider-item:after {
    height: 157px;
}

	/*это надо еще доделать*/

	.rev-slider-item {
	    padding: 20px 40px;
	    min-height: 157px;
	}    
	.swiper-button-next, .swiper-button-prev {
	    width: 12px;
	    height: 22px;
	}    
	.swiper-button-next:after, .swiper-button-prev:after {
	    font-size: 22px;
	}
	.rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
	    margin-top: 0;
	    top: 68px;
	}
	.swiper-button-prev {
	    left: 20px;
	    right: auto;
	}
	.swiper-button-next {
	    right: 20px;
	    left: auto;
	}
	.rev-slider-tezis {
	    margin-top: 10px;
	}  	

}


@media (max-height: 800px){

.mob-menu-box{
	padding-top: 100px;
}
.mob-menu .header-menu > ul > li {
    margin-bottom: 25px;
}
.mob-menu-soc-lang{
	bottom: 30vh;
}

}	

@media (max-width: 1023px){

.header {
    padding-left: 25px;
    padding-right: 25px;
}
	.header-contact-btn {
	    float: left;
	    margin-right: 30px;
	    margin-left: 20px;
	}
	.rev-slider .swiper-slide{
		min-width: 455px;
		max-width: 455px;
	}


}



@media (max-width: 767px){

.mob-menu .has-submenu > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    background: rgba(0, 55, 87, 1);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    padding: 20px 20px;
    z-index: 2;
}
.mob-menu .header-menu{
	text-align: center;
	width: 100%;
}
.mob-menu-head {
    background: #001F31;
    backdrop-filter: blur(0);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 33px 20px;
}
.mob-menu-box {
    background: #001F31;
    height: 100%;
    max-width: 100%;
    width: 100%;
    padding: 30px 20px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mob-menu-soc-lang {
    position: static;
    left: auto;
    padding: 0 20px;
    bottom: auto;
    text-align: center;
    padding-top: 30px;
    width: 100%;
}
.mob-menu-soc-lang .header-lang > a {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 8px;
}  
.mob-menu-btns {
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding: 0 20px;
    width: 100%;
}
.mob-menu-btns .header-contact-btn {
    display: block;
    float: left;
    margin: 0;
    margin-bottom: 0px;
}
.mob-menu-btns .header-rev-btn {
    display: block;
    float: right;
}
.close-menu {
    float: left;
    cursor: pointer;
    margin-left: -10px;
    margin-top: -5px;
}

.header {
    padding: 33px 20px;
}
span.rev-btn-name, .rev-btn-anim-text{
	display: none !important;
}
.header-contact-btn > a span{
	display: none;
}
.dots-anim, .mob-menu .dots-anim{
	display: inline-block !important;
}
.mob-menu .rev-btn-name {
    display: none !important;
}


.header-contact-btn > a, .header-contact-btn > a:hover{
	width: 34px;
	height: 34px;
	background: url(../img/ic-call.svg) no-repeat center center;
	background-size: contain;
	border: 0;
	border-radius: 50%;
	padding: 0;
	-webkit-box-shadow: 0 0 0 7px rgba(40, 238, 159, 0.13);
	box-shadow: 0 0 0 7px rgba(40, 238, 159, 0.13);
}
.header-rev-btn-box{
	padding: 8px 20px;
}
.header-rev-btn-box:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid rgba(40, 238, 159, 0.7);
    right: 10px;
}
.header{
	top: 168px;
}
.logo > a svg {
    display: block;
    height: 32px;
}
.menu-btn{
	margin: 3px 0;
}
.menu-btn img{
	display: block;
	height: 26px;
}
	.rev-slider .swiper-slide{
		min-width: 320px;
		max-width: 320px;
	}
	.rev-slider-ava > div {
	    width: 54px;
	    height: 54px;
	}	
.rev-slider-head{
	position: relative;
}	
.rev-slider-ava {
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}	
.rev-slider-inf {
    display: block;
    padding-left: 0px;
    padding-top: 7px;
}
.rev-slider-item {
    padding: 17px 30px;
    padding-top: 10px;
    min-height: 165px;
}
.rev-slider-item:after {
    height: 165px;
}
.rev-slider-name{
	margin-left: 64px;
	font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}
.rev-slider-company{
	margin-left: 64px;
	font-size: 13px;
    line-height: 20px;
}
.rev-slider-tezis {
    margin-top: 17px;
    max-height: 72px;
    font-size: 13px;
    line-height: 18px;
}
.swiper-button-next {
    right: 10px;
    left: auto;
}
.swiper-button-prev {
    left: 10px;
    right: auto;
}
.rev-slider-text > p {
    font-size: 14px;
    margin-bottom: 15px;
    max-height: 310px;
    overflow: auto;
    margin-right: -15px;
    padding-right: 15px;
}
.rev-slider-text > a{
	font-size: 14px;
}

.rev-slider-head {
    display: block;
    width: 100%;
    height: auto;
}

header.rev-slider-hide .header-slider, body.reviews-hide header .header-slider {
    top: -165px;
}

}


@media (max-width: 359px){

.rev-slider-text > p {
    max-height: 220px;
}

}	





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-MAIN~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-main{
	height: 100vh;
	position: relative;
	/*background: url(../img/main-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}
.dots-bg{
	/*background: url(../img/dots-bg.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	position: absolute;
	left: 60px;
	right: 60px;
	top: 261px;
	bottom: 64px;
}
.main-box{
	position: absolute;
	left: 0;
	bottom: 187px;
	bottom: 19vh;
	width: 100%;
	padding-left: 145px;
	padding-right: 150px;
}
.main-box-text{
	width: 100%;
	max-width: 1200px;
}
.main-box-text > p{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.03em;
	color: #FFFFFF;	
	margin-bottom: 18px;
}
.main-box-text > h2{
	display: block;
	font-weight: 800;
	font-size: 84px;
	line-height: 88px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;	
	padding: 0;
	margin: 0;
	text-align: left;
}	

.main-box-btn{
	position: absolute;
	right: 150px;
	bottom: 0;
}
.main-box-btn > a{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 25px 50px;
}
a.green-btn{
	color: #FFFFFF;	
	background: rgba(40, 238, 159, 0.36);
	border: 1px solid #28EE9F;
	/*-webkit-backdrop-filter: blur(5px);*/
	/*backdrop-filter: blur(5px);*/
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.green-btn:hover{
	background: rgba(40, 238, 159, 0.6);
}
a.green-btn:active{
	background: rgba(40, 238, 159, 0.7);
}

.main-facebook{
	position: absolute;
	left: 56px;
	bottom: 61px;
}
.main-facebook > a{
	display: inline-block;
	vertical-align: top;
}
.main-facebook > a svg path{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;	
}
.main-facebook > a:hover svg path, .main-facebook > a:active svg path{
	fill: #ffffff;
}	

.main-arr-down{
	position: absolute;
	bottom: 57px;
	left: 50%;
	margin-left: -13.5px;
	cursor: pointer;
}
.main-arr-down svg path{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-arr-down:hover svg path, .main-arr-down:active svg path{	
	fill: #28EE9F;
	stroke: #28EE9F;
}	





@media (max-width: 1890px){

	.dots-bg {
	    left: 20px;
	    right: 20px;
	    top: 186px;
	    bottom: 26px;
	}
	.main-facebook {
	    position: absolute;
	    left: 20px;
	    bottom: 26px;
	}
	.main-arr-down {
	    bottom: 22px;
	}
	.main-box-text > p {
	    max-width: 616px;
	    width: 100%;
	    font-size: 14px;
	    line-height: 170%;
	    margin-bottom: 20px;
	}
	.main-box-text > h2 {
	    font-size: 48px;
	    line-height: 110%;
	}
	.main-box {
	    position: absolute;
	    left: 0;
	    bottom: 187px;
	    bottom: 13vh;
	    width: 100%;
	    padding-left: 70px;
	    padding-right: 127px;
	}
	.main-box-btn > a {
	    font-size: 14px;
	    line-height: 17px;
	    padding: 24px 49px;
	}



}

@media (max-width: 1365px){

/*//////////////////////////////*/


.main-box-btn {
    position: relative;
    right: auto;
    bottom: auto;
}
.main-box-text {
    margin-bottom: 40px;
}
.dots-bg {
    left: 25px;
    right: 25px;
    top: 182px;
    bottom: 30px;
}
.main-facebook {
    position: absolute;
    left: 25px;
    bottom: 29px;
}
.main-arr-down {
    bottom: 28px;
}
.main-box-text > p {
	max-width: 525px;
	width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.main-box-text > h2 {
    font-size: 48px;
    line-height: 53px;
}
.main-box {
    position: absolute;
    left: 0;
    bottom: 120px;
    bottom: 15vh;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.main-box-btn > a {
    font-size: 14px;
    line-height: 17px;
    padding: 20px 36px;
}



 



}

@media (max-width: 1023px){

.b-main {
    height: auto;
    position: relative;
    padding-top: 348px;
    padding-bottom: 195px;
}
.main-box {
    position: relative;
    left: auto;
    bottom: 120px;
    bottom: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.main-box-btn {
    position: relative;
    right: auto;
    bottom: auto;
}
.main-box-text {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 100px;
}
.main-box-text > p {
    max-width: 315px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}
.main-box-text > h2 {
    font-size: 48px;
    line-height: 53px;
    max-width: 474px;
}


}



@media (max-width: 767px){

.b-main{
	padding-top: 260px;
	padding-bottom: 52px;
}
.main-box{
	padding-left: 20px;
	padding-right: 20px;
}
.main-box-text > p {
    max-width: 226px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.main-box-text > h2 {
    font-size: 32px;
    line-height: 35px;
    max-width: 474px;
}
.main-box-text {
    margin-bottom: 30px;
}
.b-main .main-facebook{
	display: none;
}
.main-arr-down {
    bottom: 16px;
}
.main-box-btn > a {
    font-size: 14px;
    line-height: 17px;
    padding: 19px 14px;
    width: 100%;
    max-width: 320px;
    text-align: center;
}
.dots-bg {
    left: 20px;
    right: 20px;
    top: 72px;
    bottom: 25px;
}

.main-box-btn a.green-btn {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(15px);
}

}


@media (max-width: 359px){

.main-box-text > h2 {
    font-size: 28px;
    line-height: 35px;
}

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


footer{
	position: relative;
	background: #000F18;
	padding: 100px 60px;
	z-index: 2;
	overflow: hidden;
}
.footer-dots{
	background: url(../img/footer-dots.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 60px;
	right: 60px;
	top: 60px;
	bottom: 60px;
}
.footer-box{
	position: relative;
	z-index: 2;
}
.footer-top{
	position: relative;
	margin-bottom: 110px;
}
.footer-top:after{
	content: '';
	display: table;
	clear: both;
}

footer .main-facebook {
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    margin-top: -12px;
}
.main-facebook > a svg{
	display: block;
}

.footer-bot{
	position: relative;
}
.footer-bot:after{
	content: '';
	display: table;
	clear: both;
}
.footer-copyr{
	float: left;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.footer-copyr span{
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
.footer-dev{
	float: right;
}
.footer-dev a{
	display: inline-block;
	vertical-align: top;
}
.footer-dev > a img{
	display: block;
}

.footer-dev > a img.ic-dev-mob{
	display: none;
}


@media (max-width: 1890px){

	footer {
	    padding: 50px 60px;
	}
	.footer-top {
	    position: relative;
	    margin-bottom: 60px;
	}
	.footer-dots {
		background: url(../img/footer-dots.svg) no-repeat center center;
		background-size: cover;
	    left: 20px;
	    right: 20px;
	    top: 20px;
	    bottom: 20px;
	}	

}

@media (max-width: 1365px){

	.footer-top .header-menu {
	    display: block;
	}
	.footer-top .logo {
	    float: left;
	}
	footer {
	    padding: 80px 50px;
	}
	.footer-dots{
		left: 50px;
		right: 50px;
		top: 60px;
		bottom: 60px;
	}
	.footer-top {
	    position: relative;
	    margin-bottom: 90px;
	}
	.footer-dots {
	    left: 60px;
	    right: 60px;
	    top: 60px;
	    bottom: 60px;
	}	

}

@media (max-width: 1023px){

	footer {
	    padding: 30px 30px;
	}
	.footer-dots{
		left: 30px;
		right: 30px;
		top: 30px;
		bottom: 30px;
	}
	.footer-top .logo {
	    float: none;
	    margin-bottom: 40px;
	}
	.footer-top .header-menu {
	    display: block;
	    float: none;
	    margin-left: 0;
	}
	footer .main-facebook {
	    position: absolute;
	    left: auto;
	    right: 0;
	    bottom: auto;
	    top: 7px;
	    margin-top: 0;
	}

	.footer-top .header-menu > ul > li {
	    margin-right: 0;
	}
	.footer-top .header-menu > ul{
		display: flex;
		justify-content: space-between;
	}
	.footer-top .header-menu > ul:after {
	    content: none;
	}
	.footer-top {
	    position: relative;
	    margin-bottom: 50px;
	}
	.footer-top .has-submenu > ul li:not(:last-child) {
	    margin-bottom: 10px;
	}
	.footer-top .has-submenu > ul {
	    padding: 15px 20px;
	}

}



@media (max-width: 767px){

	footer {
	    padding: 60px 20px;
	}
	.footer-top .logo {
	    float: none;
	    margin-bottom: 50px;
	    text-align: center;
	}
	.footer-top .header-menu > ul {
	    display: block;
	    text-align: center;
	}
	.footer-top .header-menu > ul > li {
	    float: none;
	    margin-bottom: 20px;
	}
	.footer-top .header-menu > ul > li:last-child{
		margin-bottom: 0;
	}	
	footer .main-facebook {
	    position: static;
	    left: auto;
	    right: auto;
	    bottom: auto;
	    top: auto;
	    margin-top: 35px;
	    text-align: center;
	}
	.footer-top {
	    position: relative;
	    margin-bottom: 35px;
	}
	.footer-copyr span {
	    display: block;
	    margin-bottom: 10px;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 17px;
	    color: #FFFFFF;
	}
	.footer-copyr {
	    float: none;
	    font-weight: 300;
	    font-size: 14px;
	    line-height: 17px;
	    color: #FFFFFF;
	    margin-bottom: 30px;
	    text-align: center;
	}
	.footer-dev > a img.ic-dev-desk{
		display: none;
	}
	.footer-dev > a img.ic-dev-mob{
		display: block;
	}
	.footer-dev {
	    float: none;
	    text-align: center;
	}
	.footer-dots {
	    background: url(../img/footer-dots-xs.svg) no-repeat center center;
	    background-size: contain;
	    left: 20px;
	    right: 20px;
	    top: 20px;
	    bottom: 20px;
	}    


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-CLIENTS~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-clients{
	padding-top: 160px;
	padding-bottom: 155px;
	position: relative;
	overflow: hidden;
}
.b-clients:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #001F31;
	position: absolute;
	left: 135px;
	bottom: 0;
}
.b-clients:after{
	content: '';
	width: calc(100% - 150px);
	position: absolute;
	left: 150px;
	height: 1px;
	bottom: 2px;
	background: rgba(0,88,139,1);
	background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
	background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
	background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
	background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}	


.container{
	padding-left: 150px;
	padding-right: 150px;
}
h2{
	font-weight: 800;
	font-size: 64px;
	line-height: 78px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000F18;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 100px;
}
.clients-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px;
}
.clients-item {
    padding: 0 15px;
    margin-bottom: 40px;
}
.clients-item img{
	display: block;
	max-height: 78px;
}
.clients-item span{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #28EE9F;	
}


@media (max-width: 1890px){

	.b-clients {
	    padding: 100px 0;
	    padding-bottom: 60px;
	}
	.container{
		padding-left: 70px;
		padding-right: 70px;
	}
	.b-clients:before{
		left: 58px;
	}
	.b-clients:after{
		width: calc(100% - 70px);
		left: 70px;
	}
	h2 {
	    font-size: 48px;
	    line-height: 59px;
	    margin-bottom: 80px;
	}    
	.clients-item img {
	    display: block;
	    max-height: 56px;
	}

}

@media (max-width: 1365px){

	.b-clients {
	    padding: 80px 0;
	}
	.container{
		padding-left: 50px;
		padding-right: 50px;
	}
	.b-clients:before{
		left: 39px;
	}
	.b-clients:after{
		width: calc(100% - 50px);
		left: 50px;
	}
	h2 {
	    font-size: 48px;
	    line-height: 59px;
	    margin-bottom: 50px;
	}    
	.clients-item img {
	    display: block;
	    max-height: 52px;
	}
	.clients-item span {
	    font-size: 20px;
	    line-height: 26px;
	}    



}

@media (max-width: 1023px){

	.b-clients {
	    padding: 80px 0;
	    padding-bottom: 40px;
	}
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.b-clients:before{
		left: 22px;
		width: 3px;
		height: 3px;
	}
	.b-clients:after{
		width: calc(100% - 30px);
		left: 30px;
		bottom: 1px;
	}
	h2 {
	    font-size: 48px;
	    line-height: 59px;
	    margin-bottom: 50px;
	}    
	.clients-item img {
	    display: block;
	    max-height: 64px;
	}
	.clients-item span {
	    font-size: 20px;
	    line-height: 26px;
	}  
	.clients-box {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    margin: 0 -15px;
	}
	.clients-item {
	    padding: 0 15px;
	    width: 33.3333%;
	    margin-bottom: 40px;
	}
	.clients-box > .clients-item:nth-child(2) img, .clients-box > .clients-item:nth-child(5) img{
		margin: 0 auto;
	}
	.clients-box > .clients-item:nth-child(3) img, .clients-box > .clients-item:nth-child(6){
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}
	.clients-box > .clients-item:nth-child(6) span{
		text-align: left;
	}



}



@media (max-width: 767px){

	.b-clients {
	    padding: 60px 0;
	    padding-bottom: 40px;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.b-clients:before{
		left: 20px;
	}
	.b-clients:after{
		width: calc(100% - 28px);
		left: 28px;
	}
	h2 {
	    font-size: 25px;
	    line-height: 30px;
	    margin-bottom: 30px;
	}    
	.clients-item img {
	    display: block;
	    max-height: 32px;
	}
	.clients-item span {
	    font-size: 14px;
	    line-height: 18px;
	}  
	.clients-box {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    margin: 0 -10px;
	}
	.clients-item {
	    padding: 0 10px;
	    margin-bottom: 10px;
	}

}

@media (max-width: 400px){
	.clients-item span {
	    font-size: 13px;
	    line-height: 18px;
	}
}

@media (max-width: 359px){

h2 {
    font-size: 21px;
}

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-MISSION~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-mission{
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}
.b-mission:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #001F31;
	position: absolute;
	right: 135px;
	bottom: 0;
}
.b-mission:after{
	content: '';
	width: calc(100% - 150px);
	position: absolute;
	right: 150px;
	height: 1px;
	bottom: 2px;
	background: rgba(40,238,159,1);
	background: -moz-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,238,159,1)), color-stop(100%, rgba(0,88,139,1)));
	background: -webkit-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
	background: -o-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
	background: -ms-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
	background: linear-gradient(to right, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ee9f', endColorstr='#00588b', GradientType=1 );
}
.mission-box{
	position: relative;
	z-index: 2;
}
.mission-box:after{
	content: '';
	display: table;
	clear: both;
}
.mission-left{
	float: left;
	width: 50%;
	padding-right: 60px;
}
.mission-right{
	float: left;
	width: 50%;
	padding-left: 60px;
}
.mission-left > span{
	display: block;
	font-weight: 500;
	font-size: 36px;
	line-height: 47px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
	margin-bottom: 30px;
}
.mission-left > p{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
	margin-bottom: 42px;
}	

a.blue-btn{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;	
	background: rgba(0, 55, 87, 0.78);
	border: 1px solid #001F31;
	padding: 24px 50px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.blue-btn:hover{
	background: rgba(0, 55, 87, 0.95);
}	
a.blue-btn:active{
	background: #003757;
}	

.mission-video{
	padding-right: 40px;
	padding-bottom: 40px;
	position: relative;
}
.mission-video > a{
	display: block;
	position: relative;
	z-index: 3;
}
.mission-video > a:before{
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #28EE9F;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}	
.mission-video > a:hover:before{
	width: 90px;
	height: 90px;
}	
.mission-video > a:after{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/ic-play.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.mission-video > a:hover:after{

}
.mission-video > a img{
	display: block;
	width: 100%;
}
.mission-video-rect-1{
	position: absolute;
	left: 20px;
	top: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	/*background: linear-gradient(123.37deg, #003453 39.05%, #28EE9F 106.17%);*/
	background: url(../img/rect-bg.svg) no-repeat right bottom;
	background-size: cover;
	z-index: 2;
	backface-visibility: initial !important;
}
.mission-video-rect-2{
	position: absolute;
	left: 39px;
	top: 40px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background: #ffff;
	border: 1px solid #001F31;
	z-index: 1;
}

@media (max-width: 1890px){

	.b-mission{
		padding: 100px 0;
	}
	.b-mission:before{
		right: 58px;
	}
	.b-mission:after{
		width: calc(100% - 70px);
		right: 70px;
	}
	.mission-left {
	    padding-right: 25px;
	}
	.mission-right {
	    padding-left: 25px;
	}
	.mission-left > p{
		margin-bottom: 30px;
	}
	.mission-left > span {
	    font-size: 30px;
	    line-height: 39px;
	    margin-bottom: 20px;
	}
	a.blue-btn {
	    font-size: 14px;
	    line-height: 18px;
	}

}

@media (max-width: 1365px){

	.b-mission{
		padding: 80px 0;
	}
	.b-mission:before{
		right: 39px;
	}
	.b-mission:after{
		width: calc(100% - 50px);
		right: 50px;
	}
	.mission-left {
	    padding-right: 60px;
	}
	.mission-right {
	    padding-left: 0px;
	}
	.mission-left > p{
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 25px;
	}
	.mission-left > span {
	    font-size: 20px;
	    line-height: 26px;
	    margin-bottom: 10px;
	}
	a.blue-btn {
	    font-size: 14px;
	    line-height: 18px;
	    padding: 19px 35px;
	}
	.mission-video {
	    padding-right: 20px;
	    padding-bottom: 20px;
	    position: relative;
	}
	.mission-video-rect-1 {
	    left: 10px;
	    top: 10px;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	}
	.mission-video-rect-2 {
	    left: 20px;
	    top: 20px;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	}

	.mission-video > a img {
	    display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.mission-video > a {
	    height: 100%;
	}
	.mission-box {
	    position: relative;
	    display: flex;
	}
	.mission-video{
		height: 100%;
	}

}

@media (max-width: 1023px){


	.b-mission{
		padding: 80px 0;
	}
	.b-mission:before{
		right: 22px;
		width: 3px;
		height: 3px;
	}
	.b-mission:after{
		width: calc(100% - 30px);
		right: 30px;
		bottom: 1px;
	}
	.mission-box {
	    position: relative;
	    display: block;
	    padding-bottom: 97px;
	}
	.mission-left {
	    float: none;
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 20px;
	}
	.mission-right {
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	}
	.mission-left > span {
	    font-size: 18px;
	    line-height: 23px;
	    margin-bottom: 20px;
	}
	.mission-left > p {
	    margin-bottom: 0px;
	    font-size: 14px;
	    line-height: 25px;
	}
	.mission-left a.blue-btn{
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.mission-left > div:last-child{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.mission-video {
	    padding-right: 32px;
	    padding-bottom: 32px;
	    position: relative;
	}
	/*
	.mission-video-rect-1 {
	    left: 16px;
	    top: 16px;
	    width: calc(100% - 32px);
	    height: calc(100% - 32px);
	}
	.mission-video-rect-2 {
	    left: 32px;
	    top: 32px;
	    width: calc(100% - 32px);
	    height: calc(100% - 32px);
	}
	*/

	.mission-video-rect-1 {
	    left: 16px !important;
	    top: 16px !important;
	    width: calc(100% - 32px);
	    height: calc(100% - 32px);
	    transform: none !important;
	}
	.mission-video-rect-2 {
	    left: 32px !important;
	    top: 32px !important;
	    width: calc(100% - 32px);
	    height: calc(100% - 32px);
	    transform: none !important;
	}	

}



@media (max-width: 767px){

	.b-mission {
	    padding: 50px 0;
	}
	.b-mission:before{
		right: 20px;
	}
	.b-mission:after{
		width: calc(100% - 28px);
		right: 28px;
	}
	.mission-left > span {
	    font-size: 16px;
	    line-height: 21px;
	    margin-bottom: 20px;
	}
	.mission-left{
		margin-bottom: 30px;
	}
	.mission-video {
	    padding-right: 20px;
	    padding-bottom: 20px;
	    position: relative;
	}
	.mission-video-rect-1 {
	    left: 10px !important;
	    top: 10px !important;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	    transform: none !important;
	}
	.mission-video-rect-2 {
	    left: 20px !important;
	    top: 20px !important;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	    transform: none !important;
	}
	.mission-left a.blue-btn{
		max-width: 320px;
		width: 100%;
		text-align: center;
	}
	.mission-video > a:after {
	    width: 40px;
	    height: 40px;
	    margin-left: -20px;
	    margin-top: -20px;
	}   
	.mission-video > a:before{
		width: 56px;
		height: 56px;
	}
	.mission-video > a:hover:before{
		width: 66px;
		height: 66px;
	} 



}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-ACTIVITY~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-activity{
	padding-top: 150px;
	padding-bottom: 170px;
}
.activity-box{
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -35px;
}
.activity-item{
	width: 33.3333%;
	margin: 0 35px;
	z-index: 2;
    background: #f8f8f8;
}
.activity-item > a{
	display: block;
	height: 100%;
	overflow: hidden;
	border: 1px solid #28EE9F;
	padding: 62px 70px;
	padding-top: 78px;
	padding-right: 50px;
	position: relative;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.activity-item > a:hover{
	background: rgba(40, 238, 159, 0.15);
}
.activity-item > a:active{
	background: rgba(40, 238, 159, 0.15);
	-webkit-box-shadow: inset 0 0 0 2px #28EE9F;
	box-shadow: inset 0 0 0 2px #28EE9F;
}
.activity-item > a > img{
	display: block;
	max-width: none;
	position: absolute;
	left: -42px;
	top: -52px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
/*
.activity-item > a:hover > img{
	display: block;
	width: 377px;
	height: 377px;
	position: absolute;
	left: -48px;
	top: -64px;
}	
*/
.activity-item > a > div {
    position: relative;
    z-index: 2;
    padding-top: 187px;
}
.activity-item > a > div > div{
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.activity-item > a > div > span{
	display: block;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #001F31;
	color: #fff;
	text-shadow: 0 0 1px #000;
	margin-bottom: 30px;
}

.activity-item > a > div > p{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
	margin-bottom: 0;
}
.activity-item > a > img.hidden-1365{
	display: none !important;
}
.activity-item > a > img.hidden-1024{
	display: none !important;
}
.activity-item > a > img.hidden-767{
	display: none !important;
}
.activity-item > a > img.hidden-360{
	display: none !important;
}

@media (max-width: 1890px){

.activity-item > a > img.hidden-1890{
	display: none !important;
}
.activity-item > a > img.hidden-1365{
	display: block !important;
}
.activity-item > a > div {
    padding-top: 165px;
}
	.b-activity{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.activity-box {
	    display: flex;
	    flex-wrap: nowrap;
	    margin: 0 -25px;
	}
	.activity-item {
	    width: 33.3333%;
	    margin: 0 25px;
	}
	.activity-item > a{
		padding: 50px 50px;
		padding-top: 60px;
	}
	/*
	.activity-item > a > img {
	    width: 263px;
	    height: 263px;
	}    
	.activity-item > a:hover > img {
	    width: 330px;
	    height: 330px;
	    left: -48px;
	    top: -64px;
	}
	*/
	.activity-item > a > div > span {
	    font-size: 20px;
	    line-height: 130%;
	    margin-bottom: 34px;
	}
	.activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 16px;
	    line-height: 180%;
	}

}

@media (max-width: 1365px){

.activity-item > a > img.hidden-1365{
	display: none !important;
}
.activity-item > a > img.hidden-1024{
	display: block !important;
}
	.b-activity{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.activity-box {
	    display: flex;
	    flex-wrap: nowrap;
	    margin: 0 -15px;
	}
	.activity-item {
	    width: 33.3333%;
	    margin: 0 15px;
	}
	.activity-item > a{
		padding: 30px 30px;
		padding-top: 54px;
	}
	.activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 180%;
	}
/*
	.activity-item > a > img {
	    width: 218px;
	    height: 218px;
	    top: -33px;
	    left: -42px;
	}    
	.activity-item > a:hover > img {
	    width: 273px;
	    height: 273px;
	    left: -43px;
	    top: -52px;
	}
*/	
	.activity-item > a > div > div{
		margin-bottom: 7px;
	}
	.activity-item > a > div {
	    padding-top: 126px;
	}

}

@media (max-width: 1023px){

.activity-item > a > img.hidden-1024{
	display: none !important;
}
.activity-item > a > img.hidden-767{
	display: block !important;
}
	.b-activity{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.activity-box {
	    display: block;
	    flex-wrap: initial;
	    margin: 0;
	}
	.activity-item {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 30px;
	}
	.activity-item > a {
	    padding: 52px 30px;
	    padding-top: 40px;
	}
	/*
	.activity-item > a > img {
	    width: 248px;
	    height: 248px;
	    top: -63px;
	    left: -42px;
	}
	*/
	.activity-item > a > div > div {
	    margin-bottom: 2px;
	    width: 230px;
	    font-size: 36px;
	    line-height: 44px;
	}
	.activity-item > a > div > span {
	    font-size: 20px;
	    line-height: 130%;
	    margin-bottom: 0;
	    width: 230px;
	}
	.activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 180%;
	    width: calc(100% - 230px);
	    position: absolute;
	    top: 50%;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    left: 230px;
	}



.activity-item > a > div {
    padding-top: 0;
    height: 100%;
}
.activity-item > a {
    padding: 46px 30px;
    /* padding-top: 40px; */
    height: 192px;
}
.activity-item > a > img {
    left: -42px;
    top: -67px;
}    


}



@media (max-width: 767px){

.activity-item > a > img.hidden-767{
	display: none !important;
}
.activity-item > a > img.hidden-360{
	display: block !important;
}
	.b-activity {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.activity-item > a {
	    padding: 30px 30px;
	    padding-top: 7px;
	}
	.activity-item > a > div > div {
	    margin-bottom: 6px;
	    width: 100%;
	    font-size: 30px;
	    line-height: 37px;
	}
	.activity-item > a > div > span {
	    font-size: 18px;
	    line-height: 130%;
	    margin-bottom: 20px;
	    width: 100%;
	}
	.activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 150%;
	    width: 100%;
	    position: static;
	    top: auto;
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
	    left: auto;
	}

	
	.activity-item > a > img {
		/*
	    width: 218px;
	    height: 218px;

	    top: -112px;
	    left: -42px;
	    */
	    top: 0;
	    left: 0;
	}
	/*
	.activity-item > a:hover > img {
	    width: 244px;
	    height: 244px;
	    left: -42px;
	    top: -112px;
	}
	*/
	.activity-item > a > div {
	    padding-top: 116px;
	    height: 100%;
	}
	.activity-item > a{
		height: auto;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AGROBENCH~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-agrobench{
	background-color: #001F31;
	/*background: #001F31 url(../img/b-agrobench-bg.png) no-repeat center 55px;*/
	background-position: center 55px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 170px 0;
	position: relative;
    z-index: 2;
}
.b-agrobench h2{
	color: #fff;
}
.agrobench-box{
	position: relative;	
	margin-bottom: 30px;
}
.agrobench-box:after{
	content: '';
	display: table;
	clear: both;
}
.agrobench-left{
	float: left;
	width: 50%;
	padding-right: 100px;
}
.agrobench-right{
	float: left;
	width: 50%;
	padding-left: 35px;
	padding-top: 100px;
}
#lottie1{
	margin-left: -55px;
}
.agrobench-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.agrobench-title span{
	display: block;
	font-weight: 800;
}	
.agrobench-title:after{
	content: '';
	width: calc(100% + 150px);
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );	
}	
.agrobench-text{
	width: 100%;
	max-width: 625px;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #FFFFFF;
}

.agrobench-line-1{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 170px;
}
.agrobench-line-1:after{
	content: '';
	display: table;
	clear: both;
}
.agrobench-line-1-title{
	width: 516px;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.agrobench-line-1-items{
	width: calc(100% - 516px);
	display: flex;
	flex-wrap: nowrap;
	padding-left: 10px;
}
.agrobench-line-1-items > .agrobench-line-1-item:first-child{
	margin-top: 70px;
}
.agrobench-line-1-items > .agrobench-line-1-item:last-child{
	margin-right: 0;
	margin-top: 70px;
}	
.agrobench-line-1-item{
	position: relative;
	width: 33.3333%;
	margin-right: 60px;
}
.agrobench-line-1-item > div{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	display: flex;
	align-items: center;
}
.agrobench-line-1-item > div svg{
	display: block;
	margin: 0 auto;
}
.agrobench-line-1-item > span{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #FFFFFF;	
	position: relative;
	z-index: 2;
	margin-left: 70px;
	margin-top: -26px;
}	



.agrobench-line-2{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 150px;
}
.agrobench-line-2-title{
	width: 421px;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.agrobench-line-2-items{
	width: calc(100% - 421px);
	padding-right: 110px;
	position: relative;
}
.agrobench-line-2-item{
	float: left;
}
.agrobench-line-2-item > div > span.count{
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	font-size: 64px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: linear-gradient(to bottom, rgb(53, 105, 122) 0%, rgb(64, 153, 142) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #0B2349;
}
.agrobench-line-2-item > span{
	display: block;
	white-space: nowrap;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	position: relative;
	margin-top: -15px;
	background: #001F31;
}

span.span-double{
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
	background: linear-gradient(to bottom, rgb(53, 105, 122) 0%, rgb(64, 153, 142) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #0B2349;
  	padding-top: 7px;
}
span.span-single{
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
	background: linear-gradient(to bottom, rgb(53, 105, 122) 0%, rgb(64, 153, 142) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #0B2349;
  	padding-top: 25px;
}
.agrobench-line-2-item-1{
	margin-right: 150px;
	margin-bottom: 90px;
}
.agrobench-line-2-item-2{
	margin-right: 150px;
	margin-bottom: 90px;
}
.agrobench-line-2-item-3{
	margin-right: 150px;
	margin-bottom: 90px;
}
.agrobench-line-2-item-4{
	margin-right: 0;
	margin-bottom: 90px;
}
.agrobench-line-2-item-5{
	margin-right: 130px;
}	
.agrobench-line-2-item-6{
	margin-right: 130px;
}	
.agrobench-line-2-item-7{
	margin-right: 130px;
}	

.agrobench-btn{
	text-align: center;
	position: relative;
    z-index: 2;
}
.agrobench-btn a.green-btn{
	display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 24px 49px;
}


@media (max-width: 1890px){


	.b-agrobench {
	    padding: 100px 0;
	    background-size: auto;
	}
	.agrobench-left {
	    float: left;
	    width: 48%;
	    padding-right: 40px;
	}
	#lottie1 {
	    margin-left: 0px;
	}
	.agrobench-right {
	    float: left;
	    width: 52%;
	    padding-left: 0px;
	    padding-top: 10px;
	}
	.agrobench-title {
	    font-size: 30px;
	    line-height: 130%;
	    padding-bottom: 50px;
	    margin-bottom: 50px;
	}
	.agrobench-box {
	    position: relative;
	    margin-bottom: 65px;
	}
	.agrobench-title:after {
	    width: calc(100% + 70px);
	}   
	.agrobench-line-1-title {
	    width: 360px;
	    font-size: 20px;
	    line-height: 130%;
	} 
	.agrobench-line-1-items {
	    width: calc(100% - 360px);
	    padding-left: 90px;
	}
	.agrobench-line-1-item > div {
	    width: 75px;
	    height: 75px;
	}
	.agrobench-line-1-item > div svg {
	    width: 45px;
	    height: 45px;
	}    
	.agrobench-line-1-item > span {
	    font-size: 16px;
	    line-height: 150%;
	    margin-left: 53px;
	    margin-top: -20px;
	}
	.agrobench-line-1-item {
	    position: relative;
	    width: 33.3333%;
	    margin-right: 30px;
	}
	.agrobench-line-1{
		margin-bottom: 80px;
	}
	.agrobench-line-2 {
	    margin-bottom: 80px;
	}
	.agrobench-line-2-item > span{
		font-size: 16px;
	}
	.agrobench-line-2-title {
	    width: 290px;
	    font-size: 20px;
	    line-height: 130%;
	    margin-left: 115px;
	}
	.agrobench-line-2-items {
	    width: 740px;
	    padding-right: 0;
	    position: relative;
	}


	.agrobench-line-2-item-1{
		margin-right: 130px;
		margin-bottom: 50px;
	}
	.agrobench-line-2-item-2{
		margin-right: 130px;
		margin-bottom: 50px;
	}
	.agrobench-line-2-item-3{
		margin-right: 0px;
		margin-bottom: 50px;
	}
	.agrobench-line-2-item-4{
		margin-right: 150px;
		margin-left: 150px;
		margin-bottom: 50px;
	}
	.agrobench-line-2-item-5{
		margin-right: 0px;
		margin-bottom: 50px;
	}	
	.agrobench-line-2-item-6{
		margin-right: 140px;
	}	
	.agrobench-line-2-item-7{
		margin-right: 140px;
	}

	.agrobench-btn a.green-btn {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 22px 49px;
	}


}

@media (max-width: 1365px){

	.b-agrobench {
	    padding: 80px 0;
	}
	#lottie1 {
	    margin-left: -40px;
	}
	.agrobench-left {
	    float: left;
	    width: 50%;
	    padding-right: 25px;
	}
	.agrobench-right {
	    float: left;
	    width: 50%;
	    padding-left: 15px;
	    padding-top: 10px;
	}
	.agrobench-title {
	    font-size: 20px;
	    line-height: 130%;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.agrobench-text {
	    width: 100%;
	    max-width: 625px;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 180%;
	    color: #FFFFFF;
	}
	.agrobench-title:after {
	    width: calc(100% + 50px);
	}
	.agrobench-box {
	    position: relative;
	    margin-bottom: 50px;
	}
	.agrobench-line-1-title {
	    width: 310px;
	    font-size: 18px;
	    line-height: 130%;
	}
	.agrobench-line-1-items {
	    width: calc(100% - 310px);
	    padding-left: 40px;
	}
	.agrobench-line-1-item > div {
	    width: 70px;
	    height: 70px;
	}
	.agrobench-line-1-item > div svg {
	    width: 40px;
	    height: 40px;
	}
	.agrobench-line-1-item > span {
	    font-size: 14px;
	    line-height: 150%;
	    margin-left: 53px;
	    margin-top: -15px;
	}
	.agrobench-line-1-items > .agrobench-line-1-item:first-child {
	    margin-top: 60px;
	}
	.agrobench-line-1-items > .agrobench-line-1-item:last-child {
	    margin-right: 0;
	    margin-top: 60px;
	}
	.agrobench-line-1-item {
	    position: relative;
	    width: 33.3333%;
	    margin-right: 0px;
	}
	.agrobench-line-1 {
	    margin-bottom: 80px;
	}
	.agrobench-line-2-title {
	    width: 250px;
	    font-size: 18px;
	    line-height: 130%;
	    margin-left: 60px;
	}
	.agrobench-line-2-items {
	    width: 570px;
	    padding-right: 0;
	    position: relative;
	}
	.agrobench-line-2-item > div > span.count{
		font-size: 48px;
	}
	span.span-double {
	    font-size: 18px;
	    padding-top: 5px;
	}
	span.span-single {
	    font-size: 24px;
	    padding-top: 18px;
	}
	.agrobench-line-2-item > span {
	    font-size: 14px;
	    line-height: 22px;
	    margin-top: -12px;
	}


	.agrobench-line-2-item-1{
		margin-right: 80px;
		margin-bottom: 20px;
	}
	.agrobench-line-2-item-2{
		margin-right: 60px;
		margin-bottom: 20px;
	}
	.agrobench-line-2-item-3{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.agrobench-line-2-item-4{
		margin-right: 90px;
		margin-left: 120px;
		margin-bottom: 20px;
	}
	.agrobench-line-2-item-5{
		margin-right: 60px;
		margin-bottom: 20px;
	}	
	.agrobench-line-2-item-6{
		margin-right: 80px;
	}	
	.agrobench-line-2-item-7{
		margin-right: 80px;
	}
	.agrobench-btn a.green-btn {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 17px 35px;
	}
	.agrobench-line-2 {
	    margin-bottom: 60px;
	}


}

@media (max-width: 1023px){

	.agrobench-box {
	    position: relative;
	    margin-bottom: 60px;
	}
	.agrobench-left {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	}
	.agrobench-left {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	}
	.agrobench-right {
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	    padding-top: 0px;
	}
	#lottie1 {
	    margin-left: 0;
	    width: 100%;
	    max-width: 470px;
	    margin: 0 auto;
	}
	.agrobench-title {
	    font-size: 18px;
	    line-height: 130%;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	    max-width: 535px;
	}
	.agrobench-title:after {
	    width: 682px;
	    left: -30px;
	}
	.agrobench-text {
	    width: 100%;
	    max-width: 670px;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 180%;
	    color: #FFFFFF;
	}
	.agrobench-line-1-title {
	    width: 200px;
	    font-size: 16px;
	    line-height: 130%;
	}
	.agrobench-line-1-items {
	    width: calc(100% - 200px);
	    padding-left: 10px;
	}

	.agrobench-line-1-item > span br{
		display: none;
	}
	.agrobench-line-1 {
	    margin-bottom: 90px;
	}
	.agrobench-line-2-title {
	    width: 220px;
	    font-size: 16px;
	    line-height: 130%;
	    margin-left: 0px;
	}
	.agrobench-line-2-items {
	    width: 490px;
	    padding-right: 0;
	    position: relative;
	}
	.agrobench-line-2-item-4 {
	    margin-right: 90px;
	    margin-left: 100px;
	    margin-bottom: 20px;
	}
	.agrobench-line-2-item-6 {
	    margin-right: 60px;
	}
	.agrobench-line-2-item-7 {
	    margin-right: 60px;
	}



}



@media (max-width: 767px){

	.b-agrobench {
	    padding: 60px 0;
	}
	.agrobench-box {
	    position: relative;
	    margin-bottom: 50px;
	    display: flex;
	    flex-wrap: wrap;
	}
	.agrobench-left {
	    order: 2;
	}
	.agrobench-right{
		order: 1;
	}
	.agrobench-title {
	    font-size: 16px;
	    line-height: 130%;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	    max-width: 100%;
	}
	.agrobench-title:after {
	    width: calc(100% + 20px);
	    left: 0;
	}
	.agrobench-text {
	    width: 100%;
	    max-width: 100%;
	    margin-bottom: 20px;
	}
	.agrobench-line-1 {
	    margin-bottom: 60px;
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	}
	.agrobench-line-1-title {
	    width: 100%;
	    font-size: 15px;
	    line-height: 130%;
	    margin-bottom: 40px;
	}
	.agrobench-line-1-items {
	    width: 100%;
	    display: block;
	    flex-wrap: initial;
	    padding-left: 0px;
	}
	.agrobench-line-1-item {
	    position: relative;
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 30px;
	}
	.agrobench-line-1-items > .agrobench-line-1-item:first-child {
	    margin-top: 0px;
	}
	.agrobench-line-1-items > .agrobench-line-1-item:last-child {
	    margin-right: 0;
	    margin-top: 0px;
	    margin-bottom: 0;
	}
	.agrobench-line-1-item > span {
	    font-size: 14px;
	    line-height: 150%;
	    margin-left: 53px;
	    margin-top: -15px;
	}

	.agrobench-line-2 {
	    position: relative;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: initial;
	    margin-bottom: 50px;
	}
	.agrobench-line-2-items {
		order: 2;
	    width: 100%;
	    padding-right: 0;
	    position: relative;
	}
	.agrobench-line-2-title {
		order: 1;
	    width: 100%;
	    font-size: 15px;
	    line-height: 130%;
	    margin-left: 0px;
	    margin-bottom: 30px;
	}
	.agrobench-line-2-item {
	    float: left;
	    width: 50%;
	}
	.agrobench-line-2-item-1{
		margin-right: 0px;
		margin-bottom: 30px;
		width: 53%;
	}
	.agrobench-line-2-item-2{
		margin-right: 0px;
		margin-bottom: 30px;
		width: 47%;
	}
	.agrobench-line-2-item-3{
		margin-right: 0px;
		margin-bottom: 30px;
		width: 53%;
	}
	.agrobench-line-2-item-4{
		margin-right: 0px;
		margin-left: 0;
		margin-bottom: 30px;
		width: 47%;
	}
	.agrobench-line-2-item-5{
		margin-right: 0px;
		margin-bottom: 30px;
		width: 53%;
	}	
	.agrobench-line-2-item-6{
		margin-right: 0px;
		margin-bottom: 30px;
		width: 47%;
	}	
	.agrobench-line-2-item-7{
		margin-right: 0px;
		width: 53%;
	}
	.agrobench-line-2-item-8{
		width: 47%;
	}

	.agrobench-btn a.green-btn{
		width: 100%;
		max-width: 320px;
		text-align: center;
	}


}


@media (max-width: 359px){

.agrobench-line-2-item > div > span.count {
    font-size: 40px;
}
span.span-double {
    font-size: 15px;
    padding-top: 6px;
}
.agrobench-line-2-item > span {
    font-size: 12px;
    line-height: 22px;
    margin-top: -12px;
}
}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-RESEARCH~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-research{
	background-color: #F8F8F8;
    /*background: #F8F8F8 url(../img/b-research-bg.png) no-repeat center 90px;*/
    background-position: center 90px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 170px 0;	
    position: relative;
    z-index: 2;
}
.research-top{
	position: relative;
	margin-bottom: 80px;
}
.research-top:after{
	content: '';
	display: table;
	clear: both;
}
.research-top-left{
	float: left;
	width: 50%;
}
.research-top-right{
	float: left;
	width: 50%;
	padding-left: 70px;
}
.research-text{
	margin-bottom: 60px;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
}
.research-title{
	padding-top: 60px;
	position: relative;
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}
.research-title b{
	font-weight: 800;
}	
.research-top .research-title:after {
    width: calc(100% + 150px);
    left: -150px;
    top: 0;
}	
.research-title:after {
    content: '';
    position: absolute;
    height: 1px;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

#lottie2{
	margin-right: -60px;
}


.research-mid{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 150px;
}
.research-mid-left{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.research-mid-right{
	width: 35%;
	padding-left: 70px;
}

.research-mid-item{
	width: calc(50% - 35px);
	background: #F8F8F8;
	border: 1px solid #28EE9F;
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 25px 0;
	padding-left: 152px;
	min-height: 116px;
}
.research-mid-left > .research-mid-item:nth-child(3), .research-mid-left > .research-mid-item:nth-child(4){
	margin-bottom: 0;
}	
.research-mid-item > span{
	display: block;
	max-width: 230px;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	color: #000F18;	
}
.research-mid-item > div{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: linear-gradient(110.96deg, #003453 19.28%, #28EE9F 115.62%);
	position: absolute;
	left: -25px;
	top: -55px;
}
.research-mid-item > div > span{
	display: block;
	position: absolute;
	left: 60px;
	bottom: 29px;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;	
}	

.research-mid-right{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}

.research-bot-out{
	position: relative;
	padding-top: 150px;
}
.research-bot-out:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #001F31;
    position: absolute;
    left: 135px;
    top: 0;
}
.research-bot-out:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    left: 150px;
    height: 1px;
    top: 2px;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.research-bot{
	position: relative;
}
.research-bot:after{
	content: '';
	display: table;
	clear: both;
}
.research-bot-left{
	float: left;
	width: 44%;
	padding-right: 140px;
}
.research-bot-right{
	float: left;
	width: 56%;
}
#lottie3{
	margin-left: -100px;
}
.research-title > span{
	display: block;
}
.research-bot .research-title{
	margin-bottom: 50px;
	padding-top: 30px;
}

.research-bot .research-text{
	position: relative;
	padding-bottom: 60px;
}
.research-bot .research-text:after {
    content: '';
    width: calc(100% + 150px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.research-bot-inf > p{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
	margin-bottom: 34px;
}
.research-bot-inf > ul{
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	

.research-bot-inf > ul li{
	width: calc(50% - 50px);
	position: relative;
	padding-left: 31px;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	color: #000F18;
	margin-bottom: 14px;
}	
.research-bot-inf > ul li:before{
	content: '';
	width: 11px;
	height: 11px;
	background: #28EE9F;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 50px;
}	
.research-bot{
	margin-bottom: 150px;
}






@media (max-width: 1890px){

	.b-research {
	    padding: 100px 0;
	}
	.research-top .research-title:after {
	    width: calc(100% + 70px);
	    left: -70px;
	}
	.research-text {
	    margin-bottom: 50px;
	}
	.research-title {
	    padding-top: 50px;
	    font-size: 30px;
	    line-height: 130%;
	}
	.research-top-left {
	    float: left;
	    width: 52%;
	}
	.research-top-right {
	    float: left;
	    width: 48%;
	    padding-left: 20px;
	}
	#lottie2 {
	    margin-right: -50px;
	}


	.research-mid-right {
	    font-size: 20px;
	    line-height: 130%;
	}
	.research-mid-right {
	    width: 35%;
	    padding-left: 50px;
	}

	.research-mid-item {
	    width: calc(50% - 25px);
	    margin-bottom: 45px;
	    padding: 25px 0;
	    padding-left: 152px;
	    min-height: 116px;
	}

	.research-mid-item > span {
	    max-width: 195px;
	    font-size: 16px;
	    line-height: 180%;
	}
	.research-mid {
	    margin-bottom: 100px;
	}

	.research-bot-out:before {
	    left: 58px;
	}
	.research-bot-out:after {
	    width: calc(100% - 70px);
	    left: 70px;
	}
	.research-bot-out {
	    padding-top: 100px;
	}
	.research-title > span {
	    display: initial;
	}
	.research-bot .research-title {
	    margin-bottom: 20px;
	    padding-top: 0px;
	}
	.research-bot .research-text {
	    position: relative;
	    padding-bottom: 50px;
	}
	.research-bot .research-text:after {
	    width: calc(100% + 70px);
	}    
	.research-bot-inf > p {
	    font-size: 16px;
	    line-height: 180%;
	    margin-bottom: 30px;
	}
	.research-bot-inf > ul li{
		padding-left: 25px;
		width: calc(50% - 20px);
	}
	#lottie3 {
	    margin-left: -30px;
	}
	.research-bot-left {
	    float: left;
	    width: 44%;
	    padding-right: 40px;
	}
	.research-bot {
	    margin-bottom: 80px;
	}


}

@media (max-width: 1365px){

	.b-research {
	    padding: 80px 0;
	}
	.research-text {
	    margin-bottom: 40px;
	    font-size: 14px;
	}
	.research-title {
	    padding-top: 40px;
	    font-size: 20px;
	    line-height: 130%;
	}
	.research-top .research-title:after {
	    width: calc(100% + 50px);
	    left: -50px;
	}
	.research-top-right {
	    float: left;
	    width: 48%;
	    padding-left: 0px;
	}
	.research-mid-right {
	    font-size: 18px;
	    line-height: 130%;
	    padding-left: 30px;
	}
	.research-mid-item > div > span {
	    left: 85px;
	    bottom: 29px;
	    font-size: 24px;
	    line-height: 1;
	}
	.research-mid-item > div {
	    width: 160px;
	    height: 160px;
	    left: -65px;
	    top: -75px;
	}

	.research-mid-item {
	    width: calc(50% - 15px);
	    margin-bottom: 30px;
	    padding: 19px 0;
	    padding-left: 105px;
	    min-height: 82px;
	}
	.research-mid-item > span {
	    max-width: 170px;
	    font-size: 14px;
	    line-height: 150%;
	}
	.research-mid {
	    margin-bottom: 80px;
	}

	.research-bot-out:before {
	    left: 39px;
	}
	.research-bot-out:after {
	    width: calc(100% - 50px);
	    left: 50px;
	}
	.research-bot-out {
	    padding-top: 80px;
	}
	.research-bot .research-title {
	    margin-bottom: 10px;
	    padding-top: 0px;
	}
	.research-bot .research-text {
	    position: relative;
	    padding-bottom: 40px;
	}
	.research-bot-inf > p {
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 10px;
	}
	.research-bot-inf > ul li {
	    padding-left: 21px;
	    font-size: 14px;
	    line-height: 25px;
	    margin-bottom: 6px;
	    width: calc(50% - 16px);
	}
	.research-bot-inf > ul li:before{
		top: 6px;
	}
	.research-bot {
	    margin-bottom: 50px;
	}
	.research-bot .research-text:after {
	    width: calc(100% + 50px);
	}


}

@media (max-width: 1023px){

	#lottie2 {
	    margin-left: 0;
	    width: 100%;
	    max-width: 470px;
	    margin: 0 auto;
	}
	.research-top {
	    position: relative;
	    margin-bottom: 20px;
	    display: flex;
	    flex-wrap: wrap;
	}
	.research-top-left {
	    float: none;
	    width: 100%;
	    order: 2;
	    display: flex;
	    flex-wrap: wrap;
	}
	.research-top-right {
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	    order: 1;
	}
	.research-text {
	    margin-bottom: 40px;
	    font-size: 14px;
	    order: 2;
	    width: 100%;
	}
	.research-title {
		order: 1;
		width: 100%;
	    padding-top: 40px;
	    font-size: 18px;
	    line-height: 130%;
	}
	.research-top .research-title:after {
	    width: calc(100% + 30px);
	    left: -30px;
	    top: auto;
	    bottom: 0;
	}
	.research-top .research-title{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.research-mid{
		flex-wrap: wrap;
	}
	.research-mid-right {
	    font-size: 16px;
	    line-height: 130%;
	    padding-left: 0px;
	    order: 1;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.research-mid-left{
		width: 100%;
		order: 2;
	}

	.research-bot-out:before {
	    left: 22px;
	    width: 3px;
	    height: 3px;
	}
	.research-bot-out:after {
	    width: calc(100% - 30px);
	    left: 30px;
	    top: 1px;
	}
	.research-bot-out {
	    padding-top: 60px;
	}
	.research-bot-left {
	    float: none;
	    width: 100%;
	    padding-right: 0px;
	}
	.research-bot-right {
	    float: none;
	    width: 100%;
	}
	#lottie3 {
	    margin-left: 0;
	    width: 100%;
	    max-width: 470px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.research-bot .research-text {
	    position: relative;
	    padding-bottom: 0px;
	    padding-top: 20px;
	}
	.research-bot .research-text:after {
	    width: calc(100% + 30px);
	    bottom: auto;
	    top: 0;
	    right: auto;
	    left: -30px;
	}


}



@media (max-width: 767px){

	.b-research {
	    padding: 60px 0;
	}
	.research-top-right {
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	    order: initial;
	}
	.research-top-left {
	    float: none;
	    width: 100%;
	    order: initial;
	    display: flex;
	    flex-wrap: wrap;
	}
	.research-text {
	    margin-bottom: 40px;
	    font-size: 14px;
	    order: initial;
	    width: 100%;
	}
	.research-title {
	    order: initial;
	    width: 100%;
	    padding-top: 40px;
	    font-size: 16px;
	    line-height: 130%;
	}
	.research-top .research-title:after {
	    width: calc(100% + 20px);
	    left: -20px;
	    top: 0;
	    bottom: auto;
	}
	.research-top .research-title {
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	}
	.research-top{
		margin-bottom: 40px;
	}
	.research-mid-right {
	    font-size: 15px;
	}
	.research-mid-left {
	    display: block;
	    flex-wrap: initial;
	    justify-content: initial;
	}    
	.research-mid-item {
	    width: 100%;
	    margin-bottom: 30px;
	    padding: 19px 0;
	    padding-left: 105px;
	    min-height: 82px;
	}

	.research-bot-out:before {
	    left: 20px;
	}
	.research-bot-out:after {
	    width: calc(100% - 28px);
	    left: 28px;
	}
	.research-bot .research-text:after {
	    width: calc(100% + 20px);
	    bottom: 0;
	    top: auto;
	    right: auto;
	    left: -20px;
	}
	.research-mid-left > .research-mid-item:nth-child(3) {
	    margin-bottom: 30px;
	}
	.research-mid {
	    margin-bottom: 50px;
	}

	.research-bot {
	    margin-bottom: 50px;
	    display: flex;
	    flex-wrap: wrap;
	}
	.research-bot-left{
		order: 2;
		padding-top: 20px;
	}
	.research-bot-right{
		order: 1;
	}
	.research-bot-out {
	    padding-top: 50px;
	}
	.research-bot .research-text {
	    position: relative;
	    padding-bottom: 30px;
	    padding-top: 20px;
	}
	.research-bot-inf > ul {
	    list-style: none;
	    margin: 0;
	    display: block;
	    flex-wrap: initial;
	    justify-content: initial;
	}
	.research-bot-inf > ul li {
	    padding-left: 21px;
	    font-size: 14px;
	    line-height: 25px;
	    margin-bottom: 10px;
	    width: 100%;
	}
	.research-bot {
	    margin-bottom: 20px;
	    display: flex;
	    flex-wrap: wrap;
	}


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-agroduedil{
	background-color: #001F31;
    /*background: #001F31 url(../img/b-argoduedil-bg.png) no-repeat center top;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    padding: 170px 0;	
    position: relative;
    z-index: 2;
}
.b-agroduedil h2{
	color: #fff;
}
.agroduedil-box{
	position: relative;
	margin-bottom: 100px;
}
.agroduedil-box:after{
	content: '';
	display: table;
	clear: both;
}
.agroduedil-left{
	float: left;
	width: 56%;
}
.agroduedil-right{
	float: left;
	width: 44%;
	padding-left: 50px;
}
.agroduedil-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.agroduedil-title b{
	font-weight: 800;
}	
.agroduedil-text{
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.agroduedil-text:after {
    content: '';
    width: calc(100% + 150px);
    left: -150px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.b-agroduedil .research-bot-inf > p {
    color: #fff;
    margin-bottom: 20px;
}
.b-agroduedil .research-bot-inf > ul li{
	color: #fff;
}
#lottie4{
	margin-right: -30px;
}





@media (max-width: 1890px){

	.b-agroduedil {
	    padding: 100px 0;
	    background-attachment: auto;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-attachment: fixed;
	    background-size: auto;
	}
	.agroduedil-title {
	    font-size: 30px;
	    line-height: 130%;
	    margin-bottom: 50px;
	}
	.agroduedil-text {
	    font-size: 16px;
	    padding-bottom: 45px;
	    margin-bottom: 45px;
	}
	.agroduedil-text:after {
	    width: calc(100% + 70px);
	    left: -70px;
	}   
	.agroduedil-box {
	    margin-bottom: 80px;
	} 
	#lottie4 {
	    margin-right: 0px;
	}
	.agroduedil-right {
	    float: left;
	    width: 44%;
	    padding-left: 50px;
	    padding-top: 90px;
	}


}

@media (max-width: 1365px){

	.b-agroduedil {
	    padding: 80px 0;
	}
	.agroduedil-title {
	    font-size: 20px;
	    line-height: 130%;
	    margin-bottom: 20px;
	}
	.agroduedil-text {
	    font-size: 14px;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.agroduedil-right{
		padding-top: 0;
	}
	.agroduedil-text:after {
	    width: calc(100% + 50px);
	    left: -50px;
	}
	.agroduedil-box {
	    margin-bottom: 50px;
	}

}

@media (max-width: 1023px){

	.agroduedil-box {
	    margin-bottom: 50px;
	    display: flex;
	    flex-wrap: wrap;
	}
	.agroduedil-left {
	    float: none;
	    width: 100%;
	    order: 2;
	}
	.agroduedil-right {
	    float: none;
	    width: 100%;
	    order: 1;
	    padding-left: 0px;
	    padding-top: 0px;
	}
	#lottie4 {
	    margin-left: 0;
	    width: 100%;
	    max-width: 470px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.agroduedil-title {
	    font-size: 18px;
	    line-height: 130%;
	    margin-bottom: 20px;
	}
	.agroduedil-text {
	    font-size: 14px;
	    padding-bottom: 0px;
	    margin-bottom: 30px;
	    padding-top: 20px;
	}
	.agroduedil-text:after {
	    width: calc(50% + 30px);
	    left: -30px;
	    bottom: auto;
	    top: 0;
	}


}



@media (max-width: 767px){

	.b-agroduedil {
	    padding: 60px 0;
	}
	.agroduedil-left {
	    float: none;
	    width: 100%;
	    order: 1;
	}
	.agroduedil-right {
	    float: none;
	    width: 100%;
	    order: 2;
	    padding-left: 0px;
	    padding-top: 20px;
	}
	.agroduedil-title {
	    font-size: 16px;
	    line-height: 130%;
	    margin-bottom: 30px;
	}
	.agroduedil-text {
	    font-size: 14px;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	    padding-top: 0px;
	}
	.agroduedil-text:after {
	    width: calc(100% + 20px);
	    left: -20px;
	    bottom: 0;
	    top: auto;
	}
	.agroduedil-box {
	    margin-bottom: 40px;
	}    
	#lottie4{
		margin-bottom: 0;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-MEDIA~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-media{
	padding: 170px 0;
}
.b-media h2{
	margin-bottom: 20px;
}
.media-sub-title{
	width: 100%;
	max-width: 774px;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;
	margin: 0 auto;
	margin-bottom: 50px;
}
.media-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
	margin-bottom: 80px;
}
.media-item{
	width: calc(25% - 70px);
	margin: 0 35px;
	margin-bottom: 70px;
	position: relative;
    z-index: 2;
}
.media-item > a{
	height: 100%;
	min-height: 420px;
	position: relative;
	padding: 30px 30px;
	display: flex;
	flex-wrap: wrap;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.media-item > a:hover, .media-item > a:active{
	-webkit-box-shadow: inset 0 0 0 3px #28EE9F;
	box-shadow: inset 0 0 0 3px #28EE9F;
}	
.media-item > a:hover:after, .media-item > a:active:after{
	background: rgba(40, 238, 159, 0.15);
	-webkit-box-shadow: inset 0 0 0 3px #28EE9F;
	box-shadow: inset 0 0 0 3px #28EE9F;

}	
.media-item > a:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 31, 49, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
.media-item.not-bg > a:after{
	content: none;
}	
.media-item > a > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.media-item.not-bg > a{
	-webkit-box-shadow: inset 0 0 0 3px #001F31;
	box-shadow: inset 0 0 0 3px #001F31;
	background: #F8F8F8;
}
.media-item.not-bg > a:hover, .media-item.not-bg > a:active{
	background: rgb(217, 246, 235);
	-webkit-box-shadow: inset 0 0 0 3px #28EE9F;
	box-shadow: inset 0 0 0 3px #28EE9F;
}

.media-type{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #E1E1E1;
	background: rgba(40, 238, 159, 0.56);
	padding: 8px 22px;
	margin-bottom: 30px;
}
.media-item.not-bg .media-type{
	color: #FFFFFF;
}	
.media-data{
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}
.media-location{
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;	
}
.media-item.not-bg .media-data{
	color: #000F18;
	padding-left: 35px;
	margin-bottom: 20px;
	position: relative;
}
.media-item.not-bg .media-data:before{
	content: '';
	width: 25px;
	height: 25px;
	background: url(../img/ic-calendar.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.media-item.not-bg .media-location{
	color: #000F18;
	padding-left: 35px;
	position: relative;
}	
.media-item.not-bg .media-location:before{
	content: '';
	width: 20px;
	height: 25px;
	background: url(../img/ic-location.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -14px;
}

.media-item-head{
	position: relative;
	z-index: 2;
	align-self: flex-start;
	width: 100%;
	margin-bottom: 20px;
}
.media-item-inf{
	position: relative;
	z-index: 2;
	align-self: flex-end;
	width: 100%;
}

.media-item-inf > span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
}
.media-item-inf > p{
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #fff;	
}	
.media-item.not-bg .media-item-inf > span, .media-item.not-bg .media-item-inf > p{
	color: #000F18;
}


@media (max-width: 1890px){

	.media-box > .media-item:nth-child(7), .media-box > .media-item:nth-child(8){
		display: none;
	}
	.media-box {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 0 -25px;
	    margin-bottom: 30px;
	}
	.media-item {
	    width: calc(33.3333% - 50px);
	    margin: 0 25px;
	    margin-bottom: 50px;
	}
	.b-media {
	    padding: 100px 0;
	}
	.b-media h2 {
	    margin-bottom: 30px;
	}
	.media-sub-title {
	    max-width: 690px;
	    font-size: 18px;
	    line-height: 180%;
	    margin: 0 auto;
	    margin-bottom: 50px;
	}

}

@media (max-width: 1365px){

	.b-media {
	    padding: 80px 0;
	}
	.b-media h2 {
	    margin-bottom: 20px;
	}
	.media-sub-title {
	    max-width: 650px;
	    font-size: 18px;
	    line-height: 180%;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.media-box {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 0 -15px;
	    margin-bottom: 20px;
	}
	.media-item {
	    width: calc(33.3333% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.media-item > a{
		padding: 20px 20px;
		min-height: 380px;
	}
	.media-item-inf > span{
		font-size: 16px;
	}

}

@media (max-width: 1023px){

	.media-sub-title {
	    max-width: 560px;
	    font-size: 16px;
	    line-height: 180%;
	    margin: 0 auto;
	    margin-bottom: 50px;
	}
	.media-box {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 0 -15px;
	    margin-bottom: 20px;
	}
	.media-item {
	    width: calc(50% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.media-box > .media-item:nth-child(5), .media-box > .media-item:nth-child(6) {
	    display: none;
	}
	.media-data, .media-location{
		font-size: 14px;
	}
	.media-item.not-bg .media-data{
		margin-bottom: 13px;
	}
	.media-item-inf > span {
	    font-size: 14px;
	}
	.media-item > a {
	    padding: 30px 30px;
	}

}



@media (max-width: 767px){

	.b-media {
	    padding: 60px 0;
	}
	.media-sub-title {
	    max-width: 560px;
	    font-size: 14px;
	    line-height: 180%;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.media-sub-title br{
		display: none;
	}
	.media-box {
	    display: block;
	    flex-wrap: initial;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.media-item {
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 30px;
	}
	.media-box > .media-item:nth-child(4) {
	    display: none;
	}
	.agrobench-btn a.blue-btn {
	    width: 100%;
	    max-width: 320px;
	    text-align: center;
	}
	.media-item.not-bg .media-data {
	    margin-bottom: 20px;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-ABOUT~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-about{
	background: #001F31;
	padding: 170px 0;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
.b-about h2{
	color: #fff;
	position: relative;
	z-index: 2;
}
.about-line{
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 135px;
}
.about-line-title{
	width: 50%;
	padding-right: 60px;
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.about-line-img{
	width: 50%;
	padding-left: 60px;
}
.about-line-img-box{
	padding-right: 40px;
	padding-bottom: 40px;
	position: relative;
}
.about-line-img-box img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 3;
}
.about-img-rectangle-1 {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: linear-gradient(123.37deg, #003453 39.05%, #28EE9F 106.17%);
    z-index: 2;
}
.about-img-rectangle-2 {
    position: absolute;
    left: 40px;
    top: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    background: #001F31;
    z-index: 1;
}


.about-line-2 .about-img-rectangle-1 {
    border: 1px solid #fff;
    background: #001F31;
}

.about-line-2 .about-line-img {
    padding-left: 0px;
    padding-right: 60px;
}
.about-line-text{
	width: 50%;
	padding-left: 60px;
}	
.about-line-text p{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.about-line-text ul{
	list-style: none;
	margin: 0;
}
.about-line-text ul li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 35px;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	color: #FFFFFF;		
}
.about-line-text ul li:last-child{
	margin-bottom: 0;
}	
.about-line-text ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    background: #28EE9F;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50px;
}

.about-line-numbers{
	padding-top: 25px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -35px;
	margin-bottom: 178px;
}
.about-line-number{
	width: calc(25% - 35px);
	margin: 0 35px;
	position: relative;
	padding-top: 30px;
	padding-left: 70px;
}
.about-line-number:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}
.about-line-number > span{
	display: block;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #28EE9F;	
	position: absolute;
	left: 0;
	top: 30px;
}
.about-line-number > p{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #FFFFFF;	
	margin: 0;
}

.container{
	position: relative;
}
.about-cicle{
	border-radius: 50%;
	/*overflow: hidden;*/
}
.about-cicle > div{
	position: relative;
}
.about-cicle > div:after{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 31, 49, 0.7);
}
.about-cicle > div > img{
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-cicle-1 > div{
	width: 609px;
	height: 609px;
}
.about-cicle-2 > div{
	width: 360px;
	height: 360px;
}
.about-cicle-1{
	position: absolute;
	left: -219px;
	top: -32px
}
.about-cicle-2{
	position: absolute;
	right: -57px;
	bottom: 150px;
}	


@media (max-width: 1890px){

	.b-about {
	    padding: 100px 0;
	}
	.about-line-title {
	    padding-right: 25px;
	    font-size: 30px;
	}
	.about-line-img {
	    padding-left: 25px;
	}
	.about-line-2 .about-line-img {
	    padding-left: 0px;
	    padding-right: 25px;
	}
	.about-line-text {
	    width: 50%;
	    padding-left: 25px;
	}
	.about-line-img-box {
	    padding-right: 30px;
	    padding-bottom: 30px;
	}
	.about-img-rectangle-1 {
	    left: 15px;
	    top: 15px;
	    width: calc(100% - 30px);
	    height: calc(100% - 30px);
	}
	.about-img-rectangle-2 {
	    left: 30px;
	    top: 30px;
	    width: calc(100% - 30px);
	    height: calc(100% - 30px);
	}
	.about-line-text ul li{
		padding-left: 26px;
	}
	.about-line{
		margin-bottom: 80px;
	}

	.about-line-numbers {
	    padding-top: 0px;
	    margin: 0 -25px;
	    margin-bottom: 100px;
	}
	.about-line-number {
	    width: calc(25% - 25px);
	    margin: 0 25px;
	    padding-top: 30px;
	    padding-left: 0px;
	}
	.about-line-number > span {
	    font-size: 36px;
	    line-height: 1;
	    position: static;
	    left: auto;
	    top: auto;
	    margin-bottom: 15px;
	}
	.about-line-number > p{
		font-size: 16px;
	}

	.about-cicle-1 > div {
	    width: 510px;
	    height: 510px;
	}
	.about-cicle-1 {
	    position: absolute;
	    left: -179px;
	    top: -30px;
	}
	.about-cicle-2 {
	    position: absolute;
	    right: -137px;
	    bottom: 150px;
	}




}

@media (max-width: 1365px){

	.b-about {
	    padding: 80px 0;
	}

	.about-line-title {
	    padding-right: 50px;
	    font-size: 20px;
	}
	.about-line-img {
	    padding-left: 15px;
	}
	.about-line-2 .about-line-img {
	    padding-left: 0px;
	    padding-right: 15px;
	}
	.about-line-text {
	    width: 50%;
	    padding-left: 15px;
	}
	.about-line-img-box {
	    padding-right: 24px;
	    padding-bottom: 24px;
	}
	.about-img-rectangle-1 {
	    left: 12px;
	    top: 12px;
	    width: calc(100% - 24px);
	    height: calc(100% - 24px);
	}
	.about-img-rectangle-2 {
	    left: 24px;
	    top: 24px;
	    width: calc(100% - 24px);
	    height: calc(100% - 24px);
	}
	.about-line-text ul li{
		padding-left: 21px;
		margin-bottom: 10px;
	    font-size: 14px;
	    line-height: 25px;	
	}
	.about-line{
		margin-bottom: 50px;
	}

	.about-line-numbers {
	    padding-top: 30px;
	    margin: 0 -15px;
	    margin-bottom: 80px;
	}
	.about-line-number {
	    width: calc(25% - 15px);
	    margin: 0 15px;
	    padding-top: 20px;
	    padding-left: 0px;
	}
	.about-line-number > span {
	    font-size: 30px;
	    line-height: 1;
	    position: static;
	    left: auto;
	    top: auto;
	    margin-bottom: 15px;
	}
	.about-line-number > p{
		font-size: 14px;
	}

	.about-cicle-1 > div {
	    width: 360px;
	    height: 360px;
	}
	.about-cicle-1 {
	    position: absolute;
	    left: -121px;
	    top: -10px;
	}
	.about-cicle-2 > div {
	    width: 300px;
	    height: 300px;
	}
	.about-cicle-2 {
	    position: absolute;
	    right: -75px;
	    bottom: 70px;
	}

	.about-line-text p {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.about-line-text ul li:before{
		top: 6px;
	}


}

@media (max-width: 1023px){

	.about-line{
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.about-line-title {
		width: 100%;
	    padding-right: 0px;
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	.about-line-img {
	    width: 100%;
	    padding-left: 0px;
	}
	.about-line-img-box {
	    padding-right: 20px;
	    padding-bottom: 20px;
	}
	/*
	.about-img-rectangle-1 {
	    left: 10px;
	    top: 10px;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	}
	.about-img-rectangle-2 {
	    left: 20px;
	    top: 20px;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	}
	*/

	.about-img-rectangle-1 {
	    left: 10px !important;
	    top: 10px !important;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	    transform: none !important;
	}
	.about-img-rectangle-2 {
	    left: 20px !important;
	    top: 20px !important;
	    width: calc(100% - 20px);
	    height: calc(100% - 20px);
	    transform: none !important;
	}


	.about-line-2 .about-line-img {
	    padding-left: 0px;
	    padding-right: 0px;
	    order: 2;
	}
	.about-line-text {
	    width: 100%;
	    padding-left: 0px;
	    order: 1;
	    margin-bottom: 40px;
	}
	.about-line-text p {
	    font-size: 14px;
	    margin-bottom: 30px;
	}

	.about-line-numbers {
	    padding-top: 0px;
	    margin: 0 -15px;
	    margin-bottom: 30px;
	    flex-wrap: wrap;
	}
	.about-line-number {
	    width: calc(50% - 30px);
	    margin: 0 15px;
	    padding-top: 10px;
	    padding-left: 0px;
	    margin-bottom: 50px;
	}
	.about-cicle{
		display: none;
	}


}



@media (max-width: 767px){

	.b-about {
	    padding: 60px 0;
	}
	.about-line-title {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
	.about-line-img-box {
	    padding-right: 18px;
	    padding-bottom: 18px;
	}
	.about-img-rectangle-1 {
	    left: 9px !important;
	    top: 9px !important;
	    width: calc(100% - 18px);
	    height: calc(100% - 18px);
	    transform: none !important;
	}
	.about-img-rectangle-2 {
	    left: 18px !important;
	    top: 18px !important;
	    width: calc(100% - 18px);
	    height: calc(100% - 18px);
	    transform: none !important;
	}
	.about-line {
	    margin-bottom: 40px;
	}
	.about-line-text p {
	    font-size: 14px;
	    margin-bottom: 13px;
	}
	.about-line-text ul li:before {
	    width: 6px;
	    height: 6px;
	}  
	.about-line-text ul li {
	    padding-left: 10px;
	    margin-bottom: 20px;
	    font-size: 14px;
	    line-height: 25px;
	}
	.about-line-text ul li:before {
	    top: 8px;
	}
	.about-line-text {
	    margin-bottom: 30px;
	}  
	.about-line-numbers {
	    padding-top: 30px;
	    margin: 0px;
	    margin-bottom: 10px;
	    flex-wrap: initial;
	    display: block;
	}
	.about-line-number {
	    width: 100%;
	    margin: 0px;
	    padding-top: 10px;
	    padding-left: 0px;
	    margin-bottom: 50px;
	}


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-TIMELINE~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-timeline{
	padding: 150px 0;
	position: relative;
}
.b-timeline:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    right: 135px;
    top: 0;
}
.b-timeline:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    right: 150px;
    height: 1px;
    top: 2px;
    background: rgba(40,238,159,1);
    background: -moz-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,238,159,1)), color-stop(100%, rgba(0,88,139,1)));
    background: -webkit-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -o-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -ms-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: linear-gradient(to right, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ee9f', endColorstr='#00588b', GradientType=1 );
}





.timeline{
	width: 100%;
	max-width: 1393px;
	margin: 0 auto;
	position: relative;
}
.timeline-start{
	border: 1px solid #28EE9F;
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 282px;
	top: 0;
	background: #001F31;
}
.timeline-start:before{
	content: '';
	background: #28EE9F;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 330px;
	height: 1px;
}	
.timeline-start svg{
	display: block;
	margin: 0 auto;
}
.timeline-end{
	border: 1px solid #28EE9F;
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 282px;
	bottom: 0;
	background: #001F31;	
}
.timeline-end svg{
	display: block;
	margin: 0 auto;
}
	

.timeline-item{
	width: calc(50% - 42px);
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}
.timeline-item-1{
	margin-left: auto;
	margin-right: 0;
}
.timeline-item-3{
	margin-left: auto;
	margin-right: 0;
}
.timeline-item-inf{
	position: relative;
	z-index: 2;
	border: 1px solid #28EE9F;
	padding: 60px 60px;
}
.timeline-item-inf > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.timeline-item-inf:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 31, 49, 0.75);
}


.timeline-item-rectangle{
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.timeline-item-1 .timeline-item-rectangle{
	background: #04343C;
}
.timeline-item-2 .timeline-item-rectangle{
	border: 1px solid #28EE9F;
	background: #001F31;
}
.timeline-item-3 .timeline-item-rectangle{
	background: linear-gradient(180deg, #003453 0%, #28EE9F 216.47%);
}
.timeline-item-4 .timeline-item-rectangle{
	background: #04343C;
}

.timeline-item-inf > span{
	position: relative;
	z-index: 2;
	display: block;
	font-weight: 800;
	font-size: 64px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #28EE9F;
	margin-bottom: 20px;
}
.timeline-item-inf > p{
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #FFFFFF;	
}	

.timeline-item-2 .timeline-item-inf > span{
	text-align: right;
}
.timeline-item-4 .timeline-item-inf > span{
	text-align: right;
}	
.timeline-item-2{
	margin-top: -80px;
}
.timeline-item-3{
	margin-top: -80px;
}
.timeline-item-4{
	margin-top: -80px;
}

.timeline-item-4 .timeline-item-inf{
	min-height: 420px;
}



.timeline-item-1:before{
	content: '';
	width: 214px;
	height: 50%;
	border-left: 1px solid #28EE9F;
	border-top: 1px solid #28EE9F;
	position: absolute;
	top: 50%;
	right: 100%;
}
.timeline-item-1:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #28EE9F;
    -webkit-box-shadow: 0px 0px 20px rgba(40, 238, 159, 0.5);
    box-shadow: 0px 0px 20px rgba(40, 238, 159, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 100%;
    margin-right: 206px;
}	

.timeline-item-2:before{
	content: '';
	width: 360px;
	height: 50%;
	border-right: 1px solid #28EE9F;
	border-top: 1px solid #28EE9F;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: -30px;
}
.timeline-item-2:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #28EE9F;
    -webkit-box-shadow: 0px 0px 20px rgba(40, 238, 159, 0.5);
    box-shadow: 0px 0px 20px rgba(40, 238, 159, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 100%;
    margin-left: 322px;
}

.timeline-item-3:before{
	content: '';
	width: 387px;
	height: 50%;
	border-left: 1px solid #28EE9F;
	border-top: 1px solid #28EE9F;
	position: absolute;
	top: 50%;
	right: 100%;
}
.timeline-item-3:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #28EE9F;
    -webkit-box-shadow: 0px 0px 20px rgba(40, 238, 159, 0.5);
    box-shadow: 0px 0px 20px rgba(40, 238, 159, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 100%;
    margin-right: 379px;
}

.timeline-item-4:before{
	content: '';
	background: #28EE9F;
	position: absolute;
	left: 100%;
	bottom: 70px;
	width: 346px;
	height: 1px;
	margin-left: -30px;
}

@media (max-width: 1890px){

	.timeline-item-4:before{
		width: 274px;
	}	
	.b-timeline {
	    padding: 100px 0;
	    position: relative;
	}
	.b-timeline:before {
	    right: 58px;
	}
	.b-timeline:after {
	    width: calc(100% - 70px);
	    right: 70px;
	}
	.timeline {
	    width: 100%;
	    max-width: 1248px;
	    margin: 0 auto;
	    position: relative;
	}
	.timeline-start {
	    left: 198px;
	}
	.timeline-item-3 {
	    margin-top: 0px;
	}
	.timeline-item-inf > p br + br{
		display: none;
	}
	.timeline-item-inf{
		padding: 50px;
	}

}

@media (max-width: 1365px){

	.b-timeline {
	    padding: 80px 0;
	    position: relative;
	}
	.b-timeline:before {
	    right: 39px;
	}
	.b-timeline:after {
	    width: calc(100% - 50px);
	    right: 50px;
	}
	.timeline-start {
	    left: 80px;
	}
	.timeline-start:before {
	    width: 530px;
	}
	.timeline-item {
	    width: calc(50% - 6px);
	    position: relative;
	    padding-right: 10px;
	    padding-bottom: 10px;
	}
	.timeline-item-rectangle {
	    width: calc(100% - 10px);
	    height: calc(100% - 10px);
	}
	.timeline-item-2 {
	    margin-top: 30px;
	}
	.timeline-item-1:before {
	    width: 155px;
	    height: calc(50% + 30px);
	}
	.timeline-item-1:after {
	    margin-right: 147px;
	}
	.timeline-item-inf {
	    padding: 35px;
	}
	.timeline-item-inf > p{
		font-size: 14px;
	}
	.timeline-item-3 {
	    margin-top: 70px;
	}
	.timeline-item-2:before {
	    width: 350px;
	    height: calc(50% + 70px);
	}
	.timeline-item-2:after {
	    margin-left: 312px;
	}
	.timeline-item-4 {
	    margin-top: 70px;
	}
	.timeline-item-3:before {
	    width: 310px;
	    height: calc(50% + 70px);
	}
	.timeline-item-3:after{
		margin-right: 302px;
	}
	.timeline-end{
		right: 46px;
	}
	.timeline-item-4:before {
	    width: calc(100% - 144px);
	}
	.timeline-item-4 .timeline-item-inf {
	    min-height: 300px;
	}

}

@media (max-width: 1023px){

.timeline-item-4:before {
    width: calc(100% - 98px);
}
	.b-timeline:after {
	    width: calc(100% - 30px);
	    right: 30px;
	    top: 1px;
	}
	.b-timeline:before {
	    right: 22px;
	    width: 3px;
	    height: 3px;
	}

	.timeline-start {
	    left: 0;
	}
	.timeline-item-inf > span {
	    font-size: 40px;
	    margin-bottom: 15px;
	}
	.timeline-item-inf {
	    padding: 20px;
	}
	.timeline-item-inf > p br {
	    display: none;
	}
	.timeline-item-1 .timeline-item-rectangle {
	    background: #04343C;
	}
	.timeline-item-2 .timeline-item-rectangle {
	    border: 0;
	    background: #04343C;
	}
	.timeline-item-3 .timeline-item-rectangle {
	    background: #04343C;
	}
	.timeline-item-2 {
	    margin-top: 50px;
	}
	.timeline-item-1:before {
	    width: 155px;
	    height: calc(50% + 50px);
	}
	.timeline-item-3 {
	    margin-top: 50px;
	}
	.timeline-item-2:before {
	    width: 220px;
	    height: calc(50% + 50px);
	}
	.timeline-item-2:after {
	    margin-left: 182px;
	}
	.timeline-item-4 .timeline-item-inf {
	    min-height: 260px;
	}
	.timeline-item-4 {
	    margin-top: 50px;
	}
	.timeline-item-3:before {
	    width: 195px;
	    height: calc(50% + 50px);
	}
	.timeline-item-3:after {
	    margin-right: 187px;
	}
	.timeline-end {
	    right: 0px;
	}
.timeline-item-rectangle {
    left: auto !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
}

}



@media (max-width: 767px){

	.timeline-item-rectangle{
		left: auto !important;
		top: auto !important;
	    right: 0 !important;
	    bottom: 0 !important;
	    transform: none !important;
	}

	.b-timeline {
	    padding: 60px 0;
	}
	.b-timeline:before {
	    right: 20px;
	}
	.b-timeline:after {
	    width: calc(100% - 28px);
	    right: 28px;
	}
	.timeline-start {
	    position: relative;
	    left: auto;
	    top: auto;
	    margin: 0 auto;
	    margin-bottom: 75px;
	}
	.timeline-start:before {
	    left: 50%;
	    top: 100%;
	    width: 1px;
	    height: 75px;
	}
	.timeline-item {
	    width: 100%;
	    position: relative;
	    padding-right: 10px;
	    padding-bottom: 10px;
	}
	.timeline-item-1:after, .timeline-item-2:after, .timeline-item-3:after{
		content: none;
	}
	.timeline-item-1:before {
	    content: '';
	    width: 1px;
	    height: 60px;
	    margin-top: -10px;
	    border-left: 0;
	    border-top: 0;
	    position: absolute;
	    top: 100%;
	    right: 50%;
	    background: #28EE9F;
	}
	.timeline-item-2:before {
	    content: '';
	    width: 1px;
	    height: 60px;
	    margin-top: -10px;
	    border-right: 0;
	    border-top: 0;
	    position: absolute;
	    top: 100%;
	    left: 50%;
	    background: #28EE9F;
	    margin-left: 0;
	}
	.timeline-item-3:before {
	    content: '';
	    width: 1px;
	    height: 60px;
	    margin-top: -10px;
	    border-left: 0;
	    border-top: 0;
	    position: absolute;
	    top: 100%;
	    right: 50%;
	    background: #28EE9F;
	}

	.timeline-item-4:before {
	    content: '';
	    background: #28EE9F;
	    position: absolute;
	    left: 50%;
	    bottom: auto;
	    top: 100%;
	    width: 1px;
	    height: 60px;
	    margin-top: -10px;
	    margin-left: 0;
	}
	.timeline-end {
	    position: relative;
	    right: auto;
	    bottom: auto;
	    margin: 0 auto;
	    margin-top: 50px;
	}
	.timeline-item-2 .timeline-item-inf > span, .timeline-item-4 .timeline-item-inf > span {
	    text-align: left;
	}


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-LEADERS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-leaders{
	position: relative;
	padding: 150px 0;
}
.b-leaders:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    left: 135px;
    top: 0;
}
.b-leaders:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    left: 150px;
    height: 1px;
    top: 2px;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.leaders-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 140px;
}
.leaders-box.leaders-box-2{
	margin-bottom: 0;
}
.leaders-img{
	width: 548px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}
.leaders-img > img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.leaders-img-rectangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #28EE9F;
    background: #001F31;
}
.leaders-text{
	width: 904px;
	column-count: 2;
	column-gap: 62px;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #FFFFFF;	
}
.leaders-name{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #28EE9F;
	margin-bottom: 16px;
}
.leaders-green{
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #28EE9F;
	margin-bottom: 48px;
}



@media (max-width: 1890px){

	.b-leaders {
	    padding: 100px 0;
	}
	.b-leaders:before {
	    left: 58px;
	}
	.b-leaders:after {
	    width: calc(100% - 70px);
	    left: 70px;
	}


	.leaders-img {
	    width: 33.3333%;
	    padding-right: 20px;
	    padding-bottom: 20px;
	    position: relative;
	}
	.leaders-text {
	    width: calc(66.6666% - 60px);
	    column-count: 2;
	    column-gap: 60px;
	    font-weight: normal;
	    font-size: 16px;
	    line-height: 180%;
	    color: #FFFFFF;
	}
	.leaders-name {
	    font-size: 20px;
	    line-height: 130%;
	    margin-bottom: 10px;
	}
	.leaders-green {
	    font-size: 16px;
	    line-height: 180%;
	    margin-bottom: 38px;
	}
	.leaders-box{
		margin-bottom: 130px;
		align-items: flex-start;
	}

}

@media (max-width: 1365px){

	.b-leaders {
	    padding: 80px 0;
	}
	.b-leaders:before {
	    left: 39px;
	}
	.b-leaders:after {
	    width: calc(100% - 50px);
	    left: 50px;
	}
	.leaders-green {
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 30px;
	}
	.leaders-text {
	    width: calc(66.6666% - 30px);
	    column-count: 2;
	    column-gap: 30px;
	    font-size: 14px;
	    line-height: 180%;
	}
	.leaders-img {
	    padding-right: 10px;
	    padding-bottom: 10px;
	}
	.leaders-img-rectangle {
	    width: calc(100% - 10px);
	    height: calc(100% - 10px);
	}
	.leaders-box {
	    margin-bottom: 110px;
	    align-items: flex-start;
	}

}

@media (max-width: 1023px){

	.b-leaders:before {
	    left: 22px;
	    width: 3px;
	    height: 3px;
	}
	.b-leaders:after {
	    width: calc(100% - 30px);
	    left: 30px;
	    top: 1px;
	}
	.leaders-text {
	    width: 100%;
	    column-count: 2;
	    column-gap: 30px;
	    font-size: 14px;
	    line-height: 180%;
	    order: 2;
	}
	.leaders-img {
	    width: 50%;
	    order: 1;
	    margin: 0 auto;
	    margin-bottom: 45px;
	}
	.leaders-box{
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.leaders-green {
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 25px;
	}

}



@media (max-width: 767px){

	.leaders-img-rectangle{
		left: auto !important;
		top: auto !important;
	    right: 0 !important;
	    bottom: 0 !important;
	    transform: none !important;
	}
	.b-leaders {
	    padding: 60px 0;
	}
	.b-clients:before {
	    left: 20px;
	}
	.b-clients:after {
	    width: calc(100% - 28px);
	    left: 28px;
	}
	.leaders-img {
	    width: 100%;
	    order: 1;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.leaders-text {
	    width: 100%;
	    column-count: initial;
	    column-gap: initial;
	    font-size: 14px;
	    line-height: 180%;
	    order: 2;
	}
	.leaders-green {
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 20px;
	}
	.leaders-box {
	    flex-wrap: wrap;
	    margin-bottom: 80px;
	}
	.b-leaders:before {
	    left: 20px;
	}
	.b-leaders:after {
	    width: calc(100% - 28px);
	    left: 28px;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-PARTNERS~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-partners{
	padding-top: 150px;
	position: relative;
}
.b-partners:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    right: 135px;
    top: 0;
}
.b-partners:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    right: 150px;
    height: 1px;
    top: 2px;
    background: rgba(40,238,159,1);
    background: -moz-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,238,159,1)), color-stop(100%, rgba(0,88,139,1)));
    background: -webkit-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -o-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -ms-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: linear-gradient(to right, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ee9f', endColorstr='#00588b', GradientType=1 );
}
.partners{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px;
}
.partners-item{
	margin: 0 15px;
}
.partners-item img{
	display: block;
	max-height: 104px;
}




@media (max-width: 1890px){

	.b-partners{
		padding-top: 100px;
	}
	.b-partners:before {
	    right: 58px;
	}
	.b-partners:after {
	    width: calc(100% - 70px);
	    right: 70px;
	}
	.partners-item img{
		display: block;
		max-height: 78px;
	}

}

@media (max-width: 1365px){

	.b-partners{
		padding-top: 80px;
	}
	.b-partners:before {
	    right: 39px;
	}
	.b-partners:after {
	    width: calc(100% - 50px);
	    right: 50px;
	}
	.partners-item img{
		display: block;
		max-height: 60px;
	}

}

@media (max-width: 1023px){


	.b-partners:before {
	    right: 22px;
	    width: 3px;
	    height: 3px;
	}
	.b-partners:after {
	    width: calc(100% - 30px);
	    right: 30px;
	    top: 1px;
	}
	.partners-item img{
		display: block;
		margin: 0 auto;
		max-height: 86px;
	}
	.partners {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    margin: 0 -15px;
	}
	.partners-item {
	    margin: 0px;
	    margin-bottom: 40px;
	    padding: 0 15px;
	    width: 33.3333%;
	}

}



@media (max-width: 767px){

	.b-partners{
		padding-top: 60px;
	}
	.b-partners:before {
	    right: 20px;
	}
	.b-partners:after {
	    width: calc(100% - 28px);
	    right: 28px;
	}
	.partners-item {
	    margin: 0px;
	    margin-bottom: 20px;
	    padding: 0 15px;
	    width: 50%;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-CONTACTS~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-contacts{
	position: relative;
	overflow: hidden;
	padding: 170px 0;
}
.contacts-box{
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.contacts-box:after{
	content: '';
	display: table;
	clear: both;
}	
.contacts-inf{
	float: left;
	width: 41.79%;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
}
.contacts-inf-item{
	width: 50%;
	margin-bottom: 118px;
	padding-right: 20px;
}
.contacts-inf > .contacts-inf-item:nth-child(3), .contacts-inf > .contacts-inf-item:nth-child(4){
	margin-bottom: 0;
}	
.contacts-inf-item > span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #001F31;
	margin-bottom: 10px;
}
.contacts-inf-item > div{
	font-weight: 500;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
}	
.contacts-inf-item > div + div{
	margin-top: 5px;
}
.contacts-inf-item > div a{
	color: #000F18;
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}	
.contacts-inf-item > div a:hover{
	color: #fff;
}	
.contacts-elips{
	z-index: 2;
	position: absolute;
	bottom: -240px;
	left: -156px;
	width: 959px;
	height: 959px;
	border-radius: 50%;
	overflow: hidden;
	/*background: url(../img/contacts-elips.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.contacts-form > span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #001F31;
	margin-bottom: 20px;
}

.contacts-form{
	width: 58.21%;
	float: right;
}
.form-group-double{
	position: relative;
	margin: 0 -20px;
}
.form-group-double:after{
	content: '';
	display: table;
	clear: both;
}
.form-group-double > .form-group{
	float: left;
	width: 50%;
	padding: 0 20px;
}
.form-group{
	position: relative;
	margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 59px;
    padding: 18px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000F18;
    background-color: #F8F8F8;
    background-image: none;
    border: 1px solid rgba(0, 31, 49, 0.22);
    border-radius: 0px;
    box-sizing: border-box !important;
    border-width: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
textarea.form-control{
	height: 91px;
	min-height: 59px;
	max-height: 130px;
	resize: vertical;
}
.down-form .form-control{
	/*backface-visibility: hidden !important;*/
}
.form-control:focus{
	border-color: #001F31;
}
.form-control.error{	
	border-color: #EE2828 !important;
	background-color: rgba(238, 40, 40, 0.02) !important;
}
.form-group-btn{
	position: relative;
}
.form-group-btn:after{
	content: '';
	display: table;
	clear: both;
}
.form-group-btn > div{
	float: left;
	max-width: 392px;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #000F18;
}
.form-group-btn > div a{
	color: #000F18;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
.form-group-btn > div a:hover{
	text-decoration-color: transparent;
}	
.form-group-btn > .btn{
	float: right;
}
.btn{
    display: inline-block;
    vertical-align: top;
    padding: 24px 49px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: rgba(0, 55, 87, 0.78);
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #001F31;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.btn:hover{
	background: rgba(0, 55, 87, 0.95);
}
.btn:active, .btn:focus {
    background: #003757;
}

.form-group-double label.error{
	left: 20px;
}	
label.error{
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #DB6060;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 5px;
}

@media (max-width: 1890px){

.b-contacts {
    padding: 100px 0;
}
.contacts-inf {
    float: left;
    width: 589px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
}
.contacts-form {
    width: calc(100% - 589px);
    float: right;
}
.contacts-elips {
    bottom: -243px;
    left: 50%;
    margin-left: -955px;
    width: 857px;
    height: 857px;
}
.form-group-btn > div {
    float: left;
    max-width: 342px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000F18;
}
.btn {
    padding: 23px 49px;
    font-size: 14px;
    line-height: 20px;
}    

}

@media (max-width: 1365px){

.b-contacts {
    padding: 80px 0;
}
.contacts-inf {
    float: left;
    width: 51%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
}
.contacts-form {
    width: 49%;
    float: right;
}
.form-group-double {
    position: relative;
    margin: 0 -15px;
}
.form-group-double > .form-group {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.form-group-double label.error {
    left: 15px;
}
.form-group-btn{
	margin-top: -5px;
}
.form-group-btn > div {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
}
.form-group-btn > .btn {
    float: none;
}
.btn {
    padding: 17px 34px;
    font-size: 14px;
    line-height: 20px;
}
.contacts-elips {
    bottom: -196px;
    left: 50%;
    margin-left: -823px;
    width: 815px;
    height: 815px;
}
label.error{
	white-space: nowrap;
}



}

@media (max-width: 1023px){

.contacts-form {
    width: 100%;
    float: none;
    margin-bottom: 110px;
}
.contacts-inf {
    float: none;
    width: auto;
    padding-right: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
textarea.form-control {
    height: 150px;
}
.form-group-btn > div {
    float: left;
    max-width: 455px;
    margin-bottom: 0px;
}
.form-group-btn {
    margin-top: -10px;
}
.form-group-btn > .btn {
    float: right;
}
.contacts-inf-item > span{
	font-size: 20px;
}
.contacts-inf{
	margin: 0 -20px;
}
.contacts-inf-item {
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
    padding: 0 10px;
}
.contacts-elips {
    bottom: -315px;
    left: 50%;
    margin-left: -575px;
    width: 588px;
    height: 588px;
}
.contacts-form > span{
	font-size: 20px;
}
.contacts-inf-item > div {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #000F18;
}

.contacts-inf > .contacts-inf-item:first-child > div{
	line-height: 28px;
}

}

@media (max-width: 900px){

.contacts-elips {
    bottom: -315px;
    left: 50%;
    margin-left: -545px;
    width: 588px;
    height: 588px;
}

}	

@media (max-width: 767px){

.b-contacts {
    padding: 60px 0;
}
.form-group-double {
    position: relative;
    margin: 0px;
}
.form-group-double > .form-group {
    float: none;
    width: 100%;
    padding: 0px;
}
.form-group-double label.error {
    left: 0px;
}
.form-group{
	margin-bottom: 20px;
}
.form-group-btn {
    margin-top: 0px;
}
.form-group-btn > div {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
}
.form-group-btn > .btn {
    float: none;
    width: 100%;
}
.contacts-inf {
	flex-wrap: wrap;
    margin: 0 -10px;
}
.contacts-inf-item {
    width: 48%;
    margin-bottom: 30px;
    padding-right: 0;
    padding: 0 10px;
}

.contacts-inf > .contacts-inf-item:nth-child(1), .contacts-inf > .contacts-inf-item:nth-child(3) {
	width: 52%;
}	
.contacts-form {
    width: 100%;
    float: none;
    margin-bottom: 55px;
}
.contacts-elips {
    bottom: -326px;
    left: 50%;
    margin-left: -325px;
    width: 588px;
    height: 588px;
}
label.error{
	margin-top: 0;
}

}


@media (max-width: 359px){

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-RESEARCH-PROJECTS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-RP-MAIN~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-main.b-rp-main{
	height: 100vh;
    position: relative;
    background: #001F31;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 92px;
    padding-top: 0;
}
.rp-main-box {
	position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-left: 145px;
    padding-right: 150px;
    max-height: calc(100vh - 460px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.rp-main-box-text{
	width: 65%;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.rp-main-box-text h2 {
	color: #fff;
    font-size: 64px;
    line-height: 67px;
    text-align: left;
    margin-bottom: 30px;
}
.rp-main-box-text p {
	max-width: 900px;
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #FFFFFF;	
	margin-bottom: 50px;
}	


.rp-main-box-img{
	width: 35%;
}
.rp-main-box-img #lottie1 {
    margin-left: 0;
    max-width: 524px;
    margin: 0 auto;
}

.rp-main-btns > a{
	display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 24px 49px;
}
.rp-main-btns > a:first-child{
	margin-right: 28px;
}	
.rp-main-btns > a:last-child{
	background: transparent;
}	
.rp-main-btns > a:last-child:hover {
    background: rgba(40, 238, 159, 0.6);
}
.rp-main-btns > a:last-child:active {
    background: rgba(40, 238, 159, 0.7);
}
.rp-main-btns > a:first-child > span:last-child{
	display: none;
}



@media (max-width: 1890px){

.b-main.b-rp-main{
	padding-bottom: 64px;
}
.rp-main-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    max-height: calc(100vh - 263px);
}
.rp-main-box-text h2 {
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 10px;
}
.rp-main-box-text p {
    max-width: 795px;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 30px;
}
.rp-main-btns > a {
    font-size: 14px;
    line-height: 20px;
    padding: 22px 49px;
}

}

@media (max-width: 1365px){

.b-main.b-rp-main {
    padding-bottom: 55px;
}
.rp-main-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    max-height: calc(100vh - 263px);
}
.rp-main-box-text {
    width: 70%;
}
.rp-main-box-img {
    width: 30%;
}
.rp-main-box-text p {
    max-width: 600px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}
.rp-main-btns > a:first-child {
    margin-right: 150px;
    margin-bottom: 30px;
}
.rp-main-box-img #lottie1 {
    margin-left: -143px;
    max-width: 524px;
}


}

@media (max-width: 1023px){

.b-main.b-rp-main {
    height: auto;
    position: relative;
    padding-top: 302px;
    padding-bottom: 314px;
}
.rp-main-box {
    position: relative;
    display: block;
    flex-wrap: initial;
    align-items: initial;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-height: none;
}
.rp-main-box-text {
    width: 100%;
}
.rp-main-box-text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 40px;
}
.rp-main-btns > a {
    font-size: 14px;
    line-height: 20px;
    padding: 17px 35px;
}
.rp-main-btns > a:first-child {
    margin-right: 300px;
    margin-bottom: 40px;
}
.rp-main-box-img {
    width: 353px;
    position: absolute;
    right: 15px;
    bottom: -214px;
}
.rp-main-box-img #lottie1 {
    margin-left: 0px;
    max-width: 524px;
}


}

@media (max-width: 800px){

.rp-main-btns > a:first-child {
    margin-right: 260px;
}

}



@media (max-width: 767px){

.rp-main-box-text h2 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 9px;
}
.b-main.b-rp-main {
    height: auto;
    position: relative;
    padding-top: 264px;
    padding-bottom: 20px;
}
.rp-main-box {
    padding-left: 20px;
    padding-right: 20px;
}
.rp-main-box-text p {
    max-width: 100%;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 18px;
}
.rp-main-btns > a:first-child > span:last-child{
	display: initial;
}
.rp-main-btns > a:first-child > span:first-child{
	display: none;
}
.rp-main-btns > a:first-child {
    margin: 0 auto;
    margin-bottom: 20px;
}
.rp-main-box-img{
	display: none;
}
.rp-main-btns > a {
    font-size: 14px;
    line-height: 20px;
    padding: 17px 5px;
    letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 100%;
	display: block;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}
.b-rp-main .main-arr-down{
	display: none;
}
.b-rp-main .dots-bg{
	display: none;
}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-fms{
	background: #f8f8f8 url(../img/b-fms-bg.svg) no-repeat center 154px;
	background-attachment: fixed;
	padding: 170px 0;
	padding-bottom: 135px;
	position: relative;
    z-index: 2;
}
.fms-guide{
	margin-bottom: 170px;
}
.fms-guide-logo{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px;
	/*margin-bottom: 80px;*/
	margin-bottom: 0;
}
.fms-guide-logo-item{
	padding: 0 15px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.fms-guide-logo-item > div img{
	display: block;
}
.fms-guide-logo-item > span{
	display: block;
	margin-left: 30px;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #28EE9F;	
}


.fms-guide-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;	
	/*margin-bottom: 80px;*/
	margin-bottom: 0;
}
.fms-guide-inf{
	width: 50%;
}
.fms-guide-img{
	width: 50%;
}
.fms-guide-img #lottie2 {
    margin: 0 auto;
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
}

#lottie1 svg{
	display: block;
}
#lottie1 *{
	fill: none;
}

.fms-guide-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000F18;
    margin-bottom: 60px;
}
.fms-guide-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #000F18;
    position: relative;
    padding-top: 60px;
}
.fms-guide-text:after {
    content: '';
    width: calc(100% + 150px);
    left: -150px;
    height: 1px;
    position: absolute;
    top: 0;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}



.fms-guide .agrobench-line-1 {
    margin-bottom: 0px;
}
.fms-guide .agrobench-line-1-title {
    width: 632px;
    color: #000F18;
}
.fms-guide .agrobench-line-1-items {
    width: calc(100% - 632px);
    justify-content: space-between;
    padding-left: 170px;
}
.fms-guide .agrobench-line-1-item {
    position: relative;
    width: auto;
    margin-right: 0px;
}
.fms-guide .agrobench-line-1-item > span{
	color: #000F18;
}
.agrobench-line-1-item > div {
    background: rgba(40, 238, 159, 0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}




@media (max-width: 1890px){

	.fms-guide-logo-item > span {
	    margin-left: 20px;
	    font-size: 20px;
	}
	.fms-guide-logo{
		/*margin-bottom: 50px;*/
		margin-bottom: 0;
	}

	.fms-guide-logo > .fms-guide-logo-item:nth-child(1) > div img {
	    max-height: 70px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(2) > div img {
	    max-height: 90px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(3) > div img {
	    max-height: 64px;
	}
	.fms-guide-title {
	    font-size: 30px;
	    margin-bottom: 30px;
	}
	.fms-guide-text {
	    font-size: 16px;
	    padding-top: 30px;
	}
	.fms-guide-text:after {
	    width: calc(100% + 70px);
	    left: -70px;
	}    
	.fms-guide-img > img {
	    display: block;
	    margin: 0 auto;
	    max-height: 557px;
	}
	.fms-guide-box {
	    margin-bottom: 0px;
	}
		.fms-guide .agrobench-line-1 {
	    margin-bottom: 0px;
	    margin-top: -40px;
	}
	.fms-guide .agrobench-line-1-title {
	    width: 464px;
	}
	.fms-guide .agrobench-line-1-items {
	    width: calc(100% - 464px);
	    padding-left: 67px;
	}
	.b-fms {
	    padding: 100px 0;
	    padding-bottom: 75px;
	}
	.fms-guide {
	    margin-bottom: 100px;
	}

}

@media (max-width: 1365px){

	.b-fms {
	    padding: 80px 0;
	    padding-bottom: 60px;
	}
	.fms-guide {
	    margin-bottom: 80px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(1) > div img {
	    max-height: 44px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(2) > div img {
	    max-height: 66px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(3) > div img {
	    max-height: 42px;
	}
	.fms-guide-logo-item > span {
	    margin-left: 20px;
	    font-size: 18px;
	}
	.fms-guide-logo {
	    /*margin-bottom: 60px;*/
	    margin-bottom: 0;
	}
	.fms-guide-title {
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	.fms-guide-text {
	    font-size: 14px;
	    padding-top: 30px;
	}
	.fms-guide-text:after {
	    width: calc(100% + 50px);
	    left: -50px;
	}
	.fms-guide-img > img {
	    display: block;
	    margin: 0 auto;
	    max-height: 368px;
	}
	.fms-guide-box {
	    /*margin-bottom: 40px;*/
	    margin-bottom: 0;
	}
	.fms-guide .agrobench-line-1 {
	    margin-bottom: 0px;
	    margin-top: -20px;
	}
	.fms-guide .agrobench-line-1-title {
	    width: 375px;
	}
	.fms-guide .agrobench-line-1-items {
	    width: calc(100% - 375px);
	    padding-left: 8px;
	}


}

@media (max-width: 1023px){

	.fms-guide-logo > .fms-guide-logo-item:nth-child(1) > div img {
	    max-height: 90px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(2) > div img {
	    max-height: 102px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(3) > div img {
	    max-height: 74px;
	}
	.fms-guide-logo-item{
		flex-wrap: wrap;
	}

	.fms-guide-logo-item > div{
		width: 100%;
		height: 102px;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.fms-guide-logo-item > span {
	    margin-left: 0px;
	    font-size: 16px;
	    width: 100%;
	}
	.fms-guide-logo {
	    margin-bottom: 50px;
	}
	.fms-guide-box{
		flex-wrap: wrap;
	}
	.fms-guide-inf {
	    width: 100%;
	    margin-bottom: 0px;
	}
	.fms-guide-img {
	    width: 100%;
	    margin-top: -30px;
	}
	.fms-guide-title {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.fms-guide-text {
	    font-size: 14px;
	    padding-top: 20px;
	}
	.fms-guide-text:after {
	    width: calc(100% + 30px);
	    left: -30px;
	}
	.fms-guide-img > img {
	    max-height: 440px;
	}
	.fms-guide .agrobench-line-1-title {
	    width: 210px;
	}
	.fms-guide .agrobench-line-1-items {
	    width: calc(100% - 210px);
	    padding-left: 50px;
	}
	.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:first-child {
	    margin-top: 70px;
	}
	.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:last-child {
	    margin-top: 70px;
	}

}



@media (max-width: 767px){

	.b-fms {
	    padding: 60px 0;
	}
	.fms-guide {
	    margin-bottom: 60px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(1) > div img {
	    max-height: 70px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(2) > div img {
	    max-height: 126px;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(3) > div img {
	    max-height: 48px;
	}
	.fms-guide-logo {
	    margin-bottom: 60px;
	    flex-wrap: wrap;
	}
	.fms-guide-logo-item {
	    flex-wrap: nowrap;
	    width: 100%;
	}
	.fms-guide-logo-item > div {
	    width: 50%;
	    height: auto;
	    display: flex;
	    align-items: center;
	    margin-bottom: 0;
	}
	.fms-guide-logo-item > span {
	    margin-left: 0px;
	    font-size: 15px;
	    width: 50%;
	}
	.fms-guide-logo-item{
		margin-bottom: 20px;
	}
	.fms-guide-logo > .fms-guide-logo-item:last-child{
		margin-bottom: 0;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(2) > div{
		order: 2;
	}
	.fms-guide-logo > .fms-guide-logo-item:nth-child(2) > span{
		order: 1;
	}
	.fms-guide-title {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.fms-guide-text:after {
	    width: calc(100% + 20px);
	    left: -20px;
	}
	.fms-guide-img > img {
	    max-height: 357px;
	}
	.fms-guide-inf {
	    margin-bottom: 0px;
	}
	.fms-guide-img {
	    width: 100%;
	    margin-top: -10px;
	}
	.fms-guide .agrobench-line-1-title {
	    width: 100%;
	    margin-bottom: 10px;
	}
	/*
	.fms-guide .agrobench-line-1-items {
	    width: 100%;
	    padding-left: 0px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	*/
.fms-guide .agrobench-line-1-items {
    width: 100%;
    padding-left: 0px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    height: 142px;
    position: relative;
}	
/*
	.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:first-child {
	    margin-top: 0px;
	}
	*/
.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:first-child {
    margin-top: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}	
/*
	.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:nth-child(2) {
		order: 1;
		width: 51%;
		margin-bottom: 10px;
	}	
	*/
.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:nth-child(2) {
    /* order: 1; */
    width: auto;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}	
	.fms-guide .agrobench-line-1 {
	    margin-bottom: 0px;
	    margin-top: -15px;
	}
	.fms-guide .agrobench-line-1-item{
		/*width: 50%;*/
		width: auto;
		/*order: 2;*/
		margin-bottom: 0;
	}
	.fms-guide .agrobench-line-1-item > div {
	    width: 60px;
	    height: 60px;
	}
	.fms-guide .agrobench-line-1-item > span {
	    font-size: 14px;
	    line-height: 150%;
	    margin-left: 45px;
	    margin-top: -15px;
	}
	/*
	.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:last-child {
	    margin-top: 0px;
	}
	*/
.fms-guide .agrobench-line-1-items > .agrobench-line-1-item:last-child {
    margin-top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}	

}


@media (max-width: 359px){

	.fms-guide-logo-item > span {
	    margin-left: 0px;
	    font-size: 14px;
	    width: 50%;
	}

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-FMS-AVTO~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.fms-avto h2{
	margin-bottom: 30px;
}
.fms-avto h2 + p{
	display: block;
	text-align: center;
	margin-bottom: 65px;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;	
}
.fms-avto-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
	justify-content: center;
}
.fms-avto-item{
	margin: 35px 35px;
	background: #F8F8F8;
	border: 1px solid #28EE9F;
	padding: 50px;
	padding-bottom: 38px;
	width: calc(25% - 70px);
	text-align: center;
}
.fms-avto-item span{
	display: block;
	font-weight: 900;
	font-size: 64px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #001F31;
	margin-bottom: 20px;	
}	
.fms-avto-item p{
	display: block;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;	
}	


@media (max-width: 1890px){

	.fms-avto h2 + p{
		margin-bottom: 35px;
		font-size: 18px;
	}
	.fms-avto-box {
	    margin: 0 -25px;
	}
	.fms-avto-item {
	    margin: 25px 25px;
	    padding: 40px 20px;
	    padding-bottom: 30px;
	    width: calc(25% - 50px);
	}
	.fms-avto-item span{
		font-size: 48px;
		margin-bottom: 16px;
	}
	.fms-avto-item p{
		font-size: 16px;
	}

}

@media (max-width: 1365px){

	.fms-avto h2 {
	    margin-bottom: 20px;
	}
	.fms-avto h2 + p {
	    margin-bottom: 25px;
	    font-size: 16px;
	}
	.fms-avto-box {
	    margin: 0 -15px;
	}
	.fms-avto-item {
	    margin: 15px 15px;
	    padding: 30px 10px;
	    padding-bottom: 20px;
	    width: calc(25% - 30px);
	    min-height: 240px;
	}
	.fms-avto-item p{
		font-size: 14px;
	}

}

@media (max-width: 1023px){

	.fms-avto-item {
	    margin: 15px 15px;
	    padding: 30px 10px;
	    padding-bottom: 20px;
	    width: calc(33.3333% - 30px);
	}
	.fms-avto-item span {
	    font-size: 48px;
	    margin-bottom: 10px;
	}

}



@media (max-width: 767px){

	.fms-avto-box {
	    margin: 0px;
	    display: block;
	}
	.fms-avto-box > .fms-avto-item:last-child{
		margin-bottom: 0;
	}	
	.fms-avto-item {
	    margin: 0px;
	    margin-bottom: 20px;
	    padding: 22px 10px;
	    width: 100%;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    min-height: 120px;
	    text-align: left;
	}
	.fms-avto-item p {
	    font-size: 14px;
	    text-align: left;
	}
	.fms-avto-item span {
	    font-size: 48px;
	    margin-bottom: 0;
	    margin-right: 15px;
	}
	.fms-avto h2 + p {
	    margin-bottom: 30px;
	    font-size: 14px;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~BLOCK-RP-PARTNERS~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-rp-partners{
	background: #001F31;
	padding: 170px 0;
	padding-bottom: 140px;
}
.b-rp-partners h2{
	color: #fff;
	position: relative;
	z-index: 2;
}
.b-rp-partners h3{
	position: relative;
	z-index: 2;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #28EE9F;
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}

.rp-partner-1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}
.rp-partner-1 .rp-partner-item{
	max-width: calc(33.3333% - 30px);
}	
.rp-partner-item{
	margin: 0 15px;
	margin-bottom: 30px;
}
.rp-partner-item img{
	display: block;
	margin: 0 auto;
}	
.rp-partner-1 .rp-partner-item img{
	max-height: 158px;
	width: 335px;
}


.rp-partner-2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}
.rp-partner-2 .rp-partner-item{
	max-width: calc(20% - 30px);
}
.rp-partner-2 .rp-partner-item img{
	max-height: 70px;
	width: 241px;
}


.rp-partner-3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
	position: relative;
	z-index: 2;
}
.rp-partner-3 .rp-partner-item{
	max-width: calc(16.6666% - 30px);
}
.rp-partner-3 .rp-partner-item img{
	max-height: 70px;
	width: 193px;
}	


@media (max-width: 1890px){

	.b-rp-partners{
		padding: 100px 0;
		padding-bottom: 70px;
	}

	.b-rp-partners h3{
		font-size: 20px;
		margin-bottom: 50px;
	}

	.rp-partner-1{
		margin: 0 -15px;
		margin-bottom: 50px;
	}
	.rp-partner-2{
		margin: 0 -15px;
		margin-bottom: 50px;
	}
	.rp-partner-3{
		margin: 0 -15px;
		margin-bottom: 50px;
	}

	.rp-partner-1 .rp-partner-item img{
		max-height: 120px;
	}	
	.rp-partner-2 .rp-partner-item img{
		max-height: 66px;
		width: 187px;
	}
	.rp-partner-3 .rp-partner-item img{
		max-height: 52px;
		width: 146px;
	}


}

@media (max-width: 1365px){

	.b-rp-partners{
		padding: 80px 0;
		padding-bottom: 50px;
	}

	.b-rp-partners h3{
		font-size: 18px;
		margin-bottom: 40px;
	}

	.rp-partner-1{
		margin: 0 -15px;
		margin-bottom: 30px;
	}
	.rp-partner-2{
		margin: 0 -15px;
		margin-bottom: 30px;
	}
	.rp-partner-3{
		margin: 0 -15px;
		margin-bottom: 30px;
	}

	.rp-partner-1 .rp-partner-item img{
		max-height: 90px;
		width: 252px;
	}	
	.rp-partner-2 .rp-partner-item img{
		max-height: 50px;
		width: 141px;
	}
	.rp-partner-3 .rp-partner-item img{
		max-height: 40px;
		width: 110px;
	}


}

@media (max-width: 1023px){

	.b-rp-partners{
		padding: 80px 0;
		padding-bottom: 50px;
	}

	.b-rp-partners h3{
		font-size: 16px;
		margin-bottom: 40px;
	}

	.rp-partner-1{
		margin: 0 -15px;
		margin-bottom: 30px;
	}
	.rp-partner-2{
		margin: 0 -15px;
		margin-bottom: 30px;
	}
	.rp-partner-3{
		margin: 0 -15px;
		margin-bottom: 30px;
	}

	.rp-partner-1 .rp-partner-item img{
		max-height: 68px;
		width: 193px;
	}	
	.rp-partner-2 .rp-partner-item img{
		max-height: 40px;
		width: 109px;
	}
	.rp-partner-3 .rp-partner-item img{
		max-height: 32px;
		width: 87px;
	}




}



@media (max-width: 767px){

	.b-rp-partners {
	    padding: 60px 0;
	    padding-bottom: 15px;
	}

	.b-rp-partners h3 {
	    font-size: 15px;
	    margin-bottom: 20px;
	}

	.rp-partner-1, .rp-partner-2, .rp-partner-3 {
	    margin: 0px;
	    margin-bottom: 0px;
	    width: auto;
	    flex-wrap: nowrap;
	    max-width: none;
	    justify-content: flex-start;
	}
	.rp-partner-responsive {
	    overflow-x: auto;
	    width: 100%;
	    margin-bottom: 45px;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}
	.rp-partner-responsive::-webkit-scrollbar {
	    width: 0px;
	    height: 0;
	    background: transparent;
	}
	  
	.rp-partner-1 .rp-partner-item, .rp-partner-2 .rp-partner-item, .rp-partner-3 .rp-partner-item {
	    width: auto;
	    max-width: initial;
	    margin: 0;
	    margin-right: 30px;
	}
	.rp-partner-1 .rp-partner-item img {
	    max-height: 46px;
	    width: auto;
	    max-width: none;
	}
	.rp-partner-2 .rp-partner-item img {
	    max-height: 35px;
	    width: auto;
	    max-width: none;
	}
	.rp-partner-3 .rp-partner-item img {
	    max-height: 22px;
	    width: auto;
	    max-width: none;
	}


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~BLOCK-DOWN-FMS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-down-fms{
	padding: 170px 0;
}
/*
.b-down-fms h2{
	position: relative;
	z-index: 2;
}
*/
.b-down-fms h2 span{
	display: block;
	color: #28EE9F;
}

.down-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.down-form{
	width: 50%;
	max-width: 635px;
	position: relative;
	z-index: 2;
}
.down-inf{
	width: calc(50% - 40px);
	/*
	position: relative;
	z-index: 2;
	*/
}
.down-form-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
	margin-bottom: 40px;
}

.down-form .form-control {
    height: 69px;
    padding: 23px 30px;
    font-weight: normal;
    background: #f8f8f8;
}    
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.form-group.active .chosen-container-single .chosen-single {
	color: #000F18;
}	
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 23px 0px 23px 30px;
    height: 69px;
    border: 1px solid rgba(0, 31, 49, 0.22);
    border-radius: 0;
    background: #f8f8f8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: rgba(0, 15, 24, 0.64);
    text-decoration: none;
    white-space: nowrap;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #000F18;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 100%;
}
.chosen-container-single .chosen-single div:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #001F31;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.chosen-container-single .chosen-single div b{
	display: none !important;
}

.chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 0;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #000F18;
    border-top: 0;
    background: #f8f8f8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-container .chosen-results {
    color: #000F18;
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 240px;
}

.chosen-container .chosen-results li {
    margin: 0;
    padding: 24px 30px;
    list-style: none;
    line-height: 21px;
}
.chosen-container .chosen-results li.highlighted, .chosen-container .chosen-results li.result-selected {
    background: #001F31;
    color: #fff;
}

.down-form .form-group-btn > .btn{
	width: 245px;
	padding-left: 5px;
	padding-right: 5px;
}
.down-form .form-group-btn > div {
    max-width: calc(100% - 285px);
    font-size: 14px;
    line-height: 150%;
}

.down-inf-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}


.chzn-select.error + label.error + .chosen-container .chosen-single {
    border-color: #EE2828 !important;
    background-color: rgba(238, 40, 40, 0.02) !important;
}


@media (max-width: 1890px){

	.b-down-fms {
	    padding: 100px 0;
	}
	.down-form-title {
	    font-size: 20px;
	    line-height: 130%;
	    margin-bottom: 15px;
	}
	.down-form .form-control {
	    height: 59px;
	    padding: 18px 30px;
	}
	.chosen-container-single .chosen-single {
	    padding: 18px 0px 18px 30px;
	    height: 59px;
	}
	.chosen-container .chosen-results li {
	    padding: 19px 30px;
	}
	.down-form .form-group-btn > div {
	    max-width: 100%;
	    font-size: 14px;
	    line-height: 150%;
	    float: none;
	    margin-bottom: 15px;
	}
	.down-form .form-group-btn > .btn {
	    width: 227px;
	    padding-left: 5px;
	    padding-right: 5px;
	    float: none;
	    margin: 0 auto;
	    display: block;
	}
	.down-form {
	    width: 600px;
	    max-width: 50%;
	    padding-right: 0px;
	}
	.down-inf-title {
	    font-size: 30px;
	}    
	.down-inf {
	    width: calc(50% - 20px);
	}

}
@media (max-width: 1500px){
	.down-form {
	    width: 490px;
	    max-width: 50%;
	    padding-right: 0px;
	}
}	
@media (max-width: 1365px){

	.b-down-fms {
	    padding: 80px 0;
	}
	.down-box {
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	    position: relative;
	    justify-content: initial;
	}
	.down-form-title {
	    font-size: 18px;
	    line-height: 130%;
	    margin-bottom: 30px;
	    text-align: center;
	}
	.down-form {
	    width: 100%;
	    max-width: 525px;
	    margin: 0 auto;
	    margin-bottom: 60px;
	    padding-right: 0;
	}
	.down-form-title br{
		display: none;
	}
	.down-inf {
	    width: 100%;
	    max-width: 525px;
	    margin: 0 auto;
	}
	.down-inf-title {
	    font-size: 20px;
	}

}

@media (max-width: 1023px){

	.down-form-title {
	    font-size: 16px;
	    line-height: 130%;
	    margin-bottom: 30px;
	    text-align: left;
	}
	.down-form {
	    width: 100%;
	    max-width: 507px;
	    margin: 0 auto;
	    margin-bottom: 60px;
	}
	.down-inf {
	    width: 100%;
	    max-width: 507px;
	    margin: 0 auto;
	}


}



@media (max-width: 767px){

	.b-down-fms {
	    padding: 60px 0;
	}
	.down-form-title {
	    font-size: 15px;
	    line-height: 130%;
	    margin-bottom: 20px;
	    text-align: left;
	}
	.down-form .form-group-btn > div {
	    margin-bottom: 10px;
	}
	.down-form .form-group-btn{
		margin-top: -10px;
	}
	.down-form{
		margin-bottom: 40px;
	}
	.down-inf-title {
	    font-size: 16px;
	}
	.down-form .form-group-btn > .btn {
	    width: 100%;
	    max-width: 320px;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-IAR~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-iar{
	position: relative;
	z-index: 2;
	background: #001F31;
}
.b-iar h2{
	color: #fff;
}
.object-iar{
	position: absolute;
	left: -64px;
	top: -100px;
}
.object-iar img{
	display: block;
	width: 588px;
}
.iar-contact{
	position: relative;
	padding: 145px 0px;
}
.iar-contact-box{
	padding: 0 145px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.iar-contact-text{
	max-width: 770px;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #fff;
}
.iar-contact-text span{
	color: #28EE9F;
}	
.iar-contact-btn > a{
	display: inline-block;
	vertical-align: top;
	padding: 24px 54px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}


.iar-contact:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    left: 135px;
    bottom: 0;
}
.iar-contact:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    left: 150px;
    height: 1px;
    bottom: 2px;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.iar-content{
	padding-top: 170px;
	background: #001F31 url(../img/b-iar-bg.svg) no-repeat center 55px;
	background-attachment: fixed;	
}
.iar-content-box{
	display: flex;
	flex-wrap: nowrap;
	/*align-items: center;*/
	align-items: flex-start;
}
.iar-content-left{
	width: 50%;
	padding-top: 50px;
}
.iar-content-img {
    width: 50%;
    padding-left: 120px;
    padding-right: 60px;
}
.iar-content-img #lottie3 {
    margin: 0 auto;
}
.iar-content-text{
	position: relative;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #F8F8F8;	
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.iar-content-text span{
	font-weight: bold;
}	
.iar-content-text:after {
    content: '';
    width: calc(100% + 150px);
    left: -150px;
    height: 1px;
    position: absolute;
	bottom: 0;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.iar-content-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #F8F8F8;	
}

.iar-metod{
	padding-top: 60px;
	padding-bottom: 145px;
	position: relative;
}
.iar-metod h2{
	margin-bottom: 30px;
}
.iar-metod-text{
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #F8F8F8;
	width: 100%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}


.iar-metod-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.iar-metod-item {
    width: calc(50% - 70px);
    margin: 35px 35px;
    z-index: 2;
    background: transparent;
}
.iar-metod-item > div {
    display: block;
    height: 100%;
    min-height: 418px;
    overflow: hidden;
    border: 1px solid #28EE9F;
    padding: 50px 50px;
    padding-top: 0px;
    position: relative;
}

.iar-metod-item > div > img {
    display: block;
    max-width: none;
    position: absolute;
    left: 0px;
    top: 0px;
}
.iar-metod-item > div > div {
    position: relative;
    z-index: 2;
    padding-top: 187px;
}
.iar-metod-item > div > div > p {
    display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #F8F8F8;
    margin-bottom: 0;
}


.iar-metod-item > div > img.hidden-1365{
	display: none  !important;
}
.iar-metod-item > div > img.hidden-1024{
	display: none !important;
}
.iar-metod-item > div > img.hidden-767{
	display: none !important;
}
.iar-metod-item > div > img.hidden-360{
	display: none !important;
}

.iar-metod:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    right: 135px;
    bottom: 0;
}
.iar-metod:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    right: 150px;
    height: 1px;
    bottom: 2px;
    background: rgba(40,238,159,1);
    background: -moz-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,238,159,1)), color-stop(100%, rgba(0,88,139,1)));
    background: -webkit-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -o-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -ms-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: linear-gradient(to right, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ee9f', endColorstr='#00588b', GradientType=1 );
}


.iar-clients{
	padding: 170px 0;
	padding-bottom: 130px;
}
.iar-clients .clients-item img {
    display: block;
    max-height: 66px;
}



@media (max-width: 1890px){

	.iar-content-left{
		padding-top: 0px;
	}
	.iar-contact:before {
	    left: 58px;
	}
	.iar-contact:after {
	    width: calc(100% - 70px);
	    left: 70px;
	}

	.iar-contact {
	    padding: 100px 0px;
	}
	.iar-contact-box {
	    padding: 0 100px;
	    padding-left: 210px;
	}
	.iar-content-box{
		align-items: center;
	}
	.iar-contact-text {
	    max-width: 518px;
	    font-size: 20px;
	}
	.iar-contact-btn > a {
	    padding: 24px 49px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.object-iar {
	    left: -120px;
	    top: -100px;
	}
	.object-iar img {
	    width: 528px;
	}
	.iar-content-text {
	    font-size: 16px;
	    line-height: 180%;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.iar-content-text:after {
	    width: calc(100% + 70px);
	    left: -70px;
	}   
	.iar-content-title {
	    font-size: 30px;
	} 
	.iar-content-img {
	    padding-left: 100px;
	    padding-right: 60px;
	}
	.iar-content {
	    padding-top: 100px;
	}   
	.iar-metod{
		padding-top: 80px;
	}

	.iar-metod-item > div > img.hidden-1890{
		display: none !important;
	}
	.iar-metod-item > div > img.hidden-1365{
		display: block !important;
	}	

	.iar-metod:before {
	    right: 58px;
	}
	.iar-metod:after {
	    width: calc(100% - 70px);
	    right: 70px;
	}
	.iar-metod-text {
	    max-width: 860px;
	    font-size: 18px;
	    line-height: 180%;
	    margin-bottom: 35px;
	}
	.iar-metod-box {
	    margin: 0 -25px;
	}
	.iar-metod-item {
	    width: calc(50% - 50px);
	    margin: 25px 25px;
	}
	.iar-metod{
		padding-bottom: 75px;
	}
	.iar-metod-item > div > div > p {
	    font-size: 16px;
	}
	.iar-metod-item > div{
		min-height: 400px;
	}
	.iar-metod-item > div > div {
	    position: relative;
	    z-index: 2;
	    padding-top: 146px;
	}
	.iar-clients {
	    padding-top: 100px;
	    padding-bottom: 60px;
	}	
	.iar-clients .clients-item span {
	    font-size: 20px;
	    line-height: 26px;
	}	

}

@media (max-width: 1365px){

	.iar-contact:before {
	    left: 39px;
	}
	.iar-contact:after {
	    width: calc(100% - 50px);
	    left: 50px;
	}
	.iar-contact {
	    padding: 70px 0px;
	}
	.iar-contact-box {
	    padding: 0;
	    padding-left: 150px;
	}
	.iar-contact-text {
	    max-width: 440px;
	    font-size: 18px;
	}
	.iar-contact-text span{
		display: block;
	}	
	.iar-contact-btn > a {
	    padding: 19px 35px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.object-iar {
	    left: -94px;
	    top: -81px;
	}
	.object-iar img {
	    width: 414px;
	}
	.iar-content {
	    padding-top: 80px;
	}
	.iar-metod{
		padding-top: 80px;
	}
	.iar-content h2{
		width: 100%;
		max-width: 510px;
		margin-left: auto;
		margin-right: auto;
	}
	.iar-content-text {
	    font-size: 14px;
	    line-height: 180%;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.iar-content-title {
	    font-size: 20px;
	}
	.iar-content-img {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	.iar-content-text:after {
	    width: calc(100% + 50px);
	    left: -50px;
	}
	.iar-metod-item > div > img.hidden-1365{
		display: none !important;
	}
	.iar-metod-item > div > img.hidden-1024{
		display: block !important;
	}
	.iar-metod:before {
	    right: 39px;
	}
	.iar-metod:after {
	    width: calc(100% - 50px);
	    right: 50px;
	}
	.iar-content .iar-metod h2{
		max-width: 100%;
	}
	.iar-metod h2 {
	    margin-bottom: 20px;
	}
	.iar-metod-text {
	    max-width: 755px;
	    font-size: 16px;
	    line-height: 180%;
	    margin-bottom: 25px;
	}
	.iar-metod-box {
	    margin: 0 -15px;
	}
	.iar-metod-item {
	    width: calc(50% - 30px);
	    margin: 15px 15px;
	}
	.iar-metod-item > div > div > p {
	    font-size: 14px;
	}
	.iar-metod-item > div {
	    min-height: 370px;
	}
	.iar-metod-item > div > div {
	    padding-top: 146px;
	}
	.iar-metod-item > div{
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 25px;
	}
	.iar-metod {
	    padding-bottom: 65px;
	}
	.iar-metod:before {
		content: none;
	}
	.iar-metod:after {
		content: none;
	}
	.iar-clients{
		display: none;
	}	


}

@media (max-width: 1023px){

	.iar-contact:before {
	    left: 22px;
	    width: 3px;
	    height: 3px;
	}
	.iar-contact:after {
	    width: calc(100% - 30px);
	    left: 30px;
	    bottom: 1px;
	}
	.iar-contact-box {
	    padding: 0;
	    padding-left: 130px;
	}
	.iar-contact-text {
	    max-width: 340px;
	    font-size: 16px;
	}
	.iar-contact-btn > a {
	    padding: 15px 33px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.object-iar {
	    left: -72px;
	    top: -69px;
	}
	.object-iar img {
	    width: 350px;
	}
	.iar-content {
	    padding-top: 80px;
	}
	.iar-metod{
		padding-top: 60px;
	}
	.iar-content-box {
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	}
	.iar-content-left {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.iar-content-img {
	    padding-left: 0px;
	    padding-right: 0;
	    width: 100%;
	}
	.iar-content-img #lottie3 {
	    margin: 0 auto;
	    max-width: 370px;
	}
	.iar-content-text {
	    font-size: 14px;
	    line-height: 180%;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.iar-content-title {
	    font-size: 18px;
	}
	.iar-content-text:after {
	    width: calc(100% + 30px);
	    left: -30px;
	}

	.iar-metod-item > div > img.hidden-1024{
		display: none !important;
	}
	.iar-metod-item > div > img.hidden-767{
		display: block !important;
	}
	.iar-metod-text {
	    max-width: 645px;
	    font-size: 16px;
	    line-height: 180%;
	    margin-bottom: 35px;
	}
	.iar-metod-item > div > div {
	    padding-top: 143px;
	}
	.iar-metod-item > div {
	    padding-left: 40px;
	    padding-right: 40px;
	    padding-bottom: 17px;
	}



}



@media (max-width: 767px){

	.iar-contact:before {
	    left: 20px;
	}
	.iar-contact:after {
	    width: calc(100% - 28px);
	    left: 28px;
	}
	.iar-content-text:after {
	    width: calc(100% + 20px);
	    left: -20px;
	}
	.iar-contact {
	    padding: 60px 0px;
	}
	.iar-contact-box {
	    padding: 0px;
	    display: block;
	    flex-wrap: initial;
	    justify-content: initial;
	    align-items: initial;
	}
	.object-iar {
	    left: -50px;
	    top: -67px;
	}
	.object-iar img {
	    width: 230px;
	}
	.iar-contact-text {
	    max-width: 100%;
	    font-size: 15px;
	    margin-bottom: 30px;
	}
	.iar-contact-btn > a {
	    padding: 17px 33px;
	    font-size: 14px;
	    line-height: 20px;
	    width: 100%;
	    max-width: 320px;
	    text-align: center;
	}
	.iar-content {
	    padding-top: 60px;
	}
	.iar-metod{
		padding-top: 60px;
	}
	.iar-content h2 {
	    max-width: 280px;
	}
	.iar-content-text {
	    font-size: 14px;
	    line-height: 180%;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.iar-content-title {
	    font-size: 16px;
	}
	.iar-metod-item > div > img.hidden-767{
		display: none !important;
	}
	.iar-metod-item > div > img.hidden-360{
		display: block !important;
	}

	.iar-metod-text {
	    max-width: 645px;
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 30px;
	}	
	.iar-metod-box {
	    margin: 0;
	    display: block;
	}
	.iar-metod-item {
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 30px;
	}
	.iar-metod-item > div {
	    padding-left: 30px;
	    padding-right: 30px;
	    padding-bottom: 20px;
	}
	.iar-metod {
	    padding-bottom: 30px;
	}






}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-IAR-EXPLORER~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-iar-explorer{
	padding: 170px 0;
}
.b-iar-explorer h2{
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.iar-explorer-text{
	width: 100%;
	max-width: 1185px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;
	position: relative;
	z-index: 2;
}

.b-iar-explorer .fms-avto-item {
    padding-left: 40px;
    padding-right: 40px;
    background: rgb(173, 245, 216);
    min-height: 300px;
    position: relative;
    z-index: 2;
}
.b-iar-explorer .fms-avto-box{
	margin-bottom: 65px;
}
.iar-explorer-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.iar-explorer-box-text{
	width: 49%;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;	
}
.iar-explorer-box-title{
	width: 40%;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;	
}







@media (max-width: 1890px){

.b-iar-explorer h2 {
    margin-bottom: 20px;
}
	.b-iar-explorer {
	    padding: 100px 0;
	}
	.iar-explorer-text {
	    max-width: 1014px;
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.b-iar-explorer .fms-avto-item {
	    padding-left: 15px;
	    padding-right: 15px;
	    min-height: 250px;
	}
	.b-iar-explorer .fms-avto-box {
	    margin-bottom: 55px;
	}
	.iar-explorer-box-text{
		width: 60%;
	}	
	.iar-explorer-box-title{
		width: 33%;
		font-size: 20px;
	}

}

@media (max-width: 1365px){

	.b-iar-explorer {
	    padding: 80px 0;
	}
	.iar-explorer-text {
	    max-width: 830px;
	    margin-bottom: 29px;
	    font-size: 16px;
	}
	.b-iar-explorer .fms-avto-box {
	    margin-bottom: 45px;
	}
	.iar-explorer-box-text {
	    width: 63%;
	    font-size: 14px;
	}
	.iar-explorer-box-title {
	    width: 30%;
	    font-size: 18px;
	}

}

@media (max-width: 1023px){

	.b-iar-explorer h2 {
	    margin-bottom: 20px;
	}
	.iar-explorer-text {
	    max-width: 630px;
	    margin-bottom: 30px;
	    font-size: 16px;
	}
	.b-iar-explorer .fms-avto-box {
	    margin-bottom: 35px;
	}
	.iar-explorer-box-text {
	    width: 65%;
	    font-size: 14px;
	}
	.iar-explorer-box-title {
	    width: 30%;
	    font-size: 16px;
	}

}



@media (max-width: 767px){

	.b-iar-explorer {
	    padding: 60px 0;
	}
	.iar-explorer-text {
	    max-width: 630px;
	    margin-bottom: 30px;
	    font-size: 14px;
	}
	.b-iar-explorer .fms-avto-item {
	    padding: 10px;
	    min-height: 120px;
	}
	.b-iar-explorer .fms-avto-box {
	    margin-bottom: 50px;
	}
	.iar-explorer-box {
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	    justify-content: initial;
	}
	.iar-explorer-box-text {
	    width: 100%;
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.iar-explorer-box-title {
	    width: 100%;
	    font-size: 15px;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-DOWn-IAR~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-down-iar{
	background: #001F31;
	padding: 170px 0;
}
.b-down-iar h2{
	color: #fff;
	position: relative;
	z-index: 2;
}
.b-down-iar h2 span {
    display: block;
    color: #28EE9F;
}
.b-down-iar .down-form-title{
	color: #fff;
}
.b-down-iar .down-form .form-control {
    border-color: #fff;
    background: #001F31;
    color: #f8f8f8;
}
.b-down-iar input::-webkit-input-placeholder       {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input::-moz-placeholder                {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input:-moz-placeholder                 {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input:-ms-input-placeholder            {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input:focus::-webkit-input-placeholder {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input:focus::-moz-placeholder          {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input:focus:-moz-placeholder           {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}
.b-down-iar input:focus:-ms-input-placeholder      {opacity: 1; color: #f8f8f8; transition: color 0.3s ease;}


.b-down-iar .chosen-container-single .chosen-single {
    border-color: #fff;
    background: transparent;
    color: #f8f8f8;
}
.b-down-iar .chosen-container-single .chosen-single div:after {
    border-top: 10px solid #28EE9F;
}
.b-down-iar .chosen-container .chosen-drop{
	border-color: #fff;
}
.b-down-iar .form-group.active .chosen-container-single .chosen-single {
    color: #f8f8f8;
}
.b-down-iar .form-group-btn > div{
	color: #fff;
}
.b-down-iar .form-group-btn > div a{
	color: #fff;
}

.b-down-iar .btn{
	background: rgba(40, 238, 159, 0.36);
	border: 1px solid #28EE9F;
}
.b-down-iar .btn:hover {
    background: rgba(40, 238, 159, 0.6);
}
.b-down-iar .btn:active {
    background: rgba(40, 238, 159, 0.7);
}
.b-down-iar .down-inf-title span{
	color: #28EE9F;
}
.b-down-iar .down-inf-title{
	color: #fff;
}


.down-inf-text{
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.down-inf-text:after {
    content: '';
    width: calc(100% + 150px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}
.down-inf-text p {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.down-inf-text ul {
    list-style: none;
    margin: 0;
}
.down-inf-text ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}
.down-inf-text ul li:last-child {
    margin-bottom: 0;
}
.down-inf-text ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    background: #28EE9F;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50px;
}







@media (max-width: 1890px){

	.down-inf-text {
	    position: relative;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.down-inf-text:after {
	    width: calc(100% + 70px);
	}    
	.b-down-iar {
	    padding: 100px 0;
	}

}

@media (max-width: 1365px){

	.b-down-iar {
	    padding: 80px 0;
	}
	.down-inf-text p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.down-inf-text ul li{
		padding-left: 20px;
		font-size: 14px;
		line-height: 25px;
	}
	.down-inf-text ul li:before {
	    width: 10px;
	    height: 10px;
	    top: 6px;
	}
	.b-down-iar{
		overflow-x: hidden;
	}
	.down-inf-text:after {
	    width: calc(50vw + 525px);
	}

}

@media (max-width: 1023px){

	.down-inf-title {
	    font-size: 18px;
	}
	.down-inf-text:after {
	    width: calc(50vw + 507px);
	}

}



@media (max-width: 767px){

	.b-down-iar {
	    padding: 60px 0;
	}

	.down-inf-title {
	    font-size: 16px;
	}
	.down-inf-text ul li br{
		display: none;
	}

}


@media (max-width: 359px){



}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~BLOCK-RP-REVIEWS~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-rp-reviews{
	padding: 170px 0;
}
.b-rp-reviews h2{
	margin-bottom: 20px;
}
.b-rp-reviews-title{
	width: 100%;
	max-width: 814px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;	
	margin-bottom: 100px;
}
.rp-reviews-box{
	position: relative;
	z-index: 2;
	margin-right: -20px;
	margin-bottom: 120px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
}
/*
.rp-reviews-box:after{
	content: '';
	display: table;
	clear: both;
}
*/
/*
.rp-reviews-col{
	float: left;
	width: 33.3333%;
	padding: 0 35px;
}
*/
.rp-reviews-item-out{
	position: relative;
	-webkit-column-break-inside: avoid;
	-moz-break-inside: avoid-column;
	page-break-inside: avoid;
	-o-break-inside: avoid-column;
	break-inside: avoid-column;
	padding-right: 20px;
	padding-bottom: 20px;	
	margin-bottom: 50px;	
}
.rp-reviews-item-out.hidd{
	display: none;
}


.rp-reviews-item{
	background: #F8F8F8;
	border: 1px solid #001F31;
	padding: 50px 49px;
	position: relative;
	z-index: 2;
}

.rp-reviews-rect{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;	
}

.rp-reviews-rect-green{
	background: linear-gradient(105.79deg, #003453 39.05%, #28EE9F 106.17%);
}
.rp-reviews-rect-gray{
	background: #CEDCE5;
}
.rp-reviews-rect-blue{
	background: #51768D;
}
.rp-reviews-rect-white{
	background: #F8F8F8;
	border: 1px solid #001F31;
}


.rp-reviews-item-top{
	position: relative;
	margin-bottom: 30px;
}
.rp-reviews-item-top:after{
	content: '';
	display: table;
	clear: both;
}
.rp-reviews-item-top:before{
	content: '';
	width: 35px;
	height: 25px;
	background: url(../img/ic-qq.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}	
.rp-reviews-share{
	float: right;
}
.rp-reviews-share a{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.rp-reviews-share a > svg{
	display: block;
}

.rp-reviews-share a > svg path{
	-webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s;
}    
.rp-reviews-share a:hover > svg path, .rp-reviews-share a.active > svg path{
	fill: #001F31;
}
.p-reviews .rp-reviews-share a:hover > svg path, 
.p-reviews .rp-reviews-share a.active > svg path {
    fill: #fff;
}
.rp-reviews-share-box.active{
	opacity: 1;
	visibility: visible;
}
.rp-reviews-share-box{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	position: absolute;
	right: 0;
	z-index: 2;
	top: 100%;
	margin-top: 20px;
	background: #EEFFF8;
	border: 1px solid #001F31;
	padding: 30px 5px;
	width: 320px;
	max-width: 100%;
	text-align: center;
}
.rp-reviews-share-box > span{
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000F18;
	margin-bottom: 20px;	
}
.rp-reviews-share-links{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.rp-reviews-share-links > div{
	padding: 0 34px;
	position: relative;
}
.rp-reviews-share-links > div:not(:last-child):after{
	content: '';
	width: 1px;
	height: 22px;
	background: #001F31;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}	
.rp-reviews-share-links > div > a{
	display: inline-block;
	vertical-align: top;
}	
.rp-reviews-share-links > div > a svg{
	display: block;
}
.rp-reviews-share-links > div > a:hover svg path{
	-webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s;
}    
.rp-reviews-share-links > div > a:hover svg path{
	fill: #001F31;
}

.rp-reviews-logo{
	height: 50px;
	margin-bottom: 20px;
}
.rp-reviews-logo img{
	display: inline-block;
	vertical-align: bottom;
	max-height: 50px;
}
.rp-reviews-item > p{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
	margin-bottom: 50px;
}

.rp-reviews-t{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.rp-reviews-ava{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
}
.rp-reviews-ava img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}	
.rp-reviews-avtor{
	width: calc(100% - 110px);
	padding-left: 20px;
}
.rp-reviews-avtor > span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000F18;
}
.rp-reviews-avtor > p{
	display: block;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 17px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #000F18;	
}	


@media (max-width: 1890px){

	.b-rp-reviews {
	    padding: 100px 0;
	}
	.b-rp-reviews-title {
	    max-width: 740px;
	    font-size: 18px;
	    line-height: 180%;
	    margin-bottom: 40px;
	}
	.rp-reviews-box {
	    position: relative;
	    margin-right: -10px;
	    margin-bottom: 80px;
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    -o-column-count: 3;
	    column-count: 3;
	    -webkit-column-gap: 40px;
	    -moz-column-gap: 40px;
	    -o-column-gap: 40px;
	    column-gap: 40px;
	}
	.rp-reviews-item-out {
	    padding-right: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 40px;
	}
	.rp-reviews-rect {
	    width: calc(100% - 10px);
	    height: calc(100% - 10px);
	}
	.rp-reviews-item {
	    padding: 30px 30px;
	}
	.rp-reviews-logo {
	    height: 50px;
	    margin-bottom: 30px;
	}
	.rp-reviews-item > p {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
	.rp-reviews-ava {
	    width: 80px;
	    height: 80px;
	}
	.rp-reviews-avtor {
	    width: calc(100% - 80px);
	    padding-left: 20px;
	}
	.rp-reviews-avtor > span {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.rp-reviews-avtor > p {
	    font-size: 14px;
	}

}

@media (max-width: 1365px){

	.b-rp-reviews {
	    padding: 80px 0;
	}
	.b-rp-reviews-title {
	    max-width: 460px;
	    font-size: 16px;
	    line-height: 180%;
	    margin-bottom: 40px;
	}
	.rp-reviews-box {
	    position: relative;
	    margin-right: -10px;
	    margin-bottom: 30px;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    -o-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 20px;
	    -moz-column-gap: 20px;
	    -o-column-gap: 20px;
	    column-gap: 20px;
	}
	.rp-reviews-item-out {
	    padding-right: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	}


	.rp-reviews-item-out.hidd-1024{
		display: none;
	}


}

@media (max-width: 1023px){

	.rp-reviews-item-out.hidd-768{
		display: none;
	}
	.b-rp-reviews-title {
	    max-width: 460px;
	    font-size: 16px;
	    margin-bottom: 50px;
	}
	.rp-reviews-box {
	    position: relative;
	    margin-right: -10px;
	    margin-bottom: 50px;
	    -webkit-column-count: initial;
	    -moz-column-count: initial;
	    -o-column-count: initial;
	    column-count: initial;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    -o-column-gap: 0;
	    column-gap: 0;
	}
	.rp-reviews-avtor > p {
	    max-width: 360px;
	}

}



@media (max-width: 767px){

	.b-rp-reviews {
	    padding: 60px 0;
	}
	.b-rp-reviews-title {
	    max-width: 460px;
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.rp-reviews-item {
	    padding: 20px 20px;
	}
	.rp-reviews-item-top {
	    position: relative;
	    margin-bottom: 20px;
	}
	.rp-reviews-logo {
	    height: 50px;
	    margin-bottom: 20px;
	}
	.rp-reviews-item > p {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.rp-reviews-ava {
	    width: 60px;
	    height: 60px;
	}
	.rp-reviews-avtor {
	    width: calc(100% - 60px);
	    padding-left: 10px;
	}
	.rp-reviews-avtor > span {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.rp-reviews-avtor > p {
	    font-size: 13px;
	}
	.rp-reviews-box{
		margin-bottom: 40px;
	}

}


@media (max-width: 400px){

	.rp-reviews-share-box {
	    position: absolute;
	    right: -21px;
	    z-index: 2;
	    top: 100%;
	    margin-top: 20px;
	    background: #EEFFF8;
	    border: 1px solid #001F31;
	    padding: 30px 5px;
	    width: calc(100% + 42px);
	    max-width: none;
	    text-align: center;
	}

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-CONTACTS-DARK~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-contacts.b-contacts-dark{
	position: relative;
	z-index: 2;
	background: #001F31;
}
.b-contacts.b-contacts-dark h2{
	color: #fff;
}
.b-contacts.b-contacts-dark .contacts-form > span{
	color: #fff;
}

.b-contacts.b-contacts-dark .form-control {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255,255,255, 0.54);
}
.b-contacts.b-contacts-dark .form-control:focus {
    border-color: #fff;
}

.b-contacts.b-contacts-dark .form-group-btn > div, .b-contacts.b-contacts-dark .form-group-btn > div a {
    color: #fff;
}

.b-contacts.b-contacts-dark input::-webkit-input-placeholder       {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input::-moz-placeholder                {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input:-moz-placeholder                 {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input:-ms-input-placeholder            {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input:focus::-webkit-input-placeholder {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input:focus::-moz-placeholder          {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input:focus:-moz-placeholder           {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark input:focus:-ms-input-placeholder      {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}

.b-contacts.b-contacts-dark textarea::-webkit-input-placeholder       {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea::-moz-placeholder                {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea:-moz-placeholder                 {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea:-ms-input-placeholder            {opacity: 1; color: rgba(255,255,255, 0.54); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea:focus::-webkit-input-placeholder {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea:focus::-moz-placeholder          {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea:focus:-moz-placeholder           {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}
.b-contacts.b-contacts-dark textarea:focus:-ms-input-placeholder      {opacity: 1; color: rgba(255,255,255, 0.2); transition: color 0.3s ease;}


.b-contacts.b-contacts-dark .btn {
    background: rgba(40, 238, 159, 0.36);
    border: 1px solid #28EE9F;
}
.b-contacts.b-contacts-dark .btn:hover {
    background: rgba(40, 238, 159, 0.6);
}
.b-contacts.b-contacts-dark .btn:active {
    background: rgba(40, 238, 159, 0.7);
}







@media (max-width: 1890px){



}

@media (max-width: 1365px){



}

@media (max-width: 1023px){

.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(3) > span, .b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(4) > span{
	color: #FFF;
}
.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(3) > div a, .b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(4) > div a{
	color: #FFF;
}
.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(3) > div a:hover, .b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(4) > div a:hover{
	color: #28EE9F;
}

}



@media (max-width: 767px){

.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(3) > span, .b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(4) > span{
	color: #000F18;
}
.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(3) > div a, .b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(4) > div a{
	color: #000F18;
}
.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(3) > div a:hover, .b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:nth-child(4) > div a:hover{
	color: #fff;
}
.b-contacts.b-contacts-dark .contacts-form {
    width: 100%;
    float: none;
    margin-bottom: 85px;
}
.b-contacts.b-contacts-dark .contacts-inf {
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 360px;
}

.b-contacts.b-contacts-dark .contacts-elips {
    bottom: -242px;
    left: -95px;
    margin-left: 0;
    width: 588px;
    height: 588px;
}


}


@media (max-width: 359px){

.b-contacts.b-contacts-dark .contacts-inf-item > span {
    font-size: 18px;
}
.b-contacts.b-contacts-dark .contacts-inf-item > div {
    font-weight: 500;
    font-size: 12px;
}
.b-contacts.b-contacts-dark .contacts-inf {
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 300px;
}
.b-contacts.b-contacts-dark .contacts-elips {
    bottom: -261px;
    left: -165px;
    margin-left: 0;
    width: 588px;
    height: 588px;
}
.b-contacts.b-contacts-dark .contacts-inf > .contacts-inf-item:first-child > div {
    line-height: 25px;
}

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-RESEARCH-AGROBENCHMARKING~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~BLOCK-MAIN-ROBENCHMARKING~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.b-main.b-ab-main {
    height: 100vh;
    position: relative;
    background: #001F31;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 92px;
    padding-top: 0;
}
.ab-main-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-left: 150px;
    padding-right: 200px;
    max-height: calc(100vh - 460px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.ab-main-box-text {
    width: 55%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.ab-main-box-img {
    width: 45%;
}

.ab-main-box-text h2 {
    color: #fff;
    font-size: 64px;
    line-height: 67px;
    text-align: left;
    margin-bottom: 30px;
}
.ab-main-box-text p {
    max-width: 800px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.ab-main-btns > a {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 24px 49px;
}

.ab-main-box-img #lottie1 {
    max-width: 600px;
    max-height: 100%;
    margin: 0 auto;
}
.ab-main-box-text h2 span{
	display: none;
}


@media (max-width: 1890px){

	.b-main.b-ab-main{
		padding-bottom: 64px;
	}
	.ab-main-box {
	    position: relative;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    width: 100%;
	    padding-left: 70px;
	    padding-right: 70px;
	    max-height: calc(100vh - 263px);
	}
	.ab-main-box-text h2 {
	    font-size: 48px;
	    line-height: 59px;
	    margin-bottom: 10px;
	}
	.ab-main-box-text p {
	    max-width: 660px;
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 30px;
	}
	.ab-main-btns > a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 22px 49px;
	}
	.ab-main-box-img #lottie1 {
	    max-width: 410px;
	    max-height: 100%;
	    margin: 0 auto;
	}

}

@media (max-width: 1365px){

	.ab-main-box-text h2 span{
		display: initial;
	}
	.b-main.b-ab-main {
	    padding-bottom: 55px;
	}
	.ab-main-box {
	    position: relative;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    max-height: calc(100vh - 263px);
	}
	.ab-main-box-text {
	    width: 50%;
	}
	.ab-main-box-img {
	    width: 50%;
	}
	.ab-main-box-text p {
	    max-width: 600px;
	    font-size: 16px;
	    line-height: 150%;
	    margin-bottom: 30px;
	}

	.ab-main-box-img #lottie1 {
	    max-width: 370px;
	}


}

@media (max-width: 1023px){

	.b-main.b-ab-main {
	    height: auto;
	    position: relative;
	    padding-top: 302px;
	    padding-bottom: 400px;
	}
	.ab-main-box {
	    position: relative;
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	    max-height: none;
	}
	.ab-main-box-text {
	    width: 100%;
	}
	.ab-main-box-text p {
	    max-width: 490px;
	    font-size: 16px;
	    line-height: 170%;
	    margin-bottom: 40px;
	}
	.ab-main-btns > a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 17px 35px;
	}

	.ab-main-box-img {
	    width: 380px;
	    position: absolute;
	    right: 60px;
	    bottom: -302px;
	}
	.ab-main-box-img #lottie1 {
	    margin-left: 0px;
	    max-width: 524px;
	}


}

@media (max-width: 800px){



}



@media (max-width: 767px){

	.ab-main-box-text h2 {
	    font-size: 25px;
	    line-height: 29px;
	    margin-bottom: 9px;
	}
	.b-main.b-ab-main {
	    height: auto;
	    position: relative;
	    padding-top: 264px;
	    padding-bottom: 52px;
	}
	.ab-main-box {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.ab-main-box-text p {
	    max-width: 100%;
	    font-size: 14px;
	    line-height: 170%;
	    margin-bottom: 70px;
	}

	.ab-main-box-img{
		display: none;
	}
	.ab-main-btns > a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 17px 5px;
	    letter-spacing: 0.05em;
		text-transform: uppercase;
		width: 100%;
		display: block;
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
	}

	.b-ab-main .dots-bg{
		display: none !important;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AB-MAP~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-ab-map:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #001F31;
    position: absolute;
    right: 135px;
    bottom: 0;
}
.b-ab-map:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    right: 150px;
    height: 1px;
    bottom: 2px;
    background: rgba(40,238,159,1);
    background: -moz-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,238,159,1)), color-stop(100%, rgba(0,88,139,1)));
    background: -webkit-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -o-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -ms-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: linear-gradient(to right, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ee9f', endColorstr='#00588b', GradientType=1 );
}
.b-ab-map{
	padding: 134px 0;
	position: relative;
	overflow: hidden;
}
.ab-map-box{
	width: 1250px;
	min-height: 654px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.ab-map-box > img{
	display: block;
	width: 100%;
}
.ab-map-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;

	position:absolute;
	left:50%;
	top:48%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ab-map-circle{
	position: absolute;
	background: rgba(40, 238, 159, 0.1);
	border: 1px solid #28EE9F;
	border-radius: 50%;
	text-align: center;
}
.ab-map-circle > div.anim{
	background: rgba(40, 238, 159, 0.6);
	transform: scale(1);
}
.ab-map-circle > div{
	transform: scale(0.2);
	background: rgba(40, 238, 159, 0);
	border: 1px solid #28EE9F;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	-webkit-transition: background 4s, transform 4s;
	transition: background 4s, transform 4s;
}	
.ab-map-circle span.count {
    display: inline-block;
    vertical-align: top;
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgb(53, 105, 122) 0%, rgb(64, 153, 142) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}
.ab-map-circle span.span-double{
	text-align: left;
}
.ab-map-circle p{
	display: block;
	margin: 0;
	padding-top: 4px;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;
}

.ab-map-circle-1{
	width: 360px;
	height: 360px;
	top: 127px;
	left: -80px;
	padding: 40px;
}
.ab-map-circle-2{
	width: 248px;
	height: 248px;
	top: 28px;
	right: 165px;
	padding: 28px;
}	
.ab-map-circle-3{
	width: 244px;
	height: 244px;
	bottom: 5px;
	left: 350px;
	padding: 27px;
}
.ab-map-circle-4{
	width: 288px;
	height: 288px;
	bottom: 48px;
	right: 48px;
	padding: 33px;
}	
	



@media (max-width: 1890px){

	.b-ab-map:before {
	    right: 58px;
	}
	.b-ab-map:after {
	    width: calc(100% - 70px);
	    right: 70px;
	}

	.ab-map-box {
	    width: 1170px;
	    min-height: 612px;
	}
	.ab-map-title {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 130%;
	    text-align: center;
	    letter-spacing: 0.07em;
	    text-transform: uppercase;
	    color: #000F18;
	    position: absolute;
	    left: 50%;
	    top: 40%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.ab-map-circle span.count{
		font-size: 48px;
	}
	.ab-map-circle span.span-double{
		font-size: 20px;
		padding-top: 3px;
	}
	.ab-map-circle p {
	    margin: 0 auto;
	    padding-top: 10px;
	    max-width: 140px;
	    font-size: 16px;
	    line-height: 180%;
	}
	.ab-map-circle-1 {
	    width: 310px;
	    height: 310px;
	    top: 17px;
	    left: -47px;
	    padding: 35px;
	}
	.ab-map-circle-2 {
	    width: 230px;
	    height: 230px;
	    top: 15px;
	    right: 212px;
	    padding: 26px;
	}
	.ab-map-circle-3 {
	    width: 217px;
	    height: 217px;
	    bottom: 60px;
	    left: 344px;
	    padding: 24px;
	}
	.ab-map-circle-4 {
	    width: 250px;
	    height: 250px;
	    bottom: 90px;
	    right: 67px;
	    padding: 28px;
	}
	.b-ab-map {
	    padding: 95px 0;
	}

}

@media (max-width: 1365px){

	.b-ab-map:before {
	    right: 39px;
	}
	.b-ab-map:after {
	    width: calc(100% - 50px);
	    right: 50px;
	}
	.b-ab-map {
	    padding: 75px 0;
	}
	.ab-map-box {
	    width: 740px;
	    min-height: 387px;
	}
	.ab-map-circle p {
	    margin: 0 auto;
	    padding-top: 0px;
	    max-width: 140px;
	    font-size: 14px;
	    line-height: 180%;
	}
	.ab-map-circle-1 {
	    width: 250px;
	    height: 250px;
	    top: -18px;
	    left: -54px;
	    padding: 28px;
	}
	.ab-map-circle-2 {
	    width: 180px;
	    height: 180px;
	    top: -24px;
	    right: 65px;
	    padding: 20px;
	}
	.ab-map-circle-3 {
	    width: 170px;
	    height: 170px;
	    bottom: 7px;
	    left: 145px;
	    padding: 19px;
	}
	.ab-map-circle-4 {
	    width: 190px;
	    height: 190px;
	    bottom: -5px;
	    right: -3px;
	    padding: 21px;
	}
	.ab-map-title{
		top: 42%;
	}


}

@media (max-width: 1023px){

	.b-ab-map:before {
	    right: 22px;
	    width: 3px;
	    height: 3px;
	}
	.b-ab-map:after {
	    width: calc(100% - 30px);
	    right: 30px;
	    bottom: 1px;
	}

	.ab-map-box {
	    width: 676px;
	    min-height: 353px;
	}
	.b-ab-map {
	    padding-top: 134px;
	    padding-bottom: 117px;
	}
	.ab-map-circle-1 {
	    width: 250px;
	    height: 250px;
	    top: -68px;
	    left: -6px;
	    padding: 28px;
	}
	.ab-map-circle-2 {
	    width: 180px;
	    height: 180px;
	    top: -1px;
	    right: 85px;
	    padding: 20px;
	}
	.ab-map-circle-3 {
	    width: 170px;
	    height: 170px;
	    bottom: -19px;
	    left: 92px;
	    padding: 19px;
	}
	.ab-map-circle-4 {
	    width: 190px;
	    height: 190px;
	    bottom: -52px;
	    right: 11px;
	    padding: 21px;
	}
	.ab-map-title {
	    top: 50%;
	    font-size: 16px;
	}

}



@media (max-width: 767px){

	.b-ab-map:before {
	    right: 20px;
	}
	.b-ab-map:after {
	    width: calc(100% - 28px);
	    right: 28px;
	}
	.ab-map-box {
	    width: calc(100% + 20px);
	    margin: 0 -10px;
	    min-height: auto;
	}
	.ab-map-circle-1 {
	    width: 180px;
	    height: 180px;
	    top: -142px;
	    left: 2px;
	    padding: 20px;
	}
	.ab-map-circle span.count {
	    font-size: 36px;
	}
	.ab-map-circle span.span-double {
	    font-size: 14px;
	    padding-top: 4px;
	}
	.b-ab-map {
	    padding-top: 193px;
	    padding-bottom: 167px;
	}
	.ab-map-circle-2 {
	    width: 150px;
	    height: 150px;
	    top: -73px;
	    right: 0;
	    padding: 17px;
	}
	.ab-map-circle-3 {
	    width: 130px;
	    height: 130px;
	    bottom: -43px;
	    left: -5px;
	    padding: 14px;
	}
	.ab-map-circle-4 {
	    width: 160px;
	    height: 160px;
	    bottom: -116px;
	    right: 17px;
	    padding: 18px;
	}
	.ab-map-title {
	    top: 45%;
	    font-size: 15px;
	    z-index: 2;
	}

}


@media (max-width: 359px){

	.ab-map-circle-2 {
	    width: 130px;
	    height: 130px;
	    top: -73px;
	    right: 0;
	    padding: 14px;
	}
	.ab-map-circle-1 {
	    width: 170px;
	    height: 170px;
	    top: -142px;
	    left: 0px;
	    padding: 14px;
	}
	.ab-map-circle-3 {
	    width: 130px;
	    height: 130px;
	    bottom: -56px;
	    left: -5px;
	    padding: 14px;
	}
	.ab-map-circle-4 {
	    width: 160px;
	    height: 160px;
	    bottom: -116px;
	    right: 10px;
	    padding: 18px;
	}

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AB-SUT~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ab-sut{
	padding: 170px 0;
}
.ab-sut h2{
	margin-bottom: 20px;
}
.ab-sut-title{
	text-align: center;
	width: 100%;
	max-width: 848px;
	margin: 0 auto;
	margin-bottom: 100px;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;
}
.ab-sut-box{
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -35px;
	margin-bottom: 100px;
}
.ab-sut-item{
	width: calc(33.3333% - 70px);
	margin: 0 35px;
	/*background: rgba(40, 238, 159, 0.36);*/
	background: rgb(173, 245, 216);
	border: 1px solid #28EE9F;
	padding: 35px 48px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	z-index: 2;
}
.ab-sut-item img{
	display: block;
	width: 100px;
	height: auto;
	margin-right: 48px;
}
.ab-sut-item span{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #000F18;
}
.ab-sut-text{
	display: flex;
	flex-wrap: nowrap;
	padding-right: 170px;
	align-items: center;
}
.ab-sut-text > span{
	display: block;
	min-width: 385px;
	margin-right: 40px;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}	
.ab-sut-text > p{
	display: block;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
}	

.ab-illustr-1, .ab-illustr-2, .ab-illustr-3, .ab-illustr-4{
	display: none !important;
}

@media (max-width: 1890px){

.ab-sut {
    padding: 100px 0;
}
.ab-sut h2 {
    margin-bottom: 30px;
}
.ab-sut-title {
    max-width: 848px;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 18px;
}
.ab-sut-item img {
    display: block;
    width: 100px;
    height: auto;
    margin-right: 30px;
}
.ab-sut-item span {
    font-size: 16px;
}
.ab-sut-box {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -25px;
    margin-bottom: 80px;
}
.ab-sut-item {
    width: calc(33.3333% - 50px);
    margin: 0 25px;
    padding: 35px 48px;
}
.ab-sut-text > span {
    min-width: 230px;
    margin-right: 40px;
    font-size: 20px;
}
.ab-sut-text{
	padding-right: 0;
}


}

@media (max-width: 1365px){

.ab-sut {
    padding: 80px 0;
}
.ab-sut h2 {
    margin-bottom: 20px;
}
.ab-sut-title {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 16px;
}
.ab-sut-box {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -15px;
    margin-bottom: 40px;
}
.ab-sut-item {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    padding: 30px 30px;
}
.ab-sut-item img {
    display: block;
    width: 80px;
    height: auto;
    margin-right: 20px;
}
.ab-sut-item span {
    font-size: 14px;
}
.ab-sut-item span br{
    display: none;
}
.ab-sut-text > span {
    min-width: 200px;
    margin-right: 40px;
    font-size: 18px;
}
.ab-sut-text > p{
	font-size: 14px;
}

}

@media (max-width: 1023px){

.ab-sut-item{
	display: block;
}
.ab-sut-item img {
    display: block;
    width: 80px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
}
.ab-sut-text > span {
    min-width: 200px;
    margin-right: 40px;
    font-size: 16px;
}

}



@media (max-width: 767px){

.ab-sut {
    padding: 50px 0;
}
.ab-sut-title {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
}

.ab-sut-box {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    margin-bottom: 30px;
}
.ab-sut-box {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    margin: 0;
    margin-bottom: 30px;
}
.ab-sut-box .ab-sut-item:last-child {
	margin-bottom: 0;
}	
.ab-sut-item {
	display: flex;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px 30px;
    min-height: 100px;
}
.ab-sut-item img {
    display: block;
    width: 60px;
    height: auto;
    margin-right: 40px;
    margin-bottom: 0px;
}
.ab-sut-text {
    display: block;
    flex-wrap: initial;
    padding-right: 0px;
    align-items: initial;
}
.ab-sut-text > span {
    min-width: 200px;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}
.ab-sut-text > span br:not(:first-child){
	display: none;
}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AB-PEREV~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-activity.ab-perev{
	padding-top: 0;
	padding-bottom: 100px;
}
.ab-perev .activity-box {
    flex-wrap: wrap;
}
.ab-perev .activity-item {
    margin-bottom: 70px;
    width: calc(33.3333% - 70px);
}
.ab-perev .activity-item > a > img {
    left: 0;
    top: 0;
}    

.ab-perev  .activity-item > a:hover {
    background: #f8f8f8;
}
.ab-perev  .activity-item > a:active {
    background: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ab-perev .activity-item > a {
    padding: 50px 50px;
    padding-top: 0;
    cursor: default;
}
.ab-perev .activity-item > a > div {
    padding-top: 213px;
}
.ab-perev .activity-item > a > div > p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
}

@media (max-width: 1890px){

	.b-activity.ab-perev {
	    padding-top: 0;
	    padding-bottom: 50px;
	}
	.ab-perev .activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 16px;
	    letter-spacing: 0;
	}
	.ab-perev .activity-item > a > div {
	    padding-top: 202px;
	}
	.ab-perev .activity-item {
	    margin-bottom: 50px;
	    width: calc(33.3333% - 50px);
	}



}

@media (max-width: 1365px){

	.ab-perev .activity-item {
	    margin-bottom: 30px;
	    width: calc(33.3333% - 30px);
	}
	.ab-perev .activity-item > a {
	    padding: 30px 30px;
	    padding-top: 0;
	}
	.ab-perev .activity-item > a > div {
	    padding-top: 192px;
	}
	.ab-perev .activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 14px;
	    letter-spacing: 0;
	}

}

@media (max-width: 1023px){

	.ab-perev .activity-box {
	    flex-wrap: wrap;
	    display: flex;
	    margin: 0 -15px;
	}
	.ab-perev .activity-item {
	    width: calc(50% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.ab-perev .activity-item > a {
	    padding: 24px 40px;
	    padding-top: 0;
	    height: 100%;
	}
	.ab-perev .activity-item > a > div {
	    padding-top: 156px;
	    height: auto;
	}
	.ab-perev .activity-item > a > div > p {
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 180%;
	    width: 100%;
	    position: static;
	    top: 50%;
	    top: auto;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    left: auto;
	}

}



@media (max-width: 767px){

	.b-activity.ab-perev {
	    padding-top: 0;
	    padding-bottom: 40px;
	}
	.ab-perev .activity-box {
	    flex-wrap: initial;
	    display: block;
	    margin: 0px;
	}
	.ab-perev .activity-item {
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 20px;
	}
	.ab-perev .activity-item > a {
	    padding: 30px 30px;
	    padding-top: 0;
	    height: auto;
	}
	.ab-perev .activity-item > a > div {
	    padding-top: 135px;
	    height: auto;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-AB-EXPLORE~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-ab-explore{
    background-color: #001F31;
    background: #001F31 url(../img/ab-explore-bg.svg) no-repeat center 85px;
    background-attachment: fixed;
    background-size: cover;
    padding: 170px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.b-ab-explore h2{
	color: #fff;
	margin-bottom: 20px;
}
.b-ab-explore-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.ab-explore-box1{
	margin-right: -35px;
	margin-left: auto;
	margin-bottom: 250px;
	width: 1269px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.ab-explore-box1-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 30px 50px;
	width: calc(33.3333% - 70px);
	margin: 0 35px;
	margin-bottom: 70px;
	background: #1a3646;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.ab-explore-box1-item.ab-explore-box1-item-big{
	width: calc(66.6666% - 70px);
}	
.ab-explore-box1-item > img{
	display: block;
	width: 70px;
	height: auto;
	margin-right: 30px;
}
.ab-explore-box1-item > span{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.ab-explore-box1-item.ab-explore-box1-item-big > span{
	color: rgba(255, 255, 255, 0.49);
}

/**/

.ab-explore-box2{
	margin-left: -35px;
	margin-right: auto;
	margin-bottom: 230px;
	width: 1116px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.ab-explore-box2-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 30px 50px;
	width: calc(50% - 70px);
	margin: 0 35px;
	margin-bottom: 70px;
	background: #1a3646;
	border: 1px solid rgba(255, 255, 255, 0.6);
}	
.ab-explore-box2-item > span{
	display: block;
	margin-right: 30px;
}
.ab-explore-box2-item > p{
	display: block;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.ab-explore-box2-item > span > span{
	display: inline-block;
	vertical-align: top;
}	
.ab-explore-box2-item > span > span.count {
    display: inline-block;
    vertical-align: top;
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgb(53, 105, 122) 0%, rgb(64, 153, 142) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}
.ab-explore-box2-item span.span-single{
	padding-top: 24px;
}

.ab-explore-box2.ab-explore-box3{
	margin-left: auto;
	margin-right: -35px;
	margin-bottom: 50px;
}

.b-ab-explore2{
	background: #001F31;
	padding: 170px 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.b-ab-explore2:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    left: 135px;
    top: 0;
}
.b-ab-explore2:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    left: 150px;
    height: 1px;
    top: 2px;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}

.ab-explore2-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.ab-explore2-left{
	width: 50%;
	padding-right: 65px;
}
.ab-explore2-right{
	width: 50%;
	padding-left: 100px;
}

.ab-explore2-box .mission-video-rect-1 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(180deg, rgba(0, 52, 83, 1) 0%, rgba(40, 238, 159, 1) 216.47%);
}
.ab-explore2-box .mission-video-rect-2 {
    background: #001F31;
    border: 1px solid #fff;
}
.ab-explore2-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 55px;
}
.explore-slider-item{
	padding-top: 55px;
	padding-bottom: 70px;
	position: relative;
}
.explore-slider-item > span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.explore-slider-item > p{
	display: block;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #D9D9D9;	
}	
.explore-slider-item:before{
	content: '';
	width: 30px;
	height: 21px;
	background: url(../img/qq.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.explore-slider.swiper-container-horizontal>.swiper-pagination-bullets, .explore-slider .swiper-pagination-custom, .explore-slider .swiper-pagination-fraction {
    bottom: 4px;
    left: 0;
    width: 100%;
}
.explore-slider .swiper-pagination{
	text-align: left;
}

.explore-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(40, 238, 159, 0.54);
    opacity: 1;
    position: relative;
    -webkit-transition: background .4s;
    transition: background .4s;
}
.explore-slider .swiper-pagination-bullet:hover {
	background: #28EE9F;
}
.explore-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #28EE9F;
}
.explore-slider .swiper-pagination-bullet-active:before{
	content: '';
	width: 23px;
	height: 23px;
	border-radius: 100%;
	border: 1px solid #28EE9F;
	position: absolute;
	left: -4px;
	top: -4px;
}
.explore-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.explore-slider .swiper-pagination .swiper-pagination-bullet:first-child{
	margin-left: 4px;
}
.explore-slider .swiper-pagination-bullet:focus{
	outline: none !important;
}


.ab-explore-box-1-abs{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	position: absolute;
	right: 100%;
	margin-right: 55px;
	margin-top: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-explore-box-2-abs{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	position: absolute;
	left: 100%;
	margin-left: 105px;
	margin-top: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-explore-box-3-abs{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	position: absolute;
	right: 100%;
	margin-right: 105px;
	margin-top: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-cicle {
    border-radius: 50%;
    /* overflow: hidden; */
}


.explore-cicle > div {
    position: relative;
}
.explore-cicle > div:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 31, 49, 0.7);
}
.explore-cicle > div > img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-cicle-1 {
    position: absolute;
    right: 100%;
    margin-right: 60px;
    top: 0px;
}
.explore-cicle-1 > div {
    width: 749px;
    height: 749px;
}


.explore-cicle-2 {
    position: absolute;
    top: -176px;
    left: 100%;
    margin-left: 125px;
}
.explore-cicle-2 > div {
    width: 362px;
    height: 362px;
}


.explore-cicle-3 {
    position: absolute;
    top: -10px;
    left: 100%;
    margin-left: 265px;
}
.explore-cicle-3 > div {
    width: 461px;
    height: 461px;
}


.explore-cicle-4 {
    position: absolute;
    right: 100%;
    margin-right: 150px;
    top: 50%;
    margin-top: -220px;
}
.explore-cicle-4 > div {
    width: 377px;
    height: 377px;
}









@media (max-width: 1890px){

	.b-ab-explore2:before {
	    left: 58px;
	}
	.b-ab-explore2:after {
	    width: calc(100% - 70px);
	    left: 70px;
	}
	.b-ab-explore{
		padding: 100px 0;
	}
	.b-ab-explore-title {
	    font-size: 18px;
	    width: 100%;
	    max-width: 1086px;
	    margin: 0 auto;
	    margin-bottom: 50px;
	}
	.b-ab-explore h2 {
	    margin-bottom: 30px;
	}

	.ab-explore-box1 {
	    margin-right: -25px;
	    margin-left: auto;
	    margin-bottom: 140px;
	    width: 78%;
	}
	.ab-explore-box1-item {
	    padding: 14px 30px;
	    width: calc(33.3333% - 50px);
	    margin: 0 25px;
	    margin-bottom: 50px;
	}
	.ab-explore-box1-item.ab-explore-box1-item-big {
	    width: calc(66.6666% - 50px);
	}
	.ab-explore-box1-item > span{
		font-size: 16px;
	}

	.explore-cicle-1 {
	    position: absolute;
	    right: 100%;
	    margin-right: 50px;
	    top: 0px;
	}
	.explore-cicle-1 > div {
	    width: 509px;
	    height: 509px;
	}
	.ab-explore-box-1-abs {
	    font-size: 20px;
	    line-height: 130%;
	    margin-right: 25px;
	    margin-top: -26px;
	}

	.ab-explore-box2-item {
	    padding: 26px 30px;
	    width: calc(50% - 50px);
	    margin: 0 25px;
	    margin-bottom: 50px;
	}
	.ab-explore-box2 {
	    margin-left: -25px;
	    margin-right: auto;
	    margin-bottom: 150px;
	    width: 69%;
	}
	.ab-explore-box1-item > img {
	    display: block;
	    width: auto;
	    height: 70px;
	    margin-right: 30px;
	}
	.ab-explore-box2-item > span > span.count{
		font-size: 48px;
	}
	.ab-explore-box2-item span.span-single {
	    padding-top: 21px;
	    font-size: 24px;
	}
	.ab-explore-box2-item > p{
		font-size: 16px;
	}
	.ab-explore-box-2-abs {
	    font-size: 20px;
	    margin-left: 40px;
	    margin-top: -26px;
	}
	.explore-cicle-2 > div {
	    width: 272px;
	    height: 272px;
	}
	.explore-cicle-2 {
	    position: absolute;
	    top: -136px;
	    left: 100%;
	    margin-left: 50px;
	}
	.explore-cicle-3 > div {
	    width: 346px;
	    height: 346px;
	}
	.explore-cicle-3 {
	    position: absolute;
	    top: -10px;
	    left: 100%;
	    margin-left: 160px;
	}


	.ab-explore-box-3-abs {
	    font-size: 20px;
	    margin-right: 40px;
	    margin-top: -26px;
	}
	.explore-cicle-4 > div {
	    width: 295px;
	    height: 295px;
	}
	.explore-cicle-4 {
	    position: absolute;
	    right: 100%;
	    margin-right: 120px;
	    top: 50%;
	    margin-top: -175px;
	}
	.ab-explore-box2.ab-explore-box3 {
	    margin-left: auto;
	    margin-right: -25px;
	    margin-bottom: 50px;
	}

	.b-ab-explore2 {
	    padding: 100px 0;
	}
	.ab-explore2-left {
	    width: 50%;
	    padding-right: 24px;
	}
	.ab-explore2-right {
	    width: 50%;
	    padding-left: 24px;
	}
	.ab-explore2-title {
	    font-size: 20px;
	    margin-bottom: 45px;
	}
	.explore-slider-item > span {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.explore-slider-item {
	    padding-top: 50px;
	    padding-bottom: 55px;
	    position: relative;
	}


}

@media (max-width: 1365px){

	.b-ab-explore2:before {
	    left: 39px;
	}
	.b-ab-explore2:after {
	    width: calc(100% - 50px);
	    left: 50px;
	}
	.b-ab-explore {
	    padding: 80px 0;
	}
	.b-ab-explore h2 {
	    margin-bottom: 20px;
	}
	.b-ab-explore h2 span, .b-ab-explore h2 br{
		display: none;
	}	
	.b-ab-explore-title {
	    font-size: 16px;
	    width: 100%;
	    max-width: 769px;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}
	.ab-explore-box1-item > img {
	    display: block;
	    width: 50px;
	    height: 50px;
	    margin-right: 20px;
	}
	.ab-explore-box1-item {
	    padding: 9px 20px;
	    width: calc(33.3333% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.ab-explore-box1-item > span {
	    font-size: 14px;
	}
	.ab-explore-box1-item.ab-explore-box1-item-big {
	    width: calc(66.6666% - 30px);
	}
	.ab-explore-box1 {
	    margin-right: -15px;
	    margin-left: auto;
	    margin-bottom: 90px;
	    width: 78%;
	}

	.ab-explore-box-1-abs {
	    font-size: 18px;
	    line-height: 130%;
	    margin-right: 30px;
	    margin-top: -15px;
	}
	.explore-cicle-1 {
	    position: absolute;
	    right: 100%;
	    margin-right: 40px;
	    top: 0px;
	}
	.explore-cicle-1 > div {
	    width: 356px;
	    height: 356px;
	}
	.explore-cicle-1 > div {
	    width: 356px;
	    height: 356px;
	}
	.ab-explore-box2-item > span {
	    display: block;
	    margin-right: 10px;
	    white-space: nowrap;
	}
	.ab-explore-box2 {
	    margin-left: -15px;
	    margin-right: auto;
	    margin-bottom: 90px;
	    width: 69%;
	}
	.ab-explore-box2-item {
	    padding: 10px 20px;
	    width: calc(50% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.ab-explore-box2-item > p {
	    font-size: 14px;
	}
	.ab-explore-box-2-abs {
	    font-size: 18px;
	    margin-left: 15px;
	    margin-top: -15px;
	}
	.explore-cicle-2 > div {
	    width: 215px;
	    height: 215px;
	}
	.explore-cicle-2 {
	    position: absolute;
	    top: -70px;
	    left: 100%;
	    margin-left: 30px;
	}
	.explore-cicle-3 > div {
	    width: 257px;
	    height: 257px;
	}
	.explore-cicle-3 {
	    position: absolute;
	    top: -10px;
	    left: 100%;
	    margin-left: 130px;
	}

	.ab-explore-box-3-abs {
	    font-size: 18px;
	    margin-right: 40px;
	    margin-top: -15px;
	}
	.explore-cicle-4 > div {
	    width: 210px;
	    height: 210px;
	}
	.explore-cicle-4 {
	    position: absolute;
	    right: 100%;
	    margin-right: 150px;
	    top: 50%;
	    margin-top: -122px;
	}
	.ab-explore-box2.ab-explore-box3 {
	    margin-left: auto;
	    margin-right: -15px;
	    margin-bottom: 50px;
	}

	.b-ab-explore2 {
	    padding: 80px 0;
	}
	.ab-explore2-title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.explore-slider-item > span {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.explore-slider-item > p {
	    font-size: 14px;
	}
	.explore-slider-item {
	    padding-top: 45px;
	    padding-bottom: 55px;
	    position: relative;
	}

}

@media (max-width: 1023px){

	.b-ab-explore2:before {
	    left: 22px;
	    width: 3px;
	    height: 3px;
	}
	.b-ab-explore2:after {
	    width: calc(100% - 30px);
	    left: 30px;
	    top: 1px;
	}
	.b-ab-explore-title {
	    font-size: 16px;
	    width: 100%;
	    max-width: 690px;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}
	.ab-explore-box1-item {
	    padding: 9px 20px;
	    width: calc(50% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.ab-explore-box1-item.ab-explore-box1-item-big {
	    width: calc(50% - 30px);
	}
	.ab-explore-box1 {
	    margin-right: -15px;
	    margin-left: auto;
	    margin-bottom: 90px;
	    width: 73%;
	}
	.ab-explore-box-1-abs {
	    font-size: 16px;
	    line-height: 130%;
	    margin-right: 30px;
	    margin-top: -14px;
	}
	.explore-cicle-1 > div {
	    width: 400px;
	    height: 400px;
	}

	.ab-explore-box2-item {
	    padding: 10px 20px;
	    width: calc(100% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.ab-explore-box2-item {
	    padding: 10px 20px;
	    width: calc(100% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.ab-explore-box2-item > span {
	    display: block;
	    margin-right: 0px;
	    white-space: nowrap;
	    width: 120px;
	}
	.ab-explore-box-2-abs {
	    font-size: 16px;
	    margin-left: 60px;
	    margin-top: -14px;
	}
	.explore-cicle-2 > div {
	    width: 248px;
	    height: 248px;
	}
	.explore-cicle-2 {
	    position: absolute;
	    top: 0;
	    left: 100%;
	    margin-left: 60px;
	}
	.explore-cicle-3 {
	    position: absolute;
	    top: auto;
	    bottom: 30px;
	    left: 100%;
	    margin-left: 180px;
	}
	.explore-cicle-3 > div {
	    width: 297px;
	    height: 297px;
	}
	.ab-explore-box2.ab-explore-box3 {
	    margin-left: auto;
	    margin-right: -15px;
	    margin-bottom: 0px;
	}
	.ab-explore-box3 .ab-explore-box2-item > span {
	    width: 150px;
	}
	.ab-explore-box2 {
	    margin-left: -15px;
	    margin-right: auto;
	    margin-bottom: 80px;
	    width: 52%;
	}
	.ab-explore-box-3-abs {
	    font-size: 16px;
	    margin-right: 100px;
	    margin-top: -14px;
	}
	.explore-cicle-4 > div {
	    width: 228px;
	    height: 228px;
	}
	.explore-cicle-4 {
	    position: absolute;
	    right: 100%;
	    margin-right: 160px;
	    top: 50%;
	    margin-top: -116px;
	}

	.ab-explore2-left {
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 50px;
	}
	.ab-explore2-right {
	    width: 100%;
	    padding-left: 0px;
	}
	.ab-explore2-box {
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	}
	.ab-explore2-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.explore-slider-item > span {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.explore-slider-item {
	    padding-top: 41px;
	    padding-bottom: 50px;
	    position: relative;
	}
	.explore-slider-item:before {
	    left: 50%;
	    margin-left: -15px;
	}
	.explore-slider .swiper-pagination {
	    text-align: center;
	}


}



@media (max-width: 767px){

	.b-ab-explore2:before {
	    left: 20px;
	}
	.b-ab-explore2:after {
	    width: calc(100% - 28px);
	    left: 28px;
	}
	.b-ab-explore {
	    padding: 60px 0;
	}
	.b-ab-explore-title {
	    font-size: 14px;
	    width: 100%;
	    max-width: 690px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
	.ab-explore-box1 {
	    margin-right: -10px;
	    margin-left: -10px;
	    margin-bottom: 40px;
	    width: auto;
	    padding-top: 133px;
	}
	.ab-explore-box1-item {
	    padding: 11px 10px;
	    width: calc(50% - 20px);
	    margin: 0 10px;
	    margin-bottom: 20px;
	    height: 70px;
	}
	.ab-explore-box1-item.ab-explore-box1-item-big {
	    width: calc(50% - 20px);
	}
	.ab-explore-box1-item > img {
	    display: block;
	    width: 40px;
	    height: 40px;
	    margin-right: 10px;
	}
	.ab-explore-box1-item > span {
	    font-size: 13px;
	}
	.ab-explore-box1-item.ab-explore-box1-item-big {
	    width: calc(50% - 20px);
	    height: auto;
	}
	.explore-cicle-1 > div {
	    width: 122px;
	    height: 122px;
	    transform: none !important;
	}
	.explore-cicle-1 {
	    position: absolute;
	    right: auto;
	    left: -30px;
	    margin-right: 0;
	    top: 0px;
	}
	.ab-explore-box-1-abs {
	    font-size: 15px;
	    line-height: 130%;
	    margin-right: 0;
	    margin-top: 0;
	    right: auto;
	    left: 70px;
	    top: 42px;
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
	}
	.ab-explore-box2 {
	    margin-left: -15px;
	    margin-right: -15px;
	    margin-bottom: 20px;
	    width: auto;
	    padding-top: 172px;
	}
	.explore-cicle-2 {
	    position: absolute;
	    top: 0;
	    left: auto;
	    right: 65px;
	    margin-left: 0px;
	}
	.explore-cicle-2 > div {
	    width: 122px;
	    height: 122px;
	    transform: none !important;
	}

	.explore-cicle-3 > div {
	    width: 146px;
	    height: 146px;
	    transform: none !important;
	}
	.explore-cicle-3 {
	    position: absolute;
	    top: 15px;
	    bottom: auto;
	    left: auto;
	    right: -48px;
	    margin-left: 0;
	}
	.ab-explore-box-2-abs {
	    font-size: 15px;
	    margin-left: 0;
	    margin-top: 0;
	    top: 67px;
	    left: auto;
	    right: 50px;
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
	}

	.ab-explore-box2.ab-explore-box3 {
	    margin-left: -15px;
	    margin-right: -15px;
	    margin-bottom: 0px;
	    padding-top: 160px;
	}

	.explore-cicle-4 > div {
	    width: 130px;
	    height: 130px;
	    transform: none !important;
	}
	.explore-cicle-4 {
	    position: absolute;
	    right: auto;
	    left: -17px;
	    margin-right: 0;
	    top: 10px;
	    margin-top: 0;
	}
	.ab-explore-box-3-abs {
	    font-size: 15px;
	    margin-right: 0;
	    margin-top: 0;
	    top: 57px;
	    right: auto;
	    left: 65px;
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
	}
	.ab-explore-box2-item {
	    margin-bottom: 20px;
	}
	.ab-explore-box2.ab-explore-box3 .ab-explore-box2-item:last-child{
		margin-bottom: 0;
	}

	.b-ab-explore2 {
	    padding: 60px 0;
	}
	.ab-explore2-left {
	    margin-bottom: 37px;
	}
	.ab-explore2-title {
	    font-size: 15px;
	    margin-bottom: 20px;
	}
	.explore-slider-item {
	    padding-top: 40px;
	    padding-bottom: 45px;
	    position: relative;
	}

}


@media (max-width: 359px){

	.ab-explore-box1-item > img {
	    display: block;
	    width: 30px;
	    height: 30px;
	    margin-right: 5px;
	}
	.ab-explore-box1-item > span {
	    font-size: 12px;
	}

}	






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~BLOCK-AB-RESULTS~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-ab-results{
	padding: 170px 0;
}
.b-ab-results h2{
	margin-bottom: 20px;
}
.ab-results-subtitle{
	width: 100%;
	max-width: 1014px;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000F18;
	margin: 0 auto;
	margin-bottom: 100px;
}
.ab-results-item{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 170px;
}
.b-ab-results .container .ab-results-item:last-child{
	margin-bottom: 0;
}
.ab-results-cont{
	width: 50%;
}
.ab-results-img{
	width: 50%;
	position: relative;
	z-index: 2;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}

.rtl .ab-results-img{
	order: 1;
}
.rtl .ab-results-cont{
	order: 2;
}

.ab-results-slider-box{
	order: 3;
	width: 100%;
	padding-top: 125px;
}

.ab-results-img #lottie2 {
	position: relative;
	max-width: 600px;
	margin: 0;
    margin-left: -86px;
}
.ab-results-bg-1{
	display: block;
	position: absolute;
	left: 20px;
	top: 73px;
	width: 698px;
}


.ab-results-img #lottie3 {
	position: relative;
	max-width: 650px;
	margin: 0;
	margin-left: auto;
    margin-right: -40px;
}
.ab-results-bg-2{
	display: block;
	position: absolute;
	right: -40px;
	bottom: 58px;
	width: 719px;
}


.ab-results-img #lottie4 {
	position: relative;
	max-width: 728px;
	margin: 0;
	margin-left: -85px;
}
.ab-results-bg-3{
	display: block;
	position: absolute;
	left: -100px;
	bottom: 14px;
	width: 762px;
}

.ab-results-img #lottie5 {
	position: relative;
	max-width: 678px;
	margin: 0;
	margin-left: auto;
	margin-right: -20px;
}
.ab-results-bg-4{
	display: block;
	position: absolute;
	right: 180px;
	bottom: -7px;
	width: 729px;
}


.ab-results-cont-title{
	position: relative;

}
.ab-results-cont-title span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    mix-blend-mode: difference;
    color: #fff;
    /* color: #001F31; */
    margin-bottom: 70px;
}	
.ab-results-cont-title div{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	left: -50px;
	top: -69px;
	/*background: #001F31;*/
	background: #000;
	text-align: center;
	font-weight: 600;
	font-size: 36px;
	line-height: 100px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}	

.ab-results-cont ul.one-column{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-gap: 0px;
	column-gap: 0px;
}	
.ab-results-cont ul{
	position: relative;
	z-index: 2;
	list-style: none;
	margin-bottom: 70px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 130px;
	-webkit-column-gap: 130px;
	column-gap: 130px;

	font-size: 16px;
	line-height: 180%;
	color: #000F18;
}
.ab-results-cont ul li{
	margin-bottom: 20px;
	padding-left: 31px;
	position: relative;
}	
.ab-results-cont ul li:before{
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #001F31;
	position: absolute;
	left: 0;
	top: 7px;
}
.ab-result-btn, .ab-result-btn2{
	position: relative;
	z-index: 2;
}

.ab-result-btn a.blue-btn span{
	display: inline-block;
	vertical-align: top;
	padding-right: 22px;
	position: relative;
}
.ab-result-btn a.blue-btn span:after{
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	background: url(../img/arr.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
a.blue-btn.active {
    background: #003757;
}
.ab-result-btn a.blue-btn.active span:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}	

.results-slider, .results-slider .swiper-wrapper{
	z-index: 2;
}
.results-slider-out{
	position: relative;
	padding: 0 141px;
	margin-bottom: 50px;
}
.results-slider .swiper-slide{
	overflow: visible;
	background-clip: content-box;
}
.results-slider .swiper-slide img{
	display: block;
	/*border: 1px solid #001F31;*/
	backface-visibility: hidden;
	position: relative;
	background-clip: content-box;
}

.results-thumbs .swiper-slide img {
    display: block;
    /*border: 1px solid #001F31;*/
    backface-visibility: hidden;
    position: relative;
    background-clip: content-box;
}
.results-thumbs{
	margin: 0 auto;
	width: 100%;
	max-width: 744px;
}
.results-thumbs .swiper-slide{
	cursor: pointer;
}


.results-slider-out .swiper-button-next:after, .results-slider-out .swiper-button-prev:after{
	content: none;
}
.results-slider-out .swiper-button-next, .results-slider-out .swiper-button-prev {
    width: 40px;
    height: 55px;
    margin-top: -22px;
    color: #fff;
}
.results-slider-out .swiper-button-next:hover, .results-slider-out .swiper-button-prev:hover{
	opacity: 0.5;
}
.results-slider-out .swiper-button-next svg, .results-slider-out .swiper-button-prev svg {
	display: block;
	width: 100%;
	height: auto;
}	
.ab-results-slider-box{
	display: none;
}

.results-slider-out .swiper-button-prev {
    left: 0;
    right: auto;
}
.results-slider-out .swiper-button-next {
    right: 0px;
    left: auto;
}
.ab-result-btn2{
	display: none;
}



@media (max-width: 1890px){

.results-slider .swiper-slide img{
	min-height: 489px;
}
	.b-ab-results {
	    padding: 100px 0;
	}
	.ab-results-subtitle {
	    width: 100%;
	    max-width: 1014px;
	    font-size: 18px;
	    margin: 0 auto;
	    margin-bottom: 100px;
	}
	.ab-results-img #lottie2 {
	    position: relative;
	    max-width: 396px;
	    margin: 0;
	    margin-left: 0;
	}
	.ab-results-bg-1 {
	    display: block;
	    position: absolute;
	    left: 70px;
	    top: 48px;
	    width: 462px;
	}
	.ab-results-cont-title div {
	    width: 70px;
	    height: 70px;
	    left: -40px;
	    top: -50px;
	    font-size: 24px;
	    line-height: 70px;
	}
	.ab-results-cont-title span {
	    font-size: 20px;
	    margin-bottom: 25px;
	}
	.ab-results-cont ul li {
	    margin-bottom: 15px;
	    padding-left: 31px;
	    position: relative;
	}
	.ab-results-cont ul {
	    margin-bottom: 40px;
	    -moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	    -moz-column-gap: 70px;
	    -webkit-column-gap: 70px;
	    column-gap: 70px;
	    font-size: 16px;
	}
	.ab-results-item {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    margin-bottom: 100px;
	}
	.ab-results-slider-box {
	    padding-top: 60px;
	    max-width: 1094px;
	    margin: 0 auto;
	}

	.ab-results-img #lottie3 {
	    position: relative;
	    max-width: 442px;
	    margin: 0;
	    margin-left: auto;
	    margin-right: -20px;
	}
	.ab-results-bg-2 {
	    display: block;
	    position: absolute;
	    right: 0;
	    bottom: 40px;
	    width: 488px;
	}

	.ab-results-img #lottie4 {
	    position: relative;
	    max-width: 492px;
	    margin: 0;
	    margin-left: 0;
	}
	.ab-results-bg-3 {
	    display: block;
	    position: absolute;
	    left: -10px;
	    bottom: -10px;
	    width: 515px;
	}

	.ab-results-img #lottie5 {
	    position: relative;
	    max-width: 458px;
	    margin: 0;
	    margin-left: auto;
	    margin-right: 0;
	}
	.ab-results-bg-4 {
	    display: block;
	    position: absolute;
	    right: 140px;
	    bottom: -5px;
	    width: 492px;
	}

	.results-slider-out {
	    position: relative;
	    padding: 0 110px;
	    margin-bottom: 30px;
	}


}

@media (max-width: 1365px){

.results-slider .swiper-slide img{
	min-height: 339px;
}
	.b-ab-results {
	    padding: 80px 0;
	}
	.ab-results-subtitle {
	    width: 100%;
	    max-width: 750px;
	    font-size: 16px;
	    margin: 0 auto;
	    margin-bottom: 90px;
	}
	.ab-results-img {
	    width: 43%;
	}
	.ab-results-cont {
	    width: 57%;
	}
	.ab-results-img #lottie2 {
	    position: relative;
	    max-width: 280px;
	    margin: 0;
	    margin-left: -20px;
	}
	.ab-results-bg-1 {
	    display: block;
	    position: absolute;
	    left: 27px;
	    top: 34px;
	    width: 327px;
	}
	.ab-results-cont-title span {
	    font-size: 18px;
	    margin-bottom: 16px;
	}
	.ab-results-cont ul li {
	    margin-bottom: 10px;
	    padding-left: 21px;
	    position: relative;
	}
	.ab-results-cont ul {
	    margin-bottom: 30px;
	    -moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	    -moz-column-gap: 30px;
	    -webkit-column-gap: 30px;
	    column-gap: 30px;
	    font-size: 14px;
	}
	.ab-results-img #lottie3 {
	    position: relative;
	    max-width: 314px;
	    margin: 0;
	    margin-left: auto;
	    margin-right: 0;
	}
	.ab-results-bg-2 {
	    display: block;
	    position: absolute;
	    right: 0;
	    bottom: 28px;
	    width: 346px;
	}
	.ab-results-img #lottie4 {
	    position: relative;
	    max-width: 358px;
	    margin: 0;
	    margin-left: -30px;
	}
	.ab-results-bg-3 {
	    display: block;
	    position: absolute;
	    left: -34px;
	    bottom: -7px;
	    width: 374px;
	}
	.ab-results-img #lottie5 {
	    position: relative;
	    max-width: 340px;
	    margin: 0;
	    margin-left: auto;
	    margin-right: -30px;
	}
	.ab-results-bg-4 {
	    display: block;
	    position: absolute;
	    right: 70px;
	    bottom: -5px;
	    width: 364px;
	}
	.ab-results-slider-box {
	    padding-top: 50px;
	    max-width: 726px;
	    margin: 0 auto;
	}
	.results-slider-out {
	    position: relative;
	    padding: 0 60px;
	    margin-bottom: 30px;
	}
	.results-slider-out .swiper-button-next, .results-slider-out .swiper-button-prev {
	    width: 30px;
	    height: 42px;
	    margin-top: -21px;
	}
	.results-thumbs {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 606px;
	}

}

@media (max-width: 1023px){

.results-slider .swiper-slide img{
	min-height: auto;
}
	.ab-results-subtitle {
	    width: 100%;
	    max-width: 672px;
	    font-size: 16px;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}

	.rtl .ab-results-cont, .ab-results-cont {
	    order: 2;
	}
	.rtl .ab-results-img, .ab-results-img {
	    order: 1;
	}
	.ab-results-item {
	    align-items: initial;
	    margin-bottom: 80px;
	}
	.ab-results-cont {
	    width: 100%;
	    padding-left: 37px;
	}
	.ab-results-img {
	    width: 500px;
	    margin: 0 auto;
	    margin-bottom: 60px;
	}
	.ab-results-img #lottie2 {
	    position: relative;
	    max-width: 331px;
	    margin: 0 auto;
	}
	.ab-results-bg-1 {
	    display: block;
	    position: absolute;
	    left: 145px;
	    top: 40px;
	    width: 386px;
	}
	.ab-results-cont-title span {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.ab-result-btn{
		text-align: center;
	}

	.ab-results-img #lottie3 {
	    position: relative;
	    max-width: 364px;
	    margin: 0 auto;
	}
	.ab-results-bg-2 {
	    display: block;
	    position: absolute;
	    right: 70px;
	    bottom: 32px;
	    width: 402px;
	}
	.ab-results-img #lottie4 {
	    position: relative;
	    max-width: 422px;
	    margin: 0 auto;
	}
	.ab-results-bg-3 {
	    display: block;
	    position: absolute;
	    left: 34px;
	    bottom: -8px;
	    width: 441px;
	}
	.ab-results-img #lottie5 {
	    position: relative;
	    max-width: 368px;
	    margin: 0 auto;
	}
	.ab-results-bg-4 {
	    display: block;
	    position: absolute;
	    right: 166px;
	    bottom: -5px;
	    width: 396px;
	}
	.ab-results-slider-box {
	    padding-top: 40px;
	    max-width: 100%;
	    width: 100%;
	    margin: 0 auto;
	}
	.results-slider-out {
	    position: relative;
	    padding: 0 50px;
	    margin-bottom: 30px;
	}
	.results-slider-out .swiper-button-prev {
	    left: -10px;
	    right: auto;
	}
	.results-slider-out .swiper-button-next {
	    right: -10px;
	    left: auto;
	}
	.results-thumbs {
	    margin: 0 auto;
	    width: 100%;
	    max-width: calc(100% - 100px);
	}


}



@media (max-width: 767px){

	.b-ab-results {
	    padding: 60px 0;
	    padding-bottom: 65px;
	}
	.ab-results-subtitle {
	    width: 100%;
	    max-width: 672px;
	    font-size: 14px;
	    margin: 0 auto;
	    margin-bottom: 70px;
	}
	.rtl .ab-results-cont, .ab-results-cont {
	    order: 1;
	}
	.rtl .ab-results-img, .ab-results-img {
	    order: 2;
	}
	.ab-results-cont {
	    width: 100%;
	    padding-left: 0px;
	}
	.ab-results-cont-title div {
	    left: 0;
	}
	.ab-results-cont-title {
	    position: relative;
	    padding-left: 40px;
	}
	.ab-results-cont-title span {
	    font-size: 16px;
	    margin-bottom: 16px;
	}
	.ab-results-cont ul {
	    margin-bottom: 20px;
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	    -moz-column-gap: 0px;
	    -webkit-column-gap: 0px;
	    column-gap: 0px;
	    font-size: 14px;
	}
	.ab-result-btn2 a.blue-btn {
	    max-width: 320px;
	    width: 100%;
	    text-align: center;
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.ab-result-btn{
		display: none;
	}
	.ab-result-btn2 {
	    display: block;
	    text-align: center;
	    order: 4;
	    width: 100%;
	}
	.ab-results-slider-box{
		display: none !important;
	}

	.ab-results-bg-1, .ab-results-bg-2, .ab-results-bg-3, .ab-results-bg-4,
	.ab-results-img #lottie2, .ab-results-img #lottie3, .ab-results-img #lottie4, .ab-results-img #lottie5{
		display: none !important;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none; 
	}

	.ab-illustr-1, .ab-illustr-2, .ab-illustr-3, .ab-illustr-4{
		display: block !important;
		margin: 0 auto;
	}
	.ab-results-img {
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~BLOCK-EXPLORE-PROCESS~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.b-explore-process {
    position: relative;
    z-index: 2;
    background: #001F31;
}
.explore-process{
	padding: 170px 0;
}
.explore-process h2{
	color: #fff;
}
.explore-process-box{
	position: relative;
	margin: 0 -25px;
}
.explore-process-box:after{
	content: '';
	display: table;
	clear: both;
}
.explore-process-item{
	float: left;
	width: 25%;
	padding: 0 25px;
	position: relative;
}
.explore-process-box > .explore-process-item:last-child:before{
	content: none;
}	
.explore-process-item:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #28EE9F;
	position: absolute;
	left: 50%;
	top: 80px;
}

.explore-process-numb{
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid #28EE9F;
	background: #001F31;
	margin-bottom: 40px;
}
.explore-process-numb > span{
	width: 70px;
	height: 70px;
	line-height: 70px;
	padding-left: 3px;
	text-align: center;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #001F31;
	display: block;
	border-radius: 50%;
	background: rgba(40, 238, 159, 0.6);
	border: 1px solid #28EE9F;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 50%;
	margin-top: -35px;
}	
.explore-process-numb:before{
	content: '';
	width: 116px;
	height: 116px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	top: 50%;
	margin-top: -58px;
	background: rgba(40, 238, 159, 0.1);
	border: 1px solid #28EE9F;
}

.explore-process-cont > span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #F8F8F8;
	margin-bottom: 20px;
}
.explore-process-cont > ul{
	list-style: none;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #F8F8F8;
}	
.explore-process-cont > ul li{
	position: relative;
	padding-left: 31px;
	margin-bottom: 10px;
}	
.explore-process-cont > ul li:last-child{
	margin-bottom: 0;
}
.explore-process-cont > ul li:before{
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #28EE9F;
	position: absolute;
	left: 0;
	top: 9px;
}	


@media (max-width: 1890px){

	.explore-process {
	    padding: 100px 0;
	}
	.explore-process-numb {
	    width: 130px;
	    height: 130px;
	    margin-bottom: 30px;
	}
	.explore-process-numb:before {
	    width: 94px;
	    height: 94px;
	    margin-left: -47px;
	    margin-top: -47px;
	}
	.explore-process-numb > span {
	    width: 56px;
	    height: 56px;
	    line-height: 56px;
	    padding-left: 3px;
	    font-size: 36px;
	    margin-left: -28px;
	    margin-top: -28px;
	}
	.explore-process-item:before {
	    top: 65px;
	}
	.explore-process-box {
	    margin: 0 -22px;
	}
	.explore-process-item {
	    padding: 0 22px;
	}
	.explore-process-cont > span{
		font-size: 20px;
	}
	.explore-process-cont > ul{
		font-size: 16px;
	}
	.explore-process-cont > ul li:before{
		top: 7px;
	}

}

@media (max-width: 1365px){

	.explore-process {
	    padding: 80px 0;
	}
	.explore-process-box {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 758px;
	}
	.explore-process-item {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    position: relative;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    justify-content: space-between;
	    margin-bottom: 50px;
	}
	.explore-process-cont{
		width: calc(100% - 160px);
	}
	.explore-process-numb{
		margin-bottom: 0;
	}
	.explore-process-box .explore-process-item:last-child{
		margin-bottom: 0;
	}	
	.explore-process-cont > span {
	    font-size: 18px;
	    text-align: left;
	}
	.explore-process-cont > ul {
	    font-size: 14px;
	}
	.explore-process-cont > ul li {
	    position: relative;
	    padding-left: 21px;
	    margin-bottom: 10px;
	}
	.explore-process-cont > ul li:before {
	    top: 6px;
	}
	.explore-process-numb{
		margin: 0;
	}
	.explore-process-item:before {
	    content: '';
	    width: 1px;
	    height: calc(100% + 50px);
	    background: #28EE9F;
	    position: absolute;
	    left: 65px;
	    top: 50%;
	}



}

@media (max-width: 1023px){


}



@media (max-width: 767px){

	.explore-process {
	    padding: 50px 0;
	}
	.explore-process-item {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    position: relative;
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	    justify-content: initial;
	    margin-bottom: 40px;
	}
	.explore-process-numb {
	    margin: 0 auto;
	    margin-bottom: 20px;
	    width: 80px;
	    height: 80px;
	}
	.explore-process-numb:before {
	    width: 58px;
	    height: 58px;
	    margin-left: -29px;
	    margin-top: -29px;
	}
	.explore-process-numb > span {
	    width: 36px;
	    height: 36px;
	    line-height: 36px;
	    padding-left: 1px;
	    font-size: 14px;
	    margin-left: -18px;
	    margin-top: -18px;
	}

	.explore-process-cont {
	    width: 100%;
	}
	.explore-process-cont > span {
	    font-size: 15px;
	    text-align: left;
	    margin-bottom: 10px;
	}

	.explore-process-item:before {
	    content: '';
	    width: 1px;
	    height: 130px;
	    background: #28EE9F;
	    position: absolute;
	    left: 50%;
	    top: -30px;
	}
	.explore-process-box .explore-process-item:first-child:before {
		top: 0;
		height: 100px;
	}	
	.explore-process-box  .explore-process-item:last-child:before {
	    content: '';
	    width: 1px;
	    height: 130px;
	    background: #28EE9F;
	    position: absolute;
	    left: 50%;
	    top: -30px;
	}



}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~BLOCK-EXPLORE-ZVIT~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.explore-zvit{
	padding-bottom: 170px;
}
.explore-zvit h2{
	color: #fff;
	margin-bottom: 30px;
}
.explore-zvit-subtitle{
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #F8F8F8;
	margin-bottom: 90px;
}

.zvit-slider-out {
    position: relative;
    padding: 0 141px;
    margin-bottom: 50px;
}
.zvit-thumbs-out{
    position: relative;
    padding: 0 141px;	
}

.zvit-slider .swiper-slide img {
    display: block;
    backface-visibility: hidden;
}
.zvit-thumbs .swiper-slide img {
    display: block;
    backface-visibility: hidden;
}

.zvit-slider-out .swiper-button-next, .zvit-slider-out .swiper-button-prev {
    width: 40px;
    height: 55px;
    margin-top: -22px;
}
.zvit-slider-out .swiper-button-next:hover, .zvit-slider-out .swiper-button-prev:hover{
	opacity: 0.7;
}
.zvit-thumbs-out .swiper-button-next, .zvit-thumbs-out .swiper-button-prev {
    width: 20px;
    height: 28px;
    margin-top: -14px;
}
.zvit-thumbs-out .swiper-button-next:hover, .zvit-thumbs-out .swiper-button-prev:hover{
	opacity: 0.7;
}

.zvit-slider-out .swiper-button-prev {
    left: 0;
    right: auto;
}
.zvit-slider-out .swiper-button-next {
    right: 0px;
    left: auto;
}

.zvit-thumbs-out .swiper-button-prev {
    left: 75px;
    right: auto;
}
.zvit-thumbs-out .swiper-button-next {
    right: 75px;
    left: auto;
}

.zvit-slider-out .swiper-button-next svg, .zvit-slider-out .swiper-button-prev svg,
.zvit-thumbs-out .swiper-button-next svg, .zvit-thumbs-out .swiper-button-prev svg {
    display: block;
    width: 100%;
    height: auto;
}
.zvit-slider-out .swiper-button-next:after, .zvit-slider-out .swiper-button-prev:after,
.zvit-thumbs-out .swiper-button-next:after, .zvit-thumbs-out .swiper-button-prev:after{
	content: none;
}
.explore-zvit-btn{
	display: none;
}






@media (max-width: 1890px){

	.explore-zvit {
	    padding-bottom: 100px;
	}
	.explore-zvit-subtitle {
	    font-size: 18px;
	    margin-bottom: 60px;
	}
	.explore-zvit-slider-box{
	    max-width: 1094px;
	    margin: 0 auto;
	}
	.zvit-slider-out {
	    padding: 0 110px;
	    margin-bottom: 30px;
	}
	.zvit-thumbs-out {
	    padding: 0 110px;
	}

}

@media (max-width: 1365px){

	.explore-zvit {
	    padding-bottom: 80px;
	}
	.explore-zvit h2 {
	    margin-bottom: 20px;
	}
	.explore-zvit-slider-box{
	    max-width: 726px;
	    margin: 0 auto;
	}
	.zvit-slider-out {
	    padding: 0 60px;
	    margin-bottom: 30px;
	}
	.zvit-thumbs-out {
	    padding: 0 60px;
	}

	.zvit-slider-out .swiper-button-next, .zvit-slider-out .swiper-button-prev {
	    width: 30px;
	    height: 42px;
	    margin-top: -21px;
	}
	.zvit-thumbs-out .swiper-button-prev {
	    left: 30px;
	    right: auto;
	}
	.zvit-thumbs-out .swiper-button-next {
	    right: 30px;
	    left: auto;
	}

	.explore-zvit-subtitle {
	    font-size: 16px;
	    margin-bottom: 40px;
	}

}

@media (max-width: 1023px){

	.explore-zvit-slider-box{
	    max-width: 100%;
	    width: 100%;
	    margin: 0 auto;
	}
	.zvit-slider-out {
	    position: relative;
	    padding: 0 50px;
	    margin-bottom: 30px;
	}
	.zvit-thumbs-out {
	    position: relative;
	    padding: 0 50px;
	}

	.zvit-thumbs-out .swiper-button-prev {
	    left: 20px;
	    right: auto;
	}
	.zvit-thumbs-out .swiper-button-next {
	    right: 20px;
	    left: auto;
	}



}



@media (max-width: 767px){

	.explore-zvit {
	    padding-bottom: 60px;
	}
	.explore-zvit-slider-box{
		display: none;
	}	
	.explore-zvit-btn{
		display: block;
		text-align: center;
	}
	.explore-zvit-btn > a{
		font-weight: bold;
		font-size: 14px;
	    line-height: 20px;
	    padding: 17px 5px;
	    letter-spacing: 0.05em;
	    text-transform: uppercase;
	    width: 100%;
	    display: block;
	    max-width: 320px;
	    margin: 0 auto;
	    text-align: center;
	}
	.explore-zvit-subtitle {
	    font-size: 14px;
	    width: 100%;
	    max-width: 328px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
	.explore-zvit-subtitle br {
	    display: none;
	}


}


@media (max-width: 359px){

}	


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-AGRODUEDIL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~BLOCK-MAIN-AGRODUEDIL~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.b-main.b-ad-main {
    height: 100vh;
    position: relative;
    background: #001F31;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 92px;
    padding-top: 0;
}
.ad-main-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-left: 150px;
    padding-right: 200px;
    max-height: calc(100vh - 460px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.ad-main-box-text {
    width: 55%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.ad-main-box-img {
    width: 45%;
}

.ad-main-box-text h2 {
    color: #fff;
    font-size: 64px;
    line-height: 67px;
    text-align: left;
    margin-bottom: 30px;
}
.ad-main-box-text p {
    max-width: 800px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.ad-main-btns > a {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 24px 49px;
}

.ad-main-box-img #lottie1 {
    max-width: 540px;
    max-height: 100%;
    margin: 0 auto;
}
.ad-illustr-1{
	display: none;
}


@media (max-width: 1890px){

	.b-main.b-ad-main {
	    align-items: center;
	    padding-bottom: 64px;
	    padding-top: 230px;
	}

	.ad-main-box {
	    position: relative;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    width: 100%;
	    padding-left: 70px;
	    padding-right: 70px;
	    max-height: calc(100vh - 263px);
	}
	.ad-main-box-text h2 {
	    font-size: 48px;
	    line-height: 59px;
	    margin-bottom: 10px;
	}
	.ad-main-box-text p {
	    max-width: 660px;
	    font-size: 14px;
	    line-height: 180%;
	    margin-bottom: 30px;
	}
	.ad-main-btns > a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 22px 49px;
	}
	.ad-main-box-img #lottie1 {
	    max-width: 350px;
	    max-height: 100%;
	    margin: 0 auto;
	}

}

@media (max-width: 1365px){

	.b-main.b-ad-main {
	    padding-bottom: 55px;
	}
	.ad-main-box {
	    position: relative;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    max-height: calc(100vh - 263px);
	}
	.ad-main-box-text {
	    width: 50%;
	}
	.ad-main-box-img {
	    width: 50%;
	}
	.ad-main-box-text p {
	    max-width: 600px;
	    font-size: 16px;
	    line-height: 150%;
	    margin-bottom: 30px;
	}

	.ad-main-box-img #lottie1 {
	    max-width: 370px;
	}


}

@media (max-width: 1023px){

	.b-main.b-ad-main {
	    height: auto;
	    position: relative;
	    padding-top: 302px;
	    padding-bottom: 529px;
	}
	.ad-main-box {
	    position: relative;
	    display: block;
	    flex-wrap: initial;
	    align-items: initial;
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	    max-height: none;
	}
	.ad-main-box-text {
	    width: 100%;
	}
	.ad-main-box-text p {
	    max-width: 490px;
	    font-size: 16px;
	    line-height: 170%;
	    margin-bottom: 40px;
	}
	.ad-main-btns > a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 17px 35px;
	}

	.ad-main-box-img {
	    width: 428px;
	    position: absolute;
	    right: auto;
	    left: 50%;
	    margin-left: -214px;
	    bottom: -410px;
	}
	.ad-main-box-img #lottie1 {
	    margin-left: 0px;
	    max-width: 428px;
	}


}

@media (max-width: 800px){



}



@media (max-width: 767px){

	.ad-illustr-1{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.ad-main-box-text h2 {
	    font-size: 25px;
	    line-height: 29px;
	    margin-bottom: 9px;
	}
	.b-main.b-ad-main {
	    height: auto;
	    position: relative;
	    padding-top: 264px;
	    padding-bottom: 52px;
	}
	.ad-main-box {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.ad-main-box-text p {
	    max-width: 100%;
	    font-size: 14px;
	    line-height: 170%;
	    margin-bottom: 7px;
	}

	.ad-main-box-img{
		display: none;
	}
	.ad-main-btns > a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 17px 5px;
	    letter-spacing: 0.05em;
		text-transform: uppercase;
		width: 100%;
		display: block;
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
	}

	.b-ad-main .dots-bg{
		display: none !important;
	}

}


@media (max-width: 359px){

}	






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AD-SUT~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-ad-sut{
	padding: 170px 0;
}
.ad-sut-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.ad-sut-img{
	width: 50%;
}
.ad-sut-cont{
	width: 50%;
	padding-left: 35px;
}


.ad-sut-img #lottie2 {
	position: relative;
	z-index: 2;
    margin-right: auto;
    margin-left: -43px;
    max-width: 700px;
}

.ad-sut-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}
.ad-sut-text{
	margin-top: 40px;
	padding-top: 40px;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
	position: relative;
}
.ad-sut-text p{
	display: block;
	margin: 0;
	width: 100%;
	max-width: 546px;
}	
.ad-sut-text:after {
    content: '';
    width: calc(100% + 150px);
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,88,139,1);
    background: -moz-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,139,1)), color-stop(100%, rgba(40,238,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    background: linear-gradient(to right, rgba(0,88,139,1) 0%, rgba(40,238,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00588b', endColorstr='#28ee9f', GradientType=1 );
}
.ad-illustr-2{
	display: none;
}


@media (max-width: 1890px){

	.b-ad-sut {
	    padding: 100px 0;
	}
	.ad-sut-img #lottie2 {
	    margin-right: auto;
	    margin-left: -46px;
	    max-width: 557px;
	}
	.ad-sut-title {
	    font-size: 30px;
	}
	.ad-sut-text {
	    margin-top: 30px;
	    padding-top: 30px;
	    font-size: 16px;
	}
	.ad-sut-text:after {
	    width: calc(100% + 70px);
	}


}

@media (max-width: 1365px){

	.b-ad-sut {
	    padding: 80px 0;
	}
	.ad-sut-img #lottie2 {
	    margin-right: auto;
	    margin-left: -29px;
	    max-width: 426px;
	}
	.ad-sut-cont {
	    width: 50%;
	    padding-left: 15px;
	}
	.ad-sut-title {
	    font-size: 20px;
	}
	.ad-sut-text {
	    margin-top: 30px;
	    padding-top: 30px;
	    font-size: 14px;
	}
	.ad-sut-text:after {
	    width: calc(100% + 50px);
	}

}

@media (max-width: 1023px){

	.ad-sut-box {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: initial;
	}
	.ad-sut-img {
	    width: 100%;
	    order: 2;
	}
	.ad-sut-cont {
	    width: 100%;
	    padding-left: 0px;
	    order: 1;
	}
	.ad-sut-title {
	    font-size: 18px;
	}
	.ad-sut-text {
	    margin-top: 20px;
	    padding-top: 20px;
	    font-size: 14px;
	    margin-bottom: 40px;
	}
	.ad-sut-text:after {
	    width: calc(100% + 30px);
	}
	.ad-sut-img #lottie2 {
	    margin: 0 auto;
	    max-width: 448px;
	}


}



@media (max-width: 767px){

	.ad-illustr-2{
		display: block;
		margin: 0 auto;
	}
	.ad-sut-img #lottie2 {
		display: none;
	}	
	.b-ad-sut {
	    padding: 60px 0;
	    padding-bottom: 40px;
	}
	.ad-sut-title {
	    font-size: 16px;
	}
	.ad-sut-text:after {
	    width: calc(100% + 20px);
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AD-EXPLORE~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-ad-explore {
    background-color: #001F31;
    background: #001F31 url(../img/ad-explore-bg.svg) no-repeat center 100px;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.b-ad-explore h2{
	color: #fff;
	margin-bottom: 20px;
}
.ad-explore-subtitle{
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.ad-explore-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -35px;
}
.ad-explore-item{
	text-align: center;
	width: calc(25% - 70px);
	margin: 0 35px;
	margin-bottom: 70px;
	padding: 50px 40px;
	padding-bottom: 38px;

	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(180deg, rgba(0, 52, 83, 0.4) 0%, rgba(40, 238, 159, 0.4) 216.47%);
	border: 1px solid rgba(255, 255, 255, 0.6);	
	backdrop-filter: blur(15px);
}

.ad-explore-item > span{
	display: inline-block;
    vertical-align: top;
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgb(53, 105, 122) 0%, rgb(64, 153, 142) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    margin-bottom: 20px;
}
.ad-explore-item > p{
	display: block;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}	

.b-ad-explore-contact{
	position: relative;
	z-index: 2;
	background: #001F31;
}


.b-ad-explore-contact .iar-contact:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00588C;
    position: absolute;
    left: auto;
    right: 135px;
    top: 0;
    bottom: auto;
}
.b-ad-explore-contact .iar-contact:after {
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    left: auto;
    right: 150px;
    height: 1px;
    bottom: auto;
    top: 2px;
    background: rgba(40,238,159,1);
    background: -moz-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,238,159,1)), color-stop(100%, rgba(0,88,139,1)));
    background: -webkit-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -o-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: -ms-linear-gradient(left, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    background: linear-gradient(to right, rgba(40,238,159,1) 0%, rgba(0,88,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ee9f', endColorstr='#00588b', GradientType=1 );
}
.b-ad-explore-contact .object-iar{
	z-index: 2;
}
.b-ad-explore-contact .iar-contact-box{
	position: relative;
	z-index: 3;
}

@media (max-width: 1890px){

	.b-ad-explore-contact .iar-contact:before {
	    right: 58px;
	}
	.b-ad-explore-contact .iar-contact:after {
	    width: calc(100% - 70px);
	    right: 70px;
	}


	.b-ad-explore{
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.b-ad-explore h2 {
	    margin-bottom: 30px;
	}
	.ad-explore-subtitle {
	    font-size: 18px;
	    max-width: 530px;
	    margin: 0 auto;
	    margin-bottom: 60px;
	}
	.ad-explore-box {
	    margin: 0 -25px;
	}
	.ad-explore-item {
	    text-align: center;
	    width: calc(25% - 50px);
	    margin: 0 25px;
	    margin-bottom: 50px;
	    padding: 40px 15px;
	    padding-bottom: 30px;
	}    
	.ad-explore-item > p{
		font-size: 16px;
	}
	.ad-explore-item > span {
	    font-size: 48px;
	    margin-bottom: 16px;
	}

}

@media (max-width: 1365px){

	.b-ad-explore-contact .iar-contact:before {
	    right: 39px;
	}
	.b-ad-explore-contact .iar-contact:after {
	    width: calc(100% - 50px);
	    right: 50px;
	}
	.b-ad-explore {
	    padding-top: 80px;
	    padding-bottom: 70px;
	}
	.b-ad-explore h2 {
	    margin-bottom: 20px;
	}
	.ad-explore-subtitle {
	    font-size: 16px;
	    max-width: 474px;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}
	.ad-explore-box {
	    margin: 0 -15px;
	}
	.ad-explore-item {
	    text-align: center;
	    width: calc(25% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	    padding: 30px 15px;
	    padding-bottom: 20px;
	} 
	.ad-explore-item > p {
	    font-size: 14px;
	}


}

@media (max-width: 1023px){

	.b-ad-explore-contact .iar-contact:before {
	    right: 22px;
	    width: 3px;
	    height: 3px;
	}
	.b-ad-explore-contact .iar-contact:after {
	    width: calc(100% - 30px);
	    right: 30px;
	    top: 1px;
	}


	.ad-explore-subtitle {
	    font-size: 16px;
	    max-width: 550px;
	    margin: 0 auto;
	    margin-bottom: 50px;
	}
	.ad-explore-item {
	    text-align: center;
	    width: calc(33.3333% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	    padding: 30px 15px;
	    padding-bottom: 20px;
	}
	.ad-explore-item > span {
	    font-size: 48px;
	    margin-bottom: 10px;
	}

}



@media (max-width: 767px){

	.b-ad-explore-contact .iar-contact:before {
	    right: 20px;
	}
	.b-ad-explore-contact .iar-contact:after {
	    width: calc(100% - 28px);
	    right: 28px;
	}

	.b-ad-explore {
	    padding-top: 60px;
	    padding-bottom: 50px;
	}
	.ad-explore-subtitle {
	    font-size: 14px;
	    max-width: 550px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
	.ad-explore-box {
	    margin: 0px;
	}
	.ad-explore-item {
	    text-align: center;
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 20px;
	    padding: 18px 20px;
	    padding-left: 10px;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	    min-height: 120px;
	}
	.ad-explore-item > span {
	    margin-bottom: 0px;
	    width: 83px;
	    text-align: left;
	}
	.ad-explore-item > p {
	    font-size: 14px;
	    line-height: 150%;
	    text-align: left;
	    width: calc(100% - 83px);
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-AD-VOZM~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-ad-vozm{
	padding: 170px 0;
}
.ad-vozm-box1{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 100px;
}
.ad-vozm-box1-img{
	width: 50%;
}
.ad-vozm-box1-cont{
	width: 50%;
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}

.ad-vozm-box1-img #lottie3 {
    margin: 0 auto;
    max-width: 686px;
    position: relative;
	z-index: 2;
}

.ad-vozm-box2{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 100px;
}

.ad-vozm-box2-left{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ad-vozm-box2-right{
	width: 30%;
	padding-left: 138px;
	padding-right: 37px;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
}
.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(4), .ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(5){
	margin-top: 50px;
}	
.ad-vozm-box2-item{
	width: 33.3333%;
}
.ad-vozm-box2-item > div{
	position: relative;
	z-index: 2;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgb(185, 245, 221);
	display: flex;
	align-items: center;
	justify-content: center;
}
.ad-vozm-box2-item > div svg{
	display: block;
}	
.ad-vozm-box2-item > span {
    display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #000F18;
    position: relative;
    z-index: 2;
    margin-left: 80px;
    margin-top: -29px;
}


.ad-vozm-box3{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.ad-vozm-box3-img{
	width: 50%;
}
.ad-vozm-box3-cont{
	width: 50%;
	padding-left: 30px;
}

.ad-vozm-box3-img #lottie4 {
	margin: 0;
    margin-left: -45px;
    max-width: 695px;
    position: relative;
	z-index: 2;
}
.ad-vozm-box3-cont > span{
	display: block;
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
	margin-bottom: 30px;
}
.ad-vozm-box3-cont > p{
	display: block;
	margin-bottom: 34px;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
}	
.ad-vozm-box3-cont > ul{
	list-style: none;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #000F18;
}	
.ad-vozm-box3-cont > ul li{
	position: relative;
	margin-bottom: 14px;
	padding-left: 31px;
}	
.ad-vozm-box3-cont > ul li:last-child{
	margin-bottom: 0;
}	
.ad-vozm-box3-cont > ul li:before{
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #28EE9F;
	position: absolute;
	left: 0;
	top: 9px;
}	
.ad-illustr-3, .ad-illustr-4{
	display: none;
}	

@media (max-width: 1890px){

	.b-ad-vozm {
	    padding: 100px 0;
	}
	.ad-vozm-box1-cont {
	    width: 50%;
	    font-size: 30px;
	}
	.ad-vozm-box1-img #lottie3 {
	    margin: 0 auto;
	    max-width: 498px;
	}
	.ad-vozm-box1 {
	    margin-bottom: 80px;
	}
	.ad-vozm-box2-right {
	    width: 30%;
	    padding-left: 40px;
	    padding-right: 0px;
	    font-size: 20px;
	}
	.ad-vozm-box2-item > span {
	    font-size: 16px;
	}    
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(4), .ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(5) {
	    margin-top: 30px;
	}
	.ad-vozm-box2 {
	    margin-bottom: 80px;
	}
	.ad-vozm-box3-img #lottie4 {
	    margin: 0 auto;
	    max-width: 512px;
	}
	.ad-vozm-box3-cont > span {
	    font-size: 30px;
	    margin-bottom: 20px;
	}
	.ad-vozm-box3-cont > p {
	    margin-bottom: 30px;
	}    


}

@media (max-width: 1365px){

	.b-ad-vozm {
	    padding: 80px 0;
	}
	.ad-vozm-box1-cont {
	    width: 50%;
	    font-size: 20px;
	}
	.ad-vozm-box1-img #lottie3 {
	    margin: 0 auto;
	    max-width: 396px;
	}
	.ad-vozm-box1 {
	    margin-bottom: 40px;
	}
	.ad-vozm-box2-right {
	    width: 25%;
	    padding-left: 45px;
	    padding-right: 0px;
	    font-size: 18px;
	}
	.ad-vozm-box2-left {
	    width: 75%;
	}
	.ad-vozm-box2-item > span {
	    font-size: 14px;
	}
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(4), .ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(5) {
	    margin-top: 30px;
	    width: 40%;
	}
	.ad-vozm-box3-img #lottie4 {
	    margin: 0 auto;
	    max-width: 426px;
	}
	.ad-vozm-box3-cont > span {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.ad-vozm-box3-cont > p {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.ad-vozm-box3-cont > ul{
		font-size: 14px;
	}
	.ad-vozm-box3-cont > ul li {
	    margin-bottom: 10px;
	    padding-left: 31px;
	}
	.ad-vozm-box3-cont > ul li:before{
		top: 7px;
	}
	.ad-vozm-box2 {
	    margin-bottom: 60px;
	}


}

@media (max-width: 1023px){

	.ad-vozm-box1 {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: initial;
	    margin-bottom: 50px;
	}
	.ad-vozm-box1-cont {
	    width: 100%;
	    font-size: 18px;
	    margin-bottom: 40px;
	}

	.ad-vozm-box1-img {
	    width: 100%;
	}
	.ad-vozm-box1-img #lottie3 {
	    margin: 0 auto;
	    max-width: 414px;
	}
	.ad-vozm-box2-left {
	    width: 78%;
	}
	.ad-vozm-box2-right {
	    width: 22%;
	    padding-left: 8px;
	    padding-right: 0px;
	    font-size: 16px;
	}
	.ad-vozm-box2-item {
	    width: 50%;
	}
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(3){
		margin-top: 20px;
		width: 51%;
	}
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(4), .ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(5) {
	    margin-top: 20px;
	    width: 50%;
	}
	.ad-vozm-box2 {
	    margin-bottom: 80px;
	}
	.ad-vozm-box3 {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: initial;
	}
	.ad-vozm-box3-cont {
		order: 1;
	    width: 100%;
	    padding-left: 0px;
	    margin-bottom: 40px;
	}
	.ad-vozm-box3-img {
	    width: 100%;
	    order: 2;
	}
	.ad-vozm-box3-img #lottie4 {
	    margin: 0 auto;
	    max-width: 440px;
	}
	.ad-vozm-box3-cont > span {
	    font-size: 18px;
	    margin-bottom: 10px;
	}


}



@media (max-width: 767px){

	.b-ad-vozm {
	    padding: 60px 0;
	}
	.ad-vozm-box1-cont {
	    width: 100%;
	    font-size: 16px;
	    margin-bottom: 40px;
	}
	.ad-vozm-box1-img #lottie3{
		display: none;
	}
	.ad-illustr-3, .ad-illustr-4{
		display: block;
		margin: 0 auto;
	}
	.ad-vozm-box1{
		margin-bottom: 60px;
	}
	.ad-vozm-box2 {
		flex-wrap: wrap;
	    margin-bottom: 60px;
	}
	.ad-vozm-box2-right {
		order: 1;
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	    font-size: 15px;
	    margin-bottom: 30px;
	}
	.ad-vozm-box2-left {
	    width: 100%;
	    order: 2;
	}
	.ad-vozm-box2-item > div {
	    width: 60px;
	    height: 60px;
	}
	.ad-vozm-box2-item > div img{
		width: 39px;
		height: 39px;
	}	
	.ad-vozm-box2-item > span {
	    font-size: 14px;
	    margin-left: 36px;
	    margin-top: -14px;
	}
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(3) {
	    margin-top: 20px;
	    width: 57%;
	}
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(5) > span br{
		display: none;
	}
	.ad-vozm-box2-left > .ad-vozm-box2-item:nth-child(5) > span{
		max-width: 160px;
	}
	.ad-vozm-box3-cont > span {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.ad-vozm-box3-cont > p {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.ad-vozm-box3-img #lottie4{
		display: none;
	}



}


@media (max-width: 359px){

	.ad-vozm-box2-item > span {
	    font-size: 13px;
	    margin-left: 26px;
	    margin-top: -14px;
	}

}	


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-CONTACTS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-main.b-contacts-main {
    min-height: 100vh;
    height: auto;
    position: relative;
    background: #001F31;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-top: 283px;
    padding-bottom: 0;
}
.b-contacts-main .b-contacts{
	width: 100%;
}
.contacts-elips2 {
    z-index: 2;
    position: absolute;
    top: 65px;
    right: -100px;
    width: 399px;
    height: 399px;
    border-radius: 50%;
    overflow: hidden;
    /* background: url(../img/contacts-elips2.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.contacts-elips3{
	width: 137px;
	height: 137px;
	border-radius: 50%;
	background: rgba(40, 238, 159, 0.69);
	position: absolute;
	right: 81px;
	bottom: -39px;
}

.b-map{
	height: 800px;
	position: relative;
}
.b-map h2{
	white-space: nowrap;
	margin: 0;
	position: absolute;
	z-index: 2;
	top: 170px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-contacts #particles-js{
	display: none !important;
}


@media (max-width: 1890px){

	.b-main.b-contacts-main {
	    padding-top: 187px;
	}
	.contacts-elips2 {
	    top: 26px;
	    right: -70px;
	    width: 229px;
	    height: 229px;
	}
	.contacts-elips3{
		display: none;
	}
	.b-map{
		height: 625px;
	}
	.b-map h2{
		top: 90px;
	}

}

@media (max-width: 1365px){

	.b-main.b-contacts-main {
	    padding-top: 178px;
	}
	.contacts-elips2 {
	    top: 86px;
	    right: -47px;
	    width: 189px;
	    height: 189px;
	}
	.b-map{
		height: 600px;
	}
	.b-map h2{
		top: 80px;
	}



}


@media (min-width: 1024px) and (max-width: 1365px){

	.b-contacts-main h2{
		margin-bottom: 100px;
	}
	.b-contacts-main .contacts-inf-item{
		margin-bottom: 50px;
		width: 48%;
	}

}	

@media (max-width: 1023px){

	.b-main.b-contacts-main {
	    padding-top: 178px;
	}
	.contacts-elips2 {
	    top: 109px;
	    right: -20px;
	    width: 165px;
	    height: 165px;
	}
	.b-map{
		height: 500px;
	}
	.b-map h2{
		top: 60px;
	}


}

@media (min-width: 768px) and (max-width: 1023px){

	.b-contacts-main h2{
		margin-bottom: 30px;
	}
	.b-contacts-main .b-contacts{
		padding-top: 100px;
	}

}



@media (max-width: 767px){

	.b-contacts-main .b-contacts{
		padding-top: 0;
	}
	.b-main.b-contacts-main {
	    padding-top: 278px;
	}
	.contacts-elips2 {
	    top: 50%;
	    right: -23px;
	    width: 109px;
	    height: 109px;
	    margin-top: -109px;
	}
	.b-map{
		height: 400px;
	}
	.b-map h2{
		top: 60px;
	}

}


@media (max-width: 359px){

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-POLITIC~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
.p-politic #particles-js{
	display: none !important;
}
*/

.b-politic .container{
	padding-left: 360px;
	padding-right: 360px;
}
.b-politic .container *{
	position: relative;
	z-index: 2;
}	
.b-politic{
	padding-top: 290px;
	padding-bottom: 100px;
}

.b-politic h1{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
	margin: 0;
	margin-bottom: 70px;
}

.b-politic h2{
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 40px;
	text-align: left;
}
.b-politic p{
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	color: #000F18;
	display: block;
	margin-bottom: 20px;
}
.b-politic p a, .b-politic ol a{
	font-weight: 500;
	color: #000F18;
	text-decoration: underline;
	-webkit-transition: color .4s;
	transition: color .4s;
}	
.b-politic p a:hover, .b-politic ol a:hover{
	color: #28EE9F;
}
.b-politic ol{
  	counter-reset: myCounter;
  	list-style: none;
  	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #000F18;
	margin-bottom: 70px;
}

.b-politic li{
	counter-increment: myCounter;
  	position: relative;
  	padding-left: 37px;
  	margin-bottom: 20px;
}
.b-politic li:last-child{
	margin-bottom: 0;
}	

.b-politic li:before {
  	content: counter(myCounter) ". ";
  	font-weight: 600;
	font-size: 18px;
	line-height: 170%;
	color: #28EE9F;
	position: absolute;
	left: 0;
	top: 0;
}





@media (max-width: 1890px){

	.b-politic{
		padding-top: 161px;
		padding-bottom: 50px;
	}
	.b-politic .container{
		padding-left: 125px;
		padding-right: 125px;
	}
	.b-politic h2{
		margin-bottom: 30px;
	}
	.b-politic h1{
		margin-bottom: 60px;
	}
	.b-politic ol{
		margin-bottom: 50px;
	}
	.b-politic li{
		padding-left: 32px;
	}

}

@media (max-width: 1365px){

	.b-politic{
		padding-top: 181px;
		padding-bottom: 10px;
	}
	.b-politic .container{
		padding-left: 100px;
		padding-right: 100px;
	}
	.b-politic h1 {
	    margin-bottom: 60px;
	    font-size: 18px;
	}
	.b-politic h2 {
	    margin-bottom: 40px;
	    font-size: 16px;
	}
	.b-politic p {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.b-politic ol {
	    margin-bottom: 70px;
	    font-size: 16px;
	}
	.b-politic li:before{
		font-size: 16px;
	}




}

@media (max-width: 1023px){

	.b-politic .container{
		padding-left: 30px;
		padding-right: 30px;
	}


}



@media (max-width: 767px){

	.b-politic{
		padding-top: 141px;
	}	
	.b-politic .container{
		padding-left: 20px;
		padding-right: 20px;
	}

	.b-politic h1 {
	    margin-bottom: 30px;
	    font-size: 15px;
	}
	.b-politic h2 {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.b-politic p {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.b-politic ol {
	    margin-bottom: 40px;
	    font-size: 14px;
	}
	.b-politic li:before {
	    font-size: 14px;
	}
	.b-politic li {
	    padding-left: 27px;
	}

}


@media (max-width: 359px){

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-NEWS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.b-main.b-news-main {
    height: auto;
    position: relative;
    background: #001F31;
    z-index: 2;
    padding-top: 418px;
    padding-bottom: 170px;
}
.b-news-main h2{
	color: #fff;
	margin-bottom: 80px;
}

.filters{
	margin-bottom: 40px;
	position: relative;
}
.filters ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.filters ul li{
	display: block;
	margin: 0 15px;
	margin-bottom: 30px;
}	
.filters ul li a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 10px 30px;
	background: rgba(40, 238, 159, 0.56);
	text-transform: uppercase;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
.filters-btn{
	display: none;
}

.news-item-big{
	height: 800px;
	margin-bottom: 70px;
}
.news-item-big img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item-big a{
	display: block;
	position: relative;
	height: 100%;
}
.news-item-big a:before{
	content: '';
	background: rgba(0, 31, 49, 0.4);
	border: 5px solid #F8F8F8;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	

.news-item-big a:hover:before{
	border-color: #28EE9F;
}

.news-item-big .news-item-theme{
	position: absolute;
	left: 30px;
	top: 30px;
}	

.news-item-theme{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	background: rgba(0, 55, 87, 0.78);
	padding: 10px 30px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-item-theme:hover{
	background: rgba(40, 238, 159, 0.79);
}	
.news-item-big-cont{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 30px 30px;
}
.news-item-big-cont > span{
	display: block;
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}	
.news-item-data-ist{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.news-item-data-ist > span{
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #F8F8F8;
}	

.news-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
}
.news-item{
	width: calc(33.3333% - 70px);
	margin: 0 35px;
	margin-bottom: 70px;
}
.news-item a{
	display: block;
	height: 100%;
	position: relative;
	background: #fff;
}	
.news-item a:after {
    content: '';
    border: 5px solid transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-item a:hover:after {
	border-color: #28EE9F;
}	
.news-item-img{
	height: 300px;
}
.news-item-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}	
.news-item-cont {
    min-height: calc(100% - 300px);
    padding: 30px 30px;
    /* padding-bottom: 80px; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.news-item-cont .news-item-theme {
    align-self: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-item-cont > span {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000F18;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-item-cont > p {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000F18;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-item .news-item-data-ist {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.news-item .news-item-data-ist > span {
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #000F18;
}

.news-more-btn{
	padding-top: 80px;
	text-align: center;
}
.news-more-btn a{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 24px 39px;
}

@media (max-width: 1890px){

	.news-more-btn a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 23px 49px;
	}

	.b-main.b-news-main {
	    padding-top: 258px;
	    padding-bottom: 100px;
	}
	.b-news-main h2 {
	    margin-bottom: 40px;
	}
	.filters {
	    margin-bottom: 10px;
	}
	.news-item-big {
	    height: 500px;
	    margin-bottom: 60px;
	}
	.news-item-big-cont > span{
		font-size: 20px;
	}
	.news-box {
	    margin: 0 -25px;
	}
	.news-item {
	    width: calc(33.3333% - 50px);
	    margin: 0 25px;
	    margin-bottom: 50px;
	}
	.news-item-img {
	    height: 237px;
	}
	.news-item-cont > p {
		margin-bottom: 26px;
	}	
	.news-item-cont > span {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.news-item-cont {
	    min-height: calc(100% - 237px);
	}    
	.news-more-btn {
	    padding-top: 30px;
	}


}

@media (max-width: 1365px){

	.news-more-btn a {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 19px 35px;
	}
	.b-main.b-news-main {
	    padding-top: 298px;
	    padding-bottom: 80px;
	}
	.b-news-main .filters ul{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}	
	.b-news-main h2 {
	    margin-bottom: 60px;
	}
	.news-item-big {
	    height: 377px;
	    margin-bottom: 30px;
	}
	.news-item-big-cont > span {
	    font-size: 18px;
	}
	.news-item-data-ist > span {
	    font-size: 14px;
	}
	.news-box {
	    margin: 0 -15px;
	}
	.news-item {
	    width: calc(50% - 30px);
	    margin: 0 15px;
	    margin-bottom: 30px;
	}
	.news-more-btn {
	    padding-top: 20px;
	}

}

@media (max-width: 1023px){

	.filters-btn{
		display: block;
		text-align: center;
	}
	.filters-btn > span{
		position: relative;
		padding-right: 18px;
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #28EE9F;	
		cursor: pointer;
	}
	.filters-btn > span:after{
		content: '';
		width: 12px;
		height: 6px;
		background: url(../img/arr-filters.svg) no-repeat center center;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3px;
	}
	.b-news-main .filters ul{
		width: 240px;
		max-width: 240px;
		margin: 0;
		margin-top: 14px;
		margin-left: -120px;
	}	
	.filters ul{
		z-index: 3;
		display: block;
		opacity: 0;
		visibility: hidden;
		width: 240px;
		max-width: 240px;
		margin: 0;
		margin-top: 14px;
		padding: 20px 0;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -120px;
		background: rgba(0, 55, 87, 0.78);
	    -webkit-backdrop-filter: blur(15px);
	    backdrop-filter: blur(15px);
	}
	.filters ul.active{
		opacity: 1;
		visibility: visible;
	}	
	.filters ul:after {
	    content: '';
	    width: 0;
	    height: 0;
	    border-left: 11px solid transparent;
	    border-right: 11px solid transparent;
	    border-bottom: 13px solid rgba(0, 55, 87, 0.78);
	    position: absolute;
	    left: 50%;
	    margin-left: -15px;
	    bottom: 100%;
	}

	.filters ul li {
	    display: block;
	    margin: 0px;
	    margin-bottom: 20px;
	}
	.filters ul li:last-child{
		margin-bottom: 0;
	}	
	.filters ul li a {
	    display: block;
		font-weight: bold;
		font-size: 14px;
		line-height: 120%;
		color: #FFFFFF;
	    padding: 0px 0px;
	    text-align: center;
	    background: transparent;
	}
	.filters ul li a:hover{
		color: #28EE9F;
	}

	.b-main.b-news-main {
	    padding-top: 270px;
	    padding-bottom: 80px;
	}
	.b-news-main h2 {
	    margin-bottom: 40px;
	}
	.filters {
	    margin-bottom: 40px;
	}
	.news-item-big-cont > span {
	    font-size: 16px;
	}
	.news-item-data-ist > span {
	    font-size: 13px;
	}
	.news-item-img {
	    height: 180px;
	}
	.news-item-theme{
		padding: 10px 22px;
	}
	.news-item-cont > span {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.news-item-cont {
	    min-height: calc(100% - 180px);
	}
	.news-item-cont > p {
		margin-bottom: 10px;
	}

}



@media (max-width: 767px){

	.b-main.b-news-main {
	    padding-top: 270px;
	    padding-bottom: 60px;
	}
	.b-news-main h2 {
	    margin-bottom: 30px;
	}
	.filters {
	    margin-bottom: 30px;
	}
	.news-item-big a:before {
	    border: 3px solid #F8F8F8;
	}
	.news-item-big {
	    height: 350px;
	    margin-bottom: 30px;
	}
	.news-item-big-cont > span {
	    font-size: 15px;
	}
	.news-item-data-ist {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: initial;
	}
	.news-item-data-ist > span{
		width: 100%;
	}
	.news-box {
	    margin: 0px;
	}
	.news-item {
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 30px;
	}
	.news-item-cont > p {
	    margin-bottom: 25px;
	}
	.news-item .news-item-data-ist {
	    flex-wrap: wrap;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin-top: auto;
	}
	.news-more-btn a {
		text-align: center;
		width: 100%;
		max-width: 320px;
	    font-size: 14px;
	    line-height: 20px;
	    padding: 19px 10px;
	}
	.news-more-btn {
	    padding-top: 10px;
	}



}


@media (max-width: 359px){

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-404~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.box-404{
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0;
}
.box-404 *{
	position: relative;
	z-index: 2;
}	
.box-404 .dots-404{
	z-index: 1;
	position: absolute;
	left: 60px;
	right: 60px;
	top: 60px;
	bottom: 60px;
	background: url(../img/dots-404.svg) no-repeat center center;
	background-size: cover;
}
.logo-404{
	margin-bottom: 5vh;
}
.logo-404 a{
	display: inline-block;
	vertical-align: top;
}
.logo-404 a img{
	display: block;
}	

.img-404 > img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.text-404{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000000;
	margin: 4vh auto;
}

.btns-404{
	text-align: center;
}
.btns-404 a{
	margin: 0 24px;
}	
a.akt-btn{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #001F31;
	background: #F8F8F8;
	border: 1px solid #001F31;
	padding: 24px 50px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a.akt-btn:hover {
	color: #fff;
    background: rgba(0, 55, 87, 0.95);
}
a.akt-btn:active {
	color: #fff;
    background: #003757;
}

.img-404{
	position: relative;
	height: calc(100vh - 505px);
}
.img-404 > div{
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 2.5vh;
	margin-top: 8px;
	height: 87%;
}
.img-404 > div > img{
	display: block;
	height: 100%;
}	
.img-404 > div > div{
	position: absolute;
	/*
	right: 134px !important;
	bottom: 84px !important;
	*/
	right: 26%;
	bottom: 18%;
	height: 37%;
}	
.img-404 > div > div img{
	display: block;
	height: 100%;
}	


@media (max-width: 1890px){

	a.akt-btn{
		font-size: 14px;
		line-height: 18px;
	}
	.btns-404 a {
	    margin: 0 14px;
	}


}

@media (max-width: 1365px){

	.text-404{
		font-size: 18px;
	}
	a.akt-btn {
	    font-size: 14px;
	    line-height: 18px;
	    padding: 19px 35px;
	}
	.img-404 {
	    position: relative;
	    height: calc(100vh - 404px);
	}
	.box-404{
		padding: 50px 50px;
	}
	.box-404 .dots-404 {
	    left: 50px;
	    right: 50px;
	    top: 50px;
	    bottom: 50px;
	} 

}

@media (max-width: 1023px){

	.box-404{
		padding: 50px 50px;
	}
	.box-404 .dots-404 {
	    left: 30px;
	    right: 30px;
	    top: 30px;
	    bottom: 30px;
	}    
	.text-404 br{
		display: none;
	}

}



@media (max-width: 767px){

	.box-404{
		padding: 20px 20px;
	}
	.box-404 .dots-404 {
	    left: 20px;
	    right: 20px;
	    top: 20px;
	    bottom: 20px;
	} 
	.text-404 {
	    font-size: 15px;
	}
	a.akt-btn {
	    font-size: 14px;
	    line-height: 18px;
	    padding: 19px 35px;
	    margin: 0 auto;
	    margin-top: 20px;
	    width: 100%;
	    max-width: 320px;
	}
	.btns-404 a.blue-btn{
		margin: 0 auto;
	    width: 100%;
	    max-width: 320px;
	}
	.logo-404 a img{
		height: 51px;
	}

}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-REVIEWS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-main.b-reviews-main {
    height: auto;
    position: relative;
    background: #001F31;
    z-index: 2;
    padding-top: 261px;
    padding-bottom: 170px;
}
.b-reviews-main h2{
	color: #fff;
	margin-bottom: 30px;
}
.b-reviews-subtitle{
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-bottom: 60px;
}

.b-reviews-main .rp-reviews-item {
    background: #001F31;
    border: 1px solid #F8F8F8;
}
.b-reviews-main .rp-reviews-item > p,
.b-reviews-main .rp-reviews-avtor > span,
.b-reviews-main .rp-reviews-avtor > p{
	color: #fff;
}

.rp-reviews-rect-green2{
	background: #04343C;
}

.b-reviews-main .news-more-btn{
	padding-top: 30px;
}



@media (max-width: 1890px){

	.b-main.b-reviews-main {
	    padding-top: 161px;
	    padding-bottom: 100px;
	}

	.b-reviews-main .news-more-btn{
		padding-top: 0px;
	}
	.b-reviews-subtitle {
	    font-size: 18px;
	    margin-bottom: 40px;
	}


}

@media (max-width: 1365px){

	.b-main.b-reviews-main {
	    padding-top: 161px;
	    padding-bottom: 80px;
	}
	.b-reviews-main .news-more-btn {
	    padding-top: 20px;
	}
	.b-reviews-main h2 {
	    margin-bottom: 20px;
	}
	.b-reviews-subtitle {
	    font-size: 16px;
	    width: 100%;
	    max-width: 600px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.b-reviews-subtitle br{
		display: none;
	}

}

@media (max-width: 1023px){

	.b-reviews-subtitle {
	    font-size: 16px;
	    margin-bottom: 40px;
	}

}



@media (max-width: 767px){

	.b-main.b-reviews-main {
	    padding-top: 141px;
	    padding-bottom: 60px;
	}
	.b-reviews-subtitle {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.b-reviews-main .news-more-btn {
	    padding-top: 0px;
	}


}


@media (max-width: 359px){

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~STR-MATERIALS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-main.b-materials-main {
    height: auto;
    position: relative;
    background: #fff;
    z-index: initial;
    padding-top: 211px;
    padding-bottom: 170px;
}

.breadcrumb {
    padding: 0px;
    margin: 0px;
    margin-bottom: 60px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li, .breadcrumb > li > a {
    display: inline-block;
    vertical-align: top;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}
.breadcrumb > li {
    color: #000;
}
.breadcrumb > li > a {
    color: rgba(0, 0, 0, 0.6);  
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.breadcrumb > li > a:hover{
	color: #28EE9F;
}	
.breadcrumb > li:not(:last-child):after {
    margin-left: 7px;
    margin-right: 5px;
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 17px;
    background: url(../img/bread-arr.svg) no-repeat center center;
	line-height: 17px;
}

.materials-box{
	width: 100%;
	max-width: 1198px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.materials-box h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000F18;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 50px;
}

.materials-head{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.materials-filtr > a{
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
	background: rgba(0, 55, 87, 0.78);
	padding: 10px 30px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.materials-filtr > a:hover{
	background: rgba(0, 55, 87, 0.95);
}
.materials-filtr > a:active{
    background: #003757;
}

.materials-ist-data{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #000F18;
}

.materials-data{
	margin-left: 50px;
}

.materials-box p{
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	color: #000F18;
	margin-bottom: 40px;
}
.materials-box p a{
	font-weight: 500;
	text-decoration: underline;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
.materials-box p a:hover{
	color: #28EE9F;
}	
.materials-box > picture{
	display: block;
	width: 100%;
	margin: 60px 0;
}	
.materials-box > picture img{
	display: block;
	width: 100%;
}	

.materials-box blockquote{
	padding: 80px 80px;
	padding-top: 132px;
	margin: 60px 0;
	position: relative;
	background: rgba(40, 238, 159, 0.05);
	border: 12px solid rgba(40, 238, 159, 0.31);
}
.materials-box blockquote:before{
	content: '';
	width: 33px;
	height: 23px;
	background: url(../img/materials-qq.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 80px;
	top: 80px;
}	
.materials-box blockquote div span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000F18;
	margin-bottom: 5px;
}	
.materials-box blockquote div p{
	display: block;
	margin: 0;
	color: #646464;	
}	


.materials-box ol:not(.breadcrumb) {
	list-style: none;
	counter-reset: li;
	margin-bottom: 40px;
}
.materials-box ol:not(.breadcrumb) li{
	position: relative;
	padding-left: 37px;
	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #000000;
	margin-bottom: 10px;
}
.materials-box ol:not(.breadcrumb) li:last-child{
	margin-bottom: 0;
}	
.materials-box ol:not(.breadcrumb) li:before {
counter-increment: li;
content: counters(li,".") ". ";
    font-weight: 600;
    font-size: 18px;
    line-height: 170%;
    color: #28EE9F;
    position: absolute;
    left: 0;
    top: 0;
}
.materials-box ol:not(.breadcrumb) li ol li:before {
	font-weight: normal;
	content: counters(li,".");
}	
.materials-box ol:not(.breadcrumb) li ol{
	margin-top: 10px;
	margin-bottom: 0;
}
.materials-box ol:not(.breadcrumb) li ol li{
	padding-left: 50px;
}


.photo-box{
	position: relative;
	margin: 0 -35px;
}
.photo-box:after{
	content: '';
	display: table;
	clear: both;
}
.photo-box > div{
	float: left;
	padding: 0 35px;
	margin-bottom: 70px;
}
.photo-box > div a{
	display: block;
	position: relative;
	height: 100%;
}	
.photo-box > div a div{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 55, 87, 0.8);
    backdrop-filter: blur(15px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 11px 17px;
}	
.photo-box > div a div span {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    width: 50%;
    padding-right: 15px;
}
.photo-box > div a div span:nth-child(2) {
    font-weight: normal;
    text-align: right;
    padding-right: 0px;
    padding-left: 15px;
}
.photo-box > div a div span:nth-child(2) b {
    font-weight: 500;
}


.photo-box > div img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}	
.photo-box > div:nth-child(3n+1){
	width: 66.5%;
	height: 444px;
}
.photo-box > div:nth-child(3n+2){
	width: 33.5%;
	height: 187px;
}
.photo-box > div:nth-child(3n+3){
	width: 33.5%;
	height: 187px;
}

.materials-photo-box{
	position: relative;
	margin-bottom: 40px;
}
.materials-photo-box-btn{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.materials-photo-box-btn a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000F18;
	padding-right: 23px;
}	
.materials-photo-box-btn a:after{
	content: '';
	width: 18px;
	height: 10px;
	background: url(../img/arr-photo-more.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}	
.materials-photo-box-btn a.active:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.photo-box.hidd{
	display: none;
}

.materials-box table {
    width: 100%;
    margin-bottom: 60px;
    text-align: left;
    border-collapse: collapse;
}
.materials-box table th, .materials-box table td{
	border: 2px solid rgb(232 244 255);
}

.materials-box table th{
	padding: 12px 30px;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000F18;
}
.materials-box table td{
	padding: 15px 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #000F18;
}
.materials-box table tr > td:first-child{
	width: 30%;
	background: rgba(40, 238, 159, 0.1);
}
.materials-box table tr > td:last-child{
	width: 70%;
	text-align: center;
}	

.materials-box picture{
	position: relative;
	margin-bottom: 60px;
}
.materials-box picture div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 55, 87, 0.8);
	backdrop-filter: blur(15px);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 11px 17px;
}	
.materials-box picture div span{
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}	
.materials-box picture div span:nth-child(2){
	font-weight: normal;
}	
.materials-box picture div span:nth-child(2) b{
	font-weight: 500;
}	

.materials-box ul:not(.breadcrumb){
	list-style: none;
	margin-bottom: 60px;
	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #000000;
}
.materials-box ul:not(.breadcrumb) li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 36px;
}	
.materials-box ul:not(.breadcrumb) li:before{
	content: '';
	width: 11px;
	height: 11px;
	background: #28EE9F;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}	
.materials-box ul:not(.breadcrumb) li:last-child{
	margin-bottom: 0;
}	

.materials-footer{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}

a.prev-material, a.next-material{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(0, 15, 24, 0.6);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.prev-material:hover, a.next-material:hover{
    color: #28EE9F;
}

a.prev-material{
	padding-left: 16px;
}
a.prev-material svg{
	display: block;
	width: 10px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
a.next-material{
	padding-right: 16px;
}
a.next-material svg{
	display: block;
	width: 10px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}	
a.prev-material svg path, a.next-material svg path{
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
a.prev-material:hover svg path, a.next-material:hover svg path{
	stroke: #28EE9F;
}	

.materials-soc{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.materials-soc span{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000F18;
	margin-right: 30px;
}	
.materials-soc a{
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	position: relative;
}
.materials-soc a:before{
	content: '';
	background: #001F31;
	width: 1px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.materials-soc a svg{
	display: block;
}	
.materials-soc a svg path{
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}  
.materials-soc a:hover svg path{  
	stroke: #28EE9F;
	fill: #28EE9F;
}	

.b-materials-more{
	padding: 170px 0;
	background: #001F31;
	position: relative;
	z-index: 2;
}
.b-materials-more h2{
	color: #fff;
}	

.fancybox-button{
	background: transparent;	
}
.fancybox-navigation .fancybox-button div{
	width: 38px;
	height: 38px;

}
.fancybox-navigation .fancybox-button div svg{
	display: none;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div{
	background: url(../img/prev-btn.svg) no-repeat center center;
	background-size: contain;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover div{
	opacity: 0.8;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left[disabled] div{
	opacity: 0;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right div{
	background: url(../img/next-btn.svg) no-repeat center center;
	background-size: contain;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover div{
	opacity: 0.8;
}	
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right[disabled] div{
	opacity: 0;
}

@media (max-width: 1890px){

.materials-box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.materials-box h2{
	margin-bottom: 20px;
}
.materials-head {
    margin-bottom: 30px;
}
.materials-box > picture {
    margin: 50px 0;
}
.materials-box blockquote {
    padding: 60px 60px;
    padding-top: 103px;
    margin: 50px 0;
    position: relative;
    background: rgba(40, 238, 159, 0.05);
    border: 12px solid rgba(40, 238, 159, 0.31);
}
.materials-box blockquote:before{
	left: 60px;
	top: 60px;
}
.materials-box p{
	margin-bottom: 30px;
}
.photo-box {
    margin: 0 -25px;
}
.photo-box > div {
    padding: 0 25px;
    margin-bottom: 50px;
}
.photo-box > div:nth-child(3n+1) {
    width: 100%;
    height: 500px;
}
.photo-box > div:nth-child(3n+2), .photo-box > div:nth-child(3n+3) {
    width: 50%;
    height: 200px;
}
.materials-photo-box-btn {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
}
.materials-photo-box {
    position: relative;
    margin-bottom: 50px;
}

.materials-box table tr > td:first-child{
	width: 351px;
}
.materials-box table tr > td:last-child{
	width: auto;
}	
.materials-box table{
	margin-bottom: 50px;
}

.materials-footer{
	margin-top: 60px;
}
.b-main.b-materials-main {
    padding-top: 151px;
    padding-bottom: 100px;
}
.b-materials-more {
    padding: 100px 0;
}
.materials-box ol:not(.breadcrumb) li{
	padding-left: 27px;
}
.materials-box ol:not(.breadcrumb) li ol li {
    padding-left: 37px;
}
.materials-box ul:not(.breadcrumb) li{
	padding-left: 27px;
}
.materials-box ul:not(.breadcrumb) {
    margin-bottom: 50px;
} 

}

@media (max-width: 1365px){

.materials-box {
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
}
.materials-box h2 {
    margin-bottom: 30px;
    font-size: 18px;
}
.materials-ist-data{
	font-size: 14px;
}
.materials-data {
    margin-left: 20px;
}
.materials-box p {
    margin-bottom: 30px;
    font-size: 16px;
}
.materials-box > picture {
    margin: 40px 0;
}
.materials-box blockquote {
    padding: 60px 60px;
    padding-top: 103px;
    margin: 40px 0;
    position: relative;
    background: rgba(40, 238, 159, 0.05);
    border: 12px solid rgba(40, 238, 159, 0.31);
}
.materials-box blockquote div span{
	font-size: 16px;
}
.materials-box blockquote div p{
	font-size: 14px;
}

.photo-box {
    margin: 0 -15px;
}
.photo-box > div {
    padding: 0 15px;
    margin-bottom: 30px;
}
.photo-box > div:nth-child(3n+1) {
    width: 66.5%;
    height: 296px;
}
.photo-box > div:nth-child(3n+2), .photo-box > div:nth-child(3n+3) {
    width: 33.5%;
    height: 133px;
}
.materials-photo-box {
    position: relative;
    margin-bottom: 55px;
}
.materials-photo-box-btn {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
}
.materials-photo-box-btn a{
	font-size: 14px;
}
.materials-photo-box-btn a:after {
    content: '';
    width: 14px;
    height: 8px;
    margin-top: -4px;
}
.materials-box table th {
    padding: 17px 30px;
    font-size: 16px;
}
.materials-box table td {
    padding: 15px 30px;
    font-size: 16px;
}
.materials-box table tr > td:first-child {
    width: 286px;
}
.materials-box table {
    margin-bottom: 40px;
}
.materials-box picture div {
    padding: 10px 10px;
}
.materials-box ul:not(.breadcrumb) {
    margin-bottom: 40px;
}    

.materials-soc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.materials-soc span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0px;
}
.materials-soc a:nth-child(2):before{
	content: none;
}
.b-main.b-materials-main {
    padding-top: 151px;
    padding-bottom: 80px;
}
.b-materials-more {
    padding: 80px 0;
}
.materials-box ol:not(.breadcrumb) li{
	font-size: 16px;
}
.materials-box ol:not(.breadcrumb) li:before{
	font-size: 16px;
}
.materials-box ul:not(.breadcrumb){
	font-size: 16px;
}
.materials-box ul:not(.breadcrumb) li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #28EE9F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

}

@media (max-width: 1023px){

.materials-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.b-main.b-materials-main {
    padding-top: 141px;
    padding-bottom: 80px;
}
.breadcrumb {
    margin-bottom: 30px;
}
.materials-box h2 {
    margin-bottom: 25px;
    font-size: 18px;
}
.materials-box blockquote {
    padding: 40px 40px;
    padding-top: 83px;
    margin: 40px 0;
    position: relative;
    background: rgba(40, 238, 159, 0.05);
    border: 12px solid rgba(40, 238, 159, 0.31);
}
.materials-box blockquote:before {
    left: 40px;
    top: 40px;
}
.photo-box > div:nth-child(3n+1) {
    width: 100%;
    height: 400px;
}
.photo-box > div:nth-child(3n+2), .photo-box > div:nth-child(3n+3) {
    width: 50%;
    height: 190px;
}
.materials-box table th {
    padding: 17px 30px;
    font-size: 14px;
}
.materials-box table td {
    padding: 15px 30px;
    font-size: 14px;
}




}

.materials-box picture div span:nth-child(2){
	text-align: right;
}

@media (max-width: 767px){

.b-main.b-materials-main {
    padding-top: 131px;
    padding-bottom: 60px;
}
.breadcrumb > li, .breadcrumb > li > a {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}
.materials-box h2 {
    margin-bottom: 20px;
    font-size: 15px;
}
.materials-head {
    display: block;
    flex-wrap: initial;
    align-items: initial;
    justify-content: initial;
    margin-bottom: 20px;
}
.materials-filtr{
	margin-bottom: 20px;
}
.materials-ist-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000F18;
}
.materials-ist-data > div{
	width: 100%;
}	
.materials-data {
    margin-left: 0px;
    order: 1;
}
.materials-ist{
	order: 2;
}
.materials-box p {
    margin-bottom: 30px;
    font-size: 14px;
}
.materials-box > picture {
    margin: 30px 0;
}
.materials-box blockquote {
    padding: 30px 30px;
    padding-top: 63px;
    margin: 30px 0;
    position: relative;
    background: rgba(40, 238, 159, 0.05);
    border: 6px solid rgba(40, 238, 159, 0.31);
}
.materials-box blockquote:before {
    left: 30px;
    top: 30px;
}
.materials-box blockquote div span {
    font-size: 14px;
}
.materials-box blockquote div p {
    font-size: 13px;
}
.materials-box ol:not(.breadcrumb) li {
    font-size: 14px;
}
.materials-box ol:not(.breadcrumb) li:before {
    font-size: 14px;
}
.materials-box ol:not(.breadcrumb) {
    margin-bottom: 30px;
}
.photo-box > div:nth-child(3n+1) {
    width: 100%;
    height: 200px;
}
.photo-box {
    margin: 0 -8px;
}
.photo-box > div {
    padding: 0 8px;
    margin-bottom: 16px;
}
.photo-box > div:nth-child(3n+2), .photo-box > div:nth-child(3n+3) {
    width: 50%;
    height: 100px;
}
.materials-photo-box-btn {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 0px;
}
.materials-photo-box {
    position: relative;
    margin-bottom: 50px;
}
.materials-box picture div {
    position: relative;
    left: auto;
    bottom: auto;
}
.materials-box ul:not(.breadcrumb) {
    font-size: 14px;
}
.materials-box ul:not(.breadcrumb) li:before{
	top: 6px;
}    
a.prev-material{
	order: 1;
}
a.next-material{
	order: 2;
}
.materials-soc{
	order: 3;
	width: 100%;
	margin-top: 50px;
}
.materials-footer{
	flex-wrap: wrap;
}
a.prev-material, a.next-material{
	font-size: 14px;
}
.b-materials-more {
    padding: 60px 0;
}

.materials-box table tr{
	display: block;
}
.materials-box table td{
	display: block;
}
.materials-box table tr > td:first-child {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
}
.materials-box table tr > td:last-child {
	border-top: 0;
}	
.materials-box table tr > td:first-child{
	background: #fff;
	padding-bottom: 0;
}
.materials-box table tr:nth-child(odd) > td{
    background: rgba(40, 238, 159, 0.1);
}	
.materials-box table th {
    padding: 13px 15px;
    font-size: 14px;
}
.materials-box table td {
    padding: 15px 15px;
    font-size: 14px;
}
.materials-box table tr > td:last-child{
	width: 100%;
	text-align: left;
	padding-top: 0;
}
.materials-box ul:not(.breadcrumb) {
    margin-bottom: 30px;
}

}

.materials-box picture div span{
	width: 50%;
}

@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


@media (max-width: 1890px){



}

@media (max-width: 1365px){



}

@media (max-width: 1023px){


}



@media (max-width: 767px){


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


@media (max-width: 1890px){



}

@media (max-width: 1365px){



}

@media (max-width: 1023px){


}



@media (max-width: 767px){


}


@media (max-width: 359px){

}	



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


@media (max-width: 1890px){



}

@media (max-width: 1365px){



}

@media (max-width: 1023px){


}



@media (max-width: 767px){


}


@media (max-width: 359px){

}	




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~MODALS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.modal-wind{
	display: none;
	max-width: 660px;
	width: 100%;
}
.modal-wind.fancybox-content{
	background: transparent;
	padding: 33px 130px;
}

.modal-box{
	position: relative;
	background: #F8F8F8;
	padding: 60px 50px;
	padding-bottom: 80px;
	min-height: 400px;	
}

.modal-thanks .modal-box:before{
	content: '';
	width: 140px;
	height: 164px;
	background: url(../img/plants-green.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 100%;
	margin-right: -10px;
	bottom: 10px;
	z-index: -1;
}
.modal-nothanks .modal-box:before{
	content: '';
	width: 140px;
	height: 164px;
	background: url(../img/plants-red.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 100%;
	margin-right: -10px;
	bottom: 10px;
	z-index: -1;
}


.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    padding: 0px;
    position: absolute;
    right: -44px;
    top: -33px;
    z-index: 401;
}
.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 0;
    right: 86px;
    top: 0;
}


.fancybox-container {
	-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.fancybox-bg {
    background: rgba(0, 31, 49, 0.49);
}
.fancybox-iframe, .fancybox-video {
    border: 3px solid #28EE9F;
    outline: none !important;
}    
.fancybox-iframe:focus, .fancybox-video:focus {
	outline: none !important;
}	

.thanks-img{
	margin-bottom: 30px;
}
.thanks-img svg{
	display: block;
	margin: 0 auto;
}
.thanks-mess{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #001F31;
}


@media (max-width: 1890px){



}

@media (max-width: 1365px){



}

@media (max-width: 1023px){


}



@media (max-width: 767px){

.modal-thanks .modal-box:before, .modal-nothanks .modal-box:before{
	content: none;
}	
.modal-wind.fancybox-content {
    background: transparent;
    padding: 33px 44px;
}
.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 0;
    right: 0px;
    top: 0;
    width: 30px;
    height: 30px;
}
.modal-wind{
	max-width: 400px;
}
.modal-wind.fancybox-content {
    background: transparent;
    padding: 24px 24px;
}
.modal-box {
    position: relative;
    background: #F8F8F8;
    padding: 30px 20px;
    padding-bottom: 30px;
    min-height: auto;
}
.thanks-img svg{
	width: 50px;
	height: 50px;
}
.thanks-img {
    margin-bottom: 10px;
}
.thanks-mess{
	font-size: 16px;
}


}


@media (max-width: 359px){

}	




#particles-js{
	position: relative;
	z-index: 1;
}
.particles-js-canvas-el {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent;
}



#str{
	position: absolute;
	right: 0;
	top: 0;
}

.header-rev-btn:hover span.rev-btn-anim-text{
	border-color: #001F31;
}
/* DEMO-SPECIFIC STYLES */
span.rev-btn-anim-text {
	-webkit-transition: border-color .4s, color .4s;
    -moz-transition: border-color .4s, color .4s;
    -o-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 18px;
	position: relative;
	text-align: right;
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #fff; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  animation: 
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: inherit; }
}

.btn-up{
	display: none;
	cursor: pointer;
	z-index: 9;
	position: fixed;
	right: 47px;
	bottom: 47px;
	width: 46px;
	height: 46px;
	background: url(../img/up-btn.svg) no-repeat center center;
	background-size: cover;
	backface-visibility: hidden;
}

.btn-up:hover:before {
    width: 70px;
    height: 70px;
}
.btn-up:before {
	backface-visibility: hidden;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #28EE9F;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#nav.mt{
	margin-top: 100px;
}	
#nav{
  	position: fixed;
  	right: 0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  	z-index: 8;
  	list-style: none;
  	padding-right: 60px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;  	
}
#nav li:not(:last-child){
	margin-bottom: 28px;
}
#nav li > a{
	text-align: right;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.06em;
	color: #F8F8F8;	
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}	
#nav.black li > a{
	color: #001F31;
}	
#nav li > a:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #28EE9F;
	top: 50%;
	right: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
#nav li > a:hover{
	color: #28EE9F;
}	
#nav li.current > a{
	color: #28EE9F;
}	
#nav li.current > a:before{
	opacity: 1;
}
#nav li.current > a:hover:before{
	opacity: 0;
}	
#nav li > a > span{
	white-space: nowrap;
font-weight: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.06em;
color: #F8F8F8;
padding: 6px 20px;
background: rgba(0, 55, 87, 0.78);

	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 100%;
	margin-right: 8px;
	top: 50%;
	margin-top: -15px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
#nav li > a:hover > span{
	opacity: 1;
	visibility: visible;
}	


#nav li > a > span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid rgba(0, 55, 87, 0.78);
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -7px;
}

@media (max-height: 990px){
#nav li:not(:last-child) {
    margin-bottom: 20px;
}

}	

@media (max-width: 1890px){

#nav {
    display: none;
}

#nav li:not(:last-child) {
    margin-bottom: 25px;
}
#nav{
	padding-right: 25px;
}

.btn-up {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}
.btn-up:before {
    width: 50px;
    height: 50px;
}   
.btn-up:hover:before {
    width: 54px;
    height: 54px;
} 

}

@media (max-width: 1365px){

#nav{
	padding-right: 14px;
}
#nav{
	padding-right: 20px;
}

}

@media (max-width: 1023px){

#nav{
	display: none;
}
#particles-js {
    display: none !important;
}

}



@media (max-width: 767px){


}


@media (max-width: 359px){

}	

/*
#scene1, #scene2, #scene3, #scene4, #scene5, #scene6, #scene7, #scene8, #scene9, #scene10, #scene11, #scene12{
    transform: translateY(0) scale(1.0000001) !important;
	-webkit-transform: translateY(0) scale(1.0000001) !important;
	transform-style: initial !important;
}	
*/
#scene1, #scene2, #scene3, #scene4, #scene5, #scene6, #scene7, #scene8, #scene9, #scene10, #scene11, #scene12{
    transform: none !important;
	-webkit-transform: none !important;
	transform-style: initial !important;
}	




.rev-slider-text > p::-webkit-scrollbar-track {border-radius: 0px; background: rgba(255,255,255,0.5)}
.rev-slider-text > p::-webkit-scrollbar {width: 6px;}
.rev-slider-text > p::-webkit-scrollbar-thumb {border-radius: 0px;background: #001F31;}
.rev-slider-text > p:hover::-webkit-scrollbar-thumb {background: #001F31;}


textarea.form-control::-webkit-scrollbar-track {border-radius: 0px; background: rgba(255,255,255,0.5)}
textarea.form-control::-webkit-scrollbar {width: 6px;}
textarea.form-control::-webkit-scrollbar-thumb {border-radius: 0px;background: #001F31;}
textarea.form-control:hover::-webkit-scrollbar-thumb {background: #001F31;}




[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
   /* transform: translateZ(0) scale(1); */
   transform: none;
}
header[data-aos^=fade][data-aos^=fade] {
    transition-property: opacity,transform,top;
}


@media (max-width: 767px){

.footer-box .has-submenu > ul:after{
	border-bottom: 13px solid rgb(0 46 73);
}
.footer-box .has-submenu > ul {
    background: rgb(0 46 73);
}    

}












body.no-reviews .header-rev-btn{
	display: none !important;
}
body.no-reviews .header-slider{
	display: none !important;
}
body.no-reviews .header{
	top: 0 !important
}
body.no-reviews .dots-bg{
	top: 60px;
}

body.no-reviews .b-main.b-ab-main{
	align-items: center;
	padding-top: 136px;
}
body.no-reviews .b-main.b-ad-main{
	align-items: center;
	padding-top: 136px;
}
body.no-reviews .b-main.b-rp-main{
	align-items: center;
	padding-top: 136px;
}

body.no-reviews .b-main.b-contacts-main{
	padding-top: 145px;
	padding-bottom: 0;
}

body.no-reviews .b-main.b-news-main{
	padding-top: 235px;
}




body.no-reviews .main-box {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




@media (max-width: 1890px){

	body.no-reviews .main-box {
		bottom: auto;
	}
	body.no-reviews .dots-bg {
	    top: 20px;
	    background-size: auto;
	}
	body.no-reviews .b-main.b-contacts-main {
	    padding-top: 100px;
	}
	body.no-reviews .b-main.b-news-main {
	    padding-top: 150px;
	}


}

@media (max-width: 1023px){
	body.no-reviews.p-main  .b-main {
	    height: auto;
	    position: relative;
	    padding-top: 135px;
	    padding-bottom: 135px;
	}
	body.no-reviews .main-box {
	    bottom: auto;
	    top: auto;
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
	}
	body.no-reviews .b-main.b-ab-main {
		height: auto;
	    position: relative;
	    align-items: center;
	    padding-top: 100px;
	    padding-bottom: 400px;
	}
	body.no-reviews .b-main.b-ad-main {
		height: auto;
	    position: relative;
	    align-items: center;
	    padding-top: 100px;
	    padding-bottom: 529px;
	}
	body.no-reviews .b-main.b-rp-main {
		height: auto;
	    position: relative;
	    align-items: center;
	    padding-top: 100px;
	    padding-bottom: 314px;
	}

}

@media (max-width: 767px){
	body.no-reviews.p-main .b-main {
	    height: auto;
	    position: relative;
	    padding-top: 95px;
	    padding-bottom: 52px;
	}
	body.no-reviews .b-main.b-ab-main {
	    align-items: center;
	    height: auto;
	    position: relative;
	    padding-top: 95px;
	    padding-bottom: 52px;
	}
	body.no-reviews .b-main.b-ad-main {
	    align-items: center;
	    height: auto;
	    position: relative;
	    padding-top: 95px;
	    padding-bottom: 52px;
	}
	body.no-reviews .b-main.b-rp-main {
	    align-items: center;
	    height: auto;
	    position: relative;
	    padding-top: 95px;
	    padding-bottom: 52px;
	}
	body.no-reviews .b-main.b-news-main {
		height: auto;
	    position: relative;
	    padding-top: 100px;
	    padding-bottom: 60px;
	}
}





