/* === ПОЛНОЕ ОТКЛЮЧЕНИЕ ИКОНОК НА КНОПКЕ ПОИСКА === */
/* Глобально отменяем ВСЕ возможные иконки на кнопке поиска */
html body .container_12 .grid_8#block33 .btn-strt,
html body .container_12 .grid_8#block33 .btn-strt input,
html body .container_12 .grid_8#block33 .btn-strt *,
html body .container_12 .grid_8#block33 .btn-strt.iconsCol,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol {
    background-image: none !important;
    background: #e73d25 !important;
}

/* MOBILE: prevent horizontal scroll on small screens by constraining widths */
/* (removed per request) */
/* EOF: Reduce visual height of the four advantage items (higher precedence) */
html body #block54 .advantage-items>li {
    /* Make each card shorter while keeping content visible */
    min-height: 90px !important;
    height: auto !important;
    padding: 6px !important;
    box-sizing: border-box !important;
}

html body #block54 .advantage-items .adv-info {
    min-height: 70px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

/* Ensure basket popup text always wraps, override inline white-space:nowrap */
.basket_m_spisok,
.basket_m_spisok2 {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

/* Also make links wrap inside the popup */
.basket_m_spisok2 a {
    display: inline !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* Prevent overlapping by ensuring sufficient line-height */
.basket_m_spisok2,
.basket_m_spisok2 * {
    line-height: 1.3 !important;
}

/* Reduce padding to give more room for text on tablets */
html body .container_12 .grid_2#block58 .menu-button-head {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* ========== Authoritative desktop & tablet adaptive rule for catalog button ========== */
/* Placed at very end to override any previous conflicting rules */
html body .container_12 .grid_2#block58,
html body .container_12 .grid_2#block58 .menu-button,
html body .container_12 .grid_2#block58 .menu-button-head {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    flex-shrink: 1 !important;
}

/* FINAL AUTHORITATIVE RULE: ensure span text ALWAYS scales down (highest precedence) */
html body .container_12 .grid_2#block58 .menu-button-head>span {
    /* allow very small sizes to fit narrow tablet widths */
    font-size: clamp(9px, 1.0vw, 16px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

/* Prevent parent .menu-button-head from forcing font-size; ensure span controls it */
html body .container_12 .grid_2#block58 .menu-button-head {
    font-size: inherit !important;
}

/* Make the button and its content scale smoothly on all widths */
html body .container_12 .grid_2#block58 .menu-button-head {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* smaller on narrow screens, larger on desktop */
    height: clamp(34px, 3.2vw, 46px) !important;
    padding-left: clamp(10px, 2.8vw, 42px) !important;
    padding-right: clamp(10px, 2.8vw, 42px) !important;
    border-radius: 30px !important;
    overflow: hidden !important;
}

/* Strong, last-resort font sizing and shrink behaviour for text inside the button */
html body .container_12 .grid_2#block58 .menu-button-head>span {
    font-size: clamp(10px, 1.2vw, 16px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

/* Ensure pseudo-icons do not force extra width */
html body .container_12 .grid_2#block58 .menu-button-head.icons::before,
html body .container_12 .grid_2#block58 .menu-button-head:after {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
}

/* Отменяем все псевдо-элементы на кнопке поиска */
html body .container_12 .grid_8#block33 .btn-strt.iconsCol::before,
html body .container_12 .grid_8#block33 .btn-strt.iconsCol::after,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::before,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::after,
html body .container_12 .grid_8#block33 .btn-strt::before,
html body .container_12 .grid_8#block33 .btn-strt::after,
html body .container_12 .grid_8#block33 .btn-strt input::before,
html body .container_12 .grid_8#block33 .btn-strt input::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

/* Дополнительное глобальное отключение для всех возможных селекторов */
html body .container_12 .grid_8#block33 .btn-strt.iconsCol,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol,
html body .container_12 .grid_8#block33 .btn-strt[class*="icons"],
html body .container_12 .grid_8#block33 .btn-strt input[class*="icons"] {
    background-image: none !important;
    background: #e73d25 !important;
}

/* Отключаем все возможные иконки через CSS переменные */
html body .container_12 .grid_8#block33 .btn-strt,
html body .container_12 .grid_8#block33 .btn-strt input {
    --icon-background: none !important;
    --icon-image: none !important;
}

/* === ПЕРЕОПРЕДЕЛЕНИЕ GRID СИСТЕМЫ - МАКСИМАЛЬНЫЙ ПРИОРИТЕТ === */
/* === ПРИНУДИТЕЛЬНОЕ РАСТЯГИВАНИЕ ЭЛЕМЕНТОВ ПРЕИМУЩЕСТВ === */
#block54 .advantage-items {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    list-style: none !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    /* ПРИНУДИТЕЛЬНО ВЫРАВНИВАЕМ ВСЕ ЭЛЕМЕНТЫ */
    grid-auto-rows: 1fr !important;
}

/* ПРИНУДИТЕЛЬНО ПЕРЕОПРЕДЕЛЯЕМ ВСЕ ВОЗМОЖНЫЕ СТИЛИ */
#block54 .advantage-items,
#block54 .advantage-items.template-2,
#block54 .advantage-items[data-sizeitem] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    list-style: none !important;
    align-items: stretch !important;
    justify-items: stretch !important;
}

#block54 .advantage-items>li {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
    align-self: stretch !important;
}

/* ПРИНУДИТЕЛЬНО ПЕРЕОПРЕДЕЛЯЕМ ВСЕ ВОЗМОЖНЫЕ СЕЛЕКТОРЫ ЭЛЕМЕНТОВ */
#block54 .advantage-items>li,
#block54 .advantage-items>li.advantage-item,
#block54 .advantage-items>li.obj,
#block54 .advantage-items li.advantage-item,
#block54 .advantage-items li.obj {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    /* ПРИНУДИТЕЛЬНО ОДИНАКОВАЯ ВЫСОТА */
    height: auto !important;
    min-height: 73px !important;
    max-height: none !important;
}

#block54 .advantage-items .adv-info {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    /* ПРИНУДИТЕЛЬНО ОДИНАКОВАЯ ВЫСОТА СОДЕРЖИМОГО */
    height: 100% !important;
    min-height: 73px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* ПРИНУДИТЕЛЬНО ПЕРЕОПРЕДЕЛЯЕМ ВСЕ ВОЗМОЖНЫЕ СЕЛЕКТОРЫ СОДЕРЖИМОГО */
#block54 .advantage-items .adv-info,
#block54 .advantage-items .obj,
#block54 .advantage-items .obj.obj2693,
#block54 .advantage-items .obj.obj2690,
#block54 .advantage-items .obj.obj2691,
#block54 .advantage-items .obj.obj2692 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ПРИНУДИТЕЛЬНО ВЫРАВНИВАЕМ ИЗОБРАЖЕНИЯ И ТЕКСТ */
#block54 .advantage-items .image-default {
    width: 100% !important;
    max-width: 100% !important;
    height: 33px !important;
    min-height: 33px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 7px !important;
}

#block54 .advantage-items .image-default img {
    max-width: 27px !important;
    max-height: 27px !important;
    object-fit: contain !important;
}

#block54 .advantage-items .adv-data {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

#block54 .advantage-items .adv-name {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ПРИНУДИТЕЛЬНО ВЫРАВНИВАЕМ РАМКИ ДЛЯ ВСЕХ ЭЛЕМЕНТОВ */
#block54 .advantage-items li.advantage-item {
    box-shadow: 0 0 0 1px rgb(1 71 177 / 45%) !important;
    border: 1px solid rgb(1 71 177 / 45%) !important;
    border-radius: 4px !important;
    position: relative !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 !important;
}

#block54 .advantage-items .adv-info {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    border-radius: 4px !important;
}

/* Принудительно переопределение базовых стилей Grid системы */
html body .container_12 .grid_2#block15,
html body .container_12 .grid_2#block58 {
    width: 16.666% !important;
    max-width: 16.666% !important;
    min-width: 16.666% !important;
    float: left !important;
    display: inline-block !important;
}

html body .container_12 .grid_8#block33 {
    width: 66.666% !important;
    max-width: 66.666% !important;
    min-width: 66.666% !important;
    float: left !important;
    display: inline-block !important;
}

/* Принудительно переопределение для всех размеров экрана */
html body .container_12 .grid_2#block15,
html body .container_12 .grid_2#block58,
html body .container_12 .grid_8#block33 {
    margin-left: 10px !important;
    margin-right: 10px !important;
    box-sizing: border-box !important;
}

/* === СТИЛИ ДЛЯ ЛОГОТИПА И КАТАЛОГА === */
/* Обеспечиваем правильное позиционирование */
html body .container_12 .grid_2#block15 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

html body .container_12 .grid_2#block58 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* Стили для логотипа */
html body .container_12 .grid_2#block15 .logo-img {
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .container_12 .grid_2#block15 .logo-img img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    max-height: 70px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

html body .container_12 .grid_2#block15 .logo-img img:hover {
    transform: scale(1.05) !important;
}

/* Стили для кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .container_12 .grid_2#block58 .menu-button-head {
    width: 100% !important;
    padding: 12px 16px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    /* Убираем дублирующиеся стили */
    outline: none !important;
    box-shadow: none !important;
}

html body .container_12 .grid_2#block58 .menu-button-head:hover {
    border-color: #e73d25 !important;
    background: #f8f8f8 !important;
}

/* Отменяем все стандартные стили для кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button-head:focus,
html body .container_12 .grid_2#block58 .menu-button-head:active {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #e73d25 !important;
}

/* Иконка каталога - центрируем с текстом */
html body .container_12 .grid_2#block58 .menu-button-head.icons::before {
    content: "" !important;
    width: 18px !important;
    height: 18px !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"/></svg>') no-repeat center !important;
    background-size: contain !important;
    flex-shrink: 0 !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
}

/* Иконка каталога при наведении */
html body .container_12 .grid_2#block58 .menu-button-head:hover::before {
    opacity: 1 !important;
}

/* Критично важно: отменяем ВСЕ стандартные стили для кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button,
html body .container_12 .grid_2#block58 .menu-button-head,
html body .container_12 .grid_2#block58 .menu-button-head * {
    border: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* При наведении меняем только цвет границы */
html body .container_12 .grid_2#block58 .menu-button:hover .menu-button-head,
html body .container_12 .grid_2#block58 .menu-button-head:hover {
    border-color: #e73d25 !important;
    background: #f8f8f8 !important;
}

/* При фокусе */
html body .container_12 .grid_2#block58 .menu-button:focus .menu-button-head,
html body .container_12 .grid_2#block58 .menu-button-head:focus {
    border-color: #e73d25 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(231, 61, 37, 0.1) !important;
}

/* Отменяем ВСЕ возможные стандартные стили для кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button *,
html body .container_12 .grid_2#block58 .menu-button-head *,
html body .container_12 .grid_2#block58 .menu-button-body * {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* REMOVE ICONS: hide pseudo-elements and any icon elements inside the catalog button */
html body .container_12 .grid_2#block58 .menu-button-head.icons::before,
html body .container_12 .grid_2#block58 .menu-button-head:after,
html body .container_12 .grid_2#block58 .menu-button-head .icons,
html body .container_12 .grid_2#block58 .menu-button-head i,
html body .container_12 .grid_2#block58 .menu-button-head span.icon,
html body .container_12 .grid_2#block58 .menu-button-head .icon {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove left padding reserved for icon and center text */
html body .container_12 .grid_2#block58 .menu-button-head {
    padding-left: 10px !important;
}

/* Ensure span takes full width and is centered */
html body .container_12 .grid_2#block58 .menu-button-head>span {
    display: block !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* === БЛОКИРОВКА ССЫЛОК КАТАЛОГА КОГДА ОН НЕ АКТИВЕН === */
