.hot-offer-page--desktop{padding:24px 0 40px;position:relative}.hot-offer-page--desktop .hot-offer-page__title{color:#333;font-size:20px;line-height:1.05;margin:0 0 14px;transition:color .2s linear}.hot-offer-page--desktop .hot-offer-page__head-block{border-radius:18px;background:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,0.04);padding:20px;margin-bottom:20px}.hot-offer-page--desktop .hot-offer-desktop-filters{display:flex;flex-direction:column;gap:10px}.hot-offer-page--desktop .hot-offer-desktop-filters__row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.hot-offer-page--desktop .hot-offer-filter-chip{display:inline-flex;align-items:center;justify-content:center;height:32px;border-radius:100px;border:1px solid rgba(27,90,231,0.25);background:#fff;color:#1f2024;font-size:13px;font-weight:500;line-height:1;padding:0 14px;cursor:pointer;text-decoration:none;transition:all .2s ease}.hot-offer-page--desktop .hot-offer-filter-chip:hover{border-color:rgba(27,90,231,0.45)}.hot-offer-page--desktop .hot-offer-filter-chip.is-active{border-color:#1b5ae7;background:#1b5ae7;color:#fff}.hot-offer-page--desktop .hot-offer-country-option{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:6px 12px;border-radius:16px;border:1px solid #e3e8f5;background:#fff;cursor:pointer;user-select:none;text-decoration:none;transition:border-color .2s ease,background-color .2s ease}.hot-offer-page--desktop .hot-offer-country-option:hover{border-color:rgba(27,90,231,0.35)}.hot-offer-page--desktop .hot-offer-country-option.is-checked{border-color:rgba(27,90,231,0.55);background:rgba(27,90,231,0.07)}.hot-offer-page--desktop .hot-offer-country-option__box{position:relative;flex:0 0 auto;width:14px;height:14px;border:1px solid rgba(27,90,231,0.45);border-radius:3px;background:#fff}.hot-offer-page--desktop .hot-offer-country-option__label{font-size:13px;line-height:1.3;color:#1f2024}.hot-offer-page--desktop .hot-offer-country-option.is-checked .hot-offer-country-option__box{background:#1b5ae7;border-color:#1b5ae7}.hot-offer-page--desktop .hot-offer-country-option.is-checked .hot-offer-country-option__box::after{content:"";position:absolute;left:3px;top:0;width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(40deg)}.hot-offer-page--desktop .hot-offer-desktop-filter-input{display:none}.hot-offer-page--desktop #hot-offers-list.hot-offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}.hot-offer-page--desktop #hot-offers-list.hot-offers-grid>.hotel-card{margin-top:0}.hot-offer-page--desktop #hot-offers-list.hot-offers-grid>.hot-offers-not-found{grid-column:1 / -1}.hot-offer-page--desktop .hot-offers-area{position:relative}.hot-offer-page--desktop .hot-offers-not-found{position:static;min-height:auto}.hot-offer-page--desktop .hot-offers-not-found .container{max-width:320px;padding:0}.hot-offer-page--desktop .hot-offers-not-found .hot-offers-not-found-content{background:#fff;border-radius:16px;box-shadow:0 6px 24px 0 rgba(0,0,0,0.04);padding:24px;width:100%;max-width:100%;margin:0;text-align:left}.hot-offer-page--desktop .hot-offers-not-found .hot-offers-not-found-content .title{color:#1f2024;font-size:24px;font-weight:700;line-height:1.2;margin-bottom:6px}.hot-offer-page--desktop .hot-offers-not-found .hot-offers-not-found-content .description{color:rgba(31,32,36,0.7);font-size:16px;font-weight:500;line-height:1.35}.hot-offer-page--desktop .hotel-card__tour{position:relative;padding-right:18px}.hot-offer-page--desktop .hotel-card__tour::after{content:"";position:absolute;right:0;top:50%;width:8px;height:8px;border-top:2px solid rgba(0,0,0,0.45);border-right:2px solid rgba(0,0,0,0.45);transform:translateY(-50%) rotate(45deg)}.hot-offer-page--desktop .hot-offers-loader{position:absolute;inset:0;background:rgba(255,255,255,0.65);display:none;align-items:center;justify-content:center;z-index:1000}.hot-offer-page--desktop .hot-offers-loader.is-active{display:flex}.hot-offer-page--desktop .hot-offers-loader__spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgba(27,90,231,0.15);border-top-color:#1b5ae7;animation:hotOffersSpin .8s linear infinite}@keyframes hotOffersSpin{to{transform:rotate(360deg)}}