
.treatment_slider__wrap {
    position: relative;
    display: flex;
    margin: 0;
    padding-left: 60px;
}

.treatment_slider__wrap + .treatment_slider__wrap {
    border-top: 1px solid #FDE6D9;
}


.treatment_slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.treatment_slider__cnt {
    max-width: 269px;
    min-width: 269px;
    padding-top: 100px;
}

.treatment_slider__cnt .best__for {
    margin-bottom: 10px !important;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 134.19%;
    /* or 32px */

    font-feature-settings: 'ss01' on, 'liga' off;
    color: #E2B29A;
}

.treatment_slider__cnt .treatment_slider__title {
    margin-bottom: 0 !important;
    font-family: Minion Pro;
    font-style: italic;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;

    color: #000000;
}


.treatment_slider_wrapper {
    position: relative;
    width: calc(100% - 270px);
}


.treatment_slider .item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    /*max-width: 243px;*/
    /*width: 243px !important;*/
    margin-top: 25px;
    margin-bottom: 25px;
    height: max-content;
}

.treatment_slider .item .item__img {
    display: block;
    width: 100%;
    height: 100%;
}


.treatment_slider .item img {
    object-fit: cover;
    width: 243px;
    height: 243px;
}


.treatment_slider .item .item__foot {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    background: #2E333C;
}

.treatment_slider .item:hover .item__foot {
    background: #efcbbb;
    box-shadow: 0 0 10px #efcbbb;
}

.treatment_slider .item:hover .item__foot__title,
.treatment_slider .item:hover .item__foot__percent,
.treatment_slider .item:hover .item__foot__count_reviews {
    color: #3a3a3a;
}

.treatment_slider .item:hover .item__foot__percent:after {
    background-color: #3a3a3a;
}

.treatment_slider .item .item__foot__title {
    margin-bottom: 5px !important;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    padding: 0 16px;
    margin-top: 13px;
}

.treatment_slider .item .item__foot__info {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    padding: 0 16px;
}

.treatment_slider .item .item__foot__percent {
    position: relative;
    margin-bottom: 0 !important;
    padding-right: 23px;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #E2B29A;
}

.treatment_slider .item .item__foot__percent:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}

.treatment_slider .item .item__foot__count_reviews {
    margin-bottom: 0 !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    text-decoration-line: underline;
    color: #FFFFFF;
}


/*.treatment_slider .swiper-wrapper {*/
/*    margin: 25px 0;*/
/*}*/

.treatment_slider .swiper-button-next,
.treatment_slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    /*width: calc(var(--swiper-navigation-size) / 44 * 27);*/
    /*height: var(--swiper-navigation-size);*/
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    height: calc(100% - 50px);
    transform: translateY(-50%);
    width: 44px;
    background: rgba(0, 0, 0, 0.12);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.treatment_slider .swiper-button-prev {
    left: 0;
    transform: rotate(180deg) translateY(50%)
}

.swiper-button-next {
    right: 0;
}


.swiper-button-next:after {
    content: '';
    width: 8px;
    height: 14px;
    background: url('../svg/vector.svg') no-repeat center center;
}

.swiper-button-prev:after {
    content: '';
    width: 8px;
    height: 14px;
    background: url('../svg/vector.svg') no-repeat center center;
}


/*.treatment_slider .swiper-button-next {*/
/*    left: 0;*/
/*}*/

/*.treatment_slider .swiper-button-prev {*/
/*    right: 0;*/
/*}*/


.treatment_slider .item {

}


@media (max-width: 767px) {
    .block-treatment-header {
        margin: 0;
        width: 100%;
        background-size: cover;
    }

    .treatment_slider__wrap {
        position: relative;
        display: flex;
        margin: 0;
        padding-left: 30px;
        flex-direction: column;
        padding-right: 30px;
    }

    .treatment_slider_wrapper {
        width: 100%;
    }
}