.buy_services .counter_wrapp .button_block:not(.to-cart) svg,
.services_buy_block .counter_wrapp .button_block:not(.to-cart) svg {
  display: none;
}
.buy_services .counter_wrapp .counter_block {
  background: #ffffff;
  background: var(--light_bg_black);
}

.order-block.buy_services .counter_wrapp .counter_block .text {
  margin-top: 0;
}
.order-block.buy_services .counter_wrapp.wquest {
  padding-right: 58px;
}
.order-block.buy_services .btn.question {
  margin-left: 6px;
}
.order-block.buy_services .btns-col {
  padding-left: 7px;
}
.order-block.buy_services .counter_wrapp {
  padding-top: 0;
}

/*services list*/
.services_buy_block .counter_wrapp.list > div {
  float: none;
  width: auto;
}
.services_buy_block .counter_block_inner {
  vertical-align: top;
  min-width: 114px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.services_buy_block .button_block {
  min-width: 120px;
  margin-bottom: 10px;
}
.services_buy_block .counter_wrapp {
  white-space: normal;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: -10px;
}

/*.services_buy_block .button_block .btn-sm{font-size: 11px;}
.services_buy_block .counter_block:not(.big),
.services_buy_block .counter_block:not(.big) input[type="text"]{height: 36px;}*/

.order_service_in_list {
  margin-top: 10px;
}
.services_buy_block .counter_wrapp .button_block.wide .btn.in-cart {
  width: auto;
  display: inline-block;
}

/**/

@media (min-width: 1350px) {
  .with_left_block .order-block.buy_services .text-col {
    width: 66.6%;
  }
  .with_left_block .order-block.buy_services .btns-col {
    width: 33.3%;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .with_left_block .order-block.buy_services .text-col {
    width: 50%;
  }
  .with_left_block .order-block.buy_services .btns-col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .order-block.buy_services .text-col {
    width: 66.6%;
  }
  .order-block.buy_services .btns-col {
    width: 33.3%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .order-block.buy_services .text-col {
    width: 50%;
  }
  .order-block.buy_services .btns-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order-block.buy_services .btns-col .counter_block_inner {
    vertical-align: top;
    min-width: 132px;
    display: inline-block;
  }
  .order-block.buy_services .btns-col .button_block {
    min-width: 130px;
  }
  .order-block.buy_services .btns-col .counter_wrapp {
    white-space: normal;
    max-width: 100%;
  }
  .order-block.buy_services .counter_wrapp.wquest {
    padding-right: 0;
  }
  .order-block.buy_services .counter_wrapp.list > div {
    float: none;
    width: auto;
  }
  .order-block.buy_services .prices {
    padding-right: 0;
  }
  .order-block.buy_services .btns-col .quest_btn {
    padding-right: 6px;
  }
  .order-block.buy_services .btns-col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .order-block.buy_services .btns-col .counter_wrapp.list.big {
    margin-left: 0;
  }

  .order-block.buy_services .button_block.wide {
    display: inline-block;
  }
  .order-block.buy_services .counter_wrapp .button_block.wide .btn.in-cart {
    width: auto;
    display: inline-block;
  }
}

.koler-page {
  --koler-blue: #0076da;
  --koler-blue-dark: #005da9;
  --koler-blue-soft: rgba(0, 118, 218, 0.08);
  --koler-dark: #222;
  --koler-text: #666;
  --koler-border: #e8edf3;
  --koler-bg: #f7f9fb;

  margin-top: 36px;
  margin-bottom: 60px;
  color: var(--koler-dark);
}

.koler-page * {
  box-sizing: border-box;
}

.koler-section {
  margin-bottom: 70px;
}

.koler-section__head {
  margin-bottom: 30px;
}

.koler-section__head h2,
.koler-catalog-before h2 {
  --koler-dark: #222;
  margin: 0;
  color: var(--koler-dark);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.koler-section__head p {
  max-width: 850px;
  margin: 14px 0 0;
  color: var(--koler-text);
  font-size: 16px;
  line-height: 1.65;
}

/* intro */

.koler-intro {
  position: relative;
  margin-bottom: 62px;
  padding: 34px 40px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background:
          linear-gradient(135deg, rgba(0, 118, 218, 0.1), rgba(255, 255, 255, 0.96)),
          #fff;
  overflow: hidden;
}

.koler-intro::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(0, 118, 218, 0.08);
}

.koler-intro p {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin: 0;
  color: var(--koler-dark);
  font-size: 20px;
  line-height: 1.6;
}

/* benefits */

.koler-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.koler-benefit {
  min-height: 205px;
  padding: 24px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.koler-benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 118, 218, 0.3);
  box-shadow: 0 18px 45px rgba(20, 33, 54, 0.09);
}

.koler-benefit__icon {
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: var(--koler-blue);
  background: var(--koler-blue-soft);
}

.koler-benefit h3 {
  margin: 0 0 12px;
  color: var(--koler-dark);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.koler-benefit p {
  margin: 0;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.6;
}

.koler-benefit--accent {
  background: linear-gradient(135deg, var(--koler-blue), #22a0ff);
  border-color: transparent;
}

.koler-benefit--accent .koler-benefit__icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.koler-benefit--accent h3,
.koler-benefit--accent p {
  color: #fff;
}

.koler-benefit--accent p {
  opacity: 0.88;
}

/* price */

.koler-price__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
}

.koler-price__table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
}

.koler-price__table th,
.koler-price__table td {
  padding: 22px 28px;
  border-bottom: 1px solid var(--koler-border);
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
}

.koler-price__table th:nth-child(1),
.koler-price__table td:nth-child(1) {
  width: 45%;
}
.koler-price__table th:nth-child(2),
.koler-price__table td:nth-child(2) {
  width: 20%;
}
.koler-price__table th:nth-child(3),
.koler-price__table td:nth-child(3) {
  width: 35%;
}


.koler-price__table th {
  color: var(--koler-dark);
  background: var(--koler-bg);
  font-weight: 700;
}

.koler-price__table th:last-child,
.koler-price__table td:last-child {
  width: 270px;
  color: var(--koler-blue);
  font-weight: 700;
}

.koler-price__table tr:last-child td {
  border-bottom: none;
}

/* work */

.koler-work__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.koler-work-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
  overflow: hidden;
}

.koler-work-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--koler-blue-soft);
}

