

/* Start:/bitrix/templates/doma_i_bani/template_styles.css?177364501213835*/
body {
  font-family: 'Roboto', sans-serif;
  background:#23262d;
}

.container{
	width:100%;
}

*{
	box-sizing:border-box;
}

.head{
	background:url(/img/back.png), url(/img/grad.png);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom: 102px;
	padding-top: 30px;
	
	
	width:1320px;
	margin:0 auto;
	padding-left:70px;
	padding-right:70px;
}

.menu_head{

	display:flex;
	justify-content: space-between;
	align-items: center;
}

.menu_head >div:nth-of-type(3){
	color:white;
}

.menu_head >div:nth-of-type(5){
	background:#027035;
	color:white;
	font-size:14px;
	padding: 9px 28px;
	border-radius:5px;
}

.menu_head >div:nth-of-type(6){
	background: radial-gradient(#F3DFBD, #D6B684);
	color:black;
	font-size:14px;
	padding: 9px 28px;
	border-radius:5px;
}


.main_menu{
	display:flex;

	justify-content: flex-end;
	position: relative;
    top: -25px;
}

.main_menu ul{
	display:flex;
}

.main_menu ul >li{
	list-style-type:none;
	margin-right:28px;
}

.main_menu ul >li:last-child{
	margin-right:0px;
}

.main_menu ul >li a{
	text-decoration:none;
	color:white;
	font-weight:500;
	font-size:14px;
}

.under_main_menu{
	width:1320px;
	margin:0 auto;
	padding-top: 70px;
}

.under_main_menu >div:nth-of-type(1){
	font-size:52px;
	font-weight:900;
	text-transform:uppercase;
	line-height: 135%;
}

.under_main_menu >div:nth-of-type(2){
	font-weight:300;
	line-height: 135%;
	font-size:24px;
}

.under_main_menu >div:nth-of-type(3){
	font-weight:300;
	font-size:24px;
	line-height: 135%;
}

.under_main_menu >div:last-child{
	background:#027035;
	padding: 11px 41px;
	width: fit-content;
	border-radius:5px;
	margin-top:25px;
}

.under_main_menu >div:last-child a{
	color:white;
	text-decoration:none;	
}

.under_menu{
	background:#056231;
	
	width: 1320px;
    margin: 0 auto;
	margin-bottom:111px;
} 

.in_under_menu{
	display:flex;
	width:1320px;
	margin:0 auto;
	justify-content: space-between;
	padding:26px 80px 32px 80px;

}

.in_under_menu >div{
    border: 2px solid white;
    border-radius: 6px;
    width: 154px;
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
	padding:10px 0;
}

.in_under_menu >div a{
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
}

.in_under_menu >div a >div:nth-of-type(2){
	margin-top:5px;
}

footer{
	width:100%;
	background-color:#027035;
	color:white;
}

footer a{
	color:white;
	text-decoration:none;
}

.in_footer{
    width:1320px;
	margin:0 auto;
	display:flex;
	padding:60px 60px 80px 60px;
	justify-content:space-between;
}

.footer_menu{
	display:flex;
}


.footer_menu >li{
	list-style-type:none;
	margin-right:29px;
	
}

.footer_menu >li:last-child{
	margin-right:0px;
}

.footer_menu >li a{
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
}

.in_footer >div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(1){
	margin-right:15px;
	background:#74CB2F;
	border-radius:5px;
	padding: 8px 28px;
}

.in_footer >div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(2){
	background: radial-gradient(#F3DFBD, #D6B684);
	border-radius:5px;
	padding: 8px 28px;
}

.in_footer >div:nth-of-type(2) >div:nth-of-type(2){
    display: flex;
    justify-content: end;
	margin-top:30px;
}

.in_footer >div:nth-of-type(2) >div:nth-of-type(2) >div a{
	text-decoration:none;
	color:black;
	font-size:14px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(1){
	margin-bottom:37px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(2){
	margin-bottom:15px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(3){
	margin-bottom:10px;
	display:flex;
	align-items: center;
	font-size:14px;
	font-weight:700;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(3) >div:nth-of-type(1){
	margin-right:17px;
	display:flex;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(3) >div:nth-of-type(1):before{
	content:'';
	display:block;
	background-image:url(/img/phone.png);
	width:18px;
	height:18px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(3) >div:nth-of-type(2){
	margin-right:10px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(2) >div:nth-of-type(1){
    font-size:14px;
	font-weight:700;
	display:flex;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(2) >div:nth-of-type(1):before{
	content:'';
	display:block;
	background-image:url(/img/phone.png);
	width:18px;
	height:18px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(2) >div:nth-of-type(2){
	font-size:12px;
	font-weight: 300;
	padding-left:18px;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(4){
	font-size:12px;
	font-weight: 400;
	line-height:135%;
	display:flex;
}

.in_footer >div:nth-of-type(1) >div:nth-of-type(4):before{
	content:'';
	display:block;
	background-image:url(/img/address.png);
	width:18px;
	height:18px;
}

.etapi_rabot{
	width:1320px;
	margin:0 auto;
	padding:0 80px;
	margin-bottom:60px;
}

.etapi_rabot h2{
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:50px;
	color:white;
}

.in_etapi_rabot{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	column-gap: 20px;
	row-gap:30px;
}

.in_etapi_rabot >div{
	font-size:16px;
	color:white;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.in_etapi_rabot >div ul{
	padding:0px;
	margin:0px;
	margin-left: 19px;
}

.in_etapi_rabot >div >div:nth-of-type(1) img{
	width:100%;
	height:253px;
	margin-bottom:20px;
}

.in_etapi_rabot >div >div:nth-of-type(2){
	margin-bottom:6px;
}

.in_primery_rabot{
	width:1320px;
	margin:0 auto;
	padding:0 80px;
	
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	column-gap: 20px;
	row-gap:30px;
}

.in_primery_rabot >div{
	border-radius:5px;
	background:#2E3138;
}

.in_primery_rabot >div >div:nth-of-type(1) img{
	width:100%;
}

.in_primery_rabot >div >div:nth-of-type(2){
	margin-top:10px;
	font-size:16px;
	font-weight:700;
	color:white;
	padding:0px 0px 10px 30px;
}

.in_primery_rabot >div >div:nth-of-type(3){
	font-size:13px;
	font-weight:bold;
	color:white;
	padding:0px 0px 20px 30px;
}

.in_primery_rabot >div >div:nth-of-type(3) span{
	color:#80C322;
}

.sm_katal{
	border:1px solid white;
	border-radius:5px;
	width: fit-content;
    margin: 0 auto;
    padding: 11px 67px;
	margin-top:40px;
}

.sm_katal a{
	color:white;
	text-decoration:none;
}

.garanty{
	width:1320px;
	margin:0 auto;
	padding:0 80px;
	margin-bottom:50px;
}

.garanty h2{
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	color:white;
	font-family: 'Inter', sans-serif;
	margin-bottom:40px;
}

.garanty p{
	font-size:18px;
	font-family: 'Inter', sans-serif;
}

.in_garanty{
	margin:0 auto;
    margin-top: 30px;
	
	display:grid;
	grid-template-columns:repeat(4, 1fr);
}

.garanty p{
	color:white;
}

.in_garanty p{
	color:white;
	margin:0;
}

.in_garanty >div{
	height:432px;
	width: 270px;
	border-radius:5px;
	padding:0 8px 30px 25px;;
	
	display: flex;
    flex-direction: column;
    justify-content: end;
}

.in_garanty >div p >span{
	font-family: 'Inter', sans-serif;
	font-size:24px;
	font-weight:900;
}

.in_garanty >div:nth-of-type(1){
	background-image:url(/img/g1.png);
	background-size:cover;
}

.in_garanty >div:nth-of-type(2){
	background-image:url(/img/g2.png);
	background-size:cover;
}

.in_garanty >div:nth-of-type(3){
	background-image:url(/img/g3.png);
	background-size:cover;
}

.in_garanty >div:nth-of-type(4){
	background-image:url(/img/g4.png);
	background-size:cover;
}

.stroim{
	color:white;
	width:1320px;
	margin:0 auto;
	padding:0 80px;
}

.stroim h2{
	font-family: 'Inter', sans-serif;
	font-size:40px;
	font-weight:600;
	text-transform:uppercase;
}

.stroim h3{
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

.in_stroim ul{
	padding-left:20px;
}

.in_stroim ul li{
	font-size:14px;
	line-height:143%;
}

.in_stroim >div:nth-of-type(1){
	display:flex;
	margin-bottom:20px;
}

.in_stroim >div:nth-of-type(2){
	display:flex;
	    justify-content: space-between;
		font-size:14px;
}

.in_stroim >div:nth-of-type(1)>div:nth-of-type(1){
	margin-right: 125px;
}

.in_stroim >div:nth-of-type(2)>div:nth-of-type(1){
	margin-right:38px;
}


.in_stroim >div:nth-of-type(2)>div:nth-of-type(2){
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.in_stroim >div:nth-of-type(2)>div:nth-of-type(2) p{
	line-height:135%;
}

.preim{
	background-image:url(/img/pp.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:60px;

}

.in_preim{
	width:1320px;
	margin:0 auto;
	padding:77px 80px 129px 80px;
	

}

.in_preim >div:nth-of-type(2){
    display:grid;
	grid-template-columns:repeat(4, 1fr);
	row-gap:55px;
}

.in_preim >div:nth-of-type(2) >div{
	border-left:3px solid #80C322;
	display:flex;
	align-items:center;
	color:white;
	font-size:15px;
	font-weight:700;
	padding-left:22px;
}

.in_preim >div:nth-of-type(2) >div >div:nth-of-type(1){
	margin-right:10px;
}

.in_preim h2{
	font-size:40px;
	font-weight:900;
	text-transform:uppercase;
	color:white;
}

.footer_contact{
	width:1320px;
	margin:0 auto;
	padding:0 80px;
	margin-bottom:85px;
	margin-top:90px;
}

.footer_contact h2{
	font-size:40px;
	font-weight:700;
	color:white;
	margin-bottom:50px;
}

.footer_contact >div:nth-of-type(1){
	display:flex;
	color:white;
	font-size:14px;
	line-height:135%;
	font-weight:300;
	margin-bottom: 50px;
}

.footer_contact >div:nth-of-type(1) b{
	font-weight:700;
}

.footer_contact >div:nth-of-type(1) >div{
	width:302px;
	margin-right:50px;
}

.footer_contact >div:nth-of-type(1) >div >div:nth-of-type(1){
	color:#80C322;
	font-weight:700;
	margin-bottom:10px;
}

.footer_contact >div:nth-of-type(1) >div >div:nth-of-type(2) >div {
	display:flex;
	align-items: flex-start;
}

.footer_contact >div:nth-of-type(1) >div >div:nth-of-type(2) >div img{
	margin-right:5px;
}



.footer_contact >div:nth-of-type(1) >div:nth-of-type(1) >div:nth-of-type(3){
	display: flex;
    align-items: center;
	margin-top:15px;
}

.footer_contact >div:nth-of-type(1) >div >div:nth-of-type(2){
	display: flex;
    flex-direction: column;
}

.footer_contact >div:nth-of-type(1) a{
	color:white;
	text-decoration:none;
}

.footer_contact >div:nth-of-type(2){
	display:grid;
	grid-template-areas: "a   b d "
						 "a   b d "
						 "a  c f"
						 "a  c f";
                      
	column-gap: 29px;
	row-gap: 11px;
}

.ga1{
	grid-area: a;
	
	
	align-items: center !important;
}

.ga2{
	grid-area: b;
}

.ga3{
	grid-area: c;
}

.ga4{
	grid-area: d;
}

.ga5{
	grid-area: f;
}





.footer_contact >div:nth-of-type(2) >div{
	border:3px solid #80C322;
	border-radius:9px;
	padding:25px;
	color:white;
	font-size:13px;
	line-height:135%;
	
	display: flex;
    align-items: flex-start;
}

.footer_contact >div:nth-of-type(3){
	background: #2E3138;
	border-radius:9px;
	font-size:14px;
	line-height:135%;
	
	display:flex;
	justify-content:space-between;
	padding:40px 20px;
	color:white;	
	margin-top:20px;
}

.footer_contact >div:nth-of-type(3) a{
	color:white;
	text-decoration:none;
	font-size:16px;
	background:#80C322;
	display: block;
    padding: 12px 57px;
	white-space:nowrap;
	border-radius:6px;
	margin-left:65px;
}

.main_otzivi{
	width:1320px;
	margin:0 auto;
	padding: 0 80px;
	margin-bottom:100px;
}

.main_otzivi h2{
    font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:50px;
	color:white;
}

.in_main_otzivi .slider_main_otzivi >div .owl-item{
	background:#3D3F45;
	border-radius:20px;
	padding:30px;
	height:429px;
	
	font-size:11px;
	color:white;
	line-height:15px;
}

.in_main_otzivi .slider_main_otzivi >div.owl-nav{
	background: transparent;
    position: absolute;
    top: 35%;
}

.ss_otz{
	color:#80C322;
	font-size:15px;
	font-weight:700;
	text-decoration:none;
}

.mn_sl_head{
	display:flex;
	align-items:start;
}

.mn_sl_head .preview_picture{
	width:auto !important;
}

.out_ss_otz{
	margin-left:10px;
}

.out_ss_otz .news-date-time{
	color:white;
	font-size:12px;
	font-weight:700;
	margin-top:7px;
}

.pr_text{
	margin-top:25px;
}

.ost_otz{
	width: fit-content;
    margin: 0 auto;
	font:14px;
	color:white;
	border:1px solid #3D3F45;
	border-radius:5px;
	margin-top:50px;
	padding: 12px 74px;
}

.ost_otz a{
	color:white;
	text-decoration:none;
}

.main_projects{
	width:1320px;
	margin:0 auto;
	padding: 0 80px;
}

.in_main_projects .product-item-container .product-item{
	position:relative !important;
}

.product-item-container_main_card{
	background:#2E3138;
	border-radius:10px;
}

.in_main_projects .product-item{
	padding:0px;
	color:white;
}

.in_main_projects .product-item a{
	color:white;
} 

.in_main_projects .product-item-image-wrapper{
	padding-top:63%;
}

.for_main_pro_pro{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.for_main_pro_pro >div{
	width:40%;
}

.in_main_projects .for_main_pr{
	margin-bottom:17px;
}

.in_main_projects .for_main_pr .product-item-title{
	border-bottom:1px solid #9F9F9F;
	margin:0 30px 15px 30px;
}

.in_main_projects .for_main_pr .product-item-title a{
	font-size:16px;
	font-weight:700;
}

.in_main_projects .for_main_pr .product-item-info-container{
	margin:0 30px;

}

.in_main_projects .for_main_pr .for_main_pro_pro{
	color:white;
}

.in_main_projects .for_main_pr .hidden-xs{
	display:flex;
	justify-content: space-between;
	margin-bottom:7px;
}

.in_main_projects .for_main_pr .hidden-xs >div:nth-of-type(2){
	color:#80C322;
}

.main_projects h2{
	font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: white;
}

.footer_map{
	width:1320px;
	margin:0 auto;
	padding: 0 80px;
	margin-bottom:80px;
}

.footer_map h2{
	color:white;
	font-size:24px;
	font-weight:600;
	line-height:135%;
	margin-bottom:40px;
}

.our_rab{
	width:1320px;
	margin:0 auto;
	padding: 0 80px;
	margin-bottom:50px;
}

.our_rab h2{
	color:white;
	font-size:40px;
	font-weight:700;
	line-height:135%;
	margin-bottom:40px;
	text-transform:uppercase;
}
/* End */
/* /bitrix/templates/doma_i_bani/template_styles.css?177364501213835 */
