.uni-slideshow_v2__image.text-over-image img {
    object-fit: contain !important;    
    width: 100%;
    object-fit: cover;
}

.rating-model__model {
    margin: 0 0 15px;
    font-size: 0.79em;
    font-weight: 600;
    background: #ab261e;
    color: #ffff;
    padding: 6px;
}

.demo-typo-col3 {
    float: left;
    width: 33.3%;
    padding: 10px;
}

.demo-typo-col2 {
    float: left;
    width: 50%;
    padding: 10px;
}

div {
    display: block;
}


.product-manuf__image {
    max-width: 120px
}

.product-manuf__logo {
    max-width: 130px;
    margin: 0 0px 15px 0;
    padding: 6px;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    background: #fff;
}

.w3-black {
    color: #fff!important;
    background-color: #000!important;
} 

.w3-hover-black:hover {
    color: #fff!important;
    background-color: #000!important;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    background: black;
}


.w3-container, .w3-panel {
    padding: 0.01em 16px;
}

.w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #ab261e!important;
}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}

.w3-border {
    border: 1px solid #ccc!important;
}


.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}

article {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
          padding: 5px;
          margin: 11px;
}

/* or */

article {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

.btn-city {
    color: #FFFFFF;
    height: 51px;
    line-height: 38px;
    width: 140px;
    font-weight: 600;
    background: #ebebeb;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
   margin: 15px;
}

.rating-model__model {
       text-transform: uppercase;
}

.animate-pulse {
    height: 42px;
    line-height: 25px;
    width: 213px;
    font-weight: 500;
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 16px;
    animation: animate-pulse 3s linear infinite;
}

.animate-pulse:hover {
	animation: none;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 .1rem rgba(171,38,30, 0.9);
  }
  100% {
    box-shadow: 0 0 0 0.9rem rgba(171,38,30, 0);
  }
}

.product-block .product-data__item {
 font-weight: bolder;
 font-size: 1.10em;
}

iframe {
 max-width: 100%;
    }

.btn-new {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 2px 2px 2px #c5c4c4;
    border-radius: 4px;
    background-image: linear-gradient(to right, #ab261e 0%, #8f261f 51%, #790700 100%);
    padding: 11px;
    font-size: 20px;
}

.btn-new:hover {
     background-position: right center;
}
.skype-icon {
    background: url('/image/catalog/svg/icons-skype.svg') 0px 5px no-repeat;
    padding-left: 23px;
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 15px;
    }

.tel-icon {
    background: url('/image/catalog/svg/icons-tel.svg') 0px 3px no-repeat;
    padding-left: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    }

.email-icon {
    background: url('/image/catalog/svg/icon-email.svg') 0px 5px no-repeat;
    padding-left: 23px;
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 15px;
    }
.btn-info {
    color: #fff;
    background: #8d2019;
    border-color: #8d2019;
}

.btn-info:hover {
    color: #000;
    background: #ffffff;
    border-color: #b9b9b9;
}

.product-thumb__model {
   margin: 0 0 15px;
   font-size: 1.0em;
   color: #ab261e;
   font-weight: bold; 
   text-transform: uppercase; 
}

.article_3 {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
}

.columns_3 {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
}

/* or */

.columns_3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

.custom-menu-v2-tabs__children-a {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 6px 10px;
    font-weight: 500;
    color: var(--menu-module-c2);
    background: rgba(0 0 0 / .03);
    border-radius: 0;
}

.custom-menu-v2-tabs__a {
    font-weight: 700;
    font-size: 24px;
}

.custom-menu-v2-tabs__children-a {
    display: flex;
    align-items: center;
    margin: 11px 11px 11px;
    padding: 13px 28px;
    font-weight: 500;
    color: var(--menu-module-c2);
    background: rgb(0 0 0 / 41%);
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    }

h1 {
    font-size: 2.0em;
    margin: 0 0 25px;
   line-height: normal;
    }

.art_custom_category_list li a {
    text-decoration: none!important;
    background: #ebebeb;
    font-size: 16px;
    font-weight: 600;   
}

.aj_bloc_btn {
    font-size: 18px;
   text-transform: uppercase; 
}

.breadcrumb>li {
    display: inline-block;
    background: #ebebeb;
    padding: 4px;
}

.art_custom_category_list ul {
     height: 47px;
   }

.art_custom_category_list-more span {
    background: #950b03;
    color: white;
    padding: 9px;
}

.category-info {
    font-size: 1.07em;
}

#tab-description {
    line-height: 1.7em;
     font-size: 1.07em;
}