.koler-work-card span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 14px;
  border-radius: 4px;
  color: var(--koler-blue);
  background: var(--koler-blue-soft);
  font-size: 13px;
  font-weight: 700;
}

.koler-work-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--koler-dark);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.koler-work-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--koler-text);
  font-size: 16px;
  line-height: 1.65;
}

/* factors */

.koler-factors__box {
  padding: 34px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background:
          radial-gradient(circle at 92% 12%, rgba(0, 118, 218, 0.12), transparent 28%),
          var(--koler-bg);
}

.koler-factors__box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.koler-factors__box li {
  position: relative;
  padding-left: 15px;
  color: var(--koler-dark);
  font-size: 16px;
  line-height: 1.55;
}

.koler-factors__box li::before {
  content: "" !important;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--koler-blue);
}

.koler-factors__box li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* bases */

.koler-bases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.koler-base {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
}

.koler-base span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 4px;
  color: var(--koler-blue);
  background: var(--koler-blue-soft);
  font-size: 13px;
  font-weight: 700;
}

.koler-base h3 {
  margin: 0 0 12px;
  color: var(--koler-dark);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}

.koler-base p {
  margin: 0;
  color: var(--koler-text);
  font-size: 16px;
  line-height: 1.6;
}

.koler-base--light {
  background: linear-gradient(135deg, #fff, #edf7ff);
}

.koler-base--dark {
  background: linear-gradient(135deg, #17212f, #304a67);
  border-color: transparent;
}

.koler-base--dark span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.koler-base--dark h3,
.koler-base--dark p {
  color: #fff;
}

.koler-base--dark p {
  opacity: 0.86;
}

.koler-base--putty {
  background: linear-gradient(135deg, #fff7e5, #fff);
}

.koler-bases__text {
  margin-top: 24px;
  padding: 28px 32px;
  border-left: 4px solid var(--koler-blue);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
}

.koler-bases__text p {
  margin: 0;
  color: var(--koler-dark);
  font-size: 17px;
  line-height: 1.65;
}

/* systems */

.koler-systems__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.koler-system {
  padding: 30px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
}

.koler-system__logo {
  display: flex;
  width: 120px;
  height: 64px;
  margin-bottom: 22px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--koler-blue);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.koler-system__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.koler-system h3 {
  margin: 0 0 10px;
  color: var(--koler-dark);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

.koler-system p {
  margin: 0;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.55;
}

/* Убираем старую сетку, если она была */
.koler-systems__grid {
  display: block; /* или просто удалить этот класс из HTML */
}

/* Карусель занимает всю ширину */
.koler-systems__carousel {
  width: 100%;
}

/* Карточка внутри карусели */
.koler-system {
  height: 100%; /* чтобы все карточки были одинаковой высоты */
  margin: 0 auto; /* центрирование при узком экране */
}

/* Стрелки навигации */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  /* top: 60%; */
  /* transform: translateY(-50%); */
  background: rgba(255,255,255,0.9);
  border-radius: 30px;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Иконки внутри стрелок (если используются SVG) */
.owl-carousel .owl-nav button i.svg {
  display: inline-block;
  width: 12px;
  height: 12px;
}

/* На мобильных стрелки можно скрыть */
@media (max-width: 1600px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none !important;
  }
}

/* Принудительное выравнивание высоты карточек в карусели */
.koler-systems .owl-stage {
  display: flex;
}

.koler-systems .owl-item {
  display: flex;
  height: auto !important; /* перебиваем фиксированную высоту, которую ставит owl */
}

.koler-system {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  /* остальные стили (padding, border, фон) у вас уже есть */
}

/* Если внутри карточки логотип + h3 + p — чтобы нижний текст не распирал */
.koler-system p {
  margin-top: auto; /* прижимает параграф вниз, если нужно */
}




/* order */

.koler-order__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.koler-order-step {
  padding: 28px 24px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
}

.koler-order-step span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--koler-blue);
  background: var(--koler-blue-soft);
  font-size: 18px;
  font-weight: 800;
}

.koler-order-step h3 {
  margin: 0 0 10px;
  color: var(--koler-dark);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}

.koler-order-step p {
  margin: 0;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.55;
}

/* catalog before */

.koler-catalog-before {
  margin-bottom: 34px;
  padding: 34px 40px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--koler-blue-soft), #fff);
}

