.offer-page{background:#fff}.offer-hero{position:relative;width:100%;height:520px;overflow:hidden;color:#fff}.offer-hero>img{width:100%;height:100%;object-fit:cover}.offer-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,52,.78),rgba(3,20,52,.25))}.offer-copy{position:absolute;inset:0;width:min(1300px,calc(100% - 64px));margin:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.offer-copy>span{font-size:18px;font-weight:500}.offer-copy h1{max-width:780px;margin:10px 0 28px;font-size:52px;line-height:1.1}.offer-copy a{padding:14px 28px;border-radius:4px;color:#07183f;background:#ffc400;font-weight:600;text-decoration:none}.offer-products{width:min(1500px,calc(100% - 64px));margin:auto;padding:70px 0 90px}.offer-title{margin-bottom:35px;display:flex;align-items:end;justify-content:space-between}.offer-title h2{margin:0;font-size:30px}.offer-title p{margin:7px 0 0;color:#718096}.offer-title>a{color:#075fc1;text-decoration:none}.offer-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.offer-product{min-width:0}.offer-product-image{position:relative;aspect-ratio:1/1;display:block;overflow:hidden;border-radius:6px}.offer-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.offer-product-image:hover img{transform:scale(1.035)}.offer-product-image span{position:absolute;top:14px;left:0;padding:7px 12px;color:#07183f;background:#ffc400;font-size:11px;font-weight:700}.offer-product h3{margin:13px 0 5px;font-size:17px;line-height:1.25}.offer-product h3 a{color:#07183f;text-decoration:none}.offer-product p{margin:0 0 12px;color:#718096;font-size:13px}.offer-product>strong{color:#1854d1;font-size:14px}.offer-pagination{margin-top:55px;display:flex;align-items:center;justify-content:center;gap:8px}.offer-pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid #d6deeb;border-radius:4px;color:#0b2454;text-decoration:none}.offer-pagination a.active{border-color:#1769c2;color:#fff;background:#1769c2}.offer-pagination a.disabled{opacity:.35;pointer-events:none}@media(max-width:1100px){.offer-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.offer-hero{height:420px}.offer-copy{width:calc(100% - 32px)}.offer-copy h1{font-size:36px}.offer-products{width:calc(100% - 28px);padding-top:48px}.offer-title{align-items:flex-start;flex-direction:column;gap:14px}.offer-product-grid{grid-template-columns:1fr 1fr;gap:24px 14px}}@media(max-width:430px){.offer-product-grid{grid-template-columns:1fr}}
