.inner-page {
  padding: 36px 0 82px;
  color: #374151;
  background: #fff;
}

.doctors-page {
  padding-top: 24px;
}

.inner-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 34px;
  padding: 0;
  color: rgba(55, 65, 81, 0.58);
  font-size: 14px;
  list-style: none;
}
.inner-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.inner-breadcrumbs li + li::before {
  content: "/";
  color: rgba(55, 65, 81, 0.32);
}
.inner-breadcrumbs a {
  color: rgba(55, 65, 81, 0.68);
  text-decoration: none;
}
.inner-breadcrumbs a:hover,
.inner-breadcrumbs a:focus {
  color: #4daa41;
}
.inner-page__head {
  margin-bottom: 34px;
}
.inner-page__eyebrow,
.detail-page__eyebrow,
.detail-page__date {
  display: block;
  margin-bottom: 10px;
  color: rgba(55, 65, 81, 0.6);
  font-size: 15px;
  line-height: 1.2;
}
.inner-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-bottom: 10px;
}
.inner-card__date,
.inner-card__views {
  display: block;
  color: rgba(55, 65, 81, 0.6);
  font-size: 14px;
  line-height: 1.2;
}
.inner-card__views {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.inner-card__tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  color: #4daa41;
  font-size: 13px;
  line-height: 1.1;
  background: rgba(77, 170, 65, 0.1);
}
.inner-page__head h1,
.detail-page__head h1 {
  margin: 0;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.02;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.inner-filter {
  display: grid;
  grid-template-columns: minmax(260px, 560px);
  gap: 12px;
  justify-content: end;
  margin-top: 24px;
}
.inner-filter_wide {
  grid-template-columns: minmax(220px, 300px) minmax(260px, 560px);
  justify-content: space-between;
  align-items: center;
}
.inner-search,
.inner-select,
.inner-dropdown summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(55, 65, 81, 0.12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(55, 65, 81, 0.08);
}
.inner-dropdown {
  position: relative;
  z-index: 4;
}
.inner-dropdown[open] {
  z-index: 8;
}
.inner-dropdown summary {
  justify-content: space-between;
  padding: 0 22px;
  color: #374151;
  cursor: pointer;
  list-style: none;
}
.inner-dropdown summary::-webkit-details-marker {
  display: none;
}
.inner-dropdown summary i {
  color: rgba(55, 65, 81, 0.62);
  transition: transform 0.22s ease;
}
.inner-dropdown[open] summary i {
  transform: rotate(180deg);
}
.inner-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  width: 100%;
  min-width: 260px;
  max-height: 320px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid rgba(55, 65, 81, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(55, 65, 81, 0.16);
}
.inner-dropdown__item {
  display: flex;
  align-items: center;
  min-height: 25px;
  padding: 7px 12px;
  border-radius: 10px;
  color: #374151;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
}
.inner-dropdown__item:hover,
.inner-dropdown__item:focus {
  color: #374151;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.1);
}
.inner-dropdown__item.is-active {
  color: #fff;
  background: #4daa41;
}
.inner-search input,
.inner-select select {
  width: 100%;
  min-height: 50px;
  border: 0;
  outline: 0;
  color: #374151;
  font: inherit;
  background: transparent;
}
.inner-search input {
  padding: 0 62px 0 22px;
}
.inner-search_has-clear input {
  padding-right: 96px;
}
.inner-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.inner-search input::placeholder {
  color: rgba(55, 65, 81, 0.48);
}
.inner-search__clear {
  position: absolute;
  top: 50%;
  right: 56px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: rgba(55, 65, 81, 0.7);
  text-decoration: none;
  transform: translateY(-50%);
  transition: color 0.18s ease, background-color 0.18s ease;
}
.inner-search__clear:hover,
.inner-search__clear:focus {
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.1);
}
.inner-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background: #4daa41;
  transition: background-color 0.22s ease;
}
.inner-search button:hover,
.inner-search button:focus {
  background: #3f9136;
}

.search-page__hero {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
  padding: 30px;
  border: 1px solid rgba(55, 65, 81, 0.1);
  border-radius: 24px;
  background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 58%, #eef6f5 100%);
  box-shadow: 0 24px 58px rgba(55, 65, 81, 0.08);
}
.search-page__eyebrow {
  color: #4daa41;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.search-page__hero h1 {
  margin: 0;
  color: #26384a;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.05;
}
.search-page__hero p {
  margin: 0;
  color: rgba(55, 65, 81, 0.72);
  font-size: 16px;
}
.search-page__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 850px;
}
.search-page__form label {
  display: block;
}
.search-page__form input[type=search] {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid rgba(55, 65, 81, 0.13);
  border-radius: 999px;
  outline: 0;
  color: #26384a;
  font-size: 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(55, 65, 81, 0.08);
}
.search-page__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  background: #4daa41;
}
.search-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 30px;
}
.search-tabs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid rgba(55, 65, 81, 0.1);
  border-radius: 16px;
  color: #26384a;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 14px 34px rgba(55, 65, 81, 0.06);
}
.search-tabs__item:hover,
.search-tabs__item:focus,
.search-tabs__item.is-active {
  color: #26384a;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.1);
}
.search-tabs__item span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-weight: 800;
}
.search-tabs__item i {
  color: #4daa41;
}
.search-tabs__item b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  color: #4daa41;
  background: #fff;
}
.search-groups,
.search-group {
  display: grid;
  gap: 26px;
}
.search-group + .search-group {
  margin-top: 8px;
}
.search-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.search-group__head span {
  display: block;
  margin-bottom: 5px;
  color: #4daa41;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.search-group__head h2 {
  margin: 0;
  color: #26384a;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.search-group__head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4daa41;
  font-weight: 800;
  text-decoration: none;
}
.search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.search-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(55, 65, 81, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(55, 65, 81, 0.07);
}
.search-card_price {
  grid-template-columns: 58px minmax(0, 1fr) auto;
}
.search-card__image,
.search-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 104px;
  overflow: hidden;
  border-radius: 14px;
  background: #eef6f5;
}
.search-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-card__icon {
  width: 58px;
  height: 58px;
  color: #4daa41;
  font-size: 22px;
}
.search-card__body {
  min-width: 0;
}
.search-card__section,
.search-card__subtitle {
  display: block;
  color: rgba(55, 65, 81, 0.62);
  font-size: 13px;
}
.search-card__section {
  margin-bottom: 4px;
  color: #4daa41;
  font-weight: 800;
  text-transform: uppercase;
}
.search-card h3 {
  margin: 0 0 6px;
  color: #26384a;
  font-size: 19px;
  line-height: 1.16;
}
.search-card h3 a {
  color: inherit;
  text-decoration: none;
}
.search-card p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: rgba(55, 65, 81, 0.75);
  font-size: 14px;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-card__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.search-card__prices span,
.search-card__prices small,
.search-card__prices strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f7f5;
}
.search-card__prices strong {
  color: #4daa41;
}
.search-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.12);
}
.search-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 54px 24px;
  border: 1px solid rgba(55, 65, 81, 0.1);
  border-radius: 22px;
  text-align: center;
  background: #fff;
}
.search-empty_compact {
  padding: 34px 20px;
}
.search-empty i {
  color: #4daa41;
  font-size: 34px;
}
.search-empty h2 {
  margin: 0;
  color: #26384a;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.search-empty p {
  max-width: 520px;
  margin: 0;
  color: rgba(55, 65, 81, 0.72);
}
.inner-select select {
  appearance: none;
  padding: 0 48px 0 22px;
  cursor: pointer;
}
.inner-select i {
  position: absolute;
  right: 22px;
  color: rgba(55, 65, 81, 0.62);
  pointer-events: none;
}
.inner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.inner-tags__item {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #374151;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  background: #f5f6f7;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}
.inner-tags__item:hover,
.inner-tags__item:focus {
  text-decoration: none;
  background: rgba(77, 170, 65, 0.12);
}
.inner-tags__item.is-active {
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.12);
}
.inner-page__head p,
.detail-page__head p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.4;
}
.detail-page_news .detail-page__head p {
  max-width: none;
}
.inner-page__head_services {
  margin-bottom: 34px;
}
.inner-services {
  display: grid;
  gap: 80px;
}
.inner-services__group {
  display: grid;
  gap: 20px;
}
.inner-services__group-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.inner-services__group-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #4daa41;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 25px;
  background: rgba(77, 170, 65, 0.12);
}
.inner-services__group-head h2 {
  margin: 0 0 5px;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}