.koler-catalog-before p {
  max-width: 900px;
  margin: 16px 0 0;
  color: var(--koler-text);
  font-size: 17px;
  line-height: 1.65;
}

/* adaptive */

@media (max-width: 1199px) {
  .koler-benefits__grid,
  .koler-bases__grid,
  .koler-systems__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .koler-order__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .koler-page {
    margin-top: 24px;
    margin-bottom: 44px;
  }

  .koler-section {
    margin-bottom: 50px;
  }

  .koler-section__head {
    margin-bottom: 22px;
  }

  .koler-section__head h2,
  .koler-catalog-before h2 {
    font-size: 26px;
  }

  .koler-intro,
  .koler-catalog-before {
    padding: 24px;
    border-radius: 10px;
  }

  .koler-intro p {
    font-size: 17px;
  }

  .koler-benefits__grid,
  .koler-work__grid,
  .koler-factors__box ul,
  .koler-bases__grid,
  .koler-systems__grid,
  .koler-order__grid {
    grid-template-columns: 1fr;
  }


  .koler-benefit,
  .koler-work-card,
  .koler-factors__box,
  .koler-base,
  .koler-system,
  .koler-order-step,
  .koler-bases__text {
    padding: 24px;
    border-radius: 10px;
  }

  .koler-price__table th,
  .koler-price__table td {
    padding: 18px;
  }
}

/* bonus block */

.koler-benefits__bonus {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 118, 218, 0.25);
  border-left: 4px solid var(--koler-blue);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 118, 218, 0.06), #fff);
}

.koler-benefits__bonus-icon {
  display: flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  color: var(--koler-blue);
  background: rgba(0, 118, 218, 0.08);
  border-radius: 8px;
}

