.v3 .page-section-header {
    margin-bottom: 30px;
}

.v3 .slider-category-other {
    padding-top: 33px;
}

.v3 .slide-category-other__wrapper {
    flex-direction: column;
    padding: 25px;
}

.v3 .slide-category-other__arrow {
    margin-left: auto;
    border-radius: 50%;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.v3 .slide-category-other__visual {
    padding-bottom: 75%;
}

.v3 .slide-category-other:hover .slide-category-other__arrow {
    border: solid 1px #fff;
}

.v3 .slide-category-other .slide-category-other__arrow svg * {
    transition: .3s;
}

.v3 .slide-category-other:hover .slide-category-other__arrow svg * {
    fill: #fff;
}

.v3 .slide-category-other__text {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
}

.v3 .slide-category-other__content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 100px;
    margin-top: 20px;
}

.v3 .slide-category-other__content,
.v3 .slide-category-other {
    text-align: left;
    padding: 0;
}

.v3 .slide-category-other__adv {
    display: flex;
    width: max-content;
    margin-top: auto;
    padding: 10px 15px;
    gap: 5px;
    border-radius: 10px;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    background: #EECAAD;
    color: #000;
}

.v3 .swiper-buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: end;
    margin-top: -75px;
    padding-bottom: 30px;
}

.v3 .swiper-button-next::after,
.v3 .swiper-button-prev::after {
    display: none !important;
}

.v3 .swiper-button-next,
.v3 .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #000;
}

.v3 .swiper-buttons.mobile {
    display: none;
}

.v3 .slide-top__text {
    -webkit-line-clamp: 5;
}

@media screen and (max-width:768px) {
    .v3 .page-section-header__main br {
        display: none;
    }

    .v3 .swiper-buttons {
        display: none;
    }

    .v3 .swiper-buttons.mobile {
        display: flex;
        flex-direction: row;
        gap: 60px;
        justify-content: center;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
        margin-top: 0px;
    }

    .v3 .slide-category-other__visual {
        padding-bottom: 0;
        margin-top: -50px;
    }

    .v3 .slide-category-other__visual img {
        max-height: 200px;
    }

    .v3 .page-section__wrapper.container {
        padding-bottom: 0;
    }

    .v3 .slider-category-other {
        padding-bottom: 80px;
    }

    .v3 .slide-category-other__content {
        height: 100%;
    }

    .v3 .slider-category-top .swiper-wrapper {
        display: flex;
        flex-direction: column;
        transform: none !important;
        transition: none !important;
        width: 100% !important;
    }

    .v3 .slider-category-top .swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
        margin-right: 0 !important;
        margin-bottom: 16px;
    }

    /* Скрываем элементы навигации, которые стали не нужны */
    .v3 .slider-category-top .swiper-button-prev,
    .v3 .slider-category-top .swiper-button-next,
    .v3 .slider-category-top .swiper-scrollbar {
        display: none !important;
    }

    .v3 .slider-category-top.swiper-container {
        overflow: visible;
    }

    .v3 .slider-free {
        padding-right: 10px;
    }

    .v3 .slide-top__item--horizontal .slide-top__visual {
        width: 45%;
        max-width: 180px;
        margin-left: auto;
        justify-content: center;
        align-items: center;
    }

    .v3 .slide-top__item--horizontal .slide-top__content {
        max-width: 230px;
    }

    .v3 .slide-top__item--horizontal .slide-top__action {
        display: none;
    }


}