.section-intro {
    /* height: calc(100vh - 13.2rem); */
    overflow: hidden;
    position: relative;
    min-height: calc(calc(100vw - 1.2rem) * 1.3 / 3);
    height: auto;
    width: calc(100% - 1.2rem);
    border-radius: 2.4rem;
    margin: 0 auto;
    display: grid;
}
.section-intro .content {
    width: 100%;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.section-intro .swiper {
    width: 100%;
    height: 100%;
}
.section-intro .swiper .swiper-slide {
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.section-intro .swiper .swiper-slide .slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    /* opacity: .9; */
}
.section-intro .banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.section-intro .banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section-intro .banner-bg__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(100%);
}
.section-intro .banner-content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-intro .banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
    padding: 16rem 12rem 12rem;
    position: relative;
    z-index: 100;
    max-width: 110rem;
}
.swiper-slide.text-color-light .banner-text {

}
.swiper-slide.vertical .banner-text {
    padding: 6rem 3.6rem;
}
.section-intro .banner-title {
    font-weight: 400;
    font-size: 7.2rem;
    line-height: 1;
    color: #fff;
}
.section-intro .banner-subtitle {
    font-weight: 200;
    font-size: 2.8rem;
    margin-top: 3.6rem;
    opacity: .7;
    line-height: 1.3;
    color: #fff;
}
.section-intro .banner-description {
    font-weight: 200;
    font-size: 1.8rem;
    margin-top: 3.6rem;
    opacity: .7;
    line-height: 1.3;
    color: #fff;
}
.section-intro .banner-links {
    display: flex;
    gap: 1.2rem;
    margin-top: 7.2rem;
}


/*  */
.section-intro .button-stylized {
    align-items: center;
    padding: 0 3.6rem;
    height: 7rem;
    border-radius: 20rem;
    background-color: #ebdfd0;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    transition: .3s;
}
.section-intro .button-stylized:hover {
    opacity: .7;
}
.section-intro .button-stylized.button-arrow {

}
.section-intro .button-stylized .button__label {
    display: block;
    padding-bottom: .2rem;
    transition: .3s;
    font-weight: 200;
}
.section-intro .button-stylized:hover .button__label {
    color: inherit;
}
.section-intro .button-stylized .button__icon {
    width: 3.6rem;
    height: 3.6rem;
    flex-shrink: 0;
    border-radius: 20rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition: .3s;
    background-color: #fff;
}
.section-intro .button-stylized:hover .button__icon {
    background-color: #ebdfd0;
}
.section-intro .button-stylized.button-arrow .button__icon:before {
    /* width: .6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    align-self: stretch;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg'); */
    content: '\e812';
    font-family: 'Fontello';
    display: flex;
    align-items: center;
    align-self: stretch;
}
.section-intro .button-stylized.button-whatsapp .button__icon:before {
    width: 54%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    align-self: stretch;
    background-image: url('./../media/img/common/icons/whatsapp-dark.svg');
}
/*  */
























.section-tour-selection {
    padding: 12rem 0rem 12rem;
    width: calc(100% - 1.2rem);
    position: relative;
    overflow: hidden;
    margin: .6rem auto 0;
    border-radius: 2.4rem 2.4rem 0 0;
}

.section-tour-selection .section__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    bottom: 0;
    top: 50%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

    /* display: none; */
}
.section-tour-selection .section__bg-wrap {
    position: absolute;
    left: 0rem;
    top: 0;
    right: 0rem;
    height: 100%;
    overflow: hidden;
    /* border-radius: 5rem 5rem 0 0; */
    /* background-color: #000; */
}
.section-tour-selection .section__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: contrast(70%); */
    /* opacity: .8; */
    filter: brightness(80%);
}
.section-tour-selection .section-heading {
    padding: 0 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    margin-bottom: 3.6rem;
    position: relative;
    z-index: 50;
}
.section-tour-selection .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.8rem;
    font-weight: 100;
    letter-spacing: .4rem;
    text-transform: uppercase;
    color: #fff;
}

.section-tour-selection .section-content {
    position: relative;
    z-index: 50;
    padding: 0 12rem;
}


