.selectors--v2 .ts-control:after {
    content: '' !important;
    display: inline-flex !important;
    width: 12px !important;
    height: 12px !important;
    border: 0 !important;
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjE3NDYgMy40ODU2NEw2Ljg3NDE2IDkuNDI2NTJDNi40OTMxNSAxMC4xMTIzIDUuNTA2ODUgMTAuMTEyMyA1LjEyNTg0IDkuNDI2NTJMMS44MjUzNiAzLjQ4NTY0QzEuNDU1MDYgMi44MTkxMSAxLjkzNzAzIDIgMi42OTk1MSAySDkuMzAwNDlDMTAuMDYzIDIgMTAuNTQ0OSAyLjgxOTExIDEwLjE3NDYgMy40ODU2NFoiIGZpbGw9IiM0RDRENEQiLz4KPC9zdmc+');
    background: #4D4D4D;
}

.selectors.selectors--v2 {
    display: grid !important;
}

.selectors--v2 ._tms_select .ts-control {
    border-radius: 4px !important;
}

.selectors--v2 .text-field-x .ts-control input,
.selectors--v2 .text-field-x .ts-control .item {
    border-top: solid 24px rgba(0, 0, 0, 0) !important;
}

.selectors--v2 .text-field-x span {
    padding-top: 5px;
}

.selectors--v2 .ts-wrapper.single .ts-control:after {
    margin-top: 0;
    transform: translateY(-45%);
}

.selectors--v2 .ts-wrapper.single.dropdown-active .ts-control:after {
    transform: rotate(180deg) translateY(45%);
}

.selectors--v2 ._tms_select.focus + .label:after {
    transform: scaleX(1);
}

.selectors--v2 .ts-dropdown .create, .ts-dropdown .no-results,
.selectors--v2 .ts-dropdown .optgroup-header, .ts-dropdown .option {
    padding: clamp(12px, 2vw, 16px) 10px;
}

.main .show-max-width-1280px {
    display: none !important;
}

.mb-32 {
    margin-bottom: 32px;
}

@media screen and (max-width: 1280px) {
    .main .show-max-width-1280px {
        display: grid !important;
    }

    .hide-max-width-1280px {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .selectors--v2 .text-field-x span {
        padding-top: 8px;
    }

    .selectors--v2 .ts-control {
        height: 48px;
    }

    .selectors--v2 .text-field-x .ts-control .item {
        font-size: 14px;
    }

    .selectors--v2 .text-field-x .ts-control input,
    .selectors--v2 .text-field-x .ts-control .item {
        border-top-width: 22px !important;
    }
}

@media screen and (max-width: 768px) {
    .mb-sm-24 {
        margin-bottom: 24px;
    }
}

.cookies-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3B3B3B;
    padding: clamp(16px, 2.5vw, 32px) 0;
    z-index: 333;
}

.cookies-consent__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 3vw, 50px);
}

.cookies-consent__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.cookies-consent__text a {
    text-decoration: underline;
    display: inline;
}

.cookies-consent__action .button {
    min-width: clamp(220px, 20vw, 282px);
}

@media screen and (max-width: 768px) {
    .cookies-consent__wrapper {
        flex-direction: column;
        max-width: 100%;
    }

    .cookies-consent__action {
        flex: 0 0 100%;
        width: 100%;
    }

    .cookies-consent__action .button {
        font-size: 14px;
        padding: 12px 16px;
        width: 100%;
        flex: 0 0 100%;
        min-width: unset;
    }

    .cookies-consent + #jivo-iframe-container {
        display: none !important;
    }
}

.js-cookies-settings {
    text-decoration: underline;
    cursor: pointer;
}

.cookie-settings {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(59, 59, 59, 0.9);
    z-index: 246810;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    width: 100%;
    height: 100%;
}

.cookie-settings--visible .cookie-settings {
    visibility: visible;
    opacity: 1;
}

.cookie-settings--visible {
    overflow: hidden;
}

.cookie-settings__inner {
    width: 85vw;
    max-width: 838px;
    background: #1C1C1C;
    padding: 32px 32px 48px;
    position: relative;
}