.koler-benefits__bonus-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.koler-benefits__bonus-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 2px;
  color: var(--koler-blue);
  background: white;
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.koler-benefits__bonus h3 {
  margin: 0 0 8px;
  color: var(--koler-dark);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.koler-benefits__bonus p {
  margin: 0;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .koler-benefits__bonus {
    display: block;
    padding: 22px;
  }

  .koler-benefits__bonus-icon {
    margin-bottom: 16px;
  }
}

.banners-content h1{
  font-weight: 700;
}

/* вопрос-ответ */
.block-q-and-a {
  --koler-blue: #0076da;
  --koler-blue-dark: #005da9;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.item-question-answer {
  /* border-radius: 5px; */
  /* background-color: #f5f1f1; */
  overflow: hidden;
  transition: background-color 0.3s ease;
  border: solid 1.2px #ececec;
}

.item-question-answer .i-question:hover {
  background-color: #ececec;
}

.item-question-answer .i-question,
.item-question-answer.active .i-answer {
  padding: 10px;
}

.item-question-answer .i-question {
  font-size: 16px;
  /* font-weight: 500; */
  position: relative;
  cursor: pointer;
  color: #343434;
  padding-right: 30px;
  /* место для значка */
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* палочки через ::before и ::after */
.item-question-answer .i-question::before,
.item-question-answer .i-question::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #542929;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.item-question-answer .i-question::before {
  transform: translateY(-50%) rotate(0deg);
  /* горизонтальная палочка */
}

.item-question-answer .i-question::after {
  transform: translateY(-50%) rotate(90deg);
  /* вертикальная палочка */
}

/* Когда раскрыто */
.item-question-answer.active .i-question::after {
  transform: translateY(-50%) rotate(0deg);
  /* вертикальная в горизонтальная */
  background-color: #fff;
}

.item-question-answer.active .i-question::before {
  background-color: #fff;
}


.item-question-answer.active .i-question {
  background-color:  var(--koler-blue);
  color: #fff;
}
.item-question-answer.active .i-question:hover {
  background-color:  var(--koler-blue-dark);
}

.i-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.item-question-answer.active .i-answer {
  height: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .koler-price__table-wrap {
    overflow-x: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .koler-price__table {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
  }

  .koler-price__table thead {
    display: none;
  }

  .koler-price__table tbody {
    display: grid;
    gap: 14px;
  }

  .koler-price__table tr {
    display: block;
    padding: 18px;
    border: 1px solid var(--koler-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 33, 54, 0.06);
  }

  .koler-price__table tr::before {
    content: attr(data-service);
    display: block;
    margin-bottom: 10px;
    color: var(--koler-dark);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
  }

  .koler-price__table tr::after {
    width: 100%;
    content: "Стоимость работы: " attr(data-work);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    color: var(--koler-blue);
    background: var(--koler-blue-soft);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
  }

  .koler-price__table td {
    display: none;
    width: auto !important;
    padding: 0;
    border-bottom: 0;
  }

  .koler-price__table td.koler-price__colors {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;

    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--koler-border);
    color: var(--koler-dark);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
  }

  .koler-price__table td.koler-price__colors::before {
    content: "Стоимость красителей";
    flex: 0 0 135px;
    max-width: 135px;

    color: var(--koler-text);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
  }
}

/* Страница колеровки эпоксидной затирки */
.koler-page--epoxy .koler-section { margin-bottom: 72px; }

.epoxy-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 40px;
  align-items: center;
}
.epoxy-intro__content { position: relative; z-index: 1; }
.koler-page--epoxy .epoxy-intro__content p {
  max-width: none;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}
.koler-page--epoxy .epoxy-intro__content p + p { margin-top: 16px; }
.epoxy-intro__stat {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 150px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--koler-blue), #25a5ff);
  box-shadow: 0 18px 35px rgba(0, 118, 218, 0.2);
  text-align: center;
  strong {
    color: #fff;
  }
}
.epoxy-intro__stat strong { font-size: 50px; line-height: 1; font-weight: 800; }
.epoxy-intro__stat span { margin-top: 9px; font-size: 14px; line-height: 1.3; }

