@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}
body {
	margin:0px; height: 100%;
	padding:0px;
	background: #fff;
  	font-size: 27px;
	font-weight: 500;
  	font-family: 'Open Sans', sans-serif !important;
}
body a:hover{
	color: #F97F4C;
}

.flx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flx.strach{
	align-items: stretch;
}

header, section{
	max-width: 1776px;
	margin: 0 auto;
}
section{
	padding: 90px 0px;
	line-height: 37px;
}
.bl_header{
	padding: 25px 0px;
}
header .right_block{
	width: 60%;
	max-width: 610px;
}
.banner_block .banner_item{
	background-image: url(/sites/all/themes/imgnew/img/1photo2.jpg);
	height: 398px;
    background-repeat: no-repeat;
}

section h1{
	font-size: 85px;
	font-weight: 500;
	line-height: 75px;
	margin-bottom: 70px;
}
section h2{
	font-size: 65px;
	font-weight: 500;
	line-height: 75px;
	margin-bottom: 86px;
	text-align: center;
}
section h3{
	font-size: 85px;
	font-weight: 500;
	line-height: 75px;
	margin-bottom: 86px;
	text-align: left;
}
section .about_text{
	padding: 0px 7%;
}
.wrap_blocks .block_item{
	width: 49%;
	position: relative;
    margin-bottom: 35px;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
.wrap_blocks .block_item img{
	position: absolute;
    top: 5px;
    right: 16px;
    max-width: 109px;
}
.wrap_blocks .block_item .block_cont{
	padding-left: 17%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 6%;
}
.wrap_blocks .block_item strong{
	color: #F97F4C;
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
}
.banner_item_1{
	background-image: url(/sites/all/themes/imgnew/img/2photo.jpg);
	height: 580px;
    background-repeat: no-repeat;
	background-size: 100%;
}
.whu.block{
	width: 50%;
}
.whu.block.img{
	width: 41%;
	
}
.whu.block .img_item{
   background-image: url(/sites/all/themes/imgnew/img/3photo.jpg);
   background-repeat: no-repeat;
   background-size: auto;
   display: block;
   width: 100%;
   height: 1138px;
}
.whu.block span{
	display:block;
	position: relative;
	padding-bottom: 25px;
    margin-top: 25px;
}
.whu.block span hr{
	position: absolute;
	bottom: 0px;
	right:0px;
	width:1500px;
	margin: 0px;
	height: 1px;
}
.whu.block h3.title_section{
	line-height: 100px;
	margin-bottom: 50px;
}
.whu.block span:last-child hr{
	display: none;
}

.block_item_fg{
	width: 45%;
}
.block_cont_fg{
	text-align: center;
}
.block_cont_fg{
	font-size: 75px;
}
.m_width.spc-b{
	justify-content: space-between;
}
.block_item.cont{
	padding: 49px 7%;
    display: block;
    height: auto;
}
.img_sk{
    height: 1001px;
    width: 99%;
    background-repeat: no-repeat;
}
.img_block_1{
    background-image: url(/sites/all/themes/imgnew/img/4photo.jpg);
}
.img_block_2{
	background-image: url(/sites/all/themes/imgnew/img/5photo.jpg);
}
.form_cont{
	 padding: 50px;	
}

.form_cont input{
	display:block;
	width: 100%;
	outline: none;
	height: 50px;
	margin-bottom: 15px;
	padding-left:10px;
	border: 1px solid #23211C;
	font-size: 17px;
}
.form_cont textarea{
	display:block;
	width: 100%;
	outline: none;
	height: 158px;
	margin-bottom: 10px;
	padding-left:10px;
	padding-top: 10px;
	font-size: 17px;
}
.form_cont .fm_submit{
	background: #F97F4C;
    outline: none;
    border: none;
    color: #fff;
    font-size: 27px;
    width: 18%;
    border-radius: 40px;
    font-weight: 500;
    padding: 13px;
    height: auto;
    margin-top: 39px;
    display: block;
	cursor: pointer;
}
.block_item.cont .cont{
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 467px;
    justify-content: space-between;
}
.cont .cont_item span{
	font-size: 55px;
}
.col_orange{
	color: #F97F4C;
}
.cont hr{
	border: 1px solid #F97F4C;
	margin: 15px 0;
}
.bottom_menu{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #f97f4c;
}
.bottom_menu .bottom_item{
	margin: 10px 60px;
}
.bottom_menu .bottom_item a{
	color: #fff;
}
.block_item_fg img{
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mob_show{
	display: none;
}

.block_title{
	display: none;
    position: absolute;
    background: #cccbce;
    top: 0;
    right: 0;
    left: 0;
    padding: 25px;
    font-size: 26px;
    font-weight: 700;
    /*width: 96%;*/
    width: 76%;
    margin: 0 auto;
}

@media screen and (max-width: 1201px){
	body {
	  	font-size: 17px;
	}

	header, section {
        max-width: 95%;
        margin: 0 auto;
	}

	header .right_block {
	    width: 30%;
	    max-width: 610px;
	}
	section h1{
		font-size: 55px;
		font-weight: 500;
		line-height: 75px;
		margin-bottom: 50px;
	}
	section h2{
		font-size: 55px;
		font-weight: 500;
		line-height: 75px;
		margin-bottom: 60px;
		text-align: center;
	}
	section h3{
		font-size: 55px;
		font-weight: 500;
		line-height: 75px;
		margin-bottom: 30px;
		text-align: left;
	}

	section {
	    padding: 67px 0px;
	    line-height: 21px;
	}
	.banner_item_1 {
	    height: 367px;
	}

	.wrap_blocks .block_item .block_cont {
	    padding-left: 17%;
	    padding-top: 10%;
	    padding-right: 5%;
	    padding-bottom: 6%;
	}

	.whu.block h3.title_section {
	    line-height: 65px;
	    margin-bottom: 50px;
	}
	section .about_text {
	    padding: 0px 7%;
	    padding-right: 0px;
	}

	.wrap_blocks .block_item {
	    height: 240px;
	}
	.wrap_blocks .block_item img {
	    position: absolute;
	    top: 5px;
	    right: 6px;
	}

	.whu.block{
		width: 47%;
	}
	.whu.block.img{
		width: 49%;
		
	}
	.whu.block .img_item {
	    background-size: contain;
	    display: block;
	    width: 100%;
	    height: 801px;
	}

	.img_sk{
	    height: 631px;
        background-size: contain;
	    width: 99%;
	    background-repeat: no-repeat;
	}

	.block_cont_fg {
	    font-size: 45px;
	}
	.block_item.cont{
		height: 563px;
	}

	.form_cont .fm_submit {
	    width: 200px;
	}

	.cont .cont_item span {
	    font-size: 35px;
	}

}





@media screen and (max-width: 980px){
	body {
	  	font-size: 17px;
	}

	header, section {
        max-width: 90%;
        margin: 0 auto;
    }

	header .right_block {
	    width: 58%;
	    max-width: 610px;
	}
	section h1{
		font-size: 35px;
		font-weight: 500;
		line-height: 75px;
		margin-bottom: 13px;
	}
	section h2{
		font-size: 35px;
		font-weight: 500;
		line-height: 75px;
		margin-bottom: 23px;
		text-align: center;
	}
	section h3{
		font-size: 35px;
		font-weight: 500;
		line-height: 45px;
		margin-bottom: 13px;
		text-align: left;
	}

	.banner_block .banner_item {
	    height: 236px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: 34%;
	}
	.no_mrg {
	    margin-top: 0px;
	    padding: 0px 0px;
	    max-width: none;
	}
	section {
        padding: 20px 0px;
        line-height: 21px;
    }
	section.mg_left_none {
        max-width: none;
        margin-left: 3%;
    }

	.banner_item_1 {
        height: 268px;
        background-size: cover;
        background-position: center;
    }
	.wrap_blocks .block_item img {
	    right: 4px;
	}
	.whu.block h3.title_section {
	    line-height: 65px;
	    margin-bottom: 50px;
	}
	section .about_text {
	    padding: 0px 6%;
	    padding-right: 0px;
	}

	.wrap_blocks .block_item {
	    height: 216px;
	    width: 100%;
	}
	.wrap_blocks .block_item .block_cont {
	    padding: 5% 8%;
	}
    .whu.flx{
    	flex-direction: column-reverse;
    }
	.whu.block{
		width: 100%;
	}
	.whu.block.img{
		width: 100%;
		
	}
	.whu.block .img_item {
        background-size: 100%;
        background-position: 100% 58%;
        display: block;
        width: 100%;
        height: 268px;
    }

	.block_cont_fg {
	    font-size: 45px;
	}
	.block_item.cont{
	    height: 424px;
	}

	.block_item.cont .cont {
	    height: 325px;
	}
	.img_sk{
	    height: 274px;
        background-size: 100%;
	    width: 100%;
	    background-repeat: no-repeat;
	}
	.img_block_1{
	    background-image: url(/sites/all/themes/imgnew/img/4photo_hor.jpg);
	}
	.img_block_2{
		background-image: url(/sites/all/themes/imgnew/img/5photo_hor.jpg);
	}

	.form_cont .fm_submit {
	    width: 41%;
        margin: -14px auto;
        margin-top: 4px;
	}

	.cont .cont_item span {
	    font-size: 35px;
	}
	.mg_none{
		max-width: none;
	}
	.mg_none .about_text{
		padding: 0;
	}

	.mob_show{
		display: block;
		padding-left: 9%;
	}
	.mob_hide{
		display: none;
	}
	.whu.txt{
		padding-left: 9%;
	}
    .wrap_blocks.flx{
    	margin-bottom: 50px;
    	position: relative;
    }
     .wrap_blocks.flx .block_item_fg:nth-child(3){
    	position: absolute;
	    bottom: -43px;
	    z-index: 999;
    }
	.block_item_fg {
	    width: 100%;
        margin-top: 15px;
        margin-bottom: 35px;
	}
	.block_item_fg a{
		color: #F97F4C;
	}
	.full_cont{
		width: 100% !important;
	}
	.flx.rws{
		flex-direction: column-reverse;
	}
	.form_cont textarea {
	    margin-bottom: 28px;
	}
	.whu.block span {
		margin-right: 11%;
	}
	.bottom_menu .bottom_item {
	    margin: 10px 29px;
	}
}








@media screen and (max-width: 575px){
	body {
	  	font-size: 12px;
	}

	header, section {
        max-width: 90%;
        margin: 0 auto;
    }

	header .right_block {
	    width: 56%;
	    max-width: 610px;
	}
	header .m_item a{
		font-size: 10px;
	}
	.logo_block{
	    width: 31%;
	}
    .logo_block img{
    	width: 94px;
    }

	section h1{
		font-size: 25px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 10px;
        margin-top: 10px;
	}
	section h2{
		font-size: 25px;
		font-weight: 500;
		line-height: 30px;
		margin: 25px 0;
		text-align: center;
	}
	section h3{
		font-size: 25px;
		font-weight: 500;
		line-height: 30px;
		margin: 25px 0;
		text-align: left;
	}

	.banner_block .banner_item {
	    height: 236px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: 34%;
	}
	.wrap_blocks .block_item strong {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.no_mrg {
	    margin-top: 0px;
	    padding: 0px 0px;
	    max-width: none;
	}
	section {
        padding: 5px 0px;
        line-height: 21px;
    }

	section.mg_left_none {
        max-width: none;
        margin-left: 3%;
    }

	.banner_item_1 {
        height: 131px;
        background-size: cover;
        background-position: center;
    }
	.wrap_blocks .block_item img {
        right: 3px;
        width: 80px;
        top: 2px;
    }
	.whu.block h3.title_section {
	    line-height: 65px;
	    margin-bottom: 50px;
	}
	section .about_text {
        padding: 0px 5%;
        padding-right: 0px;
    }

	.wrap_blocks .block_item {
	    height: 216px;
	    width: 100%;
	}
	.wrap_blocks .block_item .block_cont {
        padding: 11% 8%;
    }
    .whu.flx {
        flex-direction: column;
    }
	.whu.block{
		width: 100%;
	}
	.whu.block.img{
		width: 100%;
		
	}
	.whu.block .img_item {
        background-size: 100%;
        background-position: 100% 58%;
        display: block;
        width: 100%;
        height: 131px;
    }

	.block_cont_fg {
	    font-size: 45px;
	    margin-bottom: 30px;
	}
	.block_item.cont{
	    height: 424px;
	}

	.block_item.cont .cont {
	    height: 325px;
	}
	.img_sk{
	    height: 151px;
        background-size: 100%;
	    width: 100%;
	    background-repeat: no-repeat;
	}
	.img_block_1{
	    background-image: url(/sites/all/themes/imgnew/img/4photo_hor.jpg);
	}
	.img_block_2{
		background-image: url(/sites/all/themes/imgnew/img/5photo_hor.jpg);
	}
	.form_cont {
	    padding: 20px;
	}

	.form_cont input {
	    font-size: 14px;
	}

    .form_cont .fm_submit {
        width: 59%;
        margin: 7px auto;
        margin-top: 4px;
        font-size: 17px;
    }
	.cont .cont_item span {
	    font-size: 35px;
	}
	.mg_none{
		max-width: none;
	}
	.mg_none .about_text{
		padding: 0;
	}

	.mob_show{
		display: block;
		padding-left: 9%;
		padding-right: 10px;
	}
	.mob_hide{
		display: none;
	}
	.whu.txt{
		padding-left: 9%;
	}
    .wrap_blocks.flx{
    	margin-bottom: 50px;
    	position: relative;
    	padding-top: 25px;
    }
     .wrap_blocks.flx .block_item_fg:nth-child(3){
    	position: absolute;
	    bottom: -43px;
	    z-index: 999;
    }
    .block_item_fg {
        width: 100%;
        margin-top: 4px;
        margin-bottom: 26px;
    }
	.block_item_fg a{
		color: #F97F4C;
		font-size: 25px;
	}
	.full_cont{
		width: 100% !important;
	}
	.flx.rws {
		flex-direction: column-reverse;
	}
	.form_cont textarea {
	    margin-bottom: 28px;
	}
	.whu.block span {
		margin-right: 11%;
		padding-bottom: 20px;
        margin-top: 20px;
        margin-left: 14px;
	}
    .bottom_menu .bottom_item {
        margin: 10px 14px;
    }


}

@media screen and (max-width: 575px){

	.flx.rwsx {
		flex-direction: column;
	}
	.whu.block span:first-of-type {
		margin-top: 0px;
	}

}
@media only screen and (min-width: 576px) and (max-width: 980px){

	.flx.rwsx {
		flex-direction: column-reverse;
	}

}
.inner_img{
	display: none;
}
.rws.cont .hor_cont_block.map{
	display: none;
}
.rws.cont form{
	display: block;
}
	.banner_block.whu{
		display: none;
	}
@media screen and (min-width: 1201px){
	section {
	    font-size: 17px;
	    padding: 40px 0px;
	    line-height: 25px;
	}

	header{
		max-width: 1179px;
	}
    header .flx{
		justify-content: space-between;
	}
	.banner_block .banner_item {
	    background-position: right;
	}
	section h1 {
	    font-size: 45px;
	    text-align: center;
	    margin-bottom: 35px;
	}
	section .about_text {
	    padding: 0px 26%;
	    line-height: 25px;
	}
	section .about_text p{
		margin-bottom: 15px;
	}
	section h2 {
	    font-size: 45px;
	    margin-bottom: 50px;
	}
	.flx {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.wrap_blocks .block_item {
	    width: 39%;
	    position: relative;
	    margin: 35px;
	}
	.banner_item_1 {
	    height: 292px;
	    background-position: center;
	}
	section h3 {
	    font-size: 45px;
	    font-weight: 500;
	    text-align: center;
	    line-height: 65px;
	    margin-bottom: 45px;
	}
	.whu.block.img {
	    width: 100%;
	    margin-top: 100px;
	}
	.whu.block .img_item{
	   background-image: url(/sites/all/themes/imgnew/img/f3406cb5db9a89cd2794bca3fde652b5.jpg);
	   background-repeat: no-repeat;
	   background-size: auto;
	   background-position: center;
	   display: block;
	   width: 100%;
	   height: 292px;
	}
	.whu.block hr{
		display: none;
	}
	.whu.block span {
	    display: block;
	    position: relative;
	    padding-bottom: 15px;
	    margin-top: 15px;
	}
	.block_cont_fg {
	    font-size: 40px;
        margin-bottom: 41px;
	}
	.inner_img{
		display: block;
        margin-bottom: 116px;
        text-align: center;
        position: relative;
	}
	.img_block_1 {
	    background-image: none;
	}
	.m_width{
		max-width: 1460px;
        margin: 0 auto;
	}
	.img_block_2 {
	    background-image: url(/sites/all/themes/imgnew/img/proekty_2.jpg);
	    float: right;
	}
	.img_sk {
		height: 1349px;
	    width: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.rws.cont{
		max-width: 1490px;
        margin: 0 auto;
	}
	.rws.cont .block_item {
        width: 39%;
        position: relative;
        margin: 13px;
    }
    .full_cont.org{
        width: 60% !important;
    }
    .full_cont.map{
    	width: 36% !important;
    }
    .rws.cont .hor_cont_block.map{
    	display: block;
    }
    .rws.cont form{
    	display: none;
    }
     .rws.cont strong {
	    color: #030303;
	}
	.rws.cont hr {
	    border: 1px solid #F97F4C;
	    margin: 25px 0;
	}
	.img.score{
		display: none;
	}
	.banner_block.whu{
		display: block;
	}


}