.btn { font-size: 1.4em;}
.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1;}
.bx-wrapper img { max-width: 100%; display: block; margin: 0 auto; height: 500px;}
.bx-wrapper .bx-viewport { left: -5px; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0);}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%;}
/*.bx-wrapper .bx-loading { min-height: 50px; background: url(../img/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}*/
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000;}
.bx-wrapper .bx-prev { left: 10px; background: url(../img/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next { right: 10px; background: url(../img/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover { background-position: 0 0;}
.bx-wrapper .bx-next:hover { background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999;}
.bx-wrapper .bx-controls-direction a.disabled { display: none;}
.bx-wrapper .bx-controls-auto { text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../img/controls.png) -86px -11px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../img/controls.png) -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px;}
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666 \9; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px;}

ul-1 {
  list-style: none; /*убираем маркеры списка*/
  margin: 0; /*убираем отступы*/
  padding-left: 0; /*убираем отступы*/
  text-align: center;
}
a {
  text-decoration: none;
  color:#000;
}

#botph{
/*padding-top: 15%;*/
color: #000;
font-size: 20px;
font-weight: bold;
}


a:focus, a:hover{
  text-decoration: none;
  color:black; 
}


li-1 {
text-align: center;
padding: 0 15px;

}
li-1 a {
    font-size: 19px;
}
.me-text{
	text-align: center;
	color:black;
	font-size: 17px;
/*	padding-top: 7%;*/
    margin: 20px auto;
}

.header-top {
    padding-top: 2%;
}

#stick_menu{
	z-index: 9999;
	width: 100%;
	height: 120px;
	text-align: center;
}
.content-form222 { background: #fff; width: 100%; height: auto; margin: 0; -webkit-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15);}



#slidebox {
  position: relative;
  border: 1px solid #ccc;
  margin: 40px auto;
  overflow: hidden;
}
#slidebox, #slidebox ul {
  width: 600px;
  height: 300px;
}
#slidebox, #slidebox ul li {
  width: 600px;
  height: 300px;
}
#slidebox ul li {
  position: relative;
  left: 0;
  background: #eee;
  float: left;
  list-style: none;
  padding: 0px 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}
#slidebox .next, #slidebox .previous {
  position: absolute;
  z-index: 2;
  display: block;
  width: 21px;
  height: 21px;
  top: 139px;
}
#slidebox .next {
  right: 0;
  margin-right: 10px;
  background: url(slidebox_next.png) no-repeat left top;
}
#slidebox .next:hover {
  background: url(slidebox_next_hover.png) no-repeat left top;
}
#slidebox .previous {
  margin-left: 10px;
  background: url(slidebox_previous.png) no-repeat left top;
}
#slidebox .previous:hover {
  background: url(slidebox_previous_hover.png) no-repeat left top;
}
#slidebox .thumbs {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}
#slidebox .thumbs a {
  display: block;
  margin-left: 5px;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  text-decoration: none;
  padding: 2px 4px;
  background: url(slidebox_thumb.png);
  color: #fff;
}
#slidebox .thumbs a:hover {
  background: #fff;
  color: #000;
}
#slidebox .thumbs .thumbActive {
  background: #fff;
  color: #000;
  display: block;
  margin-left: 5px;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  text-decoration: none;
  padding: 2px 4px;
}




