

/* Start:/local/templates/new/components/ogo/banners.list/std-banners/style.css?1680684393297*/
/* Новый слайдер */
.b-subcategory-slider {
    height: 350px;
}
.b-subcategory-slider.swiper-initialized {
    height: auto;
}
.b-subcategory-slider__slide > a,
.b-subcategory-slider__slide > a picture,
.b-subcategory-slider__slide > a img {
    display: block;
    max-width: 100%;
}
/* End */


/* Start:/local/templates/new/components/ogo/banners.list/main-banners-wide/style.css?1680684393473*/
.banners-tile__item {
    display: block;
    opacity: 0;
    transition: opacity 0.1s;
}
.banners-tile__item img {
    width: 100%;
    max-width: 100%;
}
.main-banners {
    border-top: none;
    border-bottom: none;
}
.main-banners-slider.swiper-initialized .banners-tile__item {
    opacity: 1;
}
.main-banners-slider__pagination {
    position: static;
}
@media screen and (min-width: 1024px) {
    .main-banners-slider__slide {
        aspect-ratio: 197 / 77;
    }
}
/* End */


/* Start:/local/components/ogo/popular.sections/templates/.default/css/style.css?16851005411566*/
*,
*:after,
*:before {
    box-sizing: border-box;
}
.category-tile {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}
.category-tile__img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 14%;
  aspect-ratio: 1 / 1;
  background: var(--color-lightest-gray, #f8f8f8);
}
.category-tile__img.is-empty {
  background-image: url('/assets/img/catalog-category-placeholder.png');
  background-position: center;
  background-repeat: no-repeat;
}
.category-tile__img > img {
  max-width: 100%;
  object-fit: cover;
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}
.category-tile__title {
  color: var(--color-black);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.category-tile:not(.category-tile--large):hover .category-tile__title {
  color: var(--color-alert, #DC3E48)
}
.category-tile:hover .category-tile__img img {
  transform: scale3d(1.05, 1.05, 1);
}
.category-tile--large {
  position: relative;
  overflow: hidden;
}
.category-tile--large .category-tile__img {
  margin-bottom: 0;
  padding: 0;
  aspect-ratio: 91 / 100;
}
.category-tile--large .category-tile__title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 53px 5px 20px;
  color: var(--color-white, #fff);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(0deg, rgba(33, 33, 33, 0.7) 0%, rgba(33, 33, 33, 0) 82.81%);
  z-index: 1;
}
/* End */


/* Start:/local/templates/new/components/ogo/catalog.store.list/main-page-moscow/style.css?16860452177778*/
.shops {
    box-sizing: border-box;
    background: #F8F8F8;
    padding: 28px 35px;
    border-top: none;
    border-bottom: none;
}
@media (max-width: 1024px) {
    .shops {
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .shops {
        padding: 20px 15px;
    }
}
.shops *,
.shops *::before,
.shops *::after {
    box-sizing: border-box;
}

.shops .shops__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

@media (min-width: 651px) {
    .shops .shops__header {
        display: none;
    }
}

.shops .shops__title {
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    margin: 0 20px 3px 0;
}

.shops .shops__info {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #fff;
    padding: 19px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1150px) {
    .shops .shops__info {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 960px) {
    .shops .shops__info {
        padding-bottom: 24px;
    }
}

.shops .shops__info > * {
    flex-shrink: 0;
}

.shops .shops__info-count {
    font-weight: normal;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #DC3E48;
    border: 1px solid #DC3E48;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.shops .shops__info-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.shops .shops__info-title-note {
    color: #969696;
    margin-top: 3px;
}

.shops .shops__info-text {
    max-width: 220px;
    margin: 26px auto auto;
}

.shops__info-footer {
    margin-top: 18px;
}

.shops__info-footer,
.shops-item .shops-item__footer {
    min-height: 53px;
}

@media (max-width: 1150px) {
    .shops__info-footer,
    .shops-item .shops-item__footer {
        min-height: 38px;
    }
}

@media (max-width: 960px) {
    .shops__info-footer,
    .shops-item .shops-item__footer {
        min-height: 59px;
    }
}

@media (max-width: 780px) {
    .shops__info-footer,
    .shops-item .shops-item__footer {
        min-height: 44px;
    }
}

@media (max-width: 650px) {
    .shops__info-footer,
    .shops-item .shops-item__footer {
        min-height: 59px;
    }
}

.shops .shops__info-button {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
    padding: 10px 14px;
    min-width: 150px;
}

.shops .shops-item {
    height: 100%;
}


.shops-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.shops-item .shops-item__pic {
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 166px;
}

.shops-item .shops-item__content {
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 17px 16px 20px;
}

@media (max-width: 960px) {
    .shops-item .shops-item__content {
        padding-bottom: 24px;
    }
}

.shops-item .shops-item__title {
    flex-shrink: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.shops-item .shops-item__title a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.shops-item .shops-item__title a:hover {
    color: #dc3e48;
}

.shops-item .shops-item__type {
    margin-right: 6px;
}

@media (min-width: 481px) and (max-width: 1150px) {
    .shops-item .shops-item__type {
        display: none;
    }
}

.shops-item .metro-icon {
    text-align: center;
    background-color: #FEBF00;
    width: 24px;
    height: 24px;
    margin-top: -3px;
    margin-right: 7px;
}

.shops-item .metro-icon::before {
    content: "\E818";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.shops-item .metro-icon.green {
    background-color: #63B347;
}

.shops-item .shops-item__address {
    flex-shrink: 0;
    margin-top: 8px;
    margin-bottom: auto;
}

.shops-item .shops-item__footer {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}

.shops-item .shops-item__contacts {
    padding-top: 1px;
    padding-right: 10px;
}

@media (min-width: 961px) and (max-width: 1150px) {
    .shops-item .shops-item__contacts {
        display: none;
    }
}

@media (max-width: 960px) {
    .shops-item .shops-item__contacts {
        padding-bottom: 28px;
    }
}

@media (max-width: 650px) {
    .shops-item .shops-item__contacts {
        padding-right: 7px;
    }
}

.shops-item .shops-item__phone {
    font-weight: normal;
    white-space: nowrap;
    color: #E96263;
    margin-bottom: 5px;
}

@media (max-width: 1150px) {
    .shops-item .shops-item__phone {
        display: none;
    }
}

.shops-item .shops-item__phone a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.shops-item .shops-item__phone a:hover {
    color: #dc3e48;
}

.shops-item .shops-item__time {
    font-size: 12px;
    line-height: 15px;
    color: #969696;
}

@media (min-width: 961px) and (max-width: 1150px) {
    .shops-item .shops-item__time {
        display: none;
    }
}

.shops-item .shops-item__button {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
    padding: 10px 14px;
    margin-right: 4px;
}

@media (max-width: 1150px) {
    .shops-item .shops-item__button {
        margin-right: 0;
    }
}

.shops-slider {
    margin: -5px;
    padding: 5px;
    --swiper-navigation-size: 32px;
}
.shops-slider__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.shops-slider__title {
    font-size: 26px;
    line-height: 30px;
}

.shops-slider__arrows {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    align-items: flex-end;
    gap: 5px;
    margin: 0;
}

.shops-slider__all {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 7px 15px 5px !important;
    transition: box-shadow 0.2s !important;
}

.shops-slider__all:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.shops-slider__prev,
.shops-slider__next {
    position: static;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    margin: 0;
    opacity: 1;
    transform: none;
}
.shops-slider__prev:before,
.shops-slider__next:before {
    content: unset;
    display: none;
}
.shops-slider:hover .shops-slider__prev,
.shops-slider:hover .shops-slider__next {
    transform: none;
}
.shops-slider__slide + .swiper-slide{
    height: unset;
}
.shops-slider__pagination {
    bottom: 13px;
    text-align: left;
    padding: 0 0 0 13px;
}

@media (max-width: 375px) {
    .shops-slider__all {
        padding: 7px 8px 5px;
    }
}
@media (max-width: 480px) {
    .shops-slider__prev,
    .shops-slider__next {
        display: none;
    }
}
@media (min-width: 481px) {
    .shops-slider__pagination {
        display: none;
    }
}
@media (min-width: 641px) {
    .shops-slider__header {
        margin-bottom: 12px;
    }
    .shops-slider__title {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (min-width: 1024px) {
    .shops-slider__header {
        display: none
    }
}
/* End */
/* /local/templates/new/components/ogo/banners.list/std-banners/style.css?1680684393297 */
/* /local/templates/new/components/ogo/banners.list/main-banners-wide/style.css?1680684393473 */
/* /local/components/ogo/popular.sections/templates/.default/css/style.css?16851005411566 */
/* /local/templates/new/components/ogo/catalog.store.list/main-page-moscow/style.css?16860452177778 */
