@media (max-width: 768px) {
    .sn-pay-left {
        padding-top: 0 !important;
    }
}


.shipping-method__item--disabled {
    opacity: 0.5;
    pointer-events: none;
}
.shipping-method__item--disabled label {
    color: #999;
    cursor: not-allowed;
}
.shipping-method__item--disabled input[type="radio"] {
    cursor: not-allowed;
}

.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-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-42, .news-page__image-43, .news-page__image-44{display:none}
/* Исправляем искажение загруженных иконок оплаты */
img.footer__payments-icon {
    object-fit: contain !important; /* Сохраняет пропорции, вписывая картинку в блок */
    background: #fff !important;    /* Добавляет тот самый белый фон (поля) */
    padding: 3px !important;       /* Делает небольшие отступы, чтобы лого не липло к краям */
    border-radius: 4px !important;  /* Скругляет углы, чтобы было как у встроенных Visa/Mastercard */
    box-sizing: border-box !important;
    width: 50px !important;         /* Явно фиксируем ширину */
    height: 30px !important;        /* Явно фиксируем высоту */
}
.shopnail-title {
    font-family: Geologica, sans-serif!important;
    font-size: 18.2px!important;
    color: #222222!important;
    margin: 0 0 5 px 0!important;
    /* Если в оригинале заголовок был жирным, можно добавить строку ниже: */
    /* font-weight: 700; */
}

.header-phones__main-img-i img {
    transform: scale(1.6) translateY(-0.5px); 
    vertical-align: middle;
}