h1 { text-align: center;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: #f1f1f1;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: #f1f1f1;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: #f1f1f1;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: #f1f1f1;}
input:focus:input-placeholder, input:focus:placeholder, input:focus::input-placeholder, input:focus::placeholder, textarea:focus:input-placeholder, textarea:focus:placeholder, textarea:focus::input-placeholder, textarea:focus::placeholder { color: #f1f1f1;}
hr { height: 0; border: none; border-bottom: 1px solid #ccc;}
.rouble { position: relative;}
.rouble:before { display: block; content: "�"; position: absolute; top: 0.05em;}

.sl-text-top,.sl-text-bottom {
    background-color: rgba(4, 165, 4, .83);
    text-transform: uppercase;
    font-size: 25px;
    padding: 20px;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    width: auto;
    display: block;
    float: left;
}

.sl-text-top:after, .sl-text-bottom:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    right: -61px;
    border-top: 61px solid rgba(4, 165, 4, 0.83);
    border-right: 61px solid transparent;
}

.sl-text-top {
    padding: 20px 70px 20px 20px;
}

.section-block-2 .items .item-title span {
    color: #049b03;
}

.step ul li img {
    width: 100px;
}

.main-progress img {
    width: 100px;
}

.main-progress h2.title {
    text-align: left;
    color: #fff;
    font-size: 65px;
    line-height: 65px;
    margin-top: 20%;
}

.main-progress p.title {
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
}

.main-progress p {
    text-align: left;
    font-size: 15px;
    color: #fff;
    line-height: 16px;
}

.main-progress .item {
    margin-bottom: 20px;
}

.form-bg {
    background: url(/images/bg-form.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.form-outer {
    padding: 30px 0px;
}

.form-outer form {
    background: #fff;
    padding: 0 30px;
    border-radius: 10px;
}

.form-outer form h3.ft {
    text-align: center;
    color: #04a406;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.form-outer form h3.ft span {
    font-size: 40px;
}

.form-outer form p.ft-sub {
    font-weight: 500;
    font-size: 18px;
}

.form-outer form input.form-control.name, .form-outer form input.form-control.phone, .form-outer form input.form-control.email {
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    height: 43px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 0 0 47px;
    margin: 0;
}

.form-outer form button {
    background: -moz-linear-gradient(90deg, #04a404, #039003);
    background: -webkit-linear-gradient(90deg, #04a404, #039003);
    background: -o-linear-gradient(90deg, #04a404, #039003);
    background: -ms-linear-gradient(90deg,#04a404, #039003);
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px;
    height: 32px;
    display: block;
    width: 140px;
    border-radius: 20px;
    text-align: center;
}
@media screen and (min-width: 0\0 ) { .rouble:before { display: none;}
}
.phone, .skype, .email, .price { white-space: nowrap;}
a[href^="tel:"] { text-decoration: none; cursor: default; color: rgb(66, 139, 202); white-space: nowrap;}
.hashtag { visibility: hidden; position: relative; height: 0;}
.col { display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.modal-header button { float: right;}
.terms, .development {}
html, body {}
body {}
html { background: #e6e6e6;}
body {  font-family: 'Calibri'; font-weight: 300;}
section { position: relative;}
/*a, a:link, a:focus, a:active { outline: none; color: #0daee4;}*/
.container {}
.wide { width: 100%;}
.input-container { margin-bottom: 10px;}
.buttons { text-align: center;}
input.form-control, textarea.form-control, select.form-control { font-size: 16px; font-weight: 400; border: 1px solid #ccc; border-radius: 0;}
input.form-control, select.form-control { background: #f1f1f1 none repeat scroll 0 0; box-shadow: none; color: #898989; height: 43px; line-height: 43px; margin: 0 0 14px; text-align: left;}
input.form-control.name { background: url(../img/form-icon.png) 11px 10px no-repeat;}
input.form-control.phone { background: url(../img/form-icon.png) 11px -49px no-repeat; text-align: left;}
input.form-control.email { background: url(../img/form-icon.png) 11px -244px no-repeat; text-align: left;}
.btn-submit { position: relative;}
.btn-submit i { background: url(../img/form-icon.png) 2px -120px no-repeat; position: absolute; left: 10px; top: 6px; width: 30px; height: 30px;}
input.form-control[type="checkbox"] { *display: inline; zoom: 1; display: inline-block; width: auto; height: auto; vertical-align: middle; margin: -6px 10px -2px 50px;}
select.form-control option { padding: 3px 12px;}
textarea.form-control { height: 85px;}
input.form-control:focus, textarea.form-control:focus, select.form-control:focus { border-color: #999; -webkit-box-shadow: inset 0px 0px 9px -5px rgba(0, 0, 0, 0.55); -moz-box-shadow: inset 0px 0px 9px -5px rgba(0, 0, 0, 0.55); box-shadow: inset 0px 0px 9px -5px rgba(0, 0, 0, 0.55); outline: 0 none;}
.btn { -webkit-transition: 0.5s;
 -moz-transition: 0.5s; 
 -ms-transition: 0.5s; 
 -o-transition: 0.5s; 
 transition: 0.5s; 
 text-align: center;
  border: none; 
  border-radius: 0; 
  padding: 0; 
  font-size: 0.8em; 
    text-transform: uppercase;
  color: #000; 
  position: relative; 
  background: rgb(240,52,52); 
  background: -moz-linear-gradient(90deg, #04a404, #039003); 
  background: -webkit-linear-gradient(90deg, #04a404, #039003); 
  background: -o-linear-gradient(90deg, #04a404, #039003); 
    background: -ms-linear-gradient(90deg,#04a404, #039003); 
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus { outline: none;}
.btn:hover, .btn:active, .btn:focus { 
	color: #43561; 
	background: -moz-linear-gradient(90deg, #04a404, #039003); 
	background: -webkit-linear-gradient(90deg, #04a404, #039003);
	 background: -o-linear-gradient(90deg, #04a404, #039003);
	  background: -ms-linear-gradient(90deg, #04a404, #039003); 
	  background: linear-gradient(180deg, #04a404, #039003);}
a.btn { display: inline-block; line-height: 57px; color: #fff;}
a.btn2 { border: 4px solid #fefefe; color: #fefefe !important; position: relative; background: none !important; line-height: 57px;}
.btn2:hover { color: #fff !important; border-color: #ccc; background: none;}
.w180 { width: 180px;}
.w280 { width: 280px;}
.w260 { width: 260px;}
.title { text-align: center; font-size: 23px; line-height: 29px; color: #000; font-family: 'Calibri', Sans-Serif; font-weight: 700; margin: 30px 0 0; text-transform: uppercase;}
.subtitle { text-align: center; font-size: 1.6em; line-height: 1.2em; color: #000; font-weight: normal; margin: 0px 0;}
.desc { text-align: center; font-size: 20px; font-weight: 300; line-height: 1.5em; color: #000;}
.item p {}
.form { width: 250px; margin: 26px auto;}
.form .buttons { width: 250px; margin: 15px auto;}
img { max-width: 100%; height: auto;}
#toTop { bottom: 150px; cursor: pointer; display: none; height: 50px; position: fixed; right: 10px; width: 50px; z-index: 100; opacity: 0.75;}
#toTop:hover { opacity: 0.99;}
.title .num { font-weight: 700;}
.sep { background: url(../img/sep.png) top left repeat-x; height: 8px; margin: 0 0; clear: both; overflow: hidden;}
.logo { margin: 5% 0 0 0;}
.logo .col-xs-3 { padding-left:10px; padding-right:3px;}
.logo .col-xs-3, .logo .col-xs-9 { padding-left:3px; padding-right:5px;}
.logo_desc  { line-height: 18px; font-size: 16px; /*white-space:nowrap;*/ padding:0 0 0 5px; text-align: left;}
.phone, .adress { font-family: 'Calibri', sans-serif; text-align: center; margin: 5px 0 0 0; letter-spacing: -0.6px; font-size: 17px;}
.phoneL { font-family: 'Calibri', sans-serif; text-align: center; margin: 5px 0 0 0; letter-spacing: -0.8px}
.phone a { color: #000; font-weight: 300; }
.phone a span { font-weight: 700; font-size: 17px;}
.btn.callback-btn { color: #fff; font-size: 15px; font-weight: 400; line-height: 32px; padding: 0; height: 32px; margin: 5px auto; display: block; width: 190px; border-radius: 3px;}
.email { font-family: 'Calibri', sans-serif; text-align: center; margin: 0; letter-spacing: -0.8px; font-size: 16px;}
.city-select { float: right; margin: 30px 0 0; font-size: 16px; position: relative;}
.city-active {}
a.city-list-open { background: url(../img/city-list-open.png) left top repeat-x; border-radius: 20px; color: #ffffff; display: inline-block; height: 29px; line-height: 29px; padding: 0 28px 0 14px; text-decoration: none; position: relative; font-weight: 600;}
a.city-list-open:hover { text-decoration: none;}
a.city-list-open i { background: rgba(0, 0, 0, 0) url("../img/city-list-open-i.png") no-repeat scroll 0 0; height: 7px; position: absolute; right: 11px; top: 11px; width: 10px;}
.city-list { border-radius: 6px; list-style: outside none none; margin: 0; padding: 0; position: absolute; right: 0; top: 30px; z-index: 100; display: none; background: #008d7e; width: 270px;}
.city-list li { height: 33px; position:relative;}
.city-list li a { background: url("../img/city-list-a.png") repeat-x scroll left bottom; color: #ffffff; display: block; font-family: "Calibri", sans-serif; font-weight: 400; font-size: 14px; height: 33px; line-height: 33px; padding: 0 20px; text-align: right; text-decoration: none; white-space: nowrap;}
.city-list li a:hover, .city-list li:hover a { text-decoration: none; background: url("../img/city-list-a.png") repeat-x scroll left top;}
.city-list li ul { list-style: outside none none; margin: 0; overflow: hidden; padding: 0; position: absolute; right: -168px; top: 0; z-index: 100; display: none; background: #008d7e; width: 170px; }
.city-list li:hover ul { display:block;}
.city-list li ul li { height: 33px; position:relative;}
.city-list li ul li a { background: url("../img/city-list-a.png") repeat-x scroll left top; color: #ffffff; display: block; font-family: "Calibri", sans-serif; font-weight: 400; font-size: 14px; height: 33px; line-height: 33px; padding: 0 20px; text-align: right; text-decoration: none; white-space: nowrap;}
.city-list li ul li a:hover { text-decoration: none; background: url("../img/city-list-a2.png") repeat-x scroll left top;}
/*.section-head { background: url('../img/head2.png') top center no-repeat;}*/


.wrap{height:100%;z-index: 5;}
.header {
  background:white;
  top:-80px;
  transition: top 1s;
  text-align:center;
  z-index: 5;
}
.header.fixed {
    width:100%;
    position: fixed;
    top: 0;
    background:white;
    z-index: 5;
    height: 16%;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}
.header.fixed ~ .wrap {
  margin-top:80px;
  z-index: 5;
}

#adr {
    font-weight: bold;
    color: black;
}

.section-head.mt { margin-top: 80px;}
.top-links {position:absolute; left:0; top:0;}
.top-links a {display:block;} .top-links a:hover {}  .head-content { text-align: center; margin: 49px 0 0;}
.head-title {
  color: #000;
  font-family: "Calibri",sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 25px 0 12px;
  text-align: center;
  /*text-transform: uppercase;*/
}
#head2 .section-head { padding: 0 0 20px;}
#head2 .head-title {margin: 10px 0px 45px;}  #head2 .head-form { position: relative; margin: 0 auto; border-radius: 12px;}
.head-title span { display: block; font-size: 27px;}
.head-title .num { font-weight: 700;}
.head-subtitle { color: #000; font-weight: 300; text-align: center; font-size: 20px; margin: 0;}
.head-btn { padding: 27px 0; text-align: center;}
.head-btn .btn {}
.head-btn .btn.consult-btn { color: #000; font-size: 20px; font-weight: 400; line-height: 50px; padding: 0 23px 0 48px;}
.head-btn .btn.consult-btn i { background: rgba(0, 0, 0, 0) url("../img/form-icon.png") no-repeat scroll 2px -123px; height: 30px; left: 10px; position: absolute; top: 12px; width: 30px;}
.head-btn .btn.raschet-btn { color: #fff; font-size: 20px; font-weight: 400; line-height: 50px; padding: 0 23px 0 48px; background: rgb(0, 200, 186); background: -moz-linear-gradient(90deg, rgb(0, 200, 186) 10%, rgb(0, 141, 126) 70%); background: -webkit-linear-gradient(90deg, rgb(0, 200, 186) 10%, rgb(0, 141, 126) 70%); background: -o-linear-gradient(90deg, rgb(0, 200, 186) 10%, rgb(0, 141, 126) 70%); background: -ms-linear-gradient(90deg, rgb(0, 200, 186) 10%, rgb(0, 141, 126) 70%); background: linear-gradient(180deg, rgb(0, 200, 186) 10%, rgb(0, 141, 126) 70%);}
.head-btn .btn.raschet-btn:hover, .head-btn .btn.raschet-btn:active, .head-btn .btn.raschet-btn:focus { background: rgb(0, 200, 186); background: -moz-linear-gradient(90deg, rgb(0, 200, 186) 30%, rgb(0, 141, 126) 90%); background: -webkit-linear-gradient(90deg, rgb(0, 200, 186) 30%, rgb(0, 141, 126) 90%); background: -o-linear-gradient(90deg, rgb(0, 200, 186) 30%, rgb(0, 141, 126) 90%); background: -ms-linear-gradient(90deg, rgb(0, 200, 186) 30%, rgb(0, 141, 126) 90%); background: linear-gradient(180deg, rgb(0, 200, 186) 30%, rgb(0, 141, 126) 90%);}
.head-btn .btn.raschet-btn i { background: rgba(0, 0, 0, 0) url("../img/form-icon.png") no-repeat scroll 2px -173px; height: 30px; left: 10px; position: absolute; top: 12px; width: 30px;}
.head-img {}
.head-menu { background: #ffffff none repeat scroll 0 0; height: 420px; margin: 37px 0 0 39px; overflow: hidden; width: 465px; box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.2);}
.head-menu h3 { margin: 13px 0 17px 20px; font-size: 19px;}
.head-menu ul { list-style: none; padding: 0; margin: 0 0 0 8px; text-align: center;}
.head-menu ul li { width: 103px; height: 103px; display: inline-block; margin: 0px 7px 7px 0px; box-shadow: 1px 1px 8px 0px rgba(178, 178, 178, 0.55);}
.head-menu ul li span { color: #b2b2b2; display: block; font-size: 13px; height: 103px; line-height: 175px; text-align: center; width: 103px; background: url(../img/menu/menu.png) 0 0 no-repeat; text-decoration: none;}
.head-menu ul li.active span { background: url(../img/menu/menu-a.png) 0 0 no-repeat; color: #fff;}
.head-menu ul li.it1 b { background-position: 0 0;}
.head-menu ul li.it2 span { background-position: -110px 0;}
.head-menu ul li.it3 span { background-position: -220px 0;}
.head-menu ul li.it4 span { background-position: -330px 0;}
.head-menu ul li.it5 span { background-position: 0 -110px;}
.head-menu ul li.it6 span { background-position: -110px -110px;}
.head-menu ul li.it7 span { background-position: -220px -110px;}
.head-menu ul li.it8 span { background-position: -330px -110px;}
.head-menu ul li.it9 span { background-position: 0 -220px;}
.head-menu ul li.it10 span { background-position: -110px -220px;}
.head-menu ul li.it11 span { background-position: -220px -220px;}
.head-menu ul li.it12 span { background-position: -330px -220px;}
.section-head.pr { height: auto;}
.head-menu.horizontal { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; height: 165px; margin: 31px -60px 0; overflow: hidden; text-align: center; width: auto; box-shadow: none;}
.head-menu.horizontal ul li { box-shadow: none; float: left; height: 103px; margin: 0 3px 7px; width: 103px;}
.modal .head-form  { height: auto;}
.modal .head-form form { padding: 25px 60px 0;}
.head-form { background: #fff; width: 420px; height: auto; margin: 0 auto 0; -webkit-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15);}
.head-form form { padding: 25px 45px 0;}
.head-form .ft { font-weight: 700; margin: 0 0 2px; line-height: 29px; font-size: 24px;}
.head-form .ft-sub { font-weight: 300; font-size: 18px; margin: 0px 0 15px; line-height: 15px;}
.head-form .desc {    font-size: 18px;font-weight: 400;}
.head-form .fd { font-size: 13px; color: #898989; text-align: center;}
.head-form .form-group { clear: both; overflow: hidden; margin: -2px 0 19px;}
.head-form input.form-control { background-color: #f1f1f1; border: none; height: 43px; font-weight: 300; line-height: 43px; padding: 0 0 0 47px; margin: 0;}
.head-form .btn-submit { display: block; width: 100%; font-weight: 400;}
.section-head #client_id_nomer { display: none;}
.section-head.svai { background: rgba(0, 0, 0, 0) url("../img/head-svai.jpg") no-repeat scroll center top; height: 832px;}
.section-head.svai .head-title { text-align: left;}
.section-head.svai .head-subtitle { text-align: left;}
.section-head.svai .head-btn { text-align: left;}
.section-head.svai .head-menu { background: #ffffff none repeat scroll 0 0; box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.2); height: 300px; margin: 0; overflow: hidden; width: 750px;}
.section-head.svai .head-menu ul li { box-shadow: 1px 1px 8px 0 rgba(178, 178, 178, 0.55); float: left; height: 103px; margin: 0 7px 15px; width: 103px;}
.section-head.svai .head-menu ul { list-style: outside none none; margin: 0 20px; padding: 0;}
.section-head-bottom { background: url('../img/head-bottom.jpg') top center no-repeat; height: 401px;}
.section-block-1 {}
.section-block-1 .title { font-size: 26px;}
.section-block-1 .items { margin: 15px 0 0; text-align: left;}
.section-block-1 .item { margin: 10px 0px 0px; text-align: left;}
.section-block-1 .item-img { margin: 0 0 25px; overflow: hidden; text-align: center;}
.section-block-1 .item h3 { font-weight: 700; margin: 15px 0 0px 80px; font-size: 21px;}
.section-block-1 .item ul { font-weight: 300; list-style: none; margin: 0; padding: 15px 30px 7px 28px;}
.section-block-1 .item ul li { padding: 15px 0 15px 48px; font-size: 21px; line-height: 24px;}
.section-block-1 .item ul.minus li { background: url(../img/b1/i1.png) left center no-repeat;}
.section-block-1 .item ul.plus li { background: url(../img/b1/i2.png) left center no-repeat;}
.section-block-2 { overflow: hidden; /*background-image: url(../img/bgtwo.png) ;*/ background-size: cover;}
/*.section-block-2 .container { background: #f2f2f2;}*/
.section-block-2 .inner {}
.section-block-2 .inner .img-top { display: block; margin: 38px auto 0;}
.section-block-2 .inner h2 { font-size: 30px; font-weight: 700; line-height: 50px; margin: 80px 0 15px 4px; text-transform: uppercase;}
.section-block-2 .inner ul { font-weight: 300; list-style: none; margin: 0 0 0 -63px; padding: 10px 30px 7px 0;}
.section-block-2 .inner ul li { padding: 15px 50px 9px 67px; font-size: 18px; line-height: 24px; background: url(../img/b2/i1.png) left center no-repeat;}
.section-block-2 .sep { margin: 11px 0 0;}
.section-block-2 .inner .sub-title {  margin: 35px 0px 10px 65px; text-align: center; font-size: 33px; font-weight: 700; line-height: 50px; text-transform: none;}
.section-block-2 .items { margin: 30px auto 25px; /*width: 1000px;*/}
.section-block-2 .items img { margin: 4px 0px 12px; /*box-shadow: 0 0px 4px 2px rgba(159, 159, 159, 0.73);*/    border-radius: 15px;}
.section-block-2 .items .item-title { font-weight: 700; margin: 10px 0px 16px; font-size: 20px; line-height: 24px; text-align: center; text-transform: uppercase;}
.section-block-2 .items .item-desc { margin: 0 0 10px; font-size: 18px; display: none;}
.sv-slider { overflow: hidden; text-align:center;}
.sv-slider .slide { width: 240px; margin: 0px 5px 35px; display: inline-block; text-align: left; }
.sv-inner {     padding: 0 0 20px 10px;
    border: 1px solid #049b03;
    border-radius: 20px;}
.sv-inner1 {border: 1px solid #049b03; border-radius: 20px;}
a.desc-open {   display: inline-block;  text-decoration: none; margin: 0px 0px 5px; font-size: 16px; padding: 1px 3px;  color: #fff; font-size: 15px; font-weight: 400; line-height: 32px; padding: 0px; height: 32px; margin:0 19% 0 ;  display: block; width: 140px; border-radius: 20px; text-align: center   }
a.desc-open:hover { text-decoration: none; }
.sv-decs { display: none;}
.section-block-2 .bx-wrapper .bx-prev { left: -105px; background: url(../img/sv-slide.png) no-repeat left top;}
.section-block-2 .bx-wrapper .bx-next { right: -105px; background: url(../img/sv-slide.png) no-repeat right top;}
.section-block-2 .bx-prev:hover {}
.section-block-2 .bx-next:hover {}
.section-block-2 .bx-wrapper .bx-controls-direction a { position: absolute; top: 80px; outline: 0; width: 84px; height: 84px; text-indent: -9999px; z-index: 100;}
.section-block-3 {}
.section-block-3 .title { margin: 49px 0 30px;}
.section-block-3 .items { margin: 0 66px 10px}
.section-block-3 .items .item { overflow: hidden; margin: 0 0 35px;}
.section-block-3 .items .item img { float: left; margin: 0 17px 0 0;}
.section-block-3 .items .item p { margin: 0px 0 0 136px; padding: 12px 30px 0 0; font-size: 18px; line-height: 25px;}
.section-block-3 .items .item p span { font-weight: 700; color: #f35d30;}
.section-block-4 { margin: 4px 0 0;background-image: url(../img/bg.png) ;}
.section-block-4 .title { margin: 30px 0 0 0;}
.section-block-4 .items { margin: 35px 10px; text-align: center;}
.section-block-4 .items img { margin: 0 auto;}
.section-block-4 .items .item-title { color:#f35d30; font-weight: 700; margin: 25px 0 10px; font-size: 20px; line-height: 23px;}
.section-block-4 .items .item-desc { margin: 0; padding: 0px 30px 0 0; font-size: 16px; line-height: 25px; margin-bottom: 30px;list-style-position: inside;}
.section-block-4 .svai-btn {margin: 30px 0px 0px; text-align: center;}   .btn.vid-btn  { color: #fff; font-size: 20px; font-weight: 400; line-height: 50px; padding: 0 23px 0 48px;}
.btn.vid-btn:hover, .btn.vid-btn:active, .btn.vid-btn:focus { }
.btn.vid-btn i { background: rgba(0, 0, 0, 0) url("../img/form-icon.png") no-repeat scroll 2px -173px; height: 30px; left: 10px; position: absolute; top: 12px; width: 30px;}
.section-block-5 { background-image: url(../img/bgone.png) ; background-size: cover;}
.section-block-5 .title { margin: 48px 0 0;}
.section-block-5 .items { margin: 48px 20px 71px;}
.section-block-5 .items .item { padding: 0 25px;}
.section-block-5 .items .item img { margin: 0 auto; display: block;}
.section-block-5 .items .item h3 { font-weight: 700; margin: 25px 0 15px; font-size: 19px; text-transform: uppercase; line-height: 24px; text-align: center;}
.section-block-5 .items .item p { color: #f35d30; font-weight: 700; padding: 0px 10px 0 53px; font-size: 18px; line-height: 25px; margin: 0 0 13px;}
.section-block-5 .items .item ul { font-weight: 300; list-style: outside none none; margin: 0; padding: 0px 30px 7px 37px;}
.section-block-5 .items .item li { font-size: 20px; line-height: 38px; padding: 5px 0 5px 47px; background: rgba(0, 0, 0, 0) url("../img/b1/i2.png") no-repeat scroll left center; white-space: nowrap;}
.section-form-1 {}
.content-form { background: #fff; width: 100%; height: auto; margin: 0; -webkit-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15);}
.content-form form { padding: 30px 50px;}
.content-form .ft { font-weight: 700; margin: 0 0 10px; line-height: 30px; font-size: 24px;}
.content-form .ft-sub { font-weight: 300; font-size: 18px; margin: 0px 0 15px; line-height: 15px;}
.content-form .fd { font-size: 13px; color: #898989; text-align: left;}
.content-form .fd.text-center { text-align: center;}
.content-form .form-group { clear: both; overflow: hidden; margin: 0px 0 10px;}
.content-form input.form-control { background-color: #f1f1f1; border: 1px solid #cccccc; height: 43px; font-weight: 300; line-height: 43px; padding: 0 0 0 47px; margin: 0;}
.content-form .btn-submit { display: block; width: 100%; font-weight: 400; height: 43px; line-height: 43px; font-size: 17px;}
.section-block-6 {}
.section-block-6 .title { margin: 65px 0 0;}
.section-block-6 .items { margin: 0 48px; text-align: left;}
.section-block-6 .item { margin: 45px 0 30px; text-align: left;}
.section-block-6 .item-img { margin: 0 0 25px; overflow: hidden; text-align: center;}
.section-block-6 .item h3 { font-weight: 700; margin: 22px 0 0px 80px; font-size: 21px;}
.section-block-6 .item ul { font-weight: 300; list-style: none; margin: 0; padding: 15px 30px 7px 28px;}
.section-block-6 .item ul li { padding: 15px 0 15px 48px; font-size: 21px; line-height: 24px;}
.section-block-6 .item ul.minus li { background: url(../img/i/i1.png) left center no-repeat;}
.section-block-6 .item ul.plus li { background: url(../img/i/i2.png) left center no-repeat;}
.section-block-7 { /*background-image: url(../img/bgthree.png) ;*/ background-size: cover; padding-bottom: 50px;}
.section-block-7 .title { margin: 65px 0 56px;}
.section-block-8 {}
.section-block-8 .title { margin: 49px 0 0;}
.section-block-8 .items { margin: 40px 0px;}
.section-block-8 .items img { display: block; margin: 0 auto;}
.section-block-8 .items .item-desc { margin: 0px; padding: 10px 25px 0px; font-size: 17px; line-height: 26px;}
.section-block-8 .desc { margin: 11px 0 20px;}
.section-block-8 .desc strong { font-weight: 700;}
.section-form-2 {margin: 30px 0 0;} .section-block-9 {}  .section-block-9 .title { margin: 65px 0px 30px; font-size: 26px;}
.section-block-9 .sub-title { font-size: 23px; text-align: center; line-height: 32px; margin: 0px 0px 26px; font-weight: 300;}
.section-block-9 .desc-title { text-align: center; font-size: 20px;}
.section-block-9 .items { margin: 45px 20px 15px;}
.section-block-9 .item { margin: 0px 0px 20px; overflow: hidden; text-align: center;}
.section-block-9 .items img { margin: 0px 0px 20px; width: 150px;}
.section-block-9 .items .item-desc { font-size: 16px; font-weight: 600; text-align: center; text-transform: uppercase;}
.section-block-10 { margin: 15px 0 0;}
.section-block-10 .title { margin: 0 0 50px;}
.section-block-10 .sub-title { margin: 25px 0 20px; font-size: 23px;}
.section-block-10 .sub-title2 { margin: 18px 0px 15px; font-size: 18px; line-height: 23px;}
.section-block-10 .quote { position: relative; text-align: left; font-size: 20px; line-height: 27px; margin: 0px 0px 15px; padding: 0px 60px;}
.section-block-10 .quote:before { background: rgba(0, 0, 0, 0) url("../img/q.png") no-repeat scroll left top; content: ""; display: block; height: 19px; left:0; position: absolute; top: 0; width: 26px;}
.section-block-10 .quote:after { background: rgba(0, 0, 0, 0) url("../img/q2.png") no-repeat scroll left top; content: ""; display: block; height: 19px; right: 0; position: absolute; bottom: 0; width: 26px;}
.block-10-text {margin: 0px 40px;}  .section-block-10 .desc { text-align: left; font-size: 13px; font-weight: 400; text-transform: uppercase; margin: 20px 0 0; white-space:nowrap; }
.section-block-10 .desc span { display:block; text-transform:none;}
.section-block-10 img {}




.section-block-11 { background: rgba(0, 0, 0, 0) url("../img/p1.png") repeat-x scroll center top; margin: 52px 0 0;}
.section-block-11 .title { margin: 39px 0;}
.section-block-11 .items { margin: 40px 25px 39px;}
.section-block-11 .items .item { padding: 0 20px 0 0; /* overflow: hidden;*/ margin: 20px 0;}
.section-block-11 .items .item.i1 p:before, .section-block-11 .items .item.i3 p:before, .section-block-11 .items .item.i5 p:before, .section-block-11 .items .item.i7 p:before { content: ""; display: block; position: absolute; height: 5px; width: 429px; z-index: 1; bottom: 7px; left: -48px; opacity: 0.8; /*border-top: 6px dotted rgb(81, 80, 80);*/ background:url(../img/sep1.png) 0 0 repeat-x;}
.section-block-11 .items .item.i1:after, .section-block-11 .items .item.i3:after, .section-block-11 .items .item.i5:after { content: ""; display: block; position: absolute; height: 5px; width: 600px; z-index: 1; bottom: 0px; left: 21%; opacity: 0.8; background: transparent url("../img/sep1.png") repeat-x scroll 0px 0px;}
.section-block-11 .items .item.i2:after, .section-block-11 .items .item.i4:after, .section-block-11 .items .item.i6:after { content: ""; display: block; position: absolute; height: 20px; width: 5px; z-index: 1; bottom: 0px; left: 21%; opacity: 0.8; background: transparent url("../img/sep2.png") repeat-y scroll 0px 0px; }
.section-block-11 .items .item.i3:before, .section-block-11 .items .item.i5:before, .section-block-11 .items .item.i7:before { content: ""; display: block; position: absolute; height: 20px; width: 5px; z-index: 1; top: 3px; left: 119px; opacity: 0.8; background: transparent url("../img/sep2.png") repeat-y scroll 0px 0px;}
.section-block-11  .sep-item { border-top: 6px dotted rgb(81, 80, 80);}
.section-block-11 .items .item img { margin: 0px 19px 0px 0px; text-align: center; position:relative; z-index:3;}
.section-block-11 .items .item p { font-size: 18px; margin: 0; display: table-cell; height: 150px; vertical-align: middle; position:relative;}
.section-block-11 .items .item p .num {font-weight: 400;font-size: 23px;}   .section-manufacture {} .section-manufacture .title {margin: 50px 0px 15px;} .section-manufacture .desc-title {text-align: center;font-size: 20px;margin: 0 0 50px;}  .section-manufacture .items {text-align:center;} .section-manufacture .item {margin: 0 20px 30px;} .section-manufacture .item img {} .section-manufacture .item .desc {margin: 10px 15px;font-size: 18px;line-height: 22px;}  .section-block-12 {} .section-block-12 .title {margin: 57px 0 0;} .section-block-12 .items {margin: 63px 25px 20px;}  .section-block-12 .items .item { overflow: hidden; margin: 0 0 40px;}
.section-block-12 .items .item img { float: left; margin: 0 18px 0 0;}
.section-block-12 .items .item h3 { font-weight: 700; margin: 13px 0 1px; font-size: 22px;}
.section-block-12 .items .item p { font-size: 19px; line-height: 26px; margin: 0;}
.section-installation {}
.section-installation .title { margin: 57px 0 67px;}
.section-installation .items {}
.section-installation .items .item { overflow: hidden; margin: 0 0 20px;}
.section-installation .items .item img { float: left; margin: 0 18px 0 0;}
.section-installation .items .item p { font-size: 15px; line-height: 22px; margin: 0; font-weight: 400; padding: 10px 20px 0 0;}
.section-installation .desc { margin: 30px 0 41px; font-size: 18px;}
.section-installation .desc strong { font-weight: 400;}
.section-formbtn {}
.section-formbtn .title { margin: 45px 0 67px 40px; text-transform: none; font-size: 23px; text-align: left;}
.section-formbtn .content-form { height: auto;}
.section-formbtn .content-form .btn-submit { margin: 40px 0 0 65px; width: 296px; color: #000; font-size: 20px; font-weight: 400; line-height: 45px; padding: 0 0 0px 50px; text-align: left;}
.section-indicators {}
.section-indicators .title { margin: 69px 0 88px;}
.section-indicators .items { margin: 0px 35px 25px;}
.section-indicators .items .item { overflow: hidden; margin: 0 0 49px;}
.section-indicators .items .item img { float: left; margin: 0 18px 0 0;}
.section-indicators .items .item p { font-size: 15px; line-height: 23px; margin: 0; font-weight: 400; padding: 0px 20px 0 0;}
.section-indicators .items .item p strong { font-weight: 700;}
.section-slide-2 {}
.section-slide-2 .title { margin: 56px 0 65px;}
.section-cert {}
.section-cert .title { margin: 80px 0px 40px;}
.section-cert img { margin: 10px; box-shadow: 1px 1px 8px 0px rgba(178, 178, 178, 0.55);}
.section-reviews { margin: 90px 0 0;}
.section-reviews .title { margin: 53px 0 68px;}
.section-reviews img { margin: 10px; box-shadow: 1px 1px 8px 0px rgba(178, 178, 178, 0.55);}
.section-block-13 { margin: 50px 0 53px;}
.section-block-13 .title { margin: 35px 0;}
.section-block-13 img {margin:50px 0 0;}  .section-questions { margin: 0 0 61px;}
.section-block-13 .contact-form { width:auto; margin-top:-10px; height:auto;}
.section-block-13 .contact-form form { padding: 30px 40px 0;}
.section-questions .container { border: 1px solid #dedede;}
.section-questions .title { margin: 67px 0 55px;}
.section-questions ul { list-style: none; margin: 15px 0 42px 0; padding: 0;}
.section-questions ul li { padding: 0 0 30px 0; overflow: hidden;}
.section-questions ul li h3 { margin: 0; font-weight: 700; font-size: 16px; background: url(../img/qu.png) 6px center no-repeat #ebe9e9; display: block; border-radius: 30px; padding: 13px 10px 13px 71px; text-transform: uppercase; line-height: 19px; cursor: pointer;}
.section-questions ul li h3:hover { color: #00a898;}
.section-questions ul li h3.open { color: #00a898; background-color: #F7F6F6;}
.section-questions ul li p { margin: 0; font-size: 15px; line-height: 24px; display: none; padding: 10px 10px 10px 68px;}
.section-block-14 { margin: 0 0px 90px; padding: 40px 0 0;}
.section-block-14 .title { margin: 0 0 14px; text-align: left;}
.section-block-14 .address { font-size: 18px; font-weight: 400;}
.section-block-14 .email { font-size: 18px; font-weight: 300; line-height: 20px; padding: 13px 0 0; text-align: left;}
.section-block-14 .phone { font-family: 'Calibri', sans-serif; float: none; margin: 15px 0 0; letter-spacing: -0.8px; text-align: left;}
.contact-form { background: #fff; width: 417px; height: auto; margin: 27px 0 0 0; overflow: hidden; -webkit-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15); box-shadow: -3px -4px 50px 0px rgba(0, 0, 0, 0.15);}
.contact-form form { padding: 50px 60px;}
.contact-form .ft { font-weight: 700; margin: 0 0 2px; line-height: 29px; font-size: 24px;}
.contact-form .ft-sub { font-weight: 300; font-size: 17px; margin: 0px 0 15px; line-height: 23px;}
.contact-form .fd { font-size: 13px; color: #898989; text-align: center;}
.contact-form .form-group { clear: both; overflow: hidden; margin: -2px 0 19px;}
.contact-form input.form-control { background-color: #f1f1f1; border: none; height: 43px; font-weight: 300; line-height: 43px; padding: 0 0 0 47px; margin: 0; text-align:left;}
.contact-form .btn-submit { display: block; width: 100%; font-weight: 400; font-size: 17px;padding: 10px;}
#map { background: #f2f2f2; height: 800px; overflow: hidden; width: 100%; margin: 0 -30px;}
.section-form-3 { margin: 0 0 55px;}
.section-form-company { margin: 50px 0 55px;}
.section-form-company .content-form form { padding: 30px 50px 0;}
.section-form-company .content-form .ft { font-weight: 700; margin: 0 0 20px; line-height: 30px; font-size: 24px; text-align:center;}
.section-form-company .content-form .desc {margin: 0 0 25px; font-size: 22px;}  .section-form-company .content-form .form-group { clear: both; overflow: hidden; margin: 0px 0px 15px;}
.section-footer { height: 165px; /*background-image: url(/images/bg.jpg) ;*/ background-size: cover;}
.section-footer .logo { margin: -35px 0 0 -15px;}
.section-footer p { margin: 32px 0 0 0;}
.section-footer .phone { margin: 25px -11px 0 0;}
.section-clients { margin: 0 0 50px;}
.section-clients .container {}
.section-clients .title { margin: 60px 0 35px;}
.section-clients .items { text-align: center;}
.section-clients img { margin: 10px 15px;}
.slide_block { width: 1000px;  margin: 0 auto; position: relative; text-align: center;}
.slide_block .bx-wrapper { position: relative; margin: 0px auto 0; padding: 0px;}
#pr-pager, #ob-pager { text-align: center; padding: 15px 10px 0; overflow-y: hidden;}
#pr-pager a, #ob-pager a { display: inline-block; padding: 4px; background: #fff; position: relative;}
#pr-pager a.active, #ob-pager a.active { background: #008879;}
/*#pr-pager a.active::after, #ob-pager a.active::after { content: ''; position: absolute; left: 50%; top: -18px; margin-left: -10px; border: 10px solid transparent; border-bottom: 10px solid #008879;}*/
#pr-next, #pr-prev { position: absolute; width: 39px; height: 39px; z-index: 100; bottom: 27px;}
#ob-next, #ob-prev { position: absolute; width: 60px; height: 60px; z-index: 3; top: 40%;}
#pr-prev { left: 10px;}
#pr-next { right: 10px;}
#ob-prev { left: -62px;}
#ob-next { right: -48px;}
#pr-next a, #pr-prev a, #ob-next a, #ob-prev a { width: 60px; height: 60px; background: url(../img/sb2.png) left top no-repeat; display: block; outline: 0; text-indent: -9999px; opacity:0.7;}
#pr-next a, #ob-next a { background: url(../img/sb2.png) right top no-repeat;}
#pr-next a:hover, #ob-next a:hover { opacity:1;}
#pr-prev a:hover, #ob-prev a:hover { opacity:1;}
.section-raschet { margin: 50px 0 30px;}

.section-raschet .sub-title {
    font-size: 23px;
    text-align: center;
    line-height: 32px;
    margin: 0px 0px 26px;
    font-weight: 300;
}

.section-raschet .content-form { height: auto;}
.section-raschet .content-form .ft { text-align: center; font-size: 27px; margin: 25px 0 15px;}
.section-raschet .content-form .ft-sub { text-align: center; margin: 0 0 40px;}
.section-raschet label { margin-bottom: 30px; height: 43px; line-height: 43px;}
.section-raschet label.length-label, .section-raschet label.diameter-label { height: 25px; line-height: 20px; margin-bottom: 5px;}
.content-form input.form-control.quantity { padding: 0 20px;}
.rsv { padding: 10px 20px; border: 5px solid #EFEFEF; background: #F5F5F5; margin: 0 0 30px; cursor: pointer;}
.rsv:hover { border: 5px solid #7EC2B9; background: #F3F3F3 none repeat scroll 0% 0%;}
.rsv.active { border: 5px solid #008879; background: #ABE5DE none repeat scroll 0% 0%;}
.rsv img {}
.rsv h3 { font-weight: 700; text-align: center; font-size: 15px; margin: 5px 0 10px;}
.rsv p { font-size: 14px; line-height: 18px; margin: 0 0 5px;}
.rsv ul { padding: 0px 0px 0 20px; font-size: 14px;}
.rsv ul li { white-space: nowrap;}
.modal-dialog.w400 { margin: 100px auto; width: 440px;}
.modal-dialog.w420 { margin: 100px auto; width: 420px;}
.modal-dialog.w500 { margin: 100px auto; width: 500px;}
.modal-dialog.w600 { margin: 100px auto; width: 600px;}
.modal-dialog.w800 { margin: 100px auto; width: 800px;}
.modal-content { background-color: #fff; border: medium none; border-radius: 0;}
.modal-body { padding: 0; position: relative;}
.form-title { color: #282828; font-size: 1.7em; font-weight: normal; line-height: 1.2em; margin: 0 0 5px; text-align: center;}
.form-desc { color: #282828; font-size: 1.1em; margin: 0 0 25px; text-align: center; white-space: nowrap;}
.modal .form-desc { white-space: normal;}
.close { color: #000; font-size: 44px; font-weight: 300; height: 28px; line-height: 28px; opacity: 1; position: absolute; right: 12px; text-shadow: none; top: 9px; width: 28px; z-index: 5;}
#modal-success .modal-body, #modal-error .modal-body { padding: 30px 40px;}
.modal-dialog.w600 { margin: 100px auto; width: 600px;}
.sv .sv-decs { display: block; padding: 25px 30px;}
.sv .sv-decs .content-form {  margin-top: 30px;}
.sv .sv-decs  .content-form form { padding: 20px 30px 15px;}
.sv .sv-decs .fd {margin:0;float:none;clear:both;text-align:center;}  .sv .sv-decs h3 { font-size: 18px; font-weight: 700;}
.sv .sv-decs p { font-size: 15px;}
.sv-decs table { vertical-align: top; font-size: 15px;}
.sv-decs table tr {}
.sv-decs table td { padding: 5px 35px 5px 5px; vertical-align: top; border-bottom: 1px dashed #E3E3E3;}
.sv-decs table td.tt { font-weight: 400;}
@media (min-width: 768px) { /*.container { width: 970px;}*/
}
@media (min-width: 992px) { .container { width: 990px;}
}
@media (min-width: 1200px) { .container { width: 1200px;}
}
@media (min-width: 1250px) { .container { width: 1250px;}
}
@media screen and (max-width: 800px) { .logo { display: block; margin: 16px auto 0;}
/*	.logo_desc  { position: absolute; top: 38px; left: 106px; line-height: 16px; font-size: 12px;}
*/  .city-select { float: none; text-align: center; margin: 20px 0 10px; font-size: 16px; position: relative;}
.section-head { background: #F5F5F5;}
.head-title { color: #000000; font-family: "Calibri", sans-serif; font-size: 21px; font-weight: 700; line-height: 28px; margin: 35px 0 20px; text-align: center; }
.head-title span {display: block;
  font-size: 20px;
}
.sl-text-top,.sl-text-bottom {
    font-size: 16px;
    padding: 10px;
}
.sl-text-top {
    padding: 10px 40px 10px 10px;
}
.sl-text-top:after, .sl-text-bottom:after {
    right: -41px;
    border-top: 41px solid rgba(4, 165, 4, 0.83);
    border-right: 41px solid transparent;
}
.head-subtitle { color: #000000; font-family: "Calibri"; font-size: 16px; font-weight: 300; margin: 0; text-align: center;}
.title { color: #000000; font-family: "Calibri", sans-serif; font-size: 21px; font-weight: 700; line-height: 26px; margin: 35px 0 0; text-align: center; text-transform: uppercase;}
.head-btn .btn.raschet-btn, .head-btn .btn.consult-btn { font-size: 15px; font-weight: 400; margin: 0 0 15px; padding: 0 10px 0 45px;}
.head-menu h3 { font-size: 17px; margin: 13px 0 17px 20px;}
.head-menu { background: #ffffff none repeat scroll 0 0; box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.2); height: auto; margin: 37px -5px; overflow: hidden; width: auto;}
.section-block-1 .title { font-size: 18px;}
.section-block-1 .items { margin: 15px 10px; text-align: left;}
.section-block-1 .item h3 { margin: 15px 0 0;}
.section-block-1 .item ul { padding: 15px 0px 7px 0px;}
.section-block-1 .item ul li { font-size: 18px; line-height: 21px;}
.section-block-2 .inner h2 { margin: 20px 0 0 4px; }
.section-block-2 .inner ul { margin: 0; padding: 10px 0 7px;}
.section-block-2 .inner ul li { background: rgba(0, 0, 0, 0) url("../img/l1-t.png") no-repeat scroll left 13px; font-size: 16px; line-height: 22px; padding: 5px 0 20px 37px;}
.section-block-2 .inner .sub-title { margin: 18px 0 0 0;}
.section-block-3 .items { margin: 0 0 10px;}
.section-block-3 .items .item img { float: left; margin: 0 10px 0 0; width: 65px;}
.section-block-3 .items .item p { font-size: 16px; line-height: 20px; margin: 0 0 0 80px; padding: 0;}
.section-block-4 .items { margin: 37px 5px 0;}
.section-block-4 .items .item-desc { margin: 0px 0px 30px; padding: 0px 30px 10px 0px;}
.section-block-4 .svai-btn { margin: 15px 0px 35px; text-align: center;}
.section-block-5 .items { margin: 30px 0px 70px;}
.section-block-5 .items .item { padding: 0 0 35px;}
.section-block-5 .items .item h3 { font-size: 18px;}
.section-block-5 .items .item ul { margin: 0; padding: 0 5px 7px;}
.section-block-5 .items .item li { background: rgba(0, 0, 0, 0) url("../img/l1-t.png") no-repeat scroll left center; font-size: 17px; line-height: 20px; padding: 15px 0 15px 33px; white-space: normal;}
.content-form form { padding: 30px 20px;}
.section-form-company .content-form form  { padding: 20px 10px;}
.section-form-company .btn-submit i {display:none;}
.logo_desc {
    line-height: 18px;
    font-size: 13px;
/*    white-space: nowrap;*/
    padding: 0px 0px 0px 5px;
}
.content-form .ft { font-size: 20px; font-weight: 700; line-height: 23px; margin: 0 0 10px;}
.content-form .ft-sub { font-size: 16px; font-weight: 300; line-height: 15px; margin: 0px 0 25px;}
.content-form .fd { color: #898989; font-size: 13px; line-height: 15px; text-align: left;}
.content-form .form-group { clear: both; margin: 0 0 20px; overflow: hidden;}
.section-block-6 .items { margin: 15px 10px; text-align: left;}
.section-block-6 .item h3 { margin: 15px 0 0;}
.section-block-6 .item ul { padding: 15px 0px 7px 0px;}
.section-block-6 .item ul li { font-size: 18px; line-height: 21px;}
.section-raschet .content-form .ft { font-size: 23px; margin: 5px 0 15px; text-align: center;}
.section-raschet label { font-size: 15px; font-weight: 400; height: auto; line-height: 22px; margin-bottom: 10px; white-space: nowrap;}
.section-block-8 .items .item-desc { padding: 10px 25px 60px;}
.section-block-9 .sub-title { font-size: 19px; text-align: center; line-height: 27px; margin: 0px 0px 5px; font-weight: 300;}
.section-block-9 .items { margin: 35px 0 0;}
.section-block-9 .items img { /*float: left; margin: 5px 10px 5px 0;*/ width: 87px;}
.section-block-9 .items .item-desc { font-size: 16px; /*margin: 0 0 40px 100px;*/}
.section-block-10 .title { margin: 0 0 20px; text-align: center;}
.block-10-text { margin: 0px 10px 20px;}
.section-block-10 .desc { font-size: 12px; margin: 10px 0px 0px; }
.section-block-10 .quote { font-size: 18px; line-height: 27px; margin: 0px 0px 15px 5px; position: relative; text-align: left; padding: 0 20px 0 44px;}
.main-progress h2.title {font-size: 40px;line-height: 45px;}
.section-block-11 .title { margin: 18px 0;}
.section-block-11 .items { margin: 40px 0;}
.section-block-11 .items .item img { /*float: left; margin: 6px 7px 0 0; width: 50px;*/}
.section-block-11 .items .item p { font-size: 15px; line-height: 22px; margin: 0; height: 100px;}
.section-block-12 .items { margin: 30px 0;}
.section-block-12 .items .item img { float: left; margin: 15px 10px 0 0; width: 70px;}
.section-block-12 .items .item h3 { font-size: 18px; font-weight: 700; margin: 13px 0 1px;}
.section-block-12 .items .item p { font-size: 17px; line-height: 22px; margin: 0 0 0 80px;}
.section-installation .title { margin: 40px 0;}
.section-installation .items .item img { float: left; margin: 10px 10px 0 0; width: 70px;}
.section-installation .items .item p { font-size: 17px; font-weight: 300; line-height: 22px; margin: 0 0 0 80px; padding: 0;}
.section-formbtn .content-form .btn-submit { color: #000000; font-size: 20px; font-weight: 400; line-height: 45px; margin: 40px auto; padding: 0 15px 0 50px; text-align: center; width: auto;}
.section-indicators .title { margin: 50px 0;}
.section-indicators .items { margin: 0 0 25px;}
.section-slide-2 .title { margin: 20px 0 50px;}
.section-cert .title { margin: 50px 0 30px;}
.section-reviews { margin: 40px 0 0;}
.section-reviews .title { margin: 30px 0;}
.section-block-13 { margin: 30px 0 53px;}
.section-questions .title { margin: 30px 0 10px;}
.section-questions ul li p { display: none; font-size: 15px; line-height: 24px; margin: 0; padding: 10px 10px 20px 20px;}
.section-form-3 { margin: 0 0 50px;}
.contact-form { height: auto; width: auto;}
.contact-form form, .section-block-13 .contact-form form { padding: 15px 20px;}
#map { background: #f2f2f2 none repeat scroll 0 0; height: 400px; margin: 20px 0; overflow: hidden; width: 100%;}
.section-footer { height: auto;}
.modal-dialog.w420 { margin: 100px auto; width: 290px;}
.head-form { height: auto; width: auto; margin-top: 20px !important;}
.head-form .desc { font-size: 15px; line-height:19px;}
.modal .head-form form { padding: 25px 15px 0px;}
.head-form form { padding: 25px 20px;}
.rsv ul li { white-space: normal;}
.section-footer .phone { margin: 50px 0 0;}
.phone a { }
.phone a span { font-size: 12px; font-weight: 700;}
}
@media screen and (max-width: 990px) { .city-select { float: none; text-align: center; margin: 20px 0 10px; font-size: 16px; position: relative;}
.me-text {
	display: none;
}
.logo{
	display: none;
}
.banner_form {
  width: 120%;
}
}
.head-menu { background: none; box-shadow: none; height: auto; margin: 40px -50px 0; overflow: hidden; width: auto; padding:0 0 50px;}
.head-menu ul { list-style: outside none none; margin: 0; padding: 0; text-align: center;}
.head-menu ul li { display: inline-block; height: 100px; margin: 5px 3px; width: 100px;}
.head-form { position:relative; margin: 0 auto; border-radius: 12px;}
.head-form .ft { font-size: 24px; font-weight: 700; line-height: 29px; margin: 0 0 3px;}
.head-form .ft2 { font-size: 21px; font-weight: 700; line-height: 29px; margin: 0px 0px 15px;}
.head-form .ft-sub { font-size: 19px; font-weight: 300; line-height: 24px; margin: 0 0 10px;}
.gift {background: rgba(0, 0, 0, 0) url("../img/gift.png") no-repeat scroll 0 0;
height: 102px;
position: absolute;
right: -18px;
top: -17px;
width: 100px;
z-index: 5;}
.head-form .btn-submit { display: block; font-size: 20px; font-weight: 400; width: 100%; line-height: 2.2;}
.head-btn { padding: 30px 0 45px; text-align: center;}
@media (max-width: 1100px) { .head-menu { background: none; box-shadow: none; height: auto; margin: 40px 0 0; overflow: hidden; width: auto; padding:0 0 50px;}
}
@media (max-width: 800px) { .gift { background: rgba(0, 0, 0, 0) url("../img/gift-m.png") no-repeat scroll 0 0; height: 61px; position: absolute; left: auto; right: -10px; top: -10px; width: 60px; z-index: 5;}
.head-form .btn-submit { font-size: 17px;}
}

@media (max-width: 800px) {
.stat-promo-wrap {display:none;}

.section-block-11 .items .item.i1 p:before, .section-block-11 .items .item.i3 p:before, .section-block-11 .items .item.i5 p:before, .section-block-11 .items .item.i7 p:before {
display: none;}
.section-block-11 .items .item.i1:after, .section-block-11 .items .item.i3:after, .section-block-11 .items .item.i5:after {display: none;}
.section-block-11 .items .item.i2:after, .section-block-11 .items .item.i4:after, .section-block-11 .items .item.i6:after {display: none;}
.section-block-11 .items .item.i3:before, .section-block-11 .items .item.i5:before, .section-block-11 .items .item.i7:before {display: none;}
.city-select {display:none;}
}
.modal .inner {padding:15px 20px;overflow:hidden;}
.modal .video {width:560px;
margin:0 auto 0;}

#modal-sub-video .head-btn {
padding: 15px 0 10px;
text-align: center;
}
#modal-sub-video h3 {font-size: 21px;text-align:center;
font-weight: 700;
line-height: 29px;
margin: 0 0 5px;}
#modal-sub-video p {font-size: 19px;text-align:center;
font-weight: 300;
line-height: 24px;
margin: 0 0 10px;}

#modal-sub-success .lead {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  margin: 10px 20px 10px 0;
}

#modal-subscribe .head-form {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: -3px -4px 50px 0 rgba(0, 0, 0, 0.15);
  height: auto;
  margin: 0 auto;
  width: auto;
}
#modal-subscribe.modal .head-form form {
  padding: 25px 40px 0;
}
#modal-subscribe .head-form .ft-sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
}

@media (min-width: 992px) {
.section-block-6 .item {
    height: 694px;
}
}

.phone.bg {
    background: url(/images/phone.png) no-repeat 10px 6px;
    background-size: 15px;
    color: #039e03;
}

.phone.bg a span {
    color: #039e03;
    font-size: 19px;
    font-weight: 800;
}

.stopbot {
	display: none;
}

li.sale.ism-slide.ism-slide-0 {}

li.sale .ism-caption {
    visibility: visible!important;
}

li.sale .sl-text-top:after, li.sale .sl-text-bottom:after {
    border-top: 61px solid rgba(197, 37, 29, 0.83);
}

li.sale .sl-text-top, li.sale .sl-text-bottom {
    background: rgba(197, 37, 29, 0.83);
}

#my-slider li.sale .ism-caption-0.down {
    bottom: 10%;
    right: 5%;
    left: auto;
    top: auto;
}

li.sale .down .sl-text-top:after, li.sale .down .sl-text-bottom:after {
    display: none;
}

li.sale .down .sl-text-top:before, li.sale .down .sl-text-bottom:before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    left: -61px;
    border-top: 61px solid rgba(197, 37, 29, 0.83);
    border-left: 61px solid transparent;
}

.down .sl-text-top {
    padding: 20px 10px 20px 10px;
}

.down .sl-text-top, .down .sl-text-bottom {
    float: right;
}

@media screen and (max-width: 800px) {
  .banner_form {
    display: none;
  }
	.down .sl-text-top {
		padding: 10px 15px 10px 10px;
	}	
	li.sale .sl-text-top:after, li.sale .sl-text-bottom:after, li.sale .down .sl-text-top:before, li.sale .down .sl-text-bottom:before {
		border-top: 41px solid rgba(197, 37, 29, 0.83);
	}
}

@media screen and (max-width: 450px) {
	li.sale .sl-text-top {
		padding: 5px 40px 5px 10px;
	}
	li.sale .sl-text-bottom {
		font-size: 16px;
		padding: 5px 10px;
	}
	li.sale .down .sl-text-top {
		padding: 5px 15px 5px 10px;
	}
	#my-slider li.sale .ism-caption-0.down {
		bottom: -5%;
	}
	#my-slider li.sale .ism-caption-0 {
		top: -2%;
	}
	li.sale .sl-text-top:after, li.sale .sl-text-bottom:after, li.sale .down .sl-text-top:before, li.sale .down .sl-text-bottom:before {
		border-top: 31px solid rgba(197, 37, 29, 0.83);
	}
}

@media screen and (max-width: 350px) {
	li.sale .sl-text-top {
		padding: 0px 40px 3px 10px;
	}
	li.sale .sl-text-bottom {
		padding: 0px 10px 3px;
	}
	li.sale .down .sl-text-top {
		padding: 0px 15px 3px 10px;
	}
	#my-slider li.sale .ism-caption-0.down {
		bottom: -5%;
	}
	#my-slider li.sale .ism-caption-0 {
		top: -2%;
	}
	li.sale .sl-text-top:after, li.sale .sl-text-bottom:after, li.sale .down .sl-text-top:before, li.sale .down .sl-text-bottom:before {
		border-top: 24px solid rgba(197, 37, 29, 0.83);
	}
}
#button {
  display: inline-block;
  background-color: #029a03;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  /* margin: 30px; */
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.me-text.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: white;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .banner_form {
    display: none;
  }
  .phone.bg {
      max-width: 320px;
      margin: 0 auto;
      background-position: 65px 6px;
  }
}
@media (max-width: 350px) {
  .phone.bg {
      background-position: 40px 6px;
  }
}

.ya-phone-contacts a {
  color: black;
  font-weight: bold;
}


.owl-carousel .item-content {
  font-size: 1.25em;
  /* font-family: sans-serif; */
  position: absolute;
  top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff;
  line-height: 1.2em;
  /* background-color: rgba(0, 0, 0, 0.70); */
}
.item-body {
  display: flex;
}
.item-content {
  position: absolute;
  top: 10%;
  left: 5%;
}
.owl-nav {
  position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    z-index: 999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.owl-nav span {
  font-size: 60px;
    color: #fff;
    padding: 0 30px;
}


.banner_form {
  width: 140%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 40px 24px;
  margin-top: 2%;
  z-index: 100;
}
.banner_form .form-group {
  margin: 0;
}
.banner_form .name, .banner_form .phone {
  background: #FFFFFF !important;
  border: 2.11553px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: inset 0px 6.34659px 8.46212px rgba(0, 0, 0, 0.1);
  border-radius: 8.46212px;
  margin: 0;
  height: 48px;
}
.file_btn {
  border: 2px dashed #FFFFFF;
  box-sizing: border-box;
  border-radius: 8.46212px;
}
.file_btn .label {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 0.18s ease-in-out;
  /* border: 1px solid #333; */
  color: #fff;
  padding: 16px 0;
  margin: 0 auto;
}
.my {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.banner_form .btn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
}