.product-desc__hero {
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.product-desc__lead.type-editor ul {
    margin-left: 0 !important;
}

.product-desc__lead.type-editor ul li {
    color: #13132ab3;
}

.product-desc__hero-pic {
    width: 100%;
    aspect-ratio: 744 / 473;
    border-radius: 0.75rem;
    background-color: transparent;
}

.product-desc__hero-pic img {
    object-fit: contain;
}

.product-desc__features {
    position: relative;
}

.product-desc__title {
    color: var(--color__dark);
}

.product-desc__js-swiper {
    width: 100%;
    position: relative;
}

.product-desc__swiper {
    overflow: hidden;
}

.product-desc__carusel-btn.swiper-button-prev,
.product-desc__carusel-btn.swiper-button-next {
    width: 4.5rem;
    height: 4.5rem;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: calc(21.625rem / 2);
    margin-top: 0;
    z-index: 2;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, .16);
    transition: all ease .24s;
    outline: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.125rem;
}

.product-desc__carusel-btn.swiper-button-prev {
    left: 0;
    transform: translate(-50%, 50%);
}

.product-desc__carusel-btn.swiper-button-next {
    right: 0;
    transform: translate(50%, 50%);
}

.product-desc__carusel-pagination .swiper-pagination {
    position: relative;
}

.product-desc__carusel-pagination .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
}

.product-desc__carusel-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 0.25rem;
    background: var(--color__dark);
    opacity: .16;
    outline: 0;
    transition: all ease .24s;
    margin: 0 0.25rem;
}

.product-desc__carusel-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color__fill-1);
    width: 2rem;
}

.prodect-desc__slide:active {
    cursor: grab;
}

.product-desc__slide-pic {
    width: 100%;
    aspect-ratio: 488 / 346;
    border-radius: .75rem;
}

.product-desc__slide-pic img {
    object-fit: scale-down;
}

.product-desc__slide-title {
    color: var(--color__text-1);
    max-width: 28rem;
}

.product-desc__slide-text {
    color: #14142bb3;
    max-width: 28rem;
}

@media screen and (max-width: 1359px) {
    .product-desc__carusel-btn.swiper-button-prev {
        left: 0;
        transform: translate(0%, 50%);
    }

    .product-desc__carusel-btn.swiper-button-next {
        right: 0;
        transform: translate(0%, 50%);
    }
}

@media screen and (max-width: 991px) {
    .product-desc {
        margin-top: 2.46rem !important;
        margin-bottom: 3rem !important;
    }

    .product-desc__hero {
        gap: 1.84rem;
    }

    .product-desc__hero-pic-wrap {
        margin-top: 0 !important;
    }

    .product-desc__hero-pic {
        border-radius: .92rem;
    }

    .product-desc__lead.type-editor .h3,
    .product-desc__lead.type-editor h3 {
        margin-top: 0 !important;
        font-size: 1.84rem;
        line-height: 2.46rem;
        padding-right: 2rem;
    }

    .product-desc__lead.type-editor ul.--check li {
        margin: .66rem 0;
        font-size: 1.07rem;
        line-height: 1.54rem;
    }

    .product-desc__features {
        margin-top: 3rem !important;
    }

    .product-desc__title.h3 {
        font-size: 1.84rem;
        line-height: 2.46rem;
    }

    .product-desc__swiper {
        width: calc(100% + 2rem);
        margin-left: -1rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .product-desc__carusel-head {
        margin-bottom: 1.07rem !important;
    }

    .product-desc__slide-title.h4 {
        font-size: 1.38rem;
        line-height: 1.84rem;
        margin-top: 1.23rem !important;
        margin-bottom: 1.07rem;
        padding-right: 2.4rem !important;
    }

    .product-desc__slide-text.--p {
        font-size: 1.07rem;
        line-height: 1.54rem;
        max-width: 90%;
    }

    .product-desc__functions {
        margin-top: 3rem !important;
    }

    .product-desc__functions-title.h3 {
        font-size: 1.84rem;
        line-height: 2.46rem;
        margin-bottom: 1.23rem;
    }
}

@media screen and (max-width: 640px) {
    .product-desc__hero {
        flex-direction: column-reverse;
    }
}