<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#shops {
    padding: 115px 15px 0
}

@media (min-width: 470px) {
    #shops {
        padding: 145px 15px 0
    }
}

@media (min-width: 1024px) {
    #shops {
        margin: 60px 0 0;
        padding: 30px 15px 0;
    }
}

@media (min-width: 1260px) {
    #shops {
        margin: 0;
    }
}

.s-title {
    margin: 50px auto 20px;
    max-width: 1200px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .s-title {
        margin: 20px auto
    }
}

.s-labels {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 450px
}

@media (min-width: 768px) {
    .s-labels {
        display: none
    }
}

.s-label {
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    max-width: 225px;
    max-height: 28px;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-transform: none;
    border: thin solid #000
}

.s-label[data-active='true'] {
    background: #000;
    color: #fff
}

.s-label i {
    margin-right: 5px
}

.s-list {
    display: none
}

@media (min-width: 768px) {
    .s-list {
        display: block
    }
}

.s-list[data-active="true"] {
    display: block
}

.s-item__map {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 300px;
    max-width: 1410px
}

@media (min-width: 768px) {
    .s-item__map {
        height: 400px
    }
}

.s-item__map-placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    line-height: 24px;
    color: #9a9a9a;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s-item__map&gt;ymaps {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 2
}

.s-store_title {
    font-weight: bold
}

.s-item__list {
    margin: 0 auto;
    max-width: 1200px
}

.s-item__list&gt;ul {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px
}

.s-item__list&gt;ul&gt;li {
    margin: 0 10px 25px;
    padding: 0 10px 25px;
    max-width: 225px;
    width: 40vw;
    border-bottom: 1px solid #ccc
}

@media (min-width: 992px) {
    .s-item__list&gt;ul&gt;li {
        max-width: 275px
    }
}

.s-item__list&gt;ul&gt;li:last-child {
    border: none
}

@media (min-width: 768px) {
    .s-item__list&gt;ul&gt;li:last-child {
        border-bottom: 1px solid #ccc
    }
}

.s-item__address {
    text-align: center;

}


.s-store__info {
    margin-top: 10px;
    height: 80px;
}

.s-phone, .s-time {
    margin-top: 5px;
}


.s-store__name {
    font-weight: 600;
    text-transform: uppercase;

}

.s-btn__map {
    margin: 20px auto 0;
    max-width: 200px
}
</pre></body></html>