.pay-banner-buy-link {
    width: fit-content;
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}

.pay-banner-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

.mainpage-block-head {
    text-align: center;
    margin-bottom: 25px;
}

.mainpage-block-head .title-big {
    font-size: 20px;
    margin: 0;
}

.mainpage-block-head .font-caption {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .pay-banner-title {
        font-size: 18px;
    }

    .mainpage-block-head .font-caption {
        font-size: 18px;
    }
}

.slider-premiere.slider-premiere--is-line {

}

.slider-premiere.slider-premiere--is-line .swiper-horizontal > .swiper-pagination-bullets,
.slider-premiere.slider-premiere--is-line .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 48px;
}

/*.slider-premiere.slider-premiere--is-line .item img {
    height: calc(100% - 45px);
}*/

@media only screen and (max-width: 768px) {
    .slider-premiere.slider-premiere--is-line .swiper-horizontal > .swiper-pagination-bullets,
    .slider-premiere.slider-premiere--is-line .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 43px;
    }

    .slider-premiere.slider-premiere--is-line .slider-premiere-info .slider-btn-block {
        bottom: 65px;
    }

    /*.slider-premiere.slider-premiere--is-line .item .img-mobile,
    .slider-premiere.slider-premiere--is-line .item img {
        height: calc(100% - 40px);
    }*/
}

.running-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-color: #000;
    color: #fff;
    z-index: 2;
}

.running-line .running-line__wrap {
    display: flex;
    align-items: center;
    gap: 35px;
    width: max-content;
    height: 100%;
    animation: tickerLine 60s linear infinite;
}

.running-line .running-line__item {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .running-line {
        height: 40px;
    }

    .running-line .running-line__wrap {
        gap: 25px;
    }

    .running-line .running-line__item {
        font-size: 12px;
    }
}

@keyframes tickerLine {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0)
    }
}

.brands-cards {
    overflow-x: hidden;
    margin: 0 0 45px;
}

.brands-cards .brands-cards__list {
    display: flex;
    gap: 20px;
    animation: tickerBanner 40s linear infinite;
}

.brands-cards .brands-cards__list:hover {
    animation-play-state: paused
}

.brands-cards .brands-cards__item {
    flex: 0 0 216px;
    width: 216px;
    border: 0.5px solid rgba(229, 229, 229, 0.90);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.brands-cards .brands-cards__item:hover {
    border-color: #000;
}

.brands-cards .brands-cards__item .brands-cards__item-wrap {
    position: relative;
    height: 0;
    padding-bottom: 55.349%;
}

.brands-cards .brands-cards__item .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 140px;
    transform: translate(-50%, -50%);
}

.brands-cards .brands-cards__item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .brands-cards .brands-cards__list {
        animation-duration: 30s;
        gap: 15px
    }

    .brands-cards .brands-cards__item {
        flex: 0 0 180px;
        width: 180px
    }

    .brands-cards .brands-cards__item .image {
        max-width: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .brands-cards .brands-cards__list {
        animation-duration: 20s;
        gap: 8px
    }

    .brands-cards .brands-cards__item {
        flex: 0 0 150px;
        width: 150px;
    }

    .brands-cards .brands-cards__item .image {
        max-width: 120px;
    }
}

@keyframes tickerBanner {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%)
    }
}

.home-brands-gallery {
    margin: 0 0 130px;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    .home-brands-gallery {
        margin: 0 0 100px;
    }
}

@media only screen and (min-width: 769px) {
    .brands-gallery:not(.swiper-initialized) {
        max-height: 600px;
    }
}

@media screen and (max-width: 2499px) {
    .brands-gallery.swiper {
        overflow: unset;
    }
}

