.gallery-thumbs__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 132px;
    background: linear-gradient(
        0deg,
        rgba(2, 143, 222, 0.5),
        rgba(2, 143, 222, 0.5)
    );
    opacity: 0.8;
    z-index: 2;
    border-radius: 6px;
    pointer-events: none;
    color: #fff;
    font-weight: 600;
}

.blog-page__left-questions h4,
.categories__text h2,
.categories__text h3,
.categories__text h4 {
    margin-top: 60px;
}

.clarification__item ul li {
    width: auto !important;
}

.clarification__item table {
    border: 1px solid #e0e0e0;
}

.clarification__item table td {
    padding: 10px 24px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1a1a1a;
}

.clarification__item table tr {
    border-bottom: 1px solid #e0e0e0;
}

.clarification__item table tr:last-child {
    border: none;
}

.clarification__item table tr td:last-child {
    border-left: 1px solid #e0e0e0;
}

.clarification__item table tr:nth-child(odd) {
    background: #f5f5f5;
}

.clarification__item-text p:first-child {
    margin-bottom: 5px;
}

.clarification__item p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #1a1a1a;
}

.clarification__item > * + * {
    margin-top: 20px;
}

.clarification__item-list p {
    padding-left: 30px;
}

.clarification__item-list p:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/mount-transparent.svg)
        center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 3px;
}

ul.dot_list,
.tour-page__orange-item ul > * + * {
    margin-top: 8px;
}

ul.dot_list li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-left: 15px;
    color: #fff;
}

ul.dot_list li:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 4px;
    height: 4px;
    left: 0;
    top: 10px;
}

.blog-page__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4e4e4e;
    text-align: left;
}

.blog-page__text > * + * {
    margin-top: 25px;
}

.tour-page {
    padding-bottom: 300px;
}

@media screen and (max-width: 767px) {
    .tour-page {
        padding-bottom: 100px;
    }
}

.tags_list_items__list a {
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    background: rgb(240 240 240 / 68%);
    color: #a6a6a6;
    margin-right: 2px;
    margin-bottom: 4px;
    transition: .3s all ease;
}
.tags_list_items__list a:first-letter {
    text-transform: uppercase;
}



.tour-page__container {
    display: flex;
    justify-content: space-between;
}
.blog-page__right-container {
    display: none;
}
.tour-page__content-left {
}
.tour-page__content-sticky {
}
.blog-page__right--sticky {
    /* position: sticky;
    top: 50px; */
    transition: 0.3s;
}
.questions {
    margin-top: 90px;
}

.questions__title {
    max-width: 70%;
}

.questions__title h2 {
    padding-left: 66px;
}

.questions__title h2:before {
    content: '?';
    position: absolute;
    background: #ff7a00;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 41px;
    color: #fff;
}

.questions-tabs {
    margin-top: 90px;
    height: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 25px;
}

.questions-tabs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #bfbfbf;
}

.questions-tabs-btn {
    background: 0 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 0 36px 13px;
    border-bottom: 2px solid transparent;
}

.questions-tabs-btn.active {
    border-color: #262626;
}

.questions-tabs-content {
    width: 100%;
    border: none;
    outline: 0;
    padding: 20px 0 40px;
    border-bottom: 1px solid #bfbfbf;
}

.questions-tabs-item {
    display: none;
    width: 100%;
}

.questions-tabs-item.active {
    display: block;
}

.questions-tabs .questions-tab__wrap {
    display: flex;
    justify-content: space-between;
}

.questions-tabs__img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.questions-tabs__text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 72px);
    padding-left: 30px;
}

.questions-tabs__text > * + * {
    margin-top: 14px;
}

.questions-tabs__text textarea {
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 15px 17px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    height: 82px;
    color: #878787;
}

.questions-tabs__text textarea::-moz-placeholder {
    color: #878787;
}

.questions-tabs__text textarea:-ms-input-placeholder {
    color: #878787;
}

.questions-tabs__text textarea::placeholder {
    color: #878787;
}

.questions-tabs__login {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.questions-tabs__login-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.questions-tabs__login-media > * + * {
    margin-left: 10px;
}

.questions-tabs__login-media a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.questions-tabs__login p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.questions-tabs__login-left {
    display: flex;
    flex-direction: column;
    max-width: 160px;
    width: 100%;
}

.questions-tabs__login-left > * + * {
    margin-top: 14px;
}

.questions-tabs__login-right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 160px);
    padding-left: 40px;
}

.questions-tabs__login-right > * + * {
    margin-top: 14px;
}

.questions-tabs__login-right input {
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    border-radius: 7px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #878787;
    height: 32px;
    padding: 5px 10px;
}

.questions-tabs__login-right input::-moz-placeholder {
    color: #878787;
}

.questions-tabs__login-right input:-ms-input-placeholder {
    color: #878787;
}

.questions-tabs__login-right input::placeholder {
    color: #878787;
}

.questions-tabs__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member-feedback__gallery {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member-feedback__gallery .feedback-top {
    width: 66%;
    height: 416px;
}

.member-feedback__gallery .feedback-top-slide {
    border-radius: 6px;
    overflow: hidden;
    max-height: 416px;
    height: 100%;
    width: 100%;
}

.member-feedback__gallery .feedback-top-slide img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.member-feedback__gallery .feedback-thumbs {
    width: calc(100% - 66%);
    padding-left: 10px;
    height: 416px;
}

.member-feedback__gallery .feedback-thumbs-slide {
    border-radius: 6px;
    overflow: hidden;
    max-height: 202px;
    height: 100%;
    cursor: pointer;
}

.member-feedback__gallery .feedback-thumbs-slide img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.member-feedback__gallery .feedback-pagination {
    display: none;
}

.feedback-thumbs .swiper-wrapper {
    flex-direction: column;
}

.arrow-blue-link {
    text-align: left;
}

.arrow-blue-link span {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0068c9;
    padding-right: 40px;
}

.arrow-blue-link span:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/blue-arrow-right.svg)
        center no-repeat;
    width: 28px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-page .swiper-container {
    margin: 40px 0 30px;
    overflow: hidden;
}

