.header_site,
.footer_site {
    display: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'Work Sans', sans-serif;;
}

.link_green {
    color: var(--rootone-color-13);
}

.btn {
    min-width: 135px;
    padding: 12px 10px 14px;
    font-size: 14px;
    font-weight: 600;
}

.header_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 21px 0 17px;
    background: var(--rootone-color-12);
    transition: 0.3s all;
    z-index: 4;
}

.header_page .container {
    max-width: 1342px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 10px;
}

.header_page__logo img {
    max-width: 172px;
    width: 100%;
    transition: 0.3s all;
}

.header_page .btn_green:hover {
    color: var(--rootone-color-12);
    border-color: #fff;
    background: #fff;
}

.btn_green:hover {
    color: #fff;
    border-color: var(--rootone-color-12);
    background: var(--rootone-color-12);
}

.btn_pink:hover {
    color: #fff;
    border-color: var(--rootone-color-13);
    background: var(--rootone-color-13);
}

.s_headline__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 88%;
    color: var(--rootone-color-12);
    text-transform: uppercase;
}

.banner {
    position: relative;
    height: 100vh;
    min-height: 700px;
    padding: 108px 0 108px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.banner--title {
    font-size: 56px;
    line-height: 88%;
    text-transform: uppercase;
    color: #fff;
}

.s-card {
    padding: 0 0 67px;
}

.s-card .container {
    max-width: 1360px;
}

.card-box {
    position: relative;
    margin-top: -64px;
    padding: 38px 15px;
    border-radius: 20px;
    border: 2px solid var(--rootone-color-13);
    box-shadow: 0px -1px 24px 2px rgba(43, 157, 0, 0.5);
    background: #fff;
    z-index: 2;
}

.card-box--title {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -1.3px;
    text-transform: uppercase;
    color: var(--rootone-color-12);
}

.card-box--sub-title {
    font-size: 18px;
    line-height: 100%;
}

.card-box--text--description {
    height: 192px;
    overflow-y: auto;
}

.card-box--text--description::-webkit-scrollbar {
    width: 3px;
}

.card-box--text--description::-webkit-scrollbar-thumb {
    border-radius: 3px 3px 3px 3px;
    background: #4f4f4f;
}

.card-box--text--description::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 3px 3px 3px 3px;
    background-clip: padding-box;
    box-shadow: none;
}

.card-box--text--description p {
    font-size: 14px;
    line-height: 20px;
}

.card-box .btn_box {
    margin-top: 32px;
    display: flex;
    grid-column-gap: 24px;
}

.card-box--info--table {
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 9px;
    grid-column-gap: 51px;
    margin-top: 30px;
    padding: 29px 18px 28px 20px;
    color: #fff;
    border-radius: 36px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--rootone-color-12);
}

.cards_works__card--title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.cards_works__card--txt p {
    font-size: 16px;
    line-height: 27px;
}

.container {
    max-width: 1350px;
}

.s-trip {
    padding: 60px 0 50px;
}

.trips_slider {
    margin-top: 50px;
}

.trips_card {
    border-radius: 12px;
    border: 2px solid var(--rootone-color-12);
    overflow: hidden;
    transition: 0.3s all;
}


.trips_card:hover {
    background: var(--rootone-color-12);
}

.trips_card--img {
    position: relative;
    padding-top: 59%;
    overflow: hidden;
}

.trips_card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}

.trips_card:hover img {
    transform: scale(1.1);
}

.trips_card__txt {
    text-align: center;
}


.trips_card--title {
    margin-bottom: 11px;
    font-size: 25px;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s all;
}

.trips_card:hover .trip_card__content p,
.trips_card:hover .trips_card--title a {
    color: #fff;
}

.trips_card__txt {
    padding: 26px 40px 27px;
}

.trip_card__content p {
    font-size: 16px;
    line-height: 21px;
    transition: 0.3s all;
}

.trips_slider .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 15px;
}


.swiper-pagination:not(.swiper-pagination-bullets) {
    display: none;
}

.trips_slider .swiper-pagination-bullet {
    margin: 0 7px !important;
    background: #cccccc;
    opacity: 1;
}

.trips_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4f4f4f;
}

.s-trip .btn_box {
    text-align: center;
}

.s-trip .btn_box {
    margin-top: 46px;
    display: flex;
    grid-column-gap: 24px;
    justify-content: center;
}

.s-voucher {
    padding: 50px 0 0;
}

.voucher {
    display: flex;
    padding: 33px 33px 32px;
    border-radius: 20px;
    border: 2px solid var(--rootone-color-13);
}

.voucher--title {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 100%;
}

.voucher--description p {
    font-size: 16px;
    line-height: 21px;
}

.lead_form_wrap .s_headline {
    margin-bottom: 47px;
}

.wave-top-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--rootone-color-12);
    z-index: -1;
}

.wave-top-box::before {
    height: 100px;
}

