.offer-single-section {
    padding: 64px 0
}

.offer-single-section .single-offer-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.offer-menu-column {
    background-color: var(--Color-4);
    width: calc(26% - 16px);
}

.offer-wrapper {
    width: calc(74% - 16px);
}

@media (min-width:1500px) {
    .offer-single-section .single-offer-row {
        gap: 100px;
    }

    .offer-menu-column {
        background-color: var(--Color-4);
        width: calc(26% - 50px);
    }

    .offer-wrapper {
        width: calc(74% - 50px);
    }
}

@media(max-width:1399.98px) {
    .offer-single-section .secondary-box {
        margin: .5rem 0 2rem;
        padding: 2rem
    }
}

@media(max-width:991.98px) {
    .offer-single-section .secondary-box {
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 3rem 2rem 3.7rem
    }

    .offer-single-section .secondary-box>* {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767.98px) {
    .offer-single-section .secondary-box {
        padding: 1.5rem 2rem
    }
}

.offer-single-section .secondary-box .d-flex {
    gap: 4rem
}

.offer-single-section .secondary-box .secondary-box-heading h4 {
    font-weight: 700;
    line-height: 3.5rem;
    margin: 0;
    padding-bottom: .5rem;
    padding-top: 1px
}

@media(max-width:991.98px) {
    .offer-single-section .secondary-box .secondary-box-heading h4 {
        padding-bottom: 0;
        padding-top: 0
    }
}

@media(max-width:767.98px) {
    .offer-single-section .secondary-box .secondary-box-heading h4 {
        font-size: 16px;
        line-height: 2rem
    }
}

.offer-single-section .secondary-box .secondary-box-heading p {
    font-weight: 500;
    padding-bottom: .5rem
}

@media(max-width:991.98px) {
    .offer-single-section .secondary-box .secondary-box-heading p {
        display: none
    }
}

@media(max-width:1199.98px) {
    .offer-single-section .row>* {
        padding-left: 0;
        padding-right: 0
    }
}

.offer-single-section aside {
    display: flex;
    flex-direction: column;
}

@media(max-width:1199.98px) {
    .offer-single-section aside {
        padding: 0
    }
}

.offer-single-section aside h4 {
    margin: 0
}

.offer-single-section aside .offer-aside-main-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.6rem;
    padding: 0 2rem 3rem
}

@media(max-width:1199.98px) {
    .offer-single-section aside .offer-aside-main-title {
        order: 2;
        padding-top: 3rem
    }

    .offer-single-section aside .aside-footer {
        order: 1
    }
}

@media(max-width:1199.98px) {
    .offer-single-section aside .offer-aside-box {
        order: 3;
        padding: 1rem 0
    }

    .offer-single-section aside .offer-aside-box:last-child {
        border-bottom: 0
    }
}

.offer-aside-box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 16px 0;
}

.offer-aside-box-summary {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.offer-aside-box-inner>div {
    width: auto;
    text-align: left;
    flex: 1 auto;
}

.offer-tabs-single .offer-aside-box-inner>div {
    text-align: center;
}

@media(max-width:1199.98px) {
    .offer-single-section aside .offer-aside-box .offer-aside-box-inner.offer-aside-box-child {
        flex-direction: column
    }
}

.offer-single-section aside .offer-aside-items-row {
    gap: 16px;
}

.offer-single-section aside .offer-aside-items-row .offer-aside-item {
    border: 1px solid var(--Color-3);
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 8px 16px;
}

.offer-single-section aside .offer-aside-box-inner-title h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0
}

.offer-single-section aside .offer-aside-box-summary .price-old {
    font-size: 14px;
    text-decoration: line-through
}

