/*
Theme Name: BrusDoma 
Theme URI: http://t.com/
Description: https://vk.ru/alexbruskov
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic');
/* Body */
/* Body */
* {margin:0; padding:0;box-sizing: border-box;font-weight:400;}
* {font-family: 'Roboto Condensed', sans-serif;}
body {
color:#212121;
font-size:18px;
font-weight:400;
 overflow-x: hidden;}
/*----------------magaz-img----------------*/
ul li {
 list-style-position: inside;
 margin-bottom: 8px;
}
strong{font-weight:600;}

h1, h2, h3, h4, h5, h6 { 
 color: #222;
 display: block;
 font-weight: 400;
 margin: 0px 0px 15px;
 line-height: 1;
 clear: both;
 font-size: 28px;
 text-align: center;
}
h1 {
 text-align: left;
font-size:35px;
 margin: 0px 0px 30px;
 }
h2 {
 font-size: 30px;
 }
h3 {
 font-size: 20px;
 color:#4c4a4a;
 }
/*input {-webkit-appearance: none;}*/
input[type="submit"], input[type="button"], button {cursor:pointer;}
img {height:auto;max-width:100%;}
iframe { 
display: block;
margin: auto;
}
p, ul, ol {
 font-size: 18px;
 margin: 0 0 15px;
 color: #212121;
 line-height: 1.3;
 font-weight: 400;
}
blockquote { 
background: rgba(0, 126, 255, 0.03);
 border: none;
 color: #2A2911;
 margin: 15px;
 padding: 15px 20px 10px 15px;
 position: relative;
 border-left: 4px solid #00A2FF;
}
blockquote p{
 font-weight: 300;
 font-size: 18px;
 color: #4B6886;
 line-height: 1.4;}
label {background-color:inherit; color:#606060; font-size:0.9em;}
code {font-size:1.2em; display:block; padding:5px 5px 5px 8px; background-color:#f4f4f4; margin:5px 0 15px 0;border-left:0px solid #cccccc;}
input,select,option,a {
	-webkit-appearance: none;
}
select {
border: 1px solid #8BB3C3;
font-size: 17px;
font-weight: 400;
min-width: 155px;
padding: 0px;
text-align: center;}

a, input[type="submit"]{
	-webkit-appearance: none;
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -ms-transition: all .3s linear;
 -o-transition: all .3s linear;
 transition: all .3s linear;}
input[type="text"], 
input[type="tel"], 
input[type="email"] {
}
input[type="submit"]:hover {
}
input[type="submit"] {
}
table {
	width: 100% !important;
 max-width: 1000px;
	border-collapse: collapse;
	margin-bottom:50px;
}
table td {
	padding:15px;
	border-bottom:1px solid #00cc00;
}
table tr:nth-child(1) td {
background:#00cc00;
color:#fff;
}

.nogorod {display:none;}
/* табы */
.tabs-button {
	background: #ffffff;
	border-radius: 50px;
	box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.52);
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	display: inline-block;
	padding: 15px 20px;
	margin: 30px 2px;
}
.tabs-button.active {
	background: #46cf65;
	color: #ffffff;
}


.centerflex {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 align-self: stretch;
}

.wrap {
	padding:25px 0px 65px;
}
.home .wrap {
	padding:0px;
}
.gallery-col1 {
max-width:300px;
margin:auto;}
.gallery-col4 ul li{
width:24.6%;}
.gallery-col3 ul li{
width:32.6%;}


.gallery-item img{
border:none !important;
padding:5px;}
.bloch1200,
.vc_row.bloch1200 {
width:100%;
max-width:1200px;
margin:auto;}

.bloch1150,
.vc_row.bloch1150{ 
width:100%;
max-width:1200px;
margin:auto;}
.bloch1100,
.vc_row.bloch1100{ 
width:100%;
max-width:1100px;
margin:auto;}
.bloch900,
.vc_row.bloch900{ 
width:100%;
max-width:900px;
margin:auto;}
.bloch800,
.vc_row.bloch800{ 
width:100%;
max-width:800px;
margin:auto;}
body span.wpcf7-not-valid-tip {
 font-size: 14px;
 text-align: center;
}
.no-pc {display:none;}
div.wpcf7-response-output {
 font-size: 14px;
 color: #f00;
}
/*-----------------MENU----------*/
.menu_head {
 display: none;
}
.header-fixed-menu {
 margin: auto;
}
.scroll_body {
 background: #339933;
 margin: 0px auto;
 width: 100%;
}
.header-fixed-menu ul {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 margin: 0px auto;
 max-width: 1170px;
 width: 100%;
 list-style: none;
 padding: 0px;
}
.header-fixed-menu ul li {
 margin: 0px;
	position:relative;
}
.header-fixed-menu ul li:hover > a,
.header-fixed-menu ul li a:hover,
.header-fixed-menu ul > li > ul.sub-menu > li:hover > a {
	background:#133f6b;
	color:#fff;
}
.header-fixed-menu ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 17px 25px;
    display: block;
}
.header-fixed-menu ul li img {display:block;}

.header-fixed-menu ul.sub-menu{transition:all .5s;background:#fff;position:absolute;display:none;z-index:15;left:0;top:100%;opacity:0;min-width:300px;
 padding: 0px;}
.header-fixed-menu ul.sub-menu li {
 padding: 0px 0px;}
.header-fixed-menu ul > li > ul.sub-menu > li > a{color:#329933}
.header-fixed-menu ul > li > ul.sub-menu > li:last-child:after{display:none}
.header-fixed-menu ul > li > ul.sub-menu > li:after{content:'';height:1px;width:90%;display:block;background:#E2E2E2;margin:auto}
.header-fixed-menu ul > li > ul.sub-menu > li > a{
	font-size: 16px;
 padding: 15px;
 border: none;
 position: relative;
 display: block;
 text-transform: none;
}
.header-fixed-menu ul li > ul.sub-menu > li:hover > ul.sub-menu {
 top: 0px;
 left: 100%;
}
.header-fixed-menu ul li.butsearch {
    margin: 0px 0px 0px auto;
}
.header-fixed-menu ul li.butsearch a {
	 padding: 0px 15px;
	 background:none;
}

.formasearch {
display: flex;
 margin: auto;
 width: 100%;
 max-width: 1170px;
 align-items: center;
 justify-content: flex-end;
	position:relative;
}
.formasearch-v{
 overflow: hidden;
 position: absolute;
 right: 0px;
 top: 0px;
 height: 0px;
 transition: 0.5s;
}
.formasearch.active .formasearch-v{
height:60px;	
}
.formasearch #s{
 width: 250px;
 border: 1px solid #c3c3c3;
 border-radius: 5px;
 height: 41px;
 padding: 10px;
 font-size: 16px;
 margin: 0px;
 padding: 10px;	
}
.formasearch input[type="submit"]:hover {
	transform:scale(1.05);
}
.formasearch input[type="submit"]{
background: rgba(0,200,0,1);
background: -moz-linear-gradient(top, rgba(0,200,0,1) 0%, rgba(0,108,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,200,0,1)), color-stop(100%, rgba(0,108,0,1)));
background: -webkit-linear-gradient(top, rgba(0,200,0,1) 0%, rgba(0,108,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,200,0,1) 0%, rgba(0,108,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,200,0,1) 0%, rgba(0,108,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,200,0,1) 0%, rgba(0,108,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c800', endColorstr='#006c00', GradientType=0 );
color: #fff;
 width: 95px;
 text-align: center;
 margin: 0px auto;
 border: none;
 font-size: 14px;
 padding: 11px 0px;
 border-radius: 5px;
 text-transform: uppercase;}
.formasearch form#searchform {
 background: #329933;
 padding: 10px;
}
/*-----------------NEWNEW----------*/
.bloch-v {
	max-width:1170px;
margin:auto;
}
#breadcrumbs {
	margin-bottom:40px;
}
#breadcrumbs a{
	color:#000099;
	text-decoration:underline;
}
/*-----------------home --------------------------________-*/
.tophead {
    width: 100%;
    max-width: 1130px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0px;
}
.toplogo {
	flex-shrink:0;
	padding-right:15px;}
.toplogo img{display:block;}
.tophd1 {
 display: flex;
 align-items: center;
 justify-content: space-between;
 max-width: 530px;
}
.tophd2 {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}
.toptitle {
font-size: 24px;
    line-height: 1;
    position: relative;
}
.mnth {
position: relative;
 padding: 0px 20px 5px 30px;
 font-size: 18px;
 letter-spacing: -0.5px;
}

.mnth:before {
 content: '';
 background: url(img/ico.png) 4px 0px no-repeat;
 position: absolute;
 left: 0px;
 top: -2px;
 display: block;
 width: 22px;
 height: 25px;
}
.mnth1:before {background-position: -25px 0px;}
.mnth2:before {background-position: -58px 0px;}
.mnth3:before {background-position: -89px 0px;}
.mnth4:before {background-position: -120px 0px;}
.tophd3 a:hover {
	background:#0eb70e;
	color:#fff;
}
.tophd3 a {
    font-size: 16px;
    color: #0eb70e;
    text-transform: uppercase;
    padding: 12px 5px;
    border-radius: 50px;
    border: 2px solid #0eb70e;
    display: table;
    width: 170px;
    text-align: center;
}








/* MODAL */
.night {
 display: none;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: rgba(0, 0, 0, 0.5);
	z-index: 10;}
