

/* Start:/local/components/bx/section.title_subtitle_images/templates/.default/style.min.css?17866399505368*/
.where-buy-partners {
    background: transparent;
    padding: 2rem 0 2.5rem;
}

.where-buy-partners .big-banner__container {
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.where-buy-partners .--title-h2 {
    color: #141516;
    padding: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
    text-align: center;
}

.where-buy-partners .--sub-title,
.where-buy-partners .big-banner__sub-title {
    color: #8a8f94;
    font-weight: 400;
    font-style: normal;
    max-width: 40rem;
    margin: 0 auto 2rem;
    text-align: center;
    line-height: 1.45;
}

.where-buy-partners__grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1rem;
    max-width: 1190px;
    margin: 0 auto;
}

.where-buy-partners__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 260px;
    margin: 0;
}

.where-buy-partners__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 140px;
    height: auto;
    padding: 1.5rem 1.25rem 1.25rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(20, 21, 22, 0.04);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    box-sizing: border-box;
}

.where-buy-partners__card:hover {
    border-color: #d8d8d8;
    box-shadow: 0 10px 24px rgba(20, 21, 22, 0.08);
    transform: translateY(-2px);
    color: inherit;
}

.where-buy-partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.5rem;
    flex: 0 0 auto;
}

.where-buy-partners__logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 2.75rem;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.85;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.where-buy-partners__card:hover .where-buy-partners__logo img {
    filter: none;
    opacity: 1;
}

.where-buy-partners__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #6b7075;
}

.where-buy-partners__link span {
    display: inline-block;
    transition: transform 0.25s ease;
}

.where-buy-partners__card:hover .where-buy-partners__link span {
    transform: translateX(4px);
}

.where-buy-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0.5rem 1.25rem 2rem;
}

.where-buy-divider::before,
.where-buy-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e6e6e6;
}

.where-buy-divider__icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: #c2c2c2;
}

.where-buy-sales-head {
    background: transparent;
    text-align: center;
    padding: 0 1.25rem 1.75rem;
}

.where-buy-sales-head__title {
    margin: 0 0 0.75rem;
    color: #141516;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
}

.where-buy-sales-head__sub {
    margin: 0 auto;
    max-width: 36rem;
    color: #8a8f94;
    font-size: 1rem;
    line-height: 1.45;
}

/* Контентная зона — как на lbm /contacts/ (#f3f6f8); шапка/сайдбар остаются как на bx */
.page-where-buy .page-content {
    background: #f3f6f8;
}

.page-where-buy .contacts-app,
.page-where-buy .where-buy-partners,
.page-where-buy .where-buy-sales-head,
.page-where-buy .where-buy-divider {
    background: transparent;
}

@media only screen and (max-width: 980px) {
    .where-buy-partners__grid {
        gap: 0.75rem;
    }

    .where-buy-partners__card {
        min-height: 128px;
        padding: 1.25rem 1rem 1rem;
    }
}

@media only screen and (max-width: 765px) {
    .where-buy-partners {
        overflow: visible;
        padding-bottom: 1.5rem;
    }

    .where-buy-partners .big-banner__container {
        overflow: visible;
    }

    .where-buy-partners__grid {
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        padding: 0.5rem 0 2rem;
        margin: 0;
        scroll-snap-type: x mandatory;
    }

    .where-buy-partners__item {
        flex: 0 0 72%;
        max-width: 72%;
        height: auto;
        align-self: flex-start;
        scroll-snap-align: start;
    }

    .where-buy-partners__card {
        height: auto;
        min-height: 0;
        overflow: visible;
        box-shadow: 0 4px 12px rgba(20, 21, 22, 0.06);
    }
}

@media only screen and (min-width: 1200px) {
    .where-buy-partners {
        padding: 3rem 0 2.75rem;
    }

    .where-buy-partners .--title-h2 {
        font-size: 2rem;
        line-height: 2.75rem;
        margin-bottom: 1rem;
    }

    .where-buy-partners .--sub-title,
    .where-buy-partners .big-banner__sub-title {
        font-size: 1.125rem;
        line-height: 1.6;
        margin-bottom: 2.25rem;
    }

    .where-buy-partners__logo img {
        height: 3.25rem;
    }
}

/* End */
/* /local/components/bx/section.title_subtitle_images/templates/.default/style.min.css?17866399505368 */
