

/* Start:/local/templates/.default/components/bitrix/menu/navigation-top/style.css?1787998395779*/
.nav_page {
  padding: 20px 0;
  background-color: #f2f2f2;
  margin-bottom: 20px
}

.nav_page .nav_page_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
  gap: 4px;
  font-size: .933rem
}

.nav_page .nav_page_links .link_item {
  padding: 10px;
  color: rgba(0, 0, 0, .5)
}

.nav_page .nav_page_links .link_item.active,
.nav_page .nav_page_links .link_item:hover {
  background: var(--color-link-bg);
  color: var(--color-link);
  border-radius: 50px
}

.js-sticky-widget {
  z-index: 2
}

.js-sticky-widget.fixed {
  position: fixed;
  margin-right: 0;
  -webkit-box-shadow: inset 0 -1px #dae1e8;
  box-shadow: inset 0 -1px #dae1e8;
  max-width: 1670px;
  width: 100%
}
/* End */


/* Start:/local/components/pimunn/ordinatura.specialties/templates/specialties/style.css?17879983952540*/
@import url(https://fonts.googleapis.com/css2?family=Inria+Sans:wght@400;700&display=swap);

.specialties_filter_inner {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
}

.specialties_filter_inner [data-specialties-search-form] {
  width: 100%;
}

.specialties_filter_inner .hub-filter,
.specialties_filter_inner [data-specialties-alphabet-form] {
  max-width: 100%;
}

.specialties_filter_inner .hub-filter label {
  min-width: 24px
}

@media screen and (max-width:1400px) {
  .specialties_filter_inner {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width:767px) {
  .specialties_filter_inner .alphabet {
    flex-wrap: wrap;
    max-width: 381px;
  }
}

.specialties_cards.cards_module .cards_wrapper .card::after {
  content: "";
  display: none !important;
}

.specialties_cards.cards_module .program__card.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
  border: 1px solid var(--color-gray-line);
  border-radius: 20px;
  height: auto;
  color: inherit;
  -webkit-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}

.specialties_cards.cards_module .program__card.card:hover {
  background-color: var(--color-blue-light);
}

.specialties_cards.cards_module .program__card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  border-top: 1px solid var(--color-gray-line);
  padding-top: 20px;
  margin-top: -20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.specialties_cards.cards_module .program__card_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-family: "Inria Sans", sans-serif;
}

.specialties_cards.cards_module .program__card_footer p {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  font-family: inherit;
}

.specialties_cards.cards_module .program__card_footer .btn {
  margin: 0 0 0 auto;
  font-family: inherit;
  font-size: 14px;
  padding: 9px 18px;
}
/* End */
/* /local/templates/.default/components/bitrix/menu/navigation-top/style.css?1787998395779 */
/* /local/components/pimunn/ordinatura.specialties/templates/specialties/style.css?17879983952540 */
