@font-face {
  font-family: 'IB';  
  src: url('./fonts/Inter-Bold.otf');  
}
@font-face {
  font-family: 'IM';  
  src: url('./fonts/Inter-Medium.otf');  
}
@font-face {
  font-family: 'IL';  
  src: url('./fonts/Inter-ExtraLight.otf');  
}
@font-face {
  font-family: 'IR';  
  src: url('./fonts/Inter-Regular.otf');  
}

html { width:100%; height: 100%; }

body{/*background:url(img/3.png) top center no-repeat;*/
	background:#020D21;
	height:100%;
	margin:0;
	padding:0;		
	font-size:16px;
	color:#000;
	font-family: IR, sans-serif; 
	
}
form { margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
	display: block;
	*zoom: 1;
}
a,input{
    outline: none;
}
:focus, :active {
    outline: none;
}
a{
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
a:hover{
	color: rgba(54, 132, 246, 0.8);
}
.clr,.clear{
	clear:both;
}
#panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*display:none;*/
}
#wrapper{	
	min-height:100%;
	margin: 0 auto;
}
.menuclose,.menucont,.menulogo{display:none;}
.wrap{
	width: 76%;
	margin: 0 auto;
}
.btn {
	border: 1px solid rgba(54, 132, 246, 0.8);
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	padding: 15px 25px;
	font-size: 20px;
	font-family: IM, sans-serif;
	letter-spacing: 0.5px;
	display: inline-block;
	background: transparent;
	cursor:pointer;
	transition:0.3s;
}
.btn:hover{
	background: #3684F6;
	color:#fff;
}
.btn.black{
	background: #020D21;
}
.btn.black:hover{
	background: rgba(54, 132, 246, 0.5);
}
/*HEADER*/
#header{
	padding: 69px 0;
	background: #020D21;
}
#header .wrap{
	position: relative;
	z-index: 2;
}
.logo {
	float: left;
}
.logo a{
	display:block;
}
.logo img{
	display:block;
	max-width:100%
}
#topmenu {
	float: right;
	width: 72%;
}
#topmenu ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;	
}
#topmenu ul li{
	list-style:none;
}
#topmenu ul a{
	color:#fff;
<!--font-size: 1.1vw; -->
	line-height: 37px;
	font-family: Im, sans-serif;
	text-decoration:none;
	transition:0.5s;
}
#topmenu ul a:hover{
	color: rgba(54, 132, 246, 0.8);
}
/*End HEADER*/
/*ABOUT*/
#about {
	background:#020D21;
	padding: 85px 0 153px 0;
	position:relative;
	
}
#about:before{
	content:'';
	background: url(img/bg1.png) #020D21 100%/cover;
	position:absolute;
	z-index:0;
	left:0;
	right:0;
	top: -25%;
	bottom: 0;
	opacity: 0.15;
}