/* Когда каталог НЕ активен - блокируем все ссылки */
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a,
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a *,
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body li a,
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body li a * {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.5 !important;
    color: #999 !important;
    text-decoration: none !important;
}

/* Когда каталог НЕ активен - делаем ссылки некликабельными */
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a:hover,
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a:focus,
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a:active {
    pointer-events: none !important;
    cursor: default !important;
}

/* Когда каталог НЕ активен - скрываем выпадающий список */
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Когда каталог АКТИВЕН - показываем ссылки */
html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body a,
html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body a *,
html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body li a,
html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body li a * {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    color: inherit !important;
    text-decoration: inherit !important;
}

/* Когда каталог АКТИВЕН - показываем выпадающий список */
html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* === ДОПОЛНИТЕЛЬНАЯ ЗАЩИТА ОТ КЛИКОВ ПО НЕАКТИВНОМУ КАТАЛОГУ === */
/* Принудительно блокируем все возможные клики когда каталог не активен */
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body * {
    pointer-events: none !important;
}

/* Разрешаем клики только по заголовку каталога для его открытия */
html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-head {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Специально для текста внутри кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button-head span {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background: none !important;
}

/* Текст "Каталог" */
html body .container_12 .grid_2#block58 .menu-button-head span {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 1.2 !important;
}

/* === ПРИНУДИТЕЛЬНОЕ ВЫРАВНИВАНИЕ В ОДНУ ЛИНИЮ === */
/* Переопределяем ЛЮБЫЕ стили, которые могут нарушать компоновку */
/* Контейнер зоны поиска должен быть flex-контейнером */
html body #zone15 .container_12 {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
}

/* Принудительно отменяем flex-wrap и переносы строк для ВСЕХ размеров экрана */
html body #zone15 .container_12,
html body #zone15 .container,
html body #zone15 {
    flex-wrap: nowrap !important;
}

/* Блоки должны быть в одной строке для ВСЕХ экранов */
html body #zone15 .container_12 .grid_2#block15,
html body #zone15 .container_12 .grid_2#block58,
html body #zone15 .container_12 .grid_8#block33 {
    float: left !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    box-sizing: border-box !important;
}

/* Убираем все margin и переносы */
html body #zone15 .container_12 .grid_2#block15,
html body #zone15 .container_12 .grid_2#block58,
html body #zone15 .container_12 .grid_8#block33 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    clear: none !important;
}

/* Блоки должны быть start для первого блока */
html body #zone15 .container_12 .grid_2#block15 {
    margin-left: 0 !important;
}

/* Блоки должны быть end для последнего блока */
html body #zone15 .container_12 .grid_8#block33 {
    margin-right: 0 !important;
}

/* === КРИТИЧЕСКОЕ ПЕРЕОПРЕДЕЛЕНИЕ ДЛЯ ВСЕХ ЭКРАНОВ === */
/* Максимальный приоритет: переопределяем ВСЕ стили, которые нарушают компоновку zone15 */
/* Для всех экранов - zone15 НЕ должна использовать flex-wrap */
html body #zone15 .container_12 {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
}

/* === ПОЛНОЕ ОТКЛЮЧЕНИЕ ИКОНОК НА КНОПКЕ ПОИСКА === */
/* Глобально отменяем ВСЕ возможные иконки на кнопке поиска */
html body .container_12 .grid_8#block33 .btn-strt,
html body .container_12 .grid_8#block33 .btn-strt input,
html body .container_12 .grid_8#block33 .btn-strt *,
html body .container_12 .grid_8#block33 .btn-strt.iconsCol,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol {
    background-image: none !important;
    background: #e73d25 !important;
}

/* Отменяем все псевдо-элементы на кнопке поиска */
html body .container_12 .grid_8#block33 .btn-strt.iconsCol::before,
html body .container_12 .grid_8#block33 .btn-strt.iconsCol::after,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::before,
html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::after,
html body .container_12 .grid_8#block33 .btn-strt::before,
html body .container_12 .grid_8#block33 .btn-strt::after,
html body .container_12 .grid_8#block33 .btn-strt input::before,
html body .container_12 .grid_8#block33 .btn-strt input::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

body,
#main,
#topcontact .phone,
#submenu ul li a,
.ssubm,
.typeblock header,
.typeblock header a,
.commenttype1 li div.name b,
div.dialog .h1,
table,
td,
footer a,
.spoler.act a,
.contact_title,
.vkladki ul.kz_tabs_items a span.vk_op {
    color: #2a2a2a;
}

.text_block,
.txt {
    font-size: 14px;
}

.submenutype1,
.modal_head,
ul.h_menu_sec,
.btn-strt,
a.btn-strt-a,
span.radio:before,
.catalog-items .fast_prew,
.slider-blue .irs-slider,
.slider-blue span.irs-bar,
.filter-main-slider .irs-bar,
body .mainmenubg,
a.btn-a,
ul.left_m_sec li.menu_open span.menu_plus:before,
ul.left_m_sec li.menu_open span.menu_plus:after,
body .blocks .owl-nav div,
body .blocks .owl-dot span,
body .owl-carousel .owl-nav div,
body .owl-carousel .owl-dot span,
.filter_m_hide .filter_m_hide_footer,
.news-date>*,
.template-1 li.sub,
#cart-info .t-border,
.cart-tags a:hover,
.template-type2 #cart-info .tabs .tab a.active,
.incart-typefull1 .incart_up,
.incart-typefull1 .incart_down,
.radio-standart .rdo-st:before,
.userline-option .chb-standart label input[type='checkbox']:checked+span {
    background-color: #0147b1;
}

.mblk-type-2 li.active>a,
.ask_question a,
.fast_buy a,
.kz_napisat a,
#cart-info-mini:before,
.template-type2 .map_marker.icons:before {
    color: #0147b1;
}

#cart-info .tabs .tab a.active {
    color: #0147b1 !important;
}

body .mainmenubg-font,
body .mainmenubg-font-bf:before,
body .mainmenubg-font-hov:hover,
body .mainmenubg-font-hov-bf:hover:before,
.txt ul li:before,
.txt ol li:before,
body .load-more a {
    color: #0147b1;
}

body .mainmenubg-bordb {
    border-bottom-color: #0147b1;
}

body .mainmenubg-bord,
body .mainmenubg-bord-hov:hover,
body .admtab,
.ask_question a span,
#cart-info ul.tabs,
.fast_buy a span,
.cart-tags a,
.kz_napisat a,
.template-type2 .fast_buy a,
.radio-standart input:checked+.rdo-st,
.userline-option .chb-standart label input[type='checkbox']:checked+span {
    border-color: #0147b1;
}

body .mainmenubg-bord-hov-sh:hover,
body .load-more a {
    border-color: #0147b1;
    box-shadow: inset 0 0 0 1px #0147b1;
}

a {
    color: #0147b1;
    border-bottom-color: #0147b1;
}

ul.left_m_sec li.menu_open span.menu_plus:before,
ul.left_m_sec li.menu_open span.menu_plus:after {
    background: #0147b1;
}

body {
    background-position: 0 0;
}

body {
    background-repeat: repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

body.innerpage {
    background-position: 0 0;
}

#site {
    background-position: 0 0;
}

#site {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body .btn-strt,
body .btn-bg,
body .btn-strt-a,
body .slider-blue .irs-slider,
body .slider-blue .irs-slider,
body .slider-blue span.irs-bar {
    background-color: #e73d25;
    color: #ffffff;
}

body span.podbor_add_g:before,
body .btn-strt input {
    color: #ffffff;
}

body .iconsCol:before {
    color: #0147b1;
}

body .cart-btn a,
body .cart-btn a:before,
.cart-btn.incart-type1 .incart_up:before,
.cart-btn.incart-type1 .incart_down:before {
    color: #ffffff !important;
}

.catalog-item {
    background-color: #ffffff;
}

.catalog-item .blk_text {
    color: #818181;
}

.normal_price {
    color: #222222;
}

.last_price,
.card_price_second .last_price {
    color: #c3bcbc;
}

.new_price {
    color: #f25a5a;
}

.catalog-item {
    box-shadow: 0px 0px 0px 1pxpx #cacaca;
}

.catalog-items {
    padding: 1pxpx;
}

.catalog-item {
    border-radius: 0pxpx;
}

.catalog-item:hover {
    box-shadow: 0px 0px 0px 1pxpx rgba(0, 0, 0, 0.5);
}

.blk_name a {
    color: #818181;

}

body .typeblock article .smallcart_info .i {
    color: #0147b1;
}

.subdivision-items .image-default:before,
.subdivision-items-list .image-default:before {
    padding-top: 75%
}

