body {
    overflow-x: hidden;
}

p {
    margin: 0;
}

button:focus,
button:active {
    outline: none;
}

/* Experience */

.yamaha_banner_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0 65px;
}

.yamaha_banner_title {
    color: #231F20;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.yamaha_banner_text {
    font-family: 'Ubuntu-L';
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.yamaha_banner_text-list {
    margin-bottom: 8px;
}

.yamaha_banner_text-list>strong {
    font-weight: 700;
}

.yamaha_banner_text_list_box {
    margin-bottom: 15px;
    padding-left: 13px;
    list-style: none;
}

.yamaha_banner_img {
    width: 100%;
}

.yamaha_banner_img-reverse {
    order: -1;
}

.section_try_yamaha {
    margin-bottom: 100px;
}

.experience_page_title {
    color: #231F20;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.try_yamaha_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.try_yamaha_link {
    border-radius: 12px;
    border: 0.5px solid #B2B6B9;
    background: #FFF;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 200px;
    justify-content: space-between;
}

.try_yamaha_name {
    color: #42464F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.28px;
    border-bottom: 1px solid #42464F;

}

.try_yamaha_text {
    width: 210px;
    color: #42464F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.try_yamaha_btn {
    color: #42464F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.try_yamaha_link:hover {
    text-decoration: none;
    border: 0.5px solid #EF2924;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .15);
}

.try_yamaha_link:hover>.try_yamaha_name {
    color: #EF2924;
    border-bottom: 1px solid #EF2924;
}

.try_yamaha_link:hover>.try_yamaha_btn {
    color: #EF2924;
}

.section_experience_slider {
    margin-bottom: 150px;
}

.experience-arrow-next {
    right: -50px;
}

.experience-arrow-prev {
    left: -50px;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border: transparent;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 1px;
    cursor: pointer;
    color: white;
    background-color: #F6F6F6;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: red;
}

.slick-dots li button:before {
    color: transparent;
}

.slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-track {
    margin-left: inherit;
}

.slick-next,
.slick-prev {
    z-index: 20;
}

/* END  Experience */

/* DAY райди */
.experience_bg {
    padding: 50px 0;
    background: #F6F6F6;
}

.experience_bg_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.experience_bg_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.experience_bg_box-center {
    align-items: center;
}

.choose_technique_title {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.choose_technique_price {
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.choose_technique_price>span {
    color: #EF2924;
}

.choose_technique_btn {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #EF2924;
    color: #EF2924;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.choose_technique_btn:hover {
    border: 1px solid #EF2924;
    color: #fff;
    background-color: #EF2924;
    text-decoration: none;

}

.choose_techniqu-slider .slick-slide {
    margin: 0 10px;
}

.choose_technique_box {
    display: flex !important;
    max-width: 273px;
    flex-direction: column;
    gap: 20px;
    height: 310px;
    justify-content: space-between;
}

.choose_technique_box_trip {
    border-radius: 12px;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #00000012;
    height: 425px;
}

.choose_technique_info_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.choose_technique_info_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    justify-items: center;
}

.choose_technique_info_box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.choose_technique_info_box>span {
    color: #42464F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.choose_technique_info_price {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.28px;
}

.choose_technique_info_name {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
}

.experience_slider_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.experience_slider_head>.experience_page_title {
    margin: 0;
}

.slider_head_back {
    color: #EF2924;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.28px;
    background-color: transparent;
    border: none;
}

.slider_head_back:hover {
    opacity: 60%;
}

.choose_technique_img {
    height: 160px;
    object-fit: cover;

}

/* END DAY райди */

/* Tours */
.section_nearest_tours {
    margin: 40px 0 100px;
}

.nearest_tours_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nearest_tours_box {
    display: grid;
grid-template-columns: auto 1fr;
gap: 20px;


    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
}

.nearest_tours_img_wrap {
    width: 140px;
    height: 140px;
    border-radius: 10px;
}

.nearest_tours_img_wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.nearest_tours_info_title {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 365px;
}

.nearest_tours_info_text {
    font-family: 'Ubuntu-L';
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    max-width: 365px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.nearest_tours_info_wrapper .experience_btn {
    margin-top: 5px;
}

/* END Tours */

.experience_btn {
    width: 275px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #EF2924;
    background: #EF2924;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.experience_btn:hover {
    text-decoration: none;
    border-radius: 4px;
    background: transparent;
    color: #EF2924;

}

.experience_btn-mob {
    display: none;
}


/* Modal */

.scroll-hide {
    overflow: hidden;
}

.tours_modal_wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 75vh;
}

.nearest_tours_modal_cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(4px);
    z-index: 500;
    justify-content: center;
    align-items: center;

}

.nearest_tours_modal_cover.active {
    display: flex;
}

.nearest_tours_modal {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.12);
}

