@charset "utf-8";
/*hero*/
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:433px;}

/*hero_left*/
.hero_left img{display:block;width:100%;height:100%;object-fit:cover;}

/*hero_right*/
.hero_right{display:flex;align-items:center;background:url(/tmp/img/capacities/hero/bg_right.png) bottom center;background-size:cover;padding:23px 23px 23px 60px;}
.hero_right > div{max-width:680px;position:relative;}
.hero_title{color:#F56E06;font-size:24px;font-weight:600;line-height:1;text-align:center;text-transform:uppercase;margin:0 0 22px;}

.hero_txt p, .hero_txt li{color:#000;font-size:17px;font-weight:600;}
.hero_txt ul{padding:0;margin:8px 0;list-style-position:inside;}
.hero_txt b{font-weight:700;}
.hero_txt a{color:#000;text-decoration:underline;}
.hero_txt a:hover{text-decoration:none;}

/*btn*/
.hero_phone_btn{display:block;width:45px;height:55px;background:url(/tmp/img/index/hero/phone.svg) center no-repeat;position:absolute;bottom:0;right:0;}

@media(max-width:1480px){
	.hero_right{padding-left:43px;}
}

@media(max-width:840px){
	/*hero*/
	.hero{display:block;min-height:unset;}
	
	/*hero_left*/
	.hero_left{height:270px;}
	
	/*hero_right*/
	.hero_right{padding:23px;}
	.hero_right > div{max-width:unset;}
}

@media(max-width:500px){
	/*hero_left*/
	.hero_left{height:216px;}
	
	/*hero_right*/
	.hero_txt p, .hero_txt li{font-size:16px;}
	
	/*btn*/
	.hero_phone_btn{display:none;}
}
/*-*/