.section-tour-selection .search-form__wrap {

}
.section-tour-selection .tv-search-form {

}
.TVFullForm {

}
.TVInterfaceWrapper {
    border-radius: 2rem !important;
}

.TVMainForm {
    background-color: rgba(255, 255, 255, .3) !important;
    padding: .6rem !important;
}

.TVSearchingFormFlexBlock {

}
.TVSearchFormMode {
    margin-bottom: 0 !important;
}
.TVSearchingFormFlexBlock .TVInputRadio {
    font-size: 1.4rem !important;
}
.TVInputRadioInput {

}
.TVInputRadioWrapper {
    font-size: 1.4rem !important;
}
.TVInputRadioContent {
    color: var(--font-color-default) !important;
}
.TVInputRadioLabelCheck {
    background: #287394 !important;
}

.TVSearchFormCartPreview {
    margin-bottom: 0 !important;
}

.TVMainFilter {
    border-radius: 1.2rem !important;
    margin-top: 0 !important;
}
.TVMainFilter > div {

}
.TVMainFilter .TVMainSelect {
    padding: 2.4rem 2.4rem !important;
    /* padding: 1rem 2rem !important; */
    height: auto !important;
    gap: .6rem !important;
}
.TVMainFilter .TVMainSelect .TVMainSelectPlaceholder {
    color: var(--font-color-default) !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: .6rem !important;
    opacity: .6 !important;
}
.TVMainFilter .TVMainSelect .TVMainSelectPlaceholder .TVMainFilterIcon {

}
.TVMainFilter .TVMainSelect .TVMainSelectPlaceholder .TVMainFilterIcon:before {
    font-size: 1.4rem !important;
    margin: 0 !important;
}

.TVMainFilter .TVMainSelect .TVMainSelectContent {
    height: auto !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
}



.TVFilterForm {
    background-color: rgba(255, 255, 255, .8) !important;
    background-color: rgba(0, 0, 0, .1) !important;
    padding: 3.6rem !important;
}
.TVFilterForm .TVSearchingFormColumnFlexBlock {

}
.TVFilterForm .TVSearchingFormColumnFlexBlock > div {
    border: none !important;
    border-radius: 1.2rem !important;
}
.TVFilterForm .TVSearchingFormColumnFlexBlock .TVSearchingFormFlexBlock > div {
    border: none !important;
    border-radius: 1.2rem !important;
}

.TVTooltip {
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .3) !important;
    border-radius: 1.2rem !important;
}


.TVSearchButton {
    background-color: #287394 !important;
}


.TVCartStickyButton {
    display: none !important;
}














.section-tours-categories {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
}
.section-tours.carousel {
    margin-top: 12rem;
}
.section-tours.carousel .section-heading {
    padding: 0 12.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}
.section-tours.carousel .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.8rem;
    font-weight: 100;
    letter-spacing: .4rem;
    text-transform: uppercase;
}
.section-tours.carousel .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
    width: 100%;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-pagination {
    display: block;
    width: 100%;
    background-color: #EBDFD0;
    height: .2rem;
    position: relative;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-pagination.swiper-pagination-lock {
    /* display: none; */
}
.section-tours.carousel .section-heading .swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgba(0, 0, 0, .2);
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 5rem;
    height: 5rem;
    background-color: #EBDFD0;
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {

}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    border-radius: 2.4rem 1.2rem 1.2rem 2.4rem;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    border-radius: 1.2rem 2.4rem 2.4rem 1.2rem;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}



.section-tours.carousel .section-content {
    margin-top: 3.6rem;
}
.section-tours.carousel .swiper-tours {
    padding: 0 12.6rem;
}
.section-tours.carousel .swiper-tours > .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.section-tours.carousel .swiper-tours > .swiper-wrapper > .swiper-slide {
    display: flex;
    align-self: stretch;
    align-items: stretch;
}

















