@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.woff2") format("woff2");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.woff2") format("woff2");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Italic.woff2") format("woff2");
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Georgia";
    src: url("../fonts/Georgia.woff2") format("woff2");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
	--uvzmorie-ru-apricot: #ef8983;
	--uvzmorie-ru-black: #000;
	--uvzmorie-ru-black-0: rgba(0, 0, 0, 0);
	--uvzmorie-ru-botticelli: #d4e6ec;
	--uvzmorie-ru-boulder: #757575;
	--uvzmorie-ru-bronzetone-850: rgba(70, 45, 13, 0.85);
	--uvzmorie-ru-chamois: #ebd8b0;
	--uvzmorie-ru-chamois-400: rgba(235, 215, 177, 0.4);
	--uvzmorie-ru-coffee: #6c6657;
	--uvzmorie-ru-dallas: #7d592c;
	--uvzmorie-ru-dallas: #7d592c;
	--uvzmorie-ru-dark-tan: #740e0e;
	--uvzmorie-ru-dell: #49761c;
	--uvzmorie-ru-early-dawn: #fff8e5;
	--uvzmorie-ru-fall-green-tacha: #efe4c4;
	--uvzmorie-ru-fall-green-tangerine: #efe4c4;
	--uvzmorie-ru-hampton: #e6d2aa;
	--uvzmorie-ru-japanese-laurel: #007300;
	--uvzmorie-ru-jewel: #0c5938;
	--uvzmorie-ru-macaroni-and-cheese: #ffc370;
	--uvzmorie-ru-mercury: #e6e6e6;
	--uvzmorie-ru-morocco-brown: #411f00;
	--uvzmorie-ru-peach-orange: #ffd69a;
	--uvzmorie-ru-pearl-lusta: #fcf5e2;
	--uvzmorie-ru-pomegranate: #e52c0f;
	--uvzmorie-ru-porcelain: #eceeef;
	--uvzmorie-ru-punga: #493011;
	--uvzmorie-ru-red: #f00;
	--uvzmorie-ru-red-orange: #f43;
	--uvzmorie-ru-roof-terracotta: #b01d25;
	--uvzmorie-ru-shark: #292b2c;
	--uvzmorie-ru-silver: #ccc;
	--uvzmorie-ru-supernova: #fc0;
	--uvzmorie-ru-fall-green: #efe4c4;
	--uvzmorie-ru-tacha: #d7b46a;
	--uvzmorie-ru-tangerine: #ee8500;
	--uvzmorie-ru-tussock: #b98f41;
	--uvzmorie-ru-whiskey: #d7b46a;
	--uvzmorie-ru-white: #fff;
	--uvzmorie-ru-white-600: rgba(255, 255, 255, 0.6);
	--uvzmorie-ru-white-700: rgba(255, 255, 255, 0.7);
	--uvzmorie-ru-white-750: rgba(255, 255, 255, 0.75);
	--uvzmorie-ru-white-850: rgba(255, 255, 255, 0.85);
	--uvzmorie-ru-white-fall-green: #fff;
	--color-white-solid: #fff;
	--color-orange-85: #efe4c4;
	--color-orange-33: #7d592c;
	--color-orange-63: #d7b46a;
	--color-green-23: #007300;
	--color-black-solid: #000;
	--color-azure-88: #d4e6ec;
	--color-black--0: rgba(0, 0, 0, 0);
	--color-white--850: rgba(255, 255, 255, 0.85);
	--color-red-60: #f43;
	--color-yellow-50: #fc0;
	--color-grey-90: #e6e6e6;
	--color-white--700: rgba(255, 255, 255, 0.7);
	--color-white--750: rgba(255, 255, 255, 0.75);
	--color-white--600: rgba(255, 255, 255, 0.6);
	--color-red-50: #f00;
	--color-grey-46: #757575;
	--color-grey-80: #ccc;
	--color-orange-16-850: rgba(70, 45, 13, 0.85);
	--color-orange-18: #493011;
	--color-grey-95: #fff8e5;
	--color-orange-22: #5b3917;
	--color-red-48: #e52c0f;
	--color-red-40: #b01d25;
	--color-orange-78: #e6d2aa;
	--color-spring-green-20: #0c5938;
	--color-grey-93: #eceeef;
	--color-grey-94: #fcf5e2;
	--color-orange-80: #ffd69a;
	--color-orange-72: #ffc370;
	--color-red-25: #740e0e;
	--color-orange-81: #ebd8b0;
	--color-orange-13: #411f00;
	--color-orange-81-400: rgba(235, 215, 177, 0.4);
	--color-grey-17: #292b2c;
	--color-orange-49: #b98f41;
	--color-orange-38: #6c6657;
	--color-orange-47: #ee8500;
	--color-chartreuse-green-29: #49761c;

    --font-family: "Montserrat", sans-serif;
    --second-family: "Inter", sans-serif;
    --font10: "Georgia", sans-serif;
}

