@charset "utf-8";
@font-face {
  font-family: 'Alice';
  src: url("../fonts/Alice-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Alice-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Alice-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Alice-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Alice-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Alice-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Robotothin.woff2') format('woff2'), url('../fonts/Robotothin.woff') format('woff'), url('../fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/Robotothinitalic.woff2') format('woff2'), url('../fonts/Robotothinitalic.woff') format('woff'), url('../fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/Robotolightitalic.woff2') format('woff2'), url('../fonts/Robotolightitalic.woff') format('woff'), url('../fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Robotoitalic.woff2') format('woff2'), url('../fonts/Robotoitalic.woff') format('woff'), url('../fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/Robotomediumitalic.woff2') format('woff2'), url('../fonts/Robotomediumitalic.woff') format('woff'), url('../fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Robotobolditalic.woff2') format('woff2'), url('../fonts/Robotobolditalic.woff') format('woff'), url('../fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/Robotoblackitalic.woff2') format('woff2'), url('../fonts/Robotoblackitalic.woff') format('woff'), url('../fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display:swap;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.otf');;
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff') format('woff'),
	url('../fonts/fontawesome-webfont.woff2') format('woff2'),
	url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
    font-display:swap;
}





/*template.css*/
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  right: 0;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
      transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
      transform: translateX(-320px);
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
          box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .sp-retina-logo {
  display: none;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.sp-module:first-child {
  margin-top: 0;
}

/*template.css*/





body{
	font-family: Roboto;
	color: #000000;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	background: #ffffff;
	height: 100%;
}
header, header a{color: #ffffff;}
a{color: #000000;text-decoration: none;}
a:hover, a:focus{color: #6EC2DC;text-decoration: underline;}
h1,h2,h3,h4,h5,h6, .title, .subttl{font-family: Alice;}
.title{font-size: 28px;line-height: 32px;}
.subttl{font-size: 18px;line-height: 21px;}
#sp-main {padding: 0;}
#sp-main-module .btn,section .btn, .btn-primary, section .btn:focus, .btn-primary:focus, section .btn:hover, .btn-primary:hover
section .btn:active, .btn-primary:active{background: #6EC2DC;
	-webkit-box-shadow: 0px 4px 20px rgba(110, 194, 220, 0.6);
	box-shadow: 0px 4px 20px rgba(110, 194, 220, 0.6);
	-webkit-border-radius: 30px;border-radius: 30px;display: inline-block;
	font-size: 16px;
	line-height: 19px;
	border: none;
	padding: 13px 20px;
	width: 230px;
	max-width: 100%;
}
#sp-main-module .btn:focus, #sp-main-module .btn:hover,#sp-main-module .btn:active{
	background: #5ea8bf;
}
.btn.focus, .btn:focus, .btn:hover{color: #000000;}
header .btn.focus, header .btn:focus,header  .btn:hover{
    color:#ffffff;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a.readmore{text-decoration: underline;}
footer a{color:#ffffff;}
footer a:hover, footer a:focus,header #dropdownMenu1:hover,header #dropdownMenu1:focus{color:#6EC2DC;text-decoration: none;}
a#offcanvas-toggler{display: none;color: #ffffff;}
footer a#offcanvas-toggler{display: none;}
.container {width: 1170px;max-width: 100%;}
.container-fluid>div{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1170px;
}
p{
	margin: 0;
	margin-bottom: 10px;
}
p:last-child{
	margin-bottom: 0;
}
.sp-module ul {list-style: none;padding: 0;margin: 0;}
ol{counter-reset: list;padding-left: 0;}
ol li{
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}
ol li:before {
	counter-increment: list;
	content: counter(list);
	font-size: 30px;
	line-height: 34px;
	font-family: Alice;
	position: absolute;
	left: 0;
	top: -11px;
}
ul.nav-tabs{
	display: inline-block;
	border-bottom: 2px solid #EEE8D4;	
}
ul.nav-tabs >li{
	margin-bottom: -2px;
}
.nav-tabs>li.active, .nav-tabs>li:hover, .nav-tabs>li:focus{
	border-bottom: 3px solid #6EC2DC;
}
ul.nav-tabs >li >a{
	display: block!important;
	margin: 0;
	padding: 5px 10px 0;
	color: #000000!important;
}
ul.nav-tabs >li >a,ul.nav-tabs >li >a:hover, ul.nav-tabs >li >a:focus{
	border: none;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: unset;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	font-weight: bold;
	border: none;
}
.tab-content{margin-top: 35px;}
.tab-content>.tab-pane{display: none!important;-webkit-transition: unset;-o-transition: unset;transition: unset;opacity: 1;}
.tab-content>.tab-pane.active{display: block!important;}
.tab-content ol{
	width: 65%;
}
table{
	border: 1.5px solid #EEE8D4;
	border-collapse: collapse;
  	display: block;
  	overflow-x: auto;
}
td,th{
	border: 0.75px solid #FBF7E9;
	text-align: left;
	background: #ffffff;
	padding: 12px 50px;
}
tr>th:first-child,tr>td:first-child{border-left: none;width: 2%;}
tr>th:last-child,tr>td:last-child{border-right: none;width: 1%;}
th{border-top: none;}
tr:last-child>td{
	border-bottom: none;
}
tr th{font-weight: bold;}
tr:nth-child(odd)>td{
	background: #FBF7E9;
}
@media(max-width: 575px){
	td,th{padding: 8px 10px;}
}
.sp-module ul >li >a:before{display: none;}
#scrollToTop{
	width: 22px;
	height: 22px;
	box-sizing: content-box;
}
body #scrollToTop > img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
input, textarea, select{
  border-color: #000000;
  box-shadow: none;
}
/**/
#sp-header{background: #292426;height: unset;}
#sp-header .logo{height: 70px;}
div#sp-head-r{padding: 9px 0;}
.custom.city-contacts>div{
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
}
.header-contacts>div{display: inline-block;vertical-align: middle;}
.header-contacts>div.txt{margin-right: 20px;}
.phones>.phone+.phone{margin-top: 10px;}
.header-city>.dropdown{
    display: block!important;
}
header #menutop, .btn-menutop-side{
	position: relative;
	clip: unset;
	width: auto;
	height: auto;
	background:unset;
	padding-left: 33px;
	overflow: visible;
    font-size: 16px;
    line-height: 19px;
	cursor: pointer;
}
header #menutop:before,.btn-menutop-side:before{
	content: url(/images/landing_imgs/icons-head-foot/geotag.svg);
	display: block;
	position: absolute;
	left: 0;
    top: -3px;
}
header #menutop .caret, .btn-menutop-side .caret{
    background-image: url(/images/landing_imgs/icons-head-foot/arrbtmw.svg);
    background-repeat: no-repeat;
    border: none;
    width: 11px;
    height: 7px;
    display: inline-block;
	margin-left: 5px;
}
header .dropdown-menu{
    z-index: 991;
    border: none;
    top: 130%;
	padding: 10px;
	box-sizing: content-box;
	width: 700px;
}
.dropdown-menu li{
    border-color: none;
}
.dropdown-menu li>a{
    font-size: 16px;
    line-height: 19px;
    padding: 5px 10px;
    color: #000000;
    display: block;
}
.dropdown-menu li>a:before{
    display: none;
}
span.obl {
    color: #6ec2dc;
    font-size: 16px;
    line-height: 19px;
    display: block;
	padding: 10px 5px;
}
.city-contacts {
    text-align: justify;
    line-height: 0;
}
.header-consult a.btn{
	background: #292426;
	color: #ffffff;
	border: 1.5px solid #6EC2DC;
	box-shadow: 0px 4px 20px rgba(110, 194, 220, 0.6);
	border-radius: 30px;
	width: 230px;
}
.header-consult a.btn:hover{
	background: #6EC2DC;
	color: #000000;
}
.city-contacts:after{
    content: "";
    display: inline-block;
    width: 100%;
}
@media(min-width: 1200px){
    #sp-header .row>div{
        /* width: 50%; */
    }
}
@media(max-width: 991px){
	a#offcanvas-toggler{display: block;font-size: 25px;}
	header #sp-head-r{
		width: auto;
		height: 70px;
		position: static;
    display: none;
	}
	header #sp-head-r .city-contacts .city-contacts>*{
		display: none;
	}
	header #sp-head-r .city-contacts .city-contacts>.header-city{
		display: block;
		margin-top: 17px;
	}
	header #menutop{padding-left: 0;}
	header #menutop:before{
		/*display: none;*/
	}
	header .dropdown-menu{
		width: 100%;
	}
	.header-city>.dropdown{position: static;}
	header .dropdown-menu{top: 80%;}
}
@media(max-width: 800px){
    .header-contacts>div.txt{
        display: block;
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
	.slider .desc{margin-top: 5px;}
}
/*-*/
.sp-megamenu-parent{
	float: none;
	text-align: center;
}
#sp-menu{
	/* background-image: url(/images/landing_imgs/top-bg.png); */
	background-image: url(/images/mainpage/main-slider.png);
	background-repeat: no-repeat;
	background-position: center top; 
	padding: 0;
}
#sp-menu ul li a{color: #000;}
#sp-menu ul li a:hover, #sp-menu ul li a:focus{color: #6EC2DC; text-decoration: underline;background: rgb(255 255 255 / 60%);}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{
	font-size: 16px;
	line-height: 19px;
	text-transform: none;
	letter-spacing: normal;
	padding: 30px 15px;
}
.sp-megamenu-parent >li:first-of-type >a, .sp-megamenu-parent >li:first-of-type >span{padding-left: 5px;}
.sp-megamenu-parent >li:last-of-type >a, .sp-megamenu-parent >li:last-of-type >span{padding-right: 5px;}
@media(max-width: 1100px){
	.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{
		padding: 30px 12px;
	}
}
footer #sp-menu ul li a {
    color: #fff;
}
footer #sp-menu ul li a:hover {
    background: none;
}
/*-*/
.slider{
	/*background-image: url(/images/landing_imgs/top-bg.png);*/
	background-image: url(/images/mainpage/main-slider.png);
	background-repeat: no-repeat;
	background-position: center -79px; 
	color: #000;
	min-height: 400px;
}
.slider .slider-inner{
	margin-top:25px;
	text-align: center;
}
.slider .slider-inner .head-contacts, .slider .slider-inner .gosreg{
	display: none;
}
.slider .lft{
	float: left;
	width: 60%;
	text-align: left;
}
.slider .title{
	font-size: 45px;
	line-height: 51px;
	padding-top: 10px;
}
.slider .desc{
	margin-top: 10px;
	font-size: 18px;
	line-height: 21px;
}
.slider .belmap{
	margin-top: 0;
	text-align: center;
	float: right;
	width: 40%;
	display: none;
}
.slider .belmap img{display: inline-block;}
/*-*/
.chtodelat{
	background-image: url(/images/landing_imgs/angel.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.chtodelat .title{
	margin-bottom: 30px;
}
/*-*/
.container-fluid.usl{
	background-image: url(/images/landing_imgs/usl-bg.png);
	background-repeat: no-repeat;
	background-position: center 110px;
}
.usl-inner{
	text-align: center;
}
.usl-inner .title{
	margin-bottom: 20px;
}
.usl-inner ul.nav-tabs >li >a{
	padding: 0 20px;
}
.usl-inner .tab-content{
	text-align: left;
}
.usl .prices-hp-block{
	margin-right: -10px;
	margin-left: -10px;
	padding-bottom: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
}
.usl .prices-hp-package{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	display: flex; 
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.usl .prices-hp-package .wrapper{
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10.42%, #FFFBEF), to(#FAF8F0));
    background: -webkit-linear-gradient(top, #FFFBEF 10.42%, #FAF8F0 100%);
    background: -o-linear-gradient(top, #FFFBEF 10.42%, #FAF8F0 100%);
    background: linear-gradient(180deg, #FFFBEF 10.42%, #FAF8F0 100%);
	vertical-align: top;
	position: relative;
	padding-bottom: 55px;
	margin: 5px;
	width: 100%;
}
.usl-inner .subttl{
	text-transform: uppercase;
	text-align: center;
	background-image: url(/images/landing_imgs/icons-content/usl-top.svg);
	background-position: center 15px;
	background-repeat: no-repeat;
	padding: 65px 0 10px;
}
.usl-inner .prices-hp-package .price{
	text-align: center;
	font-weight: 500;
}
.usl-inner .prices-hp-package .price span{
	color: #6EC2DC;
}
.usl-inner .prices-hp-package .note{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 5px auto 0;
	position: absolute;
	left: 0;
	right: 0;
}
.usl .prices-hp-package .wrapper{text-align: center;}
.usl-inner .prices-hp-package ul{
	padding-left: 20px;
	margin: 40px 10px 40px 20px;
	list-style-type: disc;
	display: inline-block;
	text-align: left;
}
.usl-inner .prices-hp-package ul li{margin-bottom: 8px;}
.usl-inner .prices-hp-package ul li:last-child{margin-bottom: 0;}
.usl .prices-hp-package .orderbtn{
	text-align: center;
    z-index: 1;
}
.usl .prices-hp-package .orderbtn .btn{
	margin-bottom: 55px;
}
.usl .prices-hp-package .wrapper:hover .orderbtn{
	display: block;
}
.usl .prices-hp-package .wrapper:hover .orderbtn:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background: #EEE8D4;
    z-index: 2;
    bottom: 0;
}
@media(min-width: 992px){
	.usl .prices-hp-package:nth-child(1) .wrapper:hover .orderbtn:after,
	.usl .prices-hp-package:nth-child(2) .wrapper:hover .orderbtn:after{/*tmp*/
		display: none;
	}
}
@media(min-width: 768px){
	.usl .prices-hp-package .wrapper:hover{
		background: #ffffff;
		border: 5px solid #EEE8D4;
		margin: 0;
	}	
	.usl .prices-hp-package .orderbtn{
    	background: #ffffff;
		display: none;
		position: absolute;
		width: 102%;
		width: -webkit-calc(100% + 10px);
		width: -moz-calc(100% + 10px);
		width: calc(100% + 10px);
		border: 5px solid #EEE8D4;
    	left: -5px;
	    border-top: 0;
    	border-bottom: 0;
	}
	.usl .prices-hp-package .wrapper:hover .orderbtn{display: block;}
}
@media(max-width: 991px){
	.slider .lft{float: none;width: 100%;text-align: center;}
	.slider .title{padding-top: 0;}
}
@media(max-width: 767px){
	.usl .prices-hp-package .wrapper{
		background: #ffffff;
		border: 5px solid #EEE8D4;
		margin: 0;
	}
	.usl .prices-hp-package .wrapper:hover .orderbtn:after{display: none;}
	.usl .prices-hp-package .wrapper .orderbtn{display: block;}
}
/*-*/
.lgoty .btm .img{
	float: left;
	padding-right: 25px;
}
.lgoty .lft .title{
	margin-bottom: 20px;
}
.lgoty .btm{
	margin-top: 40px;
}
.lgoty .btm>div:last-child{
	overflow: hidden;
	padding-top: 5px;
}
.lgoty{
	margin-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
}
/**/
.container-fluid.consult{
	background: -webkit-linear-gradient(358.3deg, rgba(255, 255, 255, 0.56) 10.48%, rgba(255, 255, 255, 0) 76.99%),url(/images/landing_imgs/consult-bg.png);
	background: -moz-linear-gradient(358.3deg, rgba(255, 255, 255, 0.56) 10.48%, rgba(255, 255, 255, 0) 76.99%),url(/images/landing_imgs/consult-bg.png);
	background: -o-linear-gradient(358.3deg, rgba(255, 255, 255, 0.56) 10.48%, rgba(255, 255, 255, 0) 76.99%),url(/images/landing_imgs/consult-bg.png);
	background: linear-gradient(91.7deg, rgba(255, 255, 255, 0.56) 10.48%, rgba(255, 255, 255, 0) 76.99%),url(/images/landing_imgs/consult-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.consult-inner{
	text-align: justify;
}
.consult-inner:after{
	content: "";
	display: inline-block;
	width: 100%;
}
.consult-inner>div{
	display: inline-block;
	vertical-align: middle;
}
.consult{
	margin-bottom: 70px;
}
.consult .lft{
	text-align: center;
	width: 30%;
}
.consult .lft .title{
	background-image: url(/images/landing_imgs/icons-content/uzor-lg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	margin-bottom: 25px;
}
.consult .rgt{
	padding-top: 35px;
	padding-bottom: 45px;
	width: 67%;
	text-align: left;
}
.consult .rgt ul{
	margin-top: 15px;
	margin-bottom: 15px;
}
.consult .rgt ul li{
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
}
.consult .rgt ul li:last-child{
	margin-bottom: 0;
}
.consult .rgt ul li:before{
	content: '-';
	position: absolute;
	left: 0;
}
@media(max-width: 991px){
	#sp-menu{height: 0;}
	section#sp-menu>.row{position: static!important;}
	#offcanvas-toggler{
		line-height: 70px;
		position: fixed;
		top: 0;
		right: 30px;
		z-index: 1000;
	}
	.slider{background-position: center top;}
	.slider .desc{
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.slider .belmap{display: none;}
	.slider .slider-inner .head-contacts, .slider .slider-inner .gosreg{
		display: inline-block;
		width: 100%;
	}
	.slider .slider-inner .gosreg{
		text-transform: lowercase;
		font-size: 14px;
		line-height: 16px;
		color: #BBBBBB;
		margin-bottom: 35px;
	}
	.phones>.phone+.phone{
		margin-top: 15px;
	}

	.slider .header-contacts .phone a{
		padding-left: 45px;
		position: relative;
		display: block;
		line-height: 23px;
		font-size: 19px;
	}
	.slider .header-contacts .phone a:before{
		position: absolute;
		display: block;
		left: 0;
		width: 40px;
		height: 40px;
	}
	.slider .header-contacts .a1 a:before{
		content: url(/images/landing_imgs/icons-head-foot/a1.svg);
		top: -9px;
	}
	.slider .header-contacts .mts a:before{
		content: url(/images/landing_imgs/icons-head-foot/mts.svg);
	}
	.slider .header-contacts>div.txt{
		width: 100%;
		font-weight: bold;
		margin-bottom: 17px;
		margin-right: 0;
	}
	.slider .head-contacts .btn-cont{
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 21px;
		display: inline-block;
		text-align: left;
	}
	.slider .head-contacts .btn-cont a{
		position: relative;
		padding-left: 50px;
		text-decoration: underline;
		display: block;
		height: 35px;
		vertical-align: middle;
		width: 100%;
	}
	.slider .head-contacts .btn-cont a+a{
		margin-top: 10px;
	}
	.slider .head-contacts .btn-cont a:before{
		content: "";
		position: absolute;
		left: 0;
		top: -3px;
	}
	.slider .head-contacts .btn-cont a.calc-i:before{
		content: url(/images/landing_imgs/icons-content/calc.svg);
	}
	.slider .head-contacts .btn-cont a.phn-i:before{
		content: url(/images/landing_imgs/icons-head-foot/phone.svg);
	}
	.chtodelat{background-position: 107% center;}
	.chtodelat .tab-content ol{width: 60%;}
}
@media(max-width: 767px){
	.slider{
		background-position: center 0;
		background-attachment: local;
	}
	.slider .title{
		font-size: 35px;
		line-height: 40px;
	}
	.chtodelat{background: #ffffff;background-image: none;}
	.chtodelat .tab-content ol{width: 100%;}
	.lgoty .lft{
		margin-bottom: 40px;
	}
	.consult .consult-inner>div{
		width: 100%;
		display: block;
	}
	.consult .consult-inner .lft{padding-top: 20px;}
	.consult .consult-inner:after{display: none;}
}
@media(max-width: 499px){
	.chtodelat .title{margin-top: 30px;}
}
@media(max-width: 429px){
	.chtodelat ul.nav.nav-tabs li a{
		padding: 5px 5px 0;
		font-size: 14px;
	}
}
@media(max-width: 359px){
	.chtodelat ul.nav.nav-tabs{margin-left: -15px;margin-right: -15px;width: calc(100% + 30px);}
}
@media(max-width: 767px){
  #sp-logo{width: 100%;}
}
@media(max-width: 400px){
  #sp-logo{width: 90%;max-width: 280px;}
}
@media(min-width: 992px){
  #sp-header .logo a img {height: 47px;}
  div#sp-logo{padding-left: 0;}
}
/**/
.consult+.container>div .title{text-align: center;}
.consult+.container>div .info3 .title{text-align: left;}
.preim .title, .contacts .title{margin-bottom: 45px;}
.catalog .title, .info3 .title{margin-bottom: 30px;}
.reviews .title{
	margin-bottom: 55px;
	padding-top: 30px;
	background-image: url(/images/landing_imgs/icons-content/usl-top.svg);
	background-position: center top;
    background-repeat: no-repeat;
}
.preim .top,.catalog .top{font-weight: 500;}
/**/
.preim{margin-bottom: 105px;}
.preim .itp{}
.preim .itp>div{
	white-space: normal;
}
.preim .img{
	width: 65px;
	padding-right: 13px;
	display: inline-block;
	height: 49px;
}
.preim .top{
	width: 70%;
	width: calc(92% - 65px);
	overflow: hidden;
	display: inline-block;
	vertical-align: baseline;
	overflow: visible;
}
.preim .btm{clear: both;padding-top: 10px;}
/**/
.catalog{margin-bottom: 130px;}
.catalog .title{
	position: relative;
}
.catalog .title:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	height: 2px;
	width: 180px;
	background-color: #ffffff;
	z-index: -1;
	margin: auto;
	left: 0;
	right: 0;
}
.catalog .title:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	height: 2px;
	width: 100%;
	background-color: #EEE8D4;
	z-index: -2;
	border-radius: 2px;
}
.catalog .item{
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}
.catalog .item:hover{
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
   	   -moz-box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
			box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
}
.catalog .img{margin-bottom: 20px;}
.catalog .item:hover .img svg path{fill:#6EC2DC;}
.catalog .btm{color: #757575;margin-top: 7px;}
.catalog .btn-cont{text-align: center;margin-top: 50px;}
.catalog .item a{display: block;text-decoration: none!important;color: #000000;}
/**/
.info{
	margin-bottom: 90px;
}
.info1>div, .info2>div, .info3>div:first-child{
	margin-bottom: 100px;
}
@media(max-width: 991px){
	.preim>div{
		margin-bottom: 20px;
	}
}
@media(min-width: 768px){
	.info3>div:first-child{
		margin-bottom: 0;
	}
}
@media(max-width: 767px){
	.preim .top{vertical-align: top;}
	.preim .btm{margin-left: 67px;padding-top: 0;margin-top: -25px;}
	.preim>div {margin-bottom: 30px;}
}
@media(max-width: 400px){
  .preim .btm{margin-top: -10px;}
}
.info1 .title, .info2 .title{
	background-image: url(/images/landing_imgs/icons-content/uzor-sm.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 15px;
	padding-top: 30px;
}
.info3 .title{
	padding-top: 15px;
}
.info .border{
	background: #FFFFFF;
	border: 5px solid #EEE8D4;
	padding: 80px 30px 50px 50px;
	position: relative;
}
.info2 .noborder{
	padding-left: 100px;
	padding-right: 30px;
}
.info .border .imgs{
	position: absolute;
	top: -51px;
	width: 100%;
	text-align: center;
	left: 0;
	white-space: nowrap;
}
.info .border .imgs span{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 102px;
	line-height: 102px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
.info .border .imgs span:first-child{margin-left: 0;}
.info .border .imgs span:last-child{margin-right: 0;}
.info .border .imgs span img, .info .border .imgs span svg{
	display: inline-block;
	vertical-align: middle;
}
.info .border .imgs span img.w{
	display: none;
}
.info .border:hover{
	box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
}
.info ul li{
	position: relative;
	padding-left: 7px;
	margin-bottom: 15px;
}
.info ul li:last-child{margin-bottom: 0;}
.info ul li:before{
	content: "\2022";
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	color: #6EC2DC;
	line-height: 19px;
    font-size: 11px;
}
.info .border:hover{box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);}
.info .border:hover .imgs span{background: #6EC2DC;}
.info .border:hover .imgs span img.b{display: none;}
.info .border:hover .imgs span img.w{display: inline-block;}
/**/
.reviews{
	margin-bottom: 80px;
}
.reviews .owl-revs{
	position: relative;
}
.reviews .owl-nav{
	position: absolute;
	top: 25%;
	width: 100%;
}
.reviews .owl-nav .disabled path{
	stroke: #EEE8D4;
}
.reviews .owl-prev{
	position: absolute;
	left: -23px;
}
.reviews .owl-next{
	position: absolute;
	right: -23px;
}
.reviews .owl-dots{
	display: block;
	height: 2px;
	text-align: center;
}
.reviews .owl-dot{
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #EEE8D4;
	vertical-align: top;
}
.reviews .owl-dot.active{background-color: #6EC2DC;}
.reviews .owl-carousel .owl-stage-outer{margin-bottom: 70px;}
.reviews .owl-carousel .owl-item{
	border-left: 3px solid #EEE8D4;
	padding-left: 20px;
}
.reviews .rev .txt{margin-bottom: 25px;}
.reviews .rev .author{color: #757575;}
/**/
#contacts{
	margin-bottom: 75px;
}
.contacts .cont>div{
	font-weight: 500;
	margin-bottom: 25px;
}
.contacts .cont li{
	margin-bottom: 25px;
	padding-left: 35px;
	position: relative;
}
.contacts .cont li:before{
	display: block;
	position: absolute;
	left: 0;
	width: 26px;
	height: 31px;
	top: 28px;
	text-align: center;
}
.contacts .cont li.tel:before{content: url(/images/landing_imgs/icons-content/smphone.svg);}
.contacts .cont li.mail:before{content: url(/images/landing_imgs/icons-content/email.svg);}
.contacts .cont li.addr:before{content: url(/images/landing_imgs/icons-content/geotag.svg);}
.contacts .cont li>p{
	color: #757575;
	margin-bottom: 15px;
}
.contacts .cont li>div p{margin-bottom: 10px;}
.contacts .cont li>div p:last-child{margin-bottom: 0;}
/**/
section#sp-bottom{
	padding-top: 60px;
	padding-bottom: 45px;
}
section#sp-bottom .sp-module-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 19px;
}
footer, section#sp-bottom{
	background-image: url(/images/landing_imgs/footer-bg2.png);
	color: #ffffff;
}
footer .sp-retina-logo, section#sp-bottom .sp-retina-logo{
	display: none;
}
footer a, section#sp-bottom a{
	color: #ffffff;
}
footer .nav>li>a, section#sp-bottom .nav>li>a{
	padding: 5px 0;
}
section#sp-bottom .nav>li>a:hover,section#sp-bottom .nav>li>a:focus,
section#sp-bottom a:hover, section#sp-bottom a:focus, 
footer .sp-megamenu-parent>li>a:hover,footer .sp-megamenu-parent>li>a:focus{
	background: unset;
	text-decoration: none;
	color: #6EC2DC;
}
section#sp-bottom .sp-module-title{
	margin-bottom: 15px;
}
section#sp-bottom .foot4>div{
	margin-bottom: 10px;
}
footer{
	border-top: 2px solid #C2C0C0;
	padding-top: 15px;
	padding-bottom: 35px;
	background-position: 0px 250px;
}
footer div#sp-menu{
	background: none;
}
footer .sp-megamenu-parent>li>a{
	padding: 10px 10px;
}
footer .sp-megamenu-parent>li:first-child>a{padding-left: 0;}
footer .sp-megamenu-parent>li:last-child>a{padding-right: 0;}
/**/
@media(max-width: 1199px){
	.reviews .owl-revs{
		padding: 0 25px;
	}
	.reviews .owl-next {
	    right: 25px;
	}
	.reviews .owl-prev{left: -23px;}
}
@media(max-width: 1085px){
	footer .sp-megamenu-parent{
		margin-left: -30px;
	}
	footer .sp-megamenu-parent>li>a{padding: 10px 8px;letter-spacing: -0.6px;}
}
@media(max-width: 991px){
	.info1 .title, .info2 .title{
		padding-top: 20px;
	}
	.info .border{
		padding: 80px 20px 50px 30px;
	}
	.info2 .noborder{
		padding-left: 30px;
    	padding-right: 20px;
	}
	.info .border .imgs{top: -40px}
	.info .border .imgs span{
		width: 90px;
    	height: 70px;
    	line-height: 70px;
	}
}
@media(max-width: 767px){
	.catalog{
		margin-bottom: 70px;
	}
	.catalog .item a>div.btm{
		min-height: 40px;
	}
	.catalog .item a>div{text-align: center;}
	.catalog .item{
		padding-top: 0;
		padding-bottom: 0;
	}
	.catalog .item a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.catalog .item:hover{
		-webkit-box-shadow:unset;
				box-shadow:unset;
	}
	.catalog .item:hover a{
		-webkit-box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
				box-shadow: 0px 5px 20px rgba(110, 194, 220, 0.2);
	}
	.info1>div, .info2>div, .info3>div:first-child {
	    margin-bottom: 60px;
	}
	.info .border .imgs span{
		margin-right: 10px;
		margin-left: 10px;
		width: 70px;
		height: 60px;
    	line-height: 60px;
    }
	.info .border .imgs span img, .info .border .imgs span svg{
		max-width: 70%;
	}
	.info .border .imgs {
	    top: -35px;
	}
	.reviews .title{margin-bottom: 35px;}
	.reviews .owl-carousel .owl-stage-outer{
		margin-bottom: 50px;
	}
	section#sp-bottom{
		padding-bottom: 15px;
	}
	#sp-bottom .row>div{
		margin-bottom: 30px;
	}
}
@media(max-width: 576px){
	#sp-bottom .row>div{
		width: 100%;
	}
}
/**/
.offcanvas-menu .offcanvas-inner .sp-module ul > li{
	width: 100%;
	text-align: left;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
	font-size: 16px;
	line-height: 19px;
	text-transform: none;
	width: 100%;
}
/**/
.rsform-block{
	clear: both;width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	display: block;
	overflow: hidden;
}
.rsform-block+.rsform-block{
	margin-top: 20px;
}
.rstbox form h2{
	margin: 0 auto 30px;
}
.rstbox .formControlLabel{
	margin-bottom: 10px;
}
.rstbox input[type="submit"]{
	background: #6EC2DC;
    -webkit-border-radius: 30px;
    		border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    border: none;
    padding: 13px 20px;
    width: 205px;
    outline: none;
}
.rstbox input[type="submit"]:hover, .rstbox input[type="submit"]:focus, .rstbox input[type="submit"]:active{
	background: #5ea8bf;
}
.rstbox input[type="text"]{
	color: #000000;
	box-shadow: none;
	border: none;
	border-bottom: 1.5px solid #000000;
}
.rstbox form{
  text-align: center;
}
.rstbox fieldset{
  text-align: left;
    display: inline-block;
}
#rstbox_4 fieldset{
	display: block;
}
#rstbox_4 .btn{
	-webkit-box-shadow: none;
	        box-shadow: none;
	width: auto;
	padding: 7px 12px;
	margin-top: 29px;
}
#rstbox_4 .btn:hover, #rstbox_4 .btn:focus, #rstbox_4 .btn:active{
	color: #ffffff;
	background: #5ea8bf;
}
.calculation .rsform-block.rsform-block-extra label {
    margin-left: 5px;
    margin-bottom: 3px;
}
.urinfo{
	font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
}
section#sp-rating{
	background-image: url(/images/landing_imgs/footer-bg2.png);
	text-align: center;
	color: #ffffff;
	padding-bottom: 30px;
}
/* STARS */
.sp-module #site_rating {
	line-height: 36px;
	text-align: center;
}
.sp-module #site_rating ul {
    margin: 5px 0 0 5px;
    padding: 0;
}
.sp-module #site_rating ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.sp-module #site_rating li {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/stars.png") !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto;
    display: inline-block!important;
    height: 19px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    vertical-align: middle;
    width: 18px;
	border: 0px;
}
/*sticky bottom-*/
#sp-sticky-bottom {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    padding: 0;
    background: rgba(38, 38, 38, 0.8);
}
.phone-number-smart, .phone-number-smart.sticky {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}
.custom.phone-number-smart{
  padding: 0;
}
.phone-number-smart a, .phone-number-smart.sticky a{
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 6px 15px;
    display: inline-block;
}
.number-smart span {
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
    margin: 0px 10px 5px 10px;
    text-align: left;
}
/*-sticky bottom*/
#sp-header.sticky {
   position: fixed;
   width: 100%;
   top: 0;
   z-index: 999;
}