.section-tours.slider {
    margin-top: 12rem;
    position: relative;
    overflow: hidden;
    width: calc(100% - 1.2rem);
    margin-left: .6rem;
    overflow: hidden;
    border-radius: 5rem;
}
.section-tours.slider .section-heading {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    position: absolute;
    top: 12rem;
    left: 12rem;
    z-index: 50;
}
.section-tours.slider .section-heading .section__img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    width: 8rem;
    height: 8rem;
    border-radius: 20rem;
    border: .2rem solid rgba(255, 255, 255, .2);
}
.section-tours.slider .section-heading .section__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.section-tours.slider .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.2rem;
    font-weight: 400;
    color: #fff;
}
.section-tours.slider .section-heading .section-title:before {
    content: '#';
}



.section-tours.slider .section-content {
    position: relative;
}
.section-tours.slider .swiper-tours {
    padding: 0;
}




.section-tours.slider .swiper-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    z-index: 50;
    right: 12rem;
    top: 12rem;
    bottom: 12rem;
    justify-content: space-between;
}
.section-tours.slider .swiper-controls .swiper-pagination {
    display: flex;
    height: 8rem;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    color: #fff;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, .5);
}
.section-tours.slider .swiper-controls .swiper-pagination.swiper-pagination-lock {
    /* display: none; */
}

.section-tours.slider .swiper-controls .swiper-pagination .swiper-pagination-current {
    font-size: 6rem;
    font-weight: 100;
    color: #fff;
}
.section-tours.slider .swiper-controls .swiper-pagination .swiper-pagination-total {
    color: rgba(255, 255, 255, .5);
    font-size: 2.4rem;
}

.section-tours.slider .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 6rem;
    height: 6rem;
    background-color: rgba(255, 255, 255, .2);
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {

}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    border-radius: 2.4rem 1.2rem 1.2rem 2.4rem;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    border-radius: 1.2rem 2.4rem 2.4rem 1.2rem;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 2rem;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}


































.section-yandex-reviews {
    width: calc(100% - 1.2rem);
    margin: 12rem auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
}
.section__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(40%);
}
.section-yandex-reviews .section__inner {
    width: 100%;
    position: relative;
    z-index: 10;
}
.section-yandex-reviews .section__content {
    width: 100%;
    padding: 2.4rem 12rem;
    display: flex;
    gap: 8rem;
    align-items: flex-start;
}
.section-yandex-reviews .text-block {
    width: 100%;
    padding: 8rem 0;
    position: sticky;
    top: 12rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-yandex-reviews .text-block .text__title {
    font-size: 6rem;
    font-weight: 200;
    color: #fff;
}
.section-yandex-reviews .text-block .text__description {
    display: block;
    font-size: 2.4rem;
    line-height: 1.3;
    opacity: .7;
    color: #fff;
    font-weight: 200;
    margin-top: 3.6rem;
}

/*  */
.section-yandex-reviews .button-stylized {
    align-items: center;
    padding: 0 4.8rem 0 2rem;
    height: 7rem;
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    gap: 1.6rem;
    transition: .3s;
    align-self: flex-start;
    margin-top: 6rem;
}
.section-yandex-reviews .button-stylized:hover {
    background-color: #C89E9F;
}
.section-yandex-reviews .button-stylized.button-arrow {

}
.section-yandex-reviews .button-stylized .button__label {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    color: #fff;
    padding-bottom: .4rem;
    transition: .3s;
}
.section-yandex-reviews .button-stylized:hover .button__label {
    transform: translateX(4.4rem);
}
.section-yandex-reviews .button-stylized .button__icon {
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition: .3s;
}
.section-yandex-reviews .button-stylized .button__icon:before {
    width: .6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    align-self: stretch;
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--before {
    background-color: #2C2C34;
    opacity: 0;
    transform: scale(.6);
}
.section-yandex-reviews .button-stylized:hover .button__icon.button__icon--before {
    transform: translateX(2.8rem) scale(1);
    opacity: 1;
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--before:before {
    background-image: url('./../../../media/img/common/icons/arrow-right-light.svg');
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--after {
    background-color: #fff;
    opacity: 1;
}
.section-yandex-reviews .button-stylized:hover .button__icon.button__icon--after {
    transform: translateX(2.8rem) scale(.6);
    opacity: 0;
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--after:before {
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
}
/*  */


.section-yandex-reviews .reviews-block {
    width: 100%;
    max-width: 70rem;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
    background-color: #fff;
    padding: 2.4rem;
}
.section-yandex-reviews .reviews-frame {
    width: 100%;
    aspect-ratio: 1/1;
}
























.section-blog {
    margin-top: 12rem;
}
.section-blog .section-heading {
    padding: 0 12.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}
.section-blog .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.8rem;
    font-weight: 100;
    letter-spacing: .4rem;
    text-transform: uppercase;
}
.section-blog .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
    width: 100%;
}
.section-blog .section-heading .swiper-controls .swiper-pagination {
    display: block;
    width: 100%;
    background-color: #ebdfd0;
    height: .2rem;
    position: relative;
}
.section-blog .section-heading .swiper-controls .swiper-pagination.swiper-pagination-lock {
    /* display: none; */
}
.section-blog .section-heading .swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgba(0, 0, 0, .2);
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}
.section-blog .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 5rem;
    height: 5rem;
    background-color: #ebdfd0;
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {

}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    border-radius: 2.4rem 1.2rem 1.2rem 2.4rem;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    border-radius: 1.2rem 2.4rem 2.4rem 1.2rem;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}



.section-blog .section-content {
    margin-top: 3.6rem;
}
.section-blog .swiper-blog {
    padding: 0 12.6rem;
}

.section-blog .swiper-blog .swiper-slide {
    border-radius: 2rem;
    overflow: hidden;
}

.section-blog .post-item {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    position: relative;
}
.section-blog .post-item .post-item__img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.section-blog .post-item .post-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.section-blog .post-item .post-item__text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    display: block;
    background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
    padding: 10rem 6rem 6rem;
    width: 100%;
}
.section-blog .post-item .post-item__title {
    display: block;
    line-height: 1.2;
    font-size: 2.4rem;
    max-width: 60%;
    color: #fff;
}
.section-blog .post-item .post-item__actions {
    display: flex;
    gap: .6rem;
    align-items: center;
    margin-top: 3.6rem;
}
.section-blog .post-item .post-item__action {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #fff;
    gap: 1.2rem;
}
.section-blog .post-item .post-item__action:after {
    font-family: 'Fontello';
    content: '\e812';
}





































































