.triple_img_wrp {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4em;
    margin-top: 10.5em;
}

.hammam .triple_img_wrp span.h1 {
    font-size: 12em;
    text-transform: uppercase;
    font-weight: 200;
    align-self: flex-start;
    line-height: 1;
}

.hammam .triple_img_wrp p.h1 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 200;
    align-self: flex-start;
    text-align: end;
}

.hammam .triple_img_wrp p.txt_l {
    width: 50%;
}

.triple_img_wrp .bckgrnd_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    mask-image: linear-gradient(0deg, rgba(17, 59, 71, 0) 0.01%, #113B47 140%);
}

.hammam .triple_img_wrp .ti_txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.triple_img_wrp .bckgrnd_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    mask-image: linear-gradient(0deg, rgba(17, 59, 71, 0) 0.01%, #113B47 140%);
}

.ti_media {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
}

.ti_media > * {
    width: 37em;
    aspect-ratio: 592/660;
}

.ti_media > *:first-child,
.ti_media > *:last-child {
    width: 17.5em;
    aspect-ratio: 280/320;
}

.ti_media > *:first-child {
    align-self: flex-end;
}

.ti_media > *:last-child {
    align-self: flex-start;
}

.ti_txt,
.ti_media {
    z-index: 1;
}

.reasons .reasons_txt {
    display: flex;
    flex-direction: column;
    gap: 1em;
    z-index: 1;
}
.reasons .reasons_txt .h1 {
    font-size: 12em;
    font-weight: 100;
}

.reasons .reasons_txt .h2 {
    max-width: 14em;
    font-size: 3em;
    font-weight: 100;
    align-self: flex-end;
    text-transform: uppercase;
}

.reasons .reasons_txt .h2 span {
    color: var(--GnpG5_clr_gold);
}

.reasons_wrp {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.reasons_tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
}

.reasons_tiles .reason_tile_item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.reasons_tiles .reason_tile_item:nth-child(even) {
    flex-direction: row-reverse;
}

.reasons_tiles .reason_tile_item > * {
    width: 50%;
}

.reasons_tiles .reason_tile_item .tile_item_img {
    height: 100%;
    aspect-ratio: 13 / 10;
}

.reasons_tiles .reason_tile_item .tile_item_img > img {
    height: 100%;
}

.tile_item_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding: 3.75em 4.5em;
    box-sizing: border-box;
}

.reasons_wrp .wave_bckgrnd {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    scale: -1;
    transform: scale(1, -1) translateY(14em);
    z-index: 0;
}

.hammam .ld_wrp .change_button_type {
    display: flex;
    gap: 1em;
    justify-content: center;
    z-index: 3;
}

.hammam .ld_wrp .change_button_type .btn_chng_sldr {
    width: 100%;
    border-radius: 4.375em;
}

.product_gallery:has( .hammam) {
    padding: 0;
}

.swiper.hammam .swiper-wrapper {
    position: relative;
    width: max-content;
    height: 100%;
    display: flex;
}

.hammam .product_gallery .button_wrp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5em;
    margin-top: 3em;
}

.hammam .reviews_slider .slide_item .info_wrp .inf_dt {
    flex-direction: column;
    align-items: flex-start;
    gap: 3em;
}

.hammam .reviews_slider .slide_item .info_wrp .inf_dt span:first-child {
    color: var(--GnpG5_clr_gold);
    line-height: .8;
    font-size: 3em;
}

.hammam .reviews_slider .slide_item .info_wrp .inf_dt span:last-child {
    color: var(--GnpG5_clr_pure_black);
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.2;
}

.hammam .block.reviews .reviews_wrp .reviews_panel .reviews_slider_wrp .reviews_slider .slide_item {
    padding: 4.5em;
}

.hammam .reviews_slider_buttons .swiper-button-next, 
.hammam .reviews_slider_buttons .swiper-button-prev {
    margin-top: 0;
}

.hammam .landscape_design .ld_wrp .ld_images .images_item {
    border: solid .625em var(--GnpG5_clr_river);
}

