/* 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 */
.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 */
.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;
}
[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 */
.b-profile-card__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  position: relative;
  width: 152px;
  height: 152px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.b-profile-card__img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  line-height: 1;
  border-radius: 8px;
}
.b-profile-card__favourite-btn {
  position: absolute;
  right: -8px;
  top: -8px;
}
.b-profile-card__anchor-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  left: -8px;
  top: -8px;
}
.b-profile-card_lpu {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 256px;
}
.b-profile-card_lpu .b-profile-card__img {
  overflow: hidden;
  object-fit: scale-down;
}
.b-profile-card_lpu .b-profile-card__img-wrap {
  border-width: 0;
  width: 240px;
  height: 80px;
}
.b-profile-card_lpu .b-profile-card__favourite-btn {
  right: -16px;
  top: -16px;
}
.b-profile-card_lpu .b-profile-card__video-card-btn {
  left: -16px;
  top: -16px;
}
.b-profile-card__stars-container {
  padding: 8px;
  border-radius: 4px;
  background-color: #F4F6F7;
  width: 150px;
  margin: 8px auto;
  box-sizing: border-box;
}
/* 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 */
/** Устанавливает размеры блоку рейтинга */
.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;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-doctor-card {
  padding: 24px;
  background: #FFFFFF;
  margin: 16px 0;
  display: flex;
  font-family: "Inter", "Arial", sans-serif;
  line-height: 1.3em;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  border-radius: 5px;
}
.b-doctor-card__rating {
  display: flex;
  align-items: center;
  justify-content: 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_special-placement {
  position: relative;
  padding-bottom: 48px;
  border: 1px solid #FFA928;
}
.b-doctor-card_special-placement::after {
  content: "Спецразмещение";
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #FFA928;
}
.b-doctor-card__avatar-container {
  text-align: center;
}
.b-doctor-card__several-lpu {
  color: #424B58;
  font-size: 14px;
  margin-bottom: 8px;
}
.b-doctor-card__main-container {
  min-width: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}
.b-doctor-card__column {
  max-width: 372px;
}
.b-doctor-card__name {
  margin-bottom: 8px;
}
.b-doctor-card__review {
  display: inline-block;
  margin-top: 16px;
  color: #424B58;
  text-decoration: none;
  transition: 200ms ease;
  margin-bottom: 24px;
}
.b-doctor-card__review:hover {
  color: #424B58;
  opacity: 0.7;
}
.b-doctor-card__name-link {
  font-size: 25px;
  color: #1A5DD0;
  line-height: 1.3em;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.b-doctor-card__name-link:hover {
  color: #1449a3;
  text-decoration: underline;
}
.b-doctor-card__spec {
  font-size: 16px;
  color: #424B58;
}
.b-doctor-card__rates-link {
  text-decoration: none;
  color: #424B58;
  border-bottom: 1px dashed #424B58;
  transition: 0.2s ease-in-out;
}
.b-doctor-card__rates-link:hover {
  color: #1A5DD0;
  border-color: #1A5DD0;
}
.b-doctor-card__experience {
  margin-top: 12px;
}
.b-doctor-card__experience-years {
  color: #111111;
  font-weight: 500;
  font-size: 16px;
}
.b-doctor-card__category {
  margin-top: 10px;
  color: #424B58;
}
.b-doctor-card__tab-price-off {
  margin: 0 0 0 4px;
  text-decoration: line-through;
  color: #607A93;
}
.b-doctor-card__tabs {
  margin: 24px 0 0;
}
.b-doctor-card__na-dom-btn {
  margin: 24px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-doctor-card__na-dom-btn .b-icon-clinic-car {
  margin: 0 8px 0 0;
}
.b-doctor-card__wp-schedule-wrapper_hidden {
  display: none;
}
.b-doctor-card__visit-info {
  color: #607A93;
}
.b-doctor-card__lpu-phone-title {
  font-weight: 400;
  font-size: 14px;
  color: #424B58;
  margin-bottom: 5px;
}
.b-doctor-card__lpu-phone-container {
  margin-top: 16px;
}
.b-doctor-card__lpu-phone-container.invisible {
  opacity: 0;
  -webkit-user-select: none;
          user-select: none;
}
.b-doctor-card__narrow-spec {
  color: red;
  margin-top: 14px;
}
.b-doctor-card__lpu-phone-icon {
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}
.b-doctor-card__lpu-phone-num {
  font-weight: 500;
  font-size: 16px;
  color: #181D21;
}
.b-doctor-card__select-lpu-container {
  margin-bottom: 8px;
  min-height: 42px;
}
.b-doctor-card__select-lpu-container_town-online {
  min-height: 21px;
}
.b-doctor-card__appointment-container {
  width: 372px;
}
.b-doctor-card__appointment-calendar-container {
  display: none;
}
.b-doctor-card__appointment-calendar-container_is_disabled {
  display: none;
}
.b-doctor-card__appointment-calendar-container_is_active {
  display: block;
}
.b-doctor-card__appointment-calendar-container_pt_l {
  padding-top: 24px;
}
.b-doctor-card__appointment-reason {
  margin-top: 24px;
}
.b-doctor-card__appointment-calendar-empty-slots {
  height: 202px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #F4F6F7;
  font-size: 14px;
  color: #424B58;
  font-family: "Inter", "Arial", sans-serif;
}
.b-doctor-card__appointment-calendar-empty-slots-inner {
  text-align: center;
  width: 272px;
  flex-flow: column wrap;
  display: flex;
}
.b-doctor-card__appointment-count {
  margin-top: 26px;
  font-size: 14px;
  color: #5A5C61;
  font-weight: 500;
}
.b-doctor-card__appointment-btn:hover {
  color: #FFFFFF;
}
.b-doctor-card__lpu-info {
  display: none;
}
.b-doctor-card__lpu-info.b-doctor-card__lpu-info_active {
  display: block;
}
.b-doctor-card.hidden {
  display: none !important;
}
.b-doctor-card__warning-text {
  padding-top: 2px;
}
.b-doctor-card__documents-plate {
  max-width: 320px;
}
.b-doctor-card__text-with-dot:not(:last-child)::after {
  content: "·";
}

.bg-unset {
  background: unset;
}
/* 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-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 */
.b-clinic-title {
  position: relative;
  margin: 24px 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "Inter", "Arial", sans-serif;
  color: #181D21;
}
.b-clinic-title::after {
  content: attr(data-count);
  font-size: 24px;
  margin-left: 24px;
  color: #424B58;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-clinic-employees_margin-bottom_small {
  margin-bottom: 16px;
}
.b-clinic-employees_margin-bottom_medium {
  margin-bottom: 24px;
}
.b-clinic-employees__button-wrap {
  padding: 24px;
  text-align: center;
  background-color: #FFFFFF;
  border-top: 1px solid #E8EBF1;
  display: flex;
  justify-content: center;
}
/* 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 */
.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 */
.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 */
.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 */
/* 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 */
.b-clinic-prices {
  margin-top: -16px;
}
.b-clinic-prices__value {
  margin-left: 8px;
}
.b-clinic-prices__item_price-center .b-clinic-prices__value {
  margin-right: auto;
}
.b-clinic-prices__list {
  margin: 0;
  padding: 0;
}
.b-clinic-prices__list-item {
  display: flex;
  margin: 0 -24px;
  justify-content: space-between;
  transition: 200ms ease-in;
  border-bottom: 1px solid #E8EBF1;
  padding: 16px 24px;
  color: #181D21;
  text-decoration: none;
}
.b-clinic-prices__list-item:last-child {
  border-bottom: 0;
}
.b-clinic-prices__list-item:hover {
  background-color: #F4F6F7;
  color: #181D21;
}
.b-clinic-prices__list-item_clickable {
  cursor: pointer;
}
.b-clinic-prices__key {
  width: 320px;
}
.b-clinic-prices__button-wrap {
  display: flex;
  justify-content: center;
  padding-top: 8px;
  text-align: center;
}

.b-clinic-prices_type_borderless {
  margin: 24px -24px 0;
  padding: 0 24px 8px;
  border-bottom: 1px solid #E8EBF1;
}
.b-clinic-prices_type_borderless .b-clinic-prices__list-item {
  border-bottom: 0;
  padding-top: 0;
}
.b-clinic-prices_type_borderless .b-clinic-prices__list-item:hover {
  background: transparent;
}
.b-clinic-prices_type_borderless .b-clinic-prices__key {
  cursor: pointer;
  text-decoration: underline;
}
.b-clinic-prices_type_borderless .b-clinic-prices__key:hover {
  color: #1A5DD0;
  text-decoration: none;
}
.b-clinic-prices_type_borderless.is-filtered {
  border-bottom: 0;
}
/* 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;
}
/* 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;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-box-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  color: #607A93;
  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-rating_link {
  cursor: pointer;
  color: #1A5DD0 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.b-box-rating_link:hover {
  text-decoration: none;
}
.b-box-rating__text {
  font-size: 16px;
  white-space: nowrap;
  margin-left: 8px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-contacts-list_mobile .b-contacts-list__icon {
  font-size: 20px;
  margin-right: 16px;
  margin-bottom: 2px;
}
.b-contacts-list_mobile .b-contacts-list__item:not(.b-contacts-list__item_inactive):hover,
.b-contacts-list_mobile .b-contacts-list__item:not(.b-contacts-list__item_inactive):focus {
  background-color: #F3F6FA;
}
.b-contacts-list_tight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-contacts-list_spacious .b-contacts-list__item + .b-contacts-list__item {
  margin-top: 12px;
}
.b-contacts-list__item {
  display: flex;
  align-items: center;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.b-contacts-list__item_link {
  cursor: pointer;
  color: #1A5DD0;
}
.b-contacts-list__item_link .b-contacts-list__icon {
  color: #1A5DD0;
}
.b-contacts-list__item_link:hover .b-contacts-list__text {
  text-decoration: underline;
}
.b-contacts-list__item_warning {
  color: #FF4A37;
}
.b-contacts-list__item_warning .b-contacts-list__icon {
  align-self: flex-start;
  color: #FF4A37;
}
.b-contacts-list__icon {
  margin-right: 24px;
  color: #607A93;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.lpu-schedule-skeleton .v-skeleton-loader {
  display: flex;
  flex-wrap: wrap;
  min-width: 238px;
}
.lpu-schedule-skeleton .v-skeleton-loader__text {
  flex: 0 1 41%;
  height: 20px;
  margin-bottom: 12px;
  border-radius: 8px;
}
.lpu-schedule-skeleton .v-skeleton-loader__text:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.lpu-schedule-skeleton_mobile .v-skeleton-loader__text:nth-child(odd) {
  margin-right: 11%;
}
.lpu-schedule-skeleton_full .v-skeleton-loader__text:nth-child(odd) {
  margin-right: 15%;
}
.lpu-schedule__item[data-v-0b6f1053] {
  flex-basis: 50%;
}
.lpu-schedule[data-v-316aa0e6] {
  display: flex;
}
.lpu-schedule__date[data-v-316aa0e6] {
  margin-right: 16px;
  flex-basis: 50%;
}
.lpu-schedule__days[data-v-316aa0e6] {
  min-width: 268px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-lpu-schedule_hint__layer {
  border-radius: 8px;
}
.b-lpu-schedule_hint__background {
  border-radius: 8px;
}
/* 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;
}
@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-card {
  position: relative;
  display: flex;
  font-family: "Inter", "Arial", sans-serif;
  line-height: 1.3em;
}
.b-card:not(.b-card_list-item) {
  padding: 24px;
  margin: 16px 0;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E8EBF1;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
}
.b-card__row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.b-card__col, .b-card__col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.b-card__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.b-card__col-auto {
  flex: 0 0 auto;
  width: auto;
}
.b-card__name {
  margin: 0 0 4px;
}
.b-card__sub-title {
  margin-bottom: 24px;
}
.b-card__block-overlay {
  background: #FFFFFF url("/static/_v1/pd/gif/calendar-preloader.gif") no-repeat center;
  position: absolute;
  background-size: 20%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.b-card__block-overlay_active {
  display: block;
}
.b-card__appointment-calendar-wrapper {
  position: relative;
}
.b-card__lpu-contacts-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b-card__lpu-contacts-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-card__lpu-contacts-item + .b-card__lpu-contacts-item {
  margin-top: 8px;
}
.b-card__address {
  margin-bottom: 8px;
  color: #111111;
}
.b-card__avatar-container {
  text-align: center;
}
.b-card__avatar-img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 4px;
  line-height: 1;
}
.b-card__avatar {
  width: 150px;
  line-height: 0;
  cursor: pointer;
  min-height: 202px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8EBF1;
}
.b-card__avatar_lpu {
  height: 150px;
  min-height: auto;
}
.b-card__avatar_sm {
  width: 80px;
  min-height: 80px;
  height: 80px;
}
.b-card__avatar_sm .b-card__avatar-img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.b-card__several-lpu {
  color: #424B58;
  font-size: 14px;
  margin-bottom: 8px;
}
.b-card__main-container {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}
.b-card__name-link {
  transition: 0.2s ease-in-out;
}
.b-card__name-link:hover {
  color: #1449a3;
  text-decoration: underline;
}
.b-card__category {
  margin-bottom: 8px;
  text-decoration: none;
}
.b-card__from-text {
  font-size: 14px;
  color: #5A5C61;
  margin-right: 4px;
  font-weight: 400;
}
.b-card__phone {
  display: flex;
  align-items: center;
}
.b-card__appointment-container {
  width: 376px;
  position: relative;
}
.b-card__appointment-calendar-container {
  display: none;
}
.b-card__appointment-calendar-container_is_disabled {
  display: none;
}
.b-card__appointment-calendar-container_is_active {
  display: block;
}
.b-card__appointment-calendar-empty-slots {
  height: 202px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F4F6F7;
  font-size: 14px;
  color: #424B58;
  font-family: "Inter", "Arial", sans-serif;
}
.b-card__appointment-calendar-empty-slots-inner {
  text-align: center;
}
.b-card__appointment-btn {
  width: 272px;
}
.b-card__lpu-info {
  display: none;
}
.b-card__lpu-info.b-doctor-card__lpu-info_active {
  display: block;
}
.b-card__order {
  width: 136px;
  margin-bottom: 15px;
}
.b-card_special-placement:not(.b-card_list-item) {
  border: 1px solid #FFA928;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 0;
}
.b-card_special-placement:not(.b-card_list-item)::after {
  content: "Спецразмещение";
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #FFA928;
}
.b-card_special:not(.b-card_list-item) {
  margin-bottom: 0;
  border-color: #FFA928;
}
.b-card_list-item {
  align-items: flex-start;
}
.b-card_list-item:hover, .b-card_list-item:focus-within {
  background: #F3F6FA;
}
.b-card_list-item .b-card__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #8DA2BA;
}
.b-card_list-item .b-card__name-link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-card_list-item .b-card__name-link:hover, .b-card_list-item .b-card__name-link:focus {
  text-decoration: none;
  color: #1A5DD0;
}
.b-card_list-item .b-card__phone {
  position: relative;
  z-index: 1;
  margin-top: 8px;
}
.b-card_list-item .b-card__address {
  margin-bottom: 0;
}
.b-card__review-button {
  flex-grow: 1;
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .b-card__review-button {
    width: 100%;
    margin-right: 0;
  }
}
.b-card .b-card-services__calendar-selects {
  max-width: 220px;
}
@media (min-width: 1200px) {
  .b-card .b-card-services__calendar-selects {
    max-width: 380px;
  }
}
.b-card .b-card-services__order-express {
  width: 272px;
}
.b-card__plate {
  max-width: 380px;
}

.bg-unset {
  background: unset;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-lpu-branches-list__header {
  display: flex;
  align-items: center;
  padding: 16px 12px;
  border-bottom: 1px solid #C7D1DF;
}
.b-lpu-branches-list__cross:hover {
  background-color: transparent;
}
.b-lpu-branches-list__heading {
  margin-left: 32px;
}
.b-lpu-branches-list__container {
  padding: 24px;
  max-height: 600px;
  overflow-y: auto;
}
.b-lpu-branches-list__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 8px;
  min-height: 56px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition: 0.2s ease-in-out;
}
.b-lpu-branches-list__item:hover {
  background-color: #C7D1DF;
}
.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;
}
/* 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-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-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-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 */
.b-covid-message {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  right: 0;
  box-sizing: border-box;
  background: #FFFFFF;
}
.b-covid-message_desktop {
  border-radius: 5px;
  height: 670px;
  left: calc(50% - 25vw);
  max-width: 50vw;
  top: calc(50% - 325px);
}
@media (max-height: 900px) {
  .b-covid-message_desktop {
    height: 500px;
    top: calc(50% - 250px);
  }
}
.b-covid-message__overflow {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.b-covid-message__header {
  padding: 16px 16px 13px;
  border-bottom: 1px solid #C7D3D9;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-covid-message_desktop .b-covid-message__header {
  border-bottom: none;
  background: #F4F6F7;
  padding: 20px;
}
.b-covid-message_desktop .b-covid-message__header-title {
  font-size: 18px;
}
.b-covid-message__item {
  display: flex;
  margin-bottom: 24px;
  font-size: 16px;
}
.b-covid-message__content {
  padding: 26px 16px 52px;
  overflow-y: scroll;
  height: 100vh;
  box-sizing: border-box;
}
.b-covid-message_desktop .b-covid-message__content {
  padding: 26px;
  height: 520px;
}
@media (max-height: 900px) {
  .b-covid-message_desktop .b-covid-message__content {
    height: 350px;
  }
}
.b-covid-message_desktop .b-covid-message__item {
  margin-bottom: 28px;
}
@media (max-height: 900px) {
  .b-covid-message_desktop .b-covid-message__item {
    margin-bottom: 26px;
  }
}
.b-covid-message__footer {
  display: none;
}
.b-covid-message_desktop .b-covid-message__footer {
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #C7D3D9;
}
.b-covid-message__item-icon-container {
  margin-right: 16px;
}
.b-covid-message__item-icon {
  background: #1EB37C;
  color: #FFFFFF;
  border-radius: 100%;
}
.b-covid-message__exit {
  cursor: pointer;
}
.b-covid-message__exit_btn {
  width: 230px;
}
.b-covid {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.b-covid__btn {
  text-decoration: underline;
  flex: 1 1 100%;
}
.b-covid__btn:hover {
  text-decoration: none;
}
.b-covid__img {
  background: url("/static/_v1/pd/icons/covid-virus.svg") no-repeat center/contain;
  width: 32px;
  height: 32px;
  margin-right: 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;
}

//# sourceMappingURL=https://prodoctorov.ru/static/bundles/lpuset-inner-full/lpuset-inner-full.0bab62db640be60f824c.css.map