.tours_modal_close {
    margin: 0 0 0 auto;
    display: block;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    cursor: pointer;
}

.tours_modal_close:hover {
    opacity: 60%;
}

.tours_modal_head-img {
    width: 354px;
    height: 354px;
    margin-left: auto;
    object-fit: cover;
}

.tours_modal_head {
    display: grid;
    grid-template-columns: 355px 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.tours_modal_head_title {
    color: #1E1E1E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 45px;
}

.tours_modal_head_info_box {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;

}

.tours_modal_head_info_box>p {
    color: #616365;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.28px;
    line-height: normal;
    white-space: nowrap;
}

.tours_modal_head_info_box>span {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.tours_modal_info>p {
    font-family: 'Ubuntu-L';
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.tours_modal_btn {
    margin: 40px auto 40px;
}

.tours_modal_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.tours_modal_wrapper::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.tours_modal_wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

.tours_modal_accordion_heading::after {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDI1IDguMzAwMDRMMTAuODI1IDE2LjcyNUMxMC45MjUgMTYuODI1IDExLjAzMzMgMTYuODk2IDExLjE1IDE2LjkzOEMxMS4yNjY3IDE2Ljk4IDExLjM5MTcgMTcuMDAwNyAxMS41MjUgMTdDMTEuNjU4MyAxNyAxMS43ODMzIDE2Ljk3OSAxMS45IDE2LjkzN0MxMi4wMTY3IDE2Ljg5NSAxMi4xMjUgMTYuODI0NCAxMi4yMjUgMTYuNzI1TDIwLjY1IDguMzAwMDRDMjAuODgzMyA4LjA2NjcxIDIxIDcuNzc1MDUgMjEgNy40MjUwNUMyMSA3LjA3NTA0IDIwLjg3NSA2Ljc3NTA1IDIwLjYyNSA2LjUyNTA1QzIwLjM3NSA2LjI3NTA1IDIwLjA4MzMgNi4xNTAwNSAxOS43NSA2LjE1MDA1QzE5LjQxNjcgNi4xNTAwNSAxOS4xMjUgNi4yNzUwNSAxOC44NzUgNi41MjUwNUwxMS41MjUgMTMuODc1TDQuMTc1IDYuNTI1MDRDMy45NDE2NyA2LjI5MTcxIDMuNjU0IDYuMTc1MDQgMy4zMTIgNi4xNzUwNEMyLjk3IDYuMTc1MDQgMi42NzQzMyA2LjMwMDA0IDIuNDI1IDYuNTUwMDRDMi4xNzUgNi44MDAwNCAyLjA1IDcuMDkxNzEgMi4wNSA3LjQyNTA0QzIuMDUgNy43NTgzOCAyLjE3NSA4LjA1MDA0IDIuNDI1IDguMzAwMDRaIiBmaWxsPSIjNDI0NjRGIi8+Cjwvc3ZnPgo=);
    vertical-align: middle;
    display: inline-block;
    transform: rotate(0);
    background-size: contain;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 20px;
}

.active.tours_modal_accordion_heading::after {
    opacity: 50%;
    transform: rotate(-180deg);
}

.not-active.tours_modal_accordion_heading::after {
    transform: rotate(0deg);
}

.tours_modal_accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.tours_modal_accordion_heading {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: #F6F6F6;
    padding: 10px;
    cursor: pointer;
}

.tours_modal_accordion_heading>svg {
    width: 100%;
    height: 100%;
    max-width: 50px;
   max-height: 50px;
}


.tours_modal_accordion_heading>p {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.28px;
}

.tours_modal_accordion_contents {
    font-family: 'Ubuntu-L';
    padding: 30px 10px 10px 10px;
    display: none;
}

.tours_modal_accordion_heading.active+.tours_modal_accordion_contents {
    display: block;
}

.tours_modal_accordion_contents>p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: lowercase;
    margin-bottom: 5px;
}

.experience_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 70%;
    margin: 0 auto;
}