.epoxy-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}
.epoxy-benefit {
  grid-column: span 2;
  min-height: 220px;
  padding: 27px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, 0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.epoxy-benefit:nth-last-child(-n + 2) { grid-column: span 3; }
.epoxy-benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 118, 218, .3);
  box-shadow: 0 18px 45px rgba(20, 33, 54, .09);
}
.epoxy-benefit__number {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 12px;
  border-radius: 5px;
  color: var(--koler-blue);
  background: var(--koler-blue-soft);
  font-size: 13px;
  font-weight: 700;
}
.epoxy-benefit h3,
.epoxy-comparison__item h3,
.epoxy-method h3,
.epoxy-factors h3,
.epoxy-order__step h3 {
  margin: 0 0 11px;
  color: var(--koler-dark);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.epoxy-benefit p,
.epoxy-comparison__item p,
.epoxy-method p,
.epoxy-order__step p {
  margin: 0;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.6;
}
.epoxy-benefit--accent {
  border-color: transparent;
  background: linear-gradient(135deg, var(--koler-blue), #219eff);
}
.epoxy-benefit--accent .epoxy-benefit__number { color: #fff; background: rgba(255,255,255,.18); }
.epoxy-benefit--accent h3,
.epoxy-benefit--accent p { color: #fff; }

.epoxy-comparison__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.epoxy-comparison__item {
  grid-column: span 3;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: var(--koler-bg);
}
.epoxy-comparison__icon {
  display: block;
  width: 42px;
  height: 42px;
  min-width: 42px;
  flex: 0 0 42px;
  margin: 0 0 16px;
}

.epoxy-comparison__item:nth-child(n + 5) { grid-column: span 4; }
.epoxy-comparison__check {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 19px;
  border-radius: 50%;
  background: var(--koler-blue);
}
.epoxy-comparison__check::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.koler-page--epoxy .koler-price__table { min-width: 850px; }
.koler-page--epoxy .koler-price__table th:nth-child(1),
.koler-page--epoxy .koler-price__table td:nth-child(1) { width: 40%; }
.koler-page--epoxy .koler-price__table th:nth-child(2),
.koler-page--epoxy .koler-price__table td:nth-child(2) { width: 20%; }
.koler-page--epoxy .koler-price__table th:nth-child(3),
.koler-page--epoxy .koler-price__table td:nth-child(3) { width: 18%; }
.koler-page--epoxy .koler-price__table th:nth-child(4),
.koler-page--epoxy .koler-price__table td:nth-child(4) { width: 22%; }
.koler-page--epoxy .koler-price__table td:not(:first-child) {
}

.epoxy-work__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 24px;
}
.epoxy-method,
.epoxy-factors { padding: 34px; border-radius: 10px; }
.epoxy-method {
  color: #fff;
  background: radial-gradient(circle at 100% 0, rgba(255,255,255,.18), transparent 34%),
  linear-gradient(135deg, var(--koler-blue), var(--koler-blue-dark));
}
.epoxy-method__label {
  display: inline-flex;
  margin-bottom: 46px;
  padding: 8px 14px;
  border-radius: 5px;
  background: rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 700;
}
.epoxy-method h3 { max-width: 560px; color: #fff; font-size: 26px; }
.epoxy-method p { max-width: 620px; color: rgba(255,255,255,.88); font-size: 16px; }
.epoxy-factors {
  border: 1px solid var(--koler-border);
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, .05);
}
.epoxy-factors ul { display: grid; gap: 18px; margin: 24px 0 0; padding: 0; list-style: none; }
.epoxy-factors li {
  position: relative;
  padding-left: 31px;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.55;
}
.epoxy-factors li::before {
  content: "" !important;
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 5px solid var(--koler-blue-soft);
  border-radius: 50%;
  background: var(--koler-blue);
  box-sizing: border-box;
}

.epoxy-order__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.epoxy-order__step {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 54, .05);
}
.epoxy-order__step > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--koler-blue);
  background: var(--koler-blue-soft);
  font-size: 18px;
  font-weight: 800;
}