.inner-services__group-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(55, 65, 81, 0.72);
  font-size: 17px;
  line-height: 1.4;
}
.inner-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.inner-service-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 100%;
  padding: 6px 18px 6px 6px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  color: #374151;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
}
.inner-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(77, 170, 65, 0.12) 0%, rgba(172, 203, 73, 0.16) 100%);
  transition: opacity 0.22s ease;
}
.inner-service-card:hover,
.inner-service-card:focus {
  color: #374151;
  text-decoration: none;
}
.inner-service-card:hover::before,
.inner-service-card:focus::before {
  opacity: 1;
}
.inner-service-card__image,
.inner-service-card__title {
  position: relative;
  z-index: 1;
}
.inner-service-card__image {
  display: block;
  flex: 0 0 110px;
  width: 110px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f6;
}
.inner-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-service-card__title {
  font-family: "Cuprum", Arial, sans-serif;
  display: block;
  padding: 0;
  font-size: 20px;
  line-height: 1.14;
}
.inner-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.inner-program-card {
  position: relative;
  min-height: 150px;
  padding: 28px 24px;
  border-radius: 18px;
  color: #374151;
  text-decoration: none;
  background: #f5f6f7;
  overflow: hidden;
}
.inner-program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(77, 170, 65, 0.12) 0%, rgba(172, 203, 73, 0.16) 100%);
  transition: opacity 0.22s ease;
}
.inner-program-card:hover,
.inner-program-card:focus {
  color: #374151;
  text-decoration: none;
}
.inner-program-card:hover::before,
.inner-program-card:focus::before {
  opacity: 1;
}
.inner-program-card__arrow,
.inner-program-card__content {
  position: relative;
  z-index: 1;
}
.inner-program-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}
.inner-program-card__title {
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
}
.inner-program-card__tag {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 5px 0;
  border-radius: 999px;
  color: #4daa41;
  font-size: 14px;
  line-height: 1;
}
.inner-program-card__text {
  margin-top: 7px;
  color: rgba(55, 65, 81, 0.78);
  font-size: 16px;
  line-height: 1.28;
}
.inner-program-card__price {
  color: #4daa41;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.inner-program-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 14px;
}
.inner-program-card__arrow {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(77, 170, 65, 0.24);
  border-radius: 50%;
  color: #4daa41;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.74);
  transition: background 0.2s ease, transform 0.2s ease;
}
.inner-program-card:hover .inner-program-card__arrow,
.inner-program-card:focus .inner-program-card__arrow {
  background: #fff;
  transform: translateX(4px);
}
.price-page {
  display: grid;
  gap: 22px;
}
.price-page__note {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  max-width: 780px;
  padding: 16px 18px;
  border-radius: 16px;
  color: #374151;
  font-size: 15px;
  line-height: 1.4;
  background: #f5f6f7;
}
.price-page__note i {
  margin-top: 2px;
  color: rgba(55, 65, 81, 0.52);
  text-align: center;
}
.price-page__note p {
  margin: 0;
}
.price-list {
  display: grid;
  gap: 12px;
}
.price-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr) minmax(210px, auto);
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 13px 16px;
  border-radius: 18px;
  color: #374151;
  background: #f5f6f7;
  overflow: hidden;
}
.price-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(77, 170, 65, 0.12) 0%, rgba(172, 203, 73, 0.16) 100%);
  transition: opacity 0.22s ease;
}
.price-item:hover::before {
  opacity: 1;
}
.price-item__meta,
.price-item h3,
.price-item__prices {
  position: relative;
  z-index: 1;
}
.price-item__meta {
  display: grid;
  gap: 5px;
  color: #4daa41;
  font-size: 14px;
  line-height: 1.1;
}
.price-item__meta small {
  color: rgba(55, 65, 81, 0.54);
  font-size: 13px;
}
.price-item h3 {
  margin: 0;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
}
.price-item__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(94px, 1fr));
  gap: 10px;
}
.price-item__price {
  display: grid;
  gap: 4px;
  min-height: 58px;
  align-content: center;
  padding: 9px 12px;
  border-radius: 14px;
  background: #fff;
}
.price-item__price small {
  color: rgba(55, 65, 81, 0.58);
  font-size: 12px;
  line-height: 1;
}
.price-item__price strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.price-item__price_adult strong {
  color: #4daa41;
}
.price-item__price_child strong {
  color: #accb49;
}
.price-page__more {
  justify-self: center;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  border: 0;
  border-radius: 999px;
  color: #4daa41;
  font-size: 15px;
  font-weight: 600;
  background: rgba(77, 170, 65, 0.12);
  cursor: pointer;
}
.price-page__more:hover,
.price-page__more:focus {
  background: rgba(77, 170, 65, 0.2);
}
.price-page__more:disabled {
  opacity: 0.7;
  cursor: wait;
}
.price-page__more.is-hidden,
.price-page__empty {
  display: none;
}
.price-page__empty.is-visible {
  display: block;
  padding: 24px;
  border-radius: 18px;
  color: rgba(55, 65, 81, 0.7);
  background: #f5f6f7;
}
.doctors-page__head {
  margin-bottom: 26px;
}
.doctors-specialties {
  margin-bottom: 42px;
  padding: 26px;
  border-radius: 24px;
  background: #f5f6f7;
}
.doctors-specialties__head,
.doctors-list-section__head {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.doctors-specialties__head h2,
.doctors-list-section__head h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}
.doctors-specialties__head a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #4daa41;
  font-weight: 600;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.12);
}
.doctors-specialties__head a:hover,
.doctors-specialties__head a:focus {
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.18);
}
.doctors-specialties__groups {
  column-count: 3;
  column-gap: 28px;
}
.doctors-specialties__group {
  break-inside: avoid;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.doctors-specialties__group > span {
  margin-top: 3px;
  font-size: 21px;
  line-height: 1;
}
.doctors-specialties__group div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.doctors-specialties__group a {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #374151;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  background: #fff;
}
.doctors-specialties__group a:hover,
.doctors-specialties__group a:focus {
  color: #fff;
  text-decoration: none;
  background: #4daa41;
}
.doctors-list-section {
  scroll-margin-top: 90px;
}
.doctors-list-section__head {
  display: block;
}
.doctors-list-section__head h2 {
  margin-bottom: 20px;
}
.doctors-filter {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin: 0;
}
.doctors-filter .inner-dropdown:first-of-type {
  flex: 0 0 300px;
}
.doctors-filter .inner-dropdown:nth-of-type(2) {
  flex: 0 0 240px;
}
.doctors-filter .inner-search {
  flex: 0 1 560px;
  width: 100%;
  margin-left: auto;
}
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.doctor-list-card {
  position: relative;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 18px;
  min-height: 248px;
  padding: 8px 22px 8px 8px;
  border-radius: 22px;
  color: #374151;
  text-decoration: none;
  background: #f5f6f7;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.doctor-list-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(77, 170, 65, 0.1) 0%, rgba(172, 203, 73, 0.13) 100%);
  transition: opacity 0.22s ease;
}
.doctor-list-card:hover,
.doctor-list-card:focus {
  color: #374151;
  text-decoration: none;
}
.doctor-list-card:hover::before,
.doctor-list-card:focus::before {
  opacity: 1;
}
.doctor-list-card__photo,
.doctor-list-card__body {
  position: relative;
  z-index: 1;
}
.doctor-list-card__photo {
  display: block;
  min-height: 232px;
  border-radius: 18px;
  background: rgba(77, 170, 65, 0.1);
  overflow: hidden;
}
.doctor-list-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.doctor-list-card__photo > span {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 232px;
  place-items: center;
  color: rgba(77, 170, 65, 0.45);
  font-size: 58px;
}
.doctor-list-card__body {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
}
.doctor-list-card__name {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
}
.doctor-list-card__degree {
  margin-bottom: 8px;
  color: #4daa41;
  font-size: 15px;
  font-weight: 600;
}
.doctor-list-card__specialty,
.doctor-list-card__position,
.doctor-list-card__age,
.doctor-list-card__experience {
  color: rgba(55, 65, 81, 0.78);
  font-size: 15px;
  line-height: 1.35;
}
.doctor-list-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.doctor-list-card__meta span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #4daa41;
  font-size: 14px;
  font-weight: 600;
  background: rgba(77, 170, 65, 0.12);
}
.doctor-list-card__price {
  font-size: 17px;
}
.doctor-list-card__price i {
  font-size: 19px;
  font-weight: 700;
}
.doctor-list-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  color: #4daa41;
  font-size: 16px;
  font-weight: 700;
}
.inner-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.inner-card {
  position: relative;
  display: flex;
  min-height: 350px;
  border-radius: 18px;
  color: #374151;
  text-decoration: none;
  background: #f5f6f7;
  overflow: hidden;
}
.inner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(77, 170, 65, 0.12) 0%, rgba(172, 203, 73, 0.16) 100%);
  transition: opacity 0.22s ease;
}
.inner-card:hover,
.inner-card:focus {
  color: #374151;
  text-decoration: none;
}
.inner-card:hover::before,
.inner-card:focus::before {
  opacity: 1;
}
.inner-card__image,
.inner-card__body {
  position: relative;
  z-index: 1;
}
.inner-card__image {
  position: absolute;
  inset: 6px 6px auto;
  height: 220px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.inner-card__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  padding: 244px 22px 22px;
}
.inner-card__title {
  display: block;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
}
.inner-card__text {
  margin-top: 14px;
  color: rgba(55, 65, 81, 0.72);
  font-size: 16px;
  line-height: 1.36;
}
.inner-card__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin-top: auto;
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  background: #4daa41;
}
.inner-card_promo .inner-card__badge {
  margin-top: auto;
}
.inner-card_promo .inner-card__title {
  margin-bottom: 18px;
}
.inner-empty {
  margin-top: 18px;
  padding: 24px;
  border-radius: 18px;
  color: rgba(55, 65, 81, 0.72);
  font-size: 18px;
  background: #f5f6f7;
}
.inner-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
.inner-pagination__item,
.inner-pagination__arrow,
.inner-pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #f5f6f7;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.inner-pagination__arrow {
  color: #4daa41;
  background: rgba(77, 170, 65, 0.12);
}
.inner-pagination__dots {
  color: rgba(55, 65, 81, 0.52);
  background: transparent;
}
.inner-pagination__item:hover,
.inner-pagination__item:focus,
.inner-pagination__arrow:hover,
.inner-pagination__arrow:focus,
.inner-pagination__item.is-active {
  color: #fff;
  text-decoration: none;
  background: #4daa41;
  box-shadow: 0 8px 18px rgba(77, 170, 65, 0.22);
}
.inner-pagination__item:hover,
.inner-pagination__item:focus,
.inner-pagination__arrow:hover,
.inner-pagination__arrow:focus {
  transform: translateY(-2px);
}
.inner-pagination__arrow.is-disabled {
  pointer-events: none;
  color: rgba(55, 65, 81, 0.24);
  background: #f5f6f7;
  box-shadow: none;
}
.detail-page {
  max-width: none;
}
.detail-page__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.detail-page__badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 17px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  background: #4daa41;
}
.detail-page__image {
  min-height: 420px;
  margin: 0 0 34px;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
}
.detail-page__image_article {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #f3f6fb;
}
.detail-page__image_article img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.detail-page__image_media {
  min-height: 0;
  overflow: hidden;
  background: #f3f6fb;
}
.detail-page__image_media img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-program__image {
    background: transparent;
    min-height: 0;
    border-radius: 22px;
    overflow: hidden;
}
.detail-program__image a {
    display: block;
    border-radius: inherit;
    cursor: zoom-in;
}
.detail-program__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}
.detail-page__content {
  color: #374151;
  font-size: 16px;
  line-height: 1.4;
}
.detail-page__content p {
  margin: 0 0 12px;
}
.detail-page__content a {
  color: #4daa41;
  text-decoration: none;
  text-underline-offset: 2px;
}
.detail-page__content a:hover {
  color: #3c8733;
  text-decoration: underline;
}
.detail-page__content h2 {
  margin: 24px 0 12px;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.12;
}
.detail-page__content ul,
.detail-page__content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.detail-page__content li {
  margin-bottom: 12px;
}
.detail-page__content li::marker {
  color: #4daa41;
}
.detail-page__content table {
  width: 100%;
  margin: 20px 0 28px;
  border: 1px solid #dfe5e8;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
}
.detail-page__content th,
.detail-page__content td {
  padding: 15px 18px;
  border: 0;
  border-bottom: 1px solid #e4e9ec;
  text-align: left;
  vertical-align: middle;
}
.detail-page__content th {
  width: 36%;
  background: #eef2f4;
  color: #334155;
  font-weight: 600;
}
.detail-page__content td {
  color: #586474;
}
.detail-page__content thead th {
  border-bottom-color: #d4dde2;
  background: #374151;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.detail-page__content table:not(:has(th)) tbody tr:first-child td {
  border-bottom-color: #d4dde2;
  background: #374151;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.detail-page__content tbody tr {
  transition: background-color 0.2s ease;
}
.detail-page__content tbody tr:hover {
  background: #f7faf8;
}
.detail-page__content tbody tr:last-child th,
.detail-page__content tbody tr:last-child td {
  border-bottom: 0;
}
.detail-page__content td a {
  color: #4daa41;
  text-decoration: none;
}
.detail-page__content td a:hover {
  text-decoration: underline;
}
.authority-list {
  display: grid;
  gap: 16px;
  margin: 16px 0 34px;
}
.authority-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  background: #f7f9fa;
}
.authority-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 14px;
  border: 1px solid #e4e9ec;
  border-radius: 8px;
  background: #fff;
}
.authority-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}
.authority-card__body h3 {
  margin: 0 0 14px;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.12;
}
.authority-card__data {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 9px 12px;
  margin: 0;
}
.authority-card__data > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
}
.authority-card__data dt {
  color: #334155;
  font-weight: 700;
}
.authority-card__data dd {
  min-width: 0;
  margin: 0;
  color: #586474;
}
.documents-list {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(55, 65, 81, 0.05);
}
.documents-list__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 142px;
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  border: 0;
  background: #fff;
}
.documents-list__item + .documents-list__item {
  border-top: 1px solid #e4e9ec;
}
.documents-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #4daa41;
  font-size: 20px;
  background: rgba(77, 170, 65, 0.1);
}
.documents-list__content {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.documents-list__title {
  margin: 0;
  color: #374151;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}
.documents-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: rgba(55, 65, 81, 0.68);
  font-size: 14px;
  line-height: 1.25;
}
.documents-list__download {
  display: grid;
  grid-template-columns: 16px 58px minmax(52px, auto);
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 142px;
  padding: 0;
  border: 0;
  color: #43ae3f;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  transition: color 0.2s ease;
}
.documents-list__download small {
  color: #8b95a2;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.documents-list__download:hover,
.documents-list__download:focus {
  color: #43ae3f;
  text-decoration: none;
}
.child-resources {
  display: grid;
  gap: 0;
  margin: 24px 0 32px;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(55, 65, 81, 0.05);
}
.child-resources__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  color: #374151;
  text-decoration: none !important;
  background: #fff;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.child-resources__item:nth-child(even) {
  background: #f7faf8;
}
.child-resources__item + .child-resources__item {
  border-top: 1px solid #e4e9ec;
}
.child-resources__item:hover,
.child-resources__item:focus {
  color: #374151;
  text-decoration: none !important;
  background: #eef8ef;
}
.child-resources__item:visited {
  color: #374151;
  text-decoration: none !important;
}
.child-resources__icon,
.child-resources__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.child-resources__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #4daa41;
  font-size: 20px;
  background: rgba(77, 170, 65, 0.1);
}
.child-resources__content {
  min-width: 0;
}
.child-resources__title,
.child-resources__text {
  display: block;
}
.child-resources__title {
  color: #334155;
  font-size: 16px;
  line-height: 1.35;
}
.child-resources__text {
  margin-top: 4px;
  color: #7c8a9b;
  font-size: 14px;
  line-height: 1.35;
}
.child-resources__arrow {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(77, 170, 65, 0.28);
  border-radius: 50%;
  color: #4daa41;
  font-size: 15px;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.child-resources__item:hover .child-resources__arrow,
.child-resources__item:focus .child-resources__arrow {
  color: #fff;
  background: #4daa41;
  transform: translateX(2px);
}
.detail-service__head {
  grid-template-columns: 1fr;
}
.detail-service__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}
.detail-service__intro {
  min-width: 0;
}
.detail-service__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.detail-service__stat {
  min-height: 112px;
  padding: 20px;
  border-radius: 18px;
  background: #f5f6f7;
}
.detail-service__stat strong,
.detail-service__stat span {
  display: block;
}
.detail-service__stat strong {
  color: #4daa41;
  font-family: "Cuprum", "Arial", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
}
.detail-service__stat span {
  margin-top: 8px;
  color: rgba(55, 65, 81, 0.72);
  font-size: 15px;
  line-height: 1.25;
}
.detail-service__content {
  max-width: none;
}
.detail-service__image {
  position: sticky;
  top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  overflow: hidden;
}
.detail-service__image a {
  display: block;
  width: 100%;
  border-radius: inherit;
  cursor: zoom-in;
}
.detail-service__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  object-fit: cover;
}
.detail-service-section {
  margin-top: 58px;
}
.detail-service-section__head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.detail-service-section__head h2,
.detail-service-section__head h3 {
  margin: 0;
  font-family: "Cuprum", "Arial", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}