.blog-page .swiper-container .swiper-wrapper {
    align-items: center;
}

.blog-page .swiper-container .swiper-button-prev {
    left: 5px;
}

.blog-page .swiper-container .swiper-button-next {
    right: 5px;
}

.blog-page .swiper-button-next,
.blog-page .swiper-button-prev {
    top: calc(50% - 12px);
}

.blog-page__text ul li,
.blog_detail_text ul li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1a1a1a;
    padding-left: 20px;
    margin-bottom: 10px;
}

.blog-page__text ul,
.blog_detail_text ul {
    margin: 15px 0;
}

.blog-page__text ul li:before,
.blog_detail_text ul li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ff7a00;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
}

.blog-page__activities {
    padding: 60px 0 70px;
}

.blog-page__activities-wrap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 45px -15px 0;
}

.blog-page__activities-btn {
    text-align: left;
}

.blog-page__activities.active .blog-page__activities-item-hidden {
    opacity: 1;
    visibility: visible;
    height: initial;
    position: relative;
}

.blog-page__activities.active .blog-page__activities-btn .text-open-btn:before {
    transform: rotate(180deg);
}

.blog-page__activities-item {
    width: calc(100% / 4 - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s all ease;
}

.blog-page__activities-item-hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
}

.blog-page__activities-item > * + * {
    margin-top: 25px;
}

.blog-page__activities-item-img {
    height: 55px;
    text-align: center;
}

.blog-page__activities-item-img img {
    height: 55px;
    width: 100%;
}

.blog-page__activities-item p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.blog-page__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-page__left {
    width: calc(100% - 380px);
    padding-right: 13px;
}

.blog-page__left-tth {
    display: flex;
    flex-direction: column;
    padding: 70px 0 60px;
}

.article__info-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -2px;
}

.blog-page__left-tth h4 {
    margin: 32px 0 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff7a00;
}

.text-open-btn {
    margin-right: 20px;
}

.text-open-btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: Lato, sans-serif;
    color: #ff5c00;
    border-bottom: 1px dashed;
}

.text-open-btn:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/txt-orange-arrow.svg)
        center no-repeat;
    width: 11px;
    height: 7px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.blog-page__left-tth .tth-list {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
}

.blog-page__left-tth .tth-list li {
    font-family: Lato, sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.blog-page__left-living h3 {
    margin: 40px 0 30px;
}

.blog-page__left-living-img {
    margin-top: 25px;
}

.blog-page__left-rooms {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px;
}

.blog-page__left-rooms-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px -15px 0;
}

.blog-page__left-rooms-col {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
    display: flex;
    flex-direction: column;
}

.blog-page__left-rooms-col > * + * {
    margin-top: 36px;
}

.blog-page__left-rooms-item {
    display: flex;
    flex-direction: column;
}

.blog-page__left-rooms-item h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ff7a00;
}

.blog-page__left-rooms-item-text {
    margin: 24px 0 12px;
}

.blog-page__left-rooms-item-text p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.blog-page__left-rooms-item-img {
    width: 100%;
    height: 166px;
}

.blog-page__left-rooms-item-img:hover .about__experts-left-person-img-hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.blog-page__left-plan-img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-page__left-plan-img .about__experts-left-person-img-hidden {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(8, 24, 32, 0.6);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all ease;
    border-radius: 0;
}

.blog-page__left-plan-img .about__experts-left-person-img-hidden:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/zoom.svg) center
        no-repeat;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-page__left-plan-img:hover .about__experts-left-person-img-hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.blog-page__left-gallery {
    display: flex;
    flex-direction: column;
    padding: 70px 0;
}

.blog-page__left-gallery > * + * {
    margin-top: 30px;
}

.blog-page__left-food-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 55px;
}

.blog-page__left-food-wrap > * + * {
    margin-top: 30px;
}

.blog-page__left-food-item {
    /* display: flex;
    flex-direction: column; */
}

.blog-page__left-food-item > * + * {
    margin-top: 20px;
}

.blog-page__left-food-item ul li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1a1a1a;
    padding-left: 13px;
}

.blog-page__left-food-item ul li:before {
    content: '';
    position: absolute;
    background: #ff7a00;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
}

.blog-page__left-equipment {
    padding: 45px 0;
    border-top: 2px solid #ff7a00;
    border-bottom: 2px solid #ff7a00;
    display: flex;
    flex-direction: column;
    margin: 100px 0;
}

.blog-page__left-equipment > * + * {
    margin-top: 40px !important;
}

.blog-page__left-equipment-list > * + * {
    margin-top: 10px;
}

.blog-page__left-equipment-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.blog-page__left-equipment-col {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
}

.blog-page__left-equipment-col > * + * {
    margin-top: 20px;
}

.blog-page__left-equipment-checklist > * + * {
    margin-top: 10px;
}

.blog-page__left-equipment-checklist p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    padding-left: 30px;
}

.blog-page__left-equipment-checklist p:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/orange-tick.svg)
        center no-repeat;
    width: 15px;
    height: 12px;
    background-size: contain;
    left: 0;
    top: 5px;
}

.blog-page__left-equipment-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.blog-page__left-equipment-buttons > * + * {
    margin-left: 30px;
}

