#socbrand .slick-slide {
    margin-right: 11px;
}

#socbrand .slick-list {
    overflow: hidden;
}

#socbrand {
    overflow: hidden;
    justify-content: center;
    max-width: 100%;
}


#socbrand .right-col {
    position: relative;
}

#socbrand .slick-arrow {
    width: 35px;
    height: 35px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}

.right-col a {
    display: block;
    width: 100%;
}

.soc-preview {
    height: 400px;
    width: unset;
    display: block;
    object-fit: cover;
    border-radius: 0; /* если нужно как у картинок */
}

#socbrand .slick-track {
    display: flex;
}

.slick-arrow.slick-disabled {
    opacity: 0.7;
}


#socbrand .slick-next {
    position: absolute;
    right: 0px;
    z-index: 99;
    border: unset;
}

#socbrand .slick-prev {
    position: absolute;
    left: 0px;
    z-index: 99;
    border: unset;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#socbrand {
    display: flex;
    align-items: center;
    padding: 60px 0 60px 0;
}

.left-col {
    max-width: 406px;
    width: 100%;
}

.left-col h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.2;
    font-family: var(--second-family);
}

.left-col p {
    max-width: 400px;
    /*font-size: 18px;
    line-height: 1.6;
    color: #666;*/
    margin-bottom: 30px;
    font-family: var(--font-family);
}

.icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease;
}

.icons a:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

.icons img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.right-col {
    width: 100%;
    display: flex;
    gap: 7px;
}

.right-col img {
    height: 400px;
    display: block;
}

/* Адаптивность */
@media (max-width: 1900px) {
    #socbrand .slick-slide {
        margin-left: 7px;
        display: flex;
        justify-content: center;
    }

    .left-col h3 {
        font-size: 28px;
    }


    .right-col img, .soc-preview {
        height: unset;
        width: 100%;
    }

}






@media (max-width: 1024px) {
    #socbrand .slick-slide {
        margin-left: 7px;
        display: flex;
        justify-content: center;
    }

    .left-col h3 {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    #socbrand .slick-arrow {
        display: flex !important;
    }

    #socbrand {
        padding: 40px 0;
    }

    .left-col {
        max-width: 100%;
        text-align: center;
    }

    .right-col {
        max-width: 100%;
    }

    .icons {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .right-col {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .left-col h3 {
        font-size: 24px;
    }

    .left-col p {
        font-size: 16px;
    }

    .right-col {
        gap: 15px;
    }
}

@media (max-width: 360px) {
    .right-col {
        flex-direction: column;
        align-items: center;
    }
}


/* базовый шрифт */
:root {
    --stories-font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.stories-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    font-family: var(--stories-font);

    align-items: center;
    justify-content: center;
    padding: 12px;
}

.stories-modal.is-open {
    display: flex;
}

.stories-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.stories-card {
    position: relative;
    width: min(420px, calc(100vw - 24px));
    height: min(760px, calc(100vh - 24px));
    margin: 0;
    border-radius: 16px;
    background: #0f1115;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}

.stories-close {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 6;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;
    background: transparent;
    /*background: rgba(0,0,0,.45);*/
    color: #fff;

    font-size: 22px;
    line-height: 1;
    cursor: pointer;

    /* backdrop-filter: blur(4px);*/
}

.stories-close:hover {
    background: rgba(0, 0, 0, .65);
}

.stories-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 24px 24px 10px 24px;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.stories-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.stories-badge {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
}

.stories-progress {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.stories-seg {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .25);
    overflow: hidden;
}

.stories-seg > i {
    display: block;
    height: 100%;
    width: 0%;
    background: #fff;
}

/* Sound */
.stories-sound {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    opacity: .92;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

.stories-sound:hover {
    opacity: 1;
}

.stories-btn:hover {
    color: #e0e0e0;
}

.stories-sound__ico {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stories-media {
    position: absolute;
    inset: 0;
    display: flex;
}

.stories-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.stories-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.stories-arrow--left {
    left: 10px;
}

.stories-arrow--right {
    right: 10px;
}

.stories-arrow:disabled {
    opacity: .35;
    cursor: default;
}

.stories-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px 14px 14px;
    display: flex;
    gap: 10px;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
}

.stories-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .20);
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, .20);
    font-size: 14px;
    font-weight: 500;
}

.stories-ico {
    opacity: .9;
}