.brands-gallery .brands-gallery__item {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.brands-gallery .brands-gallery__item .brands-gallery__item-wrap {
    position: relative;
    height: 0;
    padding-bottom: 90.226%;
}

.brands-gallery .brands-gallery__item .brands-gallery__desc {
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 19px;
}

.brands-gallery .brands-gallery__item .brands-gallery__desc-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.brands-gallery .brands-gallery__item .brands-gallery__title {
    display: block;
    color: #000;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: -42px;
}

.brands-gallery .brands-gallery__item .brands-gallery__text {
    margin-top: 14px;
}

.brands-gallery .brands-gallery__item .brands-gallery__text,
.brands-gallery .brands-gallery__item .brands-gallery__text * {
    color: #000;
    font-size: 14px;
    line-height: 1.1;
}

.brands-gallery .brands-gallery__item .brands-gallery__desc-button {
    position: relative;
    flex-shrink: 0;
    z-index: 2;
}

.brands-gallery .brands-gallery__item .brands-gallery__desc-button .ibutton {
    border-radius: 5px !important;
}

@media only screen and (max-width: 1200px) {
    .brands-gallery .brands-gallery__item .brands-gallery__desc-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .brands-gallery .brands-gallery__item .brands-gallery__title {
        font-size: 35px;
        margin-top: -35px;
    }

    .brands-gallery .brands-gallery__item .brands-gallery__text {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .brands-gallery .brands-gallery__item .brands-gallery__item-wrap {
        padding-bottom: 115%;
    }

    .brands-gallery .brands-gallery__item .brands-gallery__desc {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .brands-gallery .brands-gallery__item .brands-gallery__desc-wrap {
        gap: 15px;
        padding: 10px;
    }

    .brands-gallery .brands-gallery__item .brands-gallery__title {
        font-size: 20px;
        margin-top: -22px;
    }

    .brands-gallery .brands-gallery__item .brands-gallery__desc-button,
    .brands-gallery .brands-gallery__item .brands-gallery__desc-button .ibutton {
        width: 100%;
    }
}

.home-narrow-banner {
    margin: 100px 0;
}

.narrow-banner .narrow-banner__image {
    padding-bottom: 14.5834%;
}

@media only screen and (min-width: 769px) {
    .narrow-banner .narrow-banner__image .img-mobile {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .narrow-banner .narrow-banner__image {
        padding-bottom: 23.324%;
    }

    .narrow-banner .narrow-banner__image .img-mobile ~ .img-desktop {
        display: none;
    }
}

.new-products {
    width: 100%;
    margin: 0 auto 100px;
    overflow: hidden;
}

@media screen and (max-width: 2499px) {
    .new-products .new-product__catalog {
        overflow: unset;
    }
}

.new-products .new-product__catalog.preloading:not(.swiper-initialized) {
    max-height: 600px;
}

.new-products .new-product__catalog.swiper-initialized .products.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 0;
}

.new-products .products .item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-products .products .item .item-description {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-products .products .item .subtitle-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-products .products .item .subtitle-name .brand {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.6px;
    line-height: 1;
    text-transform: uppercase;
}

.new-products .products .item .name {
    margin-bottom: 8px;
}

.new-products .products .item .name a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.26px;
}

.new-products .products .item .item-price-block {
    margin-top: auto;
}

.new-products .products .item .price-old,
.new-products .products .item .price-item {
    font-size: 14px;
}

.new-products .new-product__button {
    width: fit-content;
    display: block;
    margin: 35px auto 0;
}

@media only screen and (max-width: 768px) {
    .new-products .products .item .subtitle-name .brand {
        font-size: 16px;
    }

    .new-products .products .item:nth-child(n+5) {
        display: none;
    }

    .new-products .products .item .item-price-block {
        margin-top: 0;
    }
}


.home-pay-banner {
    margin: 0 0 100px;
}

.pay-banner {
    width: 100%;
    margin: 0 auto 10px;
    display: grid;
    grid-template-columns: 1fr 50%;
}

.pay-banner .share-banner {
    background-color: #F7F7F7;
    padding: 57px 75px 15px;
}

.pay-banner .share-banner .image {
    position: relative;
    height: 0;
    padding-bottom: 131.152%;
}

.pay-banner .share-banner .image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.pay-banner .share-banner .share-info {
    text-align: center;
    margin-top: 13px;
}

.pay-banner .share-banner .share-info .share-logo {
    display: flex;
    width: 115px;
    margin: 0 auto;
}

.pay-banner .share-banner .share-info .share-logo a {
    width: 100%;
}

.pay-banner .share-banner .share-info .share-logo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.pay-banner .share-banner .share-info .share-logo img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.pay-banner .share-banner .share-info .pay-banner-title {
    margin: 13px 0 0;
}

.pay-banner .share-banner .share-info .share-desc {
    width: 100%;
    max-width: 310px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin: 10px auto 0;
}

.pay-banner .share-banner .share-info .pay-banner-buy-link {
    margin: 9px auto 0;
}

.pay-banner .section-banner {
    position: relative;
    height: 0;
    padding-bottom: 108.844%;
    min-height: 100%;
}

.pay-banner .section-banner img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.pay-banner .section-banner .section-banner__info {
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 1;
    color: #ffffff;
    width: 100%;
    max-width: 260px;
}

.pay-banner .section-banner .section-banner__info.section-banner__info--dark {
    color: #000;
}

.pay-banner .section-banner .section-banner__info .pay-banner-title {
    color: inherit;
    line-height: 1;
    margin: 0 0 10px;
}

.pay-banner .section-banner .section-banner__info .section-banner__text {
    width: 100%;
    max-width: 210px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.pay-banner .section-banner .section-banner__info .pay-banner-buy-link {
    color: inherit;
    margin: 9px 0 0;
}

.pay-banner .section-banner .pay-banner-title {
    display: block;
}

@media only screen and (min-width: 769px) {
    .triple-banner .img-mobile,
    .wide-banner .image .img-mobile,
    .pay-banner .img-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .pay-banner .share-banner {
        padding: 50px 60px 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .pay-banner .share-banner {
        padding: 40px 50px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .pay-banner {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .triple-banner .img-mobile ~ .img-desktop,
    .wide-banner .image .img-mobile ~ .img-desktop,
    .pay-banner .img-mobile ~ .img-desktop {
        display: none;
    }

    .pay-banner .section-banner {
        min-height: 500px;
    }

    .pay-banner .section-banner .section-banner__info.section-banner__info--bottom-mob {
        top: unset;
        bottom: 16px;
    }

    .pay-banner .section-banner .section-banner__info {
        top: 15px;
        left: 15px;
    }

    .pay-banner .share-banner {
        padding: 30px 30px 15px;
    }
}

.pay-banner.pay-banner_reverse .share-banner {
    order: 1;
}

@media only screen and (max-width: 991px) {
    .pay-banner.pay-banner_reverse .share-banner {
        order: unset;
    }
}

.triple-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 auto 15px;
}

.triple-banner .triple-banner__item {
    padding-bottom: 131.478%;
    min-height: 100%;
}

.triple-banner .triple-banner__item .triple-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    width: 100%;
}

.triple-banner .triple-banner__item .triple-banner__content.triple-banner__content--dark {
    color: #000;
}

.triple-banner .triple-banner__item .triple-banner__content .triple-banner__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 25px 50px 0;
}

.triple-banner .triple-banner__item .triple-banner__content .triple-banner__title {
    color: inherit;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

.triple-banner .triple-banner__item .triple-banner__content .pay-banner-buy-link {
    position: relative;
    color: inherit;
    margin: 10px 0 0;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .triple-banner .triple-banner__item .triple-banner__content .triple-banner__content-wrap {
        padding: 15px 30px 0;
    }
}

@media only screen and (max-width: 1080px) {
    .triple-banner .triple-banner__item .triple-banner__content .triple-banner__title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .triple-banner {
        grid-template-columns: 1fr;
    }

    .triple-banner .triple-banner__item .triple-banner__content .triple-banner__title {
        max-width: 280px;
    }

    .triple-banner .triple-banner__item:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .triple-banner .triple-banner__item .triple-banner__content .triple-banner__title {
        font-size: 20px;
    }
}


.wide-banner {
    position: relative;
    width: 100%;
    /*max-width: 1176px;*/
    height: 0;
    padding-bottom: 50.667%;
    min-height: 600px;
    margin: 0 auto 15px;
}

.wide-banner .absolute-link {
    z-index: 2;
}

.wide-banner .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wide-banner .image-wrap .image {
    width: 100%;
    height: 100%;
}

.wide-banner .wide-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.wide-banner .wide-banner-info.wide-banner-info--dark {
    color: #000000;
}

.wide-banner .wide-banner-info {
    padding: 13px 16px;
}

.wide-banner .wide-banner-info .pay-banner-title {
    display: block;
    color: inherit;
    text-transform: uppercase;
    margin: 0;
    max-width: 250px;
}

.wide-banner .wide-banner-info .wide-banner-info__text {
    display: block;
    color: inherit;
    font-size: 15px;
    line-height: 1.1;
    margin: 7px 0 0;
    max-width: 225px;
}

.wide-banner .wide-banner-info .pay-banner-buy-link {
    position: relative;
    color: inherit;
    margin: 12px 0 0;
    z-index: 3;
}

@media only screen and (max-width: 1023px) {
    .wide-banner .wide-banner-info {
        padding: 25px;
    }

    .wide-banner .wide-banner-info .wide-banner-info__text {
        font-size: 16px;
        margin: 15px 0 0;
    }

    .wide-banner .wide-banner-info .pay-banner-buy-link {
        margin: 15px 0 0;
    }

}

@media only screen and (max-width: 768px) {
    .wide-banner .wide-banner-info {
        padding: 13px 16px 16px;
    }

    .wide-banner .wide-banner-info.wide-banner-info--bottom-mob {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .wide-banner .wide-banner-info .pay-banner-title {
        font-size: 20px;
    }

    .wide-banner .wide-banner-info .wide-banner-info__text {
        font-size: 14px;
    }
}

.home-trend-sections {
    overflow: hidden;
    margin-bottom: 100px;
}

@media screen and (max-width: 2499px) {
    .trend-sections.swiper {
        overflow: unset;
    }
}

.trend-sections .trend-sections__item .image {
    position: relative;
    height: 0;
    padding-bottom: 139.535%;
}

.trend-sections .trend-sections__item .trend-sections__name {
    display: block;
    width: fit-content;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px auto 0;
}

.trend-sections  .slider-nav {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -43px;
    z-index: 10;
}

.trend-sections .slider-nav.swiper-button-disabled {
    display: none;
}

.trend-sections .slider-nav:after {
    display: none;
}

.trend-sections .slider-nav svg {
    display: block;
    width: 100%;
    height: 100%;
}

.trend-sections .slider-nav svg path,
.trend-sections .slider-nav svg circle {
    transition: all 0.2s ease;
}

.trend-sections .slider-nav:hover svg path {
    fill: #fff;
}

.trend-sections .slider-nav:hover svg circle {
    fill: #000;
}

.trend-sections .swiper-button-next {
    right: 5px;
}

.trend-sections .swiper-button-prev {
    left: 5px;
}

.trend-sections .swiper-button-prev svg {
    transform: scaleX(-1);
}

@media only screen and (min-width: 769px) {
    .trend-sections:not(.swiper-initialized) {
        max-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .trend-sections .swiper-button-next {
        right: 0;
    }

    .trend-sections .swiper-button-prev {
        left: 0;
    }
}

.slider-premiere {
    position: relative;
    margin-top: -102px;
    margin-bottom: 27px;
}

.slider-premiere .nav {
    display: none;
}

.slider-premiere .item {
    position: relative;
    height: 100vh !important;
    min-height: 500px;
}

.slider-premiere .item .slider-premiere-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.volume-control {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: 48px;
    right: 60px;
    z-index: 5;
}

.volume-control.volume-video-mobile {
    bottom: 25px;
    right: 15px;
}

.volume-control.volume-video-tablet {
    bottom: 25px;
    right: 25px;
}

.slider-premiere .item .slider-premiere__video-desktop + .volume-control {
    display: block;
}

.volume-control .volume-btn {
    display: block;
    width: 20px;
    height: 20px;
}

.volume-control .volume-btn.volume-on {
    display: none;
}

.volume-control.muted .volume-btn.volume-on {
    display: block;
}

.volume-control.muted .volume-btn.volume-off {
    display: none;
}

.vjs-loading-spinner {
    border: 2px solid #000 !important;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    margin: -2px !important;
}

.slider-premiere .video-js .vjs-big-play-button,
.slider-premiere .vjs-has-started .vjs-control-bar {
    display: none;
}


.slider-premiere .item .item-block,
.slider-premiere .item img,
.slider-premiere .item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-premiere .item video {
    opacity: 0;
}

.slider-premiere .item .vjs-has-started video {
    opacity: 1;
    transition: all 0.2s ease;
    z-index: 1;
}

.slider-premiere .item .slider-premiere__video-desktop {
    display: block;
}

.slider-premiere .item .img-mobile,
.slider-premiere .item .slider-premiere__video-tablet,
.slider-premiere .item .slider-premiere__video-mobile {
    display: none;
}

.slider-premiere .item .img-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-premiere .slider-premiere-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000000;
    text-align: center;
}

.slider-premiere .text-light .slider-premiere-info {
    color: #ffffff;
}

.slider-premiere .slider-premiere-info .slider-premiere-info__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
}

.slider-premiere .slider-premiere-info .caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    padding: 0 15px;
    transition: left 0.65s 0.15s cubic-bezier(0.39, 0.16, 0, 0.99);
}

.slider-premiere .swiper-slide-next .slider-premiere-info .caption {
    left: 100%;
}

.slider-premiere .swiper-slide-prev .slider-premiere-info .caption {
    left: 0%;
}

.slider-premiere .slider-premiere-info .slider-btn-block {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    transition: left 0.65s 0.2s cubic-bezier(0.39, 0.16, 0, 0.99);
}

.slider-premiere .swiper-slide-next .slider-premiere-info .slider-btn-block {
    left: 100%;
}

.slider-premiere .swiper-slide-prev .slider-premiere-info .slider-btn-block {
    left: 0%;
}

.slider-premiere .slider-premiere-info .pay-banner-buy-link {
    font-size: 16px;
}

.slider-premiere .slider-premiere-info .pay-banner-buy-link.white {
    color: #fff;
}

.slider-premiere .slider-premiere-info .ibutton {
    white-space: nowrap;
    border: none !important;
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slider-premiere .slider-premiere-info .ibutton:not(.white) {
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
}

.slider-premiere .slider-premiere-info .ibutton:not(.white):hover {
    background: rgba(255, 255, 255, 0.40);
    color: #000;
}

.slider-premiere .slider-premiere-info .ibutton.white {
    background: rgba(255, 255, 255, 0.40);
    color: #000;
}

.slider-premiere .slider-premiere-info .ibutton.white:hover {
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
}

.slider-premiere .slider-premiere-info .font-caption {
    display: block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    color: inherit;
    text-decoration: none;
    margin: 0;
}

.slider-premiere .slider-premiere-info .description {
    color: inherit;
    font-size: 25px;
    line-height: 1.3;
    margin-top: 20px;
}

.slider-premiere .slider-premiere-info .description.description-dark {
    padding: 6px 25px;
    border-radius: 8px;
    background: #000;
    margin-top: 20px;
}

.slider-premiere .slider-premiere-info .description.description-dark {
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.45px;
    margin-top: 0;
}

.slider-premiere .swiper-pagination-bullets {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.slider-premiere:hover .swiper-pagination-bullets {
    opacity: 1;
    visibility: visible;
}

.slider-premiere .swiper-horizontal > .swiper-pagination-bullets,
.slider-premiere .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 20px;
    bottom: 22px;
}

.slider-premiere .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 20px;
    background: unset;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.2s ease;
}

.slider-premiere .swiper-pagination .swiper-pagination-bullet-active {
    width: 23px;
    background: unset;
}

.slider-premiere .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.slider-premiere .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 20px;
}

.slider-premiere .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.slider-premiere .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

@media only screen and (max-width: 1470px) {
    .slider-premiere .slider-premiere-info .font-caption {
        font-size: 43px;
    }

    .slider-premiere .slider-premiere-info .description {
        font-size: 20px;
    }

    .slider-premiere .slider-premiere-info .description.description-dark {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-premiere {
        margin-top: -48px;
    }

    .slider-premiere .slider-premiere-info .slider-premiere-info__wrap {
        padding: 40px;
    }

    .slider-premiere .slider-premiere-info .description {
        font-size: 18px;
        margin-top: 12px;
    }

    .slider-premiere .slider-premiere-info .description-dark {
        margin-top: 12px;
    }

    .slider-premiere .slider-premiere-info .description.description-dark {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
    .slider-premiere .item .slider-premiere__video-desktop {
        display: none;
    }

    .slider-premiere .item .slider-premiere__video-desktop + .volume-control {
        display: none;
    }

    .slider-premiere .item .slider-premiere__video-tablet {
        display: block;
    }

    .slider-premiere .item .slider-premiere__video-tablet + .volume-control {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .slider-premiere .item {
        height: 100vh;
        height: var(--app-height) !important;
        min-height: 650px;
    }

    .slider-premiere .item .img-mobile ~ .img-desktop {
        display: none;
    }

    .slider-premiere .item .slider-premiere__video-desktop,
    .slider-premiere .item .slider-premiere__video-tablet {
        display: none;
    }

    .slider-premiere .item .slider-premiere__video-desktop + .volume-control,
    .slider-premiere .item .slider-premiere__video-tablet + .volume-control {
        display: none;
    }

    .slider-premiere .item .img-mobile {
        display: block;
    }

    .slider-premiere .item .slider-premiere__video-mobile {
        display: block;
    }

    .slider-premiere .item .slider-premiere__video-mobile + .volume-control {
        display: block;
    }

    .slider-premiere .slider-premiere-info .slider-premiere-info__wrap {
        padding: 25px 15px;
    }

    .slider-premiere .slider-premiere-info .font-caption {
        font-size: 35px;
    }

    .slider-premiere .slider-premiere-info .description {
        font-size: 16px;
    }

    .slider-premiere .slider-premiere-info .description-dark {
        padding: 6px 15px;
    }

    .slider-premiere .slider-premiere-info .description.description-dark {
        font-size: 25px;
    }

    .slider-premiere .slider-premiere-info .slider-btn-block {
        bottom: 58px;
    }

    .slider-premiere .swiper-pagination-bullets {
        opacity: 1;
        visibility: visible;
    }

    .slider-premiere .swiper-horizontal > .swiper-pagination-bullets,
    .slider-premiere .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 7px;
    }

    .slider-premiere .slider-premiere-info .ibutton {
        font-size: 13px;
        padding: 0 20px;
        border-radius: 12px !important;
        height: 36px;
        line-height: 36px;
    }
}

.promotion-banner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 50%;
    gap: 25px;
    margin-bottom: 189px;
}

.promotion-banner .promotion-image .image {
    padding-bottom: 117.778%;
}

.promotion-banner .promotion-content .font-caption {
    margin: 0;
}

.promotion-banner .promotion-content .promotion-date {
    display: block;
    margin-top: 21px;
}


@media only screen and (max-width: 1023px) {
    .promotion-banner {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .promotion-banner {
        margin-bottom: 80px;
        grid-template-columns: 1fr;
    }

    .promotion-banner .promotion-content {
        text-align: center;
    }

    .promotion-banner .promotion-content .promotion-date {
        margin-top: 10px;
    }
}

.sale-banner {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 1fr;
    gap: 60px;
    margin-bottom: 189px;
}

.sale-banner .sale-banner-image {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

.sale-banner .sale-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale-banner .sale-banner-image .sale-banner-image__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.sale-banner .sale-banner-image .sale-banner-image__title span {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #000000;
}

/*.sale-banner .sale-banner-image .sale-banner-image__title:before {
  content: '*';
  position: absolute;
  right: -3px;
  top: 0;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 25px;
  line-height: 1;
  color: #474747;
  letter-spacing: 0.25px;
}*/

.sale-banner .sale-banner-image .sale-banner-image__subtitle {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    color: #A3A3A3;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
    z-index: 1;
}

.sale-banner .sale-banner-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 10px;
}

.sale-banner .sale-banner-info .font-caption {
    margin: 0 0 25px;
}

.sale-banner .sale-banner-info .font-caption.mobile-title {
    display: none;
    font-size: 25px;
    margin-bottom: 25px;
}

.sale-banner .sale-banner-info .sale-banner-text p {
    margin: 0 0 17px;
    line-height: 1.3;
}

.sale-banner .sale-banner-info .sale-banner-text p:last-child {
    margin-bottom: 0;
}

.sale-banner .sale-banner-info .sale-banner-subtext {
    position: absolute;
    left: 0;
    bottom: 1px;
    margin: 12px 0 0;
    line-height: 1.3;
    color: #C4C4C4;
}

.sale-banner .sale-banner__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 13px 25px;
}

.sale-banner .sale-banner__cards .sale-banner__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1280px) {
    .sale-banner .sale-banner-info .font-caption {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .sale-banner {
        grid-template-columns: 1fr;
        margin-bottom: 80px;
        gap: 30px;
    }

    .sale-banner .sale-banner-image {
        order: 2;
    }

    .sale-banner .sale-banner-image .sale-banner-image__title span {
        font-size: 30px;
    }

    .sale-banner .sale-banner-image .sale-banner-image__subtitle {
        font-size: 14px;
    }

    .sale-banner .sale-banner-info {
        order: 1;
        padding-top: 0;
    }

    .sale-banner .sale-banner-info .font-caption {
        padding: 0;
    }

    .sale-banner .sale-banner-info .sale-banner-subtext {
        position: unset;
        color: #1A1A1A;
    }

    .sale-banner .sale-banner__cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .sale-banner .sale-banner-info .font-caption:not(.mobile-title) {
        display: none;
    }

    .sale-banner .sale-banner-info .font-caption.mobile-title {
        display: block;
    }

    .sale-banner .sale-banner-image .sale-banner-image__subtitle {
        font-size: 12px;
        bottom: 15px;
    }

    .sale-banner .sale-banner__cards {
        gap: 10px 0;
    }
}


.complect-premiere {
    margin-bottom: 190px;
}

.complect-premiere .complect-premiere__title {
    margin-bottom: 25px;
}

.complect-premiere .complect-premiere__content {
    display: flex;
    justify-content: flex-start;
}

.complect-premiere .content-main {
    display: block;
    /* width: 60%; */
    width: 63.2%;
    position: relative;
    margin-right: 25px;
}

.complect-premiere .content-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.complect-premiere .content-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 26%;
    margin-right: 137px;
}

.complect-premiere .content-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.complect-premiere .content-list__item:last-child {
    margin-bottom: 0;
}

.complect-premiere .content-list__item .item-img {
    display: block;
    margin-right: 21px;
    width: 225px;
    min-width: 225px;

    position: relative;
    height: auto;
    padding-bottom: 0;
}

.complect-premiere .item-img-wrapper {
    position: static;
    padding-bottom: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.complect-premiere .content-list__item .item-img img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.complect-premiere .content-list__item .item-info {
    flex-grow: 1;
}

.complect-premiere .content-list__item .item-title {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.complect-premiere .content-list__item .item-desc {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.complect-premiere .content-list__item .item-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #1a1a1a;
}

.complect-premiere-bot {
    margin-bottom: 150px;
}

.complect-premiere-bot .complect-premiere__title {
    text-align: right;
}

.complect-premiere-bot .complect-premiere__content {
    justify-content: flex-end;
}

.complect-premiere-bot .content-main {
    width: 63%;
    margin-right: 0;
    margin-left: 25px;
}

.complect-premiere-bot .content-list {
    align-items: flex-end;
    margin-right: 0;
    margin-left: 141px;
}

.complect-premiere-bot .content-list__item .item-img {
    margin-right: 0;
    margin-left: 21px;
}

.complect-premiere-bot .content-list__item .item-title,
.complect-premiere-bot .content-list__item .item-desc,
.complect-premiere-bot .content-list__item .item-price {
    text-align: right;
}

.premiere-one {
    margin-bottom: 150px;
}

.premiere-one.premiere-one-right {
    margin-bottom: 85px;
}

.premiere-one .indent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.premiere-one .image {
    width: 50%;
}

.premiere-one .image img {
    width: 100%;
}

.premiere-one .info {
    width: 50%;
    padding: 0 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.premiere-one .info .caption {
    margin-bottom: 16px;
}

.premiere-one .info .caption a {
    color: #1a1a1a;
    text-decoration: none;
}

.premiere-one .info .description {
    margin-bottom: 25px;
}

.premiere-one .info .ibutton {
    width: 234px;
    /* margin-right: 41px; */
}

.premiere-one.premiere-one-right .images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 26px;
    width: 50%;
}

.premiere-one.premiere-one-right .images .image-link {
    display: block;
}

.premiere-one.premiere-one-right .images .image-link img {
    width: 100%;
}

.premiere-one.premiere-one-right .info {
    width: 50%;
    padding: 0 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.premiere-one.premiere-one-right .info .caption {
    margin-bottom: 16px;
    margin-right: 0;
}

.premiere-one.premiere-one-right .info .ibutton {
    width: 234px;
    margin-right: 0;
}

.premiere-one.premiere-one-left .info .ibutton:hover,
.premiere-one.premiere-one-right .info .ibutton:hover {
    opacity: 1;
    background-color: transparent;
    color: #1a1a1a;
}

@media only screen and (max-width: 1700px) {
    .complect-premiere .content-list {
        width: 30%;
    }
}

@media only screen and (max-width: 1470px) {
    .complect-premiere .content-list__item .item-img {
        width: 170px;
        min-width: 170px;
    }

    .premiere-one .info .ibutton {
        font-size: 14px;
    }

    .complect-premiere .content-list__item .item-title {
        font-size: 18px;
    }

    .complect-premiere .content-list {
        width: 32%;
    }

    .complect-premiere .content-list__item .item-title {
        font-size: 18px;
    }

    .complect-premiere .content-list__item .item-price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1330px) {
    .complect-premiere .content-list {
        width: 50%;
        margin-right: 50px;
    }

    .complect-premiere-bot .content-list {
        margin-right: 0;
        margin-left: 50px;
    }

    .complect-premiere .content-main {
        width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .complect-premiere {
        margin-bottom: 80px;
    }

    .premiere-one .info .description.font-text-big {
        font-size: 14px;
    }

    .complect-premiere .complect-premiere__title {
        margin-bottom: 22px;
    }

    .complect-premiere .complect-premiere__content {
        flex-direction: column;
    }

    .complect-premiere .content-main {
        width: 100%;
        height: 384px;
        margin-right: 0;
        margin-bottom: 20px;
        min-height: unset;
    }

    .complect-premiere .content-main img {
        height: 100%;
        object-fit: cover;
    }

    .complect-premiere .content-list {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        transform: translateZ(0);
        -webkit-overflow-scrolling: touch;
        justify-content: center;
        align-items: unset;
        flex-direction: row;
    }

    .complect-premiere .content-list {
        padding: 0 50px;
        margin-right: 0;
    }

    .complect-premiere .content-list::-webkit-scrollbar {
        display: none;
    }

    .complect-premiere .content-list__item:not(:last-child) {
        margin-right: 20px;
    }

    .complect-premiere .content-list__item {
        width: 50vw;
        min-width: 250px;
        flex-direction: column;
        margin-bottom: 0;
        align-items: unset;
    }

    .complect-premiere .content-list__item .item-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 21px;
        min-height: unset;
        min-width: unset;
    }

    .complect-premiere .content-list__item .item-img img {
        width: 100%;
    }

    .complect-premiere .content-list__item .item-info {
        position: relative;
        padding-bottom: 18px;
    }

    .complect-premiere .content-list__item .item-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .complect-premiere .content-list__item .item-desc {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .complect-premiere .content-list__item .item-price {
        position: absolute;
        bottom: 0;
        font-size: 16px;
    }

    .complect-premiere-bot {
        margin-bottom: 82px;
    }

    .complect-premiere-bot .complect-premiere__content {
        flex-direction: column-reverse;
    }

    .complect-premiere-bot .content-main {
        margin-left: 0;
    }

    .complect-premiere-bot .content-list {
        margin-left: 0;
    }

    .complect-premiere.complect-premiere-bot .content-list__item {
        flex-direction: column-reverse;
    }

    .complect-premiere-bot .content-list__item .item-img {
        margin-left: 0;
    }

    .complect-premiere-bot .complect-premiere__title,
    .complect-premiere-bot .content-list__item .item-title,
    .complect-premiere-bot .content-list__item .item-desc,
    .complect-premiere-bot .content-list__item .item-price {
        text-align: left;
    }

    .premiere-one.premiere-one-right {
        margin-bottom: 73px;
    }

    .premiere-one.premiere-one-right .images {
        gap: 20px;
    }

    .premiere-one.premiere-one-left {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 940px) {
    .complect-premiere .content-list__item {
        min-width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .premiere-one .indent {
        position: relative;
        flex-direction: column;
    }

    .premiere-one-right .indent {
        flex-direction: column-reverse;
    }

    .premiere-one .image {
        margin-left: calc(50% - 50vw);
        width: 100vw;
        padding-top: 52px;
        margin-bottom: 22px;
    }

    .premiere-one .info {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }

    .premiere-one .info .description {
        margin-bottom: 20px;
    }

    .premiere-one.premiere-one-left .info .description {
        margin-bottom: 15px;
    }

    .premiere-one .info .caption {
        position: absolute;
        top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .premiere-one .info .ibutton {
        margin-right: 0;
        margin-left: 0;
    }

    .premiere-one.premiere-one-right .images {
        width: 100%;
        padding-top: 52px;
        margin-bottom: 22px;
    }

    .premiere-one.premiere-one-right .info {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }

    .premiere-one.premiere-one-right .info .caption,
    .premiere-one.premiere-one-right .info .ibutton {
        margin-left: 0;
    }

    .complect-premiere .content-list {
        padding: 0;
    }

    .complect-premiere .content-list__item {
        width: 50vw;
        min-width: 185px;
        max-width: 185px;
    }
}

@media only screen and (max-width: 600px) {
    .complect-premiere-bot .complect-premiere__title {
        text-align: center;
    }

    .complect-premiere-bot .content-list,
    .complect-premiere .content-list {
        justify-content: flex-start;
    }

    .complect-premiere .content-list__item {
        width: 50vw;
        min-width: 180px;
        max-width: 180px;
    }

    .complect-premiere .content-list__item:first-child {
        margin-left: 16px;
    }

    .complect-premiere .content-list__item:not(:last-child) {
        margin-right: 20px;
    }

    .complect-premiere .content-list__item .item-img {
        margin-bottom: 0;
    }

    .complect-premiere .content-list__item .item-info {
        display: none;
    }
}

.sliderIndexTwo-block h2 {
    text-align: center;
    margin-bottom: 77px;
}

.sliderIndexTwo-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sliderIndexTwo .swiper-slide .image {
    position: relative;
    padding-bottom: 150%;
}

.sliderIndexTwo .swiper-slide img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    user-select: none;
    transition: all 0.2s ease;
}

.sliderIndexTwo .swiper-slide-duplicate-active img,
.sliderIndexTwo .swiper-slide-active img {
    transform: scale(1.2);
}

.sliderIndexTwo {
    width: 100%;
}

.sliderIndexTwo .swiper-wrapper {
    height: auto;
}

.sliderIndexTwo:not(.swiper-initialized) .swiper-wrapper {
    width: calc(100% + 25px);
    display: grid;
    grid-auto-columns: calc(33.333% - 25px);
    grid-auto-flow: column;
    justify-content: center;
    gap: 25px;
}

.sliderIndexTwo-text {
    margin-top: 76px;
}

.sliderIndexTwo-text:not(.swiper-initialized) {
    display: none;
}

.sliderIndexTwo-text .swiper-slide {
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.sliderIndexTwo-text.swiper .swiper-slide-duplicate-active,
.sliderIndexTwo-text.swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.sliderIndexTwo-text .swiper-slide a {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.sliderIndexTwo-text .swiper-slide span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #8d8d8d;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 8px;
}

.sliderIndexTwo-text .swiper-slide p {
    display: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0 0;
}

.sliderIndexTwo .swiper-pagination {
    position: unset;
    height: 8px;
    margin: 20px -6px 0;
}

.sliderIndexTwo .swiper-pagination-bullet {
    background: #000000;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
}

.sliderIndexTwo .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.sliderIndexTwo-block .swiper-notification {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .sliderIndexTwo-block {
        margin: 0 -60px;
    }
}

@media only screen and (max-width: 991px) {
    .sliderIndexTwo:not(.swiper-initialized) .swiper-wrapper {
        grid-auto-columns: calc(50% - 25px);
    }
}


@media only screen and (max-width: 768px) {
    .sliderIndexTwo-block {
        margin: 0;
    }

    .sliderIndexTwo-block h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .sliderIndexTwo:not(.swiper-initialized) .swiper-wrapper {
        width: 100%;
        grid-auto-columns: 100%;
    }

    .sliderIndexTwo .swiper-slide img {
        transform: scale(0.9);
    }

    .sliderIndexTwo .swiper-slide-duplicate-active img,
    .sliderIndexTwo .swiper-slide-active img {
        transform: scale(1);
    }

    .sliderIndexTwo-text {
        margin-top: 15px;
        padding: 0 15px;
    }

    .sliderIndexTwo-text .swiper-slide p,
    .sliderIndexTwo-text .swiper-slide a {
        font-size: 18px;
    }

    .sliderIndexTwo-text .swiper-slide span {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    .sliderIndexTwo .swiper-slide img {
        transform: scale(1);
    }
}