.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button-ui {
  display: inline-block;
  padding: 11px 23px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #FF5C00;
  border-color: #FF5C00;
  color: #FFFFFF;
}

.button-ui:hover {
  background-color: #FFFFFF;
  border-color: #FF5C00;
  color: #FF5C00;
}

.button-ui:active {
  background-color: #CC4B00;
  border-color: #CC4B00;
  color: #FFFFFF;
}

.button-ui--full {
  width: 100%;
  display: block;
}

.button-ui--compact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  min-height: 48px;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}

.button-ui--circle:not(.button-ui--compact) {
  border-radius: 9999px;
}

.button-ui--white {
  background-color: #FFFFFF;
  border-color: #ff5c00;
  color: #ff5c00;
}

.button-ui--white:hover {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #FFFFFF;
}

.button-ui--white:active {
  background-color: #FFFFFF;
  border-color: #993800;
  color: #993800;
}

.button-ui--gray {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #222;
}

.button-ui--gray:hover {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #fff;
}

.button-ui--gray:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #222;
}

.button-ui--violet {
  background-color: #523189;
  border-color: #523189;
  color: #FFFFFF;
}

.button-ui--violet:hover {
  background-color: #FFFFFF;
  border-color: #523189;
  color: #523189;
}

.button-ui--violet:active {
  background-color: #442871;
  border-color: #442871;
  color: #FFFFFF;
}

.button-ui--disabled,
.button-ui[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

span.button-ui {
  pointer-events: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skeleton {
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

.skeleton:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: skeleton-loading 2s infinite;
          animation: skeleton-loading 2s infinite;
}

@-webkit-keyframes skeleton-loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes skeleton-loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.suggest-search__wrapper {
  position: relative;
}

.suggest-search__form {
  position: relative;
}

.suggest-search__form::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  width: 38px;
  height: 38px;
  background-image: url("../../assets/img/gallery/search-orange.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.suggest-search__input {
  width: 100%;
  padding: 16px 48px 16px 56px;
  height: 55px;
  font-family: "Jost", normal, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #3c3c3c;
  border: 1px solid #ff5c00;
  border-radius: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggest-search__dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  margin-top: 8px;
  padding: 16px 8px 16px 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #ddd;
          box-shadow: 0 4px 20px 0 #ddd;
}

.suggest-search__dropdown._hide {
  display: none;
}

.suggest-search__groups-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: 387px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
  scrollbar-gutter: stable;
}

.suggest-search__groups-list::-webkit-scrollbar {
  width: 8px;
}

.suggest-search__groups-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.suggest-search__groups-list::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.suggest-search__groups-list::-moz-scrollbar {
  width: 8px;
}

.suggest-search__groups-list::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.suggest-search__groups-list::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.suggest-search__groups-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.suggest-search__groups-headline {
  font-family: "Jost", normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #bbb;
}

.suggest-search__simple-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.suggest-search__simple-item {
  padding: 8px 12px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  cursor: pointer;
}

.suggest-search__simple-item:hover .suggest-search__simple-name {
  color: #ff5c00;
}

.suggest-search__simple-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #222;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.suggest-search__extended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.suggest-search__empty {
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 130%;
  color: #222;
}

.suggest-search__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  stroke: #999;
}

.suggest-search__clear-icon {
  width: 16px;
  height: 16px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doctor-suggest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.doctor-suggest:hover .doctor-suggest__name {
  color: #ff5c00;
}

.doctor-suggest__picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
}

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

.doctor-suggest__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 3px;
}

.doctor-suggest__name {
  font-family: "Jost", normal, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.doctor-suggest__description {
  font-family: "Jost", normal, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #777;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.option-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.option-switch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

.option-switch__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px;
  height: 100%;
  min-width: 155px;
  border-radius: 16px;
  font-family: "Jost", normal, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #222222;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.option-switch__button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.option-switch__button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.option-switch__button._active {
  background-color: #e6e6e6;
  pointer-events: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step-indicator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.step-indicator__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  font-family: Jost, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  border-radius: 50%;
  background-color: #E6E6E6;
  color: #999999;
}

.step-indicator__item:not(:first-child)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  width: 16px;
  height: 2px;
  background-color: #e6e6e6;
}

.step-indicator__item._active {
  background-color: #ff5c00;
  color: #FFFFFF;
}

.step-indicator__item._active::after {
  background-color: #ff5c00;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alphabet-section-list__groups {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.alphabet-section-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  gap: 12px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.alphabet-section-list__title {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 127.7777777778%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3c3c3c;
}

.alphabet-section-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.alphabet-section-list__item {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #222;
  font-size: 16px;
  line-height: 110%;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
}

.alphabet-section-list__item:hover {
  color: #ff5c00;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alphabet-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.alphabet-nav__link {
  min-width: 60px;
  height: 48px;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
  background: #f2f2f2;
  border-radius: 10px;
}

.alphabet-nav__link:hover {
  color: #ff5c00;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-back__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -2px;
  width: 24px;
  height: 24px;
}

.step-back__text {
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ff5c00;
}