@media all and (max-width: 1600px) {





.section-intro {
    /* height: calc(100vh - 13.2rem); */
    overflow: hidden;
    position: relative;
    min-height: calc(calc(100vw - 1.2rem) * 1.3 / 3);
    height: auto;
    width: calc(100% - 1.2rem);
    border-radius: 2.4rem;
    margin: 0 auto;
    display: grid;
}
.section-intro .content {
    width: 100%;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.section-intro .swiper {
    width: 100%;
    height: 100%;
}
.section-intro .swiper .swiper-slide {
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.section-intro .swiper .swiper-slide .slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    /* opacity: .9; */
}
.section-intro .banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.section-intro .banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section-intro .banner-bg__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(100%);
}
.section-intro .banner-content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-intro .banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
    padding: 16rem 8rem 12rem;
    position: relative;
    z-index: 100;
    max-width: 110rem;
}
.swiper-slide.text-color-light .banner-text {

}
.swiper-slide.vertical .banner-text {
    padding: 6rem 3.6rem;
}
.section-intro .banner-title {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1;
    color: #fff;
}
.section-intro .banner-subtitle {
    font-weight: 200;
    font-size: 2rem;
    margin-top: 3.6rem;
    opacity: .7;
    line-height: 1.3;
    color: #fff;
}
.section-intro .banner-description {
    font-weight: 200;
    font-size: 1.8rem;
    margin-top: 3.6rem;
    opacity: .7;
    line-height: 1.3;
    color: #fff;
}
.section-intro .banner-links {
    display: flex;
    gap: 1.2rem;
    margin-top: 6rem;
}


