@charset "utf-8";
/*banner*/
.banner{height:185px;background:url(/tmp/img/page3/banner/wide.webp) top center;background-size:cover;margin:30px 0 160px;position:relative;}
.banner:before{content:'';display:block;width:249px;height:108px;background-image:url(/tmp/img/page3/banner/points_wide.webp);position:absolute;top:calc(100% + 85px);left:10%;}

@media (max-width: 1920px){
	.banner{background-image:url(/tmp/img/page3/banner/big.webp);}
}

@media (max-width: 1500px){
	.banner{height:185px;background-image:url(/tmp/img/page3/banner/big.webp);}
}

@media (max-width: 770px){
	.banner{height:0;background-image:unset;}
	.banner:before{top:0;}
}