#about .wrap{
	position: relative;
	z-index: 2;
}
.abouttop{
	padding: 0 0 90px 0;
	position: relative;
}
.abouttop:before{
	content:"";
	position:absolute;
	background: radial-gradient(44.68% 44.68% at 50% 50%, #1645A7 0%, rgba(21, 66, 161, 0) 100%);
	height: 100%;
	width: 70%;
	right: 15%;
	top: 0;
	opacity: 0.4;
	z-index: -1;
}
.aboutleft{
	color: #fff;
	float: left;
	width: 40%;
}
.aboutname{
	opacity:0.9;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	margin: 10.2% 0 28px 0;
}
.aboutdescr{
	opacity:0.6;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 47px;
}
.aboutright{
	float: right;
	width: 60%;
}
.aboutright img{
	display:block;
	margin:0 auto;
	max-width:100%;
	float: right;
}
.aboutfoo{
	padding: 88px 0 0 0;
}	
.fooname{
	margin: 0;
	font-size: 32px;
	line-height: 150%;
	color: #fff;
	font-weight: normal;	
}
.afoolist{
	color:#fff;
	display: flex;
	justify-content: space-between;
	padding: 64px 0 0 0;
}
.afoolist ul{
	margin: 0;
	padding: 0;
	width: 50%;
	display: block;
}
.afoolist li{
	list-style: none;
	font-size: 20px;
	line-height: 150%;
	position: relative;
	padding: 10px 0% 17px 14.8%;
	min-height: 61px;
	display: block;
	
}
.afoolist li:before{
	content: "";
	display:block;
	background:url(img/diod.png) no-repeat center;
	position:absolute;
	height: 64px;
	width: 64px;
	left: 3px;
	top: 8px;
}
/*End ABOUT*/


/*BENEFITS*/
#benefits{
	background:url(img/benefits.png) no-repeat bottom -5px center /cover #020D21;
	color:#fff;
	padding: 10px 0 68px 0;
}
#benefits .beneftitle{
	margin: 20px 0 81px 0;
}
.beneftitle{
	font-size: 32px;
	line-height: 150%;
	font-weight:400;
	margin: 90px 0 81px 0;
}
.benefarea{
	background:url(img/benefarea.png) no-repeat center;
	width: 990px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	left: -14px;
	padding: 80px 0 0 0;
}
.benefitem {
	position: absolute;
	cursor:pointer;
	opacity: 0.1;
	transition:0.5s;
}
.benefitem.act, .benefitem.act .benefname, .benefitem.act .benefimg {
	opacity: 1;
}
/*.benefitem.act:nth-child(1){
	transition:0.5s;
}
.benefitem.act:nth-child(2){
	transition:1.0s;
}
.benefitem.act:nth-child(3){
	transition:1.5s;
}
.benefitem.act:nth-child(4){
	transition:2.0s;
}
.benefitem.act:nth-child(5){
	transition:2.5s;
}
.benefitem.act:nth-child(6){
	transition:3.0s;
}
.benefitem.act:nth-child(7){
	transition:3.5s;
}*/
.benefimg {
	border: 2px solid rgba(54, 132, 246, 0.8);
	position: absolute;
	border-radius: 50%;
	background:#020D21;
	width: 60px;
	height: 60px;
	opacity: 1;
	transition:1.0s;
}
.benefimg img{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.benefname{
	font-size: 18px;
	line-height: 150%;
	opacity: 1;
	transition:1.5s;
}
#benefits .benefitem:hover .benefimg{	
	width: 92px;
	height: 92px;
}

.benefitem:nth-child(1){
	top: -4px;
	left: 36.6%;
	height: 170px;
	width: 296px;	
}
.benefitem:nth-child(1) .benefname{	
	left: -3px;
	position: relative;
	top: -3px;
	text-align: center;
}
.benefitem:nth-child(1) .benefimg{
	bottom: 21px;
	left: 33%;	
}
#benefits .benefitem:nth-child(1):hover .benefimg{
	bottom: 8px;
	left: 27%;
}
.benefitem:nth-child(1) .benefimg img{
	
}



.benefitem:nth-child(2){
	right: 0;
	top: 183px;
	width: 344px;
	height: 68px;
}
.benefitem:nth-child(2) .benefname{
	width: 253px;
	position: absolute;
	right: 0;	
}
.benefitem:nth-child(2) .benefimg{
	left:0;
	bottom:0;
}
#benefits .benefitem:nth-child(2):hover .benefimg{
	bottom: -16px;
	left: -16px;
}
.benefitem:nth-child(2) .benefimg img{
	
}



.benefitem:nth-child(3){
	right: 0;
	top: 369px;
	width: 311px;
	height: 68px;
}
.benefitem:nth-child(3) .benefname{
	width: 221px;
	position: absolute;
	right: 0;
	top: 5px;
}
.benefitem:nth-child(3) .benefimg{	
	left:0;
	bottom:4px;
}
#benefits .benefitem:nth-child(3):hover .benefimg{
	bottom: -16px;
	left: -16px;
}
.benefitem:nth-child(3) .benefimg img{
	
}


