#hero {
    position: relative;
    height: calc(100vh - 64px);

    overflow: hidden;
}

@media (max-width: 991px) and (max-height: 650px) {
    #hero {
        min-height: 750px;
    }
}

#hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/main/hero/georgia_hero_background_mob.webp") lightgray 50% / cover no-repeat;
    animation: heroZoom 6s ease-out forwards;
}

#hero::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
            180deg,
            rgba(12, 12, 14, 0.35) 0%,
            rgba(12, 12, 14, 0.35) 45%,
            #0c0c0e 100%
    );
}

#hero > * {
    position: relative;
    z-index: 1;
}

@keyframes heroZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

#hero .container{
    height: 100%;
}

.hero__inner{
    height: 100%;
    padding: 16px 0 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.hero-header__pre-title{
    color: #fff;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    padding-left: 24px;
    margin-bottom: 2px;
}

.hero-header__title{
    font-size: 80px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -2px;
    color: #fff;
}

.hero__body{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.hero__content{
    padding: 0 4px;
}

.hero-content__title{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}

.hero-content__text{
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

.hero-content__images{
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.hero-content__img-1{
    width: 41px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 41/40;
}

.hero-content__img-2{
    width: 71px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 71/40;
}

.hero__slider {
    width: 100%;
    min-width: 0;
}

.hero-news-card {
    min-height: 252px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    border-radius: 12px;
    border: 0.667px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transform-origin: center center;
    transition:
            transform 400ms ease,
            opacity 400ms ease,
            background-color 400ms ease;
}

.hero-news-card__badge {
    align-self: flex-start;
    margin: 5px 0 12px;
    padding: 3px 8px;

    text-transform: uppercase;
    border-radius: 8px;
    background: #F5F3EE;
    color:  #1955E6;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.25px;
}

.hero-news-card__title {
    margin-bottom: 8px;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}

.hero-news-card__text {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
    color: #CECED0;
}

.hero-news-card__footer {
    width: 100%;
    justify-content: space-between;
    margin-top: auto;
}

.hero-news-card__date {
    gap: 8px;
    align-items: center;
}

.hero-news-card__date span{
    font-size: 12px;
    line-height: 18px;
    color: #CECED0;
}

.hero-news-card__link{
    border-radius: 20px;
    border: 0.667px solid #CECED0;
    position: relative;
    padding: 6px 12px;
    transition: background-color 200ms ease, border-color 200ms ease;

}

.hero-news-card__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

.hero-news-card__link-text{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 8px;
    color: #fff;
}

.hero-news-card__link-icon{
    position: absolute;
    top: 0;
    right: -8px;
    transform: translate(0, 25%);
}

@media (max-width: 389px) {
    .hero-header__title{
        font-size: 60px;
        line-height: 52px;
        letter-spacing: -2px;
    }
}

.rules-planner-change{
    flex-direction: column;
}


.section{
    background: #F5F3EE;
    width: 100%;
}

.section--dark{
    background: linear-gradient(180deg, #1E1E22 0%, #1B1B1F 14.29%, #19191C 28.57%, #161619 42.86%, #131316 57.14%, #111113 71.43%, #0E0E11 85.71%, #0C0C0E 100%);
}

.section__inner{
    flex-direction: column;
    gap: 24px;
    padding: 48px 0 40px;
}

.section-header__roof{
    gap: 2px;
    margin-bottom: 4px;
}

.section-header__badge{
    border-radius: 99px;
    border: 0.6px solid #CECED0;
    background: #FFF;
    padding: 0 12px;
    height: 27px;
    width: fit-content;

    color: #6B6B7A;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.section--dark .section-header__badge{
    border: 0.6px solid rgba(222, 222, 222, 0.20);
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
}

.section-header__icon-wrapper{
    border-radius: 99px;
    border: 0.667px solid #CECED0;
    background: #FFF;
    width: 27px;
    height: 27px;
}

.section--dark .section-header__icon-wrapper{
    border: 0.6px solid rgba(222, 222, 222, 0.20);
    background: rgba(255, 255, 255, 0.20);
}

.section-header__icon{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.section-header__title{
    color: #0C0C0E;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    line-height: 34px;
}

.section-header__title--mb{
    margin-bottom: 8px;
}

.section--dark .section-header__title{
    color: #FFF;
}

.section-header__pre-title{
    color: #0C0C0E;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
}

.section--dark .section-header__pre-title{
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
}

.section-header__text{
    color: #47566B;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.section__body{
    width: 100%;
}

/* RULES */
.rules__inner{
    gap: 32px;
    padding-bottom: 32px ;
}

.rules__clue{
    gap: 10px;
    margin-bottom: 4px;
}

.rules-clue__text{
    color: #0C0C0E;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.rules-content__switcher-select{
    margin-bottom: 5px;
    border: 1px solid #CECED0;
    background: #FFF;
    border-radius: 8px;
}

.rules-switcher-select__button{
    width: 100%;
    height: 48px;
    padding: 0 10px;
}

.rules-switcher-select__button-inner{
    justify-content: space-between;
    padding: 10.5px 0;
    position: relative;
}

.rules-switcher-select__button-inner::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #CECED0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 250ms ease;
}

.rules-select-button__content{
    justify-content: flex-start;
    gap: 8px;
}

.rules-select-button__text{
    color: #0C0C0E;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.rules-select-button__img-wrapper{
    border-radius: 7px;
    background: #1955E6;
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.rules-select-button__img{
    width: 15px;
    height: 15px;
    color: #fff;
}

.rules-select-button__arrow-wrapper{
    transition: transform 250ms ease;
}

.rules-select-button__arrow {
    transform-box: fill-box;
    transform-origin: center;
    animation: arrowPulse 1.5s ease-in-out infinite;
}

@keyframes arrowPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

.rules-switcher-select__dropdown {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 250ms ease, opacity 250ms ease;
}

.rules-switcher-select__dropdown-inner {
    min-height: 0;
    overflow: hidden;
}

.rules-switcher-select__list{
    padding: 16px 0 12px;
}

.rules-switcher-select__item{
    padding: 0 12px;
    gap: 8px;
    justify-content: flex-start;
}

.rules-switcher-select__item.is-active{
    display: none;
}

.rules-switcher-select__item:not(:last-child){
    margin-bottom: 14px;
}

.rules-select-item__text{
    color: #0C0C0E;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.rules-select-item__img-wrapper{
    border-radius: 4px;
    background: rgba(25, 85, 230, 0.14);
    width: 24px;
    height: 24px;
}

.rules-select-item__img{
    width: 12px;
    height: 12px;
    color: #1955E6;
}

.rules-select-item__img use {
    color: inherit;
    stroke: currentColor;
}

.rules-content__switcher-select.is-open .rules-switcher-select__button-inner::after{
    transform: scaleX(1);
}

.rules-content__switcher-select.is-open .rules-select-button__arrow-wrapper {
    transform: rotate(180deg);
}

.rules-content__switcher-select.is-open .rules-switcher-select__dropdown {
    grid-template-rows: 1fr;
    opacity: 1;
}

.rules-content__tabs{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;

    background: #FFF;
    border-radius: 8px;
}

.rules-content__tab{
    position: absolute;
    inset: 0;
    padding: 20px 8px 20px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
}

.rules-content__tab.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.rules-content__tab-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding-right: 14px;
    scrollbar-width: thin;
    scrollbar-color: #8b96b0 transparent;
}

.rules-content__tab-inner::-webkit-scrollbar {
    width: 6px;
}

.rules-content__tab-inner::-webkit-scrollbar-track {
    border-radius: 7px;
    background: #EFF5F9;
}

.rules-content__tab-inner::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 7px;
    background: #80839F;
}

.rules-content__tab-number{
    display: inline-block;
    color: #47566B;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.rules-content__tab-header{
    margin-bottom: 16px;
}

.rules-content__tab-title{
    color: #0C0C0E;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
}

.rules-content__tab-pre-title{
    margin-top: 8px;
    color: #0C0C0E;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.rules-content__tab-text{
    color: #47566B;
    font-size: 14px;
    line-height: 20px;
}

.rules-content__tab-text:not(:last-child),
.rules-content__tab-item{
    margin-bottom: 12px;
}

.rules-content__tab-item{
    position: relative;
    padding-left: 20px;
}

.rules-content__tab-item::before{
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #4A5D78;
    border-radius: 50%;
}

.rules-content__tab-info{
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #F0F0F0;
    gap: 10px;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: center;
}

.rules-content__tab-info-img-wrapper{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(25, 85, 230, 0.10);
}

.rules-content__tab-info-img{
    color: #1955E6;
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
}

.rules-content__tab-info-text{
    color: #47566B;
    font-size: 13px;
    line-height: 18px;
}

/* RULES */
/* PLANNER */
.planner__block{
    width: 100%;
    background: #0C0C0E;
}
#planner, #nav{
    background: none;
}

.planner__inner{
    gap: 28px;
    padding-bottom: 16px;
}

.nav__inner{
    padding-top: 16px;
}

.planner-header__text{
    color: #CECED0;
}

.planner__form{
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background:  #FFF;
    box-shadow: 0 4px 20px 0 rgba(85, 84, 84, 0.15);
}

.planner-form__list{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 16px;
}

.planner-form__submit{
    max-width: 900px;
    cursor: pointer;
    transform-origin: center;
    transition: background-color 250ms ease, transform 250ms ease;
}

.planner-link__icon.button-arrow-icon {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.50);
    transform-origin: center;
    transition: transform 250ms ease, background-color 250ms ease;
}

.planner-form__submit .button-arrow-icon path {
    fill: #FFF;
}

.planner-form__submit.is-ready {
    animation: planner-button-pulse 1.5s ease-in-out infinite;
}

.planner-form__submit.is-ready .button-arrow-icon {
    animation: planner-arrow-pulse 1.5s ease-in-out infinite;
}

.planner-form__submit.is-ready .button-arrow-icon path {
    animation: planner-arrow-color 1.5s ease-in-out infinite;
}

@keyframes planner-button-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

@keyframes planner-arrow-pulse {
    0%,
    100% {
        transform: scale(1);
        background-color: rgba(255, 255, 255, 0.50);
    }

    50% {
        transform: scale(1.2);
        background-color: #FFF;
    }
}

@keyframes planner-arrow-color {
    0%,
    100% {
        fill: #FFF;
    }

    50% {
        fill: #1955E6;
    }
}

.planner-form__submit:active {
    animation: none;
    transform: scale(1);
}

.planner-form__submit:active .button-arrow-icon {
    animation: none;
    transform: scale(1);
    background-color: #FFF;
}

.planner-form__submit:active .button-arrow-icon path {
    animation: none;
    fill: #1955E6;
}

.planner-form__submit:disabled,
.planner-form__submit:disabled .button-arrow-icon,
.planner-form__submit:disabled .button-arrow-icon path {
    animation: none;
}

.planner-form__item{
   width: 100%;
}

.planner-form__label{
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 8px;
}

.planner-form-label__img--city{
    padding: 2px 3px 0 2px;
}

.planner-form-label__img--dates{
    padding: 1px 1px 2px 1px;
}

.planner-form-label__img--trip-type{
    padding: 2px 1px 1px 2px;
}

.planner-form-label__text{
    color: #0C0C0E;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.planner-form__input{
    height: 46px;
    border-radius: 10px;
    border: 0.6px solid #CECED0;
    padding: 0 34px 0 14px;

    color: #0C0C0E;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;

    caret-color: #1955E6;
}

.planner-form__input::placeholder{
    color: #80839F;
    font-weight: 400;
    line-height: 20px;
}

.planner-form__input-img{
    cursor: pointer;
    padding: 14px;
    right: 0;
}

.planner-form__input-dropdown .input-select-dropdown__content {
    margin-top: 2px;
    padding: 12px 6px 12px 10px;
    border-radius: 10px;
    border: 0.6px solid #D3D3D3;
    background: #FFF;
}

.planner-form__input-dropdown .input-select-list {
    max-height: 264px;
    overflow-y: auto;
}

.planner-form__input-dropdown .input-select-list::-webkit-scrollbar{
    width: 6px;
}

.planner-form__input-dropdown .input-select-list::-webkit-scrollbar-track {
    border-radius: 7px;
    background: #EFF5F9;
}
.planner-form__input-dropdown .input-select-list::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 7px;
    background: #80839F;
}

.planner-form__input-dropdown .input-select-item{
    justify-content: flex-start;
    padding: 8px 14px;
    gap: 10px;
    cursor: pointer;
}

.planner-form__input-dropdown .input-select-item:not(.input-select-item--title){
    align-items: flex-start;
}

.planner-form__input-dropdown .input-select-item__text{
    min-width: 0;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.planner-form__input-dropdown .input-select-item.input-select-item--title{
    pointer-events: none;
    color: #4A516E;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 4px;
    border-bottom: 1px solid #ECECEC;
}

.planner-form__input-dropdown .input-select-item:not(.input-select-item--title).is-active,
.planner-form__input-dropdown .input-select-item:not(.input-select-item--title).is-selected{
    border-radius: 4px;
    background: rgba(25, 85, 230, 0.10);
}

.planner-form__input-dropdown .input-select-item:not(.input-select-item--title) .input-select-item__checkbox{
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
}

.planner-form__input-dropdown .input-select-item:not(.input-select-item--title).is-selected .input-select-item__checkbox{
    background-image: url("../img/main/planner/checkbox_check_icon.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

.planner-form__input-dropdown .input-select-item:not(.input-select-item--title).is-active .input-select-item__checkbox,
.planner-form__input-dropdown .input-select-item:not(.input-select-item--title).is-selected .input-select-item__checkbox{
    border-color: #80839F;
}

/*RESPONSE SECTION */
.planner__response{
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    margin: 0 16px 32px;
    background: linear-gradient(180deg, #FFF 0%, #F5F3EE 100%), #FFF;    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #0C0C0E;
}
/* GUIDE */
.guide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px) scale(0.985);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 700ms;
}

.guide.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
}

.guide__header{
    flex-direction: column;
    gap: 8px;
}

.guide-header__up-title{
    color: #47566B;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.guide-header__title{
    color: #0C0C0E;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}

.guide__body{
    flex-direction: column;
    gap: 20px;
}

.guide-body__info{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.guide-info__img-wrapper{
    position: relative;
    margin: auto;
}

.guide-info__img-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(210, 171, 103, 0.17);
    filter: blur(100px);

    pointer-events: none;
    z-index: 0;
}

.guide-info__img-wrapper > * {
    position: relative;
    z-index: 1;
}

.guide-info__img{
    object-fit: cover;
    object-position: center;
    width: 358px;
    height: 297px;

}

.guide-info__flag{
    width: 76px;
    height: 76px;
    border: 4px solid #FFF;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    position: absolute;
}

.guide-info__flag{
    top: 50%;
    transform: translateY(-50%);
}

.guide-info__img--right{
    left: 5%;
}

.guide-info__img--left{
    right: 5%;
}

.guide-info__content-wrapper{
    flex-direction: column;
    gap: 16px;
}

.guide-info__content-title{
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.guide-info__content-title-img {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1955E61A;
}

.guide-info__content-title-img::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #1955E6;
    transform: translate(-50%, -50%);
}

.guide-info__content-title-text{
    color: #0C0C0E;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}

.guide-info__content{
    flex-direction: column;
    gap: 16px;
}

.guide-info__content-text{
    color: #47566B;
    font-size: 14px;
    line-height: 20px;
}

.guide-info__content-text-blue{
    color: #1955E6;
}

.guide-info__content-block{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.guide-info__content-title{
    font-weight: 600;
    line-height: 16px;
}

.guide-info__content-list{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.guide-info__content-item{
    gap: 8px;
}

.guide-info__content-item-img{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(25, 85, 230, 0.15);
}

.guide-info__content-item-img svg{
    width: 12px;
    height: 12px;
}

@media (max-width: 359px) {
    .guide__inner,
    .guide__body,
    .guide-body__info,
    .guide-info__img-wrapper,
    .guide-info__content-wrapper,
    .guide-info__content,
    .guide-info__content-block,
    .guide-info__content-list,
    .guide-info__content-item {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .guide-body__table {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .guide-body__table-tr {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
    }

    .guide-body__table-td {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .guide-info__img {
        width: 100%;
        height: auto;
        aspect-ratio: 358 / 297;
    }

    .guide-info__content-item-text {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

.guide-body__cards{
    flex-direction: column;
    gap: 20px;
}

.guide-body__card-img{
    display: none;
}

.guide-body__card{
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    border: 0.667px solid #F0ECE4;
    background: rgba(245, 243, 238, 0.60);
}

.guide-body__card-header{
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.guide-body__card-header-img{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #F6EEDB;
}

.guide-body__card-header-title{
    color: #0C0C0E;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
}

.guide-body__card-body-text{
    color: #47566B;
}

.guide-body__card-body-text span{
    color: #0C0C0E;
    font-weight: 600;
}

.guide-body__card-footer{
    width: 100%;
    padding: 8px 12px;
    justify-content: flex-start;
    border-left: 2px solid #D2AB67;
    background: rgba(243, 230, 196, 0.54);
}

.guide-body__card-footer-text{
    color: #802B1D;
    font-weight: 500;
    line-height: normal;
}

.guide-body__table{
    width: 100%;
}

.guide-body__table-tr{
    border-bottom: 0.667px solid #E5E9EF;
    display: grid;
    grid-template-columns: 1fr minmax(220px, 1fr);
}

.guide-body__table-tr:nth-child(odd){
    background: #F9FAFB;
}

.guide-body__table-tr:nth-child(even){
    background: #FFF;
}

.guide-body__table-td{
    padding: 12px 14px 17px 14px;
    color: #47566B;
    font-size: 12px;
    line-height: 18px;
}

.guide-body__table-td:nth-child(odd){
    height: fit-content;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.guide-body__table-td:nth-child(even) {
    border-left: 0.6px solid #E5E9EF;
}

.guide-body__table-td-img{
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F1F4F7;
}

.guide-body__table-td-text{
    padding-top: 4px;
    color: #0C0C0E;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.guide-body__table-th{
    padding: 12px ;
    font-weight: 600;
    line-height: 16px;
}

.guide-body__table-td-item{
    display: inline;
}

.guide-body__trip-type-item{
    display: none;
    border-radius: 12px;
    background: #1E1E22;
    width: 100%;
    padding: 0 16px;
}

.guide-body__trip-type-item.is-active{
    display: block;
}

.guide-body__trip-type-inner{
    padding: 20px 0 24px;
    flex-direction: column;
    gap: 16px;
}

.guide-body__trip-type .section__header{
    width: 100%;
}

.guide-body__trip-type .section-header__roof{
    margin-bottom: 12px;
    width: 100%;
    justify-content: flex-start;
}

.guide-body__trip-type .section-header__badge,
.guide-body__trip-type .section-header__icon-wrapper{
    background: rgba(255, 255, 255, 0.20);
    border-color: rgba(222, 222, 222, 0.20);
    color: #FFF;
}

.guide-body__trip-type .section-header__title{
    color: #FFF;
    text-align: left;
    font-size: 21px;
    line-height: 26px;
}

.guide-body__trip-type .section-header__img{
    margin-top: 16px;
    width: 100%;
    aspect-ratio: 326 / 158;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.response-body-trip-type__list{
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.response-body-trip-type__item{
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.response-body-trip-type__item-title{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 14px;
    position: relative;
}

.response-body-trip-type__item-title::before {
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    background: #FFF;
    content: '';
    position: absolute;
}

.response-body-trip-type__item-text{
    color: rgba(211, 211, 211, 0.80);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 14px;
}

.guide-body__blog{
    flex-direction: column;
    gap: 16px;
}

.guide-body__blog-title{
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

.guide-body__blog-title-img{
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1955E61A;
}

.guide-body__blog-title-img::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #1955E6;
    transform: translate(-50%, -50%);
}

.guide-body__blog-title-text{
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
}

.guide-body__blog-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.guide-body__blog-item{
    height: stretch;
}

.guide-body__blog-link{
    height: 100%;
    flex-direction: column;
    padding: 0 4px 4px 4px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.guide-body__blog-item-content{
    padding: 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.guide-body__blog-item-title{
    color: #0C0C0E;
    font-weight: 600;
    line-height: 16px;
}

.guide-body__blog-item-text{
    color: #6B6B7A;
    font-size: 12px;
    line-height: 18px;
}

.guide-body__blog-item-img{
    border-radius: 4px;
    margin-top: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}


/*RESPONSE SECTION */
.planner-nav__title{
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    margin-bottom: 16px;
}

.planner-nav__list{
    flex-wrap: wrap;
    gap: 8px 4px;
}

.planner-nav__link{
    border-radius: 99px;
    border: 0.667px solid #6B6B7A;
    background: rgba(255, 255, 255, 0.20);
    padding: 6px 10px;
    gap: 4px;
    height: 36px;
    cursor: pointer;
}

.planner-nav__text{
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* PLANNER */
/* WHY */
#why{
    background: linear-gradient(180deg, #F5F3EE 0%, #F5F3EE 100%);
}

.why__inner{
    gap: 40px;
}

.why__content{
    flex-direction: column;
    gap: 16px;
}

.why-header__text--title{
    color: #0C0C0E;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
}

.why-map{
    margin-top: 4px;
    width: 100%;
    position: relative;
    background: none;
    filter: none;
}

/*.why-map::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 10%;*/
/*    z-index: 0;*/
/*    background: rgba(255, 183, 0, 0.60);*/
/*    filter: blur(250px);*/
/*    pointer-events: none;*/
/*}*/

.why-map__img{
    width: 100%;
}

.why-map__flag{
    position: absolute;
    top: 20%;
    left: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(44px, 13.8%, 111px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FAF9F5;
}

.why-map-flag__img{
    width: 80%;
}

.why-table{
    width: 100%;
}

.why-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 0.6px solid #B2B2C2;
    border-radius: 6px;
    overflow: hidden;
}

.why-table__item {
    padding: 12px;
    border-right: 0.6px solid #B2B2C2;
    border-bottom: 0.6px solid #B2B2C2;
}

.why-table__item:nth-child(2n) {
    border-right: 0;
}

.why-table__item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.why-table__value {
    display: block;
    margin-bottom: 8px;
    color: #0C0C0E;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px
}

.why-table__text {
    color: #6B6B7A;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.why__list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.why__item{
    height: stretch;
}

.why-item__link{
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 4px 4px 4px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.why-item__content{
    width: 100%;
    padding: 12px 8px 12px 12px;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.why-item__title{
    color: #0C0C0E;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.why-item__text{
    color: #6B6B7A;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.why-item__img{
    width: 100%;
    aspect-ratio: 165 / 120;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.why__item:last-child:nth-child(odd){
    grid-column: 1 / -1;
}

.why__item:last-child:nth-child(odd) .why-item__link{
    padding: 4px;
    display: flex;
    flex-direction: row-reverse;
}

.why__item:last-child:nth-child(odd) .why-item__content{
    padding: 16px;
}

.why__item:last-child:nth-child(odd) .why-item__img{
    width: 50%;
    flex-shrink: 0;
}
/* WHY */
/* INSURANCE */
#insurance{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, #F5F3EE 0%, #F5F3EE 100%);
}

.insurance__inner{
    padding: 40px 0 24px;
    gap: 24px;
}

.insurance__body{
    flex-direction: column;
    gap: 24px 20px;
}

.insurance__img{
    transform: scaleX(-1);
    width: 100%;
    aspect-ratio: 358 / 240;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.insurance__content{
    width: 100%;
    border-radius: 24px;
    border: 0.667px solid rgba(25, 85, 230, 0.10);
    background: #FFF;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.insurance-content__header{
    width: 100%;
    justify-content: space-between;
}

.insurance-header__content{
    flex-direction: column;
    align-items: flex-start;
}

.insurance-header-content__under-title{
    color: #1955E6;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.insurance-header-content__title{
    color: #0C0C0E;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 2px;
}

.insurance-header-content__pre-title{
    color: #6B6B7A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.insurance-header__badge{
    padding: 4px 12px;
    border-radius: 99px;
    background: #1955E6;
    color: #FFF;
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.insurance__item{
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: flex-start;
    gap: 10px;
}

.insurance__item:not(:last-child){
    margin-bottom: 12px;
}

.insurance-item__marker{
    border-radius: 50%;
    background: rgba(25, 85, 230, 0.15);
    width: 20px;
    height: 20px;
}

.insurance-item__text{
    color: #0C0C0E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.insurance__link{
    margin-top: 4px;
}

.insurance-link__icon{
    border-radius: 50%;
    background: #FFF;
}
/* INSURANCE */
/* FEAST */
#feast{
    background: #0C0C0E;
}
.feast__inner{
    padding: 40px 0 32px;
    align-items: flex-start;
}

.feast-header__roof{
    justify-content: flex-start;
}

.feast__body{
    flex-direction: column;
    gap: 20px;
}

.feast__paragraph{
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.feast-paragraph__title{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.feast-paragraph__text{
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.feast-paragraph__text span{
    color: #FFF;
}

.feast__list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.feast-item__link{
    display: block;
    position: relative;
}

.feast-item__badge{
    position: absolute;
    top: 6px;
    left: 6px;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    gap: 4px;
    padding: 4px 6px;
}

.feast-item-badge__img{
    width: 14px;
    height: 14px;
}

.feast-item-badge__text{
    color: rgba(255, 255, 255, 0.90);
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.feast-item__img{
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 173 / 140;
    object-fit: cover;
    object-position: center;
}

/* FEAST */
/* DESTINATION */

.destination__inner{
    padding: 40px 0 32px;
    gap: 24px;
}

.destination__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.destination-body__block {
    min-width: 0;
    border-radius: 6px;
    background: #FFF;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 4px 4px;
}

.destination-body__block:last-child:nth-child(odd){
    grid-column: 1 / -1;
    flex-direction: row-reverse;
    padding: 4px;
}

.destination-body-block__header{
    flex-direction: column;
    gap: 2px;
    padding: 12px;
}

.destination-block-header__title{
    color: #0C0C0E;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.destination-block-header__pre-title{
    display: inline-block;
    color: #6B6B7A;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.destination-body__block:last-child:nth-child(odd) .destination-body-block__header {
    width: 50%;
    padding: 0 12px 0 20px;
}

.destination-body__block:last-child:nth-child(odd) .destination-block-header__title,
.destination-body__block:last-child:nth-child(odd) .destination-block-header__pre-title{
    text-align: left;
}

.destination-body-block__img {
    width: 100%;
    aspect-ratio: 165 / 140;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.destination-body__block:last-child:nth-child(odd) .destination-body-block__img {
    width: 50%;
    flex-shrink: 0;
}

/* DESTINATION */
/* CULTURE */
.culture__inner{
    padding: 40px 0 32px;
    gap: 24px;
    align-items: flex-start;
}

.culture__header{
    flex-direction: column;
    align-items: flex-start;
}

.culture-header__pre-title{
    text-align: left;
}

.culture__list{
    margin-bottom: 24px;
    display: grid;
}

.culture__body{
    --culture-motion-duration: 260ms;
}

.culture__item{
    position: relative;
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
}

.culture-item__link{
    flex-direction: column;
    gap: 24px;
}

.culture__item.is-active,
.culture__item.is-leaving{
    visibility: visible;
}

.culture__item.is-active{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.culture__item.is-leaving{
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.culture__body.is-transitioning .culture__item.is-leaving .culture-item__img{
    animation: cultureImageFadeOut var(--culture-motion-duration) cubic-bezier(.4, 0, .2, 1) both;
    will-change: opacity;
}

.culture__body.is-transitioning .culture__item.is-active .culture-item__img{
    animation: cultureImageFadeIn var(--culture-motion-duration) cubic-bezier(.4, 0, .2, 1) both;
    will-change: opacity;
}

.culture__body.is-transitioning .culture__item.is-leaving .culture-item__content{
    animation: cultureContentFadeOut 110ms cubic-bezier(.4, 0, .2, 1) both;
    will-change: opacity;
}

.culture__body.is-transitioning .culture__item.is-active .culture-item__content{
    animation: cultureContentFadeIn 190ms cubic-bezier(0, 0, .2, 1) 80ms both;
    will-change: opacity, transform;
}

@keyframes cultureImageFadeOut{
    from{
        opacity: 1;
    }

    to{
        opacity: 0;
    }
}

@keyframes cultureImageFadeIn{
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

@keyframes cultureContentFadeOut{
    from{
        opacity: 1;
    }

    to{
        opacity: 0;
    }
}

@keyframes cultureContentFadeIn{
    from{
        opacity: 0;
        transform: translate3d(0, 4px, 0);
    }

    to{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.culture-item__img{
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 179 / 110;
    object-fit: cover;
    object-position: center;
}

.culture-item-content__title{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
}

.culture-item-content__text{
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.culture__controls{
    position: relative;
    z-index: 10;
    width: fit-content;
    gap: 12px;
}

.culture-controller__button{
    cursor: pointer;
}

.culture-controller__button:disabled .controller-button__icon{
    opacity: 0.8;
}

.culture-controller__counter{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

/* CULTURE */
/* BLOG */
#blog{
    background: linear-gradient(180deg, rgba(245, 243, 238, 0.00) 0%, #FFF 100%), #F5F3EE;
}

.blog__inner{
    gap: 24px;
}

.blog__body{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px 20px;
}

.blog__item{
    border-radius: 8px;
    background: #FFF;
    padding: 4px 4px 0 4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.blog-item__photo{
    position: relative;
}

.blog-photo__badge{
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    border-radius: 99px;
    background: #fff;
    color: #1955E6;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.blog-photo{
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 350 / 169;
    object-fit: cover;
    object-position: center;
}

.blog-item__content{
    padding: 16px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
}

.blog-content__date{
    width: fit-content;
    gap: 6px;
}

.blog-content-date{
    color: #6B6B7A;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.blog-content__title{
    color: #0C0C0E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 6px;
}

.blog-content__text{
    color: #6B6B7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-content__button{
    width: fit-content;
}

.blog-content-button__arrow{
    width: 26px;
    height: 26px;
    padding: 5px;
}

.blog-content-button__text{
    color: #1955E6;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.blog-footer__link{
    height: 35px;
    border-radius: 99px;
    border: 1px solid #C1CADD;
    padding: 8px 14px;
    gap: 8px;
}

.blog-footer-link__text{
    color: #47566B;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}



/* BLOG */

/* FAQ */
#faq{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), linear-gradient(90deg, #F5F3EE 0%, #F5F3EE 100%);
}
.faq__inner{
    padding: 40px 0;
    gap: 20px;
}

.faq__item {
    cursor: pointer;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
}

.faq__item:not(:last-child) {
    margin-bottom: 8px;
}

.faq__button {
    padding: 14px 16px;
    transition: padding 250ms ease;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.faq__title {
    color: #0C0C0E;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

.faq__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 250ms ease;
}

.faq__icon svg {
    display: block;
}

.faq__dropdown {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;

    transition:
            grid-template-rows 250ms ease,
            opacity 250ms ease;
}

.faq__dropdown-inner {
    min-height: 0;
    overflow: hidden;
}

.faq__content {
    margin: 0 16px 14px 16px;
    padding-left: 14px;
    border-left: 2px solid #D2AB67;
    color: #4A516E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.faq__item.is-open .faq__button {
    padding-bottom: 16px;
}

.faq__item.is-open .faq__dropdown {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq__item.is-open .faq__icon {
    transform: rotate(45deg);
}
@media (prefers-reduced-motion: reduce) {
    .hero-news-card,
    .hero-news-card__link {
        transition: none;
    }
    .rules-content__switcher-list::before{
        transition: none;
    }
    .culture__item,
    .culture-item__img,
    .culture-item__content{
        animation: none !important;
        transition: none !important;
    }
}

@media (min-width: 768px){
    /* HERO */
    #hero{
        min-height: 600px;
    }
    #hero::before {
        background: url("../img/main/hero/georgia_hero_background_desk.webp") center / cover no-repeat;
    }

    #hero::after {
        background: linear-gradient(to bottom, transparent 60%, rgba(12, 12, 14, 0.65) 100%);
    }
    .hero__body{
        display: grid;
        justify-content: space-between;
        grid-template-columns: minmax(300px, 515px) minmax(352px, 550px);
    }
    .slider__pagination{
        padding-left: 10px;
        justify-content: flex-start;
    }
    /* HERO */
    /* PLANNER */
    .planner-form__list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    /* PLANNER */
    /* WHY */
    .why__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .why__item:last-child:nth-child(odd){
        grid-column: 2 / -1;
    }
    .why__item:last-child:nth-child(odd) .why-item__img {
        width: 60%;
    }
    /* WHY */
    /* DESTINATION */
    .destination-header__text{
        max-width: 666px;
    }
    .destination__body {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .destination-body__block:last-child:nth-child(odd){
        grid-column: 2 / -1;
    }
    .destination-body__block:last-child:nth-child(odd) .destination-body-block__img {
        width: 60%;
    }
    /* DESTINATION */
}

@media (min-width: 1024px){
    .slider {
        --slider-gap: 10px;
        --slider-peek: 30%;
    }
    .slider__slide.is-next {
        transform: translateY(9px) scale(0.93);
        transform-origin: left center;
        opacity: .7;
    }
    .slider__pagination{
        padding-left: 20px;
        gap: 4px;
    }
    .rules-planner-change{
        flex-direction: column-reverse;
    }
    /* SECTION */
    .section__inner{
        padding: 70px 0;
        gap: 32px;
    }
    .section-header__roof{
        margin-bottom: 8px;
    }
    .section-header__badge{
        height: 32px;
        gap: 10px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.2px;
        border-width: 1px;
    }
    .section-header__icon-wrapper{
        width: 44px;
        height: 32px;
        border-width: 1px;
    }
    .section-header__title{
        font-size: 40px;
        line-height: 52px;
    }
    .section-header__pre-title,
    .section--dark .section-header__pre-title{
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .section-header__text{
        font-size: 14px;
        line-height: 20px;
    }
    /* SECTION */
    /* HERO */
    .hero__inner{
        padding-top: 71px;
    }
    #hero .container{
        margin-right: 0;
    }
    .hero__body{
        align-items: flex-end;
    }
    .hero-content__title{
        font-size: 32px;
        line-height: normal;
        margin-bottom: 8px;
    }
    .hero-content__text{
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
    }
    .hero-content__img-1{
        width: 70px;
        height: 70px;
        aspect-ratio: 1/1;
    }
    .hero-content__img-2{
        width: 124px;
        height: 70px;
        aspect-ratio: 62/35;
    }
    /* HERO */
    /* PLANNER */
    .planner__block{
        background: #F5F3EE;
    }
    .planner__inner{
        padding: 80px 0 35px;
        gap: 40px;
    }
    .section--dark .planner-header__bages{
        border: 1px solid #F0F0F0;
        background: #FFF;
        color: #6B6B7A;
    }
    .section--dark .planner-header__img-wrapper{
        border-radius: 99px;
        border: 1px solid #F0F0F0;
        background: #FFF;
    }
    .section--dark .planner-header__title{
        color: #0C0C0E;
    }
    .planner-header__text{
        color: #47566B;
    }
    .planner-form__list{
        grid-template-columns: repeat(4, minmax(0, 1fr)) ;
    }
    .planner-form__submit{
        max-width: 768px;
    }
    /* PLANNER */
    /* GUIDE */
    #guide{
        background: none;
    }
    .guide__inner{
        padding: 0;
    }
    .guide__body{
        padding: 40px;
        border-radius: 20px;
        background: #FFF;
    }
    .guide-body__info{
        grid-template-columns: repeat(2, minmax(0, 1fr)) ;
        padding-bottom: 21px;
        border-bottom: 1px solid #E0E5EB;
    }
    .guide-body__blog-list{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    /* GUIDE */
    /* NAV */
    .nav__inner{
        padding: 35px 0 80px;
    }
    .planner-nav__title{
        color: #0C0C0E;
        font-size: 20px;
        line-height: normal;
    }
    .planner-nav__list{
        gap: 10px;
    }
    .planner-nav__link{
        padding: 12px 20px;
        height: 42px;
        gap: 4px;
        border-radius: 99px;
        border: 1.245px solid #ECECEC;
        background: #FFF;
        backdrop-filter: blur(20px);
    }
    .planner-nav__text{
        color: #47566B;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }
    .planner-nav__text:first-child {
        color: #1955E6;
        font-size: 16px;
    }
    /* NAV */
    /* RULES */
    #rules{
        background: linear-gradient(180deg, rgba(30, 30, 34, 0.60) 29.65%, rgba(30, 30, 34, 0.00) 100%), #17100E;
    }
    .rules-header__bages,
    .rules-header__img-wrapper{
        border: 1px solid rgba(222, 222, 222, 0.10);
        background: rgba(255, 255, 255, 0.10);
        color: #FFF;
    }
    .rules-header__title{
        color: #FFF;
    }
    .rules-header__text{
        margin: auto;
        color: #8A8989;
        max-width: 580px;
    }
    .rules__content{
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 40px;
    }
    .rules-content__switcher-list{
        position: relative;
        isolation: isolate;
        --rules-indicator-y: 0px;
        --rules-indicator-height: 0px;
    }
    .rules-content__switcher-list::before{
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: var(--rules-indicator-height);
        border-radius: 10px;
        background: #FFF;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0, var(--rules-indicator-y), 0);
        transition: transform 280ms cubic-bezier(.4, 0, .2, 1), height 280ms cubic-bezier(.4, 0, .2, 1), opacity 120ms ease;
    }
    .rules-content__switcher-list.is-ready::before{
        opacity: 1;
    }
    .rules-content__switcher-list.is-indicator-static::before{
        transition: none;
    }
    .rules-content__switcher-item{
        position: relative;
        z-index: 1;
        height: 48px;
        padding-inline: 12px;
        cursor: pointer;
        width: 100%;
        gap: 12px;
        justify-content: flex-start;
        border-radius: 10px;
    }
    .rules-content__switcher-item.is-active{
        background: transparent;
    }
    .rules-content__switcher-item:focus-visible{
        outline: 1px solid #FFF;
    }
    .rules-switcher-item__text{
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 17.5px;
    }
    .rules-content__switcher-item.is-active .rules-switcher-item__text{
        color: #17100E;
    }
    .rules-switcher-item__img-wrapper{
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.10);
    }
    .rules-content__switcher-item.is-active .rules-switcher-item__img-wrapper{
        background: #1955E6;
    }
    .rules-switcher-item__img{
        width: 15px;
        height: 15px;
        color: #fff;
    }
    .rules-content__tabs{
        height: 476px;
    }
    .rules-content__tab-info{
        margin-top: auto;
    }
    /* RULES */
    /* WHY */
    .why__inner {
        gap: 24px 0;
    }
    .why__content{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "header header"
            "table  map";
        align-items: start;
        gap: 24px 0;
    }
    .why__header {
        grid-area: header;
    }
    .why-header__roof{
        justify-content: flex-start;
    }
    .why-header__title{
        text-align: left;
    }
    .why-header__text{
        text-align: left;
        color: #47566B;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .why-map {
        grid-area: map;
        margin-top: 0;
    }
    .why-table {
        grid-area: table;
        margin: auto;
    }
    .why__list {
        margin-top: 0;
        grid-area: list;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .why__item:last-child:nth-child(odd){
        grid-column: unset;
    }
    .why__item:last-child:nth-child(odd) .why-item__link{
        padding: 0 4px 4px 4px;
        flex-direction: column;
    }
    .why__item:last-child:nth-child(odd) .why-item__content{
        padding: 12px 8px 12px 12px;
    }
    .why__item:last-child:nth-child(odd) .why-item__img{
        width: 100%;
    }
    /* WHY */
    /* SAFETY */
    .insurance__body{
        flex-direction: row;
    }
    .insurance__img{
        transform: scaleX(1);
        max-width: 55%;
        max-height: 442px;
        height: stretch;
        aspect-ratio: unset;
    }
    .insurance__content{
        height: stretch;
        border-radius: 18px;
    }
    .insurance__link{
        margin-top: auto;
    }
    .insurance-content__header{
        align-items: self-start;
    }
    /* SAFETY */
    /* FEAST */
    #feast{
        background: url("../img/main/feast/georgia_feast_background.webp") center / cover no-repeat;
    }
    .feast__inner{
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "header list"
            "body   list";
        row-gap: clamp(20px, 3vw, 40px);
        column-gap: clamp(40px, 7vw, 100px);
        align-items: start;
    }
    .feast__header{
        grid-area: header;
    }

    .feast-header__title{
        text-align: left;
    }

    .feast__body{
        grid-area: body;
    }
    .feast-paragraph__title{
        font-size: 20px;
        line-height: normal;
    }
    .feast__list{
        margin-top: auto;
        grid-area: list;
        align-self: start;
        gap: 14px;
    }
    .feast-item__img{
        max-height: 245px;
    }
    /* FEAST */
    /* DESTINATION */
    .destination__inner{
        gap: 40px;
    }
    .destination__body{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .destination-body__block:last-child:nth-child(odd){
        grid-column: auto;
        flex-direction: column;
        padding: 8px;
    }
    .destination-body__block:last-child:nth-child(odd) .destination-body-block__header{
        width: 100%;
        padding: 0;
    }
    .destination-body__block:last-child:nth-child(odd) .destination-body-block__img {
        width: 100%;
        flex-shrink: 0;
    }
    .destination-body__block{
        padding: 8px;
        gap: 10px;
    }
    .destination-body-block__header{
        padding: 0;
    }
    .destination-block-header__title,
    .destination-block-header__pre-title,
    .destination-body__block:last-child:nth-child(odd) .destination-block-header__title,
    .destination-body__block:last-child:nth-child(odd) .destination-block-header__pre-title{
        width: 100%;
        text-align: center;
    }
    .destination-body-block__img{
        aspect-ratio: 216 / 287;
    }
    /* DESTINATION */
    /* CULTURE */
    .culture__body{
        position: relative;
    }
    .culture__list{
        margin-bottom: 0;
    }
    .culture-item__link{
        flex-direction: row-reverse;
        gap: clamp(20px, 4vw, 80px);
    }
    .culture-item__content{
        margin: auto 0 44px;
    }
    .culture-item__img{
        width: 53%;
    }
    .culture__controls{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    /* CULTURE */
    /* BLOG */
    .blog__inner{
        gap: 20px;
    }
    .blog__body{
        margin-top: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .blog__item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        padding: 16px;
        gap: 22px;
    }
    .blog-photo__badge{
        padding: 2px 4px;
        font-size: 12px;
        line-height: normal;
    }
    .blog-photo{
        aspect-ratio: 194 / 135;
    }
    .blog-item__content{
        padding: 0;
        height: stretch;
        justify-content: flex-start;
        gap: 8px;
    }
    .blog-content{
        margin-bottom: 18px;
    }
    .blog-content__date{
        padding: 1px;
        justify-content: center;
    }
    .blog-content-date{
        font-size: 14px;
        line-height: normal;
    }
    .blog-content__button{
        margin-top: auto;
        gap: 8px;
    }
    .blog-content-button__text{
        font-size: 16px;
        line-height: normal;
    }
    .blog-footer__link{
        height: 44px;
        padding: 8px 8px 8px 24px;
        gap: 8px;
    }
    .blog-footer-link__text{
        font-size: 16px;
        line-height: normal;
    }
    /* BLOG */
    /* FAQ */
    #faq{
        background: url("../img/main/faq/georgia_faq_background_desk.webp") center / cover no-repeat;
    }
    #faq .container{
        margin-inline: 120px;
    }
    .faq__button{
        padding: 20px;
    }
    .faq__item.is-open .faq__button{
        padding-bottom: 32px;
    }
    .faq__title{
        font-size: 20px;
        line-height: normal;
    }
    .faq__content{
        margin: 0 20px 20px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    /* FAQ */
}

@media (min-width: 1280px){
    /* PLANNER */
    .planner__form{
        flex-direction: row;
        align-items: flex-start;
    }
    .planner-form__submit{
        height: 46px;
        margin-top: 24px;
        max-width: 240px;
    }
    /* PLANNER */
    /* GUIDE */
    .guide-body__trip-type-inner{
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
    }
    .guide-body__trip-type .section__header{
        height: stretch;
        display: flex;
        flex-direction: column;
    }
    .guide-body__trip-type .section-header__img{
        aspect-ratio: 522 / 473;
        margin-top: auto;
    }
    .guide-body__trip-type-content{
        max-width: 54%;
    }
    .guide-body__card{
        gap: 8px 20px ;
        display: grid;
        grid-template-columns: 135px 1fr 285px;
        grid-template-areas:
            "img header footer"
            "img body footer" ;

    }
    .guide-body__card-img{
        grid-area: img;
        display: flex;
        width: 100%;
        height: 100%;
        max-height: 135px;
        border-radius: 12px;
        background: #F6EEDB;
    }
    .guide-body__card-header{
        grid-area: header;
    }
    .guide-body__card-header-img{
        display: none;
    }
    .guide-body__card-header-title{
        padding-left: 34px;
        position: relative;
    }
    .guide-body__card-header-title::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 20px;
        height: 20px;

        background: radial-gradient(
                circle,
                #FFB900 0 5px,
                rgba(210, 171, 103, 0.18) 4px 10px
        );
    }
    .guide-body__card-body{
        grid-area: body;
    }

    .guide-body__card-footer{
        grid-area: footer;
    }
    /* GUIDE */
    /* WAY */
    .why__inner {
        gap: 50px 0;
    }
    .why__content{
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 605px) minmax(0, 1fr);
        grid-template-areas:
            "header map"
            "table map";
        align-items: start;
        gap: 50px 0;
    }
    .why-table{
        border: none;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
    .why-table__item{
        display: block;
        border: none;
        padding: 0 20px 0 0;
    }
    .why-table__item:not(:last-child){
        border-right: 1px solid #B2B2C2;
    }
    /* WAY */
    /* CULTURE */
    .culture__inner{
        position: relative;
    }
    .culture__header{
        position: absolute;
        top: 70px;
    }
    /* CULTURE */
}

@media (min-width: 1440px){
    .slider {
        --slider-gap: calc(1.25vw - 4px);
        --slider-peek: 27%;
        position: relative;
    }
    .slider__pagination{
        padding: 0;
        margin-top: 10px;
        position: absolute;
        left: calc(2.0833vw - 10px);
    }
    .slider__dot{
        width: 8px;
        height: 8px;
    }
    .slider__dot.is-active{
        width: 22px;
    }
    /* SECTION */
    .section__inner {
        padding: calc(6.25vw - 1.25rem) 0;
        gap: calc(1.6667vw + 0.5rem);
    }
    .section-header__roof{
        margin-bottom: calc(1.25vw - 10px);
    }
    .section-header__title{
        font-size: calc(2.5vw + 0.25rem);
        line-height: max(3.25rem, 2.7083vw);
        margin-bottom: calc(2.5vw - 28px);
    }
    .destination__description {
        font-size: calc(0.4167vw + 0.625rem);
        font-weight: 400;
        line-height: normal;
    }
    .section-header__text{
        font-size: calc(0.4167vw + 0.625rem);
    }
    /* SECTION */
    /* HERO */
    #hero{
        height: calc(100vh - calc(2.0833vw + 30px));
        min-height: calc(31.25vw + 250px);
    }
    .hero__inner{
        padding: 70px 0 calc(7.5vw - 48px);
    }
    .hero-header__pre-title{
        margin-bottom: 0;
        padding-left: calc(2.5vw + 5px);
        font-size: calc(1.25vw + 8px);
        line-height: 40px;
        font-weight: 500;
    }
    .hero-header__title{
        font-size: calc(8.3333vw + 40px);
        line-height: calc(6.25vw + 80px);
        font-weight: 500;
        -webkit-text-stroke-width: 2px;
        margin-top: -16px;
    }
    .hero__content{
        padding: 0;
    }
    .hero-content__title{
        font-size: calc(2.0833vw + 2px);
        line-height: normal;
        margin-bottom: calc(0.8333vw - 4px);
    }
    .hero-content__img-1{
        width: calc(5.4167vw - 8px);
        height: calc(5.4167vw - 8px);
    }
    .hero-content__img-2{
        width: calc(7.5vw + 16px);
        height: calc(4.1667vw + 10px);
        flex-shrink: 0;
    }
    .hero__body{
        grid-template-columns: 515px calc(11.0417vw + 390px);
    }

    .hero-news-card {
        height: calc(10vw + 116px);
        border-radius: 12px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: calc(2.0833vw - 10px);
    }
    .hero-news-card__badge{
        padding: 2px 4px;
        border-radius: 10px;
        font-size: 10px;
        line-height: normal;
        margin: 0 0 6px;
    }
    .hero-news-card__title{
        font-size: 1.6667vw;
        line-height: normal;
        margin-bottom: 6px;
    }
    .hero-news-card__text{
        font-size: calc(0.4167vw + 8px);
        line-height: normal;
        margin-bottom: 0;
    }
    .hero-news-card__date{
        gap: 6px;
        padding: 1px;
    }
    .hero-news-card__date span{
        font-size: 14px;
        line-height: normal;
    }
    .hero-news-card__link{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 4px 2px 12px;
    }
    .hero-news-card__link-text{
        font-size: 14px;
    }
    .hero-news-card__link-icon{
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
    /* HERO */
    .planner__block .container{
        margin-inline: calc(10.4167vw - 80px);
    }
    /* PLANNER */
    .planner__inner{
        padding: calc(4.1667vw + 20px) 0 calc(3.125vw - 10px);
    }
    .planner__form{
        padding: calc(1.25vw + 6px) calc(3.3333vw - 24px);
    }
    .planner-form__list{
        gap: calc(2.0833vw - 20px);
    }
    .planner-form__label{
        gap: 4px;
    }
    .planner-form-label__text{
        font-size: calc(0.4167vw + 8px);
        line-height: normal;
    }
    .planner-form__input{
        height: calc(1.25vw + 28px);
        border-width: calc(0.0833vw - 0.6px);
        font-size: calc(0.4167vw + 8px);
    }
    .planner-form__submit{
        height: calc(1.25vw + 28px);
        margin-top: 26px;
        gap: 6px;
    }
    .planner-form__input-dropdown .input-select-dropdown__content{
        padding: 10px 4px 10px 10px;
        border-radius: 10px;
        border: 1px solid #D3D3D3;
    }
    /* PLANNER */
    /* GUIDE */
    .guide__inner{
        padding: calc(3.125vw - 10px) 0;
        gap: 40px;
    }
    .guide__header{
        gap: 12px;
    }
    .guide-header__up-title{
        font-size: 16px;
        line-height: normal;
    }
    .guide-header__title{
        font-size: 32px;
        line-height: normal;
    }
    .guide__body{
        padding: calc(10.4167vw - 110px) calc(9.5833vw - 98px) calc(8.3333vw - 80px);
        gap: 60px;
        border-radius: max(1.25rem, 1.0417vw);
    }
    .guide-body__info{
        gap: 134px;
        grid-template-columns: 540px 1fr;
    }
    .guide-info__img{
        width: 540px;
        height: 436px;
    }
    .guide-info__flag{
        width: 140px;
        height: 140px;
        border-width: 10px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .guide-info__img--right {
        left: 0;
    }
    .guide-info__img--left {
        right: 0;
    }
    .guide-info__content-wrapper{
        gap: 20px;
        padding: 28.5px 0;
    }

    .guide-info__content-title-img{
        width: 20px;
        height: 20px;
    }
    .guide-info__content-title-img::after{
        width: 10px;
        height: 10px;
    }
    .guide-info__content-title-text{
        font-size: calc(2.0833vw + 2px);
        line-height: 52px;
    }
    .guide-info__content{
        height: stretch;
        gap: calc(2.5vw - 30px);
    }
    .guide-info__content-text{
        font-size: calc(0.4167vw + 10px);
        line-height: 22px;
        font-weight: 450;
    }
    .guide-info__content-block{
        margin-top: auto;
        gap: 14px;
    }
    .guide-info__content-title{
        font-size: calc(0.4167vw + 10px);
        line-height: normal;
    }
    .guide-info__content-item{
        gap: 6px;
    }
    .guide-info__content-item-img{
        width: 27px;
        height: 27px;
    }
    .guide-info__content-item-img svg{
        width: 15px;
        height: 15px;
    }
    .guide-info__content-item-text{
        font-size: 18px;
        line-height: normal;
        font-weight: 500;
    }
    .guide-body__cards{
        gap: 30px;
    }
    .guide-body__card{
        padding: 14px;
        border-radius: 16px;
        gap: 8px 20px;
    }
    .guide-body__card-img{
        width: 135px;
        height: 135px;
        border-radius: 12px;
    }
    .guide-body__card-header-title{
        font-size: calc(0.8333vw + 8px);
        line-height: normal;
    }
    .guide-body__card-body-text{
        font-size: calc(0.4167vw + 10px);
        line-height: calc(0.4167vw + 16px);
    }
    .guide-body__card-footer{
        width: 283px;
        height: 52px;
        justify-content: center;
    }
    .guide-body__card-footer-text{
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }
    .guide-body__table-tr{
        align-items: center;
        grid-template-columns: 487px minmax(0, 1fr);
    }
    .guide-body__table-th{
        padding: 20px;
        font-size: calc(0.8333vw + 8px);
        line-height: 20px;
    }
    .guide-body__table-td{
        padding: 16px 20px;
        font-size: 18px;
        line-height: 26px;
        align-items: center;
    }
    .guide-body__table-td:nth-child(odd){
        gap: 16px;
        align-items: center;
    }
    .guide-body__table-td-item{
        display: block;
    }
    .guide-body__table-td-text{
        font-size: 18px;
        line-height: 26px;
        padding: 0;
    }
    .guide-body__table-td-img{
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }
    .guide-body__table-td-img img{
        width: 20px;
        height: 20px;
    }
    .guide-body__trip-type-item{
        padding: 0 40px 0 calc(1.6667vw + 16px);
        border-radius: 12px;
    }
    .guide-body__trip-type-inner{
        padding: 40px 0;
        gap: calc(7.9167vw - 74px);
    }
    .guide-body__trip-type .section-header__roof{
        margin-bottom: 14px;
    }
    .guide-body__trip-type .section-header__title{
        margin-bottom: 0;
        font-size: 32px;
        line-height: 40px;
        max-width: 415px;
    }
    .guide-body__trip-type .section-header__img{
        width: calc(21.6667vw + 210px);
        height: calc(6.4583vw + 380px);
        border-radius: 12px;
    }
    .response-body-trip-type__list{
        gap: 20px;
    }
    .response-body-trip-type__item{
        gap: calc(0.8333vw - 8px);
    }
    .response-body-trip-type__item-title{
        font-size: calc(0.8333vw + 8px);
        line-height: 24px;
    }
    .response-body-trip-type__item-text{
        font-size: calc(0.4167vw + 10px);
        line-height: 22px;
    }
    .guide-body__blog{
        gap: 32px;
    }
    .guide-body__blog-title-img{
        width: 20px;
        height: 20px;
    }
    .guide-body__blog-title-img::after{
        width: 10px;
        height: 10px;
    }
    .guide-body__blog-title-text{
        font-size: 32px;
        line-height: 130%;
    }
    .guide-body__blog-list{
        gap: 30px;
    }
    .guide-body__blog-link{
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 14px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .guide-body__blog-item-content{
        padding: 20px;
        gap: 10px;
    }
    .guide-body__blog-item-title{
        font-size: calc(0.8333vw + 8px);
        line-height: calc(1.0833vw + 10.4px);
    }
    .guide-body__blog-item-text{
        font-size: calc(0.4167vw + 10px);
        line-height: 22px;
    }
    .guide-body__blog-item-img{
        margin-top: 0;
    }
    /* GUIDE */
    /* NAV */
    .nav__inner{
        padding: calc(3.125vw - 10px) 0 calc(4.1667vw + 20px);
    }
    .planner-nav__title{
        font-size: calc(0.8333vw + 8px);
        line-height: normal;
        margin-bottom: calc(1.25vw - 4px);
    }
    .planner-nav__list{
        gap: calc(0.625vw + 1px);
    }
    .planner-nav__text{
        font-size: calc(0.4167vw + 8px);
    }
    /* NAV */
    /* RULES */
    .rules__content{
        gap: calc(4.1667vw - 20px);
    }
    .rules-content__switcher-item{
       height: calc(1.25vw + 30px);
    }

    .rules-switcher-item__text{
        font-size: calc(0.4167vw + 10px);
    }
    .rules-content__tab{
        padding: 24px;
    }
    .rules-content__tab-number{
        font-size: calc(0.4167vw + 8px);
        font-weight: 450;
        line-height: 10px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        margin-bottom: calc(1.6667vw - 16px);
    }
    .rules-content__tab-title{
        font-size: calc(0.4167vw + 16px);
        line-height: 32px;
    }
    .rules-content__tab-pre-title{
        margin-top: calc(1.6667vw - 24px);
        font-size: calc(0.4167vw + 10px);
        line-height: 28px;
    }
    .rules-content__tab-header{
        margin-bottom: calc(1.25vw - 4px);
    }
    .rules-content__tab-text:not(:last-child),
    .rules-content__tab-item{
        margin-bottom: 0;
    }
    .rules-content__tab-text{
        font-size: calc(0.4167vw + 10px);
        line-height: calc(0.8333vw + 16px);
    }
    .rules-content__tab-info{
        border: none;
    }
    .rules-content__tab-info-text{
        font-size: 16px;
        line-height: normal;
    }
    .rules-content__tab-item::before{
        left: 6px;
        top: 12px;
        width: 6px;
        height: 6px;
    }
    /* RULES */
    /* WHY */
    .why__inner{
        gap: calc(4.1667vw + 20px) 0;
    }
    .why-header__title{
        margin-bottom: calc(2.5vw - 28px);
        width: calc(29.5833vw - 70px);
    }
    .why-header__text{
        font-size: calc(0.4167vw + 10px);
        line-height: calc(0.8333vw + 10px);

    }
    .why-table{
        display: flex;
        justify-content: space-between;
    }
    .why-table__item{
        padding-right: 24px;
    }
    .why-table__value{
        margin-bottom: 12px;
        font-size: 28px;
        font-weight: 500;
        line-height: normal;
    }
    .why-table__text{
        display: inline;
        font-size: 16px;
        line-height: 20px;
    }
    .why-table__item-1{
        max-width: 131px;
    }
    .why-table__item-2{
        max-width: 148px;
    }
    .why-table__item-3{
        max-width: 167px;
    }
    .why-table__item-4{
        max-width: 88px;
    }
    .why__list{
        gap: calc(4.1667vw - 40px);
    }
    .why__item:last-child:nth-child(odd) .why-item__link,
    .why-item__link{
        flex: 1 0 0;
        min-width: 0;
        padding: 14px;
        gap: 10px;
        border-radius: 8px;
    }
    .why__item:last-child:nth-child(odd) .why-item__content,
    .why-item__content{
        padding: 0;
        gap: 6px;
    }
    .why-item__title{
        width: 100%;
        text-align: center;
        font-size: calc(0.8333vw + 8px);
        line-height: normal;
    }
    .why-item__text{
        text-align: center;
        font-size: calc(0.4167vw + 8px);
    }
    .why-item__img{
        aspect-ratio: unset;
    }
    /* WHY */
    /* SAFETY */
    .insurance__body{
        display: grid;
        grid-template-columns: minmax(0, 1fr) calc(6.25vw + 502px);
        gap: calc(4.1667vw - 40px);
        align-items: stretch;
    }
    .insurance__img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        min-width: 0;
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
        display: block;
    }
    .insurance__content {
        min-width: 0;
        padding: calc(1.25vw + 6px);
        border-radius: calc(1.25vw);
        gap: calc(1.4583vw + 4px);
    }
    .insurance-header-content__under-title{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .insurance-header-content__title{
        margin-bottom: 0;
        font-size: calc(1.25vw + 8px);
        font-weight: 700;
        line-height: normal;
    }
    .insurance-header__badge{
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        border-radius: 999px;
    }
    .insurance__item:not(:last-child){
        margin-bottom: calc(0.4167vw + 6px);
    }
    .insurance-item__text{
        font-size: 16px;
        line-height: normal;
    }
    /* SAFETY */
    /* FEAST */
    .feast__inner{
        grid-template-columns: 645px minmax(0, 1fr);
        column-gap: calc(23.9583vw - 245px);
    }
    .section-header__title.feast-header__title{
        margin-bottom: 0!important;
    }
    .feast__body{
        gap: calc(3.3333vw - 24px);
    }
    .feast-paragraph__title {
        font-size: calc(0.8333vw + 0.5rem);
    }
    .feast__list{
        height: stretch;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(3.3333vw - 34px);
    }
    .feast-paragraph__text{
        font-size: 16px;
        line-height: 22px;
    }
    .feast-item__link{
        height: stretch;
        min-width: 0;
    }
    .feast-item__img {
        max-height: none;
        height: stretch;
        aspect-ratio: auto;
    }
    .feast-item__badge{
        top: calc(2.0833vw - 20px);
        left: calc(2.0833vw - 20px);
        height: 30px;
        padding: 6px 16px;
        gap: 8px;
        border-width: 1.245px;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    .feast-item-badge__text{
        font-size: calc(0.4167vw + 4px);
        line-height: 16px;
    }

    /* FEAST */
    /* DESTINATION */
    .destination__body{
        gap: calc(4.1667vw - 40px);
    }
    .destination-body__block{
        padding: 14px;
        border-radius: 8px;
        gap: 10px;
    }
    .destination-body-block__header{
        gap: 6px;
    }
    .destination-block-header__title{
        font-size: calc(0.8333vw + 0.5rem);
        line-height: normal;
    }
    .destination-block-header__pre-title{
        font-size: 16px;
        line-height: normal;
    }
    .destination-body-block__img {
        width: 100%;
        aspect-ratio: 216 / 287;
        border-radius: 6px;
        object-fit: cover;
        object-position: center;
    }
    /* DESTINATION */
    /* CULTURE */
    .culture-item__link{
        justify-content: flex-end;
        gap: 60px;
    }
    .culture-item__img{
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        height: calc(28.75vw + 73px);
        object-fit: cover;
        border-radius: 10px;
    }
    .culture-item__content{
        max-width: 479px;
    }
    .culture-item-content__title {
        font-size: calc(0.8333vw + 0.5rem);
        font-weight: 700;
        line-height: normal;
        margin-bottom: 14px;
    }
    .culture-item-content__text {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.375rem;
    }
    .culture-controller__counter{
        font-weight: 300;
        line-height: normal;
    }
    /* CULTURE */
    /* BLOG */
    .blog__body {
        margin-top: 20px;
        gap: calc(4.1667vw - 40px);
    }
    .blog__item{
        padding: 0.8333vw;
        gap: 1.1458vw;
    }
    .blog-content__title {
        font-size: 1.6667vw;
        line-height: normal;
    }

    /* BLOG */
    /* FAQ */
    #faq .container{
        margin-inline: calc(21.875vw - 195px);
    }
    .faq__button{
        padding: calc(0.4167vw + 14px) calc(2.5vw - 16px);
    }
    .faq__title{
        font-size: calc(0.8333vw + 0.5rem);
        line-height: normal;
    }
    .faq__content {
        margin: 0 calc(2.5vw - 1rem) calc(2.5vw - 1rem);
        padding-left: 1.25rem;
        font-size: calc(0.4167vw + 0.625rem);
        line-height: calc(2.0833vw - 0.5rem);
        border-left-width: 0.125rem;
    }

    /* FAQ */
}

@media (min-width: 1440px) and (max-width: 1919px){
    /* WHY */

    /* WHY */
    #culture .container{
        margin-inline: 100px;
    }
}

@media (min-width: 1920px){
    .slider {
        --slider-gap: 1.0417vw;
    }
    .slider__pagination{
        gap: max(0.25rem, 0.2083vw);
        margin-top: max(0.625rem, 0.5208vw);
        left: 1.5625vw;
    }
    .slider__dot {
        width: max(0.5rem, 0.4167vw);
        height: max(0.5rem, 0.4167vw);
    }
    .slider__dot.is-active {
        width: max(1.375rem, 1.1458vw);
    }
    /* SECTION */
    .section__inner {
        padding: 5.2083vw 0;
        gap: 2.0833vw;
    }
    .section-header__roof{
        margin-bottom: 0.7292vw;
        gap: 0.1042vw;
    }
    .section-header__badge{
        height: max(2rem, 1.6667vw);
        font-size: max(0.75rem, 0.625vw);
        line-height: max(1rem, 0.8333vw);
        letter-spacing: max(0.075rem, 0.0625vw);
        padding: max(0.5rem, 0.4167vw) max(0.75rem, 0.625vw);
        gap: max(0.625rem, 0.5208vw);
        border-width: max(0.0625rem, 0.0521vw);
        border-radius: 999px;
    }
    .section-header__icon-wrapper{
        width: max(2.75rem, 2.2917vw);
        height: max(2rem, 1.6667vw);
        border-width: max(0.0625rem, 0.0521vw);
    }
    .section-header__icon {
        width: max(1.25rem, 1.0417vw);
        height: max(1.25rem, 1.0417vw);
    }
    .section-header__title{
        margin-bottom: 1.0417vw;
    }
    .section--dark .section-header__pre-title {
        font-size: max(1.125rem, 0.9375vw);
        font-weight: 400;
        line-height: normal;
    }
    .section-header__text{
        font-size: 0.9375vw;
    }

    /* SECTION */
    /* HERO */
    #hero{
        min-height: 44.2708vw;
    }
    .hero__inner{
        padding: 3.6458vw 0 5vw;
    }
    .hero-header__pre-title{
        font-size: 1.6667vw;
        line-height: 2.0833vw;
        padding-left: 2.7604vw;
    }
    .hero-header__title{
        font-size: 10.4167vw;
        line-height: 10.4167vw;
        -webkit-text-stroke-width: 0.1042vw;
        margin-top: 0;
    }
    .hero-content__title{
        font-size: 2.1875vw;
        margin-bottom: 0.625vw;
    }
    .hero-content__text{
        font-size: 0.7292vw;
        margin-bottom: 1.0417vw;
    }
    .hero-content__images{
        gap: 1.0417vw;
    }
    .hero-content__img-1{
        width: 5vw;
        height: 5vw;
    }
    .hero-content__img-2{
        width: 8.3333vw;
        height: 4.6875vw;
    }
    .hero__body{
        grid-template-columns: 26.8229vw 31.3542vw;
    }
    .hero-news-card {
        height: 16.0417vw;
        border-radius: 0.625vw;
        -webkit-backdrop-filter: blur(0.5208vw);
        backdrop-filter: blur(0.5208vw);
        padding: 1.5625vw;
    }
    .hero-news-card__badge{
        padding: 0.1042vw 0.2083vw;
        border-radius: 0.5208vw;
        margin: 0 0 max(0.375rem, 0.3125vw);
    }
    .hero-news-card__title{
        font-size: 1.6667vw;
        margin-bottom: max(0.375rem, 0.3125vw);
    }
    .hero-news-card__text{
        font-size: 0.8333vw;
    }
    .hero-news-card__date{
        gap: 0.3125vw;
        padding: 0.0521vw;
    }
    .hero-news-card__date span{
        font-size: 0.7292vw;
    }
    .hero-news-card__link{
        display: flex;
        align-items: center;
        justify-content: center;
        border-width: max(0.0625rem, 0.0521vw);
        padding: max(0.125rem, 0.1042vw) max(0.25rem, 0.2083vw) max(0.125rem, 0.1042vw) max(0.75rem, 0.625vw);
    }
    .hero-news-card__link-text{
        font-size: 0.7292vw;
        line-height: 1.0417vw;
        padding-right: max(0.5rem, 0.4167vw);
    }
    .hero-news-card__link-icon{
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
    .hero-news-card__link-icon img{
        width: max(0.875rem, 0.7292vw);
        height: max(0.875rem, 0.7292vw);
    }
    /* HERO */
    .planner__block .container{
        margin-inline: 6.25vw;
    }
    /* PLANNER */
    .planner__inner{
        padding: 5.2083vw 0 2.6042vw;
    }
    .planner__form{
        padding: 1.5625vw 2.0833vw;
        gap: 1.0417vw;
    }
    .planner-form__list{
        gap: 1.0417vw;
    }
    .planner-form__label{
        gap: 0.2083vw;
        margin-bottom: 0.4167vw;
    }
    .planner-form-label__img{
        width: 0.8333vw;
        height: 0.8333vw;
    }
    .planner-form-label__text{
        font-size: 0.8333vw;
    }
    .planner-form__input{
        height: 2.7083vw;
        border-width: 0.0521vw;
        border-radius: 0.5208vw;
        font-size: 0.8333vw;
    }
    .planner-form__input-img{
        padding: 0.7292vw;
    }
    .planner-form__submit{
        height: 2.7083vw;
        max-width: 18.75vw;
        margin-top: 1.3542vw;
        gap: 0.3125vw;
    }
    .planner-link__icon.button-arrow-icon{
        width: 1.0417vw;
        height: 1.0417vw;
    }
    .planner-form__input-dropdown .input-select-dropdown__content{
        padding: 0.5208vw 0.2083vw 0.5208vw 0.5208vw;
        border-radius: 0.5208vw;
        border-width: 0.0521vw;
    }
    .planner-form__input-dropdown .input-select-item.input-select-item--title{
        font-size: 0.7292vw;
        padding-bottom: 0.2083vw;
        border-bottom-width: 0.0521vw;
    }
    .planner-form__input-dropdown .input-select-item {
        padding: 0.4167vw 0.7292vw;
        gap: 0.5208vw;
    }
    .planner-form__input-dropdown .input-select-item__text {
        font-size: 0.7292vw;
    }
    .planner-form__input-dropdown .input-select-item:not(.input-select-item--title) .input-select-item__checkbox {
        flex-basis: 0.8333vw;
        width: 0.8333vw;
        height: 0.8333vw;
        margin-top: 0.1042vw;
        border-width: 0.0521vw;
        border-radius: 0.2083vw;
    }
    .planner-form__input-dropdown .input-select-list {
        max-height: 13.75vw;
    }
    .planner-form__input-dropdown .input-select-list::-webkit-scrollbar {
        width: 0.3125vw;
    }
    .planner-form__input-dropdown .input-select-list::-webkit-scrollbar-track,
    .planner-form__input-dropdown .input-select-list::-webkit-scrollbar-thumb {
        border-radius: 0.3646vw;
    }
    /* PLANNER */
    /* GUIDE */
    .guide__inner{
        padding: 2.6042vw 0;
        gap: max(2.5rem, 2.0833vw);
    }
    .guide__header{
        gap: max(0.75rem, 0.625vw);
    }
    .guide-header__up-title{
        font-size: max(1rem, 0.8333vw);
    }
    .guide-header__title{
        font-size: max(2rem, 1.6667vw);
    }
    .guide__body{
        padding: 4.6875vw 4.4792vw 4.1667vw;
        gap: max(3.75rem, 3.125vw);
        border-radius: 1.0417vw;
    }
    .guide-body__info{
        padding-bottom: max(1.3125rem, 1.09375vw);
        border-bottom-width: max(0.0625rem, 0.0521vw);
        gap: 6.9792vw;
        grid-template-columns: 28.125vw minmax(0, 1fr);
    }
    .guide-info__img{
        width: 28.125vw;
        height: 22.7083vw;
    }
    .guide-info__flag{
        width: 7.2917vw;
        height: 7.2917vw;
        border-width: 0.5208vw;
        box-shadow: 0 0.2083vw 1.0417vw 0 rgba(0, 0, 0, 0.10);
    }
    .guide-info__content-wrapper{
        gap: 1.0417vw;
        padding: 1.4844vw 0;
    }
    .guide-info__content-title-img{
        width: 1.0417vw;
        height: 1.0417vw;
    }
    .guide-info__content-title-img::after{
        width: 0.5208vw;
        height: 0.5208vw;
    }
    .guide-info__content-title-text{
        font-size: 2.1875vw;
        line-height: 2.7083vw;
    }
    .guide-info__content{
        gap: 0.9375vw;
    }
    .guide-info__content-text{
        font-size: 0.9375vw;
        line-height: normal;
    }
    .guide-info__content-block{
        gap: 0.7292vw;
    }
    .guide-info__content-title{
        font-size: 0.9375vw;
    }
    .guide-info__content-item{
        gap: 0.3125vw;
    }
    .guide-info__content-item-img{
        width: 1.40625vw;
        height: 1.40625vw;
    }
    .guide-info__content-item-img svg{
        width: 0.78125vw;
        height: 0.78125vw;
    }
    .guide-info__content-item-text{
        font-size: 0.9375vw;
    }
    .guide-body__cards{
        gap: max(1.875rem, 1.5625vw);
    }
    .guide-body__card{
        padding: max(0.875rem, 0.7292vw);
        border-radius: max(1rem, 0.8333vw);
        gap: 0 max(2.4375rem, 2.03125vw);
    }
    .guide-body__card-img{
        width: 7.03125vw;
        height: 7.03125vw;
        border-radius: 0.625vw;
    }
    .guide-body__card-img-1{
        width: 3.3333vw;
        height: 3.3333vw;;
    }
    .guide-body__card-img-2{
        width: 2.96875vw;
        height: 2.96875vw;
    }
    .guide-body__card-header-title{
        font-size: 1.25vw;
        line-height: 2.7083vw;
        padding-left: 1.7708vw;
    }
    .guide-body__card-header-title::before {
        width: 1.0417vw;
        height: 1.0417vw;
        background: radial-gradient(circle, #FFB900 0 0.2604vw, rgba(210, 171, 103, 0.18) 0.2083vw 0.5208vw);
    }
    .guide-body__card-body-text{
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
    .guide-body__card-footer{
        width: 14.7396vw;
        height: 2.7083vw;
        border-width: 0.1042vw;
    }
    .guide-body__card-footer-text{
        font-size: 0.8333vw;
        line-height: 1.0417vw;
    }
    .guide-body__table-tr{
        grid-template-columns: max(30.4375rem, 25.3646vw) minmax(0, 1fr);
    }
    .guide-body__table-th{
        padding: max(1.25rem, 1.0417vw);
        font-size: 1.25vw;
        line-height: 1.0417vw;
    }
    .guide-body__table-td{
        padding: max(1rem, 0.8333vw) max(1.25rem, 1.0417vw);
        font-size: max(1.125rem, 0.9375vw);
        line-height: max(1.625rem, 1.3542vw);
    }
    .guide-body__table-td:nth-child(odd){
        gap: max(1rem, 0.8333vw);
    }
    .guide-body__table-td-text{
        font-size: max(1.125rem, 0.9375vw);
        line-height: max(1.625rem, 1.3542vw);
    }
    .guide-body__table-td-img{
        flex: 0 0 max(2.5rem, 2.0833vw);
        width: max(2.5rem, 2.0833vw);
        height: max(2.5rem, 2.0833vw);
    }
    .guide-body__table-td-img img{
        width: max(1.25rem, 1.0417vw);
        height: max(1.25rem, 1.0417vw);
    }
    .guide-body__trip-type-item{
        padding: 0 2.0833vw 0 2.5vw;
        border-radius: max(0.75rem, 0.625vw);
    }
    .guide-body__trip-type-inner{
        padding: max(2.5rem, 2.0833vw) 0;
        gap: 4.0625vw;
    }
    .guide-body__trip-type .section-header__roof{
        margin-bottom: max(0.875rem, 0.7292vw);
    }
    .guide-body__trip-type .section-header__title{
        max-width: max(25.9375rem, 21.6146vw);
        font-size: max(2rem, 1.6667vw);
        line-height: max(2.5rem, 2.0833vw);
    }
    .guide-body__trip-type .section-header__img{
        width: 32.6042vw;
        height: 26.25vw;
        border-radius: 0.625vw;
    }
    .response-body-trip-type__list{
        gap: max(1.25rem, 1.0417vw);
        padding: 0 1.6667vw;
    }
    .response-body-trip-type__item{
        gap: 0.4167vw;
    }
    .response-body-trip-type__item-title{
        font-size: 1.25vw;
        line-height: 1.25vw;
        padding-left: max(0.875rem, 0.7292vw);
    }
    .response-body-trip-type__item-title::before {
        width: max(0.375rem, 0.3125vw);
        height: max(0.375rem, 0.3125vw);
    }
    .response-body-trip-type__item-text{
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        padding-left: max(0.875rem, 0.7292vw);
    }
    .guide-body__blog{
        gap: max(2rem, 1.6667vw);
    }
    .guide-body__blog-title{
        gap: max(0.875rem, 0.7292vw);
    }
    .guide-body__blog-title-img{
        width: max(1.25rem, 1.0417vw);
        height: max(1.25rem, 1.0417vw);
    }
    .guide-body__blog-title-img::after {
        width: max(0.625rem, 0.5208vw);
        height: max(0.625rem, 0.5208vw);
    }
    .guide-body__blog-title-text{
        font-size: max(2rem, 1.6667vw);
    }
    .guide-body__blog-list{
        gap: max(1.875rem, 1.5625vw);
    }
    .guide-body__blog-link{
        padding: 0.7292vw;
        border-radius: 0.625vw;
        box-shadow: 0 0.2083vw 1.0417vw rgba(0, 0, 0, 0.10);
    }
    .guide-body__blog-item-content{
        padding: max(1.25rem, 1.0417vw);
        gap: max(0.625rem, 0.5208vw);
    }
    .guide-body__blog-item-title{
        font-size: 1.25vw;
        line-height: 130%;
    }
    .guide-body__blog-item-text{
        font-size: 0.9375vw;
        line-height: 1.1458vw;
    }
    /* GUIDE */
    /* NAV */
    .nav__inner{
        padding: 2.6042vw 0 5.2083vw;
    }
    .planner-nav__title{
        font-size: 1.25vw;
        margin-bottom: 1.0417vw;
    }
    .planner-nav__list{
        gap: 0.6771vw;
    }
    .planner-nav__link{
        height: 2.1875vw;
        padding: 0.625vw 1.0417vw;
        gap: 0.2083vw;
        border-radius: 5.15625vw;
        border-width: 0.0648vw;
        backdrop-filter: blur(1.0417vw);
    }
    .planner-nav__text,
    .planner-nav__text:first-child{
        font-size: 0.8333vw;
        line-height: 0.8333vw;
    }
    .planner-nav__text{
        letter-spacing: 0.0625vw;
    }
    /* NAV */
    /* RULES */
    .rules-header__text{
        max-width: max(36.25rem, 30.2083vw);
    }
    .rules__content{
        gap: 3.125vw;
        grid-template-columns: 16.7188vw 1fr;
    }
    .rules-content__switcher-item{
        height: 2.8125vw;
        padding-inline: max(0.75rem, 0.625vw);
    }
    .rules-switcher-item__text{
        font-size: 0.9375vw;
        line-height: max(1.09375rem, 0.9115vw);
    }
    .rules-switcher-item__img-wrapper{
        width: max(2rem, 1.6667vw);
        height: max(2rem, 1.6667vw);
        border-radius: max(0.5rem, 0.4167vw);
    }
    .rules-switcher-item__img{
        width: max(0.9375rem, 0.78125vw);
        height: max(0.9375rem, 0.78125vw);
    }
    .rules-content__tabs{
        height: 33.4375vw;
    }
    .rules-content__tab{
        padding: max(1.5rem, 1.25vw) max(0.4375rem, 0.3646vw) max(1.5rem, 1.25vw) max(1.5rem, 1.25vw);
    }
    .rules-content__tab-number {
        font-size: 0.8333vw;
        line-height: 0.5208vw;
        letter-spacing: 0.0833vw;
        margin-bottom: 0.8333vw;
    }
    .rules-content__tab-title{
        font-size: 1.25vw;
        line-height: 1.6667vw;
    }
    .rules-content__tab-pre-title{
        margin-top: 0.4167vw;
        font-size: 0.9375vw;
        line-height: 1.4583vw;
    }
    .rules-content__tab-header{
        margin-bottom: 1.0417vw;
    }
    .rules-content__tab-text{
        font-size: 0.9375vw;
        line-height: 1.6667vw;
    }
    .rules-content__tab-info{
        padding-top: max(1rem, 0.8333vw);
        gap: max(0.625rem, 0.5208vw);
        grid-template-columns: max(1.125rem, 0.9375vw) 1fr;
    }
    .rules-content__tab-info-img-wrapper{
        width: max(1.125rem, 0.9375vw);
        height: max(1.125rem, 0.9375vw);
    }
    .rules-content__tab-info-text{
        font-size: max(1rem, 0.8333vw);
    }
    .rules-content__tab-info-img{
        font-size: max(0.5625rem, 0.46875vw);
        line-height: max(0.5625rem, 0.46875vw);
    }
    .rules-content__tab-item{
        padding-left: max(1.25rem, 1.0417vw);
    }
    .rules-content__tab-item::before {
        left: max(0.375rem, 0.3125vw);
        top: max(0.8125rem, 0.6771vw);
        width: max(0.4375rem, 0.3646vw);
        height: max(0.4375rem, 0.3646vw);
    }
    .rules-content__tab-inner::-webkit-scrollbar {
        width: max(0.375rem, 0.3125vw);
    }
    .rules-content__tab-inner::-webkit-scrollbar-track {
        border-radius: max(0.4375rem, 0.3646vw);
    }
    .rules-content__tab-inner::-webkit-scrollbar-thumb {
        border-radius: max(0.4375rem, 0.3646vw);
    }
    /* RULES */
    /* WHY */
    .why__inner{
        grid-template-areas:
                "header map table"
                "list list list";
        gap: 5.2083vw 0;
    }
    .why__content{
        grid-template-columns: 25.9375vw 1fr auto;
        grid-template-areas:
            "header map table";
    }
    .why-header__title{
        margin-bottom: 1.0417vw ;
        width: 25.9375vw;
    }
    .why-header__text{
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        max-width: max(28.4375rem, 23.6979vw);
    }
    .why-map {
        margin-top: auto;
    }
    .why-map__flag{
        width: 5.78125vw;
    }
    .why-table{
        width: auto;
        display: grid;
        grid-template-columns: repeat(2, 8.59375vw);
        gap: 1.5625vw 3.125vw;
    }
    .why-table__item,
    .why-table__item:not(:last-child){
        max-width: none!important;
        border-right: none;
        border-bottom: 0.0521vw solid #B2B2C2!important;
        padding: 0 0 1.0417vw 0;
    }
    .why-table__value{
        font-size: 2.1875vw;
        margin-bottom: max(0.75rem, 0.625vw);
    }
    .why-table__text{
        font-size: 0.9375vw;
        line-height: 1.3542vw;
    }
    .why__list{
        gap: 2.0833vw ;
    }
    .why-item__link{
        padding: 0.7292vw;
        gap: 0.5208vw;
        border-radius: 0.4167vw;
    }
    .why-item__content{
        gap: max(0.375rem, 0.3125vw);
    }
    .why-item__title{
        font-size: 1.25vw;
    }
    .why-item__text{
        font-size: 0.8333vw;
        line-height: normal;
    }
    /* WHY */
    /* SAFETY */
    .insurance__body {
        grid-template-columns:minmax(0, 1fr) 32.3958vw;
        gap: 2.0833vw;
    }
    .insurance__img {
        border-radius: 0.8333vw;
    }
    .insurance__content {
        padding: 1.5625vw;
        border-radius: 1.25vw;
        gap: 1.6667vw;
    }
    .insurance-header-content__under-title{
        font-size: max(0.75rem, 0.625vw);
        line-height: max(1rem, 0.8333vw);
        letter-spacing: max(0.075rem, 0.0625vw);
        margin-bottom: max(0.5rem, 0.4167vw);
    }
    .insurance-header-content__title{
        font-size: 1.6667vw;
    }
    .insurance-header-content__pre-title {
        font-size: max(0.875rem, 0.7292vw);
        line-height: max(1.25rem, 1.0417vw);
    }
    .insurance-header__badge{
        padding: 0.3125vw 0.625vw;
        font-size: 0.625vw;
        line-height: 0.8333vw;
        letter-spacing: 0.0625vw;
    }
    .insurance__item{
        gap: max(0.625rem, 0.5208vw)
    }
    .insurance__item:not(:last-child){
        margin-bottom: 0.7292vw;
    }
    .insurance-item__text{
        font-size: max(1rem, 0.8333vw);
    }
    .insurance-item__marker{
        width: max(1.25rem, 1.0417vw);
        height: max(1.25rem, 1.0417vw);
    }
    .insurance-marker{
        width: max(0.75rem, 0.625vw);
        height: max(0.75rem, 0.625vw);
    }
    .insurance-link__icon img{
        width: max(0.75rem, 0.625vw);
        height: max(0.75rem, 0.625vw);
    }
    /* SAFETY */
    /* FEAST */
    .feast__inner {
        grid-template-columns: 33.5938vw minmax(0, 1fr);
        column-gap: 11.1979vw;
    }
    .feast__body{
        gap: 2.0833vw;
    }
    .feast__paragraph{
        gap: max(0.375rem, 0.3125vw);
    }
    .feast-paragraph__title {
        font-size: 1.25vw;
    }
    .feast-paragraph__text{
        font-size: max(1rem, 0.8333vw);
        line-height: max(1.375rem, 1.1458vw);
    }
    .feast__list {
        gap: 1.5625vw;
    }
    .feast-item__badge{
        top: 1.0417vw;
        left: 1.0417vw;
        height: 1.5625vw;
        padding: 0.3125vw 0.8333vw;
        gap: 0.4167vw;
        border-width: 0.0648vw;
        -webkit-backdrop-filter: blur(1.0417vw);
        backdrop-filter: blur(1.0417vw);
    }
    .feast-item-badge__img {
        width: 0.7292vw;
        height: 0.7292vw;
    }
    .feast-item-badge__text{
        font-size: 0.625vw;
        line-height: 0.8333vw;
        letter-spacing: 0.0625vw;
    }
    /* FEAST */
    /* DESTINATION */
    .destination__body{
        gap: 2.0833vw;
    }
    .destination-header__text{
        max-width: 29.1667vw;
    }
    .destination-body__block {
        padding: 0.7292vw;
        gap: 0.5208vw;
        border-radius: 0.4167vw;
    }
    .destination-body-block__header{
        gap: max(0.375rem, 0.3125vw);
    }
    .destination-block-header__title{
        font-size: 1.25vw;
    }
    .destination-block-header__pre-title {
        font-size: max(1rem, 0.8333vw);
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }
    .destination-body-block__img {
        aspect-ratio: 277 / 383;
        border-radius: 0.3125vw;
    }
    /* DESTINATION */
    /* CULTURE */
    .culture-item__link{
        gap: max(3.75rem, 3.125vw);
    }
    .culture-item__img{
        height: 32.5521vw;
        border-radius: max(0.625rem, 0.5208vw);
    }
    .culture-item__content {
        max-width: max(29.9375rem, 24.9479vw);
        margin: auto 0 max(2.75rem, 2.2917vw);
    }
    .culture-item-content__title {
        font-size: 1.25vw;
        margin-bottom: max(0.875rem, 0.7292vw);
    }
    .culture-item-content__text {
        font-size: max(1rem, 0.8333vw);
        line-height: normal;
    }
    .culture__controls{
        gap: max(0.75rem, 0.625vw);
    }
    .controller-button__icon{
        width: max(1.5rem, 1.25vw);
        height: max(1.5rem, 1.25vw);
    }
    .culture-controller__counter{
        font-weight: 300;
        line-height: normal;
    }
    /* CULTURE */
    /* BLOG */
    .blog__inner {
        gap: 1.0417vw;
    }
    .blog__body {
        margin-top: 1.0417vw;
        gap: 2.0833vw;
    }
    .blog__item {
        border-radius: max(0.5rem, 0.4167vw);
        box-shadow: 0 max(0.25rem, 0.2083vw) max(0.625rem, 0.5208vw) 0 rgba(0, 0, 0, 0.06);
    }
    .blog-photo{
        border-radius: max(0.375rem, 0.3125vw);
    }
    .blog-photo__badge {
        top: 0.625vw;
        left: 0.625vw;
        padding: 0.1042vw 0.2083vw;
        font-size: 0.625vw;
        letter-spacing: 0.0625vw;
    }
    .blog-content__date {
        padding: max(0.0625rem, 0.0521vw);
        gap: max(0.375rem, 0.3125vw);
    }
    .blog-content-date__img{
        width: max(0.6875rem, 0.5729vw);
        height: max(0.6875rem, 0.5729vw);
    }
    .blog-content-date {
        font-size: max(0.875rem, 0.7292vw);
        line-height: normal;
    }
    .blog-content__title {
        margin-bottom: max(0.375rem, 0.3125vw);
    }
    .blog-content__text {
        font-size: max(0.875rem, 0.7292vw);
        line-height: max(1.25rem, 1.0417vw);
    }
    .blog-content__button {
        gap: max(0.5rem, 0.4167vw);
    }
    .blog-content-button__text {
        font-size: max(1rem, 0.8333vw);
    }
    .blog-content-button__arrow {
        width: max(1.625rem, 1.3542vw);
        height: max(1.625rem, 1.3542vw);
        padding: max(0.3125rem, 0.2604vw);
    }
    .blog-footer__link {
        height: 2.2917vw;
        padding: 0.4167vw 0.4167vw 0.4167vw 1.25vw;
        gap: 0.4167vw;
        border-radius: 999px;
        border-width: 0.0521vw;
    }
    .blog-footer-link__text {
        font-size: max(1rem, 0.8333vw);
        line-height: normal;
    }
    .blog-footer-link__icon img{
        width: max(0.875rem, 0.7292vw);
        height: max(0.875rem, 0.7292vw);
    }
    /* BLOG */
    /* FAQ */
    .faq__item {
        border-radius: max(0.5rem, 0.4167vw);
        box-shadow: 0 max(0.25rem, 0.2083vw) max(0.3125rem, 0.2604vw) 0 rgba(0, 0, 0, 0.05);
    }
    .faq__item:not(:last-child) {
        margin-bottom: max(0.5rem, 0.4167vw);
    }
    .faq__item.is-open .faq__button {
        padding-bottom: 1.6667vw;
    }
    .faq__content {
        margin: 0 1.6667vw 1.6667vw;
        padding-left: 1.0417vw;
        font-size: 0.9375vw;
        line-height: 1.6667vw;
        border-left-width: 0.1042vw;
    }
    .faq__title{
        font-size: 1.25vw;
    }
    .faq__icon svg{
        width: 0.625vw;
        height: 0.625vw;
    }
    /* FAQ */
}