.wave-top-box svg {
    top: 100px;
}

.s-form {
    padding-top: 100px;
}

.s-form--title {
    font-size: 31px;
    line-height: 40px;
    color: var(--rootone-color-12);
}

.s-form .s_headline__description {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.lead_form_wrap {
    border: 2px solid rgba(117, 117, 117, 1);
}

.code_form__jep .wFormContainer .actions .primaryAction {
    border-color: var(--rootone-color-12);
    background: var(--rootone-color-12);
}

.code_form__jep .wFormContainer .actions .primaryAction:hover {
    color: #fff;
    border-color: var(--rootone-color-13);
    background: var(--rootone-color-13);
}

.footer_page {
    padding: 152px 0 86px;
    text-align: center;
    background: var(--rootone-color-12);
}

.footer_page__logo img {
    max-width: 161px;
}

.page-id-5480 .card-box--title,
.page-id-5480 .s_headline__title,
.page-id-5480 .s-form--title {
    color: #000;
}

.trips_card:not(:hover) .trips_card--title {
    color: var(--rootone-color-13);
}

.page-id-5480 .trips_card:not(:hover) .trips_card--title,
.page-id-5480 .trips_card:not(:hover) .trips_card--title a {
    color: var(--rootone-color-17);
}

.page-id-5480 .header_page,
.page-id-5480 .card-box::before,
.page-id-5480 .trips_card:hover,
.page-id-5480 .wave-top-box,
.page-id-5480 .footer_page {
    background: var(--rootone-color-16);
}

.page-id-5480 .card-box--info--table {
    background: var(--rootone-color-17);
}

.page-id-5480 .card-box {
    box-shadow: 0 -1px 24px 2px rgba(229, 136, 82, 1);
}

.page-id-5480 .card-box,
.page-id-5480 .trips_card {
    border-color: var(--rootone-color-16);
}

.page-id-5480 .voucher {
    border-color: var(--rootone-color-17);
}

.page-id-5480 .btn_green {
    background: var(--rootone-color-17);
    border-color: var(--rootone-color-17);
}

.page-id-5480 .btn_green:hover {
    color: var(--rootone-color-17);
    background: #fff;
    border-color: var(--rootone-color-17);
}

.page-id-5480 .btn_pink,
.page-id-5480 .code_form__jep .wFormContainer .actions .primaryAction {
    background: var(--rootone-color-16);
    border-color: var(--rootone-color-16);
}

.page-id-5480 .btn_pink:hover,
.page-id-5480 .code_form__jep .wFormContainer .actions .primaryAction:hover {
    color: var(--rootone-color-16);
    background: #fff;
    border-color: var(--rootone-color-16);
}


/* */
.page-id-5533 .header_page,
.page-id-5533 .trips_card:hover,
.page-id-5533 .wave-top-box,
.page-id-5533 .footer_page,
.page-id-5533 .card-box--info--table {
    background: #643F26;
}

.page-id-5533 .voucher {
    border-color: #643F26;
}

.page-id-5533 .card-box::before {
    background: #F68C1F;
}

.page-id-5533 .card-box,
.page-id-5533 .trips_card {
    border-color: #F68C1F;
}

.page-id-5533 .card-box {
    box-shadow: 0 -1px 24px 2px rgb(246, 140, 31);
}

.page-id-5533 .card-box--title,
.page-id-5533 .s_headline__title,
.page-id-5533 .trips_card:not(:hover) .trips_card--title a,
.page-id-5533 .s-form--title {
    color: #643F26;
}

.page-id-5533 .header_page .btn_green {
    color: #643F26;
    border-color: #fff;
    background: #fff;
}

.page-id-5533 .header_page .btn_green:hover {
    color: #fff;
    border-color: #F68C1F;
    background: #F68C1F;
}

.page-id-5533 .card-box--text .btn_pink,
.page-id-5533 .s-trip .container > .btn_box .btn_pink,
.page-id-5533 .code_form__jep .wFormContainer .actions .primaryAction {
    border-color: #F68C1F;
    background: #F68C1F;
}

.page-id-5533 .s-trip .container > .btn_box .btn_pink:hover,
.page-id-5533 .card-box--text .btn_pink:hover,
.page-id-5533 .code_form__jep .wFormContainer .actions .primaryAction:hover {
    border-color: #643F26;
    background: #643F26;
}

.page-id-5533 .s-trip .container > .btn_box .btn_green,
.page-id-5533 .s-trip .s_headline .btn_pink,
.page-id-5533 .card-box--text .btn_green {
    border-color: #643F26;
    background: #643F26;
}

.page-id-5533 .s-trip .container > .btn_box .btn_green:hover,
.page-id-5533 .s-trip .s_headline .btn_pink:hover,
.page-id-5533 .card-box--text .btn_green:hover {
    border-color: #F68C1F;
    background: #F68C1F;
}

.page-id-5533 .card-box--text--description a {
    color: #F68C1F;
}

@media (min-width: 992px) {
    .btn {
        min-width: 204px;
        padding: 13px 26px 17px;
        font-size: 14px;
    }

    .header_page.sticky .header_page__logo img {
        max-width: 200px;
    }


    .header_page__logo img {
        max-width: 383px;
        max-height: 80px;
    }

    .header_page .btn {
        min-width: 177px;
        padding: 11px 26px 13px;
    }

    .s_headline__title {
        font-size: 60px;
        line-height: 88px;
    }

    .s-form--title {
        font-size: 50px;
        line-height: 87px;
    }

    .banner {
        padding: 100px 0 199px;
    }

    .banner--title {
        font-size: 90px;
        line-height: 88%;
    }

    .s-card {
        padding: 0 0 40px;
    }

    .card-box {
        margin-top: -144px;
        display: flex;
        justify-content: space-between;
        padding: 110px 99px;
        border-width: 4px;
    }

    .card-box::before {
        content: "";
        position: absolute;
        top: 24%;
        left: 57.5%;
        width: 4px;
        height: 52%;
        border-radius: 4px;
        background: var(--rootone-color-13);
    }

    .card-box--text {
        width: 54%;
    }

    .card-box--info {
        width: 35.5%;
    }

    .voucher--title,
    .card-box--title {
        font-size: 50px;
        line-height: 100%;
        letter-spacing: -1.1px;
    }

    .card-box--title {
        margin-bottom: 7px;
    }

    .card-box--sub-title,
    .card-box--text--description p,
    .voucher--description p {
        font-size: 20px;
        line-height: 28px;
    }

    .trip_card__content p {
        font-size: 20px;
        line-height: 24px;
    }

    .card-box--text--description {
        height: 228px;
        padding: 26px 26px 0 0;
    }

    .card-box .btn_box {
        margin-top: 46px;
        grid-column-gap: 16px;
    }

    .card-box--info--table {
        display: grid;
        grid-template-columns: 20% 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 17px;
        grid-column-gap: 51px;
        margin-top: 26px;
        padding: 44px 18px 49px 36px;
    }

    .cards_works__card--title,
    .cards_works__card--txt p {
        font-size: 20px;
        line-height: 26px;
    }

    .cards_works__card--txt {
        padding-top: 3px;
    }

    .s-trip {
        padding: 61px 0 60px;
    }

    .no-swiper .swiper-wrapper {
        grid-column-gap: 36px;
        transform: none !important;
    }
    .no-swiper .swiper-slide {
        width: auto !important;
        flex: 1 1 100%;
        flex-shrink: unset;
    }

    .trips_slider .swiper-slide {
        height: initial;
    }

    .trips_slider .trips_card {
        height: 100%;
        border-width: 4px;
    }

    .s-trip .btn_box {
        margin-top: 50px;
        grid-column-gap: 30px;
    }

    .trips_card__txt {
        padding: 57px 45px 53px;
    }

    .trips_card--title {
        margin-bottom: 21px;
        font-size: 32px;
        line-height: 100%;
    }

    .s-voucher {
        padding: 39px 0 0;
    }

    .voucher {
        grid-column-gap: 47px;
        padding: 63px 73px 62px;
        border-width: 4px;
    }

    .voucher--logo {
        width: 174px;
        margin-top: 9px;
    }

    .voucher--text {
        flex: 1 1 0;
    }

    .voucher--title {
        margin-bottom: 31px;
    }

    .footer_page {
        padding: 103px 0 91px;
    }

    .page-id-5533 .footer_page {
        padding: 0 0 91px;
    }

    .footer_page__logo img {
        max-width: 343px;
    }
}

@media (max-width: 991px) {

    .card-box--text {
        position: relative;
        margin-bottom: 38px;
        padding: 0 18px 42px;
    }

    .card-box--text::before {
        content: "";
        position: absolute;
        left: 16px;
        bottom: 0;
        width: calc(100% - 32px);
        height: 3px;
        border-radius: 4px;
        background: var(--rootone-color-13);
    }

    .page-id-5533 .card-box--text::before {
        background: #F68C1F;
    }

    .card-box--text--description {
        margin-top: 30px;
        padding-right: 22px;
    }

    .card-box--info .card-box--title {
        padding-left: 20px;
    }

    .s-trip .s_headline .btn_box {
        margin-top: 33px;
    }

    .voucher {
        grid-row-gap: 17px;
        align-items: center;
        flex-direction: column;
    }

    .voucher--logo img {
        max-width: 111px;
    }

    .wave-top-box::before {
        height: 127px;
    }

    .lead_form_wrap .code_form__jep .wFormContainer .actions .primaryAction {
        min-width: 135px;
        padding: 8px 10px 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .card-box .btn_box {
        flex-direction: column;
        grid-row-gap: 16px;
    }
}