.blog-page__left-questions {
    padding: 0 0 60px;
    width: 100%;
}

.blog-page__left-questions h2 {
    margin-bottom: 15px;
}

.blog-page__left-questions > * + * {
    margin-top: 40px;
}

.blog-page__left-questions-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 20px 10px 0;
}

.blog-page__left-questions-title .display-buttons {
    display: flex;
    align-items: center;
}

.blog-page__left-questions-title .display-buttons > * + * {
    margin-left: 30px;
}

.blog-page__left-questions-title .display-buttons .display-all {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
    padding-left: 22px;
}

.blog-page__left-questions-title .display-buttons .display-all:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/templates/adventure_2020/img/icons/plus.svg) center
        no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}

.blog-page__left-questions-title .display-buttons .remove-all {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
    padding-left: 22px;
}

.blog-page__left-questions-title .display-buttons .remove-all:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/templates/adventure_2020/img/icons/minus.svg) center
        no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}

.blog-page__left-questions-item {
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 20px 10px 0;
    cursor: pointer;
}
.blog-page__left-questions-item-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-page__left-questions-item .question-btn {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #1a1a1a;
    width: 100%;
    text-align: left;
    padding: 0 25px 0 0;
}

.blog-page__left-questions-item .question-btn:before {
    /* content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/plus.svg) center
        no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
}

.blog-page__left-questions-item-text {
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    transition: 0.3s all ease;
}

.blog-page__left-questions-item-text ul {
    margin-top: 8px;
}

.blog-page__left-questions-item-text li {
    margin-bottom: 10px;
    padding-left: 14px;
}

.blog-page__left-questions-item-text li:before {
    content: '';
    position: absolute;
    background: #ff7a00;
    width: 4px;
    height: 4px;
    left: 0;
    top: 10px;
}

.blog-page__left-questions-item-text > * + * {
    margin-top: 10px;
}

.blog-page__left-questions-item.active .blog-page__left-questions-item-text {
    opacity: 1;
    visibility: visible;
    position: relative;
    height: initial;
}

.blog-page__left-questions-item.active
    .blog-page__left-questions-item-text
    li
    a {
    color: #028fde;
    text-decoration: underline;
}

.blog-page__right {
    max-width: 367px;
    width: 100%;
}

.blog-page__right-wrap {
    display: flex;
    flex-direction: column;
    padding: 29px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.blog-page__right-wrap .toure_region_list {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}

.blog-page__right-wrap .toure_region_list h4 {
    display: inline-block;
    margin-right: 15px;
    border: none;
    padding-bottom: 0;
    font-size: 18px;
}

.blog-page__right-wrap.in-vision {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.blog-page__right-wrap:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/markup.svg) center
        no-repeat;
    top: 0;
    right: 30px;
    width: 16px;
    height: 25px;
}

.blog-page__right-wrap > * + * {
    margin-top: 21px;
}

.blog-page__right-wrap p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.blog-page__right-wrap-dates-btn_right p {
    border: 1px solid #eee;
    border-radius: 4px;
    vertical-align: baseline;
    line-height: 30px;
    padding: 0 5px;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
        margin-right: 5px;
}

.blog-page__right-wrap-dates-btn_right p:hover {
    background-color: #ededed;
}

.blog-page__right-wrap-dates-btn_right p .b {
    color: #333;
}

.blog-page__right-wrap p a {
    font-size: 20px;
}

.blog-page__right-wrap h4 {
    color: #028fde;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}

.blog-page__right-wrap-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-page__right-wrap-text-item {
    display: flex;
    flex-direction: column;
}

.blog-page__right-wrap-text > * + * {
    margin-top: 16px;
}
.blog-page__right-wrap-text span.b {
    font-weight: bolder;
    color: #111;
}
.blog-page__right-wrap-text span {
    padding-left: 13px;
    display: block;
    color: #777;    
}




.blog-page__right-wrap-text span.b:before {
    content: '';
    position: absolute;
    background: #ff7a00;
    width: 5px;
    height: 5px;
    left: 0;
    top: 11px;
}

.blog-page__right-wrap-rating {
    padding: 10px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-page__right-wrap-rating > * + * {
    margin-left: 8px;
}

.blog-page__right-wrap-dates {
    display: flex;
    flex-direction: column;
    padding-bottom: 21px;
    border-bottom: 1px solid #cacaca;
}

.blog-page__right-wrap-dates > * + * {
    margin-top: 12px;
}

.blog-page__right-wrap-dates .text-open-btn {
    margin: 0 0 0 30px;
}

.blog-page__right-wrap-dates .text-open-btn:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/blue-arrow-bottm.svg)
        center no-repeat;
    width: 12px;
    height: 7px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-page__right-wrap-dates .text-open-btn span {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #028fde;
    border-bottom: 1px dashed;
}

.hidden {
    position: absolute;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.blog-page__right-wrap-dates-list .hidden {
    position: absolute;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.blog-page__right-wrap-price {
    display: flex;
    flex-direction: column;
}

.blog-page__right-wrap-price a,
.blog-page__right-wrap-price button {
    color: #0068c9;
}

.blog-page__right-wrap-price > * + * {
    margin-top: 14px;
}

.blog-page__right-wrap-price-text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a1a1a;
}

.blog-page__right-wrap-price-title {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #1f1f1f;
}

.blog-page__right-wrap-price .orange-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 18px;
    width: 100%;
}

.blog-page__right-wrap-price .blue-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 18px;
    width: 100%;
}

.blog-page__right-wrap-price .download-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #353e62;
    padding: 14px 18px;
    width: 100%;
    background-color: #dde5ea;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


.blog-page__right-wrap-price .download-btn:hover {
    background-color: #bddcf0;
}








.blog-page__right-wrap-links {
    padding: 21px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-page__right-wrap-links > * + * {
    margin-left: 28px;
}

.blog-page__right-wrap-questions {
    display: flex;
    flex-direction: column;
}

.blog-page__right-wrap-questions > * + * {
    margin-top: 16px;
}

.blog-page__right-wrap-questions a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #5b5b5b;
}

.blog-page__right-wrap-questions-text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #028fde;
}

.blog-page__right-wrap-dates.active .hidden {
    position: relative;
    visibility: visible;
    opacity: 1;
    height: initial;
}

.blog-page__right-wrap-dates.active .text-open-btn:before {
    transform: translateY(-50%) rotate(180deg);
}

.blog-page__right-map {
    display: flex;
    flex-direction: column;
}

body.tour-sticky .blog-page__right {
    /* position: fixed;
    right: 8%;
    top: 20px;
    z-index: 1;
    pointer-events: none; */
}