.benefitem:nth-child(4){
	right: 0;
	height: 95px;
	bottom: 65px;
	width: 443px;
}
.benefitem:nth-child(4) .benefname{
	left: 87px;
	position: absolute;
	width: 125px;
	bottom: 0px;	
}
.benefitem:nth-child(4) .benefimg{
	left: 0;
	bottom: 31px;
}
#benefits .benefitem:nth-child(4):hover .benefimg{
	bottom: 16px;
	left: -16px;
}
.benefitem:nth-child(4) .benefimg img{
	
}


.benefitem:nth-child(5){
	left: 170px;
	height: 110px;
	bottom: 63px;
	width: 250px;
}
.benefitem:nth-child(5) .benefname{
	left: 0;
	position: absolute;
	width: 170px;
	bottom: -1px;
	text-align: right;
}
.benefitem:nth-child(5) .benefimg{	
	right: 0;
	top:0;
}
#benefits .benefitem:nth-child(5):hover .benefimg{
	top: -16px;
	right: -16px;
}
.benefitem:nth-child(5) .benefimg img{
	
}


.benefitem:nth-child(6){
	left: 58px;
	height: 66px;
	bottom: 265px;
	width: 250px
}
.benefitem:nth-child(6) .benefname{
	left: 0;
	position: absolute;
	width: 161px;
	bottom: 9px;
	text-align: right;
}
.benefitem:nth-child(6) .benefimg{
	right: 0;
	top:0;
}
#benefits .benefitem:nth-child(6):hover .benefimg{
	top: -16px;
	right: -16px;
}
.benefitem:nth-child(6) .benefimg img{
	
}


.benefitem:nth-child(7){
	left: 10px;
	height: 66px;
	top: 162px;
	width: 344px;
}
.benefitem:nth-child(7) .benefname{
	left: 0;
	position: absolute;
	width: 249px;
	bottom: 23px;	
	text-align: right;
}
.benefitem:nth-child(7) .benefimg{
	right: 0;
	top:0;
}
#benefits .benefitem:nth-child(7):hover .benefimg{
	top: -16px;
	right: -16px;
}
.benefitem:nth-child(7) .benefimg img{
	
}
/*End BENEFITS*/
/*End ADVANT*/
#advant{
	padding: 77px 0;
	background:linear-gradient(0deg, #020D21 0%, rgba(15, 29, 56, 0) 100%) #0F1D38;
}
.blocktitle {
	font-size: 32px;
	line-height: 150%;
	font-weight: 400;
	color: #fff;
	margin:0;
}
#advant .blocktitle{
	margin: 31px 0 45px 0;
}
.casearea {
  
}
.caseitem {
	/*display: flex;
	justify-content: space-between;*/
	padding: 0 5%;
}
.caseleft {
	width: 51%;
	float:left;
}
.caseright {
	/*border: 2px solid #2b6dcd;*/
	border:0;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 0px;
	width: 46.6%;
	float:right;
}
.casename {
	font-size: 28px;
	line-height: 150%;
	color: #fff;
	text-transform: uppercase;
	margin: 10.6% 0 48px 0;
}
.casename span {
	color: #3684F6;
	margin-left: 0px;
	display:block;
}
.caselist ul {
	margin: 0;
	padding: 0;
	color:#fff;	
	font-family: IM, sans-serif;
}
.caselist ul li {
	display: block;
	font-size: 20px;
	line-height: 164%;
	position: relative;
	padding: 0 0 10px 33px;
}
.caselist ul li:before{
	content:"";
	background: rgba(54, 132, 246, 0.8);
	width: 8px;
	height: 8px;
	display:block;
	position:absolute;
	border-radius:50%;
	left: 0;
	top: 13px;
}
.owl-dots {
  text-align: center;
  margin-top: 86px;
}
.owl-dots .o{
	background: #020D21;
	width: 8px;
	height: 8px;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin: 0 10px
}
.owl-dots .o.active{
	background: rgba(54, 132, 246, 0.8);
}
.owl-dots .o:before{
	content:"";
	width: 16px;
	height: 16px;
	position:absolute;
	border-radius:50%;
	border:1px solid rgba(54, 132, 246, 0.8);
	top: -5px;
	left: -5px;	
}
.owl-nav svg:hover path{
	stroke:#3684F6;
	stroke-opacity: 0.8;
}
.owl-prev {
  position: absolute;
  left: 0;
  top: 37%;
}
.owl-next {
  position: absolute;
  right: 0;
  top: 37%;
}

