

/* Start:/local/templates/astra-bulma/components/bitrix/menu/services/style.css?1788335139827*/
.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) {
    column-count: 2;
  }

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

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

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

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

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

  /* 4-й, 8-й, 12-й... */
  li:nth-child(4n + 4) .service-link {
    background: #c8e6c8;
  }
}
/* End */
/* /local/templates/astra-bulma/components/bitrix/menu/services/style.css?1788335139827 */
