.menu__banner > div {display:flex;flex-direction:column;justify-content:center;padding:20px 15px;text-align:center;background:rgba(0,0,0, .03);border-radius:var(--border-radius-1)}
.menu__banner div img {margin:20px auto;padding:10px;max-width:170px;border-radius:var(--border-radius-1)}
.menu__banner span {color:var(--menu-main-level-2-c);font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}
/* Единый размер картинок в карточках новостей */
/* Единый размер картинок в карточках товаров (Новинки/каталог) */

/* Единый размер картинок (независимо от разрешения исходника) */
.news-thumb__image img{width:100%!important;height:auto!important;aspect-ratio:4/3;object-fit:contain}
.product-thumb__image img{width:86%!important;height:auto!important;aspect-ratio:22/23;object-fit:contain;display:block;margin:0 auto}

/* Слайдер главной: картинка на всю ширину (cover) */

/* Слайдер главной: cover без белых полей */

/* Слайдер главной: cover без белых полей (максимальная специфичность) */
@media (min-width:768px){
  html body .uni-slideshow_v2 .uni-slideshow_v2__item .uni-slideshow_v2__image .uni-slideshow_v2__img{width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover!important}
}

/* Слайдер главной: cover без белых полей */
@media (min-width:768px){
  html body .uni-slideshow_v2.owl-carousel .owl-stage .uni-slideshow_v2__item .uni-slideshow_v2__image .uni-slideshow_v2__img{width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover!important}
}




/* Footer: ссылки соглашения синие */
.footer .footer__text a{color:#2563eb!important;text-decoration:underline!important}
.footer .footer__text a:hover{color:#1a4fd8!important}
