

/* Start:/local/templates/sanamcarpet/css/pages/stores.css?17791658661176*/
.l-content {
    padding: 0 !important;
}

.hero-banner {
    position: relative;
}

.hero-banner__item-pic img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    aspect-ratio: 1280 / 600;
    object-position: 0 calc(100% + 106px);
}

.hero-banner__wrapper {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
}

.hero-banner__text-title {
    font-family: var(--site-font-family-2);
    color: var(--site-light-color);
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 407px;
    letter-spacing: -0.025em;
}

@media(max-width: 1024px) {
    .hero-banner__item-pic img {
        max-height: auto;
        aspect-ratio: 768 / 800;
        object-position: 0 calc(100% + 80px);
    }

    .hero-banner__text-title {
        font-size: 36px;
    }
}

@media (max-width: 620px) {
    .hero-banner__item-pic img {
        object-position: center 0;
        aspect-ratio: 540 / 800;
    }

    .hero-banner__wrapper {
        bottom: 32px;
    }
}

@media (max-width: 420px) {
    .hero-banner__item-pic img {
        aspect-ratio: 320 / 680;
    }

    .hero-banner__text-title {
        font-size: 32px;
    }
}
/* End */


/* Start:/local/templates/sanamcarpet/components/ma/catalog.store.list/stores/style.css?17792723853136*/
.shops__row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    height: 420px;
}

.shops__section-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 32px;
}

.shops__tabs {
    margin-bottom: 20px;
}

.shops__tabs-nav {
    display: flex;
}

.shops__tab-btn {
    padding: 7px 40px;
    background: none;
    border: none;
    border-bottom: 2px solid var(--site-beige-color);
    cursor: pointer;
    font-family: var(--site-font-family-2);
    color: var(--site-text-color);
    font-size: 16px;
    line-height: 140%;
    transition: all 0.3s ease;
}

.shops__tab-btn:hover {
    color: var(--site-accent-color);
}

.shops__tab-btn.active {
    border-bottom: 2px solid #5A0B0A;
}

.shops__city-list {
    display: none;
}

.shops__city-list.active {
    display: block;
}

.shops__column {
    position: relative;
    width: 100%;
}

.shops__column--list {
    max-width: 320px;
    flex-shrink: 0;
    overflow: auto;
    background: var(--site-light-color);
}

.shops__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shops__item {
    position: relative;
    background: var(--site-grey-bg-color);
    cursor: pointer;
    padding: 20px 20px 15px 20px;
}

.shops__item-title {
    font-family: var(--site-font-family-2);
    font-size: 20px;
    margin-bottom: 12px;
}

.shops__item-address {
    font-size: 14px;
}

.shops__item-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.shops__item.active .shops__item-info {
    max-height: 300px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--site-light-red-color);
}

.shop-info__item-title {
    font-size: 14px;
    line-height: 120%;
    color: var(--site-text-color-2);
    margin-bottom: 4px;
}

.shop-info__item--emails {
    margin-bottom: 16px;
}

.shop-info__item--socials {
    font-size: 14px;
    line-height: 120%;
    color: var(--site-text-color-2);
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    line-height: 140%;
}

@media (max-width: 1024px) {
    .shops__section-title {
        font-size: 32px;
    }
}

@media (max-width: 920px) {
    .shops__section-title {
        font-size: 30px;
    }

    .shops__row {
        height: auto;
        flex-direction: column;
        gap: 24px;
    }

    .shops__column--list {
        max-height: 400px;
        overflow: auto;
        max-width: 100%;
    }

    .shops__column--map {
        height: 420px;
    }
}

@media (max-width: 620px) {
    .shops__section-title {
        margin-bottom: 34px;
    }

    .shops__tab-btn {
        padding: 6px 20px;
    }
}

@media (max-width: 500px) {
    .shops__section-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .shops__tabs-nav {
        flex-direction: column;

    }

    .shops__tab-btn {
        padding: 8px 20px 6px;
        text-align: left;
    }

    .shops__column--list {
        max-height: 352px;
    }

    .shops__column--map {
        height: 360px;
    }
}
/* End */
/* /local/templates/sanamcarpet/css/pages/stores.css?17791658661176 */
/* /local/templates/sanamcarpet/components/ma/catalog.store.list/stores/style.css?17792723853136 */
