.hotty.popular::after {
    content: unset;
}

.hotty {
    padding-top: 80px;
    padding-bottom: 100px;
    background: rgba(0, 113, 235, 0.05);
}

@media (max-width: 750px) {
    .hotty {
        padding: 20px 0;
        margin-top: 70px;
    }
}

.hotty.popular .hotty__title {
    padding-left: 37px;
    position: relative;
    color: #1A2B49;
}

@media (max-width: 750px) {
    .hotty.popular .hotty__title {
        font-size: 24px;
        line-height: 32px;
        padding-left: 29px;
    }
}

.hotty__title::before {
    content: '';
    width: 32px;
    height: 32px;
    background-size: contain;
    position: absolute;
    left: 0;
    margin-top: 2px;
    background-image: url(../img/bi_fire.svg);
}

@media (max-width: 750px) {
    .hotty__title::before {
        width: 24px;
        height: 24px;
    }
}

.hotty-tabs__radio {
    display: none;
}

.hotty-tabs__head {
    padding: 0;
}

.hotty-tabs__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 21px;
}

@media (max-width: 750px) {
    .hotty-tabs__buttons {
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 1;
        gap: 12px;
    }
}

.hotty-tabs__button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    font-family: 'Gotham Pro';
    font-size: 16px;
    width: 386px;
    background-color: #1A2B49;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
}