.subdivision-items .sub {
    max-width: 100%;
    width: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.catalog-items .image-default:before,
.catalog-items-list .image-default:before {
    padding-top: 85%
}

.catalog-items .obj {
    max-width: 100%;
    width: 215px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.count-catalog-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-catalog-2 .obj {
    width: calc(((100% + 10px) / 2) - 10px);
}

.count-catalog-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-catalog-3 .obj {
    width: calc(((100% + 10px) / 3) - 10px);
}

.count-catalog-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-catalog-4 .obj {
    width: calc(((100% + 10px) / 4) - 10px);
}

.count-catalog-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-catalog-5 .obj {
    width: calc(((100% + 10px) / 5) - 10px);
}

.count-catalog-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-catalog-6 .obj {
    width: calc(((100% + 10px) / 6) - 10px);
}

.count-catalog-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-catalog-7 .obj {
    width: calc(((100% + 10px) / 7) - 10px);
}

.count-catalog-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-catalog-8 .obj {
    width: calc(((100% + 10px) / 8) - 10px);
}

.count-catalog-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-catalog-9 .obj {
    width: calc(((100% + 10px) / 9) - 10px);
}

.count-catalog-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-catalog-10 .obj {
    width: calc(((100% + 10px) / 10) - 10px);
}

.count-catalog-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-catalog-11 .obj {
    width: calc(((100% + 10px) / 11) - 10px);
}

.count-catalog-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-catalog-12 .obj {
    width: calc(((100% + 10px) / 12) - 10px);
}

.count-catalog-12 .obj:nth-child(12n) {
    margin-right: 0;
}

.gallery-items .image-default:before,
.gallery-items-list .image-default:before {
    padding-top: 60%
}

.gallery-items .obj {
    max-width: 100%;
    width: 270px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.count-gallery-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-gallery-2 .obj {
    width: calc(((100% + 7px) / 2) - 7px);
}

.count-gallery-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-gallery-3 .obj {
    width: calc(((100% + 7px) / 3) - 7px);
}

.count-gallery-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-gallery-4 .obj {
    width: calc(((100% + 7px) / 4) - 7px);
}

.count-gallery-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-gallery-5 .obj {
    width: calc(((100% + 7px) / 5) - 7px);
}

.count-gallery-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-gallery-6 .obj {
    width: calc(((100% + 7px) / 6) - 7px);
}

.count-gallery-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-gallery-7 .obj {
    width: calc(((100% + 7px) / 7) - 7px);
}

.count-gallery-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-gallery-8 .obj {
    width: calc(((100% + 7px) / 8) - 7px);
}

.count-gallery-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-gallery-9 .obj {
    width: calc(((100% + 7px) / 9) - 7px);
}

.count-gallery-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-gallery-10 .obj {
    width: calc(((100% + 7px) / 10) - 7px);
}

.count-gallery-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-gallery-11 .obj {
    width: calc(((100% + 7px) / 11) - 7px);
}

.count-gallery-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-gallery-12 .obj {
    width: calc(((100% + 7px) / 12) - 7px);
}

.count-gallery-12 .obj:nth-child(12n) {
    margin-right: 0;
}

.vendor-items .image-default:before,
.vendor-items-list .image-default:before {
    padding-top: 60%
}

.vendor-items .obj {
    max-width: 100%;
    width: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.count-vendor-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-vendor-2 .obj {
    width: calc(((100% + 10px) / 2) - 10px);
}

.count-vendor-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-vendor-3 .obj {
    width: calc(((100% + 10px) / 3) - 10px);
}

.count-vendor-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-vendor-4 .obj {
    width: calc(((100% + 10px) / 4) - 10px);
}

.count-vendor-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-vendor-5 .obj {
    width: calc(((100% + 10px) / 5) - 10px);
}

.count-vendor-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-vendor-6 .obj {
    width: calc(((100% + 10px) / 6) - 10px);
}

.count-vendor-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-vendor-7 .obj {
    width: calc(((100% + 10px) / 7) - 10px);
}

.count-vendor-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-vendor-8 .obj {
    width: calc(((100% + 10px) / 8) - 10px);
}

.count-vendor-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-vendor-9 .obj {
    width: calc(((100% + 10px) / 9) - 10px);
}

.count-vendor-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-vendor-10 .obj {
    width: calc(((100% + 10px) / 10) - 10px);
}

.count-vendor-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-vendor-11 .obj {
    width: calc(((100% + 10px) / 11) - 10px);
}

.count-vendor-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-vendor-12 .obj {
    width: calc(((100% + 10px) / 12) - 10px);
}

.count-vendor-12 .obj:nth-child(12n) {
    margin-right: 0;
}

.advantage-items .image-default:before,
.advantage-items-list .image-default:before {
    padding-top: 60%
}

.advantage-items .obj {
    max-width: 100%;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.count-advantage-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-advantage-2 .obj {
    width: calc(((100% + 15px) / 2) - 15px);
}

.count-advantage-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-advantage-3 .obj {
    width: calc(((100% + 15px) / 3) - 15px);
}

.count-advantage-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-advantage-4 .obj {
    width: calc(((100% + 15px) / 4) - 15px);
}

.count-advantage-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-advantage-5 .obj {
    width: calc(((100% + 15px) / 5) - 15px);
}

.count-advantage-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-advantage-6 .obj {
    width: calc(((100% + 15px) / 6) - 15px);
}

.count-advantage-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-advantage-7 .obj {
    width: calc(((100% + 15px) / 7) - 15px);
}

.count-advantage-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-advantage-8 .obj {
    width: calc(((100% + 15px) / 8) - 15px);
}

.count-advantage-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-advantage-9 .obj {
    width: calc(((100% + 15px) / 9) - 15px);
}

.count-advantage-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-advantage-10 .obj {
    width: calc(((100% + 15px) / 10) - 15px);
}

.count-advantage-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-advantage-11 .obj {
    width: calc(((100% + 15px) / 11) - 15px);
}

.count-advantage-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-advantage-12 .obj {
    width: calc(((100% + 15px) / 12) - 15px);
}

.count-advantage-12 .obj:nth-child(12n) {
    margin-right: 0;
}

.portfolio-items .image-default:before,
.portfolio-items-list .image-default:before {
    padding-top: 60%
}

.portfolio-items .obj {
    max-width: 100%;
    width: 245px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.count-portfolio-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-portfolio-2 .obj {
    width: calc(((100% + 15px) / 2) - 15px);
}

.count-portfolio-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-portfolio-3 .obj {
    width: calc(((100% + 15px) / 3) - 15px);
}

.count-portfolio-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-portfolio-4 .obj {
    width: calc(((100% + 15px) / 4) - 15px);
}

.count-portfolio-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-portfolio-5 .obj {
    width: calc(((100% + 15px) / 5) - 15px);
}

.count-portfolio-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-portfolio-6 .obj {
    width: calc(((100% + 15px) / 6) - 15px);
}

.count-portfolio-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-portfolio-7 .obj {
    width: calc(((100% + 15px) / 7) - 15px);
}

.count-portfolio-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-portfolio-8 .obj {
    width: calc(((100% + 15px) / 8) - 15px);
}

.count-portfolio-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-portfolio-9 .obj {
    width: calc(((100% + 15px) / 9) - 15px);
}

.count-portfolio-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-portfolio-10 .obj {
    width: calc(((100% + 15px) / 10) - 15px);
}

.count-portfolio-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-portfolio-11 .obj {
    width: calc(((100% + 15px) / 11) - 15px);
}

.count-portfolio-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-portfolio-12 .obj {
    width: calc(((100% + 15px) / 12) - 15px);
}

.count-portfolio-12 .obj:nth-child(12n) {
    margin-right: 0;
}

.news-items .image-default:before,
.news-items-list .image-default:before {
    padding-top: 60%
}

.news-items .obj {
    max-width: 100%;
    width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.count-news-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-news-2 .obj {
    width: calc(((100% + 10px) / 2) - 10px);
}

.count-news-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-news-3 .obj {
    width: calc(((100% + 10px) / 3) - 10px);
}

.count-news-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-news-4 .obj {
    width: calc(((100% + 10px) / 4) - 10px);
}

.count-news-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-news-5 .obj {
    width: calc(((100% + 10px) / 5) - 10px);
}

.count-news-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-news-6 .obj {
    width: calc(((100% + 10px) / 6) - 10px);
}

.count-news-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-news-7 .obj {
    width: calc(((100% + 10px) / 7) - 10px);
}

.count-news-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-news-8 .obj {
    width: calc(((100% + 10px) / 8) - 10px);
}

.count-news-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-news-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-news-10 .obj {
    width: calc(((100% + 10px) / 10) - 10px);
}

.count-news-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-news-11 .obj {
    width: calc(((100% + 10px) / 11) - 10px);
}

.count-news-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-news-12 .obj {
    width: calc(((100% + 10px) / 12) - 10px);
}

.count-news-12 .obj:nth-child(12n) {
    margin-right: 0;
}

.gencomponent-items .image-default:before,
.gencomponent-items-list .image-default:before {
    padding-top: 60%
}

.gencomponent-items .obj {
    max-width: 100%;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.count-gencomponent-1 .obj {
    width: 100%;
    margin-right: 0;
}

.count-gencomponent-2 .obj {
    width: calc(((100% + 15px) / 2) - 15px);
}

.count-gencomponent-2 .obj:nth-child(2n) {
    margin-right: 0;
}

.count-gencomponent-3 .obj {
    width: calc(((100% + 15px) / 3) - 15px);
}

.count-gencomponent-3 .obj:nth-child(3n) {
    margin-right: 0;
}

.count-gencomponent-4 .obj {
    width: calc(((100% + 15px) / 4) - 15px);
}

.count-gencomponent-4 .obj:nth-child(4n) {
    margin-right: 0;
}

.count-gencomponent-5 .obj {
    width: calc(((100% + 15px) / 5) - 15px);
}

.count-gencomponent-5 .obj:nth-child(5n) {
    margin-right: 0;
}

.count-gencomponent-6 .obj {
    width: calc(((100% + 15px) / 6) - 15px);
}

.count-gencomponent-6 .obj:nth-child(6n) {
    margin-right: 0;
}

.count-gencomponent-7 .obj {
    width: calc(((100% + 15px) / 7) - 15px);
}

.count-gencomponent-7 .obj:nth-child(7n) {
    margin-right: 0;
}

.count-gencomponent-8 .obj {
    width: calc(((100% + 15px) / 8) - 15px);
}

.count-gencomponent-8 .obj:nth-child(8n) {
    margin-right: 0;
}

.count-gencomponent-9 .obj {
    width: calc(((100% + 15px) / 9) - 15px);
}

.count-gencomponent-9 .obj:nth-child(9n) {
    margin-right: 0;
}

.count-gencomponent-10 .obj {
    width: calc(((100% + 15px) / 10) - 15px);
}

.count-gencomponent-10 .obj:nth-child(10n) {
    margin-right: 0;
}

.count-gencomponent-11 .obj {
    width: calc(((100% + 15px) / 11) - 15px);
}

.count-gencomponent-11 .obj:nth-child(11n) {
    margin-right: 0;
}

.count-gencomponent-12 .obj {
    width: calc(((100% + 15px) / 12) - 15px);
}

.count-gencomponent-12 .obj:nth-child(12n) {
    margin-right: 0;
}

#block1 .blk_head {
    text-align: left;
}

#block1 .blk_body {
    text-align: left;
}

#block1 .blk_head .h2,
#block1 .blk_head a {
    font-size: 28px;
}

#block51 .blk_head {
    text-align: left;
}

#block51 .blk_body {
    text-align: left;
}

body #block51.thismenu .blk_body ul>li>a {
    color: #000000;
    font-size: 14px;
}

body #block51.thismenu .blk_body ul>li.active>a {
    color: #0147b1;
}

#block3 .blk_head {
    text-align: left;
}

#block3 .blk_body {
    text-align: left;
}

#block3 .blk_head .h2,
#block3 .blk_head a {
    font-size: 28px;
}

#block55 .blk_head {
    text-align: left;
}

#block55 .blk_body {
    text-align: left;
}

#block4 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#block4 .blk_head {
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

#block4 #slider {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#block4 .blk_head {
    text-align: left;
}

#block4 .blk_body {
    text-align: left;
}

#block4 .blk_head .h2,
#block4 .blk_head a {
    font-size: 18px;
}

#block5 .blk_head {
    text-align: left;
}

#block5 .blk_body {
    text-align: right;
}

#block5 .blk_head .h2,
#block5 .blk_head a {
    font-size: 18px;
}

#block13 .blk_head {
    text-align: left;
}

#block13 .blk_body {
    text-align: left;
}

#block13 .blk_head .h2,
#block13 .blk_head a {
    font-size: 18px;
}

.block15 .blk_head.nobg,
#block15 .blk_head.nobg a,
#block15 .blk_body,
#block15 .tel_lp_item a {
    color: #818181 !important;
}

#block15 .blk_body a {
    color: #818181;
}

ul.left_m_sec li.menu_open span.menu_plus:before,
ul.left_m_sec li.menu_open span.menu_plus:after {
    background: #818181;
}

#block15 .blk_head {
    text-align: left;
}

#block15 .blk_body {
    text-align: left;
}

#block15 .blk_head .h2,
#block15 .blk_head a {
    font-size: 18px;
}

.block17 .blk_head.nobg,
#block17 .blk_head.nobg a,
#block17 .blk_body,
#block17 .tel_lp_item a {
    color: #000000 !important;
}

#block17 .blk_body a {
    color: #000000;
}

ul.left_m_sec li.menu_open span.menu_plus:before,
ul.left_m_sec li.menu_open span.menu_plus:after {
    background: #000000;
}

#block17 .blk_body .iconsCol:before {
    color: #000000;
}

#block17 .blk_head {
    text-align: left;
}

#block17 .blk_body {
    text-align: right;
}

#block17 .blk_head .h2,
#block17 .blk_head a {
    font-size: 18px;
}

#block19 .blk_head {
    text-align: left;
}

#block19 .blk_body {
    text-align: left;
}

#block19 .blk_head .h2,
#block19 .blk_head a {
    font-size: 22px;
}

#block26 .blk_head {
    text-align: left;
}

#block26 .blk_body {
    text-align: left;
}

#block26 .blk_head .h2,
#block26 .blk_head a {
    font-size: 28px;
}

#block26 .subdivision-items .image-default:before,
#block26 .subdivision-items-list .image-default:before {
    padding-top: 75%
}

#block26 .subdivision-items .sub {
    max-width: 100%;
    width: 215px;
    margin-right: 10px;
    margin-bottom: 10px;
}

body #block26.thismenu .blk_body ul>li>a {

    font-size: 14px;
}

#block46 .blk_head {
    text-align: left;
}

#block46 .blk_body {
    text-align: right;
}

#block28 .blk_head {
    text-align: left;
}

#block28 .blk_body {
    text-align: left;
}

#block28 .blk_head .h2,
#block28 .blk_head a {
    font-size: 18px;
}

#block33 .blk_body .iconsCol:before {
    color: #818181;
}

#block33 .blk_head {
    text-align: left;
}