.detail-service-section__head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #4daa41;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.12);
}
.detail-service-section__head a:hover,
.detail-service-section__head a:focus {
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.18);
}
.detail-service-prices {
  display: grid;
  gap: 12px;
}
.detail-service-programs__viewport {
  overflow: hidden;
}
.detail-service-programs__track {
  display: flex;
  gap: 18px;
  transition: transform 0.32s ease;
}
.detail-service-programs__track .inner-program-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 190px;
}
.detail-page__content li > ul,
.detail-page__content li > ol {
  margin-top: 8px;
  margin-bottom: 8px;
}
.detail-page__content ul ul,
.detail-page__content ol ul {
  list-style-type: circle;
}
.detail-page__content ul ul ul,
.detail-page__content ol ul ul {
  list-style-type: square;
}
.detail-page__content ol ol {
  list-style-type: lower-alpha;
}
.detail-page__content ol ol ol {
  list-style-type: lower-roman;
}
.detail-promotion-info {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin: 0 0 28px;
  padding: 18px 24px;
  border-radius: 18px;
  color: #374151;
  background: #f5f6f7;
}
.detail-promotion-info__date {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  width: 100%;
  font-size: 17px;
  line-height: 1.35;
}
.detail-promotion-info__date i {
  margin-top: 2px;
  color: #4daa41;
  font-size: 18px;
  text-align: center;
}
.detail-promotion-info__date span {
  color: #374151;
}
.detail-promotion-info__date b {
  color: #4daa41;
  font-weight: 600;
}
.detail-promotion-info__offer {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  color: #374151;
  font-size: 14px;
  line-height: 1.4;
}
.detail-promotion-info__offer i {
  margin-top: 2px;
  color: rgba(55, 65, 81, 0.52);
  font-size: 15px;
  text-align: center;
}
.detail-promotion-info__offer p {
  margin: 0;
}
.detail-promotion-cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: -12px 0 30px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background: #4daa41;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(77, 170, 65, 0.24);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.detail-promotion-cta:hover,
.detail-promotion-cta:focus {
  color: #fff;
  background: #429738;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(77, 170, 65, 0.3);
}
body.is-modal-open {
  overflow: hidden;
}
.promotion-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.promotion-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.promotion-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(55, 65, 81, 0.58);
  backdrop-filter: blur(10px);
}
.promotion-modal__dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  padding: 30px;
  border-radius: 24px;
  color: #374151;
  background: #fff;
  box-shadow: 0 28px 80px rgba(55, 65, 81, 0.28);
  overflow: auto;
  transform: translateY(16px);
  transition: transform 0.22s ease;
}
.promotion-modal.is-open .promotion-modal__dialog {
  transform: translateY(0);
}
.promotion-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #374151;
  background: #f5f6f7;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.promotion-modal__close:hover,