body.tour-sticky .blog-page__right-wrap-links,
body.tour-sticky .blog-page__right-wrap-questions,
body.tour-sticky .blog-page__right-wrap-rating,
body.tour-sticky .blog-page__right-wrap-text {
    display: none;
}

body.tour-sticky .blog-page {
    z-index: 88;
}

body.tour-sticky .blog-page.blog-page_v2 {
    z-index: 1;
}

.blog-page__right.blog-page__right-hidden.active > * {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.blog-page__expect {
    padding: 0 0 55px;
}

.blog-page__expect > * + * {
    margin-top: 40px;
}

.blog-page__expect-wrap > * + * {
    margin-top: 22px;
}

.blog-page__expect-wrap p {
    padding-left: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1a1a1a;
}

.blog-page__expect-wrap p:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/mount-transparent.svg)
        center no-repeat;
    width: 22px;
    height: 12px;
    left: 0;
    top: 4px;
}

.blog-page__expect-video {
    height: 460px;
}
.blog-page__expect-video iframe {
    width: 100%;
}
.blog-page .join__us-wrap {
    margin-top: 0;
}

.blog-page .join__us-wrap .join__us-list:before {
    border-left: 2px dashed #ff7a00;
}

.blog-page .join__us-wrap .join__us-list-item:before {
    background: #ff7a00;
}

.blog-page .join__us-wrap .join__us-list-item-title b {
    color: #ff7a00 !important;
}

.blog-page .join__us-wrap .join__us-list-item-title:first-letter {
    color: #ff7a00 !important;
}

.blog-page .join__us-wrap .join__us-info {
    border: 2px solid #ff7a00;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 40px 0px 0;
}

.blog-page .join__us-wrap .join__us-info-item {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.blog-page .join__us-wrap .join__us-info-item > * + * {
    margin-top: 10px;
}

.blog-page .join__us-wrap .join__us-info-item-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-page .join__us-wrap .join__us-info-item-text p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #000;
}

.blog-page .join__us-wrap .join__us-info-item-text > * + * {
    margin-left: 14px;
}

.blog-page .join__us-wrap .join__us-info-item-text .icons-wrap {
    display: flex;
    align-items: center;
}

.blog-page .join__us-wrap .join__us-info-item-text .icons-wrap > * + * {
    margin-left: 6px;
}

.blog-page .join__us-wrap .join__us-info-item-text .icons-wrap span {
    width: 18px;
    height: 18px;
}

.tour-page:after {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/rest-block/rest-block-bg.webp)
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 619px;
    bottom: 0;
    z-index: -1;
}

.tour-page .also-like {
    padding: 0 0 50px;
}

.tour-page__orange {
    background: #e8eff5;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    margin-bottom: 10px;
}

.tour-page__orange-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.tour-page__orange-item {
    display: flex;
    flex-direction: column;
    width:calc(100% / 2 - 15px);
}

.tour-page__orange-item > * + * {
    margin-top: 18px;
}

.tour-page__orange-item h2 {
    color: #028FDE;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tour-page__orange-item ul > * + * {
    margin-top: 8px;
}

.tour-page__orange-item ul li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-left: 40px;
    color: #000;
}

.tour-page__orange-item ul li span {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 2px;
    top: 0px;
}
.tour-page__orange-item ul li span img {
    display: block;
    max-width: 100%;
    height: auto;
    width: fit-content;

    /* filter: grayscale(1) brightness(0.6); */
}




ul.dot_list  {
    margin-top: 8px;
}

ul.dot_list li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-left: 15px;
    color: #000;
}

ul.dot_list li:before {
    content: '';
    position: absolute;
    background: #000;
    width: 4px;
    height: 4px;
    left: 0;
    top: 10px;
}

.clarification {
    padding: 68px 0 60px;
    background-color: #fbfcff;
}

.clarification__wrap {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
}

.clarification__wrap > * + * {
    margin-top: 42px;
}

.clarification__item b {
    font-weight: 600;
    color: #000;
}

.way-to {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #fbfcff;
}

.way-to__wrap {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
    overflow: hidden;
    flex-wrap: wrap;
}

.way-to__wrap-img {
    width: 100%;
    min-height: 500px;
}

.way-to__wrap-img iframe {
    height: 100%;
    border: none;
    min-height: 500px;
}

.way-to__wrap-img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.way-to__wrap-text {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    min-height: 100%;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.way-to__wrap-text h2 {
    margin-bottom: 50px;
}

.way-to__wrap-text > * + * {
    margin-top: 32px;
}

.way-to__wrap-text-item > * + * {
    margin-top: 12px;
}

.way-to__wrap-text-item p {
    font-size: 16px;
    line-height: 130%;
    font-family: Lato, sans-serif;
    color: #000;
}

.warning-title {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ff7a00;
    padding-left: 34px;
}

.warning-title:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/warning.svg)
        center no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.equip-item {
    display: block;
    position: relative;
    padding-left: 35px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.equip-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.equip-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #fbfcff;
    border: 1px solid #000;
}

