.slider-container {
    width: 100%;
    height: 492px;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 14px;
    border-radius: 5px;
    z-index: 1000;
}

.collection-preview-modal {
    z-index: 100;
    display: none;
    position: fixed;
    max-width: 1390px;
    width: 100%;
    height: fit-content;
    background-color: #fbfbfb;
    padding: 30px;
    margin: auto;
    right: 0;
    left: 0;
    top: 710px;
    bottom: 0;
    transform: translate(0, -50%);
    box-shadow: 5px 6px 4px #9b9b9b;
    border-radius: 5px;
}

.collection-preview-modal img {
    height: 494px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.col_protect_plus {
    background: url(/img/svg_vob/20_PROTECT_PLUS_min.svg) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 42px;
    transition: width 0.1s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #35508d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 10px;
}

.col_protect_plus:hover {
    background: url(/img/svg_vob/20_PROTECT_PLUS.svg) no-repeat;
    width: 142px;
    height: 42px;
    background-size: 150px;
    transition: width 0.2s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
}

.col_protect {
    background: url(/img/svg_vob/19_PROTECT_min.svg) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 42px;
    transition: width 0.1s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #46609d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 10px;
}

.col_protect:hover {
    background: url(/img/svg_vob/19_PROTECT.svg) no-repeat;
    width: 142px;
    height: 42px;
    background-size: 150px;
    transition: width 0.2s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
}

.col_imin_rashod {
    background: url(/img/svg_vob/5_minimal_rashod_min.svg) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 42px;
    transition: width 0.1s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #6ab572;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 10px;
}

.col_imin_rashod:hover {
    background: url(/img/svg_vob/5_min_rashod.svg) no-repeat;
    width: 142px;
    height: 42px;
    background-size: 150px;
    transition: width 0.2s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
}

.col_iprokr_v_masse {
    background: url(/img/svg_vob/9_prokr_v_masse_min.svg) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 42px;
    transition: width 0.1s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #674991;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 10px;
}

.col_iprokr_v_masse:hover {
    background: url(/img/svg_vob/9_prokr_v_masse.svg) no-repeat;
    width: 130px;
    height: 42px;
    background-size: 150px;
    transition: width 0.2s ease-in-out;
    right: 1px;
    display: block;
    position: relative;
    cursor: pointer;
}

.arrivals_block_brand_block_new .brand-logo {
    filter: none !important;
    margin-left: 0;
    background-color: unset;
    border-radius: 5px;
    height: 36px;
    padding: 0;
    width: auto;
}

.arrivals_block_brand_block_new .brand-logo img {
    display: block;
    height: auto;
    width: 110px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.arrivals_block_brand_block_new {
    display: block !important;
    margin-bottom: 25px;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

.captions_new {
    margin-bottom: 8px;
}

.cen_tip_col_main_new {
    font-size: 20px;
    max-width: 320px;
}

.naz_col_main_new {
    font-size: 20px;
    max-width: 320px;
}

.naglav img {
    margin-right: 30px !important;
}

.arrivals-block__card {
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    cursor: pointer;
}

.arrivals-block__img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.arrivals-block-items:nth-child(2n+1) {
    padding: 0 !important;
}

.container_colls {
    max-width: 1400px !important;
    display: grid;
    transition: all .2s ease-in-out;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 100%;
    margin: auto;
}

.arrivals-block-items {
    margin-bottom: 0 !important;
    height: 430px !important;
    transition: all .2s ease-in-out;
    width: 100% !important;
    margin: auto;
    padding: 0 !important;
}

.float_mob {
    float: left;
}

.brands-block__main-list {
    margin-bottom: 30px;
}

.vk-video-frame,
.vk-video-card {
    width: 100%;
    height: 646px;
}

.vk-video-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #24324a 0%, #111926 100%);
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vk-video-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 28%),
        radial-gradient(circle at 80% 15%, rgba(255,255,255,0.10), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%);
}

.vk-video-card--with-cover::before {
    background:
        linear-gradient(180deg, rgba(8, 12, 18, 0.15), rgba(8, 12, 18, 0.58)),
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%);
}

.vk-video-card__play {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: inherit;
    font-size: 16px;
    font-weight: 600;
}

.vk-video-card__play::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid currentColor;
}

.brands-videos-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    margin-bottom: 30px;
}

.brands-videos-dots {
    display: none;
}