html,
body {
    height: 100%;
    font-family: var(--font-family);
    font-size: 16px;
    scroll-behavior: smooth;
}

.uvzmorie__main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* Баннер */

.banner {
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #083a4d 0%,
        rgba(8, 58, 77, 0.55) 10%,
        rgba(19, 135, 179, 0) 60%
    );
}

.banner__img-box {
    width: 100%;
    height: 100%;
}

.banner__img-box-pic {
    display: block;
    width: 100%;
    height: 100%;
}

.banner__img-box-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__container {
    position: absolute;
    inset: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    width: 100%;
    max-width: 1520px;
}

.banner__title-box {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    max-width: 591px;
}

.banner__title {
    font-family: var(--font10);
    font-weight: 400;
    font-size: 6.125rem;
    color: var(--uvzmorie-ru-white);
}

.banner__title-span {
    color: var(--uvzmorie-ru-tacha);
}

.banner__text {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 1.5rem;
    color: var(--uvzmorie-ru-white);
}

.banner__text-span {
    color: var(--uvzmorie-ru-tacha);
    font-weight: 500;
}

.banner__button-box {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    margin-top: 38px;
}

.banner__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 9px 10px;
    width: 280px;
    height: 64px;
    background: var(--uvzmorie-ru-tacha);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--uvzmorie-ru-white);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;

    &:hover {
        background: #1a95b9;
    }
    &:active {
        background: #2a6070;
    }
}

.banner__text-small {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 0.875rem;
    color: var(--uvzmorie-ru-white);
}

.banner__content-right {
    position: absolute;
    top: 51px;
    right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(42, 96, 112, 0.48);
    width: 232px;
    height: 232px;
}

.banner__discount {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 4rem;
    text-align: center;
    color: var(--uvzmorie-ru-tacha);
}

.banner__discount-text {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    color: var(--uvzmorie-ru-tacha);
}

@media (max-width: 1400px) {
    .banner__container {
        max-width: 1280px;
    }

    .banner__title-box {
        max-width: 540px;
    }

    .banner__title {
        font-size: 5rem;
    }

    .banner__text {
        font-size: 1.25rem;
    }

    .banner__button-box {
        margin-top: 30px;
    }

    .banner__button {
        width: 240px;
        height: 56px;
        font-size: 1.25rem;
    }

    .banner__text-small {
        font-size: 0.75rem;
    }

    .banner__content-right {
        right: 40px;
        width: 180px;
        height: 180px;
    }

    .banner__discount {
        font-size: 3.2rem;
    }

    .banner__discount-text {
        font-size: 0.875rem;
    }
}

@media (max-width: 1200px) {
    .banner__container {
        max-width: 960px;
    }

    .banner__title-box {
        max-width: 480px;
        gap: 16px;
    }

    .banner__title {
        font-size: 3.5rem;
    }

    .banner__text {
        font-size: 1rem;
    }

    .banner__button-box {
        margin-top: 24px;
        gap: 10px;
    }

    .banner__button {
        width: 220px;
        height: 52px;
        font-size: 1rem;
    }

    .banner__text-small {
        font-size: 0.75rem;
    }

    .banner__content-right {
        top: 36px;
        right: 20px;
        width: 150px;
        height: 150px;
    }

    .banner__discount {
        font-size: 2.5rem;
    }

    .banner__discount-text {
        font-size: 0.75rem;
    }
}