/*  */
.section-intro .button-stylized {
    align-items: center;
    padding: 0 3.6rem;
    height: 6rem;
    border-radius: 20rem;
    background-color: #ebdfd0;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    transition: .3s;
}
.section-intro .button-stylized:hover {
    opacity: .7;
}
.section-intro .button-stylized.button-arrow {

}
.section-intro .button-stylized .button__label {
    display: block;
    padding-bottom: .2rem;
    transition: .3s;
    font-weight: 200;
}
.section-intro .button-stylized:hover .button__label {
    color: inherit;
    font-size: 1.6rem;
}
.section-intro .button-stylized .button__icon {
    width: 3.6rem;
    height: 3.6rem;
    flex-shrink: 0;
    border-radius: 20rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition: .3s;
    background-color: #fff;
}
.section-intro .button-stylized:hover .button__icon {
    background-color: #ebdfd0;
}
.section-intro .button-stylized.button-arrow .button__icon:before {
    /* width: .6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    align-self: stretch;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg'); */
    content: '\e812';
    font-family: 'Fontello';
    display: flex;
    align-items: center;
    align-self: stretch;
}
.section-intro .button-stylized.button-whatsapp .button__icon:before {
    width: 54%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    align-self: stretch;
    background-image: url('./../media/img/common/icons/whatsapp-dark.svg');
}
/*  */
























.section-tour-selection {
    padding: 12rem 0rem 12rem;
    width: calc(100% - 1.2rem);
    position: relative;
    overflow: hidden;
    margin: .6rem auto 0;
    border-radius: 2.4rem 2.4rem 0 0;
}

.section-tour-selection .section__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    bottom: 0;
    top: 50%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

    /* display: none; */
}
.section-tour-selection .section__bg-wrap {
    position: absolute;
    left: 0rem;
    top: 0;
    right: 0rem;
    height: 100%;
    overflow: hidden;
    /* border-radius: 5rem 5rem 0 0; */
    /* background-color: #000; */
}
.section-tour-selection .section__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: contrast(70%); */
    /* opacity: .8; */
    filter: brightness(80%);
}
.section-tour-selection .section-heading {
    padding: 0 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    margin-bottom: 3.6rem;
    position: relative;
    z-index: 50;
}
.section-tour-selection .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.4rem;
    font-weight: 100;
    letter-spacing: .4rem;
    text-transform: uppercase;
    color: #fff;
}

.section-tour-selection .section-content {
    position: relative;
    z-index: 50;
    padding: 0 8rem;
}


.section-tour-selection .search-form__wrap {

}
.section-tour-selection .tv-search-form {

}
.TVFullForm {

}
.TVInterfaceWrapper {
    border-radius: 2rem !important;
}

.TVMainForm {
    background-color: rgba(255, 255, 255, .3) !important;
    padding: .6rem !important;
}

.TVSearchingFormFlexBlock {

}
.TVSearchFormMode {
    margin-bottom: 0 !important;
}
.TVSearchingFormFlexBlock .TVInputRadio {
    font-size: 1.4rem !important;
}
.TVInputRadioInput {

}
.TVInputRadioWrapper {
    font-size: 1.4rem !important;
}
.TVInputRadioContent {
    color: var(--font-color-default) !important;
}
.TVInputRadioLabelCheck {
    background: #287394 !important;
}

.TVSearchFormCartPreview {
    margin-bottom: 0 !important;
}

.TVMainFilter {
    border-radius: 1.2rem !important;
    margin-top: 0 !important;
}
.TVMainFilter > div {

}
.TVMainFilter .TVMainSelect {
    padding: 2.4rem 2.4rem !important;
    /* padding: 1rem 2rem !important; */
    height: auto !important;
    gap: .6rem !important;
}
.TVMainFilter .TVMainSelect .TVMainSelectPlaceholder {
    color: var(--font-color-default) !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: .6rem !important;
    opacity: .6 !important;
}
.TVMainFilter .TVMainSelect .TVMainSelectPlaceholder .TVMainFilterIcon {

}
.TVMainFilter .TVMainSelect .TVMainSelectPlaceholder .TVMainFilterIcon:before {
    font-size: 1.4rem !important;
    margin: 0 !important;
}

.TVMainFilter .TVMainSelect .TVMainSelectContent {
    height: auto !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
}



.TVFilterForm {
    background-color: rgba(255, 255, 255, .8) !important;
    background-color: rgba(0, 0, 0, .1) !important;
    padding: 3.6rem !important;
}
.TVFilterForm .TVSearchingFormColumnFlexBlock {

}
.TVFilterForm .TVSearchingFormColumnFlexBlock > div {
    border: none !important;
    border-radius: 1.2rem !important;
}
.TVFilterForm .TVSearchingFormColumnFlexBlock .TVSearchingFormFlexBlock > div {
    border: none !important;
    border-radius: 1.2rem !important;
}