.step-back._hide {
  display: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.multiselect {
  position: relative;
}

.multiselect._open .multiselect__dropdown {
  display: block;
}

.multiselect._active .multiselect__toggle {
  letter-spacing: 0.03em;
  background: #ff5c00;
  border-color: #ff5c00;
  color: #fff;
}

.multiselect._active .multiselect__toggle::before,
.multiselect._active .multiselect__toggle::after {
  background-color: #fff;
}

.multiselect._active .multiselect__toggle:hover {
  border-color: #ff5c00;
  color: #ff5c00;
  background: #fff;
}

.multiselect._active .multiselect__toggle:hover::before,
.multiselect._active .multiselect__toggle:hover::after {
  background-color: #ff5c00;
}

.multiselect._open .multiselect__toggle::before {
  -webkit-transform: translate(-2px, -50%) rotate(-45deg);
      -ms-transform: translate(-2px, -50%) rotate(-45deg);
          transform: translate(-2px, -50%) rotate(-45deg);
}

.multiselect._open .multiselect__toggle::after {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
      -ms-transform: translate(2px, -50%) rotate(45deg);
          transform: translate(2px, -50%) rotate(45deg);
}

.multiselect._disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.multiselect._loading .multiselect__placeholder {
  opacity: 0;
}

.multiselect._loading .multiselect__spinner {
  opacity: 1;
  visibility: visible;
}

.multiselect.skeleton {
  border-radius: 16px;
}

.multiselect__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  border-radius: 16px;
  padding: 9px 30px 9px 12px;
  color: #3c3c3c;
  width: 100%;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.multiselect__toggle:hover {
  background: #ececec;
  border-color: #ececec;
}

.multiselect__toggle::before,
.multiselect__toggle::after {
  content: "";
  position: absolute;
  width: 6px;
  right: 16px;
  top: 50%;
  height: 1px;
  background-color: #3c3c3c;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.multiselect__toggle::before {
  -webkit-transform: translate(-2px, -50%) rotate(45deg);
      -ms-transform: translate(-2px, -50%) rotate(45deg);
          transform: translate(-2px, -50%) rotate(45deg);
}

.multiselect__toggle::after {
  -webkit-transform: translate(2px, -50%) rotate(-45deg);
      -ms-transform: translate(2px, -50%) rotate(-45deg);
          transform: translate(2px, -50%) rotate(-45deg);
}

.multiselect__placeholder {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.multiselect__dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
  margin-top: 8px;
  border-radius: 12px;
  padding: 5px 12px 5px 5px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
  background: #fff;
}

.multiselect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 289px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
  scrollbar-gutter: stable;
}

.multiselect__list::-webkit-scrollbar {
  width: 8px;
}

.multiselect__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.multiselect__list::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.multiselect__list::-moz-scrollbar {
  width: 8px;
}

.multiselect__list::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.multiselect__list::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.multiselect__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px;
  border-radius: 12px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}

.multiselect__label:hover {
  background-color: #f4f4f4;
}

.multiselect__label-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  font-family: Jost, sans-serif;
  font-size: 13px;
  line-height: 110%;
  color: #222;
}

.multiselect__label-text::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.multiselect__label-text::before {
  opacity: 0;
  position: absolute;
  content: "";
  z-index: 1;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4181 5.66638L7.47369 12.6108L4.00146 9.1386' stroke='white' stroke-width='0.868056' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.multiselect__checkbox {
  display: none;
}

.multiselect__checkbox:checked + .multiselect__label-text::after {
  border-color: #ff5c00;
  background-color: #ff5c00;
}

.multiselect__checkbox:checked + .multiselect__label-text::before {
  opacity: 1;
}

.multiselect__apply {
  padding: 4px 24px;
  font-size: 11px;
  line-height: 218%;
  letter-spacing: 0.03em;
  color: #fff;
}

.multiselect__actions {
  position: sticky;
  z-index: 1;
  bottom: 0;
  background-color: #fff;
  padding: 5px 0;
}