.equip-item input:checked ~ .equip-checkmark {
    border-color: #ff7a00;
}

.equip-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.equip-item input:checked ~ .equip-checkmark:after {
    display: block;
}

.equip-item .equip-checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #ff7a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-title {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2b2b2b;
    padding-left: 33px;
}

.check-title:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/round-tick.svg)
        center no-repeat;
    width: 19px;
    background-size: contain;
    height: 19px;
    left: 0;
    top: 3px;
}

.print-btn {
    padding: 16px 0;
    width: 240px;
    height: 58px;
    text-align: center;
    border: 2px solid #ff7a00;
    box-sizing: border-box;
    border-radius: 6px;
}

.print-btn:hover {
    border-color: #ff4d00;
}

.print-btn span {
    padding-left: 26px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
}

.print-btn span:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/printer.svg)
        center no-repeat;
    background-size: contain;
    width: 16px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.copy-btn {
    padding: 16px 0;
    width: 240px;
    height: 58px;
    text-align: center;
    border: 2px solid #ff7a00;
    box-sizing: border-box;
    border-radius: 6px;
}

.copy-btn:hover {
    border-color: #ff4d00;
}

.copy-btn span {
    padding-left: 26px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
}

.copy-btn span:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/copy.svg) center
        no-repeat;
    background-size: contain;
    width: 16px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.booking {
    padding-bottom: 80px;
    /* background: #fff */
}

.booking__btn {
    text-align: center;
    margin-top: 25px;
}

.booking__btn-item {
    margin-left: 27px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #ff7a00;
    border-bottom: 1px dashed #ff7a00;
}

.booking__btn-item:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/plus-square.svg)
        center no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}

.booking__wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.booking__wrap.active .booking__item-hidden {
    opacity: 1;
    visibility: visible;
    height: initial;
    position: relative;
    display: flex;
}

.booking__item {
    padding: 13px 0 23px;
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    transition: 0.3s all ease;
    /* flex-wrap: wrap; */
}

.booking__item-hidden {
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.booking__item-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    gap: 10px;
}

.has_difference .booking__item-right p,
.has_difference .booking__item-right b {
    color: #a00a0a;
}

.booking__item-right > * + * {
    /* margin-left: 100px; */
}

.booking__item-right .orange-btn {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.booking__item p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #000;
}

.tour__feedback {
    padding-bottom: 80px;
    background-color: #fbfcff;
}

.tour__feedback-wrap {
    max-width: 889px;
}

.tour__feedback-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tour__feedback-title .orange-btn span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 0 0 0 25px;
}

.tour__feedback-title .orange-btn span:before {
    content: '';
    position: absolute;
    background: url(/local/templates/adventure_2020/img/icons/comment-pen.svg)
        center no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
}

.tour__feedback .tabs-feedback {
    margin-top: 80px;
    padding-bottom: 280px;
}

/* Пустой блок отзывов: без текста «отзывов нет», только оформление под секцию */
.tour__feedback--empty .tour__feedback-placeholder {
    margin-top: 40px;
    padding: 52px 24px 56px;
    text-align: center;
    border-radius: 12px;
    border: 1px dashed rgba(2, 143, 222, 0.35);
    background: linear-gradient(
        180deg,
        rgba(2, 143, 222, 0.06) 0%,
        rgba(251, 252, 255, 0) 65%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tour__feedback--empty .tour__feedback-placeholder::before {
    display: block;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.35em;
    color: rgba(2, 143, 222, 0.35);
    content: "★★★★★";
    font-family: Arial, Helvetica, sans-serif;
}

.galleymain {
    width: 100%;
    padding: 40px 0px 30px !important;
}

.galleymain .galleymain__cont {
    max-width: 1131px;
    width: 100%;
    margin: 0 auto;
}

.galleymain .galleymain__cont .galleymain__title {
    width: 100%;
    margin-bottom: 20px;
}

.galleymain .galleymain__cont .galleymain__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 140px);
    grid-gap: 13px;
    position: relative;
}

.galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
}

.galleymain .galleymain__cont .galleymain__grid a:nth-child(2) { grid-column: 4; grid-row: 1; }
.galleymain .galleymain__cont .galleymain__grid a:nth-child(3) { grid-column: 5; grid-row: 1; }
.galleymain .galleymain__cont .galleymain__grid a:nth-child(4) { grid-column: 4; grid-row: 2; }
.galleymain .galleymain__cont .galleymain__grid a:nth-child(5) { grid-column: 5; grid-row: 2; }

@media (max-width: 767px) {
  .galleymain .galleymain__cont .galleymain__grid a:nth-child(2),
  .galleymain .galleymain__cont .galleymain__grid a:nth-child(3),
  .galleymain .galleymain__cont .galleymain__grid a:nth-child(4),
  .galleymain .galleymain__cont .galleymain__grid a:nth-child(5) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}





.galleymain .galleymain__cont .galleymain__grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}






.galleymain .galleymain__cont .galleymain__title h1 {
    margin-bottom: 14px;
}

