h1{
font-family: "Verdana";
}

h2{
font-family: "Verdana";
}

h3{
font-family: "Verdana";
}

h4{
font-family: "Verdana";
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #4f4f4f;
	opacity: 1;
}
*:-moz-placeholder {
	color: #4f4f4f;
	opacity: 1;
}
*::-moz-placeholder {
	color: #4f4f4f;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #4f4f4f;
	opacity: 1;
}

body {
	font-size: 14px;
    font-family: 'Verdana';
}
a{
	color: #fff200;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3, h4, h5{
	color:#666666;
	font-family: 'Verdana';
}
.work{
    width: 100%;
    max-width: 1423px;
    min-width: 280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
	padding:0 20px;
}

.helper{
    width: 100%!important;
    height: 0!important;
    visibility: hidden;
    margin: 0!important;
    padding: 0!important;
}

.hidden {
  display: none !important;
}


input[type="text"],input[type="email"], input[type="password"]{
    width: 100%;
    height: 50px;
    padding: 0 12px;
    margin-bottom: 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #4f4f4f;
    font-family: 'Verdana';
    font-size: 14px;
    border: none;
    background-color: #fff;

}

textarea{
    width: 100%;
    padding: 9px;
    margin-bottom: 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #4f4f4f;
    font-family: 'Verdana';
    font-size: 15px;
    border: none;
    background-color: #fff;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    color: #08A652;
	text-decoration: underline;
    font-family: 'Verdana';
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
	border-radius: 8px;
}

.btn:hover{
    opacity: .7;
	text-decoration:none;
}

.btn:active{
    opacity: .7;
}

button:focus{
    outline: none;
}

