h1
{
  color: #666666;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 28px;
}

.site-content-middle
{
  display: block;
  max-width: 900px;
}

.mytitle
{
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #B3B3B3;
  
}

.mytitle span
{
  font-weight: normal;
  font-size: 21px;
}

.form
{
  position: relative;
  padding: 15px 20px 15px 20px;
  /*width: 860px;*/
  height: 200px;
  background-color: #F2F2F2; 
  border-radius: 5px;
  margin-bottom: 50px;
   z-index: 0;
}

.form ul
{
  color: #4D4D4D;
  font-size: 18px;
  margin: 0;
  padding: 0;
  float: left;
}

.form ul li
{
  list-style: none;
}

.form .lider
{
  position: absolute;
  top: 154px;
  left: 20px;
  width: 143px;
  height: 68px;
  background-image: url(lider.png);
}

.form .garant
{
  position: absolute;
  top: 58px;
  left: 244px;
  width: 159px;
  height: 192px;
  background-image: url(garant.png);
  z-index: 1;
}

.form .schem
{
  position: absolute;
  width: 271px;
  height: 205px;
  background-image: url(plan.png);
  top: 40px;
  left: 280px;
  z-index: 0;
}

.form .ask
{
  color: #4D4D4D;
  font-size: 18px;  
  position: absolute;
  top: -25px;
  right: 103px;
}

.form .right {
	width: 320px;
	float: right;
	border-left: 1px solid #B3B3B3;
	margin: -15px -20px 0 0px;
	border-radius: 5px;
	padding: 10px 20px 12px 10px;
}

.form .right {
	margin-top: 40px;
}

.form-light {
  background-color: #FFF4A5;
  transition-duration: 1s;
}

.form-dark {
  background-color: #FFF083;
  transition-duration: 1s;
}

.form .right form {
  width: 100%;
}

.form .right p {
  font-size: 19px;
  font-weight: bold;
  color: #E87B0F;
  text-align: center;
  margin: 0;
}

.form .right input[type="text"],
.popup input[type="text"] {
  display: block;
  width: 210px;
  padding-left: 15px;
  margin: 12px auto 0 auto;
  height: 32px;
  border-radius: 5px;
  font-size: 18px;
  color: #808080;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
}

.form .right input[type="submit"],
.popup input[type="submit"],
.bitrix-kons-button {
  display: block;
  width: 225px;
  margin: 12px auto 0 auto;
  height: 50px;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  background-color: #E87B0F;
  color: #fff;
  border: none;
  cursor: pointer;
}
.bitrix-kons-button {
	background-color: #81ac0f;
}

.form .right input[type="submit"]:hover,
.popup input[type="submit"]:hover,
.zayavka:hover,
.more-btn,
.bitrix-kons-button:hover {
 background-color: #EE4C00;
}

.arrow {
  width: 25px;
  margin: 12px auto 0 auto;
  height: 15px;
  background-image: url(arrow.png);
}


