/* PREFOOTER */
.prefooter{width:100%}
.prefooter-wrapper{display:flex;flex-direction:row;width:100%;min-height:500px}
.prefooter-map{position:relative;flex:1;min-height:400px}
.prefooter-map iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;z-index:1}
.prefooter-arrow{position:absolute;z-index:10;pointer-events:none}
.prefooter-arrow-left{right:0;top:50%;transform:translateY(-50%);height:80px;width:auto}
.prefooter-arrow-right{left:0;top:50%;transform:translateY(-50%);height:80px;width:auto}
.prefooter-arrow-up,.prefooter-arrow-down{display:none}
.prefooter-content{flex:1.2;background-color:#0d4a40;color:#fff;text-align:center;padding:30px 20px;display:flex;flex-direction:column;justify-content:center;position:relative}
.prefooter-title{font-size:24px;font-weight:bold;margin:0 0 30px 0;letter-spacing:1px;color:#fff!important}
.prefooter-stores{display:flex;justify-content:space-around;gap:40px;margin-bottom:30px}
.prefooter-store{flex:1}
.prefooter-store-name{font-weight:bold;font-size:16px;margin:0 0 15px 0;line-height:1.4;color:#fff}
.prefooter-store-address{font-size:14px;margin:0 0 10px 0;line-height:1.5;color:#fff}
.prefooter-link{color:#c4e050;text-decoration:underline;font-size:14px}
.prefooter-link:hover{color:#d4f060}
.prefooter-contact-label{font-weight:bold;font-size:14px;margin:20px 0 5px 0;text-decoration:underline;color:#fff}
.prefooter-contact{font-size:14px;margin:0;line-height:1.5;color:#fff}
.prefooter-contact a{color:#fff;text-decoration:none}
.prefooter-contact a:hover{text-decoration:underline}
.prefooter-benefits{display:flex;justify-content:center;gap:30px;margin-top:20px;flex-wrap:wrap}
.prefooter-benefit{display:flex;flex-direction:column;align-items:center;gap:10px}
.prefooter-benefit img{width:60px;height:60px;object-fit:contain}
.prefooter-benefit span{font-size:12px;text-align:center;line-height:1.3;color:#fff}
@media(max-width:768px){
.prefooter-wrapper{flex-direction:column}
.prefooter-map{min-height:250px}
.prefooter-map-left{order:1}
.prefooter-content{order:2;padding:20px 15px}
.prefooter-map-right{order:3}
.prefooter-arrow-left,.prefooter-arrow-right{display:none!important}
.prefooter-arrow-up,.prefooter-arrow-down{display:block!important;position:static;width:80px;height:auto;margin:0 auto 10px auto}
.prefooter-arrow-down{margin:10px auto 0 auto}
.prefooter-stores{flex-direction:row;gap:15px}
.prefooter-store{font-size:12px}
.prefooter-store-name{font-size:13px;margin-bottom:10px}
.prefooter-store-address{font-size:11px}
.prefooter-contact{font-size:12px}
.prefooter-contact-label{font-size:12px;margin:15px 0 5px 0}
.prefooter-title{font-size:18px;margin-bottom:20px}
.prefooter-benefits{justify-content:space-between;gap:5px;flex-wrap:nowrap;width:100%}
.prefooter-benefit{flex:1}
.prefooter-benefit img{width:45px;height:45px}
.prefooter-benefit span{font-size:10px}
}


.custom-footer__elements-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

 