@media (max-width: 767px) {
  footer ul.link-list li {
    margin-bottom: 2px;
  }

  footer ul.link-list li a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 0;
    line-height: 1.35;
  }
}

.sec-title-center > h2 {
  text-align: center;
}

/* Reserve space for lazy/header widgets to reduce CLS */
body.home .city-label {
  min-width: 124px;
  min-height: 31px;
}

body.home .city-current,
body.home .city-branch {
  display: block;
}

body.home .city-current {
  min-height: 17px;
}

body.home .city-branch {
  min-height: 13px;
}

body.home [data-yandex-rating-root] > div[aria-hidden='true'] {
  min-height: 96px !important;
}

body.home [data-yandex-counters-root] > li[aria-hidden='true'] {
  min-height: 36px !important;
  display: block;
}

@media (max-width: 767px) {
  body.home .topbar-row {
    min-height: 60px;
  }

  body.home .slider-section .offer-box {
    min-height: 366px;
  }

  body.home .slider-box .service-block-two .icon-box {
    aspect-ratio: 1500 / 682;
    background: #f3f5f5;
  }

  body.home .slider-box,
  body.home .slider-box .one-item-carousel,
  body.home .slider-box .owl-stage-outer {
    min-height: 174px;
  }

  body.home .slider-box .service-block-two .icon-box > a,
  body.home .slider-box .service-block-two .icon-box img {
    display: block;
    width: 100%;
    height: 100%;
  }

  body.home .slider-box .service-block-two .icon-box img {
    object-fit: cover;
  }
}