.galleymain .galleymain__cont .galleymain__title .status {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.galleymain .galleymain__cont .galleymain__title .status p {
    width: auto;
    padding: 4px 16px;
    border-radius: 15px;
   font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
    margin-right: 20px;
}

.galleymain .galleymain__cont .galleymain__title .status p:last-child {
    margin-right: 0;
}

.galleymain .galleymain__cont .galleymain__title .status .orange {
    background: #ff7a00;
}

.galleymain .galleymain__cont .galleymain__title .status .blue {
    background: #028fde;
}

.galleymain .galleymain__cont .galleymain__grid .moregallery,
.galleymain .galleymain__cont .galleymain__grid .moregaller2 {
    position: absolute;
    
    background: linear-gradient(
        0deg,
        rgba(2, 143, 222, 0.5),
        rgba(2, 143, 222, 0.5)
    );
    border-radius: 5px;
    width: 178px;
    height: 138px;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    color: #ffffff;

    grid-column: 5; grid-row: 2;

}

.galleymain .galleymain__cont .galleymain__grid .moregallery svg,
.galleymain .galleymain__cont .galleymain__grid .moregaller2 svg {
    display: block;
    margin-bottom: 10px;
}

.galleymain .galleymain__cont .galleymain__grid a {
    width: auto;
    height: auto;
    display: none;
}



.moregallery-overlay {
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(2, 143, 222, 0.5),
        rgba(2, 143, 222, 0.5)
    );
    pointer-events: none;
    border-radius: 5px;
    right: 0;
    bottom: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 5 / 5;
    grid-row: 2;
    width: 100%;
    height: 100%;
}

.galleymain .galleymain__cont .galleymain__grid a:nth-child(1),
.galleymain .galleymain__cont .galleymain__grid a:nth-child(2),
.galleymain .galleymain__cont .galleymain__grid a:nth-child(3),
.galleymain .galleymain__cont .galleymain__grid a:nth-child(4),
.galleymain .galleymain__cont .galleymain__grid a:nth-child(5) {
    display: block;
}

.galleymain .galleymain__cont .galleymain__grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {

    .galleymain {
        padding: 20px 0 30px !important;
    }

    .galleymain .galleymain__cont .galleymain__grid a:first-child img {
        height: 266px;
        width: 100%;
    }

    .galleymain .galleymain__cont .galleymain__title {
        min-height: 54px;
    }
}



.galleymain__nearest-date {
    width: fit-content;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    background: #ff7a00;
    border-radius: 15.5px;
    padding: 5px 12px 5px 12px;
    color: #fff;
    margin-bottom: 10px;
    text-align:center;
}
.galleymain__nearest-date span {
}
.galleymain__nearest-date span i {
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
}
.galleymain__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    padding: 10px 40px 10px 25px;
    margin-bottom: 35px;
}
.galleymain__container-list {
    margin-bottom: 20px;
}
.galleymain__container-list .blog-page__activities-btn {
    margin-top: 10px;
}
.galleymain__container-list .blog-page__activities-btn .text-open-btn span {
    font-size: 16px;
}
.galleymain__list {
} 
.activity-row {
    /* display: flex;
    align-items: center;     */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    flex-wrap: wrap;
    gap: 10px 10px;

}
.activity-row__item {
    flex: 0 0 33%;
}
.activity-row__item a {
    /* margin-right: 10px; */
}


.activity-row__item,
.activity-row__item a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.activity-row__item a {
    width: 100%;
}

.activity-row__item a:hover p {
    color: #028fde;
}

.activity-row__item p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #19001D;
    white-space: normal;
}
.activity-row__item-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
        flex-shrink: 0;
}
.activity-row__item-img img {
    width: 100%;
    height: 100%;
}
.activity-row.active .activity-row__item--hidden {
    opacity: 1;
    visibility: visible;
    height: initial;
    position: relative;
}
.activity-row__item--hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
}

.orange_hack {
    color: #ff7a00 !important;
}

.blog-page__right-wrap-dates p.hidden {
    display: block;
}
.blog-page__right-wrap-dates.active .list-scrollbar {
    overflow-y: auto;
    scrollbar-color: rgba(167, 167, 167, 0.5) #fff;
    scrollbar-width: thin;
	max-height: 300px;
}
.list-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #E8E9E8;
}
.list-scrollbar::-webkit-scrollbar-track {
    background-color: #E8E9E8;
    border-radius: 4px;
}
.list-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #028fde;
}
.join__us-wrap > * + * {
    margin-top: 40px;
}

.join__us-list > * + * {
    margin-top: 55px;
}

.blog-page .join__us-wrap .join__us-list:before {
    border-left: 2px dashed #ff7a00;
}

.join__us-list:before {
    content: '';
    position: absolute;
    height: 99.6%;
    border-left: 2px dashed #0068c9;
    bottom: 0;
    left: 0;
}

