/* 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;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.adminka {
  margin: 0 0.3em;
  font-size: 14px;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
  background-color: yellow;
}
.adminka:hover, .adminka:focus {
  color: #FF4A37;
}
.adminka_absolutely-positioned {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0;
  padding: 4px 8px;
}
.adminka_no-background {
  background-color: transparent;
}

.adminka-box {
  padding: 20px;
  border-radius: 4px;
  background-color: yellow;
}

.adminka-box input,
.adminka-input {
  padding: 4px 8px;
  background: #FFFFFF;
  border: 1px solid #8DA2BA;
  border-radius: 4px;
}

.adminka-btn,
.adminka-select {
  border-radius: 3px;
  padding: 1px 6px;
  border: 1px solid gray;
  background-color: whitesmoke;
}

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

.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__box-inner {
  background-color: transparent;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__content img {
  width: 100%;
  height: 100%;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__content {
  flex-grow: 1;
  line-height: 0;
  overflow: visible;
  max-width: 1010px;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__inner {
  height: 100%;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__view {
  padding-left: 7px;
  flex-basis: 110px;
  background: #FFFFFF;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__view::before {
  content: none;
}
.b-predefined-banner.b-predefined-banner_individual .b-predefined-banner__attention {
  margin-left: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-lpu-ad-info-label {
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 9999;
  text-transform: none;
  border-radius: 4px;
  padding: 2px 4px;
  background-color: rgba(17, 17, 17, 0.7);
}
.b-lpu-ad-info-label .ui-icon-circle-info {
  font-size: 12px;
}
.b-lpu-ad-info-label[data-legal-name]::before {
  position: absolute;
  content: attr(data-legal-name);
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 13px;
  display: none;
  border-radius: 4px;
  background-color: rgba(17, 17, 17, 0.9);
  text-align: center;
  padding: 2px 10px;
  z-index: 9999;
  max-width: 296px;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 550px) {
  .b-lpu-ad-info-label[data-legal-name]::before {
    max-width: 100px;
  }
}
.b-lpu-ad-info-label[data-legal-name-entity]::before {
  position: absolute;
  content: attr(data-legal-name-entity);
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 13px;
  display: none;
  border-radius: 4px;
  background-color: rgba(17, 17, 17, 0.9);
  text-align: center;
  padding: 2px 10px;
  z-index: 9999;
  max-width: 296px;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 550px) {
  .b-lpu-ad-info-label[data-legal-name-entity]::before {
    max-width: 100px;
  }
}
.b-lpu-ad-info-label:focus::before {
  display: block;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-promotion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  min-height: 370px;
  max-height: 370px;
  background: #FFFFFF;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  border-radius: 5px;
  margin: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.b-promotion_width_full {
  width: 100%;
}
.b-promotion_width_half {
  width: 50%;
}
.b-promotion__date {
  font-size: 14px;
  line-height: 130%;
  color: #424B58;
  display: inline-block;
  margin-right: 14px;
}
.b-promotion__date-text {
  font-size: 14px;
  line-height: 130%;
  color: #F72D5E;
  display: inline-block;
}
.b-promotion__date-container {
  margin-top: 16px;
}
.b-promotion__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #181D21;
}
.b-promotion__text {
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 110px;
}
.b-promotion__lpu-name {
  font-size: 18px;
  line-height: 130%;
  color: #1A5DD0;
  margin: 16px 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.b-promotion__lpu-name:hover {
  color: #1449a3;
  text-decoration: underline;
}
.b-promotion__app {
  position: absolute;
  bottom: 32px;
  transition: 0.4s;
}
.b-promotion__info-container {
  position: relative;
  max-height: 275px;
  padding-bottom: 30px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-interview_width_half {
  width: 50%;
}
.b-interview_width_full {
  width: 100%;
}
.b-interview__answer {
  overflow: hidden;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
  position: relative;
  margin-top: 20px;
}
.b-interview__answer_short {
  height: 210px;
}
.b-interview__answer strong {
  font-weight: 500;
}
.b-interview__answer p {
  margin: 16px 0;
}
.b-interview__name {
  font-size: 25px;
  line-height: 130%;
  color: #1A5DD0;
  margin-bottom: 6px;
  transition: 0.3s;
  text-decoration: none;
}
.b-interview__name:hover {
  color: #0D5F92;
  text-decoration: underline;
}
.b-interview__address {
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
.b-interview__question {
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
  margin: 16px 0;
}
.b-interview__card {
  display: flex;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0494);
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}
.b-interview__card_short {
  height: 400px;
}
.b-interview__photo {
  width: 120px;
  height: 160px;
  background: no-repeat top/cover;
  object-fit: cover;
  border-radius: 5px;
}
.b-interview__content {
  padding: 0 24px;
  width: 80%;
  position: relative;
}
.b-interview__more {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
  border-bottom: 1px dashed #424B58;
  display: inline-block;
  transition: 0.2s;
  position: absolute;
  bottom: 5px;
}
.b-interview__more:hover {
  border-bottom: 1px dashed transparent;
}
.b-interview__cards-container {
  display: flex;
  justify-content: space-between;
}
.b-interview .ask {
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
  font-weight: 500;
  margin: 16px 0 16px 20px;
  position: relative;
}
.b-interview .ask::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/static/_v1/pd/icons/arrows/link-arrow.svg") no-repeat center;
  position: absolute;
  transform: translateX(-20px) translateY(5px);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-owl-slider .owl-nav .owl-next, .b-owl-slider .owl-nav .owl-prev {
  width: 53px;
  height: 53px;
  background: url("/static/_v1/pd/icons/slider-arrow.svg") no-repeat center;
  border: 1px solid #E8EBF1;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  position: absolute;
  top: 40%;
  transition: 0.4s;
}

.b-owl-slider.owl-carousel {
  touch-action: pan-y;
}
.b-owl-slider .owl-stage-outer {
  padding: 0 0 24px;
}
.b-owl-slider .owl-stage {
  display: flex;
  flex-flow: row nowrap;
}
.b-owl-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-owl-slider .owl-nav .owl-prev {
  left: -60px;
}
.b-owl-slider .owl-nav .owl-prev:hover {
  transform: translateX(-3px);
}
.b-owl-slider .owl-nav .owl-next {
  transform: rotateY(180deg);
  right: -60px;
}
.b-owl-slider .owl-nav .owl-next:hover {
  transform: translateX(3px) rotateY(180deg);
}
.b-owl-slider .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 11px;
  background: #C7D3D9;
  transition: 0.2s ease all;
}
.b-owl-slider .owl-dot.active {
  background: #1A5DD0;
}
.b-owl-slider .owl-dot.aside {
  width: 5px;
  height: 5px;
  margin: 0 4px;
}
.b-owl-slider .owl-dot.aside_small {
  width: 3px;
  height: 3px;
  margin: 0 4px;
}
.b-owl-slider .owl-dot.aside_none {
  display: none;
}
.b-owl-slider .owl-dot.perm_none {
  display: none;
}
.b-owl-slider_no-stage-padding .owl-stage-outer {
  padding: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* 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-gradient-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 16%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.71) 71%, rgb(255, 255, 255) 100%);
}
.b-doctorlist-ad .lpu_ad_wide {
  margin: 0 auto;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-info-section {
  margin-bottom: 40px;
}
.b-info-section__title {
  margin: 0;
}
.b-info-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto;
}
.b-info-section__all-info {
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
  border-bottom: 1px dashed #424B58;
  transition: 0.2s;
}
.b-info-section__all-info:hover {
  border-bottom: 1px dashed transparent;
}
.b-info-section__content {
  margin: 0 auto;
  opacity: 0;
  display: flex;
}

//# sourceMappingURL=https://prodoctorov.ru/static/bundles/town-page-full/town-page-full.5479023f3418bc7d6a6a.css.map