.min100{min-height:100vh;}
.simanto{position:absolute;bottom:10%;z-index:2;}
.beer-slider{position:relative;width:100%;height:350px}
@media(max-width:1399px){
.beer-slider{max-height:300px;}
}
@media(max-width:1199px){
.beer-slider{max-height:260px;}
}
@media(max-width:991px){
.beer-slider{max-height:340px;}
}
@media(max-width:767px){
.beer-slider{max-height:280px;}
}
@media(max-width:575px){
.beer-slider{max-height:250px;}
}
@media(max-width:480px){
.beer-slider{max-height:220px;}
}
.beer-handle{bottom:0;top:auto}
.pat{background-size:cover}
.blocks{border:1px solid #333;}
.descrp h1,.descrp h2,.descrp h3{color:#fff;font-size:22px;margin:10px 0;}
.descrp ul li{list-style:none;margin:5px 0;padding:0 0 0 25px;position: relative;}
.descrp ul li::before{content:'';position:absolute;left:0;top:9px;width:10px;height:10px;border-radius:20px;background:var(--whiteColor);display:block}