

/* Start:/local/templates/astra-bulma/components/bitrix/menu/special-department/style.css?1788335139399*/
.nav-special-department .card-department {
  border: 1px solid #2c7fff;
  padding: 1.25rem;
  height: 100%;
  transition: all 0.3s ease;
  color: inherit;
  background: #eff6ff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1rem;
  border-radius: 20px;

  &:hover {
    background: #eff6ff;
  }

  @media (max-width: 1024px) {
    padding: 0.75rem
  }
}
/* End */
/* /local/templates/astra-bulma/components/bitrix/menu/special-department/style.css?1788335139399 */