@media(max-width:630px) {
.casearea .owl-prev {
  position: absolute;
  left: 0;
  top: 25%;
}
.casearea .owl-next {
  position: absolute;
  right: 0;
  top: 25%;
}

.casearea .owl-prev svg , .casearea .owl-next svg
{
	height: 33px !important;
	}

}


/*End ADVANT*/
/*End FORWHO*/
#forwho{
	padding: 36px 0 50px 0;
	background: #020D21;
}
#forwho .blocktitle{
	margin: 0 0 36px 0;
}
.forwhoarea{
	display: flex;
	justify-content: space-between;
	padding: 49px 0 50px 0;
}
.fwitem{
	text-align: center;
}
.fwimg{
	margin: 0 0 30px 0;
}
.fwimg img{
	display: block;
	margin: 0 auto;
}
.fwname{
	font-size: 28px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
	font-family: IM, sans-serif;
	max-width: 80%;
	margin: 0 auto 29px auto;
	height: 84px;
}
.fwdescr{
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 10%;
}
/*End FORWHO*/
/*End FEED*/
#feedform {
	padding: 45px 0 35px 0;
	background: #020D21;
}
.feedform{
	background: url(img/feed.jpg) 100%/cover #0F1D38;
	border: 1px solid #122a5b;
	border-radius: 10px;
	box-shadow: -2px -2px 47px -10px #000;
	padding: 73px 83px;
	
}
.feeddescr {
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.6);
	width: 54%;
}
.feedform .blocktitle {
	margin: 0 0 46px 0;
}
.fieldblock{
	position:relative;
	background: #020D21;
	border-radius: 10px;
	border:1px solid transparent;
	overflow:hidden;
}
.fieldblock.act{
	border-color: rgba(54, 132, 246, 0.8);
}
.fieldblock.error_pole{
	border-color: red;
}
.fieldblock label{
	position: absolute;
	transition: 0.5s;
	font-size: 20px;
	font-family: 'IM',sans-serif;
	color: #FFFFFF;
	left: 0;
	top: 0;
	cursor: default;
	bottom: 0;
	line-height: 56px;
	right: 0;
	text-indent: 25px;
	white-space: nowrap;
	/*z-index:1;*/
}

