@font-face {
  font-family: "LatoBold";
  src: url("../../assets/fonts/LatoBold.eot");
  src: url("../../assets/fonts/LatoBold.eot@#iefix")format("embedded-opentype"),
    url("../../assets/fonts/LatoBold.woff") format("woff"),
    url("../../assets/fonts/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/*
Цвета:
Оранжевый: #f26422 
Черный: #282828
Красный: #ff0000
*/
body {
	font-family:Verdana, Arial, sans-serif!important;
  	color:#282828;
}

.h1, h1, h2, h3, h4, h5, h6 {font-family: "LatoBold", Arial, sans-serif;}

h2 {margin-bottom:40px;margin-top:30px;}

a:hover {text-decoration:none;}
.smartlid_right {display:none!important;}
.img1 {float: right;}
.img-fancy {margin: 0px 0px 2px 0px;}
@media (min-width: 1200px){
  .container {
      max-width: 1200px!important;
  }
}

.header {
	padding:10px 0;
  border-top:3px solid #f26422;
}

.header > .row {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

@media (min-width: 992px) {
  .header > .row {
    position:relative;
  }

  .times {
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
  }
}

.header a {
	color:#282828;
  	text-decoration:none;
  border-bottom:2px solid #f26422;
}

.header a:hover {border:0;color:#f26422}

.slogan:first-letter {text-transform:capitalize}

.phones div:hover span {color:#f26422; border-bottom:2px solid #f26422; cursor:pointer}

.times {text-align:center;}

.phones {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
}

/*
@media (min-width: 1024px) {
article > .content {min-height: 100%}
article .text {padding-bottom:218px;}
.copyrights {

  position: relative;
  margin-top: -218px;
  height: 218px;
  clear:both;
  padding-top:20px;

}
}
*/

.logo .desktop {
  	width:100%;
  	height:60px;
	background: url(../../assets/logo_orange.png) no-repeat center center;
  	background-size:contain!important;
  line-height: 14px;
    padding-top: 9px;
    padding-left: 10px;
    font-size: 13px;
  color:#f26422;
}
.logo .desktop span {font-size:17px;}

.logo .mobile {
  padding-top:5px;
  color:#fff;
  line-height: 20px;
}
.logo .mobile span {font-size:20px;}

.navigation {
	background: #f26422;
}
.navigation a {
  color:#fff;
  text-transform:uppercase;
  padding:10px 0!important;
  display:inline-block;
  width:100%;
  font-size:18px;
}

.navigation a:hover {background:#d85214;}

.slogan {font-size:18px;}

.sidebar {
	border-right: 3px solid #f26422;
}
.sidebar li {
	height:95px;
  	border-left:1px solid #f26422;
  	border-bottom:1px solid #f26422;
}
.sidebar li a {color:#282828}
.sidebar li a:hover {color:#f26422}
.sidebar li .row {
  height:100%;
}

.sidebar .text {text-align:center;font-size:16px;text-transform:uppecase;}

.sidebar div:after {
	content: "";
    display: table;
    clear: both;
}

.sidebar-button {
display:block;
  background:#f26422;
  color:#fff!important;
  margin-bottom:15px;
  padding:5px 10px;
  cursor:pointer;
  
}
.sidebar-button img {width:100%;}

.buttons .promo img {width:100%;height:auto!important}

.inner_banner {
  position:relative;
  height:416px;
  background-image: url(../../assets/inner_banner_bg.jpg);
  background-size:cover!important;
}

.inner_banner .caption {
  color:#fff;
  font-family: "LatoBold", Arial, sans-serif;
  position:absolute;
  bottom:0;
  left:25px;
  z-index:1;
}
.inner_banner .form {
  width:300px;
  height:360px;
  background:rgba(255,255,255,0.8);
  position:absolute;
  right: 25px;
  top:30px;
  z-index:1;
  padding:15px;
  text-align:center;
  border-radius:10px;
}

.inner_banner .form .title {
  font-family: "LatoBold", Arial, sans-serif;
  font-size:20px;
  margin-bottom:10px;
  
}
.inner_banner .form span {color:#ff0000;}

.content .master_form_cont {
  position:relative;
  z-index:1;
  margin:40px 0 0;
  padding-right:315px
}

.content .master_form_cont .master_form {
  padding-top:30px;
  background:#f5f5f5;
  border-top:3px solid #ce6636;
  position:relative;
  margin:0;
  z-index:2;
}
.content .master_form_cont:before{content:''; position:absolute; bottom:0; left:0; right:0; top:72px; background:#f5f5f5}
.content .master_form_cont:after{content:''; position:absolute; bottom:0; right:40px; width:260px; height:307px; background:url(../../assets/man.png) no-repeat center; background-size:contain}


.content .master_form .privacy{
	font-size:10px;
    color:#d7d7d7;

}
.content .master_form .privacy a{color:#d7d7d7;text-decoration:underline;}

.content .callform input[type='text'], .content .master_form input[type='text'], .inner_banner .form input[type='text'] {
	width:100%;
  	padding:10px 15px;
  border:1px solid #d7d7d7;
  border-radius:7px;
  margin-bottom:20px;
}

.description-form {font-size:12px;}

.g-recaptcha, .content .callform input[type='submit'], .text-button, .content .master_form input[type='submit'], .inner_banner .form input[type='submit'], .gift-form .form .field input[type=submit] {
	width:100%;
  	padding:10px 15px;
  background:#f26422;
  border-radius:7px;
  margin-bottom:20px;
  display:block;
  outline:0;
  border:0;
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
  cursor:pointer;
  
      background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.0) 30%,rgba(255,255,255,.8),rgba(255,255,255,.0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
    animation: shine 5s ease reverse infinite;
  
}



.content .callform_cont {
	height:220px;
  position:relative;
  background-image: url(../../assets/callform_bg.jpg);
  background-size:contain!important;
  background-repeat: no-repeat;
  width:calc(100%+110px);
  margin: 0 -55px;
  z-index:0;
  padding:20px 0;
}

.content .callform_cont .callform {
  width:800px;
  padding: 30px;
  margin:0 auto;
  background-image: url(../../assets/callform_bg2.jpg);
  background-size:conver!important;
  background-repeat: no-repeat;
  text-align:center;
}

.content .callform_cont .callform .caption {
	margin-bottom:10px;
}
.content .callform .privacy, .bannerform p {
	font-size:10px;
    color:#333;

}
.content .callform .privacy a, .bannerform p a {color:#333;text-decoration:underline;}

.bannerform p {display:none;}


@keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
}

@-webkit-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
}

@-moz-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
}

@-ms-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
}

@-o-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px)
    }
}


.text-button:hover {color:#fff;}

input[type='text']:focus {outline:none;}




.inner_banner .shadow {
  position:absolute;
  height:252px;
  width:100%;
  background-image:url(../../assets/inner_banner_shadow.png);
  background-size:cover!important;
  bottom:0;
  z-index:0;
}

.inner_banner h1 {font-size:30px;}
.inner_banner .caption .h1 {font-size: 1.9rem; color: #f26422;
background: linear-gradient(90deg, #C5DDE8, #ffffff);}
.inner_banner ul li {font-size:22px;}
.inner_banner ul li:before {
  content:"";
  display:inline-block;
  background:url(../../assets/inner_banner_dot.jpg);
  height:10px;
  width:10px;
  margin-right:10px;
  margin-bottom:3px;
}
.content .text .breads {margin-bottom:10px;}
.content .text .breads ,.content .text .breads a {color:#555555; font-size:14px;}

.content .text {padding:20px 55px;}
.content .text > *:not(form) {z-index:2;position:relative;}

.content .text > p a, .content .text li a {color:#000; border-bottom: 2px solid #f26422; font-weight:bold;}

.content .text tr[style="background-color: #86bbcf; text-align: center;"] {
background-color:#f5f5f5!important;
  color:#f26422;
  font-size:16px;
  font-weight:bold;
}

.content .text .inner_services {
	width:calc(100%+90px);
  margin: 0 -45px;
}
.content .text .inner_services a {
color:#1e1e23;
}
.content .text .inner_service {
	width:187px;
  	height:106px;
  background-size:contain!important;
    background-position:center bottom!important;
  background-repeat:no-repeat!important;
  position:relative;
  margin:0 auto
}
.content .text .inner_service .caption {
	position:absolute;
  	width:110px;
  right:0;
  top:20px;
  font-family: "LatoBold", Arial, sans-serif;
  font-size:15px;
  line-height:16px;
  text-align:center;
}

.content .text .service1 {
	background:url(../../assets/inner_service1.jpg);
}
.content .text .service2 {
	background:url(../../assets/inner_service2.jpg);
}
.content .text .service3 {
	background:url(../../assets/inner_service3.jpg);
}
.content .text .service4 {
	background:url(../../assets/inner_service4.jpg);
}
.content .text .service5 {
	background:url(../../assets/inner_service5.jpg);
}
.content .text .service6 {
	background:url(../../assets/inner_service5.jpg);
}
.content .text .service7 {
	background:url(../../assets/inner_service5.jpg);
}
.content .text .service8 {
	background:url(../../assets/inner_service5.jpg);
}
.content .text .service10 {
	background:url(../../assets/inner_service10.jpg);
}
.content .text .service11 {
	background:url(../../assets/inner_service11.jpg);
}
.content .text .service12 {
	background:url(../../assets/inner_service12.jpg);
}
.content .text .service13 {
	background:url(../../assets/inner_service13.jpg);
}
.content .text .service20 {
	background:url(../../assets/inner_service20.jpg);
}
.content .text .service21 {
	background:url(../../assets/inner_service21.jpg);
}
.content .text .service22 {
	background:url(../../assets/inner_service22.jpg);
}
.content .text .service23 {
	background:url(../../assets/inner_service23.jpg);
}


.content .tabs, .tabs + [data-readmore-toggle], .tabs[data-readmore] {
	min-width:calc(100%+110px)!important;
  width:calc(100%+110px)!important;
  margin: 0 -55px;
}

.content .text table td {padding:7px;}
.img-1 {max-width: 100%;}
blockquote {
font-style: italic;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding-left: 10%;
}
blockquote::before {
    background: url(../../images/logo.svg) no-repeat center center;
    content: "";
    width: 90px;
    height: 100px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
}
.str_txt {
    color: #f26422;
    font-weight: bold;
}

.content .tabs {
	font-weight:bold;
  font-size:12px;
  padding: 20px 55px;
}

.content .tabs table {
	width:100%;
}
.content .tabs table tr:hover {
	background:#fae7de;
}

.content .tabs table tr td:first-child {width:50%;}
.content .tabs table tr td:last-child {text-align:center;}

.phones .orange {color:#f26422}
.mails .wa {font-size:14px;}




.read_more_block {
  background:#fff url(../../assets/readmore.jpg) no-repeat center center;
  border-top:2px solid #f26422;
  display:block;
  height: 80px;
}

.read_less_block {
  background:#fff url(../../assets/readless.jpg) no-repeat center center;
  border-top:2px solid #f26422;
  display:block;
  height: 80px;
}

.footer {
	background: #f26422;
  font-family: "LatoBold", Arial, sans-serif;
}

.footer .title {color:#fff; font-size:24px; border-bottom:2px solid #fff; margin:10px 0;}
.footer a {color:#fff; font-size:18px;}

.main_steps {
width:calc(100%+110px)!important;
  margin: 0 -55px;
  background:#FF6414;
  padding:20px 15px;
}

.main_steps .caption {
  font-family: "LatoBold", Arial, sans-serif;
  font-size:13px;
  color:#fff;
}

.main_brands {
width:calc(100%+110px)!important;
  margin: 0 -55px;
  padding:0 15px;
}

.main_brands img {width:95%; margin-bottom:10px;}

.main_problems {
width:calc(100%+110px)!important;
  margin: 0 -55px;
  padding:0 20px;
  text-align:center;
 
}

.main_problems p {font-size:13px; padding: 0 10px; margin-top:10px;}

.main_zone {
width:calc(100%+110px)!important;
  margin: 0 -55px;
}

.copyrights {padding:10px 0;}

.main_foto li {
	width:22.5%;
	height:80px;
  	overflow:hidden;
}
.main_foto li img {width:100%;}

.main_foto .title {
	font-size:18px;
  margin-bottom:15px;
}


.main_foto .info {
	background:#F7F7F7;
  padding:10px;
  border:1px solid #ddd;
  margin-bottom:30px;
}

.main_foto .info img {width:32px;}

.main_foto .info .title {font-size:13px; margin:10px 0!important}
.main_foto .info .number {font-size:18px; color:#f26422;font-weight:bold;}

.main_reviews {
  background:#f5f5f5; 
  padding:50px 25px;
  width:calc(100%+110px)!important;
  margin: 0 -55px;
}



.main_reviews .review {
  background:#fff;
  border-radius:10px; 
  margin-bottom:20px;
  padding:20px;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.23);
box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.23);
}

.main_reviews .image {
	width: 100px;
  height:100px;

  background-size:cover!important;
  border-radius:50%;
  overflow:hidden;
}

.main_reviews .review_body {font-size:12px;}

.main_reviews .author {font-size:18px; font-weight:bold;}

.review_button {margin-top:30px;}


.moduletable.usl_rem95 {margin: 0 0 45px !important;}
.usl_rem95 .nav.menu {padding: 10px 0 0;}
.usl_rem95 > ul {margin: 0 auto;padding: 40px 0 0;}
.usl_rem95 > ul > li {list-style: none;}
.usl_rem95 > ul > li > a {color: #000;font-size: 22px;font-family: regular;font-weight: normal;padding: 6px 0 10px 10px;margin: 0 3% 10px;display: block;background: rgba(255, 255, 255, 0.8);border: 1px solid #eee;border-radius: 2px;width: 87%;}
.usl_rem95 ul ul li {list-style: none;margin: 0 0 0 3%;display:inline-block;vertical-align: top;}
.usl_rem95 ul ul li a {text-decoration: none;color:#000;display:block;margin: 13px 0 0;padding: 10px 3px 10px 7px;min-height: 32px;width: 127px;line-height: 16px;font-size: 16px;}
.usl_rem95 ul ul li:nth-child(2n) {}

.plastik95 > ul {background: url(../images/icon1/1a.png) no-repeat 93% top;}
.plastik95 ul ul li a {background:#f3f6f9; border-left: solid 4px #1175b5;}


.form { }
.gift-form .form1 {font-size:14px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 179px 30px 20px; border: 3px solid #f26422; width: 100%; background: #F4F9FB url(../../images/glavnaya/vizov_mastera.png) no-repeat ; background-position: right 10px; margin: 25px auto 0 auto;  }
.gift-form .form1 .inputs {float: left; width: 60%;}
.gift-form .form .caption { font-size: 24px; width: auto; color: #336699; line-height: 25px; margin-bottom: 10px; }
.gift-form .form .row { overflow: hidden; vertical-align: middle; margin: 12px 0; padding: 0; }
.gift-form .form .label { float: left; width: 69px; margin-right: 20px; font-size: 15px; line-height: 16px; text-align: right; }
.gift-form .form .label label { margin: 0; }
.gift-form .form .label2 { float: left; font-size: 15px; line-height: 10px; margin: 10px 10px 10px 0; width: 0px; }
.gift-form .form .field { margin-left: 10px; width: auto; }
.gift-form .form .field input[type=text], .form .field input[type=checkbox], .form .field input[type=tel], .gift-form .form .field input[type=password], .form .field input[type=email], .form .field textarea { padding: 5px; font-size: 15px; line-height: 20px; width: 100%; margin: 0; }
.gift-form .form .field input[type=checkbox] { width: auto; }
.gift-form .form .field textarea { resize: none; }
.gift-form .form .field.buttons { margin-left: 0px; width: 100%; }
.gift-form .form .field input[type=submit], .form .field input[type=button], .form .field button {margin-bottom:0px;}
.gift-form .form .field input[type=submit]:hover, .form .field input[type=button]:hover, .form .field button:hover { text-decoration: none; }
.gift-form .form .field input[size], .form .field textarea[cols] { width: 200px !important; }
.gift-form .form .error, .form .success { margin-bottom: 0; width: auto; display: block; font-weight: 500; }
.gift-form .form .error { color: #da0000; }
.gift-form .form .captcha { cursor: pointer; }
.gift-form .form .success { color: #00c000; }
.gift-form .form input, textarea { background: #fff; border: 1px solid #B3D5E1; border-radius: 0; padding: 4px 4px 6px; font: 14px/1.4 Roboto, Arial, Helvetica; font-weight: 700; color: #000; margin: 4px 0; }
.gift-form .form input[type="submit"], input[type="button"] { cursor: pointer; background: #f26422; border: none; border-radius: 0; color: #fff; padding: 16px 24px 16px; text-transform: uppercase; }
.gift-form .form input[type="submit"]:hover, input[type="button"]:hover { background: #ED350B; }

.perfect_list {
    margin: 30px 15px 10px;
}
.perfect_list > div {
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.one_perfect {
    max-width: 50%;
}
.perfect_list > div .icon {
    width: 60px;
    height: 60px;
    display: block;
    border: 2px solid #ccc;
    float: left;
    border-radius: 10px;
}
.perfect_list > div .price {
background: url(../../images/1-m.png);
border-color: #90d238;}
.perfect_list > div .sale {
background: url(../../images/2-m.png);
border-color: #fe8319;}
.perfect_list > div .zamer {
background: url(../../images/8-m.png);
border-color: #333;}
.perfect_list > div .nest {
background: url(../../images/7-m.png);
border-color: #0AB5E3;}
.perfect_list > div .time {
   background: url(../../images/3-m.png);
border-color: #edb200;}
.perfect_list > div .dost {
   background: url(../../images/4-m.png);
border-color: #1693CD;}
.perfect_list > div .rez {
   background: url(../../images/5-m.png);
border-color: #FA1010;}
.perfect_list > div .cena {
   background: url(../../images/6-m.png);
border-color: #71C600;}
.one_perfect .left {
    max-width: 200px;
    float: left;
}
.perfect_list > div h4 {
    font-weight: bold;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 20px;
    color: #020202;
    border-bottom: 1px solid #afafaf;
    display: inline;
    margin-left: 10px;
}
.perfect_list p {
    font-size: 14px;
    line-height: 17px;
    color: #545454;
    margin: 5px 0 0 10px;
}
.perfect_list .icon.hour {
    border-color: #edb200;
    background-position: -196px 0;
}

.perfect_list .h4_strong {
font-weight: bold;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
line-height: 20px;
color: #020202;
border-bottom: 1px solid #afafaf;

margin-left: 10px;
}

.perfect_list > div h4 {
    font-weight: bold;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 20px;
    color: #020202;
    border-bottom: 1px solid #afafaf;
    display: inline;
    margin-left: 10px;
  font-size:14px;
}

.block-care {
    border-top: 3px solid #f26422;
    margin: 25px 0;
    border-radius: 4px;
    padding: 30px 5px 35px;
    background: #f9f9f9;
    border-bottom: 3px solid #f26422;
}

ul.marker { padding: 0; }
ul.marker li { background: url("../../images/glavnaya/galochka_min2.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0); line-height: 1.6em; list-style-type: none; padding-left: 35px; margin: 0 0 10px 0; }

.navigat {
    border-top: 3px solid #f26422;
    margin: 25px 0;
    padding: 30px 60px 35px;
    background: #f9f9f9;
    border-bottom: 3px solid #f26422;
}
.page_navigation {
    background: #f9f9f9 url(../../images/model1.png) 86% 100% no-repeat;
    padding-right: 32%;
}

.pers {
    text-align: left;
        margin-bottom: 110px;
}
.cons {
    position: relative;
    margin: 12px 3px 5px;
    width: 174px;
    border: 1px solid #ddd;
    padding: 8px 5px 16px;
    border-radius: 1px;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    color: #777;
    max-width: 43%;
}
.cons img {
    max-width: 100%;
    margin: 0 0 7px;
    border-radius: 4px;
}

.problem { 
margin-top: 20px;
}
.problem:after {display:table;content:"";clear:both}
.problem img { 
max-width: 100%;
display: block;
margin: auto;
}
.text-problem span {
	color: #f26422;
}
.opisanie-problem { 
width: 70%;
float: left;
margin: 10px 10px 0px 5px;
}
.metod-problem { 
width: 30%;
float: left;
margin-left: 5px;
}
.name-problem { 
font-size: 18px;
color: #336699;
font-weight: 500;
margin: 20px 0;
text-align: center;
}
.oh{margin-bottom:30px;}
.oh:after {display:table;content:"";clear:both}
.oh .block {width:75%!important}
.block td { width: 400px; padding: 10px}
.block td.link { padding: 0; border: none; }
.block td.link a { display: block; border: 1px solid #f26422; padding: 5px; background-color: #f26422; color: #fff; font-size: 13px; font-weight: 500; }

.ramka1 { padding: 10px; background: #ffffff; border: 1px solid #f26422; max-width: 20%; width:20%;}

.fancybox-caption {text-align:center;}

.geo_link {color:#282828}
.geo_link .image {width:170px;height:170px;background-size:cover;background-position:center center;border-radius:50%; margin:10px auto;border:2px solid #fff;}
.geo_link:hover {color:#f26422;}
.geo_link .image:hover {border:2px solid rgba(242, 100, 34, 0.3);    -webkit-box-shadow: 0 10px 15px 0 rgba(242, 100, 34, 0.3);
    box-shadow: 0 10px 15px 0 rgba(242, 100, 34, 0.3);}
.row .block-service-right {
padding: 25px 35px;
margin: 35px 0;
position: relative;
border: 3px solid;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
background: #f9f9f9;
border-image: linear-gradient(0.4rad, #f26422 0%, white 0%, white 67%, #f26422 1%);
border-image-slice: 1;
clear: both;
 }
 .row .block-service-left {
padding: 25px 35px;
margin: 35px 0;
position: relative;
border: 3px solid;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
background: #f9f9f9;
border-image: linear-gradient(2.6rad, #f26422 35%, white 0%, white 100%, #f26422 15%);
border-image-slice: 1;
clear: both;
 }

.overlay {
  background:rgba(40,40,40,0.45);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:998;
  display:none;
}

.m-navigation {
  position:relative;
  z-index:999!important;
}

.m-nav-bar {
  margin-right:0;
  margin-left:0;
  -webkit-box-shadow:0 8px 24px rgba(0,0,0,0.12);
  box-shadow:0 8px 24px rgba(0,0,0,0.12);
}

.submenu {
  display:none;
  position:fixed;
  left:15px;
  right:15px;
  background:#fff;
  border-top:1px solid #e8e8e8;
  border-radius:0 0 18px 18px;
  -webkit-box-shadow:0 16px 36px rgba(0,0,0,0.18);
  box-shadow:0 16px 36px rgba(0,0,0,0.18);
  overflow:hidden;
}

.submenu-inner {
  padding:8px 0 14px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}

.submenu ul {
  margin-bottom:0;
}

.submenu li + li {
  border-top:1px solid #f0f0f0;
}

.submenu ul a {
  display:block;
  padding:12px 18px;
  color:#282828;
  font-size:17px;
  line-height:1.3;
}

.submenu ul a:hover {
  color:#f26422;
  background:#fff7f2;
}

.submenu .menu-secondary {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #e8e8e8;
  background:#fafafa;
}

.submenu .menu-secondary a {
  font-size:16px;
}

.m-toggler {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:72px;
  min-height:52px;
  border:0!important;
}

.m-toggler span,
.m-toggler:before,
.m-toggler:after {
  content:"";
  position:absolute;
  width:24px;
  height:2px;
  background:#fff;
  -webkit-transition:-webkit-transform .2s ease, opacity .2s ease, background .2s ease;
  transition:transform .2s ease, opacity .2s ease, background .2s ease;
}

.m-toggler:before {
  -webkit-transform:translateY(-7px);
  transform:translateY(-7px);
}

.m-toggler:after {
  -webkit-transform:translateY(7px);
  transform:translateY(7px);
}

.m-navigation.open .m-toggler span {
  opacity:0;
}

.m-navigation.open .m-toggler:before {
  background:#fff;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.m-navigation.open .m-toggler:after {
  background:#fff;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.toogler-cont,
.consult-cont {
  min-height:52px;
  padding:0;
  background:#FE6413;
}

.toogler-cont {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
}

.toogler-cont.closer {
  background:#FE6413;
}

.consult-cont a,
.consult-cont .m-nav-title {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  min-height:52px;
  padding:0 16px;
  color:#fff;
  font-family:"LatoBold", Arial, sans-serif;
  font-size:17px;
  border:0!important;
}

.consult-cont a:hover {
  color:#fff;
  background:#e85c1d;
}

.m-nav-links {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  padding:0 12px;
}

.m-nav-phone {
  color:#fff!important;
  font-size:15px!important;
  border:0!important;
  white-space:nowrap;
}

.menu-open {
  overflow:hidden;
}

.gift-form .form .field input[size]{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    margin-bottom: 10px;
}

@media (max-width:1199px)
{
	.content .master_form_cont{padding-right:220px}
	.content .master_form_cont:after{right:0; width:220px; height:258px}
}


@media (max-width: 600px) {
  .hidemob {display:none;}
  body > .container {overflow:visible;}
  .header {border:0!important; padding-top:0!important;}
  .header .logo {
    display:none;
  }
  .header .slogan {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    background:#FE6413;
    color:#fff;
    margin-bottom:10px;
    padding-left:15px;
    padding-right:15px;
  }
  .times img,
  .phones img {width:18px;}
  .inner_banner .caption {width:450px!important;}
  .inner_banner {height:300px!important;}
  .logo img {padding:15px 0;}
  .times {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .times .desktop-schedule {
    display:none;
  }
  .mobile-header-logo img {
    display:block;
    width:86px;
    height:auto;
    margin:0 auto;
  }
  .times {
    font-size:14px;
    line-height:1.25;
  }
  .times strong {
    font-size:16px;
  }
  .times small {
    font-size:85%;
  }
  .times .schedule-days,
  .times .schedule-hours {
    display:block;
  }
  .times .schedule-days {
    white-space:nowrap;
  }
  .phones {
    font-size:15px;
    display:block;
  }
  .phones .phone-link {
    display:none;
  }
  .phones .mobile-schedule {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:100%;
    text-align:center;
  }
  .phones a {
    font-size:15px;
    font-family:"LatoBold", Arial, sans-serif;
    white-space:nowrap;
  }
  .consult-cont {
    text-align:left!important;
  }
  .m-nav-links {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    gap:10px;
  }
  .m-nav-title {
    min-height:auto!important;
    padding:0!important;
    font-size:17px!important;
  }
  .m-nav-phone {
    font-size:14px!important;
  }
  .mobile-services .container-fluid {
    padding-right:0;
    padding-left:0;
  }
  .mobile-services > .container-fluid > .row {
    margin-right:-6px;
    margin-left:-6px;
  }
  .mobile-services > .container-fluid > .row > [class*="col-"] {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding-right:6px;
    padding-left:6px;
    margin-bottom:12px;
  }
  .mobile-services a {
    display:block;
    min-height:100%;
    border:1px solid #f26422;
    background:#fff;
  }
  .mobile-services a > .row {
    display:block;
    margin-right:0;
    margin-left:0;
  }
  .mobile-services a > .row > [class*="col-"] {
    max-width:100%;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    padding-right:0;
    padding-left:0;
  }
  .mobile-services img {
    display:block;
    width:100%;
    height:92px;
    object-fit:cover;
  }
  .mobile-services .text {
    min-height:68px;
    padding:10px 8px;
    font-size:15px;
    line-height:1.2;
    text-align:center;
  }
  .content .text .inner_services.d-lg-none {
    width:auto;
    margin:0;
  }
  .content .text .inner_services.d-lg-none .row {
    margin-right:-6px;
    margin-left:-6px;
  }
  .content .text .inner_services.d-lg-none .col-sm {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding-right:6px;
    padding-left:6px;
    margin-bottom:12px;
  }
  .content .text .inner_services.d-lg-none a,
  .content .text .inner_services.d-lg-none .inner_service {
    display:block;
    width:100%;
  }
  .content .text .inner_services.d-lg-none .inner_service {
    height:170px;
    border:1px solid #f26422;
    background-position:center 12px!important;
    background-size:110px auto!important;
    background-color:#fff;
  }
  .content .text .inner_services.d-lg-none .inner_service .caption {
    top:auto;
    right:0;
    bottom:12px;
    left:0;
    width:auto;
    padding:0 8px;
    font-size:15px;
    line-height:1.2;
  }
  .perfect_list {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
    margin:24px 0 10px;
  }
  .perfect_list > div,
  .one_perfect {
    max-width:none;
    margin:0;
    display:block;
  }
  .one_perfect {
    padding:12px 10px 14px;
    border:1px solid #ececec;
    border-radius:12px;
    background:#fff;
  }
  .perfect_list > div .icon {
    float:none;
    margin:0 auto 10px;
  }
  .one_perfect .left {
    float:none;
    max-width:none;
    text-align:center;
  }
  .perfect_list .h4_strong,
  .perfect_list > div h4 {
    display:block;
    margin:0 0 8px;
    padding-bottom:8px;
    font-size:14px;
    line-height:1.2;
  }
  .perfect_list p {
    margin:0;
    font-size:13px;
    line-height:1.3;
  }
  .content .text {padding:15px!important}
  .main_brands, .main_problems, .main_reviews, .content .tabs, .tabs + [data-readmore-toggle], .tabs[data-readmore], .main_zone, .main_steps {margin:0!important;padding:0!important}
  .main_brands .col, .main_problems .col {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .no-gutters {
  margin-right: -15px!important;
    margin-left: -15px!important;
  }
  .list-inline-item:not(:last-child) {    margin-right: .3rem!important;}
  .main_reviews .review {margin-bottom:20px!important}
  .order-3 {
      -webkit-box-ordinal-group: 4;
    -ms-flex-order: 1!important;
    order: 1!important;
  }
  .content .tabs table tr td:first-child {width:40%!important}
  .content .text tr[style="background-color: #86bbcf; text-align: center;"] {font-size:12px!important}
  
  .block-service-left .col-lg-8 {
  -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  
  }
  .block-service-left .col-lg-4 {
  -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_navigation {
    background: #f9f9f9;
    padding-right: 2%;
}
  
}


@media (max-width: 1024px) {
  .header, .slogan, .navigation a {font-size:14px;}
  .text h1 {font-size:32px;}
  .inner_banner .caption {width:350px;}
  .block-service-right img, .block-service-left img {width:100%;}
  .cons {width:150px!important;}
  .main_foto li {width: 21.5%;height: 70px;}
  
  .inner_banner .caption .h1 {font-size:32px;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);}
  .inner_banner ul li {font-size:18px;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);}
  .main_steps img {width:100%;}
  .main_steps .align-items-center {
  	-webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: start!important;
  }
  .main_steps .caption {font-size:12px;}
  
  
  .main_problems .col {
  -webkit-box-flex: 0!important;
    -ms-flex: 0 0 20%!important;
    flex: 0 0 20%!important;
    max-width: 20%!important;
  }
  
  .main_problems img {width:95%;}
  .content .callform_cont .callform {width:90%;}
  .content .callform_cont .callform .caption h3 {font-size:24px!important;}
  .content .callform_cont {background-size:cover!important;}
  .navigat {
    border-top: 3px solid #f26422;
    margin: 25px 0;
    padding: 30px 20px 35px;
        padding-right: 20px;
    background: #f9f9f9;
    border-bottom: 3px solid #f26422;
}
.page_navigation {
    background: #f9f9f9 url(../../images/model1.png) 100% 80% no-repeat;
    padding-right: 32%;
}
}

@media (max-width: 768px) {
  .inner_banner .form, .inner_banner .caption {width:300px;}
  .navigation a {font-size:12px;}
  .main_foto li {
    width: 20%;
    height: 40px;}
  .page_navigation {
    background: #f9f9f9;
    padding-right: 0%;
}
 .navigat {
    border-top: 3px solid #f26422;
    margin: 25px 0;
    padding: 30px 0px 35px;
    background: #f9f9f9;
    border-bottom: 3px solid #f26422;
}

.content .master_form_cont {padding-right:0}
  .content .master_form_cont:after, .content .master_form_cont:before{display:none}
 
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.comment
{
margin: 30px auto 10px;
}
.comment form input[type='text'], .comment form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    margin-bottom: 20px;
}
.comment  textarea {
    font-size: 16px;
  font-weight: normal;
  font-family: inherit;
}
#error 
{
color: #ff0000;
}
#message 
{
color: #32d046;
}

