/* Pagina interna Offerta */

#page_name { font-size: var(--size-medium); }
.offer_page { max-width: var(--max-width); }
.offer_page .page_wrap { display: flex; gap: 30px }
.offer_page .page_wrap .col:last-of-type { width: 40%; }
.offer_page .page_wrap .col { width: 60%; }
.offer_page .sticky_top { padding: 15px; top: 127px; background-color: rgba(255,255,255,.9); }
.offer_page .sticky_top.last { top: 200px; }
.offer_page .sticky_top.last.validity_on { top: 285px; }
.offer_page .validity_cnt { padding: 0 0 10px; margin-bottom: 10px; border-bottom: 1px solid var(--black); }
.offer_contact_cnt { display: flex; align-items: center; gap: 30px; }
.offer_contact_cnt .zlink a { background-color: var(--black); color: var(--white); border: unset; }
.offer_contact_cnt a { text-decoration: none!important; }
.whatsapp_btn a, .phone_btn a { display: flex; align-items: center; gap: 5px; }
.whatsapp_btn a:before { font-family: var(--font-icon-alt); font-size: var(--size-base); }
.phone_btn a:before { font-family: var(--font-icon); }
.whatsapp_btn a:before { content: '\f232'; }
.phone_btn a:before { content: '\f095'; }
.img_cnt img.left, .img_cnt img.right { float: none!important; }
.mobile_back_to_offers { margin-bottom: 40px; display: none; width: 100%; text-align: center; }
.mobile_block { margin-bottom: 40px; padding: 15px; display: none; width: 100%; justify-content: center; border: 1px solid var(--color1);}
.mobile_block .offer_contact_cnt { justify-content: center; }
.offer_page form .form-title { display: block; }

@media(max-width: 1340px){
    .offer_page .page_wrap .col, .offer_page .page_wrap .col:last-of-type { width: 50%; }
}

@media(max-width: 1120px){
    .offer_page .page_wrap { flex-wrap: wrap; }
    .offer_page .page_wrap .col, .offer_page .page_wrap .col:last-of-type { width: 100%; }
    .offer_page .page_wrap .col:last-of-type { order: 1; }
    .offer_page .page_wrap .col:first-of-type { order: 2; }
    .img_cnt img.left, .img_cnt img.right { width: 100%; margin: 0 0 20px!important; }
    .offer_page .sticky_top { position: inherit; }
    .offer_page .sticky_top.last .varlink { display: none; }
    .mobile_back_to_offers { display: inline-block; }
    .mobile_block { display: inline-block; }
}

@media(max-width: 767px){
    .mobile_block .offer_contact_cnt { flex-direction: column; gap: 10px; }
}

.smartphone .offer_contact_cnt { flex-wrap: wrap; justify-content: center; }
.smartphone .offer_contact_cnt .zlink, .smartphone .offer_contact_cnt .zlink a { width: 100%; }
.smartphone .offer_page .sticky_top { padding: 0 0 15px; }