.fieldblock.act label{
	font-size: 15px;
	line-height: 150%;
	top: 6px;
	left: 0;
	bottom: auto;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.5;
	text-indent:16px;
}
.fieldblock input,.fieldblock textarea{
	/*position:relative;*/	
	background: /*#020D21*/transparent;
	box-shadow: 11px 4px 21px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	border: 0;
	color:#fff;
	font-size: 18px;
	line-height: 150%;
	text-indent:16px;
	padding: 0;	
	
}
.fbwrap {
  margin-bottom: 25px;
}
.fieldblock input[type="text"],
.fieldblock input[type="email"]{
	height: 40px;
	display: block;
	width: 100%;
	padding: 16px 0 0 0;
}
.fieldblock textarea{
	width: 100%;
	height: 120px;
	resize: none;
	padding: 18px 0 0 0;
}
.colleft{
	float:left;
	width: 27.8%;
	padding: 28px 0 0 0;
}
.collright{
	float:right;
	padding: 28px 0 0 0;
	width: 69%;
}
.submit_block {
	/*display: flex;
	justify-content: space-between;*/
	padding: 5px 0px 0 0;
	overflow:hidden;
}
.form-info{
	color: #fff;
	font-size: 15px;
	line-height: 140%;
	font-family: IL, sans-serif;
}
.feedform__buttons{
	display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.formpolicy{
	color: #fff;
	font-size: 15px;
	line-height: 140%;
	font-family: IL, sans-serif;
	padding: 15px 0 0 0;
	float:left;
}
.submit_block .btn {
  float: right;
}
.customCheckbox.outtaHere{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	opacity: 0;
}
.customCheckbox{
	width: 16px;
	height: 16px;
	border: 1px solid rgba(54, 132, 246, 0.8);
	border-radius: 4px;
	display: inline-block;
	position: relative;
	bottom: -4px;
	margin-right: 11px;
	cursor:pointer;
}
.customCheckbox.checkboxAreaChecked{
	background: url(img/check.png) 100%/cover;
}
.ccwrap {
  position: relative;
}
.partners{
	background: url(img/partners.png) 100%/cover;
	padding: 37px 5.8% 35px 3.8%;
	margin: 48px auto;
	display: flex;
	justify-content: space-between;
	border: 1px solid #123782;
	border-radius: 10px;
	box-shadow: -2px 10px 35px -10px #000;
}
.partners .blocktitle {
  margin: 0 0 17px 0;
}
.partdescr {
  font-size: 18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}
.pcl {
  width: 55%;
}
.pcr {
  padding: 27px 0 0 0;
}
/*End FEED*/
/*SCHEME*/
#scheme {
	padding: 23px 0;
	background: url(img/scheme.png) top center #020D21;
	position:relative;
}
#scheme:before{
	content:"";
	position:absolute;
	background: radial-gradient(44.68% 44.68% at 50% 50%, #1645A7 0%, rgba(21, 66, 161, 0) 100%);
	height: 520px;
	width: 50%;
	right: 0;
	top: 41%;
	opacity: 0.4;
}
#scheme .blocktitle {
	margin: 0 0 51px 0;
}
.schemearea {
	display: flex;
	justify-content: space-between;
	padding: 0 0 123px 0;
}
.schimg {
	width: 65.8%;
}
.schimg img {
  display: block;
  max-width: 100%;
}
.schchoice {
	width: 29.8%;
	color: #fff;
	padding: 0 0 0 0;	
}
.schchdescr{
	 font-size: 17px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    font-family: IL, sans-serif;
    margin-bottom: 40px;
}
.schchoice > img {
  display: block;
  margin-bottom: 15px;
}
.schchname {
	font-size: 20px;
	line-height: 150%;
	width: 78%;
	font-family: IM, sans-serif;
	margin-bottom: 51px;
}
.schchoice ul {
	margin: 0;
	padding: 0;	
}
.schchoice ul li{
	display:block;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.6);
	position:relative;
	padding:0 0 42px 108px;
}
.schchoice ul li:before{
	content:"";
	position:absolute;
	border-radius:50%;
	width: 64px;
	height: 64px;
	left:0;
	top:-4px;
	background:url(img/mark.png) center no-repeat rgba(54, 132, 246, 0.1);
}
/*End SCHEME*/
/*OS*/
.osysarea {
	display: flex;
	justify-content: space-between;
}

.osysimg {
	width: 36.4%;
	position: relative;
}

