:root {
  --Verdana: Verdana;
  --richblack: #010B13;
  --background-black: rgb(0, 0, 0, 0.5);
  --blue: #1974D2;
  --blue-8: rgb(25, 116, 210, 0.8);
  --yellow: #FFDB58;
  --gold: #FFD700;
  --gold-7: rgb(255, 219, 88, 0.7);
  --gold-d: #FFAA00;
  --main-color: #e51e1e;
  --main-color-2: #191919;
  --main-color-3: #e3e3e3;
  --red-gradient: linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%);
  --grey-gradient: linear-gradient(90deg, #161616 0%, #969696 50%, #161616 100%);
  --gold-gradient: linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%);
  --gold-gradient-revers: linear-gradient(90deg, #deb969 0%, #895410 50%, #deb969 100%);
  --dealers-bg-light: #f8f8f8;
  --dealers-border: #ddd;
  --text-color: #333;
  --red: #d0021b;
  --red-dark: #a80016;
  --dark: #1a1a1a;
  --text: #333;
  --muted: #666;
  --border: #e0e0e0;
  --bg-light: #f9f9f9;
  --bg-white: #fff;
}
html, body, input, button, select, textarea {
    font-family: "Montserrat-Regular", "Montserrat Regular", "Montserrat", sans-serif !important;
}
body {
  font: 14px var(--Verdana);
  line-height: 20px;
}

p {
  text-align: justify;
  margin-bottom: 0rem;
}

a {
  color: unset;
}

a:hover {
  color: var(--main-color);
}

.swiper-button-next, .swiper-button-prev {
  color: var(--main-color);
}

ul li {
  font-size: 14px;
}

.btn:hover {
  border-color: unset;
}

.fon-write {
  background-color: rgb(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 80px;
  } 
}

.questions-section-question {
  line-height: 45px;
}

/*.main-fon {
  background: url(/templates/microton/img/fon.png);
  background-attachment: fixed;
  background-size:cover;
}*/

/* header */

.header-logo-left a {
  display: flex;
  align-items: center;
}

.header-logo-left a div {
  margin-left: 20px;
}

.header__wrapper--first {
  background-color: var(--white);
  color: #000;
}

.img-fluid.main-menu-logo {
  border-radius: 12px;
  max-height: unset;
}

.header-name {
  color: #fff;
}

@media (max-width: 800px) {
  .d-md-none {
      display: flex !important;
  }
}

.mine-menu-button {
  height: 45px;
  width: 55%;
  background: #3c4650 !important;
  border-color: #3c4650 !important;
  color: #ffffff !important;
  transition: transform 0.3s ease !important;
}

/* breadcrumb */

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb .pathway {
  color: #000;
}

/* .questions */

.questions-section-wrapper {
  height: 450px;
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/001.jpg) center 50%;
  background-size: 100%;
}

.questions-section-container {
  height: 450px;
}

/* footer */

footer {
  background-color: #3c4650;
}

.section-footer div a {
  color: var(--white);
}

.section-footer div a:hover {
  color: var(--white);
}

.advantages-section-item-btn {
    background-image: url(/templates/microton/img/advantages-icon/bg8.jpg);
    background-size: cover;
}

[class^="advantages-section-item-"]::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.advantages-section-item-inner {
  background: linear-gradient(45deg, #161616 0%, #969696 50%, #161616 100%);
}

.advantages-section-item-title {
  color: #000;
  text-shadow: 0px 0px 14px #fff;
}

.container_header {
  font-size: 14px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.col-12.d-none.d-lg-flex.align-items-center.justify-content-center.col-lg-2.col-xl-3.px-0 {
    padding-right: 45px !important;
}

.partners_h2 {
    text-align: left;
    margin-left: -20px;
    font-size: 40px;
    color: #0b53b3;
}

.advantages-section-title h2 {
    font-weight: unset;
    font-size: 40px !important;
    text-align: left;
}

.about-section-company-title h2 {
    font-weight: unset;
}

.about-section-company-title span {
    font-weight: unset;
}

.slides {
    height: 600px;
}

.custom .category-card__img {
    height: calc(100% + 40px);
}

.category-card__img {
    height: calc(75% + 40px);
}

.category-card__text {
  max-width: unset;
}

div[itemprop="articleBody"] .complex {
  background: unset;
}

div[itemprop="articleBody"] .complex::before {
  display: none;
}

div[itemprop="articleBody"] .complex h2 {
  color: #000;
}

.complex {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background: #fff;
  background-size: 100%;
  margin-top: -30px;
}

/*.complex::before {
  content: "";
  background: var(--background-black);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}*/

.complex h2 {
  text-align: left;
  font-size: 40px;
  color: #000;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
  margin-left: 12px;
}

.about-section-inner {
  margin: 0px;
}

.mine-reviews-slider-slide_content_width {
    position: relative;
}

.mine-reviews-slider-slide {
    min-height: 100%;
}

.mine-reviews-section {
    margin-bottom: 50px;
}

/* clients slider */

.swiper-slide img.logo {
    width: 150px !important;
}

/* works */

.works {
  background: unset;
  padding-bottom: 0px;
}

/* our works slider */

.ourWorksSwiper2 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .ourWorksSwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }

  .ourWorksSwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .ourWorksSwiper2 {
    height: 80%;
    width: 100%;
  }

  .ourWorksSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .ourWorksSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .ourWorksSwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .ourWorksSwiper .swiper-slide img {
    /* display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

.inner-catalog-card-img img {
    display: block;
    height: 330px;
    object-fit: cover;
}

.inner-catalog-card-properties h2 {
  font-size: 24px;
  color: var(--main-color);
  font-weight: bold;
}

/* mine examples */

.in-card-slider-section-title h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  color: var(--black);
  font-weight: 700;
}

.in-card-slider-tab {
  height: 40px;
  padding: 30px 0;
  font-weight: 700;
  text-align: center;
  /* color: var(--white);
  background-color: var(--gray-dark); */
}

.in-card-slider-tab {
  color: var(--white);
  background-color: #353839;
  border-right: var(--white) 1px solid;
}

.in-card-slider-tab div {
  cursor: pointer;
}

.in-card-slider-tab-active {
  background-color: var(--gray-lightest);
  color: var(--gray-dark);
}

.in-card-slider-area-wrapper {
  background-color: var(--gray-lightest);
  padding: 30px 30px;
}

.in-card-slider-area {
  display: none;
  width: 100%;
  background-color: var(--gray-lightest);
  padding: 30px 30px;
}

.in-card-slider-area-active {
  display: block;
}

.in-card-slider-card {
  background-image: unset;
  background-color: var(--grayest);
  padding: 25px 25px 0px 25px;
  overflow: hidden;
}

.in-card-slider-card:hover {
  background-image: unset;
  background-color: var(--white);
  padding: 25px 25px 0px 25px;
  overflow: hidden;
}

.in-card-slider-card img {
  display: block;
  height: 50vh;
  object-fit: cover;
}

.inner-catalog-card-tabs {
  margin-top: 15px;
}

.inner-catalog-card-price-btn {
  height: 40px;
  padding: 30px 0;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--main-color);
}

.in-card-slider-tab-link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.in-card-slider-tab-link-header {
  font-size: 2.1rem;
  font-weight: 700;
}


/* slider in card */

.inCardSwiperWidthSet {
  max-width: 495px !important;
}

/*.inCardSwiper .swiper {
   width: 100%;
  height: 100%; 
}*/

.inCardSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.inCardSwiper .swiper-slide img {
  object-fit: cover;
}

