/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

.site-search-button, .site-button {
  border-radius: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../../local/templates/template/bundles/Montserrat-CyrillicExt.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../../local/templates/template/bundles/Montserrat-Cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../../local/templates/template/bundles/Montserrat-LatinExt.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../../local/templates/template/bundles/Montserrat-Latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.site-page {
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  overflow-x: clip;
  background: #ffffff;
}
.site-container {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.site-top {
  height: 45px;
  background: #ffffff;
}
.site-top-container {
  position: relative;
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-top-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.site-top-contacts {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 15px;
}
.site-top-contact {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  white-space: nowrap;
}
.site-top-contact-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.site-top-contact-phone {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.site-top-contact-phone:hover {
  opacity: 0.7;
}
.site-top-socials {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 8px;
}
.site-social-link {
  width: 30px;
  height: 30px;
  display: block;
  transition: opacity 0.2s ease;
}
.site-social-link:hover {
  opacity: 0.7;
}
.site-social-link img {
  width: 100%;
  height: 100%;
}
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
}
.site-header-container {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-left, .site-header-actions {
  display: flex;
  align-items: center;
}
.site-header-left {
  gap: 30px;
}
.site-header-actions {
  gap: 8px;
}
.site-header.site-header-menu-open .site-menu-button span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.site-header.site-header-menu-open .site-menu-button span:nth-child(2) {
  opacity: 0;
}
.site-header.site-header-menu-open .site-menu-button span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.site-logo {
  width: 50.272px;
  height: 50px;
  flex: 0 0 50.272px;
  transition: opacity 0.2s ease;
}
.site-logo:hover {
  opacity: 0.8;
}
.site-logo img {
  width: 100%;
  height: 100%;
}
.site-nav {
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-nav-link {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.site-nav-link:hover {
  opacity: 0.65;
}
.site-nav-link span {
  display: inline-flex;
  align-items: center;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.site-nav-link span:hover {
  opacity: 0.65;
}
.site-nav-link-dropdown {
  gap: 3px;
}
.site-nav-link-dropdown img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.site-nav-item {
  display: inline-flex;
  align-items: center;
}
.site-nav-item-services {
  gap: 3px;
}
.site-nav-item-services.is-open .site-nav-link-services-label,
.site-nav-item-services.is-open .site-nav-link-services-toggle {
  color: #009872;
}
.site-nav-item-services.is-open .site-nav-link-services-toggle img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(1026%) hue-rotate(132deg) brightness(91%) contrast(101%);
  transform: rotate(180deg);
}
.site-nav-link-services-label {
  color: #000000;
}
.site-nav-link-services-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-nav-link-services-toggle img {
  transition: transform 0.2s ease, filter 0.2s ease;
}
.site-nav-item-dropdown {
  position: relative;
}
.site-nav-item-dropdown.is-open > .site-nav-dropdown-toggle {
  color: #009872;
}
.site-nav-item-dropdown.is-open > .site-nav-dropdown-toggle span {
  color: #009872;
}
.site-nav-item-dropdown.is-open > .site-nav-dropdown-toggle img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(1026%) hue-rotate(132deg) brightness(91%) contrast(101%);
  transform: rotate(180deg);
}
.site-nav-item-dropdown.is-open > .site-nav-dropdown {
  display: block;
}
.site-nav-dropdown-toggle {
  gap: 3px;
}
.site-nav-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: -30px;
  z-index: 40;
  display: none;
  min-width: 232px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}
.site-nav-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
}
.site-nav-dropdown-more {
  min-width: 258px;
}
.site-nav-dropdown-list,
.site-nav-dropdown .site-nav-submenu-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  list-style: none;
}
.site-nav-dropdown-item {
  position: relative;
}
.site-nav-dropdown-item-has-submenu.is-submenu-open > .site-nav-submenu {
  display: block;
}
.site-nav-dropdown-separator {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.site-nav-dropdown-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: #000000;
  text-align: left;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}
.site-nav-dropdown-link span {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}
.site-nav-dropdown-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: filter 0.2s ease;
}
.site-nav-dropdown-link:hover, .site-nav-dropdown-link:focus-visible {
  color: #009872;
  outline: none;
}
.site-nav-dropdown-link:hover img, .site-nav-dropdown-link:focus-visible img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(1026%) hue-rotate(132deg) brightness(91%) contrast(101%);
}
.site-nav-dropdown-link-submenu {
  color: #009872;
}
.site-nav-dropdown-link-submenu img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(1026%) hue-rotate(132deg) brightness(91%) contrast(101%);
}
.site-nav-submenu {
  position: absolute;
  top: -30px;
  left: calc(100% + 35px);
  z-index: 41;
  display: none;
  min-width: 260px;
  padding: 28px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}
