.site_top_bar_scroll, .scroll_anchor {
    display: none!important;
}

.main-post a {
    color: #fff;
}

.slick-slider {
    max-width: 1260px;
}

.main-post h1,
.main-post h2,
.main-post h3,
.main-post h4,
.main-post h5,
.main-post h6 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: Inter, sans-serif;
}

.main-post h1 {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.32px;
}

.main-post h2 {
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 600;
    line-height: 110%;
}

.main-post h3 {
    font-size: 32px;
    font-weight: 700;
}

.main-post h4 {
    color: #555;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.2px;
}

.main-post h5 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.18px;
}

.main-post h6 {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.17px;
}

.head-wrap {
    width: 100%;
    min-height: 300px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.head-wrap-bg {
    max-width: 1560px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.head-wrap-content {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 435px;
    position: relative;
}

.head-wrap-content:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.head-wrap-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    font-family: Inter, sans-serif;
    padding: 0 42px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.destinations_head_bg {
    max-width: 1420px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 90px;
    text-align: center;
}

.destinations_head_bg p {
    color: #3C3C3C;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.breadcrumbs_wrap {
    background: var(--primary-color);
    margin-top: 10px;
}

.breadcrumbs {
    max-width: 1560px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 20px;
}

.breadcrumbs img {
    height: 35px;
    width: 35px;
}

.breadcrumbs a {
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span.separator {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin-top: -3px;
}

.main__content {
    max-width: 1340px;
    margin: 0 auto;
    padding: 30px 10px 0;
}

.main__content li {
    list-style: circle;
}

.title_button_wrap {
    max-width: 1560px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_button_wrap_title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #3C3C3C;
    padding-right: 50px;
}

.title_button_wrap_title span {
    color: var(--secondary-color);
}

.title_button_wrap_btn {
    padding-left: 10px;
}

.title_button_wrap_btn a {
    align-items: center;
    background: var(--button-bg-color);
    border: 2px solid var(--button-bg-color);
    border-radius: 50rem;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
    color: var(--button-text-color);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    min-width: 210px;
    overflow: hidden;
    padding: 1rem 3rem;
    position: relative;
    transition: 0.25s;
}

.title_button_wrap_btn a::after {
    animation: site_button_shine 3.5s ease-in-out infinite;
    animation-fill-mode: forwards;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.5) 0,
        rgba(255, 255, 255, 0.5) 77%,
        rgba(255, 255, 255, 0.8) 92%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 70%;
    left: -160%;
    opacity: 0;
    position: absolute;
    top: -130%;
    transform: rotate(120deg);
    width: 200px;
}

.title_button_wrap_btn a:hover {
    background: var(--button-hover-bg-color);
    border-color: var(--button-hover-bg-color);
    color: var(--button-hover-text-color);
}

.title_button_wrap_btn a i {
    color: var(--button-text-color);
    animation: bounce-vertical 0.8s ease-in-out infinite;
}

.title_button_wrap_btn a:active {
    border-color: var(--button-hover-bg-color);
}

.hotel_descrption_block {
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease-out;
}

.hotel_descrption_block p,
.hotel_descrption_block strong,
.post_full_text p,
.post_full_text strong,
.post_full_text span {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #3C3C3C;
}

.hotel_descrption_block p,
.post_full_text p {
    margin-bottom: 13px;
}

.tour_info_title_h {
    font-size: 18px;
    margin-bottom: 0 !important;
    font-family: Inter, sans-serif;
}

.tour_info_description i.fa-check {
    color: var(--primary-color);
    margin-right: 3px;
}

.tour_info_description {
    display: flex;
    flex-wrap: wrap;
}

.tour_info_description > div {
    padding-right: 20px;
    font-family: Inter, sans-serif;
}

.hotel_descrption_block .tour_info_description > div {
    padding-right: 30px;
}

.tour_info_accommodation .hot_description_title {
    font-family: Inter, sans-serif;
    margin-bottom: 3px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
}

.hotel_descrption_block .tour_info_accommodation .hot_description_title {
    font-size: 16px;
    font-weight: 700;
}

.tour_info_other_services {
    font-size: 13px;
}

.tour_info_other_services .hot_description_title {
    margin-bottom: 3px;
    font-size: 12px;
    margin-top: 5px;
    font-family: Inter, sans-serif;
}

.hotel_descrption_block .tour_info_other_services .hot_description_title {
    font-size: 16px;
    font-weight: 700;
}

.tour_info_transport .tour_info_title {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-family: Inter, sans-serif;
}

.hotel_descrption_block .tour_info_transport .tour_info_title {
    font-size: 16px;
    font-weight: 700;
}

.tour_info_description .tour_info_accommodation {
    order: 1;
}

.tour_info_description .tour_info_transport {
    order: 2;
}

.tour_info_description .tour_info_other_services {
    order: 3;
}

.about_top_description2 {
    margin-bottom: 35px;
}

.about_top_description2 p {
    color: #3C3C3C;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter, sans-serif;
    line-height: 130%;
    margin-bottom: 10px;
}

.post_full_text a {
    color: var(--secondary-color);
}

.post_full_text_readmore_block {
    width: 100%;
}

.post_full_text_readmore_block a {
    width: 99%;
    margin: 36px auto;
    min-height: 132px;
    background: #FEFEFE;
    box-shadow: 4px 4px 10px 0 rgba(60, 60, 60, 0.25);
    padding: 34px 100px;
    display: flex;
    align-items: center;
}

.post_full_text_readmore_block > a > svg {
    width: 64px;
    height: 64px;
    margin-right: 48px;
}

.wait {
    position: relative !important;
    height: 200px !important;
}

.wait::after {
    background: none;
}

.lb-data .lb-number {
    display: none !important;
}

.post-photos-slider-container {
    position: relative;
    margin: 20px 0;
    padding: 0;
}

.post-photos-slider {
    position: relative;
    overflow: visible;
}

.post-photos-slider .slick-slide {
    padding: 0 10px;
}

.post-photos-slider .slick-slide > div {
    height: 100%;
}

.post-photos-slider .slick-track {
    padding: 0;
}

.post-photo-slide {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post_photo_item_img {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.post_photo_item_img a,
.post_photo_item_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.post_photo_item_img img {
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-photos-slider .slick-center {
    z-index: 2;
    position: relative;
}

.post-photos-slider .slick-prev,
.post-photos-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.post-photos-slider .slick-prev::before,
.post-photos-slider .slick-next::before {
    font-size: 55px;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: block;
}

.post-photos-slider .slick-prev:hover,
.post-photos-slider .slick-next:hover {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

.post-photos-slider .slick-prev {
    left: -25px;
}

.post-photos-slider .slick-next {
    right: -25px;
}

.post-photos-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
}

.post-photos-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.post-photos-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.post-photos-slider .slick-dots li button::before {
    font-size: 14px;
    font-weight: 900;
    height: 14px;
    line-height: 14px;
    width: 14px;
    margin: -7px 0 0 -7px;
    background: var(--primary-color);
}

.post-photos-slider .slick-dots li.slick-active button::before {
    background: var(--primary-color);
}

.post-photos-slider .slick-dots li.slick-active button {
    background: var(--primary-color);
    transform: scale(1.2);
}

@media (max-width: 1365px) {
    .head-wrap {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .breadcrumbs_wrap {
        margin-top: 60px;
    }

    .title_button_wrap {
        flex-wrap: wrap;
    }

    .title_button_wrap_title {
        padding-right: 0;
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .title_button_wrap_btn {
        padding-left: 0;
    }

    .title_button_wrap_btn a {
        margin: 0 auto;
        max-width: 390px;
        height: 48px;
        font-size: 15px;
        line-height: 18px;
    }

    .post_full_text_readmore_block a {
        width: 97%;
        margin: 20px auto;
        padding: 20px 45px;
        flex-wrap: wrap;
        text-align: center;
    }

    .post_full_text_readmore_block > a > svg {
        margin: 0 auto 5px;
        width: 48px;
        height: 48px;
    }

    .head-wrap-content {
        padding-bottom: 10px;
        justify-content: center;
        min-height: 200px;
    }

    .destinations_head_bg {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .post-photos-slider-container {
        margin-top: 0;
    }

    .title_button_wrap {
        justify-content: center;
        gap: 10px;
    }

    .head-wrap-bg {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs {
        margin: 15px auto 0;
        padding-top: 14px;
        padding-left: 12px;
    }

    .breadcrumbs i {
        margin-right: 5px;
    }

    .breadcrumbs span.separator {
        margin: 0 2px;
    }

    .main-post h2 {
        font-size: 24px;
    }

    .main-post h3 {
        font-size: 22px;
    }

    .hotel_descrption_block p,
    .hotel_descrption_block strong,
    .post_full_text p,
    .post_full_text strong,
    .post_full_text span {
        font-size: 15px;
    }

    .head-wrap {
        min-height: 200px;
    }

    .breadcrumbs img {
        height: 20px;
        width: 20px;
    }

    .breadcrumbs a {
        font-size: 14px;
    }

    .breadcrumbs span.separator {
        font-size: 14px;
    }

    .head-wrap-content h1 {
        font-size: 28px;
        padding: 0 16px;
    }

    .main-post h1 {
        font-size: 28px;
    }

    .post-photos-slider-container {
        margin-top: 0;
    }
}
