/* .testimonials_slider {
    background-color: #3C3D3A;
    padding: 123px 0 109px;
} */

.testimonials_slider .title_testimonial {
    font-family: 'Kalnia Regular';
    font-weight: 400;
    font-size: 65px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;
    color: #D2B589;
    padding-bottom: 71px;
}

.testimonials_slider .testimonial_item {
    ex;
    display: flex;
    flex-direction: column;
    padding: 83px 93px 24px;
    max-width: 766px;
    min-height: 100%;
    justify-content: space-between;
}

.testimonials_slider .testimonial_item:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100vh;
    background: #E6E2D8;
    top: 0;
    left: 0;
}

.testimonials_slider .testimonial_item .testimonial_text {
    position: relative;
    max-width: fit-content;
    max-width: -moz-fit-content;
    font-family: 'Kalnia Regular';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #E6E2D8;
    margin: 0 auto;
}

.testimonials_slider .testimonial_item .testimonial_text p {
    margin: 0;
}

.testimonials_slider .testimonial_item .author_name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Karla';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #E6E2D8;
    padding-top: 46px;
}

.testimonials_slider .testimonial_item .author_name:before {
    content: '';
    display: block;
    width: 61px;
    height: 1px;
    background-color: #E6E2D8;
    margin-right: 18px;
}

.testimonials_slider .testimonial_item .author_name:after {
    content: '';
    display: block;
    width: 61px;
    height: 1px;
    background-color: #E6E2D8;
    margin-left: 18px;
}

.testimonials_slider .testimonial_item svg {
    position: absolute;
    top: -39px;
    left: 8px;
    z-index: -1;
}

.testimonials_slider .custom-nav {
    padding-top: 65px;
}

.custom-nav {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.custom-nav .custom-pagi {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 178px;
    height: 26px;
    justify-content: center;
    align-items: center;
}

.custom-nav .custom-pagi .swiper-button-prev {
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    margin: 0;
    color: transparent;
    z-index: 30;
}

.custom-nav .custom-pagi .swiper-button-prev::after {
    display: none;
}

.custom-nav .custom-pagi .swiper-button-next {
    width: 15px;
    height: 27px;
    top: 0;
    right: 0;
    margin: 0;
    color: transparent;
    z-index: 30;
}

.custom-nav .custom-pagi .swiper-button-next::after {
    display: none;
}

.custom-nav .custom-pagi .swiper-pagination.swiper-pagination-fraction {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    bottom: 0;
    left: 0;
    color: #E6E2D8;
    font-family: 'Kalnia Regular';
    font-size: 28px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -4px;
}

.custom-nav .custom-pagi .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
    font-size: 12px;
    letter-spacing: 0;
}

@media (max-width: 1440px) {
    .testimonials_slider .title_testimonial {
        padding-bottom: 87px;
    }

    .testimonials_slider .testimonial_item {
        padding: 88px 46px 25px 46px;
        max-width: 675px;
        min-height: 355px;
    }

    .testimonials_slider .testimonial_item svg {
        top: -52px;
        left: 42px;
    }

    .testimonials_slider .testimonial_item .author_name {
        padding-top: 30px;
    }

    .testimonials_slider .custom-nav {
        padding-top: 46px;
    }

    .testimonials_slider .custom-nav .custom-pagi {
        max-width: 128px;
    }
}

@media(max-width: 991px){
    .testimonials_slider .title_testimonial {
        font-size: 45px;
        line-height: 45px;
    }

    .testimonials_slider .testimonial_item {
        padding: 41px 19px 29px 19px;
        max-width: 358px;
        border: none;
    }

    .testimonials_slider .testimonial_item:after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 370px;
        top: 0;
        right: 0;
        background: #E6E2D8;
    }

    .testimonials_slider .title_testimonial {
        padding-bottom: 68px;
    }

    .testimonials_slider .testimonial_item .testimonial_text {
        font-size: 24px;
        line-height: 30px;
    }

    .testimonials_slider .testimonial_item svg {
        width: 81px;
        height: 48px;
        top: -24px;
        left: -8px;
    }

    .testimonials_slider .testimonial_item .author_name {
        padding-top: 56px;
    }

    .testimonials_slider .custom-nav {
        padding-top: 23px;
    }
}