@media (max-width: 992px) {
    .banner__container {
        max-width: 880px;
    }

    .banner__title-box {
        max-width: 400px;
        gap: 12px;
    }

    .banner__title {
        font-size: 3rem;
    }

    .banner__text {
        font-size: 0.9rem;
    }

    .banner__button-box {
        margin-top: 18px;
    }

    .banner__button {
        width: 200px;
        height: 44px;
        font-size: 0.9rem;
    }

    .banner__content-right {
        top: 24px;
        right: 20px;
        width: 120px;
        height: 120px;
    }

    .banner__discount {
        font-size: 2rem;
    }

    .banner__discount-text {
        font-size: 0.625rem;
    }
}

@media (max-width: 768px) {
    .banner {
        min-height: 620px;
    }

    .banner::before {
        background: linear-gradient(
            180deg,
            rgba(8, 58, 77, 0.82) 0%,
            rgba(8, 58, 77, 0.55) 15%,
            rgba(19, 135, 179, 0) 50%
        );
    }

    .banner__container {
        display: block;
        left: 0;
        transform: none;
        max-width: none;
    }

    .banner__title-box {
        margin-top: 20px;
        max-width: none;
    }

    .banner__title {
        font-weight: 400;
        font-size: 6.125rem;
        text-align: center;
    }

    .banner__text {
        font-weight: 300;
        font-size: 1.5rem;
        text-align: center;
    }

    .banner__button-box {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 51px;
        max-width: calc(100% - 32px);
        margin-top: 0;
        gap: 10px;
    }

    .banner__content-right {
        top: 45%;
        right: 30px;
        transform: translateY(-50%);
        width: 191px;
        height: 191px;
    }

    .banner__discount {
        font-size: 3.25rem;
    }

    .banner__discount-text {
        font-size: 1rem;
    }

    .banner__button-box {
        align-items: center
    }

    .banner__button {
        padding: 18px 40px;
        width: fit-content;
        height: 126px;
        font-size: 2.9375rem;
    }

    .banner__text-small {
        font-weight: 300;
        font-size: 1.25rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .banner {
        min-height: auto;
    }

    .banner__title {
        font-size: 4rem;
    }

    .banner__text {
        font-size: 1.25rem;
    }

    .banner__button-box {
        bottom: 24px;
    }

    .banner__button {
        height: 48px;
        font-size: 1rem;
    }

    .banner__text-small {
        font-size: 0.7rem;
    }

    .banner__content-right {
        right: 20px;
        width: 110px;
        height: 110px;
    }

    .banner__discount {
        font-size: 1.75rem;
    }

    .banner__discount-text {
        font-size: 0.5rem;
    }
}

@media (max-width: 480px) {
    .banner__title-box {
        padding: 0 16px;
    }
    .banner__title {
        font-size: 2.8rem;
    }

    .banner__text {
        font-size: 0.875rem;
    }

    .banner__content-right {
        width: 90px;
        height: 90px;
    }

    .banner__discount {
        font-size: 1.5rem;
    }

    .banner__discount-text {
        font-size: 0.5rem;
    }
}

/* Идеальный выбор для независимых путешественниц */

.choice {
    background-color: #fffaed;
    padding: 53px 0;
}

.choice__container {
    max-width: 919px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.choice__title {
    font-family: var(--font10);
    font-weight: 700;
    font-size: 2rem;
    line-height: 106%;
    text-align: center;
    color: #083a4d;
}

.choice__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 125%;
    text-align: center;
    color: #083a4d;
}

.choice__text-small {
    font-family: var(--font10);
    font-style: italic;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 125%;
    text-align: center;
    color: #977016;
}

@media (max-width: 1200px) {
    .choice__container {
        max-width: 720px;
    }

    .choice__title {
        font-size: 1.5rem;
    }

    .choice__text {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .choice {
        padding: 40px 0;
    }

    .choice__container {
        max-width: 840px;
    }

    .choice__title {
        font-size: 1.75rem;
    }

    .choice__text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .choice {
        padding: 30px 0;
    }

    .choice__container {
        max-width: 720px;
    }

    .choice__title {
        font-size: 1.5rem;
    }

    .choice__text {
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .choice {
        padding: 21px 0;
    }

    .choice__container {
        max-width: 540px;
    }
}

@media (max-width: 480px) {
    .choice__container {
        max-width: none;
        padding: 0 16px;
    }
    .choice__title {
        font-size: 1.25rem;
    }
    .choice__text {
        font-size: 0.75rem;
    }
    .choice__text-small {
        font-size: 0.75rem;
    }
}

/* Что вас ждет */

.await {
    background-color: #fffdf9;
    padding-bottom: 55px;
}

.await__container {
    max-width: 1706px;
    margin: 0 auto;
    padding: 0 20px;
}

.await__title {
    font-family: var(--font10);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 180%;
    text-transform: uppercase;
    text-align: center;
    color: #154f66;
}

.await__content {
    display: flex;
    gap: 79px;
    margin-top: 36px;
}

.await__content-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 3px solid var(--uvzmorie-ru-tacha);
    border-radius: 0 20px;
    width: 516px;
    padding: 90px 102.5px;
    background-color: #fffaed;
}

.await__content-item-title {
    font-family: var(--font10);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 120%;
    color: #083a4d;
}

.await__content-item-list {
    list-style: none;
    padding-left: 0;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 1rem;
    line-height: 181%;
    color: var(--uvzmorie-ru-dallas);
}

.await__content-item-list-item::before {
    content: "";
}

@media (max-width: 1600px) {
    .await__container {
        max-width: 1440px;
    }

    .await__content {
        gap: 50px;
    }

    .await__content-item {
        width: 450px;
        padding: 60px 60px;
    }
}

@media (max-width: 1400px) {
    .await__container {
        max-width: 1320px;
    }
}

@media (max-width: 1200px) {
    .await {
        padding-bottom: 73px;
    }

    .await__container {
        max-width: 960px;
    }

    .await__content {
        flex-direction: column;
        gap: 20px;
        margin-top: 21px;
    }

    .await__content-item {
        width: 100%;
        padding: 90px 102.5px;
    }

    .await__content-item-title {
        font-size: 1.25rem;
    }

    .await__content-item-list {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .await {
        padding-bottom: 50px;
    }

    .await__title {
        font-size: 1.15rem;
    }

    .await__container {
        max-width: 540px;
    }
    .await__content {
        gap: 20px;
        margin-top: 16px;
    }

    .await__content-item {
        padding: 70px;
    }
}

/* Бронирование */

.booking {
    background-color: #083a4d;
    padding: 53px 0;
}

.booking__container {
    max-width: 1706px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.booking__title {
    margin-bottom: 20px;
    font-family: var(--font10);
    font-weight: 700;
    font-size: 2rem;
    line-height: 78%;
    text-align: center;
    color: var(--uvzmorie-ru-white);
}

.booking__title-span {
    font-style: italic;
    color: var(--uvzmorie-ru-tacha);
}

.booking__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 108%;
    text-align: center;
    color: var(--uvzmorie-ru-white);
}

.booking__button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.booking__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 9px 10px;
    width: 280px;
    height: 64px;
    background: var(--uvzmorie-ru-tacha);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--uvzmorie-ru-white);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;

    &:hover {
        background: #1a95b9;
    }
    &:active {
        background: #2a6070;
    }
}

@media (max-width: 1400px) {
    .booking {
        padding: 48px 0;
    }

    .booking__container {
        max-width: 1200px;
        padding: 0 32px;
    }
}

@media (max-width: 1200px) {
    .booking {
        padding: 44px 0;
    }

    .booking__container {
        max-width: 992px;
        padding: 0 24px;
    }

    .booking__title {
        margin-bottom: 18px;
    }
}

@media (max-width: 992px) {
    .booking {
        padding: 70px 0;
    }

    .booking__container {
        max-width: 768px;
        padding: 0 20px;
    }

    .booking__text {
        margin: 0 auto;
    }

    .booking__button-box {
        margin-top: 25px;
    }

    .booking__button {
        padding: 18px 30px;
        width: fit-content;
        height: 64px;
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .booking {
        padding: 24px 0;
    }

    .booking__container {
        padding: 0 12px;
    }

    .booking__title {
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .booking__text {
        font-size: 0.6rem;
    }


    .booking__button-box {
        margin-top: 14px;
        align-items: center;
    }

    .booking__button {
        height: 46px;
        font-size: 0.938rem;
    }
}

/* Оздоровительные путевки */

.travel-packages {
    padding: 29px 0;
    background-color: #fffaed;
}

.travel-packages__container {
    max-width: 1520px;
    margin: 0 auto;
}

.travel-packages__title {
    font-family: var(--font10);
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    text-transform: uppercase;
    text-align: center;
    color: #083a4d;
    margin-bottom: 35px;
}

.travel-packages__table-box {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    touch-action: pan-x;
}

.travel-packages__table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid var(--uvzmorie-ru-dallas);
    background-color: var(--uvzmorie-ru-white);
}

.travel-packages__th,
.travel-packages__cell {
    border: 1px solid var(--uvzmorie-ru-dallas);
    padding: 9px 8px;
    text-align: center;
    vertical-align: middle;
    background-color: var(--uvzmorie-ru-white);
    color: var(--uvzmorie-ru-dallas);
}

.travel-packages__th {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 0.875rem;
    line-height: 150%;
}

.travel-packages__th-main {
    width: 50%;
}

.travel-packages__th-discount {
    color: #c71813;
}

.travel-packages__cell {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 0.875rem;
    line-height: 150%;
}

.travel-packages__cell-category {
    width: 34%;
    font-weight: 700;
}

.travel-packages__cell-room {
    width: 16%;
}

.travel-packages__cell-discount {
    color: #c71813;
}

.travel-packages__collapse {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.travel-packages__collapse-item {
    border: 1px solid #d7b46a;
    background-color: #d7b46a;
}

.travel-packages__collapse-summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 18px 15px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%;
    color: var(--uvzmorie-ru-white);
    transition: color 0.3s ease;
}

.travel-packages__collapse-summary::-webkit-details-marker {
    display: none;
}
/*
.travel-packages__collapse-summary::after {
    content: "&#9660;";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.625rem;
    color: var(--uvzmorie-ru-white);
    transition: transform 0.3s ease, color 0.3s ease;
}
*/
.collapse-title-arrow {
    top: 25px;
}
.travel-packages__collapse-item[open] .travel-packages__collapse-summary::after {
    transform: translateY(-50%) rotate(180deg);
    color: #000;
}

.travel-packages__collapse-item[open] .travel-packages__collapse-summary {
    color: #000;
}

.travel-packages__collapse-content {
    padding: 0 40px 12px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #000;
}

.travel-packages__collapse-item[open] .travel-packages__collapse-content {
    padding-left: 30px;
    animation: travel-packages-collapse-reveal 0.35s ease both;
}

@keyframes travel-packages-collapse-reveal {
    from {
        opacity: 0;
        transform: translateX(-8px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.travel-packages__footnote {
    margin-top: 39px;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 0.6875rem;
    line-height: 227%;
    text-align: center;
    color: #083a4d;
}

@media (max-width: 1400px) {
    .travel-packages__container {
        padding: 0 24px;
    }
}

@media (max-width: 1200px) {
    .travel-packages {
        padding: 24px 0;
    }

    .travel-packages__container {
        padding: 0 20px;
    }

    .travel-packages__title {
        margin-bottom: 24px;
        font-size: 1.375rem;
    }

    .travel-packages__table {
        min-width: 920px;
    }
}

@media (max-width: 992px) {
    .travel-packages__container {
        padding: 0 16px;
    }

    .travel-packages__table {
        min-width: 860px;
    }

    .travel-packages__th,
    .travel-packages__cell {
        padding: 8px 6px;
        font-size: 0.8125rem;
        line-height: 1.35;
    }

    .travel-packages__collapse {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .travel-packages__container {
        padding: 0 12px;
    }

    .travel-packages__title {
        margin-bottom: 16px;
        font-size: 1.125rem;
        line-height: 1.4;
    }

    .travel-packages__table {
        min-width: 760px;
    }

    .travel-packages__th,
    .travel-packages__cell {
        padding: 7px 5px;
        font-size: 0.75rem;
    }

    .travel-packages__footnote {
        margin-top: 15px;
        font-size: 0.6rem;
        line-height: 1.2;
    }
}

@media (max-width: 576px) {
    .travel-packages__container {
        padding: 0 8px;
    }

    .travel-packages__table {
        min-width: 700px;
    }

    .travel-packages__collapse {
        margin-top: 16px;
        gap: 4px;
    }

    .travel-packages__collapse-summary {
        padding: 12px 32px 12px 12px;
        font-size: 0.875rem;
    }

    .travel-packages__collapse-content {
        padding: 0 20px 10px;
        font-size: 0.875rem;
    }
}

.page-inner .page__header {
    padding-bottom: 0px;
}
.travel-packages__collapse-content li {
    list-style: auto;
}