.about-us {
    position: relative;
    padding: 70px 0;
    margin-top: 7px;
}

.about-us:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #2B3D65;
    z-index: -1;
}

.about-us img {
    margin-left: -70px;
    max-width: 560px;
}

.about-us__left {
    margin-top: 128px;
}

.about-us__desc {
    max-width: 360px;
}

.about-us__desc h1 {
    letter-spacing: -0.5px;
}

.about-us__desc p {
    font-size: 16px;
    line-height: 28px;
    color: #2B3D65;
    mix-blend-mode: normal;
    margin-bottom: 0;
    font-weight: 100;
    letter-spacing: 0.3px;
}

.section-about-us-desc {
    padding-top: 80px;
    padding-bottom: 83px;
}

.about-us-desc__title {
    max-width: 388px;
    letter-spacing: -0.5px;
    color: #2B3D65;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

.about-us-desc__text {
    margin-left: 100px;
    margin-top: 6px;
    font-size: 16px;
    color: #2B3D65;
}

.about-us-desc__text p {
    max-width: 380px;
    font-size: 16px;
    color: #2B3D65;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-weight: 100;
}

.about-us-desc__text p:first-child {
    margin-bottom: 27px;
}

.about-us-desc__text p:nth-child(2) {
    margin-bottom: 0;
}

@media (max-width: 1040px) {
    .about-us__desc {
        max-width: 280px;
    }

    .about-us__left {
        margin-top: 0;
    }

    .about-us img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-us:before {
        left: 0;
        top: 70%;
        bottom: 0;
        width: 100%;
        height: auto;
    }

    .about-us__desc {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .about-us img {
        width: 100%;
        margin-left: 0;
    }

    .about-us-desc__text {
        margin-left: 0;
    }
    .section-about-us-desc {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-us-desc__title {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .about-us-desc__text p {
        max-width: 100%;
    }
    .about-us {
        padding: 33px 0;
    }

    .about-us__desc h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .about-us__desc p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.27px;
    }

    .about-us-desc__title {
        font-size: 21px;
        line-height: 28px;
        margin-top: 10px;
    }

    .about-us-desc__text {
        margin-top: 0;
    }

    .about-us-desc__text p {
        font-size: 14px;
        line-height: 22px;
    }

    .about-us-desc__text p:first-child {
        margin-bottom: 24px;
    }
}

.section-about-us-photo {
    padding: 70px 0;
    position: relative;
}

.section-about-us-photo:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #2B3D65;
    z-index: -1;
}

.section-about-us-photo img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .section-about-us-photo {
        padding: 40px 0;
    }

    .section-about-us-photo img {
        object-fit: cover;
        height: 241px;
    }
}

.section-about-us-blockquote {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 767px) {
    .section-about-us-blockquote {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

/*----- Section about-us reviews -----*/
.section-about-us-reviews {
    position: relative;
    overflow: hidden;
    background: #ECF2F7;
    padding-bottom: 107px;
}

.section-about-us-reviews .title-s1 {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.owl-theme-1--btn-s3 .owl-nav {
    position: absolute;
    left: calc(50% - 645px);
    right: 20px;
    top: 40.5%;
    margin: 0;
    justify-content: space-between;
    opacity: 0;
    transition: all .3s;
}

.owl-theme-1--btn-s3 .owl-nav button {
    background-color: #fff !important;
    transition: all .5s;
}

.owl-theme-1--btn-s3 .owl-prev {
    transform: translateX(30px);
}

.owl-theme-1--btn-s3 .owl-next {
    transform: translateX(-30px);
}

@media (max-width: 1240px) {
    .owl-theme-1--btn-s3 .owl-nav {
        left: calc(50% - 545px);
    }
}

@media (min-width: 1040px) {
    .owl-theme-1--btn-s3:hover .owl-nav {
        opacity: 1;
    }
    .owl-theme-1--btn-s3:hover .owl-nav button {
        transform: translate(0);
    }
}

.owl-reviews {
    width: 1000%;
    position: static;
}

.reviews-item {
    max-width: 320px;
}

.reviews-item__text {
    position: relative;
    height: 287px;
    padding: 20px 20px 27px;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #2B3D65;
    margin-bottom: 30px;
}

.reviews-item__text:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -19px;
    left: 34px;
}

.reviews-item__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-item__name p {
    font-size: 14px;
    line-height: 24px;
    color: #2B3D65;
    margin-bottom: 0;
}

.reviews-item__name p:nth-child(2) {
    opacity: .6;
}

@media (max-width: 767px) {
    .section-about-us-reviews .title-s1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 40px;
    }

    .section-about-us-reviews {
        padding-bottom: 57px;
    }
}

/*  ======================================================================
        TOUR DETAIL ADAPTIVE
========================================================================== */

.section-tour-img {
    background: none;
}
.tour-mb-btn {
    display: none;
}

.tour-info-desk-hide {
    display: none !important;
}

.options-table-mb-show {
    display: none;
}

@media (min-width: 1040px) {
    .tour-program-list .photos__row {
        margin: 0;
    }
}

@media (max-width: 1039px) {
    .tour-page h1 {
        padding-right: 27%;
    }

    .section-tour-info .tour-list-wrap {
        margin-top: 20px;
    }

    .section-tour-buy .options-table__content {
        border-bottom: 1px solid #E5E8ED;
    }

    .section-form--alt .section-form__in {
        border: none;
    }

    .tour-program {
        margin: 0 70px 35px 0;
    }

    .tour-program:nth-child(3n) {
        margin: 0 70px 35px 0;
    }

    .tour-page-form {
        background: none;
    }

    .options-table-mb-show {
        display: block;
    }

    .options-table-mb-hide {
        display: none;
    }

    .options-table-mb-show__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #E5E8ED;
        padding-bottom: 10px;
    }

    .opt-col {
        position: relative;
        max-width: 162px;
        border: 1px solid #E5E8ED;
        margin-bottom: 10px;
    }

    .options-table__input span {
        position: absolute;
        top: 7px;
        left: 20px;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        color: #2B3D65;
        mix-blend-mode: normal;
        opacity: 0.6;
    }

    .opt-col:nth-child(2n) .options-table__field .dropdown-block {
        left: auto;
        right: 0;
    }

    .dropdown-block {
        min-width: 163px;
    }

    .options-table__input input {
        padding: 27px 20px 13px;
    }

    .opt-price {
        display: flex;
        justify-content: space-between;
        margin-top: 17px;
        margin-bottom: 30px;
    }

    .opt-price__name {
        color: #7A97C0;
        font-size: 14px;
        line-height: 24px;
    }

    .opt-price__total {
        color: #2B3D65;
        font-size: 21px;
        line-height: 30px;
    }

    .opt-button a {
        width: 100%;
    }

    .persons-cnt {
        flex-direction: column;
    }

    .persons-cnt__col {
        width: 100%;
    }

    .section-tour-buy .stars-list {
      padding: 27px 20px 13px;
        min-width: 160px;
    }
}

@media (max-width: 767px) {
    .tour-page {
        padding: 30px 0 40px;
    }

    .tour-page h1 {
        padding-right: 0;
    }

    .tour-buy {
        max-width: 100px;
        padding: 34px 14px 15px 16px;
        top: -30px;
        right: 20px;
    }

    .tour-buy__price {
        margin-bottom: 0;
    }

    .tour-buy span:first-child {
        display: block;
        margin-bottom: 9px;
    }
.tour-buy.ekskursii-content__side span:first-child {
                display: inline-block;
    }
    .tour-buy span:last-child {
        margin-left: 0;
    }

    .tour-buy .btn {
        display: none;
    }

    .tour-img img {
        min-height: 240px;
        object-fit: cover;
    }

    .tour-mb-btn {
        display: block;
        margin-top: 20px;
    }

    .tour-mb-btn span {
        padding-left: 0;
    }

    .section-tour-info {
        padding: 36px 0 20px;
    }

    .section-tour-info .title-s2 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .section-tour-info .tour-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .tour-info-mb-hide {
        display: none !important;
    }

    .tour-info-desk-hide {
        /*display: flex !important;*/
    }

    .section-tour-info .tour-list-wrap {
        flex-direction: column;
        margin-top: 23px;
    }

    .tour-list-wrap .tour-list:first-child {
        width: 100%;
    }

    .tour-list li {
        margin-bottom: 19px;
    }

    .tour-list li i {
        margin-right: 15px;
    }

    .tour-list li span {
        font-size: 14px;
    }

    .tour-dates {
        width: 100%;
        padding: 0;
        border: none;
    }

    .tour-dates__title {
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .tour-dates ul li {
        font-size: 14px;
    }

    .section-highlights .title-s2 {
        display: none;
    }

    .section-highlights {
        padding: 17px 0 44px;
    }
    .section-tour-program {
        padding: 40px 0 40px;
    }

    .tour-program__title {
        font-size: 16px;
    }

    .section-tour-program .title-s2 {
        margin-bottom: 26px;
    }

    .tour-program li {
        line-height: inherit;
        margin-bottom: 11px;
    }

    .tour-program li:before {
        top: 10px;
    }

    .tour-program {
        margin: 0 85px 35px 0;
    }

    .section-tour-program .photos__row {
        padding-bottom: 2px;
    }

    .section-tour-program .btn {
        max-width: 100%;
    }

    .section-tour-program .tour-program-list {
        margin-bottom: 0;
    }

    .section-tour-buy {
        padding-top: 20px;
    }

    .section-tour-buy .title-s2 {
        margin-bottom: 36px;
    }

    .section-form {
        margin-bottom: 0;
    }

    .section-form--alt .section-form__in {
        padding-top: 40px;
    }

    .section-form__in .desc-s1 {
        margin-top: 12px;
    }

    .section-tour-text {
        padding-top: 0;
        padding-bottom: 52px;
    }

    .tour-text-two-block .title-s3 {
        margin-top: 37px;
    }

    .list li i {
        margin-right: 18px;
        margin-top: 3px;
    }
    .list li {
        align-items: flex-start;
    }

    .text-block p + .title-s3 {
        margin-top: 27px;
    }

    .tour-item__main-info {
        height: 137px;
    }

    .section-our-tours {
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .point-item {
        width: 260px;
    }

    .opt-col {
        max-width: 135px;
    }

    .options-table__input input {
        font-size: 12px;
        padding: 27px 15px 13px;
    }

    .options-table__input:after {
        right: 13px;
    }

    .stars-list {
      /*  padding: 27px 15px 13px;*/
        min-width: 135px;
    }

    .options-table__input span {
        left: 15px;
    }
}


/*  ======================================================================
        ABOUT BAIKAL PAGE
========================================================================== */
.section-highlights .about-baikal-title__top {
    margin-bottom: 21px;
}

.about-baikal-desk {
    font-size: 16px;
    line-height: 28px;
    color: #2B3D65;
    width: 100%;
    max-width: 750px;
    margin-bottom: 46px;
}

.about-baikal-interesting .about-baikal-title {
    margin-top: 80px;
    margin-bottom: 72px;
}

.about-baikal-interesting {
    padding-bottom: 6px;
}

.about-baikal-info .title-s2 {
    margin-bottom: 20px;
}

.about-baikal-info__title {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.15px;
    color: #2B3D65;
    margin-bottom: 44px;
}

.about-baikal-info__text {
    max-width: 740px;
}

.about-baikal-info__text p {
    line-height: 27px;
    margin-bottom: 32px;
}

.section-about-baikal-blockquote {
    margin: 72px 0 63px;
}

.section-about-baikal-blockquote .blockquote__text {
    margin-bottom: 22px;
}

.about-baikal-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-baikal-blocks__item {
    max-width: 280px;
    margin-bottom: 72px;
}

.item__number {
    margin-bottom: 27px;
}

.item__name {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #2B3D65;
    font-weight: 600;
}

.item__description {
    font-size: 14px;
    line-height: 24px;
    color: #2B3D65;
    max-width: 280px;
}

.item__description a {
    text-decoration: none;
    color: #7a97c0;
}

.about-baikal-info__img {
    display: flex;
    justify-content: center;
    margin: 80px 0 20px;
}

/* places section */

.about-baikal-places {
    margin: 50px -30px 80px;
}

.about-baikal-places .tour-item__name {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #2B3D65;
    margin-top: 20px;
}

.about-baikal-places .tour-item__text {
    font-size: 14px;
    line-height: 24px;
    color: #2B3D65;
    mix-blend-mode: normal;
    opacity: 0.6;
    margin-top: 10px;
}
/*
     FILE ARCHIVED ON 21:35:29 Aug 20, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:34:49 Jun 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.786
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.065
  esindex: 0.01
  cdx.remote: 7.374
  LoadShardBlock: 63.58 (3)
  PetaboxLoader3.datanode: 112.832 (5)
  PetaboxLoader3.resolve: 45.175 (2)
  load_resource: 163.989
  loaddict: 79.158
*/