.offer-single-section aside .offer-aside-box-persons input::-webkit-inner-spin-button,
.offer-single-section aside .offer-aside-box-persons input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter .repeater-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media(max-width:1199.98px) {
    .offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter {
        gap: 24px;
    }
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter span {
    cursor: pointer
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter span.offer-minus,
.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter span.offer-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter span.offer-minus {
    background-color: var(--Color-4);
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter span.offer-plus {
    background-color: var(--Color-2)
}

.offer-single-section aside .offer-aside-box-persons input {
    -moz-appearance: textfield;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    max-width: 20px;
    outline: 0;
    pointer-events: none;
    text-align: center;
    background-color: transparent;
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 700;
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter-item {
    align-items: center;
    display: flex;
    font-weight: 600;
    gap: 10px;
}

.offer-single-section aside .offer-aside-box-persons .offer-aside-box-counter-item>div {
    max-width: 16px;
    min-width: 16px;
    width: 100%
}

.offer-single-section aside .offer-aside-box-persons .select2-container--default .select2-selection--single {
    height: 40px
}

.offer-single-section aside .offer-aside-box-persons .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 120px;
    min-width: 120px;
    padding: 6px 12px;
}

.offer-single-section aside .offer-aside-box-persons .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px
}

@media(max-width:1199.98px) {
    .offer-single-section aside .offer-aside-title {
        width: 100%
    }
}

.offer-single-section aside .offer-aside-title h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;
}

@media(max-width:1199.98px) {
    .offer-single-section aside .offer-aside-title h6 {
        font-size: 16px;
        padding-bottom: 0
    }
}

.offer-single-section aside .offer-aside-box-filter {
    margin-top: 8px;
}

.offer-single-section aside .offer-aside-box-filter .btn {
    width: 100%;
}

.offer-single-section aside .offer-aside-box-filter .offer-aside-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 32px;
}

.offer-single-section aside .select2.select2-container {
    display: block;
    max-width: auto;
    min-width: auto
}

.offer-single-section .select2.select2-container {
    display: block;
    max-width: 280px;
    min-width: 280px;
    width: 100% !important
}

.offer-single-section .select2.select2-container .selection {
    display: block
}

.offer-single-section .select2-container--default .select2-selection--single {
    background: #fff;
    border: 0;
    border-radius: 0;
    /* height: 54px; */
    transition: border .3s ease
}

.offer-single-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Color-1);
    font-size: 16px;
    font-weight: 600;
    padding: 16px 24px;
}

.offer-single-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .3s ease;
    width: auto
}

.offer-single-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: auto
}

.offer-single-section .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    background-image: url(../images/chevron-down.svg);
    content: "";
    display: block;
    height: 1rem;
    width: 16px;
}