.sticker__item {
    font-size: .9em;
    font-weight: bold;
}

.banner-in-category__wrap {
    background: #c9c9c9;
}

h2 {
     line-height: normal;
}

.spoiler-container {
    margin: 20px 0;
}

.spoiler-toggle {
    background-color: #ab261e;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.spoiler-toggle:hover {
    background-color: #871210;
}

/* Плавное раскрытие */
.spoiler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.spoiler-container.active .spoiler-content {
    max-height: 1000px; /* достаточная высота для видимости содержимого */
    padding: 10px;
}

/* ейнер таблицы для адаптивности */
.table-responsive {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

/* Основные стили таблицы */
.table-custom {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
}

/* Заголовок таблицы */
.table-custom thead {
    background-color: #ab261e; /* Бордовый */
    color: white;
    font-weight: bold;
}

.table-custom th {
    padding: 12px;
    text-align: center;
    border: 2px solid #ab261e;
}

/* Строки таблицы */
.table-custom tbody tr {
    border-bottom: 1px solid #D3D3D3; /* Серые границы строк */
}

/* Ячейки */
.table-custom td {
    padding: 12px;
    border: 1px solid #D3D3D3; /* Серые границы */
    text-align: center;
    background-color: white;
}

/* АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ */
@media (max-width: 768px) {
    .table-custom,
    .table-custom thead,
    .table-custom tbody,
    .table-custom th,
    .table-custom td,
    .table-custom tr {
        display: block;
        width: 100%;
    }

        .table-custom tr {
        margin-bottom: 10px;
        border: 1px solid #D3D3D3;
        padding: 10px;
        background: #ffffff;
    }

    .table-custom td {
        text-align: left;
        padding: 10px 15px; /* Добавляем отступы */
        position: relative;
        display: block;
        border-bottom: 1px solid #D3D3D3;
    }

    .table-custom td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #ab261e; /* Бордовый */
        display: block;
        margin-bottom: 5px;
    }
}

.fancybox-content {
    max-width: 100vw;
    max-height: 100vh;
}




.category-list__name {
    width: 100%;
    padding: 15px;
    word-wrap: break-word;
    background: #bdbdbd;
    color: #04335f;
    font-weight: 700;
}
/*Заголовок товара на странице категорий*/
.product-thumb__name {
    margin: 0 0 auto;
    padding: 3px 6px 10px;
    font-weight: 500;
    color: var(--prod-thumb-name);
    word-wrap: break-word;
}

/* ====== CATEGORY TEXT OVERRIDE / STELLPROM ====== */

.category-text {
    background: #f7f8fa;
    border: 1px solid #e2e6eb;
    border-radius: 10px;
    padding: 28px 32px;
    margin-top: 30px;
    color: #2f3a45;
    font-size: 16px;
    line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Базовая типографика */
.category-text p {
    margin: 0 0 16px;
    color: #3b4652;
}

.category-text p:last-child {
    margin-bottom: 0;
}

/* Заголовки */
.category-text h2 {
    margin: 34px 0 18px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #133b67;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #e4e9ef;
}

.category-text h2:first-child {
    margin-top: 0;
}

.category-text h3 {
    margin: 22px 0 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2f45;
}

/* Списки */
.category-text ul,
.category-text ol {
    margin: 0 0 20px 0;
    padding-left: 22px;
}

.category-text li {
    margin-bottom: 10px;
    color: #3a4652;
}

.category-text li::marker {
    color: #b54100;
    font-weight: 700;
}

.category-text strong {
    color: #1d2c3f;
    font-weight: 700;
}

/* Ссылки */
.category-text a {
    color: #0f4c81;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 76, 129, 0.25);
    transition: all 0.2s ease;
}

.category-text a:hover {
    color: #b54100;
    border-bottom-color: rgba(181, 65, 0, 0.35);
}

/* ====== TABLE ====== */
.category-text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 18px 0 28px;
    background: #ffffff;
    border: 1px solid #dde4ea;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.category-text thead th {
    background: #133b67;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: top;
}

