#benefits {
    margin-bottom: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 999999999999;
}

body.product-card.product-usual #page-wrapper .main-banner,
body.product-card.product-banner #page-wrapper .main-banner {
    min-height: 937px;
    position: relative;
    margin-top: -144px;
}

.banner-content {
    height: 937px;
}

.pic-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 560px;
    height: 560px;
    position: absolute;
    left: 45%;
    top: -4px;
    bottom: 0;
}

[dir="rtl"] .pic-block {
    left: auto;
    right: 45%;
}

.pic-block__img {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.pic-block__img.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.about-content {
    position: relative;
}

.swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}

.swiper {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999 !important;
}

.swiper-slide {
    height: auto !important;
    padding-top: 144px;
}

.swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
    gap: 9px;
    right: 30px !important;
}


.swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    width: 6px;
    height: 6px;

    background: #D9D9D9;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}

.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.swiper-pagination-bullet:hover::before {
    left: -9px;
    top: -9px;
    width: 24px;
    height: 24px;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
}

.swiper-pagination-bullet-active::before {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

@media (min-width: 1260px) {
    .banner-content .about-content h1 {
        font-size: 44px;
        line-height: 1.2;
        max-width: 570px;
    }
}

@media (max-width: 1399px) {

    .banner-content,
    body.product-card.product-usual #page-wrapper .main-banner,
    body.product-card.product-banner #page-wrapper .main-banner {
        height: 846px;
        min-height: 846px;
    }

    .pic-block {
        width: 430px;
        height: 505px;
        left: 47%;
        top: -20px;
    }

}

@media (max-width: 1300px) {

    .banner-content,
    body.product-card.product-usual #page-wrapper .main-banner,
    body.product-card.product-banner #page-wrapper .main-banner {
        height: 792px;
        min-height: 792px;
    }

    .pic-block {
        width: 405px;
        height: 470px;
        left: 47%;
        top: -30px;
    }

}

@media (max-width: 1200px) {

    .banner-content,
    body.product-card.product-usual #page-wrapper .main-banner,
    body.product-card.product-banner #page-wrapper .main-banner {
        height: 700px;
        min-height: 700px;
    }

    .pic-block {
        width: 368px;
        height: 415px;
        left: 550px;
        top: -50px;
    }

}

@media (max-width: 1023px) {

    body.product-card.product-usual #page-wrapper .main-banner,
    body.product-card.product-banner #page-wrapper .main-banner {
        margin-top: -72px;
        height: 831px;
        min-height: 831px;
    }

    .swiper-slide {
        padding-top: 72px;
    }


    body.product-card.product-banner .banner-content {
        height: 831px;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
        top: 35%;
    }

    .pic-block {
        width: 300px;
        height: 350px;
        left: 57%;
        top: 0;
    }
}

@media (max-width: 766px) {

    body.product-card.product-usual #page-wrapper .main-banner,
    body.product-card.product-banner #page-wrapper .main-banner {
        height: 691px;
        min-height: 691px;
    }

    body.product-card.product-banner .banner-content {
        height: 691px;
    }

    .banner-content .speedbar ul {
        margin: 8px 0 -8px -8px !important;
    }
}

@media (max-width: 559px) {

    body.product-card.product-usual #page-wrapper .main-banner,
    body.product-card.product-banner #page-wrapper .main-banner {
        min-height: inherit !important;
        height: inherit !important;
    }

    .swiper {
        position: static !important;
        height: inherit;
        min-height: 0;
        /* max-height: 750px; */
    }

    #benefits {
        position: static;
    }

    .speedbar {
        display: none;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
        top: 210px;
    }
}

.item-bg {
    background-size: cover !important;
    max-width: 1600px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 937px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

@media (max-width: 1399px) {
    .item-bg {
        height: 845px;
    }
}

@media (max-width: 1300px) {
    .item-bg {
        height: 792px !important;
    }
}

@media (max-width: 1200px) {
    .item-bg {
        height: 700px !important;
        background-size: cover !important;
        background-position-x: 0px !important;
    }

    .banner-content .about-content h1 {
        font-size: 24px;
        line-height: 30px;
    }

}

@media (max-width: 1023px) {
    .item-bg {
        height: 590px !important;
        background-size: cover !important;
        background-position-x: 0px !important;
    }


}

@media (max-width: 935px) {
    .item-bg {
        background-position-x: 40% !important;
    }


}

@media (max-width: 766px) {
    .item-bg {
        height: 450px !important;
        background-position-x: 0px !important;
    }

    .pic-block {
        width: 230px;
        height: 268px;
        left: 52%;
        top: 0px;
    }
}

@media (max-width: 640px) {
    .item-bg {
        background-position-x: 45% !important;
    }
}

@media (max-width: 559px) {
    .item-bg {
        height: 400px !important;
        background-position: 84% 0 !important;
    }

    .item-bg::after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1D1821 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1D1821 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1D1821 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1d1821', GradientType=0);

        z-index: 0;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 180px;
    }

    .pic-block {
        max-width: 100%;
        width: 300px;
        height: 240px;
        left: 0;
        top: 13px;
        right: 0;
        margin: 0 auto;
    }

    [dir="rtl"] .pic-block {
        left: 0;
        right: 0;
    }
}