.brands-video-item {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.brands-video-item--lead {
    margin: 0;
}

.text_size {
    font-size: 17px;
}

.brands-block__img-wrapper img {
    padding: 20px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.brands-block__img-wrapper img:hover {
    padding: 12px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.page-header__logo img {
    width: auto;
    max-height: 40px;
    padding: 0;
    padding-left: 0 !important;
}

.btn {
    padding: 0;
}

.simg img {
    width: 130px;
    height: 37px;
    object-fit: none;
    margin-bottom: 0;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.simg img:hover {
    opacity: 0.8;
    transition: all .2s ease-in-out;
}

.modalhAPI {
    z-index: 100;
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 30px;
}

.naglav {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    right: -21px;
}

.naglav img {
    width: 126px;
    margin-top: 20px;
}

.cen-tip-col-main {
    font-size: 24px;
    margin-top: -6px;
    max-width: 320px;
}

.captions {
    margin-bottom: 15px;
}

.naz-col-main {
    font-size: 29px;
    margin-top: -6px;
}

.container_colls {
    max-width: 1420px;
    margin: auto;
    padding: 0;
    height: 100%;
}

.arrivals-block-items {
    width: calc(50% - 0px);
    position: relative;
    padding-bottom: 4px;
    margin: 0;
    margin-bottom: 30px;
    float: left;
    padding: 0 0 0 15px;
    height: 360px;
}

.arrivals-block-items:nth-child(2n+1) {
    padding: 0 15px 0 0;
}

@media screen and (max-width: 766px) {
    .navigation {
        display: none;
    }

    .slider-nav {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

    .slider-container {
        height: 180px !important;
        margin-bottom: 30px;
    }

    .collection-preview-modal {
        top: 100%;
        overflow-y: scroll;
        height: 100%;
        z-index: 10001;
    }

    .container_colls {
        margin: 0 !important;
        grid-template-columns: repeat(1, 1fr);
    }

    .btn {
        line-height: 44px !important;
    }

    .mobhidemain {
        display: none;
    }

    .col-6 .btn {
        zoom: 0.59;
    }
}

@media screen and (max-width: 768px) {
    .arrivals-block-items {
        width: 100%;
        height: 200px;
        padding: 0;
    }

    .arrivals-block__card-content {
        height: 80%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .arrivals-block__brand-block {
        margin-bottom: 10px;
    }

    .arrivals-block__brand-block .brand-logo {
        height: 22px;
    }

    .captions {
        margin-bottom: 5px;
    }

    .naglav img {
        display: none;
    }

    .arrivals-block__brand-block .brand-logo img {
        height: 22px;
        width: 77px;
    }

    .naz-col-main {
        font-size: 20px;
        margin-top: 0;
    }

    .cen-tip-col-main {
        font-size: 20px;
        margin-top: 0;
        max-width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .brands-block__main-list {
        height: fit-content;
        margin-bottom: 0;
    }

    .row {
        margin-bottom: -15px;
    }

    .brands-videos-row {
        --brands-video-gap: 20px;
        --brands-video-side-offset: 0px;
        --brands-video-peek: 24px;
        display: flex !important;
        flex-wrap: nowrap;
        gap: var(--brands-video-gap);
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 var(--brands-video-side-offset) 12px;
        margin: 0 0 12px;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--brands-video-side-offset);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .brands-videos-container {
        padding: 0 !important;
    }

    .brands-videos-row::-webkit-scrollbar {
        display: none;
    }

    .brands-videos-row > .brands-video-item,
    .brands-videos-row > .brands-video-item--lead,
    .brands-video-item,
    .brands-video-item--lead {
        display: flex !important;
        align-items: stretch;
        float: none !important;
        flex: 0 0 calc(100% - (var(--brands-video-peek) * 2) - (var(--brands-video-gap) * 2)) !important;
        width: calc(100% - (var(--brands-video-peek) * 2) - (var(--brands-video-gap) * 2)) !important;
        max-width: calc(100% - (var(--brands-video-peek) * 2) - (var(--brands-video-gap) * 2)) !important;
        min-width: calc(100% - (var(--brands-video-peek) * 2) - (var(--brands-video-gap) * 2));
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .brands-videos-row > .mobhide,
    .brands-video-item.mobhide {
        display: flex !important;
    }

    .brands-videos-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 0 0 18px;
    }

    .brands-videos-dot {
        width: 8px;
        height: 8px;
        border: 0;
        border-radius: 999px;
        padding: 0;
        background: rgba(17, 25, 38, 0.22);
        transition: all 0.2s ease;
    }

    .brands-videos-dot.is-active {
        width: 22px;
        background: #FBB03F;
    }

    .knopka_otstyp {
        40px !important;
    }

    .float_mob {
        float: none;
    }

    .text_size {
        margin-top: 15px;
    }

    .vk-video-frame,
    .vk-video-card {
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 16;
    }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
    .vk-video-frame,
    .vk-video-card {
        width: 282px;
        height: 569px;
    }
}

@media screen and (max-width: 726px) {
    .brands-block__img-wrapper img {
        padding: 6px !important;
    }

    .col-12,
    .col-md-4,
    .col-xl-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .arrivals-block-items:nth-child(2n+1) {
        padding: 0 !important;
    }

    .arrivals-block-items {
        padding: 0 !important;
    }
}