.inCardSwiper .swiper {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

/*.inCardSwiper {
    height: 80%;
 width: 100%; 
}*/

.inCardSwiperThumbs {
  padding: 10px 0;
}

.inCardSwiperThumbs .swiper-slide {
  /* width: 25% !important; */
  height: 100%;
  opacity: 0.4;
}

.inCardSwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.inCardSwiperThumbs .swiper-slide img {
  max-height: 75px;
  object-fit: cover;
  cursor: pointer;
  margin-bottom: 10px;
  /* display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  width: 100px;
  height: 75px;
  object-fit: cover;
  margin: 0 5px;
  transition: transform 0.3s ease;*/
}

.inCardSwiperThumbs .swiper-wrapper {
  justify-content: space-between;
}

.tb_standart_500 {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.tb_standart_500 th {
  padding: 3px;
  /* border-width: 1px;
  border-color: #000000; */
}

.tb_standart_500 td {
  padding: 3px;
  /* border-width: 1px;
  border-color: #000000; */
}

.tb_standart_500-div {
  width: 75%;
  display: inline-block;
}

.tb_standart_500-1-td {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .tb_standart_500-div {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .tb_standart_500 tr {
    display: block;
  }

  .tb_standart_500 th {
    display: none;
  }

  .tb_standart_500 td {
    display: block;
  }

  .tb_standart_500-1-td {
    font-weight: 700;
  }

  .tb_standart_500-1-td {
    text-align: center;
  }
  
}

@media screen and (max-width: 767px) {
  .mine-top-slider-slide_content_title .main-menu-logo {
    display: none;
  }

  .mine-top-slider-slide_content_title {
    font-size: 50px;
    color: var(--white);
  }

  .mine-top-slider-slide_content_subtitle {
    font-size: 40px;
  }

  .mine-top-slider-slide_content_width {
    /* max-width: 400px !important; */
    margin-left: 30px;
    margin-right: 30px;
  }

  .mine-top-slider-slide_callback-btn {
    padding-right: 21px;
  }

  .mine-top-slider-slide_content_subtitle .mine-top-slider-slide-button {
    width: 315px;
  }

  .category-card__text:before, .link-show-more:before {
    top: 95%;
    position: absolute;
  }

  .about-section-company-text li {
    margin-bottom: 10px;
  }

  .partners_h2 {
    font-size: 35px;
  }

  .partner-logo img {
    height: 90px;
  }

  .ourWorksSwiper .swiper-slide img {
    max-width: 35px;
    height: 35px;
  }

  .footer-contacts {
    text-align: center;
  }
}

/* .in-card-tab {
  width: 325px;
} */


/* catalog */

@media screen and (min-width: 768px) {
  .catalog__card.catalog__card--main {
    width: 33%;
  }

  .catalog__card.catalog__card--main .tile-card__img {
    height: 190px;
  }
}

@media screen and (min-width: 1260px) {
  .catalog__card.catalog__card--main:nth-child(3n) {
    border-color: transparent;
  }
}

@media screen and (min-width: 1260px) {
  .catalog__card.catalog__card--main:nth-child(4n) {
    border-right: 1px solid #ddd;
  }
}

/* main menu */

.main-menu a {
  font-size: 18px;
  color: var(--white);
}

.main-menu ul a {
  padding: 5px 15px;
  color: var(--richblack);
}

.row.px-0.mx-0.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

nav.topMenuHeader {
  background-color: var(--main-color);
}

.main-menu > li.active, .main-menu li.current {
  background-color: var(--main-color);
}

.main-menu > li.active > a, .main-menu li.current > a {
  color: var(--white);
  font-weight: 700;
}













/* =========================================================
   РЕДИЗАЙН ВЫПАДАЮЩЕГО МЕНЮ (TOOLTIP/DROPDOWN) В СТИЛЕ ROX
   ========================================================= */

/* Контейнер выпадающего меню */
.main-menu .nav-child {
    background-color: #ffffff !important; 
    border: 1px solid #f0efef !important; 
    border-radius: 8px !important;
    
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px, rgba(0, 0, 0, 0.15) 0px 14px 32px 0px !important;
    
    padding: 8px 0 !important;
    min-width: 340px !important; 
    max-width: 450px !important; 
    margin-top: 15px !important; 
    z-index: 9999 !important;
}

.main-menu .nav-child > li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.main-menu .nav-child > li > a {
    display: block !important;
    padding: 10px 24px !important;
    color: #1c1917 !important; /* Темно-серый текст для хорошей читаемости */
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    white-space: normal !important; /* ОЧЕНЬ ВАЖНО: Разрешаем тексту переноситься на новые строки */
    transition: background-color 0.2s ease, color 0.2s ease !important;
    border-radius: 0 !important;
}

/* Состояние при наведении на пункт выпадающего меню */
.main-menu .nav-child > li > a:hover,
.main-menu .nav-child > li > a:focus {
    background-color: #f5f5f4 !important; /* Легкий серый фон */
    color: #e51e1e !important; /* Фирменный синий цвет Blueprint Blue */
    text-decoration: none !important;
}

/* Подсветка активного пункта (если мы уже находимся в этом разделе) */
.main-menu .nav-child > li.active > a,
.main-menu .nav-child > li.current > a {
    color: #0b64e9 !important;
    font-weight: 500 !important;
    background-color: rgba(11, 100, 233, 0.03) !important;
}

/* Псевдо-стрелочка (уголок), указывающая вверх на родительский пункт */
.main-menu .nav-child::before {
    content: '';
    position: absolute;
    top: -6px; /* Выдвигаем вверх за пределы блока */
    left: 24px; /* Позиция стрелочки */
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-top: 1px solid #f0efef;
    border-left: 1px solid #f0efef;
    transform: rotate(45deg);
    z-index: -1; /* Прячем нижнюю часть под меню */
    border-radius: 2px 0 0 0;
}

.main-menu.flex-c-sb {
    display: flex !important;
    justify-content: space-between !important; /* Равномерное распределение по всей ширине */
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 5px; /* Минимальное гарантированное расстояние между пунктами */
}
.main-menu > li > a {
    font-size: 13px !important; /* Уменьшили с дефолтных 16-14px */
    padding-left: 8px !important;  /* Уменьшили боковые отступы */
    padding-right: 8px !important;
    white-space: nowrap !important; /* Запрещаем перенос слова внутри одного пункта */
    letter-spacing: -0.3px; /* Слегка сужаем расстояние между буквами для экономии места */
    font-weight: 500 !important;
    display: block;
}
.main-menu > li.parent > a, 
.main-menu > li.deeper > a {
    display: flex !important;
    align-items: center;
}

.main-menu > li.parent > a::after,
.main-menu > li.deeper > a::after {
    content: "";
    display: inline-block;
    margin-left: 6px; /* Отступ стрелочки от текста */
    vertical-align: middle;
    /* Рисуем треугольник средствами CSS */
    border-top: 4px solid currentColor; 
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.3s ease; /* Анимация поворота */
}

/* Поворачиваем стрелочку при наведении на пункт меню */
.main-menu > li:hover > a::after {
    transform: rotate(-180deg);
}
/* 4. Особый случай: если экран чуть меньше стандартного (но еще не мобильный) */
@media (max-width: 1200px) {
    .main-menu > li > a {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* 2. Настраиваем пункты меню (li) */
.main-menu > li {
    flex: 0 1 auto; /* Позволяет пунктам сжиматься, если места мало */
    list-style: none !important;
}


/* Исправляем отступы для ссылок в выпадающем меню */
.main-menu li ul li a {
    white-space: normal !important;
    padding: 10px 15px !important;
    line-height: 1.2 !important;
}
/* Дополнительно: убедимся, что контейнер меню использует всё доступное пространство */
.main-menu {
    display: flex !important;
    flex-wrap: nowrap !important; /* Запрещаем перенос на новую строку */
    white-space: nowrap; /* Текст не будет переноситься внутри кнопки */
}
.main-menu a:hover {
  color: #fff;
}

.main-menu li ul {
  background-color: #000;
}

.main-menu li ul li ul {
  left: 100%;
  top: -10px;
}

.main-menu li ul a {
  color: var(--white);
}

.main-menu li ul a:hover {
  font-weight: 700;
}

.mine-menu-button:first-child:after {
  background: url(/templates/microton/img/trending_flat_24dp_FILL0_wght400_GRAD0_opsz24_white.svg);
  width: 27px;
}

.topMenuHeader.header__second.py-md-4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.main-menu li.item-322 > a {
    position: relative;
    padding-left: 20px !important; /* отступ под иконку */
}

.main-menu li.item-322 > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 20px;
    height: 17px;
    background-image: url('/templates/microton/img/icon-card.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* При наведении, если иконка должна менять цвет/стиль – можно заменить на другую картинку */
.main-menu li.item-322 > a:hover::before {
    background-image: url('/templates/microton/img/icon-card.png'); /* если есть */
    /* или оставить ту же, если не нужно менять */
}
.topMenuHeader .main-menu.flex-c-sb {
  align-items: center;
}
.header__second .btn:hover, 
.mine-menu-button:hover {
    border-color: #3c4650 !important;
    transform: scale(1.07); /* Увеличение на 7% */
    z-index: 10; /* Чтобы кнопка была поверх соседей при увеличении */
}
.main-menu li.active > a {
    color: #ffffff !important;
    font-weight: 700 !important;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 0px; /* отступ между текстом и линией */
}

/* Чтобы иконка-стрелочка при наведении тоже не меняла цвет на черный */
.mine-menu-button:first-child:hover:after {
  background: url(/templates/microton/img/trending_flat_24dp_FILL0_wght400_GRAD0_opsz24-black.svg);
}


@media screen and (max-width: 400px) {
  .catalog__card.catalog__card--main .tile-card__img {
      width: unset;
      height: 155px;
  }
}

.new-year-promo {
  padding: 150px 0 0 0;
  height: 350px;
}

.new-year-promo__header {
  text-align: center;
  font-size: 40px;
  color: #0b53b3;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.new-year-promo__text {
  text-align: center;
}

/* footer */

.header__wrapper .d-lg-none {
  display: none !important;
}

.footer__first ul {
  line-height: 15px;
}

.footer__first .main-menu-logo {
  border-radius: 12px;
}

.footer__first ul.nav .item-101 {
  display: unset;
}

.section-footer.container {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}

.section-footer.container .footer-section-social-icon {
  width: unset;
}

.footer-section-wrapper {
  padding-bottom: 7px;
}

/* Жестко скрываем второй (нижний) футер полностью вместе с его фоном */
.footer__second {
  display: none !important;
}
.ip-sys-section {
  text-align: center;
}

.ip-sys-section a {
  color: #fff;
}

.ip-sys-section a:hover {
  color: #fff;
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .section-footer.container {
    display: block;
    text-align: center;
  }

  .footer-contacts {
    display: none !important;
  }

  .main-menu-logo {
    margin-bottom: 10px;
  }
}

/* top-slider */ 

.top-slider_h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 26px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 4;
  background-color: var(--blue-8);
  padding: 10px 20px 10px 20px;
  border-radius: 25px;
}

.top-slider_h2-span-text {
  font-size: 18px;
}

.top-slider_h2-span-logo {
  font-size: 55px;
}

.mine-top-slider-wrapper {
  height: 750px;
}

/* .mine-top-slider-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 114%;
  left: 0;
  top: 182px;
  background: linear-gradient(0deg, #0f56a3 3%, #2d5e9500 55%, #2d5e9500 55%, #2d5e9500 55%, #0b53a5c2 100%);
  z-index: 3;
} 

.gradient {
  width: 100%;
  height: 114%;
  position: absolute;
  background: #001a3059;
  top: 182px;
  left: 0;
  z-index: 1;
} */

.bgvideo {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  z-index: 0;
}

@media screen and (max-width: 1300px) {
  .mine-top-slider-wrapper {
    height: 550px;
  }

  .top-slider_h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 990px) {
  .mine-top-slider-wrapper {
    height: 425px;
  }

  .top-slider_h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 625px) {
  .mine-top-slider-wrapper {
    height: 275px;
  }

  .top-slider_h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .mine-top-slider-wrapper {
    height: 200px;
  }
}

@media screen and (max-width: 350px) {
  .mine-top-slider-wrapper {
    height: 150px;
  }
}

@media screen and (max-width: 275px) {
  .mine-top-slider-wrapper {
    height: 125px;
  }
  
  .top-slider_h2 {
    top: 67%;
  }
}

/* category */ 

.category-card {
  min-width: 324px;
  height: 258px;
  background: linear-gradient(130deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
  padding-left: 18px;
  padding-top: 12px;
  display: block;
  margin-top: 30px;
  max-width: 100%;
  transition: box-shadow .3s;
  position: relative;
  border-radius: 25px;
}

.category-card:not(div):hover {
  box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, .4);
  background: linear-gradient(130deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
}

.category-card__text {
  color: var(--blue);
}

/* about-company */

.o-kompanii-gl {
  width: 100%;
  border-radius: 25px;
}

.about-section-inner .about-section-column-right-text {
  background-color: unset;
  color: #000000;
  padding: 10px 15px 10px 15px;
  border-radius: 25px;
}

.about-section-inner .about-section-company-text {
  font-size: 14px;
}

.about-section-company-text a {
  font-size: unset;
  text-decoration: underline;
}

@media screen and (max-width: 1250px) {
  .about-section-column-left {
    width: 50%;
  }

  .about-section-inner .about-section-column-right {
    width: 65%;
  }

  .about-section-column-left-2 {
    right: 5%;
    width: 48%;
  }

  .about-section-inner .about-section-column-right-2 {
    width: 59%;
    padding-top: 200px;
  }
}

@media screen and (max-width: 990px) {
  .about-section-column-left {
    width: 100%;
    position: relative;
  }

  .about-section-inner .about-section-column-right {
    position: relative;
    width: 100%;
    margin-left: unset;
    padding-top: 15px;
    padding-left: 0px;
  }

  .about-section-column-left-2 {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 0;
    padding-right: 0;
  }

  .about-section-inner .about-section-column-right-2 {
    margin-right: auto;
    margin-left: unset;
    width: 100%;
    padding-top: 15px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .row-category {
      width: auto;
  }
}

/* designing */

.designing-section {
  display: flex;
  flex-direction: row-reverse;
}

.swiper-designing-slider img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.js-swiper-designing-button-next.swiper-button-next {
  position: relative;
  top: -170px;
  margin-left: auto;
  margin-right: -50px;
}

.js-swiper-designing-button-prev.swiper-button-prev {
  position: relative;
  top: -191px;
  left: -40px;
}

.span-blue {
  color: var(--blue);
}

.designing-section h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.designing-section ul {
  list-style: inside;
}

.designing-section ul li {
  font: 14px var(--Verdana);
  text-align: justify;
}

.js-swiper-designing-pagination {
  position: relative;
}

.swiper-designing-slider .swiper-wrapper {
  align-items: center;
}

.designing-section img {
  margin-left: 10px;
  border-radius: 25px;
}

.designing-section-in-card .designing-img-div{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 15px;
}

.designing-section-in-card .designing-img-div div {
  text-align: center;
  min-height: 150px;
  border-radius: 5px;
}

.designing-section-in-card .designing-img-div div p {
  font-size: 18px;
  margin: 12px 5px 10px;
  border-radius: 10px;
}

.more-detailed {
  display: block;
  width: fit-content;
  margin-left: auto;
}

.more-detailed a {
  color: var(--blue);
}

/* advantages */

.advantages_section {
  margin-bottom: 25px;
}

.advantages-section-item-1-bg {
  background-image: none;
}

.advantages-section-item-2-bg {
  background-image: none;
}

.advantages-section-item-3-bg {
  background-image: none;
}

.advantages-section-item-4-bg {
  background-image: none;
}

.advantages-section-item-5-bg {
  background-image: none;
}

.advantages-section-item-6-bg {
  background-image: none;
}

.advantages-section-item-7-bg {
  background-image: none;
}

.advantages-section-item-8-bg {
  background-image: none;
}

.advantages-section-item-inner:hover {
  opacity: 1;
}

.advantages-section-item:hover .advantages-section-item-title {
  color: #000000;
  text-shadow: 0px 0px 14px #fff;
}

.advantages-section-item {
  box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.12);
}

.advantages-section-item-inner img {
  padding-top: 12%;
  max-width: 150px;
}

@media screen and (max-width: 990px) {
  .advantages .container .advantages-section-first-row .row .justify-content-center {
    width: 48%;
  }

  .row.advantages-section-item-inner {
    justify-content: center;
  }

  .advantages-section-item-title {
    margin-left: auto;
    margin-right: auto;
    top: 67%;
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .advantages .container .advantages-section-first-row .row .justify-content-center {
      width: 100%;
      margin: unset;
  }

  .advantages-section-item-title {
    margin-left: auto;
    margin-right: auto;
    top: 75%;
    left: 0;
  }
}

/* o-kompanii */

.o-kompanii {
  background: var(--main-color);
  background-size: 100%;
}

.o-kompanii h2 {
  color: #fff;
}

.o-kompanii .about-section-container {
  display: flex;
  align-items: center;
  gap: 35px;
}

.about-section-column-left {
  border-right: none;
  width: 100%;
  max-width: 35%;
  z-index: 0;
  padding-right: 0;
}

.about-section-column-left img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 25px;
}

.about-section-column-right {
  padding-left: 0px;
}

.about-section-column-right button {
  background: var(--gold-gradient);
  overflow: hidden;
  z-index: 1;
  border: 0;
}

.about-section-column-right button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-gradient-revers);
  opacity: 0;
  z-index: -1; 
  transition: opacity 0.4s ease-in-out;
  border-radius: 8px;
}

.about-section-column-right button:hover::before {
  opacity: 1;
}

.about-section-inner .about-section-column-right {
  color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 25px;
  max-width: 60%;
}

/* category */ 

.row-category {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  justify-content: center;
  gap: 0px 30px;
}

.row-category .category-card-wrap {
  margin-bottom: 0px;
}

.category-card-1, .category-card-1:hover {
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/001.jpg) no-repeat center !important;
  background-size: cover !important;
}

.category-card-2, .category-card-2:hover {
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/002.jpg) no-repeat center !important;
  background-size: cover !important;
}

.category-card-3, .category-card-3:hover {
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/003.webp) no-repeat center !important;
  background-size: cover !important;
}

.category-card__text {
  width: unset;
  color: var(--white);
  background: var(--gold-gradient);
  padding: 10px 10px 18px 10px;
  position: relative;
  top: -12px;
  left: -18px;
  border-radius: 25px 25px 25px 0px;
}

.com-content-article__body .category-card__text {
  line-height: 28px;
}

.category-card__text:before {
  background-color: var(--white);
  top: 73%;
}

.category-card:not(div):hover .category-card__text:before,
.category-card__after > * {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .row-category {
    width: calc(100% + 0px);
  }

  .category-card-wrap {
    width: unset;
  }

  .category-card {
    min-width: unset;
    height: 125px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block h2 {
    margin-bottom: -35px;
  }
}

/* partners */

.logo-container.swiper-mine-clients {
  max-height: unset;
}

/* about-us */

.flex-sb {
  display: flex;
  justify-content: space-between;
}

.about-us-img__cont-s {
  position: relative;
  background-size: contain;
  min-width: 250px;
}

.about-us-img-s {
  display: initial;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
}

.about-us-img-s:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #ffffff, #ffffff00);
  top: 0;
  left: 0;
}

.about-us-img {
  border-radius: 25px;
  display: initial;
  float: right;
  max-width: 350px;
  margin-left: 10px;
}

/* news-modul */

.news-section.container a {
  color: var(--white);
}

.news-button {
  height: 300px;
  width: 500px;
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/moto-snoubordy-motogusenitsy.jpg);
  background-size: cover;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 25px;
}

