@charset "utf-8";
/* CSS Document by Netplace - dev: www.3dteapot.com*/
/*------------------------------------------------------------------------Base-*/
html, body{
	scroll-behavior: smooth;
    background: -webkit-linear-gradient(135deg, rgb(234, 247, 255) 23%, rgb(247, 238, 254) 100%);
    background: -moz-linear-gradient(135deg, rgb(234, 247, 255) 23%, rgb(247, 238, 254) 100%);
    background: linear-gradient(135deg, rgb(234, 247, 255) 23%, rgb(247, 238, 254) 100%);
	font-size: 14px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*------------------------------------------------------------------------Font`s-*/
@font-face{
	font-family:Inter-Regular;
	src: url(font/Inter-Regular.ttf);
}
@font-face{
	font-family:Inter-ExtraLight;
	src: url(font/Inter-ExtraLight.ttf);
}
@font-face{
	font-family:Inter-Bold;
	src: url(font/Inter-Bold.ttf);
}
@font-face{
	font-family:Inter-Medium;
	src: url(font/Inter-Medium.ttf);
}
@font-face{
	font-family:Inter-ExtraBold;
	src: url(font/Inter-ExtraBold.ttf);
}
/*------------------------------------------------------------------------Styles-page-*/
.link{text-decoration: none; color:#000000; transition:0.6s;}
.link:hover{text-decoration: underline; color:#0681FF; transition:0.6s;}
.link-blue{text-decoration: underline; color:#0681FF; transition:0.6s;}
.link-blue:hover{text-decoration: none; color:#000000; transition:0.6s;}
.menu-left{margin-left: 6%;}
.mobile-top{margin-top: 10px;}
.footer-link-pad{margin-left: 10px;}
.footer-link-top{margin-top: 9px;margin-bottom: 25px;}
.footer-logo{margin-left: 20px;transition:0.6s;}
.footer-logo:hover{
 	transform: scale(1.2);
	transition:0.6s;
}
.footer-logos{transition:0.6s;}
.footer-logos:hover{
 	transform: scale(1.2);
	transition:0.6s;
}
.link-active{text-decoration: underline; color:#0681FF;}
.link-active:hover{text-decoration: none; color:#0681FF;}
.pad-table-text{
	margin-top: 70px;
	padding-left: 15px;
}
@media (max-width: 1200px){
  .pad-table-text{
	 margin-top: 0px;
	 padding-left: 0px;
}}
/*------------------------------------------------------------------------Styles-page-*/
@media (max-width: 1400px){
  .menu-left{
	 margin-left: 5%;
}}
.title-h1{
	color: black;
	font-size: 34px;
	line-height: 1.2;
	font-family:Inter-Bold;
}
@media (max-width: 576px){
  .title-h1{
	  font-size: 24px;
	  margin-bottom: -15px;
}}
.title-h2{
	color: black;
	font-size: 32px;
	line-height: 1.2;
}
.title-h3{
	color: white;
	font-size: 21px;
	line-height: 1.3;
	font-family:Inter-Bold;
	margin-top: -90px;
	margin-bottom: 15px;
}
.title-h4{
	color: black;
	font-size: 24px;
	line-height: 1.2;
	font-family:Inter-Bold;
	margin-bottom: 10px;
}
.blue{
	color: #0681FF;
}
.light{
	font-family:Inter-ExtraLight;
}
/*------------------------------------------------------------------------Index-page-*/
.head{
	height: 160px;
}
@media (max-width: 1200px){
  .head{
	height:110px;
}}
.head-line{
	height: 1px;
	background-image:url(images/pix-white.svg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.head-logo{
	padding-top: 67px;
	text-align: left;
}
@media (max-width: 1200px){
  .head-logo{
	padding-top: 43px;
}}
.head-menu{
	text-align: center;
	font-size: 12px;
	padding-top: 72px;
    font-family:Inter-Bold;
	margin-left: 3%;
}
@media (max-width: 1400px){
  .head-menu{
	 margin-left: 9%;
}}
.head-button{
	text-align: right;
	padding-top: 62px;
}
.head-moon{
	float: left;
	margin-top: 5px;
	transition:0.6s;
}
.head-moon:hover{
 	transform: scale(1.2);
	transition:0.6s;
}
.test-cloud{
	margin-left: 20px;
	margin-right: 6px;
}
@media (max-width: 576px){
  .test-cloud{
	 margin-left: 0px;
}}
@media (min-width: 576px){
  .cloud-hide{
	  display: none;
}}
@media (max-width: 576px){
  .cloud-hides{
	  margin-bottom: 40px;
}}
.cloud-icon{
	display: inline;
	width: 20px;
	height: 20px;
	background-image:url(images/cloud.svg); 
	background-repeat: no-repeat;
	padding-bottom: 2px;
}
.text-cloud{
	font-size: 12px;
	font-family:Inter-Medium;
	text-decoration:none;
	border-bottom:1px dashed #131A29;
	color:#131A29;
	transition:0.6s;
}
.text-cloud:hover{
	text-decoration:none;
	border-bottom:1px dashed #0681FF;
	color:#0681FF;
	transition:0.6s;
}
.text-cloud-two{
	font-size: 12px;
	font-family:Inter-Medium;
	text-decoration:none;
	border-bottom:1px dashed #3398FF;
	color:#3398FF;
	transition:0.6s;
	margin-right: -10px;
}
.text-cloud-two:hover{
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	color:#FFF;
	transition:0.6s;
}
@media (max-width: 1200px){
  .text-cloud-two{
		margin-right: 0px;
}}
.text-clouds{
	font-family:Inter-Medium;
	text-decoration:none;
	border-bottom:1px dashed #131A29;
	color:#131A29;
	transition:0.6s;
}
.text-clouds:hover{
	text-decoration:none;
	border-bottom:1px dashed #0681FF;
	color:#0681FF;
	transition:0.6s;
}
@media (max-width: 576px){
  .text-clouds{
	  font-size: 12px;
}}
/*------------------------------------------------------------------------Content-index-page*/
@media (max-width: 1200px){
  .content-head-hide{
	  display: none;
}}
.content-head{
	height: 480px;
}
@media (max-width: 1200px){
  .content-head{
	  height: 310px;
	  text-align: center;
}}
@media (max-width: 576px){
  .content-head{
	  height: 100%;
	  padding-bottom: 60px;
	  text-align: center;
}}
.content-index{
	padding-top: 65px;
}
@media (max-width: 1200px){
  .content-index{
	  margin-bottom: 80px;
}}
.content-block{
	background-color: white;
	border-radius: 30px;	
	font-size: 13px;
	line-height: 1.4;
	color: #5E6674;
	padding-right: 20px;
	transition:0.6s;
}
.content-block:hover{
	transition:0.6s;
    -webkit-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 0.2);
}
.content-block-two{
	background-color: white;
	border-radius: 30px;	
	font-size: 13px;
	line-height: 1.4;
	color: #5E6674;
	padding-right: 20px;
	transition:0.6s;
}
.table-content{
	margin-bottom: 65px;
}
.table-content-footer{
	margin-bottom: 35px;
}
.support{
	color: #5E6674;
	font-size: 12px;
	margin-left: 10px;
	line-height: -1.0;
}
.support-burger{
	font-family:Inter-ExtraLight;
	color: #5E6674;
	font-size: 12px;
	margin-left: 10px;
	line-height: 1.3;
}
.support-font{
	color: #000000;
	font-size: 21px;
	font-family:Inter-ExtraBold;
	margin-left: 10px;
	line-height: 1.2;
}
.support-font-two{
	color: #000000;
	font-size: 18px;
	font-family:Inter-ExtraBold;
	line-height: 1.2;
	margin-bottom: 3px;
}
@media (max-width: 1400px){
  .moon-hide{
	  display: none;
}}
.moon-mobile{
	margin-left: 150px;
	margin-top: -31px;
}
.cloud-text{
	font-size: 16px;
	width: 90%;
	line-height: 1.4;
	margin-top: 25px;
	margin-bottom: 35px;
}
@media (max-width: 1200px){
  .cloud-text{
	  padding-left: 20%;
	  padding-right: 20%;
	  width: 100%;
	  text-align: center;
}}
@media (max-width: 992px){
  .cloud-text{
	  padding-left: 10%;
	  padding-right: 10%;
}}
@media (max-width: 768px){
  .cloud-text{
	  padding-left: 0%;
	  padding-right: 0%;
}}
@media (max-width: 576px){
  .cloud-text{
	  font-size: 14px;
	  margin-bottom: 20px;
}}
/*------------------------------------------------------------------------Styles-all*/
.button-black{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#25272B;
	text-align: center;
	color:#FFF;
	width:auto;
	font-size:12px;
	height:37px;
	padding-left: 45px;
	padding-right: 30px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
	margin-right: 5px;
	background-image:url(images/enter.svg);
	background-repeat: no-repeat;
	background-position: left 20px top 12px;
}
.button-black:hover{
	color: white;
	transition:0.6s;
	cursor:pointer;
	background-color: #41454B;
}
.button-black:active{
	background-color:#000;
	filter: blur(1px);
}
/*------------------------------------------------------------------------Styles-all*/
.button-blue{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#0081FD;
	text-align: center;
	color:#FFF;
	width:auto;
	font-size:12px;
	height:37px;
	padding-left: 30px;
	padding-right: 30px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
}
.button-blue:hover{
	background-color:#379AFF;
	color: white;
	transition:0.6s;
	cursor:pointer;
}
.button-blue:active{
	filter: blur(1px);
}
/*------------------------------------------------------------------------Styles-all*/
.button-blue-normal{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#0081FD;
	text-align: center;
	color:#FFF;
	width:auto;
	font-size:12px;
	height:50px;
	padding-left: 50px;
	padding-right: 50px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
}
.button-blue-normal:hover{
	background-color:#379AFF;
	color: white;
	transition:0.6s;
	cursor:pointer;
}
.button-blue-normal:active{
	filter: blur(2px);
}
/*------------------------------------------------------------------------Styles-all*/
.button-blue-pop{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#0081FD;
	text-align: center;
	color:#FFF;
	font-size:12px;
	height:60px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
}
.button-blue-pop:hover{
	background-color:#379AFF;
	color: white;
	transition:0.6s;
	cursor:pointer;
}
.button-blue-pop:active{
	filter: blur(2px);
}
/*------------------------------------------------------------------------Footer-index*/
.footer{
	min-height: 315px;
	padding-top: 35px;
	margin-top: 100px;
}
.footer-left{
	color: #5E6674;
	font-family:Inter-Regular;
	font-size: 12px;
}
.footer-right{
	color: #5E6674;
	font-family:Inter-Regular;
	font-size: 12px;
	line-height:1.1;
}
@media (max-width: 576px){
  .footer-right{
	 font-size: 11px;
}}
.footer-title{
	font-size: 16px;
	font-family:Inter-Bold;
	color: #5E6674;
	margin-bottom: 15px;
	line-height:1.1;
}
@media (max-width: 576px){
  .footer-title{
	 font-size: 12px;
}}
@media (max-width: 1200px){
  .logo-hide{
	  display: none;
}}
.footer-line{
	background-image:url(images/pix-white.svg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 35px;
}
.footer-lines{
	background-image:url(images/pix-white.svg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 35px;
}
@media (max-width: 1200px){
  .footer-lines{
	 background-image:none;
	 padding-top: 0px;
	 padding-bottom: 20px;
}}
/*------------------------------------------------------------------------Promo-index-page*/
.promo{
	margin-top: 50px;
	border-radius: 30px;
	width: auto;
	min-height: 610px;
	line-height:1.4;
	color: white;
	font-size: 16px;
	text-align: center;
	background: -webkit-linear-gradient(315deg, rgb(25, 27, 30), rgb(59, 63, 68) 100%);
    background: -moz-linear-gradient(315deg, rgb(25, 27, 30), rgb(59, 63, 68) 100%);
    background: linear-gradient(315deg, rgb(25, 27, 30), rgb(59, 63, 68) 100%);
}
@media (max-width: 1200px){
  .promo{
	  min-height: auto;
	  padding-bottom: 40px;
}}
.promo-text{
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 576px){
  .promo-text{
	padding-left: 30px;
	padding-right: 30px;
}}
.promo-title{
	margin-bottom: 30px;
	text-align: right;
}
@media (max-width: 1200px){
  .promo-title{
	  text-align: center;
}}
.promo-right{
	text-align: right;
}
@media (max-width: 1200px){
  .promo-right{
	  text-align: center;
}}
.promo-img{
	margin-top: -30px;
	transition:0.6s;	
}
.promo-img img{
	width:100%;
	max-width: 414px;
}
.promo-img:hover{
	transform: scale(1.06);
	transition:0.6s;
}
/*------------------------------------------------------------------------*/
.promo-img-small{
	transition:0.6s;	
}
.promo-img-small img{
	width:100%;
	max-width: 376px;
}
.promo-img-small:hover{
	transform: scale(1.06);
	transition:0.6s;
}
.promo-img-margin{
	margin-top: -30px;
}
@media (max-width: 1200px){
  .promo-img-margin{
	margin-top: 0px;
}}
@media (max-width: 992px){
  .promo-img-margin{
	margin-top: -30px;
}}
@media (min-width: 1200px){
  .promo-display{
	  display: none;
}}
.promo-pad{
	margin-top: 25px;
}
/*------------------------------------------------------------------------Banner`s-index-page*/
.banner-img{
	margin-left: 30px;
	margin-right: 30px;
}
.banner-img-service{
	margin-left: 15px;
	margin-right: 15px;
}
.button-banner{
	margin-left: 40px;
	margin-right: 10px;
}
/*------------------------------------------------------------------------Company`s-page*/
.navigator{
	height: 120px;
	font-size: 12px;
	padding-top: 50px;
	color: #5E6674;
}
@media (max-width: 992px){
  .navigator{
	 height: 60px;
	 padding-top: 30px;
}}
.navigator-right{
	padding-top: 35px;
	text-align: right;
}
@media (max-width: 992px){
  .navigator-right{
	  text-align: left;
	  padding-top: 0px;
	  height: 20px;
	  margin-bottom: 50px;
}}
@media (max-width: 576px){
  .navigator-right{
	  height: auto;
	  margin-bottom: 30px;
}}
.navigator-black{
	font-family:Inter-ExtraLight;
	border-radius:60px;
	background-color:#25272B;
	text-align: center;
	color:#FFF;
	width:auto;
	font-size:12px;
	height:30px;
	padding-left: 25px;
	padding-right: 25px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
	margin-top: 10px;
}
.navigator-black:hover{
 	transform: scale(1.05);
	transition:0.6s;
}
.navigator-white{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#FFF;
	text-align: center;
	color:#000;
	width:auto;
	font-size:12px;
	height:30px;
	padding-left: 25px;
	padding-right: 25px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
	margin-top: 10px;
}
.navigator-white:hover{
 	transform: scale(1.05);
	transition:0.6s;
}
.promo-small{
	border-radius: 30px;
	width: auto;
	height: 340px;
	line-height:1.4;
	color: white;
	font-size: 16px;
	text-align: center;
	background: -webkit-linear-gradient(315deg, rgb(25, 27, 30), rgb(59, 63, 68) 100%);
    background: -moz-linear-gradient(315deg, rgb(25, 27, 30), rgb(59, 63, 68) 100%);
    background: linear-gradient(315deg, rgb(25, 27, 30), rgb(59, 63, 68) 100%);
}
@media (max-width: 1200px){
  .promo-small{
	height: 100%;
}}
@media (max-width: 992px){
  .promo-small{
	height: 340px;
}}
.company-block{
	font-size: 14px;
}
.alerts{
	border-radius: 15px;
	border: 2px dashed #0681FF;
	font-size: 13px;
	line-height:1.4;
	width: 85%;
	margin-top: 40px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (max-width: 1400px){
  .alerts{
	width: 100%;
}}
@media (max-width: 992px){
  .alerts{
	padding-top: 30px;
	padding-bottom: 30px;
}}
.alert-img{
	margin: 0px 25px 0px 25px;
}
/*------------------------------------------------------------------------Block-icon-*/
.icon-company{
	margin-top: 110px;
}
.icon-company-two{
	margin-top: 70px;
}
.icon-company-block{
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	min-height: 200px;
}
@media (max-width: 1400px){
  .icon-company-block{
	min-height: 220px;
}}
@media (max-width: 1200px){
  .icon-company-block{
	min-height: 240px;
}}
@media (max-width: 992px){
  .icon-company-block{
	min-height: 220px;
}}
@media (max-width: 768px){
  .icon-company-block{
	min-height: 250px;
}}
@media (max-width:576px){
  .icon-company-block{
	min-height: 220px;
}}
.img-icon-company{
	margin-top: 30px;
	margin-bottom: 15px;
}
/*------------------------------------------------------------------------Service-page-*/
.service{
	text-align: left;
	margin-bottom: 50px;
}
.content-block-service{
	background-color: white;
	border-radius: 15px;	
	font-size: 13px;
	line-height: 1.4;
	color: #5E6674;
	padding-right: 20px;
	transition:0.6s;
}
.content-block-service:hover{
	transition:0.6s;
    -webkit-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 0.2);
}
.service-text{
	padding: 40px;
	min-height: 335px;
	color: #5E6674;
	font-size: 14px;
	line-height: 1.6;
}
@media (max-width: 1400px){
  .service-text{
	min-height: 380px;
}}
@media (max-width: 1200px){
  .service-text{
	min-height: 425px;
}}
@media (max-width: 992px){
  .service-text{
	min-height: auto;
}}
.service-pad{
	margin-bottom: 10px;
}
.block-mail{
	border-radius: 15px;
	border: 2px dashed #0681FF;
	font-size: 12px;
	line-height:1.3;
	height: auto;
	padding-left: 10%;
	text-align: center;
	padding-right: 10%;
	padding-bottom: 20px;
}
.block-mail-img{
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (max-width: 992px){
  .none-display{
	  display: none;
}}
@media (max-width: 768px){
  .icon-display{
	  display: none;
}}
@media (min-width: 768px){
  .icon-displays{
	  display: none;
}}
/*------------------------------------------------------------------------Accordion-*/
.panel{
    max-height:0;
	font-size:14px;
    overflow:hidden;
    transition:max-height 0.4s ease-out;
	line-height:1.5;
	background-color:none;
	margin-top: 5px;
}
.accordion-long{
    color:#0681FF;
    cursor: pointer;	
	padding-left: 0px;
    width:100%;
    border:none;
    text-align:left;
	line-height:1.5;
    outline:none;
    font-size:16px;
	background: transparent; 
    transition:0.4s;
}
.act-long, .accordion-long:hover{
	transition:max-height 0.4s ease-out;
	font-weight:600;
}
.accordion-long:after{
    font-weight:bold;
    float:left;
    text-decoration: none;
}
.act-long:after{
    text-decoration: none;
}
.decor{
	border-bottom:1px dashed #0681FF;
}
/*------------------------------------------------------------------------Tarif-head-*/
.tarif-block{
	margin-top: 90px;
	font-size: 24px;
	margin-bottom: 0px;
	font-family:Inter-Bold;
	line-height: 1.3;
}
.tarif-text{
	font-size: 12px;
	font-family:Inter-Regular;
}
.tarif-light{
	font-family:Inter-Regular;
}
/*------------------------------------------------------------------------Slider-style-*/
.slider-block{
	height: auto;
	max-width: 100%;	
	background-color: white;
	border-radius: 20px;
	padding: 30px;
	color: #5E6674;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
	transition:0.6s;
}
.slider-block:hover{
	transition:0.6s;
    -webkit-box-shadow: 3px 2px 17px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 3px 2px 17px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 3px 2px 17px 0px rgba(34, 60, 80, 0.2);
}
/*------------------------------------------------------------------------Styles-all*/
.button-blue-tarif{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#0081FD;
	text-align: center;
	color:#FFF;
	width:100%;
	font-size: 12px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
}
.button-blue-tarif:hover{
	background-color:#379AFF;
	color: white;
	transition:0.6s;
	cursor:pointer;
}
.button-blue-tarif:active{
	filter: blur(2px);
}
.price-tarif{
	color: #000000;
	font-size: 14px;
	font-family:Inter-ExtraBold;
	line-height: 1.2;
	margin-bottom: 15px;
	margin-top: 25px;
}
.tarif-right{
	text-align: right;
}
/*------------------------------------------------------------------------Styles-all*/
.button-tarif{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#25272B;
	text-align: center;
	color:#FFF;
	width:auto;
	font-size:12px;
	height:45px;
	padding-left: 30px;
	padding-right: 30px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
}
.button-tarif:hover{
	color: white;
	transition:0.6s;
	cursor:pointer;
	background-color: #41454B;
}
.button-tarif:active{
	background-color:#000;
	filter: blur(1px);
}
.service-tarif{
	margin-top: 30px;
}
.service-font{
	font-size: 12px;
	line-height: 1.3;
	margin-top: 15px;
}
.service-line{
	margin-top: 20px;
}
/*-------------------------------------------------------------------------Modal-window*/
.modalDialogs {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 	background: rgba(0,0,0,0.8);
	backdrop-filter: blur(4px);
	z-index: 400;
	-webkit-transition: opacity 600ms ease-in;
	-moz-transition: opacity 600ms ease-in;
 	transition: opacity 600ms ease-in;
	display: none;
	pointer-events: none;
	text-align:right;
	overflow-y: scroll;   
}
.modalDialogs::-webkit-scrollbar {
  width: 0;
}
.modalDialogs:target {
	display: block;
	pointer-events:auto;
}
.modalDialogs > div {
	width:100%;
	max-width:500px;
	height:auto;
	text-align: left;
	position:relative;
	margin:12% auto;
	padding: 40px 40px 40px 40px;
	background:#FFF;  
	border-radius:25px;
    -webkit-box-shadow: 3px 2px 167px 0px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 3px 2px 167px 0px rgba(34, 60, 80, 0.6);
    box-shadow: 3px 2px 67px 0px rgba(0, 0,0, 0.6);
	 animation-duration:0.6s; 
    animation-fill-mode:both;  
    animation-name:fadeInDown-II;
}
@media (max-width: 576px){
	.modalDialogs > div {
	border-radius:0px;
	max-width:100%;
	height:100%;
	width:100%;
	margin:0 auto;
}}
/*-------------------------------------------------------------------------Modal-window*/
.close {
  	position:absolute;
  	top:16px;
  	right:33px;
  	font-size:40px;
  	font-weight:bold;
  	text-decoration:none;
  	color:#0681FF;
	transition:0.6s;
}
.close:hover {
	transform: scale(1.3);
	transition:0.6s;	
	color:#0681FF;
}
/*------------------------------------------------------------------------Form`s*/
.grey-pad{
	margin-bottom: 25px;
}
.grey-pad-two{
	margin-bottom: 25px;
}
.input-css-grey{
	height:50px;
	width:100%;
	border:none;
	background-color:#EAF7FF;
	padding-left:25px;
	margin-right:7px;
	font-size:12px;
	border-radius:60px;
	margin-top:10px;
	color:#757575;
	-moz-appearance:none;
 	-webkit-appearance:none;
	appearance:none;
	transition:0.6s;
}
.input-css-grey:hover{
	border-color:#34237c;	
	transition:0.6s;
} 
.input-css-grey:focus{
	transition:0.6s;
	border-color:#0681FF; 
	box-shadow:0 0 1px 2px rgba(6, 129, 255, 0.6);
	box-shadow:0 0 0 3px -moz-mac-focusring; 
	color:#515050;
	outline:none; 
}
.link-pop{
	font-family:Inter-Bold;
	color: #0681FF;
	text-decoration: none;	
	transition:0.6s;
}
.link-pop:hover{
	color: #000;
	text-decoration: underline;	
	transition:0.6s;
}
.center-pop{
	font-size: 12px;
	text-align: center;
	margin-top: 35px;
}
/*------------------------------------------------------------------------Animation`s*/
@keyframes fadeInDown-II { 
    0% {                
       opacity: 0;
       filter: blur(10px);
	   transform: scale(2.0);
    }
    100% {              
        opacity: 1;
        transform: none;
    }
}
/*------------------------------------------------------------------------Styles-table*/
.tables {
	width: 100%;
	margin-bottom: 20px;
	background-color: white;
	border-collapse: collapse; 
	font-size: 12px;
}
.tables th {
	padding: 15px;
}
.tables td {
	border: 3px solid #eaf7ff;
	padding: 15px;transition:0.6s;
}
.tables td:hover {
	background-color: #F0F5FF;
	transition:0.6s;
}
/*------------------------------------------------------------------------Forma-index-table*/
.title-forma{
	width: 205px;
	background-color: white;
	height: 60px;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 14px;
	font-family:Inter-Bold;
	border-radius: 30px 30px 0px 0px;	
	margin-top: 10px;
}
@media (max-width: 576px){
  .title-forma{
	 padding-left: 30px;
	 width: 160px;
	 font-size: 11px;
	 padding-top: 25px;
}}
.content-block-index{
	background-color: white;
	border-radius: 0px 30px 30px 30px;	
	font-size: 13px;
	line-height: 1.4;
	color: #5E6674;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	transition:0.6s;	
	margin-bottom: 5px;
}
.testing{
	position: absolute;
	margin-top: -40px;
	margin-left: 240px;
	font-size: 14px;
	font-family:Inter-Bold;
}
@media (max-width: 576px){
  .testing{
	  margin-left: 190px;
	  margin-top: -38px;
}}
/*----------------------------------------------------------------------------------------*/
.input-css-block{
	height:60px;
	width:80%;
	border:none;
	background-color:#EAF7FF;
	padding-left:55px;
	font-size:12px;
	border-radius: 60px;
	margin-top: 10px;
	color:#757575;
	margin-right: 2px;
	margin-bottom: 10px;
	-moz-appearance:none;
 	-webkit-appearance:none;
	appearance:none;
	background-image:url(images/world.svg);
 	background-position: center left 20px;
	background-repeat: no-repeat;
	transition:0.6s;
}
@media (max-width: 768px){
  .input-css-block{
	  width:100%;
}}
.input-css-block:hover{
	border-color:#34237c;	
	transition:0.6s;
} 
.input-css-block:focus{
	transition:0.6s;
	border-color:#0681FF; 
	box-shadow:0 0 1px 2px rgba(6, 129, 255, 0.6);
	box-shadow:0 0 0 3px -moz-mac-focusring; 
	color:#515050;
	outline:none; 
}
/*----------------------------------------------------------------------------------------*/
.navigator-blue{
	font-family:Inter-ExtraLight;
	border-radius:60px;
	background-color:#0681FF;
	text-align: center;
	color:#FFF;
	width:auto;
	font-size:12px;
	height:30px;
	padding-left: 18px;
	padding-right: 18px;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
	margin-top: 10px;
}
.navigator-blue:hover{
 	transform: scale(1.05);
	transition:0.6s;
}
/*------------------------------------------------------------------------Styles-all*/
.button-black-index{
	font-family:Inter-Medium;
	border-radius:60px;
	background-color:#25272B;
	text-align: center;
	color:#FFF;
	font-size:14px;
	height:60px;
	width:19%;
	transition-property: all;
	transition: all ease 0.6s;	
	line-height:0.0;
	border: 0px solid black;
}
@media (max-width: 768px){
  .button-black-index{
	  width:100%;
	  margin-bottom: 10px;
}}
.button-black-index:hover{
	color: white;
	transition:0.6s;
	cursor:pointer;
	background-color: #41454B;
}
.button-black-index:active{
	background-color:#000;
	filter: blur(1px);
}
/*-------------------------------------------------------------------------*/
@media (max-width: 1200px){
  .margin-world{
	  margin-bottom: 40px;
}}
/*------------------------------------------------------------------------Burger-style-*/
.burger-active{
	font-size: 21px;
	color: #A4A4A4;
}
.position-menu{
	height:auto;
	position:relative;
	margin-top:-79px;
	margin-left:0px;
}
.menu-btn{
  display:flex;
  padding-top:10px;
  align-items:center;
  position:absolute;
  top:0;
  right:0;
  width:35px;
  height:40px;
  cursor:pointer;
  z-index:200;
}
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display:block;
  position:absolute;
  width:100%;
  height:3px;
  background-color:#4C4C5C;
  transition-duration: .50s;
}
.menu-btn > span::before {
  content: '';
  top: -10px;
}
.menu-btn > span::after {
  content: '';
  top:10px;
}
.menubox{
  display:block;
  position:fixed;
  visibility:hidden;
  top:0; 
  left:-100%;
  font-size:21px;
  font-family:Inter-Bold;
  line-height:0.5;
  width:100%;
  height:100%;  
  margin:0;
  padding:18px 0px;
  list-style:none;
  background-color:#FFF;
  transition-duration: .45s;
  z-index: 100;
  opacity: 1.0; 
  overflow-x: hidden;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
.menu-padding{margin-top:40px;}
.text-padding{
	padding-left:50px; 
	margin-top:30px;
	font-size:12px;
	line-height:1.6;
	color: #6B7280;
	font-family:Inter-Regular;
}
.button-padding{
	padding-left:50px; 
	padding-top: 20px;
}
.menubox img{padding-left:50px;}
.menu-item {
  display:block;
  z-index: 100;
  padding:20px 50px;
  color:#000;
  font-size:14px;
  text-decoration:none;
}
.menu-item:hover {
  background-color:#25272B;
  color:#FFF;
  width:100%; 	
  transform: scale(1.05);
}
#menu-toggle{
  opacity: 0;
}
#menu-toggle:checked ~ .menu-btn > span{
  transform:rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top:0;
  transform:rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top:0;
  transform:rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
  visibility:visible;
  left:0;
}
.end-footer{
	margin-top: 50px;
}
/*------------------------------------------------------------------------Animation-*/
@-webkit-keyframes fadeIn {
	0% {opacity: 0; filter: blur(3px);}
	100% {opacity: 1;}
}
/*------------------------------------------------------------------------Image-tyle-*/
.logotype-img{
	background-image:url(images/logotype.svg);
	width: 207px;
	height: 33px;
}
.moon-img{
	background-image:url(images/moon-white.svg);
	width: 27px;
	height: 27px;
}
.footer-icon-img{
	background-image:url(images/24-7-footer.svg);
	width: 42px;
	height: 40px;
	margin-left: 50px;
}
/*------------------------------------------------------------------------Dark-theme-style-*/
.theme-light{
    background: -webkit-linear-gradient(135deg, rgb(234, 247, 255) 23%, rgb(247, 238, 254) 100%);
    background: -moz-linear-gradient(135deg, rgb(234, 247, 255) 23%, rgb(247, 238, 254) 100%);
    background: linear-gradient(135deg, rgb(234, 247, 255) 23%, rgb(247, 238, 254) 100%);
}
/*------------------------------------------------------------------------Dark-theme-style-*/
body.theme-dark {
	background: -webkit-linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	background: -moz-linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	background: linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
}
body.theme-dark .title-h1
{
	color: white;
}
body.theme-dark .content-block{
	background-color: #262631;
	color: #ACACB2;
}
body.theme-dark .content-block:hover{
    -webkit-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 1.0);
    -moz-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 1.0);
    box-shadow: 3px 2px 47px 0px rgba(0, 0,0, 1.0);
}
body.theme-dark .support-font-two{
	color: white;
}
body.theme-dark .cloud-text{
	color: #ACACB2;
}
body.theme-dark .support-font{
	color: #FFF;
}
body.theme-dark .footer-left{
	color: #ACACB2;
}
body.theme-dark .link{
	color: #ACACB2;
}
body.theme-dark .link:hover{
	color: #FFF;
}
body.theme-dark .greys{
	color: #ACACB2;
}
body.theme-dark .promo{
	background: -webkit-linear-gradient(135deg, rgb(56, 56, 69), rgb(30, 30, 41) 78%);
    background: -moz-linear-gradient(135deg, rgb(56, 56, 69), rgb(30, 30, 41) 78%);
    background: linear-gradient(135deg, rgb(56, 56, 69), rgb(30, 30, 41) 78%);
}
body.theme-dark .footer-title{
	color: #ACACB2;
}
body.theme-dark .footer-line{
	background-image:url(images/pix-black.svg);
}
body.theme-dark .footer-lines{
	background-image:url(images/pix-black.svg);
}
body.theme-dark .slider-block{
	background-color: #262631;
	color: #ACACB2;
}
body.theme-dark .whites{
	color: #FFF;
}
body.theme-dark .slider-block:hover{
    -webkit-box-shadow: 13px 2px 17px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 13px 2px 17px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 13px 2px 17px 0px rgba(0, 0, 0, 0.2);
}
body.theme-dark .price-tarif{
	color: #ACACB2;
}
body.theme-dark .head-line{
	background-image:url(images/pix-black.svg);
}
body.theme-dark .head-line{
	background-image:url(images/pix-black.svg);
}
body.theme-dark .hovers:hover{
	text-decoration: underline; color:#FFF;
}
body.theme-dark .hovers-two{
	text-decoration: underline; color:#ACACB2;
}
body.theme-dark .hovers-two:hover{
	text-decoration: none; color:#FFF;
}
body.theme-dark .text-cloud-black{
	border-bottom:1px dashed #ACACB2;
	color:#ACACB2;
}
body.theme-dark .text-cloud-black:hover{
	border-bottom:1px dashed #FFF;
	color:#FFF;
}
body.theme-dark .menubox{
	background: -webkit-linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	background: -moz-linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	background: linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
}
body.theme-dark .menu-item{
	color:#ACACB2;
}
body.theme-dark .link-active{
	 color:#FFF;
}
body.theme-dark .link-active:hover{
	 color:#ACACB2;
}
body.theme-dark .content-block-service{
	 background-color: #262631;
}
body.theme-dark .content-block-service:hover{
	-webkit-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 1.0);
    -moz-box-shadow: 3px 2px 47px 0px rgba(34, 60, 80, 1.0);
    box-shadow: 3px 2px 47px 0px rgba(0, 0,0, 1.0);
}
body.theme-dark .back-black{
	 background-color: #262631;
}
body.theme-dark .block-mail{
	 border: 2px dashed #454557;
}
body.theme-dark .alerts{
	 border: 2px dashed #454557;
}
body.theme-dark .decor-none{
	text-decoration: none;
}
body.theme-dark .decor-none:hover{
	color: #ACACB2;
}
body.theme-dark .promo-small{
	background: -webkit-linear-gradient(135deg, rgb(56, 56, 69), rgb(30, 30, 41) 78%);
    background: -moz-linear-gradient(135deg, rgb(56, 56, 69), rgb(30, 30, 41) 78%);
    background: linear-gradient(135deg, rgb(56, 56, 69), rgb(30, 30, 41) 78%);
}
body.theme-dark .logotype-img{
	background-image:url(images/logotytpe-black.svg);
}
body.theme-dark .moon-img{
	background-image:url(images/moon-black.svg);
}
body.theme-dark .burger-active{
	color: white;
}
body.theme-dark .footer-icon-img{
	background-image:url(images/24-7.svg);
}
@media (max-width: 1200px){
	body.theme-dark .footer-lines{
	background-image:none;
	padding-top: 0px;
	padding-bottom: 20px;
}}
body.theme-dark .icon-opacity{
	opacity: 0.4;
}
body.theme-dark .modalDialogs > div{
	background: -webkit-linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	background: -moz-linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	background: linear-gradient(315deg, rgb(26, 26, 35) 54%, rgb(11, 11, 11));
	-webkit-box-shadow: 3px 2px 167px 0px rgba(6, 129, 255, 0.3);
    -moz-box-shadow: 3px 2px 167px 0px rgba(6, 129, 255, 0.3);
    box-shadow: 3px 2px 167px 0px rgba(6, 129, 255, 0.3);
}
body.theme-dark .input-css-grey{
	background-color: #0f0f0f;
}
body.theme-dark .input-css-grey:focus{
	background-color: #0f0f0f;
}
body.theme-dark .link-pop{
	color: #FFF;
}
body.theme-dark .link-pop:hover{
	color: #0681FF;
}
body.theme-dark .tables{
	background-color: #25272b;
	color:#acacb2;
}
body.theme-dark .tables td{
	border: 3px solid #191922;
}
body.theme-dark .tables td:hover{
	background-color: #191922;
}
body.theme-dark .title-forma{
	color: white;
	background-color: #262631;
}
body.theme-dark .content-block-index{
	background-color: #262631;
}
body.theme-dark .input-css-block{
	background-color: #1F1F23;
	color: #ACACB2;
}
body.theme-dark .input-css-block{
	background-color: #1F1F23;
	color: #ACACB2;
}
body.theme-dark .button-black-index{
	transition: all ease 0.6s;	
	background: -webkit-linear-gradient(180deg, rgb(43, 46, 50), rgb(32, 34, 38));
	background: -moz-linear-gradient(180deg, rgb(43, 46, 50), rgb(32, 34, 38));
	background: linear-gradient(180deg, rgb(43, 46, 50), rgb(32, 34, 38));	
}
body.theme-dark .button-black-index:hover{
	transition: all ease 0.6s;	
	background: -webkit-linear-gradient(bottom, rgb(43, 46, 50), rgb(32, 34, 38));
	background: -o-linear-gradient(bottom, rgb(43, 46, 50), rgb(32, 34, 38));
	background: linear-gradient(to top, rgb(43, 46, 50), rgb(32, 34, 38));
}
body.theme-dark .cloud-icon{
	background-image:url(images/cloud-black.svg); 
}
/*-------------------------------------------------------------------------*/
body.theme-dark .fixedbut{
	background: #0081fd;  
}
body.theme-dark .fixedbut:hover{
	background-color:#379AFF;
}
body.theme-dark .fixedbut-moon{
	background: #FFF;  
	background-image:url(images/moon-on.svg);
	background-repeat: no-repeat;
	background-position: center;
}
/*-------------------------------------------------------------------------*/
.fixedbut{ 
	position: fixed; 
	bottom: 24px;
	margin-left: 26px;
	display: block; 
	background: #000;  
	color: #fff; 
	text-decoration: none; 
	padding: 16px 30px 30px 30px; 
	z-index: 999999;
	height: 60px;
	font-size: 16px;
	width: auto;
	border-radius: 100px;	
	transition:all ease 0.8s;
}
.fixedbut:hover{ 
	background: #222;
	cursor: pointer;	
	transition:all ease 0.8s;  
	transform: scale(1.1); 
}/*-------------------------------------------------------------------------*/
.fixedbut-moon{ 
	position: fixed; 
	bottom: 24px;
	margin-left: 160px;
	display: block; 
	background-color: #000;  
	color: #fff;
	text-align: center;
	text-decoration: none;  
	z-index: 999999;
	width: 60px;
	height: 60px;
	font-size: 16px;
	border-radius: 200px;	
	transition:all ease 0.8s;
	background-image:url(images/moon-off.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.fixedbut-moon:hover{ 
	background-color:  #222;
	cursor: pointer;	
	transition:all ease 0.8s;  
	transform: scale(1.1); 
}