.cookie-settings__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 64px;
}

.cookie-settings__close {
    background: transparent;
    position: absolute;
    top: 32px;
    border: 0;
    cursor: pointer;
    color: inherit;
    transition: .1s;
}

.cookie-settings__close:hover {
    color: #FA8F1C;
}

.cookie-settings__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
}

.cookie-settings__footer .button {
    width: fit-content;
}

.radiotabs {
    display: grid;
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 4.75fr);
    gap: 48px;
}

.radiotabs__button {
    padding: 16px 0;
    cursor: pointer;
    transition: .1s;
}

.radiotabs__button:hover,
.radiotabs__button.active {
    color: #FA8F1C;
}

.radiotabs__content {
    max-height: 322px;
    overflow: auto;
    scrollbar-width: thin;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.2;
}

.radiotabs__content p:not(:last-child) {
    margin-bottom: 1.25em;
}

.radiotabs__content a {
    display: inline;
    text-decoration: underline;
}

.radiotabs__content {
    position: relative;
}

.radiotabs__content:after {
    content: '';
    display: block;
    height: 50px;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    position: sticky;
    background: linear-gradient(to top, #1C1C1C 10%, rgba(0, 0, 0, 0) 90%);
}

@media screen and (max-width: 768px) {
    .radiotabs {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .radiotabs__nav {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 16px;
        mask-image: linear-gradient(to right, black 85%, transparent 95%);
    }

    .radiotabs__button {
        white-space: nowrap;
        padding: 4px 4px 10px 0;
        border-bottom: 2px solid transparent;
        font-size: 14px;
    }

    .radiotabs__button.active {
        border-color: currentColor;
    }

    .radiotabs__button:last-child {
        margin-right: 40px;
    }

    .cookie-settings__close {
        top: -28px;
        left: auto;
        right: 0px;
    }

    .cookie-settings__title {
        margin-bottom: 28px;
        font-size: 20px;
    }

    .radiotabs__view p:first-child {
        display: none;
    }

    .radiotabs__view p:not(:last-child) {
        margin-bottom: 1em;
    }

    .cookie-settings__inner {
        padding: 24px 18px;
    }

    .cookie-settings__footer {
        margin-top: 32px;
        display: grid;
        grid-template-columns: repeat( 2, minmax(0, 1fr) );
        gap: 12px;
    }

    .cookie-settings__footer .button {
        width: 100%;
    }

    .button--sm {
        font-size: 12px;
        padding: 12px 16px;
    }
}

.feedback--v2 {
    padding: clamp(64px, 6vw, 80px) 0 clamp(64px, 8vw, 108px);
}

.feedback--v2 .container {
    max-width: 616px;
    color: #E1E1E1;
}

.feedback--v2 .feedback__form .text-field {
    margin-right: 0;
}

.feedback__snippet {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    max-width: 616px;
    margin: 0 auto 24px;
    color: #7D7D7D;
}

.feedback--v2 .feedback__title {
    margin-bottom: clamp(20px, 2vw, 24px);
    color: #FFFFFF;
}

.feedback__cta {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.feedback__cta .button {
    width: fit-content;
}

.feedback__sep {
    display: flex;
    justify-content: center;
    margin: clamp(32px, 3vw, 40px) 0;
    position: relative;
    line-height: 1;
    font-size: clamp(14px, 2vw, 16px);
}

.feedback__sep:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #4D4D4D;
    position: absolute;
    left: 0;
    top: 60%;
}

.feedback__sep span {
    display: inline-flex;
    background: #1c1c1c;
    position: relative;
    z-index: 2;
    padding: 0 8px;
}

.feedback--v2 ._discla {
    max-width: 488px;
    margin: 0 auto !important;
}

.inputs--v2 .feedback__form-container {
    gap: clamp(8px, 2vw, 16px);
}

.inputs--v2 .text-field__container {
    border-radius: 4px;
}

.inputs--v2 .text-field__container span {
    left: 4px;
}

.inputs--v2 .text-field__container input,
.inputs--v2 .text-field__container textarea {
    border-top: solid 23px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
    .inputs--v2 .text-field__container input,
    .inputs--v2 .text-field__container textarea {
        border-top: solid 20px rgba(0, 0, 0, 0);
        font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }

    .inputs--v2 .text-field__container input:not(:focus):placeholder-shown + span,
    .inputs--v2 .text-field__container textarea:not(:focus):placeholder-shown + span {
        font-size: 14px;
        line-height: 35px;
    }

    .inputs--v2 .text-field__reset {
        top: 18px;
    }

    .inputs--v2 .button {
        padding: 14px 24px !important;
        font-size: 14px;
    }

    .inputs--v2 .button .button__icon,
    .inputs--v2 .button .loading_wellgit {
        max-width: 20px;
    }

    .inputs--v2 .feedback__form-container {
        margin-bottom: 24px;
    }
}


.cpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 44444;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(59, 59, 59, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.show-cdleave {
    overflow: hidden;
}

.show-cdleave .cpopup {
    opacity: 1;
    visibility: visible;
}

.cdleave {
    padding: clamp(20px, 3vw, 32px) clamp(16px, 4vw, 68px) clamp(20px, 3vw, 48px);
    background: #1C1C1C;
    max-width: min(623px, 100vw);
    position: relative;
    max-height: 94dvh;
    overflow: auto;
    box-sizing: border-box;
}

.cdleave__close {
    cursor: pointer;
    background: transparent;
    border: 0;
    top: clamp(8px, 3vw, 48px);
    left: clamp(8px, 3vw, 48px);
    position: absolute;
    display: inline-flex;
    padding: 0;
}

.cdleave__grid {
    display: grid;
    grid-template-columns: repeat( 2, minmax(0, 1fr) );
    gap: clamp(24px, 4vw, 64px);
}

.cdleave__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.cdleave__title {
    margin-top: clamp(10px, 2vw, 16px);
    color: #fff;
    margin-bottom: 16px;
}

.cdleave__form {
    padding: 0;
    margin-bottom: 40px;
}

.cdelave__save {
    color: var(--text-brand, #F7D3AC);
    margin-bottom: 56px;
}

.cdleave .feedback__sep {
    margin: 32px 0;
}

.cticket__content {
    background: #121212;
    padding: clamp(20px, 3vw, 34px) clamp(24px, 3.5vw, 48px);
}

.cticket {
    border-radius: 8px;
    overflow: hidden;
}

.cticket__image {
    position: relative;
}

.cticket__image:after {
    content: '';
    height: 100%;
    background: linear-gradient(181.07deg, rgba(18, 18, 18, 0) 40.72%, #121212 99.09%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cticket__image img {
    max-width: 100%;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.cticket__row {
    display: grid;
    grid-template-columns: repeat( 2, minmax(0, 1fr) );
    gap: clamp(16px, 3vw, 26px) clamp(18px, 3vw, 32px);
}

.cticket__title {
    margin-bottom: 8px;
}

.cticket__label {
    background: #F7D3AC;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #1C1C1C;
}

.cticket__sale {
    display: block;
    margin-bottom: 10px;
}

.cdleave .search-result__call-chekb {
    display: flex;
    position: relative;
    width: fit-content !important;
    min-width: unset;
    margin: 0 auto;
}

.cdleave .search-result__call-chekb .chekbo {
    width: fit-content !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--text-secondary);
    white-space: nowrap;
}

@media screen and (max-width: 992px) {
    .cticket__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .cticket__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cdleave__grid {
        grid-template-columns: 1fr;
    }
}

.deals__header + .selectors--v2 ._tms_select input {
    display: none !important;
}

.deals__header + .selectors--v2 .ts-control {
    display: block;
}

body .main .deals__header + .selectors--v2 .item {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.pb-0 {
    padding-bottom: 0;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (width <= 920px) {
    .swiper-deals .swiper-wrapper,
    .swiper-reviews .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto !important;
        transform: unset !important;
    }

    .swiper-deals .swiper-wrapper .swiper-slide,
    .swiper-reviews .swiper-wrapper .swiper-slide {
        margin: 0 !important;
        width: auto !important;
    }
}