.promotion-modal__close:focus {
  color: #4daa41;
  background: rgba(77, 170, 65, 0.14);
}
.promotion-modal__head {
  padding-right: 42px;
  margin-bottom: 22px;
}
.promotion-modal__head span {
  display: block;
  margin-bottom: 7px;
  color: rgba(55, 65, 81, 0.64);
  font-size: 15px;
}
.promotion-modal__head h2 {
  margin: 0;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
}
.promotion-form {
  display: grid;
  gap: 14px;
}
.promotion-form__field {
  display: grid;
  gap: 7px;
}
.promotion-form__field span {
  font-size: 15px;
  font-weight: 600;
}
.promotion-form__field input,
.promotion-form__field select,
.promotion-form__field textarea {
  width: 100%;
  border: 1px solid #e3e7ee;
  border-radius: 15px;
  color: #374151;
  font: inherit;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.promotion-form__field input {
  height: 48px;
  padding: 0 16px;
}
.promotion-form__field textarea {
  min-height: 104px;
  padding: 14px 16px;
  resize: vertical;
}
.promotion-form__field input:focus,
.promotion-form__field select:focus,
.promotion-form__field textarea:focus {
  border-color: #4daa41;
  box-shadow: 0 0 0 3px rgba(77, 170, 65, 0.12);
}
.promotion-form__field small,
.promotion-form__agree-error {
  min-height: 16px;
  color: #d04444;
  font-size: 13px;
  line-height: 1.2;
}
.promotion-form__agree {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(55, 65, 81, 0.78);
  font-size: 14px;
  line-height: 1.3;
}
.promotion-form__agree input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  accent-color: #4daa41;
}
.promotion-form__heading,
.promotion-form__html {
  font-weight: 700;
  color: var(--inner-ink);
}
.promotion-form__html {
  font-weight: 400;
  line-height: 1.6;
}
.promotion-form__options {
  display: grid;
  gap: 8px;
}
.promotion-form__options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #4b5563;
}
.promotion-form__captcha {
  display: grid;
  gap: 6px;
}
.promotion-form__captcha .smart-captcha {
  min-height: 102px;
}
.promotion-form__captcha small {
  min-height: 16px;
  color: #d04444;
  font-size: 13px;
  line-height: 1.2;
}
.promotion-form__status {
  min-height: 20px;
  color: rgba(55, 65, 81, 0.76);
  font-size: 14px;
  line-height: 1.35;
}
.promotion-form__status.is-error {
  color: #d04444;
}
.promotion-form__status.is-success {
  color: #4daa41;
}
.promotion-success {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 0 10px;
  text-align: center;
}
.promotion-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  background: #4daa41;
  box-shadow: 0 16px 34px rgba(77, 170, 65, 0.26);
}
.promotion-success h3 {
  margin: 2px 0 0;
  color: #374151;
  font-size: 26px;
  line-height: 1.15;
}
.promotion-success p {
  max-width: 440px;
  margin: 0;
  color: rgba(55, 65, 81, 0.72);
  font-size: 16px;
  line-height: 1.55;
}
.promotion-success__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #4daa41;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(77, 170, 65, 0.22);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.promotion-success__button:hover,
.promotion-success__button:focus {
  background: #429738;
  transform: translateY(-1px);
}
.promotion-form__submit {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #4daa41;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.promotion-form__submit:hover,
.promotion-form__submit:focus {
  background: #429738;
}
.promotion-form__submit:disabled {
  opacity: 0.7;
  cursor: default;
}
.detail-doctors {
  margin-top: 60px;
}
.detail-doctors__head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.detail-doctors__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.detail-doctors__head h2,
.detail-doctors__head h3 {
  margin: 0;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}
.detail-doctors__head a,
.detail-doctors__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  color: #4daa41;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.12);
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.detail-doctors__arrow {
  width: 36px;
  padding: 0;
}
.detail-doctors__head a:hover,
.detail-doctors__head a:focus,
.detail-doctors__arrow:hover,
.detail-doctors__arrow:focus {
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.18);
}
.detail-doctors__arrow:disabled {
  color: rgba(77, 170, 65, 0.3);
  cursor: default;
  background: #f5f6f7;
}
.detail-doctors__viewport {
  overflow: hidden;
}
.detail-doctors__track {
  display: flex;
  gap: 16px;
  transition: transform 0.32s ease;
}
.detail-doctor-card {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 48px) / 4);
  flex-direction: column;
  min-height: 100%;
  padding: 6px 6px 18px;
  border-radius: 18px;
  color: #374151;
  text-decoration: none;
  background: #f5f6f7;
  overflow: hidden;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.detail-doctor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(77, 170, 65, 0.12) 0%, rgba(172, 203, 73, 0.16) 100%);
  transition: opacity 0.22s ease;
}
.detail-doctor-card:hover,
.detail-doctor-card:focus {
  color: #374151;
  text-decoration: none;
}
.detail-doctor-card:hover::before,
.detail-doctor-card:focus::before {
  opacity: 1;
}
.detail-doctor-card__photo {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.detail-doctor-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.detail-doctor-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 12px 0;
}
.detail-doctor-card__name {
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.08;
}
.detail-doctor-card__role {
  margin-top: 8px;
  color: rgba(55, 65, 81, 0.7);
  font-size: 14px;
  line-height: 1.25;
}
.detail-doctor-card__price {
  margin-top: auto;
  padding-top: 14px;
  color: #374151;
  font-size: 15px;
  font-weight: 600;
}
.detail-doctor-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  color: #4daa41;
  font-size: 15px;
  font-weight: 600;
}
.detail-page__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #4daa41;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.13);
}
.detail-page__back:hover,
.detail-page__back:focus {
  color: #4daa41;
  text-decoration: none;
  background: rgba(77, 170, 65, 0.2);
}
.reviews-page__head {
  margin-bottom: 32px;
}
.reviews-flash {
  margin-bottom: 18px;
  padding: 16px 20px;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.35;
}
.reviews-flash_success {
  color: #2d7f24;
  background: rgba(77, 170, 65, 0.12);
}
.reviews-flash_error {
  color: #b42318;
  background: rgba(180, 35, 24, 0.1);
}
.reviews-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
}
.reviews-list {
  display: grid;
  gap: 14px;
}
.review-card,
.review-form-panel {
  border-radius: 18px;
  background: #f5f6f7;
}
.review-card {
  padding: 22px;
}
.review-card__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.review-card__name {
  margin: 0;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.05;
}
.review-form-panel h2 {
  margin: 0;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}