#block33 .blk_body {
    text-align: left;
}

#block33 .blk_head .h2,
#block33 .blk_head a {
    font-size: 18px;
}

#block34 .blk_head {
    text-align: left;
}

#block34 .blk_body {
    text-align: left;
}

#block34 .blk_head .h2,
#block34 .blk_head a {
    font-size: 18px;
}

#block35 .blk_head {
    text-align: left;
}

#block35 .blk_body {
    text-align: left;
}

#block35 .blk_head .h2,
#block35 .blk_head a {
    font-size: 18px;
}

#block36 .blk_head {
    text-align: left;
}

#block36 .blk_body {
    text-align: center;
}

#block39 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#block39 #slider {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#block39 .blk_head {
    text-align: left;
}

#block39 .blk_body {
    text-align: left;
}

#block39 {
    padding: 1px;
    box-shadow: 0px 0px 0px 1px #e6e6e6 inset;
}

#block39 .blk_head {
    border-bottom: 1px rgba(230, 230, 230, 0.2) solid;
}

#block39 .blk_body>ul>li:first-of-type {
    border-top: 0px;
}

#block39 .blk_body>ul>li:last-of-type {
    border-bottom: 0px;
}

#block39 .blk_head .h2,
#block39 .blk_head a {
    color: #0147b1;
}

#block39 .blk_head .h2,
#block39 .blk_head a {
    font-size: 18px;
}

body #block39.thismenu .blk_body ul>li>a {
    color: #000000;
    font-size: 14px;
}

body #block39.thismenu .blk_body ul>li.active>a {
    color: #0147b1;
}

#block40,
#block40 ul.h_menu_sec,
#block40 ul.h_menu_third {
    background-color: #ffffff !important;
}

#block40 .blk_head {
    text-align: left;
}

#block40 .blk_body {
    text-align: left;
}

#block45 .blk_head {
    text-align: left;
}

#block45 .blk_body {
    text-align: left;
}

#block47 .blk_body a {
    color: #000000;
}

ul.left_m_sec li.menu_open span.menu_plus:before,
ul.left_m_sec li.menu_open span.menu_plus:after {
    background: #000000;
}

#block47 .blk_body .iconsCol:before {
    color: #000000;
}

#block47 .blk_head {
    text-align: left;
}

#block47 .blk_body {
    text-align: left;
}

#block64 .blk_head {
    text-align: left;
}

#block64 .blk_body {
    text-align: left;
}

#block50 .blk_head {
    text-align: left;
}

#block50 .blk_body {
    text-align: center;
}

#block53 .blk_head {
    text-align: left;
}

#block53 .blk_body {
    text-align: left;
}

#block54 .blk_head {
    text-align: left;
}

#block54 .blk_body {
    text-align: left;
}

#block54 .advantage-items .image-default:before,
#block54 .advantage-items-list .image-default:before {
    padding-top: 55%
}

#block54 .advantage-items .obj {
    max-width: 100%;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#block54 .count-advantage-1 .obj {
    width: 100%;
    margin-right: 0;
}

#block54 .count-advantage-2 .obj {
    width: calc(((100% + 15px) / 2) - 15px);
}

#block54 .count-advantage-2 .obj:nth-child(2n) {
    margin-right: 0;
}

#block54 .count-advantage-3 .obj {
    width: calc(((100% + 15px) / 3) - 15px);
}

#block54 .count-advantage-3 .obj:nth-child(3n) {
    margin-right: 0;
}

#block54 .count-advantage-4 .obj {
    width: calc(((100% + 15px) / 4) - 15px);
}

#block54 .count-advantage-4 .obj:nth-child(4n) {
    margin-right: 0;
}

#block54 .count-advantage-5 .obj {
    width: calc(((100% + 15px) / 5) - 15px);
}

#block54 .count-advantage-5 .obj:nth-child(5n) {
    margin-right: 0;
}

#block54 .count-advantage-6 .obj {
    width: calc(((100% + 15px) / 6) - 15px);
}

#block54 .count-advantage-6 .obj:nth-child(6n) {
    margin-right: 0;
}

#block54 .count-advantage-7 .obj {
    width: calc(((100% + 15px) / 7) - 15px);
}

#block54 .count-advantage-7 .obj:nth-child(7n) {
    margin-right: 0;
}

#block54 .count-advantage-8 .obj {
    width: calc(((100% + 15px) / 8) - 15px);
}

#block54 .count-advantage-8 .obj:nth-child(8n) {
    margin-right: 0;
}

#block54 .count-advantage-9 .obj {
    width: calc(((100% + 15px) / 9) - 15px);
}

#block54 .count-advantage-9 .obj:nth-child(9n) {
    margin-right: 0;
}

#block54 .count-advantage-10 .obj {
    width: calc(((100% + 15px) / 10) - 15px);
}

#block54 .count-advantage-10 .obj:nth-child(10n) {
    margin-right: 0;
}

#block54 .count-advantage-11 .obj {
    width: calc(((100% + 15px) / 11) - 15px);
}

#block54 .count-advantage-11 .obj:nth-child(11n) {
    margin-right: 0;
}

#block54 .count-advantage-12 .obj {
    width: calc(((100% + 15px) / 12) - 15px);
}

#block54 .count-advantage-12 .obj:nth-child(12n) {
    margin-right: 0;
}

#block56 .blk_head {
    text-align: left;
}

#block56 .blk_body {
    text-align: left;
}

#block56 .blk_head .h2,
#block56 .blk_head a {
    font-size: 22px;
}

body #block56.thismenu .blk_body ul>li>a {

    font-size: 14px;
}

#block57 .blk_head {
    text-align: left;
}

#block57 .blk_body {
    text-align: left;
}

#block58 .blk_head {
    text-align: left;
}

#block58 .blk_body {
    text-align: left;
}

body #block58.thismenu .blk_body ul>li>a {
    color: #000000;
    font-size: 14px;
}

body #block58.thismenu .blk_body ul>li.active>a {
    color: #0147b1;
}

#block59 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#block59 #slider {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#block59 .blk_head {
    text-align: left;
}

#block59 .blk_body {
    text-align: left;
}

#block59 {
    padding: 1px;
    box-shadow: 0px 0px 0px 1px #e6e6e6 inset;
}

#block59 .blk_head {
    border-bottom: 1px rgba(230, 230, 230, 0.2) solid;
}

#block59 .blk_body>ul>li:first-of-type {
    border-top: 0px;
}

#block59 .blk_body>ul>li:last-of-type {
    border-bottom: 0px;
}

#block59 .blk_head .h2,
#block59 .blk_head a {
    font-size: 18px;
}

#block60 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#block60 #slider {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#block60 .blk_head {
    text-align: left;
}

#block60 .blk_body {
    text-align: left;
}

#block60 {
    padding: 1px;
    box-shadow: 0px 0px 0px 1px #e6e6e6 inset;
}

#block60 .blk_head {
    border-bottom: 1px rgba(230, 230, 230, 0.2) solid;
}

#block60 .blk_body>ul>li:first-of-type {
    border-top: 0px;
}

#block60 .blk_body>ul>li:last-of-type {
    border-bottom: 0px;
}

#block60 .blk_head .h2,
#block60 .blk_head a {
    color: #0147b1;
}

#block60 .blk_head .h2,
#block60 .blk_head a {
    font-size: 18px;
}

body #block60.thismenu .blk_body ul>li>a {
    color: #000000;
    font-size: 14px;
}

body #block60.thismenu .blk_body ul>li.active>a {
    color: #0147b1;
}

#block61 .blk_head {
    text-align: left;
}

#block61 .blk_body {
    text-align: left;
}

#block62 .blk_head {
    text-align: left;
}

#block62 .blk_body {
    text-align: left;
}

#block63 .blk_head {
    text-align: left;
}

#block63 .blk_body {
    text-align: left;
}

#block64 .blk_head {
    text-align: left;
}

#block64 .blk_body {
    text-align: left;
}

#block65 .blk_head {
    text-align: left;
}

#block65 .blk_body {
    text-align: left;
}

#block65 .subdivision-items .image-default:before,
#block65 .subdivision-items-list .image-default:before {
    padding-top: 75%
}

#block65 .subdivision-items .sub {
    max-width: 100%;
    width: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
}

body #block65.thismenu .blk_body ul>li>a {

    font-size: 14px;
}

#block66 .blk_head {
    text-align: left;
}

#block66 .blk_body {
    text-align: left;
}

#block64 .blk_head {
    text-align: left;
}

#block64 .blk_body {
    text-align: left;
}

#zone13 .blocks {
    height: 45px;
    line-height: 45px;
}

#zone13 .logo-img img {
    max-height: 45px;
}

#zone13 .zone-bg {
    background-color: #dee5f4;
}

#zone13>* {
    height: 45px;
    min-height: 45px;
}

#zone13 .blocks {
    margin-bottom: 0;
}

#zone1 .blocks {
    height: 120px;
    line-height: 120px;
}

#zone1 .logo-img img {
    max-height: 120px;
}

#zone1>* {
    height: 120px;
    min-height: 120px;
}

#zone3 {
    text-align: center;
}

#zone3 .blocks {
    float: none;
    display: inline-block;
}

#zone3 .blocks {
    margin-bottom: 0;
}

#zone4 {
    text-align: center;
}

#zone4 .blocks {
    float: none;
    display: inline-block;
}

#zone9 {
    padding-top: 50px;
    padding-bottom: 35px;
}

#zone9 .zone-bg {
    background-color: #f6f8ff;
    background-image: url('/a/farma/files/323153/392385/rr3r.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#zone9 .blocks {
    margin-bottom: 0;
}

#zone11 {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

#zone11 .blocks {
    margin-bottom: 0;
}

#zone10 {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

#zone10 .zone-bg {
    background-color: #f5f8ff;
}

#zone6 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

#zone6 .zone-bg {
    background-color: #dee5f4;
}

#zone6 .blocks {
    margin-bottom: 0;
}

.сonfirm-actions-text table th,
.сonfirm-actions-text table td {
    padding: 4px 10px;
}

.сonfirm-actions-text table th {
    text-align: left;
}

.сonfirm-actions-text table {
    margin: 20px 0;
}

th.store-select {
    padding: 17px;
}

th.store-select .chb-standart span.chb-text {
    text-align: left;
    margin: 0 0 0 30px;
    font-size: 16px;
    font-weight: normal;
}

.store_info {
    width: 25%;
}

.ob-table .store td {
    position: relative;
}

.bc_interes {
    display: none !important;
}

.store-btn {
    width: 100px !important;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    background: #9d9d9d;
    cursor: pointer;
}

.ob-table .store div {
    width: 400px;
    margin-bottom: 5px;
}

.ob-table .store div span.name {
    margin-right: 16px;
    width: 60px;
    display: inline-block;
}

tr.store {
    width: 100%;
}

.store-btn a {
    text-decoration: none;
    color: #fff;
}

.store-btn.active {
    background: #e76e62;
}

td.bt_img .image-default {
    margin: 0 auto;
}

div#lightcase-content #cart-info {
    margin: 30px 0 0;
}

section#block40 {
    width: 100%;
}

.bc_wrap .left-logo,
span.bc_logo {
    display: none !important;
}

span.logo-subname {
    font-size: 16px !important;
    line-height: 1.2em !important;
    color: rgb(45 133 78 / 61%);
}

body {
    font-family: "Inter", sans-serif;
}

.basket_mini_a {
    padding: 0;
    height: 30px;
    width: 30px;
    position: relative;
}

#block5 {
    width: 30px;
}

section.basket_mini_open_border_solid .basket_mini_open {
    border: none;
    display: flex;
    gap: 4px;
    align-items: center;
    flex-direction: column;
    /* цена/надпись под иконкой */
}

#block5 .basket_mini_a:before {
    color: #818181;
    content: '';
    background: url(/a/farma/files//userfiles/images/cart.svg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 30px;
    height: 30px;
    background-size: 100%;
    left: 0;
    position: absolute;
    background-position: center;
}