.offer-single-section .select2-container--default.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg)
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single-desktop .offer-title-icon {
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.5rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single-desktop .offer-title-icon img {
    max-width: 3.5rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    list-style-type: none
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags {
        display: none
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags .offer-tag {
    align-items: center;
    cursor: default;
    display: flex;
    font-weight: 1.8rem;
    font-weight: 700;
    gap: 10px;
    line-height: 2.7rem;
    padding: .9rem 3rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags .offer-tag.offer-tag-gray {
    background-color: #b8b8b8
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags .offer-tag.offer-tag-green {
    background-color: #10ce75
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags .offer-tag.offer-tag-pink {
    background-color: #e94879;
    color: #fff
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags .offer-tag.offer-tag-primary {
    background-color: var(--Color-3);
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-tags .offer-tag.offer-tag-secondary {
    background-color: var(--Color-1);
    color: #fff
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper {
    width: 100%
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-rating {
    display: flex;
    align-items: center;
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-title h1 {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.803px;
    text-transform: uppercase;
    padding: 32px 0;
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-subtitle p {
    font-size: 16px;
    line-height: 2.2rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-description-title-box-wrapper {
    gap: 3rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-description-title-box-wrapper .offer-description-title-box {
    flex-grow: 1
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-description-title-box-wrapper .offer-description-title-box>p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 2rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-middle-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    margin-top: 1rem;
    padding-left: 2.7rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-middle-list li {
    font-size: 16px;
    position: relative
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-middle-list li:before {
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 1.2rem;
    left: -2.6rem;
    position: absolute;
    top: .4rem;
    width: 1.6rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-check {
    margin-top: auto
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-check .btn {
    border-radius: 0;
    font-size: calc(1.285rem + .42vw);
    font-weight: 600;
    line-height: 1.8rem;
    padding: 1rem;
    text-align: center;
    width: 100%
}

@media(min-width:1200px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-middle-wrapper .offer-check .btn {
        font-size: 16px
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li {
    border: 1px solid #c9c9c9;
    border-bottom-color: #fff;
    height: auto;
    transition: border .3s ease;
    width: 16.66666666%
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li {
        width: 25%
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li.active,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li:focus-visible,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li:hover {
    border-color: #fff
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li a {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 2rem;
    padding: .7rem 1rem;
    text-align: center;
    width: 100%
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-header ul li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper {
    background-color: #fff
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content {
    display: none;
    padding: 2rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content img {
    max-width: 100%;
    height: auto !important;
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .text-module .column {
    display: flex;
    flex-direction: column
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content {
        background-color: #fff;
        padding: 1rem .5rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content.tab-active {
    display: block
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content p {
    margin-bottom: 1rem
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content p {
        font-size: 1.4rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ol li {
    font-size: 16px;
    line-height: 1.8rem;
    position: relative
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ol li {
        font-size: 1.4rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 2rem;
    padding-left: 2.7rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ul li {
    font-size: 16px;
    line-height: 1.8rem;
    position: relative
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ul li {
        font-size: 1.4rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ul li:before {
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 1.2rem;
    left: -2.6rem;
    position: absolute;
    top: .4rem;
    width: 1.6rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content ul.offer-tab-list-not-available li:before {
    background-image: url(../images/icon-close-secondary.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 1.2rem;
    left: -2.6rem;
    position: absolute;
    top: .4rem;
    width: 1.2rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h1,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h2,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h3,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h4,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h5,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h6 {
    margin: 4rem 0 1rem
}

@media(max-width:1199.98px) {

    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h1,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h2,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h3,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h4,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h5,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h6 {
        margin: 2.5rem 0 1rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content h6 {
    font-size: 1.8rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content>img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto !important;
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex {
    gap: 2.2rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex img,
.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex a.offer-img {
    max-width: 31.65234001%;
    width: 100%;
    width: auto;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex a.offer-img img {
    max-width: 100%;
    padding: 0;
}

@media(max-width:1399.98px) {

    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex a.offer-img,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex img {
        max-width: 31.47679324%
    }
}

@media(max-width:991.98px) {

    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex a.offer-img,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex img {
        max-width: 48.68073878%;
        padding: 0
    }
}

@media(max-width:767.98px) {

    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex a.offer-img,
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex img {
        max-width: 100%;
        padding: 0 4rem
    }
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content div.d-flex {
        gap: 2rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper {
    padding: 3rem 0 0
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-hotel-swiper {
    margin: 0 4.1rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-hotel-swiper .swiper-wrapper .swiper-slide {
    padding-left: .5rem;
    padding-right: .5rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-hotel-swiper .offer-tab-content-slide-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 51%
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .offer-tab-content-slide-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 52.75%
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .swiper-button-prev {
    height: 7.4rem;
    left: .5rem;
    margin: 0 auto;
    width: 6.2rem
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .swiper-button-prev {
        height: 4.4rem;
        width: 3.2rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .swiper-button-prev:after {
    background-image: url(../images/angle-left-primary.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: inherit;
    position: absolute;
    width: inherit
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .swiper-button-next {
    height: 7.4rem;
    margin: 0 auto;
    right: .5rem;
    width: 6.2rem
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .swiper-button-next {
        height: 4.4rem;
        width: 3.2rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper.offer-tab-content-swiper .swiper-button-next:after {
    background-image: url(../images/angle-right-primary.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: inherit;
    position: absolute;
    width: inherit
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper .swiper-pagination-bullet {
    background-color: #fff;
    height: 1.4rem;
    transition: background .3s ease;
    width: 1.4rem
}

@media(max-width:1199.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper .swiper-pagination-bullet {
        height: 1rem;
        width: 1rem
    }
}

@media(max-width:767.98px) {
    .offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper .swiper-pagination-bullet {
        height: .7rem;
        width: .7rem
    }
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--Color-3);
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .offer-tab-content-hotel-swiper-outer {
    margin-top: 3rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .offer-tab-content-hotel-swiper-outer .swiper {
    padding-top: 0
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .offer-tab-content-hotel-swiper-outer .swiper-button-prev {
    height: 3rem;
    left: 0;
    width: 2.4rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .offer-tab-content-hotel-swiper-outer .swiper-button-prev:after {
    background-image: url(../images/angle-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 3rem;
    position: absolute;
    width: 2.4rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .offer-tab-content-hotel-swiper-outer .swiper-button-next {
    height: 3rem;
    right: 0;
    width: 2.4rem
}

.offer-single-section .offer-wrapper .offer-wrapper-single .offer-single .offer-tab-wrapper .offer-tab-content-wrapper .offer-tab-content .offer-tab-content-hotel-swiper-outer .swiper-button-next:after {
    background-image: url(../images/angle-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 3rem;
    position: absolute;
    width: 2.4rem
}

.offer-single-section .aside-footer .offer-aside-box-inner-title {
    margin-bottom: 2rem
}

.offer-single-section .aside-footer .offer-aside-box-inner-title h5 {
    color: var(--Color-1);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.6rem
}

.offer-single-section .aside-footer .offer-aside-footer-box {
    gap: 1.5rem
}

.offer-single-section .aside-footer .offer-aside-footer-box .offer-aside-footer-box-single {
    color: var(--Color-1);
    gap: .5rem
}

.offer-single-section .aside-footer .offer-aside-footer-box .offer-aside-footer-box-single img {
    max-width: 4rem
}

.offer-single-section .aside-footer .offer-aside-footer-box .offer-aside-footer-box-single h6 {
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 2rem;
    margin: 0
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in,
.fade.show {
    opacity: 1
}

.modal-backdrop {
    background-color: var(--Color-1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10010
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .6
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

#offer_single_modal.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10020;
    margin-top: 4rem !important
}

#offer_single_modal .modal-flex {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh
}

#offer_single_modal .modal-dialog {
    border: 1px solid var(--Color-1);
    margin-bottom: 32px;
    margin-top: 0;
    position: relative;
    width: 1170px
}

@media(max-width:1399.98px) {
    #offer_single_modal .modal-dialog {
        width: 75%
    }
}

#offer_single_modal .modal-dialog .modal-body-main-photo {
    margin-bottom: 24px;
}

@media(max-width:575.98px) {
    #offer_single_modal .modal-dialog .modal-body-main-photo {
        margin-bottom: 0
    }
}

#offer_single_modal .modal-dialog .modal-body-main-photo .modal-body-main-photo-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40.75%;
    width: 100%
}

@media(max-width:1399.98px) {
    #offer_single_modal .modal-dialog .modal-body-main-photo .modal-body-main-photo-thumb {
        padding-bottom: 46.25%
    }
}

#offer_single_modal .modal-dialog .modal-offer-content-swiper .modal-offer-content-slide-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid transparent;
    padding-bottom: 40.75%;
    width: 100%
}

@media(max-width:1399.98px) {
    #offer_single_modal .modal-dialog .modal-offer-content-swiper .modal-offer-content-slide-thumb {
        padding-bottom: 46.25%
    }
}

@media(max-width:575.98px) {
    #offer_single_modal .modal-dialog .modal-offer-content-swiper .modal-offer-content-slide-thumb {
        display: none
    }
}

#offer_single_modal .modal-dialog .swiper-slide-active .modal-offer-content-slide-thumb {
    border-color: #152d34
}

#offer_single_modal .swiper-button-prev {
    height: 64px;
    left: -70px;
    width: 64px
}

#offer_single_modal .swiper-button-prev:after {
    background-image: url(../images/icon-modal-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 64px;
    position: absolute;
    width: 64px
}

#offer_single_modal .swiper-button-next {
    height: 64px;
    right: -70px;
    width: 64px
}

#offer_single_modal .swiper-button-next:after {
    background-image: url(../images/icon-modal-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 64px;
    position: absolute;
    width: 64px
}

#offer_single_modal .modal-content {
    background: #fff;
    color: var(--Color-1);
    padding: 4rem;
    position: relative
}

@media(max-width:991.98px) {
    #offer_single_modal .modal-content {
        padding: 1.5rem
    }
}

#offer_single_modal .modal-close {
    background: transparent;
    background: url(../images/icon-modal-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 64px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%) translateX(50%);
    transition: transform .3s ease;
    width: 64px;
    z-index: 1
}

#offer_single_modal .modal-close:hover {
    transform: translateY(-50%) translateX(50%) rotate(90deg)
}

.select2-container .select2-dropdown {
    background: #fff;
    border: 0;
    border-radius: 0;
    z-index: 1001
}

.select2-container .select2-dropdown .select2-results__options {
    max-height: 32rem
}

.select2-container .select2-dropdown.offer-sort-dropdown .select2-results__options .select2-results__option {
    color: var(--Color-1);
    padding: 1.6rem 2rem;
    position: relative;
    transition: background .3s ease, color .3s ease
}

.select2-container .select2-dropdown.offer-sort-dropdown .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
    background-color: var(--Color-1);
    color: #fff
}

.select2-container .select2-dropdown.offer-sort-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background: var(--Color-3);
    color: #152d34
}

.select2-container .select2-dropdown.offer-age-dropdown .select2-results__options .select2-results__option {
    color: var(--Color-1);
    padding: .6rem 2rem;
    position: relative;
    transition: background .3s ease, color .3s ease
}

.select2-container .select2-dropdown.offer-age-dropdown .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
    background-color: var(--Color-1);
    color: #fff
}

.select2-container .select2-dropdown.offer-age-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background: var(--Color-3);
    color: #152d34
}

.select2-container .select2-dropdown.offer-location-dropdown .select2-results__options .select2-results__option {
    color: var(--Color-1);
    padding: 1.6rem 2rem;
    position: relative;
    transition: background .3s ease, color .3s ease
}

.select2-container .select2-dropdown.offer-location-dropdown .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
    background-color: var(--Color-1);
    color: #fff
}

.select2-container .select2-dropdown.offer-location-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background: var(--Color-3);
    color: #152d34
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.video-default {
    margin: 32px 0;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.video-default>.video-thumbnail {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    z-index: 2
}

.video-default>.video-frame {
    z-index: 1
}

.video-default .video-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video-default .video-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 34px;
    left: 50%;
    opacity: 0;
    outline: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: opacity .3s ease, transform .3s ease;
    width: 48px;
    z-index: 1
}

.video-default .video-button:after,
.video-default .video-button:before {
    background-color: transparent;
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.video-default .video-button:before {
    background-image: url(../images/yt-play.svg)
}

.video-default .video-loader>.loader-spinner {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 64px;
    padding: 16px;
    width: 64px
}

.video-default .video-loader>.loader-spinner:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border-color: #152d34 transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 32px;
    width: 32px
}

.video-default iframe,
.video-default>.video-frame,
.video-default>.video-thumbnail {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-default.is-init .video-button {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1)
}

/*  */

.offer-description-title-image {
    line-height: 0.8;
}

.offer-description-title-image-thumb {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.offer-sidebar {
    padding: 48px;
}

.offer-sidebar .offer-title {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-transform: uppercase;
}

.offer-sidebar .offer-title {
    padding: 0 0 12px;
}

.offer-tag,
.offer-last-rooms {
    color: #AC6363;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 100%;
    border: 1px solid #AC6363;
    background: rgba(172, 99, 99, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 12px 0 8px;
}

/* .offer-tag {
    border-color: #222;
} */

.offer-sidebar .offer-description {
    padding: 0;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 14.7px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.184px;
}

.offer-sidebar .offer-description:not(:empty) {
    padding: 8px 0;
}

.offer-contact-data {
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    gap: 8px;
}

.offer-contact-data a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-3, #A89968);
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 14.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.184px;
}

.offer-sidebar h3 {
    font-size: 18px;
    color: var(--Color-1, #003);
    font-family: Ysabeau;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
}

.offer-sidebar-date {
    padding: 8px 0;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.offer-date-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.offer-date-wrapper .offer-date-single {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 400;
}

.offer-date-wrapper .offer-date-single span {
    opacity: 0.6;
}

.offer-date-single .single-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-date-single .single-title h4 {
    color: var(--Color-1, #003);
    font-family: Ysabeau;
    font-size: 16px;
    font-weight: 600;
}

.offer-aside-box-persons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-aside-box-persons>p {
    color: var(--Color-1, #003);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.offer-aside-box-summary-table {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.offer-aside-box-table-heading {
    text-align: left;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offer-aside-box-table-text {
    text-align: right;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#summary_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#summary_container hr {
    width: 100%;
}

.offer-tabs-single .offer-tabs-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.offer-tab-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.offer-tab-wrapper>h3 {
    margin-bottom: 24px;
}

.offer-single hr {
    width: 100%;
}

.offer-location-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.page_single_offer_map {
    width: 100%;
    height: auto;
    aspect-ratio: 760 / 287;
}

.offer-single {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.offer-single .offer-wrapper-subtitle {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 33.1px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.159px;
    text-transform: uppercase;
    width: 100%;
}

.offer-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-weight: 300;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    line-height: 1.77;
}

.offer-description-wrapper .offer-middle-list {
    margin: 0;
    padding: 0 0 0 20px;
}

.offer-quote {
    border-radius: 3px;
    background: var(--Color-4, #F4F4F8);
    padding: 24px;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-weight: 300;
    line-height: 1.77;
}

.offer-quote a {
    color: var(--Color-3, #A89968);
    font-weight: 700;
}

.offer-quote a:hover {
    color: var(--Color-1);
}

.location-icon-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--Color-2, #6E7BB0);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Ysabeau;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 2px 0;
}

.offer-tabs-single {
    display: flex;
    flex-direction: column;
    background-color: var(--Color-4);
    padding: 12px;
}

.offer-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    gap: 16px;
    cursor: pointer;
}

.offer-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Color-1, #003);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.offer-title-wrapper svg {
    max-width: 18px;
    width: 100%;
    height: auto;
}

.offer-title-icon {
    display: flex;
    align-items: center;
    position: relative;
    width: 21px;
    height: 21px;
}

.offer-title-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 21px;
    height: 21px;
    transition: opacity .3s ease;
}

.offer-tabs-single:not(.active) .offer-title-icon .icon-minus {
    opacity: 0;
}

.offer-tabs-single.active .offer-title-icon .icon-plus {
    opacity: 0;
}

.offer-description-wrapper .features-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.offer-description-wrapper .feature-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--Color-1, #003);
    text-align: center;
    font-family: Ysabeau;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    width: 100%;
    max-width: calc(20% - 52px);
}

.offer-description-wrapper .feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background-color: var(--Color-3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-description-wrapper .feature-icon svg {
    min-width: 34px;
    width: 100%;
    max-width: 34px;
    height: auto;
}

@media (max-width:1440px) {
    .offer-sidebar {
        padding: 32px;
    }
}

@media (max-width:1199px) {
    .offer-single-section .single-offer-row {
        flex-wrap: wrap;
    }

    .offer-wrapper,
    .offer-menu-column {
        width: 100%;
    }

    .offer-description-wrapper .features-wrapper {
        gap: 32px;
    }

    .offer-description-wrapper .feature-single {
        max-width: calc(20% - 26px);
    }
}

@media (max-width:768px) {
    .offer-sidebar {
        padding: 24px;
    }

    .offer-description-wrapper .features-wrapper {
        justify-content: center;
    }

    .offer-description-wrapper .feature-single {
        max-width: calc(50% - 16px);
    }
}