@media (max-width: 750px) {
    .hotty-tabs__button {
        width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hotty-tabs__button:first-child {
        flex-basis: 100%;
    }
}

.hotty-tabs__button label {
    padding: 0 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 24px;
}

@media (max-width: 750px) {
    .hotty-tabs__button label {
        width: 100%;
        justify-content: flex-start;
    }
}


.hotty-tabs__radio-1:checked~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-1,
.hotty-tabs__radio-2:checked~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-2,
.hotty-tabs__radio-3:checked~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-3 {
    background-color: #F53;
}

@media (max-width: 750px) {

    .hotty-tabs__radio-1:checked~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-1::after,
    .hotty-tabs__radio-2:checked~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-2::after,
    .hotty-tabs__radio-3:checked~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-3::after {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        background-image: url(../img/hotty-marker.svg);
        right: 0;
        top: calc(50% - 12px);
        background-position: center center;
        right: 15px;
    }
}

.hotty-tabs__radio-1:not(:checked)~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-1:hover,
.hotty-tabs__radio-2:not(:checked)~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-2:hover,
.hotty-tabs__radio-3:not(:checked)~.hotty-tabs__head .hotty-tabs__buttons .hotty-tabs__button-3:hover {
    background-color: #fff;
    border-color: #1A2B49;
    color: #1A2B49;
}

.hotty__txt-item {
    height: calc(100% - 3px);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

@media (max-width: 750px) {
    .hotty__txt-item {
        display: none;
    }
}

.hotty__txt_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotty__txt-item h2.h3 {
    color: #1A2B49;
    font-family: 'Gotham Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 1080px) {
    .hotty__txt-item h2.h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.hotty__slider .slick-slide>div:nth-child(2) .hotty__txt-item {
    margin-top: 14px;
}

.hotty__txt-item .desc {
    color: #1A2B49;
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    max-height: 72px;
    overflow-y: hidden;
}

@media (max-width: 1080px) {
    .hotty__txt-item .desc {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0;
    }
}



.hotty__txt-item .btn-3 {
    color: #FFF;
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.hotty-tabs__body {
    display: none;
    animation: tabs-fadein 0.8s;
    min-height: 278px;
    overflow: hidden;
    transition: all .3s ease-out;
    position: relative;
}

@media (max-width: 750px) {
    .hotty-tabs__body {
        height: unset;
    }
}

.hotty-tabs__radio-1:checked~.hotty-tabs__outer .hotty-tabs__body-1,
.hotty-tabs__radio-2:checked~.hotty-tabs__outer .hotty-tabs__body-2,
.hotty-tabs__radio-3:checked~.hotty-tabs__outer .hotty-tabs__body-3 {
    display: block;
}

.hotty__arrows .prev svg,
.hotty__arrows .next svg {
    filter: brightness(0) saturate(100%) invert(11%) sepia(85%) saturate(520%) hue-rotate(180deg) brightness(100%) contrast(92%);
}

/* .hotty__arrows .prev, */
.hotty__arrows .next {
    background-color: rgba(26, 43, 73, 0.12);
}

.hotty__arrows .prev:hover,
.hotty__arrows .next:hover {
    background-color: #1A2B49;

}

.hotty__arrows .prev:hover svg,
.hotty__arrows .next:hover svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(203deg) brightness(104%) contrast(101%);
}

.hotty__counter {
    color: #1A2B49;
}

.hotty__counter span {
    color: rgba(26, 43, 73, 0.42);
}

.hotty__slider .slick-track {
    margin: 20px 0 0 0;
}


@media (min-width: 751px) {
    .hotty__title-mobile {
        display: none;
    }
}

.hotty__title-mobile .h3 {
    color: #1A2B49;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 12px;
}

.hotty__title-mobile .desc {
    color: #1A2B49;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.hotty__title-mobile .btn-3 {
    height: 41px;
    padding: 10px 32px;
    white-space: nowrap;
    width: min-content;
}

.hotty__empty {
    position: relative;
    width: 100%;
    min-height: 278px;
    border-radius: 10px;
    border: 2px solid #0071EB;
    background: #FFF;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hotty__empty_title {
    max-width: 472px;
    text-align: center;
    color: #1A2B49;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
}

.hotty__empty_desc {
    max-width: 472px;
    color: #1A2B49;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

/* Menu */

.header .header__bottom .menu {
    margin-right: 245px;
}

@media (max-width: 1000px) {
    .header .header__bottom .menu {
        margin-right: 209px;
    }

}

@media (max-width: 810px) {
    .header .header__bottom .menu {
        margin-right: unset;
    }
}

.header .header__bottom .menu-item-has-children.hotty-menu .spa {
    min-width: unset;
}

.menu-item-has-children.hotty-menu {
    justify-content: flex-end;
    width: auto;
    margin-left: 44px;
    position: absolute;
    right: 0;
    margin-right: -245px;
}

@media (max-width: 1000px) {
    .menu-item-has-children.hotty-menu {
        justify-content: flex-end;
        margin-left: 34px;
        position: absolute;
        right: 0;
        margin-right: -209px;
    }

}

@media (max-width: 810px) {
    .menu-item-has-children.hotty-menu {
        display: none !important;
    }
}

.header .header__bottom .menu-item-has-children.hotty-menu::after {
    display: none;
}



.hotty-menu__container {
    cursor: pointer;
    width: 100%;
    height: 44px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 6px;
    background: #F53;
    /* box-shadow: 0px 0px 4px 0px #EEE inset; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

.hotty-menu__container::after {
    content: '';
    width: 8px;
    height: 6px;
    background-image: url(../img/arrow-b.svg);
    display: block;
    background-position: center;
    background-size: 100%;
    margin-left: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(203deg) brightness(104%) contrast(101%);
    margin-right: 10px;
}

.hotty-menu__container .sub-menu.spa {
    padding: 15px !important;
}


.hotty-menu__container .head-menu {
    width: 130px;
    margin-right: -13px;
}

.header.pre-fixed .menu .hotty-menu {
    display: none;
}

/* mobile menu hotty */
@media (min-width: 701px) {
    .hotty-menu-mobile {
        display: none !important;
    }
}

.menu-item-has-children.hotty-menu-mobile {
    color: #1a2b49;
    padding: 16px 0 !important;
}

.header .header__bottom .menu-items .menu-item-has-children.hotty-menu-mobile .open-menu {
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 34px;
}

.header .header__bottom .menu-items .menu-item-has-children.hotty-menu-mobile .open-menu::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/bi_fire.svg);
    left: 0;
    margin-top: -2px;
}

.header .header__bottom .menu-items .menu-item-has-children.hotty-menu-mobile .titl {
    width: 100%;
    display: block;
}

.header .header__bottom .menu-items .menu-item-has-children.hotty-menu-mobile .titl::after {
    display: none;
}

.page .page-bg-el {
    top: 12%;
}

/*Other*/
.hotty-label {
    position: absolute;
    top: 0;
    border-radius: 10px 0px;
    background: #1A2B49;
    /* width: 183px;
    height: 44px; */
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 45px;
    pointer-events: none;
    padding: 8px 10px 8px 46px;
    /* 150% */
}

.hotty-label::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/bi_fire.svg);
    left: 15px;
    top: calc(50% - 12px);
}

.hotty_colored,
.hotty_colored .tour-select,
.hotty_colored .spa-tour-select {
    display: flex;
    color: #F53 !important;
    font-weight: 700;
}


.hotty-colored-svg svg {
    filter: brightness(0) saturate(100%) invert(39%) sepia(72%) saturate(1397%) hue-rotate(339deg) brightness(101%) contrast(104%);
}

.text__item--date .hotty_colored .ico svg,
.date__title.hotty_colored .ico svg,
.spa-date__title.hotty_colored .ico svg {
    display: none;
}

.hotty_colored .tour-preview__date {
    position: relative;
    padding-left: 24px !important;
}

.date__title.hotty_colored,
.spa-date__title.hotty_colored {
    position: relative;
    padding-left: 38px !important;
}

.text__item--date .hotty_colored {
    position: relative;
}

.text__item--date .hotty_colored::before,
.spa-date__title.hotty_colored::before,
.date__title.hotty_colored::before,
.hotty_colored .data-t::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/bi_fire.svg);
    left: 0;
    top: calc(50% - 15px);
}

.date__title.hotty_colored::before,
.spa-date__title.hotty_colored::before {
    left: 12px;
    top: calc(50% - 14px);
}

.hotty-label-full {
    position: relative;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    background: rgba(0, 113, 235, 0.05);
    padding-left: 49px;
    margin-bottom: 10px;
    margin-top: -10px;
    display: none;

}

.hotty-label-full.active {
    /* display: flex; */
}

.hotty-label-full::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/bi_fire.svg);
    left: 15px;
    top: calc(50% - 14px);
}

.hotty_colored .data-t {
    position: relative;
    padding-left: 36px;
}





@keyframes tabs-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}