.TVTooltip {
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .3) !important;
    border-radius: 1.2rem !important;
}


.TVSearchButton {
    background-color: #287394 !important;
}


.TVCartStickyButton {
    display: none !important;
}














.section-tours-categories {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
}
.section-tours.carousel {
    margin-top: 10rem;
}
.section-tours.carousel .section-heading {
    padding: 0 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}
.section-tours.carousel .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.4rem;
    font-weight: 100;
    letter-spacing: .4rem;
    text-transform: uppercase;
}
.section-tours.carousel .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
    width: 100%;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-pagination {
    display: block;
    width: 100%;
    background-color: #EBDFD0;
    height: .2rem;
    position: relative;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-pagination.swiper-pagination-lock {
    /* display: none; */
}
.section-tours.carousel .section-heading .swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgba(0, 0, 0, .2);
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 5rem;
    height: 5rem;
    background-color: #EBDFD0;
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {

}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    border-radius: 2.4rem 1.2rem 1.2rem 2.4rem;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    border-radius: 1.2rem 2.4rem 2.4rem 1.2rem;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-tours.carousel .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}



.section-tours.carousel .section-content {
    margin-top: 3.6rem;
}
.section-tours.carousel .swiper-tours {
    padding: 0 3.6rem;
}
.section-tours.carousel .swiper-tours > .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.section-tours.carousel .swiper-tours > .swiper-wrapper > .swiper-slide {
    display: flex;
    align-self: stretch;
    align-items: stretch;
}

















.section-tours.slider {
    margin-top: 12rem;
    position: relative;
    overflow: hidden;
    width: calc(100% - 1.2rem);
    margin-left: .6rem;
    overflow: hidden;
    border-radius: 5rem;
}
.section-tours.slider .section-heading {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    position: absolute;
    top: 12rem;
    left: 12rem;
    z-index: 50;
}
.section-tours.slider .section-heading .section__img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    width: 8rem;
    height: 8rem;
    border-radius: 20rem;
    border: .2rem solid rgba(255, 255, 255, .2);
}
.section-tours.slider .section-heading .section__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.section-tours.slider .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.2rem;
    font-weight: 400;
    color: #fff;
}
.section-tours.slider .section-heading .section-title:before {
    content: '#';
}



.section-tours.slider .section-content {
    position: relative;
}
.section-tours.slider .swiper-tours {
    padding: 0;
}




.section-tours.slider .swiper-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    z-index: 50;
    right: 12rem;
    top: 12rem;
    bottom: 12rem;
    justify-content: space-between;
}
.section-tours.slider .swiper-controls .swiper-pagination {
    display: flex;
    height: 8rem;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    color: #fff;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, .5);
}
.section-tours.slider .swiper-controls .swiper-pagination.swiper-pagination-lock {
    /* display: none; */
}

.section-tours.slider .swiper-controls .swiper-pagination .swiper-pagination-current {
    font-size: 6rem;
    font-weight: 100;
    color: #fff;
}
.section-tours.slider .swiper-controls .swiper-pagination .swiper-pagination-total {
    color: rgba(255, 255, 255, .5);
    font-size: 2.4rem;
}

.section-tours.slider .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 6rem;
    height: 6rem;
    background-color: rgba(255, 255, 255, .2);
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {

}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    border-radius: 2.4rem 1.2rem 1.2rem 2.4rem;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    border-radius: 1.2rem 2.4rem 2.4rem 1.2rem;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 2rem;
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-tours.slider .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}


