.osysimg img {
	position: absolute;
	top: 50%;
	right: 11%;
	margin-top: -36px;
}
.osyslist {
	width: 48.6%;
	position: relative;
	padding: 36px 0 0 0;
}
.oslitem {
	display: flex;
	margin: 0 0 56px 0;
	position: relative;
}
.oslitem:first-child:before{
	content: "";
	position: absolute;
	display: block;
	border-top: 1px solid #3684F6;
	top: 47px;
	left: -18.5%;
	width: 15.5%;
	height: 125%;
	border-left: 1px solid #3684F6;
	opacity:0.8;
}
.oslitem:last-child:before{
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px solid #fff;
	bottom: 68px;
	left: -18.5%;
	width: 15.5%;
	height: 200%;
	border-left: 1px solid #fff;
	opacity: 0.2;
}
.oslitem:nth-child(2):after{
	content:"";
	position:absolute;
	display:block;
	border-top: 1px dashed #3684F6;
	left: -18.5%;
	opacity:0.8;
	width: 13.5%;
	top: /*45px*/20%;
}
.oslitem:nth-child(2):before{
	content: "";
	position: absolute;
	display: block;
	width: 12.8%;
	border-top: 1px solid #3684F6;
	left: -31%;
	top: /*45px*/20%;
	opacity: 0.8;
}
.oslptitle{
	font-size: 28px;
	line-height: 150%;
	font-family: IB, sans-serif;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 19px 0;
}
.oslimg {
	width: 90px;
}
.oslprops {
	margin-left: 3.4%;
	width: 78%;
}
.oslprops ul {
	margin: 0;
	padding: 0;
}
.oslprops ul li{
	display:block;
	padding: 0 0 10px 29px;
	position: relative;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.6);
}
.oslprops ul li::before {
  content: "";
  background: rgba(54, 132, 246, 0.8);
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 13px;
}
/*End OS*/
/*EFFECT*/
#effect {
	padding: 79px 0 162px 0;
	background:url(img/effectbg.png) bottom -10px center no-repeat #020D21;
}
.effectarea {
	/*margin: 95px auto 0 auto;
	height: 466px;
	position: relative;
	width: 808px*/
	margin: 97px auto 0 auto;
	height: calc(24.3vw);
	position: relative;
	width: 56%;
}
.effectcenter {
	width: 100%;
	height: 100%;
}
.effectcenter img {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 28px;
	left: -12px;
}
.effitems{
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	border: 2px dashed transparent;
	border-radius: 50%;
	transition:1.0s;
}
.effitems.act{
	border: 2px dashed #3F96F4;
}
.effitem {
	position: absolute;
	color: #fff;
	opacity: 0.1;
	transition: 0.5s;
}
.effitimg {
	border: 2px solid rgba(54, 132, 246, 0.8);
	position: absolute;
	border-radius: 50%;
	background: #020D21;
	width: 60px;
	height: 60px;
	opacity: 1;
	transition: 0.1s;
}
.effitimg img {
  width: 100%;
}
.effitname{
	font-size: 18px;
	line-height: 150%;
	opacity:0.9;
	position: absolute;
	
}
.effitem:hover .benefimg {
  width: 92px;
  height: 92px;
}
.effitem.act{
	opacity:1;
}
/*.effitem.act:nth-child(1) {
  transition: 0.5s;
}
.effitem.act:nth-child(2) {
  transition: 1.0s;
}
.effitem.act:nth-child(3) {
  transition: 1.5s;
}
.effitem.act:nth-child(4) {
  transition: 2.0s;
}*/
.effitem:nth-child(1) {
	right: -26.3%;
	top: 10%;
	width: 335px;
	height: 66px;
}

.effitem:nth-child(1) .effitname{
	width: 222px;
	right: 0;
	top: 6px;
}
.effitem:nth-child(2) {
	right: -24.2%;
	bottom: 10%;
	width: 317px;
	height: 67px;
}
.effitem:nth-child(2) .effitname{
	right: 0;
	top: 14px;
}
.effitem:nth-child(3) {
	bottom: 10%;
	width: 351px;
	height: 67px;
	left: -27.5%;
}
.effitem:nth-child(3) .effitimg{
	right:0;
}
.effitem:nth-child(3) .effitname{
	text-align: right;
	top: 11px;
}
.effitem:nth-child(4) {
	width: 287px;
	height: 67px;
	left: -20.2%;
	top: 10%;
}
.effitem:nth-child(4) .effitimg{
	right:0;
}
.effitem:nth-child(4) .effitname{
	text-align: right;
	top: 8px;
}
/*#0F1D38;*/
/*End EFFECT*/