@media (max-width: 490px) {
    .item-bg {
        height: 400px !important;
        background-position: 82% 0 !important;
    }
}

@media (max-width: 480px) {
    .item-bg {
        background-position: 79% 0 !important;
    }
}

@media (max-width: 400px) {
    .item-bg {
        background-position: 71% 0 !important;
    }
}

.colors-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.colors-block__item {
    width: 24px;
    height: 24px;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    cursor: pointer;
}

.colors-block__item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.colors-block__item.active::before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #1248B2;
}

.swiper-slide:not(.swiper-slide-active) {
    position: absolute;
}

.item-bg {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.item-bg.active {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}


body.light-bg-active .header .open-nav::before {
    background: #2B1B35;
}


body.light-bg-active.product-card.transparent-head .header .open-nav span {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(-108%) contrast(101%);
}

body.light-bg-active.product-card.transparent-head .logo img {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(-108%) contrast(101%);
}

body.light-bg-active.product-card.transparent-head .header-lang-global {
    color: #2B1B35;
}

body.light-bg-active.product-card.transparent-head .header-lang-global {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(-108%) contrast(101%);
}

body.light-bg-active .header-phone-tooltip-wrapper .header-phone-number {
    color: #2B1B35;
}

body.light-bg-active.product-card.transparent-head .header-phone-callback {
    color: #2B1B35;
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(-108%) contrast(101%);
}

body.light-bg-active .header-user-login {
    color: #2B1B35;
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(-108%) contrast(101%);
}


body.light-bg-active.product-card.transparent-head .header-user-cart {
    background: #073FAB;
}

body.light-bg-active .header-nav > ul > li > a, .header-nav > ul > li > .link {
    color: #2B1B35 !important;
}

body.light-bg-active .header-nav > ul > li.sale-link a {
    color: #EE005A !important;
}

body.light-bg-active.product-card.transparent-head .header {
    border-bottom: 1px solid rgba(43, 27, 53, 0.2);
}

body.light-bg-active .banner-content .speedbar ul li a, body.light-bg-active .banner-content .speedbar ul li span {
    color: #2B1B35 !important;
}

body.light-bg-active .banner-content .speedbar ul li:after {
    background: #2B1B35;
}

body.light-bg-active .centered-content {
    color: #2B1B35 !important;
}

body.light-bg-active .swiper-slide .button-btn.transparent {
    color: #2B1B35 !important;
}

body.light-bg-active #benefits {
    border-top: 1px solid rgb(217 217 217);
}

body.light-bg-active .bottom-content-wrapper .block:before {
    background: rgb(217 217 217) !important;
    opacity: 1;
}

body.light-bg-active .swiper-pagination-bullet {
    background: #2B1B35;
}

body.light-bg-active .swiper-pagination-bullet::before {
    border-color: #2B1B35;
}

@media (min-width: 768px) {
    body.light-bg-active .bottom-content-wrapper .block .icon {
        filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(-108%) contrast(101%);
    }

    body.light-bg-active .bottom-content-wrapper .block {
        color: #2B1B35 !important;
    }
}

@media (max-width: 767px) {
    body.light-bg-active .header-top {
        border-bottom: 1px solid rgb(217 217 217);
    }
}

@media (max-width: 559px) {
    body.light-bg-active .item-bg.light {
        height: 100% !important;
        position: static !important;

    }

    body.light-bg-active .item-bg.light:after {

        background: #F1F6FF;
        height: 100%;
    }
}

[class*="swiper_color_"] {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (max-width: 559px) {
    .swiper {
        cursor: default !important;
    }

    .swiper-slide {
        cursor: default !important;
    }

    .swiper-wrapper {
        cursor: default !important;
    }

    .swiper {
        touch-action: pan-y !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .swiper-wrapper {
        pointer-events: none !important;
    }

    .swiper-pagination,
    .swiper-pagination-bullet,
    .colors-block__item,
    button,
    a,
    input,
    select,
    textarea {
        pointer-events: auto !important;
    }
}