.site-nav-submenu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 35px;
}
.site-services-menu {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  z-index: 35;
  display: none;
  width: 100%;
  max-height: calc(100vh - 160px);
  overflow: hidden;
  padding: 30px 12px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  background: linear-gradient(0deg, #f9f9f9, #f9f9f9), #ffffff;
}
.site-services-menu.is-open {
  display: block;
}
.site-services-menu-inner {
  display: flex;
  align-items: stretch;
  max-height: calc(100vh - 220px);
  gap: 40px;
}
.site-services-menu-tabs {
  width: 221px;
  max-height: calc(100vh - 240px);
  flex: 0 0 221px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: flex-start;
  gap: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-color: #009872 #f9f9f9;
  scrollbar-width: thin;
}
.site-services-menu-tabs::-webkit-scrollbar {
  width: 5px;
}
.site-services-menu-tabs::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.site-services-menu-tabs::-webkit-scrollbar-thumb {
  border-radius: 66px;
  background: #009872;
}
.site-services-menu-tab {
  min-height: 36px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 72px;
  background: transparent;
  color: #000000;
  text-align: left;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-services-menu-tab:hover {
  opacity: 0.85;
}
.site-services-menu-tab:active {
  transform: translateY(1px);
}
.site-services-menu-tab.is-active {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.site-services-menu-divider {
  width: 1px;
  flex: 0 0 1px;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.05);
}
.site-services-menu-content {
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 18px 10px 0;
  scrollbar-color: #009872 #f9f9f9;
  scrollbar-width: thin;
}
.site-services-menu-content::-webkit-scrollbar {
  width: 5px;
}
.site-services-menu-content::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.site-services-menu-content::-webkit-scrollbar-thumb {
  border-radius: 66px;
  background: #009872;
}
.site-services-menu-content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.site-services-menu-state {
  padding: 10px 18px 10px 0;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}
.site-services-menu-state-error {
  color: #009872;
}
.site-services-menu-panel {
  display: none;
}
.site-services-menu-panel.is-active {
  display: block;
}
.site-services-menu-list {
  column-count: 4;
  column-gap: 56px;
  list-style: none;
}
.site-services-menu-list li {
  margin-bottom: 15px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.site-services-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  transition: opacity 0.2s ease;
}
.site-services-menu-link:hover {
  opacity: 0.65;
}
.site-services-menu-link::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.site-search-button {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  transition: opacity 0.2s ease;
}
.site-search-button:hover {
  opacity: 0.7;
}
.site-search-button img {
  width: 16px;
  height: 16px;
}
.site-menu-button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.site-menu-button span {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #000000;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-button {
  min-height: 40px;
  padding: 10px 20px;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-button:hover {
  opacity: 0.85;
}
.site-button:active {
  transform: translateY(1px);
}
.site-button-outline {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
}
.site-button-primary {
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.site-button-consult {
  gap: 4px;
  padding-left: 12px;
  padding-right: 18px;
  height: 40px;
}
.site-button-consult img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.site-button-login {
  padding-left: 15px;
  padding-right: 15px;
}
.site-user-menu {
  position: relative;
  z-index: 45;
}
.site-user-menu.is-open .site-user-dropdown {
  display: flex;
}
.site-user-avatar {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  background: #8bd5cb;
  color: #0c7057;
}
.site-user-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-user-avatar {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-user-avatar:hover {
  opacity: 0.85;
}
.site-user-avatar:active {
  transform: translateY(1px);
}
.site-user-avatar span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
.site-user-avatar:focus-visible {
  outline: 2px solid #009872;
  outline-offset: 3px;
}
.site-user-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 45;
  display: none;
  width: 315px;
  padding: 30px;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}
.site-user-menu-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.site-user-menu-person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.site-user-menu-name {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
.site-user-menu-phone {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.site-user-menu-bonus {
  display: none;
  min-width: 66px;
  height: 24px;
  padding: 6px 10px 6px 7px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 26px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-user-menu-bonus:hover {
  opacity: 0.85;
}
.site-user-menu-bonus:active {
  transform: translateY(1px);
}
.site-user-menu-bonus img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.site-user-menu-bonus span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.site-user-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.site-user-menu-divider {
  width: 100%;
  height: 1px;
  flex: 0 0 1px;
  background: rgba(0, 0, 0, 0.05);
}
.site-user-menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.site-user-menu-group-compact {
  gap: 15px;
}
.site-user-menu-link {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 10px;
  color: #000000;
  transition: color 0.2s ease, opacity 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.site-user-menu-link img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.site-user-menu-link span {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.site-user-menu-link:hover, .site-user-menu-link:focus-visible {
  color: #009872;
  outline: none;
}
.site-user-menu-link:hover {
  opacity: 0.8;
}
.site-user-menu-link.is-danger {
  color: #e20101;
}

.site-footer {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-footer-main {
  min-height: 597px;
  padding: 30px;
  padding-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  background: #f9f9f9;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 280px 280px 330px;
  grid-template-rows: auto 1fr auto auto auto;
  grid-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 0;
  row-gap: 0;
}
.site-footer-brand {
  grid-column: 1;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer-logo {
  width: 258px;
  height: 50px;
  display: block;
  transition: opacity 0.2s ease;
}
.site-footer-logo:hover {
  opacity: 0.8;
}
.site-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer-copyright {
  margin: 15px 0 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.site-footer-policy {
  grid-column: 1/-1;
  grid-row: 3;
  margin: 0 0 14px;
  color: #8a9794;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.site-footer-policy:hover {
  opacity: 0.7;
}
.site-footer-nav {
  height: 374px;
  padding: 30px 20px;
  border-radius: 16px;
}
.site-footer-nav-title {
  margin: 0 0 15px;
  color: #000000;
  letter-spacing: 0.32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}
.site-footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-footer-nav-list-small {
  gap: 10px;
}
.site-footer-nav-list a {
  color: #000000;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.site-footer-nav-list a:hover {
  opacity: 0.65;
}
.site-footer-contact-card {
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: -webkit-fit-content;
  height: fit-content;
}
.site-footer-actions, .site-footer-phones {
  display: flex;
  flex-direction: column;
}
.site-footer-actions {
  gap: 10px;
}
.site-footer-phones {
  width: 171px;
  gap: 20px;
}
.site-footer-button {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border-radius: 93px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-footer-button:hover {
  opacity: 0.85;
}
.site-footer-button:active {
  transform: translateY(1px);
}
.site-footer-button img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.site-footer-button-primary {
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.site-footer-button-outline {
  padding-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #009872;
  background: transparent;
}
.site-footer-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer-phone span {
  color: #8a9794;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.site-footer-phone a {
  color: #000000;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.site-footer-phone a:hover {
  opacity: 0.7;
}
.site-footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer-social-link {
  width: 40px;
  height: 40px;
  display: block;
  transition: opacity 0.2s ease;
}
.site-footer-social-link:hover {
  opacity: 0.7;
}
.site-footer-social-link img {
  width: 100%;
  height: 100%;
}
.site-footer-disclaimer {
  grid-column: 1/-1;
  grid-row: 4;
  margin: 0 0 20px;
  color: #8a9794;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.site-footer-warning {
  grid-column: 1/-1;
  grid-row: 5;
  margin: 0;
  color: rgba(138, 151, 148, 0.45);
  letter-spacing: 0.25px;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
}
.site-footer-bottom {
  height: 40px;
  margin-bottom: 50px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.site-footer-bottom .footer-dy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer-bottom .footer-dy span {
  color: #8a9794;
  margin-right: 7.4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.site-footer-bottom .footer-dy svg,
.site-footer-bottom .footer-dy img {
  height: 16px;
  transform: translateY(1px);
}
.site-footer-bottom .footer-dy svg .spin,
.site-footer-bottom .footer-dy img .spin {
  transform-box: fill-box;
  transform-origin: center;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.site-footer {
  max-width: 100%;
}

.site-footer-main {
  min-width: 0;
}

.site-footer-warning {
  overflow-wrap: anywhere;
}

.cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent-inner {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.cookie-consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cookie-consent-text {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.cookie-consent-text a {
  color: #009872;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.cookie-consent-text a:hover {
  opacity: 0.7;
}
.cookie-consent-button {
  flex-shrink: 0;
  padding: 0 24px;
  height: 44px;
  border-radius: 93px;
  background: #009872;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cookie-consent-button:hover {
  opacity: 0.85;
}
.cookie-consent-button:active {
  transform: translateY(1px);
}

.is-cookie-blocked {
  position: relative;
}

.cookie-map-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  border-radius: inherit;
  background: #f9f9f9;
  color: #8a9794;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.cookie-map-placeholder-corner {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 28px;
  text-align: right;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }

.swiper-pagination-disabled > .swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
            appearance: none;
  }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }

.swiper-pagination-bullet:only-child {
    display: none !important;
  }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }

.swiper-pagination-lock {
  display: none;
}

/* глобальные стили */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: clip;
}

body {
  width: 100%;
  min-width: 0;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

button {
  padding: 0;
  font-family: inherit;
  border: 0;
  cursor: pointer;
}

*,
body,
input,
textarea,
select,
option,
button,
label,
legend,
fieldset,
figure,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

body {
  background-color: #f0f0f0;
  color: #000000;
  background: #ffffff;
}

@media (min-width: 1025px){
  .site-nav-item-dropdown:hover > .site-nav-dropdown-toggle, .site-nav-item-dropdown:focus-within > .site-nav-dropdown-toggle {
    color: #009872;
  }
  .site-nav-item-dropdown:hover > .site-nav-dropdown-toggle span, .site-nav-item-dropdown:focus-within > .site-nav-dropdown-toggle span {
    color: #009872;
  }
  .site-nav-item-dropdown:hover > .site-nav-dropdown-toggle img, .site-nav-item-dropdown:focus-within > .site-nav-dropdown-toggle img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(1026%) hue-rotate(132deg) brightness(91%) contrast(101%);
    transform: rotate(180deg);
  }
  .site-nav-item-dropdown:hover > .site-nav-dropdown, .site-nav-item-dropdown:focus-within > .site-nav-dropdown {
    display: block;
  }
  .site-nav-dropdown-item-has-submenu:hover > .site-nav-submenu, .site-nav-dropdown-item-has-submenu:focus-within > .site-nav-submenu {
    display: block;
  }
}

@media (max-width: 1720px){
  body {
    box-sizing: border-box;
  }
  .site-page {
    width: 100%;
  }
  .site-container {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .site-header {
    width: 100%;
  }
  .site-footer {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .site-footer-main {
    grid-template-columns: minmax(260px, 1fr) 280px 280px 330px;
    column-gap: 24px;
  }
  .cookie-consent-inner {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}

@media (max-width: 1600px){
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1440px){
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1400px){
  body {
    box-sizing: border-box;
  }
  .site-header-actions .site-button-consult {
    padding: 0;
    width: 40px;
  }
  .site-header-actions .site-button-consult span {
    display: none;
  }
  .site-nav {
    gap: 20px;
  }
  .site-services-menu-list {
    column-count: 3;
  }
}

@media (max-width: 1280px){
  body {
    box-sizing: border-box;
  }
  .site-container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .site-header-container {
    height: auto;
    gap: 20px;
  }
  .site-header-left {
    gap: 20px;
  }
  .site-nav {
    gap: 16px;
  }
  .site-services-menu-inner {
    gap: 24px;
  }
  .site-services-menu-list {
    column-count: 2;
    column-gap: 32px;
  }
  .site-footer {
    width: calc(100% - 40px);
  }
  .site-footer-main {
    min-height: 0;
    padding: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "brand contact" "patients clinic" "policy policy" "disclaimer disclaimer" "warning warning";
    gap: 30px 24px;
  }
  .site-footer-brand {
    grid-area: brand;
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }
  .site-footer-policy {
    grid-area: policy;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }
  .site-footer-nav {
    height: auto;
    padding: 0;
  }
  .site-footer-nav:nth-of-type(1) {
    grid-area: patients;
  }
  .site-footer-nav:nth-of-type(2) {
    grid-area: clinic;
  }
  .site-footer-contact-card {
    grid-area: contact;
    grid-column: auto;
  }
  .site-footer-disclaimer {
    grid-area: disclaimer;
    grid-column: auto;
    grid-row: auto;
    margin: -16px 0 0;
  }
  .site-footer-warning {
    grid-area: warning;
    grid-column: auto;
    grid-row: auto;
    margin: -10px 0 0;
    white-space: normal;
    font-size: 22px;
  }
  .cookie-consent-inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1024px){
  body {
    box-sizing: border-box;
  }
  .site-top {
    display: none;
  }
  .site-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .site-header-actions .site-button-primary {
    display: none;
  }
  .site-header-actions .site-button-login {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
  }
  .site-header-actions .site-button-login::before {
    content: "В";
    font-size: 14px;
    font-weight: 600;
  }
  .site-header.site-header-menu-open .site-nav {
    display: flex;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 30;
    height: auto;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .site-nav-item {
    width: 100%;
    display: block;
  }
  .site-nav-item-dropdown {
    width: 100%;
  }
  .site-nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .site-nav-dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 12px;
    padding: 20px;
  }
  .site-nav-dropdown::before {
    display: none;
  }
  .site-nav-dropdown-more {
    min-width: 0;
  }
  .site-nav-submenu {
    position: static;
    min-width: 0;
    margin-top: 15px;
    padding: 20px;
  }
  .site-nav-submenu::before {
    display: none;
  }
  .site-services-menu {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 12px;
    overflow: visible;
    padding: 16px;
    border-radius: 20px;
  }
  .site-services-menu-inner {
    max-height: none;
    flex-direction: column;
    gap: 16px;
  }
  .site-services-menu-tabs {
    width: 100%;
    max-height: none;
    flex-basis: auto;
    overflow: visible;
    padding-right: 0;
  }
  .site-services-menu-divider {
    display: none;
  }
  .site-services-menu-content {
    max-height: 320px;
    padding: 0 12px 0 0;
  }
  .site-services-menu-list {
    column-count: 1;
  }
  .site-menu-button {
    display: flex;
  }
  .site-user-dropdown {
    right: 0;
    width: min(315px, 100vw - 40px);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }
  .site-footer {
    margin-top: 70px;
  }
}

@media (max-width: 768px){
  body {
    box-sizing: border-box;
  }
  .site-footer-main {
    padding: 20px;
    border-radius: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "contact" "patients" "clinic" "policy" "disclaimer" "warning";
    gap: 24px;
    overflow: visible;
  }
  .site-footer-brand {
    gap: 20px;
  }
  .site-footer-policy {
    white-space: normal;
  }
  .site-footer-contact-card {
    padding: 20px;
  }
  .site-footer-phones {
    width: 100%;
  }
  .site-footer-disclaimer {
    margin: -10px 0 0;
  }
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .cookie-consent-button {
    width: 100%;
    white-space: normal;
  }
  .cookie-map-placeholder-corner {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 576px){
  body {
    box-sizing: border-box;
  }
  .site-container {
    width: calc(100% - 24px);
  }
  .site-logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .site-user-dropdown {
    right: -12px;
    width: calc(100vw - 24px);
    padding: 24px;
  }
  .site-footer {
    width: calc(100% - 24px);
  }
  .site-footer {
    margin-top: 56px;
  }
  .site-footer-main {
    padding: 16px;
    border-radius: 20px;
    min-width: 0;
  }
  .site-footer-contact-card {
    padding: 16px;
  }
  .site-footer-button {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .site-footer-warning {
    font-size: 18px;
  }
  .cookie-consent-inner {
    width: calc(100% - 24px);
  }
  .cookie-consent-text {
    font-size: 13px;
  }
  .cookie-map-placeholder {
    font-size: 13px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/main/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=main-page] .main-banner-button, .main[data-page=main-page] .main-slider-button, .main[data-page=main-page] .section-button, .main[data-page=main-page] .services-card-button, .main[data-page=main-page] .near-card-arrow {
  border-radius: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main[data-page=main-page] .main-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main[data-page=main-page] .promo-card-image, .main[data-page=main-page] .services-card-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
}

.main[data-page=main-page] .promo-card, .main[data-page=main-page] .services-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
}

.main[data-page=main-page] .about-section,
.main[data-page=about-page] .about-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .about-section,
.main[data-page=about-page] .about-section {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=main-page] .about-banner,
.main[data-page=about-page] .about-banner {
  width: 100%;
  min-height: 456px;
  padding: 30px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(122.309deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: grid;
  grid-template-columns: 668px 670px;
  grid-gap: 21px;
  gap: 21px;
  align-items: center;
}
.main[data-page=main-page] .about-banner-card,
.main[data-page=about-page] .about-banner-card {
  height: 396px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=main-page] .about-banner-content,
.main[data-page=about-page] .about-banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main[data-page=main-page] .about-banner-title,
.main[data-page=about-page] .about-banner-title {
  width: 679px;
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=main-page] .about-banner-text,
.main[data-page=about-page] .about-banner-text {
  width: 601px;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.main[data-page=main-page] .about-banner-button,
.main[data-page=about-page] .about-banner-button {
  width: -webkit-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.main[data-page=main-page] .about-banner-button span,
.main[data-page=about-page] .about-banner-button span {
  color: inherit;
  font: inherit;
  white-space: nowrap;
}
.main[data-page=main-page] .about-banner-media,
.main[data-page=about-page] .about-banner-media {
  position: relative;
  width: 670px;
  height: 396px;
  overflow: hidden;
  border-radius: 16px;
}
.main[data-page=main-page] .about-banner-image,
.main[data-page=about-page] .about-banner-image {
  width: 670px;
  height: 396px;
  border-radius: 16px;
  object-fit: cover;
}
.main[data-page=main-page] .about-banner-media .main[data-page=main-page] .about-banner-image,
.main[data-page=main-page] .about-banner-media .main[data-page=about-page] .about-banner-image,
.main[data-page=about-page] .about-banner-media .main[data-page=main-page] .about-banner-image,
.main[data-page=about-page] .about-banner-media .main[data-page=about-page] .about-banner-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.main[data-page=main-page] .about-banner-video,
.main[data-page=about-page] .about-banner-video {
  background: #f6f6f6;
}
.main[data-page=main-page] .about-banner-video::after,
.main[data-page=about-page] .about-banner-video::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.main[data-page=main-page] .about-play,
.main[data-page=about-page] .about-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
.main[data-page=main-page] .about-play img,
.main[data-page=about-page] .about-play img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.main[data-page=main-page] .about-banner-video:hover .main[data-page=main-page] .about-play,
.main[data-page=main-page] .about-banner-video:hover .main[data-page=about-page] .about-play,
.main[data-page=about-page] .about-banner-video:hover .main[data-page=main-page] .about-play,
.main[data-page=about-page] .about-banner-video:hover .main[data-page=about-page] .about-play {
  transform: translate(-50%, -50%) scale(1.06);
}
.main[data-page=main-page] .about-stats,
.main[data-page=about-page] .about-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=main-page] .about-stat-card,
.main[data-page=about-page] .about-stat-card {
  height: 154px;
  padding: 20px;
  overflow: hidden;
  border: 2px solid #e7f8ff;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=main-page] .about-stat-value,
.main[data-page=about-page] .about-stat-value {
  color: transparent;
  letter-spacing: 0.02em;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=main-page] .about-stat-text,
.main[data-page=about-page] .about-stat-text {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=main-page] .about-stat-accreditation,
.main[data-page=about-page] .about-stat-accreditation {
  width: 102px;
  height: 51px;
  object-fit: contain;
}

.main[data-page=about-page] .about-page-summary {
  margin-top: 40px;
}

.main[data-page=main-page] .main-banner {
  position: relative;
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .main-banner {
  height: 569px;
  overflow: hidden;
  border-radius: 32px;
  background: #f6f6f6;
}
.main[data-page=main-page] .main-banner-wrapper {
  height: 100%;
}
.main[data-page=main-page] .main-banner-slide {
  position: relative;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  border-radius: inherit;
}
.main[data-page=main-page] .main-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  object-position: center;
  transform: scaleX(-1);
}
.main[data-page=main-page] .main-banner-card {
  position: relative;
  z-index: 2;
  width: 680px;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=main-page] .main-banner-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main[data-page=main-page] .main-banner-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=main-page] .main-banner-text {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.main[data-page=main-page] .main-banner-button {
  width: 140px;
  height: 45px;
  padding: 10px 20px;
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=main-page] .main-banner-button:hover {
  opacity: 0.85;
}
.main[data-page=main-page] .main-banner-button:active {
  transform: translateY(1px);
}
.main[data-page=main-page] .main-slider {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .main-slider {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main[data-page=main-page] .main-slider-pages, .main[data-page=main-page] .main-slider-buttons {
  display: flex;
  align-items: center;
}
.main[data-page=main-page] .main-slider-pages {
  gap: 3px;
}
.main[data-page=main-page] .main-slider-buttons {
  gap: 11px;
}
.main[data-page=main-page] .main-slider-page {
  width: 30px;
  height: 30px;
  border: 0.75px solid rgba(0, 0, 0, 0.15);
  border-radius: 69.75px;
  background: transparent;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .main-slider-page:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .main-slider-page-active {
  width: 36px;
  height: 36px;
  border-width: 0.9px;
  border-radius: 83.7px;
  color: #ffffff;
  background: #000000;
  font-size: 14.4px;
}
.main[data-page=main-page] .main-slider-button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .main-slider-button:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .main-slider-button img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=main-page] .main-slider-button-prev img {
  transform: rotate(180deg);
}
.main[data-page=main-page] .section-button {
  height: 40px;
  padding: 10px 15px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000000;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .section-button:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .section-button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=main-page] .promo-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .promo-section {
  margin-top: 76px;
}
.main[data-page=main-page] .promo-section-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main[data-page=main-page] .promo-section-title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .promo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
  gap: 26px;
}
.main[data-page=main-page] .promo-card {
  position: relative;
  min-width: 0;
  height: 278px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.main[data-page=main-page] .promo-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=main-page] .promo-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=main-page] .promo-card-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .promo-card-text {
  min-height: 14px;
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.main[data-page=main-page] .promo-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main[data-page=main-page] .promo-card-current-price {
  color: #000000;
  white-space: nowrap;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=main-page] .promo-card-old-price {
  min-height: 20px;
  color: #929796;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=main-page] .promo-card-date {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000000;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=main-page] .promo-card-date img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=main-page] .promo-card-image {
  left: calc(50% + 26px);
  top: calc(50% - 66px);
  width: 243px;
  height: 243px;
  border-radius: 1000px;
}
.main[data-page=main-page] .services-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .services-section {
  margin-top: 100px;
}
.main[data-page=main-page] .services-section-title {
  margin: 0 0 39px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=main-page] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 11px 10px;
  gap: 11px 10px;
}
.main[data-page=main-page] .services-popular-card {
  min-height: 294px;
  padding: 20px;
  grid-column: span 3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=main-page] .services-popular-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main[data-page=main-page] .services-popular-title {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=main-page] .services-popular-button {
  flex-shrink: 0;
}
.main[data-page=main-page] .services-popular-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=main-page] .services-popular-link {
  min-height: 62px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #000000;
  letter-spacing: 0.32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=main-page] .services-popular-link:hover {
  opacity: 0.85;
}
.main[data-page=main-page] .services-popular-link:active {
  transform: translateY(1px);
}
.main[data-page=main-page] .services-arrow-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=main-page] .services-card {
  position: relative;
  height: 294px;
  padding: 20px;
}
.main[data-page=main-page] .services-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=main-page] .services-card-text-content {
  width: 100%;
  min-width: 0;
}
.main[data-page=main-page] .services-card-text-content-wide {
  width: 245px;
  flex: 0 0 245px;
}
.main[data-page=main-page] .services-card-title {
  margin: 0 0 8px;
  color: #000000;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .services-card-text {
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.main[data-page=main-page] .services-card-button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: #000000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=main-page] .services-card-button:hover {
  opacity: 0.85;
}
.main[data-page=main-page] .services-card-button:active {
  transform: translateY(1px);
}
.main[data-page=main-page] .services-card-button-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.main[data-page=main-page] .services-card-button-icon::before, .main[data-page=main-page] .services-card-button-icon::after {
  content: "";
  position: absolute;
}
.main[data-page=main-page] .services-card-button-icon::before {
  width: 10px;
  height: 1.5px;
  background: #ffffff;
}
.main[data-page=main-page] .services-card-button-icon::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(-45deg);
}
.main[data-page=main-page] .services-card-button-icon::before {
  left: 7px;
  top: 11px;
}
.main[data-page=main-page] .services-card-button-icon::after {
  right: 6px;
  top: 8px;
}
.main[data-page=main-page] .services-card-image {
  right: 0;
  bottom: 0;
}
.main[data-page=main-page] .near-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .near-section {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 447px 1fr;
  grid-gap: 30px;
  gap: 30px;
  align-items: end;
}
.main[data-page=main-page] .near-left {
  height: 813px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main[data-page=main-page] .near-header {
  width: 369px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=main-page] .near-title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=main-page] .near-subtitle {
  margin: 0;
  color: #8a9794;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.main[data-page=main-page] .near-content {
  min-height: 709px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=main-page] .near-select-wrap {
  position: relative;
  z-index: 4;
}
.main[data-page=main-page] .near-select {
  width: 100%;
  height: 50px;
  padding: 10px 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  background: transparent;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .near-select:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .near-select-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 0.2s ease;
}
.main[data-page=main-page] .near-select-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5;
  max-height: 320px;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}
.main[data-page=main-page] .near-select-dropdown[hidden] {
  display: none;
}
.main[data-page=main-page] .near-select-option {
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .near-select-option:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .near-select-option.is-active {
  background: #f9f9f9;
}
.main[data-page=main-page] .near-content.is-select-open .main[data-page=main-page] .near-select-icon {
  transform: rotate(180deg);
}
.main[data-page=main-page] .near-list {
  height: 644px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=main-page] .near-list::-webkit-scrollbar {
  width: 0;
}
.main[data-page=main-page] .near-card {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=main-page] .near-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main[data-page=main-page] .near-card-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0.4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .near-card-label {
  margin: 0;
  color: #009872;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .near-card-info {
  padding: 15px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=main-page] .near-card-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.main[data-page=main-page] .near-card-arrow {
  width: 40px;
  height: 40px;
  background: #000000;
  flex: 0 0 40px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=main-page] .near-card-arrow:hover {
  opacity: 0.85;
}
.main[data-page=main-page] .near-card-arrow:active {
  transform: translateY(1px);
}
.main[data-page=main-page] .near-card-arrow-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.main[data-page=main-page] .near-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.main[data-page=main-page] .near-info-row-time {
  gap: 15px;
}
.main[data-page=main-page] .near-info-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=main-page] .near-info-text {
  margin: 0;
  color: #000000;
  letter-spacing: 0.32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .near-schedule {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=main-page] .near-schedule-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.main[data-page=main-page] .near-schedule-row span {
  width: 46px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .near-schedule-row b {
  color: #000000;
  letter-spacing: 0.32px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=main-page] .near-route-button {
  padding: 8px 20px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .near-route-button:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .near-route-button img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.main[data-page=main-page] .near-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 47px;
}
.main[data-page=main-page] .near-map-button {
  align-self: flex-end;
}
.main[data-page=main-page] .near-map {
  position: relative;
  width: 943px;
  height: 709px;
  overflow: hidden;
  border-radius: 24px;
  background: #f6f6f6;
}
.main[data-page=main-page] .near-map [class*=ymaps-][class*=-gotoymaps],
.main[data-page=main-page] .near-map [class*=ymaps-][class*=-gototaxi],
.main[data-page=main-page] .near-map [class*=ymaps-][class*=-gototech] {
  display: none !important;
}
.main[data-page=main-page] .near-map-canvas {
  width: 100%;
  height: 100%;
}
.main[data-page=main-page] .near-map-message {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  z-index: 2;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=main-page] .near-map-message[hidden] {
  display: none;
}
.main[data-page=main-page] .near-map-cluster {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.main[data-page=main-page] .near-map-balloon {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #000000;
}
.main[data-page=main-page] .near-map-balloon strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=main-page] .near-map-balloon span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.main[data-page=main-page] .near-map-balloon a {
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 4px;
  padding: 8px 12px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=main-page] .near-map-balloon a:hover {
  opacity: 0.7;
}
.main[data-page=main-page] .site-container,
.main[data-page=main-page] .main-banner,
.main[data-page=main-page] .main-slider,
.main[data-page=main-page] .promo-section,
.main[data-page=main-page] .services-section,
.main[data-page=main-page] .near-section,
.main[data-page=main-page] .about-section,
.main[data-page=main-page] .site-footer {
  max-width: 100%;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .main[data-page=main-page] .about-banner-title,
  .main[data-page=about-page] .about-banner-title {
    width: 100%;
  }
  .main[data-page=main-page] .about-banner-text,
  .main[data-page=about-page] .about-banner-text {
    width: 100%;
  }
  .main[data-page=main-page] .about-banner-media,
  .main[data-page=about-page] .about-banner-media {
    width: 100%;
  }
  .main[data-page=main-page] .about-banner-image,
  .main[data-page=about-page] .about-banner-image {
    width: 100%;
  }
  .main[data-page=main-page] .main-banner {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .main-slider {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .promo-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .services-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .near-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .near-map {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .main[data-page=main-page] .about-banner-card,
  .main[data-page=about-page] .about-banner-card {
    height: auto;
    min-height: 320px;
  }
  .main[data-page=main-page] .about-banner-media,
  .main[data-page=about-page] .about-banner-media {
    height: 360px;
  }
  .main[data-page=main-page] .about-banner-image,
  .main[data-page=about-page] .about-banner-image {
    height: 360px;
  }
  .main[data-page=main-page] .about-stats,
  .main[data-page=about-page] .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=main-page] .main-banner {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .main-banner {
    height: 520px;
  }
  .main[data-page=main-page] .main-banner-slide {
    padding: 24px;
  }
  .main[data-page=main-page] .main-banner-card {
    width: min(620px, 60%);
  }
  .main[data-page=main-page] .main-banner-title {
    font-size: 48px;
  }
  .main[data-page=main-page] .main-slider {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .promo-section {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .promo-list {
    gap: 16px;
  }
  .main[data-page=main-page] .services-section {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=main-page] .services-popular-card {
    grid-column: 1/-1;
  }
  .main[data-page=main-page] .services-popular-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=main-page] .near-section {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .near-section {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .main[data-page=main-page] .near-left {
    height: auto;
    overflow: visible;
  }
  .main[data-page=main-page] .near-content {
    min-height: 0;
  }
  .main[data-page=main-page] .near-list {
    height: auto;
    max-height: 623.9px;
  }
  .main[data-page=main-page] .near-right {
    align-items: stretch;
    gap: 24px;
  }
  .main[data-page=main-page] .near-map {
    height: 520px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    margin-top: 70px;
  }
  .main[data-page=main-page] .about-banner-title,
  .main[data-page=about-page] .about-banner-title {
    font-size: 34px;
  }
  .main[data-page=main-page] .main-banner {
    height: 480px;
  }
  .main[data-page=main-page] .main-banner-card {
    width: min(560px, 100%);
    min-height: 420px;
  }
  .main[data-page=main-page] .main-banner-title {
    font-size: 40px;
  }
  .main[data-page=main-page] .promo-section {
    margin-top: 60px;
  }
  .main[data-page=main-page] .promo-section-title {
    font-size: 34px;
  }
  .main[data-page=main-page] .promo-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }
  .main[data-page=main-page] .promo-list::-webkit-scrollbar {
    height: 0;
  }
  .main[data-page=main-page] .promo-card {
    width: 360px;
    min-width: 360px;
    scroll-snap-align: start;
  }
  .main[data-page=main-page] .services-section {
    margin-top: 70px;
  }
  .main[data-page=main-page] .services-section-title {
    margin-bottom: 28px;
    font-size: 34px;
  }
  .main[data-page=main-page] .near-section {
    margin-top: 70px;
  }
  .main[data-page=main-page] .near-title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    padding: 20px;
    border-radius: 24px;
  }
  .main[data-page=main-page] .about-stats,
  .main[data-page=about-page] .about-stats {
    grid-template-columns: 1fr;
  }
  .main[data-page=main-page] .main-banner {
    height: 420px;
    border-radius: 24px;
  }
  .main[data-page=main-page] .main-banner-slide {
    padding: 16px;
  }
  .main[data-page=main-page] .main-banner-card {
    min-height: 360px;
    height: auto;
    padding: 16px;
  }
  .main[data-page=main-page] .main-banner-title {
    font-size: 32px;
  }
  .main[data-page=main-page] .services-grid {
    grid-template-columns: 1fr;
  }
  .main[data-page=main-page] .services-popular-list {
    grid-template-columns: 1fr;
  }
  .main[data-page=main-page] .near-list {
    max-height: none;
    overflow: visible;
  }
  .main[data-page=main-page] .near-map {
    height: 420px;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    margin-top: 56px;
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    padding: 16px;
    border-radius: 20px;
  }
  .main[data-page=main-page] .about-banner-card,
  .main[data-page=about-page] .about-banner-card {
    min-height: 280px;
    padding: 16px;
  }
  .main[data-page=main-page] .about-banner-title,
  .main[data-page=about-page] .about-banner-title {
    font-size: 26px;
  }
  .main[data-page=main-page] .about-banner-text,
  .main[data-page=about-page] .about-banner-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main[data-page=main-page] .about-banner-media,
  .main[data-page=about-page] .about-banner-media {
    height: 260px;
  }
  .main[data-page=main-page] .about-banner-image,
  .main[data-page=about-page] .about-banner-image {
    height: 260px;
  }
  .main[data-page=main-page] .main-banner {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .main-banner {
    height: 360px;
    border-radius: 20px;
  }
  .main[data-page=main-page] .main-banner-card {
    min-height: 320px;
    border-radius: 16px;
  }
  .main[data-page=main-page] .main-banner-title {
    font-size: 28px;
  }
  .main[data-page=main-page] .main-banner-text {
    font-size: 14px;
  }
  .main[data-page=main-page] .main-slider {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .main-slider {
    align-items: flex-start;
    gap: 12px;
  }
  .main[data-page=main-page] .promo-section {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .promo-section {
    margin-top: 48px;
  }
  .main[data-page=main-page] .promo-section-header {
    margin-bottom: 24px;
  }
  .main[data-page=main-page] .promo-section-title {
    font-size: 28px;
  }
  .main[data-page=main-page] .promo-card {
    width: 320px;
    min-width: 320px;
    height: 260px;
    padding: 16px;
  }
  .main[data-page=main-page] .promo-card-title {
    font-size: 20px;
  }
  .main[data-page=main-page] .promo-card-current-price {
    font-size: 34px;
  }
  .main[data-page=main-page] .promo-card-image {
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
  }
  .main[data-page=main-page] .services-section {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .services-section {
    margin-top: 56px;
  }
  .main[data-page=main-page] .services-section-title {
    font-size: 28px;
  }
  .main[data-page=main-page] .services-popular-card {
    padding: 16px;
    border-radius: 16px;
  }
  .main[data-page=main-page] .services-popular-header {
    gap: 16px;
  }
  .main[data-page=main-page] .services-popular-title {
    font-size: 22px;
  }
  .main[data-page=main-page] .services-popular-button {
    display: none;
  }
  .main[data-page=main-page] .services-card {
    height: 260px;
    padding: 16px;
    border-radius: 16px;
  }
  .main[data-page=main-page] .services-card-text-content-wide {
    width: auto;
    flex-basis: auto;
  }
  .main[data-page=main-page] .services-card-title {
    font-size: 21px;
  }
  .main[data-page=main-page] .near-section {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .near-section {
    margin-top: 56px;
  }
  .main[data-page=main-page] .near-header {
    width: 100%;
  }
  .main[data-page=main-page] .near-title {
    font-size: 28px;
  }
  .main[data-page=main-page] .near-card {
    padding: 16px;
  }
  .main[data-page=main-page] .near-map {
    height: 320px;
    border-radius: 18px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./node_modules/swiper/modules/effect-fade.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

    .swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
.swiper-fade .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/login/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=auth-page] {
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  background: #000000;
}
.main[data-page=auth-page] *,
.main[data-page=auth-page] *::before,
.main[data-page=auth-page] *::after {
  box-sizing: border-box;
}
.main[data-page=auth-page] img {
  display: block;
  max-width: 100%;
}
.main[data-page=auth-page] button,
.main[data-page=auth-page] input {
  font-family: inherit;
}
.main[data-page=auth-page] a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.main[data-page=auth-page] .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.main[data-page=auth-page] .auth-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(180deg, #009872 0%, #22b3b2 100%);
}
.main[data-page=auth-page] .auth-section-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scaleX(-1);
}
.main[data-page=auth-page] .auth-section-background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.04);
  transform: scaleX(-1);
  pointer-events: none;
}
.main[data-page=auth-page] .back-link {
  position: fixed;
  top: 35px;
  left: 50px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=auth-page] .back-link:hover {
  opacity: 0.78;
}
.main[data-page=auth-page] .back-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  outline-offset: 4px;
}
.main[data-page=auth-page] .back-link-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.main[data-page=auth-page] .auth-container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.main[data-page=auth-page] .auth-container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
.main[data-page=auth-page] .auth-card {
  position: absolute;
  top: 50%;
  left: calc(50% + 129px);
  width: 464px;
  min-height: 491px;
  max-height: none;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  overflow: visible;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  transform: translateY(-50%);
}
.main[data-page=auth-page] .auth-card.is-code-step {
  min-height: 472px;
}
.main[data-page=auth-page] .auth-card.is-register-step {
  min-height: 0;
  max-height: calc(100vh - 40px);
  gap: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 152, 114, 0.35) transparent;
}
.main[data-page=auth-page] .auth-card.is-register-step::-webkit-scrollbar {
  width: 6px;
}
.main[data-page=auth-page] .auth-card.is-register-step::-webkit-scrollbar-track {
  background: transparent;
}
.main[data-page=auth-page] .auth-card.is-register-step::-webkit-scrollbar-thumb {
  background: rgba(0, 152, 114, 0.35);
  border-radius: 20px;
}
.main[data-page=auth-page] .auth-card-header {
  width: 384px;
  display: flex;
  justify-content: center;
  padding-right: 15px;
}
.main[data-page=auth-page] .auth-card-content {
  width: 384px;
}
.main[data-page=auth-page] .auth-logo {
  width: 311px;
  height: 59px;
  object-fit: contain;
}
.is-register-step .main[data-page=auth-page] .auth-logo {
  width: 296px;
  height: auto;
}
.main[data-page=auth-page] .auth-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
}
.main[data-page=auth-page] .auth-title-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.main[data-page=auth-page] .auth-subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  color: #000000;
}
.main[data-page=auth-page] .auth-form {
  width: 100%;
  display: none;
  flex-direction: column;
}
.main[data-page=auth-page] .auth-form.is-active {
  display: flex;
}
.main[data-page=auth-page] .auth-phone-form {
  gap: 0;
}
.main[data-page=auth-page] .auth-phone-form .auth-title-group {
  margin-bottom: 40px;
}
.main[data-page=auth-page] .auth-phone-form .phone-field {
  margin-bottom: 10px;
}
.main[data-page=auth-page] .auth-phone-form .primary-button {
  margin-bottom: 35px;
}
.main[data-page=auth-page] .auth-phone-form .gosuslugi-button {
  margin-top: 0;
}
.main[data-page=auth-page] .phone-field {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 10px 10px 10px 25px;
  border: 1px solid #009872;
  cursor: text;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.main[data-page=auth-page] .phone-field:focus-within {
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.14);
}
.main[data-page=auth-page] .phone-input {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 0;
  color: #000000;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
          appearance: none;
}
.main[data-page=auth-page] .phone-input::placeholder {
  color: rgba(138, 151, 148, 0.35);
  opacity: 1;
}
.main[data-page=auth-page] .phone-input::selection {
  background: rgba(0, 152, 114, 0.2);
}
.main[data-page=auth-page] .primary-button {
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  border-radius: 12px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=auth-page] .primary-button:hover {
  opacity: 0.9;
}
.main[data-page=auth-page] .primary-button:active {
  transform: translateY(1px);
}
.main[data-page=auth-page] .primary-button:focus-visible {
  outline: 2px solid #009872;
  outline-offset: 3px;
}
.main[data-page=auth-page] .primary-button:disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}
.main[data-page=auth-page] .gosuslugi-button {
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  padding: 10px 20px;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  color: #000000;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.main[data-page=auth-page] .gosuslugi-button:hover {
  border-color: rgba(0, 152, 114, 0.5);
}
.main[data-page=auth-page] .gosuslugi-button:focus-visible {
  outline: 2px solid #009872;
  outline-offset: 3px;
}
.main[data-page=auth-page] .gosuslugi-logo {
  width: 80px;
  height: 18px;
  object-fit: contain;
}
.main[data-page=auth-page] .auth-code-form {
  align-items: center;
  gap: 60px;
}
.main[data-page=auth-page] .auth-code-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.main[data-page=auth-page] .sent-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main[data-page=auth-page] .sent-phone-number {
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
  color: #000000;
  text-align: center;
}
.main[data-page=auth-page] .sent-phone-edit {
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.2s ease;
}
.main[data-page=auth-page] .sent-phone-edit:hover {
  opacity: 0.75;
}
.main[data-page=auth-page] .sent-phone-edit:focus-visible {
  outline: 2px solid #009872;
  outline-offset: 3px;
}
.main[data-page=auth-page] .sent-phone-edit-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.main[data-page=auth-page] .code-fields {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 280px;
  margin: 0;
  padding: 0;
  border: 0;
}
.main[data-page=auth-page] .code-input {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  width: 48px;
  min-height: 55px;
  padding: 10px;
  color: #000000;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.main[data-page=auth-page] .code-input::placeholder {
  color: rgba(138, 151, 148, 0.35);
  opacity: 1;
}
.main[data-page=auth-page] .code-input:focus {
  border-color: #009872;
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.14);
}
.main[data-page=auth-page] .code-input:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f9f9f9;
}
.main[data-page=auth-page] .code-timer {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  text-align: center;
}
.main[data-page=auth-page] .code-timer.is-hidden {
  display: none;
}
.main[data-page=auth-page] .code-resend {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.main[data-page=auth-page] .code-resend-button {
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #009872;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.main[data-page=auth-page] .code-resend-button.is-active {
  display: inline-flex;
}
.main[data-page=auth-page] .code-resend-button:hover {
  text-decoration-thickness: 2px;
}
.main[data-page=auth-page] .code-resend-button:focus-visible {
  outline: 2px solid #009872;
  outline-offset: 3px;
}
.main[data-page=auth-page] .code-resend-button:disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.main[data-page=auth-page] .auth-register-form {
  gap: 20px;
}
.main[data-page=auth-page] .register-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=auth-page] .register-notice {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  min-height: 90px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 12px;
}
.main[data-page=auth-page] .register-notice-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}
.main[data-page=auth-page] .register-notice p {
  flex: 1;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  color: #000000;
}
.main[data-page=auth-page] .register-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=auth-page] .gender-field {
  width: 100%;
  min-height: 45px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  grid-gap: 41px;
  gap: 41px;
}
.main[data-page=auth-page] .gender-label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #8a9794;
}
.main[data-page=auth-page] .gender-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  gap: 5px;
}
.main[data-page=auth-page] .gender-option {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 14px 0 20px;
  color: #000000;
  background: #f9f9f9;
  border-radius: 12px;
  cursor: pointer;
}
.main[data-page=auth-page] .gender-radio {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: #ffffff;
  border: 0.8px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.main[data-page=auth-page] .gender-input:checked + .gender-radio {
  border: 1px solid #009872;
}
.main[data-page=auth-page] .gender-input:checked + .gender-radio::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  content: "";
  background: #009872;
  border-radius: 50%;
}
.main[data-page=auth-page] .gender-input:focus-visible + .gender-radio {
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.14);
}
.main[data-page=auth-page] .register-field {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 10px 15px 10px 20px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.main[data-page=auth-page] .register-field.is-error {
  border-color: #ef2854;
  box-shadow: 0 0 0 3px rgba(239, 40, 84, 0.1);
}
.main[data-page=auth-page] .register-field:focus-within {
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.14);
}
.main[data-page=auth-page] .register-field-with-icon {
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=auth-page] .register-field-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
}
.main[data-page=auth-page] .register-input {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 0;
  color: #000000;
  background: transparent;
  border: 0;
  outline: 0;
}
.main[data-page=auth-page] .register-input::placeholder {
  color: #8a9794;
  opacity: 1;
}
.main[data-page=auth-page] .register-agreements {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=auth-page] .agreement-field {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  cursor: pointer;
}
.main[data-page=auth-page] .agreement-field a {
  color: #009872;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main[data-page=auth-page] .agreement-field a:hover {
  text-decoration-thickness: 2px;
}
.main[data-page=auth-page] .agreement-field.is-error {
  color: #ef2854;
}
.main[data-page=auth-page] .agreement-field.is-error .agreement-checkbox {
  border-color: #ef2854;
  box-shadow: 0 0 0 3px rgba(239, 40, 84, 0.1);
}
.main[data-page=auth-page] .agreement-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.main[data-page=auth-page] .agreement-input:checked + .agreement-checkbox {
  background: #009872;
  border-color: #009872;
}
.main[data-page=auth-page] .agreement-input:checked + .agreement-checkbox::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 11px;
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}
.main[data-page=auth-page] .agreement-input:focus-visible + .agreement-checkbox {
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.14);
}
.main[data-page=auth-page] .field-error {
  margin: 2px 0 5px;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
  color: #ef2854;
}
.main[data-page=auth-page] .auth-form-error {
  display: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 12px;
  margin-top: -20px;
}
.main[data-page=auth-page] .auth-form-error.is-active {
  display: block;
}
.main[data-page=auth-page] .auth-form-error.is-error {
  color: #ef2854;
  background: rgba(239, 40, 84, 0.08);
  border: 1px solid rgba(239, 40, 84, 0.22);
}
.main[data-page=auth-page] .auth-form-error.is-success {
  color: #009872;
  background: rgba(0, 152, 114, 0.08);
  border: 1px solid rgba(0, 152, 114, 0.22);
}
.main[data-page=auth-page] .auth-form-error.is-info {
  color: #000000;
  background: rgba(0, 152, 114, 0.08);
  border: 1px solid rgba(0, 152, 114, 0.18);
}
.main[data-page=auth-page] .register-submit-button {
  margin-top: 0;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=auth-page] .auth-card {
    right: 11%;
    left: auto;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=auth-page] .auth-container {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=auth-page] .auth-card {
    right: 6%;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=auth-page] .auth-section {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main[data-page=auth-page] .auth-section-background {
    position: fixed;
    background-position: 42% center;
  }
  .main[data-page=auth-page] .back-link {
    top: 24px;
    left: 24px;
  }
  .main[data-page=auth-page] .auth-container {
    width: calc(100% - 40px);
  }
  .main[data-page=auth-page] .auth-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 32px;
  }
  .main[data-page=auth-page] .auth-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-height: none;
    min-height: auto;
    margin: auto 0;
    transform: none;
  }
  .main[data-page=auth-page] .auth-card.is-register-step {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=auth-page] {
    min-height: 100svh;
  }
  .main[data-page=auth-page] .auth-section {
    min-height: 100svh;
  }
  .main[data-page=auth-page] .auth-section-background {
    background-position: 36% center;
  }
  .main[data-page=auth-page] .auth-section-background::after {
    background: rgba(0, 0, 0, 0.28);
  }
  .main[data-page=auth-page] .back-link {
    top: 16px;
    left: 12px;
  }
  .main[data-page=auth-page] .auth-container {
    width: calc(100% - 24px);
  }
  .main[data-page=auth-page] .auth-container {
    min-height: 100svh;
    padding-top: 64px;
    padding-bottom: 20px;
  }
  .main[data-page=auth-page] .auth-card {
    width: 100%;
    min-height: auto;
    padding: 24px 16px;
    gap: 28px;
    border-radius: 20px;
  }
  .main[data-page=auth-page] .auth-card.is-code-step {
    min-height: auto;
  }
  .main[data-page=auth-page] .auth-card.is-register-step {
    min-height: auto;
    max-height: none;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }
  .main[data-page=auth-page] .auth-card-header {
    width: 100%;
    padding-right: 0;
  }
  .main[data-page=auth-page] .auth-card-content {
    width: 100%;
  }
  .main[data-page=auth-page] .auth-logo {
    width: 240px;
    height: auto;
  }
  .is-register-step .main[data-page=auth-page] .auth-logo {
    width: 220px;
  }
  .main[data-page=auth-page] .auth-title {
    font-size: 18px;
  }
  .main[data-page=auth-page] .auth-phone-form .auth-title-group {
    margin-bottom: 32px;
  }
  .main[data-page=auth-page] .auth-phone-form .primary-button {
    margin-bottom: 28px;
  }
  .main[data-page=auth-page] .code-fields {
    width: 100%;
    gap: 8px;
  }
  .main[data-page=auth-page] .code-input {
    width: 44px;
  }
  .main[data-page=auth-page] .auth-register-form {
    gap: 16px;
  }
  .main[data-page=auth-page] .register-content {
    gap: 14px;
  }
  .main[data-page=auth-page] .register-notice {
    min-height: auto;
    padding: 12px;
    gap: 10px;
  }
  .main[data-page=auth-page] .register-notice p {
    font-size: 11px;
  }
  .main[data-page=auth-page] .gender-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .main[data-page=auth-page] .gender-option {
    gap: 10px;
    padding: 0 12px;
  }
  .main[data-page=auth-page] .register-agreements {
    gap: 12px;
  }
  .main[data-page=auth-page] .agreement-field {
    gap: 10px;
    font-size: 11px;
  }
  .main[data-page=auth-page] .field-error {
    padding-left: 12px;
    font-size: 10px;
  }
  .main[data-page=auth-page] .auth-form-error {
    font-size: 11px;
    padding: 10px 12px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/recordnew/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=appointment-page] {
  background: #ffffff;
}

.main[data-page=appointment-page] .appointment-section,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-section,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=appointment-page] .appointment-section,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-section,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-section {
  padding-top: 20px;
}
.main[data-page=appointment-page] .appointment-breadcrumbs,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-breadcrumbs,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-breadcrumbs span,
.main[data-page=appointment-page] .appointment-breadcrumbs a,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-breadcrumbs span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-breadcrumbs a,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-breadcrumbs span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-breadcrumbs a,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-breadcrumbs a,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-breadcrumbs a:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-breadcrumbs a:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-breadcrumbs span:last-child,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-breadcrumbs span:last-child,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-title {
  margin: 0 0 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-card,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-card,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border-radius: 16px;
  background: #f9f9f9;
}
.main[data-page=appointment-page] .appointment-card.is-confirm-step,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-card.is-confirm-step,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-card.is-confirm-step {
  gap: 20px;
}
.main[data-page=appointment-page] .appointment-filters,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-filters,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-filters {
  display: grid;
  grid-template-columns: 311px minmax(0, 1fr) 295px;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main[data-page=appointment-page] .appointment-filters[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-filters[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-filters[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-tabs,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-tabs,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #ffffff;
  width: -webkit-fit-content;
  width: fit-content;
}
.main[data-page=appointment-page] .appointment-tab,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-tab,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-tab {
  height: 40px;
  padding: 10px 20px;
  border-radius: 93px;
  color: #000000;
  background: #ffffff;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-tab:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-tab:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-tab:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-tab-active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-tab-active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-tab-active {
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main[data-page=appointment-page] .appointment-search,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search {
  position: relative;
  height: 50px;
  z-index: 3;
}
.main[data-page=appointment-page] .appointment-search.is-open,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search.is-open,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search.is-open {
  z-index: 20;
}
.main[data-page=appointment-page] .appointment-search-field,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-field,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-field {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
}
.main[data-page=appointment-page] .appointment-search-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.main[data-page=appointment-page] .appointment-search input,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input {
  width: 100%;
  height: 100%;
  padding: 10px 58px 10px 51px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #000000;
  background: #ffffff;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-search input::placeholder,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::placeholder,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::placeholder {
  color: #8a9794;
  opacity: 1;
}
.main[data-page=appointment-page] .appointment-search input:focus,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input:focus,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input:focus {
  border-color: #009872;
}
.main[data-page=appointment-page] .appointment-search input::-webkit-search-decoration, .main[data-page=appointment-page] .appointment-search input::-webkit-search-cancel-button, .main[data-page=appointment-page] .appointment-search input::-webkit-search-results-button, .main[data-page=appointment-page] .appointment-search input::-webkit-search-results-decoration,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::-webkit-search-decoration,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::-webkit-search-cancel-button,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::-webkit-search-results-button,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::-webkit-search-results-decoration,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::-webkit-search-decoration,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::-webkit-search-cancel-button,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::-webkit-search-results-button,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.main[data-page=appointment-page] .appointment-search input::-ms-clear, .main[data-page=appointment-page] .appointment-search input::-ms-reveal,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::-ms-clear,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search input::-ms-reveal,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::-ms-clear,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.main[data-page=appointment-page] .appointment-search-clear,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-clear,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 35px;
  height: 35px;
  padding: 8.75px;
  border: 0.875px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  background: #000000;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-search-clear:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-clear:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-clear:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-search-clear[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-clear[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-clear[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-search-clear img,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-clear img,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-clear img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.main[data-page=appointment-page] .appointment-search-dropdown,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1;
  width: 700px;
  height: 650px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.main[data-page=appointment-page] .appointment-search-dropdown[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-search-dropdown-inner,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown-inner,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown-inner {
  width: 100%;
  height: 100%;
  max-height: inherit;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #009872 #f9f9f9;
}
.main[data-page=appointment-page] .appointment-search-dropdown-inner::-webkit-scrollbar,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown-inner::-webkit-scrollbar,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown-inner::-webkit-scrollbar {
  width: 5px;
}
.main[data-page=appointment-page] .appointment-search-dropdown-inner::-webkit-scrollbar-track,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown-inner::-webkit-scrollbar-track,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown-inner::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.main[data-page=appointment-page] .appointment-search-dropdown-inner::-webkit-scrollbar-thumb,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown-inner::-webkit-scrollbar-thumb,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown-inner::-webkit-scrollbar-thumb {
  border-radius: 66px;
  background: #009872;
}
.main[data-page=appointment-page] .appointment-search-dropdown-inner::-webkit-scrollbar-button,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown-inner::-webkit-scrollbar-button,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown-inner::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.main[data-page=appointment-page] .appointment-search-content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-content {
  display: flex;
  width: 407px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-search-group,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-group,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-search-group-title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-group-title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-group-title {
  width: 100%;
  color: #009872;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-search-list,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-list,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.main[data-page=appointment-page] .appointment-search-link,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-link,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-link {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 10px 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-search-link:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-link:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-link:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-search-link strong,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-link strong,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-link strong {
  font-weight: 700;
}
.main[data-page=appointment-page] .appointment-search-doctors,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctors,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctors {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.main[data-page=appointment-page] .appointment-search-doctor,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 60px;
  padding: 10px 0;
  color: #000000;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-search-doctor:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-search-doctor-image,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-image,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-image {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  object-fit: cover;
}
.main[data-page=appointment-page] .appointment-search-doctor-content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.main[data-page=appointment-page] .appointment-search-doctor-name,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-name,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-name {
  max-width: 100%;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-search-doctor-name strong,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-name strong,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-name strong {
  font-weight: 700;
}
.main[data-page=appointment-page] .appointment-search-doctor-position,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-position,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-position {
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-search-doctor-position strong,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-position strong,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-position strong {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 700;
}
.main[data-page=appointment-page] .appointment-select,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select {
  position: relative;
  height: 50px;
  z-index: 2;
}
.main[data-page=appointment-page] .appointment-select.is-open,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select.is-open,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select.is-open {
  z-index: 30;
}
.main[data-page=appointment-page] .appointment-select select,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select select,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select select {
  display: none;
}
.main[data-page=appointment-page] .appointment-select-button,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-button,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-button {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 56px 10px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #000000;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-select-button span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-button span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-button span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=appointment-page] .appointment-select-button:focus,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-button:focus,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-button:focus {
  border-color: #009872;
}
.main[data-page=appointment-page] .appointment-select-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-select.is-open .main[data-page=appointment-page] .appointment-select-icon,
.main[data-page=appointment-page] .appointment-select.is-open .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-icon,
.main[data-page=appointment-page] .appointment-select.is-open .main[data-page=media-detail-page] .media-detail-consultation .appointment-select-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select.is-open .main[data-page=appointment-page] .appointment-select-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select.is-open .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select.is-open .main[data-page=media-detail-page] .media-detail-consultation .appointment-select-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select.is-open .main[data-page=appointment-page] .appointment-select-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select.is-open .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select.is-open .main[data-page=media-detail-page] .media-detail-consultation .appointment-select-icon {
  transform: translateY(-50%) rotate(180deg);
}
.main[data-page=appointment-page] .appointment-select-dropdown,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-dropdown,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  max-height: 340px;
  flex-direction: column;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}
.main[data-page=appointment-page] .appointment-select-dropdown[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-dropdown[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-dropdown[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-select-option,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-option,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-option {
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #000000;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-select-option:hover, .main[data-page=appointment-page] .appointment-select-option:focus, .main[data-page=appointment-page] .appointment-select-option.is-active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-option:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-option:focus,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select-option.is-active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-option:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-option:focus,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-select-option.is-active {
  color: #009872;
  background: #f9f9f9;
}
.main[data-page=appointment-page] .appointment-popular,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-popular,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-popular {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=appointment-page] .appointment-popular.is-hidden,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-popular.is-hidden,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-popular.is-hidden {
  display: none;
}
.main[data-page=appointment-page] .appointment-popular-title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-popular-title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-popular-title {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=appointment-page] .appointment-directions,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-directions,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-directions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-direction,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-direction,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-direction {
  min-height: 58px;
  padding: 20px;
  border-radius: 16px;
  color: #000000;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-direction:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-direction:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-direction:hover {
  opacity: 0.85;
}
.main[data-page=appointment-page] .appointment-direction:active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-direction:active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-direction:active {
  transform: translateY(1px);
}
.main[data-page=appointment-page] .appointment-direction span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-direction span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-direction span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=appointment-page] .appointment-direction-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-direction-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-direction-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=appointment-page] .appointment-doctor-selection,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection {
  display: block;
}
.main[data-page=appointment-page] .appointment-doctor-selection.is-hidden,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection.is-hidden,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection.is-hidden {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-selection__single,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection__single,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection__single {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 670px;
  grid-gap: 40px;
  gap: 40px;
}
.main[data-page=appointment-page] .appointment-doctor-selection__single[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection__single[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection__single[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-selection--list,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection--list,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection--list {
  display: block;
}
.main[data-page=appointment-page] .appointment-doctor-results,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-results,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-results {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main[data-page=appointment-page] .appointment-doctor-results[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-results[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-results[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-result,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-result,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 670px;
  grid-gap: 40px;
  gap: 40px;
}
.main[data-page=appointment-page] .appointment-doctor-card,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  border-radius: 16px;
  background: #f9f9f9;
}
.main[data-page=appointment-page] .appointment-doctor-card__image,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__image,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__image {
  width: 132px;
  height: 201px;
  flex: 0 0 132px;
  border-radius: 12px;
  object-fit: cover;
  background: #d9d9d9;
}
.main[data-page=appointment-page] .appointment-doctor-card__content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  min-height: 201px;
  padding-top: 10px;
}
.main[data-page=appointment-page] .appointment-doctor-card__top,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__top,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__top {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.main[data-page=appointment-page] .appointment-doctor-card__name,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__name,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__name {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-card__position,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__position,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__position {
  color: #8a9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-card__tags,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__tags,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.main[data-page=appointment-page] .appointment-doctor-card__tag,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__tag,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__tag {
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 78px;
  color: #000000;
  background: #f9f9f9;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-doctor-card__tag--primary,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__tag--primary,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__tag--primary {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main[data-page=appointment-page] .appointment-doctor-card__service-wrap,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-wrap,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-wrap {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
  z-index: 5;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-wrap.is-open,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-wrap.is-open,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-wrap.is-open {
  z-index: 20;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-wrap.is-open .appointment-doctor-card__service-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-wrap.is-open .appointment-doctor-card__service-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-wrap.is-open .appointment-doctor-card__service-icon {
  transform: rotate(180deg);
}
.main[data-page=appointment-page] .appointment-doctor-card__service,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 61px;
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-card__service:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-doctor-card__service:focus,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service:focus,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service:focus {
  outline: none;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-name,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-name,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-name {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-price,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-price,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-price {
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-dropdown,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-dropdown,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  max-height: 360px;
  flex-direction: column;
  gap: 15px;
  padding: 18px 14px 18px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #ffffff;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 152, 114, 0.45) transparent;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-dropdown::-webkit-scrollbar,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-dropdown::-webkit-scrollbar,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-dropdown::-webkit-scrollbar {
  width: 6px;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-dropdown::-webkit-scrollbar-thumb,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-dropdown::-webkit-scrollbar-thumb,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-dropdown::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(0, 152, 114, 0.45);
}
.main[data-page=appointment-page] .appointment-doctor-card__service-dropdown::-webkit-scrollbar-track,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-dropdown::-webkit-scrollbar-track,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-dropdown[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-dropdown[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-dropdown[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-option,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #000000;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-option:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-option-content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option-content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-option-name,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option-name,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option-name {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-option-description,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option-description,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option-description {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-doctor-card__service-option-price,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option-price,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option-price {
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-doctor-schedule,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinics,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinics,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinics {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__badge,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__badge,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 31px;
  margin-bottom: 12px;
  color: #000000;
  background: #f9f9f9;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__badge span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__badge span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__badge span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__badge-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__badge-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__badge-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-wrap,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-wrap,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-wrap {
  position: relative;
  z-index: 4;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-wrap.is-open,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-wrap.is-open,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-wrap.is-open {
  z-index: 15;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-wrap.is-open .appointment-doctor-schedule__clinic-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-wrap.is-open .appointment-doctor-schedule__clinic-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-wrap.is-open .appointment-doctor-schedule__clinic-icon {
  transform: rotate(180deg);
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 60px;
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-dropdown,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-dropdown,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-dropdown[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-dropdown[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-dropdown[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-option,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-option,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-option {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #000000;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-option:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-option:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-option:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-option span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-option span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-option span {
  color: #009872;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-option small,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-option small,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-option small {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-option.is-active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-option.is-active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-option.is-active {
  opacity: 0.65;
  pointer-events: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-name,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-name,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-name {
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-address,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-address,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-address {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__clinic-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__map,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__map,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__map {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: fit-content;
  color: #009872;
  opacity: 0.45;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__map:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__map:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__map:hover {
  opacity: 1;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__map-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__map-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__map-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__divider,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__divider,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.main[data-page=appointment-page] .appointment-doctor-schedule__time,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__time,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__time {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__dates,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__dates,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__dates {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__dates::-webkit-scrollbar,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__dates::-webkit-scrollbar,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__dates::-webkit-scrollbar {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule [data-schedule-dates],
.main[data-page=appointment-page] .appointment-doctor-schedule [data-card-schedule-dates],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule [data-schedule-dates],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule [data-card-schedule-dates],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule [data-schedule-dates],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule [data-card-schedule-dates] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule [data-schedule-dates]::-webkit-scrollbar,
.main[data-page=appointment-page] .appointment-doctor-schedule [data-card-schedule-dates]::-webkit-scrollbar,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule [data-schedule-dates]::-webkit-scrollbar,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule [data-card-schedule-dates]::-webkit-scrollbar,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule [data-schedule-dates]::-webkit-scrollbar,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule [data-card-schedule-dates]::-webkit-scrollbar {
  display: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date {
  display: flex;
  width: 82px;
  min-width: 82px;
  height: 51px;
  flex: 0 0 82px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date:hover {
  opacity: 0.85;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date:active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date:active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date:active {
  transform: translateY(1px);
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date--active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date--active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date--active {
  border-color: #009872;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date--disabled,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date--disabled,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date--disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date-day,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date-day,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date-day {
  color: #000000;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date-weekday,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date-weekday,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date-weekday {
  color: #8a9794;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__date-weekday--weekend,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date-weekday--weekend,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date-weekday--weekend {
  color: #ff6b6b;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__calendar,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__calendar,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__calendar {
  width: 51px;
  min-width: 51px;
  height: 51px;
  flex: 0 0 51px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__calendar:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__calendar:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__calendar:hover {
  opacity: 0.85;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__calendar:active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__calendar:active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__calendar:active {
  transform: translateY(1px);
}
.main[data-page=appointment-page] .appointment-doctor-schedule__calendar-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__calendar-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__calendar-icon {
  width: 24px;
  height: 24px;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__times,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__times,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__times {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__time-item,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__time-item,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__time-item {
  min-width: 59px;
  height: 36px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #009872;
  background: rgba(0, 152, 114, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__time-item:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__time-item:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__time-item:hover {
  opacity: 0.85;
}
.main[data-page=appointment-page] .appointment-doctor-schedule__time-item:active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__time-item:active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__time-item:active {
  transform: translateY(1px);
}
.main[data-page=appointment-page] .appointment-doctor-schedule__time-item--active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__time-item--active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__time-item--active {
  color: #ffffff;
  background: #009872;
}
.main[data-page=appointment-page] .appointment-calendar-popup,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.main[data-page=appointment-page] .appointment-calendar-popup[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-calendar-popup__overlay,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__overlay,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
}
.main[data-page=appointment-page] .appointment-calendar-popup__dialog,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__dialog,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: 461px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 12.9px rgba(5, 44, 79, 0.08);
}
.main[data-page=appointment-page] .appointment-calendar-popup__header,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__header,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  min-height: 50px;
  padding: 2px 5px;
  border-radius: 33px;
  background: #f9f9f9;
}
.main[data-page=appointment-page] .appointment-calendar-popup__month,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__month,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__month {
  color: #009872;
  text-align: center;
  text-transform: capitalize;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-calendar-popup__nav,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__nav,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__nav {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-calendar-popup__nav:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__nav:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__nav:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-calendar-popup__nav--prev .appointment-calendar-popup__nav-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__nav--prev .appointment-calendar-popup__nav-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__nav--prev .appointment-calendar-popup__nav-icon {
  transform: rotate(90deg);
}
.main[data-page=appointment-page] .appointment-calendar-popup__nav--next .appointment-calendar-popup__nav-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__nav--next .appointment-calendar-popup__nav-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__nav--next .appointment-calendar-popup__nav-icon {
  transform: rotate(-90deg);
}
.main[data-page=appointment-page] .appointment-calendar-popup__nav-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__nav-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__nav-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.main[data-page=appointment-page] .appointment-calendar-popup__weekdays,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__weekdays,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__weekdays {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 7px;
  gap: 7px;
  padding: 4px 0;
}
.main[data-page=appointment-page] .appointment-calendar-popup__weekdays span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__weekdays span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__weekdays span {
  color: #000000;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=appointment-page] .appointment-calendar-popup__weekdays span:nth-child(6), .main[data-page=appointment-page] .appointment-calendar-popup__weekdays span:nth-child(7),
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__weekdays span:nth-child(6),
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__weekdays span:nth-child(7),
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__weekdays span:nth-child(6),
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__weekdays span:nth-child(7) {
  color: #ca1212;
}
.main[data-page=appointment-page] .appointment-calendar-popup__grid,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__grid,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 5px 7px;
  gap: 5px 7px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.main[data-page=appointment-page] .appointment-calendar-popup__day,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__day,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__day {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 40px;
  padding: 6px;
  border-radius: 4px;
  color: #000000;
  background: transparent;
  font-feature-settings: "pnum" on, "lnum" on;
  cursor: default;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-calendar-popup__day--outside, .main[data-page=appointment-page] .appointment-calendar-popup__day--disabled,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__day--outside,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__day--disabled,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__day--outside,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__day--disabled {
  color: #8a9794;
}
.main[data-page=appointment-page] .appointment-calendar-popup__day--available,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__day--available,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__day--available {
  color: #ffffff;
  background: #009872;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-calendar-popup__day--available:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__day--available:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__day--available:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-calendar-popup__day--active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__day--active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__day--active {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.18);
}
.main[data-page=appointment-page] .appointment-calendar-popup__close,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__close,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  background: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-calendar-popup__close:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__close:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__close:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-calendar-popup__close-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__close-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__close-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.main[data-page=appointment-page] .appointment-confirm,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=appointment-page] .appointment-confirm[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__main,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__main,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 650px;
  grid-gap: 20px;
  gap: 20px;
}
.main[data-page=appointment-page] .appointment-confirm__left,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__left,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__left {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 30px;
}
.main[data-page=appointment-page] .appointment-confirm__top,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__top,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main[data-page=appointment-page] .appointment-confirm__back,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__back,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__back {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  color: #000000;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__back:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__back:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__back:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__back-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__back-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__back-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 93px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=appointment-page] .appointment-confirm__back-icon img,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__back-icon img,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__back-icon img {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.main[data-page=appointment-page] .appointment-confirm__section,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__section,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main[data-page=appointment-page] .appointment-confirm__heading,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__heading,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.main[data-page=appointment-page] .appointment-confirm__title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__title {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-confirm__login,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__login,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__login {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #8a9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-confirm__login-button,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__login-button,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__login-button {
  min-height: 35px;
  padding: 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__login-button:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__login-button:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__login-button:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__patients,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patients,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patients {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
  gap: 5px;
}
.main[data-page=appointment-page] .appointment-confirm__patient,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patient,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patient {
  display: flex;
  min-height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__patient:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patient:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patient:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__patient.is-active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patient.is-active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patient.is-active {
  border-color: #009872;
}
.main[data-page=appointment-page] .appointment-confirm__patient span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patient span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patient span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__patient small,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patient small,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patient small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__relatives,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relatives,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relatives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-confirm__relatives[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relatives[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relatives[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__relative,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relative,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relative {
  display: flex;
  min-height: 56px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__relative:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relative:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relative:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__relative.is-active,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relative.is-active,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relative.is-active {
  border-color: #009872;
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.1);
}
.main[data-page=appointment-page] .appointment-confirm__relative span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relative span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relative span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__relative small,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relative small,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relative small {
  color: #8a9794;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__fields,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__fields,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-confirm__fields[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__fields[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__fields[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__row,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__row,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=appointment-page] .appointment-confirm__field,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__field,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=appointment-page] .appointment-confirm__field input,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__field input,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__field input {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #000000;
  background: #ffffff;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__field input::placeholder,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__field input::placeholder,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__field input::placeholder {
  color: #8a9794;
  opacity: 1;
}
.main[data-page=appointment-page] .appointment-confirm__field input:focus,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__field input:focus,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__field input:focus {
  border-color: rgba(0, 152, 114, 0.45);
}
.main[data-page=appointment-page] .appointment-confirm__field.is-error input,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__field.is-error input,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__field.is-error input {
  border-color: #ff0606;
}
.main[data-page=appointment-page] .appointment-confirm__error,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__error,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__error {
  min-height: 14px;
  color: #ff0606;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__error:empty,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__error:empty,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__error:empty {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__age-notice,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__age-notice,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__age-notice {
  margin: 16px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 6, 6, 0.25);
  border-radius: 12px;
  background: rgba(255, 6, 6, 0.06);
  color: #ff0606;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.main[data-page=appointment-page] .appointment-confirm__age-notice[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__age-notice[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__age-notice[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code[hidden],
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code[hidden],
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code[hidden] {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-head,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-head,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-title {
  margin-bottom: 4px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-text,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-text,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-text {
  color: #8a9794;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-resend,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-resend,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-resend {
  min-height: 35px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-resend:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-resend:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-resend:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__code-fields,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__code-fields,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__code-fields {
  display: grid;
  grid-template-columns: repeat(5, 45px);
  grid-gap: 8px;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}
.main[data-page=appointment-page] .appointment-confirm__code-input,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__code-input,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__code-input {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  outline: none;
  color: #000000;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=appointment-page] .appointment-confirm__code-input:focus,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__code-input:focus,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__code-input:focus {
  border-color: rgba(0, 152, 114, 0.45);
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-status,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-status,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-status {
  min-height: 16px;
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-status:empty,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-status:empty,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-status:empty {
  display: none;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-status.is-error,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-status.is-error,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-status.is-error {
  color: #ff0606;
}
.main[data-page=appointment-page] .appointment-confirm__phone-code-status.is-success,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-status.is-success,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-status.is-success {
  color: #009872;
}
.main[data-page=appointment-page] .appointment-confirm__gender,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.main[data-page=appointment-page] .appointment-confirm__gender-label,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-label,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-label {
  min-height: 45px;
  padding-left: 20px;
  color: #8a9794;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__gender-items,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-items,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-items {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
  gap: 5px;
}
.main[data-page=appointment-page] .appointment-confirm__gender-item,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-item,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 0 14px 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__gender-item:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-item:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-item:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__gender-item input,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-item input,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-item input {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  -webkit-appearance: none;
          appearance: none;
  background: #ffffff;
}
.main[data-page=appointment-page] .appointment-confirm__gender-item input:checked,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-item input:checked,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-item input:checked {
  border-color: #009872;
}
.main[data-page=appointment-page] .appointment-confirm__gender-item input:checked::before,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-item input:checked::before,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-item input:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: inherit;
  background: #009872;
}
.main[data-page=appointment-page] .appointment-confirm__gender-item span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-item span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-item span {
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=appointment-page] .appointment-confirm__summary,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary {
  display: flex;
  min-height: 397px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=appointment-page] .appointment-confirm__summary-item,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-item,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main[data-page=appointment-page] .appointment-confirm__summary-icon,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-icon,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=appointment-page] .appointment-confirm__summary-icon img,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-icon img,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-icon img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.main[data-page=appointment-page] .appointment-confirm__summary-content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}
.main[data-page=appointment-page] .appointment-confirm__summary-title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-confirm__summary-text,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-text,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-text {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=appointment-page] .appointment-confirm__summary-price,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-price,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-price {
  color: #009872;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-confirm__summary-divider,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary-divider,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.main[data-page=appointment-page] .appointment-confirm__bottom,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__bottom,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.main[data-page=appointment-page] .appointment-confirm__submit,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__submit,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__submit {
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 93px;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  transition: opacity 0.2s ease;
}
.main[data-page=appointment-page] .appointment-confirm__submit:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__submit:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__submit:hover {
  opacity: 0.7;
}
.main[data-page=appointment-page] .appointment-confirm__agreements,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__agreements,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__agreements {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox a,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox a,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox a {
  color: #009872;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox a:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox a:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox a:hover {
  text-decoration-thickness: 2px;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox.is-error,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox.is-error,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox.is-error {
  color: #ff0606;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox.is-error .agreement-checkbox,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox.is-error .agreement-checkbox,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox.is-error .agreement-checkbox {
  border-color: #ff0606;
  box-shadow: 0 0 0 3px rgba(255, 6, 6, 0.1);
}
.main[data-page=appointment-page] .appointment-confirm__checkbox .agreement-checkbox,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox .agreement-checkbox,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox .agreement-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox .agreement-input:checked + .agreement-checkbox,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox .agreement-input:checked + .agreement-checkbox,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox .agreement-input:checked + .agreement-checkbox {
  background: #009872;
  border-color: #009872;
}
.main[data-page=appointment-page] .appointment-confirm__checkbox .agreement-input:checked + .agreement-checkbox::after,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox .agreement-input:checked + .agreement-checkbox::after,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox .agreement-input:checked + .agreement-checkbox::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 11px;
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}
.main[data-page=appointment-page] .appointment-confirm__checkbox .agreement-input:focus-visible + .agreement-checkbox,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox .agreement-input:focus-visible + .agreement-checkbox,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox .agreement-input:focus-visible + .agreement-checkbox {
  box-shadow: 0 0 0 3px rgba(0, 152, 114, 0.14);
}
.main[data-page=appointment-page] .visually-hidden,
.main[data-page=doctor-detail-page] .doctor-detail-record .visually-hidden,
.main[data-page=media-detail-page] .media-detail-consultation .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.main[data-page=appointment-page] .appointment-success,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success {
  padding: 30px;
  border-radius: 24px;
  background: #f8f8f8;
}
.main[data-page=appointment-page] .appointment-success__content,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__content,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.main[data-page=appointment-page] .appointment-success__badge,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__badge,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: #22b6a8;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.main[data-page=appointment-page] .appointment-success__body,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__body,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__body {
  flex: 1;
  min-width: 0;
}
.main[data-page=appointment-page] .appointment-success__title,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__title,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-success__text,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__text,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__text {
  margin: 0 0 24px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.45;
}
.main[data-page=appointment-page] .appointment-success__details,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__details,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 24px;
}
.main[data-page=appointment-page] .appointment-success__item,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__item,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__item {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}
.main[data-page=appointment-page] .appointment-success__item span,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__item span,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__item span {
  display: block;
  margin-bottom: 6px;
  color: #7b8794;
  font-size: 13px;
  line-height: 1.2;
}
.main[data-page=appointment-page] .appointment-success__item strong,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__item strong,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__item strong {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
}
.main[data-page=appointment-page] .appointment-success__item small,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__item small,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__item small {
  display: block;
  margin-top: 4px;
  color: #7b8794;
  font-size: 13px;
  line-height: 1.35;
}
.main[data-page=appointment-page] .appointment-success__actions,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__actions,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.main[data-page=appointment-page] .appointment-success__button,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__button,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #fff;
  background: #22b6a8;
  font-size: 15px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.main[data-page=appointment-page] .appointment-success__button:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__button:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__button:hover {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.main[data-page=appointment-page] .appointment-success__button--light,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__button--light,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__button--light {
  color: #22b6a8;
  background: #e9f8f6;
}
.main[data-page=appointment-page] .appointment-success__button--light:hover,
.main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__button--light:hover,
.main[data-page=media-detail-page] .media-detail-consultation .appointment-success__button--light:hover {
  color: #22b6a8;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=appointment-page] .appointment-section,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-section,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=appointment-page] .appointment-doctor-selection__single,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection__single,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection__single {
    grid-template-columns: minmax(0, 1fr) 600px;
    gap: 24px;
  }
  .main[data-page=appointment-page] .appointment-doctor-result,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-result,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-result {
    grid-template-columns: minmax(0, 1fr) 600px;
    gap: 24px;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=appointment-page] .appointment-section,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-section,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-section {
    width: calc(100% - 40px);
  }
  .main[data-page=appointment-page] .appointment-filters,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-filters,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-filters {
    grid-template-columns: 311px minmax(0, 1fr);
  }
  .main[data-page=appointment-page] .appointment-search-dropdown,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown {
    width: min(700px, 100%);
  }
  .main[data-page=appointment-page] .appointment-select,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-select {
    grid-column: 1/-1;
  }
  .main[data-page=appointment-page] .appointment-directions,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-directions,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-directions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main[data-page=appointment-page] .appointment-doctor-selection__single,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection__single,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection__single {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .main[data-page=appointment-page] .appointment-doctor-result,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-result,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-result {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .main[data-page=appointment-page] .appointment-confirm__main,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__main,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=appointment-page] .appointment-title,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-title,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-title {
    margin-bottom: 32px;
    font-size: 34px;
  }
  .main[data-page=appointment-page] .appointment-card,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-card,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-card {
    padding: 24px;
  }
  .main[data-page=appointment-page] .appointment-filters,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-filters,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-filters {
    grid-template-columns: 1fr;
  }
  .main[data-page=appointment-page] .appointment-search-dropdown,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown {
    width: 100%;
    height: 520px;
  }
  .main[data-page=appointment-page] .appointment-select,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-select,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-select {
    grid-column: auto;
  }
  .main[data-page=appointment-page] .appointment-directions,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-directions,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-directions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule {
    padding: 24px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__date-day,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date-day,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date-day {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=appointment-page] .appointment-section,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-section,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-section {
    width: calc(100% - 24px);
  }
  .main[data-page=appointment-page] .appointment-title,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-title,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .main[data-page=appointment-page] .appointment-card,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-card,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-card {
    gap: 24px;
    padding: 16px;
  }
  .main[data-page=appointment-page] .appointment-filters,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-filters,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-filters {
    padding-bottom: 24px;
  }
  .main[data-page=appointment-page] .appointment-tabs,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-tabs,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-tabs {
    width: 100%;
  }
  .main[data-page=appointment-page] .appointment-tab,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-tab,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-tab {
    flex: 1;
    padding-left: 12px;
    padding-right: 12px;
  }
  .main[data-page=appointment-page] .appointment-search-dropdown,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 420px;
    border-radius: 16px;
  }
  .main[data-page=appointment-page] .appointment-search-dropdown-inner,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-dropdown-inner,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-search-dropdown-inner {
    padding: 16px;
  }
  .main[data-page=appointment-page] .appointment-search-content,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-content,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-search-content {
    width: 100%;
  }
  .main[data-page=appointment-page] .appointment-search-doctor-name,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-search-doctor-name,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-search-doctor-name {
    font-size: 14px;
  }
  .main[data-page=appointment-page] .appointment-directions,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-directions,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-directions {
    grid-template-columns: 1fr;
  }
  .main[data-page=appointment-page] .appointment-doctor-selection__single,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-selection__single,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-selection__single {
    gap: 20px;
  }
  .main[data-page=appointment-page] .appointment-doctor-results,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-results,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-results {
    gap: 24px;
  }
  .main[data-page=appointment-page] .appointment-doctor-result,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-result,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-result {
    gap: 20px;
  }
  .main[data-page=appointment-page] .appointment-doctor-card,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card {
    flex-direction: column;
    gap: 16px;
  }
  .main[data-page=appointment-page] .appointment-doctor-card__image,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__image,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__image {
    width: 132px;
    height: 201px;
    flex: 0 0 auto;
  }
  .main[data-page=appointment-page] .appointment-doctor-card__content,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__content,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__content {
    width: 100%;
    min-height: 0;
    padding-top: 0;
  }
  .main[data-page=appointment-page] .appointment-doctor-card__name,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__name,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__name {
    font-size: 18px;
  }
  .main[data-page=appointment-page] .appointment-doctor-card__service,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service {
    min-height: 56px;
    padding: 8px 16px;
  }
  .main[data-page=appointment-page] .appointment-doctor-card__service-dropdown,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-dropdown,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-dropdown {
    max-height: 280px;
    gap: 14px;
    padding: 16px 12px 16px 16px;
  }
  .main[data-page=appointment-page] .appointment-doctor-card__service-option-description,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-card__service-option-description,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-card__service-option-description {
    line-height: 1.35;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule {
    gap: 16px;
    padding: 16px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__clinic,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic {
    padding: 10px 16px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__clinic-name,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__clinic-name,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__clinic-name {
    font-size: 14px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__time,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__time,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__time {
    gap: 16px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__dates,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__dates,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__dates {
    gap: 8px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule [data-schedule-dates],
  .main[data-page=appointment-page] .appointment-doctor-schedule [data-card-schedule-dates],
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule [data-schedule-dates],
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule [data-card-schedule-dates],
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule [data-schedule-dates],
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule [data-card-schedule-dates] {
    gap: 8px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__date,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__date,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__date {
    width: 68px;
    min-width: 68px;
    height: 58px;
    flex: 0 0 68px;
    padding: 7px 10px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__calendar,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__calendar,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__calendar {
    width: 51px;
    flex: 0 0 51px;
  }
  .main[data-page=appointment-page] .appointment-doctor-schedule__times,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-doctor-schedule__times,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-doctor-schedule__times {
    gap: 8px;
  }
  .main[data-page=appointment-page] .appointment-calendar-popup,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup {
    align-items: flex-end;
    padding: 16px;
  }
  .main[data-page=appointment-page] .appointment-calendar-popup__dialog,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-calendar-popup__dialog,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-calendar-popup__dialog {
    width: 100%;
    padding: 20px 16px;
    border-radius: 16px 16px 0 0;
  }
  .main[data-page=appointment-page] .appointment-confirm__heading,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__heading,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .main[data-page=appointment-page] .appointment-confirm__patients,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__patients,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__patients {
    grid-template-columns: 1fr;
  }
  .main[data-page=appointment-page] .appointment-confirm__relatives,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__relatives,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__relatives {
    grid-template-columns: 1fr;
  }
  .main[data-page=appointment-page] .appointment-confirm__row,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__row,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__row {
    grid-template-columns: 1fr;
  }
  .main[data-page=appointment-page] .appointment-confirm__phone-code-head,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__phone-code-head,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__phone-code-head {
    flex-direction: column;
  }
  .main[data-page=appointment-page] .appointment-confirm__code-fields,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__code-fields,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__code-fields {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .main[data-page=appointment-page] .appointment-confirm__code-input,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__code-input,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__code-input {
    width: 100%;
  }
  .main[data-page=appointment-page] .appointment-confirm__gender,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender {
    flex-direction: column;
  }
  .main[data-page=appointment-page] .appointment-confirm__gender-label,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__gender-label,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__gender-label {
    min-height: auto;
    padding-left: 0;
  }
  .main[data-page=appointment-page] .appointment-confirm__summary,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__summary,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__summary {
    min-height: 0;
    padding: 20px;
  }
  .main[data-page=appointment-page] .appointment-confirm__checkbox,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-confirm__checkbox,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-confirm__checkbox {
    gap: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .main[data-page=appointment-page] .appointment-success,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-success {
    padding: 20px;
  }
  .main[data-page=appointment-page] .appointment-success__content,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__content,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-success__content {
    display: block;
  }
  .main[data-page=appointment-page] .appointment-success__badge,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__badge,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-success__badge {
    margin-bottom: 16px;
  }
  .main[data-page=appointment-page] .appointment-success__details,
  .main[data-page=doctor-detail-page] .doctor-detail-record .appointment-success__details,
  .main[data-page=media-detail-page] .media-detail-consultation .appointment-success__details {
    grid-template-columns: 1fr;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/cabinet/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main.cabinet-page {
  background: #ffffff;
}
.main.cabinet-page .cabinet-page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main.cabinet-page .cabinet-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main.cabinet-page .cabinet-section {
  padding-top: 20px;
}
.main.cabinet-page .cabinet-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.cabinet-page .cabinet-breadcrumbs span,
.main.cabinet-page .cabinet-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.cabinet-page .cabinet-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main.cabinet-page .cabinet-breadcrumbs a:hover {
  opacity: 0.7;
}
.main.cabinet-page .cabinet-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main.cabinet-page .cabinet-layout {
  display: grid;
  grid-template-columns: 925px 455px;
  grid-gap: 40px;
  gap: 40px;
  align-items: start;
}
.main.cabinet-page .cabinet-main {
  min-width: 0;
}
.main.cabinet-page .cabinet-ai-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 925px;
  height: 66px;
  margin-bottom: 36px;
  padding: 14px 14px 14px 89px;
  box-sizing: border-box;
  border-radius: 53px 20px 20px 49px;
  background: #ffffff;
  box-shadow: 0 0 22px rgba(34, 179, 178, 0.1);
}
.main.cabinet-page .cabinet-ai-hero-text {
  max-width: 642px;
  margin: 0;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .cabinet-ai-hero-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .cabinet-ai-hero-link:hover {
  opacity: 0.85;
}
.main.cabinet-page .cabinet-ai-hero-link:active {
  transform: translateY(1px);
}
.main.cabinet-page .cabinet-ai-hero-link img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.main.cabinet-page .cabinet-ai-hero-robot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -9px;
  top: 50%;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
  transform: translateY(-50%);
  overflow: hidden;
}
.main.cabinet-page .cabinet-ai-hero-robot img {
  display: block;
  width: 77px;
  height: 50px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 455px);
  grid-gap: 20px 15px;
  gap: 20px 15px;
}
.main.cabinet-page .cabinet-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 455px;
  height: 330px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
}
.main.cabinet-page .cabinet-card-main {
  min-width: 0;
}
.main.cabinet-page .cabinet-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 60px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main.cabinet-page .cabinet-card-header-between {
  justify-content: space-between;
  gap: 12px;
}
.main.cabinet-page .cabinet-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
}
.main.cabinet-page .cabinet-card-icon img {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-card-heading {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.main.cabinet-page .cabinet-card-title {
  min-width: 0;
  margin: 0;
  color: #000000;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main.cabinet-page .cabinet-card-subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.main.cabinet-page .cabinet-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 113px;
  height: 27px;
  margin-left: auto;
  padding: 5px 10px 5px 5px;
  box-sizing: border-box;
  border-radius: 31px;
  color: #009872;
  background: #eaf7f3;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.main.cabinet-page .cabinet-status img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.main.cabinet-page .cabinet-info-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  grid-gap: 10px;
  gap: 10px;
  align-items: start;
  color: #000000;
}
.main.cabinet-page .cabinet-info-item dt {
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
}
.main.cabinet-page .cabinet-info-item dt span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main.cabinet-page .cabinet-info-item dt img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.83) opacity(0.5);
}
.main.cabinet-page .cabinet-info-item dd {
  margin: 0;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main.cabinet-page .cabinet-info-item dd span {
  display: block;
  margin-top: 2px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.cabinet-page .cabinet-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
.main.cabinet-page .cabinet-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 63px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .cabinet-button:hover {
  opacity: 0.85;
}
.main.cabinet-page .cabinet-button:active {
  transform: translateY(1px);
}
.main.cabinet-page .cabinet-button img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-button-light {
  color: #000000;
  background: none;
}
.main.cabinet-page .cabinet-button-dark {
  border-color: #000000;
  color: #ffffff;
  background: #000000;
}
.main.cabinet-page .cabinet-ai-chip {
  display: inline-grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 255px;
  height: 40px;
  margin-top: 20px;
  padding: 5px 15px 5px 5px;
  box-sizing: border-box;
  border-radius: 44px;
  color: #22b3b2;
  background: linear-gradient(109.33deg, #dae3ff -12.68%, #b6fef5 148.8%);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .cabinet-ai-chip:hover {
  opacity: 0.85;
}
.main.cabinet-page .cabinet-ai-chip:active {
  transform: translateY(1px);
}
.main.cabinet-page .cabinet-ai-chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}
.main.cabinet-page .cabinet-ai-chip-icon img {
  width: 30px;
  height: 30px;
}
.main.cabinet-page .cabinet-ai-chip img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-ai-chip span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.main.cabinet-page .cabinet-ai-chip > span:last-child {
  display: block;
  min-width: 0;
  text-align: center;
}
.main.cabinet-page .cabinet-analysis-card .cabinet-card-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.main.cabinet-page .cabinet-analysis-card .cabinet-button-icon {
  color: #009872;
  font-weight: 600;
}
.main.cabinet-page .cabinet-analysis-card .cabinet-card-actions .cabinet-ai-chip {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
}
.main.cabinet-page .cabinet-analysis-card .cabinet-card-actions .cabinet-ai-chip > span:last-child {
  max-width: 124px;
}
.main.cabinet-page .cabinet-link-card, .main.cabinet-page .cabinet-loyalty-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 455px;
  overflow: hidden;
  height: 208px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f9f9f9;
  color: #000000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .cabinet-link-card:hover, .main.cabinet-page .cabinet-loyalty-card:hover {
  opacity: 0.85;
}
.main.cabinet-page .cabinet-link-card:active, .main.cabinet-page .cabinet-loyalty-card:active {
  transform: translateY(1px);
}
.main.cabinet-page .cabinet-link-card-content, .main.cabinet-page .cabinet-loyalty-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 310px;
}
.main.cabinet-page .cabinet-link-card-content strong, .main.cabinet-page .cabinet-loyalty-card-content strong {
  color: #000000;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main.cabinet-page .cabinet-link-card-content span, .main.cabinet-page .cabinet-loyalty-card-content span {
  max-width: 310px;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.main.cabinet-page .cabinet-link-card-content {
  max-width: 303px;
}
.main.cabinet-page .cabinet-link-card-picture {
  position: absolute;
  right: -33px;
  bottom: 0;
  z-index: 1;
  width: 302px;
  height: 205px;
  pointer-events: none;
}
.main.cabinet-page .cabinet-link-card-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main.cabinet-page .cabinet-link-card-analysis .cabinet-link-card-picture {
  right: -48px;
  width: 278px;
  height: 202px;
}
.main.cabinet-page .cabinet-link-card-arrow, .main.cabinet-page .cabinet-loyalty-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
}
.main.cabinet-page .cabinet-link-card-arrow img, .main.cabinet-page .cabinet-loyalty-card-arrow img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.main.cabinet-page .cabinet-link-card-badge {
  position: absolute;
  left: 70px;
  bottom: 20px;
  z-index: 3;
  display: inline-grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 214px;
  height: 40px;
  padding: 5px 14px 5px 5px;
  box-sizing: border-box;
  border-radius: 44px;
  color: #22b3b2;
  background: linear-gradient(109.33deg, #dae3ff -12.68%, #b6fef5 148.8%);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.08;
}
.main.cabinet-page .cabinet-link-card-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}
.main.cabinet-page .cabinet-link-card-badge-icon img {
  width: 30px;
  height: 30px;
}
.main.cabinet-page .cabinet-link-card-badge img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-link-card-badge span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.08;
}
.main.cabinet-page .cabinet-link-card-badge > span:last-child {
  max-width: 148px;
  text-align: center;
}
.main.cabinet-page .cabinet-link-card-analysis .cabinet-link-card-badge {
  width: 225px;
  padding-right: 14px;
  gap: 10px;
}
.main.cabinet-page .cabinet-link-card-analysis .cabinet-link-card-badge > span:last-child {
  max-width: 152px;
}
.main.cabinet-page .cabinet-loyalty-card {
  grid-column: span 1;
}
.main.cabinet-page .cabinet-loyalty-card-content {
  max-width: 310px;
}
.main.cabinet-page .cabinet-loyalty-points {
  display: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 3;
  align-items: center;
  gap: 8px;
  width: 122px;
  height: 48px;
  padding: 7px 17px 7px 12px;
  box-sizing: border-box;
  border-radius: 57px 0 0 55px;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  letter-spacing: 0.02em;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}
.main.cabinet-page .cabinet-loyalty-points img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.main.cabinet-page .cabinet-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 455px;
}
.main.cabinet-page .cabinet-promo {
  position: relative;
  display: block;
  width: 455px;
  height: 168px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .cabinet-promo:hover {
  opacity: 0.85;
}
.main.cabinet-page .cabinet-promo:active {
  transform: translateY(1px);
}
.main.cabinet-page .cabinet-promo-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 128px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 345px;
}
.main.cabinet-page .cabinet-promo strong {
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main.cabinet-page .cabinet-promo span span {
  max-width: 295px;
  margin-bottom: auto;
  opacity: 0.9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.main.cabinet-page .cabinet-promo em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 35px;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 63px;
  color: #009872;
  background: #ffffff;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}
.main.cabinet-page .cabinet-promo-visual {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.main.cabinet-page .cabinet-promo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main.cabinet-page .cabinet-promo-clinic .cabinet-promo-visual {
  right: -4px;
  bottom: -2px;
  width: 140px;
  height: 140px;
}
.main.cabinet-page .cabinet-promo-online .cabinet-promo-visual {
  right: 0px;
  bottom: 0;
}
.main.cabinet-page .cabinet-promo-ai {
  height: 206px;
  color: #000000;
  overflow: visible;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
}
.main.cabinet-page .cabinet-promo-ai .cabinet-promo-content {
  min-height: 166px;
  max-width: 314px;
}
.main.cabinet-page .cabinet-promo-ai span span {
  max-width: 295px;
  color: #8a9794;
  opacity: 1;
  line-height: 1.15;
}
.main.cabinet-page .cabinet-promo-ai .cabinet-promo-visual {
  right: -53px;
  top: 0;
  width: 195px;
  height: 206px;
}

@keyframes medcard-sync-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.main.cabinet-page .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;
}
.main.cabinet-page .cabinet-button-primary {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main.cabinet-page .medcard-section {
  padding-top: 20px;
}
.main.cabinet-page .medcard-breadcrumbs {
  margin-bottom: 28px;
}
.main.cabinet-page .medcard-family {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 66px;
  margin-bottom: 38px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #f9f9f9;
  overflow-x: auto;
}
.main.cabinet-page .medcard-family-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  height: 48px;
  padding: 5px 20px 5px 5px;
  box-sizing: border-box;
  border-radius: 12px;
  color: #000000;
  background: #ffffff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .medcard-family-item:hover {
  opacity: 0.85;
}
.main.cabinet-page .medcard-family-item:active {
  transform: translateY(1px);
}
.main.cabinet-page .medcard-family-item.is-active {
  color: #ffffff;
  background: #000000;
}
.main.cabinet-page .medcard-family-avatar {
  position: relative;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  color: #009872;
}
.main.cabinet-page .medcard-family-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.cabinet-page .medcard-family-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.cabinet-page .medcard-title {
  margin: 0 0 28px;
  color: #000000;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main.cabinet-page .medcard-layout {
  display: grid;
  grid-template-columns: 925px 455px;
  grid-gap: 40px;
  gap: 40px;
  align-items: start;
}
.main.cabinet-page .medcard-main, .main.cabinet-page .medcard-sidebar {
  min-width: 0;
}
.main.cabinet-page .medcard-main.is-switching .medcard-card-grid,
.main.cabinet-page .medcard-main.is-switching .medcard-empty-state {
  opacity: 0;
  transform: translateY(6px);
}
.main.cabinet-page .medcard-sync-loader {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 96px;
  margin-bottom: 20px;
  padding: 22px 26px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  color: #000000;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
}
.main.cabinet-page .medcard-sync-loader::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-top-color: #009872;
  border-radius: 50%;
  animation: medcard-sync-loader-spin 0.85s linear infinite;
}
.main.cabinet-page .medcard-sync-loader h2 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main.cabinet-page .medcard-sync-loader p {
  max-width: 620px;
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.main.cabinet-page .medcard-sync-loader.is-error {
  background: #fff1f0;
}
.main.cabinet-page .medcard-sync-loader.is-error::before {
  border-color: #ffd7d5;
  border-top-color: #b42318;
  animation: none;
}
.main.cabinet-page .medcard-sync-loader.is-error p {
  color: #b42318;
}
.main.cabinet-page .medcard-sync-loader-content {
  min-width: 0;
}
.main.cabinet-page .medcard-tabs {
  display: grid;
  grid-template-columns: 70px 182px 220px 125px 165px 145px;
  width: 925px;
  height: 63px;
  margin-bottom: 20px;
  padding: 9px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #f9f9f9;
}
.main.cabinet-page .medcard-tabs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 10px 25px;
  box-sizing: border-box;
  border-radius: 12px;
  color: #009872;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main.cabinet-page .medcard-tabs-link:hover {
  opacity: 0.7;
}
.main.cabinet-page .medcard-tabs-link.is-active {
  color: #ffffff;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
}
.main.cabinet-page .medcard-filter-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.main.cabinet-page .medcard-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0;
}
.main.cabinet-page .medcard-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 35px;
  padding: 6px 20px;
  box-sizing: border-box;
  border-radius: 78px;
  color: #000000;
  background: #eaf7f3;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  transition: opacity 0.2s ease;
}
.main.cabinet-page .medcard-filter:hover {
  opacity: 0.7;
}
.main.cabinet-page .medcard-filter.is-active {
  color: #ffffff;
  background: #009872;
}
.main.cabinet-page .medcard-sort {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 6px;
  min-width: 196px;
  height: 35px;
  padding: 6px 16px;
  box-sizing: border-box;
  border: 0;
  border-radius: 31px;
  color: #000000;
  background: #f9f9f9;
  white-space: nowrap;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  transition: opacity 0.2s ease;
}
.main.cabinet-page .medcard-sort:hover {
  opacity: 0.7;
}
.main.cabinet-page .medcard-sort img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.main.cabinet-page .medcard-current {
  margin-bottom: 40px;
}
.main.cabinet-page .medcard-current-card {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main.cabinet-page .medcard-current-grid {
  display: grid;
  grid-template-columns: repeat(2, 455px);
  grid-gap: 15px;
  gap: 15px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.main.cabinet-page .medcard-records-toggle, .main.cabinet-page .medcard-history-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: #009872;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.main.cabinet-page .medcard-records-toggle:hover, .main.cabinet-page .medcard-history-toggle:hover {
  opacity: 0.7;
}
.main.cabinet-page .medcard-records-toggle {
  margin-top: 15px;
}
.main.cabinet-page .medcard-history-toggle {
  margin-top: 20px;
}
.main.cabinet-page .medcard-event-card {
  width: 455px;
  min-height: 258px;
  height: 330px;
  padding: 20px;
}
.main.cabinet-page .medcard-event-card .cabinet-card-title {
  font-size: 20px;
}
.main.cabinet-page .medcard-event-card .cabinet-card-header {
  min-height: 60px;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  gap: 15px;
}
.main.cabinet-page .medcard-event-card .cabinet-card-icon,
.main.cabinet-page .medcard-event-card .cabinet-card-icon img {
  width: 45px;
  height: 45px;
}
.main.cabinet-page .medcard-event-card .cabinet-card-subtitle {
  color: #8a9794;
  font-size: 14px;
  font-weight: 500;
}
.main.cabinet-page .medcard-event-card .cabinet-info-list {
  gap: 14px;
}
.main.cabinet-page .medcard-event-card .cabinet-info-item dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main.cabinet-page .medcard-event-card-current {
  min-height: 258px;
}
.main.cabinet-page .medcard-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 455px);
  grid-gap: 15px;
  gap: 15px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.main.cabinet-page .medcard-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 27px;
  padding: 5px 10px 5px 5px;
  box-sizing: border-box;
  border-radius: 31px;
  color: #009872;
  background: #eaf7f3;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.main.cabinet-page .medcard-status img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.main.cabinet-page .medcard-status-canceled {
  color: #8a9794;
  background: #edf3f2;
}
.main.cabinet-page .medcard-event-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  min-height: 40px;
  margin-top: 20px;
}
.main.cabinet-page .medcard-event-actions .cabinet-button:first-child:last-child {
  grid-column: 2;
}
.main.cabinet-page .medcard-event-actions .cabinet-button {
  font-weight: 600;
}
.main.cabinet-page .medcard-event-actions .cabinet-ai-chip {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
}
.main.cabinet-page .medcard-event-actions .cabinet-ai-chip > span:last-child {
  max-width: 124px;
}
.main.cabinet-page .medcard-button-icon {
  gap: 8px;
  color: #009872;
  font-weight: 600;
}
.main.cabinet-page .medcard-button-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.main.cabinet-page .medcard-empty-banner {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: stretch;
  grid-gap: 15px;
  gap: 15px;
  min-height: 130px;
  margin-bottom: 45px;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main.cabinet-page .medcard-current-empty {
  display: flex;
  width: 455px;
  min-height: 130px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #f9f9f9;
}
.main.cabinet-page .medcard-current-empty img {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  object-fit: contain;
}
.main.cabinet-page .medcard-current-empty p {
  max-width: 230px;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .medcard-empty-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 20px 24px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #f9f9f9;
}
.main.cabinet-page .medcard-empty-message img {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  object-fit: contain;
}
.main.cabinet-page .medcard-empty-message p {
  max-width: 230px;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .medcard-empty-ai {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 20px 190px 20px 25px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px;
  color: #000000;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .medcard-empty-ai:hover {
  opacity: 0.85;
}
.main.cabinet-page .medcard-empty-ai:active {
  transform: translateY(1px);
}
.main.cabinet-page .medcard-empty-ai > span {
  position: relative;
  z-index: 2;
  max-width: 245px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .medcard-empty-ai em {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 132px;
  height: 35px;
  border-radius: 63px;
  color: #009872;
  background: #ffffff;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.main.cabinet-page .medcard-empty-ai em img {
  width: 16px;
  height: 16px;
  filter: none;
}
.main.cabinet-page .medcard-empty-ai > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 168px;
  height: 130px;
  object-fit: contain;
}
.main.cabinet-page .medcard-ai-recommendation {
  position: relative;
  display: flex;
  width: 455px;
  min-height: 258px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 170px 20px 25px;
  overflow: visible;
  box-sizing: border-box;
  border-radius: 16px;
  color: #000000;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .medcard-ai-recommendation:hover {
  opacity: 0.85;
}
.main.cabinet-page .medcard-ai-recommendation:active {
  transform: translateY(1px);
}
.main.cabinet-page .medcard-ai-recommendation > span {
  position: relative;
  z-index: 2;
  max-width: 300px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
.main.cabinet-page .medcard-ai-recommendation em {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 225px;
  height: 40px;
  border-radius: 63px;
  color: #009872;
  background: #ffffff;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.main.cabinet-page .medcard-ai-recommendation em img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: none;
}
.main.cabinet-page .medcard-ai-recommendation > img {
  position: absolute;
  right: -39px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 235px;
  height: 258px;
  object-fit: contain;
}
.main.cabinet-page .medcard-ai-recommendation-compact {
  min-height: 130px;
  padding: 18px 190px 18px 25px;
}
.main.cabinet-page .medcard-ai-recommendation-compact > span {
  max-width: 245px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .medcard-ai-recommendation-compact > img {
  width: 168px;
  height: 130px;
}
.main.cabinet-page .medcard-empty-state {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f9f9f9;
  text-align: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.main.cabinet-page .medcard-empty-state img {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  object-fit: contain;
  opacity: 0.4;
}
.main.cabinet-page .medcard-empty-state h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.main.cabinet-page .medcard-empty-state p {
  max-width: 360px;
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.main.cabinet-page .medcard-main .is-hidden, .main.cabinet-page .medcard-main .is-collapsed {
  display: none !important;
}
.main.cabinet-page .medcard-ai-summary {
  position: relative;
  width: 455px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
}
.main.cabinet-page .medcard-ai-float {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  right: max(24px, (100vw - 1420px) / 2 - 95px);
  z-index: 20;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  box-shadow: 0 12px 30px rgba(0, 152, 114, 0.24);
  transform: translateY(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.main.cabinet-page .medcard-ai-float:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 16px 36px rgba(0, 152, 114, 0.3);
}
.main.cabinet-page .medcard-ai-float img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.main.cabinet-page .medcard-ai-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #000000;
}
.main.cabinet-page .medcard-ai-header > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}
.main.cabinet-page .medcard-ai-header img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.main.cabinet-page .medcard-ai-title {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.main.cabinet-page .medcard-ai-title h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.main.cabinet-page .medcard-ai-title p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.main.cabinet-page .medcard-ai-title p span {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .medcard-ai-title p em {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 8px;
  box-sizing: border-box;
  border-radius: 42px;
  color: #000000;
  background: rgba(255, 255, 255, 0.55);
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}
.main.cabinet-page .medcard-ai-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 440px;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.55);
  color: #000000;
}
.main.cabinet-page .medcard-ai-body p {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.main.cabinet-page .medcard-ai-section {
  margin-top: 25px;
}
.main.cabinet-page .medcard-ai-section h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
.main.cabinet-page .medcard-ai-section p,
.main.cabinet-page .medcard-ai-section li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main.cabinet-page .medcard-ai-section ul {
  margin: 0;
  padding-left: 18px;
}
.main.cabinet-page .medcard-ai-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.main.cabinet-page .medcard-ai-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 93px;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.cabinet-page .medcard-ai-actions a:hover {
  opacity: 0.85;
}
.main.cabinet-page .medcard-ai-actions a:active {
  transform: translateY(1px);
}
.main.cabinet-page .medcard-ai-actions a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.main.cabinet-page .medcard-ai-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
  gap: 5px;
  margin-top: 25px;
}
.main.cabinet-page .medcard-ai-questions button {
  min-height: 52px;
  padding: 10px 15px;
  border: 0;
  border-radius: 12px;
  color: #009872;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.main.cabinet-page .medcard-ai-questions button:last-child {
  grid-column: 1/-1;
}
.main.cabinet-page .medcard-ai-chat {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 15px 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main.cabinet-page .medcard-ai-chat::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.main.cabinet-page .medcard-ai-chat-message {
  max-width: 86%;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.main.cabinet-page .medcard-ai-chat-message p {
  margin: 0 0 8px;
}
.main.cabinet-page .medcard-ai-chat-message p:last-child,
.main.cabinet-page .medcard-ai-chat-message ul:last-child,
.main.cabinet-page .medcard-ai-chat-message ol:last-child {
  margin-bottom: 0;
}
.main.cabinet-page .medcard-ai-chat-message ul,
.main.cabinet-page .medcard-ai-chat-message ol {
  margin: 8px 0;
  padding-left: 18px;
}
.main.cabinet-page .medcard-ai-chat-message li + li {
  margin-top: 6px;
}
.main.cabinet-page .medcard-ai-chat-message strong {
  font-weight: 700;
}
.main.cabinet-page .medcard-ai-chat-message-user {
  align-self: flex-end;
  color: #ffffff;
  background: #009872;
}
.main.cabinet-page .medcard-ai-chat-message-assistant {
  align-self: flex-start;
  color: #000000;
  background: #ffffff;
}
.main.cabinet-page .medcard-ai-chat-message-assistant.is-error {
  color: #b42318;
  background: #fff1f0;
}
.main.cabinet-page .medcard-ai-form {
  position: relative;
  margin-top: 14px;
}
.main.cabinet-page .medcard-ai-form input {
  width: 100%;
  height: 55px;
  padding: 10px 60px 10px 30px;
  box-sizing: border-box;
  border: 0;
  border-radius: 16px;
  outline: none;
  color: #000000;
  background: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.main.cabinet-page .medcard-ai-form input::placeholder {
  color: #8a9794;
}
.main.cabinet-page .medcard-ai-form input:disabled {
  opacity: 0.65;
}
.main.cabinet-page .medcard-ai-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  cursor: pointer;
  transform: translateY(-50%);
}
.main.cabinet-page .medcard-ai-form button:disabled {
  cursor: default;
  opacity: 0.6;
}
.main.cabinet-page .medcard-ai-form button img {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.main.cabinet-page .medcard-ai-disclaimer {
  max-width: 455px;
  margin: 14px 0 0;
  color: #8a9794;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main.cabinet-page .cabinet-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main.cabinet-page .cabinet-section {
    width: calc(100% - 40px);
  }
  .main.cabinet-page .cabinet-layout {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .cabinet-ai-hero {
    width: 100%;
  }
  .main.cabinet-page .cabinet-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 455px));
  }
  .main.cabinet-page .cabinet-card {
    width: 100%;
  }
  .main.cabinet-page .cabinet-link-card, .main.cabinet-page .cabinet-loyalty-card {
    width: 100%;
  }
  .main.cabinet-page .cabinet-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .main.cabinet-page .cabinet-promo {
    width: 100%;
  }
  .main.cabinet-page .medcard-layout {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .medcard-tabs {
    width: 100%;
  }
  .main.cabinet-page .medcard-current-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main.cabinet-page .medcard-event-card {
    width: 100%;
  }
  .main.cabinet-page .medcard-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main.cabinet-page .medcard-current-empty {
    width: 100%;
  }
  .main.cabinet-page .medcard-ai-recommendation {
    width: 100%;
  }
  .main.cabinet-page .medcard-ai-summary {
    width: 100%;
  }
  .main.cabinet-page .medcard-ai-float {
    top: auto;
    right: 24px;
    bottom: 24px;
    transform: none;
  }
  .main.cabinet-page .medcard-ai-float:hover {
    transform: scale(1.04);
  }
  .main.cabinet-page .medcard-ai-body {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main.cabinet-page .cabinet-ai-hero {
    margin-bottom: 24px;
  }
  .main.cabinet-page .cabinet-sidebar {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .medcard-tabs {
    display: flex;
    overflow-x: auto;
  }
  .main.cabinet-page .medcard-current-grid {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .medcard-card-grid {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .medcard-empty-banner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main.cabinet-page .cabinet-dashboard-grid {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .cabinet-loyalty-card {
    grid-column: auto;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main.cabinet-page .cabinet-section {
    width: calc(100% - 24px);
  }
  .main.cabinet-page .cabinet-ai-hero {
    height: auto;
    min-height: 74px;
    padding: 14px 54px 14px 72px;
  }
  .main.cabinet-page .cabinet-ai-hero-text {
    font-size: 12px;
  }
  .main.cabinet-page .cabinet-card {
    height: auto;
    min-height: 330px;
  }
  .main.cabinet-page .cabinet-card-title {
    font-size: 18px;
  }
  .main.cabinet-page .cabinet-link-card-content strong, .main.cabinet-page .cabinet-loyalty-card-content strong {
    font-size: 21px;
  }
  .main.cabinet-page .cabinet-promo strong {
    font-size: 22px;
  }
  .main.cabinet-page .medcard-family {
    margin-bottom: 26px;
    padding: 10px;
  }
  .main.cabinet-page .medcard-title {
    font-size: 28px;
  }
  .main.cabinet-page .medcard-sync-loader {
    align-items: flex-start;
    padding: 18px;
  }
  .main.cabinet-page .medcard-filter-row {
    flex-direction: column;
  }
  .main.cabinet-page .medcard-event-actions {
    grid-template-columns: 1fr;
  }
  .main.cabinet-page .medcard-event-actions .cabinet-button:first-child:last-child {
    grid-column: auto;
  }
  .main.cabinet-page .medcard-empty-ai {
    padding-right: 25px;
  }
  .main.cabinet-page .medcard-empty-ai > img {
    display: none;
  }
  .main.cabinet-page .medcard-ai-recommendation {
    padding-right: 25px;
  }
  .main.cabinet-page .medcard-ai-recommendation > img {
    display: none;
  }
  .main.cabinet-page .medcard-ai-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .main.cabinet-page .medcard-ai-float img {
    width: 36px;
    height: 36px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/promotions/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=promotions-page] .promo-card-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
}

.main[data-page=promotions-page] .promo-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
}

.main[data-page=promotions-page] .promotions-page {
  min-height: none;
}
.main[data-page=promotions-page] .promotions-hero, .main[data-page=promotions-page] .promotions-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=promotions-page] .promotions-hero {
  margin-top: 20px;
}
.main[data-page=promotions-page] .promotions-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=promotions-page] .promotions-breadcrumbs span,
.main[data-page=promotions-page] .promotions-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=promotions-page] .promotions-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=promotions-page] .promotions-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=promotions-page] .promotions-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=promotions-page] .promotions-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=promotions-page] .promotions-title {
  margin-top: 40px;
  color: #000000;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=promotions-page] .promotions-filter-form {
  margin-top: 40px;
}
.main[data-page=promotions-page] .promotions-filter {
  width: 260px;
  height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=promotions-page] .promotions-filter:hover {
  opacity: 0.7;
}
.main[data-page=promotions-page] .promotions-empty {
  margin: 0;
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=promotions-page] .promotions-section {
  margin-top: 40px;
}
.main[data-page=promotions-page] .promotions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 26px;
  gap: 26px;
}
.main[data-page=promotions-page] .promotions-more {
  width: 100%;
  min-height: 55px;
  margin-top: 40px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #009872;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=promotions-page] .promotions-more:hover {
  opacity: 0.7;
}
.main[data-page=promotions-page] .promo-card {
  position: relative;
  min-width: 0;
  height: 278px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.main[data-page=promotions-page] .promo-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=promotions-page] .promo-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=promotions-page] .promo-card-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=promotions-page] .promo-card-text {
  min-height: 14px;
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.main[data-page=promotions-page] .promo-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main[data-page=promotions-page] .promo-card-current-price {
  color: #000000;
  white-space: nowrap;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=promotions-page] .promo-card-old-price {
  min-height: 20px;
  color: #929796;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=promotions-page] .promo-card-date {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000000;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=promotions-page] .promo-card-date img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=promotions-page] .promo-card-image {
  left: calc(50% + 26px);
  top: calc(50% - 66px);
  width: 243px;
  height: 243px;
  border-radius: 1000px;
}
.main[data-page=promotions-page] .site-footer {
  margin-top: 64px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=promotions-page] .promotions-hero, .main[data-page=promotions-page] .promotions-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=promotions-page] .promotions-hero, .main[data-page=promotions-page] .promotions-section {
    width: calc(100% - 40px);
  }
  .main[data-page=promotions-page] .promotions-grid {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=promotions-page] .promotions-hero {
    margin-top: 40px;
  }
  .main[data-page=promotions-page] .promotions-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=promotions-page] .promotions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=promotions-page] .promotions-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=promotions-page] .promotions-hero, .main[data-page=promotions-page] .promotions-section {
    width: calc(100% - 24px);
  }
  .main[data-page=promotions-page] .promotions-hero {
    margin-top: 28px;
  }
  .main[data-page=promotions-page] .promotions-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=promotions-page] .promotions-filter-form {
    margin-top: 28px;
  }
  .main[data-page=promotions-page] .promotions-filter {
    width: 100%;
  }
  .main[data-page=promotions-page] .promotions-more {
    margin-top: 24px;
  }
  .main[data-page=promotions-page] .promo-card {
    height: 260px;
    padding: 16px;
  }
  .main[data-page=promotions-page] .promo-card-title {
    font-size: 20px;
  }
  .main[data-page=promotions-page] .promo-card-current-price {
    font-size: 34px;
  }
  .main[data-page=promotions-page] .promo-card-image {
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/promotion-detail/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=promotion-detail-page] .promo-card-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
}

.main[data-page=promotion-detail-page] .promo-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
}

.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=promotion-detail-page] .promotion-detail-head, .main[data-page=promotion-detail-page] .promotion-detail-info, .main[data-page=promotion-detail-page] .promotion-detail-terms, .main[data-page=promotion-detail-page] .promotion-detail-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=promotion-detail-page] .promotion-detail-head {
  margin-top: 20px;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs span,
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs {
  margin-bottom: 40px;
}
.main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs span:last-child {
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=promotion-detail-page] .promotion-detail-hero {
  position: relative;
  min-height: 467px;
  padding: 50px;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.main[data-page=promotion-detail-page] .promotion-detail-hero-content {
  position: relative;
  z-index: 2;
  width: min(610px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 38px;
}
.main[data-page=promotion-detail-page] .promotion-detail-hero-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main[data-page=promotion-detail-page] .promotion-detail-title {
  width: min(410px, 100%);
  margin: 0;
  color: #000000;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=promotion-detail-page] .promotion-detail-subtitle {
  width: min(611px, 100%);
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=promotion-detail-page] .promotion-detail-price {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.main[data-page=promotion-detail-page] .promotion-detail-price strong {
  color: #009872;
  white-space: nowrap;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=promotion-detail-page] .promotion-detail-price span {
  color: #929796;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=promotion-detail-page] .promotion-detail-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.main[data-page=promotion-detail-page] .promotion-detail-button {
  min-height: 45px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=promotion-detail-page] .promotion-detail-button:hover {
  opacity: 0.7;
}
.main[data-page=promotion-detail-page] .promotion-detail-button-primary {
  min-width: 251px;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main[data-page=promotion-detail-page] .promotion-detail-date {
  min-height: 45px;
  padding: 10px 15px 10px 10px;
  border-radius: 56px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=promotion-detail-page] .promotion-detail-date img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.main[data-page=promotion-detail-page] .promotion-detail-hero-image {
  position: absolute;
  right: 30px;
  bottom: -100px;
  border-radius: 1000px;
  z-index: 1;
  width: 521px;
  height: 521px;
  object-fit: contain;
  object-position: bottom right;
}
.main[data-page=promotion-detail-page] .promotion-detail-info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.main[data-page=promotion-detail-page] .promotion-detail-card {
  min-height: 296px;
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=promotion-detail-page] .promotion-detail-card-conditions {
  background: rgba(210, 238, 220, 0.35);
}
.main[data-page=promotion-detail-page] .promotion-detail-card-title {
  margin: 0 0 20px;
  color: #009872;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.main[data-page=promotion-detail-page] .promotion-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=promotion-detail-page] .promotion-detail-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.main[data-page=promotion-detail-page] .promotion-detail-list-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
  margin-top: 0;
}
.main[data-page=promotion-detail-page] .promotion-detail-list-dots {
  gap: 15px;
}
.main[data-page=promotion-detail-page] .promotion-detail-list-dots li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.main[data-page=promotion-detail-page] .promotion-detail-list-dots li img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}
.main[data-page=promotion-detail-page] .promotion-detail-period {
  margin-top: 20px;
}
.main[data-page=promotion-detail-page] .promotion-detail-period h3 {
  margin: 0 0 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=promotion-detail-page] .promotion-detail-terms {
  min-height: 60px;
  margin-top: 40px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #009872;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.main[data-page=promotion-detail-page] .promotion-detail-terms:hover {
  opacity: 0.7;
}
.main[data-page=promotion-detail-page] .promotion-detail-terms-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.main[data-page=promotion-detail-page] .promotion-detail-section {
  margin-top: 80px;
}
.main[data-page=promotion-detail-page] .promotion-detail-section-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.main[data-page=promotion-detail-page] .promotion-detail-section-title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=promotion-detail-page] .promotion-detail-section-link {
  min-height: 40px;
  padding: 10px 15px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=promotion-detail-page] .promotion-detail-section-link:hover {
  opacity: 0.7;
}
.main[data-page=promotion-detail-page] .promotion-detail-section-link span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=promotion-detail-page] .promotion-detail-section-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=promotion-detail-page] .promotion-detail-doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 26px;
  gap: 26px;
}
.main[data-page=promotion-detail-page] .promotion-detail-promos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 26px;
  gap: 26px;
}
.main[data-page=promotion-detail-page] .doctor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 10px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=promotion-detail-page] .doctor-card[hidden] {
  display: none;
}
.main[data-page=promotion-detail-page] .doctor-card-main {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  min-height: 138px;
}
.main[data-page=promotion-detail-page] .doctor-card-photo {
  width: 90px;
  height: 138px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=promotion-detail-page] .doctor-card-photo-placeholder {
  display: block;
}
.main[data-page=promotion-detail-page] .doctor-card-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=promotion-detail-page] .doctor-card-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=promotion-detail-page] .doctor-card-rating img {
  width: 12px;
  height: 12px;
}
.main[data-page=promotion-detail-page] .doctor-card-rating strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=promotion-detail-page] .doctor-card-rating-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9794;
}
.main[data-page=promotion-detail-page] .doctor-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=promotion-detail-page] .doctor-card-head h2,
.main[data-page=promotion-detail-page] .doctor-card-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=promotion-detail-page] .doctor-card-head p {
  margin: 0;
  color: #8A9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=promotion-detail-page] .doctor-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=promotion-detail-page] .doctor-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=promotion-detail-page] .doctor-card-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=promotion-detail-page] .doctor-card-record {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=promotion-detail-page] .doctor-card-record-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.main[data-page=promotion-detail-page] .doctor-card-record-top > strong {
  flex: 0 0 auto;
  padding: 6px 0;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=promotion-detail-page] .doctor-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=promotion-detail-page] .doctor-card-date img {
  width: 20px;
  height: 20px;
}
.main[data-page=promotion-detail-page] .doctor-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=promotion-detail-page] .doctor-card-actions > a:only-child {
  grid-column: 1/-1;
}
.main[data-page=promotion-detail-page] .doctor-card-more, .main[data-page=promotion-detail-page] .doctor-card-appointment {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=promotion-detail-page] .doctor-card-more:hover, .main[data-page=promotion-detail-page] .doctor-card-appointment:hover {
  opacity: 0.7;
}
.main[data-page=promotion-detail-page] .doctor-card-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
}
.main[data-page=promotion-detail-page] .doctor-card-appointment {
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
}
.main[data-page=promotion-detail-page] .promo-card {
  position: relative;
  min-width: 0;
  height: 278px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.main[data-page=promotion-detail-page] .promo-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=promotion-detail-page] .promo-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=promotion-detail-page] .promo-card-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=promotion-detail-page] .promo-card-text {
  min-height: 14px;
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.main[data-page=promotion-detail-page] .promo-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main[data-page=promotion-detail-page] .promo-card-current-price {
  color: #000000;
  white-space: nowrap;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=promotion-detail-page] .promo-card-old-price {
  min-height: 20px;
  color: #929796;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=promotion-detail-page] .promo-card-date {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000000;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=promotion-detail-page] .promo-card-date img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=promotion-detail-page] .promo-card-image {
  left: calc(50% + 26px);
  top: calc(50% - 66px);
  width: 243px;
  height: 243px;
  border-radius: 1000px;
}
.main[data-page=promotion-detail-page] .site-footer {
  margin-top: 40px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-head, .main[data-page=promotion-detail-page] .promotion-detail-info, .main[data-page=promotion-detail-page] .promotion-detail-terms, .main[data-page=promotion-detail-page] .promotion-detail-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=promotion-detail-page] .promotion-detail-head, .main[data-page=promotion-detail-page] .promotion-detail-info, .main[data-page=promotion-detail-page] .promotion-detail-terms, .main[data-page=promotion-detail-page] .promotion-detail-section {
    width: calc(100% - 40px);
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero-image {
    right: -30px;
    width: 470px;
    height: 470px;
    opacity: 0.9;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-doctors-grid {
    gap: 16px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-promos {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-head {
    margin-top: 40px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero {
    min-height: 0;
    padding: 32px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero-text {
    gap: 32px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-title {
    font-size: 34px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero-image {
    width: 390px;
    height: 390px;
    opacity: 0.55;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-section {
    margin-top: 64px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-section-title {
    font-size: 34px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-doctors-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-doctors-grid::-webkit-scrollbar {
    height: 0;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-promos {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-promos::-webkit-scrollbar {
    height: 0;
  }
  .main[data-page=promotion-detail-page] .doctor-card {
    width: 452px;
    min-width: 452px;
    scroll-snap-align: start;
  }
  .main[data-page=promotion-detail-page] .promo-card {
    width: 360px;
    min-width: 360px;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero-content {
    width: 100%;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    height: auto;
    align-self: flex-end;
    opacity: 1;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-head, .main[data-page=promotion-detail-page] .promotion-detail-info, .main[data-page=promotion-detail-page] .promotion-detail-terms, .main[data-page=promotion-detail-page] .promotion-detail-section {
    width: calc(100% - 24px);
  }
  .main[data-page=promotion-detail-page] .promotion-detail-head {
    margin-top: 28px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-breadcrumbs {
    margin-bottom: 24px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero {
    padding: 20px;
    border-radius: 20px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-hero-text {
    gap: 20px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-title {
    font-size: 28px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-subtitle {
    font-size: 14px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-price {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-price strong {
    font-size: 32px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-price span {
    font-size: 18px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-button-primary {
    width: 100%;
    min-width: 0;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-date {
    width: 100%;
    justify-content: center;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-card {
    min-height: 0;
    padding: 20px;
    border-radius: 20px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-card-title {
    font-size: 22px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-list {
    font-size: 14px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-terms {
    padding: 0 16px;
    text-align: center;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-section {
    margin-top: 52px;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-section-header {
    margin-bottom: 24px;
    align-items: flex-start;
  }
  .main[data-page=promotion-detail-page] .promotion-detail-section-title {
    font-size: 28px;
  }
  .main[data-page=promotion-detail-page] .doctor-card {
    width: 320px;
    min-width: 320px;
    min-height: 0;
    border-radius: 18px;
  }
  .main[data-page=promotion-detail-page] .doctor-card-head h2,
  .main[data-page=promotion-detail-page] .doctor-card-head h3 {
    font-size: 18px;
  }
  .main[data-page=promotion-detail-page] .promo-card {
    width: 320px;
    min-width: 320px;
    height: 260px;
    padding: 16px;
  }
  .main[data-page=promotion-detail-page] .promo-card-title {
    font-size: 20px;
  }
  .main[data-page=promotion-detail-page] .promo-card-current-price {
    font-size: 34px;
  }
  .main[data-page=promotion-detail-page] .promo-card-image {
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/doctors/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=doctors-page] .doctors-hero, .main[data-page=doctors-page] .doctors-list-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=doctors-page] .doctors-hero {
  margin-top: 20px;
}
.main[data-page=doctors-page] .doctors-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=doctors-page] .doctors-breadcrumbs span,
.main[data-page=doctors-page] .doctors-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=doctors-page] .doctors-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=doctors-page] .doctors-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=doctors-page] .doctors-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=doctors-page] .doctors-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=doctors-page] .doctors-title {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctors-page] .doctors-filter {
  display: grid;
  grid-template-columns: 332px minmax(320px, 1fr) 275px 275px;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 40px;
}
.main[data-page=doctors-page] .doctors-tabs {
  display: flex;
  gap: 5px;
  min-height: 50px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #ffffff;
}
.main[data-page=doctors-page] .doctors-tab {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 18px;
  border-radius: 93px;
  background: #ffffff;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=doctors-page] .doctors-tab:hover {
  opacity: 0.7;
}
.main[data-page=doctors-page] .doctors-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=doctors-page] .doctors-search {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 50px;
  padding: 5px 5px 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #f9f9f9;
}
.main[data-page=doctors-page] .doctors-search img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.main[data-page=doctors-page] .doctors-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctors-page] .doctors-search input::placeholder {
  color: #8a9794;
}
.main[data-page=doctors-page] .doctors-search button {
  flex: 0 0 auto;
  min-width: 100px;
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=doctors-page] .doctors-search button:hover {
  opacity: 0.7;
}
.main[data-page=doctors-page] .doctors-select {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #ffffff;
}
.main[data-page=doctors-page] .doctors-select select {
  width: 100%;
  min-height: 48px;
  padding: 0 56px 0 25px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}
.main[data-page=doctors-page] .doctors-select img {
  position: absolute;
  right: 25px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.main[data-page=doctors-page] .doctors-list-section {
  margin-top: 40px;
}
.main[data-page=doctors-page] .doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.main[data-page=doctors-page] .doctors-empty {
  margin: 0;
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=doctors-page] .doctors-more {
  width: 100%;
  min-height: 55px;
  margin-top: 40px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #009872;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=doctors-page] .doctors-more:hover {
  opacity: 0.7;
}
.main[data-page=doctors-page] .doctor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 10px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=doctors-page] .doctor-card[hidden] {
  display: none;
}
.main[data-page=doctors-page] .doctor-card-main {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  min-height: 138px;
}
.main[data-page=doctors-page] .doctor-card-photo {
  width: 90px;
  height: 138px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=doctors-page] .doctor-card-photo-placeholder {
  display: block;
}
.main[data-page=doctors-page] .doctor-card-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=doctors-page] .doctor-card-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=doctors-page] .doctor-card-rating img {
  width: 12px;
  height: 12px;
}
.main[data-page=doctors-page] .doctor-card-rating strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=doctors-page] .doctor-card-rating-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9794;
}
.main[data-page=doctors-page] .doctor-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=doctors-page] .doctor-card-head h2,
.main[data-page=doctors-page] .doctor-card-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctors-page] .doctor-card-head p {
  margin: 0;
  color: #8A9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctors-page] .doctor-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=doctors-page] .doctor-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=doctors-page] .doctor-card-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=doctors-page] .doctor-card-record {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=doctors-page] .doctor-card-record-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.main[data-page=doctors-page] .doctor-card-record-top > strong {
  flex: 0 0 auto;
  padding: 6px 0;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=doctors-page] .doctor-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctors-page] .doctor-card-date img {
  width: 20px;
  height: 20px;
}
.main[data-page=doctors-page] .doctor-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=doctors-page] .doctor-card-actions > a:only-child {
  grid-column: 1/-1;
}
.main[data-page=doctors-page] .doctor-card-more, .main[data-page=doctors-page] .doctor-card-appointment {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=doctors-page] .doctor-card-more:hover, .main[data-page=doctors-page] .doctor-card-appointment:hover {
  opacity: 0.7;
}
.main[data-page=doctors-page] .doctor-card-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
}
.main[data-page=doctors-page] .doctor-card-appointment {
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
}
.main[data-page=doctors-page] .doctors-more.is-doctors-more-hidden {
  display: none;
}
.main[data-page=doctors-page] .site-footer {
  margin-top: 64px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=doctors-page] .doctors-hero, .main[data-page=doctors-page] .doctors-list-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=doctors-page] .doctors-hero, .main[data-page=doctors-page] .doctors-list-section {
    width: calc(100% - 40px);
  }
  .main[data-page=doctors-page] .doctors-filter {
    grid-template-columns: 1fr 1fr;
  }
  .main[data-page=doctors-page] .doctors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=doctors-page] .doctors-title {
    margin-top: 32px;
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=doctors-page] .doctors-filter {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .main[data-page=doctors-page] .doctors-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=doctors-page] .doctors-hero, .main[data-page=doctors-page] .doctors-list-section {
    width: calc(100% - 24px);
  }
  .main[data-page=doctors-page] .doctors-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=doctors-page] .doctor-card-head h2,
  .main[data-page=doctors-page] .doctor-card-head h3 {
    font-size: 18px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/services/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=services-page] .services-feature-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
}

.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=services-page] .services-hero, .main[data-page=services-page] .services-feature, .main[data-page=services-page] .services-popular, .main[data-page=services-page] .services-directory {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=services-page] .services-hero {
  margin-top: 20px;
}
.main[data-page=services-page] .services-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=services-page] .services-breadcrumbs span,
.main[data-page=services-page] .services-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=services-page] .services-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=services-page] .services-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=services-page] .services-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=services-page] .services-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=services-page] .services-title {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=services-page] .services-feature {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 11px 10px;
  gap: 11px 10px;
  margin-top: 40px;
}
.main[data-page=services-page] .services-feature-card {
  position: relative;
  min-height: 254px;
  grid-column: span 2;
  padding: 20px;
  overflow: hidden;
  color: #000000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=services-page] .services-feature-card:hover {
  opacity: 0.85;
}
.main[data-page=services-page] .services-feature-card:active {
  transform: translateY(1px);
}
.main[data-page=services-page] .services-feature-card-wide {
  min-height: 250px;
  grid-column: span 3;
}
.main[data-page=services-page] .services-feature-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=services-page] .services-feature-card-text {
  width: min(100%, 390px);
}
.main[data-page=services-page] .services-feature-card-text h2 {
  margin-bottom: 8px;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=services-page] .services-feature-card-text p {
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.main[data-page=services-page] .services-feature-card-arrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=services-page] .services-feature-card-arrow img {
  width: 24px;
  height: 24px;
}
.main[data-page=services-page] .services-feature-card-image {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  pointer-events: none;
  object-fit: contain;
}
.main[data-page=services-page] .services-feature-card-ambulatory .services-feature-card-image {
  right: -6px;
  bottom: -92px;
  width: 245px;
  height: 245px;
}
.main[data-page=services-page] .services-feature-card-xray .services-feature-card-image {
  right: -60px;
  bottom: -68px;
  width: 405px;
  height: 311px;
}
.main[data-page=services-page] .services-feature-card-laboratory .services-feature-card-image {
  right: -68px;
  bottom: -38px;
  width: 356px;
  height: 259px;
}
.main[data-page=services-page] .services-feature-card-checkups .services-feature-card-image {
  right: -8px;
  bottom: -22px;
  width: 336px;
  height: 229px;
}
.main[data-page=services-page] .services-feature-card-stationary .services-feature-card-text {
  width: 360px;
}
.main[data-page=services-page] .services-feature-card-stationary .services-feature-card-image {
  right: -18px;
  bottom: -52px;
  width: 573px;
  height: 383px;
}
.main[data-page=services-page] .services-popular {
  min-height: 280px;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #ffffff;
}
.main[data-page=services-page] .services-popular-title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=services-page] .services-popular-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=services-page] .services-popular-link {
  min-height: 58px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=services-page] .services-popular-link:hover {
  opacity: 0.85;
}
.main[data-page=services-page] .services-popular-link:active {
  transform: translateY(1px);
}
.main[data-page=services-page] .services-popular-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=services-page] .services-popular-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=services-page] .services-directory {
  margin-top: 96px;
}
.main[data-page=services-page] .services-directory-title {
  margin-bottom: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=services-page] .services-directory-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 45px;
  margin-top: 40px;
}
.main[data-page=services-page] .services-directory-tab {
  min-height: 45px;
  flex: 0 0 auto;
  min-width: 148px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #009872;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=services-page] .services-directory-tab:hover {
  opacity: 0.7;
}
.main[data-page=services-page] .services-directory-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #f9f9f9;
}
.main[data-page=services-page] .services-directory-root-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.main[data-page=services-page] .services-directory-root-tab {
  min-width: 180px;
}
.main[data-page=services-page] .services-directory-content {
  transition: opacity 0.2s ease;
}
.main[data-page=services-page] .services-directory-content.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.main[data-page=services-page] .services-directory-card {
  min-height: 730px;
  margin-top: 15px;
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=services-page] .services-directory-list {
  column-count: 3;
  column-gap: 120px;
}
.main[data-page=services-page] .services-directory-letter-group {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  padding-bottom: 29px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  page-break-inside: avoid;
  break-inside: avoid;
}
.main[data-page=services-page] .services-directory-letter {
  color: #009872;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}
.main[data-page=services-page] .services-directory-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=services-page] .services-directory-items a {
  color: #000000;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=services-page] .services-directory-items a:hover {
  opacity: 0.65;
}
.main[data-page=services-page] .services-directory-empty {
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=services-page] .services-filter {
  display: grid;
  grid-template-columns: 311px minmax(320px, 1fr) 275px;
  grid-gap: 10px;
  gap: 10px;
  align-items: start;
  height: 50px;
}
.main[data-page=services-page] .services-age-tabs {
  height: 50px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 47px;
  background: #ffffff;
  display: flex;
  gap: 5px;
}
.main[data-page=services-page] .services-age-tab {
  height: 40px;
  padding: 10px 20px;
  border-radius: 72px;
  background: #ffffff;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=services-page] .services-age-tab:hover {
  opacity: 0.7;
}
.main[data-page=services-page] .services-age-tab[data-services-age=all] {
  width: 68px;
}
.main[data-page=services-page] .services-age-tab[data-services-age=adult] {
  width: 120px;
}
.main[data-page=services-page] .services-age-tab[data-services-age=kids] {
  width: 103px;
}
.main[data-page=services-page] .services-age-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=services-page] .services-search {
  height: 50px;
  padding: 5px 5px 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 72px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=services-page] .services-search-field {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1 auto;
}
.main[data-page=services-page] .services-search-field img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.main[data-page=services-page] .services-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=services-page] .services-search input::placeholder {
  color: #8a9794;
}
.main[data-page=services-page] .services-search button {
  width: 100px;
  height: 40px;
  flex: 0 0 100px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=services-page] .services-search button:hover {
  opacity: 0.7;
}
.main[data-page=services-page] .services-select {
  position: relative;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.main[data-page=services-page] .services-select select {
  width: 100%;
  height: 48px;
  padding: 0 56px 0 25px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}
.main[data-page=services-page] .services-select img {
  position: absolute;
  right: 25px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.main[data-page=services-page] .appointment-cta-services {
  margin-top: 100px;
}
.main[data-page=services-page] .site-footer {
  margin-top: 75px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=services-page] .services-hero, .main[data-page=services-page] .services-feature, .main[data-page=services-page] .services-popular, .main[data-page=services-page] .services-directory {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=services-page] .services-hero, .main[data-page=services-page] .services-feature, .main[data-page=services-page] .services-popular, .main[data-page=services-page] .services-directory {
    width: calc(100% - 40px);
  }
  .main[data-page=services-page] .services-feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=services-page] .services-feature-card {
    grid-column: span 1;
  }
  .main[data-page=services-page] .services-feature-card-wide {
    grid-column: span 1;
  }
  .main[data-page=services-page] .services-popular-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main[data-page=services-page] .services-directory-tab {
    flex: 1 1 calc((100% - 20px) / 3);
  }
  .main[data-page=services-page] .services-directory-root-tab {
    flex: 1 1 calc((100% - 20px) / 3);
  }
  .main[data-page=services-page] .services-directory-list {
    column-count: 2;
    column-gap: 70px;
  }
  .main[data-page=services-page] .services-filter {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=services-page] .services-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=services-page] .services-popular-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=services-page] .services-directory {
    margin-top: 70px;
  }
  .main[data-page=services-page] .services-directory-title {
    margin-bottom: 28px;
    font-size: 34px;
  }
  .main[data-page=services-page] .services-directory-card {
    min-height: 0;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=services-page] .services-feature {
    grid-template-columns: 1fr;
  }
  .main[data-page=services-page] .services-popular-list {
    grid-template-columns: 1fr;
  }
  .main[data-page=services-page] .services-directory-list {
    column-count: 1;
  }
  .main[data-page=services-page] .services-filter {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=services-page] .services-hero, .main[data-page=services-page] .services-feature, .main[data-page=services-page] .services-popular, .main[data-page=services-page] .services-directory {
    width: calc(100% - 24px);
  }
  .main[data-page=services-page] .services-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=services-page] .services-feature-card {
    min-height: 230px;
    padding: 16px;
    border-radius: 16px;
  }
  .main[data-page=services-page] .services-feature-card-text h2 {
    font-size: 21px;
  }
  .main[data-page=services-page] .services-feature-card-image {
    opacity: 0.45;
  }
  .main[data-page=services-page] .services-feature-card-stationary .services-feature-card-text {
    width: min(100%, 390px);
  }
  .main[data-page=services-page] .services-popular {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }
  .main[data-page=services-page] .services-popular-title {
    font-size: 22px;
  }
  .main[data-page=services-page] .services-directory {
    margin-top: 56px;
  }
  .main[data-page=services-page] .services-directory-title {
    font-size: 30px;
  }
  .main[data-page=services-page] .services-directory-tabs {
    margin-top: 24px;
    flex-direction: column;
  }
  .main[data-page=services-page] .services-directory-tab {
    width: 100%;
    flex-basis: auto;
  }
  .main[data-page=services-page] .services-directory-root-tabs {
    flex-direction: column;
  }
  .main[data-page=services-page] .services-directory-root-tab {
    width: 100%;
    flex-basis: auto;
  }
  .main[data-page=services-page] .services-directory-card {
    padding: 18px;
    border-radius: 16px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/doctor-detail/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=doctor-detail-page] .doctor-detail-head, .main[data-page=doctor-detail-page] .doctor-detail-tabs, .main[data-page=doctor-detail-page] .doctor-detail-section, .main[data-page=doctor-detail-page] .doctor-detail-services, .main[data-page=doctor-detail-page] .doctor-detail-record {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=doctor-detail-page] .doctor-detail-head {
  margin-top: 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs span,
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs {
  margin-bottom: 40px;
}
.main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs span:last-child {
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=doctor-detail-page] .doctor-detail-not-found {
  padding: 40px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=doctor-detail-page] .doctor-detail-not-found h1 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-not-found a {
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=doctor-detail-page] .doctor-detail-not-found a:hover {
  opacity: 0.7;
}
.main[data-page=doctor-detail-page] .doctor-detail-hero {
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr) 299px;
  grid-gap: 30px;
  gap: 30px;
  min-height: 328px;
  padding: 20px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=doctor-detail-page] .doctor-detail-photo-wrap {
  min-width: 0;
}
.main[data-page=doctor-detail-page] .doctor-detail-photo {
  width: 242px;
  height: 288px;
  border-radius: 16px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=doctor-detail-page] .doctor-detail-photo-placeholder {
  min-height: 288px;
}
.main[data-page=doctor-detail-page] .doctor-detail-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 17px;
  padding-top: 10px;
}
.main[data-page=doctor-detail-page] .doctor-detail-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-rating strong {
  color: #8a9794;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-star {
  color: #f9d400;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=doctor-detail-page] .doctor-detail-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.main[data-page=doctor-detail-page] .doctor-detail-title-wrap h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-title-wrap p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.main[data-page=doctor-detail-page] .doctor-detail-tag {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=doctor-detail-page] .doctor-detail-summary {
  max-width: 683px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=doctor-detail-page] .doctor-detail-clinics {
  padding: 15px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=doctor-detail-page] .doctor-detail-clinics h2 {
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-clinic-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=doctor-detail-page] .doctor-detail-clinic-item {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-clinic-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-clinic-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transform: rotate(0deg);
}
.main[data-page=doctor-detail-page] .doctor-detail-price {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 6px;
  padding: 15px;
  border-radius: 16px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-price-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-appointment {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=doctor-detail-page] .doctor-detail-appointment:hover {
  opacity: 0.7;
}
.main[data-page=doctor-detail-page] .doctor-detail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-tabs a {
  min-height: 45px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(138, 151, 148, 0.08);
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.main[data-page=doctor-detail-page] .doctor-detail-tabs a:hover {
  opacity: 0.7;
}
.main[data-page=doctor-detail-page] .doctor-detail-section {
  margin-top: 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-services {
  margin-top: 80px;
}
.main[data-page=doctor-detail-page] .doctor-detail-record {
  margin-top: 80px;
}
.main[data-page=doctor-detail-page] .doctor-detail-section {
  padding: 20px;
  border-radius: 10px;
  background: #f9f9f9;
}
.main[data-page=doctor-detail-page] .doctor-detail-section h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-education-text {
  display: flex;
  max-width: 1045px;
  flex-direction: column;
  gap: 8px;
  color: #000000;
}
.main[data-page=doctor-detail-page] .doctor-detail-education-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.main[data-page=doctor-detail-page] .doctor-detail-courses {
  margin-top: 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-courses h3 {
  margin-bottom: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.main[data-page=doctor-detail-page] .doctor-detail-course-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=doctor-detail-page] .doctor-detail-course-item {
  display: flex;
  min-height: 45px;
  align-items: center;
  gap: 8px;
  padding: 10px 15px 10px 10px;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
}
.main[data-page=doctor-detail-page] .doctor-detail-course-year {
  display: inline-flex;
  min-width: 52px;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 41px;
  background: #f6f7f6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-course-name {
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.main[data-page=doctor-detail-page] .doctor-detail-text > *:first-child {
  margin-top: 0;
}
.main[data-page=doctor-detail-page] .doctor-detail-text p {
  margin-bottom: 12px;
}
.main[data-page=doctor-detail-page] .doctor-detail-text ul,
.main[data-page=doctor-detail-page] .doctor-detail-text ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 15px 0 0;
  padding-left: 0;
  list-style: none;
}
.main[data-page=doctor-detail-page] .doctor-detail-text li {
  min-height: 31px;
  padding: 8px 15px;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-text strong,
.main[data-page=doctor-detail-page] .doctor-detail-text b {
  font-weight: 600;
}
.main[data-page=doctor-detail-page] .doctor-detail-direction-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=doctor-detail-page] .doctor-detail-direction-list span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-direction-list span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #009872;
}
.main[data-page=doctor-detail-page] .doctor-detail-services h2 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-tabs {
  display: flex;
  max-width: 1137px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-tab {
  min-height: 45px;
  flex: 0 0 219px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #009872;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-tab:hover {
  opacity: 0.7;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #f9f9f9;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-group {
  display: none;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-group.is-active {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-row {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-row span {
  min-width: 0;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-row strong {
  flex: 0 0 auto;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=doctor-detail-page] .doctor-detail-service-note {
  margin-top: 30px;
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-record h2 {
  margin-bottom: 30px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 670px);
  grid-gap: 40px;
  gap: 40px;
  min-height: 328px;
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card .appointment-doctor-card {
  gap: 15px;
  background: transparent;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card .appointment-doctor-card__image {
  width: 90px;
  height: 138px;
  flex-basis: 90px;
  border-radius: 12px;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card .appointment-doctor-card__content {
  min-height: 201px;
  padding-top: 0;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card .appointment-doctor-card__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card .appointment-doctor-card__service {
  min-height: 61px;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-card .appointment-doctor-schedule {
  min-height: 268px;
  padding: 30px;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-doctor {
  display: flex;
  gap: 15px;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-doctor img {
  width: 90px;
  height: 138px;
  flex: 0 0 90px;
  border-radius: 12px;
  object-fit: cover;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-doctor h3 {
  margin-bottom: 4px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-doctor p {
  margin-bottom: 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-doctor strong {
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-action p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-action a {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=doctor-detail-page] .doctor-detail-record-action a:hover {
  opacity: 0.7;
}
.main[data-page=doctor-detail-page] .appointment-cta {
  margin-top: 80px;
}
.main[data-page=doctor-detail-page] .site-footer {
  margin-top: 64px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-head, .main[data-page=doctor-detail-page] .doctor-detail-tabs, .main[data-page=doctor-detail-page] .doctor-detail-section, .main[data-page=doctor-detail-page] .doctor-detail-services, .main[data-page=doctor-detail-page] .doctor-detail-record {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-record-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 600px);
    gap: 24px;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=doctor-detail-page] .doctor-detail-head, .main[data-page=doctor-detail-page] .doctor-detail-tabs, .main[data-page=doctor-detail-page] .doctor-detail-section, .main[data-page=doctor-detail-page] .doctor-detail-services, .main[data-page=doctor-detail-page] .doctor-detail-record {
    width: calc(100% - 40px);
  }
  .main[data-page=doctor-detail-page] .doctor-detail-hero {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .main[data-page=doctor-detail-page] .doctor-detail-photo {
    width: 220px;
    height: 270px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-side {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 299px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-record-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-title-wrap h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-hero {
    grid-template-columns: 1fr;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-photo {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 242/288;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-side {
    display: flex;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-service-tab {
    flex: 1 1 calc(50% - 5px);
  }
  .main[data-page=doctor-detail-page] .doctor-detail-record-card {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-head, .main[data-page=doctor-detail-page] .doctor-detail-tabs, .main[data-page=doctor-detail-page] .doctor-detail-section, .main[data-page=doctor-detail-page] .doctor-detail-services, .main[data-page=doctor-detail-page] .doctor-detail-record {
    width: calc(100% - 24px);
  }
  .main[data-page=doctor-detail-page] .doctor-detail-breadcrumbs {
    margin-bottom: 24px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-title-wrap h1 {
    font-size: 28px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-services h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-service-tabs {
    flex-direction: column;
    align-items: stretch;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-service-tab {
    flex-basis: auto;
    width: 100%;
  }
  .main[data-page=doctor-detail-page] .doctor-detail-record h2 {
    font-size: 30px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/service-detail/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=service-detail-page] .promo-card-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
}

.main[data-page=service-detail-page] .promo-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
}

.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=service-detail-page] .service-detail-head, .main[data-page=service-detail-page] .service-detail-features, .main[data-page=service-detail-page] .service-detail-reasons, .main[data-page=service-detail-page] .service-detail-program, .main[data-page=service-detail-page] .service-detail-section, .main[data-page=service-detail-page] .service-detail-surgery {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=service-detail-page] .service-detail-head {
  margin-top: 20px;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs span,
.main[data-page=service-detail-page] .service-detail-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs {
  margin-bottom: 40px;
}
.main[data-page=service-detail-page] .service-detail-breadcrumbs span:last-child {
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=service-detail-page] .service-detail-title {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .service-detail-hero {
  position: relative;
  min-height: 366px;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=service-detail-page] .service-detail-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main[data-page=service-detail-page] .service-detail-hero--no-image {
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
}
.main[data-page=service-detail-page] .service-detail-hero-card {
  position: relative;
  z-index: 2;
  width: min(680px, 100% - 60px);
  min-height: 306px;
  margin: 30px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.main[data-page=service-detail-page] .service-detail-hero-card h1 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=service-detail-page] .service-detail-hero-card p {
  width: min(640px, 100%);
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-hero-button {
  min-height: 45px;
  padding: 10px 20px;
  border-radius: 93px;
  background: #000000;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-hero-button:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-action-badge {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  min-height: 51px;
  padding: 10px 15px 10px 12px;
  border-radius: 12px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-action-badge:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-action-badge span:last-child {
  display: flex;
  flex-direction: column;
}
.main[data-page=service-detail-page] .service-detail-action-badge strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.main[data-page=service-detail-page] .service-detail-action-badge em {
  color: #ffffff;
  font-style: normal;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=service-detail-page] .service-detail-action-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
}
.main[data-page=service-detail-page] .service-detail-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
  margin-top: 40px;
}
.main[data-page=service-detail-page] .service-detail-feature-card {
  position: relative;
  min-height: 240px;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=service-detail-page] .service-detail-feature-card h2 {
  max-height: 90px;
  margin: 0 0 10px;
  overflow: hidden;
  color: #009872;
  display: -webkit-box;
  letter-spacing: 0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-feature-card p {
  max-width: 407px;
  margin: 0;
  overflow: hidden;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .service-detail-feature-card > span {
  position: absolute;
  left: 30px;
  bottom: -42px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  letter-spacing: 0.02em;
  pointer-events: none;
  font-size: 84px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .service-detail-reasons {
  box-sizing: border-box;
  min-height: 544px;
  margin-top: 80px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #ffffff;
}
.main[data-page=service-detail-page] .service-detail-reasons > h2 {
  margin: 0 0 30px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 115%;
}
.main[data-page=service-detail-page] .service-detail-reasons-grid {
  display: grid;
  grid-template-columns: minmax(0, 705px) minmax(0, 625px);
  align-items: flex-start;
  grid-gap: 30px;
  gap: 30px;
  min-height: 420px;
}
.main[data-page=service-detail-page] .service-detail-reason-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 76px;
  align-content: flex-start;
  grid-gap: 10px;
  gap: 10px;
  min-height: 420px;
}
.main[data-page=service-detail-page] .service-detail-reason-link {
  box-sizing: border-box;
  height: 76px;
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-reason-link:hover {
  opacity: 0.85;
}
.main[data-page=service-detail-page] .service-detail-reason-link:active {
  transform: translateY(1px);
}
.main[data-page=service-detail-page] .service-detail-reason-link:nth-child(n+5) {
  grid-column: 1/-1;
}
.main[data-page=service-detail-page] .service-detail-reason-link > .service-detail-reason-link-text {
  flex: 0 1 388px;
  min-width: 0;
  max-width: 388px;
  overflow: hidden;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 2px;
  letter-spacing: 0.02em;
}
.main[data-page=service-detail-page] .service-detail-reason-link .service-detail-reason-link-title {
  overflow: hidden;
  color: #000000;
  display: -webkit-box;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main[data-page=service-detail-page] .service-detail-reason-link .service-detail-reason-link-text-note {
  overflow: hidden;
  color: #000000;
  display: -webkit-box;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  opacity: 0.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main[data-page=service-detail-page] .service-detail-reason-link:nth-child(-n+4) .service-detail-reason-link-text {
  flex-basis: 264px;
  max-width: 264px;
}
.main[data-page=service-detail-page] .service-detail-reason-link:nth-child(1) .service-detail-reason-link-text, .main[data-page=service-detail-page] .service-detail-reason-link:nth-child(2) .service-detail-reason-link-text {
  flex-basis: 252px;
  max-width: 252px;
}
.main[data-page=service-detail-page] .service-detail-reason-link:nth-child(5) .service-detail-reason-link-text {
  flex-basis: 338px;
  max-width: 338px;
}
.main[data-page=service-detail-page] .service-detail-reason-link:nth-child(7) .service-detail-reason-link-text {
  flex-basis: 364px;
  max-width: 364px;
}
.main[data-page=service-detail-page] .service-detail-reason-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=service-detail-page] .service-detail-symptoms {
  box-sizing: border-box;
  height: 420px;
  padding: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=service-detail-page] .service-detail-symptoms h3 {
  margin: 0;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
}
.main[data-page=service-detail-page] .service-detail-symptom-list {
  max-height: 277px;
  overflow: hidden;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=service-detail-page] .service-detail-symptom-list span {
  box-sizing: border-box;
  max-width: 100%;
  min-height: 36px;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=service-detail-page] .service-detail-symptoms-more {
  box-sizing: border-box;
  min-height: 40px;
  margin-top: auto;
  border-radius: 20px;
  background: #ffffff;
  color: #009872;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 135%;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-symptoms-more:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-program {
  position: relative;
  min-height: 394px;
  margin-top: 85px;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: flex;
  align-items: stretch;
}
.main[data-page=service-detail-page] .service-detail-program::before, .main[data-page=service-detail-page] .service-detail-program::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.main[data-page=service-detail-page] .service-detail-program::before {
  right: 592px;
  top: -73px;
  width: 325px;
  height: 490px;
  background: #fafbf6;
}
.main[data-page=service-detail-page] .service-detail-program::after {
  right: 713px;
  top: -73px;
  width: 264px;
  height: 490px;
  background: #def4f0;
  filter: blur(50px);
}
.main[data-page=service-detail-page] .service-detail-program::before, .main[data-page=service-detail-page] .service-detail-program::after {
  display: none;
}
.main[data-page=service-detail-page] .service-detail-program > img {
  position: absolute;
  right: 9px;
  top: -156px;
  z-index: 1;
  width: 661px;
  height: 661px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.main[data-page=service-detail-page] .service-detail-program-content {
  position: relative;
  z-index: 2;
  width: min(1000px, 100%);
  min-height: 334px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main[data-page=service-detail-page] .service-detail-program-content h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=service-detail-page] .service-detail-program-content p {
  width: min(1000px, 100%);
  margin: 0 0 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.main[data-page=service-detail-page] .service-detail-program-content .service-detail-program-accent {
  font-weight: 500;
}
.main[data-page=service-detail-page] .service-detail-program-content a {
  min-width: 191px;
  min-height: 45px;
  margin-top: auto;
  padding: 10px 20px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-program-content a:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-program-text {
  width: min(1000px, 100%);
  overflow: hidden;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-program-text p,
.main[data-page=service-detail-page] .service-detail-program-text ul,
.main[data-page=service-detail-page] .service-detail-program-text ol {
  margin: 0 0 10px;
}
.main[data-page=service-detail-page] .service-detail-program-text ul,
.main[data-page=service-detail-page] .service-detail-program-text ol {
  padding-left: 22px;
}
.main[data-page=service-detail-page] .service-detail-program-text li + li {
  margin-top: 6px;
}
.main[data-page=service-detail-page] .service-detail-section {
  margin-top: 80px;
}
.main[data-page=service-detail-page] .service-detail-section-title {
  margin: 0 0 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .service-detail-doctors-grid, .main[data-page=service-detail-page] .service-detail-promos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.main[data-page=service-detail-page] .service-detail-promos-grid {
  gap: 32px;
}
.main[data-page=service-detail-page] .service-detail-more {
  width: 100%;
  min-height: 60px;
  margin-top: 40px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #009872;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-more:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-surgery {
  margin-top: 80px;
}
.main[data-page=service-detail-page] .service-detail-surgery-card {
  min-height: 498px;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: grid;
  grid-template-columns: minmax(0, 668px) minmax(0, 670px);
  grid-gap: 22px;
  gap: 22px;
}
.main[data-page=service-detail-page] .service-detail-surgery-card > img {
  width: 100%;
  height: 438px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
.main[data-page=service-detail-page] .service-detail-surgery-content {
  min-height: 438px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.main[data-page=service-detail-page] .service-detail-surgery-content h2 {
  max-width: 679px;
  margin: 0 0 8px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=service-detail-page] .service-detail-surgery-content p {
  max-width: 494px;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-surgery-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=service-detail-page] .service-detail-surgery-tags strong {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-surgery-tags div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=service-detail-page] .service-detail-surgery-tags span {
  min-height: 36px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .service-detail-surgery-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.main[data-page=service-detail-page] .service-detail-surgery-bottom a {
  min-height: 40px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-surgery-bottom a:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-surgery-bottom span {
  min-height: 18px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .service-detail-surgery-bottom img {
  width: 18px;
  height: 18px;
}
.main[data-page=service-detail-page] .service-detail-promotions, .main[data-page=service-detail-page] .service-detail-prices {
  margin-top: 100px;
}
.main[data-page=service-detail-page] .service-detail-price-tabs {
  width: min(1420px, 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.main[data-page=service-detail-page] .service-detail-price-select {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
.main[data-page=service-detail-page] .service-detail-price-select-native {
  display: none;
}
.main[data-page=service-detail-page] .service-detail-price-select-button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  padding: 12px 48px 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #f9f9f9;
  color: #009872;
  letter-spacing: 0.02em;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .service-detail-price-select-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=service-detail-page] .service-detail-price-select-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M4 6l4 4 4-4%27 stroke=%27%23009872%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") no-repeat center/16px 16px;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.main[data-page=service-detail-page] .service-detail-price-select.is-open .main[data-page=service-detail-page] .service-detail-price-select-button::after {
  transform: translateY(-50%) rotate(180deg);
}
.main[data-page=service-detail-page] .service-detail-price-select-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  max-height: 320px;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}
.main[data-page=service-detail-page] .service-detail-price-select-dropdown[hidden] {
  display: none;
}
.main[data-page=service-detail-page] .service-detail-price-select-option {
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  color: #000000;
  background: transparent;
  letter-spacing: 0.02em;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .service-detail-price-select-option:hover, .main[data-page=service-detail-page] .service-detail-price-select-option:focus, .main[data-page=service-detail-page] .service-detail-price-select-option.is-active {
  color: #009872;
  background: #f9f9f9;
}
.main[data-page=service-detail-page] .service-detail-price-tab {
  min-height: 45px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #009872;
  flex: 0 0 auto;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-detail-price-tab:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-detail-price-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #f9f9f9;
}
.main[data-page=service-detail-page] .service-detail-price-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=service-detail-page] .service-detail-price-row {
  min-height: 50px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #000000;
  display: none;
  align-items: center;
  gap: 15px;
}
.main[data-page=service-detail-page] .service-detail-price-row.is-active {
  display: flex;
}
.main[data-page=service-detail-page] .service-detail-price-row:nth-child(even) {
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
}
.main[data-page=service-detail-page] .service-detail-price-row span {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-price-row em {
  min-height: 20px;
  padding: 4px 8px;
  border-radius: 20px;
  background: #ef2239;
  color: #ffffff;
  font-style: normal;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}
.main[data-page=service-detail-page] .service-detail-price-row strong {
  flex: 0 0 auto;
  margin-left: auto;
  color: #000000;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-detail-price-note {
  margin-top: 30px;
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .doctor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 10px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=service-detail-page] .doctor-card[hidden] {
  display: none;
}
.main[data-page=service-detail-page] .doctor-card-main {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  min-height: 138px;
}
.main[data-page=service-detail-page] .doctor-card-photo {
  width: 90px;
  height: 138px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=service-detail-page] .doctor-card-photo-placeholder {
  display: block;
}
.main[data-page=service-detail-page] .doctor-card-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=service-detail-page] .doctor-card-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .doctor-card-rating img {
  width: 12px;
  height: 12px;
}
.main[data-page=service-detail-page] .doctor-card-rating strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .doctor-card-rating-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9794;
}
.main[data-page=service-detail-page] .doctor-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=service-detail-page] .doctor-card-head h2,
.main[data-page=service-detail-page] .doctor-card-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .doctor-card-head p {
  margin: 0;
  color: #8A9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .doctor-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=service-detail-page] .doctor-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .doctor-card-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=service-detail-page] .doctor-card-record {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=service-detail-page] .doctor-card-record-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.main[data-page=service-detail-page] .doctor-card-record-top > strong {
  flex: 0 0 auto;
  padding: 6px 0;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .doctor-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .doctor-card-date img {
  width: 20px;
  height: 20px;
}
.main[data-page=service-detail-page] .doctor-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=service-detail-page] .doctor-card-actions > a:only-child {
  grid-column: 1/-1;
}
.main[data-page=service-detail-page] .doctor-card-more, .main[data-page=service-detail-page] .doctor-card-appointment {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .doctor-card-more:hover, .main[data-page=service-detail-page] .doctor-card-appointment:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .doctor-card-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
}
.main[data-page=service-detail-page] .doctor-card-appointment {
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
}
.main[data-page=service-detail-page] .promo-card {
  position: relative;
  min-width: 0;
  height: 278px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.main[data-page=service-detail-page] .promo-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=service-detail-page] .promo-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=service-detail-page] .promo-card-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=service-detail-page] .promo-card-text {
  min-height: 14px;
  margin: 0;
  color: #8a9794;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.main[data-page=service-detail-page] .promo-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main[data-page=service-detail-page] .promo-card-current-price {
  color: #000000;
  white-space: nowrap;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=service-detail-page] .promo-card-old-price {
  min-height: 20px;
  color: #929796;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=service-detail-page] .promo-card-date {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000000;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=service-detail-page] .promo-card-date img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main[data-page=service-detail-page] .promo-card-image {
  left: calc(50% + 26px);
  top: calc(50% - 66px);
  width: 243px;
  height: 243px;
  border-radius: 1000px;
}
.main[data-page=service-detail-page] .appointment-cta-service-detail {
  margin-top: 210px;
}
.main[data-page=service-detail-page] .site-footer {
  margin-top: 40px;
}
.main[data-page=service-detail-page] .service-category-detail-head {
  margin-bottom: 0;
}
.main[data-page=service-detail-page] .service-category-detail-intro {
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.main[data-page=service-detail-page] .service-category-detail-intro-content {
  min-width: 0;
  max-width: 920px;
}
.main[data-page=service-detail-page] .service-category-detail-description {
  max-width: 900px;
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main[data-page=service-detail-page] .service-category-detail-description p,
.main[data-page=service-detail-page] .service-category-detail-description ul,
.main[data-page=service-detail-page] .service-category-detail-description ol {
  margin: 0 0 14px;
}
.main[data-page=service-detail-page] .service-category-detail-description ul,
.main[data-page=service-detail-page] .service-category-detail-description ol {
  padding-left: 22px;
}
.main[data-page=service-detail-page] .service-category-detail-description li + li {
  margin-top: 8px;
}
.main[data-page=service-detail-page] .service-category-detail-description-empty {
  color: #8a9794;
}
.main[data-page=service-detail-page] .service-category-detail-appointment {
  min-height: 45px;
  flex: 0 0 auto;
  padding: 13px 22px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-category-detail-appointment:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-category-detail-children, .main[data-page=service-detail-page] .service-category-detail-services {
  margin-top: 80px;
}
.main[data-page=service-detail-page] .service-category-detail-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=service-detail-page] .service-category-detail-card {
  min-height: 92px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=service-detail-page] .service-category-detail-card:hover {
  opacity: 0.85;
}
.main[data-page=service-detail-page] .service-category-detail-card:active {
  transform: translateY(1px);
}
.main[data-page=service-detail-page] .service-category-detail-card span {
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .service-category-detail-card em {
  color: #8a9794;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=service-detail-page] .service-category-detail-service-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=service-detail-page] .service-category-detail-service-row {
  min-height: 58px;
  padding: 12px 15px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 15px;
}
.main[data-page=service-detail-page] .service-category-detail-service-row:nth-child(even) {
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
}
.main[data-page=service-detail-page] .service-category-detail-service-row span {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-category-detail-service-row strong {
  flex: 0 0 auto;
  color: #000000;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=service-detail-page] .service-category-detail-service-row a {
  min-height: 36px;
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=service-detail-page] .service-category-detail-service-row a:hover {
  opacity: 0.7;
}
.main[data-page=service-detail-page] .service-category-detail-empty {
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=service-detail-page] .service-detail-head, .main[data-page=service-detail-page] .service-detail-features, .main[data-page=service-detail-page] .service-detail-reasons, .main[data-page=service-detail-page] .service-detail-program, .main[data-page=service-detail-page] .service-detail-section, .main[data-page=service-detail-page] .service-detail-surgery {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=service-detail-page] .service-detail-head, .main[data-page=service-detail-page] .service-detail-features, .main[data-page=service-detail-page] .service-detail-reasons, .main[data-page=service-detail-page] .service-detail-program, .main[data-page=service-detail-page] .service-detail-section, .main[data-page=service-detail-page] .service-detail-surgery {
    width: calc(100% - 40px);
  }
  .main[data-page=service-detail-page] .service-detail-reasons-grid, .main[data-page=service-detail-page] .service-detail-surgery-card {
    grid-template-columns: 1fr;
  }
  .main[data-page=service-detail-page] .service-detail-program::before, .main[data-page=service-detail-page] .service-detail-program::after {
    display: none;
  }
  .main[data-page=service-detail-page] .service-detail-program > img {
    opacity: 0.45;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=service-detail-page] .doctor-card {
    width: 452px;
    min-width: 452px;
    scroll-snap-align: start;
  }
  .main[data-page=service-detail-page] .promo-card {
    width: 360px;
    min-width: 360px;
    scroll-snap-align: start;
  }
  .main[data-page=service-detail-page] .service-detail-features, .main[data-page=service-detail-page] .service-detail-doctors-grid, .main[data-page=service-detail-page] .service-detail-promos-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .main[data-page=service-detail-page] .service-detail-features::-webkit-scrollbar, .main[data-page=service-detail-page] .service-detail-doctors-grid::-webkit-scrollbar, .main[data-page=service-detail-page] .service-detail-promos-grid::-webkit-scrollbar {
    height: 0;
  }
  .main[data-page=service-detail-page] .service-detail-feature-card {
    width: 452px;
    min-width: 452px;
    scroll-snap-align: start;
  }
  .main[data-page=service-detail-page] .service-detail-program, .main[data-page=service-detail-page] .service-detail-section, .main[data-page=service-detail-page] .service-detail-surgery, .main[data-page=service-detail-page] .service-detail-promotions, .main[data-page=service-detail-page] .service-detail-prices {
    margin-top: 64px;
  }
  .main[data-page=service-detail-page] .service-detail-hero-card {
    width: min(620px, 100% - 40px);
    min-height: 270px;
    margin: 20px;
  }
  .main[data-page=service-detail-page] .service-detail-hero-card h1 {
    font-size: 44px;
  }
  .main[data-page=service-detail-page] .service-detail-section-title {
    margin-bottom: 28px;
    font-size: 34px;
  }
  .main[data-page=service-detail-page] .service-detail-surgery-card > img {
    height: 320px;
  }
  .main[data-page=service-detail-page] .appointment-cta-service-detail {
    margin-top: 70px;
  }
  .main[data-page=service-detail-page] .service-category-detail-intro {
    flex-direction: column;
    padding: 24px;
  }
  .main[data-page=service-detail-page] .service-category-detail-children, .main[data-page=service-detail-page] .service-category-detail-services {
    margin-top: 64px;
  }
  .main[data-page=service-detail-page] .service-category-detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=service-detail-page] .service-detail-reasons-grid, .main[data-page=service-detail-page] .service-detail-reason-list {
    grid-template-columns: 1fr;
  }
  .main[data-page=service-detail-page] .service-detail-reason-link:nth-child(n+5) {
    grid-column: auto;
  }
  .main[data-page=service-detail-page] .service-detail-program > img {
    display: none;
  }
  .main[data-page=service-detail-page] .service-detail-price-select {
    display: block;
  }
  .main[data-page=service-detail-page] .service-detail-price-tabs {
    display: none;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=service-detail-page] .service-detail-head, .main[data-page=service-detail-page] .service-detail-features, .main[data-page=service-detail-page] .service-detail-reasons, .main[data-page=service-detail-page] .service-detail-program, .main[data-page=service-detail-page] .service-detail-section, .main[data-page=service-detail-page] .service-detail-surgery {
    width: calc(100% - 24px);
  }
  .main[data-page=service-detail-page] .service-detail-breadcrumbs {
    margin-bottom: 24px;
  }
  .main[data-page=service-detail-page] .doctor-card {
    width: 320px;
    min-width: 320px;
    min-height: 0;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .doctor-card-head h2,
  .main[data-page=service-detail-page] .doctor-card-head h3 {
    font-size: 18px;
  }
  .main[data-page=service-detail-page] .promo-card {
    width: 320px;
    min-width: 320px;
    height: 260px;
    padding: 16px;
  }
  .main[data-page=service-detail-page] .promo-card-title {
    font-size: 20px;
  }
  .main[data-page=service-detail-page] .promo-card-current-price {
    font-size: 34px;
  }
  .main[data-page=service-detail-page] .promo-card-image {
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
  }
  .main[data-page=service-detail-page] .service-detail-head {
    margin-top: 28px;
  }
  .main[data-page=service-detail-page] .service-detail-title {
    font-size: 30px;
  }
  .main[data-page=service-detail-page] .service-detail-hero {
    min-height: 0;
    padding: 16px;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .service-detail-hero-image {
    opacity: 0.35;
  }
  .main[data-page=service-detail-page] .service-detail-hero-card {
    width: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 16px;
  }
  .main[data-page=service-detail-page] .service-detail-hero-card h1 {
    font-size: 34px;
  }
  .main[data-page=service-detail-page] .service-detail-hero-card p {
    font-size: 14px;
  }
  .main[data-page=service-detail-page] .service-detail-action-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }
  .main[data-page=service-detail-page] .service-detail-features {
    margin-top: 24px;
  }
  .main[data-page=service-detail-page] .service-detail-feature-card {
    width: 320px;
    min-width: 320px;
    min-height: 200px;
    padding: 22px 20px;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .service-detail-feature-card h2 {
    max-height: 79px;
    font-size: 21px;
  }
  .main[data-page=service-detail-page] .service-detail-reasons, .main[data-page=service-detail-page] .service-detail-program, .main[data-page=service-detail-page] .service-detail-section, .main[data-page=service-detail-page] .service-detail-surgery, .main[data-page=service-detail-page] .service-detail-promotions, .main[data-page=service-detail-page] .service-detail-prices {
    margin-top: 52px;
  }
  .main[data-page=service-detail-page] .service-detail-reasons {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .service-detail-reasons > h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .main[data-page=service-detail-page] .service-detail-reasons-grid, .main[data-page=service-detail-page] .service-detail-reason-list {
    min-height: 0;
  }
  .main[data-page=service-detail-page] .service-detail-symptoms {
    height: auto;
    min-height: 0;
  }
  .main[data-page=service-detail-page] .service-detail-symptom-list {
    max-height: none;
  }
  .main[data-page=service-detail-page] .service-detail-program {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .service-detail-program-content {
    min-height: 0;
  }
  .main[data-page=service-detail-page] .service-detail-program-content h2 {
    font-size: 28px;
  }
  .main[data-page=service-detail-page] .service-detail-program-content p {
    font-size: 14px;
  }
  .main[data-page=service-detail-page] .service-detail-program-content a {
    margin-top: 28px;
  }
  .main[data-page=service-detail-page] .service-detail-section-title {
    font-size: 28px;
  }
  .main[data-page=service-detail-page] .service-detail-surgery-card {
    padding: 18px;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .service-detail-surgery-content {
    min-height: 0;
    padding: 18px;
  }
  .main[data-page=service-detail-page] .service-detail-surgery-content h2 {
    font-size: 28px;
  }
  .main[data-page=service-detail-page] .service-detail-surgery-content p {
    font-size: 14px;
  }
  .main[data-page=service-detail-page] .service-detail-price-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .main[data-page=service-detail-page] .service-detail-price-row strong {
    margin-left: 0;
  }
  .main[data-page=service-detail-page] .appointment-cta-service-detail {
    margin-top: 56px;
  }
  .main[data-page=service-detail-page] .service-category-detail-intro {
    padding: 18px;
    border-radius: 18px;
  }
  .main[data-page=service-detail-page] .service-category-detail-description {
    font-size: 14px;
  }
  .main[data-page=service-detail-page] .service-category-detail-appointment {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .main[data-page=service-detail-page] .service-category-detail-children, .main[data-page=service-detail-page] .service-category-detail-services {
    margin-top: 52px;
  }
  .main[data-page=service-detail-page] .service-category-detail-card-grid {
    grid-template-columns: 1fr;
  }
  .main[data-page=service-detail-page] .service-category-detail-service-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .main[data-page=service-detail-page] .service-category-detail-service-row a {
    width: 100%;
    justify-content: center;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/medical-centers/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=medical-centers-page] .medical-centers-hero, .main[data-page=medical-centers-page] .medical-centers-panel {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=medical-centers-page] .medical-centers-hero {
  margin-top: 20px;
}
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs span,
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=medical-centers-page] .medical-centers-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=medical-centers-page] .medical-centers-title {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-centers-page] .medical-centers-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 35px;
}
.main[data-page=medical-centers-page] .medical-centers-tab {
  min-height: 45px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-centers-page] .medical-centers-tab:hover {
  opacity: 0.7;
}
.main[data-page=medical-centers-page] .medical-centers-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=medical-centers-page] .medical-centers-panel {
  margin-top: 40px;
}
.main[data-page=medical-centers-page] .medical-centers-panel[hidden] {
  display: none;
}
.main[data-page=medical-centers-page] .medical-centers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.main[data-page=medical-centers-page] .medical-centers-empty {
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=medical-centers-page] .medical-centers-map {
  position: relative;
  height: 667px;
  overflow: hidden;
}
.main[data-page=medical-centers-page] .medical-centers-map [class*=ymaps-][class*=-gotoymaps],
.main[data-page=medical-centers-page] .medical-centers-map [class*=ymaps-][class*=-gototaxi],
.main[data-page=medical-centers-page] .medical-centers-map [class*=ymaps-][class*=-gototech] {
  display: none !important;
}
.main[data-page=medical-centers-page] .medical-centers-map {
  border-radius: 20px;
  background: #f6f6f6;
}
.main[data-page=medical-centers-page] .medical-centers-map-canvas {
  width: 100%;
  height: 100%;
}
.main[data-page=medical-centers-page] .medical-centers-map-message {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  z-index: 2;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=medical-centers-page] .medical-centers-map-message[hidden] {
  display: none;
}
.main[data-page=medical-centers-page] .medical-centers-map-cluster {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.main[data-page=medical-centers-page] .medical-centers-map-balloon {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #000000;
}
.main[data-page=medical-centers-page] .medical-centers-map-balloon strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=medical-centers-page] .medical-centers-map-balloon span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.main[data-page=medical-centers-page] .medical-centers-map-balloon a {
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 4px;
  padding: 8px 12px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-centers-page] .medical-centers-map-balloon a:hover {
  opacity: 0.7;
}
.main[data-page=medical-centers-page] .medical-center-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=medical-centers-page] .medical-center-card-head {
  min-height: 42px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=medical-centers-page] .medical-center-card-title {
  color: #000000;
  letter-spacing: 0.01em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=medical-centers-page] .medical-center-card-label {
  color: #009872;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-centers-page] .medical-center-card-image {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=medical-centers-page] .medical-center-card-info {
  min-height: 146px;
  padding: 15px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main[data-page=medical-centers-page] .medical-center-card-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.main[data-page=medical-centers-page] .medical-center-card-row p,
.main[data-page=medical-centers-page] .medical-center-card-row a {
  min-width: 0;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=medical-centers-page] .medical-center-card-row a {
  transition: opacity 0.2s ease;
}
.main[data-page=medical-centers-page] .medical-center-card-row a:hover {
  opacity: 0.7;
}
.main[data-page=medical-centers-page] .medical-center-card-row-schedule {
  gap: 13px;
}
.main[data-page=medical-centers-page] .medical-center-card-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=medical-centers-page] .medical-center-card-schedule {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=medical-centers-page] .medical-center-card-schedule-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.main[data-page=medical-centers-page] .medical-center-card-schedule-row span {
  width: 44px;
  flex: 0 0 44px;
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-centers-page] .medical-center-card-schedule-row b {
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-centers-page] .medical-center-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.main[data-page=medical-centers-page] .medical-center-card-route {
  min-height: 35px;
  padding: 7px 14px 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-centers-page] .medical-center-card-route:hover {
  opacity: 0.7;
}
.main[data-page=medical-centers-page] .medical-center-card-route img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=medical-centers-page] .medical-center-card-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000000;
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=medical-centers-page] .medical-center-card-arrow:hover {
  opacity: 0.85;
}
.main[data-page=medical-centers-page] .medical-center-card-arrow:active {
  transform: translateY(1px);
}
.main[data-page=medical-centers-page] .medical-center-card-arrow img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=medical-centers-page] .appointment-cta-medical-centers {
  margin-top: 260px;
}
.main[data-page=medical-centers-page].is-map-view .appointment-cta-medical-centers {
  margin-top: 120px;
}
.main[data-page=medical-centers-page] .site-footer {
  margin-top: 40px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=medical-centers-page] .medical-centers-hero, .main[data-page=medical-centers-page] .medical-centers-panel {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=medical-centers-page] .medical-centers-hero, .main[data-page=medical-centers-page] .medical-centers-panel {
    width: calc(100% - 40px);
  }
  .main[data-page=medical-centers-page] .medical-centers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=medical-centers-page] .medical-centers-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=medical-centers-page] .medical-centers-map {
    height: 560px;
  }
  .main[data-page=medical-centers-page] .appointment-cta-medical-centers {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=medical-centers-page] .medical-centers-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }
  .main[data-page=medical-centers-page] .medical-centers-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=medical-centers-page] .medical-centers-hero, .main[data-page=medical-centers-page] .medical-centers-panel {
    width: calc(100% - 24px);
  }
  .main[data-page=medical-centers-page] .medical-centers-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=medical-centers-page] .medical-centers-map {
    height: 360px;
    border-radius: 18px;
  }
  .main[data-page=medical-centers-page] .medical-center-card {
    padding: 14px;
    border-radius: 18px;
  }
  .main[data-page=medical-centers-page] .medical-center-card-title {
    font-size: 16px;
  }
  .main[data-page=medical-centers-page] .medical-center-card-image {
    height: 160px;
  }
  .main[data-page=medical-centers-page] .appointment-cta-medical-centers {
    margin-top: 70px;
  }
  .main[data-page=medical-centers-page].is-map-view .appointment-cta-medical-centers {
    margin-top: 70px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/medical-center-detail/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=medical-center-detail-page] .medical-center-detail-head, .main[data-page=medical-center-detail-page] .medical-center-detail-directions, .main[data-page=medical-center-detail-page] .medical-center-detail-doctors, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews, .main[data-page=medical-center-detail-page] .medical-center-detail-gallery, .main[data-page=medical-center-detail-page] .medical-center-detail-tour {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-head {
  margin-top: 20px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs span,
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs {
  margin-bottom: 40px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs span:last-child {
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-not-found {
  padding: 40px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-not-found h1 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-not-found a {
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-not-found a:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero {
  position: relative;
  min-height: 467px;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-map [class*=ymaps-][class*=-gotoymaps],
.main[data-page=medical-center-detail-page] .medical-center-detail-map [class*=ymaps-][class*=-gototaxi],
.main[data-page=medical-center-detail-page] .medical-center-detail-map [class*=ymaps-][class*=-gototech] {
  display: none !important;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-map-message {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  max-width: 320px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-map-message[hidden] {
  display: none;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: 680px;
  min-height: 407px;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero-title h1 {
  max-width: 640px;
  color: #000000;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero-title p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero-info {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-info-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-info-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-info-title img {
  width: 18px;
  height: 18px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-info-text {
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-schedule {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-schedule-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 15px;
  gap: 15px;
  letter-spacing: 0.02em;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-schedule-row span {
  color: #8a9794;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-schedule-row b {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-hero-actions {
  display: flex;
  gap: 5px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-appointment, .main[data-page=medical-center-detail-page] .medical-center-detail-route {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-appointment:hover, .main[data-page=medical-center-detail-page] .medical-center-detail-route:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-appointment {
  min-width: 214px;
  padding: 10px 20px;
  background: #000000;
  color: #ffffff;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-route {
  min-width: 209px;
  gap: 4px;
  padding: 8px 20px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000000;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-route img {
  width: 24px;
  height: 24px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-directions {
  margin-top: 80px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #ffffff;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-directions h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-directions-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-directions-list a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-directions-list a:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-directions-list a img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-doctors, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews, .main[data-page=medical-center-detail-page] .medical-center-detail-gallery, .main[data-page=medical-center-detail-page] .medical-center-detail-tour {
  margin-top: 80px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-section-head h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-section-head > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-section-head > a:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-section-head > a img {
  width: 18px;
  height: 18px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-doctors-grid, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-more {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 16px;
  background: #f9f9f9;
  color: #009872;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-more:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review {
  display: flex;
  min-height: 341px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-top, .main[data-page=medical-center-detail-page] .medical-center-detail-review-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-top {
  justify-content: space-between;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-top > span {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-rating img {
  width: 12px;
  height: 12px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-rating strong {
  margin-left: 6px;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-body h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-body time {
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-body p {
  display: -webkit-box;
  overflow: hidden;
  color: #000000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-link {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 93px;
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-review-link:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 0.7fr;
  grid-gap: 20px;
  gap: 20px;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-gallery-grid img {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  object-fit: cover;
  background: #f9f9f9;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-tour h2 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .medical-center-detail-tour iframe {
  display: block;
  width: 100%;
  height: 686px;
  border: 0;
  border-radius: 16px;
  background: #f9f9f9;
}
.main[data-page=medical-center-detail-page] .doctor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 10px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=medical-center-detail-page] .doctor-card[hidden] {
  display: none;
}
.main[data-page=medical-center-detail-page] .doctor-card-main {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  min-height: 138px;
}
.main[data-page=medical-center-detail-page] .doctor-card-photo {
  width: 90px;
  height: 138px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=medical-center-detail-page] .doctor-card-photo-placeholder {
  display: block;
}
.main[data-page=medical-center-detail-page] .doctor-card-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=medical-center-detail-page] .doctor-card-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .doctor-card-rating img {
  width: 12px;
  height: 12px;
}
.main[data-page=medical-center-detail-page] .doctor-card-rating strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=medical-center-detail-page] .doctor-card-rating-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9794;
}
.main[data-page=medical-center-detail-page] .doctor-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=medical-center-detail-page] .doctor-card-head h2,
.main[data-page=medical-center-detail-page] .doctor-card-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .doctor-card-head p {
  margin: 0;
  color: #8A9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .doctor-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=medical-center-detail-page] .doctor-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .doctor-card-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=medical-center-detail-page] .doctor-card-record {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=medical-center-detail-page] .doctor-card-record-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.main[data-page=medical-center-detail-page] .doctor-card-record-top > strong {
  flex: 0 0 auto;
  padding: 6px 0;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .doctor-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=medical-center-detail-page] .doctor-card-date img {
  width: 20px;
  height: 20px;
}
.main[data-page=medical-center-detail-page] .doctor-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=medical-center-detail-page] .doctor-card-actions > a:only-child {
  grid-column: 1/-1;
}
.main[data-page=medical-center-detail-page] .doctor-card-more, .main[data-page=medical-center-detail-page] .doctor-card-appointment {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=medical-center-detail-page] .doctor-card-more:hover, .main[data-page=medical-center-detail-page] .doctor-card-appointment:hover {
  opacity: 0.7;
}
.main[data-page=medical-center-detail-page] .doctor-card-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
}
.main[data-page=medical-center-detail-page] .doctor-card-appointment {
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
}
.main[data-page=medical-center-detail-page] .appointment-cta-medical-center-detail {
  margin-top: 120px;
}
.main[data-page=medical-center-detail-page] .site-footer {
  margin-top: 40px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-head, .main[data-page=medical-center-detail-page] .medical-center-detail-directions, .main[data-page=medical-center-detail-page] .medical-center-detail-doctors, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews, .main[data-page=medical-center-detail-page] .medical-center-detail-gallery, .main[data-page=medical-center-detail-page] .medical-center-detail-tour {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-head, .main[data-page=medical-center-detail-page] .medical-center-detail-directions, .main[data-page=medical-center-detail-page] .medical-center-detail-doctors, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews, .main[data-page=medical-center-detail-page] .medical-center-detail-gallery, .main[data-page=medical-center-detail-page] .medical-center-detail-tour {
    width: calc(100% - 40px);
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-doctors-grid, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero {
    min-height: 420px;
    padding: 20px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero-card {
    width: min(620px, 100%);
    min-height: 360px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero-title h1 {
    font-size: 44px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-directions-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-gallery-grid img {
    height: 240px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-tour iframe {
    height: 560px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 20px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-map {
    position: relative;
    order: 2;
    height: 320px;
    border-radius: 18px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero-card {
    width: 100%;
    min-height: 0;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-directions-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-doctors-grid, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews-grid {
    grid-template-columns: 1fr;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-head, .main[data-page=medical-center-detail-page] .medical-center-detail-directions, .main[data-page=medical-center-detail-page] .medical-center-detail-doctors, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews, .main[data-page=medical-center-detail-page] .medical-center-detail-gallery, .main[data-page=medical-center-detail-page] .medical-center-detail-tour {
    width: calc(100% - 24px);
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-breadcrumbs {
    margin-bottom: 24px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero-title h1 {
    font-size: 32px;
    line-height: 1.05;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero-info {
    flex-direction: column;
    gap: 18px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-hero-actions {
    flex-direction: column;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-directions {
    margin-top: 50px;
    padding: 16px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-directions h2 {
    font-size: 30px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-directions-list {
    grid-template-columns: 1fr;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-doctors, .main[data-page=medical-center-detail-page] .medical-center-detail-reviews, .main[data-page=medical-center-detail-page] .medical-center-detail-gallery, .main[data-page=medical-center-detail-page] .medical-center-detail-tour {
    margin-top: 55px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-section-head h2 {
    font-size: 30px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-tour h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .main[data-page=medical-center-detail-page] .medical-center-detail-tour iframe {
    height: 360px;
  }
  .main[data-page=medical-center-detail-page] .doctor-card-head h2,
  .main[data-page=medical-center-detail-page] .doctor-card-head h3 {
    font-size: 18px;
  }
  .main[data-page=medical-center-detail-page] .appointment-cta-medical-center-detail {
    margin-top: 70px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/media-center/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=media-center-page] .media-center-hero, .main[data-page=media-center-page] .media-center-list {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=media-center-page] .media-center-hero {
  margin-top: 20px;
}
.main[data-page=media-center-page] .media-center-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=media-center-page] .media-center-breadcrumbs span,
.main[data-page=media-center-page] .media-center-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=media-center-page] .media-center-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=media-center-page] .media-center-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=media-center-page] .media-center-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=media-center-page] .media-center-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=media-center-page] .media-center-title {
  margin-top: 40px;
  margin-bottom: 0;
  color: #000000;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-center-page] .media-center-filters {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=media-center-page] .media-center-filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=media-center-page] .media-center-filter {
  border: 0;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=media-center-page] .media-center-filter:hover {
  opacity: 0.85;
}
.main[data-page=media-center-page] .media-center-filter:active {
  transform: translateY(1px);
}
.main[data-page=media-center-page] .media-center-filter span {
  display: inline-flex;
  align-items: center;
}
.main[data-page=media-center-page] .media-center-filter-source {
  min-height: 45px;
  padding: 10px 25px;
  gap: 10px;
  border-radius: 12px;
  background: rgba(138, 151, 148, 0.08);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=media-center-page] .media-center-filter-source span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=media-center-page] .media-center-filter-source.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=media-center-page] .media-center-filter-secondary {
  min-height: 35px;
  padding: 6px 20px;
  gap: 6px;
  border-radius: 78px;
  background: #e6f5f1;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.main[data-page=media-center-page] .media-center-filter-secondary span {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.main[data-page=media-center-page] .media-center-filter-secondary.is-active {
  background: #009872;
  color: #ffffff;
}
.main[data-page=media-center-page] .media-center-filter-count {
  min-width: 19px;
  height: 19px;
  padding: 0 6px;
  border-radius: 31px;
  background: #009872;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.main[data-page=media-center-page] .media-center-filter-source.is-active .main[data-page=media-center-page] .media-center-filter-count {
  background: #ffffff;
  color: #009872;
}
.main[data-page=media-center-page] .media-center-list {
  margin-top: 30px;
}
.main[data-page=media-center-page] .media-center-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.main[data-page=media-center-page] .media-center-empty {
  padding: 30px;
  border-radius: 16px;
  background: #f9f9f9;
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=media-center-page] .media-center-empty[hidden] {
  display: none;
}
.main[data-page=media-center-page] .media-center-more {
  width: 100%;
  min-height: 60px;
  margin-top: 40px;
  border: 0;
  border-radius: 20px;
  background: #f9f9f9;
  color: #009872;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=media-center-page] .media-center-more:hover {
  opacity: 0.85;
}
.main[data-page=media-center-page] .media-center-more:active {
  transform: translateY(1px);
}
.main[data-page=media-center-page] .media-center-more[hidden] {
  display: none;
}
.main[data-page=media-center-page] .media-card {
  min-width: 0;
  height: 428px;
  padding: 15px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=media-center-page] .media-card:hover {
  opacity: 0.85;
}
.main[data-page=media-center-page] .media-card:active {
  transform: translateY(1px);
}
.main[data-page=media-center-page] .media-card[hidden] {
  display: none;
}
.main[data-page=media-center-page] .media-card-picture {
  width: 100%;
  height: 224px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  flex: 0 0 224px;
}
.main[data-page=media-center-page] .media-card-picture-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=media-center-page] .media-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main[data-page=media-center-page] .media-card-image-logo {
  width: 275px;
  max-width: 72%;
  height: 55px;
  max-height: 42%;
  object-fit: contain;
}
.main[data-page=media-center-page] .media-card-body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=media-center-page] .media-card-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=media-center-page] .media-card-meta {
  min-height: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #8a9794;
}
.main[data-page=media-center-page] .media-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #8a9794;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-center-page] .media-card-meta-item img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=media-center-page] .media-card-meta-item span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-center-page] .media-card-title {
  margin: 0;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-center-page] .media-card-author {
  min-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #8a9794;
}
.main[data-page=media-center-page] .media-card-author-name, .main[data-page=media-center-page] .media-card-author-position {
  color: #8a9794;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-center-page] .media-card-author-name {
  font-weight: 600;
}
.main[data-page=media-center-page] .media-card-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=media-center-page] .media-card-tag {
  max-width: 100%;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 78px;
  color: #000000;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.main[data-page=media-center-page] .media-card-tag-green, .main[data-page=media-center-page] .media-card-tag-blue, .main[data-page=media-center-page] .media-card-tag-red {
  border-color: transparent;
  color: #ffffff;
}
.main[data-page=media-center-page] .media-card-tag-green {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main[data-page=media-center-page] .media-card-tag-blue {
  background: #267aff;
}
.main[data-page=media-center-page] .media-card-tag-red {
  background: #ff1d38;
}
.main[data-page=media-center-page] .media-card-tag-light {
  color: #000000;
  background: #ffffff;
}
.main[data-page=media-center-page] .site-footer {
  margin-top: 150px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=media-center-page] .media-center-hero, .main[data-page=media-center-page] .media-center-list {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=media-center-page] .media-center-hero, .main[data-page=media-center-page] .media-center-list {
    width: calc(100% - 40px);
  }
  .main[data-page=media-center-page] .media-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=media-center-page] .media-center-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=media-center-page] .site-footer {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=media-center-page] .media-center-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=media-center-page] .media-center-hero, .main[data-page=media-center-page] .media-center-list {
    width: calc(100% - 24px);
  }
  .main[data-page=media-center-page] .media-center-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=media-center-page] .media-center-filters {
    margin-top: 28px;
    gap: 10px;
  }
  .main[data-page=media-center-page] .media-center-filter-source {
    min-height: 40px;
    padding: 9px 18px;
  }
  .main[data-page=media-center-page] .media-center-filter-secondary {
    min-height: 33px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .main[data-page=media-center-page] .media-center-list {
    margin-top: 24px;
  }
  .main[data-page=media-center-page] .media-center-more {
    margin-top: 24px;
  }
  .main[data-page=media-center-page] .media-card {
    height: auto;
    min-height: 390px;
    padding: 12px;
    gap: 16px;
  }
  .main[data-page=media-center-page] .media-card-picture {
    height: auto;
    aspect-ratio: 430/224;
    flex-basis: auto;
  }
  .main[data-page=media-center-page] .media-card-title {
    font-size: 18px;
  }
  .main[data-page=media-center-page] .media-card-tag {
    min-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .main[data-page=media-center-page] .site-footer {
    margin-top: 70px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/media-detail/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.media-detail-inline-cta {
  position: relative;
  min-height: 250px;
  margin-top: 40px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.media-detail-inline-cta-content, .media-detail-inline-cta-bottom {
  position: relative;
  z-index: 2;
}
.media-detail-inline-cta-content {
  max-width: 609px;
}
.media-detail-inline-cta h2 {
  margin: 0 0 5px;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.media-detail-inline-cta p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.media-detail-inline-cta-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.media-detail-inline-cta-button {
  min-height: 40px;
  padding: 10px 20px 10px 10px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.media-detail-inline-cta-button:hover {
  opacity: 0.7;
}
.media-detail-inline-cta-button img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.media-detail-inline-cta-address {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.media-detail-inline-cta-address img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.media-detail-inline-cta-image {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 10px;
  width: 257px;
  height: 257px;
  object-fit: contain;
  pointer-events: none;
}

.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

.main[data-page=media-detail-page] .media-detail-head, .main[data-page=media-detail-page] .media-detail-layout, .main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=media-detail-page] .media-detail-head {
  margin-top: 20px;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs span,
.main[data-page=media-detail-page] .media-detail-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs {
  margin-bottom: 40px;
}
.main[data-page=media-detail-page] .media-detail-breadcrumbs span:last-child {
  max-width: 52vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main[data-page=media-detail-page] .media-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 981px) 399px;
  align-items: flex-start;
  grid-gap: 40px;
  gap: 40px;
}
.main[data-page=media-detail-page] .media-detail-main {
  min-width: 0;
}
.main[data-page=media-detail-page] .media-detail-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.main[data-page=media-detail-page] .media-detail-header-video {
  margin-bottom: 42px;
}
.main[data-page=media-detail-page] .media-detail-header-video .media-detail-tag {
  min-height: 27px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.main[data-page=media-detail-page] .media-detail-title {
  margin: 0;
  color: #000000;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-detail-tags, .main[data-page=media-detail-page] .media-detail-share-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.main[data-page=media-detail-page] .media-detail-tag {
  min-height: 29px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 78px;
  color: #000000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-tag-green {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main[data-page=media-detail-page] .media-detail-tag-blue {
  border-color: transparent;
  color: #ffffff;
  background: #267aff;
}
.main[data-page=media-detail-page] .media-detail-tag-light {
  background: #ffffff;
}
.main[data-page=media-detail-page] .media-detail-hero-image {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 40px;
}
.main[data-page=media-detail-page] .media-detail-video {
  display: block;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 12px;
  background: #f9f9f9;
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .media-detail-video:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .media-detail-video-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main[data-page=media-detail-page] .media-detail-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #000000;
}
.main[data-page=media-detail-page] .media-detail-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.main[data-page=media-detail-page] .media-detail-content p {
  text-align: justify;
}
.main[data-page=media-detail-page] .media-detail-content p,
.main[data-page=media-detail-page] .media-detail-content li {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main[data-page=media-detail-page] .media-detail-content h2 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.main[data-page=media-detail-page] .media-detail-content h3 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.main[data-page=media-detail-page] .media-detail-content ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: media-detail-counter;
}
.main[data-page=media-detail-page] .media-detail-content ol li {
  position: relative;
  display: block;
  padding-left: 25px;
  counter-increment: media-detail-counter;
}
.main[data-page=media-detail-page] .media-detail-content ol li::before {
  content: counter(media-detail-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main[data-page=media-detail-page] .media-detail-content ol li > * + * {
  margin-top: 10px;
}
.main[data-page=media-detail-page] .media-detail-content ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main[data-page=media-detail-page] .media-detail-content ul li {
  position: relative;
  padding-left: 18px;
}
.main[data-page=media-detail-page] .media-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009872;
  transform: translateY(-50%);
}
.main[data-page=media-detail-page] .media-detail-content .media-detail-note p,
.main[data-page=media-detail-page] .media-detail-content .media-detail-note strong {
  color: #000000;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.main[data-page=media-detail-page] .media-detail-content .media-detail-strong {
  font-weight: 600;
}
.main[data-page=media-detail-page] .media-detail-text-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.main[data-page=media-detail-page] .media-detail-symptoms {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=media-detail-page] .media-detail-note {
  padding-left: 25px;
  border-left: 2px solid #009872;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=media-detail-page] .media-detail-operation-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=media-detail-page] .media-detail-operation-link {
  color: #009872;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .media-detail-operation-link:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .media-detail-side {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}
.main[data-page=media-detail-page] .media-detail-side-video {
  margin-top: 181px;
}
.main[data-page=media-detail-page] .media-detail-side-card {
  border-radius: 12px;
  background: #f9f9f9;
}
.main[data-page=media-detail-page] .media-detail-meta-card {
  min-height: 48px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #000000;
}
.main[data-page=media-detail-page] .media-detail-meta-card > span {
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-detail-meta-item img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=media-detail-page] .media-detail-meta-item span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-detail-author-card {
  min-height: 97px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.main[data-page=media-detail-page] .media-detail-author-photo {
  width: 59px;
  height: 67px;
  flex: 0 0 59px;
  object-fit: cover;
  border-radius: 7px;
}
.main[data-page=media-detail-page] .media-detail-author-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.main[data-page=media-detail-page] .media-detail-author-info strong {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=media-detail-page] .media-detail-author-info span {
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-detail-contents-card {
  min-height: 128px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=media-detail-page] .media-detail-contents-card h2 {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-contents-card ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: media-detail-contents;
}
.main[data-page=media-detail-page] .media-detail-contents-card li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #000000;
  counter-increment: media-detail-contents;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-contents-card li::before {
  content: counter(media-detail-contents) ".";
  flex: 0 0 auto;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-contents-card a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .media-detail-contents-card a:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .media-detail-share-card {
  min-height: 52px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=media-detail-page] .media-detail-share-card > span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-share-links {
  gap: 20px;
}
.main[data-page=media-detail-page] .media-detail-share-links a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .media-detail-share-links a:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .media-detail-share-links img {
  width: 24px;
  height: 24px;
}
.main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
  margin-top: 120px;
}
.main[data-page=media-detail-page] .media-detail-consultation-card {
  margin-top: 40px;
  border-radius: 20px;
}
.main[data-page=media-detail-page] .media-detail-section-title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-detail-services {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.main[data-page=media-detail-page] .media-detail-services p {
  margin: -10px 0 0;
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-services-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main[data-page=media-detail-page] .media-detail-service-row {
  min-height: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #000000;
}
.main[data-page=media-detail-page] .media-detail-service-row span,
.main[data-page=media-detail-page] .media-detail-service-row strong {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=media-detail-page] .media-detail-service-row strong {
  white-space: nowrap;
}
.main[data-page=media-detail-page] .media-detail-doctors {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.main[data-page=media-detail-page] .media-detail-doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.main[data-page=media-detail-page] .media-detail-related {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.main[data-page=media-detail-page] .media-detail-related-compact {
  margin-top: 80px;
}
.main[data-page=media-detail-page] .media-detail-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.main[data-page=media-detail-page] .media-detail-section-link {
  min-height: 40px;
  padding: 10px 15px 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .media-detail-section-link:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .media-detail-section-link span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .media-detail-section-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=media-detail-page] .media-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.main[data-page=media-detail-page] .media-card {
  min-width: 0;
  height: 428px;
  padding: 15px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=media-detail-page] .media-card:hover {
  opacity: 0.85;
}
.main[data-page=media-detail-page] .media-card:active {
  transform: translateY(1px);
}
.main[data-page=media-detail-page] .media-card[hidden] {
  display: none;
}
.main[data-page=media-detail-page] .media-card-picture {
  width: 100%;
  height: 224px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  flex: 0 0 224px;
}
.main[data-page=media-detail-page] .media-card-picture-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=media-detail-page] .media-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main[data-page=media-detail-page] .media-card-image-logo {
  width: 275px;
  max-width: 72%;
  height: 55px;
  max-height: 42%;
  object-fit: contain;
}
.main[data-page=media-detail-page] .media-card-body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.main[data-page=media-detail-page] .media-card-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=media-detail-page] .media-card-meta {
  min-height: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #8a9794;
}
.main[data-page=media-detail-page] .media-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #8a9794;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-card-meta-item img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=media-detail-page] .media-card-meta-item span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-card-title {
  margin: 0;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-card-author {
  min-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #8a9794;
}
.main[data-page=media-detail-page] .media-card-author-name, .main[data-page=media-detail-page] .media-card-author-position {
  color: #8a9794;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .media-card-author-name {
  font-weight: 600;
}
.main[data-page=media-detail-page] .media-card-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=media-detail-page] .media-card-tag {
  max-width: 100%;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 78px;
  color: #000000;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.main[data-page=media-detail-page] .media-card-tag-green, .main[data-page=media-detail-page] .media-card-tag-blue, .main[data-page=media-detail-page] .media-card-tag-red {
  border-color: transparent;
  color: #ffffff;
}
.main[data-page=media-detail-page] .media-card-tag-green {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main[data-page=media-detail-page] .media-card-tag-blue {
  background: #267aff;
}
.main[data-page=media-detail-page] .media-card-tag-red {
  background: #ff1d38;
}
.main[data-page=media-detail-page] .media-card-tag-light {
  color: #000000;
  background: #ffffff;
}
.main[data-page=media-detail-page] .doctor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 10px;
  border-radius: 20px;
  background: #f9f9f9;
}
.main[data-page=media-detail-page] .doctor-card[hidden] {
  display: none;
}
.main[data-page=media-detail-page] .doctor-card-main {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  min-height: 138px;
}
.main[data-page=media-detail-page] .doctor-card-photo {
  width: 90px;
  height: 138px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}
.main[data-page=media-detail-page] .doctor-card-photo-placeholder {
  display: block;
}
.main[data-page=media-detail-page] .doctor-card-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=media-detail-page] .doctor-card-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .doctor-card-rating img {
  width: 12px;
  height: 12px;
}
.main[data-page=media-detail-page] .doctor-card-rating strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=media-detail-page] .doctor-card-rating-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9794;
}
.main[data-page=media-detail-page] .doctor-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main[data-page=media-detail-page] .doctor-card-head h2,
.main[data-page=media-detail-page] .doctor-card-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .doctor-card-head p {
  margin: 0;
  color: #8A9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .doctor-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main[data-page=media-detail-page] .doctor-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .doctor-card-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=media-detail-page] .doctor-card-record {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
}
.main[data-page=media-detail-page] .doctor-card-record-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.main[data-page=media-detail-page] .doctor-card-record-top > strong {
  flex: 0 0 auto;
  padding: 6px 0;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .doctor-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=media-detail-page] .doctor-card-date img {
  width: 20px;
  height: 20px;
}
.main[data-page=media-detail-page] .doctor-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=media-detail-page] .doctor-card-actions > a:only-child {
  grid-column: 1/-1;
}
.main[data-page=media-detail-page] .doctor-card-more, .main[data-page=media-detail-page] .doctor-card-appointment {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=media-detail-page] .doctor-card-more:hover, .main[data-page=media-detail-page] .doctor-card-appointment:hover {
  opacity: 0.7;
}
.main[data-page=media-detail-page] .doctor-card-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
}
.main[data-page=media-detail-page] .doctor-card-appointment {
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
}
.main[data-page=media-detail-page] .appointment-cta.media-detail-cta {
  margin-top: 90px;
}
.main[data-page=media-detail-page] .site-footer {
  margin-top: 40px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=media-detail-page] .media-detail-head, .main[data-page=media-detail-page] .media-detail-layout, .main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=media-detail-page] .media-detail-head, .main[data-page=media-detail-page] .media-detail-layout, .main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
    width: calc(100% - 40px);
  }
  .main[data-page=media-detail-page] .media-detail-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .main[data-page=media-detail-page] .media-detail-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=media-detail-page] .media-detail-side-video {
    margin-top: 0;
  }
  .main[data-page=media-detail-page] .media-detail-doctors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .main[data-page=media-detail-page] .media-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .media-detail-inline-cta {
    min-height: 220px;
  }
  .media-detail-inline-cta-content {
    max-width: calc(100% - 230px);
  }
  .media-detail-inline-cta-image {
    right: -25px;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=media-detail-page] .media-detail-title {
    font-size: 34px;
  }
  .main[data-page=media-detail-page] .media-detail-hero-image {
    height: auto;
    aspect-ratio: 981/387;
  }
  .main[data-page=media-detail-page] .media-detail-video {
    height: auto;
    aspect-ratio: 980/520;
  }
  .main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
    margin-top: 80px;
  }
  .main[data-page=media-detail-page] .media-detail-section-title {
    font-size: 34px;
  }
  .main[data-page=media-detail-page] .appointment-cta.media-detail-cta {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .media-detail-inline-cta-content {
    max-width: 100%;
  }
  .media-detail-inline-cta-image {
    opacity: 0.25;
  }
  .main[data-page=media-detail-page] .media-detail-side {
    grid-template-columns: 1fr;
  }
  .main[data-page=media-detail-page] .media-detail-doctors-grid {
    grid-template-columns: 1fr;
  }
  .main[data-page=media-detail-page] .media-detail-related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .media-detail-inline-cta {
    min-height: 210px;
    margin-top: 32px;
    padding: 16px;
    border-radius: 16px;
  }
  .media-detail-inline-cta h2 {
    font-size: 18px;
  }
  .media-detail-inline-cta p, .media-detail-inline-cta-button, .media-detail-inline-cta-address {
    font-size: 12px;
  }
  .media-detail-inline-cta-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .media-detail-inline-cta-image {
    right: -80px;
    bottom: -30px;
    top: auto;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=media-detail-page] .media-detail-head, .main[data-page=media-detail-page] .media-detail-layout, .main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
    width: calc(100% - 24px);
  }
  .main[data-page=media-detail-page] .media-detail-breadcrumbs {
    margin-bottom: 24px;
  }
  .main[data-page=media-detail-page] .media-detail-header-video {
    margin-bottom: 24px;
  }
  .main[data-page=media-detail-page] .media-detail-title {
    font-size: 28px;
  }
  .main[data-page=media-detail-page] .media-detail-hero-image {
    margin-bottom: 28px;
    border-radius: 16px;
  }
  .main[data-page=media-detail-page] .media-detail-content p,
  .main[data-page=media-detail-page] .media-detail-content li {
    font-size: 14px;
  }
  .main[data-page=media-detail-page] .media-detail-content h2 {
    font-size: 22px;
  }
  .main[data-page=media-detail-page] .media-detail-content h3 {
    font-size: 16px;
  }
  .main[data-page=media-detail-page] .media-detail-content .media-detail-note p,
  .main[data-page=media-detail-page] .media-detail-content .media-detail-note strong {
    font-size: 14px;
  }
  .main[data-page=media-detail-page] .media-detail-consultation, .main[data-page=media-detail-page] .media-detail-services, .main[data-page=media-detail-page] .media-detail-doctors, .main[data-page=media-detail-page] .media-detail-related {
    margin-top: 56px;
  }
  .main[data-page=media-detail-page] .media-detail-consultation-card {
    margin-top: 24px;
  }
  .main[data-page=media-detail-page] .media-detail-section-title {
    font-size: 28px;
  }
  .main[data-page=media-detail-page] .media-detail-services {
    gap: 24px;
  }
  .main[data-page=media-detail-page] .media-detail-service-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .main[data-page=media-detail-page] .media-detail-service-row span,
  .main[data-page=media-detail-page] .media-detail-service-row strong {
    font-size: 14px;
  }
  .main[data-page=media-detail-page] .media-detail-section-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .main[data-page=media-detail-page] .media-card {
    height: auto;
    min-height: 390px;
    padding: 12px;
    gap: 16px;
  }
  .main[data-page=media-detail-page] .media-card-picture {
    height: auto;
    aspect-ratio: 430/224;
    flex-basis: auto;
  }
  .main[data-page=media-detail-page] .media-card-title {
    font-size: 18px;
  }
  .main[data-page=media-detail-page] .media-card-tag {
    min-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .main[data-page=media-detail-page] .doctor-card-head h2,
  .main[data-page=media-detail-page] .doctor-card-head h3 {
    font-size: 18px;
  }
  .main[data-page=media-detail-page] .appointment-cta.media-detail-cta {
    margin-top: 56px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/loyalty/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main.loyalty-page {
  background: #ffffff;
}
.main.loyalty-page .loyalty-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main.loyalty-page .loyalty-section {
  padding-top: 20px;
}
.main.loyalty-page .loyalty-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.loyalty-page .loyalty-breadcrumbs span,
.main.loyalty-page .loyalty-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.loyalty-page .loyalty-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main.loyalty-page .loyalty-breadcrumbs a:hover {
  opacity: 0.7;
}
.main.loyalty-page .loyalty-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main.loyalty-page .loyalty-breadcrumbs {
  margin-bottom: 37px;
}
.main.loyalty-page .loyalty-hero {
  position: relative;
  display: none;
  min-height: 381px;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #5fd9d8 0%, #3ad3d2 100%);
}
.main.loyalty-page .loyalty-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 805px;
  min-height: 321px;
  padding: 60px 40px 50px 50px;
  color: #ffffff;
}
.main.loyalty-page .loyalty-title {
  max-width: 740px;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.15;
}
.main.loyalty-page .loyalty-hero-text {
  max-width: 495px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main.loyalty-page .loyalty-hero-art {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 1;
  width: 690px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.main.loyalty-page .loyalty-balance {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 3;
  flex-direction: column;
  gap: 20px;
  width: 265px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 16px 0 0 16px;
  background: #ffffff;
}
.main.loyalty-page .loyalty-balance-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main.loyalty-page .loyalty-balance-value {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main.loyalty-page .loyalty-balance-value img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.main.loyalty-page .loyalty-balance-value strong {
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}
.main.loyalty-page .loyalty-balance-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main.loyalty-page .loyalty-balance-text span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.main.loyalty-page .loyalty-balance-text p {
  max-width: 200px;
  color: #8a9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
}
.main.loyalty-page .loyalty-expiring {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
  width: 210px;
  min-height: 58px;
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
}
.main.loyalty-page .loyalty-expiring img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.main.loyalty-page .loyalty-expiring span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
}
.main.loyalty-page .loyalty-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 60px;
}
.main.loyalty-page .loyalty-step-card {
  position: relative;
  min-height: 240px;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
}
.main.loyalty-page .loyalty-step-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main.loyalty-page .loyalty-step-card-content h2 {
  color: #009872;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.main.loyalty-page .loyalty-step-card-content p {
  max-width: 407px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.main.loyalty-page .loyalty-step-number {
  position: absolute;
  left: 30px;
  bottom: -40px;
  z-index: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-weight: 600;
  line-height: 1.15;
}
.main.loyalty-page .loyalty-rules {
  margin-bottom: 60px;
  padding: 45px 30px 40px;
  border-radius: 20px;
  background: linear-gradient(139.401deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
}
.main.loyalty-page .loyalty-rules-title {
  margin-bottom: 38px;
  color: #009872;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
.main.loyalty-page .loyalty-rules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main.loyalty-page .loyalty-rule-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
}
.main.loyalty-page .loyalty-rule-card strong {
  color: #009872;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
}
.main.loyalty-page .loyalty-rule-card p {
  max-width: 284px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.main.loyalty-page .loyalty-full-rules {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 15px 20px;
  border-radius: 20px;
  color: #009872;
  background: #f9f9f9;
}
.main.loyalty-page .loyalty-full-rules span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.main.loyalty-page .loyalty-full-rules {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.loyalty-page .loyalty-full-rules:hover {
  opacity: 0.85;
}
.main.loyalty-page .loyalty-full-rules:active {
  transform: translateY(1px);
}
.main.loyalty-page .loyalty-full-rules img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main.loyalty-page .loyalty-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main.loyalty-page .loyalty-section {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main.loyalty-page .loyalty-hero {
    min-height: 520px;
    margin-bottom: 34px;
  }
  .main.loyalty-page .loyalty-hero-content {
    min-height: 300px;
    padding: 40px 30px;
  }
  .main.loyalty-page .loyalty-title {
    max-width: 620px;
    font-size: 44px;
  }
  .main.loyalty-page .loyalty-hero-art {
    right: -90px;
    bottom: 0;
    width: 620px;
    opacity: 0.9;
  }
  .main.loyalty-page .loyalty-balance {
    top: auto;
    bottom: 30px;
  }
  .main.loyalty-page .loyalty-steps {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }
  .main.loyalty-page .loyalty-rules {
    margin-bottom: 34px;
    padding: 32px 24px;
  }
  .main.loyalty-page .loyalty-rules-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main.loyalty-page .loyalty-section {
    width: calc(100% - 24px);
  }
  .main.loyalty-page .loyalty-hero {
    min-height: 570px;
  }
  .main.loyalty-page .loyalty-hero-content {
    min-height: 320px;
    padding: 28px 20px;
  }
  .main.loyalty-page .loyalty-title {
    font-size: 32px;
  }
  .main.loyalty-page .loyalty-hero-text {
    font-size: 14px;
  }
  .main.loyalty-page .loyalty-hero-art {
    right: -180px;
    width: 560px;
    opacity: 0.65;
  }
  .main.loyalty-page .loyalty-balance {
    bottom: 20px;
    left: 20px;
    width: auto;
    padding: 20px;
  }
  .main.loyalty-page .loyalty-step-card {
    min-height: 210px;
    padding: 24px;
  }
  .main.loyalty-page .loyalty-step-card-content h2 {
    font-size: 21px;
  }
  .main.loyalty-page .loyalty-step-number {
    font-size: 96px;
  }
  .main.loyalty-page .loyalty-rules {
    padding: 28px 20px;
  }
  .main.loyalty-page .loyalty-rules-title {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .main.loyalty-page .loyalty-rule-card strong {
    font-size: 32px;
  }
  .main.loyalty-page .loyalty-full-rules {
    align-items: center;
    text-align: center;
    font-size: 14px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/profile/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
body.is-profile-modal-open {
  overflow: hidden;
}

.main.profile-page {
  background: #ffffff;
}
.main.profile-page .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;
}
.main.profile-page .profile-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main.profile-page .profile-section {
  padding-top: 20px;
}
.main.profile-page .profile-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.profile-page .profile-breadcrumbs span,
.main.profile-page .profile-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main.profile-page .profile-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main.profile-page .profile-breadcrumbs a:hover {
  opacity: 0.7;
}
.main.profile-page .profile-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main.profile-page .profile-breadcrumbs {
  margin-bottom: 24px;
}
.main.profile-page .profile-title {
  margin: 0 0 20px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 115%;
}
.main.profile-page .profile-family-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 68px;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #f9f9f9;
}
.main.profile-page .profile-family-list {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.main.profile-page .profile-family-card {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 48px;
  padding: 5px 20px 5px 5px;
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.profile-page .profile-family-card:hover {
  opacity: 0.85;
}
.main.profile-page .profile-family-card:active {
  transform: translateY(1px);
}
.main.profile-page .profile-family-card.is-active {
  background: #000000;
  color: #ffffff;
}
.main.profile-page .profile-family-avatar {
  position: relative;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  color: #009872;
}
.main.profile-page .profile-family-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.profile-page .profile-family-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-family-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7px;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.main.profile-page .profile-family-badge img {
  width: 11px;
  height: 11px;
}
.main.profile-page .profile-family-name {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-add-relative {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 184px;
  height: 48px;
  padding: 10px 18px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: #ffffff;
  color: #009872;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.profile-page .profile-add-relative:hover {
  opacity: 0.85;
}
.main.profile-page .profile-add-relative:active {
  transform: translateY(1px);
}
.main.profile-page .profile-add-relative img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.main.profile-page .profile-add-relative span {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1077px) 320px;
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
  margin-bottom: 60px;
}
.main.profile-page .profile-card {
  border-radius: 16px;
  background: #f9f9f9;
}
.main.profile-page .profile-data-card {
  min-height: 353px;
  padding: 30px;
  box-sizing: border-box;
}
.main.profile-page .profile-data-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px) 340px;
  justify-content: space-between;
  grid-gap: 40px;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main.profile-page .profile-data-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}
.main.profile-page .profile-section-title {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-personal-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 640px;
}
.main.profile-page .profile-field-grid {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
}
.main.profile-page .profile-field-grid-personal {
  grid-template-columns: repeat(2, minmax(0, 315px));
}
.main.profile-page .profile-field {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: #ffffff;
  gap: 15px;
}
.main.profile-page .profile-field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-field input::placeholder {
  color: #8a9794;
  opacity: 1;
}
.main.profile-page .profile-field input:disabled {
  color: #8a9794;
  cursor: not-allowed;
}
.main.profile-page .profile-field-wide {
  width: 100%;
}
.main.profile-page .profile-field-with-icon {
  justify-content: space-between;
}
.main.profile-page .profile-field-with-icon img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.main.profile-page .profile-field-disabled input {
  color: #8a9794;
}
.main.profile-page .profile-gender-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 315px;
  height: 45px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  border: 0;
}
.main.profile-page .profile-gender-label {
  width: 30px;
  height: 16px;
  flex: 0 0 30px;
  color: #8a9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-radio-group {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 251px;
  height: 45px;
  flex: 0 0 251px;
}
.main.profile-page .profile-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 123px;
  min-width: 0;
  height: 45px;
  padding: 0 14px 0 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
.main.profile-page .profile-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.main.profile-page .profile-radio span:last-child {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-radio input:focus-visible + .profile-radio-mark {
  outline: 2px solid #009872;
  outline-offset: 3px;
}
.main.profile-page .profile-radio-wide {
  width: auto;
  min-width: 0;
  flex: 1 1 0;
  padding-left: 15px;
}
.main.profile-page .profile-radio-mark {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 0.8px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #ffffff;
}
.main.profile-page .profile-radio input:checked + .profile-radio-mark {
  border: 1px solid #009872;
}
.main.profile-page .profile-radio input:checked + .profile-radio-mark::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 50%;
  background: #009872;
}
.main.profile-page .profile-contact-section {
  gap: 10px;
}
.main.profile-page .profile-contact-section .profile-section-title {
  margin-bottom: 10px;
}
.main.profile-page .profile-contact-note {
  width: 100%;
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}
.main.profile-page .profile-actions-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.main.profile-page .profile-form-message {
  margin: 0;
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-form-message.is-success {
  color: #009872;
}
.main.profile-page .profile-form-message.is-error {
  color: #e20101;
}
.main.profile-page .profile-delete-account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 24px;
  color: #e20101;
  background: transparent;
  transition: opacity 0.2s ease;
}
.main.profile-page .profile-delete-account:hover {
  opacity: 0.75;
}
.main.profile-page .profile-delete-account img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.main.profile-page .profile-delete-account span {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.main.profile-page .profile-set-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 6px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 93px;
  background: #ffffff;
  color: #009872;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.profile-page .profile-set-main:hover {
  opacity: 0.85;
}
.main.profile-page .profile-set-main:active {
  transform: translateY(1px);
}
.main.profile-page .profile-set-main img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.main.profile-page .profile-set-main span {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0.02em;
}
.main.profile-page .profile-set-main:disabled {
  cursor: default;
  opacity: 0.6;
  transform: none;
}
.main.profile-page .profile-data-card.is-loading, .main.profile-page .profile-modal-card.is-loading {
  pointer-events: none;
  opacity: 0.8;
}
.main.profile-page .profile-save-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 45px;
  padding: 10px 20px;
  border-radius: 12px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.profile-page .profile-save-button:hover {
  opacity: 0.85;
}
.main.profile-page .profile-save-button:active {
  transform: translateY(1px);
}
.main.profile-page .profile-save-button:disabled {
  background: rgba(138, 151, 148, 0.55);
  cursor: default;
  opacity: 1;
  transform: none;
}
.main.profile-page .profile-photo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 320px;
  min-height: 363px;
  padding: 30px;
  box-sizing: border-box;
}
.main.profile-page .profile-photo-uploader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
}
.main.profile-page .profile-photo-uploader input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.main.profile-page .profile-photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
.main.profile-page .profile-photo-empty {
  display: none;
}
.main.profile-page .profile-photo-empty img {
  width: 52px;
  height: 52px;
}
.main.profile-page .profile-photo-card.is-empty .profile-photo-image {
  display: none;
}
.main.profile-page .profile-photo-card.is-empty .profile-photo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.profile-page .profile-photo-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 84px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #e20101;
  transition: opacity 0.2s ease;
}
.main.profile-page .profile-photo-delete:hover {
  opacity: 0.75;
}
.main.profile-page .profile-photo-delete img {
  width: 20px;
  height: 20px;
}
.main.profile-page .profile-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.main.profile-page .profile-modal.is-open {
  display: flex;
}
.main.profile-page .profile-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.main.profile-page .profile-modal-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 720px;
  min-height: 419px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  background: #f9f9f9;
}
.main.profile-page .profile-modal-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.main.profile-page .profile-modal-title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.main.profile-page .profile-relative-type {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.main.profile-page .profile-modal-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 325px));
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
}
.main.profile-page .profile-gender-row-modal {
  width: 325px;
  padding-left: 20px;
  gap: 40px;
}
.main.profile-page .profile-modal-message {
  width: 100%;
  text-align: center;
}
.main.profile-page .profile-modal-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border-radius: 12px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main.profile-page .profile-modal-submit:hover {
  opacity: 0.85;
}
.main.profile-page .profile-modal-submit:active {
  transform: translateY(1px);
}
.main.profile-page .profile-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 93px;
  background: #ffffff;
  transition: opacity 0.2s ease;
}
.main.profile-page .profile-modal-close:hover {
  opacity: 0.75;
}
.main.profile-page .profile-modal-close img {
  width: 16px;
  height: 16px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main.profile-page .profile-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main.profile-page .profile-section {
    width: calc(100% - 40px);
  }
  .main.profile-page .profile-layout {
    grid-template-columns: 1fr;
  }
  .main.profile-page .profile-photo-card {
    width: 320px;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main.profile-page .profile-family-bar {
    align-items: stretch;
    flex-direction: column;
  }
  .main.profile-page .profile-family-list {
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .main.profile-page .profile-add-relative {
    align-self: flex-start;
  }
  .main.profile-page .profile-data-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .main.profile-page .profile-personal-fields {
    width: 100%;
  }
  .main.profile-page .profile-field-grid-personal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main.profile-page .profile-modal-card {
    width: min(720px, 100%);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main.profile-page .profile-section {
    width: calc(100% - 24px);
  }
  .main.profile-page .profile-title {
    font-size: 32px;
  }
  .main.profile-page .profile-field-grid-personal {
    grid-template-columns: 1fr;
  }
  .main.profile-page .profile-gender-row {
    width: 100%;
    padding-left: 0;
  }
  .main.profile-page .profile-card-footer {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .main.profile-page .profile-save-button {
    width: 100%;
  }
  .main.profile-page .profile-photo-card {
    width: 100%;
  }
  .main.profile-page .profile-photo-uploader {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .main.profile-page .profile-modal-card {
    padding: 24px 16px;
    border-radius: 24px;
  }
  .main.profile-page .profile-relative-type {
    flex-direction: column;
    align-items: stretch;
  }
  .main.profile-page .profile-modal-fields {
    grid-template-columns: 1fr;
  }
  .main.profile-page .profile-gender-row-modal {
    width: 100%;
    padding-left: 0;
    gap: 10px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/about/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=main-page] .about-section,
.main[data-page=about-page] .about-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=main-page] .about-section,
.main[data-page=about-page] .about-section {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=main-page] .about-banner,
.main[data-page=about-page] .about-banner {
  width: 100%;
  min-height: 456px;
  padding: 30px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(122.309deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: grid;
  grid-template-columns: 668px 670px;
  grid-gap: 21px;
  gap: 21px;
  align-items: center;
}
.main[data-page=main-page] .about-banner-card,
.main[data-page=about-page] .about-banner-card {
  height: 396px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=main-page] .about-banner-content,
.main[data-page=about-page] .about-banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main[data-page=main-page] .about-banner-title,
.main[data-page=about-page] .about-banner-title {
  width: 679px;
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=main-page] .about-banner-text,
.main[data-page=about-page] .about-banner-text {
  width: 601px;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.main[data-page=main-page] .about-banner-button,
.main[data-page=about-page] .about-banner-button {
  width: -webkit-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.main[data-page=main-page] .about-banner-button span,
.main[data-page=about-page] .about-banner-button span {
  color: inherit;
  font: inherit;
  white-space: nowrap;
}
.main[data-page=main-page] .about-banner-media,
.main[data-page=about-page] .about-banner-media {
  position: relative;
  width: 670px;
  height: 396px;
  overflow: hidden;
  border-radius: 16px;
}
.main[data-page=main-page] .about-banner-image,
.main[data-page=about-page] .about-banner-image {
  width: 670px;
  height: 396px;
  border-radius: 16px;
  object-fit: cover;
}
.main[data-page=main-page] .about-banner-media .main[data-page=main-page] .about-banner-image,
.main[data-page=main-page] .about-banner-media .main[data-page=about-page] .about-banner-image,
.main[data-page=about-page] .about-banner-media .main[data-page=main-page] .about-banner-image,
.main[data-page=about-page] .about-banner-media .main[data-page=about-page] .about-banner-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.main[data-page=main-page] .about-banner-video,
.main[data-page=about-page] .about-banner-video {
  background: #f6f6f6;
}
.main[data-page=main-page] .about-banner-video::after,
.main[data-page=about-page] .about-banner-video::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.main[data-page=main-page] .about-play,
.main[data-page=about-page] .about-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
.main[data-page=main-page] .about-play img,
.main[data-page=about-page] .about-play img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.main[data-page=main-page] .about-banner-video:hover .main[data-page=main-page] .about-play,
.main[data-page=main-page] .about-banner-video:hover .main[data-page=about-page] .about-play,
.main[data-page=about-page] .about-banner-video:hover .main[data-page=main-page] .about-play,
.main[data-page=about-page] .about-banner-video:hover .main[data-page=about-page] .about-play {
  transform: translate(-50%, -50%) scale(1.06);
}
.main[data-page=main-page] .about-stats,
.main[data-page=about-page] .about-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.main[data-page=main-page] .about-stat-card,
.main[data-page=about-page] .about-stat-card {
  height: 154px;
  padding: 20px;
  overflow: hidden;
  border: 2px solid #e7f8ff;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main[data-page=main-page] .about-stat-value,
.main[data-page=about-page] .about-stat-value {
  color: transparent;
  letter-spacing: 0.02em;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=main-page] .about-stat-text,
.main[data-page=about-page] .about-stat-text {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=main-page] .about-stat-accreditation,
.main[data-page=about-page] .about-stat-accreditation {
  width: 102px;
  height: 51px;
  object-fit: contain;
}

.main[data-page=about-page] .about-page-summary {
  margin-top: 40px;
}

.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

body.is-about-video-modal-open {
  overflow: hidden;
}

.main[data-page=about-page] .about-page-hero, .main[data-page=about-page] .about-page-summary, .main[data-page=about-page] .about-page-button, .main[data-page=about-page] .about-page-breadcrumbs, .main[data-page=about-page] .about-page-button img {
  position: relative;
}
.main[data-page=about-page] .about-page-hero, .main[data-page=about-page] .about-page-summary, .main[data-page=about-page] .about-page-button, .main[data-page=about-page] .about-page-breadcrumbs {
  z-index: 1;
}
.main[data-page=about-page] .about-page-hero {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=about-page] .about-page-hero {
  margin-top: 20px;
}
.main[data-page=about-page] .about-page-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=about-page] .about-page-breadcrumbs span,
.main[data-page=about-page] .about-page-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=about-page] .about-page-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=about-page] .about-page-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=about-page] .about-page-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=about-page] .about-page-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=about-page] .about-page-button {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 40px;
  padding: 10px 15px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 93px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=about-page] .about-page-button:hover {
  opacity: 0.7;
}
.main[data-page=about-page] .about-page-button span {
  color: inherit;
  font: inherit;
  white-space: nowrap;
}
.main[data-page=about-page] .about-page-button img {
  width: 18px;
  height: 18px;
}
.main[data-page=about-page] .about-video-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=about-page] .about-video-modal[hidden] {
  display: none;
}
.main[data-page=about-page] .about-video-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.main[data-page=about-page] .about-video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100vw - 80px);
  overflow: hidden;
  border-radius: 20px;
  background: #000000;
}
.main[data-page=about-page] .about-video-modal-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.main[data-page=about-page] .about-video-modal-close:hover {
  opacity: 0.7;
}
.main[data-page=about-page] .about-video-modal-player {
  width: 100%;
  max-height: calc(100vh - 120px);
  background: #000000;
  display: block;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.main[data-page=about-page] .about-reasons,
.main[data-page=about-page] .about-video,
.main[data-page=about-page] .about-specialists {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=about-page] .about-page-summary .about-banner {
  border-radius: 20px;
}
.main[data-page=about-page] .about-reasons {
  margin-top: 80px;
}
.main[data-page=about-page] .about-reasons-title {
  margin-bottom: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=about-page] .about-reasons-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main[data-page=about-page] .about-reasons-row {
  padding: 20px;
  border-radius: 20px;
  background: rgba(0, 152, 114, 0.05);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
  gap: 15px;
}
.main[data-page=about-page] .about-reasons-row .about-reason-card {
  min-height: 329px;
  padding: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
}
.main[data-page=about-page] .about-reasons-row .about-reason-content {
  min-height: 329px;
  background: transparent;
}
.main[data-page=about-page] .about-reason-card {
  position: relative;
  min-height: 369px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(0, 152, 114, 0.05);
  display: flex;
  align-items: stretch;
}
.main[data-page=about-page] .about-reason-card-wide .about-reason-content {
  width: 450px;
  max-width: 100%;
}
.main[data-page=about-page] .about-reason-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 329px;
  padding: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.main[data-page=about-page] .about-reason-text {
  max-width: 410px;
}
.main[data-page=about-page] .about-reason-text h2 {
  margin-bottom: 8px;
  color: #009872;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.main[data-page=about-page] .about-reason-text p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.main[data-page=about-page] .about-reason-number {
  position: absolute;
  right: 25px;
  bottom: -33px;
  z-index: 1;
  color: transparent;
  text-align: right;
  letter-spacing: 0.02em;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=about-page] .about-reason-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.main[data-page=about-page] .about-video {
  margin-top: 80px;
}
.main[data-page=about-page] .about-video-link {
  position: relative;
  height: 798px;
  overflow: hidden;
  border-radius: 20px;
  background: #f6f6f6;
  display: block;
}
.main[data-page=about-page] .about-video-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.main[data-page=about-page] .about-video-link > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main[data-page=about-page] .about-specialists {
  min-height: 498px;
  margin-top: 80px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(122.309deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: grid;
  grid-template-columns: 668px 670px;
  grid-gap: 21px;
  gap: 21px;
  align-items: stretch;
}
.main[data-page=about-page] .about-specialists-card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.main[data-page=about-page] .about-specialists-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=about-page] .about-specialists-content h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.main[data-page=about-page] .about-specialists-content p {
  max-width: 628px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=about-page] .about-specialists-content strong {
  color: inherit;
  font: inherit;
  font-weight: 600;
}
.main[data-page=about-page] .about-specialists-button {
  width: 191px;
}
.main[data-page=about-page] .about-specialists-image {
  width: 100%;
  height: 438px;
  border-radius: 16px;
  object-fit: cover;
}
.main[data-page=about-page] .appointment-cta-about {
  margin-top: 80px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .main[data-page=main-page] .about-banner-title,
  .main[data-page=about-page] .about-banner-title {
    width: 100%;
  }
  .main[data-page=main-page] .about-banner-text,
  .main[data-page=about-page] .about-banner-text {
    width: 100%;
  }
  .main[data-page=main-page] .about-banner-media,
  .main[data-page=about-page] .about-banner-media {
    width: 100%;
  }
  .main[data-page=main-page] .about-banner-image,
  .main[data-page=about-page] .about-banner-image {
    width: 100%;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=about-page] .about-page-hero {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=about-page] .about-reasons,
  .main[data-page=about-page] .about-video,
  .main[data-page=about-page] .about-specialists {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .main[data-page=about-page] .about-specialists {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    width: calc(100% - 40px);
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .main[data-page=main-page] .about-banner-card,
  .main[data-page=about-page] .about-banner-card {
    height: auto;
    min-height: 320px;
  }
  .main[data-page=main-page] .about-banner-media,
  .main[data-page=about-page] .about-banner-media {
    height: 360px;
  }
  .main[data-page=main-page] .about-banner-image,
  .main[data-page=about-page] .about-banner-image {
    height: 360px;
  }
  .main[data-page=main-page] .about-stats,
  .main[data-page=about-page] .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .main[data-page=about-page] .about-page-hero {
    width: calc(100% - 40px);
  }
  .main[data-page=about-page] .about-reasons,
  .main[data-page=about-page] .about-video,
  .main[data-page=about-page] .about-specialists {
    width: calc(100% - 40px);
  }
  .main[data-page=about-page] .about-reasons-row {
    grid-template-columns: 1fr;
  }
  .main[data-page=about-page] .about-video-link {
    height: 620px;
  }
  .main[data-page=about-page] .about-specialists {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    margin-top: 70px;
  }
  .main[data-page=main-page] .about-banner-title,
  .main[data-page=about-page] .about-banner-title {
    font-size: 34px;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .main[data-page=about-page] .about-video-modal {
    padding: 24px;
  }
  .main[data-page=about-page] .about-video-modal-dialog {
    width: calc(100vw - 48px);
    border-radius: 20px;
  }
  .main[data-page=about-page] .about-reasons {
    margin-top: 70px;
  }
  .main[data-page=about-page] .about-reasons-title {
    font-size: 34px;
  }
  .main[data-page=about-page] .about-video {
    margin-top: 70px;
  }
  .main[data-page=about-page] .about-video-link {
    height: 460px;
  }
  .main[data-page=about-page] .about-specialists {
    margin-top: 70px;
  }
  .main[data-page=about-page] .about-specialists-content h2 {
    font-size: 34px;
  }
  .main[data-page=about-page] .appointment-cta-about {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    padding: 20px;
    border-radius: 24px;
  }
  .main[data-page=main-page] .about-stats,
  .main[data-page=about-page] .about-stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    width: calc(100% - 24px);
  }
  .main[data-page=main-page] .about-section,
  .main[data-page=about-page] .about-section {
    margin-top: 56px;
  }
  .main[data-page=main-page] .about-banner,
  .main[data-page=about-page] .about-banner {
    padding: 16px;
    border-radius: 20px;
  }
  .main[data-page=main-page] .about-banner-card,
  .main[data-page=about-page] .about-banner-card {
    min-height: 280px;
    padding: 16px;
  }
  .main[data-page=main-page] .about-banner-title,
  .main[data-page=about-page] .about-banner-title {
    font-size: 26px;
  }
  .main[data-page=main-page] .about-banner-text,
  .main[data-page=about-page] .about-banner-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main[data-page=main-page] .about-banner-media,
  .main[data-page=about-page] .about-banner-media {
    height: 260px;
  }
  .main[data-page=main-page] .about-banner-image,
  .main[data-page=about-page] .about-banner-image {
    height: 260px;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .main[data-page=about-page] .about-page-hero {
    width: calc(100% - 24px);
  }
  .main[data-page=about-page] .about-video-modal {
    padding: 16px;
  }
  .main[data-page=about-page] .about-video-modal-dialog {
    width: calc(100vw - 32px);
    border-radius: 16px;
  }
  .main[data-page=about-page] .about-video-modal-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
  .main[data-page=about-page] .about-video-modal-player {
    max-height: calc(100vh - 80px);
  }
  .main[data-page=about-page] .about-reasons,
  .main[data-page=about-page] .about-video,
  .main[data-page=about-page] .about-specialists {
    width: calc(100% - 24px);
  }
  .main[data-page=about-page] .about-reasons {
    margin-top: 56px;
  }
  .main[data-page=about-page] .about-reasons-title {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .main[data-page=about-page] .about-reasons-row {
    padding: 16px;
    border-radius: 18px;
  }
  .main[data-page=about-page] .about-reasons-row .about-reason-card,
  .main[data-page=about-page] .about-reasons-row .about-reason-content {
    min-height: 288px;
  }
  .main[data-page=about-page] .about-reason-card {
    min-height: 320px;
    padding: 16px;
    border-radius: 18px;
  }
  .main[data-page=about-page] .about-reason-content {
    min-height: 288px;
  }
  .main[data-page=about-page] .about-reason-text h2 {
    font-size: 22px;
  }
  .main[data-page=about-page] .about-reason-number {
    right: 18px;
    bottom: -22px;
    font-size: 72px;
  }
  .main[data-page=about-page] .about-video {
    margin-top: 56px;
  }
  .main[data-page=about-page] .about-video-link {
    height: 300px;
    border-radius: 18px;
  }
  .main[data-page=about-page] .about-specialists {
    margin-top: 56px;
    padding: 16px;
    border-radius: 18px;
  }
  .main[data-page=about-page] .about-specialists-content h2 {
    font-size: 30px;
  }
  .main[data-page=about-page] .about-specialists-content p {
    font-size: 14px;
  }
  .main[data-page=about-page] .about-specialists-image {
    height: 280px;
  }
  .main[data-page=about-page] .appointment-cta-about {
    margin-top: 56px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/licenses/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=licenses-page] .licenses-page-head, .main[data-page=licenses-page] .licenses-page-list {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=licenses-page] .licenses-page-head {
  margin-top: 20px;
}
.main[data-page=licenses-page] .licenses-page-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=licenses-page] .licenses-page-breadcrumbs span,
.main[data-page=licenses-page] .licenses-page-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=licenses-page] .licenses-page-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=licenses-page] .licenses-page-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=licenses-page] .licenses-page-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=licenses-page] .licenses-page-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=licenses-page] .licenses-page-title {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=licenses-page] .licenses-page-list {
  margin-top: 40px;
}
.main[data-page=licenses-page] .licenses-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
}
.main[data-page=licenses-page] .licenses-page-empty {
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=licenses-page] .license-card {
  min-width: 0;
  min-height: 261px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main[data-page=licenses-page] .license-card-head {
  min-height: 47px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main[data-page=licenses-page] .license-card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=licenses-page] .license-card-address {
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=licenses-page] .license-card-documents {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: stretch;
}
.main[data-page=licenses-page] .license-card-document {
  min-height: 48px;
  padding: 15px 20px 15px 15px;
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: opacity 0.2s ease;
}
.main[data-page=licenses-page] .license-card-document:hover {
  opacity: 0.75;
}
.main[data-page=licenses-page] .license-card-document.is-disabled {
  cursor: default;
}
.main[data-page=licenses-page] .license-card-document-label {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.main[data-page=licenses-page] .license-card-document-label img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=licenses-page] .license-card-document-label span {
  min-width: 0;
  overflow: hidden;
  color: #000000;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=licenses-page] .license-card-document-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.main[data-page=licenses-page] .site-footer {
  margin-top: 120px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=licenses-page] .licenses-page-head, .main[data-page=licenses-page] .licenses-page-list {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=licenses-page] .licenses-page-head, .main[data-page=licenses-page] .licenses-page-list {
    width: calc(100% - 40px);
  }
  .main[data-page=licenses-page] .licenses-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=licenses-page] .licenses-page-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=licenses-page] .site-footer {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=licenses-page] .licenses-page-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=licenses-page] .licenses-page-head, .main[data-page=licenses-page] .licenses-page-list {
    width: calc(100% - 24px);
  }
  .main[data-page=licenses-page] .licenses-page-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=licenses-page] .licenses-page-list {
    margin-top: 28px;
  }
  .main[data-page=licenses-page] .license-card {
    min-height: 0;
    padding: 16px;
  }
  .main[data-page=licenses-page] .license-card-head {
    min-height: 0;
  }
  .main[data-page=licenses-page] .license-card-title {
    font-size: 18px;
  }
  .main[data-page=licenses-page] .site-footer {
    margin-top: 56px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/vacancies/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=vacancies-page] .vacancies-page-head, .main[data-page=vacancies-page] .vacancies-page-panel {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=vacancies-page] .vacancies-page-head {
  margin-top: 20px;
}
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs span,
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=vacancies-page] .vacancies-page-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=vacancies-page] .vacancies-page-title {
  max-width: 1120px;
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=vacancies-page] .vacancies-page-panel {
  margin-top: 19px;
  padding: 20px;
  border-radius: 12px;
  background: #eff4fb;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  grid-template-rows: auto auto;
  grid-gap: 14px 24px;
  gap: 14px 24px;
  box-sizing: border-box;
  align-items: start;
}
.main[data-page=vacancies-page] .vacancies-page-panel-title {
  grid-column: 1/-1;
  color: #71859a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.main[data-page=vacancies-page] .vacancies-page-widget {
  --vacancies-page-widget-frame-height: 116px;
  min-height: 0;
  min-width: 0;
  padding: 16px 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(57, 82, 108, 0.14);
  overflow: hidden;
}
.main[data-page=vacancies-page] .vacancies-page-widget > *:not(script):not(noscript) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #000000 !important;
  font-family: inherit !important;
}
.main[data-page=vacancies-page] .vacancies-page-widget iframe {
  display: block;
  width: 100% !important;
  height: var(--vacancies-page-widget-frame-height) !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.main[data-page=vacancies-page] .vacancies-page-widget table,
.main[data-page=vacancies-page] .vacancies-page-widget tbody,
.main[data-page=vacancies-page] .vacancies-page-widget tr,
.main[data-page=vacancies-page] .vacancies-page-widget td {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-family: inherit !important;
}
.main[data-page=vacancies-page] .vacancies-page-widget div,
.main[data-page=vacancies-page] .vacancies-page-widget p,
.main[data-page=vacancies-page] .vacancies-page-widget span,
.main[data-page=vacancies-page] .vacancies-page-widget td {
  color: #000000;
  font-family: inherit !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=vacancies-page] .vacancies-page-widget a {
  color: #1560b2 !important;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  transition: opacity 0.2s ease;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.main[data-page=vacancies-page] .vacancies-page-widget a:hover {
  opacity: 0.75;
}
.main[data-page=vacancies-page] .vacancies-page-widget a:last-child {
  margin-bottom: 0;
}
.main[data-page=vacancies-page] .vacancies-page-widget br {
  display: none;
}
.main[data-page=vacancies-page] .vacancies-page-noscript {
  color: #1560b2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.main[data-page=vacancies-page] .vacancies-page-hh {
  width: 96px;
  justify-self: center;
  align-self: center;
  color: #0066d4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  transition: opacity 0.2s ease;
}
.main[data-page=vacancies-page] .vacancies-page-hh:hover {
  opacity: 0.75;
}
.main[data-page=vacancies-page] .vacancies-page-hh-logo {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main[data-page=vacancies-page] .vacancies-page-hh-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main[data-page=vacancies-page] .vacancies-page-hh-text {
  max-width: 96px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.08;
}
.main[data-page=vacancies-page] .site-footer {
  margin-top: 236px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=vacancies-page] .vacancies-page-head, .main[data-page=vacancies-page] .vacancies-page-panel {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=vacancies-page] .vacancies-page-hh-text {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=vacancies-page] .vacancies-page-head, .main[data-page=vacancies-page] .vacancies-page-panel {
    width: calc(100% - 40px);
  }
  .main[data-page=vacancies-page] .vacancies-page-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .main[data-page=vacancies-page] .vacancies-page-hh {
    width: auto;
    justify-self: start;
    flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=vacancies-page] .vacancies-page-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=vacancies-page] .site-footer {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=vacancies-page] .vacancies-page-head, .main[data-page=vacancies-page] .vacancies-page-panel {
    width: calc(100% - 24px);
  }
  .main[data-page=vacancies-page] .vacancies-page-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=vacancies-page] .vacancies-page-panel {
    margin-top: 28px;
    padding: 14px;
    border-radius: 16px;
  }
  .main[data-page=vacancies-page] .vacancies-page-panel-title {
    font-size: 14px;
  }
  .main[data-page=vacancies-page] .vacancies-page-widget {
    padding: 14px;
  }
  .main[data-page=vacancies-page] .site-footer {
    margin-top: 70px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/charity/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=charity-page] .charity-page-head, .main[data-page=charity-page] .charity-page-banner, .main[data-page=charity-page] .charity-page-gallery {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=charity-page] .charity-page-head {
  margin-top: 20px;
}
.main[data-page=charity-page] .charity-page-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=charity-page] .charity-page-breadcrumbs span,
.main[data-page=charity-page] .charity-page-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=charity-page] .charity-page-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=charity-page] .charity-page-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=charity-page] .charity-page-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=charity-page] .charity-page-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=charity-page] .charity-page-title {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=charity-page] .charity-page-banner {
  position: relative;
  min-height: 384px;
  margin-top: 40px;
  padding: 45px 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(122.309deg, rgb(231, 248, 255) 4.9615%, rgb(210, 238, 220) 108.39%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  isolation: isolate;
}
.main[data-page=charity-page] .charity-page-banner-content {
  position: relative;
  z-index: 1;
  max-width: 1041px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.main[data-page=charity-page] .charity-page-banner-title {
  max-width: 1041px;
  color: #22b3b2;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}
.main[data-page=charity-page] .charity-page-banner-text {
  max-width: 801px;
  color: #000000;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=charity-page] .charity-page-banner-note {
  position: relative;
  z-index: 1;
  max-width: 897px;
  color: #000000;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=charity-page] .charity-page-banner-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
}
.main[data-page=charity-page] .charity-page-banner-decor-top {
  top: 0;
  right: 0;
  width: 201px;
  height: 126px;
}
.main[data-page=charity-page] .charity-page-banner-decor-left {
  left: 1px;
  bottom: 0;
  width: 261px;
  height: 258px;
}
.main[data-page=charity-page] .charity-page-banner-decor-flower {
  right: 88px;
  bottom: 0;
  width: 222px;
  height: 215px;
}
.main[data-page=charity-page] .charity-page-gallery {
  margin-top: 36px;
}
.main[data-page=charity-page] .charity-page-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
}
.main[data-page=charity-page] .charity-page-certificate {
  height: 455px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.main[data-page=charity-page] .charity-page-certificate:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.main[data-page=charity-page] .charity-page-certificate:active {
  transform: translateY(1px);
}
.main[data-page=charity-page] .charity-page-certificate img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
}
.main[data-page=charity-page] .charity-page-empty {
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #8a9794;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=charity-page] .charity-page-empty strong {
  color: #000000;
  font: inherit;
}

.main[data-page=charity-page] + .site-footer {
  margin-top: 473px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=charity-page] .charity-page-head, .main[data-page=charity-page] .charity-page-banner, .main[data-page=charity-page] .charity-page-gallery {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=charity-page] .charity-page-head, .main[data-page=charity-page] .charity-page-banner, .main[data-page=charity-page] .charity-page-gallery {
    width: calc(100% - 40px);
  }
  .main[data-page=charity-page] .charity-page-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=charity-page] .charity-page-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=charity-page] .charity-page-banner {
    min-height: 320px;
    margin-top: 32px;
    padding: 40px 28px;
  }
  .main[data-page=charity-page] .charity-page-banner-title {
    font-size: 22px;
  }
  .main[data-page=charity-page] .charity-page-banner-decor {
    opacity: 0.55;
  }
  .main[data-page=charity-page] .charity-page-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main[data-page=charity-page] + .site-footer {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=charity-page] .charity-page-banner-decor {
    display: none;
  }
  .main[data-page=charity-page] .charity-page-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=charity-page] .charity-page-head, .main[data-page=charity-page] .charity-page-banner, .main[data-page=charity-page] .charity-page-gallery {
    width: calc(100% - 24px);
  }
  .main[data-page=charity-page] .charity-page-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=charity-page] .charity-page-banner {
    min-height: 0;
    padding: 32px 18px;
    border-radius: 18px;
    gap: 20px;
  }
  .main[data-page=charity-page] .charity-page-banner-title {
    font-size: 18px;
  }
  .main[data-page=charity-page] .charity-page-banner-text {
    font-size: 13px;
  }
  .main[data-page=charity-page] .charity-page-banner-note {
    font-size: 13px;
  }
  .main[data-page=charity-page] .charity-page-certificate {
    height: 390px;
    border-radius: 14px;
  }
  .main[data-page=charity-page] + .site-footer {
    margin-top: 70px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/information/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=information-page] .information-page-head, .main[data-page=information-page] .information-page-section {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=information-page] .information-page-head {
  margin-top: 20px;
}
.main[data-page=information-page] .information-page-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=information-page] .information-page-breadcrumbs span,
.main[data-page=information-page] .information-page-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.main[data-page=information-page] .information-page-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.main[data-page=information-page] .information-page-breadcrumbs a:hover {
  opacity: 0.7;
}
.main[data-page=information-page] .information-page-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.main[data-page=information-page] .information-page-breadcrumbs {
  margin-bottom: 0;
}
.main[data-page=information-page] .information-page-title {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=information-page] .information-page-section {
  margin-top: 56px;
}
.main[data-page=information-page] .information-page-subtitle {
  margin: 0 0 24px;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
.main[data-page=information-page] .information-accordions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main[data-page=information-page] .information-accordion {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f9f9f9;
  scroll-margin-top: 114px;
}
.main[data-page=information-page] .information-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 30px;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
}
.main[data-page=information-page] .information-accordion-header::-webkit-details-marker {
  display: none;
}
.main[data-page=information-page] .information-accordion-header:hover {
  color: #009872;
}
.main[data-page=information-page] .information-accordion-title {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
.main[data-page=information-page] .information-accordion-icon {
  position: relative;
  display: block;
}
.main[data-page=information-page] .information-accordion-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  transform: rotate(45deg);
}
.main[data-page=information-page] .information-accordion-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.main[data-page=information-page] .information-accordion-icon::before {
  top: 2px;
  left: 3px;
}
.main[data-page=information-page] .information-accordion-body {
  padding: 0 30px 28px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.main[data-page=information-page] .information-accordion-body p {
  margin: 0 0 14px;
}
.main[data-page=information-page] .information-accordion-body p:last-child {
  margin-bottom: 0;
}
.main[data-page=information-page] .information-accordion-body p a,
.main[data-page=information-page] .information-accordion-body li a {
  color: #009872;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.main[data-page=information-page] .information-accordion-body p a:hover,
.main[data-page=information-page] .information-accordion-body li a:hover {
  opacity: 0.7;
}
.main[data-page=information-page] .information-accordion-body ol {
  margin: 0;
  padding-left: 22px;
}
.main[data-page=information-page] .information-accordion-body ol li {
  margin-bottom: 10px;
}
.main[data-page=information-page] .information-accordion-body ol li:last-child {
  margin-bottom: 0;
}
.main[data-page=information-page] .information-accordion-body ol ol {
  margin-top: 10px;
  list-style-type: lower-alpha;
}
.main[data-page=information-page] .information-accordion[open] .information-accordion-icon {
  transform: rotate(180deg);
}
.main[data-page=information-page] .information-documents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main[data-page=information-page] .information-document {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #ffffff;
  color: #000000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=information-page] .information-document:hover {
  opacity: 0.85;
}
.main[data-page=information-page] .information-document:active {
  transform: translateY(1px);
}
.main[data-page=information-page] .information-document:hover {
  border-color: #009872;
}
.main[data-page=information-page] .information-document-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 5V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V9C20 7.34315 18.6569 6 17 6H5C4.44772 6 4 5.55228 4 5ZM7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 11.5858 16.75 12C16.75 12.4142 16.4142 12.75 16 12.75H8C7.58579 12.75 7.25 12.4142 7.25 12ZM7.25 15.5C7.25 15.0858 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 15.0858 14.25 15.5C14.25 15.9142 13.9142 16.25 13.5 16.25H8C7.58579 16.25 7.25 15.9142 7.25 15.5Z%27 fill=%27%23009872%27/%3E%3Cpath d=%27M4.40879 4.0871C4.75727 4.24338 5 4.59334 5 5H17C17.3453 5 17.6804 5.04375 18 5.12602V4.30604C18 3.08894 16.922 2.15402 15.7172 2.32614L4.91959 3.86865C4.72712 3.89615 4.55271 3.97374 4.40879 4.0871Z%27 fill=%27%23009872%27/%3E%3C/svg%3E") center/contain no-repeat;
}
.main[data-page=information-page] .information-document-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main[data-page=information-page] .information-document-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.main[data-page=information-page] .information-document-meta {
  color: #8a9794;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.main[data-page=information-page] .site-footer {
  margin-top: 120px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=information-page] .information-page-head, .main[data-page=information-page] .information-page-section {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=information-page] .information-page-head, .main[data-page=information-page] .information-page-section {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=information-page] .information-page-title {
    margin-top: 32px;
    font-size: 34px;
  }
  .main[data-page=information-page] .information-page-subtitle {
    font-size: 24px;
  }
  .main[data-page=information-page] .site-footer {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=information-page] .information-page-head, .main[data-page=information-page] .information-page-section {
    width: calc(100% - 24px);
  }
  .main[data-page=information-page] .information-page-title {
    margin-top: 24px;
    font-size: 30px;
  }
  .main[data-page=information-page] .information-page-section {
    margin-top: 36px;
  }
  .main[data-page=information-page] .information-page-subtitle {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .main[data-page=information-page] .information-accordion {
    scroll-margin-top: 88px;
  }
  .main[data-page=information-page] .information-accordion-header {
    gap: 12px;
    padding: 18px 20px;
  }
  .main[data-page=information-page] .information-accordion-title {
    font-size: 16px;
  }
  .main[data-page=information-page] .information-accordion-body {
    padding: 0 20px 22px;
    font-size: 14px;
  }
  .main[data-page=information-page] .information-document-title {
    font-size: 14px;
  }
  .main[data-page=information-page] .site-footer {
    margin-top: 56px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/error/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main[data-page=error-page] .error-page-inner {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.main[data-page=error-page] .error-page-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 135px);
  padding: 40px 0 60px;
  justify-content: center;
  text-align: center;
}
.main[data-page=error-page] .error-page-code {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
}
.main[data-page=error-page] .error-page-title {
  margin: 12px 0 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.main[data-page=error-page] .error-page-text {
  max-width: 560px;
  margin: 16px 0 0;
  color: #8a9794;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main[data-page=error-page] .error-page-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.main[data-page=error-page] .error-page-button {
  padding: 0 32px;
  height: 52px;
  border-radius: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main[data-page=error-page] .error-page-button:hover {
  opacity: 0.85;
}
.main[data-page=error-page] .error-page-button:active {
  transform: translateY(1px);
}
.main[data-page=error-page] .error-page-button-primary {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.main[data-page=error-page] .error-page-button-outline {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #000000;
}
.main[data-page=error-page] .error-page-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  margin-top: 36px;
}
.main[data-page=error-page] .error-page-links a {
  color: #009872;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.main[data-page=error-page] .error-page-links a:hover {
  opacity: 0.7;
}
.main[data-page=error-page] .site-footer {
  margin-top: 0;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=error-page] .error-page-inner {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=error-page] .error-page-inner {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=error-page] .error-page-inner {
    min-height: auto;
    padding: 60px 0;
  }
  .main[data-page=error-page] .error-page-code {
    font-size: 130px;
  }
  .main[data-page=error-page] .error-page-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .main[data-page=error-page] .error-page-inner {
    width: calc(100% - 24px);
  }
  .main[data-page=error-page] .error-page-code {
    font-size: 96px;
  }
  .main[data-page=error-page] .error-page-title {
    font-size: 26px;
  }
  .main[data-page=error-page] .error-page-text {
    font-size: 14px;
  }
  .main[data-page=error-page] .error-page-actions {
    flex-direction: column;
    width: 100%;
  }
  .main[data-page=error-page] .error-page-button {
    width: 100%;
    height: 48px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/pages/search/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.appointment-cta {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 110px;
}
.appointment-cta-doctors {
  margin-top: 160px;
}
.appointment-cta-card {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90.29deg, #1cb3b2 -8.36%, #22b3b2 23.75%, #0cb8a0 68.6%, #01b588 120.1%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.appointment-cta-card-content, .appointment-cta-card-button {
  position: relative;
  z-index: 2;
}
.appointment-cta-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  letter-spacing: 0.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.appointment-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.appointment-cta-card-button {
  width: 144px;
  min-height: 35px;
  border-radius: 63px;
  background: #ffffff;
  color: #009872;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.appointment-cta-card-button:hover {
  opacity: 0.7;
}
.appointment-cta-card > img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 214px;
  height: 214px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.appointment-cta-card-online > img {
  right: 0;
  bottom: -12px;
  width: 313px;
  height: 200px;
}

body.smart-search-is-open {
  overflow: hidden;
}

.smart-search-overlay .doctor-card,
.smart-search-page .doctor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 10px;
  border-radius: 20px;
  background: #f9f9f9;
}
.smart-search-overlay .doctor-card[hidden],
.smart-search-page .doctor-card[hidden] {
  display: none;
}
.smart-search-overlay .doctor-card-main,
.smart-search-page .doctor-card-main {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
  min-height: 138px;
}
.smart-search-overlay .doctor-card-photo,
.smart-search-page .doctor-card-photo {
  width: 90px;
  height: 138px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}
.smart-search-overlay .doctor-card-photo-placeholder,
.smart-search-page .doctor-card-photo-placeholder {
  display: block;
}
.smart-search-overlay .doctor-card-info,
.smart-search-page .doctor-card-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
}
.smart-search-overlay .doctor-card-rating,
.smart-search-page .doctor-card-rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 93px;
  background: #ffffff;
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.smart-search-overlay .doctor-card-rating img,
.smart-search-page .doctor-card-rating img {
  width: 12px;
  height: 12px;
}
.smart-search-overlay .doctor-card-rating strong,
.smart-search-page .doctor-card-rating strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}
.smart-search-overlay .doctor-card-rating-dot,
.smart-search-page .doctor-card-rating-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9794;
}
.smart-search-overlay .doctor-card-head,
.smart-search-page .doctor-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.smart-search-overlay .doctor-card-head h2,
.smart-search-overlay .doctor-card-head h3,
.smart-search-page .doctor-card-head h2,
.smart-search-page .doctor-card-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-overlay .doctor-card-head p,
.smart-search-page .doctor-card-head p {
  margin: 0;
  color: #8A9794;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-overlay .doctor-card-tags,
.smart-search-page .doctor-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.smart-search-overlay .doctor-card-tag,
.smart-search-page .doctor-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 93px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-overlay .doctor-card-tag-primary,
.smart-search-page .doctor-card-tag-primary {
  border-color: transparent;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.smart-search-overlay .doctor-card-record,
.smart-search-page .doctor-card-record {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
}
.smart-search-overlay .doctor-card-record-top,
.smart-search-page .doctor-card-record-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.smart-search-overlay .doctor-card-record-top > strong,
.smart-search-page .doctor-card-record-top > strong {
  flex: 0 0 auto;
  padding: 6px 0;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-overlay .doctor-card-date,
.smart-search-page .doctor-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 10px 6px 6px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-overlay .doctor-card-date img,
.smart-search-page .doctor-card-date img {
  width: 20px;
  height: 20px;
}
.smart-search-overlay .doctor-card-actions,
.smart-search-page .doctor-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.smart-search-overlay .doctor-card-actions > a:only-child,
.smart-search-page .doctor-card-actions > a:only-child {
  grid-column: 1/-1;
}
.smart-search-overlay .doctor-card-more, .smart-search-overlay .doctor-card-appointment,
.smart-search-page .doctor-card-more,
.smart-search-page .doctor-card-appointment {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 93px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.smart-search-overlay .doctor-card-more:hover, .smart-search-overlay .doctor-card-appointment:hover,
.smart-search-page .doctor-card-more:hover,
.smart-search-page .doctor-card-appointment:hover {
  opacity: 0.7;
}
.smart-search-overlay .doctor-card-more,
.smart-search-page .doctor-card-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
}
.smart-search-overlay .doctor-card-appointment,
.smart-search-page .doctor-card-appointment {
  background: rgba(0, 152, 114, 0.1);
  color: #009872;
}
.smart-search-overlay .media-card,
.smart-search-page .media-card {
  min-width: 0;
  height: 428px;
  padding: 15px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #f9f9f9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.smart-search-overlay .media-card:hover,
.smart-search-page .media-card:hover {
  opacity: 0.85;
}
.smart-search-overlay .media-card:active,
.smart-search-page .media-card:active {
  transform: translateY(1px);
}
.smart-search-overlay .media-card[hidden],
.smart-search-page .media-card[hidden] {
  display: none;
}
.smart-search-overlay .media-card-picture,
.smart-search-page .media-card-picture {
  width: 100%;
  height: 224px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  flex: 0 0 224px;
}
.smart-search-overlay .media-card-picture-logo,
.smart-search-page .media-card-picture-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-search-overlay .media-card-image,
.smart-search-page .media-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smart-search-overlay .media-card-image-logo,
.smart-search-page .media-card-image-logo {
  width: 275px;
  max-width: 72%;
  height: 55px;
  max-height: 42%;
  object-fit: contain;
}
.smart-search-overlay .media-card-body,
.smart-search-page .media-card-body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.smart-search-overlay .media-card-main,
.smart-search-page .media-card-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.smart-search-overlay .media-card-meta,
.smart-search-page .media-card-meta {
  min-height: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #8a9794;
}
.smart-search-overlay .media-card-meta-item,
.smart-search-page .media-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #8a9794;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.smart-search-overlay .media-card-meta-item img,
.smart-search-page .media-card-meta-item img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.smart-search-overlay .media-card-meta-item span,
.smart-search-page .media-card-meta-item span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.smart-search-overlay .media-card-title,
.smart-search-page .media-card-title {
  margin: 0;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.smart-search-overlay .media-card-author,
.smart-search-page .media-card-author {
  min-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #8a9794;
}
.smart-search-overlay .media-card-author-name, .smart-search-overlay .media-card-author-position,
.smart-search-page .media-card-author-name,
.smart-search-page .media-card-author-position {
  color: #8a9794;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}
.smart-search-overlay .media-card-author-name,
.smart-search-page .media-card-author-name {
  font-weight: 600;
}
.smart-search-overlay .media-card-tags,
.smart-search-page .media-card-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.smart-search-overlay .media-card-tag,
.smart-search-page .media-card-tag {
  max-width: 100%;
  min-height: 27px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 78px;
  color: #000000;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.smart-search-overlay .media-card-tag-green, .smart-search-overlay .media-card-tag-blue, .smart-search-overlay .media-card-tag-red,
.smart-search-page .media-card-tag-green,
.smart-search-page .media-card-tag-blue,
.smart-search-page .media-card-tag-red {
  border-color: transparent;
  color: #ffffff;
}
.smart-search-overlay .media-card-tag-green,
.smart-search-page .media-card-tag-green {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
}
.smart-search-overlay .media-card-tag-blue,
.smart-search-page .media-card-tag-blue {
  background: #267aff;
}
.smart-search-overlay .media-card-tag-red,
.smart-search-page .media-card-tag-red {
  background: #ff1d38;
}
.smart-search-overlay .media-card-tag-light,
.smart-search-page .media-card-tag-light {
  color: #000000;
  background: #ffffff;
}
.smart-search-overlay [hidden],
.smart-search-page [hidden] {
  display: none !important;
}

.smart-search-form {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.smart-search-form-ai {
  width: 85px;
  height: 45px;
  flex: 0 0 85px;
  padding: 5px;
  border-radius: 41px;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.2s ease;
}
.smart-search-form-ai.is-active {
  justify-content: flex-end;
  background: linear-gradient(101.19deg, #24ffe5 -15.23%, #99b1ff 87.93%);
  box-shadow: none;
}
.smart-search-form-ai > span {
  width: 40px;
  height: 35px;
  border-radius: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-search-form-ai img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.smart-search-form-field {
  position: relative;
  min-width: 0;
  height: 50px;
  padding: 5px;
  flex: 1 1 auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 42px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 15px;
}
.smart-search-form-search-icon {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  flex: 0 0 16px;
  opacity: 0.55;
}
.smart-search-form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
.smart-search-form input[type=search] {
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000000;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
          appearance: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.smart-search-form input[type=search]::placeholder {
  color: #8a9794;
  opacity: 1;
}
.smart-search-form input[type=search]::-webkit-search-decoration, .smart-search-form input[type=search]::-webkit-search-cancel-button, .smart-search-form input[type=search]::-webkit-search-results-button, .smart-search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.smart-search-form-clear {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.smart-search-form-clear:hover {
  opacity: 0.7;
}
.smart-search-form-clear img {
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1044%) hue-rotate(128deg) brightness(90%) contrast(101%);
}
.smart-search-form-submit {
  width: 100px;
  height: 40px;
  flex: 0 0 100px;
  border-radius: 93px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.smart-search-form-submit:hover {
  opacity: 0.85;
}
.smart-search-form-submit:active {
  transform: translateY(1px);
}

.smart-search-form-page {
  gap: 10px;
}

.smart-search-form-ai.is-active + .smart-search-form-field .smart-search-form-search-icon {
  margin-left: 20px;
}

.smart-search-overlay {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  scrollbar-color: #009872 transparent;
  scrollbar-width: thin;
}
.smart-search-overlay::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.smart-search-overlay::-webkit-scrollbar-track {
  background: transparent;
}
.smart-search-overlay::-webkit-scrollbar-thumb {
  border-radius: 93px;
  background: #009872;
}
.smart-search-overlay::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.smart-search-overlay-backdrop {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  cursor: default;
}

.smart-search-dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1420px);
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  margin: 20px auto;
  padding: 10px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.smart-search-dialog-content {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  align-items: start;
  grid-gap: 30px;
  gap: 30px;
  padding: 30px 15px 15px;
  scrollbar-color: #009872 #f9f9f9;
  scrollbar-width: thin;
}
.smart-search-dialog-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.smart-search-dialog-content::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.smart-search-dialog-content::-webkit-scrollbar-thumb {
  border-radius: 93px;
  background: #009872;
}
.smart-search-dialog-content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.smart-search-dialog-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smart-search-dialog-column > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smart-search-dialog-section {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.smart-search-dialog-section > h2 {
  margin: 0;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-dialog-articles {
  gap: 15px;
}
.smart-search-dialog-dark-link, .smart-search-dialog-more,
.smart-search-dialog .smart-search-section-link {
  min-height: 40px;
  padding: 8px 20px;
  border-radius: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.smart-search-dialog-dark-link:hover, .smart-search-dialog-more:hover,
.smart-search-dialog .smart-search-section-link:hover {
  opacity: 0.7;
}
.smart-search-dialog-dark-link > span, .smart-search-dialog-more > span,
.smart-search-dialog .smart-search-section-link > span {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-dialog-dark-link img, .smart-search-dialog-more img,
.smart-search-dialog .smart-search-section-link img {
  width: 18px;
  height: 18px;
}
.smart-search-dialog-dark-link {
  color: #ffffff;
  background: #000000;
}
.smart-search-dialog-dark-link img {
  width: 18px;
  height: 18px;
}
.smart-search-dialog-more,
.smart-search-dialog .smart-search-section-link {
  color: #009872;
}
.smart-search-dialog-more img,
.smart-search-dialog .smart-search-section-link img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1044%) hue-rotate(128deg) brightness(90%) contrast(101%);
}
.smart-search-dialog-more {
  background: #f9f9f9;
}
.smart-search-dialog .smart-search-section-link {
  background: #ffffff;
}
.smart-search-dialog-side {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 18px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smart-search-overlay.is-query-state .smart-search-dialog {
  min-height: 0;
}

.smart-search-overlay.is-query-state .smart-search-dialog-column {
  gap: 35px;
}
.smart-search-overlay.is-query-state .smart-search-result-suggestions + .smart-search-dialog-more {
  min-height: 45px;
}
.smart-search-overlay.is-query-state .smart-search-dialog-articles {
  gap: 20px;
}
.smart-search-overlay.is-query-state .smart-search-dialog-articles > .smart-search-dialog-more {
  margin-top: 15px;
}
.smart-search-overlay.is-query-state .is-query-article .media-card-title {
  -webkit-line-clamp: 3;
}

.smart-search-suggestion-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.smart-search-suggestion {
  min-width: 0;
  height: 45px;
  padding: 0 10px 0 8px;
  border-radius: 10px;
  background: #f9f9f9;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 29px;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  transition: opacity 0.2s ease;
}
.smart-search-suggestion:hover {
  opacity: 0.7;
}
.smart-search-suggestion > img:first-child {
  width: 14px;
  height: 14px;
  grid-column: 1;
  justify-self: center;
  filter: brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1044%) hue-rotate(128deg) brightness(90%) contrast(101%);
}
.smart-search-suggestion > img:last-child {
  width: 18px;
  height: 18px;
  grid-column: 3;
  justify-self: center;
  filter: brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1044%) hue-rotate(128deg) brightness(90%) contrast(101%);
}
.smart-search-suggestion > span:not(.smart-search-suggestion-circle) {
  min-width: 0;
  grid-column: 2;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.smart-search-suggestion > span:not(.smart-search-suggestion-circle) strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.smart-search-suggestion > span:not(.smart-search-suggestion-circle).is-accent {
  font-weight: 700;
}
.smart-search-suggestion-ai {
  grid-template-columns: 30px minmax(0, 1fr) 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(106.96deg, rgba(218, 227, 255, 0.25) 8%, rgba(182, 254, 245, 0.25) 115.75%);
}
.smart-search-suggestion-ai > img:first-child {
  width: 20px;
  height: 20px;
  filter: none;
}
.smart-search-suggestion-circle {
  width: 25px;
  height: 25px;
  grid-column: 3;
  border-radius: 50%;
  background: #22b3b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-search-suggestion-circle img {
  width: 14px;
  height: 14px;
}

.smart-search-result-suggestions {
  max-height: 445px;
  overflow: hidden;
}

.smart-search-article-grid {
  width: 515px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 15px;
  gap: 15px;
}

.smart-search-dialog-articles > .smart-search-dialog-more {
  margin-top: 5px;
}

.smart-search-article {
  min-width: 0;
}
.smart-search-article .media-card {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: 10px;
}
.smart-search-article .media-card-picture {
  height: 110px;
  flex-basis: 110px;
  border-radius: 8px;
  background: #f9f9f9;
}
.smart-search-article .media-card-body,
.smart-search-article .media-card-main {
  display: block;
}
.smart-search-article .media-card-meta,
.smart-search-article .media-card-author,
.smart-search-article .media-card-tags {
  display: none;
}
.smart-search-article .media-card-title {
  color: #000000;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.smart-search-side-section {
  min-width: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.smart-search-side-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.smart-search-side-section > header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.smart-search-side-section h2 {
  margin: 0;
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-side-section p {
  color: #8a9794;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}

.smart-search-doctor-grid {
  min-width: 0;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}
.smart-search-doctor-grid-overlay, .smart-search-doctor-grid-ai {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.smart-search-doctor-grid-overlay {
  grid-template-columns: repeat(3, 250px);
  justify-content: space-between;
  gap: 5px;
}
.smart-search-doctor-grid-ai {
  gap: 10px;
}
.smart-search-doctor-grid-page {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.smart-search-doctor-grid .doctor-card-search {
  min-width: 0;
  min-height: 0;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
}
.smart-search-doctor-grid .doctor-card-main {
  grid-template-columns: 59px minmax(0, 1fr);
  gap: 10px;
  min-height: 91px;
}
.smart-search-doctor-grid .doctor-card-photo {
  width: 59px;
  height: 91px;
  border-radius: 7px;
}
.smart-search-doctor-grid .doctor-card-info {
  gap: 6px;
}
.smart-search-doctor-grid .doctor-card-rating {
  min-height: 20px;
  gap: 4px;
  padding: 3px 8px;
  background: #f9f9f9;
  font-size: 9px;
}
.smart-search-doctor-grid .doctor-card-rating img {
  width: 10px;
  height: 10px;
}
.smart-search-doctor-grid .doctor-card-rating > strong {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}
.smart-search-doctor-grid .doctor-card-rating > span:not(.doctor-card-rating-dot) {
  color: #8a9794;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
}
.smart-search-doctor-grid .doctor-card-rating > .doctor-card-rating-dot {
  font-size: 0;
  line-height: 0;
}
.smart-search-doctor-grid .doctor-card-head {
  gap: 4px;
}
.smart-search-doctor-grid .doctor-card-head h2,
.smart-search-doctor-grid .doctor-card-head h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-doctor-grid .doctor-card-head p {
  overflow: hidden;
  color: #8a9794;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-doctor-grid .doctor-card-head .doctor-card-head-price {
  align-self: flex-start;
  padding: 4px 8px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-doctor-grid-page .doctor-card-search {
  border-radius: 10px;
}
.smart-search-doctor-grid-ai .doctor-card-search {
  background: #f9f9f9;
}
.smart-search-doctor-grid .doctor-card-tags {
  display: none;
}
.smart-search-doctor-grid .doctor-card-record {
  gap: 8px;
  padding: 8px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.smart-search-doctor-grid .doctor-card-record-top {
  align-items: center;
}
.smart-search-doctor-grid .doctor-card-record-top > strong {
  padding: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-doctor-grid .doctor-card-date {
  min-width: 0;
  min-height: 25px;
  padding: 4px 6px;
  overflow: hidden;
  font-size: 11px;
  white-space: nowrap;
}
.smart-search-doctor-grid .doctor-card-date img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.smart-search-doctor-grid .doctor-card-date > span {
  min-width: 0;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.smart-search-doctor-grid .doctor-card-actions {
  gap: 5px;
}
.smart-search-doctor-grid .doctor-card-more,
.smart-search-doctor-grid .doctor-card-appointment {
  min-height: 35px;
  padding: 8px 10px;
  font-size: 12px;
}

.smart-search-result-list {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.smart-search-result-row {
  min-width: 0;
  height: 50px;
  padding: 5px 10px 5px 5px;
  border-radius: 10px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  transition: opacity 0.2s ease;
}
.smart-search-result-row:hover {
  opacity: 0.7;
}
.smart-search-result-row-content {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}
.smart-search-result-row-leading {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-search-result-row-leading img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1044%) hue-rotate(128deg) brightness(90%) contrast(101%);
}
.smart-search-result-row-body {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.smart-search-result-row-title {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-result-row-duration {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8a9794;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-result-row-duration img {
  width: 14px;
  height: 14px;
  filter: grayscale(1);
  opacity: 0.55;
}
.smart-search-result-row-meta {
  width: 170px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.smart-search-result-row-meta > strong {
  padding: 5px 10px;
  border-radius: 93px;
  background: #f9f9f9;
  color: #009872;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.smart-search-result-row-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-search-result-row-arrow img {
  width: 16px;
  height: 16px;
}

.smart-search-page {
  padding-bottom: 20px;
}
.smart-search-page-head,
.smart-search-page .smart-search-results,
.smart-search-page .smart-search-ai-panel {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.smart-search-page-head {
  margin-top: 20px;
}
.smart-search-page-head > h1 {
  margin-top: 40px;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}
.smart-search-page-head .smart-search-form {
  margin-top: 40px;
}
.smart-search-page .smart-search-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.smart-search-page .smart-search-breadcrumbs span,
.smart-search-page .smart-search-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.smart-search-page .smart-search-breadcrumbs a {
  transition: opacity 0.2s ease;
}
.smart-search-page .smart-search-breadcrumbs a:hover {
  opacity: 0.7;
}
.smart-search-page .smart-search-breadcrumbs span:last-child {
  color: #009872;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.smart-search-page .smart-search-breadcrumbs {
  margin-bottom: 0;
}
.smart-search-page .smart-search-breadcrumbs span:last-child {
  color: #009872;
  font-weight: 600;
}
.smart-search-page .smart-search-ai-enabled {
  margin-top: 10px;
  background: linear-gradient(101.19deg, #24ffe5 -15.23%, #99b1ff 87.93%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.smart-search-tabs {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}
.smart-search-tabs::-webkit-scrollbar {
  display: none;
}

.smart-search-tab {
  height: 45px;
  padding: 10px 20px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: rgba(138, 151, 148, 0.08);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.smart-search-tab:hover {
  opacity: 0.7;
}
.smart-search-tab > span {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.smart-search-tab > img {
  width: 16px;
  height: 16px;
}
.smart-search-tab > strong {
  min-width: 19px;
  height: 19px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 31px;
  background: #009872;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.smart-search-tab.is-active {
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  color: #ffffff;
}
.smart-search-tab.is-active > strong {
  background: #ffffff;
  color: #009872;
}
.smart-search-tab-ai {
  padding-left: 15px;
  padding-right: 15px;
  background: linear-gradient(106.96deg, rgba(218, 227, 255, 0.35) 8%, rgba(182, 254, 245, 0.35) 115.75%);
}
.smart-search-tab-ai > img {
  filter: brightness(0);
}
.smart-search-tab-ai.is-active {
  background: linear-gradient(101.19deg, #24ffe5 -15.23%, #99b1ff 87.93%);
}
.smart-search-tab-ai.is-active > img {
  filter: brightness(0) invert(1);
}

.smart-search-results {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: opacity 0.2s ease;
}
.smart-search-results .smart-search-result-section {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smart-search-results .smart-search-result-section[hidden] {
  display: none;
}
.smart-search-results .smart-search-result-list-page {
  gap: 10px;
}
.smart-search-results .smart-search-result-list-separated {
  margin-top: 0;
}
.smart-search-results .smart-search-result-row {
  gap: 20px;
  background: #f9f9f9;
}
.smart-search-results .smart-search-result-row-meta > strong {
  background: #ffffff;
}
.smart-search-results .smart-search-result-programs {
  margin-top: 0;
}
.smart-search-results .doctor-card-search {
  background: #f9f9f9;
}

.smart-search-page[aria-busy=true] .smart-search-results {
  pointer-events: none;
  opacity: 0.55;
}

.smart-search-page-articles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px 10px;
  gap: 20px 10px;
}
.smart-search-page-articles .media-card {
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: 10px;
}
.smart-search-page-articles .media-card-picture {
  height: 152px;
  flex-basis: 152px;
  border-radius: 8px;
  background: #f9f9f9;
}
.smart-search-page-articles .media-card-body,
.smart-search-page-articles .media-card-main {
  display: block;
}
.smart-search-page-articles .media-card-meta,
.smart-search-page-articles .media-card-author,
.smart-search-page-articles .media-card-tags {
  display: none;
}
.smart-search-page-articles .media-card-title {
  color: #000000;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.smart-search-page-article {
  min-width: 0;
}

.smart-search-empty {
  min-height: 160px;
  border-radius: 16px;
  background: #f9f9f9;
  color: #8a9794;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.smart-search-empty[hidden] {
  display: none;
}

.smart-search-load-more {
  width: 100%;
  min-height: 60px;
  margin-top: 3px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #009872;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.smart-search-load-more:hover {
  opacity: 0.7;
}
.smart-search-load-more:disabled {
  cursor: wait;
  opacity: 0.55;
}

.smart-search-ai-panel {
  margin-top: 40px;
  min-height: 1627px;
  padding: 60px 20px 90px;
  border-radius: 20px;
  background: linear-gradient(106.96deg, #dae3ff 8%, #b6fef5 115.75%);
}

.smart-search-ai-layout {
  width: min(900px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.smart-search-ai-layout > h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.smart-search-ai-answer {
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.smart-search-ai-copy {
  min-height: 632px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #000000;
}
.smart-search-ai-copy p,
.smart-search-ai-copy li,
.smart-search-ai-copy strong,
.smart-search-ai-copy h3 {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.smart-search-ai-copy h3,
.smart-search-ai-copy strong {
  font-weight: 700;
}
.smart-search-ai-copy ol {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.smart-search-ai-questions {
  width: 852px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.smart-search-ai-questions button {
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 12px;
  background: #f9f9f9;
  color: #22b3b2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.smart-search-ai-questions button:hover {
  opacity: 0.7;
}

.smart-search-ai-followup {
  margin-top: -20px;
  height: 60px;
  padding: 10px 10px 10px 30px;
  border-radius: 16px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 15px;
}
.smart-search-ai-followup input {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.smart-search-ai-followup input::placeholder {
  color: #8a9794;
  opacity: 1;
}
.smart-search-ai-followup button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  background: linear-gradient(69.4717deg, rgb(1, 181, 136) 5.7889%, rgb(12, 184, 160) 39.752%, rgb(34, 179, 178) 69.33%, rgb(28, 179, 178) 90.51%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.smart-search-ai-followup button:hover {
  opacity: 0.7;
}
.smart-search-ai-followup button img {
  width: 24px;
  height: 24px;
}

.smart-search-ai-caption {
  margin-top: -20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #8a9794;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.smart-search-ai-doctors {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.smart-search-ai-doctors > h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.smart-search-ai-doctors > p {
  max-width: 786px;
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.appointment-cta.smart-search-ai-cta {
  width: 100%;
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.appointment-cta.smart-search-ai-cta .appointment-cta-card {
  height: 168px;
  min-height: 168px;
}
@media (max-width: 1720px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  .smart-search-page-head,
  .smart-search-page .smart-search-results,
  .smart-search-page .smart-search-ai-panel {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 40px);
  }
  .smart-search-dialog-content {
    grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
    gap: 20px;
  }
  .smart-search-doctor-grid-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .smart-search-doctor-grid-overlay, .smart-search-doctor-grid-ai {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .smart-search-doctor-grid-overlay .doctor-card-search:last-child, .smart-search-doctor-grid-ai .doctor-card-search:last-child {
    display: none;
  }
  .smart-search-page-head,
  .smart-search-page .smart-search-results,
  .smart-search-page .smart-search-ai-panel {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .smart-search-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    margin: 12px auto;
    border-radius: 20px;
  }
  .smart-search-dialog-content {
    grid-template-columns: 1fr;
    padding: 24px 10px 10px;
  }
  .smart-search-doctor-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .smart-search-doctor-grid-overlay, .smart-search-doctor-grid-ai {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .smart-search-doctor-grid-overlay .doctor-card-search:last-child, .smart-search-doctor-grid-ai .doctor-card-search:last-child {
    display: flex;
  }
  .smart-search-page-head > h1 {
    margin-top: 32px;
    font-size: 34px;
  }
  .smart-search-page-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .smart-search-ai-panel {
    min-height: 0;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .smart-search-doctor-grid-overlay, .smart-search-doctor-grid-page, .smart-search-doctor-grid-ai {
    grid-template-columns: 1fr;
  }
  .appointment-cta.smart-search-ai-cta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .appointment-cta {
    width: calc(100% - 24px);
  }
  .appointment-cta {
    margin-top: 56px;
  }
  .appointment-cta-card {
    min-height: 170px;
    border-radius: 20px;
  }
  .appointment-cta-card > img {
    right: -70px;
    opacity: 0.6;
  }
  .smart-search-overlay .doctor-card-head h2,
  .smart-search-overlay .doctor-card-head h3,
  .smart-search-page .doctor-card-head h2,
  .smart-search-page .doctor-card-head h3 {
    font-size: 18px;
  }
  .smart-search-overlay .media-card,
  .smart-search-page .media-card {
    height: auto;
    min-height: 390px;
    padding: 12px;
    gap: 16px;
  }
  .smart-search-overlay .media-card-picture,
  .smart-search-page .media-card-picture {
    height: auto;
    aspect-ratio: 430/224;
    flex-basis: auto;
  }
  .smart-search-overlay .media-card-title,
  .smart-search-page .media-card-title {
    font-size: 18px;
  }
  .smart-search-overlay .media-card-tag,
  .smart-search-page .media-card-tag {
    min-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .smart-search-form {
    align-items: stretch;
    gap: 8px;
  }
  .smart-search-form-ai {
    width: 54px;
    height: 48px;
    flex-basis: 54px;
  }
  .smart-search-form-ai > span {
    width: 38px;
    height: 38px;
  }
  .smart-search-form-field {
    height: 48px;
    gap: 8px;
  }
  .smart-search-form-search-icon {
    margin-left: 8px;
  }
  .smart-search-form-submit {
    width: 70px;
    flex-basis: 70px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .smart-search-dialog {
    width: calc(100% - 12px);
    margin-bottom: 12px;
    padding: 6px;
    border-radius: 16px;
  }
  .smart-search-dialog-content {
    padding: 20px 6px 6px;
  }
  .smart-search-dialog-side {
    padding: 14px;
    border-radius: 16px;
  }
  .smart-search-article .media-card-picture {
    aspect-ratio: 16/9;
    height: auto;
    flex-basis: auto;
  }
  .smart-search-result-row {
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 7px;
  }
  .smart-search-result-row-content {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px;
  }
  .smart-search-result-row-leading {
    width: 24px;
    height: 24px;
  }
  .smart-search-result-row-leading img {
    width: 16px;
    height: 16px;
  }
  .smart-search-result-row-meta {
    width: auto;
    min-width: 0;
  }
  .smart-search-result-row-duration {
    display: none;
  }
  .smart-search-result-row-meta > strong {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }
  .smart-search-result-row-arrow {
    width: 26px;
    height: 26px;
  }
  .smart-search-page-head,
  .smart-search-page .smart-search-results,
  .smart-search-page .smart-search-ai-panel {
    width: calc(100% - 24px);
  }
  .smart-search-page-head {
    margin-top: 12px;
  }
  .smart-search-page-head > h1 {
    margin-top: 24px;
    font-size: 30px;
  }
  .smart-search-page-head .smart-search-form {
    margin-top: 28px;
  }
  .smart-search-page-articles {
    grid-template-columns: 1fr;
  }
  .smart-search-page-articles .media-card-picture {
    height: auto;
    flex-basis: auto;
    aspect-ratio: 16/9;
  }
  .smart-search-article-grid {
    grid-template-columns: 1fr;
  }
  .smart-search-ai-panel {
    margin-top: 28px;
    padding: 24px 12px;
    border-radius: 18px;
  }
  .smart-search-ai-answer {
    padding: 14px;
    border-radius: 16px;
    gap: 24px;
  }
  .smart-search-ai-followup {
    padding-left: 15px;
  }
}
