/* 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-box {
  box-sizing: border-box;
  border-radius: 4px;
}
.b-box_border-radius_big {
  border-radius: 10px;
}
.b-box_border-radius_md {
  border-radius: 8px;
}
.b-box_border-radius_group {
  border-radius: 0;
}
.b-box_border-radius_group:first-child {
  border-radius: 10px 10px 0 0;
}
.b-box_border-radius_group:last-child {
  border-radius: 0 0 10px 10px;
}
.b-box_border-radius_none {
  border-radius: 0;
}
.b-box_shadow {
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
}
.b-box_shadow_small {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.04);
}
.b-box_shadow_elevation-1 {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.b-box_border {
  border: 1px solid #E8EBF1;
}
.b-box_border_bottom {
  border-bottom: 1px solid #E8EBF1;
}
.b-box_border_bottom:last-child {
  border: none;
}
.b-box_border-color_light-grey {
  border-color: #D8D8D8;
}
.b-box_border-color_bg-gray-40 {
  border-color: #F3F6FA;
}
.b-box_padding_normal {
  padding: 32px;
}
.b-box_padding_small {
  padding: 24px;
}
.b-box_padding_smaller {
  padding: 16px;
}
.b-box_padding_smallest {
  padding: 8px;
}
.b-box_big-br {
  border-radius: 10px;
}
.b-box_no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}
.p-info-page__body {
  display: flex;
  margin-bottom: 40px;
}
.p-info-page__sidebar {
  position: relative;
  width: 240px;
  flex-shrink: 0;
  margin-right: 32px;
}
.p-info-page__title {
  margin: 24px 0;
}
.p-info-page__content {
  width: 76%;
  flex: 0 1 100%;
}
.p-info-page__section {
  margin-bottom: 16px;
}
.p-info-page__section_mb_l {
  margin-bottom: 24px;
}
.p-info-page__section_mb_xl {
  margin-bottom: 32px;
}
.p-info-page__section_mb_xxl {
  margin-bottom: 40px;
}
.b-info-box__header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-info-box__title {
  margin: 0;
}
.b-info-box__title_mb_s {
  margin-bottom: 8px;
}
.b-info-box__title_mb_m {
  margin-bottom: 16px;
}
.b-info-box__title_mb_l {
  margin-bottom: 24px;
}
.b-info-box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-info-box__list_mb_m {
  margin-bottom: 16px;
}
.b-info-box__list_mb_l {
  margin-bottom: 24px;
}
.b-info-box__list_mb_xxl {
  margin-bottom: 40px;
}
.b-info-box__list-item_mb_s {
  margin-bottom: 8px;
}
.b-info-box__list-item_mb_m {
  margin-bottom: 16px;
}
.b-info-box__list-item_mb_l {
  margin-bottom: 24px;
}
.b-info-box__list-item:last-child {
  margin-bottom: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-sidebar {
  width: 240px;
  flex-shrink: 0;
}
.b-sidebar_fixed {
  position: fixed;
  top: 16px;
}
.b-sidebar_fixed_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.b-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-sidebar__item:not(:last-of-type) {
  margin-bottom: 8px;
}
.b-sidebar__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 5px;
  transition: 150ms ease-out;
}
.b-sidebar__link:hover {
  color: #111111;
  background-color: #E8EBF1;
}
.b-sidebar__link_active {
  pointer-events: none;
  color: #1A5DD0;
  background-color: #ECF1FB;
}
.b-sidebar__link_active:hover {
  color: #1A5DD0;
  background-color: #ECF1FB;
}
.b-sidebar__icon {
  margin-right: 16px;
}
.b-sidebar__item-inner {
  display: flex;
  align-items: center;
  margin: 8px 0;
  text-decoration: none;
  outline: none;
  transition: 150ms ease-out;
}
.b-sidebar__item-inner:last-of-type {
  margin-bottom: 16px;
}
.b-sidebar__item-inner:hover {
  color: #1A5DD0;
}
.b-sidebar_policy .b-sidebar__icon {
  margin-right: 12px;
  flex-shrink: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
[data-modal-template] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-flavour=mobile] .b-popup-content__cross {
  display: block;
}
[data-flavour=mobile] .b-popup-content__hide-box {
  display: none;
}
[data-flavour=mobile] .b-popup-content__content {
  height: 100%;
  padding: 16px 4px;
}
[data-flavour=mobile] .b-popup-content__head {
  padding: 0;
  border-bottom: 0;
}
[data-flavour=mobile] .b-popup-content__head.b-modal__head {
  padding: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-document {
  display: block;
  position: relative;
  height: 275px;
  width: 255px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07), 0 3px 4px rgba(0, 0, 0, 0.06), 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}
.b-document__show-more {
  display: none;
  margin-top: 8px;
  transition: all ease-in-out 0.15s;
}
.b-document__show-more:hover {
  text-decoration: underline;
}
.b-document:hover {
  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);
  cursor: pointer;
}
.b-document:hover .b-document__show-more {
  display: block;
}
.b-document__overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
.b-document__overlay::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 70%);
  position: absolute;
  inset: 0;
}
.b-document__img {
  max-width: 100%;
}
.b-document__label {
  position: absolute;
  bottom: 16px;
  display: block;
  width: 100%;
  text-align: center;
}
.b-documents {
  padding-bottom: 8px;
  padding-right: 8px;
}
.b-documents__inner {
  display: flex;
  flex-wrap: wrap;
}
.b-documents__document {
  margin: 16px 16px 16px 0;
}

@media screen and (max-width: 1200px) {
  .b-documents__inner {
    justify-content: center;
  }
  .b-documents__document {
    margin-right: 16px;
  }
}
.b-popup-documents__image-container {
  height: 600px;
}
.b-popup-documents__content {
  width: 584px;
}

//# sourceMappingURL=https://prodoctorov.ru/static/bundles/info-documents-full/info-documents-full.0e26165d96c44ff369a4.css.map