.multiselect__spinner {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #3C3C3C;
  border-right-color: #3C3C3C;
  border-bottom-color: #3C3C3C;
  -webkit-animation: multiselect-spin 0.8s linear infinite;
          animation: multiselect-spin 0.8s linear infinite;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.select-modal .multiselect__list {
  gap: 4px;
  max-height: calc(90dvh - 70px - 83px);
  padding: 0 8px 0 16px;
}

.select-modal .multiselect__item--all .multiselect__label {
  border: none;
}

.select-modal .multiselect__label {
  padding: 12px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
}

.select-modal .multiselect__label-text {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.select-modal .multiselect__actions {
  padding: 12px 16px 16px;
  margin-top: 4px;
}

.select-modal .multiselect__actions._sticky {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.select-modal .multiselect__apply {
  width: 100%;
  min-height: 55px;
  padding: 16px 25px;
  font-size: 13px;
  line-height: 110%;
  border-radius: 20px;
}

@-webkit-keyframes multiselect-spin {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes multiselect-spin {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input-ui__field {
  font-size: 14px;
  line-height: 133%;
  color: #3c3c3c;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.input-ui__field::-webkit-input-placeholder {
  color: #3c3c3c;
}

.input-ui__field::-moz-placeholder {
  color: #3c3c3c;
}

.input-ui__field:-ms-input-placeholder {
  color: #3c3c3c;
}

.input-ui__field::-ms-input-placeholder {
  color: #3c3c3c;
}

.input-ui__field::placeholder {
  color: #3c3c3c;
}

.input-ui--disabled {
  pointer-events: none;
  opacity: 0.4;
}

.input-ui--error .input-ui__field {
  border-width: 2px;
  border-color: #ff5c00;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spin-loader {
  position: relative;
  height: 100%;
}

.spin-loader._hide {
  display: none;
}

.spin-loader__spinner {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 3px rgba(136, 136, 136, 0.2);
          box-shadow: 0 0 20px 3px rgba(136, 136, 136, 0.2);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.spin-loader__spinner::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ff5c00;
  border-right-color: #ff5c00;
  border-bottom-color: #ff5c00;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: loader-spin 0.8s linear infinite;
          animation: loader-spin 0.8s linear infinite;
}

@-webkit-keyframes loader-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loader-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-select {
  position: relative;
  width: 100%;
}

.single-select._open .single-select__dropdown {
  display: block;
}

.single-select._active:not(._loading) .single-select__toggle {
  letter-spacing: 0.03em;
  background: #ff5c00;
  border-color: #ff5c00;
  color: #fff;
}

.single-select._active:not(._loading) .single-select__toggle::before,
.single-select._active:not(._loading) .single-select__toggle::after {
  background-color: #fff;
}

.single-select._active:not(._loading) .single-select__toggle:hover {
  border-color: #ff5c00;
  color: #ff5c00;
  background: #fff;
}

.single-select._active:not(._loading) .single-select__toggle:hover::before,
.single-select._active:not(._loading) .single-select__toggle:hover::after {
  background-color: #ff5c00;
}

.single-select._open .single-select__toggle::before {
  -webkit-transform: translate(-2px, -50%) rotate(-45deg);
      -ms-transform: translate(-2px, -50%) rotate(-45deg);
          transform: translate(-2px, -50%) rotate(-45deg);
}

.single-select._open .single-select__toggle::after {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
      -ms-transform: translate(2px, -50%) rotate(45deg);
          transform: translate(2px, -50%) rotate(45deg);
}

.single-select._disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.single-select._loading .single-select__placeholder {
  opacity: 0;
}

.single-select._loading .single-select__spinner {
  opacity: 1;
  visibility: visible;
}

.single-select.skeleton {
  border-radius: 16px;
}

.single-select__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  border-radius: 16px;
  padding: 9px 30px 9px 12px;
  color: #3c3c3c;
  width: 100%;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.single-select__toggle:hover {
  background: #ececec;
  border-color: #ececec;
}

.single-select__toggle::before,
.single-select__toggle::after {
  content: "";
  position: absolute;
  width: 6px;
  right: 16px;
  top: 50%;
  height: 1px;
  background-color: #3c3c3c;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.single-select__toggle::before {
  -webkit-transform: translate(-2px, -50%) rotate(45deg);
      -ms-transform: translate(-2px, -50%) rotate(45deg);
          transform: translate(-2px, -50%) rotate(45deg);
}

.single-select__toggle::after {
  -webkit-transform: translate(2px, -50%) rotate(-45deg);
      -ms-transform: translate(2px, -50%) rotate(-45deg);
          transform: translate(2px, -50%) rotate(-45deg);
}

.single-select__placeholder {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.single-select__dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
  margin-top: 8px;
  border-radius: 12px;
  padding: 16px 16px 5px 16px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
  background: #fff;
  z-index: 1;
}

.single-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  max-height: 289px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
}

.single-select__list::-webkit-scrollbar {
  width: 8px;
}

.single-select__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.single-select__list::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.single-select__list::-moz-scrollbar {
  width: 8px;
}

.single-select__list::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.single-select__list::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.single-select__item._active .single-select__label {
  background-color: #f2f2f2;
  pointer-events: none;
  cursor: auto;
}

.single-select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 12px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
}

.single-select__label:hover .single-select__label-subtext,
.single-select__label:hover .single-select__label-text {
  color: #ff5c00;
}

.single-select__label-subtext,
.single-select__label-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", normal;
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  color: #222;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.single-select__label-subtext {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.single-select__input {
  display: none;
}

.single-select__spinner {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #3C3C3C;
  border-right-color: #3C3C3C;
  border-bottom-color: #3C3C3C;
  -webkit-animation: single-select-spin 0.8s linear infinite;
          animation: single-select-spin 0.8s linear infinite;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.single-select__btn-bottom {
  padding: 12px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #ff5c00;
}

.select-modal .single-select__list {
  gap: 4px;
  max-height: calc(90dvh - 70px - 83px);
  padding: 0 8px 0 16px;
}

.select-modal .single-select__label {
  padding: 12px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
}

.select-modal .single-select__label-text {
  font-weight: 500;
  letter-spacing: 0.02em;
}

@-webkit-keyframes single-select-spin {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes single-select-spin {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.booking-params__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.booking-params__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #3c3c3c;
}

.booking-params__value {
  font-weight: 600;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doctor-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.doctor-details--compact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.doctor-details--compact .doctor-details__picture {
  width: 80px;
  height: 80px;
}

.doctor-details--compact .doctor-details__name {
  font-size: 16px;
  line-height: 100%;
}

.doctor-details--compact .doctor-details__description {
  font-size: 14px;
}

.doctor-details__picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
}

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

.doctor-details__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.doctor-details__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.doctor-details__name {
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #222;
}

.doctor-details__description {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #666;
}

.doctor-details__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.doctor-details__price-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.doctor-details__price-text {
  font-family: "Jost", normal;
  font-size: 14px;
  line-height: 129%;
  color: #222;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doctor-slots__clinics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.doctor-slots__clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.doctor-slots__clinic-name {
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #222;
}

.doctor-slots__clinic-name.skeleton {
  display: block;
  width: 200px;
  height: 19px;
  border-radius: 4px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doctors-timesheet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.doctors-timesheet__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
}

.doctors-timesheet__loader {
  min-height: 160px;
}

.doctors-timesheet__loader._hide {
  display: none;
}

.doctors-timesheet__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.date-timeline__top {
  margin-bottom: 6px;
}

.date-timeline__month {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #666;
}

.date-timeline__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}

.date-timeline__slider {
  position: relative;
}

.date-timeline__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.82%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 1.82%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  pointer-events: none;
}

.date-timeline__slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.82%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 1.82%, rgba(255, 255, 255, 0) 100%);
}

.date-timeline__side {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 56px;
}

.date-timeline__side::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -9px;
  width: 9px;
  background-color: white;
}

.date-timeline__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 56px;
}

.date-timeline__item._active .date-timeline__button {
  background-color: #ff5c00;
  cursor: auto;
  pointer-events: none;
}

.date-timeline__item._active .date-timeline__day {
  color: #fff;
}

.date-timeline__item._active .date-timeline__date {
  color: #fff;
}

.date-timeline__item._weekend:not(._active) .date-timeline__day {
  color: #ff5c00;
}

.date-timeline__item._weekend:not(._active) .date-timeline__date {
  color: #ff5c00;
}

.date-timeline__item._disabled .date-timeline__button {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.date-timeline__month-inline {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #666;
}

.date-timeline__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  gap: 6px;
  width: 100%;
  height: 64px;
  padding: 4px;
  background-color: #f4f4f4;
  border-radius: 16px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
}

.date-timeline__day {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
}

.date-timeline__date {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
}