/*NEWS*/
#news{
	padding: 84px 0;
	/* background:linear-gradient(180deg, #0F1D38 0%, rgba(15, 29, 56, 0) 100%) #020D21;	 */
}
#news .wrap {
  position: relative;
  z-index: 3;
}
#news .blocktitle{
	margin: 0 0 29px 0;
}
.newsitem {
	border: 1px solid rgba(54, 132, 246, 0.8);
	border-radius: 10px;
	overflow: hidden;
	padding: 0 0 15px 0;
	box-sizing: border-box;
	height: 100%;
}
.newsarea.owl-carousel .owl-stage{
	display: flex;
}
.niimg {

}
.niimg img {
	display:block;
}
.nidate {
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	opacity: 0.6;
	padding: 20px 8%;
}
.niname {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	padding: 0 8%;
	overflow: hidden;
}
.nidescr {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
	padding: 19px 17% 16px 8%;
	height: 85px;
	overflow: hidden;
}


.newsarea .owl-dots {
  margin-top: 70px;
}
.newsarea .owl-dots .o{
	background: #fff;
	opacity:0.1;
}
.newsarea .owl-dots .o.active{
	background: rgba(54, 132, 246, 0.8);
	opacity:1;
}
.newsarea .owl-prev{
  background: #020D21;
  border: 2px solid rgba(54, 132, 246, 0.8);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  top: 39%;
  left: -19px;
}
.newsarea .owl-next{
  background: #020D21;
  border: 2px solid rgba(54, 132, 246, 0.8);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  top: 39%;
  right: -19px;
}
.newsarea .owl-nav svg{
	margin: 10px auto 0 auto;
	display: block;
}
.newsarea .owl-next:hover svg path,.newsarea .owl-prev:hover svg path{
	stroke: #3684F6;
	stroke-opacity: 0.8;
}
/*End NEWS*/
/*CONTACTS*/
#contacts{
	padding: 217px 0 150px 0;
	background: #020D21;
	position:relative;
}
#contacts:before {
	content: "";
	position: absolute;	
	background:url(img/contbg.png) no-repeat top center /cover,radial-gradient(44.68% 44.68% at 60% 50%, #1645A7 0%, rgba(21, 66, 161, 0) 100%);
	right: 0;
	bottom: -10%;
	width: 40%;
	height: 200%;
	z-index: 2;
	opacity:0.5;
pointer-events:none;
}
#contacts .wrap{
	z-index: 2;
	position: relative;
}
.contarea{
	display: flex;
	justify-content: space-between;
}
.caleft{
	width:67%;
	border-radius: 10px 4px 4px 10px;
	overflow: hidden;
}
.caright{
	background:url(img/caright.png) left center no-repeat #0F1D38;
	width: 25%;
	text-align: right;
	color: #FFFFFF;
	border: 1px solid rgba(54, 132, 246, 0.8);
	box-shadow: 0px 17px 54px rgba(0, 0, 0, 0.47);
	border-radius: 4px 10px 10px 4px;
	padding: 43px 47px 0 3%;
	margin-left: 21px;
}
.contmail{
	font-size: 32px;
	line-height: 150%;
	text-decoration:none;
	display:block;color: #FFFFFF;
	margin: 0 0 38px 0;
}
.contphone{
	font-size: 32px;
	line-height: 150%;
	text-decoration:none;
	display:block;color: #FFFFFF;
	margin: 0 0 36px 0;
}
.contaddr{
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	font-family: IM, sans-serif;
	margin-bottom: 34px;
}
/**/.ymaps-glass-pane.ymaps-events-pane:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 700;
  opacity: 0.4;
}


/*.ymaps-layers-pane {
	filter: invert(95%);
	-ms-filter: invert(95%);
	-webkit-filter: invert(95%);
	-moz-filter: invert(95%);
	-o-filter: invert(95%);
}
*/

.caright .btn.black {
  padding: 15px 21px;
  border-radius: 4px;
}
/*End CONTACTS*/
/*FOOTER*/
#footer {
  padding: 0 0 120px 0;
  background: #020D21;
  position:relative;
}
#footer .wrap {
  /*width: 97%;*/
  position: relative;
  z-index: 2;
}
#footer:before {
	content:"";
<!--	position:absolute; -->
	left:0;
	bottom:0%;
	width:40%;
	height:1500px;
	opacity:0.5;
	background:url(img/fbg.png) no-repeat top center /cover,radial-gradient(44.68% 44.68% at 10% 50%, #1645A7 0%, rgba(21, 66, 161, 0) 100%);
}