span.basket_m_button {
    font-size: 0;
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    position: absolute;
}

#block36 .regper_link a {
    width: 30px;
    height: 30px;
    font-size: 0;
    border-bottom: none;
    line-height: normal;
}

#block36 .regper_link,
#block47 .regper_link {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#block36 {
    top: -19px;
    width: 30px;
}

#block36 .icons.i_user2:before {
    top: 0;
    /* выравниваем по одной линии с другими иконками */
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    background: url(/a/farma/files//userfiles/images/profile.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    pointer-events: none;
}

#block17 {
    width: 245px;
    padding-right: 35px;
}

.tel_lp_item,
.tel_lp_item a {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

ul.menu_catalog>li.active,
ul.menu_catalog>li:hover {
    background: transparent;
}

ul.menu_catalog>li {
    border-top: none;
}

#sidebar span.menu_title {
    padding: 12px 11px 8px 0;
}

.catalog-items .obj {
    height: 100%;
    border-radius: 5px;
}

.owl-stage {
    display: block;
}

#block3 .news-items .news-item .image-default,
.news-item .image-default {
    height: 180px;
}

.template-1 .news-item .news-date {
    position: absolute;
    top: 195px;
}

.template-1 .news-item .news-data {
    padding: 57px 0px 17px;
}

.news-date>* {
    padding: 6px 18px;
    border-radius: 15px;
    background-color: transparent;
    font-size: 14px;
}

.news-item .news-name {
    font-size: 16px;
}

.line_info {
    background-color: transparent;
    padding: 0;
}

ul.left_m_sec>li {
    padding: 5px 0 0 10px;
}

#sidebar .blk_head {
    margin-bottom: 0;
}

#block39 .blk_body {
    padding: 0;
}

.catalog-item:hover {
    box-shadow: 0px 0px 0px 1px rgb(1 71 177);
}

ul.soc_bar li>a {
    background: transparent;
}

.soc_link:before {
    box-shadow: 0 0 0 1px #6eb62a;
    border-radius: 100px;
}

.regper_link.iconsCol.icons.i_sendmail a {
    padding: 15px 21px 16px 21px;
    border-bottom: none;
    border-radius: 50px;
    color: white;
    margin-left: 0 !important;
}

.icons.i_sendmail:before {
    display: none;
}

.regper_link {
    margin-left: 0;
    margin-right: 0;
}

#block43 {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
}

#block43 .blk_body {
    padding: 0;
}

#block21 .field-title {
    position: absolute;
    left: 12px;
    top: 9px;
}

#block21 .input-field-standart label.field-title.active {
    opacity: 0 !important;
}

#block21 .input-field-standart input.inp,
#block21 .input-field-standart textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #007739;
    border-radius: 0;
}

.btn-strt,
.btn-strt input {
    border-radius: 50px;
    background: #0147b1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#block21 {
    padding-left: 75px;
    float: rigth;
}

#block44 .advantage-items .obj {
    margin-bottom: 0;
}

#block44 .advantage-items .obj .image-default {
    background: white;
    border-radius: 5px;
}

.wcommunity_wrap:before {
    box-shadow: none !important;
}

.blk_head .h2 {
    font-weight: 600;
    color: #0147b1;
    font-size: 28px;
}

.bannerText-center .slider-data {
    display: flex;
    height: 100%;
    align-items: center;
    top: 0 !important;
    text-align: left;
    padding-left: 50px;
}

.slider-name span {
    display: inline-block;
    padding: 13px 10px 5px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.bannerText-center .slider-data-second {
    max-width: 58%;
}

.slider-text {
    font-size: 28px;
    color: #0147b1;
    text-transform: uppercase;
    font-weight: 600;
}

.blk_name a {
    font-weight: 500;
    color: black;
}

.catalog-item .blk_price {
    font-size: 18px;
    font-weight: 500;
}

.nav-type-2 .blk_head .owl-nav div {
    width: 35px !important;
    height: 35px !important;
}

.nav-type-2 .blk_head .owl-nav .owl-prev,
.nav-type-2 .blk_head .owl-nav div {
    border-radius: 100px;
}

li.xleb-item:first-child>span {
    padding-left: 0;
}

section#block40 {
    margin-bottom: 0;
}

h1 {
    font-weight: 600;
}

.subdivision-top li.sub-li a {
    border-radius: 100px;
    padding: 6px 2px 7px;
}

.subdivision-top li.sub-li a:hover {
    filter: brightness(1.1);
}

.subdivision-top li.sub-li a:hover span {
    background: transparent;
}

.subdiv-stati .news-item .news-date,
.kz_form.otz_form_main .fo_name {
    display: none;
}

.subdiv-stati.this-stati .news-item .news-data {
    padding: 17px 0px 17px !important;
}

.kz_form {
    background-color: transparent;
    padding: 35px 45px 5px;
    border: 1px solid rgb(1 71 177 / 40%);
}

.kz_form .fo_inp input {
    padding: 9px 0;
}

ul.subdivision-items .wrapper {
    display: flex;
    background: transparent;
    padding: 15px;
}

ul.subdivision-items .wrapper .name a {
    background: #f0f2f6;
    color: #0147b1;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}

ul.subdivision-items li {
    background-color: #f0f2f6 !important;
}

ul.subdivision-items .wrapper .sub-img-wrapper.image-default {
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.template-1 li.sub:hover .image-default a:before {
    background: transparent;
}

.template-1 li.sub:hover .image-default a:after {
    opacity: 0;
}

.catalog-table .incart-type1 a,
.catalog-table .inorder-type1 a {
    border-radius: 30px;
}

.catalog-table .incart-type1,
.catalog-table .inorder-type1 {
    border-radius: 30px;
}

.cart-btn.incart-type1.mainmenubg.active,
a.basket_b_oform.btn-strt-a {
    border-radius: 30px;
}

#cart-info-mini a {
    color: #02773a;
}

a.incart-js.mainmenubg.icons.i_cart {
    border-radius: 8px;
}

.catalog-item-full.template-type1 .incart-typefull1>*,
.catalog-item-full.template-type1 .inorder-typefull1>* {
    border-radius: 8px;
}

.tabs-body {
    background: #ffffff !important;
}

.incart-typefull1 .incart-num input {
    background: #f0f0f0;
}

.cart-btn .incart_up:before,
.cart-btn .incart_down:before {
    color: #fff !important;
}

span.basket_m_price {
    position: relative;
    top: 0;
    padding-left: 0;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
}

.subdiv-reviews .kz_form .fo_inp input {
    border: 1px solid #fff;
}

.kz_form .fo_name {
    width: 35px;
    ;
}

#profile-page a.btn-strt-a {
    border-radius: 30px;
}

.basket_m_spisok {
    border: none;
    box-shadow: 0 4px 30px 0 rgb(19 28 39 / 23%);
}

.store-select {
    height: 15px !important;
}

.mini_card_open_active .basket_mini_open .basket_mini_a {
    background: transparent;
    border: none;
    height: 32px;
}

input#big-checkout {
    font-size: 18px;
}

#block1 {
    margin-bottom: 0;
}

#block25,
block26 {
    margin-bottom: 35px;
}

#zone10 {
    padding-top: 48px;
}

#block43 {
    padding-top: 16px;
}

li.xleb-item:first-child>a {
    padding-left: 0;
}

#zone1 .logo-img img {
    max-height: 90px;
}

#block51 .blk_body {
    padding: 0;
}

#block51 .blk_body {
    text-align: right;
}

#block51 {
    background: transparent;
}

ul.header_menu>li.active>a>span,
ul.header_menu>li:hover>a>span {
    border-left: none;
}

ul.header_menu>li.active>a>span,
ul.header_menu>li:hover>a>span {
    border-right: none;
}

ul.header_menu>li:first-of-type>a {
    border-left: none;
}

ul.header_menu>li>a>span.mn_sp_1 {
    border-right: none;
}

.tel_lnk_text {
    font-size: 12px;
}

ul.header_menu>li:last-child>a>span.mn_sp_1 {
    padding-right: 0;
}

ul.header_menu>li>a>span.mn_sp_1 {
    padding: 12px 12px 12px;
    border: none;
}

#block17 .blk_body .iconsCol:before {
    color: #0147b1;
    content: '\e9bd';
}

#block17 .tel_lnk_text {
    margin-bottom: 2px;
}

a.vcatalog {
    text-decoration: none;
    padding: 10px 25px 11px;
    font-size: 16px;
    background: #E73D25;
    border-radius: 6px;
    color: white;
    font-weight: 400;
    text-transform: none;
}

.slider-text p:last-child {
    margin-top: 10px;
}

.slider-text br {
    display: none;
}

.slider-text p {
    margin-bottom: 0;
}

.slider-text span,
.slider-name span {
    padding: 0;
}

.slider-img {
    line-height: 0;
}

/* Безопасная рамка для данных слайдера */
#block4 .slider-data,
#block4 .slider-data-second {
    box-sizing: border-box;
}

section.slider-items {
    box-sizing: border-box;
}

/* 🔹 Исправления для слайдера и кнопок */
section.slider-items .slider-item img {
    min-width: 100%;
    min-height: 175px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* 🔹 ГЛОБАЛЬНЫЕ ИСПРАВЛЕНИЯ ДЛЯ ШАПКИ - ПРЕДОТВРАЩЕНИЕ СЪЕЗЖАНИЯ ЭЛЕМЕНТОВ */

/* Навигационные ссылки не переносятся */
nav,
nav *,
.nav,
.nav * {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}


/* Shift the left icon further left so it's visually separated from the "Каталог" text */
html body .container_12 .grid_2#block58 .menu-button-head.icons::before {
    left: clamp(6px, 1.4vw, 10px) !important;
    /* move a bit more left on wider screens */
    margin-right: 8px !important;
    /* ensure spacing between icon and text */
}

#block58 .menu-button-head:after {
    position: absolute !important;
    right: clamp(8px, 2.2vw, 12px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: clamp(10px, 2.0vw, 16px) !important;
    height: auto !important;
    flex-shrink: 0 !important;
}

#block58 .menu-button-head>span {
    display: block;
    line-height: 1;
    font-size: clamp(10px, 1.4vw, 16px) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    text-align: center !important;
    padding: 0 6px !important;
}

/* Заголовок над слайдером (#block62) — по центру, резина и ровные отступы */
#block62 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

#block62 .blk_body_wrap {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

#block62 h1 {
    text-align: center !important;
    margin: 0 auto !important;
    line-height: 1.3 !important;
}

#block62 h1,
#block62 h1 span {
    font-size: clamp(18px, 2.6vw, 28px) !important;
}

/* Иконки (кабинет, избранное, корзина) — центрируем группу в шапке */
/* Группа: WhatsApp/телефон + иконки стоят рядом и по центру */
#block36 {
    margin-left: 0 !important;
}

#block5 {
    margin-right: 0 !important;
}

#block36,
#block47,
#block5 {
    align-self: center !important;
}

/* задаём порядок, чтобы блоки шли подряд: WhatsApp -> иконки */
#block17 {
    order: 50 !important;
}

#block36 {
    order: 51 !important;
}

#block47 {
    order: 52 !important;
}

#block5 {
    order: 53 !important;
}

#block17,
#block36,
#block47,
#block5 {
    flex: 0 0 auto !important;
}

#block36 .blk_body_wrap,
#block47 .blk_body_wrap,
#block5 .blk_body_wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    /* расстояние между иконками */
}

/* добавим локальные отступы к самим ссылкам/иконкам, если gap перебивается */
#block36 .regper_link,
#block47 .regper_link,
#block5 .basket_mini_a {
    margin: 0 6px !important;
}

/* WhatsApp + телефон (блок #block17) по центру и на одном уровне с иконками */
#block17 {
    width: auto !important;
}

