.uni-slideshow_v2__image.text-over-image img {
    object-fit: contain !important;
    height: auto !important;
}
    .uni-slideshow_v2-0 .uni-slideshow_v2__img {
        min-height: auto !important;
    }
.uni-slideshow_v2-0 .uni-slideshow_v2__item {
        height: auto !important;
    }
.category-wall_v2-0 .category-wall__title {
    font-size: 0.8em;
}
.category-wall_v2-0 .category-wall__title a {
    color: #000 !important;
    font-weight: normal;
    font-size: 15px;
}
.home-page .heading::after {
    content: "";
    display: block;
    height: 1px;
    background: #ec1c24;
    width: 50px;
    margin-top: 28px;
    position: absolute;
}
.home-page .heading_v2-0 {
    display: block !important;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    width: fit-content;
}
.home-page .heading_v2-0::after {
  content: "";
  display: block;
  height: 1px;
  background: #ec1c24;
  margin: 0 auto;
  width: 40%; /* регулируй длину линии */
  position: relative;
}
.category-wall_v2-0 .uni-item {
    border: solid 0px rgba(0 0 0 / .06);
}
.category-wall_v2-0 .uni-item:hover {
        box-shadow: none !important;
    }
.category-wall_v2-0 .uni-item img {
    border-radius: 50%;
}
.category-wall_v2-0 .uni-item:hover img {
    border-radius: 50%;
    border: 1px solid #ec1c24;
    transition: 0.3s ease;
}
.category-wall_v2-0 .category-wall__title {
    position: relative;
    margin: 0px !important;
    padding-top: 20px;
}
.category-wall_v2-0 .uni-item .category-wall__title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%;);
    width: 1px;
    height: 16px;
    background-color: #ec1c24;
    opacity: 0;
    transition: 0.3s ease;
}
.category-wall__item {
    padding: 10px 3px;
}
.category-wall_v2-0 .uni-item:hover .category-wall__title::after {
    opacity: 1;
}
.uni-slideshow_v2-0 {
    margin: 0 0 50px;
    border-radius: 0px !important;
    border: 0px;
}
.home-page div.heading {
    justify-content: space-between;
}
.callbackwrap {
    background: #f5dad8;
    padding: 30px 0px;
    text-align: center;
}
.callbackwrap span {
    font-size: 23px;
    line-height: 29px;
}
#callback-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#callback-phone {
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid #f5dad8;
    outline: none !important;
}
#callback-send {
    background-color: #ec1c24;
    color: #fff;
    border: 1px #e01b22;
    border-radius: 4px;
    padding: 6px 15px;
}
#callback-message {
    font-size: 23px;
    font-weight: bold;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #ec1c24;
}
 .uni-item:hover {
        box-shadow: 0 5px 15px rgb(236 28 36 / 12%);
    }
.header-block__item-logo {
    justify-content: center;
}
.header-block {
    padding: 10px 0;
}
.footmess {
    background: #fff;
}
.footmesswrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footmesstext span {
    display: block;
    font-size: 19px;
}
.footmessico {
    display: flex;
    gap: 5px;
}
.menu2 .menu__level-1-a {
    padding: 0 20px;
}
.menu2 .menu__level-1-li {
        box-shadow: none !important;
    }
.menu2 .menu__level-1-li:last-child {
        border-right: none !important;
    }
    .menu2 .menu__level-1-li {
        flex: none;
    }

.banner-grid {
    margin-bottom: 30px;
}
.banner-item {
  position: relative;
  overflow: hidden;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.banner-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.banner-btn {
    background: rgb(236 28 36);
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    transition: all 0.3s ease;
    transform: scale(0.9);
    opacity: 0;
}

/* Hover эффекты */
.banner-item:hover img {
  transform: scale(1.05);
}

.banner-item:hover .banner-overlay {
  opacity: 1;
  background: rgba(0,0,0,0.5);
}

.banner-item:hover .banner-btn {
  opacity: 1;
  transform: scale(1);
  background: #ec1c24;;
  color: #fff;
}

.banner-btn:hover {
  background: #ec1c24; 
  color: #fff;
}
.header-phones__callback {
    background: #ffffff !important;
}
.checkout-customer__register  {
    display: none;
}
@media (max-width: 1000px) {
.header-block__item-logo {
    justify-content: unset;
}
.callbackwrap {
    background: #f5dad8;
    padding: 30px 15px;
    text-align: center;
}
}
@media (max-width: 900px) {
.callbackwrap span {
    font-size: 16px;
    line-height: 25px;
}
}
@media (max-width: 800px) {
.footmesstext span {
    font-size: 14px;
}
}
@media (max-width: 720px) {
.footmesstext span {
    font-size: 14px;
}
#callback-form {
    display: block;
    padding: 0px 15px;
}
.callbackwrap span {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.footmesswrap {
    display: block;
    text-align: center;
}
.footmesslogo {
    margin-bottom: 20px;
}
.footmessico {
    justify-content: center;
    margin-top: 20px;
}
}
@media (max-width: 397px) {
#callback-phone {
    width: 179px;
}
}