.popup {position:fixed; z-index:999; width:100%; height:100%; left:0; top:0; display:none;}
.popup .ten {position: absolute; z-index:1; width:100%; height:100%; left:0; top:0; cursor:pointer; opacity:0.7; background-color: #000;}
.popup .forma {border:2px solid #fff; border-radius:10px; -moz-border-radius:10px;
-webkit-border-radius:10px; -ms-border-radius:10px; background-color: #FFF4A5;
width:398px; position:relative; z-index:2; top:50%; margin:-150px auto 0 auto;
text-align:center; color:#fff;}
.popup .forma h3, .popup .forma h4 {color: #E87B0F;}
.popup .forma h3 {padding:20px 0 5px 0; font-size:24px;  font-weight: bold;}
.popup .forma h4 {padding-top:10px;font-size:19px; }

.zayavka
{
  display: block;
  width: 400px;
  padding: 7px 20px 10px 20px;
  margin: 12px auto 0 auto;
  border-radius: 5px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background-color: #E87B0F;
  color: #fff;
  border: none;
  cursor: pointer;
  
}

.schem-block
{
  display: block;
  float: left;
  overflow: hidden;
  background-color: #F2F2F2;
  color: #4D4D4D;
  font-size: 14px;
  border-radius: 5px;
  padding: 18px 12px 18px 12px;
  text-align: center;
  height: 74px;
  margin-bottom: 15px;
}

.schem-block2
{
  display: block;
  float: left;
  overflow: hidden;
  background-color: #8EBC00;
  color: #4D4D4D;
  font-size: 14px;
  border-radius: 5px;
  padding: 18px 12px 18px 12px;
  text-align: center;
  height: 192px;
  margin-bottom: 15px;  
}

.schem-block p, .schem-block2 p
{
  margin: 0;

}

.schem-block .title, .schem-block2 .title
{
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}

.schem-block2 .schem-img
{
  height: 100px;
  margin-top: 10px;  
}

.schem-block2 .title
{
  color: #fff;
}

.schem-block2 .schem-img img
{
  display: bock;
  margin: 0 auto 0 auto;
}

.schem-block2 .bottom
{
  margin: 10px -12px -18px -12px;
  height: 70px;
  font-weight: bold;
  padding: 5px 12px 10px 12px;
  width: 100%;
  background-color: #666;
  color: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block5
{
  width: 130px;
  margin-right: 15px;
}

.block1
{
  width: 95%;
  margin-right: 15px;
  height: 50px;
}

.block3
{
  width: 259px;
  margin-right: 15px;
  height: 50px;
}

.block-green
{
  background-color: #CFE8AC;
}

.clear{ clear:both;}

.vid-block
{
  display: block;
  position: relative;
  width: 258px;
  height: 408px;
  float: left;
  margin: 5px;
  padding: 37px 10px 90px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #B3B3B3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75); 
  border-radius: 5px;
  color: #4D4D4D;
  min-height: 300px;
}

.vid-block.main
{
  height: 302px;
}

.vid-block h3
{
  font-size: 21px;
  font-weight: bold;
  margin: 0;  
  text-align: center;
  color: #4D4D4D;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #B3B3B3;
}

.vid-block .subtitle
{
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 10px 0;   
}

.vid-block .order-btn
{
  position: absolute;
  display: block;
  width: 200px;
  padding: 7px 20px 10px 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #E87B0F;
  color: #fff;
  border: none;
  cursor: pointer;  
}

.vid-block .order-btn:hover
{
  background-color: #EE4C00;
}

.vid-block .more-btn
{
  position: absolute;
  display: block;
  width: 258px;
  padding: 7px 0px 10px 0px;
  bottom: 20px;
  left: 10px;
  /* border-radius: 5px; */
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #747474;
  color: #fff;
  border: none;
  cursor: pointer;
  transition-duration: 0.8s;
}

.vid-block:hover .more-btn
{
  background-color: #338D00;
  transition-duration: 0.8s;
}

.vid-block a
{
  text-decoration: none;
}

.vid-block h3
{
  min-height: 62px;
}


.vid-block img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition-duration: 0.8s;
}

.vid-block:hover img
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);   
}

.why-block
{
  width: 280px;
  margin: 20px 5px 20px 5px;
  float: left;
  overflow: hidden;
}

.why-block h3
{
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
  background-color: #8EBC00;

}

.why-block .why-img
{
  background-color: #7EAE00;
  height: 135px;
  width: 100%;
}

.why-block .why-img img
{
  margin: 0 auto 0 auto;
  display: block;
  width: 35%;
}

.why-block ul
{
  font-size: 16px;
  text-align: left;
  background-color: #ebebeb;
  margin: 0;
  padding: 10px 0 10px 20px;
  height: 315px;
}

.why-block ul li
{
  line-height: 35px;
}

.why-block ul li:before
{
  color: #8EBC00;
  font-size: 20px!important;
}

.slider .slider-info
{
  position: absolute;
  top: 20px;
  right: 40px;
  width: 471px;
  background-color: rgba(256,256,256,0.66);
}

.slider .slider-info .header
{
  width: 100%;
  height: 49px;
  font-family: 'CuprumRegular', Arial;
  font-size: 28px;
  line-height: 49px;
  color: #fff;
  background-color: #8EBC00;
  
}

.slider .slider-info .slider-text
{
  text-align: left;
  margin-left: 40px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #333333;
  width: 300px;
}

.slider .slider-info .more-btn
{
  width: 196px;
  height: 47px;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #E87B0F;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}

.slider .slider-info .slider-garant
{
  position: absolute;
  width: 97px;
  height: 115px;
  top: 70px;
  right: 20px;
  background-image: url(/d/garant-small.png);
  
}

.get-price
{
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 0 auto;
  
}

.site-content {
  width: 1208px;
  margin: 0 auto 0 auto;
}

.leftmenu-payform
{
    width: 180px;
    margin-bottom: 20px;
}

.leftmenu-payform input,
.leftmenu-payform textarea
{
    width: 180px;
}

.leftmenu-payform input[type="radio"]{
width: 21px;
}

.leftmenu-payform input[type="radio"],
.leftmenu-payform label
{
text-align: left;
margin-top: 11px;
vertical-align: middle;
display: inline-block;
}

.leftmenu-payform input[type="submit"]
{
display: block;
width: 180px;
padding: 7px 20px 10px 20px;
margin: 12px auto 0 auto;
border-radius: 5px;
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: #90be20;
color: #fff;
border: none;
cursor: pointer;    
}
.kontacts-box { height: 450px; padding-top:28px; color:#333333; background: #38403E; display: table; width: 100%;}

.kontacts {
	height:450px;
	margin: 0;
	color:#333333;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-left: 3px;	
}


.kontacts-box .kontacts.k_first { padding-left: 0; padding-right: 3px; margin-left: -3px;}

.kontacts .main
{ position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin:0; width: 100%; height: 100%;
}
#map-canvas, #map-canvas2 {width:100%; height:100%;padding-top: 28px;}
.kontacts h2 {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 32px;
    height: 43px;
    left: 50%;
    line-height: 1;
    margin-left: -60px;
    padding: 8px 5px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px;
    text-align: center;
    z-index: 50;
}
.kontacts.k_first h2 { width: 250px; margin-left: -152px; }
.kontacts .adres {width:300px; height:340px; position:absolute; z-index:50; right: 40px; top:40px; background-color: rgba(255,255,255,0.8);}
.kontacts .adres h3, .kontacts .adres p {padding: 0 0 0 25px; margin: 0; }
.kontacts .adres h3 {padding-top:12px; font-size:14px;}
.kontacts .btn {width:265px; height:90px; line-height:normal; display:table; position:absolute; left:50%; top:350px; margin-left:-132px; z-index:50;}
.kontacts .btn p {display:table-cell; width:100%; height:100%; vertical-align:middle; padding-left:0; margin: 0;}
.kontacts .btn .arrow {position:absolute; background:url(arrow2.png); background-repeat: no-repeat; 0 0 no-repeat; width:51px; height:32px; top:102px; left:50%; margin-left:-25px;}
.site-copyright {color: #000; top: 42px; }
.site-counters {
  position: absolute;
 /* right: 33px;*/
  /*top: *//*564*//*355px;*/
  top: 385px;
  left: 25px;
  width: 460px;
  color: #fff;
}

.red-placeholder::-webkit-input-placeholder {
	color: red;
  transition-duration: 0.8s;
}

.red-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   red;
}
.red-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    red;
}
.red-placeholder:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    red;
}

@media only screen and (max-width: 1200px) {

.schem {display:none;}

}
@media only screen and (max-width: 1024px) {

.garant {display:none;}

}

body .keymoments__title {
    background:#f3f3f3  none repeat scroll 0 0!important;
	color: #000!important;
	font-size: 20px!important;
    line-height: 1.4!important;
}
.scrollTop {bottom: 51%; }
.site-name { color: #000; left: 25px; top: 450px; }

body .decor-block-top-pic {border: none!important;}
.owl-stage-outer {
	z-index: inherit !important;
}
@media all and (min-width: 769px){
	.reviews-block--wrap .reviews-block .reviews-block--right-box{
		width: calc(100% - 270px);
	}
}
@media all and (max-width: 560px){
	.reviews-block--wrap .reviews-block .reviews-block--left-box{
		max-width: 100% !important;
		min-width: 100% !important;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 0;
	}
}
@media all and (max-width: 768px){
	
	.reviews-block--wrap .reviews-block .reviews-block--right-box .reviews-block--slider .slick-dots{
		width: auto !important;
	}
}

.page-text-content-wrap{
	display: flex;
	flex-wrap: wrap;
}