.date-timeline__nav {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 64px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.date-timeline__nav[disabled] {
  display: none;
}

.date-timeline__nav:hover::before {
  opacity: 1;
}

.date-timeline__nav:hover .date-timeline__nav-icon {
  opacity: 1;
}

.date-timeline__nav--prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.date-timeline__nav--next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.date-timeline__nav::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.date-timeline__nav-icon {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  fill: transparent;
  stroke: #222;
  stroke-width: 2px;
}

.date-timeline .swiper {
  margin-left: 0;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar {
  position: relative;
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 64px;
  border-radius: 16px;
  color: #222222;
  background: #f4f4f4;
}

.calendar._active {
  color: #fff;
  background-color: #ff5c00;
}

.calendar__icon {
  width: 24px;
  height: 24px;
}

.calendar .calendar-air-datepicker.-inline- {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  -webkit-box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
  border-radius: 12px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sort-select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sort-select._open .sort-select__dropdown {
  display: block;
}

.sort-select__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sort-select__toggle._desc .sort-select__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sort-select__placeholder {
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 110%;
  color: #3c3c3c;
}

.sort-select__icon {
  width: 24px;
  height: 24px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sort-select__dropdown {
  display: none;
  position: absolute;
  margin-top: 10px;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 280px;
  max-width: 320px;
  border-radius: 12px;
  padding: 5px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
  background: #fff;
}

.sort-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
}

.sort-select__list::-webkit-scrollbar {
  width: 8px;
}

.sort-select__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.sort-select__list::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.sort-select__list::-moz-scrollbar {
  width: 8px;
}

.sort-select__list::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.sort-select__list::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.sort-select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  padding: 8px;
  border-radius: 12px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}

.sort-select__label:hover .sort-select__label-text {
  color: #ff5c00;
}

.sort-select__label-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  font-family: Jost, sans-serif;
  font-size: 13px;
  line-height: 110%;
  color: #222;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sort-select__label-text::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sort-select__label-text::before {
  opacity: 0;
  position: absolute;
  content: "";
  z-index: 1;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff5c00;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sort-select__radio {
  display: none;
}

.sort-select__radio:checked + .sort-select__label-text::after {
  border-color: #ff5c00;
  background-color: #fff;
}

.sort-select__radio:checked + .sort-select__label-text::before {
  opacity: 1;
}

.sort-select__actions {
  display: none;
}

.select-modal .sort-select__list {
  gap: 4px;
  max-height: calc(90dvh - 70px - 83px);
  padding: 0 8px 0 16px;
}

.select-modal .sort-select__label {
  padding: 10px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
}

.select-modal .sort-select__label-text {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.select-modal .sort-select__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 0;
  margin-top: 4px;
}

.select-modal .sort-select__actions._sticky {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.select-modal .sort-select__apply {
  width: 100%;
  min-height: 55px;
  padding: 16px 25px;
  font-size: 13px;
  line-height: 110%;
  border-radius: 20px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.booking-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
  width: 100%;
  border-radius: 20px;
  background: #f4f4f4;
}

.booking-card._no-background {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.booking-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.booking-options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.booking-options__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking-options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #222222;
}

.booking-options__item--accent {
  font-weight: 600;
}

.booking-options__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  padding: 12px;
  background: #ffd9d9;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.error-alert__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.error-alert__text {
  font-family: "Jost", normal;
  font-size: 13px;
  line-height: 16px;
  color: #c20000;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  padding: 12px;
  background: #f4f4f4;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.info-panel__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #222;
}

.info-panel__icon svg {
  display: block;
}

.info-panel__text {
  font-family: "Jost", normal;
  font-size: 14px;
  line-height: 16px;
  color: #222;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slots-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.slots-list__item {
  display: block;
  width: 77px;
  height: 40px;
  padding: 8px;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #222;
  border-radius: 10px;
  background-color: #f4f4f4;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.slots-list__item:hover {
  background-color: #ececec;
}

.slots-list__item._active {
  background-color: #ff5c00;
  color: #fff;
  pointer-events: none;
}

.slots-list__item.skeleton {
  height: 40px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar-input-date {
  position: relative;
}

.calendar-input-date .calendar-air-datepicker.-inline- {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  -webkit-box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 5px 20px 0 rgba(156, 156, 156, 0.25);
  border-radius: 12px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar-air-datepicker.-inline- {
  margin: 0 auto;
  width: 357px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.calendar-air-datepicker--days-only .air-datepicker-nav--title {
  pointer-events: none;
}

.calendar-air-datepicker--days-only .air-datepicker-nav--title::after {
  display: none;
}

.calendar-air-datepicker .air-datepicker-nav--title {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #222;
}

.calendar-air-datepicker .air-datepicker-nav--title:not(.-disabled-)::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10L12.25 13.75L16 10' stroke='%23222222' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.calendar-air-datepicker .air-datepicker-nav--action {
  width: 42px;
  height: 42px;
  background: #f4f4f4;
  border-radius: 10px;
}

.calendar-air-datepicker .air-datepicker-nav--action.-disabled- {
  background: white;
}

.calendar-air-datepicker .air-datepicker-nav--action svg {
  width: 24px;
  height: 24px;
}

.calendar-air-datepicker .air-datepicker-nav--action path {
  stroke-width: 1.5px;
}

.calendar-air-datepicker .air-datepicker-nav {
  padding: 16px 16px 4px;
}

.calendar-air-datepicker .air-datepicker--content {
  padding: 0 16px 16px;
}

.calendar-air-datepicker .air-datepicker-body--day-names {
  margin-top: 7px;
  margin-bottom: 11px;
}

.calendar-air-datepicker .air-datepicker-body--day-name {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #ccc;
  text-transform: none;
}

.calendar-air-datepicker .air-datepicker-body--day-name.-weekend- {
  color: #ff5c00;
  opacity: 0.5;
}

.calendar-air-datepicker .air-datepicker-body--cells {
  grid-auto-rows: 43px;
  gap: 4px;
}

.calendar-air-datepicker .air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(3, 1fr);
}

.calendar-air-datepicker .air-datepicker-cell.-day-,
.calendar-air-datepicker .air-datepicker-cell.-month-,
.calendar-air-datepicker .air-datepicker-cell.-year- {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #222222;
  background-color: #F4F4F4;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.calendar-air-datepicker .air-datepicker-cell.-day-:hover,
.calendar-air-datepicker .air-datepicker-cell.-month-:hover,
.calendar-air-datepicker .air-datepicker-cell.-year-:hover {
  background-color: #ececec;
  border: 1px solid #ececec;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-other-month-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-other-month-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-other-month-.-disabled- {
  border: none;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-disabled- {
  color: #cccccc;
  border: none;
  pointer-events: none;
  background-color: #fff;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-current-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-current-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-current- {
  border: 1px solid #ff5c00;
  color: #ff5c00;
  background: #fff;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-current-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-current-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-current-.-disabled- {
  border: 1px solid #ffbe99;
  color: #ffbe99;
  background: #fff;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-selected-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-selected-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-selected- {
  border: 1px solid #ff5c00;
  color: #fff;
  background: #ff5c00;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-selected-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-selected-.-disabled-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-selected-.-disabled- {
  border: 1px solid #ffbe99;
}

.calendar-air-datepicker .air-datepicker-cell.-day-.-other-month-,
.calendar-air-datepicker .air-datepicker-cell.-day-.-other-decade-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-other-month-,
.calendar-air-datepicker .air-datepicker-cell.-month-.-other-decade-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-other-month-,
.calendar-air-datepicker .air-datepicker-cell.-year-.-other-decade- {
  color: #cccccc;
  border: none;
  pointer-events: none;
  background-color: #fff;
}

.calendar-air-datepicker .air-datepicker-nav--action svg path {
  stroke: #222;
}

.calendar-air-datepicker .air-datepicker-nav--action.-disabled- {
  background-color: transparent;
  visibility: visible;
  pointer-events: none;
}

.calendar-air-datepicker .air-datepicker-nav--action.-disabled- svg path {
  stroke: #CCCCCC;
}

.select-modal .calendar-air-datepicker .air-datepicker--content {
  overflow-y: auto;
  max-height: calc(90dvh - 68px - 46px);
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 900;
  background: #fff;
  max-width: 1040px;
  max-height: calc(100dvh - 32px);
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}

.overlay-panel._open {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}

.overlay-panel__overlay {
  position: fixed;
  z-index: 899;
  inset: 0;
  background: rgba(34, 34, 34, 0.35);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.overlay-panel__overlay._active {
  opacity: 1;
  pointer-events: auto;
}

.overlay-panel__head {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 25px 72px 16px 25px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-panel__body {
  padding: 0 25px 25px;
  overflow-y: auto;
  max-height: calc(100dvh - 32px - 72px);
}

.overlay-panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #222222;
}

.overlay-panel__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.overlay-panel__close:hover {
  background: #f5f5f5;
}

.overlay-panel__close-icon {
  width: 20px;
  height: 20px;
  stroke: #222222;
}

.overlay-panel__footer {
  display: none;
}

.booking-widget {
  min-height: 500px;
}

.booking-widget__head {
  padding-right: 120px;
  position: relative;
  margin-bottom: 16px;
}

.booking-widget__title {
  margin: 0;
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #3c3c3c;
  text-transform: initial;
}

.booking-widget__step-indicator {
  position: absolute;
  top: 6px;
  right: 0;
}

.booking-widget__step-back {
  margin-top: 24px;
  margin-bottom: 16px;
}

.booking-widget__screen--initial {
  margin-top: 32px;
}

.booking-widget__screen--select .booking-widget__filters {
  margin-bottom: 0;
  margin-top: 16px;
}

.booking-widget__search {
  max-width: 650px;
}

.booking-widget__filters {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.booking-widget__content {
  position: relative;
}

.booking-widget__headline {
  display: block;
  margin-bottom: 16px;
  font-family: "Jost", normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.booking-widget__alphabet-nav {
  display: none;
}

.booking-widget__clinics-multiselect {
  width: 280px;
}

.booking-widget__params {
  margin-top: 16px;
  margin-bottom: 10px;
}

.booking-widget__reception-select {
  width: 280px;
}

.booking-widget__sort {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
}

.booking-widget__timeline._sticky .booking-widget__timeline-wrapper,
.booking-widget__timeline._force-sticky .booking-widget__timeline-wrapper {
  padding: 16px 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 40px 0 rgba(5, 8, 8, 0.25);
          box-shadow: 0 0 40px 0 rgba(5, 8, 8, 0.25);
  background: #fff;
}

.booking-widget__timeline._sticky .booking-widget__timeline-container,
.booking-widget__timeline._force-sticky .booking-widget__timeline-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.booking-widget__confirm-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
  margin-top: 16px;
}

.booking-widget__confirm-content .booking-widget__btn-info a {
  color: #ff5c00;
  display: block;
}

.booking-widget__confirm-content .booking-widget__info-block p {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #999999;
}

.booking-widget__column._hide {
  display: none;
}

.booking-widget__timeline-container {
  margin: 0 auto;
}

.booking-widget__timeline-wrapper {
  padding: 16px 0;
}

.booking-widget__info-block {
  margin-bottom: 16px;
}

.booking-widget__info-block p {
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 110%;
  color: #999;
}

.booking-widget__reception-detail-select {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}

.booking-widget__info-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 12px;
}

.booking-widget__info-alert:first-child {
  margin-top: 0;
}

.booking-widget__confirm-button-box {
  margin-top: 24px;
}

.booking-widget__slots-list {
  margin-top: 16px;
}

.booking-widget__error-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
}

.booking-widget__captcha {
  margin-bottom: 16px;
}

.booking-widget__captcha._hide {
  display: none;
}

.booking-widget__fields {
  margin-bottom: 16px;
  display: grid;
  gap: 8px;
}

.booking-widget__fields--two-column {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.booking-widget__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.booking-widget__btn-info p,
.booking-widget__btn-info a {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 140%;
  color: #3c3c3c;
}

.booking-widget__btn-info a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking-widget__btn-info a:hover {
  color: #ff5c00;
}

.booking-widget__timer-wrap {
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #999999;
}

.booking-widget__timer-btn {
  cursor: pointer;
  color: #ff5c00;
  font-weight: 600;
}

.booking-widget__patient-select {
  margin-top: 16px;
  margin-bottom: 24px;
  max-width: 280px;
}

.booking-widget__patient-select._disabled {
  display: none;
}

.booking-widget__patient-select._disabled + .booking-widget__fields {
  margin-top: 24px;
}

.booking-widget__final {
  margin-top: 16px;
  max-width: 820px;
  display: grid;
  gap: 16px;
}

.booking-widget__content {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #666666;
}

.booking-widget__content p {
  margin-bottom: 8px;
}

.booking-widget__content strong {
  color: #222222;
  font-weight: 700;
}

.booking-widget__content ul {
  margin-left: 10px;
  margin-bottom: 8px;
}

.booking-widget__content ul li {
  position: relative;
  padding-left: 12px;
}

.booking-widget__content ul li:not(:last-child) {
  margin-bottom: 4px;
}

.booking-widget__content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #666666;
}

.booking-widget__content *:last-child {
  margin-bottom: 0 !important;
}

.booking-widget__error {
  margin-top: 16px;
  margin-bottom: 16px;
}

.booking-widget__error .error-field {
  margin: 0;
}

.booking-widget *._hide {
  display: none;
}

.booking-widget__step-phone {
  display: none;
}

.booking-widget__step-code {
  display: none;
}

.booking-widget__screen--phone .booking-widget__step-phone:not(.booking-widget__btn-wrap) {
  display: block;
}

.booking-widget__screen--phone .booking-widget__step-phone.booking-widget__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking-widget__screen--phone .booking-widget__step-code {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.booking-widget__screen--code .booking-widget__step-phone {
  display: none;
}

.booking-widget__screen--code .booking-widget__step-code:not(.booking-widget__btn-wrap) {
  display: block;
  position: static;
  width: initial;
  height: initial;
  -webkit-clip-path: initial;
          clip-path: initial;
  clip: initial;
  overflow: initial;
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.booking-widget__screen--code .booking-widget__step-code.booking-widget__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  width: initial;
  height: initial;
  -webkit-clip-path: initial;
          clip-path: initial;
  clip: initial;
  overflow: initial;
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.booking-widget__screen--accept-patient .booking-widget__btn-wrap {
  margin-top: 16px;
}

.booking-widget__mis-reception-timeline._hide {
  display: none;
}

.booking-widget__mis-reception-slots {
  margin-top: 16px;
}

.booking-widget__confirm-step-loader {
  min-height: 200px;
  margin-top: 24px;
}

.booking-widget__confirm-step-spinner {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.booking-widget__error-step {
  margin-top: 24px;
}

.booking-widget__error-step p {
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 120%;
  color: #222;
}

.booking-widget__error-step a {
  color: #ff5c00;
}

.booking-widget__patient-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.booking-widget__field-calendar {
  display: none;
}

.booking-widget__field-calendar-icon {
  display: block;
  width: 20px;
  height: 21px;
  fill: none;
  stroke: #3C3C3C;
  stroke-width: 1.5px;
}

.booking-widget__overlay-panel {
  max-width: 1102px;
}

.booking-widget__overlay-panel ._hide {
  display: none;
}

.booking-widget__modal-confirm-content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 518px;
}

.booking-widget__modal-confirm-content._columns {
  width: 1052px;
  min-height: 384px;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

.booking-widget__modal-confirm-content._columns .calendar-air-datepicker {
  top: 0;
  left: calc(100% + 8px);
}

.booking-widget__modal-confirm-content._large {
  min-height: 520px;
}

.booking-widget__modal-confirm-content._calendar-right-desktop .calendar-air-datepicker {
  top: 0;
  left: calc(100% + 8px);
}

.booking-widget__modal-confirm-content .booking-widget__info-alert {
  display: none;
}

.booking-widget__modal-confirm-content._with-timeline .booking-widget__info-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.booking-widget__modal-confirm-content .booking-widget__reception-detail-select .single-select__list {
  max-height: 158px;
}

.booking-widget__modal-confirm-content .booking-widget__confirm-step-loader {
  min-height: 80px;
}

.booking-widget__modal-confirm-content .booking-widget__confirm-step-spinner {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.booking-widget__modal-confirm-content .spin-loader {
  height: auto;
}

@media (min-width: 834px) {
  .calendar-air-datepicker--desktop-sm.-inline- {
    width: 280px;
  }

  .calendar-air-datepicker--desktop-sm .air-datepicker-nav--action {
    width: 32px;
    height: 32px;
  }

  .calendar-air-datepicker--desktop-sm .air-datepicker-nav--title {
    font-size: 14px;
    line-height: 130%;
  }

  .calendar-air-datepicker--desktop-sm .air-datepicker-body--day-names {
    margin-top: 3px;
    margin-bottom: 7px;
  }

  .calendar-air-datepicker--desktop-sm .air-datepicker-body--cells {
    grid-auto-rows: 32px;
  }

  .calendar-air-datepicker--desktop-sm .air-datepicker-cell.-day-,
  .calendar-air-datepicker--desktop-sm .air-datepicker-cell.-month-,
  .calendar-air-datepicker--desktop-sm .air-datepicker-cell.-year- {
    font-size: 14px;
    line-height: 130%;
  }

  .booking-widget__timeline._sticky .booking-widget__timeline-container,
  .booking-widget__timeline._force-sticky .booking-widget__timeline-container {
    max-width: 50.875rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .booking-widget__timeline._sticky .booking-widget__timeline-container,
  .booking-widget__timeline._force-sticky .booking-widget__timeline-container {
    max-width: 50.875rem;
  }
}

@media (min-width: 1200px) {
  .booking-widget__timeline._sticky .booking-widget__timeline-container,
  .booking-widget__timeline._force-sticky .booking-widget__timeline-container {
    max-width: 85rem;
  }

  .booking-widget__timeline._sticky .booking-widget__timeline-container,
  .booking-widget__timeline._force-sticky .booking-widget__timeline-container {
    max-width: 85rem;
  }
}

@media (min-width: 1920px) {
  .booking-widget__timeline._sticky .booking-widget__timeline-container,
  .booking-widget__timeline._force-sticky .booking-widget__timeline-container {
    max-width: 107.5rem;
  }
}

@media (min-width: 2100px) {
  .date-timeline .swiper-horizontal {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1919px) {
  .alphabet-section-list__groups {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .overlay-panel__title {
    font-size: 20px;
  }

  .booking-widget__final {
    max-width: 652px;
  }

  .booking-widget__modal-confirm-content {
    width: 418px;
  }

  .booking-widget__modal-confirm-content._columns {
    gap: 32px;
    width: 878px;
    grid-template-columns: 418px 428px;
  }
}

@media (max-width: 1200px) {
  .booking-widget__confirm-content .booking-widget__btn-info a {
    display: inline;
  }

  .booking-widget__confirm-content .booking-widget__btn-info p {
    display: inline-block;
  }

  .booking-widget__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}

@media (max-width: 1199px) {
  .alphabet-section-list__groups {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .alphabet-section-list__group {
    gap: 14px;
  }

  .multiselect__toggle {
    font-size: 12px;
  }

  .single-select__toggle {
    font-size: 12px;
  }

  .booking-params__item {
    font-size: 20px;
  }

  .doctors-timesheet__list {
    gap: 12px;
  }

  .doctors-timesheet__item {
    grid-template-columns: 1fr;
  }

  .slots-list__item {
    width: 69px;
  }

  .booking-widget__alphabet-nav {
    display: block;
    margin-bottom: 16px;
  }

  .booking-widget__modal-confirm-content {
    width: 518px;
  }

  .booking-widget__modal-confirm-content._columns {
    gap: 16px;
    width: 518px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .booking-widget__modal-confirm-content._columns .calendar-air-datepicker {
    top: auto;
    left: 0;
    bottom: calc(100% + 8px);
  }

  .booking-widget__modal-confirm-content._calendar-right-desktop .calendar-air-datepicker {
    top: auto;
    left: 0;
    bottom: calc(100% + 8px);
  }

  .booking-widget__modal-confirm-content .booking-widget__reception-detail-select .single-select__list {
    max-height: 143px;
  }

  .booking-widget__modal-confirm-content .booking-widget__reception-detail-select .single-select__dropdown {
    bottom: calc(100% + 8px);
    top: auto;
  }
}

@media (max-width: 833px) {
  .suggest-search__input {
    border-radius: 20px;
    font-size: 14px;
  }

  .suggest-search__groups-headline {
    font-size: 12px;
  }

  .suggest-search__simple-name {
    font-size: 14px;
  }

  .suggest-search__empty {
    font-size: 14px;
  }

  .doctor-suggest__name {
    font-size: 14px;
  }

  .option-switch__list {
    height: 32px;
    border-radius: 20px;
    gap: 0;
  }

  .option-switch__button {
    min-width: 120px;
    width: 50%;
    padding: 4px 24px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 20px;
  }

  .step-indicator__list {
    gap: 8px;
  }

  .step-indicator__item {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .step-indicator__item:not(:first-child)::after {
    left: -8px;
    width: 8px;
  }

  .alphabet-section-list__groups {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .alphabet-section-list__group {
    gap: 8px;
  }

  .alphabet-section-list__title {
    margin-left: 16px;
    font-size: 1rem;
    line-height: 131.25%;
  }

  .alphabet-section-list__items {
    gap: 4px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .alphabet-section-list__item {
    padding: 15px 16px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    font-size: 14px;
  }

  .alphabet-nav__list {
    gap: 4px;
  }

  .alphabet-nav__link {
    min-width: 50px;
    height: 40px;
    font-size: 14px;
  }

  .step-back__icon {
    width: 16px;
    height: 16px;
  }

  .step-back__text {
    font-size: 12px;
    line-height: 133%;
  }

  .multiselect__toggle {
    height: 55px;
    padding: 5px 30px 5px 12px;
  }

  .multiselect__label-text {
    padding-left: 27px;
  }

  .multiselect__label-text::after {
    top: -1px;
  }

  .multiselect__label-text::before {
    top: -2px;
  }

  .input-ui__field {
    padding: 18px 16px;
  }

  .spin-loader__spinner {
    top: 80px;
  }

  .single-select__toggle {
    height: 55px;
    padding: 5px 30px 5px 12px;
  }

  .booking-params__list {
    gap: 8px;
  }

  .booking-params__item {
    font-size: 14px;
  }

  .doctor-details--compact .doctor-details__picture {
    width: 48px;
    height: 48px;
  }

  .doctor-details--compact .doctor-details__name {
    font-size: 14px;
  }

  .doctor-details--compact .doctor-details__description {
    font-size: 12px;
  }

  .doctor-details__picture {
    width: 64px;
    height: 64px;
  }

  .doctor-details__content {
    gap: 8px;
  }

  .doctor-details__main {
    gap: 4px;
  }

  .doctor-details__name {
    font-size: 14px;
  }

  .doctor-details__description {
    font-size: 13px;
    line-height: 100%;
  }

  .doctor-details__price-text {
    font-size: 13px;
    line-height: 110%;
  }

  .doctor-slots__clinic-name.skeleton {
    height: 14px;
  }

  .doctors-timesheet__list {
    gap: 8px;
  }

  .doctors-timesheet__item {
    border-radius: 16px;
    padding: 16px;
    gap: 12px;
  }

  .date-timeline__slider {
    margin-right: calc((-100vw + 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
  }

  .date-timeline__side {
    width: 40px;
  }

  .date-timeline__item {
    width: 40px;
  }

  .date-timeline__item._disabled {
    display: none;
  }

  .date-timeline__button {
    gap: 2px;
    width: 40px;
    height: 48px;
    border-radius: 10px;
  }

  .date-timeline__day {
    font-size: 10px;
  }

  .date-timeline__date {
    font-size: 10px;
  }

  .date-timeline__nav {
    display: none;
  }

  .calendar {
    width: 40px;
    height: 48px;
    border-radius: 10px;
  }

  .calendar__icon {
    width: 20px;
    height: 20px;
  }

  .sort-select__placeholder {
    font-size: 14px;
  }

  .sort-select__label-text {
    padding-left: 27px;
  }

  .booking-card {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }

  .booking-card__body {
    gap: 10px;
  }

  .booking-options__item {
    font-size: 12px;
  }

  .booking-options__icon {
    width: 16px;
    height: 16px;
  }

  .error-alert {
    gap: 8px;
  }

  .info-panel {
    gap: 8px;
  }

  .info-panel__text {
    font-size: 13px;
  }

  .slots-list {
    gap: 8px;
  }

  .slots-list__item {
    width: 66px;
    height: 32px;
    font-family: "Jost", normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #222;
  }

  .slots-list__item.skeleton {
    height: 32px;
  }

  .calendar-air-datepicker.-inline- {
    width: 100%;
  }

  .calendar-air-datepicker .air-datepicker-nav--title:hover {
    background-color: transparent;
  }

  .calendar-air-datepicker .air-datepicker-nav {
    padding-top: 0;
  }

  .overlay-panel {
    width: 100%;
    max-width: 600px;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
        -ms-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    border-radius: 20px 20px 0 0;
  }

  .overlay-panel._open {
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }

  .overlay-panel__head {
    padding: 20px 56px 16px 16px;
  }

  .overlay-panel__body {
    padding: 0 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: calc(100dvh - 72px - 72px - 20px);
  }

  .overlay-panel__title {
    min-height: 30px;
  }

  .overlay-panel__close {
    top: 20px;
    width: 32px;
    height: 32px;
  }

  .overlay-panel__close-icon {
    width: 16px;
    height: 16px;
  }

  .overlay-panel__footer {
    position: sticky;
    z-index: 2;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px 16px 16px;
    background-color: #fff;
  }

  .booking-widget {
    min-height: 400px;
  }

  .booking-widget__head {
    padding-right: 80px;
  }

  .booking-widget__title {
    font-size: 18px;
    line-height: 22px;
  }

  .booking-widget__step-indicator {
    top: 0;
  }

  .booking-widget__step-back {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .booking-widget__screen--initial {
    margin-top: 16px;
  }

  .booking-widget__screen--select .booking-widget__filters {
    margin-top: 8px;
    gap: 8px;
  }

  .booking-widget__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .booking-widget__option-switch {
    max-width: 320px;
  }

  .booking-widget__headline {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
  }

  .booking-widget__alphabet-nav {
    margin-bottom: 8px;
  }

  .booking-widget__clinics-multiselect {
    width: 100%;
    max-width: 320px;
  }

  .booking-widget__params {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .booking-widget__reception-select {
    width: 100%;
    max-width: 320px;
  }

  .booking-widget__confirm-content {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }

  .booking-widget__confirm-content .booking-card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .booking-widget__column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .booking-widget__info-block {
    margin-bottom: 10px;
  }

  .booking-widget__info-block p {
    font-size: 12px;
  }

  .booking-widget__info-block {
    margin-bottom: 8px;
  }

  .booking-widget__confirm-button-box {
    margin-top: 16px;
  }

  .booking-widget__slots-list {
    margin-top: 12px;
  }

  .booking-widget__appointment-button {
    width: 100%;
  }

  .booking-widget__captcha {
    margin-bottom: 8px;
  }

  .booking-widget__fields {
    margin-bottom: 8px;
  }

  .booking-widget__fields--two-column {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .booking-widget__btn {
    width: 100%;
  }

  .booking-widget__btn-info p,
  .booking-widget__btn-info a {
    font-size: 12px;
  }

  .booking-widget__btn-info p {
    display: inline-block;
  }

  .booking-widget__btn-info p a {
    display: inline-block;
  }

  .booking-widget__patient-select {
    margin-bottom: 16px;
    max-width: 100%;
  }

  .booking-widget__patient-select._disabled + .booking-widget__fields {
    margin-top: 16px;
  }

  .booking-widget__final {
    max-width: 375px;
  }

  .booking-widget__screen--accept-patient .booking-widget__btn-wrap {
    margin-top: 8px;
  }

  .booking-widget__mis-reception-slots {
    margin-top: 12px;
  }

  .booking-widget__confirm-step-loader {
    margin-top: 16px;
  }

  .booking-widget__confirm-step-spinner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .booking-widget__error-step {
    margin-top: 16px;
  }

  .booking-widget__error-step p {
    font-size: 14px;
  }

  .booking-widget__field-calendar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
  }

  .booking-widget__modal-confirm-content {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin-bottom: 14px;
  }

  .booking-widget__modal-confirm-content._columns {
    min-height: 0;
    width: 100%;
  }

  .booking-widget__modal-confirm-content._large {
    min-height: 0;
  }

  .booking-widget__modal-confirm-content .booking-card__actions {
    display: none;
  }

  .booking-widget__modal-confirm-content .date-timeline__slider {
    padding-right: 16px;
    margin-right: -16px;
  }
}
@supports (appearance:none){
.multiselect__label-text::before{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4181 5.66638L7.47369 12.6108L4.00146 9.1386' stroke='white' stroke-width='0.868056' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.calendar-air-datepicker .air-datepicker-nav--title:not(.-disabled-)::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10L12.25 13.75L16 10' stroke='%23222222' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E")}
}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (min-width: 1200px){

@supports (appearance:none){

}

}

 @media (min-width: 1920px){

@supports (appearance:none){

}

}

 @media (min-width: 2100px){

@supports (appearance:none){

}

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1200px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