.join__us-list-item:before {
    content: '';
    position: absolute;
    background: #0068c9;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

.join__us-list-item {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.blog-page .join__us-wrap .join__us-list-item:before {
    background: #ff7a00;
}

.join__us-list-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #000;
}

.join__us-list-item-title .b {
    color: #ff7a00;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.join__us-list-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.join__us-list-item > * + * {
    margin-top: 10px;
}

.mobile-footer {
    font-family: Lato, sans-serif;
    font-style: normal;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 0px 8px -1px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 0px 8px -1px rgba(34, 60, 80, 0.15);
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
} */
.blog-page__right-wrap-questions-links {
    display: flex;
    flex-direction: column;
}
.mobile-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-footer__info {
}

.mobile-footer__price {
    font-weight: 600;
    display: inline-block;
    /* margin-right: 10px; */
}

.mobile-footer__days {
    position: relative;
    padding-left: 20px;
    background-image: url('/local/templates/adventure_2020/img/calendar-footer.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 17px;
    font-size: 14px;
}
.mobile-footer__btn span {
    padding-right: 0px;
}
.mobile-footer__btn span:before {
    display: none;
}
.mobile-footer__btn {
    width: 260px;
    flex-shrink: 0;
}
.tour-nav {
    font-family: 'Lato', sans-serif;
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    background: #eef5f9;
    z-index: 90;
    transition: 0.2s;
}
.tour-nav__container,
.tour-nav__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tour-nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    max-width: 590px;
}

.tour-nav__link {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: #3d3d3d;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}

.tour-nav__link:hover,
.tour-nav__link.active {
    border-color: #028fde;
}
.tour-nav__info {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #3d3d3d;
    margin: 0px 25px;
    flex-shrink: 0;
}
.tour-nav__btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%;
    border-radius: 0px;
}
.tour-nav__days {
    padding: 0 20px 0px 25px;
    background-image: url('/local/templates/adventure_2020/img/calendar_blue.svg');
    background-position: 0% left;
    background-repeat: no-repeat;
    background-size: 17px;
}
.tour-nav__days i{
    font-weight: 700;
    font-style: normal;
}
.tour-nav__price {
    font-weight: 700;
}
.tour-nav__price i {
    font-weight: 400;
    color: #028fde;
}










@media(max-width: 865px){

    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: auto;
        grid-row-end: auto;
        height: 440px;
    }

    .galleymain .galleymain__cont .galleymain__grid a {
        height: 140px;
    }

    .galleymain .galleymain__cont .galleymain__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-gap: 13px;
    }

    .galleymain .galleymain__cont .galleymain__title h1 {
        font-size: 24px;
    }

    .galleymain .galleymain__cont .galleymain__title .status p {
        padding: 4px 10px;
        font-size: 14px;
        margin-right: 16px;
    }

    /* Адаптивные стили для программы тура */
    .tour-day-title {
        font-size: 20px;
    }

    .tour-day-subtitle {
        font-size: 15px;
    }

    .galleymain .galleymain__cont .galleymain__grid a:nth-child(5) {
        display: none;
    }

    .moregallery-overlay {
        grid-column: 3/4;
        grid-row: 2/3;
    }
}




@media(max-width: 620px){






    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        height: 266px;
    }
    .galleymain .galleymain__cont .galleymain__grid a{
        height: 128px;
    }

    .galleymain .galleymain__cont .galleymain__title h1{
        font-size: 20px;
    }
    .galleymain .galleymain__cont .galleymain__title .status{
        flex-direction: column;
        align-items: flex-start;
    }
    .galleymain .galleymain__cont .galleymain__title .status p {
        padding: 4px 8px;
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .galleymain .galleymain__cont .galleymain__title .status p:last-child{
        margin-bottom: 0;
    }
    

    
    .tour-timeline {
        left: 20px;
    }
    
    .tour-day-marker {
        left: -20px;
        width: 16px;
        height: 16px;
    }
    
    .toggle-btn {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
    
    .tour-day-title {
        font-size: 18px;
    }
    
    .tour-day-subtitle {
        font-size: 14px;
    }
}




@media(max-width: 420px){
    
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: auto;
        grid-column-end: auto;
        height: 193px;
    }
    .galleymain .galleymain__cont .galleymain__grid a{
        height: 193px;
    }
    .galleymain .galleymain__cont .galleymain__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-gap: 20px;
    }
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(4),.galleymain .galleymain__cont .galleymain__grid a:nth-child(5),.galleymain .galleymain__cont .galleymain__grid a:nth-child(6),.galleymain .galleymain__cont .galleymain__grid a:nth-child(7){
        display: none;
    }
    
    /* Адаптивные стили для программы тура */
    .tour-expand-all-btn {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }

}

@media screen and (max-width: 1279px) {
    body.tour-sticky .blog-page__right {
        right: 3%;
    }
    .join__us-list-item {
        padding-left: 20px;
    }
}

.blog-page__right-wrap-links .header__content-media {
    display: flex;
}