.news-button-text {
  font-size: 40px;
  padding-top: 30px;
}

.news-button-text span {
  background-color: var(--gold-gradient);
  padding: 5px 12px;
  border-radius: 25px 25px 25px 0px;
}

/* news */

.section-news a {
  color: #000000;
}

.news-item {
  margin-bottom: 50px;
}

.news-item img {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.news-text h2 {
  font-size: 35px;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 15px;
}

.news-text p {
  font-size: 21px;
  min-height: 168px;
}

/* card */ 

.table th, .table td {
  background: unset;
}

.inner-catalog-card-tabs a {
  color: #fff;
}

.card-wrapper .table th {
  text-align: center;
}

.details__cat .thumb {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

.thumb a img {
  height: 100%;
  width: 100%;
}

.details__cat img {
  margin-bottom: 15px;
}

/* designing-str */

.designing-img-div{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px;
}

.designing-img-div a {
  border-radius: 25px 25px 25px 25px;
  text-align: center;
  min-height: 250px;
}

.designing-img-1 {
  background: url(/images/proektirovanie/001.jpg) no-repeat;
  background-size: cover;
}

.designing-img-2 {
  background: url(/images/proektirovanie/002.jpg) no-repeat;
  background-size: cover;
}

.designing-img-3 {
  background: url(/images/proektirovanie/003.jpg) no-repeat;
  background-size: cover;
}

.designing-img-4 {
  background: url(/images/proektirovanie/004.jpg) no-repeat;
  background-size: cover;
}

.designing-img-div a p {
  text-align: left;
  padding: 5px 15px 10px 15px;
  font-size: 40px;
  margin: 0;
  background-color: var(--blue-8);
  color: var(--white);
  border-radius: 25px 25px 25px 0px;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .designing-img-div {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .designing-img-div a p {
    background-color: rgb(255, 219, 88, 0.7);
  }
}

/* o-proizvodstve */

.o-proizvodstve-text {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-section-column-left-2 {
  width: 40%;
}

.about-section-inner .about-section-column-right-2 {
  width: 58%;
}

/* progress */

.progress-img {
  text-align: center;
  margin: 30px 0px;
}

.progress-img img {
  max-width: 467px;
  max-height: 282px;
}

/* map */

.map-section-container {
  height: 500px;
}

.map-section-contacts-wrapper {
  background: var(--main-color);
}

.map-section-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* application */ 

.application-fon {
  background: url(/images/application-fon.jpg);
  background-size: 100%;
  padding-bottom: 10px;
}

.application-section h2 span {
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 2px 15px 4px 15px;
  margin-left: 0px;
}

.work {
  padding: 5px 5px 5px 10px;
  border-radius: 25px;
  display: flex;
  gap: 10px;
}

.work-img img {
  width: initial;
  border-radius: 20px;
  max-height: 230px;
}

.rest {
  padding: 5px 10px 5px 5px;
  border-radius: 25px;
  display: flex;
  gap: 10px;
}

.rest-img img {
  width: initial;
  border-radius: 20px;
  max-height: 230px;
}

/* work-str */

.work-str {
  float: right;
  margin-left: 10px;
  max-width: 500px;
}

/* contacts */

.contacts-section-inner {
  padding: 1px 0;
  margin: 0px 0;
}

.contacts-section-form-button {
  background: linear-gradient(45deg, #FFD700 10%, #FFAA00 60%);
  overflow: hidden;
  z-index: 1;
  border: 0;
}

.contacts-section-form-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #FFAA00 60%, #FFD700 90%);
  opacity: 0;
  z-index: -1; 
  transition: opacity 0.4s ease-in-out;
  border-radius: 8px;
}

.contacts-section-form-button:hover::before {
  opacity: 1;
}

/* tovar */

#mxcpr, .jshop_code_prod {
  display: none;
}

.productfull .image_middle {
  width: auto;
}

.review_text_not_login {
  margin-bottom: 10px;
}

/* mineModal */

.modal-footer .btn__accent {
  background: #b81a1a;
}

.modal-footer .btn__accent:hover {
  background: #b81a1a;
}

/* product */

.product-gallery-slider {
    position: relative;
    margin-bottom: 15px;
}

.product-gallery-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-gallery-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-gallery-slider .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
}

.product-gallery-slider .text_zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-gallery-slider .text_zoom img {
    width: 16px;
    height: 16px;
    filter: invert(1);
}

.product-thumbs-slider {
    margin-top: 15px;
}

.product-thumbs-slider .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.product-thumbs-slider .swiper-slide:hover,
.product-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumbs-slider .jshop_img_thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
}

.product-thumbs-slider .swiper-slide.swiper-slide-thumb-active .jshop_img_thumb {
    border-color: #007bff;
}

.video-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.video-thumb {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}

.video-thumb .jshop_video_thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-icon:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}