#block17 .blk_body_wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* центрируем содержимое блока */
    gap: 12px !important;
    white-space: nowrap !important;
    min-width: 0 !important;
}

#block17 .whatsap a,
#block17 .tel_lp_item a {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
}

#block17 .whatsap {
    margin-right: 6px !important;
}

#block17 .tel_lp_item {
    margin-left: 6px !important;
}

#block47 {
    width: 30px;
    top: -14px;
}

#block33 {
    width: 35%;
    padding-right: 8px;
}

#block15 {
    width: 150px;
}

#block50 .blockText.txt a span {
    padding-left: 22px;
    position: relative;
}

#block50 .blockText.txt a span:before {
    content: "\e9b5";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: krz-font;
    font-size: 15px;
}

#block49 .blockText.txt:before {
    content: '\e9b6';
    font-family: 'krz-font';
    color: #0147b1;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#block49 .blockText.txt {
    padding-left: 24px;
    position: relative;
}

.regper_link.i_city:before {
    content: '\e91c';
    top: 13px;
    left: 0;
    font-size: 15px;
}

#block28 .blk_body {
    line-height: 35px;
}

#block28 .regper_link.iconsCol.icons.i_city {
    padding-left: 22px;
}

#block47 .regper_link.iconsCol.icons.i_favorite {
    width: 30px;
    height: 30px;
    font-size: 0;
}

#block47 .blk_body .iconsCol:before {
    color: #000000;
    width: 30px;
    height: 30px;
    background: url(/a/farma/files//userfiles/images/like.svg) no-repeat;
    top: 0;
    left: -1px;
    background-size: 95%;
    pointer-events: none;
    background-position: center;
}

a#link-favorite {
    width: 30px;
    height: 30px;
    text-decoration: none;
    border-bottom: none;
}

ul.header_menu>li.active>a>span.mn_sp_1:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px;
    height: 3px;
    content: '';
    background: rgb(1 71 177 / 40%);
    bottom: -2px;
    border-radius: 3px 3px 0 0;
}

.header_search .btn-strt input {
    background: #cc3d28;
}

.port-item-name {
    font-size: 16px;
    margin-bottom: 7px;
}

.port-item-data {
    padding: 15px;
    background: #f0f2f6;
}

.port-item-name a {
    text-decoration: none;
    color: #0147b1;
    FONT-WEIGHT: 600;
}

.portfolio-items .obj:hover .port-item-data {
    background: #dee5f4;
}

.portfolio-items .obj .port-item-data {
    transition: .2s all;
}

#block39 ul.menu_catalog>li:hover>a>span {
    color: #0147b1;
}

#block1 .text-items.txt {
    font-size: 16px;
}

#block26 {
    padding-top: 18px;
}

#block53 {
    margin-bottom: 13px;
}

ul.header_menu>li:hover>a>span.mn_sp_1 {
    background: transparent;
}

/* УДАЛЕНО - КОНФЛИКТУЮЩИЕ СТИЛИ ДЛЯ TEMPLATE-2 */
#block54 .adv-info {
    display: flex;
    align-items: center;
    padding: 20px;
}

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ ОБЪЕКТОВ */
/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ РАМОК */
/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ */
/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ ПЛАНШЕТОВ */
/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ */
/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ ПЛАНШЕТОВ */
#block1 {
    padding-bottom: 20px;
}

.icons.i_cart1:before {
    display: none;
}

.innerpage section#zone1 {
    border-bottom: 1px solid #dee5f4;
    margin-bottom: 30px;
}

.blocks.class2020 .obj {
    border-radius: 0;
}

#block3 .otzyvy_blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#block3 .otzyvy_blk .otzyv_item.obj:nth-child(4n) {
    margin-right: 0;
}

#block3 .otzyvy_blk .otzyv_item.obj {
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
}

.otzyvy_blk .otz_name {
    color: #0147b1;
    font-size: 15px;
    font-weight: 500;
}

.otzyvy_blk .otz_text {
    color: #282828;
    font-size: 13px;
}

label.favorit_title {
    font-size: 14px;
    padding-left: 5px;
}

.cart-param {
    margin-top: 10px;
}

.fast_buy a {
    border-radius: 30px;
    font-weight: 500;
}

#lightcase-case.card-fast-prew a.mdl_podrobnee {
    border-radius: 30px;
    text-transform: none;
    margin-top: 10px;
}

.template-type2 .gallery,
.template-type2 .card_info_first,
.template-type2 .card_info_second {
    background: transparent;
    border: none;
}

.template-type2 .gallery {
    padding: 0;
}

.template-type2 .card_btn {
    width: auto;
}

.fast_buy.fast_buy_second a {
    padding: 0 10px;
}

span.basket_m_button:after {
    top: 0;
}

div#cart-param-2 th {
    vertical-align: top;
}

#block58 .blk_body {
    padding: 0px;
}

#block58 .menu-button {
    border: 1px solid #cacaca;
    border-radius: 30px;
    height: 46px;
    padding: 3px 19px;
}

.menu-button-body {
    max-height: 45vh !important;
    /* Устанавливаем фиксированную высоту для скролла */
    height: 45vh !important;
    /* Фиксированная высота */
    overflow-y: auto !important;
    /* Вертикальный скролл */
    overflow-x: hidden !important;
    width: 280px !important;
    min-width: 280px !important;
    background: #fff !important;
    border-radius: 12px !important;
    /* Закругляем углы */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    padding: 5px !important;
    position: absolute !important;
    z-index: 200000000 !important;
    /* Увеличиваем z-index чтобы быть выше всех элементов */
    /* Убираем clip-path который обрезает содержимое */
    clip-path: none !important;
    /* Принудительно показываем весь контент */
    display: block !important;
    visibility: visible !important;
    /* Убираем любые ограничения */
    min-height: auto !important;
    /* Убираем любые трансформации */
    transform: none !important;
    filter: none !important;
}

/* Обычные пункты меню */
.menu-button-body li {
    max-width: 100% !important;
    overflow: visible !important;
    /* Убираем обрезание */
    text-overflow: clip !important;
    /* Убираем многоточие */
    white-space: normal !important;
    /* Разрешает перенос текста */
    word-wrap: break-word !important;
    /* Перенос длинных слов */
    word-break: break-word !important;
    /* Принудительный перенос */
    line-height: 1.4 !important;
    position: relative !important;
    /* Нужно для вложенных меню */
    padding: 10px 15px !important;
    /* Добавляем отступы для лучшей читаемости */
    border-bottom: 1px solid #f0f0f0 !important;
    /* Добавляем разделители между пунктами */
    margin: 0 !important;
    /* Убираем отступы */
    /* Принудительно показываем весь контент */
    display: block !important;
    visibility: visible !important;
    /* Убираем любые ограничения */
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    /* Убираем любые трансформации */
    transform: none !important;
    filter: none !important;
    /* Оптимизация для скролла */
    flex-shrink: 0 !important;
}

/* Убираем разделитель у последнего пункта */
.menu-button-body li:last-child {
    border-bottom: none !important;
}

/* Стилизация скроллбара для WebKit (Chrome, Safari) */
.menu-button-body::-webkit-scrollbar {
    width: 8px;
    /* Увеличиваем толщину скроллбара */
}

.menu-button-body::-webkit-scrollbar-thumb {
    background-color: #0147b1;
    /* Цвет ползунка - синий как в дизайне */
    border-radius: 4px;
    /* Скругление */
    border: 1px solid #fff;
    /* Белая рамка */
}

.menu-button-body::-webkit-scrollbar-thumb:hover {
    background-color: #003399;
    /* Темно-синий при наведении */
}

.menu-button-body::-webkit-scrollbar-track {
    background: #f8f9fa;
    /* Светло-серый фон скроллбара */
    border-radius: 4px;
}

/* Стили для Firefox */
.menu-button-body {
    scrollbar-width: thin !important;
    /* Тонкий скролл */
    scrollbar-color: #0147b1 #f8f9fa !important;
    /* Ползунок / трек - синий и светло-серый */
}

#zone1 .zone-bg {
    background-color: #fff;
}

.mainpage h1 {
    font-size: 26px;
    color: #0147b1;
}

.nostock,
.nostock::before {
    color: #0348b2;
    border-color: #84a6d9;
}

h1 {
    font-size: 33px;
}

/* Обёртка для всех карточек */
.benefits-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    /* Растягивает карточки до одинаковой высоты */
}

/* Карточка */
.benefit-card {
    width: 300px;
    background: white;
    border-radius: 12px;
    /* Более плавные углы */
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Позволяет текстовому блоку растягиваться */
    justify-content: space-between;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* Изображение */
.benefit-card img {
    width: 300px;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* Текстовый блок */
.benefit-info {
    flex-grow: 1;
    /* Растягивает блок, чтобы все карточки были одинаковыми */
    padding: 15px;
    background: #eef3ff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Выравниваем текст вверху */
}

/* Заголовок */
.benefit-info h3 {
    color: #003399;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Описание */
.benefit-info p {
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    /* Растягивает текст, чтобы кнопки были на одной линии */
}

.whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 74px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #25D366;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}

.whatsapp-button:after {
    animation-delay: .5s;
}

@keyframes border-animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

#bottombut {
    bottom: 27px;
    right: 60px;
}

.whatsap {
    color: #38c500;
    position: relative;
    display: block;
}

.whatsap:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 2px;
    content: '\e986';
    font-family: 'krz-font' !important;
    font-size: 16px;
    color: #38c500;
    line-height: 20px;
}

.whatsap a {
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    line-height: 14px;
}

.podbor_checkb {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}

.podbor_name {
    font-weight: 700;
}

#block17 .blk_body {
    line-height: 102px;
}

ul.filter-for-name>li.filter-letter {
    border: 1px solid #1152b4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: relative;
    cursor: pointer;
    color: #0f50b3;
    background: rgba(84, 85, 92, 0.03);
    font-weight: 700;
    margin-right: 2px;
    margin-bottom: 5px;
    border-radius: 5px;
}

ul.filter-names li a {
    font-size: 12px;
    color: #0f50b3;
}

.filter-name li {
    border-radius: 5px;
}

ul.filter-names {
    border: 1px solid rgb(7 74 176);
    border-radius: 5px;
}

.filter-for-name-box {
    padding-left: 2px;
}

#block66 .blk_body {
    padding: unset;
}

.benefit-title {
    font-weight: 600;
    color: #0050c7;
    /* синий как в других карточках */
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}

.benefit-description {
    text-align: center;
}

/* === ГЛОБАЛЬНЫЕ СТИЛИ ДЛЯ ПРЕДОТВРАЩЕНИЯ НАЛОЖЕНИЯ В КНОПКЕ КАТАЛОГА === */
/* Применяем на всех экранах для предотвращения наложения элементов */
html body .container_12 .grid_2#block58 .menu-button-head {
    box-sizing: border-box !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

/* Предотвращаем наложение иконки и текста */
html body .container_12 .grid_2#block58 .menu-button-head.icons::before {
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Предотвращаем наложение текста */
html body .container_12 .grid_2#block58 .menu-button-head span {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    word-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

/* Предотвращаем любые конфликты размеров */
html body .container_12 .grid_2#block58 .menu-button-head * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
}

/* Фиксируем размеры кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button {
    overflow: hidden !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}

/* Показываем переполнение кнопки каталога только когда она активна */
html body .container_12 .grid_2#block58 .menu-button.active {
    overflow: visible !important;
}

/* Убираем внешнюю пилюлю вокруг каталога и добавляем контур на саму кнопку */
html body .container_12 .grid_2#block58 .menu-button {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

html body .container_12 .grid_2#block58 .menu-button-head {
    /* Контур (outline) для видимой кнопки Каталог — пилюля */
    border: 1px solid #0147b1 !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    background: #fff !important;
    padding: 0 28px 0 42px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Убираем псевдо-иконки отрисовки рамки на внешнем контейнере, если есть */