.grafik-box-tim iframe{max-width:100%;}
.grafik-box-tim {
 position: fixed;
 z-index: 9999;
 left: 50%;
 top: -200%;
 transform: translate(-50%,-50%);
 width: 100%;
 transition: 1s;
 min-width: 310px;
 max-height: 90%;
 max-width: 800px;
}
.grafik-box-tim.grafik-active {
 display: block;
 top: 50%;
 overflow-y: auto;
}
.grafik-box-v{width:100%;margin:auto;max-width: 900px;background:rgba(255,255,255,0.91);padding:0px;}
.tim-close {
 position: fixed;
 right: 0;
 top: 0;
	display:none;
 padding: 10px 20px;
 line-height: 1;
 font-size: 80px;
 font-weight: 300;
 color: #ffffff;
 cursor: pointer;
 z-index: 15;
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.grafik-text{display:none}
.grafik-text {width:100%;max-width: 800px;margin:auto;}
.grafik-text.pop-active{display:block}
/* MODAL */



.polos {
 width: 65px;
 height: 3px;
 background: #ff6600;
 display: block;
}
.go {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0px 5px;
}
.go a {
	background: rgb(244,187,8);
background: -moz-linear-gradient(top, rgb(244,187,8) 0%, rgb(235,100,6) 100%);
background: -webkit-linear-gradient(top, rgb(244,187,8) 0%,rgb(235,100,6) 100%);
background: linear-gradient(to bottom, rgb(244,187,8) 0%,rgb(235,100,6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bb08', endColorstr='#eb6406',GradientType=0 );
 font-size: 18px;
 color: #101010;
 padding: 15px 20px;
 display: table;
 margin: 0px;
 text-align: center;
 border-radius: 5px;
 box-shadow: 0px 4px 0px rgba(93, 18, 0, 0.7);
 line-height: 1;
}
.go a.ago1 {
background: rgba(0,203,0,1);
background: -moz-linear-gradient(top, rgba(0,203,0,1) 0%, rgba(0,107,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,203,0,1)), color-stop(100%, rgba(0,107,0,1)));
background: -webkit-linear-gradient(top, rgba(0,203,0,1) 0%, rgba(0,107,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,203,0,1) 0%, rgba(0,107,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,203,0,1) 0%, rgba(0,107,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,203,0,1) 0%, rgba(0,107,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cb00', endColorstr='#006b00', GradientType=0 );
 box-shadow: 0px 4px 0px rgba(0, 45, 0, 0.7);
}
.go a:hover {
transform:scale(1.05);
}
/*-----------heading-v -----*/
/*-----------------proekt-form ------______________________----*/
/*----------------accordion__________----*/
.accordion-panel{
	padding:20px;
	border-bottom:2px solid #39b54a;
}
.accordion-title {
    font-size: 24px;
    line-height: 1;
    position: relative;
    display: table;
	cursor:pointer;
}
.accordion-title a {color:#111;}
.accordion-title:after {
content: '';
    background: url(img/strl.png) 6px 2px no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #222;
    border-radius: 50px;
    position: absolute;
    right: -28px;
    top: 3px;
	transform: rotate(-90deg);
	transition:0.4s;
}
.accordion-title.active:after {
	transform: rotate(90deg);
}
.accordion-title.active {
color:#003663;
}
.accordion-text {
    font-size: 20px;
	max-height:0px;
	overflow: hidden;
	transition:0.4s;
	} 
.accordion-text.active {
    padding-top: 20px;
	max-height:1000px;
	} 
/*-----------------bloch11 --------*/
.bloch-11 {
	padding:40px 0px 20px;
}
.catdoms-v {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
}
.catdom {
	max-width:380px;
	margin-bottom:20px;
	cursor:pointer;
	 position: relative;
}
.catdom:before {
 content: '';
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 0px;
 background: rgba(68, 68, 68, 0.57);
 transition: 0.5s;
}
.catdom:hover:before {
	height:100%;
 transition: 0.5s;
}
.catdom img {
	display:block;
	margin:auto;
}
.catdom-info {
 position: absolute;
 bottom: 0px;
 padding: 20px;
 left: 0px;
 width: 100%;
}
.catdom-title {
 background: #0eb70e;
 color: #fff;
 display: table;
 padding: 5px 15px;
 line-height: 1;
 font-size: 22px;
}
.catdom-desc {
 font-size: 14px;
 color: #fff;
 overflow: hidden;
 height: 0px;
 padding-top: 5px;
 line-height: 1.2;
 transition: 0.5s;
}
.catdom:hover .catdom-desc {
 height: 70px;
 transition: 0.5s;
}
/*-----------------bloch-12 --------*/
.bloch-12 {
 padding-bottom: 30px;
 border-bottom: 1px dashed #444;
 max-width: 1150px;
 margin: auto;
}
.bloch-12 .ul {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
	max-width:1100px;
	margin:auto;
}
.bloch-12 .li {
	text-align:center;
	font-size:14px;
	width:150px;
}
.bloch-12 .lico {
	 background: url(img/ico3.png) 0px 0px no-repeat;
 width: 60px;
 height: 52px;
 display: block;
 margin: 0px auto 20px;
}
.bloch-12 .lico1 {}
.bloch-12 .lico2 { background-position: -90px 0px;}
.bloch-12 .lico3 { background-position: -175px 0px;}
.bloch-12 .lico4 { background-position: -260px 0px;}
.bloch-12 .lico5 { background-position: -345px 0px;}
/*-----------------bloch-2 --------*/

.bloch-6 {
	padding:30px 0px;
}
.bloch-6 h2 {
	margin-bottom:5px;
}
.portfolios {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}
.pfimg {
	width:33.33%;
}
.pfimg div {
	display:block;
	padding:3px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.pfimg img {
	display:block;
	margin:auto;
}
.pfimg div:before {
 content: url(./images/loop.png);
 position: absolute;
 left: 50%;
 top: -100%;
 z-index: 2;
 margin: -26px 0px 0px -25px;
 transition: 0.3s;
}
.pfimg div:after {
 content: '';
 position: absolute;
 left: 0px;
 top: -100%;
 background: rgba(68, 68, 68, 0.57);
 z-index: 1;
 height: 100%;
 width: 100%;
 transition: 0.3s;
}
.pfimg div:hover:before {
 top: 50%;
}
.pfimg div:hover:after {
 top: 0px;
}
/*-----------------bloch-3 --------*/
.bloch-3 {
padding:60px 0px 30px;
}
.bloch-3 h2 {
	margin-bottom:30px;
}
.bloch-3 h2 a:hover {
	text-decoration:underline;
}
.bloch-3 h2 a {
color: #003366;
}
.vibor-doma {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 max-width: 1100px;
 margin: 0px auto 30px;
}
.vitab {
	display:none;
}
.vitab.active {
	display:block;
}
.vibor {
 cursor: pointer;
 font-size: 18px;
 border-bottom: 2px solid #003399;
 color: #003399;
}
.vibor.active {
 background: #0eb70e;
 color: #fff;
 border-bottom: none;
 padding: 4px 20px;
}

.bloch-doma {
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 flex-wrap: wrap;
}
.dom {width:33.33%;
 margin-bottom: 15px;}
.dom-v {
	padding: 5px;
}
.thumb-doma {
	position:relative;
}
.thumb-doma .thumb-doma-img {
 position: relative;
 display: block;
 overflow: hidden;
}
.thumb-doma .thumb-doma-img:before {
content: '';
 top: 100%;
 left: 0px;
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.6);
 z-index: 1;
	transition:0.4s;
}
.thumb-doma .thumb-doma-img:hover:before {
 top: 0px;
}
.thumb-doma .thumb-doma-img .txtpodrobnee a {color:#fff;}
.thumb-doma .thumb-doma-img .bgpodrobnee {
 content: '';
 position: absolute;
 top: -100%;
 left: 0%;
 transition:0.3s;
}
.thumb-doma .thumb-doma-img:hover .bgpodrobnee {
    top: 0%;
    z-index: 1;
    left: 0%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    color: #fff;
}
.thumb-doma .thumb-doma-img .podrobnee {
    color: #fff;
    border: 10px solid #fff;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.thumb-doma .thumb-doma-img .podrobnee:hover {
    background: rgb(255 255 255 / 0.5);
	color:#111;
}
.thumb-doma .thumb-doma-img .txtpodrobnee {
	margin-bottom:10px;
}

.thumb-doma img{
 display: block;
}
.dom-min-title {
 padding: 10px;
 border-bottom: 2px solid #f2eded;
 font-size: 16px;
}
.dom-min-title a{
color:#111;}
.dom-content {
	position:relative;
}
.dom-danie {
 background: #fff;
 box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
 display: table;
 width: 100%;
}
.dom-title {
text-align: center;
 color: #fff;
 font-size: 18px;
 background: #329933;
 padding: 8px 20px;
 display: table;
 position: absolute;
 bottom: 10px;
 left: -5px;
 min-width: 200px;
}
.dom-title a {color:#fff;}
.dom-data {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 margin: 0px 5px;
 padding: 0px;
}
.dom-data .dan {
 width: 50%;
 border-bottom: 2px solid #f2eded;
 font-size: 20px;
 padding: 5px;

}
.dom-data .dan1,
.dom-data .dan3 {border-right: 2px solid #f2eded;}
.dom-data .dan span {
 display: table;
 margin: auto;
 position: relative;
 min-width: 130px;
 padding-left: 35px;
    line-height: 30px;
}
.dom-data .dan span a {
	color:#212121;
}
.dom-data .dan span:before {
 content: '';
 background: url(./images/ico2.png) 0px 0px no-repeat;
 width: 30px;
 height: 25px;
 display: block;
 position: absolute;
 top: 2px;
 left: 0px;
}
.dom-data .dan1 span:before {background-position:4px 0px;}
.dom-data .dan2 span:before {background-position:-49px 0px;}
.dom-data .dan3 span:before {background-position:-104px 0px;}
.dom-data .dan4 span:before {background-position:-156px 0px;}
.dom-data .dan span.none {display:none;}
.dom-info .dan {
 padding: 10px 20px;
 text-align: center;
}
.money-stroi {
    font-size: 15px;
    margin: auto;
}
.dom-money {
 font-size: 22px;
}
.dom-money strong {
	font-size:28px;
}
.dom-what ul {
list-style: none;
 margin: auto;
 max-width: 310px;
}
.dom-what ul li:before{
	content:url(images/whatok.png);
	position:absolute;
	top:0px;
	left:0px;
}
.dom-what ul li{
    padding-left: 20px;
    margin: 0px 0px 5px;
    position: relative;
    font-size: 16px;
}
.dom-what ul li a {
    color: #212121;
}
.polosa-what {
 width: 80%;
 background: #dcdcdc;
 display: block;
 margin: 5px auto 15px;
 height: 1px;
}
.position-what {
position: absolute;
overflow: hidden;
 height: 0px;
 background: #fff;
}
.position-what.active {
 padding: 0px 20px 20px;
 width: 100%;
 border-top: 0px;
 box-shadow: 0px 1px 0px 1px #999;
 border-radius: 0px 0px 10px 10px;
 height: 180px;
 z-index:1;
}
.what {
position: relative;
 display: table;
 margin: 0px auto 20px;
 font-size: 17px;
 text-decoration: underline;
 cursor: pointer;
}
.what.active {
	color:#b00000;
}
.what:before {
content: '+';
 position: absolute;
 top: 0px;
 left: -13px;
}
.what.active:before {
	content:'-';
}






.to-boms {
 display: table;
 margin: 30px auto;
	width:100%;
}
.go-to-bom1 {
 border: 1px solid #ababab;
 border-radius: 5px;
 text-align: center;
 font-size: 24px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 8px 35px 8px 20px;
 cursor: pointer;
 max-width: 190px;
 margin: auto;
}
.go-to-bom1 img {
 width: 25px;
 margin-right: 10px;
}
.poptx4 .zvonok-form {
 max-width: 350px;
 margin: auto;
}
.grafik-box-v.pop4 {
 max-width: 380px;
	padding:30px;
	border-radius:10px;
}


.zvonok-title {
 text-align: center;
 font-size: 20px;
 margin-bottom: 20px;
}
.zvonok-form .inp {
	position:relative;
	margin-bottom:15px;
}
.zvonok-form .inp:before {
 content: '';
 width: 20px;
 height: 20px;
 display: block;
 background: url(./images/ico1.png) -205px -20px no-repeat;
 position: absolute;
 top: 18px;
 left: 8px;
 z-index: 1;
}
.zvonok-form .inp2:before {
	background-position: -241px -20px;
}
.zvonok-form .sub {position:relative;}

.zvonok-form .checkbox label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    justify-content: center;
}
.zvonok-form .checkbox input {
	    -webkit-appearance: checkbox;
		    width: auto;
    margin-right: 10px;
}
.zvonok-form .checkbox span.wpcf7-list-item {
    display: table;
    margin: 0px auto 15px;
    width: 100%;
}
.zvonok-form .checkbox .wpcf7-list-item-label {
  color:#000;
}
.zvonok-form input {
 width: 100%;
 box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.28);
 border: none;
 border-radius: 10px;
 font-size: 14px;
 padding: 17px 35px;
}
.zvonok-form input[type="submit"]:hover {
	transform:scale(1.05);
}
.zvonok-form input[type="submit"] {
	background: rgb(244,191,8);
background: -moz-linear-gradient(top, rgb(244,191,8) 0%, rgb(236,106,6) 100%);
background: -webkit-linear-gradient(top, rgb(244,191,8) 0%,rgb(236,106,6) 100%);
background: linear-gradient(to bottom, rgb(244,191,8) 0%,rgb(236,106,6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf08', endColorstr='#ec6a06',GradientType=0 );
 color: #000;
 text-align: center;
 border-radius: 5px;
 box-shadow: 0px 5px 0px 0px #ba2301, 0px 7px 10px 0px rgba(186, 35, 1, 0.6);
 display: table;
 margin: 15px auto 10px;
 border: none;
 font-size: 23px;
 padding: 10px 0px;
}
.zvonok-polos {
 border-top: 1px solid #d0d0d0;
 padding-top: 7px;
 text-align: center;
 margin-top: 7px;
 font-size: 14px;
}
.politica {
 text-align: center;
 font-size: 10px;
}
.inp3 {
	 font-size: 12px;
}


/*-----------------bloch-4 --------*/

/*-----------------bloch-5 --------*/
.bloch-5 {
	padding-top:30px;
}
.video {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 justify-content: center;
}
.video img {
display:block;
border-radius:5px;
	margin:auto;
	transition:0.5s;
	cursor:pointer;
}
.video img:hover {
 transform: scale(1.02);
}
.video .vid {
 width: 45%;
}
.video .vid1, .video .vid3 {
 width: 27%;
}
.vid-title {
 text-align: center;
 font-size: 16px;
 padding-top: 10px;
}

/*-----------------faq-vopros --------*/
/*-----------------bloch-7 --------*/
.bloch-7 {
	padding:30px 0px;
}
.bloch-7 .bloch-v {
	padding-bottom:30px;
 border-bottom: 1px dashed #444;
}
.bloch-7 h2 {
	margin-bottom:35px;
}
.bloch-7 h2 span {
 color: #ff6600;
}
.bloch-7 .cols {
display:flex;
align-items:center;
justify-content: space-between;
flex-wrap: wrap;}
.bloch-7 .col1 {
	width:55%
}
.bloch-7 .col2 {
	width:45%;
}
.faqs {
 width: 100%;
 margin: auto;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
}
.faq {
	width:100%;
	max-width:565px;
}
.faq-vopros {
 padding: 17px 40px 17px 20px;
 box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
 border-radius: 10px;
 max-width: 575px;
 cursor: pointer;
 font-size: 18px;
	width:100%;
	margin:0px auto 20px;
	position:relative;
}
.faq-vopros:after {
 content: url(./images/faq.png);
 width: 24px;
 height: 24px;
 position: absolute;
 right: 12px;
 top: 50%;
 margin-top: -12px;
transition:0.5s;
}
.faq-vopros.active:after {
 content: url(./images/faq.png);
	transform:rotate(180deg);
}
.faq-otvet {
 display: none;
 padding: 20px;
 box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
 border-radius: 10px;
 max-width: 550px;
 cursor: pointer;
 font-size: 16px;
 width: 100%;
 margin-bottom: 20px;
 line-height: 1.5;
}
.bloch-7 .zvonok-form {
 background: #fff;
 border-radius: 10px;
 border: 5px solid #006699;
 width: 100%;
 max-width: 370px;
 margin: auto;
 padding: 15px 30px;
}
.bloch-7 .zvonok-title {
 font-size: 24px;
 margin-bottom: 10px;
}
.bloch-7 .politica{
 font-size: 10px;
 text-align: center;
}
.bloch-7 .wpcf7 .ajax-loader {
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -10px;
}

/*-----------------bloch-10 --------*/
.bazovi-flex .bloch-flex{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-wrap:wrap;
	 flex-direction: row-reverse;
		max-width:1170px;
		width:100%;
		margin:auto;
}
.bazovi-flex .bloch-left {
 max-width: 856px;
	 width: 100%;
}
.bazovi-flex .bloch-right {
 width: 280px;
}
/*-----------------bloch-right------*/
.bloch-right ul{
	list-style:none;
}
.bloch-right ul li {
	margin-bottom:0px;
}
.bloch-right ul li a:before {
 content: url(img/strl.png);
 position: absolute;
 top: 12px;
 right: 10px;
}
.bloch-right ul li a{
 display: block;
	position:relative;
 padding: 10px 30px 10px 10px;
 border: 1px solid #c4c4c4;
 width: 100%;
 text-decoration: none;
	color:#333;
}
.bloch-right ul li.active a{
	background:#33cc33;
	color:#fff;
}
/*-----------------company------*/
.page-template-company .bloch-12 {
display:none;
}
.company .bloch-12 h2,
.company .gallery-company h2,
.company .bloch-10 h2{
	text-align:left;
	font-size:24px;
	margin-bottom:30px;
}
.company .bloch-12 .lico {
	margin:0px 20px 0px 0px;
}
.company .bloch-12 .li {
 width: 50%;
 display: flex;
 align-items: center;
 justify-content: flex-start;
	 margin-bottom: 40px;
}
.company .bloch-10 {
	padding:40px 0px;
	border-bottom:2px solid #dddddd;
}
.company .bloch-10 .ul {
	margin-bottom:40px;
}
.company .bloch-10 p.p1 {
	margin-bottom:0px;
font-size:18px;
}
.company .gallery-company {
	padding:40px 0px 80px;
}


/*-----------------DOMS --------*/
.bazovi-dom {}
.bazovi-dom .title h1 {
 text-align: left;
 margin-bottom: 30px;
 font-size: 30px;
}
.sidom-info {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.sidom-txt.sidom-info {
 margin-bottom:30px;
}
.sidom-txt .sidom-col1 {
	width:670px;
}
.mini-posti-title {
	font-size:18px;
	color:#003366;
	text-decoration:underline;
	margin-bottom: 5px;
}
.sidom-col1 {
	width:750px;
}
.sidom-col2 {
	width:390px;
}
.sidom-social {
    border-bottom: 2px solid #39b54a;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popsoc .popsocspan {
font-size: 14px;
    display: block;
    margin-bottom: 3px;
    line-height: 1;
}
.sidom-social .popup a {
color: #fff;
 background: #090;
 padding: 8px 22px;
 display: table;
 text-transform: uppercase;
 font-weight: 300;
 letter-spacing: 1px;
 border: 2px solid #090;
}
.sidom-social .popup a:hover {
	color:#090;
	background:none;
}
.slider-position {
	position:relative;
}
.exact-ploshad {
    position: absolute;
    bottom: 25px;
    left: -5px;
    background: #009900;
    font-size: 32px;
    color: #fff;
    padding: 5px;
    width: 230px;
    text-align: center;
}
.slider-nav .slick-slide img {
 padding: 0px 5px;
	cursor:pointer;
}
.sidom-slider .slick-prev{
	left:0px;
	z-index: 1;
}
.sidom-slider .slick-next{
	right:4px;
	z-index: 1;
}
.sidom-slider .slick-next:before, .sidom-slider .slick-prev:before{
content:'';
background:url(img/st.png) 0px 0px no-repeat;
height:44px;
width:25px;
display:block;
}
.sidom-slider .slick-next:before{
background-position: -28px 0px;
}
.sidom-room {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.sidom-room {padding:15px;}
.sidom-room .li-v {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
}
.sidom-room .li {
	text-align:center;
}
.sidom-room .ltx {
	font-size:36px;
}
.sidom-room .lico {
    background: url(img/ico5.png) 6px 0px no-repeat;
    display: block;
    width: 60px;
    height: 55px;
    margin: auto;
}
.sidom-room .lico2 {
	background-position:-68px 0px;
}
.sidom-room .lico3 {
	background-position:-148px 0px;
}
.sidom-room .lname {
 font-size: 16px;
 padding-top: 5px;
}

.sidom-fa ul{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.sidom-fa ul li{
	position:relative;
	list-style:none;
	margin:0px;
}

.sidom-fa ul li i {
    font-size: 30px;
    color: #00a4e3;
    padding: 5px;
    border: 2px solid #00a4e3;
    border-radius: 5px;
    cursor: pointer;
    width: 48px;
    text-align: center;
}
.sidom-fa ul li span {
	font-size:0px;
    position: absolute;
    left: -10px;
    top: -20px;
	transition:0.4s;
}
.sidom-fa ul li:hover span {
    font-size: 15px;
    background: #ebebeb;
    padding: 5px;
    line-height: 1;
    width: 70px;
    text-align: center;
}

.sidom-titl {
font-size: 18px;
 margin-bottom: 10px;
 text-align: center;
 background: #ebebeb;
 padding: 8px;
}
.sidom-data {
 border-bottom: 2px solid #39b54a;
 padding-bottom: 5px;
}
.sidom-data .li {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 2px;
 font-size: 17px;
 position: relative;
}
.sidom-data .li:before {
	content:'';
	position:absolute;
	bottom:6px;
	width:100%;
	border-bottom:1px dotted #333;
}
.sidom-data .li span {
 display: table;
 background: #fff;
 padding: 3px;
 z-index: 1;
}
.sidom-data .li a {
	color: #212121;
}
.sidom-calc {
	padding-top:10px;
	margin-bottom:30px;
}
.sidom-calc .ul {
	margin-bottom:10px;
}
.sidom-calc .li {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 margin: 5px 0px;
 border: 2px solid #009900;
 border-radius: 50px;
}
.sidom-parametrs {
 font-weight: 300;
 font-size: 16px;
 text-align: center;
 margin-bottom: 10px;
}
.sidom-calc .ltitl {
 font-size: 16px;
 padding-left: 20px;
}
.sidom-calc select {
font-size: 16px;
 font-weight: 400;
 min-width: 230px;
 padding: 0px 10px;
 text-align: center;
 color: #fff;
 background: #009900;
 border-radius: 50px;
 height: 40px;
 max-width: 230px;
 margin:-2px;
}
.cena {
 text-align: center;
 font-size: 18px;
	margin-bottom:10px;
}
.cifra {
 color: #990000;
 font-size: 26px;
 font-weight: 700;
}
.cena-key {
    padding-top: 20px;
}
.cena-key .stoimost {
    font-size: 26px;
    display: block;
    line-height: 1.1;
    margin-bottom: 15px;
}
.cena-key .cifra {
    font-size: 36px;
}
.cena-key .miniops {
font-size: 12px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
}

.sidom-calc p {
 font-size: 12px;
 color: #666666;
 text-align: center;
 margin-bottom: 15px;
}
.sidom-calc .popup a {
 font-size: 14px;
 color: #0eb70e;
 display: block;
 margin: auto;
 width: 170px;
 text-align: center;
 padding: 12px;
 border: 1px solid #0eb70e;
 border-radius: 30px;
 text-transform: uppercase;
 text-decoration: none;
}
.sidom-calc .popup a:hover {
 background: #0eb70e;
 color: #fff;
}
.planerovka {
	width:480px;
}
.planerovka-dom {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}
.planerovka-dom a {
	position:relative;
	display:block;
	overflow:hidden;
	box-shadow: 0px 0px 1px #000;
	transition:0.4s;
}
.planerovka-dom a:hover {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.planerovka-dom a img {
	display:block;
	transition:0.4s;
}
.planerovka-dom a:hover img {
    transform: scale(1.06);
}
.planerovka-dom .cl{
width:50%;
 padding:10px 5px;
}

/*-----------------portfolio --------*/
.bloch-portfolio {}
.bloch-portfolio .postik-v {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 padding-bottom: 20px;
 border-bottom: 1px solid #999;
 margin-bottom: 10px;
 max-width:860px;
}
.bloch-portfolio .excerpt {
 height:70px;
 overflow:hidden;
 margin-bottom:10px;
}
.bloch-portfolio .excerpt p{
font-size:18px;
}
.bloch-portfolio .post-v {
 max-width: 430px;
}
.bloch-portfolio .title a {
color:#33cc33;
font-size:18px;
	margin-bottom:10px;
}
.bloch-portfolio .pfinfo {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
	margin-bottom:15px;
}
.bloch-portfolio .pfinf {
 padding: 5px 0px;
}
.bloch-portfolio .dalee {
 background: #33cc33;
 border:2px solid #33cc33;
 color: #fff;
 border-radius: 5px;
 padding: 10px;
 font-size: 22px;
 display: block;
 width: 240px;
 text-align: center;
 font-weight: 300;
 margin: auto;
}
.bloch-portfolio .dalee:hover {
 background: none;
 color: #33cc33;
}
.bloch-portfolio .title h1 {
 font-size:30px;
 text-align:left;
 margin-bottom:25px;
}
.bloch-portfolio h2 {
 text-align:left;
 font-size:26px;
}
/*-----------------gdom-img--------*/
.gdom-img {
	margin-bottom:20px;
}
.pfpost {
 display: flex;
 align-items: center;
 justify-content: space-between;
margin-top:40px;}
.vopros {
 background: #f7f7f8;
 padding: 20px;
 border-radius: 5px;
 max-width: 180px;
}
.vopros a {
 width: 100%;
 display: block;
 padding: 10px;
 border-radius: 3px;
 text-align: center;
 color: #fff;
 text-transform: uppercase;
 margin: 0px auto 10px;
 background: #5baa00;
 font-size: 13px;
}
.vopros p {
 font-size: 14px;
 color: #3e3e3e;
 font-weight: 300;
 margin-bottom: 0px;
}
.pfpost .posti {
 max-width: 630px;
}
.pfdatas {
 padding: 40px 0px;
}

.pfdatas h2 {
	margin-bottom:40px;
}
.pfdata {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
	margin-bottom:5px;
	font-size:16px;
	position:relative;
}
.pfdata:before {
	content:'';
	position:absolute;
	bottom:6px;
	width:100%;
	border-bottom:1px dotted #333;
}
.pfdata span {
 display: table;
 background: #fff;
 padding: 3px;
 z-index: 1;
}
.pfdatas-v {
	max-width:500px;
}
.pfgallery {
	margin-bottom:45px;
}
.pfgallery .pfimg {
 width: 25%;
}
.pfotziv-v {
 background: #f7f7f8;
	position:relative;
 padding: 25px 50px 35px 100px;
}
.pfotziv-v:before {
content:url(img/chik.jpg);
position:absolute;
top:30px;
left:30px;
}
.pfotziv-v p{
	 font-size: 15px;
 font-weight: 300;
 line-height: 1.6;
}
.pfotziv-zakazchik {
 padding: 15px 50px;
	margin-bottom:40px;
 font-size: 15px;
	 border-bottom: 1px solid #e0e0e0;
}
.pfmenedjer-v {
	 border: 1px solid #e0e0e0;
		border-radius:2px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
	background:#f7f7f8;
	padding:25px 60px;
}
.pfmenedjer-v a {
width: 100%;
 display: block;
 padding: 11px 15px;
 border-radius: 3px;
 text-align: center;
 color: #fff;
 text-transform: uppercase;
 margin: 0px;
 background: #5baa00;
 font-size: 14px;
}
.pfmenedjer-txt {
 font-size: 14px;
 font-weight: 300;
 line-height: 1.6;
 max-width: 520px;
}



.spisok-doma {
    padding: 20px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    width: 100%;
}
.spisok-doma .bloch-v {
	display:flex;
	flex-wrap:wrap;
}
.spisok-doma .bloch-v a {
	display:table;
	color:#009901;
	margin:0px 10px;
	text-decoration:underline;
}
.spisok-doma .bloch-v a:hover{
	text-decoration:none;
}



.fotik-dom-titl {
font-size: 30px;
    font-weight: 400;
    padding-left: 30px;
	display:table;
margin-left:30px;	
position:relative;

}
.fotik-dom-titl:before {
    content: '';
    background: #090;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
}
.fotik-dom {
	background:#fff;
 border-radius: 10px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
 margin: 20px auto 35px;
 padding: 10px 50px 50px;
 border: 2px solid #d6d6d6;
}
.fotikdom {
display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 border-bottom: 1px solid #b5f0b5;
 padding: 15px 20px 10px;
}
.fotdm-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    padding: 15px 20px;
    background: #f6f6f6;
    line-height: 1;
}
.fotdm1 {
 font-weight: 400;
 width: 35%;
	 padding-right: 30px;
}
.fotdm2 {
 width: 90px;
}
.fotdm2 a {
	font-size:14px;
	color:#000;
	display:table;
	margin:auto;
	transition:0.4s;
}
.fotdm2 a:hover {
	color:#ff0000;
}
.fotdm3 {
    padding-left: 35px;
    width: 54%;
    font-size: 16px;
}
.fotikimg {
	transition:0.4s;}
.fotikimg:hover:before {
	background-position: -26px 0px;
}
.fotikimg:before {
	content:'';
	background:url(images/fotik.png) 0px 0px no-repeat;
 height: 20px;
 width: 26px;
 display: block;
 margin: 0px auto 5px;
}




.like-dom {
    margin-bottom: 50px;
}
.like-dom .dom {
 margin-bottom: 0px;
 padding: 0px 10px;
}
.like-dom .dom-v {
 padding: 0px;
 box-shadow: 0px 2px 2px #e6e6e6;
}

.like-dom-titl {
    font-size: 30px;
    font-weight: 400;
    padding-left: 30px;
    display: table;
    margin: 0px 0px 25px 30px;
    position: relative;
}
.like-dom-titl:before {
    content: '';
    background: #090;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
}
.like-title {
 padding: 15px;
 font-size: 15px;
}
.pfsoc-v {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 width: 100%;
 border-top: 1px solid #e0e0e0;
 padding-top: 25px;
}

.pfsoc-go a {
 color: #5baa00;
 font-size: 15px;
 font-weight: 300;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.pfsoc-go a:before {
content: url(img/nex.jpg);
 margin-right: 10px;
 height: 30px;
 overflow: hidden;
 border-radius: 2px;
}


/*-----------------filter --------*/
.houses {
 width: 100%;
display: table;}
.house-list {
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 flex-wrap: wrap;
}
.house-list .dom {
 width: 33.33%;
 padding: 0px 6px;
 margin-bottom: 15px;
}
.dom-v {
 padding: 0px;
 max-width: 375px;
 margin: auto;
 border: 1px solid #a3a3a3;
}
.sort {
margin: 0px auto 20px;
 color: #666666;
 font-size: 18px;
 padding: 0px 20px;
}
.sort button {
	background:none;
	border:none;
 color: #3333cc;
 font-size: 18px;
margin: 0px 20px;
}
.sort button:hover,
.sort button.active {
text-decoration:underline;
 color: #666666;
}

.filterbox {
 padding: 20px;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 width: 100%;
	margin-bottom: 25px;
}
.bartitle {
font-size: 18px;
 margin-bottom: 8px;
	 font-weight: 700;
}
.niz-head-block {width:100%;}
.filter {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 width: 100%;
 margin-bottom: 5px;
}
.filterbox .barcat ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
	margin-bottom: 0px;
list-style:none;}
.filterbox .barcat ul li {
	margin-bottom:0px;
	 list-style: none;
}
.filterbox .bez-title {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 700;
}
.filterbox .bez-block {
margin: 2px 5px;
    padding: 4px 5px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}
.filter-widghet {
    display: flex;
    flex-wrap: wrap;
}
.filter-widghet-button {
display: table;
    margin: 25px auto 15px;
    border: 2px solid #329933;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    border-radius: 5px;
    cursor: pointer;
    max-width: 300px;
    transition: 0.4s;
}
.filter-widghet-button:hover {
	background:#329933;
	color:#fff;
}
.filter-widghet-slide {
    max-height: 165px;
    overflow: hidden;
    transition: 0.4s;
}
.filter-widghet-slide.active {
    max-height: 2000px;
}

.barcat {
 min-width: 260px;
}
.barcat a,
.filterbox .barcat ul li a {
border: 2px solid #329933;
 width: 125px;
 padding: 12px;
 text-align: center;
 display: block;
 font-size: 18px;
 font-weight: 600;
 color: #111;
 letter-spacing: 1px;
}
.category-doma .barcatgo1 a,
.category-doma .bloch-right .filterbox .barcat ul li:nth-child(1) a,
.category-bani .barcatgo2 a,
.category-bani .bloch-right .filterbox .barcat ul li:nth-child(2) a,
.filterbox .barcat ul li a:hover {
	border:2px solid #fff;
background:#339933;
	color:#fff;
}
.slinput{
	 display: flex;
 align-items: center;
 justify-content: space-between;
	margin-bottom: 8px;
}
.slinput input[type="text"] {
 padding: 5px;
 border-radius: 0px;
 width: 47%;
 border: 1px solid #b7b7b7;
 font-size: 18px;
}
.slider-rang .ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
 border-radius: 0px;
}
.slider-rang .ui-slider-horizontal {
 height: 8px;
}
.slider-rang .ui-widget-header {
background: #329933;}
.slider-rang .ui-slider .ui-slider-handle {
 background: #329933;
 width: 14px;
 height: 16px;
 cursor: pointer;
 border-radius: 0px;
}
.filterbox .atitle {
font-size: 17px;
 margin-bottom: 10px;
 cursor: inherit;
 font-weight: 700;
 color: #111 !important;
 display: block;
}
.filterbox ul {
margin: 0px;
 width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.filterbox ul li.menu-item-has-children {
	 min-width: 210px;
		padding:0px 10px;
		display: inline-block;
}
.filterbox ul li {
	list-style:none;
    margin: 3px;
}
.filterbox ul li a {
    background: none;
    color: #111;
    font-size: 16px;
    margin: 0px;
    border: 2px solid #c7c7c7;
    border-radius: 5px;
    padding: 7px 10px;
	    line-height: 1;
    display: table;
	transition:0.2s;
}
.filterbox ul li a:before {
	display:none;
}
.filterbox ul li a:hover {
	color:#ff6600;
    border: 2px solid #ff6600;
}
.opisanie_kategorii {
 padding: 45px 0px;
}


/*-----------------contacts --------*/
.map-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.map-yandex {
    max-width: 780px;
}
.contact-zvonok {
    max-width: 350px;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/*-----------------Otziv --------*/
.otziv-panel {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
}
.otziv-foto img{
	cursor:pointer;
}
.otziv-foto {
    max-width: 350px;
}
.otziv-info {
    max-width: 650px;
    padding-left: 20px;
}
.otziv-data {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.otziv-klient img {display:block;}
.otziv-name {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}
.otziv-postroika {
    margin: 5px 0px;
    font-weight: 300;
    font-size: 16px;
}
.otziv-raion {
    font-weight: 300;
    font-size: 16px;
}
.otziv-data-v {
    padding-left: 20px;
}
.bazovi-single .otziv-text p {
    font-weight: 300;
	    font-size: 17px;
    margin: 0 0 10px;
}
/*-----------------bloch-10 --------*/
/*-----------------podmenu --------*/
/*-----------------podmenu --------*/
.podmenu > div > ul {
    display: flex;
    justify-content: flex-start;
    padding-inline-start: 0;
    padding: 0;
    list-style: none;
    position: relative;
    max-width: 1180px;
    margin: 20px auto 0px;
}
.podmenu > div > ul > li {
    width: 16.3%;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.podmenu > div > ul > li > a:hover,
.podmenu > div > ul > li:hover > a {
	background:none;
	color:#133f6b;
}
.podmenu > div > ul > li > a {
	transition:0.3s;
    text-decoration: none;
    font-size: 15px;
    padding: 9px 4px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #133f6b;
    margin: 0px 5px;
    display: inline-block;
    z-index: 0;
    position: relative;
    border: 2px solid #133f6b;
}
.podmenu>div>ul>li:hover > ul.sub-menu {
    display: inline-block;
    position: absolute;
    top: 42px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.3);
    padding: 10px 18px;
    left: 0px;
	width:100%;
}
.podmenu ul.sub-menu {
	display:none;
	    z-index: 90;
}
.podmenu ul.sub-menu li > ul.sub-menu {display:none;}
.podmenu ul.sub-menu > li {
	padding: 10px;
    display: inline-block;
}
.podmenu ul.sub-menu li a:hover {text-decoration:underline;}
.podmenu ul.sub-menu li a {
    line-height: 1.1;
    display: block;
}


.linktags-title {
    font-size: 28px;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.linktags {
    max-width: 1150px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.linktag {
	padding:2px 5px;
}
.linktags a {
    border: 2px solid #329933;
    padding: 8px 12px;
    text-align: center;
    display: table;
    font-size: 16px;
    color: #111;
    border-radius: 8px;
    font-weight: 400;
}
.linktags a:hover {
	color:#fff;
	background:#329933;
}
/*-----------------podmenu --------*/




/*-----------------bloch-1 --------*/
.bloch-1 {}
.bloch-1 h2 {
	font-size:40px;
}
.bloch-1 h2 span{
color:#003366;
}
.bloch-1 h3 {
    font-size: 25px;
    color: #003366;
    margin-bottom: 10px;
}
.bloch-1 .polos{
margin:0px auto 20px;
}
.prtitl {
    font-size: 21px;
    position: relative;
    display: table;
    line-height: 1;
    min-width: 190px;
    letter-spacing: -0.6px;
}
.prichins {
	background:url(./images/info.png) 46% 50% no-repeat;
	    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
	    margin-bottom: 50px;
}
.prichins .voprosis {
	background: #fff;
    border: 1px solid #ff0c0c;
    color: #ff0c0c;
	top: 20px;
	    right: -28px;
    padding: 0px;
    left: 0px;
	border-radius: 100px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.prichins .voprosis span {
    transition: 0.5s;
    height: 0px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -100%;
    left: 100%;
    color: #333;
    border: 0px;
    padding: 0px;
    background: #fff;
    z-index: 1;
    font-size: 17px;
    border-radius: 4px;
    min-width: 200px;
    text-align: left;
    width: 0px;
}
.prichins .voprosis:hover span {
    border: 1px #555 solid;
    height: auto;
    width: auto;
    padding: 10px 15px;
    transition: 0.5s;
}
.prichins .ul {
	align-self:stretch;
}
.prichins .ul2 {
    width: 380px;
}
.prichins .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
	    margin-bottom: 10px;
}
.prichins .ul3 .li {
    flex-direction: row-reverse;
	    justify-content: flex-end;
}
.prichins .li5 {
flex-direction:row-reverse;
justify-content: flex-end;}
.prichins .li6 {
align-items: flex-end;
justify-content: flex-end;}
.prichins .ul3 .prtitl{padding-left: 30px;}
.prichins .li5 .prtitl{padding-left: 30px;}
.prichins .li6 .prtitl{padding-bottom: 5px;}
.prichins .primg:before {
	content:'';
	background:url(./images/vibori.png) 0px 0px no-repeat;
	width:138px;
	height:138px;
	display:block;
}
.prichins .primg1:before {background-position: 0px 0px;}
.prichins .primg2:before {background-position: 0px -146px;}
.prichins .primg3:before {background-position: 0px -292px;}
.prichins .primg4:before {background-position: -1px -444px;}
.prichins .primg5:before {background-position: -184px 0px;}
.prichins .primg6:before {background-position: -7px -617px;}
.prichins .primg7:before {background-position: -188px -170px;}
.prichins .primg8:before {background-position: -188px -316px;}
.prichins .primg9:before {background-position: -188px -462px;}
.prichins .primg10:before {background-position: -189px -614px;}
.prichins .primg {
    position: relative;
}
.prichins .li:nth-child(2n) .voprosis {
    left: 84%;
}
.prichins .li.li5 .voprosis{
	top: -10px;
    left: 42%;
}
.prichins .li.li6 .voprosis{
	top: 92%;
    left: 42%;
}
.prichins .ul {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prichins .ul1 .primg {
    flex-direction: row-reverse;
}
/*-----------------bloch-2 --------*/

.bloch-2 h3 {
    font-size: 25px;
    color: #003366;
    margin-bottom: 20px;
}
.bloch-2 .pfimg {
    width: 25%;
}





/*-----------------podmenu --------*/
.footer {
	padding:45px 0px;
	background:#003663;
}
.footer * {
	color:#fff;
}
.foot-v {
display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
 padding-bottom: 30px;
 border-bottom: 1px solid #fff;
 margin-bottom: 30px;
}
.copir {
font-weight: 300;
 font-size: 16px;
}
.copir a {
	color:#00cc33;
}
.ft1 {
	 width: 75%;
}
.ft2 {
	width:25%;
}
.ft1 ul {
	margin:0px;
}
.ft1 ul li{
	list-style:none;
	margin-bottom:5px;
}
.ft1 ul li a {
 font-size: 18px;
 font-weight: 300;
}
.ft1 ul li a:hover {
	color:#00cc33;
	text-decoration:underline;
}
.ft2 p{
	padding-left:30px;
	position:relative;
	margin-bottom:5px;
 font-size: 18px;
 font-weight: 300;
}
.ft2 p.prgd {
    padding: 10px 0px;
}
.ft2 p.prgd:before {
   content:none;
}
.ft2 p:before {
	content:'';
	background:url(images/fico.png) 0px 0px no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
}
.ft2 .p1:before {}
.ft2 .p2:before {background-position:-33px 0px;}
.ft2 .p3:before {background-position:-66px 0px;}
.ft2 .p4:before {background-position:-99px 0px;}

.vsps {
    color: #003663;
    font-size: 18px;
    padding: 5px;
    -webkit-appearance: auto;
}
.vsps option {
    color: #003663;
}


.otz-title {
 font-size: 28px;
 margin-bottom: 10px;
 font-weight: 300;
}
.trueotz-v {
 display: flex;
 align-items: flex-start;
 justify-content: space-around;
 flex-wrap: wrap;
}
.social {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:165px;
}
.social .soc a {
	background:url(img/social.png) 0px 0px no-repeat;
width:35px;
height:32px;
display:block;
}
.social .soc2 a {background-position: -41px 0px;}
.social .soc3 a {background-position: -82px 0px;}
.social .soc4 a {background-position: -125px 0px;}


.knopkivn {
position: fixed;
 bottom: 5%;
 right: 1%;
 z-index: 99;
 overflow: hidden;
 border-radius: 100px;
}
.knopkivn img {display:block;}
/*-----------------footer----------*/
/*-----------------footer----------*/


:focus {outline:none!important;}

/* Forms */
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display:block;
margin:auto;}
#contentwide .wp-caption img {margin:0px;}
#contentwide .wp-caption p {font-size:14px;margin:0px 0px 5px;}
.wp-caption { 
 background-color: #F3F3F3;
 border: 1px solid #DDDDDD;
 margin: 20px auto;
 padding-top: 4px;
 text-align: center;
 max-width: 100%;
 width: auto !important;
}
.wp-caption-dd { 
line-height: 17px;
margin: 0px;
padding: 0px 4px 5px;
}

.post-v {
 max-width: 400px;
}
.post-info {
 display: table;
 width: 100%;
 text-align: left;
 margin-top: 15px;
	display:none;
}
.post-info span {
 color: #454545;
 font-size: 12px;
 position: relative;
 display: inline-block;
 line-height: 20px;
 padding-left: 20px;
 margin-right: 20px;
}
.post-info span.views-comm:before {
content: '';
 position: absolute;
 width: 15px;
 background: url(images/vi.png) 0px 0px no-repeat;
 height: 11px;
 left: 0px;
 top: 4px;
	display:none;
}
.post-info span.views:before {
content: '';
 position: absolute;
 width: 15px;
 background: url(images/vi.png) -19px 0px no-repeat;
 height: 11px;
 left: 0px;
 top: 4px;
}
.views-soc {position:relative;}




a, .spanlink {color:#095efa;text-decoration:none;cursor:pointer;}
.wrap a:hover, a:hover, .spanlink :hover {text-decoration:none;}
a img {border:0;}
.home .wrap a{text-decoration:none;}


/* MENU */



/* Content */
.page-bg {
width: 100%;
 height: 370px;
 background-size: cover !important;
}
img {
max-width: 100%;}

.bazovi-single p {font-weight:400;}
/* Footer */

#author,#email,#url,#comment {border:1px solid #cccccc; font-size:1em; margin:0; padding:4px;}
#commentsection {margin:25px 0 0;}
#commentsection p {margin:0 0 6px;}
/* Float fix */
.postik {

}
.imgi {}
.imgi img {
display: block;
}
.title a {
 display: block;
	text-align:left;
}
.title h1 {
 display: block;
	margin-bottom:50px;
}
.title a {
 margin: 0px 0px 20px;
 font-size: 25px;
 color: #254a77;
	line-height: 1.2;
}



.contenttext, .contenttext-single {
overflow: hidden;
padding: 0px;
position: relative;
margin-bottom: 15px;}
.contenttext-single .imgi img{
 display: block;
 margin: 0px 10px 0px 0px;
 padding: 0px;
}
.contenttext .imgi img{
 display: block;
 margin: 0px;
 padding: 0px;
}
.contenttext .imgi, .contenttext-single .imgi{
float: left;
}

.contenttext a.dalee:hover {
 text-decoration: none;
}
.contenttext a.dalee {
 display: block;
 padding: 0px;
 color: #484848;
 font-size: 18px;
 margin-top: 20px;
 font-weight: 400;
 text-decoration: underline;
}
.contenttext .posti {
 width: 100%;
 display: table;}

.contenttext .posti .text-block{
 width: 100%;
 z-index: 20;
 max-width: 150px;
 margin: 40px auto 0px;}
* html .contenttext {height:1px; overflow:visible;}
* html .contenttext p {overflow:hidden; width:99%;}
.block-text {width:100%;max-width:950px;margin:auto;}
.block-text .widget-title{
font-size: 35px;
 text-align: center;
 margin: 35px 0px 20px!important;
 }

/* WP image align classes */
img.centered {display:block; margin-left:auto; margin-right:auto;}
img.alignright {padding:4px; margin:0 0 2px 7px; display:inline;}
img.alignleft {padding:4px; margin:0 7px 2px 0; display:inline;}
.alignright {float:right;}
.alignleft {float:left;}

/* Various classes */

.post {margin:0px;}
.postinfo {
 font-size: 14px;
 line-height: 1.5em;
 margin: 30px 0px 10px;
 color: #5e5e5e;
	display:none;
}
.postinfo a {color: #5e5e5e;}
.prevlink {margin-right:20px;}
.nextlink {margin-left:20px;}

#wp-pagenavi{text-align:center;clear:both; margin: 30px 0px;}
#wp-pagenavi a, #wp-pagenavi span{
 color: #6D6D6D;
 margin: 0px 3px;
 padding: 4px 9px;}
#wp-pagenavi a:hover{
 background: #FFFFFF;
 box-shadow: 0px 0px 1px #6D6D6D;}
#wp-pagenavi span.current { 
 background: #FFFFFF;
 padding: 2px 7px;
 box-shadow: 0px 0px 1px #6D6D6D;
}

#s {
font-size: 18px;
height: 20px;
margin: 6px 0px 0px;
padding: 5px 5px 0px;
width: 140px;}

/* MENU */
.wp-caption { 
background-color: #F3F3F3;
border: 1px solid #DDDDDD;
margin: auto;
padding-top: 4px;
text-align: center;
}
.wp-caption-dd { 
line-height: 17px;
margin: 0px;
padding: 0px 4px 5px;
}
/*Comments-------------------*/
/* comments */
.compak {margin:30px 0px 50px;width:100%;}

span.commentslink {display:block;text-align:center; width:147px;height:17px; overflow:hidden;margin:0 0 10px 0; padding:3px 5px;}
span.commentslink a {padding-left: 20px}
h3#comments, #respond h3 {color:#3c78ae; font-size: 26px; margin:0 0 0.4em;}
#respond {position: relative; margin: 5px 0 0 0;}
#singlecomments .avatar img{
 float: left;
 margin: 10px;
 width: 80px}
#koments ul li, #koments ol li {list-style:none!important;}
#koments img {border:none;margin:0px 0px -5px;}
#koments ol.commentlist {list-style:none; margin:0; padding:0; text-indent:0;border:none!important;}
#koments ol.commentlist li {
 border: 1px solid #ECDBE2;
margin: 0px 0px 45px;
padding: 5px;
position:relative;}

.comment #respond ul li, .comment #respond ul li ul, .comment #respond .verh-comment {
border:none;
margin:0px;
}
.comment #respond textarea{
margin:0px;
}
#koments ol.commentlist li div.comment-author {padding:0 170px 0 0;}
#koments ol.commentlist li div.vcard cite.fn {font-style:normal;}
#koments ol.commentlist li div.vcard cite.fn a.url {color:#c00; text-decoration:underline;}
#koments ol.commentlist li div.vcard cite.fn a.url:hover {color:#000;}
#koments ol.commentlist li div.commentmetadata {font:bold 1.1em/1.4 helvetica,arial,sans-serif;text-align:right; 
position:absolute; right:5px;top:5px;}
#koments ol.commentlist li div.commentmetadata a {color:#333; text-decoration:none;}
#koments ol.commentlist li div.commentmetadata a:hover {color:#000;}
#koments ol.commentlist li p { 
font-size:18px;
color: #111;
margin: 0px 0px 10px;
}
#koments ol.commentlist li ul {list-style:square; margin:0 0 1em; padding:0; text-indent:0;}
#koments ol.commentlist li .reply span:hover{
color:#6D6D6D !important;
background:#fff;
 border-radius: 5px;
}
#koments ol.commentlist li .reply span{
 border-radius: 2px;
 font-size: 15px;
 line-height: 1;
 display: block;
 padding: 4px;
}
#koments ol.commentlist li .reply {
 display: table;
 text-align: center;
 position: absolute;
 background: #6D6D6D;
	border:1px solid #6D6D6D;
 right: 5px;
 top: -14px;}
#koments ol.commentlist li .reply a {
 color: #6D6D6D;
 text-decoration: none;
 font-size: 20px;}
#koments ol.commentlist li ul.children {list-style:none; text-indent:0; padding: 0 0 0 10px;}
#koments ol.commentlist li ul.children li.depth-2 {margin:0 0 .25em;}
#koments ol.commentlist li ul.children li.depth-3 {margin:0 0 .25em;}
#koments ol.commentlist li ul.children li.depth-4 {margin:0 0 .25em;}
#koments ol.commentlist li.even {background: #FFF;}
#koments ol.commentlist li.odd { background: #FFFFFF;}
#koments ol.commentlist li.pingback div.vcard {padding:0 170px 0 0;}
ul.children {
margin:0px 0px 55px 20px;
}
.verh-comment ul li {list-style:none;float:left;width:40%;margin-right:40px;}
.verh-comment ul {display:table;width:100%;}
.waitmoderation {color:Red; font-style:italic; font-size:0.8em}
.avtor a {font-weight:600;}
.avtor {
 color: #6D6D6D;
 font-weight: 400;
 }
.ava {width:100%;}
/* Forms */
.niz-comment {
text-align:right;
}
.respond-title, p#comments {
 font-size: 27px;
 margin: 50px 0px 30px;
}
#commentform #submit:hover {
 background: none;
 color: #6D6D6D;}
#commentform #submit {
 background: #6D6D6D;
 font-size: 18px;
 border: 2px solid #F0F0F0;
 border-radius: 2px;
 height: 40px;
 width: 200px;
 color: #fff;
 
 text-indent: inherit;
 padding: 0px;
}
#author,#email,#url,#real-comment {border: 1px solid #B3B3B3;margin:0; padding:4px;}
#commentsection {margin:25px 0 0;}
#commentsection p {margin:0 0 6px;}
.comment-wrapper {background:#ffffff;display: block;padding:5px;margin-top:10px;}
.commentik {padding:5px;margin-bottom:5px;}
.verh-comment {margin: 0 0 10px 0;}
.niz-comment p{display: inline-block;}
.verh-comment table{width: 100%;}
#commentform {font-size:100%; text-align:left;}
#commentform .logged-in {font-weight:bold; margin:0 0 1em;}
#commentform textarea {
font-size: 20px;
 height: 100px;
 padding: 20px 5px;
 width: 98%;
 border: 1px solid #6D6D6D;
 text-indent: 20px;
	margin-top:20px;
}
#commentform input {
border: 1px solid #6D6D6D;
margin: 0px;
 padding: 12px 10px;
 width: 92%;
 text-indent: 25px;
}
#commentform .required {color:Red;font-size:1.4em; line-height:1.4em}
#commentform .commenterfield {text-align:left!important;}
#commentform p {margin:0 0 .2em 0;}
#commentform label {text-align:left!important;}
#commentform .caption {line-height:1.4;margin:0 0 1em;}
#commentform .comment-timeout {font-weight:bold; margin:2em 0 0;}
#commentform .subscribe-to-comments {
 padding:5px 10px;
 border:1px solid #ccc; width:530px
}
.commentmetadata {
 font-size: 18px;
 margin-left: 10px;
}
/* END comments */


.container-menu .logo-go {
display:none;}




.viborblock {
	padding-top:40px;
}
.faqblock .bloch-7,
.faqblock .bloch-7 .bloch-v{
	padding-bottom:0px;
	border:none;
}
.filterbox-button {
    border: 2px solid #329933;
    width: 225px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    display: none;
    margin: 15px auto 20px;
}


@media all and (min-width: 1010px) {
	
.header-fixed-menu ul li:hover > ul.sub-menu{opacity:1;display:table}
}


@media all and (min-width: 100px) and (max-width: 1100px) {
.podmenu {display:none;}
.menu_head {
display:block;
 background: #fff;
 border: none;
 width: 30px;
 height: 50px;
 margin: 0;
 overflow: hidden;
 float: left;
 cursor: pointer;
 z-index: 70;
 position: relative;
 padding: 0px 30px;
}
.menu_head:after {
 content: '';
 position: absolute;
 width: 100%;
 height: 3px;
 background: #688187;
 top: 18px;
 left: 15px;
 box-shadow: 0 6px 0 #688187,0 12px 0 #688187;
 max-width: 30px;
}
.menu_body {
 background: #fff;
 list-style: none;
 margin: 0 auto;
 padding: 0;
 width: 100%;
 position: fixed;
 left: -100%;
 top: 49px;
 border-top: 1px solid #fff;
 box-shadow: 0 2px 4px rgba(0,0,0,0.15);
 overflow: auto;
 z-index: 75;
 height: 100%;
 transition:0.5s;
}
.menu_body.menuslide {
 left: 0%;
}
.scroll_body {
 position: absolute;
 overflow-y: scroll;
 width: 100%;
 height: 100%;
 padding-bottom: 50px;
}
.menu_body ul {
 padding: 0px;
 flex-wrap: wrap;
 list-style: none;
 background: none;
}
.menu_body li {
 width: 100%;
}
.menu_body li a {
 display: block;
 padding: 10px 0px 15px 50px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.03);
 text-align: left;
 font-weight: 300;
 line-height: 1;
 position: relative;
}
.menu_body li a:before {
 content: '\203A';
 position: absolute;
 left: -10px;
 top: 50%;
 font-size: 20px;
 line-height: 1;
 margin-top: -14px;
}
.container-menu {
 display: table;
 position: fixed;
 z-index: 999;
 width: 100%;
 background: #fff;
 top: 0px;
 left: 0px;
 box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.scroll_body {
    background: #fff;
}
.header-fixed-menu ul li {
 padding: 5px 20px;
}
.header-fixed-menu ul li a {
color:#333;
 padding: 10px;
}
.header-fixed-menu ul li:hover > a, .header-fixed-menu ul li a:hover, .header-fixed-menu ul > li > ul.sub-menu > li:hover > a {
    background: #fff;
    color: #111;
}
.header-fixed-menu ul li > ul.sub-menu > li:hover > ul.sub-menu {
 top: 0px;
 left: 0;
}
.header-fixed-menu ul.sub-menu.active {
 position: relative;
 top: 0px;
	border:none;
display:table;
 opacity: 1;}
.header-fixed-menu ul > li > ul.sub-menu > li > a {
 padding: 7px 10px 7px 15px;
}
.header-fixed-menu ul li > ul.sub-menu li a:before {
 left: 0px;
}
.menu-click {
	background: url(img/xxx.png) 50% 50% no-repeat;
	height:30px;
	width:30px;
	position: absolute;
 top: 5px;
 right: 20px;
	z-index:10;
}
.grafik-box-tim.grafik-active {
 top: 55%;
}
h1 {
 text-align: center;
 font-size: 23px;
 margin: 0px 0px 10px;
 padding: 0px 10px;
}
h2 {
 font-size: 20px;
	padding:0px 5px;
}
h3 {
 font-size: 17px;
	padding:0px 5px;
}
.tophead {
padding: 60px 0px 10px;
    flex-direction: column;
    justify-content: center;
}
.tophd1 {
 margin: auto;
}
.toplogo {
 padding: 0px;
 margin: 0px auto 15px;
}
.tophd2 {
    max-width: 250px;
    margin: auto;
 justify-content: center;
}
.toptitle, .mnth1 {display:none;}
.tophd3 {
 margin: auto;
}
.go {
	 justify-content: space-around;
}
.go a {
 font-size: 14px;
padding: 15px 9px;}

.proekt-form {
    margin: 0px auto 10px;
    padding: 10px 0px 20px;
    flex-direction: column;
    max-width: 450px;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item {
 margin: 0px auto 15px;
 width: 170px;
}
.proekt-info {
	max-width: 300px;
 justify-content: center;
 margin-bottom: 5px;
}
.proekt-form .cl {
 width: 190px;
 margin: 0px auto 10px;
}
.proekt-form .file1 input {
 margin: auto;
}
div#mfcf7_zl_multifilecontainer {
 text-align: center;
}
.proekt-form .inp-forma .inp {
 width: 250px;
 margin: 0px auto 10px;
}
.proekt-form .sub {
 margin: 15px auto 0px;
 position: relative;
}
.dop {
 max-width: 350px;
 margin: 0px auto 5px;
}
.accordion-panel {
    padding: 15px;
}
.accordion-title {
    font-size: 20px;
    padding-right: 30px;
}
.accordion-text {
font-size: 17px;}
.accordion-title:after {
    right: 5px;}
.bloch-1 {
 padding: 25px 0px;
 margin-top: 0px;
}
.bloch-11 {
 padding: 0px;
}
.catdom {
 margin: 0px auto;
}
.catdom-title {
 font-size: 18px;
}
.bloch-12 .ul {
 justify-content: center;
}
.bloch-12 .li {
 font-size: 13px;
 padding: 10px 5px;
}
.bloch-2 h3 {
 margin-bottom: 15px;
 font-size: 17px;
}

.bloch-1 h2 span{
	display:block;
}
.bloch-1 h2 {
    font-size: 24px;
}
.bloch-1 h3 {
font-size: 18px;}
.prichins {
    background: none;
    justify-content: center;
    margin-bottom: 0px;
}
.prichins .ul {
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 320px;
}
.prichins .li {
	margin: 15px 0px 0px;
    max-width: 150px;
}
.prtitl {
    text-align: center;
    margin-bottom: 10px;
    min-width: 100%;
	padding:0px !important;
	    font-size: 18px;
}
.prichins .primg {
    margin: auto;
}
.portfolios {
 justify-content: center;
}
.bloch-2 .pfimg {
 min-width: 160px;
}
.bloch-5 {
 padding-top: 0px;
}
.bloch-5 .video .vid {
	width: 280px;
 margin-bottom: 15px;
}
.bloch-3 {
 padding: 20px 0px;
}
.vibor-doma {
 justify-content: center;
margin: 0px auto 15px;
}
.vibor {
 font-size: 15px;
 margin: 2px 10px;
}
.dom {
 width: 100%;
 max-width: 380px;
 margin: 0px auto 10px;
}
.dom-data .dan {
font-size: 17px;}
.position-what.active {
padding: 0px 15px 20px;}
.dom-what ul {
max-width: 290px;}
.dom-what ul li {
padding-left: 20px;}
.like-dom .dom {
    margin-bottom: 10px;
}
.bloch-8 {
background: #ececec;
 padding: 30px 5px;
 height: inherit;
}
.bloch-8 .col2 {
justify-content: center;}
.bloch-8 .cl {
 width: 100% !important;
	 margin: auto;
		max-width:400px;
}
.bloch-8 h2 br{display:none;}
.bloch-8 h2 {
 text-align: center;
 font-size: 18px;
}
.bloch-8 p {
 font-size: 15px;
 text-align: center;
}
.menedjer {
 margin: 0px auto 15px;
}
.bloch-8 .ul .li br{display:none;}
.bloch-8 .ul .li {
 font-size: 14px;
 max-width: 320px;
 margin: 0px auto 15px;
}
.footform {
 margin: auto;
 padding: 20px 15px;
}
.vibors .wpcf7-list-item-label {
 padding-left: 26px;
}
.vibors .wpcf7-list-item-label:before {
left: 2px;}
.newspost {
 max-width: 287px;
 margin: 0px auto 20px;
}
.bloch-13 h2 {
 text-align: center;
}
.bloch-6 {
 padding: 0px;
}
.bloch-7 .cols {
 justify-content: center;
}
.bloch-7 .col1,
.bloch-7 .col2 {width:100%;}
.bloch-7 .zvonok-form {
 border: 2px solid #006699;
 padding: 15px 15px;
	max-width: 340px;
}
.bloch-7 .zvonok-title {
 font-size: 20px;
}
.faq-vopros {
 padding: 10px 40px 10px 10px;
 font-size: 16px;
 margin: 0px auto 10px;
}
.faq-otvet {
 padding: 15px;
 font-size: 15px;
 margin-bottom: 10px;
}
.bloch-10 .imgtxt {
 justify-content: center;
}
.bloch-10 .img {
 width: 100%;
 text-align: center;
 margin: 0px auto 20px;
}
.bloch-10 .txt {
 width: 100%;
 padding: 0px 15px;
}
.bloch-10 p.p1 {
 text-align: center;
}
.bloch-10 p.p1 span {
 text-align: center;
 font-size: 25px;
	display:block;
}
.house-list {
 justify-content: center;
}
.house-list .dom {
 width: 100%;
 margin: 0px auto 15px;
 max-width: 380px;
}
.bazovi-flex .bloch-left {
	margin:auto;
}
.bazovi-flex .bloch-right {
	margin:auto;
}
.opisanie_kategorii {
 padding: 25px 15px;
}
.sort {
 font-size: 18px;
	text-align:center;
}
.sort button {
	display:block;
	text-align:center;
 font-size: 16px;
 margin: 3px auto;
}
.wrap {
 padding: 15px 0px 25px;
}
#breadcrumbs {
 margin-bottom: 15px;
 font-size: 14px;
 text-align: center;
 padding: 0px 10px;
}
.company .gallery-company {
 padding: 20px 0px 30px;
}
.company .bloch-12 h2, .company .gallery-company h2, .company .bloch-10 h2 {
 text-align: center;
 font-size: 22px;
 margin-bottom: 20px;
}
.bloch-10 .ul {
 justify-content: space-around;
}
.the_content, .contents, .posti {
	padding:0px 10px;
}
.title h1 {
 margin-bottom: 20px;
}
.company .bloch-10 {
 padding: 15px 0px;
}
table td {
 padding: 5px;
	font-size: 13px;
}
table {
 margin-bottom: 15px;
}
.postik {
	max-width:400px;
	margin:auto;
}
.bloch-portfolio .title a {
    margin: 10px;
    font-size: 18px;
}
.bloch-portfolio .postik-v {
 padding: 10px;
 border: 1px solid #999;
 margin-bottom: 10px;
}
.pfpost {
 justify-content: center;
 margin-top: 20px;
 flex-wrap: wrap;
 padding: 0px 10px;
}
.vopros {
 max-width: 250px;
}
.pfdatas {
 padding: 20px 5px;
 margin: auto;
 max-width: 360px;
}
.pfotziv-v {
 padding: 15px 15px 15px 50px;
}
.pfotziv-v:before {
 content: url(img/chik.jpg);
 left: 5px;
}
.pfotziv-zakazchik {
 padding: 10px 30px;
 margin-bottom: 20px;
 font-size: 15px;
}
.pfmenedjer-v {
 justify-content: center;
 padding: 25px 20px;
}
.pfmenedjer-txt {
 font-size: 13px;
 text-align: center;
}
.like-dom {
 padding: 20px 0px;
}
.pfsoc-v {
 justify-content: center;
 padding-top: 25px;
 margin: 0px auto 15px;
}
.pfsoc-go {
 margin-bottom: 10px;
}
.bloch-portfolio .title h1 {
 font-size: 20px;
 margin-bottom: 20px;
}
.like-title {
    font-size: 20px;
}


.tim-close {
 top: 0px;
 z-index: 9999;
 font-size: 50px;
 text-shadow: 3px 1px 0px #111, -1px -1px 0px #111;}
 
 
.map-yandex ymaps {
	width:100% !important;
}
.footer {
 padding: 30px 0px;
}
.foot-v {
 justify-content: center;
     padding-bottom: 10px;
    margin-bottom: 15px;
}
.true_otz {
    margin: 5px auto;
	    padding: 0px 5px;
}
.otz-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 400;
}
.ft1 ul li a {
font-size: 16px;}
.copir {
    font-size: 13px;
    padding: 0px 15px;
}
.social {
 margin: auto;
}
.ft.ft2 {display:none;}
.ft3 .p1 {
 font-size: 18px;
 margin: 10px auto;
}
.bazovi-dom .title h1 {
 margin-bottom: 15px;
 font-size: 22px;
}
.sidom-col1 {
    width: 100%;
    max-width: 750px;
    margin: auto;
}
.sidom-col2 {
    width: 100%;
    margin: 0px auto;
    max-width: 350px;
}
.sidom-social {
	padding-top:10px;
	justify-content: center;
}
.popsoc {
    padding: 8px;
}
.popsoc .popsocspan {display:none;}
.sidom-calc .ltitl {
    font-size: 18px;
    padding-left: 0px;
    margin-bottom: 5px;
}
.sidom-calc select {
    font-size: 17px;
    min-width: 250px;
    padding: 0px 20px;
    max-width: 250px;
    margin: 0;
}
.mini-posti-title {
	padding:0px 5px;
}
.sidom-calc {
 margin-bottom: 0px;
}
.sidom-calc .ul {
 margin-bottom: 10px;
}
.sidom-calc .li {
    justify-content: center;
    margin: 4px auto;
    padding: 2px;
}
.sidom-col1 .posti p {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.sidom-txt.sidom-info {
    margin-bottom: 10px;
}
.fotik-dom-titl {
    font-size: 24px;
    padding-left: 25px;
    margin: auto;
}
.planerovka {
    width: 100%;
    max-width: 480px;
    margin: auto;
}
.like-dom-titl {
    font-size: 24px;
    margin: 0px auto 10px;
}
.fotik-dom-titl:before {
    top: 7px;
}
.like-dom-titl:before {
    top: 7px;
}
.fotik-dom {
    margin: 15px auto;
    padding: 10px 15px 20px;
	max-width: 550px;
}
.fotdm-title {
    font-size: 20px;
    margin-top: 15px;
    padding: 0px;
}
.ft1 ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.ft1 ul li {
    margin: 5px;
}
.fotikdom {
    padding: 10px;
}
.fotdm1 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
}
.fotdm2 {
    width: 100%;
    padding: 10px;
}
.like-dom {
    padding: 10px 0px;
}
.fotdm3 {
    padding-left: 0px;
    width: 100%;
    font-size: 16px;
}
.faqs {
    max-width: 400px;
}
.filterbox ul.menu {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.filterbox {
    margin: 0px auto 25px;
    max-width: 310px;
}
.bazovi-flex .bloch-flex {
display: block;}
.filterbox-button {
	display:block;
}
.filterbox {display:none;}
.filterbox.active {
	display:block;
}


}





@media all and (min-width: 600px) and (max-width: 1100px) {
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
#breadcrumbs {
text-align: left;}
.tophead {
    flex-direction: row;
    justify-content: space-between;
}

.sort {
    display: flex;
    justify-content: center;
}
.sort button {
    margin: 0px 15px;
}
.filterbox {
    max-width: 100%;
}

.bloch-doma {
    justify-content: center;
}
.dom {
    margin: 10px;
    max-width: 360px;
}
.house-list .dom {
    max-width: 360px;
}
.sidom-social {
    padding-top: 10px;
    justify-content: center;
    width: 100%;
}
.sidom-col2 {
    width: 100%;
    margin: 0px auto;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
	    align-items: center;
}
.sidom-room-info {
    width: 45%;
    padding: 0px 5px;
}
.sidom-calc {
    margin-bottom: 0px;
    width: 55%;
    padding: 0px 5px;
}
.sidom-parametrs {
    font-weight: 400;
font-size: 17px;}
.sidom-calc .ltitl {
    font-size: 17px;
    margin-bottom: 0px;
}
.sidom-calc .li {
	    justify-content: space-between;
    padding: 2px 8px;
}
.sidom-calc select {
font-size: 16px;}
.fotdm1 {
    width: 30%;
}
.fotdm2 {
    width: 110px;
}
.fotdm3 {
width: 53%;}
.like-dom .dom {
    max-width: 355px;
}


.ft1 {
	 width: 100%;
}
.ft1 ul {
    margin: 0px auto;
display: table;}



/*-----------------Otziv --------*/
.otziv-panel {
    flex-wrap: wrap;
    justify-content: center;
}











}




@media all and (min-width: 600px) and (max-width: 750px) {
.the_content, .contents, .posti {
    padding: 0px 5px;
}
.dom{
    margin: 4px;
    max-width: 290px;
}
.house-list .dom {
    max-width: 290px;
}
.like-dom .dom {
    max-width: 290px;
}
.dom-money {
    font-size: 17px;
}
.dom-money strong {
    font-size: 24px;
}
.dom-data .dan span:before {
    left: -5px;
}
.dom-data .dan span {
    padding-left: 26px;
}
.bloch-5 .video .vid1 {order:1;}
.bloch-5 .video .vid2 {order:3;}
.bloch-5 .video .vid3 {order:2;}
.oprosnik .wpcf7-radio .wpcf7-list-item {
width: 50%;}
.dom-min-title {
    padding: 8px;
    font-size: 14px;
}
.dom-what ul li {
    font-size: 15px;
}
.sidom-room {
    padding: 10px 5px;
}
.sidom-data .li {
    font-size: 16px;
}
.sidom-calc .li {
	justify-content: center;
    padding: 2px 8px;
    border-radius: 0px;
    border: 1px solid #009900;
}
.fotdm3 {
    width: 100%;
}
.sidom-calc .ltitl {
    width: 100%;
    text-align: center;
}




}