.hammam .block.landscape_design .ld_wrp .ld_images.hidden {
    position: absolute;
    opacity: 0;
}

.hammam .block.landscape_design .ld_wrp .ld_text.hidden {
    position: absolute;
    opacity: 0;
    transition: .2s opacity;
}

.hammam .block.slider_prod .product_gallery {
    padding-right: 0em;
    padding-left: 0em;
}

.start_switchImg {
    animation: switchImgStart .5s ease-in-out forwards;
}
.end_switchImg {
    animation: switchImgEnd .5s ease-in-out forwards;
}

@keyframes switchImgStart {
    0% {transform: rotateY(0deg)}
    100% {transform: rotateY(90deg)}
}

@keyframes switchImgEnd {
    0% {transform: rotateY(90deg)}
    100% {transform: rotateY(0deg)}
}

.ld_text.active.vsbl > .txt_m {
    opacity: 0;
}

.block.landscape_design .ld_wrp .ld_text.active.vsbl > .ld_text.hidden {
    opacity: 1;
}

@media screen and (max-width: 981px) {
    .hammam .triple_img_wrp span.h1 {
        font-size: 2.9em;
        align-self: center;
    }
    .hammam .triple_img_wrp p.h1 {
        font-size: 2.1em;
        align-self: center;
    }
    .hammam .triple_img_wrp p.txt_l {
        width: 100%;
        align-self: center;
    }

    .hammam .ti_media > .ti_m_item img {
        height: 100%;
    }

    .hammam .ti_media > * {
        width: 13.252em;
        aspect-ratio: 163 / 180;
    }

    .hammam .ti_media > *:first-child, 
    .hammam .ti_media > *:last-child {
        width: 6.26em;
        aspect-ratio: 77 / 87;
    }

    .hammam .triple_img_wrp {
        min-height: 56.91em;
        justify-content: flex-end;
    }

    .triple_img_wrp .bckgrnd_img {
        mask-image: linear-gradient(0deg, rgba(17, 59, 71, 0) 37.01%, #113B47 84%);
    }

    .triple_img_wrp .ti_txt {
        display: flex;
        flex-direction: column;
    }

    .triple_img_wrp .h1 {
        text-transform: uppercase;
        text-align: center;
    }

    .triple_img_wrp .txt_l {
        text-align: center;
    }

    .hammam .reason_tile_item {
        flex-direction: column;
    }

    .hammam .reasons_tiles .reason_tile_item:nth-child(even) {
        flex-direction: column;
    }

    .hammam .reasons_tiles .reason_tile_item > * {
        width: 100%;
        height: fit-content;
    }

    .hammam .tile_item_txt {
        padding: 1.75em 0em;
    }

    .hammam .reasons .reasons_txt .h1 {
        font-size: 5.853em;
        font-weight: 100;
        text-align: center;
    }

    .hammam .reasons .reasons_txt .h2 {
        max-width: none;
        font-size: 2.276em;
        text-align: center;
        font-weight: 300;
    }

    .hammam .reason_tile_item .txt_m {
        font-size: 1.62em;
    }

    .hammam .reason_tile_item .txt_l {
        font-size: 1.1382em;
    }

    .hammam .block.reviews .reviews_wrp .reviews_panel .reviews_text {
        align-self: center;
    }

    main.hammam .block.reviews .reviews_wrp .reviews_panel .reviews_text > * {
        text-align: center;
    }

    .hammam .ld_wrp .change_button_type .btn_chng_sldr {
        white-space: wrap;
    }

    .hammam .product_gallery .button_wrp {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 1.5em;
        margin-top: 2em;
        margin-right: 2em;
    }

    .hammam .triple_img_wrp span.h1 {
        font-size: 2.9em;
        align-self: center;
    }

    .hammam .triple_img_wrp p.h1 {
        font-size: 2.1em;
        align-self: center;
        text-align: center;
    }

    .hammam .triple_img_wrp p.txt_l {
        width: 100%;
        align-self: center;
    }
}