.wrapper--theme-cream {
    background: #FFF6D4;
}

.wrapper--theme-sand {
    background: #FBF8EC;
}

.tour-operator-page {
    padding: 80px 0;
}

.tour-operator-page__overview {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 48px 20px;
}

.header-pl .tour-operator-page__overview {
    display: none;
}

.tour-operator-page__logo-card,
.tour-operator-page__metric {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
}

.tour-operator-page__overview-title {
    display: none;
}

.tour-operator-page__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #0D0F10;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .4px;
}

[lang="pl"] .tour-operator-page__title {
    font-family: "Baloo 2", sans-serif;
    color: #4e117e;
}

.tour-operator-page__title img {
    width: auto;
    height: 56px;
}

.tour-operator-page__logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 50px;
    margin-right: 4px;
}

.tour-operator-page__logo {
    max-height: 60px;
}

.tour-operator-page__logo-fallback {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    color: #404a51;
}

.tour-operator-page__description {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #404a51;
}

[lang="pl"] .tour-operator-page__description,
[lang="pl"] .tour-operator-page__metric-value,
[lang="pl"] .tour-operator-page__metric-label,
[lang="pl"] .tour-operator-page__early-title {
    color: #2A004A;
}

.tour-operator-page__description p {
    margin: 0 0 12px;
}

.tour-operator-page__description p:last-child {
    margin-bottom: 0;
}

.tour-operator-page__overview-desc .spoiler__button {
    margin-top: 24px;
}

.tour-operator-page__overview-metrics {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.tour-operator-page__metric {
    padding: 20px 24px;
    color: #474f55;
}

.tour-operator-page__metric-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.tour-operator-page__metric-value {
    display: block;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.tour-operator-page__metric-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.tour-operator-page__metric-label-short {
    display: none;
}

.country-tour.tour-operator-page__rules {
    padding: 56px 0;
    background: #D9FFE8;
}

@media (hover: hover) {
    .country-tour.tour-operator-page__rules.is-collapsed:hover {
        background: #C7F5DC;
    }
}

.tour-operator-page__rules .open-hot-tour {
    flex-shrink: 0;
}

.tour-operator-page__rules-icon {
    width: 56px;
    height: 56px;
}

.tour-operator-page__rules-title {
    display: flex;
    align-items: center;
    gap: 0 16px;
    font-size: 24px;
    line-height: 1;
    color: #0f4a27;
}

.tour-operator-page__rules-body {
    margin: 40px 0 24px;
}

.is-collapsed .tour-operator-page__rules-body {
    display: none;
}

.tour-operator-page__rule {
    margin-bottom: 8px;
    padding: 24px 16px;
    border-radius: 12px;
    background: #FFFFFF;
}

.tour-operator-page__rule-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #170436;
}

.tour-operator-page__rule-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.tour-operator-page__rule-content {
    padding: 0 56px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #170436;
}

.tour-operator-page__rule-content p {
    margin: 0 0 24px;
}

.tour-operator-page__rule-content p:last-child {
    margin-bottom: 0;
}

.container__header .header-title-link.tour-operator-page__early-title {
    padding: 9px 23px 9px 14px;
    font-weight: 800;
    font-size: 24px;
}

.tours-landing--early-booking {
    background: #F8F8F9;
}

.tours-landing--early-booking .country-tour {
    padding: 56px 0 86px;
}

.tours-landing--early-booking .country-tour-cards {
    padding-bottom: 0;
}

.tours-landing--early-booking .country-tour.is-collapsed {
    padding-bottom: 56px;
}

.tours-landing--early-booking .country-tour.is-collapsed .header-title-link {
    color: #0D3A5D;
}

@media (min-width: 768px) {
    .tour-operator-page__metric-total {
        font-size: 20px;
    }
}

@media (max-width: 1176px) and (min-width: 768px) {
    .tour-operator-page__overview-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tour-operator-page {
        padding: 12px  0 24px;
    }
    [lang="pl"] .tour-operator-page {
        padding: 24px 0;
    }

    .tour-operator-page__overview {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 15px;
        align-items: stretch;
    }
    .tour-operator-page__description {
        font-size: 15px;
        color: #170436;
    }

    .header-pl .tour-operator-page__overview {
        display: grid;
    }

    [lang="pl"] .tour-operator-page__overview--page > .tour-operator-page__overview-in-header {
        display: none;
    }

    .tour-operator-page__overview-title {
        display: block;
        grid-column: 1 / -1;
        order: -2;
        padding: 12px 0;
    }

    .tour-operator-page__overview-title .header__link-back {
        margin-bottom: 24px;
    }

    .tour-operator-page__title {
        font-size: 24px;
    }
    [lang="pl"]  .tour-operator-page__title {
        font-size: 28px;
    }

    .tour-operator-page__title img {
        height: 52px;
    }

    .tour-operator-page__overview-logo {
        order: -1;
    }

    .tour-operator-page__overview-desc {
        grid-column: 1 / -1;
        order: 99;
        padding: 12px 0;
    }

    [lang="pl"] .tour-operator-page__overview-desc {
        padding: 16px;
        border-radius: 16px;
        background: #fff;
        font-size: 15px;
    }

    .tour-operator-page__overview-metrics {
        display: contents;
    }

    .tour-operator-page__logo-card,
    .tour-operator-page__metric {
        padding: 18px 20px;
        background: #FFFFFF;
        color: #170436;
    }

    [lang="pl"] .tour-operator-page__logo-card,
    [lang="pl"] .tour-operator-page__metric {
        background: rgba(255, 255, 255, 0.8);
    }


    .tour-operator-page__metric-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
    }

    .tour-operator-page__metric-value {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .tour-operator-page__metric-label-full {
        display: none;
    }

    .tour-operator-page__metric-label-short {
        display: inline;
    }

    .country-tour.tour-operator-page__rules {
        padding: 24px 0;
    }

    .tour-operator-page__rules-title {
        gap: 12px;
    }

    .tour-operator-page__rules-icon {
        width: 52px;
        height: 52px;
    }

    .tour-operator-page__rules-body {
        margin-top: 24px;
    }

    .tour-operator-page__rule {
        padding: 16px 16px 24px;
        border-radius: 16px;
    }

    .tour-operator-page__rule-title {
        gap: 12px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .tour-operator-page__rule-icon {
        width: 32px;
        height: 32px;
    }

    .tour-operator-page__rule-content {
        padding: 0;
    }

    .tours-landing--early-booking .country-tour {
        padding: 24px 0 40px;
    }

    .tours-landing--early-booking .country-tour.is-collapsed {
        padding: 24px 0;
    }
}
