.qty-indicator {   
    display: none;
}

.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; 
}

.aj_bloc_txt {
    background-color: #bababa;
    color: #000000;
    font-weight: 500;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: none; 
}



.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;
}

.ajx_total_prod {
    display: none;
}


.category-info {
    font-size: 1.07em;
}

#tab-description {
    line-height: 1.7em;
     font-size: 1.07em;
}

.sticker__item {
    font-size: .9em;
    font-weight: bold;
}

.noemail {
display: none;
}

.menu__more-span {
    display: none;
}

.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 thead {
        display: none; /* Прячем шапку на мобильных */
    }

    .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;
}

.button-360 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #ab261e, #811009);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-360:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(99, 99, 99, 0.7); 
  color: white; /* Убеждаемся, что текст остается белым */
}

.button-360 img {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.button-360:hover img {
  transform: rotate(360deg);
}

.button-360:hover,
.button-360:focus,
.button-360:active,
.button-360:visited {
  color: white !important; /* Гарантируем белый цвет текста всегда */
}

.attribute-group[data-group-id="95"] {  /* Где X — ID группы */
    display: none !important;
}

blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    font-style: italic;
    background-color: #f5f5f5; /* светлый серый фон */
    border-left: 5px solid #ab261e; /* красная вертикальная линия слева */
    color: #333; /* темно-серый текст */
    border-radius: 5px;
    font-size: 1.1em; /* немного увеличенный шрифт для цитат */
    line-height: 1.6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* мягкая тень */
}

blockquote p {
    margin: 0; /* Убираем отступы у текста */
}

blockquote cite {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-weight: bold;
    color: #ab261e; /* Красный цвет для цитаты */
}

blockquote:hover {
    background-color: #f0f0f0; /* светло-серый при наведении */
    border-left-color: #8a1e17; /* темно-красный при наведении */
}

blockquote:before {
    content: "“"; /* добавляем кавычки слева */
    font-size: 2em;
    color: #ab261e; /* красный цвет для кавычек */
    position: absolute;
    top: -10px;
    left: 10px;
}

blockquote:after {
    content: "”"; /* добавляем кавычки справа */
    font-size: 2em;
    color: #ab261e; /* красный цвет для кавычек */
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.shipping-method__quote { /*Цвет надписи в корзине -а*/
    font-weight: 600;
    color: #ab261e;
}

.payment-method__title {
font-weight: 600;
    color: #00853c;
}

/* Где X — ID группы */
.attribute-group[data-group-id="13"] {  
    display: none !important;
}
/*Модель товара в карточке*/
.rating-model__model {
    margin: 4px 9px 7px;
    font-size: 0.79em;
    font-weight: 600;
    background: #ab261e;
    color: #ffffff;
    padding: 9px;
}
.rating-model div + div:before {
    content: '|';
    padding: 0 12px;
    color: #FFC107;
}