.experience_btn_form {
    width: 100%;
    margin-top: 0;
}

.experience_btn_form:focus,
.experience_btn_form:active {
    outline: none;
}

.checkbox.style-b.experience_checkbox {
    margin-bottom: 0;
}

.select_tour_box {
    width: 100%;
    padding: 14px 16px 13px;
    border-style: solid;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .06rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 15px;
    cursor: default;
}

.modal-fw-window .modal-title::before {
    display: none;
}

@media (max-width: 1200px) {
    .tours_modal_head {
        grid-template-columns: 30% 1fr;
    }

    .tours_modal_head-img {
        width: 100%;
        height: 65%;
        object-fit: contain;
    }

    .tours_modal_close {
        margin: 0 0 15px auto;
    }
}

@media (max-width: 991px) {
    .tours_modal_head {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .tours_modal_head-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tours_modal_head_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tours_modal_head_info_box {
        flex-direction: column;
    }

    .tours_modal_accordion {
        grid-template-columns: 1fr;
    }

    .choose_technique_btn:hover {
        color: #EF2924;
        background-color: transparent;
        text-decoration: none;
    }
}


/* END Modal */

@media (max-width: 1200px) {
    .yamaha_banner_wrapper {
        grid-template-columns: 1fr;
        margin: 30px 0 80px;
    }

    .try_yamaha_wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .try_yamaha_text {
        width: 100%;
    }

}

@media (max-width: 991px) {


    .nearest_tours_wrapper {
        grid-template-columns: 1fr;
    }

    .nearest_tours_box {
        align-items: flex-start;
    }



    .nearest_tours_info_title {

        white-space: inherit;
        text-overflow: inherit;
        overflow: hidden;
        max-width: 100%;
    }

    .nearest_tours_info_text {
        text-overflow: inherit;
        overflow: inherit;
        height: auto;
        -webkit-box-orient: inherit;

    }

    .nearest_tours_info_wrapper {
        width: 100%;
    }

    .nearest_tours_info_wrapper .experience_btn {
        margin-top: 25px;
    }

    .slick-slide {
        margin: 0 10px;
    }

    .experience_btn-desc {
        display: none;
    }
    .experience_btn-mob {
        display: flex;
        margin-top: 0;
        grid-column: span 2;
        width: 100%;
    }

}


@media (max-width: 768px) {
    .try_yamaha_wrapper {
        grid-template-columns: 1fr;
    }

    .experience-arrow-next {
        right: 10px;
    }

    .experience-arrow-prev {
        left: 10px;
    }

    .slick-dots {
        bottom: -30px !important;
    }

    .section_try_yamaha {
        margin-bottom: 80px;
    }

    .section_experience_slider {
        margin-bottom: 80px;
    }

    .experience_bg_wrapper {
        grid-template-columns: 1fr;
    }

    .yamaha_banner_img-reverse {
        order: 1;
    }

    .experience_btn {
        width: 100%;
    }

    .yamaha_banner_title {
        font-size: 24px;
    }

    .experience_bg_box-center {
        align-items: center;
    }

    .experience_slider_head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-direction: column;
        gap: 20px;
    }

    .choose_technique_info_box>span {
        white-space: nowrap;
        max-width: 155px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .tours_modal_accordion_heading>svg {
        max-width: 40px;
       max-height: 40px;
    }
}
.sorry-text{
    font-size: 24px;
    text-align: center;
}

.experience-li{
    margin: 0!important;
}

.price-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.amount-text, .amount{
    display: inline-block;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.amount-text{
    padding: 0 4px 0 4px;
}
