/* 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;
}
.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;
}
/* 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;
}
/* 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 */
/* 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;
}
@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-col-list {
  font-family: "Inter", "Arial", sans-serif;
  line-height: 130%;
  column-count: 4;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-col-list_mobile {
  column-count: initial;
}
.b-col-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 0 16px;
  break-inside: avoid;
  text-decoration: none;
}
.b-col-list__item:last-child {
  margin: 0;
}
.b-col-list_mobile .b-col-list__item-wrapper::after {
  content: "";
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #E8EBF1;
  width: 100%;
}
.b-col-list_mobile .b-col-list__item-wrapper:last-child {
  margin: 0 0 16px;
}
.b-col-list_mobile .b-col-list__item-wrapper:last-child::after {
  content: none;
}
.b-col-list_mobile .b-col-list__item {
  margin: 0;
}
.b-col-list__count {
  flex: 0 0 auto;
  font-weight: 500;
  background-color: #ECF1FB;
  padding: 7px 8px;
  min-width: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.b-col-list_mobile .b-col-list__count {
  border-radius: 2px;
}
.b-col-list__label {
  flex: 1 1 auto;
  margin: 0 0 0 16px;
  color: #111111;
  font-size: 14px;
  line-height: 140%;
  background: transparent;
  transition: 0.15s ease-in-out;
}
.b-col-list__label:hover {
  color: #1A5DD0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.p-lechenie {
  font-family: "Inter", "Arial", sans-serif;
}
.p-lechenie__title {
  margin: 0 0 32px;
}
.p-lechenie_mobile .p-lechenie__title {
  margin: 0 0 24px;
  display: block;
}
.p-lechenie_mobile .p-lechenie__back {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #1A5DD0;
  margin: 4px 0 24px;
}
.p-lechenie_mobile .p-lechenie__back-text {
  color: #1A5DD0;
  border-bottom: 1px dashed #1A5DD0;
  line-height: 125%;
  font-size: 16px;
  margin: 0 0 0 16px;
}

//# sourceMappingURL=https://prodoctorov.ru/static/bundles/therapy-groups-full/therapy-groups-full.aee26fe76107b49a050a.css.map