.section-yandex-reviews {
    width: calc(100% - 1.2rem);
    margin: 12rem auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
}
.section__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(40%);
}
.section-yandex-reviews .section__inner {
    width: 100%;
    position: relative;
    z-index: 10;
}
.section-yandex-reviews .section__content {
    width: 100%;
    padding: 2.4rem 8rem;
    display: flex;
    gap: 8rem;
    align-items: flex-start;
}
.section-yandex-reviews .text-block {
    width: 100%;
    padding: 8rem 0;
    position: sticky;
    top: 12rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-yandex-reviews .text-block .text__title {
    font-size: 5.2rem;
    font-weight: 200;
    color: #fff;
}
.section-yandex-reviews .text-block .text__description {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    opacity: .7;
    color: #fff;
    font-weight: 200;
    margin-top: 3.6rem;
}

/*  */
.section-yandex-reviews .button-stylized {
    align-items: center;
    padding: 0 4.8rem 0 2rem;
    height: 6rem;
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    gap: 1.6rem;
    transition: .3s;
    align-self: flex-start;
    margin-top: 6rem;
}
.section-yandex-reviews .button-stylized:hover {
    background-color: #C89E9F;
}
.section-yandex-reviews .button-stylized.button-arrow {

}
.section-yandex-reviews .button-stylized .button__label {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    color: #fff;
    padding-bottom: .4rem;
    transition: .3s;
}
.section-yandex-reviews .button-stylized:hover .button__label {
    transform: translateX(4.4rem);
}
.section-yandex-reviews .button-stylized .button__icon {
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition: .3s;
}
.section-yandex-reviews .button-stylized .button__icon:before {
    width: .6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    align-self: stretch;
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--before {
    background-color: #2C2C34;
    opacity: 0;
    transform: scale(.6);
}
.section-yandex-reviews .button-stylized:hover .button__icon.button__icon--before {
    transform: translateX(2.8rem) scale(1);
    opacity: 1;
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--before:before {
    background-image: url('./../../../media/img/common/icons/arrow-right-light.svg');
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--after {
    background-color: #fff;
    opacity: 1;
}
.section-yandex-reviews .button-stylized:hover .button__icon.button__icon--after {
    transform: translateX(2.8rem) scale(.6);
    opacity: 0;
}
.section-yandex-reviews .button-stylized .button__icon.button__icon--after:before {
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
}
/*  */


.section-yandex-reviews .reviews-block {
    width: 100%;
    max-width: 70rem;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
    background-color: #fff;
    padding: 2.4rem;
}
.section-yandex-reviews .reviews-frame {
    width: 100%;
    aspect-ratio: 1/1;
}
























.section-blog {
    margin-top: 12rem;
}
.section-blog .section-heading {
    padding: 0 12.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}
.section-blog .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 3.8rem;
    font-weight: 100;
    letter-spacing: .4rem;
    text-transform: uppercase;
}
.section-blog .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
    width: 100%;
}
.section-blog .section-heading .swiper-controls .swiper-pagination {
    display: block;
    width: 100%;
    background-color: #ebdfd0;
    height: .2rem;
    position: relative;
}
.section-blog .section-heading .swiper-controls .swiper-pagination.swiper-pagination-lock {
    /* display: none; */
}
.section-blog .section-heading .swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgba(0, 0, 0, .2);
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}
.section-blog .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 5rem;
    height: 5rem;
    background-color: #ebdfd0;
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {

}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    border-radius: 2.4rem 1.2rem 1.2rem 2.4rem;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    border-radius: 1.2rem 2.4rem 2.4rem 1.2rem;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-blog .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}



.section-blog .section-content {
    margin-top: 3.6rem;
}
.section-blog .swiper-blog {
    padding: 0 12.6rem;
}

.section-blog .swiper-blog .swiper-slide {
    border-radius: 2rem;
    overflow: hidden;
}

.section-blog .post-item {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    position: relative;
}
.section-blog .post-item .post-item__img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.section-blog .post-item .post-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.section-blog .post-item .post-item__text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    display: block;
    background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
    padding: 10rem 6rem 6rem;
    width: 100%;
}
.section-blog .post-item .post-item__title {
    display: block;
    line-height: 1.2;
    font-size: 2.4rem;
    max-width: 60%;
    color: #fff;
}
.section-blog .post-item .post-item__actions {
    display: flex;
    gap: .6rem;
    align-items: center;
    margin-top: 3.6rem;
}
.section-blog .post-item .post-item__action {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #fff;
    gap: 1.2rem;
}
.section-blog .post-item .post-item__action:after {
    font-family: 'Fontello';
    content: '\e812';
}



}