.epoxy-palette-heading { margin-bottom: 20px; }
.epoxy-native-blocks { margin-bottom: 70px; }
.epoxy-native-blocks .catalog_block.items .item_block {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

.epoxy-faq__list { display: grid; gap: 14px; }
.epoxy-faq__item {
  border: 1px solid var(--koler-border);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.epoxy-faq__question {
  position: relative;
  display: flex;
  width: 100%;
  padding: 21px 60px 21px 24px;
  border: 0;
  align-items: center;
  color: var(--koler-dark);
  background: #fff;
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease;
}
.epoxy-faq__question:hover { color: var(--koler-blue); background: var(--koler-bg); }
.epoxy-faq__question span::before,
.epoxy-faq__question span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 16px;
  height: 2px;
  background: var(--koler-blue);
  transition: transform .25s ease;
}
.epoxy-faq__question span::after { transform: rotate(90deg); }
.epoxy-faq__item.is-open .epoxy-faq__question span::after { transform: rotate(0); }
.epoxy-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  color: var(--koler-text);
  font-size: 15px;
  line-height: 1.65;
  transition: grid-template-rows .3s ease;
}
.epoxy-faq__answer > div {
  min-height: 0;
  padding: 0 24px;
  overflow: hidden;
  transition: padding .3s ease;
}
.epoxy-faq__item.is-open .epoxy-faq__answer { grid-template-rows: 1fr; }
.epoxy-faq__item.is-open .epoxy-faq__answer > div { padding-top: 3px; padding-bottom: 22px; }

.epoxy-native-blocks .docs-block .epoxy-native-title {
  margin: 0 0 30px;
  color: var(--koler-dark, #222);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 767px) {
  .epoxy-native-blocks .docs-block .epoxy-native-title {
    margin-bottom: 22px;
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .epoxy-benefit,
  .epoxy-benefit:nth-last-child(-n + 2) { grid-column: span 3; }
  .epoxy-comparison__item,
  .epoxy-comparison__item:nth-child(n + 5) { grid-column: span 6; }
  .epoxy-work__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .koler-page--epoxy .koler-section { margin-bottom: 50px; }
  .epoxy-intro { grid-template-columns: 1fr; gap: 24px; }
  .epoxy-intro__stat { min-height: 125px; }
  .epoxy-intro__stat strong { font-size: 42px; }
  .epoxy-benefit,
  .epoxy-benefit:nth-last-child(-n + 2) { grid-column: span 6; min-height: 0; padding: 24px; }
  .epoxy-comparison__item,
  .epoxy-comparison__item:nth-child(n + 5) { grid-column: span 12; min-height: 0; }
  .epoxy-order__grid { grid-template-columns: 1fr; }
  .epoxy-order__step { min-height: 0; }
  .koler-page--epoxy .koler-price__table { min-width: 0; }
  .koler-page--epoxy .koler-price__table tr::after {
    display: inline-flex;
    box-sizing: border-box;
  }
  .koler-page--epoxy .koler-price__table td {
    display: flex !important;
    width: 100% !important;
    padding: 12px 0;
    border-top: 1px solid var(--koler-border);
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    color: var(--koler-dark);
    text-align: right;
  }
  .koler-page--epoxy .koler-price__table td:first-child,
  .koler-page--epoxy .koler-price__table td:nth-child(2) {
    display: none !important;
  }
  .koler-page--epoxy .koler-price__table td::before {
    content: attr(data-label);
    flex: 0 0 130px;
    color: var(--koler-text);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    text-align: left;
  }
  .epoxy-method,
  .epoxy-factors { padding: 25px; }
  .epoxy-method__label { margin-bottom: 30px; }
  .epoxy-method h3 { font-size: 22px; }
  .epoxy-native-blocks .catalog_block.items .item_block .catalog_item .inner_wrap {
    display: block;
    min-height: 0;
    padding: 20px;
  }
  .epoxy-native-blocks .catalog_block .image_wrapper_block { margin-bottom: 22px; }
  .epoxy-faq__question { padding: 18px 52px 18px 18px; font-size: 15px; }
  .epoxy-faq__question span::before,
  .epoxy-faq__question span::after { right: 19px; }
}