@media (max-width: 767px){
  #sp-header.sticky + #sp-main-menu #sp-menu .menu-icon-cont{
    position: fixed;
  }
  .sp-module.docs-mod-outer .title{
    margin-bottom: 30px;
  }
  .docs-module .item_head{
    margin-bottom: 5px;
  }
}
/* SITECH */
@media(max-width: 991px){
	footer div#sp-logo{
		width: 100%;
		text-align: center;
	}
	footer div#sp-logo a{display: inline-block;}
}
 body .offcanvas-menu .sp-module.mod-dd-menu{
  border-bottom: 0;
  margin-bottom: 0;
  padding: 20px 40px 0px 20px !important;
}
.sp-module.mod-dd-menu .header-city>.dropdown {
  height: 25px;
}
.sp-module.mod-dd-menu .header-city>.dropdown .btn-menutop-side{
  color: #ffffff;
}
.sp-module.mod-dd-menu .open>.dropdown-menu{
    display: block;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 50px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 15px;
}
.offcanvas-menu{
  width: 100%;
  background-color: unset;
}
.offcanvas-menu .offcanvas-inner{
    width: 320px;
    float: right;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
}
@media(max-width: 991px){
  .sp-module.mod-dd-menu .dropdown-menu{
    width: 100vw;
    position: fixed;
    left: 0;
    top: 40px;
    padding-left: 10px;
    height: 100%;
  }
  .sp-module.mod-dd-menu .dropdown-menu>div{
    width: 33.3%;
    float: left;
  }
}
@media(max-width: 530px){
  .sp-module.mod-dd-menu .dropdown-menu>div{
    width: auto;
    float: none;
  }
}