html body .container_12 .grid_2#block58 .menu-button-head:before,
html body .container_12 .grid_2#block58 .menu-button-head:after {
    box-shadow: none !important;
}

/* === ФИНАЛЬНОЕ ОТКЛЮЧЕНИЕ ИКОНОК НА КНОПКЕ ПОИСКА ДЛЯ ВСЕХ ЭКРАНОВ === */
/* Глобальное правило для всех размеров экранов */
@media (min-width: 0px) {

    /* === ГЛОБАЛЬНАЯ БЛОКИРОВКА ССЫЛОК КАТАЛОГА ДЛЯ ВСЕХ ЭКРАНОВ === */
    /* Блокируем ссылки неактивного каталога на всех экранах */
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a,
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a *,
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body li a,
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body li a * {
        pointer-events: none !important;
        cursor: default !important;
        opacity: 0.5 !important;
        color: #999 !important;
        text-decoration: none !important;
    }

    /* Скрываем неактивный каталог на всех экранах */
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Показываем активный каталог на всех экранах */
    html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    html body .container_12 .grid_8#block33 .btn-strt,
    html body .container_12 .grid_8#block33 .btn-strt input,
    html body .container_12 .grid_8#block33 .btn-strt *,
    html body .container_12 .grid_8#block33 .btn-strt.iconsCol,
    html body .container_12 .grid_8#block33 .btn-strt input.iconsCol {
        background-image: none !important;
        background: #e73d25 !important;
    }

    html body .container_12 .grid_8#block33 .btn-strt.iconsCol::before,
    html body .container_12 .grid_8#block33 .btn-strt.iconsCol::after,
    html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::before,
    html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::after,
    html body .container_12 .grid_8#block33 .btn-strt::before,
    html body .container_12 .grid_8#block33 .btn-strt::after,
    html body .container_12 .grid_8#block33 .btn-strt input::before,
    html body .container_12 .grid_8#block33 .btn-strt input::after {
        content: none !important;
        display: none !important;
        background: none !important;
        background-image: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
    }
}

#block17 {
    width: 245px;
    padding-right: 35px;
}

.tel_lp_item,
.tel_lp_item a {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

ul.menu_catalog>li.active,
ul.menu_catalog>li:hover {
    background: transparent;
}

ul.menu_catalog>li {
    border-top: none;
}

#sidebar span.menu_title {
    padding: 12px 11px 8px 0;
}

.catalog-items .obj {
    height: 100%;
    border-radius: 5px;
}

.owl-stage {
    display: block;
}

#block3 .news-items .news-item .image-default,
.news-item .image-default {
    height: 180px;
}

.template-1 .news-item .news-date {
    position: absolute;
    top: 195px;
}

.template-1 .news-item .news-data {
    padding: 57px 0px 17px;
}

.news-date>* {
    padding: 6px 18px;
    border-radius: 15px;
    background-color: transparent;
    font-size: 14px;
}

.news-item .news-name {
    font-size: 16px;
}

.line_info {
    background-color: transparent;
    padding: 0;
}

ul.left_m_sec>li {
    padding: 5px 0 0 10px;
}

#sidebar .blk_head {
    margin-bottom: 0;
}

#block39 .blk_body {
    padding: 0;
}

.catalog-item:hover {
    box-shadow: 0px 0px 0px 1px rgb(1 71 177);
}

ul.soc_bar li>a {
    background: transparent;
}

.soc_link:before {
    box-shadow: 0 0 0 1px #6eb62a;
    border-radius: 100px;
}

.regper_link.iconsCol.icons.i_sendmail a {
    padding: 15px 21px 16px 21px;
    border-bottom: none;
    border-radius: 50px;
    color: white;
    margin-left: 0 !important;
}

.icons.i_sendmail:before {
    display: none;
}

.regper_link {
    margin-left: 0;
    margin-right: 0;
}

#block43 {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
}

#block43 .blk_body {
    padding: 0;
}

#block21 .field-title {
    position: absolute;
    left: 12px;
    top: 9px;
}

#block21 .input-field-standart label.field-title.active {
    opacity: 0 !important;
}

#block21 .input-field-standart input.inp,
#block21 .input-field-standart textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #007739;
    border-radius: 0;
}

.btn-strt,
.btn-strt input {
    border-radius: 50px;
    background: #0147b1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#block21 {
    padding-left: 75px;
    float: rigth;
}

#block44 .advantage-items .obj {
    margin-bottom: 0;
}

#block44 .advantage-items .obj .image-default {
    background: white;
    border-radius: 5px;
}

.wcommunity_wrap:before {
    box-shadow: none !important;
}

.blk_head .h2 {
    font-weight: 600;
    color: #0147b1;
    font-size: 28px;
}

.bannerText-center .slider-data {
    display: flex;
    height: 100%;
    align-items: center;
    top: 0 !important;
    text-align: left;
    padding-left: 50px;
}

.slider-name span {
    display: inline-block;
    padding: 13px 10px 5px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.bannerText-center .slider-data-second {
    max-width: 58%;
}

.slider-text {
    font-size: 28px;
    color: #0147b1;
    text-transform: uppercase;
    font-weight: 600;
}

.blk_name a {
    font-weight: 500;
    color: black;
}

.catalog-item .blk_price {
    font-size: 18px;
    font-weight: 500;
}

.nav-type-2 .blk_head .owl-nav div {
    width: 35px !important;
    height: 35px !important;
}

.nav-type-2 .blk_head .owl-nav .owl-prev,
.nav-type-2 .blk_head .owl-nav div {
    border-radius: 100px;
}

li.xleb-item:first-child>span {
    padding-left: 0;
}

section#block40 {
    margin-bottom: 0;
}

h1 {
    font-weight: 600;
}

.subdivision-top li.sub-li a {
    border-radius: 100px;
    padding: 6px 2px 7px;
}

.subdivision-top li.sub-li a:hover {
    filter: brightness(1.1);
}

.subdivision-top li.sub-li a:hover span {
    background: transparent;
}

.subdiv-stati .news-item .news-date,
.kz_form.otz_form_main .fo_name {
    display: none;
}

.subdiv-stati.this-stati .news-item .news-data {
    padding: 17px 0px 17px !important;
}

.kz_form {
    background-color: transparent;
    padding: 35px 45px 5px;
    border: 1px solid rgb(1 71 177 / 40%);
}

.kz_form .fo_inp input {
    padding: 9px 0;
}

ul.subdivision-items .wrapper {
    display: flex;
    background: transparent;
    padding: 15px;
}

ul.subdivision-items .wrapper .name a {
    background: #f0f2f6;
    color: #0147b1;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}

ul.subdivision-items li {
    background-color: #f0f2f6 !important;
}

ul.subdivision-items .wrapper .sub-img-wrapper.image-default {
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.template-1 li.sub:hover .image-default a:before {
    background: transparent;
}

.template-1 li.sub:hover .image-default a:after {
    opacity: 0;
}

.catalog-table .incart-type1 a,
.catalog-table .inorder-type1 a {
    border-radius: 30px;
}

.catalog-table .incart-type1,
.catalog-table .inorder-type1 {
    border-radius: 30px;
}

.cart-btn.incart-type1.mainmenubg.active,
a.basket_b_oform.btn-strt-a {
    border-radius: 30px;
}

#cart-info-mini a {
    color: #02773a;
}

a.incart-js.mainmenubg.icons.i_cart {
    border-radius: 8px;
}

.catalog-item-full.template-type1 .incart-typefull1>*,
.catalog-item-full.template-type1 .inorder-typefull1>* {
    border-radius: 8px;
}

.tabs-body {
    background: #ffffff !important;
}

.incart-typefull1 .incart-num input {
    background: #f0f0f0;
}

.cart-btn .incart_up:before,
.cart-btn .incart_down:before {
    color: #fff !important;
}

span.basket_m_price {
    position: relative;
    top: 0;
    padding-left: 0;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
}

.subdiv-reviews .kz_form .fo_inp input {
    border: 1px solid #fff;
}

.kz_form .fo_name {
    width: 35px;
    ;
}

#profile-page a.btn-strt-a {
    border-radius: 30px;
}

.basket_m_spisok {
    border: none;
    box-shadow: 0 4px 30px 0 rgb(19 28 39 / 23%);
}

.store-select {
    height: 15px !important;
}

.mini_card_open_active .basket_mini_open .basket_mini_a {
    background: transparent;
    border: none;
    height: 32px;
}

input#big-checkout {
    font-size: 18px;
}

#block1 {
    margin-bottom: 0;
}

#block25,
block26 {
    margin-bottom: 35px;
}

#zone10 {
    padding-top: 48px;
}

#block43 {
    padding-top: 16px;
}

li.xleb-item:first-child>a {
    padding-left: 0;
}

#zone1 .logo-img img {
    max-height: 90px;
}

#block51 .blk_body {
    padding: 0;
}

#block51 .blk_body {
    text-align: right;
}

#block51 {
    background: transparent;
}

ul.header_menu>li.active>a>span,
ul.header_menu>li:hover>a>span {
    border-left: none;
}

ul.header_menu>li.active>a>span,
ul.header_menu>li:hover>a>span {
    border-right: none;
}

ul.header_menu>li:first-of-type>a {
    border-left: none;
}

ul.header_menu>li>a>span.mn_sp_1 {
    border-right: none;
}

.tel_lnk_text {
    font-size: 12px;
}

ul.header_menu>li:last-child>a>span.mn_sp_1 {
    padding-right: 0;
}

ul.header_menu>li>a>span.mn_sp_1 {
    padding: 12px 12px 12px;
    border: none;
}

#block17 .tel_lnk_text {
    margin-bottom: 2px;
}

a.vcatalog {
    text-decoration: none;
    padding: 10px 25px 11px;
    font-size: 16px;
    background: #E73D25;
    border-radius: 6px;
    color: white;
    font-weight: 400;
    text-transform: none;
}

.slider-text p:last-child {
    margin-top: 10px;
}

.slider-text br {
    display: none;
}

.slider-text p {
    margin-bottom: 0;
}

.slider-text span,
.slider-name span {
    padding: 0;
}

.slider-img {
    line-height: 0;
}

/* Безопасная рамка для данных слайдера */
#block4 .slider-data,
#block4 .slider-data-second {
    box-sizing: border-box;
}

section.slider-items {
    box-sizing: border-box;
}

/* 🔹 Исправления для слайдера и кнопок */
section.slider-items .slider-item img {
    min-width: 100%;
    min-height: 175px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Навигационные ссылки не переносятся */
nav,
nav *,
.nav,
.nav * {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

#block47 {
    width: 30px;
    top: -14px;
}

#block15 {
    width: 150px;
}

#block50 .blockText.txt a span {
    padding-left: 22px;
    position: relative;
}

#block50 .blockText.txt a span:before {
    content: "\e9b5";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: krz-font;
    font-size: 15px;
}

#block49 .blockText.txt:before {
    content: '\e9b6';
    font-family: 'krz-font';
    color: #0147b1;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#block49 .blockText.txt {
    padding-left: 24px;
    position: relative;
}

.regper_link.i_city:before {
    content: '\e91c';
    top: 13px;
    left: 0;
    font-size: 15px;
}

#block28 .blk_body {
    line-height: 35px;
}

#block28 .regper_link.iconsCol.icons.i_city {
    padding-left: 22px;
}

#block47 .regper_link.iconsCol.icons.i_favorite {
    width: 30px;
    height: 30px;
    font-size: 0;
}

#block47 .blk_body .iconsCol:before {
    color: #000000;
    width: 30px;
    height: 30px;
    background: url(/a/farma/files//userfiles/images/like.svg) no-repeat;
    top: 0;
    left: -1px;
    background-size: 95%;
    pointer-events: none;
    background-position: center;
}

