

/* Start:/local/templates/main/components/bitrix/catalog.section.list/main/style.css?17714778031593*/
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-decoration: none;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section {
    row-gap: 12px;
  }
}
.section:hover h2 {
  color: var(--secondary-64-grey-color);
}
.sections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 80px 0 273px;
}
@media (max-width: 1460px) {
  .sections {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .sections {
    padding: 12px 0 24px;
  }
}
@media (max-width: 768px) {
  .sections {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}
.section__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: clamp(158px, 9.01rem + 3.689vw, 215px);
  padding: 12px;
}
.section__title h2 {
  color: var(--primary-black-color);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/main/style.css?17714778031593 */