.category-text thead th:last-child {
    border-right: none;
}

.category-text tbody td {
    padding: 16px;
    border-top: 1px solid #e7edf3;
    vertical-align: top;
    color: #3b4652;
    background: #fff;
}

.category-text tbody tr:nth-child(even) td {
    background: #fbfcfd;
}

.category-text tbody td:first-child {
    font-weight: 700;
    color: #1f2f45;
    width: 18%;
}

.category-text tbody td:nth-child(2) {
    width: 52%;
}

.category-text tbody td:last-child {
    width: 30%;
}

/* Ссылки в последней колонке таблицы — как CTA */
.category-text tbody td:last-child a {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    background: #f4f7fb;
    color: #133b67;
    font-weight: 600;
    line-height: 1.35;
    border-bottom: none;
}

.category-text tbody td:last-child a:hover {
    background: #133b67;
    color: #fff;
    border-color: #133b67;
}

/* ====== FAQ ====== */
.category-text .faq-item,
.category-text .faq-block {
    margin-bottom: 14px;
}

.category-text h3 + p {
    background: #ffffff;
    border: 1px solid #e2e8ef;
    border-left: 4px solid #b54100;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

/* Первый вводный блок можно визуально выделить */
.category-text > p:nth-of-type(1),
.category-text > p:nth-of-type(2) {
    font-size: 17px;
    color: #33404c;
}

/* Небольшой акцент на важные смысловые блоки */
.category-text h2 + p {
    margin-top: 2px;
}

/* ====== Адаптив ====== */
@media (max-width: 992px) {
    .category-text {
        padding: 24px 22px;
        font-size: 15px;
    }

    .category-text h2 {
        font-size: 28px;
    }

    .category-text h3 {
        font-size: 20px;
    }

    .category-text thead th,
    .category-text tbody td {
        padding: 13px 12px;
    }
}

@media (max-width: 767px) {
    .category-text {
        padding: 20px 16px;
        border-radius: 8px;
    }

    .category-text h2 {
        font-size: 24px;
        margin: 28px 0 14px;
    }

    .category-text h3 {
        font-size: 18px;
    }

    .category-text table,
    .category-text thead,
    .category-text tbody,
    .category-text th,
    .category-text td,
    .category-text tr {
        display: block;
        width: 100%;
    }

    .category-text thead {
        display: none;
    }

    .category-text tbody tr {
        margin-bottom: 14px;
        border: 1px solid #e2e8ef;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .category-text tbody td {
        border: none;
        border-bottom: 1px solid #eef2f6;
        padding: 12px 14px;
        width: 100% !important;
    }

    .category-text tbody td:last-child {
        border-bottom: none;
    }

    .category-text tbody td::before {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #7a8794;
        margin-bottom: 6px;
    }

    .category-text tbody td:nth-child(1)::before {
        content: "Тип оборудования";
    }

    .category-text tbody td:nth-child(2)::before {
        content: "Для каких задач";
    }

    .category-text tbody td:nth-child(3)::before {
        content: "Рекомендуемый раздел";
    }
}

/* ====== Убираем внешнюю рамку текстового блока ====== */

.category-text {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 24px 32px 10px !important;
    margin-top: 24px !important;
}

/* Если текстовый блок стоит внутри уже серого контейнера — делаем его легче */
.category-text p {
    color: #2f3a45;
}

/* Заголовки оставляем выразительными, но без ощущения отдельной карточки */
.category-text h2 {
    margin: 34px 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dfe6ee;
}

/* Таблицу оставляем как самостоятельный аккуратный элемент */
.category-text table {
    margin-top: 20px;
}