﻿.offer_cards{position:relative;padding:4rem 0 5rem}.offer_cards::before{content:"";position:absolute;left:0;right:0;top:50%;bottom:7rem;background:#e9e9e9;z-index:0}.offer_cards.offer_cards--listing::before{top:14rem}.offer_cards .offer_cards__inner{position:relative;z-index:1}.offer_cards .offer_cards__title{color:#000;margin:0 0 2.5rem 0;font-size:2.5rem;font-weight:700;text-shadow:0px 1px 3px rgba(0,0,0,.1490196078),0px 1px 2px rgba(0,0,0,.3019607843)}.offer_cards .offer_cards__tools{display:grid;gap:1.25rem;margin-bottom:2rem}.offer_cards .offer_cards__search label{display:block;margin-bottom:.6rem;color:#000;font-size:.95rem;font-weight:700}.offer_cards .offer_cards__search-field{position:relative}.offer_cards .offer_cards__search-field input{width:100%;min-height:56px;padding:.85rem 3.75rem .85rem 1.15rem;border:1px solid #cfcfcf;border-radius:10px;outline:0;background:#fff;color:#000;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.offer_cards .offer_cards__search-field input::placeholder{color:#858585}.offer_cards .offer_cards__search-field input:focus{border-color:#c41c28;box-shadow:0 0 0 3px rgba(196,28,40,.15)}.offer_cards .offer_cards__search-icon{position:absolute;top:50%;right:1.35rem;width:17px;height:17px;border:2px solid #c41c28;border-radius:50%;pointer-events:none;transform:translateY(-58%)}.offer_cards .offer_cards__search-icon::after{content:"";position:absolute;right:-6px;bottom:-4px;width:8px;height:2px;border-radius:2px;background:#c41c28;transform:rotate(45deg)}.offer_cards .offer_cards__filters{display:flex;flex-wrap:wrap;gap:.6rem}.offer_cards .offer_cards__filters button{min-height:42px;padding:.55rem 1rem;border:1px solid #cfcfcf;border-radius:10px;background:#fff;color:#000;font:inherit;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.offer_cards .offer_cards__filters button:hover,.offer_cards .offer_cards__filters button:focus-visible,.offer_cards .offer_cards__filters button.is-active{border-color:#c41c28;background:#c41c28;color:#fff}.offer_cards .offer_cards__result-status{min-height:1.4em;margin:.85rem 0 0;color:#595857;font-size:.85rem;text-align:right}.offer_cards .offer_cards__result-status[hidden]{display:none}.offer_cards .offer_cards__empty-state{margin:1rem 0 0;padding:1.25rem;border:1px solid #cfcfcf;border-radius:10px;background:#fff;color:#595857;text-align:center}.offer_cards .offer_cards__empty-state[hidden]{display:none}.offer_cards [data-offer-item][hidden]{display:none}.offer_cards .offer_cards__cards .row>[class*=col]{display:flex;flex-direction:column}.offer_cards .offer_cards__card{display:flex;flex-direction:column;flex:1;border-radius:10px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.offer_cards .offer_cards__card:hover,.offer_cards .offer_cards__card:focus{transform:translateY(-3px);box-shadow:0 18px 32px rgba(0,0,0,.12)}.offer_cards .offer_cards__card--quote{position:relative;display:flex;flex-direction:column;color:#fff}.offer_cards .offer_cards__quote-surface{display:flex;flex:1;align-items:center;justify-content:center;padding:1.5rem;background:#595857;text-align:center}.offer_cards .offer_cards__quote-title{font-size:1.8rem;font-weight:700;line-height:1.25;color:#fff}.offer_cards .offer_cards__image-wrap{position:relative;flex:0 0 auto;width:100%;aspect-ratio:4/3;overflow:hidden;background:#1a1a1a}.offer_cards .offer_cards__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.offer_cards .offer_cards__image-placeholder{position:absolute;inset:0;width:100%;height:100%;background:#2a2a2a}.offer_cards .offer_cards__price-tag{position:absolute;right:0;bottom:1rem;display:grid;grid-template-columns:auto auto auto;gap:.75rem;align-items:center;padding:.5rem .75rem;background:#c41c28;box-shadow:0 8px 20px rgba(0,0,0,.2)}.offer_cards .offer_cards__price-col{display:flex;flex-direction:column;gap:.15rem}.offer_cards .offer_cards__price-small{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#fff}.offer_cards .offer_cards__price-big,.offer_cards .offer_cards__price-right{font-size:1.4rem;font-weight:700;color:#fff}.offer_cards .offer_cards__price-arrow{width:20px;height:36px;background-image:url("../../images/icons/arrow_right.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.offer_cards .offer_cards__bar{flex:1;background:linear-gradient(180deg, #595857 0%, #646362 100%);padding:1rem 1.25rem 1.25rem;color:#fff;display:flex;flex-direction:column}.offer_cards .offer_cards__bar-small{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;margin-left:.75rem;opacity:.85;min-height:1.2em}.offer_cards .offer_cards__bar-small:empty::before{content:" "}.offer_cards .offer_cards__bar-big{font-size:1.4rem;font-weight:700;margin-top:.25rem}.offer_cards .offer_cards__cta-wrap{display:flex;justify-content:center;margin-top:2.5rem}.offer_cards .offer_cards__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:10px;background:#c41c28;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.offer_cards .offer_cards__cta:hover,.offer_cards .offer_cards__cta:focus{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.2);color:#fff}.offer_cards .offer_cards__cta-arrow{width:20px;height:36px;background-image:url("../../images/icons/arrow_right.svg");background-repeat:no-repeat;background-position:center;background-size:contain}@media screen and (min-width: 992px){.offer_cards .offer_cards__title{font-size:3rem}.offer_cards .offer_cards__image-wrap{aspect-ratio:2/1}.offer_cards .offer_cards__quote-surface{aspect-ratio:2/1;padding:2rem}.offer_cards .offer_cards__quote-title{font-size:2.2rem}.offer_cards .offer_cards__bar-big{font-size:1.6rem}.offer_cards .offer_cards__cta{font-size:2rem}.offer_cards .offer_cards__quote-title{font-size:2.2rem}}@media screen and (min-width: 768px){.offer_cards.offer_cards--listing::before{top:16rem}.offer_cards .offer_cards__title{max-width:50%;margin-left:auto;margin-right:auto;text-align:center}.offer_cards .offer_cards__search+.offer_cards__filters{margin-top:2rem}}@media screen and (min-width: 768px)and (max-width: calc(992px - 1px)){.offer_cards .offer_cards__image-wrap{aspect-ratio:2/1}.offer_cards .offer_cards__quote-surface{aspect-ratio:2/1}}@media screen and (max-width: calc(576px - 1px)){.offer_cards .offer_cards__quote-surface{padding:1.25rem}.offer_cards .offer_cards__quote-title{font-size:1.55rem}.offer_cards{padding:3rem 0 4rem}.offer_cards::before{top:55%;bottom:6rem}.offer_cards .offer_cards__title{font-size:2rem}.offer_cards .offer_cards__price-tag{right:0;bottom:.75rem;padding:.45rem .65rem;gap:.6rem}.offer_cards .offer_cards__price-big,.offer_cards .offer_cards__price-right{font-size:1.2rem}.offer_cards .offer_cards__quote-surface{padding:1.25rem}.offer_cards .offer_cards__quote-title{font-size:1.55rem}}