@media screen and (max-width: 1023px) {
    .blog-page__right-container {
        display: block;
        width: 100%;
    }
    .tour-page__content-sticky {
        display: none;
    }
    .blog-page__activities-btn {
        display: block;
    }
    .tour-nav {
        display: none;
    }
    .blog-page__left {
        width: 100%;
        padding-right: 0;
    }

    body.tour-sticky .blog-page__right {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        z-index: initial !important;
    }

    body.tour-sticky .blog-page__right-wrap-links,
    body.tour-sticky .blog-page__right-wrap-questions,
    body.tour-sticky .blog-page__right-wrap-rating {
        display: flex !important;
    }

    body.tour-sticky .blog-page__right-wrap-text {
        display: block !important;
    }

    .blog-page__right {
        max-width: 100%;
    }

    .blog-page__right-wrap-price .blue-btn,
    .blog-page__right-wrap-price .orange-btn,
    .blog-page__right-wrap-price .download-btn {
        max-width: 360px;
    }

    .blog-page__right-wrap {
        margin-bottom: 50px;
    }

    .blog-page__right-map {
        margin-top: 50px;
    }

    .blog-page__right-hidden {
        display: none;
    }
    .blog-page__right-wrap-dates.active .list-scrollbar {
		overflow-y: unset;
		max-height: 100%;
	}
    
}
@media (max-width: 991px) {
    .mobile-footer {
        display: block;
        z-index: 100;
    }
    .table-wrapper {
        overflow-x: auto;
        padding-bottom: 15px;
        position: relative;
    }
    .table-wrapper::before {
        position: absolute;
        content: '';
        top: 5px;
        left: 5px;
        /* transform: translateX(-50%); */
        background-image: url(/local/templates/adventure_2020/img/icons/cursor.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
        opacity: 0.5;
    }
    .table-wrapper.active::before {
        width: 50px;
        height: 50px;
    }
}


@media screen and (max-width: 767px) {
    .blog-page__left-questions-title {
        align-items: flex-start;
        margin-bottom: 20px;
        padding: 0 0 20px;
        flex-direction: column;
    }

    .blog-page__left-questions-title > * + * {
        margin: 30px 0 0;
    }

    .blog-page__left-questions-title .display-buttons {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
    }

    .blog-page__left-questions-title .display-buttons .remove-all {
        margin: 0;
    }

    .blog-page__left-questions-title .display-buttons > * + * {
        margin: 20px 0 0;
    }

    .blog-page .join__us-wrap .join__us-info {
        display: block;
    }

    .blog-page .join__us-wrap .join__us-info-item {
        width: 100%;
        margin: 20px 0;
    }

    .way-to__wrap {
        flex-direction: column;
    }

    .way-to__wrap-img {
        max-width: 100%;
        width: 100%;
    }

    .way-to__wrap-text {
        max-width: 100%;
        width: 100%;
    }

    .booking__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking__item > * + * {
        margin-top: 14px;
    }

    .booking__item p {
        max-width: 100%;
    }

    .booking__item-right {
        max-width: 100%;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .booking__item-right * + * {
        margin-left: 0;
    }

    .booking__item-right p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (max-width: 639px) {
    .blog-page__activities-item {
        width: calc(100% / 2 - 30px);
        margin: 0 15px 30px;
    }

    .blog-page__left-equipment-col {
        width: 100%;
        margin: 0 15px 30px;
    }

    .blog-page__left-rooms-col {
        width: 100%;
        margin: 0 15px 30px;
    }

    .blog-page__left-rooms-col:last-child {
        margin: 0 15px;
    }

    .blog-page__left-equipment-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-page__left-equipment-buttons > * + * {
        margin: 30px 0 0;
    }

    .tour-page__orange {
        margin: 10px 0 0;
        padding: 20px 0 20px;
    }

    .tour-page__orange-item {
        width: 100%;
        margin: 0 15px 30px;
    }
}

@media (max-width: 620px) {
    .moregallery-overlay {
        grid-column: 2/3;
        grid-row: 3/4;   
    }
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        height: 266px;
    }
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(5) {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .activity-row {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    .clarification__item {
        position: relative;
    }


    .booking__item p {
        font-size: 16px;
    }

    .booking__item-right .orange-btn {
        font-size: 14px;
        line-height: 17px;
        padding: 12px 24px;
    }

    .blog-page__right-wrap {
        padding: 30px 20px;
    }

    .equip-item {
        padding-left: 25px;
    }

    .way-to__wrap-text {
        margin-top: 10px;
    }

    .blog-page__left-gallery {
        padding: 30px 0px;
    }

    .blog-page__left-equipment {
        margin: 30px 0px;
    }

    .blog-page__left-questions {
        padding-bottom: 0px;
    }

    .way-to__wrap-text h2 {
        margin-bottom: 20px;
    }

    .way-to {
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .blog-page__right-wrap-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-page__right-wrap-links > * + * {
        margin: 20px 0 0;
    }

    .booking {
        padding-bottom: 36px;
    }

    .tour__feedback-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .tour__feedback-title > * + * {
        margin-top: 30px;
    }

    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: auto;
        grid-column-end: auto;
        height: 193px;
    }
}


@media (max-width: 576px) {
    .blog-page__activities-btn {
        display: flex;
        justify-content: center;
    }
    .activity-row__item-img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
}
.table-wrapper {
    overflow-x: auto;
    padding-bottom: 15px;
    position: relative;
}
.clarification__item * .table-wrapper {
    overflow-x: auto;
    padding-bottom: 15px;
}
.clarification__item span {
    display: inline;
}
.toure-item a {
    color: #ff7a00;
    transition: color .3s ease-in-out;
}
.toure-item a:hover {color: #ffb065;}


@media (max-width: 620px) {
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        height: 266px;
    }

    .galleymain .galleymain__cont .galleymain__grid a {
        height: 128px;
    }


    .galleymain .galleymain__cont .galleymain__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 13px;
        height: auto;
    }



    .galleymain .galleymain__cont .galleymain__title h1 {
        font-size: 20px;
    }

    .galleymain .galleymain__cont .galleymain__title .status {
        flex-direction: column;
        align-items: flex-start;
    }

    .galleymain .galleymain__cont .galleymain__title .status p {
        padding: 4px 8px;
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .galleymain .galleymain__cont .galleymain__title .status p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    .clarification__wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
    .activity-row__item, .activity-row__item a {
        /* white-space: nowrap; */
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 1;
    }
    .activity-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .activity-row__item-img {
        width: 35px;
        height: 35px;
    }
    .clarification__item table td {
        padding: 3px 5px;
    }

    .clarification__item table td {
        font-size: 12px;
    }

    .galleymain .galleymain__cont .galleymain__grid a:nth-child(1) {
        grid-column-start: auto;
        grid-column-end: auto;
        height: auto;
    }

    .galleymain .galleymain__cont .galleymain__grid a {
        height: 193px;
    }

    .galleymain .galleymain__cont .galleymain__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-gap: 20px;
    }

    .galleymain .galleymain__cont .galleymain__grid a:nth-child(4),
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(5),
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(6),
    .galleymain .galleymain__cont .galleymain__grid a:nth-child(7) {
        display: none;
    }
    .moregallery-overlay {
        grid-column: 1/2;
        grid-row: 3/4;   
    }
}

@media(max-width: 375px){
    .mobile-footer__btn {
        width: 255px;
    }
}

