.ui-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.ui-container-map {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.ui-container-full {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.ui-row {
    display: flex;
    flex-wrap: wrap;
}
.stores-hero {
    position: relative;
    min-height: 1000px;
    display: flex;
    overflow: hidden;
    background: #f6f6f6;
}

.stores-hero__picture {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.stores-hero__picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.stores-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 150px auto 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.stores-hero__content .stores-hero__content-desc{
    max-width: 500px;
    margin: 0 auto;
    padding-left: 38px;

    h1 {
        color: #FFF;
        font-size: 66px;
        font-style: normal;
        font-weight: 700;
        line-height: 72px;
        text-transform: uppercase;
        margin: 0 0 32px;
        small {
            color: #FFF;
            font-size: 66px;
            font-style: normal;
            font-weight: 400;
            line-height: 66px;
        }
    }
}

.stores-hero__content p {
    margin-top: 26px;
    margin-bottom: 62px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.stores-hero__content .main-btn {
    margin: 0 auto;
}

.stores-online {
    margin: 70px 0 140px;
    min-height: 700px;
    background: url('../img/store/s-w.png') no-repeat center center;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;

    h2 {
        color: #FFF;
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        text-transform: uppercase;
        margin: 0 0 25px;
        max-width: 522px;
    }
    p {
        margin-bottom: 60px;
        display: block;
        max-width: 300px;
    }
    a.online-brt {
        display: inline-block;
        padding: 10px 60px 12px 60px;
        justify-content: center;
        align-items: center;
        color: #AA813E;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        border-radius: 55px;
        background: #F6F6F6;
    }
}

.store-city-row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 120px;
}

.store-city-img {
    flex: 0 0 auto;
}

.store-city-img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.store-city-desc {
    flex: 1 1 auto;

    span {
        color: #0B0A08;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        text-transform: uppercase;
    }
    p {
        color: #858484;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        margin: 15px 0 48px;
    }
}

.store-map {
    margin-top: -220px;
    position: relative;
    z-index: 1;
}
.shops-map-section {
    background: #f3f3f3;
}

.shops-map-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    padding: 46px 142px;
}

.shops-map-select-wrap {
    min-width: 300px;
}

.shops-map-select {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    color: #666;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M4.47558 6.05969L-1.09143e-05 5.78079e-05L8.95118 5.85904e-05L4.47558 6.05969Z' fill='%23858484'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 9px 7px;
}
.shops-map-select::-ms-expand {
    display: none;
}
.shops-map-title {
    font-size: 24px;
    color: #666;
    max-width: 520px;
    font-weight: 500;
    line-height: 28px;
}

.shops-map {
    width: 100%;
    height: 520px;
    border-radius: 8px;
    overflow: hidden;
    background: #e9e9e9;
}

.shops-cards {
    padding: 46px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 24px;
    max-width: 1160px;
    margin: 0 auto;
}

.shop-card {
    background: #fff;
    padding: 28px 24px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: 0.2s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    min-height: 280px;
}

.shop-card.active {
    border-color: #b78634;
    transform: translateY(-2px);
}

.shop-card__title {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #111;
}

.shop-card__address,
.shop-card__phone,
.shop-card__hours {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 22px;
    color: #0B0A08;
    line-height: 20px;
}
.shop-card__address {
    padding: 0;
}
.shop-card__phone::before,
.shop-card__hours::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.shop-card__address:empty,
.shop-card__phone:empty,
.shop-card__hours:empty {
    display: none;
}
.shop-card__phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_212_13)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.71186 8.51788C5.51145 8.61809 5.31103 8.61809 5.21082 8.7183L5.11061 8.31746C5.11061 8.31746 5.0104 7.81641 4.50935 8.01683C4.0083 8.11704 3.30683 8.31746 2.90599 8.51788C2.70558 8.51788 2.50516 8.7183 2.70557 9.11914C2.90599 9.7204 3.30683 10.4219 4.10851 10.6223C4.70977 10.7225 5.81207 10.4219 7.01459 9.7204C8.01669 9.11914 9.2192 7.91662 9.82046 6.91453C10.5219 5.71201 10.8226 4.60971 10.7223 4.00845C10.5219 3.20677 9.82046 2.80593 9.2192 2.60551C8.71815 2.5053 8.61795 2.70572 8.51774 2.90614C8.31732 3.30698 8.1169 4.00845 8.01669 4.40929C7.81627 4.91033 8.31732 5.01054 8.31732 5.01054L8.71815 5.11075C8.61794 5.31117 8.61795 5.51159 8.51774 5.71201C8.01669 6.81432 6.81417 8.01683 5.71186 8.51788Z' fill='%23AA813E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.61384 0C10.3216 0 13.2277 3.00629 13.2277 6.61384C13.2277 10.3216 10.2214 13.2277 6.61384 13.2277C3.00629 13.2277 0 10.3216 0 6.61384C0 3.00629 3.00629 0 6.61384 0ZM6.61384 0.801677C3.40713 0.801677 0.801677 3.40713 0.801677 6.61384C0.801677 9.82055 3.40713 12.426 6.61384 12.426C9.82055 12.426 12.426 9.82055 12.426 6.61384C12.426 3.40713 9.82055 0.801677 6.61384 0.801677Z' fill='%23AA813E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_212_13'%3E%3Crect width='13.2277' height='13.2277' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.shop-card__hours::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_209_37)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.61384 0C10.3216 0 13.2277 3.00629 13.2277 6.61384C13.2277 10.3216 10.2214 13.2277 6.61384 13.2277C3.00629 13.2277 0 10.3216 0 6.61384C0 3.00629 3.00629 0 6.61384 0ZM6.61384 0.801677C3.40713 0.801677 0.801677 3.40713 0.801677 6.61384C0.801677 9.82055 3.40713 12.426 6.61384 12.426C9.82055 12.426 12.426 9.82055 12.426 6.61384C12.426 3.40713 9.82055 0.801677 6.61384 0.801677Z' fill='%23AA813E'/%3E%3Cline x1='6.4158' y1='3.42118' x2='6.4158' y2='7.33641' stroke='%23AA813E' stroke-width='0.934148' stroke-linecap='round'/%3E%3Cline x1='10.5285' y1='7.54447' x2='6.41602' y2='7.54447' stroke='%23AA813E' stroke-width='0.934148' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_209_37'%3E%3Crect width='13.2277' height='13.2277' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.shop-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 46px;
    padding: 0 24px;
    border: none;
    border-radius: 26px;
    background: #b78634;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: auto;
    transform: translateY(18px);
    position: relative;
    top: -18px;
}