.transition{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

.sticky{
    width: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

/*Header*/
.header{
   width: 100%; 
   display: block;
   background: #08a652;
   position: fixed;
   z-index: 2;
   font-family: 'Verdana';
   z-index:99;
   border-bottom:1px solid rgba(33, 51, 117, 0.2);
}

.header .inner, .header .work{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #08A652;
    position: relative;
}

.header .phone{
    display: inline-block;
	margin-left:30px;
	padding-top:5px;
	color:#fff;
	position: relative;
	top: auto;
}
.header .phone span, .header .phone a{
	font-size:14px;
	color:#fff !important;
}
.header .logo{
    width: auto;
	height:32px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}
.header .logo img{
    height: 100%;
}.header .logo img{
    height: 100%;
}
ul.top_navig{
    text-align: right;
	float:right;
}

.top_navig li{
    display: inline-block;
    vertical-align: top;
    padding: 9px 25px 0 0;
	position:relative;
}

.top_navig li:last-child{
    padding-right: 0;
}

.top_navig li:first-child{
    border: none;
}

.top_navig li a{
    display: block;
    color: #ffffff;
    font-family: 'Verdana';
    font-weight: normal;
    font-size: 14px;
}
.top_navig li a:hover{
    color:#213375;
	text-decoration:none;
}

.top_navig li ul{
	display:none;
	position:absolute;
	top:10px;
	background:#08a652;
	left:0px;
	width:auto;
	text-align:left;
	padding:10px;
}


.top_navig li:hover ul{
	display:block;
}



.burger{
    width: 30px;
    display: none;
    vertical-align: middle;
    position: absolute;
    top: 45px;
    right: 5px;
}

.burger span{
    height: 5px;
    display: block;
    margin-bottom: 5px;
    background: #fff;
}

.burger span:last-child{
    margin-bottom: 0;
}

.header .feedback{
    display: inline-block;
    vertical-align: middle;
    float: right;
    text-align: right;
    margin-top: 11px;
}

.header .feedback a{
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.header .feedback .phone{
    display: block;
    margin-top: 16px;
    color: #121212;
    font-size: 30px;
    font-weight: 500;
}

/*intro*/
.intro{
   width: 100%; 
   display: block;
   background: #f3f3f3;
   position: relative;
   z-index: 1;
   font-family: 'Verdana';
   overflow: hidden;

}

.intro .inner{
    height: 100%;
    background: #fff;
}

.intro .photo{
    height: 100%;
    overflow: hidden;
}

.intro img{
    width: 100%;
}

/*nav*/
.nav{
   width: 100%; 
   display: block;
   background: #f3f3f3;
   font-family: 'Verdana';
   position: relative;
   z-index: 3;
   margin-top: -3px;
}

.nav .inner{

}

.nav ul{
    text-align: center;
}

.nav li{
    display: inline-block;
    vertical-align: top;
    padding: 20px 25px;
    border-left: 1px solid #ababab;
}

.nav li:first-child{
    border: none;
}

.nav li a{
    display: block;
    color: #3d3d3d;
    font-family: 'Verdana';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.nav li a:hover{
    opacity: .7;
}

/*services*/
.services{
   width: 100%; 
   display: block;
   background: #fff;
   font-family: 'Verdana';
}

.services .inner{
    padding-top: 65px;
    padding-bottom: 15px;
    background: #fff;
}
.services h2, .services h1{
    color: #666666;
    font-family: auto;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 80px;
    text-align: center;
	font-family: 'Verdana';
}
.services .inner > ul{
    display: block;
}

.services .inner > ul > li{
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
    text-align: left;
	float:left;
	box-sizing:border-box;
	padding-right:20px;
}

.services .inner > ul > li .photo{
    width: 180px;
    height: 180px;
    border: 1px solid #58dede;
    overflow: hidden;
    float: left;
    border-radius: 10%;
}

.services .inner > ul > li .photo_catalog{ 
	border-radius: 8px;
}
.services .inner > ul > li .photo_catalog img{ 
	width:100%;
}

.services .inner > ul > li .description{
    margin-left: 200px;
    max-width: 400px;
}

.services .inner > ul > li .description h2, .services .inner > ul > li .description h2 a, .services .inner > ul > li .description  a h2{
    margin-bottom: 18px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: unset;
	text-decoration:none;
	text-align:left;
	font-family: 'Verdana';
}

.services .inner > ul > li .description p, .services .inner > ul > li .description p a, .services .inner > ul > li .description a p{
    margin-bottom: 23px;
    color: #666666;
    font-family: 'Verdana';
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
}

.services .inner > ul > li .description ul li{
    color: #213476;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: 100;
    list-style: none;
    margin-bottom: 3px;
	text-transform:lowercase;
	line-height:1.4em;
}

.services .inner > ul > li .description a{
    text-decoration: none;
}
.services .inner > ul > li .description ul li a{
    color: inherit;
    text-decoration: underline;
}

/*ques*/
.ques{
   width: 100%; 
   display: block;
   background: #f3f3f3;
   font-family: 'Verdana';
	background-size: cover;
	background-attachment: fixed;
	position:relative;
	
}

.ques .inner{
    padding-top: 45px;
    padding-bottom: 45px; 

}

.ques h2{
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}

.ques p{
    margin-bottom: 35px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: 600;
    text-align: center;
	position:relative;
}

.ques ul{
    text-align: center;
	
}

.ques ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
	position:relative;
}

.ques ul li:first-child{
    margin-left: 0;
}

.ques ul li input{
    width: 365px;
}

.ques ul li .btn{
    width: 270px;
    height: 50px;
}

/*projects*/
.projects{
   width: 100%; 
   display: block;
   background: #fff;
   position: relative;
   z-index: 2;
   font-family: 'Verdana';
}

.projects .inner{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
}
.projects_title .inner{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
}
.projects_title .inner h2{
    margin:55px;
}

.projects h2{
    margin-bottom: 15px;
    color: #666666;
    font-family: 'Verdana';
    font-weight: normal;
    font-size: 20px;
    text-transform: unset;
    text-align: center;
}

.projects .inner > div > div.block_project{
    text-align: center;
	margin: 0 -10px;
}


.projects .inner > div div.element_project{
    width: 25%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
	border-radius: 8px;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}
.projects .inner > div .owl-item div.element_project{
    width: 100%;
}
.projects .inner > div div.element_project .title{
    border: 1px solid #58dede;
	display:block;
}
.projects .inner > div div.element_project a:hover{
    text-decoration:none;
}
.projects .inner h3.clearfix{
   width:100%;
   padding:0;
   margin:20px 0;
   border:0;
   font-size:24px;
   text-align:center;
   color:#232323;
}

.projects .inner > div div.element_project .photo{
    height: 185px;
    margin-bottom: 16px;
    overflow: hidden;
	background:#fff url(../) no-repeat center center;
	background-size:cover;
	
}

.projects .inner > div div.element_project .photo img{
    width: 100%;
}

.projects .inner > div div.element_project h3{
    padding: 0 14px;
    margin-bottom: 27px;
    color: #000000;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
	overflow:hidden;
}

.projects .inner > div div.element_project ul{
    padding: 0 14px;
}

.projects .inner > div div.element_project ul li{
    margin-bottom: 10px;
    list-style: none;
}

.projects .inner > div div.element_project ul li span{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
}

.projects .inner > div div.element_project ul li p{
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
	float:right;
	font-weight: bold;
}

.projects .btn{
    width: 270px;
    height: 50px;
    display: block;
    margin: 0 auto;
    color: #0075ff;
    line-height: 50px;
	margin-top:41px;
}

.projects .accardion{
    display: none;
}
.projectshowlist{
	padding:0 !important;
	margin:0px 0 0px !important;
	list-style:none;	
}
.projectshowlist li{
	display:inline-block;
	width:33%;
	color:#000;
	font-size:14px;
	vertical-align:top;
	min-width: 270px;
	font-weight:100;
	box-sizing:border-box;
	text-align: center;
}
.projectshowlist li p{
	color:#000;
	font-size:26px;
	font-weight:400;
}
.projectshowlist li p.mini{
	font-size:14px;
}
.projectshowlist li.line{
	margin:30px 0 30px;clear:both;width:100%;font-size:14px;
}
.projectshowlist li.line p{
	font-size:14px;
}


.sliderproject{
	float:left;
	width:50%;
	padding-right:30px;
}
.sliderproject ul{
	margin:0 !important;
	padding:0 !important;
}
.projectshowlist2{
	list-style:none;
	font-size:20px;
	float:left;
	width:45%;
}

.projectshowlist2 li{
	margin-bottom:20px;
}
.projectshowlist2 p{
	font-size:16px !important;
	font-weight:bold !important;
}
.projectshowlist2 p span{
	font-weight:normal !important;
}
.projectshowlist .btn, .projectshowlist2 .btn {
    border-radius: 8px;
    display: revert;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    width: 220px;
	color:#0075ff;
} 
.projectshowlist2 .btn {
    width: 100%;
}
.projectshowlist .str2{
    font-size: 16px;
    height: 49px;
    line-height: 20px;
    padding-top: 11px;
}

.table_pr{
	margin:0 auto;
}
.table_pr .items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:10px 0;
	border-bottom:1px solid #d5d5d5;
}
.table_pr .items:nth-child(2n){
	background: #fbf8f8;
}
.table_pr .items .item{
	width:30%;
	color:#666666;
	
}
.table_pr .items .item.price{
	width:20%;
	font-weight:bold;
}

.slide_block{
	height:750px;
	display:block;
	background-position:center top;
	background-attachment:fixed;
	background-size:cover;
}
.bxslider{
	list-style:none;
}
.bx-wrapper {
    width: 100%;
    height: 100%;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.slider_main .bx-wrapper img {
	width: 100%;

}

.bx-wrapper img {
	width: 100%;
		height:auto !important;
}

.bx-wrapper .bx-viewport {
	background: transparent;
	height: auto;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {

}

.bx-wrapper .bx-next {

}

.bx-wrapper .bx-prev:hover {
   
}

.bx-wrapper .bx-next:hover{
  
}

.bx-wrapper .bx-controls-direction a {
	
}


/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Verdana;
	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-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 16px;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 8px;
	outline: 0;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: rgba(255,255,255,.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transform: rotate(45deg);
	border-radius:50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff200;
}


/*gallery*/
.gallery{
   width: 100%; 
   display: block;
   background: rgb247,247,247;
   position: relative;
   z-index: 2;
   font-family: 'Verdana';
}

.gallery .inner{
    padding-top: 50px;
    padding-bottom: 61px;
    background: #f7f7f7;
}

.gallery h2{
    margin-bottom: 50px;
    color: #666666;
    font-family: 'Verdana';
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.gallery .inner > ul{
    text-align: center;
}

.gallery .inner > ul > li{
    width: 309px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
	border: 1px solid #58dede;
}
.gallery .inner > ul > li img{
	display:block;
}
.gallery .inner > ul > li .title{
    padding:0px 0;
	font-weight:bold;
}
.gallery .inner > ul > li .title_desc{
    padding:5px 0;
}
.gallery .inner > ul > li a{
	display:block;
}

.gallery .inner > ul > li .photo{
    height: 309px;
    overflow: hidden;
   
	
	margin-bottom: 16px;
}

.gallery .inner > ul > li .photo img{
    width: 100%;
}

.gallery .inner > ul > li h3{
    padding: 0 5px;
    margin-bottom: 14px;
    color: #000000;
    font-family: 'Verdana';
    font-size: 14px;
    text-transform: initial;
}

.gallery .inner > ul > li ul{
    padding: 0 14px;
}

.gallery .inner > ul > li ul li{
    margin-bottom: 10px;
    list-style: none;
}

.gallery .inner > ul > li ul li span{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 500;
}

.gallery .inner > ul > li ul li p{
    display: inline-block;
    vertical-align: top;
    color: #0a0a0a;
    font-size: 15px;
    font-weight: 500;
	font-weight: bold;
}

.gallery .btn{
    width: 270px;
    height: 50px;
    display: block;
    margin: 0 auto;
    color: #0075ff;
    line-height: 50px;
}

.gallery .accardion{
    display: none;
}

/*order*/
.order, .order_class{
   width: 100%; 
   display: block;
   background: #f3f3f3;
   font-family: 'Verdana';
   position:relative;
	background-size: cover;
	background-attachment: fixed;
	text-align:center;
}


.order .inner{
    padding-top: 40px;
    padding-bottom: 40px; 
}

.order h2 {
    color: #fff;
    font-family: auto;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    vertical-align: middle;
	text-align:center;
	font-family: 'Verdana';
}

.order .btn{
    width: 270px;
    height: 52px;
    vertical-align: middle;
    line-height: 52px;
    border-radius: 8px;
}

/*content*/
.content{
    background: #fff none repeat scroll 0 0;
    display: block;
    font-family: "Verdana";
    position: relative;
    width: 100%;
    z-index: 2;
}

.content .inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.content .inner p, .content .inner div{
    line-height:1.5em;
}

.content .inner p:last-child{
    margin-bottom:0;
}

.content h2, .content h1 {
    margin-bottom: 50px;
    color: #666666;
    font-family: auto;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: unset;
	font-family: 'Verdana';
}
.content ul, .content ol{
	margin:10px 0;
	padding:0 0 0 30px;
}
.content p {
    color: #000000;
    font-family: "Verdana";
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 23px;
}

/*breadShow*/
.breadShow{
    background: #fff none repeat scroll 0 0;
    display: block;
    font-family: "Verdana";
    position: relative;
    width: 100%;
    z-index: 2;
}

.breadShow .inner{
    background: #fff none repeat scroll 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadShow ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	text-align:left;
}
.breadShow ul li::after, .paginatorZ li:after {
    color: #ccccce;
    content: "/";
    font-size: 14px;
    padding: 0 10px;
}
.breadShow ul li {
    display: inline-block;
    font-size: 16px;
}
.breadShow ul li:last-child::after {
    content: "";
}
/*contacts*/
.contacts{
   width: 100%; 
   display: block;
   background: #fff;
   position: relative;
   z-index: 2;
   font-family: 'Verdana';
}

.contacts .top .inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.contacts h2{
    margin-bottom: 50px;
    color: #666666;
    font-family: 'Verdana';
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.contacts ul{
    
}

.contacts ul li{
    margin-bottom: 35px;
    padding-left: 45px;
    list-style: none;
    color: #000000;
    font-family: 'Verdana';
    font-size: 14px;
    position: relative;
}

.contacts ul li a{
    color: inherit;
}

.contacts ul .mail:before{
    content: url(../img/contacts/mail.png);
    position: absolute;
    top: -1px;
    left: 0px;
}

.contacts ul .phone:before{
    content: url(../img/contacts/phone.png);
    position: absolute;
    top: -3px;
    left: 6px;
}

.contacts ul .place:before{
    content: url(../img/contacts/place.png);
    position: absolute;
    top: -2px;
    left: 6px;
}

.contacts > .inner{
    padding-top: 0;
    background: #fff;
}

.contacts .map{
    background: #ccc;
}




/*Footer*/
.footer{
   width: 100%; 
   display: block;
   background: #171a1e;
   font-family: 'Verdana';
}

.footer .inner{
    padding-top: 25px;
    padding-bottom: 25px;  
}

.footer p{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.footer p span{
    margin-left: 10px;
}

.footer a{
    margin-top: 3px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    float: right;
}
/**Popup**/
.popup{
    max-width:460px;
    padding: 45px 24px 45px;
    background: #424242;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Verdana';
    text-align: center;
}

.popup h2{
    margin-bottom: 40px;
    color: #fff;
    font-size: 21px;
    font-family: 'Verdana';
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase;
}

.popup .btn{
    width: 100%;
    height: 50px;
    margin-top: 15px;
    text-transform: uppercase;
}

.fancybox-nav{
    top: 0px;
    margin-top: -18px;
}


.fancybox-nav span{
    width: 30px;
    height: 50px;
}

.fancybox-next span{
    right: 0px;
    background: rgba(0,0,0,.34) url(../img/projects/next.png) center center no-repeat;
}

.fancybox-next span:hover{
    background: rgba(0,0,0,.34) url(../img/projects/next_hover.png) center center no-repeat;
}

.fancybox-prev span{
    left: 0px;
    background: rgba(0,0,0,.44) url(../img/projects/pre.png) center center no-repeat;
}

.fancybox-prev span:hover{
    background: rgba(0,0,0,.44) url(../img/projects/pre_hover.png) center center no-repeat;
}
.fancybox-skin{
    background: transparent;
}

.fancybox-opened .fancybox-skin{
    padding: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;
}

.fancybox-overlay{
    background: rgba(0,0,0,.85);
}

.fancybox-close{
    width: 21px;
    height: 20px;
    background: url(../img/close.png) center center no-repeat;
    top: -30px;
    right:-30px;
}


.recomend-block{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.recomend-block li{
	display:inline-block;
	width:27%;
	margin:65px 3% 0;
	vertical-align:top;
    color: #3d3d3d;
    font-family: "Verdana";
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
	text-align:left;
}
.recomend-block span.fa{
	float:left;
	margin-right:20px;
	font-size:72px;
	color:#0C3179;
	width:80px;
	text-align:center;
}
.recomend-block span.rec_img{
	float:left;
	font-size:72px;
	color:#0C3179;
	max-width:30%;
	text-align:center;
}
.recomend-block img{
	width:100%;
}
.recomend-block span.text{
	float:left;
	max-width:70%;
	padding-left:20px;
	box-sizing:border-box;
}

.filter_project{
	background:#ffffff;
	padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom:20px;
	text-align:center;
}
.filter_project .btn{
	margin-top:20px;
	font-size: 14px;
    color: #0075ff;
    height: 40px;
    line-height: 40px;
    width: 145px;
}
div.filter_project ul{
	list-style:none;
	text-align:center;
}
div.filter_project ul li{
	display: inline-block;
	width: 16%;
	vertical-align: top;
	text-align: left;
	margin-left: 5%;
}
div.filter_project ul li div.title{
	font-weight:bold;
	color:#000000;
	margin-bottom:14px;
	text-align:left;
}
 div.filter_project ul li label{
	display:block;
	margin:8px 0;
	font-size:14px;
	font-size:14px;
}
div.filter_project ul li label input{
	float:left;
	margin:1px 5px 0 0;
}

.table_calc{
	width:100%;
	margIn:20px 0;
}
.table_calc td{
	padding:5px 0;
	position:relative;
}
.table_calc tr td:nth-child(2n){
	text-align:right;
}
.table_calc td input{
	margin:2px 10px 0 0;
	float:left;
}

.form-row input[type=email], .form-row input[type=text], .form-row textarea{
	border:1px solid #fff200;
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;
}

.form-submit-buttion{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    color: #0075ff;
    text-align: center;
    text-transform: uppercase;
	padding:10px 20px;
	border-radius: 8px;
}

.form-submit-buttion:hover{
    opacity: .7;
	text-decoration:none;
}


.owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin-top: -11px;
}

.owl-controls .owl-prev{
    width: 18px;
    height: 30px;
    position: absolute;
    left: 20px;
    background: url(../img/arrows.png) left top no-repeat;
    text-indent: -9999px!important;
}

.owl-controls .owl-prev:hover{
    opacity: .8; 
}

.owl-controls .owl-next{
    width: 18px;
    height: 30px;
    position: absolute;
    right: 20px;
    background: url(../img/arrows.png) right top no-repeat;
    text-indent: -9999px!important;

}

.owl-controls .owl-next:hover{
    opacity: .8;
    
}

.imgMini li{
	display:inline-block;
	width:33%;
	padding:5px;
	box-sizing:border-box;
	vertical-align:top;
	list-style:none;
	
}
.imgMini li img{
	width:100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    background: url(../img/slider/arrows-left.png) no-repeat left  20px center;
    left: 0px;
}
.bx-wrapper .bx-next {
    background: url(../img/slider/arrows-right.png) no-repeat right 20px center;
    right: 0px;
}
.bx-wrapper .bx-prev:hover {
    /*background-color:rgba(33,52,118,0.1);*/
}
.bx-wrapper .bx-next:hover {
    /*background-color:rgba(33,52,118,0.1);*/
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    outline: 0;
    width: 50%;
    height: 100%;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
    margin-top: 0px;
}

/* добавлено 2017-08-04 */
a { cursor:pointer; /* transition:.5s; */ }

.nav + .breadShow ul { text-align:left; }

.order .inner, .ques .inner, .order .btn { position:relative; }
.order .bg, .order_class .bg, .ques .bg,  .listIpoteka .bg { position:absolute; top:0; right:0; bottom:0; left:0; background:#171a1e; }

.partners { background:#fff; }
.partners .inner{ padding-top: 50px;   }
.lands_content .work{  background:#fff;}
.big_land{  padding:0 20px;}
.partners .bx-wrapper  {   }
.partners img { max-width:100%; max-height:100%; }
.partners h2{
	margin-bottom: 50px;
	color: #666666;
	font-family: 'Verdana';
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.helper2 {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}
.partners .list{
	width:100%;
	height:100%;
	display:table;
}
.partners .item{
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
}
.partners .item{
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
}
.partner_slider > div{
	height:250px;
}
.partners .item > span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    width: 60%;
	color:#fff;
}
.partners .owl-item {
    height:150px;
text-align:center;
}
.partners .owl-item > div{
    height:100%;
}

.filter { position:relative; padding:30px 20px 30px; color:#fff; background:#0C3179; }
.lands_content .filter h2 { font-size:20px; margin: 7px 0 32px; padding:20px 0 0; text-align:center; border-top:1px dashed #fff; color:#fff; font-family: 'Verdana';}
.filter .label { display:inline-block; width:45%; font-size:16px; text-align:left; }
.filter .label.right { text-align:left; }
.filter .label.right input { width:25%; }
.filter .label input { display:inline-block; width:25%; height:40px; border:1px solid transparent; }
.filter .label input:focus { border-color:#213476; }
.filter .label.d1 b { font-weight:normal; }
.filter .search_pole { margin-top:13px; }
.filter .search_pole span { display:inline-block; width:115px; position:relative; top:11px; }
.filter .search_pole input { width:60%; padding:0 12px; }
.search_pole + .label span { display:inline-block; position:relative; top:11px; width:167px; text-align:left; }

.filter .chosen-container { display:inline-block; width:60% !important; font-size:14px;  }
.filter .chosen-container input { outline:0 !important; }
.search-field:hover input{ outline:1px solid rgba(12, 50, 120, .4)!important; }
.chosen-container-multi .chosen-choices li.search-choice { color:rgba(12, 50, 120, .7); border-color:rgba(12, 50, 120, .4); background:#fff; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { background:transparent; height:25px; top:0; right:3px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { text-decoration:none; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after { content:"×"; font-size:25px; font-weight:100; color:rgba(12, 50, 120, .4); }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:after { color:red; }
.chosen-container-multi .chosen-choices li.search-field input[type="text"] { color:rgba(12, 50, 120, .6); }

.search-choice + .search-field input { outline:1px solid rgba(12, 50, 120, .4)!important; }
.search-choice + .search-field:before { content:"+"; position:absolute; color:rgba(12, 50, 120, .9); font-size:25px; margin:-5px 0 0 10px; font-weight:100; }
.search-choice + .search-field.active:before, .search-choice + .search-field.active:hover:before { color:transparent; }
.search-choice + .search-field:hover:before { color:#213476; }
.search-choice + .search-field:hover input { outline:1px solid #213476!important; }
.chosen-container .chosen-results li.active-result.highlighted { background:rgba(12, 50, 120, .6); }

.filter .right .chosen-container { width:60% !important; text-align:left;}
.filter .city_select .chosen-container { width:60% !important; }
.filter .chosen-container-multi .chosen-choices { min-height:40px;  padding:6px 6px 0; }
.filter .chosen-container-multi .chosen-choices li.search-choice { margin-bottom:6px; }

.filter_bottom .col{
	text-align:center;
	box-sizing:border-box;
	margin-top:20px;
}

/* .filter .city_select + .right .chosen-container { width:400px !important; } */

.filter a.fa { /* position:absolute; bottom:15px; left:180px; */ text-decoration:none; color:#fff; opacity:1; z-index:1; }
.filter a.fa span{ font-family: "Verdana"; margin:0 0 0 10px; display:inline-block; border-bottom:1px dashed transparent; }
.filter a.fa:hover:before { color:#fff; }
.filter a.fa:hover span { color:#fff; border-color:#fff; }
.filter a.fa.fa-trash-o:hover:before { color:red; }
.filter a.fa.fa-trash-o:hover span { color:red; border-color:red; }
.no_visible { opacity:0 !important; z-index:0 !important; }

.filter .more { max-height:0; margin:10px 0 0; overflow:hidden; opacity:0; transition:.5s; }
.filter .more.active { max-height:1000px; transition:2s; opacity:1; overflow:visible; }
.filter .city_select > span { display:inline-block; width:120px; position:relative; top:11px; }
.filter .checkbox { position:relative; display:inline-block; font-size:20px; padding:8px 10px 8px 35px; margin:0 0 35px 10px; opacity:.5; border:1px solid transparent; background:transparent; transition:.5s; }
.filter .checkbox.active, .filter .checkbox:hover { opacity:1; }
.filter .checkbox:hover { border-color:#fff; }
.filter .checkbox.active { color:#d8d8d8; border-color:#d8d8d8; }
.filter .checkbox.active span, .filter .checkbox:hover span { border-color:transparent; }
.filter h2 + div { text-align:center; }
.filter div .checkbox:first-child { margin-left:0; }
.filter .checkbox input { display:none; }
.filter .checkbox i { position:absolute; left:9px; top:8px; transition:.5s; opacity:0; }
.filter .checkbox.active i.ok, .filter .checkbox i.no, .filter .checkbox:hover .fa-smile-o { opacity:1; }
.filter .checkbox.active:hover .fa-smile-o,  .filter .checkbox.active i.no, .filter .checkbox:hover i.no { opacity:0; }
.filter .checkbox span { display:inline-block; padding:0 0 2px; border-bottom:1px dashed #fff; }
.filter .no { color:#fff; }

.filter button { /* position:absolute; right:180px; bottom:18px; */ width:270px; height:52px; border-radius:8px; transition:.5s; }
.filter button:hover { background:#213375; color:#fff; }
.unit { font-style:normal; }

.filter .label span{
	display:inline-block;
	width:100px;
	vertical-align:middle;
}

.manager_block { margin:0; border:1px solid rgba(12, 50, 120, .4); border-left:0; border-right:0; }
.manager_block ul { padding:0; }
.manager_block .left { display:inline-block; }
.manager_block .right { float:right; text-align:right; }
.manager_block li { display:inline-block; margin:0 0 0 10px; }
.manager_block li a { display:block; text-decoration:none; color:rgb(100, 159, 17); border-bottom:1px dashed; }
.manager_block li a:hover { color:#213375; border-color:transparent; }
.manager_block li.active { padding:5px 30px 5px 15px; background:rgba(0, 0, 0, 0.5); }
.manager_block li.active a { color:#fff; border-color:transparent; }
.manager_block .right li.active { padding-right:15px; }

.manager_block li.up a:after, .manager_block li.down a:after { content:''; position:absolute; width:0; height:0; margin:2px 0 0 8px; border:5px solid transparent; border-bottom-color: transparent; transition:.5s; }
.manager_block li.up a:after { border-bottom-color:#fff; }
.manager_block li.down a:after { margin-top:8px; border-top-color:#fff; }
.manager_block li.down:hover a:after { border-top-color:transparent; border-bottom-color:#fff; }
.manager_block li.down:hover a:after { border-top-color:transparent; border-bottom-color:#fff; }
.manager_block li.up:hover a:after { margin-top:8px; border-top-color:#fff; border-bottom-color:transparent; }
.manager_block li.down:hover a:after { margin-top:2px; }

.ok { color:#d8d8d8; }
.no { color:red; }

.content p.result_info { text-align:center; font-size:18px; font-weight:400; padding:0 15px; }

.clear { clear:both; }

.work aside { float:right; position:relative; width:400px; min-height:300px; padding:0; margin:40px 0; background:#f3f3f3; }
#map_lands { width:400px; height:600px; border:1px solid #d4e5ce; }
#map_lands .phone { margin:0; }

.content ul.result_list { position:relative; padding:0; margin:0 440px 0 0; }
.result_list li { display:block; position:relative; margin:0 0 20px; padding:0 0 10px; border-bottom:1px dotted rgba(12, 50, 120, .4); }
.result_list h2 { text-align:left; font-size:22px; margin-bottom:30px; font-family: 'Verdana'; }
.result_list img { display:block; float:left; position:relative; max-width:310px; max-height:230px; border-right:20px solid #fff; z-index:1; }
.result_list .details { min-height:185px; position:relative; }
	.result_list .details.d1 { margin-left:330px; }
.result_list .price, .price.land { display:block; text-align:right; padding:0 0 10px; font-size:18px; border-bottom:1px solid rgba(12, 50, 120, .6); }
.result_list .price b, .price.land b { font-weight:normal; font-size:20px; }
.result_list i { font-size:25px; margin:0 20px 0 0; color:#fff200; }
.result_list .text { padding:5px 10px; margin:0; background:#fff; }
.result_list .icons { /* text-align:center; */ width:100%; padding:2px 0 5px; }
dl { padding:10px 0; }
dt { float:left; min-width:250px; min-height:20px; margin:0 10px 0 0; }
dd { min-height:20px; color:#fff200;}

.paginatorZ { padding:20px 0 !important; margin:0 400px 0 0 !important; text-align:center; clear:both; }
.paginatorZ li { display:inline-block; }
.paginatorZ li:after { padding:0 0 0 3px; }
.paginatorZ li:first-child { display:none; }
.paginatorZ li:last-child:after { color:transparent; }
.paginatorZ .page_link { padding:0 10px; color:rgba(12, 50, 120, .4); }
.paginatorZ .page_link:hover { color:#213375; }
.paginatorZ .page_link.act { cursor:default; color:#213375; }
.paginatorZ .page_link.act:hover { text-decoration:none; }

.nav li.active { background:rgba(12, 50, 120, .4); }
.nav li.active a { color:#fff; }
.nav li.active a:hover{ text-decoration:none; cursor:default; color:#fff !important; }

.bxslider.lands li { height:550px !important; }
.bxslider.lands li img { height:100% !important; }

.lands_content h1 { margin:0; }
.lands_content h2 { font-size:25px; margin:40px 130px 30px 0; text-align:left; font-family: 'Verdana';}
.lands_content h2 .price{ position:absolute; right:0; top:1px; text-decoration:none; color: #000; border-bottom:0; font-family: 'Verdana';}
.lands_content aside + div { padding:0 0 0 180px; margin:0 440px 0 0; }
.lands_content .text { padding:15px 0px 5px; margin:0 0 40px; background:#fff; }
.lands_content p.text { padding-top:5px; }
.lands_content .text p { margin-bottom:10px; }

.content .land_params { padding:0; }
.land_params li { display:block; margin:0 0 15px; }
.land_params i { width:30px; font-size:20px; margin-left:-5px; color:#000000; text-align:center; }
.land_params a { padding:0 10px 0 0; font-size:18px; text-decoration:underline; }
.land_params a:hover { text-decoration:none; }


	.otd_inline{
		margin:20px 0;
		box-sizing:border-box;

		width:33.3%;
		display:inline-block;
		float:left;
		padding:0 20px;
	}
	.otd_inline > div{
		border:1px solid #fff200;
	}
	.otd_inline .inline{
		width:100%;
		padding:0 10px;
		vertical-align:top;
		box-sizing:border-box;
	}
	.otd_inline  ul.inline{
		list-style:none;
		padding-left:20px;
		color: #3d3d3d;
		font-family: "Verdana";
		font-size: 14px;
		font-weight: 100;
		line-height: 20px;
		text-align: left;
	}
	.otd_inline  ul.inline b{
		color:#213375;
		font-weight:bold;
		margin-bottom:10px;
		display:block;
		font-size:18px;
	}
	.otd_inline .price{
		background:rgba(12, 50, 120, .4);
		padding:10px;
		text-align:center;
		color:#fff;
		width:100%;
		box-sizing:border-box;
		font-size:18px;
	}

	.otd_inline .price{
		background:rgba(0, 0, 0, 0.6);
		padding:10px;
		text-align:center;
		color:#fff;
		width:100%;
		box-sizing:border-box;
		font-size:18px;
	}
	.img{
		height:200px;
		padding:0 !important;
		background-size:cover;
		margin-bottom:20px;
	}
	.otd_inline .btn{
		color:#0075ff;
		padding:10px 20px;
		
	}
	.otd_inline .btn_block{
		text-align:center;
		padding:20px 0;
	}
	
	.listIpoteka{
		background:rgb(247,247,247);
	}
	.listIpoteka .inner{
		padding-top:40px;
		padding-bottom:20px;
		position:relative;
		
	}	
	
	.listIpoteka .inner li {
		position:relative;
	}
	.big_land{
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
	}

.nav.top { position:fixed; top:0; left:0; }
.nav.top  + .breadShow{ padding-top:72px; }

.price.land { text-align:left; border:0; }
.baloon a { text-decoration:underline; }
.baloon a:hover { color:red; text-decoration:none; }
.baloon { max-width:300px; }
.baloon.img { margin-bottom:0; }

.contentZone.after_land .work { padding:30px 430px 30px 0; text-align:justify; }



.projectshowlist .li_1{
	margin-bottom:40px;padding-left:10px; text-align:center;
}
.projectshowlist .li_2{
	font-weight:bold;color:#666666;line-height:1.5em;margin-bottom:40px; text-align:center;
}
.projectshowlist .li_3{
	margin-bottom:40px; text-align:center;
}
.projectshowlist .li_bottom {
	margin-bottom:20px;
}
.slide_block .inner{
	background:rgba(0,0,0,.7);
	max-width: 100%;
	display:table;
}
.header_nad {
    display: table-cell;
    text-align: center;
    width: 100%;
    height: 100%;
	transition:.5s;
}
.header_nad > span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.3em;
    width: 80%;
    color: #fff;
	font-size:55px;
	opacity:0;
	font-family: auto;
	text-transform:uppercase;
	transition:.3s;
	font-family: 'Verdana';
}
.header_nad > span h2 span {
	display:inline-block;
	padding: 10px;
	line-height:1em;
	margin-bottom: 10px;
}
.header_nad > span h2 {
	color:#fff;
	padding:40px 0 60px;
	line-height:1em;
	border-radius: 8px;
	font-family: 'Verdana';
}
.header_nad > span h2 div {
	font-size:24px;
	line-height: 1em;
	color:#ffffff;
}

.header_nad .btn {
	padding:0px 20px;
	position:relative;
	top:-80px;
	border-radius: 8px;
	font-family: 'Verdana';
}

.content ul.recomend-block{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.header_nad > span h2 div.phone-h1{
	font-size:36px;
	font-weight:600;
	margin-top:0px;
	font-family: 'Verdana';
}
.header_nad > span h2 div.phone-h1 span{
	padding:0 0px;
}
.paddingbottom{
	padding-bottom:5px;
}
.priceBlock{
	width:100%;
}
.priceBlock td{
	padding:10px;
}


/*reviews*/
.reward .inner{
padding-top: 5px;
padding-bottom: 35px;
padding-left: 55px;
padding-right: 55px;
background: #fff;
}

.reviews .inner{
padding-top: 35px;
padding-bottom: 35px;
padding-left: 55px;
padding-right: 55px;
background: #fff;
}



.reviews .reviews_container{
    padding-left: 160px;
    padding-right: 160px;
}

.reviews .reviews_item{
    padding: 0px 30px 30px 0;
    background-color: white;
    position: relative;
}

.reviews .reviews_item .photo{
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.reviews .reviews_item .name{
    display: block;
    margin-bottom: 5px;
    color: black;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}

.reviews .reviews_item .date{
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
	font-family: 'Verdana';
	font-weight: bold;
}

.reviews .reviews_item p{
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
	margin-bottom: 2em;
}

.reviews .owl-carousel .owl-stage-outer{
    padding-top: 50px;
}
.reviews .inner {
    padding-bottom: 15px;
    background: 

    #fff;

}
.reviews h2 {

    margin-bottom: 15px;
    color:#666666;
    font-family: 'Verdana';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;

}
.reviews .btn {
    width: 200px;
    height: 52px;
    vertical-align: middle;
    line-height: 52px;
    border-radius: 8px;
}

.starrr {
  display: inline-block;
}
.starrr a {
    font-size: 24px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; 
}
.starrr1 {
  display: inline-block;
  margin:10px 0;
}
.starrr1 i {
    font-size: 24px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; 
}

.inline{
	display:inline-block;
	width:200px;
	margin-right:10px;
	margin-top:1px;
}
.inline img{
	width:100%;
}
.queue_review{
	display:none;
}

.videos .element_project h3{
	min-height:40px;
	margin-bottom:10px !important;
}

.leftright{
	display:flex;
}