

/* Start:/local/include/css/shop.css?17718539214684*/
.page-bradcrumbs {
    display: none!important;
}
.page-top__right {
    margin-top: 30px;
}
.sf-assortment {
    padding: 60px 40px; 
    background-color: #f8f8f8;
    margin-bottom: 80px;
    border-radius: 4px;
}

.sf-assortment__title {
    font-family: 'Styrene A Web', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}

.sf-assortment__subtitle {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: inline-block;
}

.sf-assortment__link {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
}
.sf-assortment__link:hover {
    color: #555;
}




.sf-brands-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));

}

.sf-brand-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin-bottom: 16px;
    page-break-inside: avoid;
    break-inside: avoid;
    transition: color 0.2s;
}

.sf-brand-item:hover {
    color: #000;
}

.sf-brand-item:hover .sf-brand-name {
    text-decoration: underline;
}

.sf-brand-name {
    margin-right: 5px;
    font-weight: 400;
}

.sf-brand-count {
    color: #999;
    font-size: 13px;
}


/* Тебе останется только скорректировать паддинги самого блока на мобилках */
@media (max-width: 768px) {
    .sf-assortment { padding: 30px 15px; }
}

.shop-flagman-page {
    margin: 0 auto;
    font-family: inherit;
    color: #000;
}

.sf-hero {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 100px;
    margin-bottom: 60px;
    min-height: 500px;
}

.sf-hero__info {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.sf-hero__title {
    margin-bottom: 30px;
    font-family: 'Styrene A Web', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
}

.sf-hero__location {
    margin-bottom: 20px;
}
.sf-hero__city { font-weight: bold; font-size: 18px; }
.sf-hero__address { font-size: 18px; }

.sf-hero__schedule,
.sf-hero__service,
.sf-hero__contacts {
    margin-bottom: 25px;
      font-family: 'Styrene A Web', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
color: #3c3c3c;
}

.sf-hero__label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    color: #666;
}

.sf-hero__phone {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
}

.sf-hero__socials {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    justify-content: flex-end;
}
.sf-hero__social-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

/* Блок с кнопками действий */
.sf-hero__buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.sf-hero__action-btn {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 0 5px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    transition: color 0.3s;
    text-decoration: none;
    color: #000;
    display: inline-block;
}
.sf-hero__action-btn:hover { color: #555; }


.sf-hero__visual {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.sf-visual-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s ease;
}

.sf-visual-photo {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}
.sf-visual-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-visual-map {
    z-index: 3;
    transform: translateX(100%);
}
.sf-visual-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.sf-hero__visual.show-map .sf-visual-photo {
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}
.sf-hero__visual.show-map .sf-visual-map {
    transform: translateX(0);
}


@media (max-width: 1024px) {
    .sf-hero { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    .sf-hero__info {
        text-align: left;
        align-items: flex-start;
    }
    .sf-hero__socials {
        justify-content: flex-start;
    }
    .sf-hero__buttons {
        align-items: flex-start;
        margin-top: 30px;
    }
    .sf-hero__visual { min-height: 400px; }
}
/* End */
/* /local/include/css/shop.css?17718539214684 */