.shop-card__btn:hover {
    opacity: 0.9;
}
/*
@media (max-width: 1024px) {
    .shops-cards {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }

    .shops-map-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .shops-map-section {
        padding: 20px;
    }

    .shops-map {
        height: 420px;
    }

    .shops-cards {
        grid-template-columns: 1fr;
    }

    .shop-card__title {
        font-size: 28px;
    }

    .shops-map-title {
        font-size: 18px;
        max-width: 100%;
    }

    .shops-map-select-wrap {
        min-width: 100%;
    }
}
*/

@media (max-width: 1440px) {
    .store-city-row {
        gap: 80px;
    }
    .store-city-img img {
        width: 600px;
    }

    .store-city-desc span {
        font-size: 28px;
        line-height: 32px;
    }

    .store-city-desc p {
        font-size: 26px;
        line-height: 30px;
        margin: 14px 0 40px;
    }
    .stores-online {
        min-height: 620px;
        margin: 70px 0 120px;
        background-size: cover;
    }

    .stores-online h2 {
        font-size: 46px;
        line-height: 56px;
        max-width: 480px;
    }

    .stores-online p {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .stores-online a.online-brt {
        font-size: 22px;
        padding: 10px 50px 12px;
    }
    .stores-hero {
        min-height: 850px;
    }

    .stores-hero__content {
        max-width: 1100px;
        margin-top: 120px;
    }

    .stores-hero__content .stores-hero__content-desc {
        max-width: 450px;
        padding-left: 250px;
        box-sizing: content-box;
    }

    .stores-hero__content .stores-hero__content-desc h1 {
        font-size: 58px;
        line-height: 64px;
        margin-bottom: 28px;
    }

    .stores-hero__content .stores-hero__content-desc h1 small {
        font-size: 58px;
        line-height: 58px;
    }

    .stores-hero__content p {
        font-size: 26px;
        line-height: 30px;
        margin-top: 22px;
        margin-bottom: 52px;
    }

    .shops-map-top {
        padding: 42px 100px;
    }

    .shops-map-title {
        font-size: 23px;
        line-height: 27px;
        max-width: 500px;
    }

    .shops-cards {
        max-width: 1080px;
        gap: 22px;
    }

    .shop-card__title {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .store-city-row {
        gap: 50px;
    }

    .store-city-img {
        flex: 0 0 50%;
    }

    .store-city-img img {
        width: 100%;
    }

    .store-city-desc {
        flex: 1 1 50%;
        padding-right: 20px;
    }

    .store-city-desc span {
        font-size: 24px;
        line-height: 28px;
    }

    .store-city-desc p {
        font-size: 22px;
        line-height: 26px;
        margin: 12px 0 32px;
    }

    .main-btn {
        height: 50px;
        font-size: 14px;
        padding: 3px 1.5em 0;
    }
    .stores-online {
        min-height: 560px;
        margin: 60px 0 100px;
        background-size: cover;
        background-position: center center;
    }

    .stores-online h2 {
        font-size: 40px;
        line-height: 50px;
        max-width: 430px;
    }

    .stores-online p {
        font-size: 24px;
        line-height: 28px;
        max-width: 280px;
        margin-bottom: 42px;
    }

    .stores-online a.online-brt {
        font-size: 20px;
        padding: 10px 42px 12px;
    }
    .stores-hero {
        min-height: 760px;
    }

    .stores-hero__content {
        max-width: 960px;
        margin-top: 100px;
        padding: 0 20px;
    }

    .stores-hero__content .stores-hero__content-desc {
        max-width: 430px;
        padding-left: 0;
    }

    .stores-hero__content .stores-hero__content-desc h1 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 24px;
    }

    .stores-hero__content .stores-hero__content-desc h1 small {
        font-size: 50px;
        line-height: 50px;
    }

    .stores-hero__content p {
        font-size: 24px;
        line-height: 28px;
        margin-top: 18px;
        margin-bottom: 44px;
    }
    .shops-map-top {
        padding: 38px 60px;
        gap: 30px;
    }

    .shops-map-select-wrap {
        min-width: 280px;
    }

    .shops-map-title {
        font-size: 22px;
        line-height: 26px;
        max-width: 480px;
    }

    .shops-map {
        height: 500px;
    }

    .shops-cards {
        max-width: 960px;
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        gap: 20px;
        padding: 42px 20px;
    }

    .shop-card {
        padding: 24px 20px;
    }

    .shop-card__title {
        font-size: 27px;
    }

    .shop-card__btn {
        min-width: 190px;
        padding: 0 20px;
    }
}
@media (max-width: 1024px) {
    .shops-map-top {
        padding: 34px 40px;
        align-items: center;
    }

    .shops-map-select-wrap {
        min-width: 300px;
    }

    .shops-map-title {
        font-size: 20px;
        line-height: 24px;
        max-width: 420px;
    }

    .shops-map {
        height: 460px;
        border-radius: 0;
    }

    .shops-cards {
        max-width: 760px;
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        gap: 22px;
        padding: 38px 20px;
    }

    .shop-card__title {
        font-size: 26px;
    }

    .shop-card__address,
    .shop-card__phone,
    .shop-card__hours {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .shops-map-top {
        padding: 32px 30px;
    }

    .shops-map-title {
        max-width: 4100px;
        font-size: 19px;
        line-height: 23px;
    }

    .shops-map {
        height: 440px;
    }

    .shops-cards {
        max-width: 680px;
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }

    .shop-card {
        padding: 22px 18px;
    }

    .shop-card__title {
        font-size: 24px;
    }

    .shop-card__btn {
        min-width: 0;
        width: 100%;
        font-size: 12px;
    }
    .store-city-row {
        gap: 35px;
    }

    .store-city-img {
        flex: 0 0 48%;
    }

    .shops-map-select-wrap {
        min-width: 240px;
    }
    .store-city-desc span {
        font-size: 22px;
        line-height: 26px;
    }

    .store-city-desc p {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0 28px;
    }

    .main-btn {
        height: 48px;
        font-size: 13px;
        padding: 3px 1.3em 0;
    }
    .stores-online {
        min-height: 500px;
        margin: 60px 0 90px;
        background-position: center center;
    }

    .stores-online h2 {
        font-size: 34px;
        line-height: 42px;
        max-width: 370px;
        margin-bottom: 20px;
    }

    .stores-online p {
        font-size: 22px;
        line-height: 26px;
        max-width: 260px;
        margin-bottom: 36px;
    }

    .stores-online a.online-brt {
        font-size: 18px;
        padding: 10px 34px 12px;
    }
    .stores-hero {
        min-height: 680px;
    }

    .stores-hero__picture img {
        object-position: center top;
    }

    .stores-hero__content {
        margin-top: 80px;
        padding: 0 20px;
    }

    .stores-hero__content .stores-hero__content-desc {
        max-width: 380px;
    }

    .stores-hero__content .stores-hero__content-desc h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .stores-hero__content .stores-hero__content-desc h1 small {
        font-size: 42px;
        line-height: 42px;
    }

    .stores-hero__content p {
        font-size: 21px;
        line-height: 25px;
        margin-top: 16px;
        margin-bottom: 36px;
    }
}
@media (max-width: 768px) {
    .store-map {
        overflow: hidden;
        margin: 0;
    }
    .ui-container-map {
        padding: 0;
    }

    .shops-map-section {
        padding: 0;
    }

    .shops-map-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 43px 15px 32px;
    }

    .shops-map-select-wrap {
        width: 100%;
        min-width: 0;
    }

    .shops-map-select {
        height: 50px;
        padding: 0 42px 0 18px;
        font-size: 15px;
        border-radius: 28px;
        background-position: right 18px center;
    }

    .shops-map-title {
        order: 1;
        max-width: 100%;
        text-align: center;
    }

    .shops-map {
        width: 100%;
        height: 420px;
        border-radius: 0;
    }
    .shops-map-select-wrap {
        order: 2;
        width: 100%;
        max-width: 330px;
        min-width: 0;
        margin: 0 auto;
    }

    .shops-map-select {
        width: 100%;
    }
    .shops-cards {
        max-width: 100%;
        grid-template-columns: minmax(0, 280px);
        justify-content: center;
        gap: 20px;
        padding: 32px 20px;
    }

    .shop-card {
        width: 100%;
        max-width: 280px;
        padding: 24px 18px;
        min-height: 250px;
    }

    .shop-card.active {
        transform: none;
    }

    .shop-card__title {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 14px;
    }

    .shop-card__address,
    .shop-card__phone,
    .shop-card__hours {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 9px;
    }

    .shop-card__btn {
        width: 100%;
        min-width: 0;
        height: 44px;
        padding: 0 16px;
        font-size: 12px;
    }
    .store-city-row {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .store-city-img {
        flex: 0 0 auto;
        width: 100%;
        order: 2
    }
    .store-city-img,
    .store-city-img picture,
    .store-city-img img {
        display: block;
        width: 100%;
    }

    .store-city-img img {
        height: auto;
    }

    .store-city-desc {
        width: 100%;
        padding: 0 20px 80px;
        text-align: center;
    }

    .store-city-desc span {
        font-size: 24px;
        line-height: 28px;
    }

    .store-city-desc p {
        font-size: 20px;
        line-height: 26px;
        margin: 12px 0 28px;
    }

    .main-btn {
        margin: 0 auto;
        height: 50px;
        font-size: 14px;
        padding: 3px 1.4em 0;
    }
    .stores-online {
        min-height: 520px;
        margin: 80px 0;
        padding: 50px 0;
        text-align: center;
        align-items: end;

        background-size: cover;
        background-position: calc(100% + 250px) center;
        background-repeat: no-repeat;
    }

    .stores-online-desc {
        max-width: 360px;
        margin: 0 auto;
    }

    .stores-online h2 {
        font-size: 28px;
        line-height: 32px;
        max-width: 340px;
        margin-bottom: 18px;
    }

    .stores-online p {
        font-size: 20px;
        line-height: 20px;
        max-width: 215px;
        margin: 0 auto 32px;
    }

    .stores-online a.online-brt {
        font-size: 16px;
        padding: 10px 28px 12px;
        max-width: 100%;
        text-align: center;
    }
    .stores-hero {
        min-height: 720px;
    }

    .stores-hero__picture img {
        object-fit: cover;
        object-position: center top;
    }

    .stores-hero__content {
        min-height: inherit;
        margin: 0 auto;
        padding: 0 20px 50px;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .stores-hero__content .stores-hero__content-desc {
        max-width: 340px;
        margin: 0 auto;
        padding: 0 0 68px;
    }

    .stores-hero__content .stores-hero__content-desc h1 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 18px;
    }

    .stores-hero__content .stores-hero__content-desc h1 small {
        display: block;
        font-size: 38px;
        line-height: 40px;
    }

    .stores-hero__content p {
        font-size: 20px;
        line-height: 22px;
        margin-top: 14px;
        margin-bottom: 30px;
    }

    .stores-hero__content .main-btn {
        min-height: 48px;
        padding: 10px 38px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .shops-map-top {
        padding: 24px 16px;
        gap: 16px;
    }

    .shops-map-select {
        height: 48px;
        font-size: 14px;
    }

    .shops-map-title {
        font-size: 16px;
        line-height: 21px;
    }

    .shops-map {
        height: 360px;
    }

    .shops-cards {
        grid-template-columns: minmax(0, 280px);
        padding: 28px 16px;
        gap: 18px;
    }

    .shop-card {
        max-width: 280px;
        padding: 22px 16px;
    }

    .store-city-row {
        gap: 24px;
    }

    .store-city-desc {
        padding: 0 16px 35px;
    }

    .store-city-desc span {
        font-size: 20px;
        line-height: 24px;
    }

    .store-city-desc p {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 24px;
    }

    .main-btn {
        width: 100%;
        max-width: 340px;
        height: 48px;
        font-size: 12px;
        padding: 3px 16px 0;
        white-space: normal;
        line-height: 16px;
    }
    .stores-hero {
        min-height: 650px;
    }

    .stores-hero__picture img {
        object-position: center top;
    }

    .stores-hero__content {
        margin-top: 42px;
        padding: 0 16px;
    }

    .stores-hero__content .stores-hero__content-desc {
        max-width: 310px;
    }

    .stores-hero__content .stores-hero__content-desc h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 14px;
    }

    .stores-hero__content .stores-hero__content-desc h1 small {
        font-size: 28px;
        line-height: 32px;
    }

    .stores-hero__content p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .stores-hero__content .main-btn {
        width: 100%;
        max-width: 280px;
        min-height: 46px;
        font-size: 13px;
        padding: 3px 20px 0;
    }
}