.footarea {
	overflow:hidden;
}
.flogo {
	float: left;
	width: 14.5%;
	margin-right: 11.3%;
}
.flogo img {
  display: block;
  width: 100%;
  margin: 0 0 34px 0;
}
.fdate{
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	opacity: 0.5;font-family: IL, sans-serif;
}
.fmenu {
	float: left;
	width: 22.6%;
	padding: 5px 0 0 0;
}

.fmenu ul:first-child {
	float: left;
	margin: 0;
	padding: 0;
}
.fmenu ul:nth-child(2) {
	float: right;
	margin: 0;
	padding: 0;
}
.fmenu li {
	display: block;
	margin: 0 0 14px 0;
}
.fmenu a {
	display: block;
	font-family: IL, sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
}
.fpolicy {
	float: right;
	text-align: right;
	width: 40%;
}
.plinks a{
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	opacity: 0.5;
	font-family: IL, sans-serif;
	display: inline-block;
	margin-left: 70px;
	letter-spacing: 1px;
}
.fsoc {
	display: inline-grid;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	text-align: center;
	padding: 0;
	margin-bottom: 46px;
	place-content: center;
}

/*End FOOTER*/
#partpage .blocktitle {
	padding: 20px 0 50px 0;
}
.popupbg{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:999;
	display:none;
}
.popup {
	position: fixed;
	background: #fff;
	z-index: 1000;
	left: 25%;
	right: 25%;
	top: 10%;
	bottom: 10%;
	border-radius: 5px;
	display:none;
	overflow: hidden;
	overflow-y: auto;
}
.popclose {
  position: absolute;
  right: 20px;
	top: 20px;
  cursor: pointer;
}
.popbody {
	padding: 30px 5%;
}
.ndname,.popname {
	font-family: IR, sans-serif;
	font-size: 22px;
	line-height: 140%;
}
.nddate {
	font-size: 15px;
	line-height: 150%;
	color: #343A40;
	opacity: 0.5;
	padding: 15px 0;
	font-family: IL, sans-serif;
}
.ndimg{
	
}
.ndimg img {
	display: block;
	width: 100%;
}
.ndtext,.poptext {
	padding: 20px 0 10px 0; 
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #343A40;
}
.ndtext a,.poptext a{
	color: rgba(54, 132, 246, 0.8);
}

.schchoice > img
{
	display:none ;
	}

@media(max-width:630px){
.benefarea
{
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
.schchoice 
{
margin-top: 10px;
	}
	}

.owl-dots .o , .newsarea .owl-item
{
cursor: pointer;
}


#newsdetil
{
	/* background: #020D21; */
    box-shadow: 0px 21px 105px rgb(0 0 0 / 10%);
    backdrop-filter: blur(12px);
	color: #fff;
}

#newsdetil path
{
	    stroke: #3684F6 !important;
}


#newsdetil::-webkit-scrollbar {
    width: 3px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #020D21;
}

/* ползунок скроллбара */
#newsdetil::-webkit-scrollbar-thumb {
    background-color: #3684F6;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #3684F6;
}

#newsdetil::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

/* Стрелки */

#newsdetil::-webkit-scrollbar-button:vertical:start:decrement {
    display:none;
}

#newsdetil::-webkit-scrollbar-button:vertical:end:increment {
   display:none;
}

#newsdetil::-webkit-scrollbar-button:horizontal:start:decrement {
 display:none;
}

#newsdetil::-webkit-scrollbar-button:horizontal:end:increment {
  display:none;
}
#newsdetil .nddate, #newsdetil .ndtext
{
	color: #fff;
}

.newsitem:hover {
    background: #020D21;
}
@media(max-width:600px)
{
#newsdetil {
    position: fixed;

    z-index: 1000;
     left: 0; 
     right: 0; 
    top: 0;
    bottom: 0%;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    min-width: 300px;
}

}