@import url('reset.css');
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url('fonts/ubuntu/ubuntulight.woff2') format('woff2'), url('fonts/ubuntu/ubuntulight.woff') format('woff'), url('fonts/ubuntu/ubuntulight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url('fonts/ubuntu/ubuntulightitalic.woff2') format('woff2'), url('fonts/ubuntu/ubuntulightitalic.woff') format('woff'), url('fonts/ubuntu/ubuntulightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu'), url('fonts/ubuntu/ubuntu.woff2') format('woff2'), url('fonts/ubuntu/ubuntu.woff') format('woff'), url('fonts/ubuntu/ubuntu.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('fonts/ubuntu/ubuntuitalic.woff2') format('woff2'), url('fonts/ubuntu/ubuntuitalic.woff') format('woff'), url('fonts/ubuntu/ubuntuitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('fonts/ubuntu/ubuntumedium.woff2') format('woff2'), url('fonts/ubuntu/ubuntumedium.woff') format('woff'), url('fonts/ubuntu/ubuntumedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url('fonts/ubuntu/ubuntumediumitalic.woff2') format('woff2'), url('fonts/ubuntu/ubuntumediumitalic.woff') format('woff'), url('fonts/ubuntu/ubuntumediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('fonts/ubuntu/ubuntubold.woff2') format('woff2'), url('fonts/ubuntu/ubuntubold.woff') format('woff'), url('fonts/ubuntu/ubuntubold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url('fonts/ubuntu/ubuntubolditalic.woff2') format('woff2'), url('fonts/ubuntu/ubuntubolditalic.woff') format('woff'), url('fonts/ubuntu/ubuntubolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
.include-svg-all{display: none;}
.wrapper{
  font-family: 'Ubuntu', sans-serif;
  width: 100%;
  font-weight: 300;
  min-height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.wrapper:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 780px;
  display: inline-block;
  background: url(../files/img/bg/1024.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
  
  background-attachment: fixed; 
  position:fixed;
}
.row{
  margin: auto;
  max-width: 1440px;
  display: inline-block;
  width: 100%;
  padding: 0 110px;
  box-sizing: border-box;
}
.slide{
  position: relative;
}
.slide.header{
  color: #333;
  width: 100%;
  height: 100%;
  min-height: 700px;
  z-index: 1;
  text-align: center;
  font-weight: 300;
}
.slide.header .top{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.slide.header .top *{
  vertical-align: top;
}
.slide.header .logo{
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 70px;
}
.slide.header .logo img{
  width: 100%;
}
.slide.header .logo use,
.slide.header .logo g,
.slide.header .logo path{
  fill: #fff;
}
.slide.header .reg{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 31px;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.3px;
  text-align: center;
  color: #333333;
  height: 42px;
  border-radius: 4px;
  padding: 0 22px;
  line-height: 43px;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.slide.header .reg a{
  color: #333333;
  text-decoration: none;
}
.slide.header .reg:hover{
  background-color: rgba(255, 255, 255, 1);
}
.slide.header .nav{
  margin-top: 40px;
  margin-left: 17px;
  display: inline-block;
  list-style: none;
}
.slide.header .nav li{
  margin-right: 16px;
  /*font-size: 16px;*/
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: -0.3px;
  text-align: right;
  color: rgba(255, 255, 255, .8);
}
.slide.header .nav li:last-child{
  margin-right: 0;
}
.slide.header .nav li a{
  padding: 0 10px;
}
.slide.header .nav li a,
.slide.header .menu li a{
  color: inherit;
  text-decoration: none;
}
.slide.header .menu li:hover,
.slide.header .nav li:hover{
  color: rgba(255, 255, 255, 1);
}
.slide.header .menu{
  display: inline-block;
  list-style: none;
  margin-top: 40px;
}
.slide.header .menu li{
  position: relative;
  /*padding: 0 26px 0 26px;*/
  padding: 0 16px 0 16px;
  /*font-size: 16px;*/
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  display: inline-block;
  letter-spacing: -0.3px;
  text-align: right;
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
}

.slide.header .scl-block{
  margin-top: 42px;
  list-style: none;
  display: inline-block;
}
.slide.header .scl-block li{
  display: inline-block;
  float: left;
  cursor: pointer;
}
.slide.header .scl-block li svg{
  opacity: .8;
  transition: all .3s;
}
.slide.header .scl-block li:hover svg{
  opacity: 1;
  transition: all .3s;
}
.slide.header .scl-block li.vk{
  /*margin-top: 2px;*/
  margin-top: 1px;
}
.slide.header .scl-block li.vk svg{
  margin-top: 2px;
  width: 26px;
  height: 16px;
}
.slide.header .scl-block li.fb{
  margin: 0 14px;
}
.slide.header .scl-block li.fb svg{
  width: 20px;
  height: 20px;
}
.slide.header .scl-block li.twi{
  margin-top: 1px;
  
  margin-left: 14px;
}
.slide.header .scl-block li.twi svg{
  margin-top: 1px;
  width: 23px;
  height: 18px;
}
.slide.header .scl-block li.tel{
  margin-top: 1px;
  
  margin-left: 14px;
}
.slide.header .scl-block li.tel svg{
  margin-top: 1px;
  width: 23px;
  height: 18px;
}
.slide.header .scl-block use,
.slide.header .scl-block g,
.slide.header .scl-block path{
  fill: #fff;
  -webkit-fill: #fff;
}
.slide.header .middle-content{
  position: absolute;
  text-align: center;
  width: 920px;
  height: 600px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.4px;
  color: #fff;
}
.slide.header .middle-content .title{
  padding-bottom: 30px;
  font-size: 41px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0px; 
  font-weight: 400;
  text-align: center;
  
  text-transform: uppercase;
}
.slide.header .middle-content .title a{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.slide.header .middle-content .title a:hover, .slide.header .middle-content .title a:active, .slide.header .middle-content .title a:focus{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
}
.slide.header .middle-content .title2{
  color: #00baa7;
  padding-bottom: 15px;
}
.slide.header .scl-btn_block .title{
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #ffffff;
}
.slide.header .scl-btn_block .scl-btns{
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.slide.header .scl-btn_block li{
  margin-left: 10px;
  display: inline-block;
}
.slide.header .scl-btn_block li:first-child{
  margin-left: 0;
}
.slide.header .scl-btn_block li .scl-btn_item{
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50px;
  background-size: 40px;
}
.slide.header .scl-btn_block li .scl-btn_item.dev{
  opacity: .4;
}

.slide.header .scl-btn_block li .scl-btn_item.in{
  background: url(../files/pic/ic_in.png);
  background-size: 40px;
}
.slide.header .scl-btn_block li .scl-btn_item.tw{
  background: url(../files/pic/ic_tw.png);
  background-size: 40px;
}
.slide.header .scl-btn_block li .scl-btn_item.yt{
  background: url(../files/pic/ic_yt.png);
  background-size: 40px;
}
.slide.header .scl-btn_block li .scl-btn_item.fb{
  background: url(../files/pic/ic_fb.png);
  background-size: 40px;
}
.slide.header .scl-btn_block li .scl-btn_item.vk{
  background: url(../files/pic/ic_vk.png);
  background-size: 40px;
}
.slide.header .scl-btn_block li .scl-btn_item.tel{
  background: url(../files/pic/ic_tel.png);
  background-size: 40px;
}
.slide.header .scl-btn_block li a{
  background: inherit;
}
.slide.header .top-contacts {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.slide.header .top-contacts a {
    color: #fff;
	text-decoration: none;
}
.slide.header .top-contacts a:hover, .slide.header .top-contacts a:focus, .slide.header .top-contacts a:active {
    color: #fff;
	text-decoration: none;
}
.slide.header .top-contacts .messangers {
    text-transform: uppercase;
	margin-left: -210px;
	line-height: 0.1;
}
.slide.header .top-contacts .name {
    text-transform: uppercase;
	margin-left: 256px;
    font-size: 24px;
}
.slide.header .top-contacts .phone {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0px;
}
.slide.header .pamyatka {
	position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    text-transform: uppercase;
    width: 100%;
    min-height: 40px;
    color: #fff;
    text-align: right;
    padding: 0px 40px;
	
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0px;
}
.tooltip{
  position: relative;
}
.tooltip:after{
  content: attr(data-tooltip-text);
  position: absolute;
  top: -50px;
  left: -50px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
  color: #333333;
  padding: 0 22px;;
  height: 42px;
  white-space: nowrap;
  line-height: 45px;
  border-radius: 4px;
  background-color: #E4ECF3;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.tooltip:hover:after{
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.about_screen{
  padding: 40px 0 20px 0;
  text-align: center;
  
  background: #ccc;
  opacity: 0.8;
}
.about_screen .title{
	padding-top: 0px;
    padding-bottom: 30px;
    font-weight: 400;
    /*font-size: 46px;*/
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #333333;
	text-transform: uppercase;
}

.about_screen .articles{
	text-align: left;
	color: #333333;
	font-size: 22px;
    line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 40px;
}

.articles .event {
	margin: 10px 0;
}
.articles .event__title-text {
	color: #333333;
	font-weight: 400;
}
.articles .event__title-text a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
.articles .event__title-text a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}
.about_screen p{
	text-align: justify;
	font-size: 22px;
    line-height: 1.2;
}
.about_screen .social {
    text-align: right;
	margin-top: 30px;
}
.about_screen .social svg {
    margin: 18px 0 12px 10px;
    width: 26px;
    height: 20px;
    display: inline-block;
	color: #333;
	fill: #333;
}
.about_screen .social svg:hover {
	color: #333;
	fill: #333;
}
.services_screen{
  padding: 40px 0 80px 0;
  text-align: center;
  
  background: #cccc66;
  opacity: 0.8;
  
  min-height: 600px;
}
.services_screen .title{
	padding-top: 0px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #333333;
	
	text-transform: uppercase;
}
.services_screen .content{
  padding: 50px 50px 25px 50px;
  border-radius: 4px;
  background-color: #ffffff;
  max-width: 1000px;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
}
.services_screen .content li{
  position: relative;
  padding-left: 92px;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 420px;
  height: 150px;
  display: inline-block;
  text-align: left;
}
.services_screen .content li .title{
  font-size: 26px;
  padding: 0 0 8px 0;
  font-weight: 300;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  width: 330px;
  color: #333333;
}
.services_screen .content li .text{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.31;
  width: 300px;
  letter-spacing: -0.3px;
  color: rgba(19, 56, 91, 0.6);
}
.services_screen .content li:before{
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 72px;
  height: 72px;
  display: inline-block;
  background-size: 72px;
  background-repeat: no-repeat;
}
.services_screen .content li.search:before{
  background-image: url(../files/img/ic-i1.png);
}
.services_screen .content li.humb:before{
  background-image: url(../files/img/ic-i2.png);
}
.services_screen .content li.smile:before{
  background-image: url(../files/img/ic-i3.png);
}
.services_screen .content li.aim:before{
  background-image: url(../files/img/ic-i4.png);
}
.services_screen h3 {
    font-size: 32px;
    line-height: 1.4;
}
.services_screen p {
    font-size: 22px;
    line-height: 1.2;
}
.services_screen .table.price{
  text-align: left;
  margin: 0 auto;
  
  font-size: 22px;
  line-height: 1.2;
}
.services_screen .table.price tr{

}
.services_screen .table.price tr th{
	padding: 12px 12px;
}
.services_screen .table.price tr td{
	padding: 12px 12px;
}
.services_screen .table.price tr td:last-child{
	text-align: right;
}
.instgram_screen .row2 {
    background: #fff;
    text-align: center;
}

.contact_screen{
  text-align: center;
  /*padding-bottom: 106px;*/
}
.contact_screen .title{
	display: inline-block;
	padding-top: 20px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #333333;
	text-transform: uppercase;
	
	z-index: 2;
	position: sticky;
}
.contact_screen .contact_form{
  padding-top: 39px;
  width: 520px;
  display: inline-block;
}
.contact_screen .contact_form .text-form.col_2:nth-child(2){
  margin-left: 20px;
}
.contact_screen .contact_form .text-form.col_2:nth-child(5){
  margin-left: 20px;
}
.contact_screen .contact_form .text-form{
  float: left;
}
.contact_screen .col_2{
  max-width: 250px;
}
.contact_screen .contact-map {
	width: 100%;
	height: 450px;
}
.contact_screen .contact-map #map {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;

}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
.slide.footer{
  padding-bottom: 40px;
}
.slide.footer *{
  vertical-align: top;
}
.m_footer{display: none;}
.slide.footer .copyright{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.4px;
  display: inline-block;
  color: rgba(19, 56, 91, 0.5);
}
.slide.footer .nav{
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}
.slide.footer .nav li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(19, 56, 91, 0.5);
  cursor: pointer;
}
.slide.footer .nav li:hover{
  color: rgba(19, 56, 91, 1);
}
.slide.footer .nav li:after{
  position: absolute;
  content: '';
  right: -2px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(19, 56, 91, 0.5);
}
.slide.footer .nav li:last-child:after{
  display: none;
}
.slide.footer .scl-block{
  margin-left: 20px;
  list-style: none;
  display: inline-block;
  margin-top: 5px;
}
.slide.footer .scl-block{
  list-style: none;
  display: inline-block;
}
.slide.footer .scl-block li{
  display: inline-block;
  float: left;
  opacity: .35;
  cursor: pointer;
}
.slide.footer .scl-block li:hover{
  opacity: 1;
}
.slide.footer .scl-block li svg{
  opacity: .8;
  transition: all .3s;
}
.slide.footer .scl-block li:hover svg{
  opacity: 1;
  transition: all .3s;
}
.slide.footer .scl-block li.vk{
  margin-top: 2px;
}
.slide.footer .scl-block li.vk svg{
  margin-top: 2px;
  width: 26px;
  height: 16px;
}
.slide.footer .scl-block li.fb{
  margin: 0 14px;
}
.slide.footer .scl-block li.fb svg{
  width: 20px;
  height: 20px;
}
.slide.footer .scl-block li.twi{
  margin-top: 1px;
  
  margin-left: 14px;
}
.slide.footer .scl-block li.twi svg{
  margin-top: 1px;
  width: 23px;
  height: 18px;
}
.slide.footer .scl-block li.tel{
  margin-top: 1px;
  
  margin-left: 14px;
}
.slide.footer .scl-block li.tel svg{
  margin-top: 1px;
  width: 23px;
  height: 18px;
}
.slide.footer .scl-block use,
.slide.footer .scl-block g,
.slide.footer .scl-block path{
  fill: #333333;
  -webkit-fill: #333333;
}

.text-form{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000;
  outline: none;
  padding: 0 0 0 6px;
  height: 54px;
  border: 0;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
}
.text-form:active,
.text-form:focus{
  border-color: #0092ab;
}
.text-form_support__wrap{
  position: relative;
}
.text-form_support__text{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 6px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.4px;
  text-align: right;
  color: #333333;
  z-index: 99;
  cursor: pointer;
  transition: all .3s;
}
.text-form_support__text:hover{
  opacity: .7;
  transition: all .3s;
}
.text-form_support__text:active{
  opacity: 1;
  transition: all .3s;
}
.bg_white{
  background-color: #fff;
}
.bg_blue{
  background-image: linear-gradient(336deg, #e5ecf3, #eef2f7);
}
.wrap{
  display: inline-block;
}
*[class*="col_"]{
  display: inline-block;
  box-sizing: border-box;
}
.col_12{
  width: 100%;
  max-width: 812px;
}
.col_8{
  width: 60%;
  float: left;
}
.col_6{
  width: 50%;
}
.col_5{
  width: 49%;
}
.col_4{
  width: 33%;
}
.col_2{
  width: 49%;
}

/*----Modal----------*/
.call_modal{
  cursor: pointer;
}
html.modal_active{
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.shadow,
.modal_wrap .modal_block{
  transition: all .8s;
}
.shadow{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
html.modal_active .wrapper:not(.menu_active) .shadow{
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.modal_wrap{
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.modal_wrap .modal_container{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
  width: 600px;
  box-sizing: border-box;
  z-index: 999;
}
html.modal_active .wrapper:not(.menu_active) .modal_wrap{
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.modal_wrap .modal_block{
  position: absolute;;
  left: 0;
  right: 0;
  top: 50px;
  padding: 40px;
  margin: auto auto 50px auto;
  width: 100%;
  line-height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: none;
}
html.modal_active .modal_wrap .modal_block.active{
  opacity: 1;
  z-index: 999;
  display: inline-block;
  visibility: visible;
}
.modal_wrap .modal_block .return,
.modal_wrap .modal_block .close{
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 31px;
  height: 31px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.modal_wrap .modal_block .close svg{
  display: inline-block;
  margin: 9px 0 0 0;
  width: 13px;
  height: 13px;
  opacity: .8;
}
.modal_wrap .modal_block .return{
  left: 20px;
  right: auto;
}
.modal_wrap .modal_block .return svg{
  display: inline-block;
  margin: 8px 0 0 0;
  width: 18px;
  height: 15px;
  opacity: .8;
}
.modal_wrap .modal_block .return:hover,
.modal_wrap .modal_block .close:hover{
  box-shadow: 0 0 0 transparent;
}
.modal_wrap .modal_block .return:hover svg,
.modal_wrap .modal_block .close:hover svg{
  opacity: 1;
}
.modal_wrap .modal_block .close svg path,
.modal_wrap .modal_block .close svg g,
.modal_wrap .modal_block .close svg sybmol,
.modal_wrap .modal_block .close svg rect{
  fill: red;
  -webkit-fill: red;
}
.modal_wrap .modal_block .tariff-block{
  width: 100%;
  display: inline-block;
}
.modal_wrap .modal_block .tariff-block .item:hover *,
.modal_wrap .modal_block .tariff-block .item *{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 ease-in;
  transition: none;
}
.modal_wrap .modal_block .tariff-block .item{
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #bac6d1;
  box-sizing: border-box;
  float: left;
  margin-bottom: 11px;
  color: #333333;
  background-size: cover;
}
.modal_wrap .modal_block .tariff-block .item:last-child{
  margin-bottom: 0;
}
.modal_wrap .modal_block .tariff-block.orng .item.active{
  background-image: linear-gradient(256deg, #e9bf15, #e55e1d);
}
.modal_wrap .modal_block .tariff-block .item.active{
  border: 0 solid;
  padding: 1px;
}
.modal_wrap .modal_block .tariff-block .item.active *:not(.btn){
  color: #fff!important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.modal_wrap .modal_block .tariff-block .item .left-block,
.modal_wrap .modal_block .tariff-block .item .right-block{
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
.modal_wrap .modal_block .tariff-block .item .left-block{
  padding: 23px 0 0 0;
  width: 50%;
  text-align: center;
}
.modal_wrap .modal_block .tariff-block .item .right-block{
  padding: 37px 37px 37px 0;
  text-align: right;
  width: 50%;
}
.modal_wrap .modal_block .tariff-block .item .right-block .btn{
  padding: 9px 35px 10px 35px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700!important;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  display: inline-block;
  text-align: center;
}
.modal_wrap .modal_block .tariff-block.orng .item .right-block .btn{
  position: relative;
  color: #fe5300;
  border: solid 2px #fe5300;
}
.modal_wrap .modal_block .tariff-block.orng .item:not(.active):hover .right-block .btn{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.modal_wrap .modal_block .tariff-block.orng .item:not(.active):hover .right-block .btn:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.modal_wrap .modal_block .tariff-block .item.active .right-block .btn{
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.modal_wrap .modal_block .tariff-block.orng .item .price{
  color: #fe5300;
}
.modal_wrap .modal_block .tariff-block.orng .item .price{
  font-size: 28px;
  letter-spacing: -0.6px;
}
.modal_wrap .modal_block .tariff-block.orng .item .price.strikeout{
  font-size: 19px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #333333;
  opacity: .5;
}
.modal_wrap .modal_block .tariff-block .item .price.strikeout:after{
  background-color: #333333;
  top: 0;
}
.modal_wrap .modal_block .tariff-block .item.active .price.strikeout:after{
  background-color: #fff;
}
.modal_user-block{
  padding-top: 40px;
}
.modal_user-block .avatar{
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.modal_wrap .modal_block .configure_access-block{
  padding: 0 40px;
  padding-top: 6px;
  height: 320px;
  margin: -1px -40px 0 -40px;
  box-sizing: content-box;
  overflow: scroll;
}
.modal_wrap .modal_block .configure_access-block .item{
  position: relative;
  width: 100%;
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 20px;
  box-sizing: content-box;
  border-bottom: 1px solid #e1e7eb;
}
.modal_wrap .modal_block .configure_access-block .item.active{
  margin: -21px;
  margin-top: -6px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  border: solid 1px #333333;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.modal_wrap .modal_block .configure_access-block .item .desc{
  font-size: 19px;
  font-weight: normal;
  line-height: 1.37;
  letter-spacing: -0.4px;
  color: #333333;
  margin-top: 15px;
  float: left;
}
.modal_wrap .modal_block .configure_access-block .item.active .desc{
  margin-top: 5px;
}
.modal_wrap .modal_block .configure_access-block .item.active .set-access{
  display: block;
}
.modal_wrap .modal_block .configure_access-block .item .checkbox{
  margin-right: -4px;
}
.modal_wrap .modal_block .configure_access-block .ico{
  margin-top: 4px;
  margin-right: 14px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 56px;
  float: left;
  opacity: 1;
  text-align: center;
  vertical-align: top;
}
.modal_wrap .modal_block .configure_access-block .item.remove .ico{
  opacity: 0.3;
  background-color: #40607f;
}
.modal_wrap .modal_block .configure_access-block .ico svg{
  display: inline-block;
}
.modal_wrap .modal_block .configure_access-block .ico.vk svg{
  margin-top: 18px;
  width: 25px;
  height: 15px;
}
.modal_wrap .modal_block .configure_access-block .item .ico.vk{
  background-image: linear-gradient(135deg, #5d89bf, #4574ae);
}
.modal_wrap .modal_block .configure_access-block .ico.fb svg{
  margin-top: 13px;
  width: 24px;
  height: 24px;
}
.modal_wrap .modal_block .configure_access-block .item .ico.fb{
  background-image: linear-gradient(121deg, #3161c6, #385aa3);
}
.modal_wrap .modal_block .configure_access-block .ico.tel svg{
  margin-top: 13px;
  width: 24px;
  height: 24px;
}
.modal_wrap .modal_block .configure_access-block .item .ico.tel{
  background-image: linear-gradient(121deg, #3161c6, #385aa3);
}
.modal_wrap .modal_block .configure_access-block .ico.inst svg{
  margin-top: 13px;
  width: 24px;
  height: 24px;
}
.modal_wrap .modal_block .configure_access-block .item .ico.inst{
  background-image: linear-gradient(137deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
}
.modal_wrap .modal_block .configure_access-block .ico.twi svg{
  margin-top: 16px;
  width: 25px;
  height: 20px;
}
.modal_wrap .modal_block .configure_access-block .item .ico.twi{
  background-image: linear-gradient(135deg, #69beff, #0995ff);
}
.modal_wrap .modal_block .configure_access-block .ico use,
.modal_wrap .modal_block .configure_access-block .ico g,
.modal_wrap .modal_block .configure_access-block .ico path{
  fill: #fff;
  -webkit-fill: #fff;
}
.modal_wrap .modal_block .configure_access-block .set-access{
  position: relative;
  display: none;
}
.modal_wrap .modal_block .configure_access-block .set-access .current-title{
  position: relative;
  padding-left: 20px;
  padding-right: 17px;
  background: url(../files/img/lock.svg) left top 5px no-repeat;
  background-size: 12px;
  color: rgba(19, 56, 91, 0.6);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.4px;
}
.modal_wrap .modal_block .configure_access-block .set-access .current-title:after{
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  transition: all .3s;
}
.modal_wrap .modal_block .configure_access-block .set-access.active .current-title:after{
  transform: rotateX(180deg);
  transition: all .3s;
}
.modal_wrap .modal_block .configure_access-block .set-access .current-title .current{
  padding-left: 5px;
  font-weight: 500;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.modal_wrap .modal_block .configure_access-block .set-access .set-access_list{
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 61px;
  width: 350px;
  display: inline-block;
  list-style: none;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(19, 56, 91, 0.2);
  border: solid 1px rgba(19, 56, 91, 0.2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.modal_wrap .modal_block .configure_access-block .set-access.active .set-access_list{
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.modal_wrap .modal_block .configure_access-block .set-access .set-access_list li{
  padding: 10px 18px 10px 0;
  margin-left: 18px;
  border-bottom: 1px solid #e1e7eb;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #333333;
  cursor: pointer;
}
.modal_wrap .modal_block .configure_access-block .set-access .set-access_list li .title{
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #333333;
}
.modal_wrap .modal_block .configure_access-block .set-access .set-access_list li.select .title{
 color: #333333;
 background: url(../files/img/read.svg) right 1px top 6px no-repeat;
 background-size: 16px;
}
.modal_wrap .modal_block .configure_access-block .set-access .set-access_list li .text{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: rgba(19, 56, 91, 0.6);
}
/*----Mobile------*/
.login-ic{
  position: relative;
  top: 22px;
  width: 28px;
  height: 22px;
  background: url(../files/img/login.png) left top no-repeat;
  background-size: 28px 22px;
  display: inline-block;
}
.menu-ic{
  position: relative;
  top: 24px;
  margin-right: 10px;
  width: 24px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
}
.menu-ic i{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background-color: #fff;
  display: inline-block;
}
.menu-ic i:first-child{
  top: 0;
}
.menu-ic i:nth-child(2n){
  top: 50%;
  margin-top: -1px;
}
.menu-ic i:last-of-type{
  bottom: 0;
}
.menu-shadow{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: .4;
  cursor: pointer;
}
.wrapper.menu_active .menu-shadow{
  display: inline-block;
}
#menu{
  position: absolute;
  right: 6px;
  top: 64px;
  width: auto;
  background-color: #fff;
  list-style: none;
  box-sizing: border-box;
  width: 210px;
  z-index: 99999;
  display: none;
  border-radius: 3px;
}
.wrapper.menu_active #menu{
  display: inline-block;
}
#menu li{
  padding: 0 0 0 22px;
  display: inline-block;
  width:100%;
  color: #333333;
  font-size: 18px;
  line-height: 54px;
  height: 54px;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e7eb;
}
#menu li:active,
#menu li:hover{
  color: #0092ab;
}
#menu li:last-child{
  border-bottom: 0 solid;
}
#menu svg{
  margin: 18px 0 12px 0;
  width: 26px;
  height: 20px;
  display: inline-block;
}
#menu svg:nth-child(2n){
  margin-left: 16px;
  margin-right: 16px;
}
#menu svg use{
  fill: #333333;
  opacity: .35;
}
/*----Style's------*/
a.blue{
  color: #333333;
  text-decoration: none;
  font-weight: 400;
}
.right{
  float: right;
}
.align_center{
  text-align: center!important;
}
.align_right{
  text-align: right;
}
.align_left{
  text-align: left;
}
.color_blue{
  color: #333333;
}
.color_green{
  color: #00b421;
}
.color_blackblue{
  color: #333333;
}
.color_lightwhite{
  color: rgba(255, 255, 255, 0.7);
}
.color_gray{
  color: rgba(0, 0, 0, 0.5);
}
.color_lightgray{
  color: rgba(19, 56, 91, 0.6);
}
.color_purple{
  color: #9229db;
}
.color_blackblue{
  color: #333333!important;
}
.l-h_18{
  line-height: 18px;
}
.l-h_21{
  line-height: 21px;
}
.l-h_25{
  line-height: 25px;
}
.l-h_27{
  line-height: 27px;
}
.l-h_42{
  line-height: 42px;
}
.f-s_14{
  font-size: 14px!important;
}
.f-s_16{
  font-size: 16px!important;
}
.f-s_19{
  font-size: 19px!important;
}
.f-s_22{
  font-size: 22px!important;
}
.f-s_30{
  font-size: 22px!important;
}
.f-s_40{
  font-size: 40px!important;
}
.f-w_r{
  font-weight: 300;
}
.f-w_sb{
  font-weight: 400;
}
.f-w_b{
  font-weight: 500!important;
}
.b-r_6{
  border-radius: 4px;
}
.b-s_b-b{
  box-sizing: border-box;
}
.border{
  border: 1px solid #bac6d2;
}
.border_bottom{
  border-bottom: 1px solid #e1e7eb;
}
.m-t_8{
  margin-top: 8px;
}
.m-t_7{
  margin-top: 7px;
}
.m-t_10{
  margin-top: 10px;
}
.m-t_11{
  margin-top: 11px;
}
.m-t_12{
  margin-top: 12px;
}
.m-t_15{
  margin-top: 15px;
}
.m-t_16{
  margin-top: 16px;
}
.m-t_17{
  margin-top: 17px;
}
.m-t_18{
  margin-top: 18px;
}
.m-t_20{
  margin-top: 20px;
}
.m-t_23{
  margin-top: 23px;
}
.m-t_26{
  margin-top: 26px;
}
.m-t_29{
  margin-top: 29px;
}
.m-t_30{
  margin-top: 30px;
}
.m-t_32{
  margin-top: 32px;
}
.m-t_36{
  margin-top: 36px;
}
.m-t_42{
  margin-top: 42px;
}
.m-t_60{
  margin-top: 60px;
}
.m-t_62{
  margin-top: 62px;
}
.m-b_-6{
  margin-bottom: -6px;
}
.m-b_9{
  margin-bottom: 9px;
}
.m-b_10{
  margin-bottom: 10px;
}
.m-b_22{
  margin-bottom: 22px;
}
.m-l_3{
  margin-left: 3px;
}
.m-l_6{
  margin-left: 6px;
}
.m-l_8{
  margin-left: 8px;
}
.m-l_15{
  margin-left: 15px;
}
.m-r_30{
  margin-right: 30px;
}
.p-r_10{
  padding-right: 10px;
}
.p-r_20{
  padding-right: 20px;
}
.p-r_50{
  padding-right: 50px;
}
.p-l_0{
  padding-left: 0!important;
}
.p-l_10{
  padding-left: 10px!important;
}
.p-l_18{
  padding-left: 18px!important;
}
.p-l_20{
  padding-left: 20px;
}
.p-l_21{
  padding-left: 21px;
}
.p-l_30{
  padding-left: 30px!important;
}
.p-v_0{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.p-s_0{
  padding-left: 0!important;
  padding-right: 0!important;
}
.p-s_6{
  padding-left: 6px!important;
  padding-right: 6px!important;
}
.p-s_10{
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.p-s_20{
  padding-left: 20px;
  padding-right: 20px;
}
.p-s_30{
  padding-left: 30px;
  padding-right: 30px;
}
.p-s_39{
  padding-left: 39px;
  padding-right: 39px;
}
.p-t_2{
  padding-top: 2px!important;
}
.p-t_4{
  padding-top: 4px!important;
}
.p-t_7{
  padding-top: 7px!important;
}
.p-t_8{
  padding-top: 8px!important;
}
.p-t_9{
  padding-top: 9px!important;
}
.p-t_10{
  padding-top: 10px!important;
}
.p-t_11{
  padding-top: 11px!important;
}
.p-t_14{
  padding-top: 14px;
}
.p-t_15{
  padding-top: 15px;
}
.p-t_18{
  padding-top: 18px;
}
.p-t_20{
  padding-top: 20px;
}
.p-t_21{
  padding-top: 21px;
}
.p-t_22{
  padding-top: 22px;
}
.p-t_23{
  padding-top: 23px;
}
.p-t_24{
  padding-top: 24px;
}
.p-t_25{
  padding-top: 25px;
}
.p-t_26{
  padding-top: 26px;
}
.p-t_27{
  padding-top: 27px;
}
.p-t_28{
  padding-top: 28px;
}
.p-t_29{
  padding-top: 29px;
}
.p-t_30{
  padding-top: 30px;
}
.p-t_32{
  padding-top: 32px;
}
.p-t_34{
  padding-top: 34px;
}
.p-t_39{
  padding-top: 39px;
}
.p-t_41{
  padding-top: 41px;
}
.p-t_43{
  padding-top: 43px;
}
.p-t_46{
  padding-top: 46px;
}
.p-t_57{
  padding-top: 57px;
}
.p-b_5{
  padding-bottom: 5px!important;
}
.p-b_7{
  padding-bottom: 7px!important;
}
.p-b_8{
  padding-bottom: 8px!important;
}
.p-b_9{
  padding-bottom: 9px;
}
.p-b_10{
  padding-bottom: 10px;
}
.p-b_17{
  padding-bottom: 17px;
}
.p-b_22{
  padding-bottom: 22px;
}
.p-b_25{
  padding-bottom: 25px;
}
.p-b_27{
  padding-bottom: 27px;
}
.p-b_34{
  padding-bottom: 34px!important;
}
.p-b_36{
  padding-bottom: 36px!important;
}
.p-b_43{
  padding-bottom: 43px;
}
.p-b_45{
  padding-bottom: 45px;
}
.p-b_47{
  padding-bottom: 47px;
}
.p-b_56{
  padding-bottom: 56px!important;
}
.p-b_60{
  padding-bottom: 60px!important;
}
.d_i-b{
  display: inline-block;
}
.w_auto{
  width: auto;
}
.w_90{
  width: 90px;
}
.w_110{
  width: 110px;
}
.w_158{
  width: 158px;
}
.w_300{
  width: 300px;
}
.w_610{
  width: 610px;
}
.h_42{
  height: 42px;
}
.h_50{
  height: 50px;
}
.h_64{
  height: 64px!important;
}
.cursor_p{
  cursor: pointer;
}
.left{
  float: left;
}
.right{
  float: right;
}
.m-b_0{
  margin-bottom: 0!important;
}
.m-t_-6{
  margin-top: -6px!important;
}
.m-t_32{
  margin-top: 32px!important;
}
.m-t_42 {
    margin-top: 42px;
}
.p-b_47 {
    padding-bottom: 47px;
}
.p-s_39 {
    padding-left: 39px;
    padding-right: 39px;
}
.p-s_150{
  padding-left: 150px!important;
  padding-right: 150px!important;
}
.p_relative{
  position: relative;
}
.error{
	margin-top: 15px;
	color: red;
	text-align: center;
}

.vk-btn {
    padding-left: 59px;
    background-image: linear-gradient(100deg, #5d89bf, #4574ae);
}
.vk-btn, .fb-btn {
    position: relative;
    display: inline-block;
    height: 46px;
    border-radius: 6px;
    line-height: 48px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
	width: 99%;
}
.fb-btn {
    padding-left: 53px;
    background-image: linear-gradient(100deg, #4d77ce, #3258a6);
}
.fb-btn:after {
    left: 15px;
    top: 14px;
    width: 18px;
    height: 18px;
    background: url(../files/img/ico_fb.svg);
}
.vk-btn:after {
    left: 14px;
    top: 16px;
    width: 25px;
    height: 15px;
    background: url(../files/img/ico_vk.svg);
}
.vk-btn:after, .fb-btn:after {
    content: '';
    position: absolute;
    display: inline-block;
}
.tel-btn {
    position: relative;
    display: inline-block;
    height: 46px;
    border-radius: 6px;
    line-height: 48px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
	width: 99%;
}
.tel-btn:after {
    left: 15px;
    top: 14px;
    width: 18px;
    height: 18px;
    background: url(../files/img/telegram-logo.svg);
}
.tel-btn:after {
    content: '';
    position: absolute;
    display: inline-block;
}

.notification{
  position: fixed;
  top: 81px;
  right: 20px;
  padding: 8px 51px 9px 22px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.1px;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: .8s all;
  z-index: 99999;
}
.notification.show{
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: .8s all;
}
.notification.access{
  background-color: #1fcb3e;
}
.notification.error{
  background-color: #ff5555;
}
.notification .icon{
  position: absolute;
  right: 18px;
  top: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
}
.notification .icon use,
.notification .icon path,
.notification .icon g{
  -webkit-fill: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
  transition: .2s all;
}
.notification .icon:hover use,
.notification .icon:hover path,
.notification .icon:hover g{
  -webkit-fill: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  transition: .2s all;
}
.m_show{
  display: none;
}
@media(min-width: 1440px){
  .wrapper:before{
    background-image: url(../files/img/bg/1440.jpg);
  }
}
@media(min-width: 1920px){
  .wrapper:before{
    background-image: url(../files/img/bg/1920.jpg);
  }
}
@media(min-width: 2800px){
  .wrapper:before{
    background-image: url(../files/img/bg/2800.jpg);
  }
}
@media(max-width: 1024px){
  .m_show{
    display: inline-block;
  }
  .m_hide{
    display: none;
  }
  .row{
    padding: 0 15px;
  }
  .slide.header .scl-block,
  .slide.header .menu,
  .slide.header .reg,
  .slide.header .nav,
  .slide.header .middle-content .help{
    display: none;
  }
  .slide.header{
    min-height: 0;
    padding: 0 24px;
    height: auto;
    box-sizing: border-box;
  }
  .slide.header:before{
    min-height: 0;
  }
  .slide.header .logo{
    margin-top: 9px;
    float: left;
	margin-bottom: 20px;
  }
  .slide.header .top-contacts {
    margin-top: 20px;
  }
  .slide.header .middle-content{
    position: relative;
    margin-top: 75px;
    bottom: auto;
    width: auto;
    height: auto;
    font-size: 17px;
    line-height: 21px;
    box-sizing: border-box;
  }
  .slide.header .middle-content .title{
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 12px;
  }
  .slide.header .scl-btn_block{
    position: relative;
    /*padding-top: 33px;
    padding-bottom: 61px;*/
    bottom: auto;
  }
  .slide.header .scl-btn_block .title{
    font-size: 15px;
    line-height: 20px;
  }
  .tooltip:after{
    left: -140px;
  }
  .about_screen{
    padding: 20px 27px 24px 27px;
  }
  .about_screen .title {
	font-size: 30px;
  }
  .about_screen p {
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
  }  
  .slide.header .top-contacts .phone {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0px;
  }
  .services_screen{
    padding: 20px 7px 24px 7px;
  }
  .services_screen p {
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
  }
  .services_screen h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .services_screen .title {
	font-size: 30px;
  }
  .services_screen .table.price tr th {
    padding: 6px 6px;
	
	font-size: 16px;
    line-height: 1.2;
  }
  .services_screen .table.price tr td {
    padding: 6px 6px;
	font-size: 18px;
    line-height: 1.2;
  }
  .services_screen .content{
    padding: 30px 27px 0 27px;
    box-sizing: border-box;
    width: 100%;
  }
  .slide.header .top-contacts .messangers {
	margin-left: unset;
	line-height: inherit;
  }
  .slide.header .top-contacts .name {
	margin-left: unset;
  }
  .slide.header .pamyatka {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 40px 0;
    display: block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 0;
	font-size: 18px;
    line-height: 22px;
   }
  .services_screen .content li{
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 24px!important;
  }
  .services_screen .content li:before,
  .services_screen .content li.aim:before{
    left: 0;
    top: -3px;
    height: 50px;
    width: 50px;
    background-size: 50px;
  }
  .services_screen .content li .title{
    padding-left: 62px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    width: auto;
  }
  .services_screen .content li .text{
    font-size: 15px;
    line-height: 20px;
    padding-top: 9px;
    width: auto;
  } 
  .contact_screen{
    text-align: center;
	padding: 0 5px;
  }
  .contact_screen .title{
    font-size: 32px;
  }
  .contact_screen .contact_form{
    padding-top: 39px;
    width: 280px;
    display: inline-block;
  }
  .contact_screen .contact_form .text-form.col_2:last-child{
    margin-left: 20px;
  }
  .contact_screen .contact_form .text-form{
    float: left;
  }
  .contact_screen .col_2{
    max-width: 250px;
  }
  .footer{display: none;}
  .m_footer{
    padding: 0 0 20px 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.4px;
    color: rgba(19, 56, 91, 0.5);
    background-color: #fff;
    /*display: inline-block;*/
  }
  .m_footer *{
    font-weight: 400;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
  }
  .m_footer .nav{
    margin-top: 5px;
    list-style: none;
    display: inline-block;
    width: 100%;
  }
  .m_footer .nav li{
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.4px;
    font-weight: 400;
    text-align: center;
    color: rgba(19, 56, 91, 0.5);
  }
  .m_footer .nav li a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  .m_footer .nav li:after{
    content: '';
    padding: 0 11px 0 15px;
    font-weight: 500;
    display: inline-block;
  }
  .m_footer .nav li:last-child:after{display: none;}
  .m_footer a.blue{
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .m_footer .scl-block{
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 19px 0 24px 0;
  }
  .m_footer .scl-block a{
    padding: 0 2px;
  }
  .m_footer .scl-block li.scl-ic{
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
  }
  .m_footer .scl-block li.scl-ic:last-child{
    margin-right: 0;
  }
  .m_footer .scl-block li.scl-ic.vk{
    margin-top: 2px;
  }
  .m_footer .scl-block li.scl-ic.vk svg{
    width: 26px;
    height: 16px;
  }
  .m_footer .scl-block li.scl-ic.fb svg{
    width: 20px;
    height: 20px;
  }
  .m_footer .scl-block li.scl-ic.twi{
    margin-top: 1px;
  }
  .m_footer .scl-block li.scl-ic.twi svg{
    width: 23px;
    height: 18px;
  }
  .m_footer .scl-block li.scl-ic.tel{
    margin-top: 1px;
  }
  .m_footer .scl-block li.scl-ic.tel svg{
    width: 23px;
    height: 18px;
  }
  .m_footer .scl-block li svg use{
    fill: #333333;
    opacity: .35;
  }
  .m_footer .scl-block li.scl-ic:hover svg use{
    opacity: 1;
  }
  .modal_wrap .modal_block,
  .modal_wrap .modal_container{
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    box-sizing: border-box;
  }
  .modal_wrap .modal_block{
    padding: 20px;
  }
  .modal_wrap .modal_block .text-form{
    font-size: 18px;
    height: 40px;
  }
  .text-form_support__text{
    padding: 11px 6px;
    font-size: 13px;
  }
  .btn{
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 38px!important;
    font-size: 17px!important;
    line-height: 42px!important;
  }
  .btn.white{
    line-height: 36px!important;
  }
  .m_h_50.btn{
    height: 50px!important;
    font-size: 21px!important;
    line-height: 52px!important;
  }

  /*------Mobile Style's-------*/
  .m_p-s_0{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .m_p-t_0{
    padding-top: 0!important;
  }
  .m_p-b_12{
    padding-bottom: 12px!important;
  }
  .m_p-t_8{
    padding-top: 8px!important;
  }
  .m_p-t_12{
    padding-top: 12px!important;
  }
  .m_p-t_17{
    padding-top: 17px!important;
  }
  .m_p-t_32{
    padding-top: 32px!important;
  }
  .m_m-t_17{
    margin-top: 17px!important;
  }
  .m_m-t_20{
    margin-top: 20px!important;
  }
  .m_f-s_26{
    font-size: 26px!important;
  }
  .m_l-h_26{
    line-height: 26px!important;
  }
  .f-s_13{
    font-size: 13px!important;
  }
  .m_col_12{
    width: 100%!important;
  }
}
@media(max-width: 410px){
  .about_screen .nav-tree,
  .about_screen .nav-tree li{
    width: 100%;
  }
  .about_screen .nav-tree li:before{
    top: 0;
  }
}

.col_12.down {
	margin-bottom: 25px;
}
.m_price-block .col_12.down {
	/*margin-bottom: 45px;*/
}
.yellow_button:hover {  
    margin-top: -5px;
	box-shadow: 0 6px 29px rgba(81,119,122,0.32);
}
.yellow_button:active {  
    margin-top: 0px;
	box-shadow: 0 0px 29px rgba(81,119,122,0.16);
}
.yellow_button a {
    color: #000;
    text-decoration: none;
}
.yellow_button.blc {
    box-shadow: 0 0px 29px rgba(0,0,0,0.16);
}
.yellow_button.blc:hover {  
	box-shadow: 0 6px 29px rgba(0,0,0,0.32);
}
.yellow_button.blc:active {  
	box-shadow: 0 0px 29px rgba(0,0,0,0.16);
}
.w_popup {
    position: absolute;
    display: none;
    width: 766px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 59px rgba(0,0,0,0.85);
}
.modal_body {
	padding: 0 40px 30px;
	max-height: 400px;
}

.modal_body  p {
    padding: 10px 0;
	font-size: 18px;
	color: #333333;
	line-height: 1.2;
}
.modal_body iframe {
	width: 600px;
	height: 400px;
}
.w_popup .modal_close {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 50px;
    height: 60px;
    background: url(../files/pic/modal_close.png) no-repeat;
    cursor: pointer;
}
.client_tab {
	max-width: 1000px;
    display: inline-block;
	margin: 30px 0 0 0;
}
ul.page li {
    list-style: none;
    width: 228px;
    height: 140px;
    display: inline-block;
    text-align: center;
    /*float: left;*/
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    /*box-shadow: 0 0px 29px rgba(81,119,122,0.16);*/
    margin: 6px 6px;
    cursor: pointer;
}
ul.page li a > img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.w_popup2 form input[type="text"] {
    display: block;
    width: 90%;
    height: 50px;
    margin: 10px auto;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #545454;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    outline: none;
}
.w_popup .modal_head {
    position: relative;
    /* height: 60px; */
    padding: 38px 40px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    color: #000000;
}
.w_popup .modal_head p.title {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
}
form input[type="text"].invalid {
    border-bottom: 2px solid #fd8d8d;
}

p.agreement {
    font-weight: 400;
    font-size: 12px;
    color: #8d8d8d;
    margin-top: 16px;
	position: relative;
    /*display: inline-block;*/
}
p.agreement a {
    color: #333333;
}
.form_notify {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: red;
    padding-bottom: 15px;
	text-align: center;
}
.registr_buttons {
	height: 70px;
	position: relative;
    display: inline-block;
	margin-top: 26px;
}

.sending_text {
    color: #3e3e3e;
}
.loader-wrap {
	width: 50px;
	height: 50px;
	position: relative;
	/*padding: 40px 0;*/
	margin: 0 auto;
}
.loader-line {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	clip: rect(0, 25px, 50px, 0);
	border: 4px solid steelblue;
	border-right-color: transparent;
	position: absolute;
	-webkit-animation: 1s loaderRound linear infinite;
	-moz-animation: 1s loaderRound linear infinite;
	-ms-animation: 1s loaderRound linear infinite;
	animation: 1s loaderRound linear infinite;
}
@-webkit-keyframes loaderRound {
	0% {transform: rotate(0deg); -webkit-transform: rotate(0deg);}
	100% {transform: rotate(360deg); -webkit-transform: rotate(360deg);}
}
@-moz-keyframes loaderRound {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes loaderRound {
	0% {transform: rotate(0deg); -ms-transform: rotate(0deg);}
	100% {transform: rotate(360deg); -ms-transform: rotate(360deg);}
}
@keyframes loaderRound {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
#contents {
	-webkit-animation: .7s ease-in loadedPage 1;
	-o-animation: .7s ease-in loadedPage 1;
	animation: .7s ease-in loadedPage 1;
}
@-webkit-keyframes loadedPage {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes loadedPage {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes loadedPage {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes loadedPage {
	from { opacity: 0; }
	to { opacity: 1; }
}

.fa.fa-telegram {
	color: #333333;
    opacity: 0.35;
	font-size: 20px;
}
.fa.fa-telegram:hover {
	opacity: 1;
}


@media (max-width: 1024px) {
	.yellow_button {
		padding-top: 0!important;
		padding-bottom: 0!important;
		height: 38px!important;
		font-size: 17px!important;
		line-height: 36px!important;		
		font-weight: 100;
	}
	.w_popup.video {
		width: 100%;
		/*padding-top: 70px;*/
	}
	.modal_body iframe {
		width: 100%;
		min-height: 200px;
	}
	.w_popup {
		position: absolute;
		display: none;
		width: 100%;
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0 6px 59px rgba(0,0,0,0.85);
	}
	.align_center.p-l_0 a {
		padding: 5px;
	}
	.slide.header .middle-content .help {
		display: block;
		padding-bottom: 20px;
	}
	.contact_screen .col_2 {
		max-width: 100%;
	}
	.col_2 {
		width: 100%;
	}
	.contact_screen .contact_form .text-form.col_2:nth-child(2) {
		margin-left: 0px;
	}
	.contact_screen .contact_form .text-form.col_2:nth-child(5) {
		margin-left: 0px;
	}
	.row {
		padding: 0 6px;
	}
	.w_popup .registr_buttons {
		height: 30px;
		margin-top: 0px;
	}
	.w_popup .modal_close {
		top: 30px;
		right: 0px;
		z-index: 100;
	}
}

@media(max-width: 768px){
  .wrapper:before{
    background: url(../files/img/bg/1024.jpg) top no-repeat;
  }
  .w_popup .modal_head {
	padding: 28px 10px 20px;
  }
  .w_popup .modal_head p.title {
		font-size: 22px;
		line-height: 24px;
  }
  .modal_body {
    padding: 0 10px 20px;
  }
}