.review-card__head time {
  display: block;
  margin-top: 5px;
  color: rgba(55, 65, 81, 0.58);
  font-size: 14px;
}
.review-stars {
  display: inline-flex;
  gap: 3px;
  color: #f6b436;
  font-size: 16px;
  white-space: nowrap;
}
.review-card > p {
  margin: 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.42;
}
.review-card__answer {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
}
.review-card__answer strong {
  display: block;
  margin-bottom: 6px;
  color: #4daa41;
  font-size: 15px;
}
.review-card__answer p {
  margin: 0;
  color: rgba(55, 65, 81, 0.82);
  font-size: 16px;
  line-height: 1.38;
}
.reviews-empty {
  padding: 24px;
  border-radius: 18px;
  color: rgba(55, 65, 81, 0.72);
  font-size: 17px;
  background: #f5f6f7;
}
.review-form-panel {
  position: sticky;
  top: 110px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #dce4ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(53, 64, 82, .07);
}
.review-form-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #49ae45;
  content: "";
}
.review-form {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}
.review-form__field,
.review-form__agree {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.review-form__field span,
.review-rating legend {
  display: block;
  color: #354052;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
.review-form__field input,
.review-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid #d8e0e6;
  border-radius: 6px;
  outline: none;
  color: #354052;
  font: inherit;
  background: #f8fafb;
  box-shadow: inset 0 1px 0 rgba(53, 64, 82, .02);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.review-form__field textarea {
  min-height: 132px;
  resize: vertical;
}
.review-form__field input::placeholder,
.review-form__field textarea::placeholder {
  color: #98a2ae;
  opacity: 1;
}
.review-form__field input:focus,
.review-form__field textarea:focus {
  border-color: #4aaf45;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(74, 175, 69, .11);
}
.review-rating {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.review-rating__options {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
}
.review-rating__options label {
  cursor: pointer;
}
.review-rating__options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.review-rating__options span {
  color: #dce2e7;
  font-size: 22px;
  cursor: pointer;
  transition: color .2s ease;
}
.review-rating__options label:hover span,
.review-rating__options label:hover ~ label span,
.review-rating__options input:checked ~ span,
.review-rating__options label:has(input:checked) ~ label span {
  color: #ff9f1c;
}
.review-form__agree {
  flex-direction: row;
  gap: 9px;
  align-items: start;
  color: rgba(55, 65, 81, 0.78);
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
.review-form__agree input {
  margin-top: 3px;
  accent-color: #49ae45;
}
.review-form__agree a {
  color: #16856f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.review-form__agree a:hover {
  color: #0f6e5b;
}
.review-form small,
.review-form__agree-error {
  color: #d94d62;
  font-size: 13px;
  line-height: 1.4;
}
.review-form__captcha {
  display: grid;
  gap: 7px;
}
.review-form__submit {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 4px;
  padding: 0 26px;
  border: 0;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  background: #49ae45;
  box-shadow: 0 8px 18px rgba(73, 174, 69, .22);
  cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.review-form__submit:hover,
.review-form__submit:focus {
  background: #3d9939;
  box-shadow: 0 10px 22px rgba(61, 153, 57, .28);
  transform: translateY(-1px);
}
.review-form__submit:focus-visible {
  outline: 3px solid rgba(73, 174, 69, .25);
  outline-offset: 3px;
}
.review-form__note {
  margin: 0;
  color: rgba(55, 65, 81, 0.62);
  font-size: 13px;
  line-height: 1.3;
}

.doctor-profile {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 42px;
  padding: 30px;
  border: 1px solid #e0e7ec;
  border-radius: 20px;
  background: #f4f6f7;
}

.doctor-profile__photo {
  min-height: 390px;
  overflow: hidden;
  border-radius: 16px;
  background: #e8edf0;
}

.doctor-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-profile__photo > span {
  display: grid;
  place-items: center;
  height: 100%;
  color: #aab5be;
  font-size: 76px;
}

.doctor-profile__main h1 {
  margin: 0 0 10px;
}

.doctor-profile__specialty {
  margin: 0 0 8px;
  color: #43ad3e;
  font-weight: 600;
}

.doctor-profile__experience {
  color: #6c7787;
}

.doctor-rating-summary {
  position: relative;
  display: inline-block;
  margin: 16px 0 20px;
}

.doctor-rating-summary__score {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 8px;
  color: #087d68;
  background: #e1f5ef;
}

.doctor-rating-summary__score i {
  color: #ffab2e;
}

.doctor-rating-summary__details {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  width: 310px;
  padding: 14px;
  border: 1px solid #d8e0e6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 49, 64, .16);
}

.doctor-rating-summary:hover .doctor-rating-summary__details,
.doctor-rating-summary:focus-within .doctor-rating-summary__details {
  display: grid;
  gap: 10px;
}

.doctor-rating-summary__details div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.doctor-rating-summary__details strong {
  color: #ff9f1c;
}

.doctor-rating-summary > small {
  display: block;
  margin-top: 7px;
  color: #7b8795;
}

.doctor-profile__price {
  margin-top: 18px;
}

.doctor-page__content,
.doctor-reviews {
  margin-top: 34px;
}

.doctor-reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.doctor-reviews__head h2 {
  margin: 0 0 4px;
  font-size: 29px;
}

.doctor-reviews__head p {
  margin: 0;
  color: #778291;
}

.doctor-reviews__head a {
  color: #43ad3e;
  font-weight: 700;
  text-decoration: none;
}

.doctor-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  align-items: start;
  gap: 28px;
}

.doctor-reviews__list {
  display: grid;
  gap: 14px;
}

.doctor-review-card {
  padding: 22px;
  border: 1px solid #e0e7ec;
  border-radius: 12px;
  background: #fff;
}

.doctor-review-card__head,
.doctor-review-card__head > div,
.doctor-review-card__criteria div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.doctor-review-card__head time {
  color: #8a95a2;
  font-size: 13px;
}

.doctor-review-card__head > span,
.doctor-review-card__criteria strong {
  color: #ff9f1c;
}

.doctor-review-card__criteria {
  display: grid;
  gap: 6px;
  margin: 16px 0;
  padding: 13px 0;
  border-top: 1px solid #edf1f3;
  border-bottom: 1px solid #edf1f3;
  font-size: 13px;
}

.doctor-review-card > p {
  margin: 0;
  line-height: 1.55;
}

.doctor-review-form-panel {
  position: sticky;
  top: 88px;
  width: auto;
}

.doctor-review-form__ratings {
  display: grid;
  gap: 12px;
}

.doctor-criterion-rating {
  margin: 0;
  padding: 0;
  border: 0;
}

.doctor-criterion-rating legend {
  margin-bottom: 5px;
  color: #455164;
  font-size: 13px;
  font-weight: 700;
}

.doctor-criterion-rating div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
}

.doctor-criterion-rating input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.doctor-criterion-rating span {
  color: #dce2e7;
  font-size: 22px;
  cursor: pointer;
}

.doctor-criterion-rating label:hover span,
.doctor-criterion-rating label:hover ~ label span,
.doctor-criterion-rating input:checked ~ span,
.doctor-criterion-rating label:has(input:checked) ~ label span {
  color: #ff9f1c;
}

.resource-gallery {
  margin: 34px 0;
}

.resource-gallery > h3 {
  margin: 0 0 12px;
}

.resource-gallery__description {
  margin: 0 0 18px;
  color: #6e7887;
}

.resource-gallery__items {
  display: grid;
  grid-template-columns: repeat(var(--gallery-columns, 3), minmax(0, 1fr));
  gap: 18px;
}

.resource-gallery_slider .resource-gallery__items {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.resource-gallery_slider .resource-gallery__items::-webkit-scrollbar {
  display: none;
}

.resource-gallery_slider .resource-gallery__item {
  flex: 0 0 min(420px, calc((100% - 36px) / 3));
  scroll-snap-align: start;
}
.resource-gallery__slider {
  position: relative;
}
.resource-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #4daa41;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(53, 64, 82, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.resource-gallery__nav:hover {
  color: #fff;
  background: #4daa41;
  transform: translateY(-50%) translateY(-1px);
}
.resource-gallery__nav[disabled] {
  opacity: 0;
  pointer-events: none;
}
.resource-gallery__nav_prev {
  left: 14px;
}
.resource-gallery__nav_next {
  right: 14px;
}

.resource-gallery__item {
  margin: 0;
}

.resource-gallery__item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 10px 26px rgba(53, 64, 82, 0.08);
}

.resource-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.resource-gallery__item a::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 900;
  content: "\f00e";
  background: rgba(55, 65, 81, 0.32);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.resource-gallery__item a:hover img {
  filter: saturate(1.05);
  transform: scale(1.04);
}

.resource-gallery__item a:hover::after {
  opacity: 1;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 48px;
  background: rgba(19, 28, 40, 0.86);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox__image {
  display: block;
  max-width: calc(100vw - 96px);
  max-height: calc(100vh - 48px);
  object-fit: contain;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.gallery-lightbox__button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gallery-lightbox__button:hover {
  background: rgba(77, 170, 65, 0.9);
  transform: translateY(-1px);
}

.gallery-lightbox__close {
  top: 22px;
  right: 24px;
}

.gallery-lightbox__prev,
.gallery-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox__prev:hover,
.gallery-lightbox__next:hover {
  transform: translateY(-50%) translateY(-1px);
}

.gallery-lightbox__prev {
  left: 22px;
}

.gallery-lightbox__next {
  right: 22px;
}

.resource-files {
  margin: 26px 0;
}

.resource-files li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid #dce4e9;
  background: #f6f8f9;
}

.resource-files a {
  color: #43ae3f;
  font-weight: 700;
}

.resource-files small {
  color: #8b95a2;
}

.doctor-hero {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 34px;
}

.doctor-hero__photo,
.doctor-hero__info {
  border-radius: 22px;
  background: #f5f6f7;
}

.doctor-hero__photo {
  min-height: 440px;
  overflow: hidden;
}

.doctor-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.doctor-hero__photo > span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 440px;
  color: rgba(77, 170, 65, 0.45);
  font-size: 92px;
  background: rgba(77, 170, 65, 0.1);
}

.doctor-hero__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.doctor-hero__info {
  position: relative;
  width: 100%;
  padding: 30px 32px;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.doctor-hero__info::before {
  display: none;
}

.doctor-detail-section h2 {
  margin: 0;
  color: #4daa41;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.doctor-hero__info h3 {
  margin: 0 0 24px;
  color: #4daa41;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
}

.doctor-info-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.doctor-info-list div {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.doctor-info-list dt {
  padding-top: 2px;
  margin: 0;
  color: rgba(55, 65, 81, 0.58);
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.doctor-info-list dd {
  margin: 0;
  color: #374151;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.doctor-hero__empty {
  margin: 18px 0 0;
  color: rgba(55, 65, 81, 0.7);
}

.doctor-appointment-actions {
  padding-left: 0;
}

.doctor-appointment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: #4daa41;
  box-shadow: 0 14px 30px rgba(77, 170, 65, 0.24);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.doctor-appointment-button:hover,
.doctor-appointment-button:focus-visible {
  background: #429738;
  box-shadow: 0 18px 34px rgba(77, 170, 65, 0.3);
  text-decoration: none;
  transform: translateY(-2px);
}

.doctor-appointment-button.is-active i {
  transform: rotate(180deg);
}

.doctor-appointment-form {
  margin: -10px 0 34px;
}

.doctor-appointment-form .content-form {
  margin: 0;
}

.doctor-anchor-nav {
  display: inline-flex;
  max-width: 100%;
  gap: 4px;
  align-items: center;
  margin: 0 0 30px;
  padding: 6px;
  border: 1px solid #dfe4e8;
  border-radius: 999px;
  background: #fff;
  overflow-x: auto;
  scrollbar-width: none;
}

.doctor-anchor-nav::-webkit-scrollbar {
  display: none;
}

.doctor-anchor-nav__link {
  flex: 0 0 auto;
  padding: 17px 20px;
  border-radius: 999px;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.doctor-anchor-nav__link:hover,
.doctor-anchor-nav__link:focus,
.doctor-anchor-nav__link.is-active {
  background: #202124;
  color: #fff;
  text-decoration: none;
}

.doctor-details {
  display: grid;
  gap: 0;
  margin: 0 0 36px;
}

.doctor-detail-section {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  scroll-margin-top: 100px;
}

.doctor-detail-section:last-child {
  margin-bottom: 0;
}

.doctor-detail-section__body {
  margin-top: 16px;
  color: #374151;
  font-size: 16px;
  line-height: 1.4;
}

.doctor-detail-section__body > :first-child {
  margin-top: 0;
}

.doctor-detail-section__body > :last-child {
  margin-bottom: 0;
}

.doctor-detail-section__body ul,
.doctor-detail-section__body ol {
  display: block;
  margin: 0 0 16px;
  padding-left: 24px;
}

.doctor-detail-section__body li {
  margin-bottom: 12px;
}

.doctor-detail-section__body li::marker {
  color: #4daa41;
}

.doctor-page_v2 .doctor-reviews {
  margin-top: 36px;
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  scroll-margin-top: 100px;
}

.doctor-page_v2 .doctor-reviews__head {
  margin-bottom: 20px;
}

.doctor-page_v2 .doctor-reviews__head h2,
.doctor-page_v2 .review-form-panel h2 {
  margin: 0;
  color: #4daa41;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.doctor-page_v2 .doctor-reviews__head p {
  margin-top: 8px;
}

.doctor-page_v2 .doctor-reviews__toggle {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 0;
  border: 0;
  color: #43ad3e;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.doctor-page_v2 .doctor-reviews__toggle.is-active i {
  transform: rotate(180deg);
}

.doctor-page_v2 .doctor-reviews__layout {
  grid-template-columns: 1fr;
  gap: 24px;
}

.doctor-page_v2 .doctor-review-card,
.doctor-page_v2 .reviews-empty {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
}

.doctor-page_v2 .doctor-review-form-panel {
  position: static;
  top: auto;
  padding: 24px 0 0;
  border-top: 1px solid #e6e6e6;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.doctor-page_v2 .doctor-review-form-panel::before {
  content: none;
}

.doctor-page_v2 .review-form {
  max-width: 760px;
}

@media (max-width: 980px) {
  .doctor-profile,
  .doctor-reviews__layout {
    grid-template-columns: 1fr;
  }

  .doctor-profile__photo {
    max-height: 520px;
  }

  .doctor-review-form-panel {
    position: static;
  }

  .resource-gallery__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctor-hero {
    grid-template-columns: 1fr;
  }

  .doctor-hero__photo {
    min-height: 0;
    max-height: 560px;
  }

  .doctor-info-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .doctor-appointment-actions {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .resource-gallery__items {
    grid-template-columns: 1fr;
  }

  .resource-files li {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .resource-files small {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .doctor-profile {
    gap: 22px;
    padding: 16px;
  }

  .doctor-reviews__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .doctor-hero {
    gap: 18px;
    margin-bottom: 24px;
  }

  .doctor-anchor-nav {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .doctor-anchor-nav__link {
    padding: 14px 16px;
    font-size: 12px;
  }

  .doctor-hero__info {
    padding: 22px;
    border-radius: 18px;
  }

  .doctor-detail-section {
    padding-bottom: 26px;
  }

  .doctor-detail-section h2 {
    font-size: 28px;
  }

  .doctor-hero__info h3 {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .doctor-info-list dd {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .inner-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-programs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctors-specialties__groups {
    column-count: 2;
  }

  .doctors-grid {
    grid-template-columns: 1fr;
  }
  .detail-service__hero {
    grid-template-columns: 1fr;
  }
  .detail-service__image {
    position: static;
    min-height: 300px;
    order: -1;
  }
  .detail-service-programs__track .inner-program-card {
    flex-basis: calc((100% - 18px) / 2);
  }
  .reviews-page {
    grid-template-columns: 1fr;
  }
  .review-form-panel {
    position: static;
  }
  .price-item {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .price-item__meta {
    grid-column: 1 / -1;
  }
  .detail-doctor-card {
    flex-basis: calc((100% - 16px) / 2);
  }
  .resource-gallery__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-lightbox {
    padding: 28px 58px;
  }
  .resource-gallery_slider .resource-gallery__item {
    flex-basis: min(420px, calc((100% - 18px) / 2));
  }
}
@media (max-width: 767px) {
  .inner-page {
    padding: 28px 0 58px;
  }
  .inner-page__head h1,
  .detail-page__head h1 {
    font-size: 38px;
  }
  .inner-card-grid,
  .inner-programs-grid,
  .detail-page__head {
    grid-template-columns: 1fr;
  }
  .detail-service-programs__track .inner-program-card {
    flex-basis: 88%;
  }
  .detail-service__stats {
    grid-template-columns: 1fr;
  }
  .detail-service-section__head {
    gap: 10px;
    align-items: center;
  }
  .detail-service-section__head_inline {
    align-items: center;
    flex-direction: row;
  }
  .detail-service-section__head h2,
  .detail-service-section__head h3 {
    font-size: 27px;
  }
  .detail-page__content h2 {
    font-size: 27px;
  }
  .authority-card {
    grid-template-columns: 1fr;
  }
  .authority-card__logo {
    justify-content: flex-start;
    min-height: 92px;
  }
  .authority-card__data > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .authority-card__data {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .authority-card__data dd {
    margin-bottom: 8px;
  }
  .documents-list__item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }
  .documents-list__download {
    grid-column: 2;
    width: min(142px, 100%);
  }
  .child-resources__item {
    grid-template-columns: 40px minmax(0, 1fr) 36px;
    gap: 10px;
    padding: 14px 12px;
  }
  .child-resources__icon {
    width: 40px;
    height: 40px;
  }
  .child-resources__arrow {
    width: 36px;
    height: 36px;
  }
  .price-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .price-item__prices {
    max-width: 360px;
  }
  .inner-filter,
  .inner-filter_wide {
    grid-template-columns: 1fr;
  }
  .doctors-filter {
    display: grid;
    grid-template-columns: 1fr;
  }
  .doctors-filter .inner-dropdown:first-of-type,
  .doctors-filter .inner-dropdown:nth-of-type(2),
  .doctors-filter .inner-search {
    width: 100%;
    flex: none;
    margin-left: 0;
  }

  .doctors-specialties {
    padding: 20px;
    border-radius: 20px;
  }

  .doctors-specialties__head,
  .doctors-list-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .doctors-specialties__head h2,
  .doctors-list-section__head h2 {
    font-size: 27px;
  }

  .doctors-specialties__groups {
    column-count: 1;
  }

  .doctor-list-card {
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 220px;
  }

  .doctor-list-card__photo,
  .doctor-list-card__photo > span {
    min-height: 204px;
  }
  .inner-services {
    gap: 36px;
  }
  .inner-services__grid {
    grid-template-columns: 1fr;
  }
  .detail-doctor-card {
    flex-basis: 88%;
  }
  .detail-doctors__head {
    gap: 10px;
    align-items: center;
  }
  .detail-doctors__head h2,
  .detail-doctors__head h3 {
    font-size: 27px;
  }
  .detail-doctors__actions {
    flex-shrink: 0;
  }
  .review-card__head {
    flex-direction: column;
  }
  .review-form-panel h2 {
    font-size: 27px;
  }
  .detail-page__image {
    min-height: 300px;
    border-radius: 18px;
  }
  .detail-page__image_article {
    min-height: 0;
    margin: 0 0 24px;
  }
  .detail-page__image_media {
    min-height: 0;
    margin: 0 0 24px;
  }
  .detail-promotion-cta {
    width: 100%;
  }
  .promotion-modal {
    align-items: flex-end;
    padding: 12px;
  }
  .promotion-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 24px 18px 20px;
    border-radius: 22px;
  }
  .promotion-modal__head h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .inner-page__head h1,
  .detail-page__head h1 {
    font-size: 32px;
  }
  .inner-page__head p,
  .detail-page__head p,
  .detail-page__content {
    font-size: 17px;
  }
  .detail-page__content table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .doctor-list-card {
    grid-template-columns: 1fr;
    padding: 8px 8px 18px;
  }
  .doctor-list-card__photo,
  .doctor-list-card__photo > span {
    min-height: 320px;
  }
  .doctor-list-card__body {
    padding: 10px 10px 0;
  }
  .doctor-list-card__name {
    font-size: 23px;
  }
  .detail-page__content table tbody,
  .detail-page__content table thead {
    display: table;
    width: 100%;
    min-width: 620px;
    table-layout: fixed;
  }
  .resource-gallery__items {
    grid-template-columns: 1fr;
  }
  .gallery-lightbox {
    padding: 62px 14px 24px;
  }
  .gallery-lightbox__image {
    max-width: calc(100vw - 28px);
    max-height: calc(100vh - 112px);
  }
  .gallery-lightbox__button {
    width: 40px;
    height: 40px;
  }
  .gallery-lightbox__close {
    top: 12px;
    right: 12px;
  }
  .gallery-lightbox__prev {
    left: 12px;
  }
  .gallery-lightbox__next {
    right: 12px;
  }
  .resource-gallery_slider .resource-gallery__item {
    flex-basis: 86%;
  }
  .resource-gallery__nav {
    width: 38px;
    height: 38px;
  }
  .resource-gallery__nav_prev {
    left: 8px;
  }
  .resource-gallery__nav_next {
    right: 8px;
  }
  .inner-card {
    min-height: 310px;
  }
  .inner-services__group-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }
  .inner-service-card {
    gap: 14px;
    padding: 6px 14px 6px 6px;
  }
  .inner-service-card__image {
    flex-basis: 96px;
    width: 96px;
  }
  .inner-service-card__title {
    font-size: 20px;
  }
  .inner-card__image {
    inset: 6px 6px auto;
    height: 190px;
  }
  .inner-card__body {
    padding: 212px 18px 18px;
  }
  .inner-card__title {
    font-size: 23px;
  }
  .inner-pagination {
    gap: 7px;
  }
  .inner-pagination__item,
  .inner-pagination__arrow,
  .inner-pagination__dots {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}
.content-form {
    position: relative;
    overflow: hidden;
    margin: 32px 0;
    padding: 32px;
    border: 1px solid #dce4ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(53, 64, 82, .07);
}

.content-form::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #49ae45;
    content: "";
}

.content-form__intro {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7edf1;
    color: #667180;
    line-height: 1.55;
}

.content-form__success {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    padding: 14px 16px;
    border: 1px solid #bfe3bf;
    border-radius: 6px;
    color: #328b37;
    background: #f0f8f0;
}

.content-form__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px 20px;
    align-items: start;
}

.content-form__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    grid-column: span 12;
    min-width: 0;
}

.content-form__span-3 { grid-column: span 3; }
.content-form__span-4 { grid-column: span 4; }
.content-form__span-6 { grid-column: span 6; }
.content-form__span-8 { grid-column: span 8; }
.content-form__span-9 { grid-column: span 9; }
.content-form__span-12 { grid-column: span 12; }

.content-form__new-row {
    grid-column-start: 1;
}

.content-form__field label,
.content-form__heading {
    display: block;
    color: #354052;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.content-form__field input:not([type="radio"]):not([type="checkbox"]),
.content-form__field select,
.content-form__field textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid #d8e0e6;
    border-radius: 6px;
    outline: none;
    color: #354052;
    background: #f8fafb;
    box-shadow: inset 0 1px 0 rgba(53, 64, 82, .02);
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.content-form__field input::placeholder,
.content-form__field textarea::placeholder {
    color: #98a2ae;
    opacity: 1;
}

.content-form__field textarea {
    min-height: 132px;
    resize: vertical;
}

.content-form__field input:not([type="radio"]):not([type="checkbox"]):focus,
.content-form__field:focus-within input:not([type="radio"]):not([type="checkbox"]),
.content-form__field select:focus,
.content-form__field:focus-within select,
.content-form__field textarea:focus {
    border-color: #4aaf45;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(74, 175, 69, .11);
}

.content-form__field small {
    line-height: 1.4;
    color: #7a8492;
}

.content-form__field em,
.content-form__error,
.content-form__recaptcha em {
    color: #d94d62;
    font-style: normal;
}

.content-form__heading,
.content-form__html {
    grid-column: 1 / -1;
}

.content-form__options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.content-form__options label,
.content-form__check,
.content-form__consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    cursor: pointer;
}

.content-form__options input,
.content-form__check input,
.content-form__consent input {
    margin-top: 3px;
    accent-color: #49ae45;
}

.content-form__consent a {
    color: #3d9939;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.content-form__recaptcha,
.content-form__consent {
    margin-top: 20px;
}

.content-form__recaptcha em {
    display: block;
    margin-top: 6px;
}

.vacancies-page__head {
  gap: 20px;
}

.vacancies-filter {
  width: 100%;
  max-width: 560px;
  grid-template-columns: minmax(320px, 560px);
  justify-content: start;
}

.vacancies-page__head .vacancies-filter {
  display: none;
}

.vacancies-filter_list {
  justify-self: end;
  margin: 0 0 4px;
}

.vacancies-intro {
  margin-bottom: 28px;
}

.vacancies-list {
  display: grid;
  gap: 14px;
}

.vacancy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #dce4ea;
  border-radius: 20px;
  background: #f4f5f6;
}

.vacancy-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.vacancy-card h2 a {
  color: #374151;
  text-decoration: none;
}

.vacancy-card h2 a:hover,
.vacancy-card h2 a:focus {
  color: #4daa41;
}

.vacancy-card p {
  margin: 0 0 14px;
  color: rgba(55, 65, 81, .78);
  font-size: 16px;
  line-height: 1.45;
}

.vacancy-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vacancy-card__meta span {
  display: inline-flex;
  gap: 5px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #374151;
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
}

.vacancy-card__meta b {
  color: #4daa41;
  font-weight: 600;
}

.vacancy-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(77, 170, 65, .28);
  border-radius: 50%;
  color: #4daa41;
  background: #fff;
  text-decoration: none;
}

.vacancy-card__link:hover,
.vacancy-card__link:focus {
  color: #fff;
  background: #4daa41;
}

.vacancy-detail__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.vacancy-detail__meta-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px 10px;
  align-content: start;
  align-items: center;
  padding: 18px 20px 20px;
  border: 1px solid #dfe7de;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9fbf9 0%, #f3f5f4 100%);
}

.vacancy-detail__meta-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: #4daa41;
}

.vacancy-detail__meta-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #4daa41;
  font-size: 17px;
  background: #e9f6e8;
}

.vacancy-detail__meta-item span {
  color: #7b8796;
  font-size: 13px;
  line-height: 1.2;
}

.vacancy-detail__meta-item strong {
  grid-column: 1 / -1;
  color: #374151;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.vacancy-detail__sections {
  display: grid;
  gap: 18px;
}

.vacancy-detail__section,
.vacancy-response {
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  background: #fff;
}

.vacancy-detail__section h2,
.vacancy-response h2 {
  margin: 0 0 16px;
  color: #4daa41;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.vacancy-detail__section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.vacancy-detail__section li {
  color: #374151;
  line-height: 1.55;
}

.vacancy-response {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.vacancy-response p {
  margin: 0;
  color: rgba(55, 65, 81, .78);
}

.vacancy-response__contacts {
  padding: 12px 16px;
  border-radius: 999px;
  color: #4daa41;
  font-weight: 700;
  background: #f4f5f6;
}

@media (max-width: 900px) {
  .vacancy-card,
  .vacancy-response {
    grid-template-columns: 1fr;
  }

  .vacancy-detail__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .vacancy-detail__meta {
    grid-template-columns: 1fr;
  }

  .vacancy-card,
  .vacancy-detail__section,
  .vacancy-response {
    padding: 20px;
  }
}

.content-form__submit {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 26px;
    padding: 0 26px;
    border: 0;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    background: #49ae45;
    box-shadow: 0 8px 18px rgba(73, 174, 69, .22);
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.content-form__submit:hover {
    background: #3d9939;
    box-shadow: 0 10px 22px rgba(61, 153, 57, .28);
    transform: translateY(-1px);
}

.content-form__submit:focus-visible {
    outline: 3px solid rgba(73, 174, 69, .25);
    outline-offset: 3px;
}

.content-accordion {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.content-accordion__item {
    overflow: hidden;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(36, 50, 66, .05);
}

.content-accordion__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 16px;
    align-items: center;
    min-height: 22px;
    padding: 18px 22px;
    color: #354052;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.content-accordion__summary::-webkit-details-marker {
    display: none;
}

.content-accordion__summary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #39a935;
    font-size: 15px;
    transition: transform .2s ease;
}

.content-accordion__item[open] .content-accordion__summary {
    color: #273447;
    border-bottom: 1px solid #e7edf2;
}

.content-accordion__item[open] .content-accordion__summary i {
    transform: rotate(180deg);
}

.content-accordion__body {
    padding: 20px 22px 22px;
    color: #526174;
    line-height: 1.65;
}

.content-accordion__body > :first-child {
    margin-top: 0;
}

.content-accordion__body > :last-child {
    margin-bottom: 0;
}

.air-datepicker {
    --adp-accent-color: #49ae45;
    --adp-color-current-date: #49ae45;
    --adp-cell-background-color-selected: #49ae45;
    --adp-cell-background-color-selected-hover: #3d9939;
    --adp-cell-border-color-in-range: #49ae45;
    --adp-btn-color: #3d9939;
    --adp-day-name-color: #49ae45;
    font-family: inherit;
}

@media (max-width: 767px) {
    .content-form {
        margin: 24px 0;
        padding: 24px 20px;
    }

    .content-form__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .content-form__field {
        grid-column: 1 / -1;
    }

    .content-form__submit {
        width: 100%;
    }

    .content-accordion__summary {
        min-height: 22px;
        padding: 16px 18px;
    }

    .content-accordion__body {
        padding: 18px;
    }
}

@media (max-width: 991px) {
    .search-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-results {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .search-page__hero {
        padding: 22px;
        border-radius: 18px;
    }

    .search-page__hero h1 {
        font-size: 34px;
    }

    .search-page__form {
        grid-template-columns: 1fr;
    }

    .search-page__form button {
        width: 100%;
    }

    .search-tabs {
        grid-template-columns: 1fr;
    }

    .search-group__head {
        align-items: start;
        flex-direction: column;
    }

    .search-card,
    .search-card_price {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .search-card__image {
        width: 72px;
        height: 72px;
    }

.search-card__arrow {
        display: none;
    }
}

.error-page {
  padding-top: 48px;
}

.error-page__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  min-height: 430px;
  padding: 58px;
  border-radius: 30px;
  color: #374151;
  background:
    radial-gradient(circle at 88% 18%, rgba(77, 170, 65, 0.2), transparent 34%),
    linear-gradient(135deg, #f4f7f8 0%, #ffffff 58%, #eef4f6 100%);
  box-shadow: 0 28px 80px rgba(55, 65, 81, 0.12);
}

.error-page__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.error-page__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #4daa41;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: rgba(77, 170, 65, 0.12);
}

.error-page__content h1 {
  max-width: 580px;
  margin: 0;
  color: #374151;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.98;
}

.error-page__content p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(55, 65, 81, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.error-page__button,
.error-page__help a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid rgba(55, 65, 81, 0.12);
  border-radius: 999px;
  color: #374151;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 14px 32px rgba(55, 65, 81, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.error-page__button {
  padding: 0 22px;
}

.error-page__button_primary {
  border-color: #4daa41;
  color: #fff;
  background: #4daa41;
  box-shadow: 0 18px 36px rgba(77, 170, 65, 0.26);
}

.error-page__button:hover,
.error-page__button:focus,
.error-page__help a:hover,
.error-page__help a:focus {
  transform: translateY(-2px);
  border-color: rgba(77, 170, 65, 0.45);
  color: #4daa41;
  box-shadow: 0 20px 42px rgba(55, 65, 81, 0.13);
}

.error-page__button_primary:hover,
.error-page__button_primary:focus {
  color: #fff;
  box-shadow: 0 22px 46px rgba(77, 170, 65, 0.34);
}

.error-page__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
}

.error-page__code {
  position: relative;
  z-index: 2;
  color: rgba(55, 65, 81, 0.08);
  font-family: "Cuprum", Arial, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
}

.error-page__pulse {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(77, 170, 65, 0.18);
  background: rgba(255, 255, 255, 0.52);
}

.error-page__pulse_one {
  width: 230px;
  height: 230px;
}

.error-page__pulse_two {
  width: 154px;
  height: 154px;
  border-color: rgba(55, 65, 81, 0.1);
}

.error-page__help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.error-page__help a {
  min-height: 72px;
  padding: 0 22px;
  border-radius: 20px;
  font-size: 16px;
}

.error-page__help i {
  color: #4daa41;
}

@media (max-width: 991px) {
  .error-page__panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 42px;
  }

  .error-page__visual {
    min-height: 210px;
  }

  .error-page__help {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .error-page {
    padding-top: 26px;
  }

  .error-page__panel {
    min-height: auto;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .error-page__content h1 {
    font-size: 40px;
  }

  .error-page__content p {
    font-size: 16px;
  }

  .error-page__actions {
    flex-direction: column;
  }

  .error-page__button {
    width: 100%;
  }

  .error-page__code {
    font-size: 82px;
  }
}