.product-gallery-slider .swiper-button-next,
.product-gallery-slider .swiper-button-prev {
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
}

.product-gallery-slider .swiper-button-next:after,
.product-gallery-slider .swiper-button-prev:after {
    font-size: 20px;
}

.product-gallery-slider .swiper-button-next:hover,
.product-gallery-slider .swiper-button-prev:hover {
    background: rgba(0,0,0,0.8);
}

/* hikashop-catalog */

.hikashop_products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.hk-row-fluid {
  gap: 20px;
}

.hikashop_product {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hikashop_container {
    margin: 0 !important;
    padding: 0 !important;
}

.hikashop_subcontainer {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.hikashop_subcontainer:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #d0d0d0;
}

.hikashop_listing_img_title {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hikashop_product_image {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
}

.hikashop_product_image a {
    display: block;
    height: 100%;
}

.hikashop_product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hikashop_subcontainer:hover .hikashop_product_image img {
    transform: scale(1.05);
}

.hikashop_product_price_full {
    display: inline-block;
    background: var(--main-color, #de2a1c);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 9px;
    margin: 7px auto 5px;
    border-radius: 4px;
    align-self: flex-start;
}

.hikashop_product_name {
    padding: 0 15px 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.hikashop_product_name a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hikashop_product_name a:hover {
    color: var(--main-color, #de2a1c);
}

.hikashop_product_code_list {
    padding: 0 15px 10px;
    font-size: 13px;
    color: #999;
}

.hikashop_product_stock {
    padding: 0 15px 15px;
    margin-top: auto;
}

.hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title > br {
    display: none;
}

.hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title > div:not(.hikashop_product_image):not(.hikashop_product_price_full):not(.hikashop_product_name):not(.hikashop_product_code_list):not(.hikashop_product_stock) {
    display: none;
}

@media (max-width: 768px) {
    .hikashop_products {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 15px;
    }
    
    .hikashop_product_image {
        height: 160px !important;
    }
    
    .hikashop_product_name {
        font-size: 16px;
        padding: 0 12px 12px;
    }
    
    .hikashop_product_price_full {
        font-size: 16px;
        padding: 6px 12px;
        margin: 12px 12px 8px;
    }
}

.hikashop_product_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.hikashop_subcontainer:hover .hikashop_product_image::after {
    background: rgba(0,0,0,0.1);
}

/* all-catigories-hikashop */

#hikashop_category_information_menu_325 .hikashop_category_image {
    height: 200px !important;
    text-align: center;
    clear: both;
}

.hikashop_subcategories_listing {
    margin-bottom: 30px;
}

/* product */

.hikashop_product_page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.hikashop_product_top_part h1 {
    font-size: 32px;
    font-weight: 600;
    color: var(--main-color-2, #333);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.hikashop_product_top_part h1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--main-color, #de2a1c);
}

.hikashop_product_left_part {
    padding-right: 30px;
}
/* 
.hikashop_main_image_div {
    background: #f8f9fa;
    border-radius: 12px;
    position: relative;
} */
/* 
.hikashop_product_main_image_thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px !important;
} */

.hikashop_product_main_image {
    width: 100%;
    text-align: center;
}

.hikashop_product_main_image img {
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.hikashop_product_main_image img:hover {
    transform: scale(1.02);
}

.hikashop_small_image_div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.hikashop_small_image_div a {
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.hikashop_small_image_div a:hover {
    opacity: 1;
    border-color: var(--main-color-3, #a1772d);
}

.hikashop_small_image_div a.hikashop_active_thumbnail {
    border-color: var(--main-color, #de2a1c);
    opacity: 1;
    box-shadow: 0 5px 15px rgba(222,42,28,0.2);
}

.hikashop_small_image_div img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.hikashop_product_right_part {
    padding-left: 30px;
}

.hikashop_product_price_main {
    display: inline-block;
    margin-bottom: 20px;
}

.hikashop_product_price_full {
    display: inline-block !important;
}

.hikashop_product_price {
    font-weight: 700;
    line-height: 1.2;
}

.hikashop_product_price_per_unit {
    font-size: 16px;
    font-weight: normal;
}

.hikashop_product_characteristics {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.hikashop_product_characteristics_table {
    width: 100%;
    border-collapse: collapse;
}

.hikashop_product_characteristics_table td {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
}

.hikashop_product_characteristics_table tr:last-child td {
    border-bottom: none;
}

.hikashop_product_characteristics_table td:first-child {
    font-weight: 600;
    color: var(--main-color-2, #555);
    width: 120px;
}

.hikashop_product_characteristics_table select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hikashop_product_characteristics_table select:hover {
    border-color: var(--main-color-3, #a1772d);
}

.hikashop_product_characteristics_table select:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222,42,28,0.1);
}

.hikashop_product_quantity_main {
    margin: 25px 0;
}

.hikashop_quantity_form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hikashop_product_quantity_div {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.hikashop_product_quantity_field_change {
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: var(--main-color-2, #666);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.hikashop_product_quantity_field_change:hover {
    background: var(--main-color, #de2a1c);
    color: #fff;
    text-decoration: none;
}

.hikashop_product_quantity_field {
    width: 80px;
    height: 45px;
    text-align: center;
    border: none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.hikashop_product_quantity_field:focus {
    outline: none;
}

.hikacart {
    background: var(--main-color, #de2a1c) !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(222,42,28,0.3);
}

.hikacart:hover {
    background: #c41e12 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(222,42,28,0.4);
}

.hikacart:active {
    transform: translateY(0);
}

.hikashop_product_quantity_main_alt {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    margin: 15px 0;
}

.hikashop_product_files_fieldset {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

.hikashop_product_files_fieldset legend {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color-2, #555);
    padding: 0 10px;
    width: auto;
    border: none;
}

.hikashop_product_file_link {
    display: inline-block;
    padding: 8px 15px;
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: var(--main-color-2, #666);
    text-decoration: none;
    transition: all 0.3s ease;
}

.hikashop_product_file_link:hover {
    background: var(--main-color, #de2a1c);
    color: #fff;
    border-color: var(--main-color, #de2a1c);
}

.hikashop_product_description_main_mini {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.hiakshop_product_tabular_mini_description_read_more {
    color: var(--main-color, #de2a1c);
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
}

.hiakshop_product_tabular_mini_description_read_more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hk-row-fluid {
        flex-direction: column;
    }
    
    .hikashop_product_left_part,
    .hikashop_product_right_part {
        padding: 0 !important;
    }
    
    .hikashop_product_top_part h1 {
        font-size: 24px;
    }
    
    .hikashop_product_price {
        font-size: 28px;
    }
    
    .hikashop_product_characteristics_table td {
        display: block;
        width: 100% !important;
        padding: 8px 0;
    }
    
    .hikashop_quantity_form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hikacart {
        width: 100%;
    }
}

.hikashop_product_bottom_part {
    margin-top: 40px;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid #eaeaea;
}

#hikashop_tabs_div {
    width: 100%;
}

.hikashop_tabs_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #f0f0f0;
    gap: 5px;
}

.hikashop_tabs_li {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color-2, #666);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
    border: none;
}

.hikashop_tabs_li:hover:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color-3, #a1772d);
    border-radius: 2px 2px 0 0;
}

.hikashop_tabs_li.hikashop_tabs_li_selected {
    color: var(--main-color-2, #666); 
}

.hikashop_tabs_li.hikashop_tabs_li_selected:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color, #de2a1c);
    border-radius: 2px 2px 0 0;
}

.hikashop_tabs_content {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 20px;
    line-height: 1.8;
    color: #555;
    border: 1px solid #eaeaea;
}

.hikashop_product_description_main {
    font-size: 15px;
}

.hikashop_product_description_main p {
    margin-bottom: 15px;
}

.hikashop_product_description_main p:last-child {
    margin-bottom: 0;
}

#hikashop_show_tabular_specification {
    font-size: 15px;
}

#hikashop_show_tabular_specification span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 15px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    color: #555;
    width: 100%;
    box-sizing: border-box;
}

#hikashop_show_tabular_specification span:last-child {
    margin-bottom: 0;
}

.hikashop_product_weight_main,
.hikashop_product_width_main,
.hikashop_product_length_main,
.hikashop_product_height_main {
    font-weight: 500;
}

@media (max-width: 768px) {
    .hikashop_tabs_ul {
        flex-direction: column;
        gap: 5px;
        border-bottom: none;
    }
    
    .hikashop_tabs_li {
        border-radius: 8px;
        text-align: center;
        border: 1px solid #eaeaea;
        padding: 10px;
    }
    
    .hikashop_tabs_li:hover:after,
    .hikashop_tabs_li.hikashop_tabs_li_selected:after {
        display: none;
    }
    
    .hikashop_tabs_li.hikashop_tabs_li_selected {
        border-color: var(--main-color, #de2a1c);
    }
    
    .hikashop_tabs_content {
        padding: 15px;
    }
}


.hikashop_slide_prev,
.hikashop_slide_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color-2, #666);
}

.hikashop_slide_prev {
    left: 10px;
}

.hikashop_slide_next {
    right: 10px;
}

.hikashop_slide_prev i,
.hikashop_slide_next i,
.hikashop_slide_prev .fas,
.hikashop_slide_next .fas,
.hikashop_slide_prev .fa-chevron-left,
.hikashop_slide_next .fa-chevron-right {
    display: none !important;
}

.hikashop_slide_prev:after {
    content: '‹';
    display: block;
    line-height: 1;
}

.hikashop_slide_next:after {
    content: '›';
    display: block;
    line-height: 1;
}

.hikashop_slide_prev:hover,
.hikashop_slide_next:hover {
    background: var(--main-color, #de2a1c);
    border-color: var(--main-color, #de2a1c);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(222,42,28,0.3);
}

@media (max-width: 768px) {
    .hikashop_slide_prev,
    .hikashop_slide_next {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/* main-banner */

.swiper-top-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-top-slider .swiper-slide {
    filter: none !important;
      width: 100% !important;
    background-blend-mode: normal !important;
     margin-right: 0 !important;
}

.mine-top-slider-slide_1 {
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%), 
                url('/templates/microton/img/form/krovlya.png') center/cover no-repeat;
}

.mine-top-slider-slide_2 {
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%), 
                url('/templates/microton/img/form/fundament.png') center/cover no-repeat;
}

.mine-top-slider-slide_3 {
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%), 
                url('/templates/microton/img/form/uteplitel.png') center/cover no-repeat;
}

.mine-top-slider-slide_4 {
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%), 
                url('/templates/microton/img/form/shumoisolyatsiya.png') center/cover no-repeat;
}

.mine-top-slider-slide_5 {
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%), 
                url('/templates/microton/img/form/remont_reservuar.jpeg') center/cover no-repeat;
}

.mine-top-slider-slide_content {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0px;
    max-width: 600px;

    height: 70%;
    color: white;
    background: transparent !important;
}

.mine-top-slider-slide_title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    /* text-transform: uppercase; */
    color: #fff;
}

.mine-top-slider-slide_subtitle {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--main-color, #e51e1e);
    font-weight: 600;
}

.mine-top-slider-slide_description {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #f0f0f0;
}

.mine-top-slider-slide_content_subtitle {
    background: transparent !important;
}

.mine-top-slider-slide-button {
    position: relative;
    height: 65px;
    width: 100%;
    max-width: 280px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    background: linear-gradient(90deg, var(--main-color, #e51e1e) 0%, #ff4d4d 50%, var(--main-color, #e51e1e) 100%);
    color: var(--main-color-2, #191919) !important;
    border: 2px solid var(--main-color, #e51e1e) !important;
    border-bottom: 4px solid #b30000 !important;
    box-shadow: 0 4px 0 0 #b30000, 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease, background 0.3s ease;
    border-radius: 50px;
}

.mine-top-slider-slide-button:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="27" width="27" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z" fill="%23191919"/></svg>') center/contain no-repeat;
    transition: transform 0.3s ease;
}

.mine-top-slider-slide-button:hover {
    background: linear-gradient(90deg, #b30000 0%, #ff4d4d 40%, var(--main-color, #e51e1e) 100%);
    border: 2px solid var(--main-color, #e51e1e);
    border-bottom: 2px solid #b30000;
    transform: translateY(2px);
    box-shadow: 0 2px 0 0 #b30000, 0 4px 8px rgba(0, 0, 0, 0.3);
    color: var(--main-color-2, #191919) !important;
    text-decoration: none;
}

.mine-top-slider-slide-button:hover:after {
    transform: translateX(5px);
}

.mine-top-slider-slide-button:active {
    background: linear-gradient(90deg, #b30000 0%, #ff4d4d 40%, var(--main-color, #e51e1e) 100%);
    transform: translateY(4px);
    border: 2px solid var(--main-color, #e51e1e);
    border-bottom: 2px solid #b30000;
    box-shadow: 0 0 0 0 #b30000, 0 2px 4px rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--main-color-3, #e3e3e3);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--main-color, #e51e1e);
    opacity: 1;
    transform: scale(1.2);
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--main-color, #e51e1e);
    background: rgba(25, 25, 25, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(229, 30, 30, 0.8);
    color: var(--main-color-2, #191919);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px;
}

@media (max-width: 768px) {
    .mine-top-slider-slide_content {
        min-height: 400px;
        padding: 40px 15px;
        text-align: center;
        align-items: center;
    }
    
    .mine-top-slider-slide_title {
        font-size: 32px;
    }
    
    .mine-top-slider-slide_subtitle {
        font-size: 20px;
    }
    
    .mine-top-slider-slide_description {
        font-size: 16px;
    }
    
    .mine-top-slider-slide-button {
        height: 55px;
        max-width: 240px;
        font-size: 16px;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

@media (max-width: 480px) {
    .mine-top-slider-slide_content {
        min-height: 350px;
        padding: 30px 15px;
    }
    
    .mine-top-slider-slide_title {
        font-size: 24px;
    }
    
    .mine-top-slider-slide_subtitle {
        font-size: 18px;
    }
}




.custom-gallery-slider-multiple .swiper-slide {
    max-width: 200px;      /* ограничиваем максимум */
}

/* advantages */
.advantages-ico-wrap {
    background: #3c4650;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    padding: 25px 15px 45px;
    margin-top: 0;
    width: 100%;
    position: static;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.advantages-ico-head {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0 auto 20px;
    text-align: left;
}

.advantages-ico-head span {
    border-bottom: 5px solid var(--main-color, #e51e1e);
    padding-bottom: 10px;
}

.advantages-ico-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 20px;
    margin: 0 auto;
}

.advantages-ico-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 230px;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
.advantages-ico-image-wrapper {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    line-height: 0;
    width: 85px;          /* Желаемая ширина иконки (можно настроить от 70px до 100px) */
    height: 85px;         /* Желаемая высота иконки */
    margin-bottom: 20px;  /* Отступ снизу от иконки до красной линии */
}

.advantages-ico-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;  /* Картинка аккуратно впишется и отцентрируется в пределах 85x85px */
    transition: transform 0.3s ease;
    border: none;
}
.advantages-ico-item:active .advantages-ico-image-wrapper img {
    transform: scale(1.2);
}

.advantages-ico-item:hover .advantages-ico-image-wrapper img {
    transform: scale(1.1);
}

.advantages-ico-title {
    font-size: 15px;
    font-weight: bold;
    min-height: 73px;
    padding: 10px 0;
    margin: 0;
    display: flex;
    text-align: left;
    /* align-items: center; */
    width: 100%;
    border-top: 5px solid var(--main-color, #e51e1e);
}

.advantages-ico-description {
    margin: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .advantages-ico-head {
        font-size: 28px;
        text-align: center;
    }
    
    .advantages-ico-item {
        width: 100%;
        max-width: 280px;
    }
    
    .advantages-ico-title {
        min-height: auto;
    }
}


/* Payments main */


/* Общий контейнер секции */
.pay-section-dark {
    background-color: #3c4249; /* Темно-серый фон как на фото */
    padding: 60px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

/* Сетка (Flexbox) */
.pay-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

/* Колонки */
.pay-col {
    flex: 1;
}

.pay-col-center {
    flex: 0 0 auto;
    text-align: center;
}

.pay-col-third {
    flex: 1;
}

/* Иконка по центру */
.pay-main-icon {
    max-width: 220px;
    height: auto;
}

/* Заголовки с оранжевой полоской */
.pay-header {
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    width: auto;
}

.pay-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 3px;
    background-color: #e31e24;
}

/* Текст параграфов */
.pay-section-dark p {
    max-height: 70px;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: thin;
}
.pay-header-wrapper {
    text-align: center;
}
/* Стили кнопки расчета */
.pay-calc-wrapper {
    margin: 40px 0;
    text-align: center;
}
/* Для WebKit (Chrome, Safari) – можно стилизовать */
.pay-section-dark p::-webkit-scrollbar {
    width: 6px;
}
.pay-section-dark p::-webkit-scrollbar-track {
    background: #2c3138;
    border-radius: 3px;
}
.pay-section-dark p::-webkit-scrollbar-thumb {
    background: #e31e24;
    border-radius: 3px;
}
.pay-calc-btn {
    display: inline-block;
    background-color: #e51e1e;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0; /* Кнопка прямоугольная */
    transition: background 0.3s;
    width: 100%;
    max-width: 500px;
}

.pay-calc-btn:hover {
    background-color: #e51e1eb2;
}

/* Адаптивность для мобильных */
@media (max-width: 992px) {
    .pay-row {
        flex-direction: column;
        align-items: center;
    }
    .pay-col, .pay-col-third {
        width: 100%;
        margin-bottom: 30px;
    }
    .pay-col-center {
        order: -1; /* Иконка сверху на мобильных */
        margin-bottom: 20px;
    }
}



/* Form feedback */
/* Общий контейнер на всю ширину */
.full-width-feedback {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Эффект параллакса */
    display: flex;
    align-items: center;
    padding: 60px 0;
    margin: 40px 0;
}

/* Затемнение фона для читаемости */
.form-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.container-form {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.feedback-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* Текст слева */
.feedback-text {
    flex: 1;
    color: #fff;
}

.feedback-text h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.feedback-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Белая карточка с формой */
.feedback-card {
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 550px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Поля ввода (стиль "линия снизу") */
.input-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-group label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.input-group input, .input-group textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    outline: none;
    font-size: 16px;
    transition: border-color 0.3s;
}

.input-group input:focus, .input-group textarea:focus {
    border-color: #e85d2d;
}

.full-width {
    margin-bottom: 20px;
}

/* Чекбокс */
.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 13px;
    color: #666;
}

.checkbox-row a { color: #e51e1e; text-decoration: none; }

/* Кнопка */
.form-submit-btn {
    width: 100%;
    background: #e51e1e;
    color: #fff;
    border: none;
    padding: 18px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.form-submit-btn:hover {
    background: #e51e1e;
}

.arrow { font-size: 20px; }

/* Адаптивность */
@media (max-width: 992px) {
    .feedback-flex {
        flex-direction: column;
        text-align: center;
    }
    .input-row {
        flex-direction: column;
    }
    .feedback-card {
        max-width: 100%;
    }
}

/*  */

.payments-red-bg,
.advantages-red-bg {
    background: var(--main-color, #e51e1e);
    width: 100%;
}

.ico-wrap2 {
    text-align: center;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    padding: 30px 0 10px;
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.ico-wrap2 .ico2 {
    flex: 1;
    min-width: 280px;
    max-width: 33.333%;
    text-align: left;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ico-wrap2 .ico2:hover {
    transform: translateY(-5px);
}

.ico-wrap2 .ico-h {
    border-bottom: 3px solid var(--main-color-3, #e3e3e3);
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    display: inline-block;
}

.ico-wrap2 p {
    text-align: justify;
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: #000;
    font-size: 14px;
    flex: 1;
}

.ico-wrap2 .ico2 img:first-child {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.ico-wrap2 .ico2 img:first-child:hover {
    transform: scale(1.05);
}

.zakaz-wrapper {
    text-align: center;
    margin-top: auto;
}

.zakaz-icon {
    max-width: 45px;
    height: auto;
    display: inline-block;
    margin-bottom: 12px;
}

.ico-wrap2 .zakaz-custom {
    background: var(--main-color-2, #191919) !important;
    border: none !important;
    padding: 12px 25px !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    width: auto !important;
    min-width: 200px !important;
    color: #ffffff !important;
}

.ico-wrap2 .zakaz-custom:hover {
    background: var(--main-color) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25) !important;
    color: #fff !important;
}

.ico-wrap2 .zakaz-custom:active {
    transform: translateY(0) !important;
}

.ico-wrap3 {
    text-align: center;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0 25px;
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.ico-wrap3 .ico {
    flex: 1;
    min-width: 280px;
    max-width: 33.333%;
    text-align: left;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ico-wrap3 .ico:hover {
    transform: translateY(-5px);
}

.ico-wrap3 .ico-h {
    border-bottom: 3px solid var(--main-color-3, #e3e3e3);
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    display: inline-block;
}

.ico-wrap3 p {
    text-align: justify;
    margin: 0;
    line-height: 1.6;
    color: #000;
    font-size: 14px;
    flex: 1;
}

@media (max-width: 1024px) {
    .ico-wrap2 .ico2,
    .ico-wrap3 .ico {
        min-width: 300px;
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .payments-red-bg,
    .advantages-red-bg {
        padding: 0 15px;
    }
    
    .ico-wrap2,
    .ico-wrap3 {
        padding: 30px 0;
        gap: 20px;
    }
    
    .ico-wrap2 .ico2,
    .ico-wrap3 .ico {
        min-width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    
    .ico-wrap2 .ico-h,
    .ico-wrap3 .ico-h {
        font-size: 18px;
        display: block;
        text-align: center;
    }
    
    .ico-wrap2 p,
    .ico-wrap3 p {
        text-align: center;
        font-size: 13px;
    }
    
    .ico-wrap2 .zakaz-custom {
        font-size: 14px !important;
        padding: 10px 20px !important;
        min-width: 180px !important;
    }
    
    .zakaz-icon {
        max-width: 40px;
    }
}

/* dealers */

.dealers-block {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0 40px;
    font-family: 'Arial', sans-serif;
}

.dealers-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.dealers-title {
    text-align: center;
    margin-bottom: 30px;
}

.dealers-title h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.dealers-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e31e24;
}

.dealers-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

.dealer-unit {
    background: transparent;
}

.unit-2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

.unit-2x1 {
    grid-column: span 2;
    grid-row: span 1;
}

.unit-1x1 {
    grid-column: span 1;
    grid-row: span 1;
}

.empty {
    opacity: 0;
    pointer-events: none;
}

.dealer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 100%;
    transition: all 0.3s ease;
}

.dealer-wrapper:hover {
    transform: translateY(-5px);
}

.dealer-logo-box,
.dealer-products-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.dealer-wrapper:not(.reverse) > :first-child {
    border-radius: 8px 0 0 8px;
}

.dealer-wrapper:not(.reverse) > :last-child {
    border-radius: 0 8px 8px 0;
}

.dealer-wrapper.reverse > :first-child {
    border-radius: 8px 0 0 8px;
}

.dealer-wrapper.reverse > :last-child {
    border-radius: 0 8px 8px 0;
}

.dealer-wrapper > :first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.dealer-wrapper > :last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.dealer-logo-box {
    background: #4a4a4a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    transition: all 0.3s ease;
}

.dealer-logo-box img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.logo-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 5px;
}

.logo-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.dealer-products-box {
    background: #fff;
    position: relative;
}

.dealer-products-box .products-content {
    padding: 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dealer-products-box .products-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e31e24;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.dealer-products-box .products-short {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 12px;
}

.dealer-products-box .products-full {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.dealer-products-box:hover {
    transform: none;
}

.hover-overlay {
    position: relative;
    cursor: pointer;
}

.hover-overlay .dealer-logo-box {
    height: 100%;
    min-height: 180px;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hover-overlay .dealer-logo-box img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.hover-overlay .hover-products-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.hover-overlay .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hover-overlay .slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.hover-overlay:hover .hover-products-slide {
    opacity: 1;
    visibility: visible;
}

.hover-overlay .slide-content .products-label {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.hover-overlay .slide-content .products-short {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hover-overlay .slide-content .products-full {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.95);
}

.dealers-more {
    text-align: center;
    margin-top: 20px;
}

.more-link {
    display: inline-block;
    padding: 12px 35px;
    background: transparent;
    color: #e31e24;
    border: 2px solid #e31e24;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.more-link:hover {
    background: #e31e24;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
}

@media (max-width: 992px) {
    .dealers-masonry {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .unit-2x2,
    .unit-2x1,
    .unit-1x1 {
        grid-column: span 2;
    }
    
    .empty {
        display: none;
    }
}

@media (max-width: 768px) {
    .dealers-block {
        padding: 40px 0;
    }
    
    .dealers-title h3 {
        font-size: 22px;
    }
    
    .dealers-masonry {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dealer-wrapper,
    .dealer-wrapper.reverse {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .dealer-logo-box,
    .dealer-products-box {
        min-height: 160px;
    }
    
    .dealer-logo-box img {
        max-width: 60px;
        max-height: 60px;
    }
    
    .logo-title {
        font-size: 16px;
    }
    
    .dealer-products-box .products-short {
        font-size: 14px;
    }
    
    .dealer-products-box .products-full {
        font-size: 12px;
    }
    
    .dealer-wrapper > :first-child {
        border-radius: 8px 8px 0 0 !important;
    }
    
    .dealer-wrapper > :last-child {
        border-radius: 0 0 8px 8px !important;
    }
    
    .dealer-wrapper > :first-child {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .dealer-wrapper > :last-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    
    .hover-overlay .slide-content .products-short {
        font-size: 12px;
    }
    
    .hover-overlay .slide-content .products-full {
        font-size: 11px;
    }
}

/* slider-produktsiya */

.custom-gallery-slider-multiple {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa;
    padding: 15px 0;
}

.custom-gallery-slider-multiple .galleryMultipleSwiper {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.custom-gallery-slider-multiple .swiper-slide {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.custom-gallery-slider-multiple .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.custom-gallery-slider-multiple .swiper-slide a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.custom-gallery-slider-multiple .swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.custom-gallery-slider-multiple .swiper-slide:hover img {
    transform: scale(1.05);
}

.custom-gallery-slider-multiple .swiper-button-next,
.custom-gallery-slider-multiple .swiper-button-prev {
    color: var(--main-color, #e51e1e);
    background: rgba(0,0,0,0.5);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-gallery-slider-multiple .swiper-button-next:hover,
.custom-gallery-slider-multiple .swiper-button-prev:hover {
    background: var(--main-color, #e51e1e);
    color: #fff;
}

.custom-gallery-slider-multiple .swiper-button-next:after,
.custom-gallery-slider-multiple .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .custom-gallery-slider-multiple .swiper-slide img {
        height: 180px;
    }
}

@media (max-width: 992px) {
    .custom-gallery-slider-multiple .swiper-slide img {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .custom-gallery-slider-multiple .swiper-button-next,
    .custom-gallery-slider-multiple .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .custom-gallery-slider-multiple .swiper-button-next:after,
    .custom-gallery-slider-multiple .swiper-button-prev:after {
        font-size: 16px;
    }
    
    .custom-gallery-slider-multiple .swiper-slide img {
        height: 140px;
    }
}

@media (max-width: 576px) {
    .custom-gallery-slider-multiple .swiper-slide img {
        height: 120px;
    }
}

/* objects-section */

.completed-objects-section {
    padding: 60px 0;
}

.completed-objects-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--main-color-2, #191919);
    position: relative;
    padding-bottom: 15px;
}

.completed-objects-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--main-color, #e51e1e);
}

.completed-objects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.object-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.object-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.object-title {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 20px 15px;
    margin: 0;
    text-align: center;
    color: var(--main-color-2, #191919);
    border-bottom: 1px solid #eaeaea;
    line-height: 1.4;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.object-before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 20px;
}

.before-slider,
.after-slider {
    position: relative;
    padding: 10px;
}

.slider-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: var(--main-color, #e51e1e);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.before-slider .swiper,
.after-slider .swiper {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

.before-slider .swiper-slide,
.after-slider .swiper-slide {
    text-align: center;
    background: #f0f0f0;
}

.before-slider .swiper-slide a,
.after-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.before-slider .swiper-slide img,
.after-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.before-slider .swiper-slide:hover img,
.after-slider .swiper-slide:hover img {
    transform: scale(1.05);
}

.before-slider .swiper-pagination,
.after-slider .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
}

.before-slider .swiper-pagination-bullet,
.after-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.8);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.before-slider .swiper-pagination-bullet-active,
.after-slider .swiper-pagination-bullet-active {
    background: var(--main-color, #e51e1e);
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 1024px) {
    .completed-objects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .object-title {
        font-size: 16px;
        min-height: 70px;
    }
}

@media (max-width: 768px) {
    .completed-objects-section {
        padding: 40px 0;
    }
    
    .completed-objects-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .object-before-after {
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .before-slider .swiper,
    .after-slider .swiper {
        height: 220px;
    }
    
    .slider-label {
        top: 15px;
        left: 15px;
        font-size: 12px;
        padding: 4px 12px;
    }
}

@media (max-width: 576px) {
    .before-slider .swiper,
    .after-slider .swiper {
        height: 180px;
    }
    
    .object-title {
        font-size: 14px;
        padding: 15px;
    }
    
    .object-before-after {
        padding: 15px;
    }
}

/* manufacturers */

.manufacturers-page {
    padding: 40px 0 60px;
    background-color: #3c4650;
     /* background-image: url('/templates/microton/img/proizvoditeli.jpg'); */
        background-size: cover;                 /* картинка покроет всю ширину и высоту блока */
    background-position: center;            /* центрирование */
    background-repeat: no-repeat;           /* без повторения */
}

.manufacturers-page-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color:  #fff;
    position: relative;
    padding-bottom: 15px;
}

.manufacturers-page-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--main-color, #e51e1e);
}

.manufacturers-seo-text {
    margin: 0 auto 35px;
    text-align: center;
    color: var(--text-color, #333);
    line-height: 1.6;
    font-size: 16px;
}

.manufacturers-seo-text p {
    color: #fff;
}

.manufacturers-seo-text-bottom {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

.manufacturers-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.manufacturer-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: #fff;
    /* border-radius: 12px; */
    padding: 25px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.manufacturer-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: transparent;
}

.manufacturer-logo {
    flex-shrink: 0;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.manufacturer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

.manufacturer-card:hover .manufacturer-logo img {
    filter: grayscale(0%);
}

.manufacturer-description {
    flex: 1;
}

.manufacturer-description h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: var(--main-color-2, #191919);
    position: relative;
    display: inline-block;
}

.manufacturer-description p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color, #555);
    margin: 0;
    text-align: justify;
}

.manufacturer-description strong {
    color: var(--main-color, #e51e1e);
}

@media (max-width: 992px) {
    .manufacturer-card {
        gap: 25px;
        padding: 20px;
    }
    
    .manufacturer-logo {
        width: 150px;
        height: 150px;
    }
    
    .manufacturer-description h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .manufacturers-page {
        padding: 30px 0 40px;
    }
    
    .manufacturers-page-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .manufacturer-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 25px 20px;
    }
    
    .manufacturer-logo {
        width: 140px;
        height: 140px;
    }
    
    .manufacturer-description h3 {
        font-size: 20px;
    }
    
    .manufacturer-description p {
        text-align: center;
        font-size: 14px;
    }
    
    .manufacturers-seo-text {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .manufacturer-logo {
        width: 120px;
        height: 120px;
    }
    
    .manufacturer-description h3 {
        font-size: 18px;
    }
}

/* category */

.hikashop_subcategories_listing .hk-row-fluid {
    display: grid !important;
    gap: 25px !important;
    margin: 30px 0 !important;
}

/* Делаем карточку услуги позиционируемой относительно границ */
.hikashop_products .hikashop_listing_img_title {
    position: relative !important;
}
.hikashop_products .hikashop_product_price_field,
.hikashop_products .hikashop_listing_price {
    display: none !important;
}
.hikashop_products .hikashop_product_image_subdiv,
.hikashop_products .hikashop_product_image_subdiv a,
.hikashop_products .hikashop_product_image_subdiv .hika_hover_x_img {
    height: 100% !important;
    width: 100% !important;
}

/* Для сохранения правильной работы эффекта смены картинок при наведении (hover-x) */
.hikashop_products .hikashop_product_image_subdiv .hika_hover_x_img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* 3. Заставляем саму картинку заполнять контейнер без деформации */
.hikashop_products .hikashop_product_listing_image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Картинка заполнит блок, сохраняя пропорции (лишнее обрежется) */
    object-position: center !important; /* Картинка будет центрироваться внутри рамки */
}
/* Накладываем название на картинку сверху */
.hikashop_products .hikashop_product_name {
    position: absolute !important;
    top: 15px; /* Отступ плашки сверху */
    right: 15px; /* Если нужно, чтобы плашка не шла во всю ширину, можно уменьшить или убрать right */
    background: rgba(44, 62, 80, 0.9) !important; /* Темно-серый полупрозрачный фон */
    padding: 8px 12px !important;
    text-align: left !important;
    z-index: 10 !important;
}
.hikashop_products .hikashop_product_image {
    height: 220px !important; /* Вы можете изменить это значение (например, на 200px или 250px) */
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}
/* Оформление текста названия */
.hikashop_products .hikashop_product_name a {
    color: #ffffff !important; /* Белый цвет текста */
    font-size: 13px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.hikashop_subcategories_listing .hkc-md-3,
.hikashop_products .hkc-md-3 {
    width: calc(25% - 23px) !important;
    min-width: 270px !important;
    max-width: 310px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
/* Скрываем красный бейдж цены, если в нем нет текста */
.hikashop_product_price_full:empty,
.hikashop_product_price:empty,
.hikashop_product_price_full:blank {
    display: none !important;
}
.hikashop_subcategories_listing .hikashop_container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

.hikashop_subcategories_listing .hikashop_subcontainer {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-5px) !important;
    border-color: #d0d0d0 !important;
}

.hikashop_subcategories_listing .hikashop_category_image {
    width: 100% !important;
    height: 250px !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    position: relative;
}

.hikashop_subcategories_listing .hikashop_category_image a {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

.hikashop_subcategories_listing .hikashop_category_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_category_image img {
    transform: scale(1.05) !important;
}

.hikashop_subcategories_listing .hikashop_category_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_category_image::after {
    background: rgba(0, 0, 0, 0.1);
}

.hikashop_subcategories_listing .hikashop_category_name {
    display: block !important;
    padding: 15px 15px 20px !important;
    text-align: left !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.hikashop_subcategories_listing .hikashop_category_name a {
    color: #333 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: block !important;
}

.hikashop_subcategories_listing .hikashop_category_name a:hover {
    color: var(--main-color, #de2a1c) !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer br {
    display: none !important;
}

.hikashop_subcategories_listing div[style*="clear:both"] {
    display: none !important;
}

@media (max-width: 992px) {
    .hikashop_subcategories_listing .hk-row-fluid {
        gap: 20px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_image {
        height: 200px !important;
    }
}

@media (max-width: 768px) {
    .hikashop_subcategories_listing .hk-row-fluid {
        gap: 15px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_image {
        height: 180px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_name {
        font-size: 16px !important;
        padding: 12px 12px 15px !important;
    }
}

@media (max-width: 576px) {
    .hikashop_subcategories_listing .hk-row-fluid {
        gap: 15px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_image {
        height: 200px !important;
    }
}

/* pagination-catalog */

.hikashop_products_pagination_bottom .limit,
.hikashop_products_pagination_bottom .hikashop_results_counter {
    display: none !important;
}

.hikashop_products_pagination_bottom .list-footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.hikashop_products_pagination_bottom .pagination-list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.hikashop_products_pagination_bottom .pagination-list li {
    margin: 0;
}

.hikashop_products_pagination_bottom .pagination-list li a,
.hikashop_products_pagination_bottom .pagination-list li span:not(.icon-first):not(.icon-previous):not(.icon-next):not(.icon-last) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color-2, #191919);
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hikashop_products_pagination_bottom .pagination-list li.active a,
.hikashop_products_pagination_bottom .pagination-list li.active span {
    background: var(--main-color, #e51e1e);
    border-color: var(--main-color, #e51e1e);
    color: #ffffff;
    cursor: default;
    box-shadow: 0 4px 10px rgba(229, 30, 30, 0.3);
}

.hikashop_products_pagination_bottom .pagination-list li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f0f0f0;
}

.hikashop_products_pagination_bottom .pagination-list li:not(.active):not(.disabled) a:hover {
    background: var(--main-color, #e51e1e);
    border-color: var(--main-color, #e51e1e);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 30, 30, 0.25);
}

.hikashop_products_pagination_bottom .pagination-list li .pagination-text {
    display: none;
}

.hikashop_products_pagination_bottom .pagination-list li .icon-first,
.hikashop_products_pagination_bottom .pagination-list li .icon-previous,
.hikashop_products_pagination_bottom .pagination-list li .icon-next,
.hikashop_products_pagination_bottom .pagination-list li .icon-last {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hikashop_products_pagination_bottom .pagination-list li .icon-first {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z'/%3E%3C/svg%3E");
}

.hikashop_products_pagination_bottom .pagination-list li .icon-previous {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}

.hikashop_products_pagination_bottom .pagination-list li .icon-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
}

.hikashop_products_pagination_bottom .pagination-list li .icon-last {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .hikashop_products_pagination_bottom .pagination-list li a,
    .hikashop_products_pagination_bottom .pagination-list li span:not(.icon-first):not(.icon-previous):not(.icon-next):not(.icon-last) {
        min-width: 36px;
        height: 36px;
        padding: 0 8px;
        font-size: 14px;
    }
    
    @media (max-width: 480px) {
        .hikashop_products_pagination_bottom .pagination-list li:not(.active):not(:first-child):not(:last-child):not(:nth-last-child(2)) {
            display: none;
        }
    }
}

/* presentation */

.presentation-slider {
    padding: 40px 0;
    overflow: hidden;
}

.presentationSwiper {
    overflow: visible;
}

.presentationSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.presentationSwiper .swiper-slide {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.presentationSwiper .swiper-slide img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    border: 3px solid var(--main-color, #e51e1e);
    border-radius: 12px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.presentationSwiper .swiper-slide img:hover {
    border-color: var(--gold, #FFD700);
    transform: scale(1.02);
}

@media (max-width: 992px) {
    .presentationSwiper .swiper-slide {
        width: calc(33.333% - 15px);
        margin-right: 15px;
    }
    .presentationSwiper .swiper-slide img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .presentationSwiper .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .presentationSwiper .swiper-slide img {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .presentationSwiper .swiper-slide {
        width: calc(100% - 10px);
        margin-right: 10px;
    }
    .presentationSwiper .swiper-slide img {
        height: 200px;
    }
}



/* Общие стили для карточки товара */
.hp-product-detail h2 {
    color: #212529;
    font-size: 24px;
}

/* Стилизация таблицы под ваш бренд */
.hp-product-detail .table-dark {
    background-color: #333 !important; /* Или темный цвет как в шапке */
}

.hp-product-detail .table-hover tbody tr:hover {
    background-color: rgba(208, 0, 0, 0.05); /* Легкий красный налет при наведении */
}

/* Кнопка купить (если нужно перекрасить стандартную кнопку HikaShop) */
.hikashop_cart_input_button {
    background-color: #d00 !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 25px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.hikashop_cart_input_button:hover {
    background-color: #000 !important;
}

/* Инфо-блок сбоку */
.bg-light {
    background-color: #f8f9fa !important;
    border-radius: 4px;
}


/* =============================================
   HikaShop Category Cards — стиль как у .category-card
   Добавить в custom.css шаблона microton
   ============================================= */

/* Сетка карточек */
.hikashop_subcategories_listing .hk-row-fluid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    /* margin: 30px 0 !important; */
    padding: 0 !important;
    max-width: 1320px;
    margin: 0 auto !important;
}

/* Колонка-обёртка каждой карточки */
.hikashop_subcategories_listing .hkc-md-3 {
    width: calc(25% - 23px) !important;
    min-width: 270px !important;
    /* max-width: 100% !important; */
    padding: 0 !important;
    margin: 0 !important;
    flex: 1 1 270px !important;
    border: solid red 1px;
    max-width: 310px !important;
}

/* Внешний контейнер hikashop — убираем лишнее */
.hikashop_subcategories_listing .hikashop_container {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Сама карточка */
.hikashop_subcategories_listing .hikashop_subcontainer {
    position: relative !important;
    height: 258px !important;
    border-radius: 0px !important;
    
    overflow: hidden !important;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.15) !important;
    background: #f0f0f0 !important;
    display: block !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover {
    /* box-shadow: 1px 3px 12px 4px rgba(0, 0, 0, 0.35) !important; */
    /* transform: translateY(-3px) !important; */
}
.hikashop_subcategories_listing .hikashop_subcontainer:hover {
    transform: none !important;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.15) !important; /* фиксируем исходную тень */
}

/* Изображение категории — заполняет всю карточку */
.hikashop_subcategories_listing .hikashop_category_image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
    clear: none !important;
    text-align: left !important;
}

.hikashop_subcategories_listing .hikashop_category_image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.hikashop_subcategories_listing .hikashop_category_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.4s ease !important;
    display: block !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_category_image img {
    transform: scale(1.06) !important;
}

/* Оверлей-затемнение при наведении */
.hikashop_subcategories_listing .hikashop_category_image::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0) !important;
    transition: background 0.3s ease !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_category_image::after {
    background: rgba(0, 0, 0, 0.12) !important;
}

/* Название категории — золотой бейдж в левом верхнем углу */
.hikashop_subcategories_listing .hikashop_category_name {
    position: absolute !important;
    top: 12px !important;
    left: 0 !important;
    z-index: 10 !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 85% !important;
    text-align: left !important;
}

.hikashop_subcategories_listing .hikashop_category_name a {
    display: inline-block !important;
    background: #3c4650;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    padding: 10px 10px 18px 10px !important;
    /* border-radius: 25px 25px 25px 0 !important; */
    transition: opacity 0.25s ease !important;
    max-width: 100% !important;
    word-break: break-word !important;
}

.hikashop_subcategories_listing .hikashop_category_name a:hover {
    opacity: 0.9 !important;
    color: #fff !important;
}

/* Убираем лишние br и clear */
.hikashop_subcategories_listing .hikashop_subcontainer br,
.hikashop_subcategories_listing div[style*="clear:both"] {
    display: none !important;
}

/* ---- Адаптивность ---- */

@media (max-width: 1100px) {
    .hikashop_subcategories_listing .hkc-md-3 {
        width: calc(33.333% - 21px) !important;
    }
}

@media (max-width: 767px) {
    .hikashop_subcategories_listing .hk-row-fluid {
        gap: 20px !important;
    }

    .hikashop_subcategories_listing .hkc-md-3 {
        width: calc(50% - 11px) !important;
        min-width: 220px !important;
    }

    .hikashop_subcategories_listing .hikashop_subcontainer {
        height: 180px !important;
    }

    .hikashop_subcategories_listing .hikashop_category_name a {
        font-size: 14px !important;
        padding: 8px 8px 14px 8px !important;
    }
}

@media (max-width: 480px) {
    .hikashop_subcategories_listing .hkc-md-3 {
        width: 100% !important;
        min-width: unset !important;
    }

    .hikashop_subcategories_listing .hikashop_subcontainer {
        height: 160px !important;
    }
}


.hikashop_subcategories_listing .hk-row-fluid {
    gap: 30px !important; /* Увеличивает расстояние между карточками */
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* 2. Если вдруг карточки впритык - добавим внешний отступ для каждой */
.hikashop_subcategories_listing .hkc-md-3 {
    margin-bottom: 20px !important;
}

/* .hikashop_subcategories_listing .hikashop_subcontainer {
    margin-bottom: 10px !important;
} */






/* Ремонт  резервуаров */





/* Гидроизоляция резервуаров питьевой воды */

/* === ОСНОВНОЙ КОНТЕЙНЕР === */
.mp-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
}

/* === HERO СЕКЦИЯ === */
.mp-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
  padding: 50px 48px;
  margin: 0 -20px 40px;
  position: relative;
  overflow: hidden;
}
.mp-hero::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--red);
}
.mp-hero h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
  color: #fff;
}
.mp-hero p {
  font-size: 16px;
  color: #ccc;
  margin: 0;
  max-width: 680px;
}

/* === ВВОДНЫЙ ТЕКСТ === */
.mp-intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 40px;
  border-left: 3px solid var(--red);
  padding-left: 20px;
  background: #fff8f8;
  padding: 20px 20px 20px 24px;
  border-radius: 0 4px 4px 0;
}
.mp-intro strong { color: var(--red-dark); }

/* === ЗАГОЛОВКИ === */
.mp-page h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin: 44px 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}
.mp-page h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin: 28px 0 12px;
}

/* === КАРТОЧКИ ПРОБЛЕМ === */
.mp-problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0 36px;
}
.mp-problem-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  padding: 20px;
  border-radius: 0 0 4px 4px;
}
.mp-problem-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}
.mp-problem-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.mp-problem-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* === ТЕХНОЛОГИИ === */
.mp-tech-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.mp-tech-list li {
  background: var(--bg-white);
  border: 1px solid var(--border);
  padding: 14px 16px 14px 44px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--text);
  position: relative;
  line-height: 1.4;
}
.mp-tech-list li::before {
  content: '✓';
  position: absolute;
  left: 14px;
  top: 14px;
  color: var(--red);
  font-weight: 700;
  font-size: 15px;
}

/* === ЭТАПЫ РАБОТ === */
.mp-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 20px 0 36px;
}
.mp-steps li {
  counter-increment: step;
  padding: 16px 16px 16px 72px;
  position: relative;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}
.mp-steps li:last-child { border-bottom: none; }
.mp-steps li::before {
  content: counter(step);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mp-steps li strong {
  display: block;
  font-size: 15px;
  color: var(--dark);
  margin-bottom: 2px;
}
.mp-steps li span {
  font-size: 13px;
  color: var(--muted);
}

/* === ФОТО === */
.mp-photo-block {
  margin: 32px 0;
  background: var(--bg-light);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.mp-photo-block img {
  width: 100%;
  height: auto;
  display: block;
}
.mp-photo-block figcaption {
  padding: 12px 16px;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-style: italic;
}

/* === ПРЕИМУЩЕСТВА === */
.mp-benefits {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin: 24px 0 40px;
}
.mp-benefits-header {
  background: var(--dark);
  color: #fff;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.mp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
}
.mp-benefit-item {
  padding: 20px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.mp-benefit-item:nth-child(2n) { border-right: none; }
.mp-benefit-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 6px;
}
.mp-benefit-label {
  font-size: 13px;
  color: var(--text);
  line-height: 1.4;
}

/* === КОГДА НУЖНА ДИАГНОСТИКА === */
.mp-checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0 32px;
}
.mp-checklist li {
  padding: 10px 10px 10px 36px;
  position: relative;
  font-size: 15px;
  border-bottom: 1px dashed var(--border);
}
.mp-checklist li:last-child { border-bottom: none; }
.mp-checklist li::before {
  content: '►';
  position: absolute;
  left: 10px;
  color: var(--red);
  font-size: 11px;
  top: 13px;
}

/* === CTA БЛОК === */
.mp-cta {
  background: var(--red);
  color: #fff;
  padding: 40px 48px;
  margin: 48px -20px 0;
  text-align: center;
}
.mp-cta h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.mp-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 28px;
}
.mp-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.mp-btn-white {
  background: #fff;
  color: var(--red);
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.1s;
}
.mp-btn-white:hover { background: #f0f0f0; transform: translateY(-1px); }
.mp-btn-outline {
  background: transparent;
  color: #fff;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s;
}
.mp-btn-outline:hover { border-color: #fff; }

/* === КОНТАКТЫ ТЕЛЕФОНЫ === */
.mp-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
}
.mp-phones a {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.mp-phones a:hover { color: #fff; text-decoration: underline; }
.mp-phones span { color: rgba(255,255,255,0.4); }

/* === ПРЕДУПРЕЖДЕНИЕ === */
.mp-warning {
  background: #fff8e1;
  border-left: 4px solid #f5a623;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: #5a4000;
  border-radius: 0 4px 4px 0;
}
.mp-warning strong { color: #7a5500; }

@media (max-width: 600px) {
  .mp-hero { padding: 32px 24px; }
  .mp-hero h1 { font-size: 24px; }
  .mp-cta { padding: 32px 24px; }
  .mp-steps li { padding-left: 60px; }
}







/* Аквапласт гидроизоляция */
.mp-wrap h2{font-size:21px;font-weight:700;color:#1a1a1a;margin:40px 0 16px;padding-bottom:10px;border-bottom:2px solid #d0021b}
.mp-wrap h3{font-size:17px;font-weight:700;color:#1a1a1a;margin:32px 0 12px;padding:16px 20px;background:#f9f9f9;border-left:4px solid #d0021b}
.mp-wrap p{margin:0 0 16px}
.mp-wrap ul,.mp-wrap ol{margin:0 0 20px;padding:0;list-style:none}
.mp-wrap ul li,.mp-wrap ol li{padding:8px 12px 8px 36px;position:relative;font-size:15px}
.mp-wrap ul li:last-child,.mp-wrap ol li:last-child{border-bottom:none}
.mp-wrap ul li::before{content:'—';position:absolute;left:12px;color:#d0021b;font-weight:700}
.mp-wrap ol{counter-reset:mp-ol}
.mp-wrap ol li{counter-increment:mp-ol}
.mp-wrap ol li::before{content:counter(mp-ol);position:absolute;left:4px;top:7px;width:24px;height:24px;background:#d0021b;color:#fff;font-size:13px;font-weight:700;border-radius:50%;line-height:24px;text-align:center}
.mp-wrap img{width:100%;height:auto;display:block;border-radius:3px;margin:24px 0}
.mp-wrap img.mp-img-float{float:left!important;width:48%!important;height:auto!important;margin:4px 28px 16px 0!important;display:block;border-radius:3px}
.mp-wrap img.mp-img-float-right{float:right!important;width:48%!important;height:auto!important;margin:4px 0 16px 28px!important;display:block;border-radius:3px}
.mp-clearfix::after{content:'';display:table;clear:both}
@media(max-width:600px){.mp-wrap img.mp-img-float,.mp-wrap img.mp-img-float-right{float:none!important;width:100%!important;margin:0 0 16px!important}}
.mp-wrap table{width:100%;border-collapse:collapse;margin:20px 0 28px;font-size:15px}
.mp-wrap table thead tr{background:#1a1a1a;color:#fff}
.mp-wrap table thead th{padding:12px 16px;text-align:left;font-weight:700;font-size:14px}
.mp-wrap table tbody tr{border-bottom:1px solid #e0e0e0}
.mp-wrap table tbody tr:nth-child(even){background:#f9f9f9}
.mp-wrap table tbody td{padding:12px 16px;vertical-align:top}
.mp-wrap table tbody td:first-child{font-weight:700;color:#1a1a1a}
.mp-bold-list{background:#fff;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;margin:16px 0 28px}
.mp-bold-list li{padding:10px 12px 10px 36px;border-bottom:1px solid #eee;font-size:15px}
.mp-bold-list li:last-child{border-bottom:none}
.mp-bold-list li strong{color:#1a1a1a}
.mp-cta-block{background:#d0021b;color:#fff;padding:36px 40px;margin:48px 0 0;border-radius:4px;text-align:center}
.mp-cta-block h3{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px}
.mp-cta-block p{color:rgba(255,255,255,.85);margin:0 0 24px;font-size:15px}
.mp-phones-list{list-style:none!important;padding:0!important;margin:0!important;display:flex;flex-wrap:wrap;gap:6px 20px;justify-content:center}
.mp-phones-list li{padding:0!important;border:none!important;font-size:15px;font-weight:700}
.mp-phones-list li::before{display:none!important}
.mp-phones-list a{color:#fff;text-decoration:none}
.mp-phones-list a:hover{text-decoration:underline}
.mp-email{display:block;margin-top:16px;color:rgba(255,255,255,.9);font-size:15px;font-weight:700}
@media(max-width:600px){.mp-cta-block{padding:28px 20px}.mp-wrap table{font-size:13px}.mp-wrap table thead th,.mp-wrap table tbody td{padding:8px 10px}}
