@charset "UTF-8";
/* Секция «Преимущества» на главной */
.kshop-home-benefits .h2 {
  margin-bottom: 0;
}

.kshop-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 80px;
}
@media (max-width: 1919px) {
  .kshop-benefits {
    gap: 60px;
  }
}
@media (max-width: 1439px) {
  .kshop-benefits {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .kshop-benefits {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .kshop-benefits {
    gap: 12px;
  }
}

.kshop-benefits__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 36px;
  flex: 0 1 calc((100% - 240px) / 4);
  max-width: calc((100% - 240px) / 4);
  min-width: 0;
  background: #F7F6F4;
}
@media (max-width: 1919px) {
  .kshop-benefits__item {
    flex: 0 1 calc((100% - 180px) / 4);
    max-width: calc((100% - 180px) / 4);
  }
}
@media (max-width: 1439px) {
  .kshop-benefits__item {
    padding: 28px;
    flex: 0 1 calc((100% - 120px) / 4);
    max-width: calc((100% - 120px) / 4);
  }
}
@media (max-width: 1023px) {
  .kshop-benefits__item {
    /* 3 в ряд, gap 30px → 2 зазора; flex-grow: 0 — четвёртая карточка не на всю ширину строки */
    flex: 0 1 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 767px) {
  .kshop-benefits__item {
    padding: 24px;
    flex: 0 1 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

.kshop-benefits__media {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-bottom: 24px;
  height: 57px;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .kshop-benefits__media {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .kshop-benefits__media {
    height: 42px;
    margin-bottom: 14px;
  }
}

.kshop-benefits__icon {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
}

.kshop-benefits__text {
  flex-shrink: 0;
  text-align: center;
  margin-top: auto !important;
  text-transform: uppercase;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (min-width: 1920px) {
  .kshop-benefits__text {
    min-height: 76px;
  }
}
@media (max-width: 767px) {
  .kshop-benefits__text {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
}

/*# sourceMappingURL=kshop-home-benefits.css.map */