a#link-favorite {
    width: 30px;
    height: 30px;
    text-decoration: none;
    border-bottom: none;
}

ul.header_menu>li.active>a>span.mn_sp_1:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px;
    height: 3px;
    content: '';
    background: rgb(1 71 177 / 40%);
    bottom: -2px;
    border-radius: 3px 3px 0 0;
}

.header_search .btn-strt input {
    background: #cc3d28;
}

.port-item-name {
    font-size: 16px;
    margin-bottom: 7px;
}

.port-item-data {
    padding: 15px;
    background: #f0f2f6;
}

.port-item-name a {
    text-decoration: none;
    color: #0147b1;
    FONT-WEIGHT: 600;
}

.portfolio-items .obj:hover .port-item-data {
    background: #dee5f4;
}

.portfolio-items .obj .port-item-data {
    transition: .2s all;
}

#block39 ul.menu_catalog>li:hover>a>span {
    color: #0147b1;
}

#block1 .text-items.txt {
    font-size: 16px;
}

#block26 {
    padding-top: 18px;
}

#block53 {
    margin-bottom: 13px;
}

ul.header_menu>li:hover>a>span.mn_sp_1 {
    background: transparent;
}

/* УДАЛЕНО - КОНФЛИКТУЮЩИЕ СТИЛИ ДЛЯ TEMPLATE-2 */

#block54 .adv-info {
    display: flex;
    align-items: center;
    padding: 20px;
}

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ ОБЪЕКТОВ */

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ РАМОК */

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ */

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ ПЛАНШЕТОВ */

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ */

/* УДАЛЕНО - ДУБЛИРУЮЩИЕСЯ СТИЛИ ДЛЯ ПЛАНШЕТОВ */

#block1 {
    padding-bottom: 20px;
}

.icons.i_cart1:before {
    display: none;
}

.innerpage section#zone1 {
    border-bottom: 1px solid #dee5f4;
    margin-bottom: 30px;
}

.blocks.class2020 .obj {
    border-radius: 0;
}

#block3 .otzyvy_blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#block3 .otzyvy_blk .otzyv_item.obj:nth-child(4n) {
    margin-right: 0;
}

#block3 .otzyvy_blk .otzyv_item.obj {
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
}

.otzyvy_blk .otz_name {
    color: #0147b1;
    font-size: 15px;
    font-weight: 500;
}

.otzyvy_blk .otz_text {
    color: #282828;
    font-size: 13px;
}

label.favorit_title {
    font-size: 14px;
    padding-left: 5px;
}

.cart-param {
    margin-top: 10px;
}

.fast_buy a {
    border-radius: 30px;
    font-weight: 500;
}

#lightcase-case.card-fast-prew a.mdl_podrobnee {
    border-radius: 30px;
    text-transform: none;
    margin-top: 10px;
}

.template-type2 .gallery,
.template-type2 .card_info_first,
.template-type2 .card_info_second {
    background: transparent;
    border: none;
}

.template-type2 .gallery {
    padding: 0;
}

.template-type2 .card_btn {
    width: auto;
}

.fast_buy.fast_buy_second a {
    padding: 0 10px;
}

span.basket_m_button:after {
    top: 0;
}

div#cart-param-2 th {
    vertical-align: top;
}

#block58 .blk_body {
    padding: 0px;
}

#block58 .menu-button {
    border: 1px solid #cacaca;
    border-radius: 30px;
    height: 46px;
    padding: 3px 19px;
}

.menu-button-body {
    max-height: 45vh !important;
    /* Устанавливаем фиксированную высоту для скролла */
    height: 45vh !important;
    /* Фиксированная высота */
    overflow-y: auto !important;
    /* Вертикальный скролл */
    overflow-x: hidden !important;
    width: 280px !important;
    min-width: 280px !important;
    background: #fff !important;
    border-radius: 12px !important;
    /* Закругляем углы */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    padding: 5px !important;
    position: absolute !important;
    z-index: 9999 !important;
    /* Увеличиваем z-index чтобы быть выше всех элементов */
    /* Убираем clip-path который обрезает содержимое */
    clip-path: none !important;
    /* Принудительно показываем весь контент */
    display: block !important;
    visibility: visible !important;
    /* Убираем любые ограничения */
    min-height: auto !important;
    /* Убираем любые трансформации */
    transform: none !important;
    filter: none !important;
}



/* Обычные пункты меню */
.menu-button-body li {
    max-width: 100% !important;
    overflow: visible !important;
    /* Убираем обрезание */
    text-overflow: clip !important;
    /* Убираем многоточие */
    white-space: normal !important;
    /* Разрешает перенос текста */
    word-wrap: break-word !important;
    /* Перенос длинных слов */
    word-break: break-word !important;
    /* Принудительный перенос */
    line-height: 1.4 !important;
    position: relative !important;
    /* Нужно для вложенных меню */
    padding: 10px 15px !important;
    /* Добавляем отступы для лучшей читаемости */
    border-bottom: 1px solid #f0f0f0 !important;
    /* Добавляем разделители между пунктами */
    margin: 0 !important;
    /* Убираем отступы */
    /* Принудительно показываем весь контент */
    display: block !important;
    visibility: visible !important;
    /* Убираем любые ограничения */
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    /* Убираем любые трансформации */
    transform: none !important;
    filter: none !important;
    /* Оптимизация для скролла */
    flex-shrink: 0 !important;
}

/* Убираем разделитель у последнего пункта */
.menu-button-body li:last-child {
    border-bottom: none !important;
}

/* Стилизация скроллбара для WebKit (Chrome, Safari) */
.menu-button-body::-webkit-scrollbar {
    width: 8px;
    /* Увеличиваем толщину скроллбара */
}

.menu-button-body::-webkit-scrollbar-thumb {
    background-color: #0147b1;
    /* Цвет ползунка - синий как в дизайне */
    border-radius: 4px;
    /* Скругление */
    border: 1px solid #fff;
    /* Белая рамка */
}

.menu-button-body::-webkit-scrollbar-thumb:hover {
    background-color: #003399;
    /* Темно-синий при наведении */
}

.menu-button-body::-webkit-scrollbar-track {
    background: #f8f9fa;
    /* Светло-серый фон скроллбара */
    border-radius: 4px;
}

/* Стили для Firefox */
.menu-button-body {
    scrollbar-width: thin !important;
    /* Тонкий скролл */
    scrollbar-color: #0147b1 #f8f9fa !important;
    /* Ползунок / трек - синий и светло-серый */
}

#zone1 .zone-bg {
    background-color: #fff;
}

.mainpage h1 {
    font-size: 26px;
    color: #0147b1;
}

.nostock,
.nostock::before {
    color: #0348b2;
    border-color: #84a6d9;
}

h1 {
    font-size: 33px;
}

/* Обёртка для всех карточек */
.benefits-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    /* Растягивает карточки до одинаковой высоты */

}

/* Карточка */
.benefit-card {
    width: 300px;
    background: white;
    border-radius: 12px;
    /* Более плавные углы */
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Позволяет текстовому блоку растягиваться */
    justify-content: space-between;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* Изображение */
.benefit-card img {
    width: 300px;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* Текстовый блок */
.benefit-info {
    flex-grow: 1;
    /* Растягивает блок, чтобы все карточки были одинаковыми */
    padding: 15px;
    background: #eef3ff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Выравниваем текст вверху */
}

/* Заголовок */
.benefit-info h3 {
    color: #003399;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Описание */
.benefit-info p {
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    /* Растягивает текст, чтобы кнопки были на одной линии */
}

.whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 74px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #25D366;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}

.whatsapp-button:after {
    animation-delay: .5s;
}

@keyframes border-animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

#bottombut {
    bottom: 27px;
    right: 60px;
}

.whatsap {
    color: #38c500;
    position: relative;
    display: block;
}

.whatsap:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 2px;
    content: '\e986';
    font-family: 'krz-font' !important;
    font-size: 16px;
    color: #38c500;
    line-height: 20px;
}

.whatsap a {
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    line-height: 14px;
}

.podbor_checkb {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}

.podbor_name {
    font-weight: 700;
}

#block17 .blk_body {
    line-height: 102px;
}

ul.filter-for-name>li.filter-letter {
    border: 1px solid #1152b4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: relative;
    cursor: pointer;
    color: #0f50b3;
    background: rgba(84, 85, 92, 0.03);
    font-weight: 700;
    margin-right: 2px;
    margin-bottom: 5px;
    border-radius: 5px;
}

ul.filter-names li a {
    font-size: 12px;
    color: #0f50b3;
}

.filter-name li {
    border-radius: 5px;
}

ul.filter-names {
    border: 1px solid rgb(7 74 176);
    border-radius: 5px;
}

.filter-for-name-box {
    padding-left: 2px;
}

#block66 .blk_body {
    padding: unset;
}

.benefit-title {
    font-weight: 600;
    color: #0050c7;
    /* синий как в других карточках */
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}

.benefit-description {
    text-align: center;
}

/* === ГЛОБАЛЬНЫЕ СТИЛИ ДЛЯ ПРЕДОТВРАЩЕНИЯ НАЛОЖЕНИЯ В КНОПКЕ КАТАЛОГА === */
/* Применяем на всех экранах для предотвращения наложения элементов */
html body .container_12 .grid_2#block58 .menu-button-head {
    box-sizing: border-box !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

/* Предотвращаем наложение иконки и текста */
html body .container_12 .grid_2#block58 .menu-button-head.icons::before {
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Предотвращаем наложение текста */
html body .container_12 .grid_2#block58 .menu-button-head span {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    word-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

/* Предотвращаем любые конфликты размеров */
html body .container_12 .grid_2#block58 .menu-button-head * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
}

/* Фиксируем размеры кнопки каталога */
html body .container_12 .grid_2#block58 .menu-button {
    overflow: hidden !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}

/* === ФИНАЛЬНОЕ ОТКЛЮЧЕНИЕ ИКОНОК НА КНОПКЕ ПОИСКА ДЛЯ ВСЕХ ЭКРАНОВ === */
/* Глобальное правило для всех размеров экранов */
@media (min-width: 0px) {

    /* === ГЛОБАЛЬНАЯ БЛОКИРОВКА ССЫЛОК КАТАЛОГА ДЛЯ ВСЕХ ЭКРАНОВ === */
    /* Блокируем ссылки неактивного каталога на всех экранах */
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a,
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body a *,
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body li a,
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body li a * {
        pointer-events: none !important;
        cursor: default !important;
        opacity: 0.5 !important;
        color: #999 !important;
        text-decoration: none !important;
    }

    /* Скрываем неактивный каталог на всех экранах */
    html body .container_12 .grid_2#block58 .menu-button:not(.active) .menu-button-body {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Показываем активный каталог на всех экранах */
    html body .container_12 .grid_2#block58 .menu-button.active .menu-button-body {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    html body .container_12 .grid_2#block58 .btn-strt,
    html body .container_12 .grid_8#block33 .btn-strt,
    html body .container_12 .grid_8#block33 .btn-strt input,
    html body .container_12 .grid_8#block33 .btn-strt *,
    html body .container_12 .grid_8#block33 .btn-strt.iconsCol,
    html body .container_12 .grid_8#block33 .btn-strt input.iconsCol {
        background-image: none !important;
        background: #e73d25 !important;
    }

    html body .container_12 .grid_8#block33 .btn-strt.iconsCol::before,
    html body .container_12 .grid_8#block33 .btn-strt.iconsCol::after,
    html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::before,
    html body .container_12 .grid_8#block33 .btn-strt input.iconsCol::after,
    html body .container_12 .grid_8#block33 .btn-strt::before,
    html body .container_12 .grid_8#block33 .btn-strt::after,
    html body .container_12 .grid_8#block33 .btn-strt input::before,
    html body .container_12 .grid_8#block33 .btn-strt input::after {
        content: none !important;
        display: none !important;
        background: none !important;
        background-image: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
    }
}