/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.b-icon_fill_none {
  fill: none !important;
}
.b-icon_valign_sub {
  vertical-align: sub;
}
.b-icon_valign_middle {
  vertical-align: middle;
}
.b-icon_color_brand {
  color: #1A5DD0;
}
.b-icon_color_deepgrey {
  color: #424B58;
}
.b-icon_color_black {
  color: #111111;
}
.b-icon_color_darkgrey {
  color: #607A93;
}
.b-icon_color_danger {
  color: #ED2227;
}
.b-icon_color_warn {
  color: #FFA928;
}
.b-icon_size_desktop {
  width: 20px;
  height: 20px;
}
.b-icon_size_mobile {
  width: 16px;
  height: 16px;
}
.b-icon_ui-button {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-text-unit {
  text-decoration: none;
  line-height: 130%;
  font-family: "Inter", "Arial", sans-serif;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.b-text-unit_vertical_middle {
  display: inline-flex;
  align-items: center;
}
.b-text-unit_align-text_center {
  text-align: center;
}
.b-text-unit__text {
  transition: 0.15s ease-in-out;
}
.b-text-unit__icon {
  margin-right: 4px;
}
.b-text-unit__icon_margin-left {
  margin-left: 4px;
}
.b-text-unit__icon_margin_lg {
  margin-right: 8px;
}
.b-text-unit__icon_margin-right_md {
  margin-right: 16px;
}
.b-text-unit_color_brand {
  color: #1A5DD0;
}
.b-text-unit_color_brand:hover {
  color: #1A5DD0;
}
.b-text-unit_color_medium {
  color: #5A5C61;
}
.b-text-unit_color_medium:hover {
  color: #5A5C61;
}
.b-text-unit_color_dark {
  color: #181D21;
}
.b-text-unit_color_dark:hover {
  color: #181D21;
}
.b-text-unit_color_light {
  color: #424B58;
}
.b-text-unit_color_light:hover {
  color: #424B58;
}
.b-text-unit_border_dashed .b-text-unit__text {
  border-bottom: 1px dashed;
}
.b-text-unit_border_solid .b-text-unit__text {
  border-bottom: 1px solid;
}
.b-text-unit_underline {
  text-decoration: underline;
}
.b-text-unit_weight_bold {
  font-weight: 500;
}
.b-text-unit_weight_medium {
  font-weight: 500;
}
.b-text-unit_weight_normal {
  font-weight: 400;
}
.b-text-unit_cursor_pointer {
  cursor: pointer;
}
.b-text-unit_hover {
  transition: 0.15s ease-in-out;
}
.b-text-unit_hover__text {
  transition: 0.15s ease-in-out;
}
.b-text-unit_hover_unsolid .b-text-unit__text {
  border-bottom: 1px solid;
}
.b-text-unit_hover_unsolid:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_hover_undashed .b-text-unit__text {
  border-bottom: 1px dashed;
}
.b-text-unit_hover_undashed:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_hover_solid .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_hover_solid:hover .b-text-unit__text {
  border-bottom: 1px solid;
}
.b-text-unit_hover_dark:hover {
  color: #0D5F92;
}
.b-text-unit_hover_dark:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_mb_sm {
  margin-bottom: 16px;
}
.b-text-unit_m_none {
  margin: 0;
}
.b-text-unit_align_center {
  text-align: center;
}

button.b-text-unit {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
button.b-text-unit:hover {
  background-color: transparent;
}
button.b-text-unit:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.ui-text {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  text-shadow: none;
}
.ui-text_h1 {
  font-size: 96px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.015em;
}
.ui-text_h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.005em;
}
.ui-text_h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}
.ui-text_h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}
.ui-text_h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
}
.ui-text_h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.15px;
}
.ui-text_subtitle-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0;
}
.ui-text_subtitle-2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}
.ui-text_subtitle-3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
}
.ui-text_body-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0;
}
.ui-text_body-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}
.ui-text_button, .ui-text_button_small {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  text-transform: lowercase;
}
.ui-text_button::first-letter, .ui-text_button_small::first-letter {
  text-transform: uppercase;
}
.ui-text_button_small {
  font-size: 14px;
  line-height: 140%;
}
.ui-text_caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.004em;
}
.ui-text_overline {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.ui-text_stat-item {
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: 0;
}
.ui-text_line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.ui-text_underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.ui-text_without-line {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.ui-text_nowrap {
  white-space: nowrap;
}
.ui-text_break {
  word-break: break-word;
}
.ui-text_truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-text_dot-after {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.ui-text_dot-after:not(:last-child)::after {
  content: "·";
}
.ui-text_color_neur-dark {
  color: #181D21;
}
.ui-text_color_dark-blue {
  color: #44678D;
}
.ui-text_color_soft-blue {
  color: #C7D3D9;
}
.ui-text_color_neur-green {
  color: #1EB37C;
}
.ui-text_color_original-red {
  color: #ED2227;
}
.ui-text_color_gold {
  color: #EED199;
}
.ui-text_color_text-secondary {
  color: #424B58;
}
.ui-text_color_primary {
  color: #1A5DD0;
}
.button-reset {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  background: none;
  border: none;
  line-height: initial;
  font-size: initial;
  font-family: inherit;
  padding: 0;
  text-align: left;
  border-radius: initial;
  cursor: pointer;
}
.button-reset:focus {
  outline: none;
}
.button-reset_hover:hover {
  background-color: transparent;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.p-page {
  font-family: "Inter", "Arial", sans-serif;
}
.p-page__intro-description-link {
  color: #1A5DD0;
  border-bottom: 1px dashed #1A5DD0;
  text-decoration: none;
}
.p-page__intro-description-link:hover {
  transition: 0.3s;
  border-bottom: 1px dashed transparent;
  color: #0D5F92;
}
.p-page__title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 135%;
  color: #111111;
  font-weight: 400;
  display: inline-block;
  font-style: normal;
}
.p-page__title_text_bold {
  font-weight: 500;
}
.p-page__title_text_regular {
  font-weight: 400;
}
.p-page__title_color_grey {
  color: #424B58;
}
.p-page__title[data-counter]::after {
  content: attr(data-counter);
  font-size: 25px;
  line-height: 1.3em;
  margin-left: 8px;
  vertical-align: top;
}
.p-page__title-count {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  color: #181D21;
  margin-left: 8px;
  vertical-align: top;
}
.p-page__title-page-num {
  color: #424B58;
  font-size: 16px;
  font-weight: 400;
  padding-left: 16px;
}
.p-page__intro-description {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  color: #424B58;
}
@charset "UTF-8";
/* виды оверлеев (светлый, черный) */
.mag-popup_bg-type_light.mfp-bg {
  background: #FAFCFD;
  opacity: 0.67;
}

.mag-popup.mfp-bg {
  background: #091117;
  opacity: 0.67;
}

/* start state */
.mag-popup_anim_vertical .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(50px);
}

.mag-popup_anim_vertical.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

/* animate in */
.mag-popup_anim_vertical.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mag-popup_anim_vertical.mfp-ready.mfp-bg {
  opacity: 0.67;
}

/* animate out */
.mag-popup_anim_vertical.mfp-removing .mfp-with-anim {
  transform: translateY(50px);
  opacity: 0;
}

.mag-popup_anim_vertical.mfp-removing.mfp-bg {
  opacity: 0;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-popup {
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0494);
  border-radius: 5px;
  width: 710px;
  height: auto;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-family: "Inter", "Arial", sans-serif;
  /* кнопка закрытия в случае если это magnific b-popup */
}
.b-popup__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #515459;
  display: block;
  background: linear-gradient(180deg, #FFFFFF 0%, #FEFDFD 19.72%, #FDFCFC 34.2%, #F2F1F1 77.26%);
  padding: 20px 40px;
  border-radius: 5px 5px 0 0;
}
.b-popup__inner {
  padding: 40px;
}
.b-popup__body {
  padding: 0 24px 24px;
}
.b-popup__close-btn {
  font-size: 20px;
  line-height: 1em;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000000;
  cursor: pointer;
}
.b-popup button.mfp-close {
  top: 0;
  right: 0;
  padding: 22px;
  line-height: 19px;
  color: #ADB0B8;
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.15s;
}
.b-popup button.mfp-close:hover {
  background: #F1F3F6;
  color: #5B5D63;
}

.b-popup.b-popup_equipment-attribute {
  font-size: 16px;
}
.b-popup.b-popup_equipment-attribute .b-popup__title {
  padding-left: 24px;
}
.b-popup.b-popup_equipment-attribute .b-popup__image-wrap {
  margin: 0 -24px 24px;
}
.b-popup.b-popup_equipment-attribute .b-popup__image {
  width: 100%;
  object-fit: contain;
  height: 508px;
}
.b-popup.b-popup_equipment-attribute .b-popup__caption {
  margin-bottom: 8px;
}
.b-popup.b-popup_equipment-attribute .b-popup__description {
  margin-bottom: 16px;
}
.b-popup.b-popup_equipment-attribute .b-popup__description:last-child {
  margin-bottom: 0;
}
.b-choose-town-btn__switch {
  color: #555555 !important;
  font-size: 16px;
  border-bottom: 1px dashed;
  cursor: pointer;
  text-decoration: none;
  background-size: 100%;
  vertical-align: top;
  transition: 0.15s ease-in-out;
}

.b-choose-town-btn__switch:hover {
  border-color: transparent;
  color: #1A5DD0 !important;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-choose-town-popup {
  font-family: "Inter", "Arial", sans-serif;
  min-height: 575px;
}
.b-choose-town-popup__title {
  font-size: 20px;
}
.b-choose-town-popup__search-input {
  padding: 32px 40px !important;
}
.b-choose-town-popup__towns-item-link {
  cursor: pointer;
}
.b-choose-town-popup__major-towns {
  display: flex;
  flex-wrap: wrap;
}
.b-choose-town-popup__major-towns-item {
  flex: 0 0 33.3333%;
}
.b-choose-town-popup__major-towns-item_spb {
  flex: 1;
}
.b-choose-town-popup__major-towns-item-link {
  font-size: 20px;
  display: block;
  text-decoration: none;
  color: #181D21;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 40px;
  transition: all 0.15s;
}
.b-choose-town-popup__major-towns-item-link:hover {
  color: #107EC2;
}
.b-choose-town-popup__major-towns-item_is_active .b-choose-town-popup__major-towns-item-link {
  color: #107EC2;
}
.b-choose-town-popup__all-towns {
  column-count: 3;
  padding: 0;
  margin: 0 -11px;
}
.b-choose-town-popup__all-towns-item {
  margin: 0;
  font-size: 16px;
  list-style: none;
}
.b-choose-town-popup__all-towns-item-logo {
  height: 24px;
  object-fit: contain;
}
.b-choose-town-popup__all-towns-item-link {
  height: auto;
  border: none;
  text-decoration: none;
  color: #515459 !important;
  font-size: 16px;
  display: block;
  transition: all 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px;
  background: #FFFFFF;
  cursor: pointer;
}
.b-choose-town-popup__all-towns-item-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #107EC2;
  right: 9%;
  top: 50%;
  margin-top: -3px;
  display: none;
}
.b-choose-town-popup__all-towns-item-link:hover {
  background: #ECF1FB;
}
.b-choose-town-popup__all-towns-item_is_active > .b-choose-town-popup__all-towns-item-link {
  color: #107EC2;
  font-weight: 500;
}
.b-choose-town-popup__all-towns-item_is_active > .b-choose-town-popup__all-towns-item-link::after {
  display: block;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-town-search {
  width: 100%;
}
.b-town-search .twitter-typeahead {
  width: 100%;
}
.b-town-search__input-wrapp {
  width: 100%;
  position: relative;
}
.b-town-search__input {
  font-family: "Inter", "Arial", sans-serif;
  width: 100% !important;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  padding: 43px 40px !important;
  padding-right: calc(2.4em + 20px) !important;
  padding-bottom: 16px !important;
  background-image: url("/static/_v1/pd/icons/search/search-gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  box-sizing: border-box;
  border: 1px solid #ECECEC !important;
  border-radius: 0 !important;
  height: auto !important;
  outline: none;
}
.b-town-search__input:focus {
  background-image: url("/static/_v1/pd/icons/search/search-black.svg");
}
.b-town-search__input .b-town-search__input::-webkit-input-placeholder {
  color: #C7D3D9;
  font-size: 20px !important;
  font-family: "Inter", "Arial", sans-serif;
}
.b-town-search__input .b-town-search__input::placeholder {
  color: #C7D3D9;
  font-size: 20px !important;
  font-family: "Inter", "Arial", sans-serif;
}
.b-town-search__label {
  color: #C7D3D9;
  font-size: 20px;
  font-family: "Inter", "Arial", sans-serif;
  position: absolute;
  left: 40px;
  pointer-events: none;
  top: 50%;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
  font-weight: 400;
}
.b-town-search__label_input_active {
  color: #C7D3D9;
  transform: translateY(calc(-50% - 17px));
  font-size: 16px;
}
.b-town-search__highlight {
  font-weight: 500;
}

.b-town-search__menu {
  background: #FFFFFF;
  box-shadow: 0 25px 40px rgba(27, 27, 27, 0.15);
  width: 100%;
}

.b-town-search__suggestion {
  font-weight: 400;
  position: relative;
}

.b-town-search__suggestion::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #E8E8E8;
}

.b-town-search__suggestion:last-child::after {
  display: none;
}

.b-town-search__suggestion-link {
  text-decoration: none;
  display: block;
  padding: 24px 40px;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.b-town-search__suggestion-link:hover {
  color: #1A5DD0;
}

.b-town-search__empty {
  padding: 1em;
  font-size: 20px;
  color: #555555;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-container {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .b-container {
    width: 1120px;
  }
}
.b-container_margin_bottom {
  margin-bottom: 32px;
}
.b-container_fonts {
  font-family: "Inter", "Arial", sans-serif;
}
.b-container_bg_white {
  background: #FFFFFF;
  padding: 24px;
  position: relative;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  border-radius: 5px;
}
.b-container_half_width {
  width: 555px;
  margin: 0;
}
@media (min-width: 1200px) {
  .b-container_half_width {
    width: 570px;
  }
}

.b-slider-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .b-slider-container {
    width: 1160px;
  }
}
.b-slider-container__preloader {
  position: absolute;
  height: 320px;
  width: 100%;
  background: #FFFFFF url("/static/_v1/pd/gif/town-slider-preloader.gif") no-repeat center/15%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-choose-login-type__login-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-choose-login-type__login-type:first-child {
  border-bottom: 1px solid #D8D8D8;
}
.b-choose-login-type__content {
  width: 259px;
}
.b-choose-login-type__layer {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07), 0 2px 14px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.1);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-menu-line {
  font-family: "Inter", "Arial", sans-serif;
  margin-bottom: 24px;
}
.b-menu-line__container {
  margin-bottom: 24px;
}
.b-menu-line__menu-list {
  padding: 0;
  margin-bottom: 24px;
}
.b-menu-line__menu-list-item {
  display: inline-block;
  margin-left: 16px;
}
.b-menu-line__menu-list-item:first-child {
  margin-left: 0;
}
.b-menu-line__menu-list-item-link {
  padding: 9px 18px;
  display: block;
  border: 1px solid #C7D3D9;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 40px;
  font-size: 16px;
  color: #1A5DD0;
  transition: 0.2s ease-in-out;
  background-color: #FFFFFF;
}
.b-menu-line__menu-list-item-link:hover {
  color: #FF4A37;
}
.b-menu-line__menu-list-item-rc {
  font-size: 14px;
  color: #5A5C61;
  font-weight: 500;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-header {
  font-family: "Inter", "Arial", sans-serif;
  letter-spacing: 0.02em;
}
.b-header__container {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 24px;
  align-items: center;
}
.b-header__town {
  flex: 1;
}
.b-header__logo {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.b-header__logo-img {
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  margin: 0;
  height: 36px;
  width: 236px;
  background-size: contain;
}
.b-header__logo-stat {
  font-size: 16px;
  color: #424B58;
  text-align: center;
  font-weight: 500;
  margin-top: 2px;
}
.b-header__account {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.b-header__search {
  margin-bottom: 24px;
  z-index: 110;
  position: relative;
}
.b-header .cart-icon {
  position: relative;
}
.b-header .add-point-to-cart {
  position: absolute;
  min-height: 14px;
  bottom: 17px;
  left: 10px;
  padding: 2px 7px;
  color: #FFFFFF;
  background-color: red;
  border-radius: 10px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-footer__menu-item {
  color: #424B58;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
  border-style: none;
  padding: 0;
}
.b-footer__menu-item:hover {
  text-decoration: underline;
}
.b-footer__menu-item:visited {
  color: #424B58 !important;
}
.b-footer .ui-btn[type=submit] {
  text-decoration: none !important;
  text-align: start;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-search-v2 {
  height: 56px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 48px;
  padding: 0 21.3333333333px;
  border: none;
  border-radius: 12px;
  background-color: #C7D1DF;
  color: #111111;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
          appearance: none;
}
.b-button_red {
  background-color: #FF4A37;
  color: #FFFFFF;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_red:hover {
  background-color: #CE2326;
  color: #FFFFFF;
}
.b-button_red:active {
  background-color: #AB2325;
  color: #FFFFFF;
}
.b-button_coral {
  background-color: #FF4A37;
  color: #FFFFFF;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_coral:hover {
  background-color: #FF7070;
  color: #FFFFFF;
}
.b-button_coral:active {
  background-color: #FF8989;
  color: #FFFFFF;
}
.b-button_outline.b-button_red {
  color: #FF4A37;
  border: 1px solid #FF4A37;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_outline.b-button_red:hover {
  background-color: #FEF3F4;
  color: #FF4A37;
}
.b-button_outline.b-button_red:active {
  background-color: #FCE8E8;
  color: #FF4A37;
}
.b-button_text.b-button_red {
  color: #FF4A37;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_text.b-button_red:hover {
  background-color: #FEF3F4;
  color: #FF4A37;
}
.b-button_text.b-button_red:active {
  background-color: #FCE8E8;
  color: #FF4A37;
}
.b-button_blue {
  background-color: #1A5DD0;
  color: #FFFFFF;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_blue:hover {
  background-color: #136FA9;
  color: #FFFFFF;
}
.b-button_blue:active {
  background-color: #165F8E;
  color: #FFFFFF;
}
.b-button_outline.b-button_blue {
  border: 1px solid #1A5DD0;
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_outline.b-button_blue:hover {
  background-color: #F6F9FF;
  color: #1A5DD0;
}
.b-button_outline.b-button_blue:active {
  background-color: #ECF1FB;
  color: #1A5DD0;
}
.b-button_text.b-button_blue {
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_text.b-button_blue:hover {
  background-color: #F6F9FF;
  color: #1A5DD0;
}
.b-button_text.b-button_blue:active {
  background-color: #ECF1FB;
  color: #1A5DD0;
}
.b-button_light {
  background-color: #ECF1FB;
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_light:hover {
  background-color: #D1E8F4;
  color: #1A5DD0;
}
.b-button_light:active {
  background-color: #C1E0F0;
  color: #1A5DD0;
}
.b-button_gray {
  background-color: #C7D1DF;
  color: #424B58;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_gray:hover {
  background-color: #D9D9D9;
  color: #1A5DD0;
}
.b-button_gray:active {
  background-color: #8DA2BA;
  color: #1A5DD0;
}
.b-button_outline.b-button_gray {
  border: 1px solid #607A93;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_outline.b-button_gray:hover {
  background-color: #F3F6FA;
  color: #1A5DD0;
}
.b-button_outline.b-button_gray:active {
  background-color: #C7D1DF;
  color: #1A5DD0;
}
.b-button_text.b-button_gray {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_text.b-button_gray:hover {
  background-color: #F3F6FA;
  color: #1A5DD0;
}
.b-button_text.b-button_gray:active {
  background-color: #C7D1DF;
  color: #1A5DD0;
}
.b-button:disabled, .b-button_disabled {
  background-color: #F3F6FA;
  color: #607A93;
  cursor: initial;
  opacity: 1;
}
.b-button_outline.b-button:disabled, .b-button_outline.b-button_disabled {
  background-color: transparent;
  border: 1px solid #8DA2BA;
  color: #607A93;
}
.b-button_text.b-button:disabled, .b-button_outline.b-button_disabled {
  background-color: transparent;
  color: #607A93;
}
.b-button_small {
  height: 32px;
  padding: 0 14.2222222222px;
  border-radius: 10.5px;
}
.b-button_big {
  height: 56px;
  padding: 0 24.8888888889px;
}
.b-button_full-width {
  width: 100%;
}
.b-button_outline {
  background-color: transparent;
  border: 1px solid #607A93;
}
.b-button_text {
  background-color: transparent;
  color: #424B58;
  border: none;
}
.b-button_appendable {
  border-radius: 0 4px 4px 0;
}

.b-button_coral-linear-gradient {
  background-image: linear-gradient(45deg, #FF9966, #FF5E62);
}

.b-button_coral-radial-gradient {
  background-image: radial-gradient(102.46% 204.23% at 12.61% 9.84%, #FFA553 0%, #FF4A37 100%);
}

.b-button_coral-linear-gradient .b-button__text,
.b-button_coral-radial-gradient .b-button__text {
  color: #FFFFFF;
}
.b-button_coral-linear-gradient.b-button_outline,
.b-button_coral-radial-gradient.b-button_outline {
  border-width: 0;
  position: relative;
  z-index: 1;
}
.b-button_coral-linear-gradient.b-button_outline::before,
.b-button_coral-radial-gradient.b-button_outline::before {
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: 0.75em;
  background-color: #FFFFFF;
  content: "";
}
.b-button_coral-linear-gradient.b-button_outline .b-button__text,
.b-button_coral-radial-gradient.b-button_outline .b-button__text {
  background-image: linear-gradient(45deg, #FF9966, #FF5E62);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-link {
  display: inline-block;
  text-decoration: none;
  /*
    * Использовать цвета для ссылок из блока 'ui-text' не получится, т.к. их переопределяют стили из '8.css',
    * поэтому был создан отдельно модификатор '&_color' конкретно для ссылок, а ещё у 'ui-text' нет стилей при наведении.
    * Также были добавлены декларации '!important' цветам для того, чтобы переопределить '8.css' и 'ress.css' (сброс стилей от Vuetify)
    */
}
.b-link:hover {
  background-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #1A5DD0;
  cursor: pointer;
}
.b-link_color_grey {
  color: #424B58 !important;
  border-color: currentColor !important;
}
.b-link_color_grey:hover {
  color: #424B58 !important;
}
.b-link_color_neur-blue {
  color: #1A5DD0 !important;
}
.b-link_color_neur-blue:hover {
  color: #1A5DD0 !important;
}
.b-link_color_primary-blue {
  color: #1A5DD0 !important;
}
.b-link_color_primary-blue:hover {
  color: #1A5DD0 !important;
}
.b-link_color_original-red {
  color: #ED2227 !important;
}
.b-link_color_original-red:hover {
  color: #ED2227 !important;
}
.b-link_color_black {
  color: #111111 !important;
}
.b-link_color_black:hover {
  color: #111111 !important;
}
.b-link_color_green {
  color: #1EB37C !important;
}
.b-link_color_green:hover {
  color: #1EB37C !important;
}
.b-link_color_coral {
  color: #FF4A37 !important;
}
.b-link_color_coral:hover {
  color: #FF4A37 !important;
}
.b-link_color_text-error {
  color: #F52A14 !important;
}
.b-link_color_text-error:hover {
  color: #F52A14 !important;
}
.b-link_prg {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  background: none;
  height: auto;
  border: none;
  padding: 0;
  text-align: left;
  border-radius: initial;
  cursor: pointer;
}
.b-link_prg:focus {
  outline: 0;
}
.b-link_flex {
  display: flex;
  flex-shrink: 0;
}
.b-link_align-center {
  align-items: center;
}
.b-link_solid {
  border-bottom: 1px solid currentColor;
}
.b-link_dashed {
  border-bottom: 1px dashed currentColor;
}
.b-link_underline, .b-link_underline_hover:hover {
  text-decoration: underline;
}
.b-link_transparent-border {
  border-bottom-color: transparent;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-btn {
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  padding: 1em 2em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  outline: none;
  background-image: none;
  border: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  box-sizing: border-box;
  height: auto;
  border-radius: 12px;
}
.b-btn__text {
  margin: 0 8px;
}
.b-btn_color_blue {
  background: #1A5DD0;
  color: #FFFFFF;
}
.b-btn_color_blue:hover {
  background: #1449a3;
  color: #FFFFFF;
}
.b-btn_color_primary-border {
  border: 2px solid #1A5DD0;
  color: #1A5DD0;
}
.b-btn_color_primary-border:hover {
  border-color: #1449a3;
  color: #1449a3;
}
.b-btn_color_red {
  background: #ED2227;
  color: #FFFFFF;
}
.b-btn_color_red:hover {
  background: #cb1115;
}
.b-btn_color_light-blue {
  background: #ECF1FB;
  border: none;
  color: #1A5DD0;
}
.b-btn_color_light-blue:hover {
  background: #CEE3EF;
  color: #1449a3;
}
.b-btn_color_white {
  border: 1px solid #C7D3D9;
  background: #FFFFFF;
  color: #181D21;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.b-btn_color_white:hover {
  background-color: #FFFFFF;
  color: #181D21;
  box-shadow: none;
}
.b-btn_color_shadow-border {
  border: 1px solid #C7D3D9;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.b-btn_color_shadow-border:hover {
  box-shadow: none;
}
.b-btn_no-border {
  border: none;
  box-shadow: none;
}
.b-btn_color_blue.b-btn_disabled {
  background: #7AB8DE;
  opacity: 0.9;
  cursor: not-allowed;
}
.b-btn_disabled {
  background: #7AB8DE;
  opacity: 0.9;
  cursor: not-allowed;
}

.b-btn_text_blue {
  color: #1A5DD0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-divider {
  border-top: 1px solid #C7D1DF;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-stage-alert {
  z-index: 9999999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
  background-color: #FF4A37;
  color: #FFFFFF;
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 599.98px) {
  .b-stage-alert {
    top: 0;
    bottom: initial;
    font-size: 0;
    padding: 4px;
  }
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-pd-nav {
  padding-bottom: 40px;
  font-family: "Inter", "Arial", sans-serif;
}
.b-pd-nav__header {
  text-align: center;
  margin-bottom: 24px;
}
.b-pd-nav__title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
}
.b-pd-nav__title::before {
  content: "";
  flex: 0 0 auto;
  display: inline-flex;
  width: 43px;
  height: 49px;
  background: url("/static/_v1/pd/icons/fire-red-with-shadow.svg") left center/contain no-repeat;
}
.b-pd-nav__title-text {
  color: #424B58;
}
.b-pd-nav__title-text::before {
  content: "";
}
.b-pd-nav__title-town-link {
  border-bottom: 2px dashed #181D21;
  font-weight: 500;
  color: #181D21;
  text-decoration: none;
}
.b-pd-nav__title-town-link:hover {
  color: #181D21;
}
.b-pd-nav__heading {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  min-height: 36px;
}
.b-pd-nav__heading-text {
  background-image: url("/static/_v1/pd/icons/fire-red.svg");
  background-position-x: 3px;
  background-repeat: no-repeat;
  color: #424B58;
  display: block;
  margin-bottom: 6px;
  padding: 1px 0 0 22px;
  text-transform: uppercase;
  transform: translateX(-6px);
}
.b-pd-nav__heading-town-link {
  border-bottom: 2px dashed #181D21;
  color: #181D21;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.b-pd-nav__heading-town-link:hover {
  color: #181D21;
}
.b-pd-nav__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}
.b-pd-nav__cards-item {
  padding: 0 16px;
  margin-bottom: 32px;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 1199.98px) {
  .b-pd-nav__cards-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .b-pd-nav__cards-item {
    width: 100%;
  }
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-card-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  transition: 0.2s ease-in-out;
  will-change: transform;
}
.b-card-nav:hover {
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.2);
  transform: translateY(-10px);
}
.b-card-nav__header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.b-card-nav__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #181D21;
  text-decoration: none;
}
.b-card-nav__header:hover .b-card-nav__title {
  text-decoration: underline;
}
.b-card-nav__main {
  flex: 1 1 auto;
  padding: 0 24px;
}
.b-card-nav__footer {
  padding: 0 24px 24px;
}
.b-card-nav__all-count {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #424B58;
  text-decoration: none;
}
.b-card-nav__list {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #C7D1DF;
}
.b-card-nav__list-item {
  display: flex;
  justify-content: space-between;
}
.b-card-nav__item-link {
  flex: 1;
  display: block;
  padding: 8px 16px 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #5A5C61;
  text-decoration: none;
  transition: 0.2s;
}
.b-card-nav__item-link:hover {
  color: #1A5DD0;
  text-decoration: underline;
}
.b-card-nav__item-count {
  padding: 8px 0 8px 16px;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-change-flavour {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-bottom: 1px solid #444444 !important;
  cursor: pointer;
  border-radius: 0 !important;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
  box-shadow: none !important;
  width: 130px !important;
  outline: none;
}

.b-change-flavour:hover {
  color: red !important;
  border-bottom-color: red !important;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.ui-kit-bg-text {
  background-color: #111111;
}

.ui-kit-bg-text-secondary {
  background-color: #424B58;
}

.ui-kit-bg-text-info {
  background-color: #607A93;
}

.ui-kit-bg-text-success {
  background-color: #00815A;
}

.ui-kit-bg-text-error {
  background-color: #F52A14;
}

.ui-kit-bg-text-warning {
  background-color: #DF5000;
}

.ui-kit-bg-disabled {
  background-color: #8DA2BA;
}

.ui-kit-bg-icon-primary {
  background-color: #111111;
}

.ui-kit-bg-icon-secondary {
  background-color: #607A93;
}

.ui-kit-bg-brand {
  background-color: #3981F1;
}

.ui-kit-bg-secondary {
  background-color: #FF4A37;
}

.ui-kit-bg-special {
  background-color: #904FE2;
}

.ui-kit-bg-primary {
  background-color: #1A5DD0;
}

.ui-kit-bg-success {
  background-color: #1EB37C;
}

.ui-kit-bg-error {
  background-color: #FF4A37;
}

.ui-kit-bg-warning {
  background-color: #FFA928;
}

.ui-kit-bg-bg-primary {
  background-color: #ECF1FB;
}

.ui-kit-bg-bg-secondary {
  background-color: #F6F9FF;
}

.ui-kit-bg-bg-special {
  background-color: #F0E4F5;
}

.ui-kit-bg-bg-success {
  background-color: #E0F6EE;
}

.ui-kit-bg-bg-error {
  background-color: #FCE8E8;
}

.ui-kit-bg-bg-warning {
  background-color: #FFF2D9;
}

.ui-kit-bg-bg-club {
  background-color: #FFEEE5;
}

.ui-kit-bg-button-text-snackbars {
  background-color: #76CBFF;
}

.ui-kit-bg-rating {
  background-color: #FFA928;
}

.ui-kit-bg-bg-gray-0 {
  background-color: #FFFFFF;
}

.ui-kit-bg-bg-gray-40 {
  background-color: #F3F6FA;
}

.ui-kit-bg-bg-gray-60 {
  background-color: #C7D1DF;
}

.ui-kit-bg-bg-gray-80 {
  background-color: #8DA2BA;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.ui-kit-color-text {
  color: #111111 !important;
}

.ui-kit-color-text-secondary {
  color: #424B58 !important;
}

.ui-kit-color-text-info {
  color: #607A93 !important;
}

.ui-kit-color-text-success {
  color: #00815A !important;
}

.ui-kit-color-text-error {
  color: #F52A14 !important;
}

.ui-kit-color-text-warning {
  color: #DF5000 !important;
}

.ui-kit-color-disabled {
  color: #8DA2BA !important;
}

.ui-kit-color-icon-primary {
  color: #111111 !important;
}

.ui-kit-color-icon-secondary {
  color: #607A93 !important;
}

.ui-kit-color-brand {
  color: #3981F1 !important;
}

.ui-kit-color-secondary {
  color: #FF4A37 !important;
}

.ui-kit-color-special {
  color: #904FE2 !important;
}

.ui-kit-color-primary {
  color: #1A5DD0 !important;
}

.ui-kit-color-success {
  color: #1EB37C !important;
}

.ui-kit-color-error {
  color: #FF4A37 !important;
}

.ui-kit-color-warning {
  color: #FFA928 !important;
}

.ui-kit-color-bg-primary {
  color: #ECF1FB !important;
}

.ui-kit-color-bg-secondary {
  color: #F6F9FF !important;
}

.ui-kit-color-bg-special {
  color: #F0E4F5 !important;
}

.ui-kit-color-bg-success {
  color: #E0F6EE !important;
}

.ui-kit-color-bg-error {
  color: #FCE8E8 !important;
}

.ui-kit-color-bg-warning {
  color: #FFF2D9 !important;
}

.ui-kit-color-bg-club {
  color: #FFEEE5 !important;
}

.ui-kit-color-button-text-snackbars {
  color: #76CBFF !important;
}

.ui-kit-color-rating {
  color: #FFA928 !important;
}

.ui-kit-color-bg-gray-0 {
  color: #FFFFFF !important;
}

.ui-kit-color-bg-gray-40 {
  color: #F3F6FA !important;
}

.ui-kit-color-bg-gray-60 {
  color: #C7D1DF !important;
}

.ui-kit-color-bg-gray-80 {
  color: #8DA2BA !important;
}
@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.y-doc-review-award-banner[data-v-76c4ae8a] {
  width: 342px;
  border-radius: 12px;
  background-color: #FCE8E8;
  padding: 16px;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-breadcrumbs {
  width: auto;
  color: #424B58;
  font-family: "Inter", "Arial", sans-serif;
}
.b-breadcrumbs__item {
  margin: 0 8px;
  vertical-align: middle;
}
.b-breadcrumbs__item:first-child {
  margin-left: 0;
}
.b-breadcrumbs__item-link {
  color: #424B58 !important;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  text-decoration: underline !important;
}
.b-breadcrumbs__item-link:hover {
  text-decoration: none !important;
}
.b-breadcrumbs__hidden-menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
.b-breadcrumbs__hidden-menu-btn {
  background: #E8EAEB;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #E8EAEB;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
}
.b-breadcrumbs__hidden-menu-btn span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 3px;
}
.b-breadcrumbs__hidden-menu-btn span:last-child {
  margin-right: 3px;
}
.b-breadcrumbs__hidden-menu-btn_is_active {
  background: #DCE6EB;
  border-color: #ACBFCB;
}
.b-breadcrumbs__hidden-menu-btn_is_active:hover {
  background: #DCE6EB;
}
.b-breadcrumbs__hidden-menu-inner {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  margin-top: 8px;
}
.b-breadcrumbs__hidden-menu-inner_is_show {
  display: block;
  z-index: 1000;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item {
  display: block;
  margin: 0;
  border-bottom: 1px solid #E8EAEB;
  min-width: 230px;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item:last-child {
  border-bottom: 0;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item-link {
  display: block;
  padding: 16px;
  color: #5A5C61 !important;
  text-decoration: none !important;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item-link:hover {
  background: #F4F6F7;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-predefined-banner {
  font-family: "Inter", "Arial", sans-serif;
  min-width: 1120px;
  height: 150px;
  margin: 16px 0;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
}
.b-predefined-banner * {
  box-sizing: border-box;
}
.b-predefined-banner__container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.b-predefined-banner__banner-image {
  width: 100%;
  object-fit: contain;
  max-height: 150px;
}
.b-predefined-banner__box {
  padding: 1px;
  height: 150px;
}
.b-predefined-banner__box-inner {
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  height: 100%;
}
.b-predefined-banner__content {
  flex-basis: 50%;
  overflow: hidden;
  position: relative;
}
.b-predefined-banner__content-inner {
  z-index: 1;
  position: relative;
  padding: 16px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-predefined-banner__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 17px;
  margin-top: auto;
}
.b-predefined-banner__circle {
  position: absolute;
  right: 0;
  top: 28%;
  transform: translateY(-50%);
  width: 834px;
  height: 834px;
  border-radius: 50%;
}
.b-predefined-banner__button {
  width: 262px;
  height: 29px;
  background: #FFFFFF;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: lowercase;
  color: #929191;
}
.b-predefined-banner__view {
  flex-basis: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 18px;
}
.b-predefined-banner__caption {
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 16px;
  font-weight: 500;
}
.b-predefined-banner__description {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  max-width: 287px;
}
.b-predefined-banner__image-wrap {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-predefined-banner__image {
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-predefined-banner__phone {
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
}
.b-predefined-banner__attention {
  height: 100%;
  padding: 1px;
}
.b-predefined-banner__attention svg {
  height: inherit;
}
.b-predefined-banner__content-lpu-ad-info-label {
  position: absolute;
  top: 5px;
  right: 5px;
}
.b-predefined-banner__lpu-ad-info-label {
  position: absolute;
  top: 5px;
  right: 105px;
}

.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__box-inner {
  background-color: transparent;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__content img {
  width: 100%;
  height: 100%;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__content {
  flex-grow: 1;
  line-height: 0;
  overflow: visible;
  max-width: 1010px;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__inner {
  height: 100%;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__view {
  padding-left: 7px;
  flex-basis: 110px;
  background: #FFFFFF;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__view::before {
  content: none;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__attention {
  margin-left: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-lpu-ad-info-label {
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 9999;
  text-transform: none;
  border-radius: 4px;
  padding: 2px 4px;
  background-color: rgba(17, 17, 17, 0.7);
}
.b-lpu-ad-info-label .ui-icon-circle-info {
  font-size: 12px;
}
.b-lpu-ad-info-label[data-legal-name]::before {
  position: absolute;
  content: attr(data-legal-name);
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 13px;
  display: none;
  border-radius: 4px;
  background-color: rgba(17, 17, 17, 0.9);
  text-align: center;
  padding: 2px 10px;
  z-index: 9999;
  max-width: 296px;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 550px) {
  .b-lpu-ad-info-label[data-legal-name]::before {
    max-width: 100px;
  }
}
.b-lpu-ad-info-label[data-legal-name-entity]::before {
  position: absolute;
  content: attr(data-legal-name-entity);
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 13px;
  display: none;
  border-radius: 4px;
  background-color: rgba(17, 17, 17, 0.9);
  text-align: center;
  padding: 2px 10px;
  z-index: 9999;
  max-width: 296px;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 550px) {
  .b-lpu-ad-info-label[data-legal-name-entity]::before {
    max-width: 100px;
  }
}
.b-lpu-ad-info-label:focus::before {
  display: block;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#award-banner-app {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#award-banner-app .v-application--wrap {
  min-height: initial;
}
#award-banner-app input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#award-banner-app .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
.award-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EED199;
  background-color: #FFFFFF;
  color: #111111;
  padding: 12px 8px;
  cursor: pointer;
}
.award-banner_dark {
  border-color: #111111;
  background-color: #111111;
  color: #FFFFFF;
}
.award-modal-content__img[data-v-6bac389c] {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
  max-height: 234px;
  border-radius: 6%/10%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.award-modal-mobile__actions[data-v-15ac64e0] {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: #FFFFFF;
}
.award-modal-mobile_dark .award-modal-mobile__actions[data-v-15ac64e0] {
  background-color: #111111;
  color: #FFFFFF;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.award-modal-mobile__body {
  padding-bottom: 120px;
}
.award-modal-mobile_dark .modal,
.award-modal-mobile_dark .modal__header {
  background-color: #111111 !important;
  color: #FFFFFF;
}
.award-modal-mobile_dark .modal__header-button .v-icon {
  color: #FFFFFF !important;
  caret-color: #FFFFFF !important;
}
.award-modal-mobile_dark .modal__header .ui-text_h6 {
  color: #FFFFFF;
}
.award-modal-mobile_dark .modal__header-divider {
  background-color: #424B58;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.award-modal-desktop_dark .modal,
.award-modal-desktop_dark .modal__header {
  background-color: #111111 !important;
  color: #FFFFFF;
}
.award-modal-desktop_dark .modal__header-button .v-icon {
  color: #FFFFFF !important;
  caret-color: #FFFFFF !important;
}
.award-modal-desktop_dark .modal__header .ui-text_h6 {
  color: #FFFFFF;
}
.award-modal-desktop_dark .modal__header-divider {
  background-color: #424B58;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.bottom-sheet-transition-enter {
  transform: translateY(100%);
}
.bottom-sheet-transition-leave-to {
  transform: translateY(100%);
}

.v-bottom-sheet.v-dialog {
  align-self: flex-end;
  border-radius: 0;
  flex: 0 1 auto;
  margin: 0;
  overflow: visible;
}
.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
  max-width: 70%;
}
@media only screen and (max-width: 599.98px) {
  .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
    max-width: none;
  }
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.popup-map__close-button[data-v-6816262b] {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.popup-map__map-container[data-v-6816262b] {
  height: calc(100% - 56px);
}
.popup-map__bottom-button-container[data-v-6816262b] {
  padding: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.navigation-panel[data-v-6816262b] {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.popup-map__close-button[data-v-1ad7b3f6] {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.popup-map {
  max-height: calc(100% - 80px) !important;
  height: calc(100% - 80px) !important;
  max-width: calc(100% - 80px);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.popup-map__placemark {
  color: #1A5DD0;
  font-size: 32px !important;
  position: absolute;
  top: -32px;
  left: -16px;
}
.popup-map__placemark_selected {
  font-size: 48px !important;
  position: absolute;
  top: -48px;
  left: -24px;
}
.popup-map__cluster {
  position: absolute;
  top: -33px;
  left: -33px;
  width: 66px;
  height: 66px;
  border-radius: 66px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}

.cluster-popup {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.cluster-popup_desktop {
  width: 329px;
}
.cluster-popup__container {
  width: 100%;
}
.cluster-popup__container-lpus {
  max-height: 30vh;
  overflow: auto;
}
.cluster-popup__container-lpus::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}
.cluster-popup__container-lpus::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #D8D8D8;
}

.navigation-panel__button {
  font-size: 24px;
}
.navigation-panel__button_active {
  background: #1A5DD0;
  color: #FFFFFF;
  border-radius: 100%;
}
.navigation-panel__pin {
  font-size: 20px !important;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
.navigation-panel__pin_on-map {
  position: absolute;
  top: -12px;
  left: -12px;
}
.navigation-panel__pin_masstransit {
  background-color: #1EB37C;
  color: #FFFFFF;
}
.navigation-panel__route {
  border: 1px solid transparent;
}
.navigation-panel__route_active-route {
  border-radius: 8px;
  border: 1px solid #1A5DD0;
}
.navigation-panel__address-text-container {
  width: calc(100% - 32px);
}
.navigation-panel__arrival-circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #1EB37C;
}
.navigation-panel__time-walk-container {
  border-right: 1px dashed;
}
.navigation-panel__duration-text {
  width: 46px;
  color: #424B58;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  text-shadow: none;
}
.navigation-panel__duration-text_masstransit {
  padding-right: 13px;
}
.navigation-panel__pedestrian-icon_external-info {
  margin-right: -10px;
}
.navigation-panel__duration-masstransit-container {
  border-right: 2px solid #1EB37C;
  display: flex;
  padding: 24px 0;
}
.navigation-panel__extended-route-container {
  max-height: 35vh;
  margin-top: 16px;
  overflow: auto;
  overscroll-behavior-y: contain;
}

.popup-map-button {
  opacity: 0.2;
  transition: 0.2s ease-in-out opacity;
  cursor: not-allowed;
}
.popup-map-button_ready {
  opacity: 1;
  cursor: pointer;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-club-list {
  counter-reset: clublist;
}
.b-club-list__item {
  display: flex;
  align-items: center;
}
.b-club-list__item::before {
  counter-increment: clublist;
  content: counter(clublist);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-color: #FFEEE5;
  color: #F52A14;
  border-radius: 100%;
}
.b-club-list__item:not(:last-child) {
  margin-bottom: 16px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.side-menu[data-v-5ceef619] {
  align-items: stretch;
  justify-content: flex-end;
}
.side-menu__body[data-v-5ceef619] {
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.07), 0 5px 22px rgba(0, 0, 0, 0.06), 0 7px 8px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
.side-menu__header[data-v-5ceef619] {
  padding: 0 8px;
}
.side-menu__header-top[data-v-5ceef619] {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  height: 56px;
}
.side-menu__header-btn[data-v-5ceef619] {
  height: 24px;
  width: 24px;
}
.side-menu__header-btn[data-v-5ceef619]:hover {
  background-color: transparent;
}
.side-menu__content[data-v-5ceef619] {
  display: flex;
  flex: 1 1 0;
  flex-flow: column;
  min-height: 0;
}
.side-menu__content_scrolled[data-v-5ceef619] {
  overflow-y: auto;
  height: calc(100vh - 56px);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.theme--light.v-expansion-panels .v-expansion-panel {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-expansion-panels .v-expansion-panel--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
  opacity: 0.04;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
  opacity: 0.04;
}

.theme--dark.v-expansion-panels .v-expansion-panel {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-expansion-panels .v-expansion-panel--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: #FFFFFF;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
  opacity: 0.08;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
  opacity: 0.24;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
  opacity: 0.24;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
  opacity: 0.32;
}
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
  opacity: 0.08;
}

.v-expansion-panels {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.v-expansion-panels > * {
  cursor: auto;
}
.v-expansion-panels > *:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.v-expansion-panels > *:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--active {
  border-radius: 4px;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--active + .v-expansion-panel {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--next-active {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--next-active .v-expansion-panel-header {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.v-expansion-panel {
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-expansion-panel::before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-expansion-panel:not(:first-child)::after {
  border-top: thin solid;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
}
.v-expansion-panel--disabled .v-expansion-panel-header {
  pointer-events: none;
}
.v-expansion-panel--active:not(:first-child),
.v-expansion-panel--active + .v-expansion-panel {
  margin-top: 16px;
}
.v-expansion-panel--active:not(:first-child)::after,
.v-expansion-panel--active + .v-expansion-panel::after {
  opacity: 0;
}
.v-expansion-panel--active > .v-expansion-panel-header {
  min-height: 64px;
}
.v-expansion-panel--active > .v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon {
  transform: rotate(-180deg);
}

.v-expansion-panel-header__icon {
  display: inline-flex;
  margin-bottom: -4px;
  margin-top: -4px;
  -webkit-user-select: none;
          user-select: none;
}
.v-application--is-ltr .v-expansion-panel-header__icon {
  margin-left: auto;
}
.v-application--is-rtl .v-expansion-panel-header__icon {
  margin-right: auto;
}

.v-expansion-panel-header {
  align-items: center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  font-size: 0.9375rem;
  line-height: 1;
  min-height: 48px;
  outline: none;
  padding: 16px 24px;
  position: relative;
  transition: 0.3s min-height cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-application--is-ltr .v-expansion-panel-header {
  text-align: left;
}
.v-application--is-rtl .v-expansion-panel-header {
  text-align: right;
}
.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus::before {
  opacity: 0.12;
}
.v-expansion-panel-header:before {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-expansion-panel-header > *:not(.v-expansion-panel-header__icon) {
  flex: 1 1 auto;
}

.v-expansion-panel-content {
  display: flex;
}
.v-expansion-panel-content__wrap {
  padding: 0 24px 16px;
  flex: 1 1 auto;
  max-width: 100%;
}

.v-expansion-panels--accordion > .v-expansion-panel {
  margin-top: 0;
}
.v-expansion-panels--accordion > .v-expansion-panel::after {
  opacity: 1;
}

.v-expansion-panels--popout > .v-expansion-panel {
  max-width: calc(100% - 32px);
}
.v-expansion-panels--popout > .v-expansion-panel--active {
  max-width: calc(100% + 16px);
}

.v-expansion-panels--inset > .v-expansion-panel {
  max-width: 100%;
}
.v-expansion-panels--inset > .v-expansion-panel--active {
  max-width: calc(100% - 32px);
}

.v-expansion-panels--flat > .v-expansion-panel::after {
  border-top: none;
}
.v-expansion-panels--flat > .v-expansion-panel::before {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-expansion-panels--tile {
  border-radius: 0;
}
.v-expansion-panels--tile > .v-expansion-panel::before {
  border-radius: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-common-rating__header {
  display: flex;
  flex-direction: column;
}
.b-common-rating__bar {
  height: 4px;
  border-radius: 4px;
  background-color: #C7D1DF;
  overflow: hidden;
}
.b-common-rating__progress {
  height: 100%;
  background-color: #1A5DD0;
}
.b-common-rating__progress_inactive {
  background-color: #C7D1DF;
}
.b-common-rating__stars {
  padding-bottom: 2px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-chip-verification {
  overflow: hidden;
  display: inline-flex;
  max-width: 100%;
  border-radius: 8px;
}
.b-chip-verification_review {
  align-items: center;
}
.b-chip-verification_document {
  width: 95px;
  align-items: flex-start;
}
.b-chip-verification_theme_light-neur-green {
  background-color: #E0F6EE;
  color: #1EB37C;
}
.b-chip-verification_theme_lightest-blue {
  background-color: #F6F9FF;
  color: #1A5DD0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.patient-profile-skeleton__intro .v-skeleton-loader__heading {
  max-width: 150px;
  height: 20px;
  margin-bottom: 24px;
  border-radius: 8px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__avatar {
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.patient-profile-skeleton__intro .v-skeleton-loader__text {
  height: 8px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__card-heading .v-skeleton-loader__heading {
  max-width: 128px;
  height: 24px;
  margin: 16px auto 18px;
  border-radius: 8px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__list-item-avatar {
  height: 32px;
  padding-left: 0;
  padding-right: 24px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar {
  width: 16px;
  height: 16px;
  margin-right: 14px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__list-item-avatar .v-skeleton-loader__text {
  height: 19px;
  border-radius: 8px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__date-picker-options {
  padding: 34px 0 20px;
}
.patient-profile-skeleton__intro .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar {
  width: 15px;
  height: 20px;
  border-radius: 4px;
  margin-right: 0 !important;
}
.patient-profile-skeleton__intro .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:last-child {
  display: none;
}
.patient-profile-skeleton__intro .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
  max-width: 130px;
  height: 20px;
}
.patient-profile-skeleton__grade {
  margin-top: 6px;
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options {
  padding: 6px 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar {
  width: 15px;
  height: 20px;
  border-radius: 4px;
  margin-right: 0 !important;
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:last-child {
  display: none;
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
  max-width: 234px;
  height: 20px;
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options:first-child .v-skeleton-loader__avatar {
  display: none;
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options:last-child {
  padding-top: 20px;
}
.patient-profile-skeleton__grade .v-skeleton-loader__date-picker-options:last-child .v-skeleton-loader__text {
  max-width: 130px !important;
}
.patient-profile-modal__progress-circular .v-progress-circular__overlay {
  stroke-linecap: round;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.patient-profile-modal__status[data-v-1666e5ac] {
  line-height: normal;
  border-radius: 12px;
  padding: 4px 8px;
}
.patient-profile-modal__status_green[data-v-1666e5ac] {
  background-color: #E0F6EE;
  color: #1EB37C;
}
.patient-profile-modal__status_dark-yellow[data-v-1666e5ac] {
  background-color: #FFF2D9;
  color: #FFA928;
}
.patient-profile-modal__criterion[data-v-1666e5ac] {
  display: flex;
  align-items: center;
}
.patient-profile-modal__criterion[data-v-1666e5ac]:not(:last-child) {
  margin-bottom: 12px;
}
.patient-profile-modal__fixed-container[data-v-1666e5ac] {
  position: absolute;
}
.patient-profile-modal__fixed-btn_float[data-v-1666e5ac] {
  width: 144px;
  margin-left: auto;
}
.amount-icon[data-v-1666e5ac] {
  line-height: normal;
  padding: 4px 6px;
  border-radius: 8px;
}
.amount-icon_green[data-v-1666e5ac] {
  color: #1EB37C;
  background-color: #E0F6EE;
}
.amount-icon_coral[data-v-1666e5ac] {
  color: #FF4A37;
  background-color: #FCE8E8;
}
.patient-profile-modal[data-v-2eeb4574] {
  z-index: 1005;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app[data-patient-profile-modal] {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app[data-patient-profile-modal] .v-application--wrap {
  min-height: initial;
}
#app[data-patient-profile-modal] input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app[data-patient-profile-modal] .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/** Устанавливает размеры блоку рейтинга */
.b-stars-rate_theme_new {
  display: flex;
  font-size: 20px;
  width: 6em;
  height: 1em;
}
.b-stars-rate_theme_new,
.b-stars-rate_theme_new .b-stars-rate__progress {
  background-position: left center;
  background-size: 1.25em 1em;
  background-repeat: repeat-x;
}
.b-stars-rate_theme_new.b-stars-rate_size_sm {
  font-size: 16px;
}
.b-stars-rate_theme_new.b-stars-rate_size_lg {
  font-size: 28px;
}
.b-stars-rate_theme_new.b-stars-rate_color_yellow {
  background-image: url("/static/_v1/pd/icons/stars/star-off-yellow.svg");
}
.b-stars-rate_theme_new.b-stars-rate_color_yellow .b-stars-rate__progress {
  background-image: url("/static/_v1/pd/icons/stars/star-on-yellow.svg");
}
.b-stars-rate_theme_new.b-stars-rate_color_red {
  background-image: url("/static/_v1/pd/icons/stars/star-off-red.svg");
}
.b-stars-rate_theme_new.b-stars-rate_color_red .b-stars-rate__progress {
  background-image: url("/static/_v1/pd/icons/stars/star-on-red.svg");
}
.b-stars-rate_theme_new.b-stars-rate_color_grey {
  background-image: url("/static/_v1/pd/icons/stars/star-off-grey.svg");
}
.b-stars-rate_theme_old {
  display: flex;
  width: 120px;
  height: 24px;
  background: url("/static/_v1/pd/icons/square-stars/star-off.svg") left center repeat-x;
}
.b-stars-rate_theme_old .b-stars-rate__progress {
  background: url("/static/_v1/pd/icons/square-stars/star-on.svg") left center repeat-x;
}
.b-stars-rate_theme_old.b-stars-rate_size_lg {
  width: 135px;
  background: url("/static/_v1/pd/icons/square-stars/star-lg-off.svg") left center repeat-x;
}
.b-stars-rate_theme_old.b-stars-rate_size_lg .b-stars-rate__progress {
  background: url("/static/_v1/pd/icons/square-stars/star-lg-on.svg") left center repeat-x;
}
.b-stars-rate_theme_old.b-stars-rate_size_sm {
  width: 115px;
  background: url("/static/_v1/pd/icons/square-stars/star-sm-off.svg") left center repeat-x;
}
.b-stars-rate_theme_old.b-stars-rate_size_sm .b-stars-rate__progress {
  background: url("/static/_v1/pd/icons/square-stars/star-sm-on.svg") left center repeat-x;
}
.authorization-form__field[data-v-7a7c4ee8] {
  position: relative;
}
.authorization-form__pen[data-v-7a7c4ee8] {
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 12px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54);
}
.authorization-form__default-slot[data-v-7a7c4ee8] {
  transition: opacity 0.25s ease-in;
}
.authorization-form__default-slot_disabled[data-v-7a7c4ee8] {
  opacity: 0.25;
  pointer-events: none;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable */

/* stylelint-enable */
.base-alert[data-v-6d42bc05] {
  border-left-width: 6px;
  border-left-style: solid;
}
.base-alert__icon[data-v-6d42bc05] {
  margin: 6px 6px 6px 10px;
}
.base-alert__content > *[data-v-6d42bc05]:not(:last-child) {
  margin-bottom: 8px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.theme--light.v-otp-input .v-input .v-input__control .v-input__slot {
  background: #FFFFFF;
}

.theme--dark.v-otp-input .v-input .v-input__control .v-input__slot {
  background: #303030;
}

.v-otp-input {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin-right: -4px;
  margin-left: -4px;
}
.v-otp-input input {
  text-align: center;
}
.v-otp-input .v-input {
  margin: 0;
  flex: 1 0 32px;
  max-width: 100%;
  width: 100%;
  padding: 4px;
}
.v-otp-input .v-input.v-otp-input--plain fieldset {
  display: none;
}
.v-otp-input .v-input input[type=number]::-webkit-outer-spin-button,
.v-otp-input .v-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-otp-input .v-input input[type=number] {
  -moz-appearance: textfield;
}
.authorization-check-code__otp-input[data-v-beac7406] .v-input__slot {
  margin-bottom: 0;
}
.authorization-check-code__progress[data-v-beac7406] {
  width: 98%;
  margin: 0 auto 8px;
  transition: opacity 0.3s ease-in 0.3s;
}
.authorization-check-code__progress_hidden[data-v-beac7406] {
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.v-overlay {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 0ms;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.doctor-contacts-skeleton[data-v-4c075525] .v-skeleton-loader__avatar {
  width: 16px;
  height: 16px;
  background: #F3F6FA;
}
.doctor-contacts-skeleton[data-v-4c075525] .v-skeleton-loader__text {
  height: 20px;
  border-radius: 8px;
  background: #F3F6FA;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.doctor-contacts_mobile[data-v-7d8c3fd6] {
  max-height: 60dvh;
  overflow-x: auto;
}
.doctor-contacts:not(.doctor-contacts_mobile) .doctor-contacts__body[data-v-7d8c3fd6] {
  max-height: calc(100dvh - 150px);
  overflow-x: auto;
  border-color: #C7D1DF;
  transition: border-color 0.1s ease-in;
}
.doctor-contacts:not(.doctor-contacts_mobile) .doctor-contacts__body[data-v-7d8c3fd6]::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
  border-color: inherit;
  border-right-style: inset;
  border-right-width: calc(100vw + 100vh);
}
.doctor-contacts:not(.doctor-contacts_mobile) .doctor-contacts__body[data-v-7d8c3fd6]::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
  background-color: #F3F6FA;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-doctor-intro {
  padding: 24px;
  display: flex;
  background: white;
  border: 1px solid #E8EBF1;
  position: relative;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  line-height: 130%;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  border-radius: 8px;
}
.b-doctor-intro__anchor-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.b-doctor-intro__left-side {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  flex: 0 0 auto;
  margin-right: 24px;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -ms-flex: 1;
}
.b-doctor-intro__favourite-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1; /* Нужно, чтобы аватарка со свойством filter не перекрывала */
}
.b-doctor-intro__video-card-btn {
  position: absolute;
  top: -8px;
  left: -8px;
}
.b-doctor-intro__avatar-wrapper_type_mini {
  width: 120px;
  height: 120px;
}
.b-doctor-intro__avatar {
  flex-shrink: 0;
  border-radius: 5px;
  object-fit: cover;
  width: 300px;
  height: 300px;
}
.b-doctor-intro__avatar_type_mini {
  width: 100%;
  height: 100%;
}
.b-doctor-intro__avatar--gray {
  filter: grayscale(1);
}
.b-doctor-intro__phone {
  margin: 16px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
}
.b-doctor-intro__address {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-intro__rates-summary {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .b-doctor-intro__rates-summary {
    display: flex;
    flex-flow: row nowrap;
  }
}
.b-doctor-intro__rates-stars {
  margin: 0 0 4px;
}
@media (min-width: 1200px) {
  .b-doctor-intro__rates-stars {
    margin: 0 10px 0 0;
  }
}
.b-doctor-intro__stars-container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 8px 5px;
  border-radius: 5px 5px 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(151, 158, 167, 0.2);
  width: 150px;
}
.b-doctor-intro__rates-link {
  padding: 0;
  height: auto;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0 0 0 16px;
  border-bottom: 1px dashed #424B58;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  color: #424B58;
  transition: 0.2s ease-in-out;
}
.b-doctor-intro__rates-link:hover {
  color: #1A5DD0;
  background-color: transparent;
  border-bottom: 1px dashed transparent;
}
.b-doctor-intro__rates-link_type_mini {
  margin: 0;
  align-self: flex-start;
}
@media (min-width: 1200px) {
  .b-doctor-intro__rates-link_type_mini {
    align-self: center;
  }
}
.b-doctor-intro__right-side {
  flex: 1 0 0;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.b-doctor-intro__title {
  margin: 0 0 8px;
}
.b-doctor-intro__title-first-line {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
}
.b-doctor-intro__title-name {
  margin: 0 0 3px;
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-intro__title-name_type_mini {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.b-doctor-intro__title-name_link {
  color: #1A5DD0;
  text-decoration: none;
}
.b-doctor-intro__title-name_link:hover {
  color: #1A5DD0;
  text-decoration: underline;
}
.b-doctor-intro__title-main {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-intro__title-main_link {
  text-decoration: none;
  color: #1A5DD0;
}
.b-doctor-intro__title-main_link:hover {
  text-decoration: underline;
  color: #1A5DD0;
}
.b-doctor-intro__spec {
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  color: #424B58;
}
.b-doctor-intro__spec:not(:last-child, .b-doctor-intro__spec_type_mini) {
  margin-right: 8px;
}
.b-doctor-intro__spec:not(:last-child, .b-doctor-intro__spec_type_mini)::after {
  content: ",";
}
.b-doctor-intro__spec_type_mini {
  margin: 0 0 8px;
  font-size: 14px;
}
.b-doctor-intro__spec_type:hover {
  text-decoration: none;
}
.b-doctor-intro__spec_highlight {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #F6F9FF;
  color: #111111;
  font-weight: 500;
}
.b-doctor-intro a.b-doctor-intro__spec:hover {
  text-decoration: underline;
  color: #424B58;
}
.b-doctor-intro__exp {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
}
.b-doctor-intro__degree {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #424B58;
}
.b-doctor-intro__categ {
  margin: 0 8px 0 0;
}
.b-doctor-intro__summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
}
.b-doctor-intro__appointment {
  margin: 0 auto 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #424B58;
}
.b-doctor-intro__appointment .appo_highlighted {
  font-weight: 500;
  color: #5A5C61;
}
.b-doctor-intro__appointment_type_mini .appo_highlighted {
  display: block;
}
@media (min-width: 1200px) {
  .b-doctor-intro__appointment_type_mini .appo_highlighted {
    display: inline-block;
  }
}
.b-doctor-intro__mistake-popup {
  width: 500px;
  height: initial;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  box-shadow: 0 25px 30px rgba(81, 84, 89, 0.5);
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  line-height: 130%;
  border-radius: 5px;
}
.b-doctor-intro__mistake-popup-title {
  font-weight: 500;
  font-size: 20px;
  color: #181D21;
}
.b-doctor-intro__mistake-popup-body {
  flex: 1;
  background: white;
  border-radius: 5px;
  padding: 24px;
  height: 355px;
}
.b-doctor-intro__mistake-form {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.b-doctor-intro__price {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.b-doctor-intro__price-val {
  height: 41px;
  margin: 0 16px 0 0;
  padding: 7px 0 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
  position: relative;
  background: #F4F6F7;
  border: 1px solid #E8EAEB;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
}
.b-doctor-intro__price-val::after {
  content: "";
  position: absolute;
  height: 41px;
  width: 20px;
  left: calc(100% - 4px);
  top: -1px;
  z-index: 0;
  background: url("/static/_v1/pd/icons/price-round-triangle-corner.svg") no-repeat;
}
.b-doctor-intro__price-val-cont {
  z-index: 2;
}
.b-doctor-intro__price-num {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-intro__price-sign {
  vertical-align: super;
}
.b-doctor-intro_doctor .b-doctor-intro__left-side {
  max-width: 300px;
}
.b-doctor-intro_clinic_mini .b-doctor-intro__avatar-wrapper {
  width: 70px;
  height: 70px;
}
.b-doctor-intro__rates-wrapper {
  margin: -22px auto 0;
}
.b-doctor-intro__warning-text {
  padding-top: 2px;
}
.b-doctor-intro__buttons-container {
  display: flex;
  flex-grow: 1;
  margin-top: auto;
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .b-doctor-intro__buttons-container {
    width: 100%;
    margin-right: 0;
  }
}
.b-doctor-intro__club-discount {
  display: inline-block;
  background-image: radial-gradient(102.46% 204.23% at 12.61% 9.84%, #FFA553 0%, #FF4A37 100%);
  border-radius: 8px;
  color: #FFFFFF;
  padding: 4px 7px 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.36em;
  text-align: center;
}
.b-doctor-intro__documents-plate {
  max-width: 320px;
}
.b-doctor-intro__documents-plate_unconfirmed {
  max-width: 280px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-doctor-details {
  margin: 16px 0 0;
  display: flex;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
}
.b-doctor-details__ad-wrapper {
  display: flex;
  justify-content: center;
  margin: 24px 0 -15px;
}
.b-doctor-details__ad-wrapper .lpu_ad_wide {
  margin: 0;
}
.b-doctor-details__aside {
  padding: 0 24px 0 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(24% + 3px);
  position: relative;
}
.b-doctor-details__toc {
  display: flex;
  flex-flow: column nowrap;
}
.b-doctor-details__toc_fixed {
  position: fixed;
  top: 16px;
}
.b-doctor-details__toc_down {
  position: absolute;
  bottom: 0;
}
.b-doctor-details__toc-title {
  padding: 5px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-doctor-details__toc-num {
  padding: 7px 8px;
  background: #E8EBF1;
  border-radius: 5px;
  font-weight: 500;
}
.b-doctor-details__toc-item {
  width: 100%;
  min-height: 34px;
  margin: 1px 0;
  padding: 6px 6px 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
  text-decoration: none;
  cursor: pointer;
}
.b-doctor-details__toc-item:hover {
  background: rgba(232, 235, 241, 0.5);
  border-radius: 5px;
  color: #5A5C61;
}
.b-doctor-details__toc-item_active {
  background: #ECF1FB;
}
.b-doctor-details__toc-item_active .b-doctor-details__toc-title {
  font-weight: 500;
  color: #1A5DD0;
}
.b-doctor-details__toc-item_active .b-doctor-details__toc-num {
  background: #1A5DD0;
  color: white;
}
.b-doctor-details__toc-item_active:hover {
  background: #ECF1FB;
}
.b-doctor-details__main {
  flex: 1 0 auto;
  width: 75.8%;
}
.b-doctor-details__data-icon {
  width: 21px;
}
.b-doctor-details__data-title {
  padding-left: 16px;
  width: calc(100% - 21px);
}
.b-doctor-details__item {
  width: 100%;
  margin: 0 0 16px;
  border: 1px solid #E8EBF1;
}
.b-doctor-details__item-description {
  border-left: 1px solid #C7D1DF;
}
.b-doctor-details__item:last-child {
  margin: 0;
}
.b-doctor-details__item_padding-top_none {
  padding-top: 0;
}
.b-doctor-details__item_hidden {
  display: none;
}
.b-doctor-details__item_active .b-doctor-details__item_hidden {
  display: block;
}
.b-doctor-details__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
.b-doctor-details__btn {
  margin: 0 8px;
  padding-right: 16px;
  padding-left: 16px;
}
.b-doctor-details__item-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}
.b-doctor-details__item-header:last-child {
  margin: 0;
}
.b-doctor-details__item-header .b-doctor-details__btn {
  margin: 0;
  border-width: 0;
  width: 214px;
}
.b-doctor-details__item-header_own-padding {
  padding: 0 24px;
}
.b-doctor-details__item-header.is-filtered {
  padding-top: 24px;
}
.b-doctor-details__title-wrapper .b-doctor-details__subtitle {
  font-size: 18px;
}
.b-doctor-details__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-details__achievement {
  height: 20px;
  margin: 0 0 0 16px;
  padding: 0 0 0 26px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-details__achievement_fastest {
  background: url("/static/_v1/mo/icons/fast2.png") no-repeat left;
  background-size: 20px 20px;
}
.b-doctor-details__achievement_best {
  background: url("/static/_v1/mo/icons/best2.png") no-repeat left;
  background-size: 20px 20px;
}
.b-doctor-details__achievement_heart {
  background: url("/static/_v1/mo/icons/heart2.png") no-repeat left;
  background-size: 20px 20px;
}
.b-doctor-details__paragraph {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-details__list {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-doctor-details__list_column {
  display: block;
  column-count: 3;
}
.b-doctor-details__list_vertical {
  flex-flow: column nowrap;
}
.b-doctor-details__list-item {
  flex: 0 0 33%;
  margin: 16px 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.b-doctor-details__list-item_column {
  width: auto;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  break-inside: avoid;
  overflow: hidden;
}
.b-doctor-details__list-item_column:last-child {
  margin: 16px 0 0;
}
.b-doctor-details__list-item_column:first-child {
  margin: 0 0 16px;
}
.b-doctor-details__list-item_in-row {
  padding: 0 15px 0 0;
}
.b-doctor-details__list-item_article {
  margin: 0 0 24px;
}
.b-doctor-details__list-item_hideable {
  display: none;
}
.b-doctor-details__list-item_delimiter {
  margin: 0 -24px 24px;
  padding: 0 24px 24px;
  border-bottom: 1px solid #E8EBF1;
}
.b-doctor-details__list-item_delimiter:last-child {
  margin: 0 -24px;
  padding: 0 24px;
  border-bottom: none;
}
.b-doctor-details__link {
  text-decoration: none;
  color: #5A5C61;
}
.b-doctor-details__link:hover {
  text-decoration: underline;
  color: #5A5C61;
}
.b-doctor-details__number {
  margin: 0 8px 8px 0;
  padding: 6px 8px;
  background: #F3F6FA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #424B58;
}
.b-doctor-details__number_column {
  margin: 0 8px 0 0;
  min-width: 50px;
}
.b-doctor-details__number_double {
  min-width: 82px;
}
.b-doctor-details__list-item-title {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
}
.b-doctor-details__list-item-title_column {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.b-doctor-details__list-item-title_article {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #1A5DD0;
  text-decoration: none;
}
.b-doctor-details__list-item-title_article:hover {
  color: #1A5DD0;
}
.b-doctor-details__list-item-subtitle {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #424B58;
}
.b-doctor-details__list-item-subtitle_article {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
.b-doctor-details__more-btn {
  border-bottom: 1px dashed #1A5DD0;
  color: #1A5DD0;
  transition: 0.2s ease-in-out;
}
.b-doctor-details__more-btn-wrapper {
  padding: 0 14px 0 0;
  cursor: pointer;
  position: relative;
}
.b-doctor-details__more-btn-wrapper:hover .b-doctor-details__more-btn {
  border-bottom: 1px dashed transparent;
  color: #0D5F92;
}
.b-doctor-details__more-btn-stroke {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  margin: 0 0 0 8px;
}
.b-doctor-details__more-btn-stroke_opened {
  transform: rotateZ(180deg);
}
.b-doctor-details__bottom {
  margin: 24px 0 0;
  padding: 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-doctor-details__bottom_margin_small {
  margin: 16px 0 0;
}
.b-doctor-details__bottom_margin_none {
  margin: 0;
}
.b-doctor-details__text_bold {
  font-weight: 500;
}
.b-doctor-details__footer {
  font-family: "Inter", "Arial", sans-serif;
  margin: 32px 0 0;
  display: flex;
  flex-flow: column nowrap;
}
.b-doctor-details__footer-item {
  margin: 0 0 0 auto;
  width: 75.8%;
}
.b-doctor-details__footer-title {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  font-family: "Inter", "Arial", sans-serif;
  color: #181D21;
}
.b-doctor-details__footer-title-link {
  color: #1A5DD0;
  border-bottom: 1px dashed #1A5DD0;
  transition: 0.2s ease-in-out border-bottom-color;
  font-weight: 400;
  text-decoration: none;
}
.b-doctor-details__footer-title-link:hover {
  color: #1A5DD0;
  border-bottom: 1px dashed transparent;
}
.b-doctor-details__video-preview {
  width: 100%;
  height: 406px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-doctor-details__video-preview-image {
  width: 343px;
  height: 100%;
  object-fit: contain;
}
.b-doctor-details__video-play {
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background-color: #ECF1FB;
  border-radius: 100%;
}
.b-doctor-details__list-data-item {
  display: flex;
  padding: 8px 0 8px 40px;
  position: relative;
}
.b-doctor-details__list-data-item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #607A93;
  border-radius: 100%;
}
.b-doctor-details__list-data-item-text {
  padding-right: 8px;
}
.b-doctor-details__divider {
  border-bottom: 1px solid #C7D1DF;
}

[data-use-doctor-page-redesign=True] .b-doctor-details__list_column {
  column-count: 2;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/*
  @deprecated
  Завязан на owl-слайдере, имеет неподходящее название.
  Используем вместо этого блока `b-media-slider`.
 */
.b-doctor-gallery {
  box-sizing: border-box;
}
.b-doctor-gallery__slider {
  box-sizing: border-box;
  padding: 0 16px;
}
.b-doctor-gallery__image-preview-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  width: 180px;
  height: 180px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  background: #ECF1FB;
}
@media (max-width: 1200px) {
  .b-doctor-gallery__image-preview-wrapper {
    width: 150px;
    height: 150px;
  }
}
.b-doctor-gallery__image-preview-wrapper_youtube::after {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url("/static/_v1/pd/icons/video-play.svg");
  background-size: 64px 64px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 200ms opacity ease-in;
}
.b-doctor-gallery__image-preview-wrapper_youtube:hover::after {
  opacity: 0.8;
}
.b-doctor-gallery__image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-doctor-gallery_margin_bottom_xxl {
  margin-bottom: 40px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.b-doctor-rates {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  line-height: 130%;
}
.b-doctor-rates__body {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
}
.b-doctor-rates__body_no-rates {
  padding: 46px 0 64px;
  justify-content: center;
  align-items: center;
}
.b-doctor-rates__no-rates-img {
  width: 200px;
  height: 169px;
  margin: 0 0 8px;
}
.b-doctor-rates__no-rates-msg {
  max-width: 50%;
  margin: 0 0 38px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
  text-align: center;
}
.b-doctor-rates__no-rates-msg-highlight {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
[data-modal-template] {
  display: none;
}

/* stylelint-disable no-descending-specificity */
.b-modal {
  top: -9999px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  transition-delay: 0s;
  box-sizing: border-box;
  background-color: rgba(9, 17, 23, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-modal__container {
  display: flex;
  flex-direction: column;
  cursor: default;
  height: auto;
  overflow: auto;
  max-width: 1120px;
  border-radius: 5px;
  position: relative;
  box-sizing: inherit;
  transition-delay: 0s;
  transition-duration: inherit;
  background-color: #FFFFFF;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
.b-modal_anim_slide-in .b-modal__container {
  transform: translateY(30%);
  transition-property: opacity, transform;
}
.b-modal_anim_opacity .b-modal__container {
  transition-property: opacity;
}
.b-modal_active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.b-modal_active .b-modal__container {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.b-modal_active.b-modal_anim_slide-in .b-modal__container {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.b-modal__head {
  display: none;
}
.b-modal__body {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
}
.b-modal__list-item {
  position: relative;
  padding: 24px 8px;
}
.b-modal__list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 16px);
  height: 1px;
  background: #C7D1DF;
}

@media (pointer: coarse) {
  .b-modal__container {
    opacity: 0;
    border-radius: 0;
    max-width: initial;
    transform: initial;
  }
}
[data-flavour=mobile] .b-modal__container {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
[data-flavour=mobile] .b-modal__cross {
  margin: 0 32px 0 0;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  border-radius: 0;
  box-sizing: inherit;
  background-color: transparent;
}
[data-flavour=mobile] .b-modal__cross:hover {
  background-color: transparent;
}
[data-flavour=mobile] .b-modal__cross-icon {
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
  text-indent: 0;
  overflow: visible;
  box-sizing: inherit;
  background-color: transparent;
}
[data-flavour=mobile] .b-modal__head {
  display: flex;
  flex-direction: column;
  box-sizing: inherit;
  border-bottom: 1px solid #C7D1DF;
}
[data-flavour=mobile] .b-modal__head-inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 8px;
}
[data-flavour=mobile] .b-modal__head-title {
  display: block;
  width: 100%;
  box-sizing: inherit;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-flavour=mobile] .b-modal__body_has-fixed-btn {
  padding-bottom: 71px;
  box-sizing: border-box;
}
[data-flavour=mobile] .b-modal .b-modal__toggle-btn {
  pointer-events: none;
}
[data-flavour=mobile] .b-modal_active .b-modal__toggle-btn {
  pointer-events: all;
}

/* stylelint-enable no-descending-specificity */
/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

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

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

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

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

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

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-popup-content__head {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 24px 24px 0;
}
.b-popup-content__cross {
  display: none;
}
.b-popup-content__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 584px;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 24px 24px 64px;
  margin: 0 auto;
}
.b-popup-content__image-box {
  flex-grow: 1;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
}
.b-popup-content__image-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.b-popup-content__image-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: inherit;
  transition-property: transform;
}
.b-popup-content__slide {
  position: relative;
  box-sizing: inherit;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  max-height: 77.5vh;
  object-fit: contain;
  transition-property: transform;
}
.b-popup-content__video {
  width: 100%;
  height: 304px;
}
.b-popup-content__pagination {
  width: 100%;
  left: auto;
  bottom: auto;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.b-popup-content__pagination .swiper-pagination-bullet {
  margin: 0 4px;
  transition: all 0.2s ease-out;
}
.b-popup-content__pagination .swiper-pagination-bullet-active {
  background-color: #1A5DD0;
}
.b-popup-content__navigation {
  left: -10px;
  height: 40px;
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  top: calc(50% - 20px);
  width: calc(100% + 20px);
  display: flex;
  justify-content: space-between;
}
.b-popup-content__navigation-button {
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 100%;
  pointer-events: all;
  background-color: #FFFFFF;
  box-shadow: 0 6px 7px rgba(151, 158, 167, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.b-popup-content__navigation-button:hover {
  background-color: #FFFFFF;
}
.b-popup-content__navigation-button::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("/static/_v1/pd/icons/arrows/bold-arrow-right.svg") no-repeat 50% 50%/contain;
}
.b-popup-content__navigation-button_hidden {
  opacity: 0;
  pointer-events: none;
}
.b-popup-content__navigation-prev::before {
  transform: rotate(-180deg);
}
.b-popup-content__description {
  width: 100%;
  margin-top: 16px;
  box-sizing: border-box;
}
.b-popup-content__detail {
  width: 100%;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.b-popup-content__detail:last-of-type {
  margin-bottom: 12px;
}
.b-popup-content__detail-title {
  color: #181D21;
}
.b-popup-content__hide-box {
  left: 0;
  width: 100%;
  display: flex;
  position: absolute;
  box-sizing: border-box;
  justify-content: flex-end;
  height: 40px;
  bottom: 24px;
  padding: 0 24px;
}
.b-popup-content__hide-button {
  border: none;
  outline: none;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
}
.b-popup-content_is-empty:empty {
  display: none;
}

[data-flavour=mobile] .b-popup-content__cross {
  display: block;
}
[data-flavour=mobile] .b-popup-content__hide-box {
  display: none;
}
[data-flavour=mobile] .b-popup-content__content {
  height: 100%;
  padding: 16px 4px;
}
[data-flavour=mobile] .b-popup-content__head {
  padding: 0;
  border-bottom: 0;
}
[data-flavour=mobile] .b-popup-content__head.b-modal__head {
  padding: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.select-button[data-v-376bf57c] {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #607A93;
  background-color: #FFFFFF;
}
.select-button_text-limit[data-v-376bf57c] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-button__content[data-v-376bf57c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  position: relative;
  box-sizing: inherit;
  padding: 8px 32px 8px 16px;
}
.select-button__arrow[data-v-376bf57c] {
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.select-button__icon[data-v-376bf57c] {
  font-size: inherit;
}
.select-button_disabled[data-v-376bf57c] {
  pointer-events: none;
  border-color: transparent;
}
.select-button_disabled .select-button__content[data-v-376bf57c] {
  padding: 8px 0;
}
.select-button_disabled .select-button__arrow[data-v-376bf57c] {
  display: none;
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeIn-cc48fb22 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeOut-cc48fb22 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.select-modal-option[data-v-cc48fb22] {
  min-height: 0;
  padding: 16px 8px;
  animation: 0.3s ease-in-out fadeIn-cc48fb22;
}
.select-modal-option.v-list-item--disabled[data-v-cc48fb22] {
  animation: none;
  opacity: 0.3;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.review-amount-icon {
  padding: 0 8px;
  font-size: 12px;
  border-radius: 8px;
  background-color: #F3F6FA;
}
.review-amount-icon_positive {
  background-color: #E0F6EE;
}
.review-amount-icon_neutral {
  background-color: #FFF2D9;
}
.review-amount-icon_negative {
  background-color: #FCE8E8;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
#app {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app .v-application--wrap {
  min-height: initial;
}
#app input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
.reviews-filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(17, 17, 17, 0.46);
  will-change: opacity;
  pointer-events: none;
  animation: fadeIn 300ms;
}
.v-dialog {
  font-family: "Inter", "Arial", sans-serif;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-chip:not(.v-chip--outlined).primary, .v-chip:not(.v-chip--outlined).secondary, .v-chip:not(.v-chip--outlined).accent, .v-chip:not(.v-chip--outlined).success, .v-chip:not(.v-chip--outlined).error, .v-chip:not(.v-chip--outlined).warning, .v-chip:not(.v-chip--outlined).info {
  color: #FFFFFF;
}

.theme--light.v-chip {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-chip:not(.v-chip--active) {
  background: #e0e0e0;
}
.theme--light.v-chip:hover::before {
  opacity: 0.04;
}
.theme--light.v-chip:focus::before {
  opacity: 0.12;
}
.theme--light.v-chip--active:hover::before, .theme--light.v-chip--active::before {
  opacity: 0.12;
}
.theme--light.v-chip--active:focus::before {
  opacity: 0.16;
}

.theme--dark.v-chip {
  border-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.theme--dark.v-chip:not(.v-chip--active) {
  background: #555;
}
.theme--dark.v-chip:hover::before {
  opacity: 0.08;
}
.theme--dark.v-chip:focus::before {
  opacity: 0.24;
}
.theme--dark.v-chip--active:hover::before, .theme--dark.v-chip--active::before {
  opacity: 0.24;
}
.theme--dark.v-chip--active:focus::before {
  opacity: 0.32;
}

.v-chip {
  align-items: center;
  cursor: default;
  display: inline-flex;
  line-height: 20px;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  white-space: nowrap;
}
.v-chip:before {
  background-color: currentColor;
  bottom: 0;
  border-radius: inherit;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}
.v-chip .v-avatar {
  height: 24px !important;
  min-width: 24px !important;
  width: 24px !important;
}
.v-chip .v-icon {
  font-size: 24px;
}
.v-application--is-ltr .v-chip .v-avatar--left,
.v-application--is-ltr .v-chip .v-icon--left {
  margin-left: -6px;
  margin-right: 6px;
}
.v-application--is-ltr .v-chip .v-avatar--right,
.v-application--is-ltr .v-chip .v-icon--right {
  margin-left: 6px;
  margin-right: -6px;
}
.v-application--is-rtl .v-chip .v-avatar--left,
.v-application--is-rtl .v-chip .v-icon--left {
  margin-left: 6px;
  margin-right: -6px;
}
.v-application--is-rtl .v-chip .v-avatar--right,
.v-application--is-rtl .v-chip .v-icon--right {
  margin-left: -6px;
  margin-right: 6px;
}
.v-chip:not(.v-chip--no-color) .v-icon {
  color: inherit;
}

.v-chip .v-chip__close.v-icon {
  font-size: 18px;
  max-height: 18px;
  max-width: 18px;
  -webkit-user-select: none;
          user-select: none;
}
.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right {
  margin-right: -4px;
}
.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right {
  margin-left: -4px;
}
.v-chip .v-chip__close.v-icon:hover, .v-chip .v-chip__close.v-icon:focus, .v-chip .v-chip__close.v-icon:active {
  opacity: 0.72;
}
.v-chip .v-chip__content {
  align-items: center;
  display: inline-flex;
  height: 100%;
  max-width: 100%;
}

.v-chip--active .v-icon {
  color: inherit;
}

.v-chip--link::before {
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-chip--link:focus::before {
  opacity: 0.32;
}

.v-chip--clickable {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.v-chip--clickable:active {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.v-chip--disabled {
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.v-chip__filter {
  max-width: 24px;
}
.v-chip__filter.v-icon {
  color: inherit;
}
.v-chip__filter.expand-x-transition-leave-active, .v-chip__filter.expand-x-transition-enter {
  margin: 0;
}

.v-chip--pill .v-chip__filter {
  margin: 0 16px 0 0;
}
.v-chip--pill .v-avatar {
  height: 32px !important;
  width: 32px !important;
}
.v-application--is-ltr .v-chip--pill .v-avatar--left {
  margin-left: -12px;
}
.v-application--is-ltr .v-chip--pill .v-avatar--right {
  margin-right: -12px;
}
.v-application--is-rtl .v-chip--pill .v-avatar--left {
  margin-right: -12px;
}
.v-application--is-rtl .v-chip--pill .v-avatar--right {
  margin-left: -12px;
}

.v-chip--label {
  border-radius: 4px !important;
}

.v-chip.v-chip--outlined {
  border-width: thin;
  border-style: solid;
}
.v-chip.v-chip--outlined.v-chip--active:before {
  opacity: 0.08;
}
.v-chip.v-chip--outlined .v-icon {
  color: inherit;
}
.v-chip.v-chip--outlined.v-chip.v-chip {
  background-color: transparent !important;
}

.v-chip.v-chip--selected {
  background: transparent;
}
.v-chip.v-chip--selected:after {
  opacity: 0.28;
}

.v-chip.v-size--x-small {
  border-radius: 8px;
  font-size: 10px;
  height: 16px;
}
.v-chip.v-size--small {
  border-radius: 12px;
  font-size: 12px;
  height: 24px;
}
.v-chip.v-size--default {
  border-radius: 16px;
  font-size: 14px;
  height: 32px;
}
.v-chip.v-size--large {
  border-radius: 27px;
  font-size: 16px;
  height: 54px;
}
.v-chip.v-size--x-large {
  border-radius: 33px;
  font-size: 18px;
  height: 66px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.reviews-filter[data-v-0fa647ec] {
  margin: 0 -4px;
}
.reviews-filter .review-type[data-v-0fa647ec]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
}
.reviews-filter .review-type_active[data-v-0fa647ec]::after {
  border-color: #424B58;
}
.reviews-filter .review-type_active.review-type_positive[data-v-0fa647ec]::after {
  border-color: #1EB37C;
}
.reviews-filter .review-type_active.review-type_neutral[data-v-0fa647ec]::after {
  border-color: #FFA928;
}
.reviews-filter .review-type_active.review-type_negative[data-v-0fa647ec]::after {
  border-color: #FF4A37;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-reviews-page__header {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.b-reviews-page__list {
  overflow: hidden;
  overflow-anchor: none;
}
.b-reviews-page__container {
  position: relative;
}
@media (max-width: 999.98px) {
  .b-reviews-page__container {
    margin-bottom: -1px;
  }
}
.b-reviews-page__container_loading {
  min-height: 75vh;
}
@media (max-width: 999.98px) {
  .b-reviews-page__container_loading {
    min-height: 420px;
  }
}
.b-reviews-page__review-card {
  border-bottom: 1px solid #E8EBF1;
}
@media (min-width: 1000px) {
  .b-reviews-page__filter {
    border-bottom: 1px solid #C7D1DF;
    margin: -8px -24px;
    padding: 0 24px 8px;
  }
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.b-review-card {
  display: flex;
  flex-flow: row nowrap;
  margin: 24px 0 0;
  padding: 0 0 24px;
  position: relative;
}
.b-review-card::after {
  content: "";
  position: absolute;
  width: calc(100% + 48px);
  height: 1px;
  bottom: 0;
  right: -24px;
  background: #E8EBF1;
}
.b-review-card__body {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
}
.b-review-card__footer {
  display: flex;
  padding-top: 24px;
  margin-top: auto;
}
.b-review-card__address {
  max-width: 410px;
  margin-left: auto;
  text-align: right;
}
.b-review-card__datetime {
  margin: 0 0 0 auto;
  padding: 0 0 0 16px;
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}
.b-review-card__datetime_reply {
  padding: 0;
  text-align: start;
  margin: 24px 0 0;
}
.b-review-card__aside {
  width: 216px;
  display: flex;
  flex-flow: column nowrap;
  margin-right: 24px;
}
.b-review-card__author-name {
  margin-bottom: 4px;
  white-space: nowrap;
}
.b-review-card__author-link {
  display: inline;
  cursor: pointer;
  color: #1A5DD0;
}
.b-review-card__author-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.b-review-card__comments {
  position: relative;
}
.b-review-card__supplement {
  padding: 16px;
  background-color: #F6F9FF;
  border-radius: 4px;
}
.b-review-card__supplement:not(:last-child) {
  margin-bottom: 8px;
}
.b-review-card__warn-icon-wrapper {
  flex: 0 0 40px;
  padding: 8px 0;
  background: #C7D1DF;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-review-card__warn-message {
  padding: 8px 16px;
  flex: 1 0;
  display: flex;
  align-items: center;
}
.b-review-card__warn {
  margin: 0 0 16px;
  display: flex;
  background: #F3F6FA;
  border-radius: 5px;
}
.b-review-card__warn_resolved {
  background-color: #E0F6EE;
}
.b-review-card__warn_resolved .b-review-card__warn-icon-wrapper {
  background-color: #BDECD5;
}
.b-review-card__warn_theme-light {
  border-left: 6px solid rgba(66, 75, 88, 0.4);
  background-color: #F3F6FA;
  color: #424B58;
}
.b-review-card__warn_theme-light .b-review-card__warn-icon-wrapper {
  background-color: transparent;
}
.b-review-card__warn_theme-light .b-review-card__warn-message {
  padding: 8px;
}
.b-review-card__warn-text-no-reg::before {
  content: "Отзывы от неавторизованных пользователей не участвуют в рейтинге";
}
.b-review-card__warn-text-resolved::before {
  content: "Пациент отметил, что клиника решила проблему";
}
.b-review-card__tooltip {
  margin: 0 16px 8px;
}
.b-review-card__logo {
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  width: 79px;
  height: 12px;
  background: center/contain no-repeat url("/static/_v1/pd/logos/ui-kit/prodoctorov-logo.svg");
}
.b-review-card__comment-wrapper {
  margin: 0 0 16px;
}
.b-review-card__comment-wrapper:last-child {
  margin: 0;
}
.b-review-card__comment-title {
  margin: 0 0 2px;
  display: inline-block;
}
.b-review-card__comment a:hover {
  color: #1A5DD0;
}
.b-review-card__embed-images-container {
  margin-top: 16px;
}
.b-review-card__embed-img-hover {
  position: absolute;
  opacity: 0;
  transition: 0.2s ease-in-out opacity;
  background-color: rgba(26, 93, 208, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-review-card__embed-img-hover::before {
  line-height: 86px;
  text-align: center;
  width: 100%;
  position: absolute;
}
.b-review-card__embed-img-wrapper {
  display: inline-block;
  margin: 0 12px 0 0;
  width: 80px;
  height: 86px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.b-review-card__embed-img-wrapper:hover .b-review-card__embed-img-hover {
  opacity: 1;
}
.b-review-card__embed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-review-card__reply-container {
  width: 100%;
  margin: 0 0 0 16px;
  display: flex;
  flex-flow: column;
}
.b-review-card__reply {
  display: flex;
  flex-flow: row nowrap;
  margin: 16px 0 0;
}
.b-review-card__reply-body {
  position: relative;
  word-break: break-word;
}
.b-review-card__reply-body-part_truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
}
.b-review-card__reply-img--gray {
  filter: grayscale(1);
}
.b-review-card__image-container {
  height: 80vh;
}
.b-review-card__content {
  width: 584px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-consult {
  margin: 0 0 24px;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  line-height: 130%;
}
.b-consult__question {
  padding: 24px;
  background: #F7F9FA;
  border-radius: 5px;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  color: #181D21;
}
.b-consult__answer {
  margin: 16px 0 0;
  display: flex;
  flex-flow: row nowrap;
}
.b-consult__answer-aside {
  padding: 0 14px 0 0;
}
.b-consult__avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  margin: 0 0 0 26px;
  border-radius: 5px;
}
.b-consult__answer-main {
  padding: 0 24px 0 0;
}
.b-consult__title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  color: #181D21;
}
.b-consult__body {
  font-weight: 400;
  font-size: 14px;
  color: #181D21;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-drugrate {
  margin: 0 0 24px;
  flex: 1 1 auto;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  line-height: 130%;
}
.b-drugrate__name {
  font-weight: 400;
  font-size: 20px;
  color: #1A5DD0;
  text-decoration: none;
}
.b-drugrate__name:hover {
  color: #1A5DD0;
  text-decoration: underline;
}
.b-drugrate__body {
  margin: 12px 0 0;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.b-drugrate__aside {
  width: 24%;
  min-width: 192px;
  flex: 0 0 auto;
}
.b-drugrate__stars-container {
  width: 135px;
  margin: 0 11px 0 0;
  padding: 4px;
  border-radius: 5px;
  background-color: #F4F6F7;
}
.b-drugrate__rating {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.b-drugrate__grades {
  margin: 8px 0 0;
}
.b-drugrate__grade {
  margin: 2px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #424B58;
}
.b-drugrate__criteria {
  color: #5A5C61;
}
.b-drugrate__main {
  flex: 1 0 0;
  margin: 0 0 0 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-without-gratitude {
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.b-without-gratitude_full {
  margin-left: 12px;
}
.b-without-gratitude_mobile {
  width: 100%;
  margin-top: 16px;
}
.b-without-gratitude_small {
  height: 28px;
}
.b-without-gratitude__description {
  width: 240px;
  display: flex;
  height: inherit;
  box-sizing: inherit;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #C7D1DF;
  background-color: #F3F6FA;
}
.b-without-gratitude__description_mobile {
  width: calc(100% - 24px);
  background: none;
  border-color: #8DA2BA;
}
.b-without-gratitude__icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  box-sizing: inherit;
  text-indent: initial;
}
.b-without-gratitude__question {
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  font-size: 24px;
  margin-left: 10px;
  box-sizing: inherit;
  text-indent: initial;
  background-color: transparent;
}
.b-without-gratitude__question:hover {
  background-color: transparent;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-recommendations__item {
  padding: 24px 24px 0;
  margin: 0 -24px;
}
.b-recommendations__more-btn-container {
  padding: 24px 0 0;
  margin: 24px -24px 0;
}
.b-recommendations__item + .b-recommendations__item {
  margin-top: 24px;
}
.b-recommendations__item + .b-recommendations__item, .b-recommendations__more-btn-container {
  border-top: 1px solid #E8EBF1;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-recommendation-card_split {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.b-recommendation-card__avatar {
  width: 72px;
  height: 72px;
  margin: 0 16px 0 0;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.b-recommendation-card__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-recommendation-card__title {
  margin: 0 0 4px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-alert {
  border-radius: 4px;
  border-left-width: 6px;
  border-left-style: solid;
  color: #424B58;
  background-color: rgba(66, 75, 88, 0.12);
  border-left-color: rgba(66, 75, 88, 0.4);
}
.b-alert:not([hidden]) {
  display: flex;
}
.b-alert_yellow {
  color: #DF5000;
  background-color: rgba(223, 80, 0, 0.12);
  border-left-color: rgba(223, 80, 0, 0.4);
}
.b-alert_green {
  color: #00815A;
  background-color: rgba(0, 129, 90, 0.12);
  border-left-color: rgba(0, 129, 90, 0.4);
}
.b-alert_red {
  color: #F52A14;
  background-color: rgba(245, 42, 20, 0.12);
  border-left-color: rgba(245, 42, 20, 0.4);
}
.b-alert__icon {
  margin: 6px 6px 6px 10px;
}
.b-alert__content {
  padding: 8px 16px 8px 8px;
  color: #111111;
}
.b-alert__content > *:not(:last-child) {
  margin-bottom: 8px;
}
.b-alert__link, .b-alert__link:hover {
  color: #1A5DD0;
  cursor: pointer;
}
.b-alert__link:not(:hover) {
  text-decoration: underline;
}
.b-alert__link:hover {
  text-decoration: none;
}
.b-gratitudes {
  width: 100%;
  height: 100%;
}
.b-gratitudes__wrapper {
  display: flex;
  align-items: center;
}
.b-gratitudes__container {
  padding: 16px;
}
.b-gratitudes__button {
  width: 100%;
  text-transform: uppercase;
}
.b-gratitudes__answer {
  margin: 4px 0 16px;
}
.b-gratitudes__iframe {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 880px;
  margin: 0 auto;
}
.b-gratitudes__iframe-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.b-gratitudes__description {
  display: block;
}
.b-gratitudes__preloader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 40px;
  transform: translate(-50%);
  transition: all 0.2s ease-out;
  background: url("/static/_v1/pd/gif/doctor-card-preloader.gif") no-repeat center/contain;
}
.b-gratitudes__faq {
  margin: 0;
}
.b-gratitudes__close {
  position: absolute;
  top: 24px;
  right: 40px;
  z-index: 1;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
.b-gratitudes__close:hover {
  background-color: transparent;
}
.b-gratitudes__tooltip {
  right: 0;
}

@media (min-width: 480px) {
  .b-gratitudes {
    width: auto;
    display: flex;
    box-sizing: border-box;
  }
  .b-gratitudes_padding {
    padding: 24px;
  }
  .b-gratitudes__button {
    width: 200px;
  }
  .b-gratitudes__iframe {
    height: 750px;
    width: 360px;
    flex-shrink: 0;
    margin-top: 30px;
  }
  .b-gratitudes__container {
    display: flex;
    flex-direction: column;
    width: 360px;
    margin-right: 24px;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .b-gratitudes__description {
    margin-top: auto;
  }
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-swiper {
  overflow-anchor: none;
  overflow: hidden;
}
.b-swiper .b-swiper__pagination, .b-swiper ~ .b-swiper__pagination {
  position: relative;
  z-index: 5;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
  right: initial;
  bottom: initial;
  width: 100%;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.b-swiper .b-swiper__pagination .swiper-pagination-bullet, .b-swiper ~ .b-swiper__pagination .swiper-pagination-bullet {
  margin: 0 4px;
  transition: 200ms transform, 200ms left;
}
.b-swiper .b-swiper__pagination .swiper-pagination-bullet-active, .b-swiper ~ .b-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #1A5DD0;
}
.b-swiper__navigation {
  left: 0;
  z-index: 5;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  pointer-events: none;
  top: calc(50% - 20px);
  box-sizing: border-box;
  justify-content: space-between;
}
.b-swiper__navigation-item {
  padding: 0;
  z-index: 1;
  width: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  height: inherit;
  position: relative;
  border-radius: 100%;
  pointer-events: all;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  background: #FFFFFF;
  box-shadow: 0 6px 7px rgba(151, 158, 167, 0.3);
}
.b-swiper__navigation-item .b-swiper__navigation-icon {
  width: 20px;
  height: 20px;
  text-indent: 0;
  font-size: 20px !important;
  position: absolute;
  top: calc(50% - 10px);
  background: transparent;
}
.b-swiper__navigation-prev .b-swiper__navigation-icon {
  left: calc(50% - 11px);
}
.b-swiper__navigation-next .b-swiper__navigation-icon {
  left: calc(50% - 9px);
}
.b-swiper_disabled {
  opacity: 0;
  pointer-events: none;
}
.b-swiper_hidden {
  display: none;
}
.b-swiper__track {
  display: flex;
  will-change: transform;
}
.b-swiper__slide {
  flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 480px) {
  .b-swiper__slide {
    width: 100%;
  }
}
.b-popular-doctors-slider-wrapper {
  position: relative;
}

.b-popular-doctors-slider__navigation {
  min-width: calc(100% + 40px);
  transform: translateX(-20px);
  top: calc(50% - 52px);
}
.b-popular-doctors-slider__pagination {
  margin-top: 32px;
}
.b-popular-doctors-slider .b-swiper__track {
  box-sizing: border-box;
}
.b-popular-doctors-slider .b-swiper__slide {
  height: auto;
}
.b-popular-doctors-slider:not(.b-popular-doctors-slider_mobile) .b-swiper__slide {
  width: 50%;
}
.b-popular-doctors-slider:not(.swiper-container) .b-swiper__track {
  gap: 24px;
  padding-bottom: 32px;
}
.b-popular-doctors-slider:not(.swiper-container) .b-swiper__slide {
  flex-shrink: 1;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-box {
  box-sizing: border-box;
  border-radius: 4px;
}
.b-box:not([class*=ui-kit-bg-]) {
  background-color: #FFFFFF;
}
.b-box_border-radius_big {
  border-radius: 10px;
}
.b-box_border-radius_md {
  border-radius: 8px;
}
.b-box_border-radius_group {
  border-radius: 0;
}
.b-box_border-radius_group:first-child {
  border-radius: 10px 10px 0 0;
}
.b-box_border-radius_group:last-child {
  border-radius: 0 0 10px 10px;
}
.b-box_border-radius_none {
  border-radius: 0;
}
.b-box_shadow {
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
}
.b-box_shadow_small {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.04);
}
.b-box_shadow_elevation-1 {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.b-box_border {
  border: 1px solid #E8EBF1;
}
.b-box_border_bottom {
  border-bottom: 1px solid #E8EBF1;
}
.b-box_border_bottom:last-child {
  border: none;
}
.b-box_border-color_light-grey {
  border-color: #D8D8D8;
}
.b-box_border-color_bg-gray-40 {
  border-color: #F3F6FA;
}
.b-box_padding_normal {
  padding: 32px;
}
.b-box_padding_small {
  padding: 24px;
}
.b-box_padding_smaller {
  padding: 16px;
}
.b-box_padding_smallest {
  padding: 8px;
}
.b-box_big-br {
  border-radius: 10px;
}
.b-box_no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-photo-carousel .owl-nav .owl-next, .b-photo-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background: #FFFFFF no-repeat center;
  background-image: url("/static/_v1/pd/icons/arrows/bold-arrow-right.svg");
  border: 1px solid #424B58;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 6px 7px rgba(151, 158, 167, 0.3);
  position: absolute;
  top: calc(50% - 20px);
  transition: 0.4s;
}

.b-photo-carousel.owl-carousel {
  touch-action: manipulation;
}
.b-photo-carousel .owl-nav .owl-prev {
  transform: rotateY(180deg);
  border-color: #E8EBF1;
  left: 8px;
}
.b-photo-carousel .owl-nav .owl-prev:hover {
  transform: translateX(-3px) rotateY(180deg);
}
.b-photo-carousel .owl-nav .owl-next {
  border-color: #E8EBF1;
  right: 8px;
}
.b-photo-carousel .owl-nav .owl-next:hover {
  transform: translateX(3px);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-popup-gallery__popup .mfp-arrow-right, .b-popup-gallery__popup .mfp-arrow-left {
  width: 53px;
  height: 53px;
  background: url("/static/_v1/pd/icons/slider-arrow.svg") no-repeat center;
  border: 1px solid #E8EBF1;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  top: calc(50% - 26px);
  transition: 0.4s;
  outline: none;
}
.b-popup-gallery__popup .mfp-arrow-right:hover, .b-popup-gallery__popup .mfp-arrow-left:hover {
  border-color: #424B58;
}

.b-popup-gallery__popup .mfp-container {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.b-popup-gallery__popup .mfp-content {
  margin: auto 24px;
  width: 750px;
  order: 2;
}
.b-popup-gallery__popup_iframe .mfp-content {
  width: 900px;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper_hidden-title .mfp-bottom-bar {
  display: none;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-bottom-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-title {
  background: #FFFFFF;
  padding: 24px;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-img {
  max-height: 90vh;
  width: 100%;
  padding: 0;
  object-fit: contain;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: rgba(24, 29, 33, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  transition: background-color ease-in-out 0.2s;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close:hover {
  transition: background-color ease-in-out 0.2s;
  background: #181D21;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: 20px;
  top: 13px;
  background: #FFFFFF;
  border-radius: 1px;
  transform: rotateZ(45deg);
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: 20px;
  top: 13px;
  background: #FFFFFF;
  border-radius: 1px;
  transform: rotateZ(-45deg);
}
.b-popup-gallery__popup .mfp-arrow-left {
  order: 1;
}
.b-popup-gallery__popup .mfp-arrow-left:hover {
  transform: translateX(-3px);
}
.b-popup-gallery__popup .mfp-arrow-right {
  transform: rotateY(180deg);
  order: 3;
}
.b-popup-gallery__popup .mfp-arrow-right:hover {
  transform: translateX(3px) rotateY(180deg);
}
.b-popup-gallery__popup .mfp-preloader {
  order: 2;
  position: static;
  margin: 24px;
}
.b-popup-gallery__popup .ellip-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.b-popup-gallery__popup .ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-owl-slider .owl-nav .owl-next, .b-owl-slider .owl-nav .owl-prev {
  width: 53px;
  height: 53px;
  background: url("/static/_v1/pd/icons/slider-arrow.svg") no-repeat center;
  border: 1px solid #E8EBF1;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  position: absolute;
  top: 40%;
  transition: 0.4s;
}

.b-owl-slider.owl-carousel {
  touch-action: pan-y;
}
.b-owl-slider .owl-stage-outer {
  padding: 0 0 24px;
}
.b-owl-slider .owl-stage {
  display: flex;
  flex-flow: row nowrap;
}
.b-owl-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-owl-slider .owl-nav .owl-prev {
  left: -60px;
}
.b-owl-slider .owl-nav .owl-prev:hover {
  transform: translateX(-3px);
}
.b-owl-slider .owl-nav .owl-next {
  transform: rotateY(180deg);
  right: -60px;
}
.b-owl-slider .owl-nav .owl-next:hover {
  transform: translateX(3px) rotateY(180deg);
}
.b-owl-slider .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 11px;
  background: #C7D3D9;
  transition: 0.2s ease all;
}
.b-owl-slider .owl-dot.active {
  background: #1A5DD0;
}
.b-owl-slider .owl-dot.aside {
  width: 5px;
  height: 5px;
  margin: 0 4px;
}
.b-owl-slider .owl-dot.aside_small {
  width: 3px;
  height: 3px;
  margin: 0 4px;
}
.b-owl-slider .owl-dot.aside_none {
  display: none;
}
.b-owl-slider .owl-dot.perm_none {
  display: none;
}
.b-owl-slider_no-stage-padding .owl-stage-outer {
  padding: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-avatar {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 8px;
  box-sizing: border-box;
}
.b-avatar_circle {
  border-radius: 50%;
}
.b-avatar_xs {
  width: 32px;
  height: 32px;
}
.b-avatar_s {
  width: 40px;
  height: 40px;
}
.b-avatar_m {
  width: 56px;
  height: 56px;
}
.b-avatar_l {
  width: 64px;
  height: 64px;
}
.b-avatar_xl {
  width: 80px;
  height: 80px;
}
.b-avatar_border {
  border: 1px solid #C7D1DF;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-preloader {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.b-preloader:not(.b-preloader_local, .b-preloader_card) {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.b-preloader_local, .b-preloader__wrapper, .b-preloader__gif {
  background: url("/static/_v1/pd/gif/doctor-card-preloader.gif") no-repeat center center;
}
.b-preloader_local {
  position: absolute;
  max-width: 200px;
  max-height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
.b-preloader_card {
  width: 100%;
}
.b-preloader__wrapper {
  width: 100%;
  height: 420px;
  padding: 16px;
  box-sizing: inherit;
  overflow: hidden;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  background-color: #FFFFFF;
  border: 1px solid #E8EBF1;
  border-radius: 8px;
}
.b-preloader__gif {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: contain;
}
.b-preloader__gif_width_half {
  width: 50%;
  height: 50%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-tooltip {
  position: relative;
  display: flex;
  height: 24px;
  box-sizing: border-box;
}
.b-tooltip__button {
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
.b-tooltip__hint {
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #E8EBF1;
  box-shadow: 0 0 8px rgba(151, 158, 167, 0.25);
  border-radius: 5px;
  width: 304px;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: 150ms ease-out;
}
.b-tooltip__hint::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 1px solid #E8EBF1;
  box-shadow: 0 0 8px rgba(151, 158, 167, 0.25);
}
.b-tooltip__hint::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.b-tooltip__hint_bottom-left {
  bottom: -8px;
  right: -16px;
  transform: translate(0, 100%);
}
.b-tooltip__hint_bottom-left::before {
  top: -6px;
  right: 21px;
}
.b-tooltip__hint_bottom-left::after {
  top: 0;
  left: 0;
}
.b-tooltip__hint_top-left {
  top: -8px;
  right: -16px;
  transform: translate(0, -100%);
}
.b-tooltip__hint_top-left::before {
  bottom: -6px;
  right: 21px;
}
.b-tooltip__hint_top-left::after {
  bottom: 0;
  left: 0;
}
.b-tooltip__hint_center-left {
  top: 50%;
  left: calc(100% + 16px);
  transform: translate(0, -50%);
}
.b-tooltip__hint_center-left::before {
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: -8px;
  z-index: -1;
}
.b-tooltip__hint_center-left::after {
  width: 12px;
  height: 100%;
  top: 0;
  left: 0;
}
.b-tooltip__hint_show {
  opacity: 1;
}

@media (min-width: 480px) {
  .b-tooltip__button:hover {
    background-color: transparent;
  }
  .b-tooltip__hint {
    width: 260px;
  }
  .b-tooltip__button:hover ~ .b-tooltip__hint {
    opacity: 1;
  }
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-btn-fixed {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 8px 24px;
  background-color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transform: translateY(103%);
  transition: transform 0.3s, opacity 0.3s 0.3s;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.b-btn-fixed_active {
  opacity: 1;
  transform: none;
  transition: transform 0.3s;
}
.b-btn-fixed__control {
  width: 100%;
  pointer-events: all;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-slider {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.b-slider__container {
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-slider__slide {
  position: relative;
  flex-shrink: 0;
  transition-property: transform;
  box-sizing: border-box;
}
.b-slider__slide_tab_active {
  color: #1A5DD0;
  box-shadow: inset 0 -2px 0 0 #1A5DD0;
}
.b-slider__slide_tab_active:hover {
  color: #1A5DD0;
}
.b-slider__pagination {
  z-index: 10;
  position: absolute;
  text-align: center;
}
.b-slider__control {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0 6px 7px rgba(151, 158, 167, 0.3);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: 150ms ease-out;
  outline: none;
}
.b-slider__control_center {
  top: 50%;
  transform: translateY(-50%);
}
.b-slider__control_disabled {
  opacity: 0;
}
.b-slider__control_next {
  right: 8px;
}
.b-slider__control_prev {
  left: 8px;
}
.b-slider__control-shadow {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 150ms;
}
.b-slider__control-shadow_right {
  background: linear-gradient(270deg, #FFFFFF 2.16%, rgba(255, 255, 255, 0.5) 50.71%, rgba(255, 255, 255, 0) 103.57%);
}
.b-slider__control-shadow_left {
  background: linear-gradient(90deg, #FFFFFF 2.16%, rgba(255, 255, 255, 0.5) 50.71%, rgba(255, 255, 255, 0) 103.57%);
}
.b-slider__control_disabled ~ .b-slider__control-shadow {
  background: transparent;
  z-index: 0;
}
.b-slider__control-wrap {
  position: relative;
  width: 56px;
  height: 100%;
}
.b-slider__wrap-button {
  position: absolute;
  height: 173px;
}
.b-slider__control-icon {
  font-weight: 500;
}
.b-slider__control-icon.ui-icon {
  text-indent: 0;
  background-image: none;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-medals {
  padding-bottom: 250px;
  margin-bottom: -250px;
  padding-top: 40px;
  margin-top: -40px;
  overflow-x: hidden;
}
.b-medals__slider {
  overflow: visible;
}
.b-medals__container {
  box-sizing: border-box;
  height: 124px;
  align-items: flex-start;
}
.b-medals__container_no-swiper {
  padding: 0 24px;
}
.b-medals__container_no-swiper .b-slider__control {
  display: none;
}
.b-medals__image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 120px;
  padding: 8px;
  border-radius: 8px;
  background-color: #F3F6FA;
  box-sizing: border-box;
}
.b-medals__link, .b-medals__description {
  display: none;
  text-align: center;
  margin: 16px auto 0;
}
.b-medals__link-text {
  border-bottom: 1px dashed #1A5DD0;
}
.b-medals__link {
  border: none;
  background-color: transparent;
  transition: 150ms ease-out;
  text-decoration: none;
}
.b-medals__link:hover {
  color: #1A5DD0;
  background-color: transparent;
}
.b-medals__link:hover .b-medals__link-text {
  border-bottom: none;
}
.b-medals__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: 150ms ease-out;
}
.b-medals__card:hover {
  width: 172px;
  height: auto;
  top: -24px;
  left: -16px;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: 1px solid #C7D1DF;
}
.b-medals__card:hover .b-medals__description,
.b-medals__card:hover .b-medals__link {
  display: block;
}
.b-medals__item {
  position: relative;
  width: 140px;
  margin-right: 24px;
  transition: 150ms ease-out;
  cursor: pointer;
  box-sizing: border-box;
}
.b-medals__image {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
}
.favourite-btn[data-v-e8a7f016] {
  cursor: pointer;
  border-radius: 20px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app .v-application--wrap {
  min-height: initial;
}
#app input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-doctor-card {
  font-family: "Inter", "Arial", sans-serif;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  border: 1px solid #E8EBF1;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
}
.b-doctor-card:not(:last-child) {
  margin-bottom: 16px;
}
.b-doctor-card__rating {
  display: inline-flex;
  align-items: center;
  padding: 10px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.b-doctor-card__text-with-dot:not(:last-child)::after {
  content: "·";
}
.b-doctor-card__lpu-map {
  opacity: 1;
}
.b-doctor-card__modal-button {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.b-doctor-card__lpu-map:not(.popup-map-button_ready) > .b-doctor-card__modal-button {
  opacity: 0.5;
}
.b-doctor-card_style_clear {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.b-doctor-card_border_bottom {
  border-bottom: 1px solid #E8EBF1;
}
.b-doctor-card .b-select__trigger-adit-text,
.b-doctor-card .b-select__trigger-text {
  font-size: 14px;
}
.b-doctor-card__phone {
  text-decoration: none;
  color: #1A5DD0;
}
.b-doctor-card__phone_hidden {
  display: none;
}
.b-doctor-card__lpu-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-card__selected-lpu-info_hidden {
  display: none;
}
.b-doctor-card__lpu-address {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #424B58;
}
.b-doctor-card__footer {
  position: relative;
  margin-top: 8px;
}
.b-doctor-card__favourite-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
.b-doctor-card__anchor-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
}
.b-doctor-card__tabs {
  padding: 0 8px;
}
.b-doctor-card__tabs_club {
  padding: 0;
}
.b-doctor-card__tabs-wrapper {
  display: flex;
  margin: 16px 0;
  overflow: auto;
}
.b-doctor-card__tabs-wrapper_club {
  display: initial;
  overflow: initial;
}
.b-doctor-card__tab-price-off {
  text-decoration: line-through;
  color: #607A93;
}
.b-doctor-card__wp-schedule-wrapper_hidden {
  display: none;
}
.b-doctor-card .b-doctor-card__na-dom-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.b-doctor-card .b-doctor-card__na-dom-btn .b-icon-clinic-car {
  margin: 0 8px 0 0;
}
.b-doctor-card__visit-info {
  margin: 8px 0 0;
  color: #607A93;
}
.b-doctor-card__slot {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #1A5DD0;
  border-radius: 5px;
  padding: 9px 10px 7px;
  margin-left: 8px;
  display: inline-block;
  border: transparent;
  outline: none;
}
.b-doctor-card__select-lpu {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
  font-family: "Inter", "Arial", sans-serif;
}
.b-doctor-card__closest-time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #424B58;
  margin-bottom: 16px;
  padding: 0 8px;
}
.b-doctor-card__closest-time_display_flex {
  display: flex;
  justify-content: center;
}
.b-doctor-card__closest-time_color_black {
  color: #181D21;
  font-weight: 500;
}
.b-doctor-card__calendar-date {
  min-width: 130px;
  text-align: center;
  align-self: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #181D21;
}
.b-doctor-card__preloader {
  background: #FFFFFF url("/static/_v1/pd/preloaders/primary.svg") no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: contain;
}
.b-doctor-card__preloader_active {
  display: none;
}
.b-doctor-card__calendar-arrow {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.b-doctor-card__calendar-arrow_next {
  transform: rotateY(180deg);
}
.b-doctor-card__calendar-arrow_disable path {
  stroke: #E8EBF1;
}
.b-doctor-card__calendar-arrow_disable rect {
  stroke: #E8EBF1;
}
.b-doctor-card__metro-branch {
  display: inline-block;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-bottom: 1px;
}
.b-doctor-card__appointment-calendar_min-height {
  min-height: 100px;
}
.b-doctor-card__appointment-slots {
  height: 45px;
  width: -webkit-max-content;
  width: max-content;
}
.b-doctor-card__appointment-slots-wrapper {
  overflow-x: scroll;
  height: 45px;
  margin-top: 10px;
  display: flex;
}
.b-doctor-card__appointment-time-container {
  overflow: hidden;
  height: 45px;
  position: relative;
}
.b-doctor-card__appointment-time-container_margin_minus {
  margin-top: -10px;
  margin-bottom: 10px;
}
.b-doctor-card__appointment-time-container_gradient::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 24%, rgba(255, 255, 255, 0) 100%);
  left: -10px;
  top: 0;
  transform: rotateZ(180deg);
}
.b-doctor-card__appointment-time-container_gradient::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background: linear-gradient(270deg, #FFFFFF 24%, rgba(255, 255, 255, 0) 100%);
  right: -6px;
  top: 0;
}
.b-doctor-card__appointment-button {
  width: 100%;
}
.b-doctor-card__appointment-button_closest-time {
  background: #C7D3D9;
  color: #181D21;
}
.b-doctor-card_special-placement {
  position: relative;
  border-color: #FFA928;
}
.b-doctor-card_special-placement::before {
  content: "Спецразмещение";
  position: absolute;
  top: 64px;
  left: -38px;
  transform: rotateZ(-90deg);
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #FFA928;
}
.b-doctor-card_special-placement[data-ad-text-offset=one-icon]::before {
  top: 104px;
}
.b-doctor-card_special-placement[data-ad-text-offset=two-icon]::before {
  top: 136px;
}
.b-doctor-card_border_yellow {
  border: 1px solid #FFA928;
}
.b-doctor-card_z-index_one {
  z-index: 1;
}
.b-doctor-card__price-off-title {
  font-size: 12px;
  color: #111111;
  margin-bottom: 8px;
}
.b-doctor-card__price-off {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #424B58;
  margin-bottom: 8px;
  padding-left: 8px;
}
.b-doctor-card__price {
  font-weight: 500;
  color: #181D21;
}
.b-doctor-card__price_old {
  position: relative;
  color: #424B58;
}
.b-doctor-card__price_old::before {
  position: absolute;
  content: "";
  left: -10%;
  top: 45%;
  right: 0;
  border-top: 1px solid #ED2227;
  transform: rotate(-12deg);
  width: 120%;
}
.b-doctor-card__discount {
  background: #F72D5E;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 5px;
  margin: 0 0 0 8px;
}
.b-doctor-card__photo {
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 8px 8px 0 0;
}
.b-doctor-card__warning-text {
  padding-top: 2px;
}
.b-doctor-card.hidden {
  display: none !important;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-map__button {
  margin: 0 auto;
  display: flex;
}
.b-map__btn-text {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  border-bottom: 2px dashed currentColor;
  transition: 0.2s ease-in-out border-bottom-color;
}
.b-map__preview-button {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  position: relative;
  background: no-repeat center/cover;
  overflow: hidden;
}
.b-map__preview-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 69, 83, 0.4) 0%, rgba(48, 69, 83, 0.54) 100%);
  transition: 0.2s ease-in-out background-color;
}
.b-map__preview-button:hover::after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 69, 83, 0.2) 0%, rgba(48, 69, 83, 0.4) 100%);
}
.b-map__preview-button:hover .b-map__btn-text {
  border-bottom: 2px dashed transparent;
}
.b-map__icon {
  position: absolute;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  top: 50%;
  right: 32px;
  background: url("/static/_v1/pd/icons/diagonal-arrows.svg") no-repeat center #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1575);
  z-index: 1;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-chip {
  height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 70px;
  background-color: #C7D1DF;
  color: #111111;
  cursor: pointer;
  text-decoration: none;
}
.b-chip_has-icon {
  padding: 0 8px;
}
.b-chip_extended {
  height: 40px;
  border-radius: 87px;
  padding: 0 16px;
}
.b-chip_icon {
  border-radius: 20px;
  font-size: 24px;
  padding: 0 12px;
}
.b-chip_disabled {
  background-color: #C7D1DF;
  color: #8DA2BA;
}
.b-chip_outlined {
  background-color: transparent;
  border: 1px solid #8DA2BA;
}
.b-chip_outlined_white {
  background-color: #FFFFFF;
}
.b-chip_disabled.b-chip_outlined {
  border: 1px solid #C7D1DF;
  color: #607A93;
}
.b-chip_blue {
  background-color: transparent;
  border: 1px solid #1A5DD0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.staff-appointment-type {
  margin: 8px 0;
  display: flex;
  justify-content: center;
}
.staff-appointment-type__text {
  padding: 4px 8px;
  background-color: #FFF000;
  border-radius: 8px;
}
.staff-appointment-type[hidden] {
  display: none;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.base-dialog__toolbar[data-v-276050f2] {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
}
.base-dialog__body[data-v-276050f2] {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background-color: #FFFFFF;
  flex: 1 1 auto;
}
.base-dialog__body--desktop[data-v-276050f2] {
  max-height: 90vh;
}
@supports (max-height: 90dvh) {
.base-dialog__body--desktop[data-v-276050f2] {
    max-height: 90dvh;
}
}
.base-dialog__content[data-v-276050f2] {
  position: relative;
  padding: 16px 24px 24px;
  flex: 1 1 auto;
}
.base-dialog__actions[data-v-276050f2] {
  display: flex;
  align-items: center;
  padding: 8px 24px 24px;
}
.base-dialog__actions > .base-dialog__action-btn[data-v-276050f2]:not(:nth-child(2)):last-child {
  margin-left: 16px;
}
.base-dialog_sm .base-dialog__toolbar[data-v-276050f2] {
  padding-top: 24px;
}
.base-dialog_sm .base-dialog__actions[data-v-276050f2], .base-dialog_md .base-dialog__actions[data-v-276050f2] {
  padding: 8px;
}
.base-dialog_sm .base-dialog__actions > .base-dialog__action-btn[data-v-276050f2]:not(:nth-child(2)):last-child, .base-dialog_md .base-dialog__actions > .base-dialog__action-btn[data-v-276050f2]:not(:nth-child(2)):last-child {
  margin-left: 8px;
}
.base-dialog_lg .base-dialog__content[data-v-276050f2] {
  padding-top: 24px;
}
.custom-scroll[data-v-276050f2] {
  border-color: #C7D1DF;
  transition: border-color 0.1s ease-in;
}
.custom-scroll[data-v-276050f2]::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
  border-color: inherit;
  border-right-style: inset;
  border-right-width: calc(100vw + 100vh);
}
.custom-scroll[data-v-276050f2]::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
  background-color: #F3F6FA;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.case-image[data-v-222d3427] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.case-image__image[data-v-222d3427] {
  display: block;
  object-fit: contain;
  border-radius: 4px;
}
.case-images[data-v-2724f1dc] {
  display: flex;
  flex-wrap: wrap;
}
.case-images__item[data-v-2724f1dc]:not(:nth-last-child(-n+3)) {
  margin-bottom: 16px;
}
.case-images__item[data-v-2724f1dc]:not(:nth-child(3n), :last-child) {
  margin-right: 16px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.case-images-slider-slide[data-v-da0b2946]:not(:last-child) {
  margin-right: 16px;
}
.flex-basis-50[data-v-6dd30713] {
  flex-basis: 50%;
}
.opacity-50[data-v-6dd30713] {
  opacity: 0.5;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.preview-cases-slider {
  width: 100%;
}
.preview-cases-slider__slide {
  box-sizing: border-box;
  padding: 16px;
  width: 202px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #C7D1DF;
  cursor: pointer;
}
.preview-cases-slider__slide:not(:last-child) {
  margin-right: 8px;
}
.preview-cases-slider__slide-more {
  padding: 0;
  flex-direction: row;
  justify-content: end;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  width: 176px;
}
.preview-cases-slider__image-preview-wrapper {
  position: relative;
  width: 170px;
  height: 170px;
}
.preview-cases-slider__image-preview {
  position: absolute;
  display: block;
  inset: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px -2px rgba(0, 0, 0, 0.2) !important;
}
.preview-cases-slider__image-preview:nth-child(2) {
  transform: rotate(-10deg);
  z-index: -1;
}
.preview-cases-slider__image-preview:nth-child(3) {
  transform: rotate(10deg);
  z-index: -2;
}
.preview-cases-slider__price {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  height: 32px;
  background-color: #ECF1FB;
  color: #1A5DD0;
  border-radius: 9999px;
}
.preview-cases-slider__btn-more {
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.preview-cases-slider__btn-more:hover {
  background-color: #ECF1FB;
}
.service-details-modal-content {
  min-height: 100px;
}
@charset "UTF-8";
.service-details-content-item[data-v-238ad0f0] {
  white-space: nowrap;
}
.service-details-content-item[data-v-238ad0f0]:not(:first-child)::before {
  content: "•";
  margin-left: 8px;
  margin-right: 8px;
}
@charset "UTF-8";
.drawer[data-v-0cceb242] {
  z-index: 120 !important; /* Чтобы перебить поиск на desktop */
}
.progress-circular[data-v-0cceb242] {
  display: flex;
  width: 100%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app[data-video-card][data-v-1c833626] {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app[data-video-card] .v-application--wrap[data-v-1c833626] {
  min-height: initial;
}
#app[data-video-card] input[data-v-1c833626] {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app[data-video-card] .v-input--selection-controls__input .v-icon[data-v-1c833626] {
  height: initial;
  background: transparent;
}
.height-inherit[data-v-1c833626] {
  height: inherit;
}
.video-card-wrapper[data-v-1c833626] {
  position: relative;
}
.video-card-player[data-v-1c833626] {
  width: 100%;
  height: 100vh;
}
@supports (height: 100dvh) {
.video-card-player[data-v-1c833626] {
    height: 100dvh;
}
}
.video-card-play[data-v-1c833626] {
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background-color: #ECF1FB;
  border-radius: 100%;
}
.video-card-player-close[data-v-1c833626] {
  top: 16px;
  left: 8px;
  z-index: 5;
  position: absolute;
}
.video-card-switch-state[data-v-1c833626] {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
  height: calc(100% - 50px);
}
.video-card-time-cover[data-v-1c833626] {
  width: 100%;
  left: 0;
  bottom: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
}
.video-card-time[data-v-1c833626] {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.8);
}
[data-flavour=full] .video-card-player[data-v-1c833626] {
  height: 100%;
}
@media screen and (min-height: 900px) {
[data-flavour=full] .video-card-player[data-v-1c833626] {
    max-height: 743px;
}
}
#app[data-video-card] .v-dialog--fullscreen {
  overflow-y: hidden;
}
#app[data-video-card] .v-dialog:not(.v-dialog--fullscreen) {
  max-height: initial;
  height: 85%;
}
@media screen and (min-height: 900px) {
[data-flavour=full] #app[data-video-card] .v-dialog:not(.v-dialog--fullscreen) {
    height: auto;
}
}
[data-theme=pd-dark-light][data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-theme=pd-dark-light] .tippy-content {
  background-color: rgba(117, 117, 117, 0.8980392157);
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-menu {
  display: none;
}
.v-menu--attached {
  display: inline;
}
.v-menu__content {
  position: absolute;
  display: inline-block;
  max-width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px -2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.v-menu__content--active {
  pointer-events: none;
}
.v-menu__content--auto .v-list-item {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-menu__content--fixed {
  position: fixed;
}
.v-menu__content > .card {
  contain: content;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.v-menu > .v-menu__content {
  max-width: none;
}
.v-menu-transition-enter .v-list-item {
  min-width: 0;
  pointer-events: none;
}
.v-menu-transition-enter-to .v-list-item {
  transition-delay: 0.1s;
}
.v-menu-transition-leave-active, .v-menu-transition-leave-to {
  pointer-events: none;
}
.v-menu-transition-enter, .v-menu-transition-leave-to {
  opacity: 0;
}
.v-menu-transition-enter-active, .v-menu-transition-leave-active {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-menu-transition-enter.v-menu__content--auto {
  transition: none !important;
}
.v-menu-transition-enter.v-menu__content--auto .v-list-item {
  opacity: 0;
  transform: translateY(-15px);
}
.v-menu-transition-enter.v-menu__content--auto .v-list-item--active {
  opacity: 1;
  transform: none !important;
  pointer-events: auto;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.review-card-tooltips__stars {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 8px;
  height: 32px;
  cursor: default;
  color: #DF5000;
  background-color: #FFF2D9;
}
.review-card-tooltips__stars_positive {
  color: #00815A;
  background-color: #E0F6EE;
}
.review-card-tooltips__stars_negative {
  color: #F52A14;
  background-color: #FCE8E8;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app[data-mark-of-shame] {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app[data-mark-of-shame] .v-application--wrap {
  min-height: initial;
}
#app[data-mark-of-shame] input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app[data-mark-of-shame] .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.selectable-tab[data-v-0a97b756] {
  position: relative;
  padding: 4px 16px 12px;
  color: #111111;
  background-color: #FFFFFF;
  border: 1px solid #C7D1DF;
  border-radius: 8px;
  cursor: pointer;
}
.selectable-tab_active[data-v-0a97b756] {
  color: #1A5DD0;
  border-color: #1A5DD0;
  background-color: #ECF1FB;
}
.selectable-tab_small[data-v-0a97b756] {
  padding: 4px 12px 8px;
}
.selectable-tab_disabled[data-v-0a97b756] {
  cursor: default;
  color: #607A93;
  border-color: #F3F6FA;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.slider-group[data-v-414b415a] {
  position: relative;
}
.slider-group__slider[data-v-414b415a] {
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
}
.slider-group__container[data-v-414b415a] {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-group__container[data-v-414b415a]::-webkit-scrollbar {
  display: none;
}
.slider-group__button[data-v-414b415a] {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 0.2s ease-in-out;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.slider-group__button_next[data-v-414b415a] {
  right: -16px;
}
.slider-group__button_prev[data-v-414b415a] {
  left: -16px;
}
.slider-group__button_hidden[data-v-414b415a] {
  opacity: 0;
  visibility: hidden;
}
.slider-group__fog[data-v-414b415a] {
  pointer-events: none;
  z-index: 1;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.1s linear;
}
.slider-group__fog_visible[data-v-414b415a] {
  width: 48px;
}
.slider-group__fog_left[data-v-414b415a] {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0.71%, rgba(255, 255, 255, 0.8099) 11.66%, rgba(255, 255, 255, 0.6198) 21.74%, rgba(255, 255, 255, 0.3843) 31.54%, rgba(255, 255, 255, 0) 42.77%);
}
.slider-group__fog_right[data-v-414b415a] {
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 0.71%, rgba(255, 255, 255, 0.8099) 11.66%, rgba(255, 255, 255, 0.6198) 21.74%, rgba(255, 255, 255, 0.3843) 31.54%, rgba(255, 255, 255, 0) 42.77%);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.calendar-stub[data-v-73bc3fae] {
  width: 100%;
  padding: 50px 0;
  border-radius: 4px;
  background-color: #F3F6FA;
  color: #424B58;
  text-align: center;
}
.slot-buttons__button[data-v-54b9ab53] {
  transition: none;
}
.slot-buttons__container[data-v-54b9ab53] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
[data-ff-pd-redesign-buttons=True] .slot-buttons__button[data-v-54b9ab53] {
  height: 40px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.appointment-calendar[data-v-e06d38de] {
  max-width: 100%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-appointment-calendar-services {
  padding: 8px 0 16px;
  border-radius: 4px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-autocomplete.v-input > .v-input__control > .v-input__slot {
  cursor: text;
}
.v-autocomplete input {
  align-self: center;
}
.v-autocomplete.v-select.v-input--is-focused input {
  min-width: 64px;
}
.v-autocomplete:not(.v-input--is-focused).v-select--chips input {
  max-height: 0;
  padding: 0;
}
.v-autocomplete--is-selecting-index input {
  opacity: 0;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
  margin-top: 24px;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot > input {
  margin-top: 20px;
}
.v-autocomplete__content.v-menu__content {
  border-radius: 0;
}
.v-autocomplete__content.v-menu__content .v-card {
  border-radius: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.theme--light.v-select .v-select__selections {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-select.v-input--is-disabled .v-select__selections {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-select .v-select__selection--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
  color: #FFFFFF;
}

.theme--dark.v-select .v-select__selections {
  color: #FFFFFF;
}
.theme--dark.v-select.v-input--is-disabled .v-select__selections {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-select .v-select__selection--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
  color: rgba(0, 0, 0, 0.87);
}

.v-select {
  position: relative;
}
.v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections {
  flex-wrap: nowrap;
}
.v-select > .v-input__control > .v-input__slot {
  cursor: pointer;
}
.v-select .v-chip {
  flex: 0 1 auto;
  margin: 4px;
}
.v-select .v-chip--selected:after {
  opacity: 0.22;
}
.v-select .fade-transition-leave-active {
  position: absolute;
  left: 0;
}
.v-select.v-input--is-dirty ::-webkit-input-placeholder {
  color: transparent !important;
}
.v-select.v-input--is-dirty ::placeholder {
  color: transparent !important;
}
.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
  line-height: 20px;
  top: 7px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__selections {
  padding-top: 20px;
}
.v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections {
  padding: 8px 0;
}
.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections {
  padding: 4px 0;
}
.v-select.v-text-field input {
  flex: 1 1;
  min-width: 0;
  position: relative;
}
.v-select.v-text-field:not(.v-text-field--single-line) input {
  margin-top: 0;
}
.v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
  transform: rotate(180deg);
}
.v-select.v-select--chips input {
  margin: 0;
}
.v-select.v-select--chips .v-select__selections {
  min-height: 42px;
}
.v-select.v-select--chips.v-input--dense .v-select__selections {
  min-height: 40px;
}
.v-select.v-select--chips .v-chip--select.v-chip--active::before {
  opacity: 0.2;
}
.v-select.v-select--chips.v-select--chips--small .v-select__selections {
  min-height: 26px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
  min-height: 68px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-input--dense .v-select__selections {
  min-height: 40px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
  min-height: 26px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections {
  min-height: 38px;
}
.v-select.v-text-field--reverse .v-select__slot,
.v-select.v-text-field--reverse .v-select__selections {
  flex-direction: row-reverse;
}
.v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete) {
  pointer-events: none;
}
.v-select__selections {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
  line-height: 18px;
  max-width: 100%;
  min-width: 0;
}
.v-select__selection {
  max-width: 90%;
}
.v-select__selection--comma {
  margin: 7px 4px 7px 0;
  min-height: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-select.v-input--dense .v-select__selection--comma {
  margin: 5px 4px 3px 0;
}
.v-select.v-input--dense .v-chip {
  margin: 0 4px 0 4px;
}
.v-select__slot {
  position: relative;
  align-items: center;
  display: flex;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
  align-self: flex-end;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-simple-checkbox {
  align-self: center;
  line-height: normal;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
.v-simple-checkbox .v-icon {
  cursor: pointer;
}

.v-simple-checkbox--disabled {
  cursor: default;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.theme--light.v-subheader {
  color: rgba(0, 0, 0, 0.6);
}

.theme--dark.v-subheader {
  color: rgba(255, 255, 255, 0.7);
}

.v-subheader {
  align-items: center;
  display: flex;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px 0 16px;
}
.v-subheader--inset {
  margin-left: 56px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.search-combobox.v-text-field--outlined fieldset {
  border-width: 0;
}
.search-combobox.v-input--is-focused fieldset {
  border-width: 2px;
}
.search-combobox.v-input input::-webkit-input-placeholder {
  opacity: 1;
  color: #607A93;
}
.search-combobox.v-input input::placeholder {
  opacity: 1;
  color: #607A93;
}
.search-combobox.v-input--is-focused input::-webkit-input-placeholder {
  opacity: 0;
}
.search-combobox.v-input--is-focused input::placeholder {
  opacity: 0;
}
.attach-doctor-service-prices-lpu-select-menu {
  position: relative;
}
.attach-doctor-service-prices-lpu-select-menu > .menu-content {
  left: 0 !important;
  top: 0 !important;
}
.doctor-service-prices-lpu-select {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  min-height: 56px;
}
.doctor-service-prices-lpu-select_desktop {
  width: 359px;
}
.doctor-service-prices-lpu-select_mobile {
  padding-top: 1px !important;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.doctor-service-prices-price-list {
  overflow-wrap: break-word;
  word-break: break-word;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.doctor-service-prices-update-info {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
}
.doctor-service-prices-update-info:empty::before {
  content: " ";
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-input--selection-controls {
  margin-top: 16px;
  padding-top: 4px;
}
.v-input--selection-controls > .v-input__append-outer,
.v-input--selection-controls > .v-input__prepend-outer {
  margin-top: 0;
  margin-bottom: 0;
}
.v-input--selection-controls:not(.v-input--hide-details) > .v-input__slot {
  margin-bottom: 12px;
}
.v-input--selection-controls .v-input__slot,
.v-input--selection-controls .v-radio {
  cursor: pointer;
}
.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  height: auto;
}
.v-input--selection-controls__input {
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  height: 24px;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-property: transform;
  width: 24px;
  -webkit-user-select: none;
          user-select: none;
}
.v-input--selection-controls__input .v-icon {
  width: 100%;
}
.v-application--is-ltr .v-input--selection-controls__input {
  margin-right: 8px;
}
.v-application--is-rtl .v-input--selection-controls__input {
  margin-left: 8px;
}
.v-input--selection-controls__input input[role=checkbox],
.v-input--selection-controls__input input[role=radio],
.v-input--selection-controls__input input[role=switch] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.v-input--selection-controls__input + .v-label {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.v-input--selection-controls__ripple {
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  position: absolute;
  transition: inherit;
  width: 34px;
  left: -12px;
  top: calc(50% - 24px);
  margin: 7px;
}
.v-input--selection-controls__ripple:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 0;
  transform-origin: center center;
  transform: scale(0.2);
  transition: inherit;
}
.v-input--selection-controls__ripple > .v-ripple__container {
  transform: scale(1.2);
}
.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple {
  width: 28px;
  height: 28px;
  left: -9px;
}
.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple {
  top: calc(50% - 21px);
}
.v-input--selection-controls.v-input {
  flex: 0 1 auto;
}
.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
  background: currentColor;
  transform: scale(1.2);
}
.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
  color: inherit;
}
.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly) {
  pointer-events: none;
}

.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
  background: currentColor;
  transform: scale(1.2);
  transition: none;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.theme--light.v-input--switch .v-input--switch__thumb {
  color: #FFFFFF;
}
.theme--light.v-input--switch .v-input--switch__track {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
  color: #fafafa !important;
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
  color: rgba(0, 0, 0, 0.12) !important;
}

.theme--dark.v-input--switch .v-input--switch__thumb {
  color: #bdbdbd;
}
.theme--dark.v-input--switch .v-input--switch__track {
  color: rgba(255, 255, 255, 0.3);
}
.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
  color: #424242 !important;
}
.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
  color: rgba(255, 255, 255, 0.1) !important;
}

.v-input--switch__track, .v-input--switch__thumb {
  background-color: currentColor;
  pointer-events: none;
  transition: inherit;
}
.v-input--switch__track {
  border-radius: 8px;
  width: 36px;
  height: 14px;
  left: 2px;
  position: absolute;
  opacity: 0.6;
  right: 2px;
  top: calc(50% - 7px);
}
.v-input--switch__thumb {
  border-radius: 50%;
  top: calc(50% - 10px);
  height: 20px;
  position: relative;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-input--switch .v-input--selection-controls__input {
  width: 38px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-input--switch .v-input--selection-controls__ripple {
  top: calc(50% - 24px);
}
.v-input--switch.v-input--dense .v-input--switch__thumb {
  width: 18px;
  height: 18px;
}
.v-input--switch.v-input--dense .v-input--switch__track {
  height: 12px;
  width: 32px;
}
.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track {
  height: 22px;
  width: 44px;
  top: calc(50% - 12px);
  left: -3px;
}
.v-input--switch.v-input--dense .v-input--selection-controls__ripple {
  top: calc(50% - 22px);
}
.v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input {
  opacity: 0.6;
}
.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple {
  left: -14px;
}
.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple {
  left: -12px;
}
.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(20px, 0);
}
.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
  right: -14px;
}
.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple {
  right: -12px;
}
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(-20px, 0);
}
.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-input--switch--inset .v-input--switch__track,
.v-input--switch--inset .v-input--selection-controls__input {
  width: 48px;
}
.v-input--switch--inset .v-input--switch__track {
  border-radius: 14px;
  height: 28px;
  left: -4px;
  opacity: 0.32;
  top: calc(50% - 14px);
}
.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb {
  transform: translate(0, 0) !important;
}
.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb {
  transform: translate(-6px, 0) !important;
}
.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(20px, 0) !important;
}
.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(-26px, 0) !important;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.filter-online[data-v-66c4c817] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #F6F9FF;
}
.doctor-service-prices-lpu_desktop {
  max-width: 359px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-chip-group .v-chip {
  margin: 4px 8px 4px 0;
}
.v-chip-group .v-chip--active {
  color: inherit;
}
.v-chip-group .v-chip--active.v-chip--no-color:after {
  opacity: 0.22;
}
.v-chip-group .v-chip--active.v-chip--no-color:focus:after {
  opacity: 0.32;
}

.v-chip-group .v-slide-group__content {
  padding: 4px 0;
}

.v-chip-group--column .v-slide-group__content {
  white-space: normal;
  flex-wrap: wrap;
  max-width: 100%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.v-slide-group {
  display: flex;
}
.v-slide-group:not(.v-slide-group--has-affixes) > .v-slide-group__prev,
.v-slide-group:not(.v-slide-group--has-affixes) > .v-slide-group__next {
  display: none;
}
.v-slide-group.v-item-group > .v-slide-group__next,
.v-slide-group.v-item-group > .v-slide-group__prev {
  cursor: pointer;
}

.v-slide-item {
  display: inline-flex;
  flex: 0 1 auto;
}

.v-slide-group__next,
.v-slide-group__prev {
  align-items: center;
  display: flex;
  flex: 0 1 52px;
  justify-content: center;
  min-width: 52px;
}

.v-slide-group__content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}

.v-slide-group__wrapper {
  contain: content;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
  pointer-events: none;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.appointment-type-filter-list__chip[data-v-6871634e] {
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
  border-radius: 87px;
  color: #FFFFFF;
}
.appointment-type-filter-list__chip.v-chip--active[data-v-6871634e] {
  color: #1A5DD0;
}
.appointment-filter-list__chip[data-v-6871634e] {
  border-color: #8DA2BA;
}
.appointment-filter-list__chip.v-chip--active[data-v-6871634e] {
  color: #1A5DD0;
}
[data-v-6871634e] .v-slide-group__content {
  padding: 0;
}
[data-v-51274866] input {
  padding: 8px 0 !important;
}
[data-v-10045ae6] input {
  height: 0 !important;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.doctor-price-block-item__club-badge[data-v-2f643e66] {
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 10px;
  background: radial-gradient(102.46% 204.23% at 12.61% 9.84%, #FFA553 0%, #FF4A37 100%);
  position: absolute;
  top: -18px;
  right: -4px;
}
.mtlink-slider__pagination {
  margin-top: 16px;
}
.mtlink-slider[data-v-24dd2461] {
  height: 100%;
}
.mtlink-slider__track[data-v-24dd2461] {
  height: calc(100% - 24px);
}
.mtlink-slider__image-container[data-v-24dd2461] {
  position: relative;
  height: calc(100% - 68px);
  margin-bottom: 16px;
}
.mtlink-slider__image[data-v-24dd2461] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mtlink-modal__layout[data-v-652fe3d4] {
  height: 100%;
}
.mtlink-modal__slider[data-v-652fe3d4] {
  flex-grow: 1;
}
.mtlink-modal__actions[data-v-652fe3d4] {
  padding: 32px 16px 24px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.mtlink-banner[data-v-0e6dbc09] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px;
  background-color: #F6F9FF;
  color: #1A5DD0;
  cursor: pointer;
}
.mtlink-banner_box-shadow[data-v-0e6dbc09] {
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
}
.mtlink-banner__medtochka-logo[data-v-0e6dbc09] {
  max-width: 84px;
  margin-bottom: 8px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.mtlink-banner[data-v-09333bc1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #F6F9FF;
  color: #1A5DD0;
  cursor: pointer;
}
.mtlink-banner_box-shadow[data-v-09333bc1] {
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
}
.mtlink-banner__medtochka-logo[data-v-09333bc1] {
  max-width: 84px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.mtlink-banner__detail-title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.15px;
}
.mtlink-banner__detail:last-of-type {
  margin-bottom: 0;
}
.mtlink-banner__image-box {
  width: 460px;
  height: 314px;
}
.mtlink-banner__pagination {
  margin-bottom: 24px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.expansion-panel.v-expansion-panel[data-v-892e1b3e]::before {
  box-shadow: initial;
}
.expansion-panel[data-v-892e1b3e] .v-expansion-panel-content__wrap {
  padding: 0 8px 8px !important;
}
[data-v-892e1b3e] .v-expansion-panel-content__wrap {
  padding-left: 16px;
  padding-right: 16px;
}
.doctor-page-list-lpu[data-v-892e1b3e]:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.other-countries-of-doctor-work {
  margin-top: 8px;
}
.other-countries-of-doctor-work__expansion-panel {
  box-shadow: initial;
}
.other-countries-of-doctor-work--desktop {
  padding: 0 24px 16px;
  max-width: 384px;
}
.other-countries-of-doctor-work--desktop > .v-expansion-panel::before {
  box-shadow: initial;
}
.other-countries-of-doctor-work--mobile {
  padding: 0 8px 8px;
}
.other-countries-of-doctor-work__panel-header {
  padding: 8px 0 !important;
  min-height: 40px !important;
}
.other-countries-of-doctor-work .v-expansion-panel-content__wrap {
  padding: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.custom-scroll[data-v-0fe7ee22] {
  border-color: #C7D1DF;
  transition: border-color 0.1s ease-in;
}
.custom-scroll[data-v-0fe7ee22]::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
  border-color: inherit;
  border-right-style: inset;
  border-right-width: calc(100vw + 100vh);
}
.custom-scroll[data-v-0fe7ee22]::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
  background-color: #F3F6FA;
}
.appointment-restrictions--mobile[data-v-9598fd3a] {
  max-height: 75vh;
}
@supports (max-height: 75dvh) {
.appointment-restrictions--mobile[data-v-9598fd3a] {
    max-height: 75dvh;
}
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.doctor-page-lpu-list {
  border: 2px solid #1A5DD0;
  border-radius: 8px;
}
.doctor-page-lpu-list--redesign > *:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.doctor-page-lpu-list--redesign > *:last-child, .doctor-page-lpu-list--redesign > *:last-child > *:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app[data-psych-doctor-information] {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app[data-psych-doctor-information] .v-application--wrap {
  min-height: initial;
}
#app[data-psych-doctor-information] input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app[data-psych-doctor-information] .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
.bottom-sheet-container[data-v-d34171d6] {
  overflow-y: auto;
  max-height: 90vh;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-tab-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #181D21;
  font-family: "Inter", "Arial", sans-serif;
}
.b-tab-navigation__item {
  display: flex;
  align-items: center;
}
.b-tab-navigation__item_column {
  align-items: flex-start;
  flex-direction: column;
}
.b-tab-navigation__item:first-child {
  flex-grow: 1;
}
.b-tab-navigation__back {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 209px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.b-tab-navigation__back:hover {
  color: #000000;
}
.b-tab-navigation__back .b-btn__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.b-tab-navigation__caption-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-tab-navigation__caption {
  font-size: 24px;
  color: #111111;
  font-weight: 400;
}
.b-tab-navigation__select {
  margin-left: 8px;
  background-color: #FFFFFF;
  max-width: 372px;
  min-width: 250px;
}
@media (min-width: 1200px) {
  .b-tab-navigation__select {
    min-width: 350px;
  }
}
.b-tab-navigation__link {
  font-size: 16px;
  text-align: left;
  height: auto;
}
.b-tab-navigation__link:focus {
  outline: none;
}
.b-tab-navigation__link:hover {
  text-decoration: none;
}
.b-tab-navigation__link_margin-left_lg {
  margin-left: 16px;
}
.b-tab-navigation_bottom {
  margin-top: 24px;
}
[data-v-a94b57f4] .v-chip--active::before {
  opacity: 0;
}
[data-v-a94b57f4] .v-chip-group .v-slide-group__content {
  padding: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.club-discount-info__payment[data-v-0b47b57c] {
  padding: 1px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, #FF9966, #FF5E62);
}
.club-discount-info__payment-content[data-v-0b47b57c] {
  padding: 20px;
  border-radius: inherit;
  background-color: #FFFFFF;
}
.club-discount-info__line[data-v-0b47b57c] {
  border-radius: 4px;
  min-width: 8px;
  width: 8px;
  height: initial;
}
.club-discount-info__line_gradient[data-v-0b47b57c] {
  background-color: #DF5000;
  background-image: radial-gradient(74.2% 60.31% at 98.26% 3.82%, #FF9966 0%, rgba(255, 94, 98, 0) 100%), radial-gradient(122.89% 100% at 0% 100%, #FF9966 19.64%, #FF5E62 100%);
}
.club-discount-info__line_solid[data-v-0b47b57c] {
  background-color: #FFEEE5;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app[data-club-discount-info-bottom-sheet] {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app[data-club-discount-info-bottom-sheet] .v-application--wrap {
  min-height: initial;
}
#app[data-club-discount-info-bottom-sheet] input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app[data-club-discount-info-bottom-sheet] .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}

//# sourceMappingURL=https://prodoctorov.ru/static/bundles/doctor-inner-full/doctor-inner-full.5ef6302e2d2a15cfa536.css.map