.banner-main__row{display:flex;justify-content:space-between;align-items: end;}
.wrapper__banner-main{position:relative}
.banner-main__content{position:absolute; left:0;right:0;height: 100%;display: flex;flex-direction: column;justify-content: end;align-items: start;z-index: 3; padding-bottom:110px}
.banner-main__left h1{color: #FFFFFF; margin:0 0 35px; padding:0}
.banner-main__bg{height:640px;position: relative; overflow:hidden}
.banner-main__bg img, .banner-main__bg picture{width:100%; height:100%; object-fit:cover; object-position:center center; position: relative; overflow: hidden;}
.banner-main__bg picture::before{position:absolute;top:0;left:0;right:0;bottom:0;content:"";z-index: 1;background:rgba(0,0,0,0.5)}
.banner-main__bg::after{position:absolute;bottom:0;left:0;right:0; content:"";z-index: 2; background:url(/templates/filin/images/banner__bg.png) repeat-x left bottom / contain; height:11px}
.banner-main__right ul{display:flex; flex-direction:column; align-items:end; gap:20px}
.banner-main__right ul li{padding: 10px 20px;background: #ECECE8;border-radius: 10px;}
.banner-main__right ul li sup{font-size:60%; line-height:0}
@media(min-width:768px){
	.banner-main__left .banner-main__right{display:none}
}
@media(max-width:1229px){
	.banner-main__content{padding-bottom:80px}
	.banner-main__left h1{margin:0 0 30px}
	.banner-main__bg{height:560px}
	.banner-main__bg::after{height:9px}
	.banner-main__right ul{gap:15px}
	.banner-main__right ul li{padding: 10px 15px}
}
@media(max-width:991px){
	.banner-main__content{padding-bottom:60px}
	.banner-main__left h1{margin:0 0 25px}
	.banner-main__bg{height:460px}
	.banner-main__bg::after{height:7px}
	.banner-main__right ul{gap:10px}
	.banner-main__right ul li{padding:5px 10px}
}
@media(max-width:767px){
	.banner-main__content{padding-bottom:40px}
	.banner-main__bg{height:380px}
	.banner-main__left h1{margin:0}
	.banner-main__row{justify-content:center}
	.banner-main__row > .banner-main__right{display:none}
	.banner-main__left{gap:20px; display:flex; align-items:center; justify-content:center; flex-direction:column}
	.banner-main__right ul{flex-direction:row; flex-wrap:wrap; justify-content:center}
}
@media(max-width:575px){
	.banner-main__content{padding-bottom:30px}
}
