

/* Start:/local/templates/astra-bulma/components/bitrix/menu/services/style.css?1781075916945*/
.section-services .services-list {
  column-count: 3;
  column-gap: 1rem;
  list-style: none;
  margin-left: 0;
  display: block;
}

@media (min-width: 640px) and (max-width: 767px) {
  .section-services .services-list {
    column-count: 2;
  }
}

@media (max-width: 639px) {
  .section-services .services-list {
    column-count: 1;
  }
}

.section-services .services-list li {
  display: block;
  margin-bottom: 1rem;
  break-inside: avoid-column;
}

.services-list .service-link {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #000;
  background: #c4e7ff;
}

/* 2-й, 6-й, 10-й... */
.services-list li:nth-child(4n + 2) .service-link {
  background: #c8d9ff;
}

/* 3-й, 7-й, 11-й... */
.services-list li:nth-child(4n + 3) .service-link {
  background: #e8c7f1;
}

/* 4-й, 8-й, 12-й... */
.services-list li:nth-child(4n + 4) .service-link {
  background: #c8e6c8;
}

/* End */
/* /local/templates/astra-bulma/components/bitrix/menu/services/style.css?1781075916945 */
