@charset "UTF-8";
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("PTSans-Regular"), url("/local/fonts/PT_Sans/PTSans-Regular.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-Regular.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-Regular.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("PTSans-Italic"), url("/local/fonts/PT_Sans/PTSans-Italic.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-Italic.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-Italic.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("PTSans-Bold"), url("/local/fonts/PT_Sans/PTSans-Bold.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-Bold.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-Bold.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local("PTSans-BoldItalic"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans Narrow";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("PTSansNarrow-Regular"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.ttf") format("truetype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.woff") format("woff"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans Narrow";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("PTSansNarrow-Bold"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.ttf") format("truetype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.woff") format("woff"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("SFProText-Regular"), url("/local/fonts/SF_Pro_Text/SFProText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.eot") format("embedded-opentype"), url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.ttf") format("truetype"), url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.woff") format("woff") url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.woff2") format("woff2");
}
.wrap.header_banner_shown {
  padding-top: 210px;
}
@media (max-width: 1280px) {
  .wrap.header_banner_shown {
    padding-top: 0px;
  }
}

.note {
  font-size: 11px;
  text-transform: uppercase;
  color: #6ebdc8;
}

.lk-btn__wrap {
  position: relative;
}
.lk-btn__wrap .alert-msg__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk-btn__wrap .alert-msg__btn:hover {
  background: #33c3ce;
}

.header-banner {
  height: 0;
  width: 100%;
  background: #0057b8;
  overflow: hidden;
  -webkit-transition: 0.5s height;
  -o-transition: 0.5s height;
  transition: 0.5s height;
}
.header-banner__image {
  display: block;
  margin: 0 auto;
}
.header-banner.active {
  height: 60px;
}

.noprint_margin {
  padding-top: 210px !important;
}

.noprint_margin.header_banner_shown {
  padding-top: 270px !important;
}

#regform #spinner {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}
#regform #spinner .spinner {
  margin: unset;
}

.main-catalog-box span.submenu-title.new_cat > a:after,
ul.cat-list .new_cat:after,
.submenu-item ul .new_cat a:after,
.item-section .section-photo.new_cat:after {
  background: rgba(32, 190, 202, 0.75);
  content: "NEW";
  display: block;
  position: absolute;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: bolder;
  font-family: "PT Sans Narrow", sans-serif;
  top: 0;
  right: 0;
  padding: 0 4px;
}

ul.cat-list .new_cat:after,
.submenu-item ul .new_cat a:after {
  margin-left: 4px;
}

.side-menu > ul > li > a.new_cat::before,
.side-menu > ul ul a.new_cat::before {
  background: rgba(32, 190, 202, 0.75);
  content: "NEW";
  display: block;
  position: absolute;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: bolder;
  font-family: "PT Sans Narrow", sans-serif;
  top: 0;
  right: 0;
  padding: 0 4px;
  margin-right: 3px;
}

.item-section .section-photo.new_cat:after {
  position: absolute;
  display: block;
  line-height: normal;
  font-size: 14px;
}

ul.stat {
  list-style-image: url(/images/bul.gif);
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 16px;
  margin-top: 0px;
}

p.list {
  margin-bottom: 0px;
  margin-top: 0px;
}

.boldstyle {
  font-weight: 700;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  margin: 0 7px !important;
  border-radius: 0 !important;
  background: #d8dbdd;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #3158b4;
}
.swiper-pagination-bullet:hover {
  background: #3158b4;
}
.swiper-arrow--prev, .swiper-arrow--next {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  outline: none;
}
.swiper-arrow--prev:hover, .swiper-arrow--next:hover {
  background: white;
}
.swiper-arrow--prev::before, .swiper-arrow--next::before {
  content: "";
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -56px;
  width: 11px;
  height: 21px;
}
.swiper-arrow--prev.swiper-button-disabled, .swiper-arrow--next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper-arrow--next {
  right: -15px;
}
.swiper-arrow--prev {
  left: -15px;
}
.swiper-arrow--prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.instock {
  font-weight: bold;
  color: #6ebdc8;
}

.outstock {
  font-weight: bold;
  color: #ca545a;
}

.midstock {
  font-weight: bold;
  color: #ff9910;
}

.api-reviews-sort .api-left::before {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -26px -212px;
  width: 21px;
  height: 18px;
}
.api-items {
  position: relative;
}
.api-items.shadow::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.5)));
  background-image: -o-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  height: 60px;
}
.api-items.shadow .api-item:nth-child(3) {
  padding-bottom: unset;
  border-bottom: unset;
}

.main-page-title {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #3158b4;
}

.error-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 45px;
}
.error-box .main-page-title {
  margin-bottom: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.error-pic {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
}

.noindex {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}

.pagination-items__grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 35px;
}
.pagination-items__grid-item.col-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.pagination-items__grid-item + .pagination-items__grid-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eef1f2;
}

.catalog-slider__content-wrapper .catalog-slider__arrow {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
}

.catalog__gallery-ajax .cat-rating {
  display: none !important;
}

.handle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.handle_wrap--hide > a:nth-child(n+21) {
  display: none;
}

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-ad-text {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.2;
}
.news-ad-text--top {
  display: block;
  padding-left: 0;
  margin: -10px 0 10px;
}

.lk-info__delete-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.lk-info__delete-text {
  display: block;
  margin-top: 20px;
}
.lk-info__delete-text--red {
  color: red;
}
.lk-info__delete-reason {
  margin: 10px 0 0;
  resize: vertical;
}
.lk-info__delete-buttton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.order__ask-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order__ask-title {
  font-size: 16px;
  font-weight: bold;
}
.order__ask-list {
  margin-top: 20px;
  padding-right: 40px;
}
.order__ask-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order__ask-item + .order__ask-item {
  margin-top: 6px;
}
.order__ask-item--hide {
  display: none;
}
.order__ask-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order__ask-toggle {
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
.order__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order__question--hidden .order__question-text {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(0, 0, 0)), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(0, 0, 0)), to(transparent));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50%, transparent 100%);
}
.order__question-text {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order__question-toggle {
  display: block;
  margin-top: 4px;
  cursor: pointer;
}

@media print {
  .happy {
    display: none;
  }
  .noprint_margin.header_banner_shown,
  .noprint_margin {
    padding-top: 0px !important;
  }
}
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1280px;
  line-height: 1.2;
  background: white;
  -webkit-transition: -webkit-box-shadow border-bottom 0.2s;
  transition: -webkit-box-shadow border-bottom 0.2s;
  -o-transition: box-shadow border-bottom 0.2s;
  transition: box-shadow border-bottom 0.2s;
  transition: box-shadow border-bottom 0.2s, -webkit-box-shadow border-bottom 0.2s;
}
.header__top-panel {
  background: #3158b4;
}
.header__top-panel .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__top-panel .logo {
  display: none;
}
.header__top-panel .site-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 970px;
  height: unset;
  margin-left: auto;
  margin-right: -15px;
  font-size: 12px;
  text-transform: uppercase;
}
.header__top-panel .site-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header__top-panel .site-menu li {
  margin: 0;
  padding: 0;
}
.header__top-panel .site-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.header__top-panel .site-menu a:hover, .header__top-panel .site-menu a.active {
  background: #003f9e;
  text-decoration: none;
}
.header__main-panel {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8dbdd;
}
.header__main-panel .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__main-panel-ny .header__main-panel-logo {
  position: absolute;
  bottom: 0;
  padding-left: unset;
}
.header__main-panel-ny .header__main-panel-wrapper {
  margin-left: auto;
}
.header__main-panel-wrapper {
  width: 940px;
  margin-left: auto;
}
.header__main-panel-logo {
  padding-left: 40px;
}
.header__main-panel-logo .logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__main-panel-catalog {
  position: relative;
  display: none;
  width: 280px;
}
.header__main-panel-catalog .btn-action-catalog {
  z-index: 1001;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3158b4;
  background: #eef3fa;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__main-panel-catalog .btn-action-catalog::before, .header__main-panel-catalog .btn-action-catalog::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -6px 0 0 0;
  display: block;
  width: 24px;
  height: 12px;
  border-top: 2px solid #3158b4;
  border-bottom: 2px solid #3158b4;
}
.header__main-panel-catalog .btn-action-catalog::before {
  border-bottom: none;
  height: 2px;
  margin-top: -1px;
}
.header__main-panel-catalog .btn-action-catalog.active {
  color: white;
  background: #3158b4;
}
.header__main-panel-catalog .btn-action-catalog.active::before, .header__main-panel-catalog .btn-action-catalog.active::after {
  height: 2px;
  border-bottom: none;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: white;
}
.header__main-panel-catalog .btn-action-catalog.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__main-panel-catalog:hover .btn-action-catalog {
  color: white;
  background: #3158b4;
}
.header__main-panel-catalog:hover .btn-action-catalog::before, .header__main-panel-catalog:hover .btn-action-catalog::after {
  border-color: white;
}
.header__main-panel .main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.header__main-panel .main-row__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__main-panel .main-row + .main-row {
  padding-top: 0;
}
.header__main-panel .main-row:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 35px;
  padding-bottom: 0;
}
.header__main-panel .location-block {
  position: relative;
  margin-right: 40px;
}
.header__main-panel .location-block.custom-hover .btn-location::before {
  -webkit-animation: blink 1.5s ease-in-out infinite;
          animation: blink 1.5s ease-in-out infinite;
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__main-panel .location-block.custom-hover:hover .popup-check__city {
  visibility: visible;
  opacity: 1;
}
.header__main-panel .location-block .btn-location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding-left: 20px;
  padding-right: 17px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  color: #404042;
}
.header__main-panel .location-block .btn-location .selected {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.35px;
  white-space: nowrap;
}
.header__main-panel .location-block .btn-location:hover {
  text-decoration: underline;
}
.header__main-panel .location-block .btn-location::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  margin-top: -12px;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px 0px;
  width: 15px;
  height: 18px;
}
.header__main-panel .location-block .btn-location::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left-color: #0057b8;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__main-panel .location-block .btn-location.active::after {
  top: calc(50% - 4px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__main-panel .location-block .addresses-block {
  margin-top: -3px;
  padding-left: 20px;
}
.header__main-panel .location-block .addresses-block a {
  font-size: 12px;
  text-decoration: none;
}
.header__main-panel .location-block .addresses-block a:hover {
  text-decoration: underline;
}
.header__main-panel .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__main-panel .phone a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.header__main-panel .phone + .desc {
  margin-left: 7px;
  color: #838486;
}
.header__main-panel .phone-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  white-space: nowrap;
  color: #3158b4;
}
.header__main-panel .phone-block.free {
  margin-right: 40px;
}
.header__main-panel .phone-block__ico {
  padding-right: 16px;
  cursor: pointer;
}
.header__main-panel .phone-block__ico::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left-color: #3158b4;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__main-panel .phone-block__ico.active::after {
  top: calc(50% - 4px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__main-panel .phones-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.header__main-panel .phones-block .row {
  margin: 0 40px 0 0;
}
.header__main-panel .course-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  font-size: 12px;
  white-space: nowrap;
  color: #838486;
}
.header__main-panel .course-block b {
  margin-left: 5px;
  color: #404042;
}
.header__main-panel .search-block {
  position: relative;
  max-width: 640px;
  width: 100%;
}
.header__main-panel .search-block .frm-main-search {
  position: relative;
  z-index: 11;
  height: 35px;
}
.header__main-panel .search-block .frm-main-search input[type=text],
.header__main-panel .search-block .frm-main-search input[type=search] {
  height: 100%;
  padding: 10px 70px 10px 15px;
  border: 1px solid #3158b4;
  font-size: 14px;
  font-style: italic;
  background: white;
  color: #838486;
}
.header__main-panel .search-block .frm-main-search input[type=text]::-webkit-input-placeholder, .header__main-panel .search-block .frm-main-search input[type=search]::-webkit-input-placeholder {
  color: #acacaf;
}
.header__main-panel .search-block .frm-main-search input[type=text]::-moz-placeholder, .header__main-panel .search-block .frm-main-search input[type=search]::-moz-placeholder {
  color: #acacaf;
}
.header__main-panel .search-block .frm-main-search input[type=text]:-ms-input-placeholder, .header__main-panel .search-block .frm-main-search input[type=search]:-ms-input-placeholder {
  color: #acacaf;
}
.header__main-panel .search-block .frm-main-search input[type=text]::-ms-input-placeholder, .header__main-panel .search-block .frm-main-search input[type=search]::-ms-input-placeholder {
  color: #acacaf;
}
.header__main-panel .search-block .frm-main-search input[type=text]::placeholder,
.header__main-panel .search-block .frm-main-search input[type=search]::placeholder {
  color: #acacaf;
}
.header__main-panel .search-block .frm-main-search .btn,
.header__main-panel .search-block .frm-main-search button,
.header__main-panel .search-block .frm-main-search input[type=submit] {
  border: none;
  height: unset;
  width: 35px;
  min-width: unset;
  background: transparent;
}
.header__main-panel .search-block .frm-main-search .btn:not(.search-clear)::before,
.header__main-panel .search-block .frm-main-search button:not(.search-clear)::before,
.header__main-panel .search-block .frm-main-search input[type=submit]:not(.search-clear)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -195px -174px;
  width: 21px;
  height: 19px;
}
.header__main-panel .search-clear {
  display: none;
}
.header__main-panel .search-clear--show {
  display: block;
}
.header__main-panel .search-clear::before, .header__main-panel .search-clear::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #3158b4;
}
.header__main-panel .search-clear::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__main-panel .search-clear::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__main-panel .c-search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.header__main-panel .actions-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 25px;
}
.header__main-panel .actions-block .btn-action-favorite {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #838486;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__main-panel .actions-block .btn-action-favorite.active {
  color: #404042;
  text-decoration: none;
}
.header__main-panel .actions-block .btn-action-favorite:hover {
  color: #404042;
  text-decoration: underline;
}
.header__main-panel .actions-block .btn-action-favorite__title {
  font-size: 12px;
}
.header__main-panel .actions-block .btn-action-favorite__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 19px;
  margin-bottom: 6px;
}
.header__main-panel .actions-block .btn-action-favorite__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -162px -74px;
  width: 21px;
  height: 19px;
}
.header__main-panel .actions-block .btn-action-favorite__icon #favorinfo {
  z-index: 1;
  position: absolute;
  top: -13px;
  right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 23px;
  padding-top: 1px;
  padding-left: 1px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: #ca545a;
  color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__main-panel .actions-block .btn-action-favorite__icon #favorinfo.favorite-show {
  visibility: visible;
  opacity: 1;
}
.header__main-panel .actions-block a.auth-menu:hover .btn-login {
  color: #404042;
  text-decoration: underline;
}
.header__main-panel .actions-block .auth-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  text-decoration: none;
}
.header__main-panel .actions-block .auth-menu__icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -212px;
  width: 16px;
  height: 24px;
}
.header__main-panel .actions-block .auth-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__main-panel .actions-block .auth-menu li:first-child {
  padding-right: 7px;
}
.header__main-panel .actions-block .auth-menu li + li {
  padding-left: 7px;
  border-left: 1px solid #838486;
}
.header__main-panel .actions-block .auth-menu .btn-login,
.header__main-panel .actions-block .auth-menu .btn-reg {
  position: relative;
  display: block;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  color: #838486;
}
.header__main-panel .actions-block .auth-menu .btn-login:hover,
.header__main-panel .actions-block .auth-menu .btn-reg:hover {
  color: #404042;
  text-decoration: underline;
}
.header__main-panel .actions-block .auth-menu .btn-login.active,
.header__main-panel .actions-block .auth-menu .btn-reg.active {
  color: #404042;
  text-decoration: none;
}
.header__main-panel .actions-block .auth-menu .btn-login.btn-login__order,
.header__main-panel .actions-block .auth-menu .btn-reg.btn-login__order {
  padding: 0 40px 0 10px;
}
.header__main-panel .actions-block .auth-menu .btn-login__order-qty {
  z-index: 1;
  position: absolute;
  top: -8px;
  left: calc(50% + 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 23px;
  padding-top: 1px;
  padding-left: 1px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background: #ca545a;
  color: white;
}
.header__main-panel .actions-block .auth-menu__block {
  position: relative;
}
.header__main-panel .actions-block .auth-menu__hint {
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  min-width: 265px;
  font-size: 14px;
  color: #404042;
  -webkit-box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
          box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
}
.header__main-panel .actions-block .auth-menu__hint::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 47px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
  -webkit-box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
          box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
}
.header__main-panel .actions-block .auth-menu__hint-container {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: white;
}
.header__main-panel .actions-block .auth-menu__hint-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__main-panel .actions-block .auth-menu__hint-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.16px;
}
.header__main-panel .actions-block .auth-menu__hint-subtitle {
  display: block;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0.14px;
  color: #7b7c7e;
}
.header__main-panel .actions-block .auth-menu__hint-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: unset;
  width: 100%;
  height: 25px;
  margin-top: 10px;
  text-transform: none;
  text-decoration: none;
  border: 1px solid #6ebdc8;
  color: white;
  background: #6ebdc8;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__main-panel .actions-block .auth-menu__hint-btn:hover {
  border-color: #6ebdc8;
  color: #6ebdc8;
  background: white;
}
.header__main-panel .actions-block .btn-action-cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  color: #838486;
}
.header__main-panel .actions-block .btn-action-cart:hover {
  color: #404042;
  text-decoration: underline;
}
.header__main-panel .actions-block .btn-action-cart__icon {
  position: relative;
  width: 21px;
  height: 23px;
  margin-bottom: 6px;
}
.header__main-panel .actions-block .btn-action-cart__icon::before {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -236px -173px;
  width: 21px;
  height: 23px;
}
.header__main-panel .actions-block .btn-action-cart__qty {
  z-index: 1;
  position: absolute;
  top: -9px;
  right: calc(50% - 35px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 23px;
  padding-top: 1px;
  padding-left: 1px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: #ca545a;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__main-panel .actions-block .btn-action-cart__qty.active {
  visibility: visible;
  opacity: 1;
}
.header__main-panel .actions-block .btn-action-cart__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 76px;
  min-height: 14px;
  text-align: center;
}
.header__main-panel .actions-block .btn-action-cart-spinner {
  margin-top: unset;
}
.header-catalog .header__main-panel-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 0;
}
.header-catalog .header__main-panel-logo .logo {
  margin-bottom: 7px;
}
.header-catalog .header__main-panel-logo .logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.header-catalog .header__main-panel-catalog {
  display: block;
}
.header-smallest .header, .header-smallest-nocatalog .header {
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}
.header-smallest .header__top-panel .inner-wrap, .header-smallest-nocatalog .header__top-panel .inner-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-smallest .header__top-panel .logo, .header-smallest-nocatalog .header__top-panel .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-smallest .header__top-panel .logo::after, .header-smallest-nocatalog .header__top-panel .logo::after {
  content: "Мебельная фурнитура";
  margin-left: 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}
.header-smallest .header__top-panel .logo::before, .header-smallest-nocatalog .header__top-panel .logo::before {
  content: "";
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url("/local/img/main/mini_logo.svg") no-repeat;
  width: 50px;
  height: 16px;
}
.header-smallest .header__main-panel, .header-smallest-nocatalog .header__main-panel {
  padding-top: 20px;
  border-color: transparent;
}
.header-smallest .header__main-panel-wrapper, .header-smallest-nocatalog .header__main-panel-wrapper {
  width: 100%;
}
.header-smallest .header__main-panel .main-panel, .header-smallest-nocatalog .header__main-panel .main-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-smallest .header__main-panel .main-row:first-child, .header-smallest-nocatalog .header__main-panel .main-row:first-child {
  padding: unset;
}
.header-smallest .header__main-panel .main-row:last-child, .header-smallest-nocatalog .header__main-panel .main-row:last-child {
  width: 940px;
}
.header-smallest .header__main-panel-logo .logo, .header-smallest-nocatalog .header__main-panel-logo .logo {
  display: none;
}
.header-smallest .header__main-panel .location-block, .header-smallest-nocatalog .header__main-panel .location-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-smallest .header__main-panel .location-block .addresses-block, .header-smallest-nocatalog .header__main-panel .location-block .addresses-block {
  display: none;
}
.header-smallest .header__main-panel .phones-block, .header-smallest-nocatalog .header__main-panel .phones-block {
  display: none;
}
.header-smallest .header__main-panel .course-block, .header-smallest-nocatalog .header__main-panel .course-block {
  display: none;
}
.header-smallest .header__main-panel .main-panel {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-smallest .header__main-panel .main-row:first-child {
  display: none;
}
.header-smallest .header__main-panel-catalog {
  display: block;
}
.header-smallest .header__main-panel-logo {
  padding: 0 40px 0 0;
}
.header-search__result {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  padding: 60px 10px 20px 10px;
  color: #acacaf;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  display: none;
}
.header-search__result-content {
  overflow: auto;
}
.header-search__result-content::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #eef3fa;
  border-radius: 3px;
}
.header-search__result-content::-webkit-scrollbar-thumb {
  background-color: #b8cce9;
  border-radius: 3px;
  width: 5px;
}
.header-search__result-block + .header-search__result-block {
  margin-top: 30px;
}
.header-search__result-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 5px;
}
.header-search__result-clear {
  text-decoration: underline;
  cursor: pointer;
}
.header-search__result ul li + li {
  border-top: 1px solid #f7f8f9;
}
.header-search__result ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  text-decoration: none;
  color: #404042;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-search__result ul li a:not(.header-search__result ul li a.header-search__result-item):hover, .header-search__result ul li a.active, .header-search__result ul li a.goal {
  color: #3158b4;
  background: #eef3fa;
}
.header-search__result ul li a:not(.header-search__result ul li a.header-search__result-item):hover span:first-child::after, .header-search__result ul li a.active span:first-child::after, .header-search__result ul li a.goal span:first-child::after {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -196px -212px;
  width: 19px;
  height: 13px;
}
.header-search__result ul li a.goal .header-search__result-control {
  visibility: visible;
  opacity: 1;
}
.header-search__result ul li span {
  display: block;
  width: 100%;
}
.header-search__result ul li span:first-child {
  position: relative;
}
.header-search__result ul li span:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -141px -149px;
  width: 19px;
  height: 13px;
}
.header-search__result ul li div {
  width: 100%;
}
.header-search__result-label {
  display: block;
  margin-top: 5px;
  color: #acacaf;
}
.header-search__result-article b {
  color: #404042;
}
.header-search__result-later span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-search__result-later span:first-child::before {
  content: "";
  margin-right: 10px;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -115px -212px;
  width: 17px;
  height: 16px;
}
.header-search__result-later span:first-child::after {
  content: unset !important;
}
.header-search__result-later span:last-child {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -116px;
  width: 13px;
  height: 13px;
}
.header-search__result-item {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  min-height: 100px;
}
.header-search__result-item:hover .header-search__result-name {
  color: #3158b4;
  text-decoration: underline;
}
.header-search__result-item:hover .header-search__result-control {
  visibility: visible;
  opacity: 1;
}
.header-search__result-item .header-search__result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}
.header-search__result-item .header-search__result-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header-search__result-item .header-search__result-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 20px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}
.header-search__result-item .header-search__result-price span {
  display: block;
  margin: 0 0 2px 5px;
  font-size: 14px;
  font-weight: normal;
}
.header-search__result-item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
}
.header-search__result-item .btn .btn-action-cart-spinner {
  width: 42px !important;
  margin: 0;
}
.header-search__result-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  max-width: 78px;
  height: 78px;
  margin-right: 25px;
}
.header-search__result-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search__result-img img {
  max-width: 100%;
}
.header-search__result-text span:first-child::after {
  content: unset !important;
}
.header-search__result-all {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
  padding-right: 37px;
  text-decoration: none;
  color: #3158b4;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-search__result-all::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -196px -212px;
  width: 19px;
  height: 13px;
}
.header-search__result-all:hover {
  padding-right: 27px;
}

.footer {
  position: relative;
  min-width: 1280px;
  background: #f7f8f9;
  overflow: hidden;
  clear: both;
}
.footer-top {
  padding: 25px 0;
}
.footer .main-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-menu .menu-block {
  margin-right: 70px;
}
.footer-menu .menu-block:last-child {
  margin-right: unset;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 10px;
  padding: 0;
}
.footer-menu li:before {
  display: none;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #707173;
  text-decoration: none;
  white-space: nowrap;
}
.footer-menu a:hover {
  color: #403f42;
  text-decoration: underline;
}
.footer-menu a.active {
  color: #403f42;
  text-decoration: underline;
}
.footer-title {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #404042;
}
.footer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
}
.footer-actions__block + .footer-actions__block {
  margin-top: 40px;
}
.footer-actions__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer-actions .btn-popup-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-transform: uppercase;
  text-decoration: none;
  color: #3158b4;
}
.footer-actions .btn-popup-message::after {
  content: "";
  margin-left: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -196px -212px;
  width: 19px;
  height: 13px;
}
.footer-actions .btn-popup-message:hover::after {
  margin-left: 10px;
}
.footer-actions .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.footer-actions .buttons .btn-appstore, .footer-actions .buttons .btn-gplay {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.footer-actions .buttons .btn-appstore {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -74px 0px;
  width: 110px;
  height: 33px;
}
.footer-actions .buttons .btn-gplay {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -74px;
  width: 110px;
  height: 33px;
}
.footer-actions .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-actions .socials .footer-title {
  margin-bottom: 10px;
}
.footer-actions .socials .items {
  font-size: 0;
}
.footer-actions .socials .btn-footer-soc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.footer-actions .socials .btn-footer-soc:last-child {
  margin-right: 0;
}
.footer-actions .socials .btn-footer-soc.vk {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -174px;
  width: 28px;
  height: 28px;
}
.footer-actions .socials .btn-footer-soc.telegram {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -194px -115px;
  width: 28px;
  height: 28px;
}
.footer-actions .socials .btn-footer-soc.youtube {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -75px -174px;
  width: 27px;
  height: 28px;
}
.footer-actions .socials .btn-footer-soc.pintrest {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -236px -70px;
  width: 27px;
  height: 27px;
}
.footer-actions .socials .btn-footer-soc.dzen {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -236px -33px;
  width: 27px;
  height: 27px;
}
.footer-actions .payment_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-actions .payment_icons__item {
  margin-right: 20px;
}
.footer-actions .payment_icons__item:last-child {
  margin-right: 0;
}
.footer-actions .payment_icons__item.visa {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -90px -149px;
  width: 41px;
  height: 14px;
}
.footer-actions .payment_icons__item.mastercard {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -112px -174px;
  width: 31px;
  height: 24px;
}
.footer-actions .payment_icons__item.mir {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -121px -117px;
  width: 47px;
  height: 14px;
}
.footer-actions .session-code {
  margin-top: 15px;
  padding: 2px 10px;
  border: 1px solid #707173;
  text-align: center;
  color: #707173;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  background: #004b93 url("/local/img/main/decor-footer.png") center top repeat-x;
}
.footer-bottom .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.footer-bottom .inner-wrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -142px -212px;
  width: 17px;
  height: 16px;
}
.footer .informer {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.footer .informer .footer-title {
  height: 28px;
  line-height: 28px;
  margin: 0;
  float: left;
  width: 167px;
  overflow: hidden;
}
.footer .informer a {
  float: left;
  font-size: 13px;
  color: #707173;
  font-style: italic;
}

.btn-action-up {
  display: none;
  width: 34px;
  height: 34px;
  overflow: hidden;
  position: fixed;
  bottom: 42px;
  right: 42px;
  background: rgba(199, 200, 201, 0.5);
  z-index: 1001;
}
.btn-action-up:hover {
  background: #c7c8c9;
}
.btn-action-up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin: -10px 0 0 -5px;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -87px;
  width: 11px;
  height: 19px;
}

.feebackform_link_footer_d {
  z-index: 100;
  position: fixed;
  right: 28px;
  bottom: 110px;
  opacity: 0.8;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
}
.feebackform_link_footer_d:hover {
  opacity: 1;
}

.breadcrumbs-box {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #3e3d40;
}
.breadcrumbs-box li {
  display: inline-block;
}
.breadcrumbs-box li:last-child {
  display: inline;
}
.breadcrumbs-box a {
  font-weight: 400;
  display: inline-block;
  position: relative;
  color: #3e3d40;
  text-decoration: none;
  margin-right: 30px;
}
.breadcrumbs-box a::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -19px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d8dbdd;
}
.breadcrumbs-box a:hover {
  text-decoration: underline;
}
.breadcrumbs-box b {
  font-weight: normal;
}

.btn:where(:not(.ignore-css-tags)),
.btn-white:where(:not(.ignore-css-tags)),
button:where(:not(.ignore-css-tags)),
input[type=submit]:where(:not(.ignore-css-tags)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  min-width: 220px;
  padding: 0 12px;
  border: 1px solid #3158b4;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn:where(:not(.ignore-css-tags)),
button:where(:not(.ignore-css-tags)),
input[type=submit]:where(:not(.ignore-css-tags)) {
  color: white;
  background: #3158b4;
}
.btn:where(:not(.ignore-css-tags)):hover,
button:where(:not(.ignore-css-tags)):hover,
input[type=submit]:where(:not(.ignore-css-tags)):hover {
  border-color: #3158b4;
  color: #3158b4;
  background: white;
}
.btn:where(:not(.ignore-css-tags)).disabled,
button:where(:not(.ignore-css-tags)).disabled,
input[type=submit]:where(:not(.ignore-css-tags)).disabled {
  border-color: #838486 !important;
  background: #838486 !important;
  color: white !important;
  pointer-events: none !important;
}
.btn:where(:not(.ignore-css-tags)).disabled:hover,
button:where(:not(.ignore-css-tags)).disabled:hover,
input[type=submit]:where(:not(.ignore-css-tags)).disabled:hover {
  border-color: #838486 !important;
  background: #838486 !important;
  color: white !important;
}

.btn-cat-favorite, .btn-cat-compare {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btn-cat-favorite:before, .btn-cat-compare:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-cat-favorite::before {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -86px -212px;
  width: 19px;
  height: 16px;
}
.btn-cat-favorite:hover::before, .btn-cat-favorite.active::before, .btn-cat-favorite.in::before {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -57px -212px;
  width: 19px;
  height: 16px;
}
.btn-cat-compare::before {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -26px -246px;
  width: 16px;
  height: 17px;
}
.btn-cat-compare:hover::before, .btn-cat-compare.active::before {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -246px;
  width: 16px;
  height: 17px;
}
.btn-reset {
  height: unset;
  width: unset;
  min-width: unset;
  padding: unset;
  margin: unset;
  border: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  outline: none;
  color: unset;
  background: unset;
}
.btn-white {
  border-color: #3158b4;
  color: #3158b4;
  background: white;
}
.btn-white:hover {
  border-color: #3158b4 !important;
  color: white !important;
  background: #3158b4 !important;
}
.btn-second {
  border-color: #838486;
  background: #838486;
}
.btn-second:hover {
  background: none;
  border-color: #838486;
  color: #838486;
}
.btn-second-white {
  border-color: #acacaf;
  background: none;
  color: #acacaf;
}
.btn-second-white:hover {
  border-color: #acacaf;
  background: #acacaf;
  color: white;
}
.btn--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn--wide {
  width: 100%;
}

.frm-popup-main .frm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.frm-popup-main .frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frm-popup-main .frm-row.d-block {
  display: block;
}
.frm-popup-main .frm-row.d-block .frm-field + .frm-field {
  margin: 20px 0 0 0;
}
.frm-popup-main .frm-field {
  width: 100%;
}
.frm-popup-main .frm-field + .frm-field {
  margin-left: 20px;
}
.frm-popup-main .frm-field .inputtextarea {
  min-height: 85px;
}
.frm-popup-main .frm-field .si-file-form {
  width: 50%;
  cursor: pointer;
  text-transform: none;
  color: #404042;
  border-color: #d8dbdd;
}
.frm-popup-main .frm-field .si-file-form input {
  display: none;
}
.frm-popup-main .frm-field.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frm-popup-main .frm-info {
  font-size: 13px;
  color: #acacaf;
}
.frm-popup-main .frm-file__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin-left: 40px;
  color: #acacaf;
}
.frm-popup-main .frm-file__name.active {
  color: #3158b4;
}
.frm-popup-main .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -12px;
}
.frm-popup-main .select-list > input + label {
  width: unset;
  float: unset;
  padding: 2px 12px 2px 34px;
  margin-top: 12px;
  color: #acacaf;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: unset;
}
.frm-popup-main .select-list > input + label::before {
  border: 1px solid #d8dbdd;
}
.frm-row {
  position: relative;
  margin-bottom: 25px;
}
.frm-field {
  position: relative;
}
.frm-field-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.frm-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #acacaf;
  white-space: nowrap;
}
.frm-label font {
  margin-left: 3px;
  color: #ca545a;
}
.frm-label__file {
  display: block;
  white-space: normal;
}
.frm-label__file div {
  color: #404042;
}
.frm-select {
  position: relative;
  display: block;
}
.frm-select-toggle {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.frm-select-toggle + .frm-select-toggle {
  margin-left: 20px;
}
.frm-select-toggle label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 24px !important;
  padding: 0 7px !important;
  border: 1px solid #d8dbdd !important;
  color: #404042 !important;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.frm-select-toggle label:hover {
  border-color: #3158b4 !important;
  color: #3158b4 !important;
}
.frm-select-toggle input {
  display: none;
}
.frm-select-toggle input:checked + label {
  border-color: #3158b4 !important;
  color: white !important;
  background: #3158b4 !important;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -9909px;
}
.frm-select input:checked + label:after {
  display: block;
}
.frm-select label {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2px 0 2px 34px;
}
.frm-select label:not(#check_politics-error)::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #838486;
}
.frm-select label::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #3158b4;
}
.frm-select.small {
  font-size: 11px;
  line-height: normal;
}
.frm-select.small label {
  padding-top: 0;
  min-height: 25px;
  overflow: unset;
}
.frm-select.small a {
  color: #404042;
}
.frm-select-filter {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}
.frm-select-filter:hover label:after {
  display: block;
}
.frm-select-filter.hide {
  display: none !important;
}
.frm-select-filter input {
  position: absolute;
  top: 0;
  left: -9999px;
  display: block;
}
.frm-select-filter input:checked + label > span::after {
  display: block;
}
.frm-select-filter input:checked + label::before {
  border-color: #57ced6;
}
.frm-select-filter input:checked + label::after {
  display: block;
}
.frm-select-filter label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 27px;
  min-height: 24px;
  cursor: pointer;
}
.frm-select-filter label::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 0;
  display: -ms-grid;
  display: grid;
  width: 22px;
  height: 22px;
  border: 1px solid #dbdcdd;
  background: #fff;
}
.frm-select-filter label::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  display: none;
  background: #cdeff1;
}
.frm-select-filter label > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-right: 3px;
  line-height: 12px;
}
.frm-select-filter label > span::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 7px;
  left: 6px;
  display: none;
  width: 10px;
  height: 10px;
  background: #57ced6;
}
.frm-select-filter label > span span {
  z-index: 2;
  position: relative;
  display: block;
}
.frm-error {
  display: block;
  font-size: 12px;
  color: #ca545a;
}
.frm-disabled .btn.btn-auth-reg {
  background-color: #02a0e9;
  border: none;
  color: #fff !important;
  padding: 0;
  font-size: 12px;
  min-width: auto;
  width: 100%;
  z-index: 3;
}
.frm-disabled .btn.btn-auth-reg:hover {
  background-color: #02a0e9;
}

#regform .frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#regform .back-btn {
  float: unset;
}
#regform .back-btn + [type=submit] {
  margin-left: 20px;
}

.main-catalog-box {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  border: 1px solid #d8dbdd;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  background: white;
}
.main-catalog-box li a {
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.main-catalog-box li a.has-child::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: scale(0.65) translateY(-75%);
      -ms-transform: scale(0.65) translateY(-75%);
          transform: scale(0.65) translateY(-75%);
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -56px;
  width: 11px;
  height: 21px;
}
.main-catalog-box .catalog-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0 20px;
  margin: -1px -1px 0px -1px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background: #3158b4;
}
.main-catalog-box .catalog-main {
  padding: 13px 0;
}
.main-catalog-box .catalog-main + .catalog-main {
  border-top: 1px solid #d8dbdd;
}
.main-catalog-box .catalog-main .elm-stiker {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: unset;
}
.main-catalog-box .catalog-main li {
  margin-bottom: 5px;
}
.main-catalog-box .catalog-main li:last-child {
  margin-bottom: 0;
}
.main-catalog-box .catalog-main a,
.main-catalog-box .catalog-main .catalog-main__mark-link {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 2px 55px 2px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #404042;
  -webkit-transition: background ease 0.1s;
  -o-transition: background ease 0.1s;
  transition: background ease 0.1s;
}
.main-catalog-box .catalog-main a.active, .main-catalog-box .catalog-main a:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.active,
.main-catalog-box .catalog-main .catalog-main__mark-link:hover {
  background: #45a19a;
  color: white;
}
.main-catalog-box .catalog-main a.active .elm-stiker, .main-catalog-box .catalog-main a:hover .elm-stiker,
.main-catalog-box .catalog-main .catalog-main__mark-link.active .elm-stiker,
.main-catalog-box .catalog-main .catalog-main__mark-link:hover .elm-stiker {
  display: none;
}
.main-catalog-box .catalog-main a.color01.active, .main-catalog-box .catalog-main a.color01:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.color01.active,
.main-catalog-box .catalog-main .catalog-main__mark-link.color01:hover {
  background: #e85359;
}
.main-catalog-box .catalog-main a.color02.active, .main-catalog-box .catalog-main a.color02:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.color02.active,
.main-catalog-box .catalog-main .catalog-main__mark-link.color02:hover {
  background: #ffd744;
}
.main-catalog-box .catalog-main a.color03.active, .main-catalog-box .catalog-main a.color03:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.color03.active,
.main-catalog-box .catalog-main .catalog-main__mark-link.color03:hover {
  background: #ff9200;
}
.main-catalog-box .catalog-main a.color04.active, .main-catalog-box .catalog-main a.color04:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.color04.active,
.main-catalog-box .catalog-main .catalog-main__mark-link.color04:hover {
  background: #20beca;
}
.main-catalog-box .catalog-main a.color08.active, .main-catalog-box .catalog-main a.color08:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.color08.active,
.main-catalog-box .catalog-main .catalog-main__mark-link.color08:hover {
  background: #8f9dcc;
}
.main-catalog-box .catalog-main a.brand:hover,
.main-catalog-box .catalog-main .catalog-main__mark-link.brand:hover {
  color: white;
  background: #3158b4;
}
.main-catalog-box .catalog-list {
  border-bottom: 1px solid #d8dbdd;
}
.main-catalog-box .catalog-list > ul {
  padding: 10px 0 15px;
}
.main-catalog-box .catalog-list > ul > li.active > a {
  color: white;
  background: #3158b4;
}
.main-catalog-box .catalog-list > ul > li.active .submenu {
  display: block;
}
.main-catalog-box .catalog-list > ul > li:hover > a {
  color: white;
  background: #3158b4;
}
.main-catalog-box .catalog-list > ul > li > a {
  display: block;
  padding: 6px 20px;
  font-size: 13px;
  color: #404042;
}
.main-catalog-box .catalog-list > ul > li > a::before {
  content: unset;
}
.main-catalog-box .catalog-list > ul > li > a.new_cat::before {
  background: rgba(32, 190, 202, 0.75);
  content: "NEW";
  display: block;
  position: absolute;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: bolder;
  font-family: "PT Sans Narrow", sans-serif;
  top: 0;
  right: 0;
  padding: 0 4px;
  width: unset;
  height: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.a-icon-new:before {
  margin-left: 2px;
  background: rgba(32, 190, 202, 0.75);
  content: "NEW";
  display: block;
  position: absolute;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: bolder;
  font-family: "PT Sans Narrow", sans-serif;
  top: 0;
  right: 0;
  padding: 0 4px;
  width: unset;
  height: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.main-catalog-box .catalog-list > ul > li > a.has-child::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: scale(0.65) translateY(-75%);
      -ms-transform: scale(0.65) translateY(-75%);
          transform: scale(0.65) translateY(-75%);
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -56px;
  width: 11px;
  height: 21px;
}
.main-catalog-box .catalog-list > ul > li .last-column {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
.main-catalog-box .catalog-list > ul > li .last-column:not(.init) .last-column__banner {
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.main-catalog-box .catalog-list > ul > li .last-column__banner {
  width: 220px;
  min-height: 220px;
  max-height: 335px;
}
.main-catalog-box .catalog-list > ul > li .last-column__banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-catalog-box .catalog-prices {
  border-top: 1px solid #d8dbdd;
  background: #f7f8f9;
}
.main-catalog-box .catalog-prices > ul {
  position: relative;
}
.main-catalog-box .catalog-prices > ul > li:hover ul {
  display: block;
}
.main-catalog-box .catalog-prices > ul > li a {
  position: relative;
  display: block;
  height: 45px;
  text-decoration: none;
  overflow: hidden;
}
.main-catalog-box .catalog-prices > ul > li a::before {
  left: 16px;
}
.main-catalog-box .catalog-prices > ul > li a span {
  position: absolute;
  top: 6px;
  right: 12px;
  display: block;
  width: 211px;
  height: 33px;
  border: 1px solid #7b7b7d;
  font-size: 15px;
  line-height: 31px;
  text-align: center;
  color: #404042;
  overflow: hidden;
}
.main-catalog-box .catalog-prices > ul ul {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: none;
  width: 340px;
  padding: 5px;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  overflow: hidden;
  -webkit-animation: fadein ease 0.3s;
          animation: fadein ease 0.3s;
}
.main-catalog-box .catalog-prices > ul ul li {
  border-bottom: 1px solid #f7f8f9;
}
.main-catalog-box .catalog-prices > ul ul li:last-child {
  border-bottom: unset;
}
.main-catalog-box .catalog-prices > ul ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  padding: 10px 12px 10px 60px;
  font-size: 14px;
  color: #404042;
}
.main-catalog-box .catalog-prices > ul ul a:before {
  left: 12px;
}
.main-catalog-box .catalog-prices > ul ul a span {
  position: unset;
  display: block;
  width: unset;
  height: unset;
  border: unset;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
.main-catalog-box .catalog-prices > ul ul a.active, .main-catalog-box .catalog-prices > ul ul a:hover {
  background: #3158b4;
}
.main-catalog-box .catalog-prices > ul ul a.active::before, .main-catalog-box .catalog-prices > ul ul a:hover::before {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -120px -74px;
  width: 32px;
  height: 29px;
}
.main-catalog-box .catalog-prices > ul ul a.active span, .main-catalog-box .catalog-prices > ul ul a:hover span {
  color: white !important;
}
.main-catalog-box .catalog-prices a::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -194px 0px;
  width: 32px;
  height: 29px;
}
.main-catalog-box .catalog-prices__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-catalog-box .catalog-prices__top-name {
  font-size: 14px;
  text-transform: uppercase;
}
.main-catalog-box .catalog-prices__size {
  font-size: 12px !important;
  color: #acacaf !important;
}
.main-catalog-box .submenu {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 100%;
  display: none;
  width: 990px;
  color: #404042;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.main-catalog-box .submenu li a, .main-catalog-box .submenu-title a {
  display: inline-block;
  text-decoration: none;
  color: #404042;
}
.main-catalog-box .submenu-wrap {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d8dbdd;
  background: white;
}
.main-catalog-box .submenu-row {
  height: 100%;
  padding: 20px;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
}
.main-catalog-box .submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
.main-catalog-box .submenu-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-catalog-box .submenu-item li + li {
  margin-top: 5px;
}
.main-catalog-box .submenu-item li a {
  display: block;
  padding: 2px 0;
  font-size: 13px;
}
.main-catalog-box .submenu-item li a:hover, .main-catalog-box .submenu-item li a.active {
  text-decoration: underline;
  color: #3158b4;
}
.main-catalog-box .submenu-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.main-catalog-box .submenu-title + ul {
  margin-top: 15px;
}
.main-catalog-box .submenu-title a:hover, .main-catalog-box .submenu-title a.active {
  text-decoration: underline;
  color: #3158b4;
}
.main-catalog-box .submenu .catalog-slider__content {
  z-index: 1;
  position: absolute;
  right: 20px;
  bottom: 80px;
  width: 220px;
}
.main-catalog-box .submenu .catalog-slider__content .cat-photo.bg-load {
  width: 100%;
}
.main-catalog-box .submenu .catalog-slider__content .slider-plug .item-catalog {
  width: 100%;
}

body {
  position: relative;
  height: unset;
}

.catalog-fixed-wrap {
  z-index: 998;
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  -webkit-animation: fadein ease 0.3s;
          animation: fadein ease 0.3s;
}
.catalog-fixed-wrap.active {
  display: block;
}
.catalog-fixed-wrap .main-catalog-box {
  width: 280px;
  padding-top: 13px;
  margin-bottom: 0;
  border: none;
}
.catalog-fixed-wrap .main-catalog-box .catalog-title {
  display: none;
}
.catalog-fixed-wrap .main-catalog-box .submenu {
  top: 0;
  bottom: 0;
}
.catalog-fixed-wrap .main-catalog-box .submenu-wrap {
  border: unset;
  border-left: 1px solid #d8dbdd;
}
.catalog-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4c4c4c;
  opacity: 0.8;
}

.ad-tooltip {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 10;
}
.ad-tooltip__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
}
.ad-tooltip__header-title {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: black;
  margin: 0 4px 0 0;
  z-index: 1;
}
.ad-tooltip__header-icon {
  width: 16px;
  height: 16px;
}
.ad-tooltip__body {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -10px;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1019607843);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ad-tooltip__body-text {
  color: black;
}
.ad-tooltip__body--active {
  opacity: 1;
  pointer-events: all;
}
.ad-tooltip__body::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ebf2f4;
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.ad-tooltip__body--top-right {
  bottom: -24px;
  right: inherit;
  left: 0;
  -webkit-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
          transform: translateY(-55px);
}
.ad-tooltip__body--top-right::before {
  top: inherit;
  right: inherit;
  bottom: -4px;
  left: 12px;
  border-width: 5px 5px 0 5px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-color: white;
}

.main-subscribe-box-space {
  margin-bottom: 35px;
}

.main-subscribe-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  width: 100%;
  margin-top: 35px;
  text-align: center;
  color: #3158b4;
}
.main-subscribe-box .frm-block {
  max-width: 465px;
}
.main-subscribe-box .frm-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-subscribe-box p {
  margin-bottom: 16px;
  font-size: 16px;
}
.main-subscribe-box .frm-row {
  margin-bottom: 15px;
}
.main-subscribe-box .btn-popup-subscribe {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.item-catalog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 360px;
  width: 209px;
  height: auto;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item-catalog:not(.bg-load, .disabled, .plug):hover {
  -webkit-box-shadow: 0px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0px 1px 10px 0 rgba(196, 197, 198, 0.59);
}
.item-catalog:not(.bg-load, .disabled, .plug):hover .btn-cat-favorite, .item-catalog:not(.bg-load, .disabled, .plug):hover .btn-cat-clip, .item-catalog:not(.bg-load, .disabled, .plug):hover .btn-cat-compare {
  visibility: visible;
  opacity: 1;
}
.item-catalog:not(.bg-load, .disabled, .plug):hover .cat-hidden {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0px 1px 10px 0 rgba(196, 197, 198, 0.59);
}
.item-catalog:not(.bg-load, .disabled, .plug):hover .cat-params__list-title {
  font-weight: bold;
}
.item-catalog.item-compare {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.item-catalog.item-compare .btn-cat-favorite, .item-catalog.item-compare .btn-cat-clip {
  visibility: visible;
  opacity: 1;
}
.item-catalog.item-compare .btn-cat-compare {
  display: none;
}
.item-catalog.item-compare .cat-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 380px;
  height: auto;
}
.item-catalog.item-compare .cat-top {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.item-catalog.item-compare .cat-top.fixed {
  -webkit-box-shadow: 0px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0px 1px 10px 0 rgba(196, 197, 198, 0.59);
}
.item-catalog.item-compare .cat-hidden {
  position: unset;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.item-catalog.item-compare .elm-stiker {
  z-index: 6;
}
.item-catalog.item-compare__small {
  min-height: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.item-catalog.item-compare__small .cat-container {
  padding: unset;
}
.item-catalog.item-compare__small .cat-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-catalog.item-compare__small .cat-photo {
  min-width: 74px;
  width: 74px;
  height: 74px;
  margin-bottom: 5px;
}
.item-catalog.item-compare__small .cat-text {
  padding: unset;
  margin: 0 0 0 5px;
}
.item-catalog.item-compare__small .cat-name {
  -webkit-line-clamp: 3;
  font-size: 12px;
}
.item-catalog.item-compare__small .cat-info {
  margin-top: 5px;
  font-size: 12px;
}
.item-catalog.hide {
  display: none;
}
.item-catalog.disabled .nogeo {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  background: rgba(237, 240, 242, 0.9);
}
.item-catalog.disabled .nogeo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-catalog.disabled .nogeo img {
  display: inline-block;
  max-height: 100px;
  margin: 65px auto;
}
.item-catalog.disabled .nogeo p {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
.item-catalog.disabled .nogeo span {
  display: block;
  font-weight: bold;
  color: #ca545a;
}
.item-catalog.plug .cat-photo picture {
  position: relative;
}
.item-catalog.plug .cat-photo picture::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.item-catalog.plug .cat-photo img {
  opacity: 0;
}
.item-catalog.plug .cat-name a {
  color: rgba(64, 64, 66, 0);
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.item-catalog.plug .cat-name a:hover {
  color: rgba(64, 64, 66, 0);
}
.item-catalog.plug .cat-info {
  color: rgba(64, 64, 66, 0);
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.item-catalog.plug .cat-price {
  color: rgba(64, 64, 66, 0);
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.item-catalog[data-elementid="12288"], .item-catalog[data-elementid="12282"], .item-catalog[data-elementid="12276"] {
  z-index: unset;
  position: absolute;
  top: -9999px;
}
.item-catalog .elm-stiker {
  z-index: 2;
  position: absolute;
  top: 26px;
  left: 0;
}
.item-catalog .elm-stiker + .elm-stiker {
  top: 53px;
}
.item-catalog .elm-stiker + .elm-stiker + .elm-stiker {
  top: 80px;
}
.item-catalog .elm-stiker + .elm-stiker + .elm-stiker + .elm-stiker {
  top: 107px;
}
.item-catalog .elm-stiker__special {
  display: unset;
  width: unset;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
}
.item-catalog .cat-count {
  z-index: 3;
  position: absolute;
  top: -10px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 24px;
  padding: 0 5px;
  text-align: center;
  background: #eef1f3;
}
.item-catalog .cat-photo {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}
.item-catalog .cat-photo__hover-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-catalog .cat-photo__hover-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.item-catalog .cat-photo__hover-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}
.item-catalog .cat-photo__hover-pagination {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-catalog .cat-photo__hover-pagination span {
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #acacaf;
}
.item-catalog .cat-photo__hover-pagination span.active {
  background: #3158b4;
}
.item-catalog .cat-photo__hover-pagination span + span {
  margin-left: 3px;
}
.item-catalog .cat-photo picture, .item-catalog .cat-photo img, .item-catalog .cat-photo source, .item-catalog .cat-photo svg {
  pointer-events: none;
}
.item-catalog .cat-photo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-catalog .cat-photo img, .item-catalog .cat-photo svg {
  max-width: 100%;
  max-height: 100%;
}
.item-catalog .cat-text {
  z-index: 2;
  position: relative;
  padding: 0 25px;
  margin-bottom: 12px;
}
.item-catalog .cat-name {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-catalog .cat-name .search_match_text {
  color: #404042;
  font-weight: 700;
}
.item-catalog .cat-name.full_match .search_match_text {
  background-color: #ffd744;
}
.item-catalog .cat-name a {
  text-decoration: none;
  color: #404042;
}
.item-catalog .cat-name a:hover {
  color: #3158b4;
}
.item-catalog .cat-info {
  margin-top: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #7b7c7e;
  white-space: nowrap;
}
.item-catalog .cat-info .search_match_text {
  color: #404042;
  font-weight: 700;
}
.item-catalog .cat-info.full_match .search_match_text {
  background-color: #ffd744;
}
.item-catalog .cat-info__action-button {
  vertical-align: middle;
  line-height: 0;
  margin-top: -0.4em;
}
.item-catalog .cat-rating {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
  padding: 0 25px;
  margin-bottom: 5px;
}
.item-catalog .cat-rating .api-stars-empty {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -74px -43px;
  width: 80px;
  height: 15px;
}
.item-catalog .cat-rating .api-stars-full {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -149px;
  width: 80px;
  height: 15px;
}
.item-catalog .cat-rating .api-row.api-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.item-catalog .cat-rating .api-reviews-element-rating .api-average a {
  border: unset;
  color: #d96834;
}
.item-catalog .cat-rating .api-reviews-element-rating.api-hide-border {
  cursor: pointer;
}
.item-catalog .cat-actions {
  padding: 0 25px;
}
.item-catalog .cat-actions__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -15px;
}
.item-catalog .cat-actions__block-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.item-catalog .cat-actions__block-sale .elm-discount {
  margin-right: 7px;
}
.item-catalog .cat-actions__block-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-catalog .cat-actions__block-icon + .cat-actions__block-icon {
  margin-left: 5px;
}
.item-catalog .cat-actions + .elm-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  color: #acacaf;
}
.item-catalog .cat-actions + .elm-stock .instock,
.item-catalog .cat-actions + .elm-stock .outstock {
  margin-left: 5px;
}
.item-catalog .cat-price {
  display: -webkit-box;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-catalog .cat-price--mr-negative {
  margin-right: -40px;
}
.item-catalog .cat-price + .cat-price {
  margin-top: 5px;
}
.item-catalog .cat-price span {
  font-size: 14px;
  font-weight: 400;
}
.item-catalog .cat-price.bg-gray {
  min-width: 120px;
  font-size: 0;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.item-catalog .cat-price.bg-gray * {
  font-size: 0;
}
.item-catalog .cat-price-old {
  text-decoration: line-through;
  color: #272425;
  white-space: nowrap;
}
.item-catalog .cat-price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  text-align: center;
  font-size: 12px;
  background: #f7f8f9;
}
.item-catalog .cat-price-info b,
.item-catalog .cat-price-info span {
  display: block;
  margin-right: 3px;
  font-weight: bold;
  color: #272425;
}
.item-catalog .cat-price-info.bg-gray {
  font-size: 0;
}
.item-catalog .cat-note {
  display: block;
  margin-top: 12px;
  text-transform: none;
}
.item-catalog .cat-hidden {
  z-index: 4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: white;
}
.item-catalog .cat-hidden .btn-second + .btn-cart {
  display: none !important;
}
.item-catalog .cat-maybe__btn {
  color: #3158b4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3158b4;
}
.item-catalog .cat-maybe__btn::after {
  content: "";
  margin-left: 15px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -196px -212px;
  width: 19px;
  height: 13px;
}
.item-catalog .cat-maybe__btn:hover::after {
  margin-left: 10px;
}
.item-catalog .cat-maybe__wrapper {
  display: none;
  padding: 0 25px 20px 25px;
}
.item-catalog .cat-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: 10px;
}
.item-catalog .cat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-catalog .cat-params__top {
  padding: 25px 20px 15px;
  border-bottom: 1px solid #eef1f3;
}
.item-catalog .cat-params__title {
  font-weight: bold;
  color: #272425;
}
.item-catalog .cat-params__bottom {
  padding: 15px 20px 10px;
}
.item-catalog .cat-params__list-item {
  margin-bottom: 25px;
  line-height: 1;
}
.item-catalog .cat-params__list-item[data-uniform=N] {
  display: none;
}
.item-catalog .cat-params__list-item span {
  display: block;
}
.item-catalog .cat-params__list-title {
  display: block;
  margin-bottom: 10px;
  color: #acacaf;
}
.item-catalog .cat-complect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  margin-bottom: 2px;
  border: solid 1px #faf0e9;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #d96834;
  background-color: #faf0e9;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item-catalog .cat-complect--hidden {
  display: none;
}
.item-catalog .cat-complect:hover {
  border-color: #d96834;
  background-color: #f1d4bf;
}
.item-catalog .cat-available__container {
  display: none;
  padding: 10px;
  background: white;
}
.item-catalog .cat-available__list {
  padding: unset;
  margin: unset;
  white-space: nowrap;
}
.item-catalog .cat-available__list + .cat-available__list {
  margin-top: 10px;
}
.item-catalog .cat-available__list[data-type-list=available] {
  font-size: 12px;
  color: #acacaf;
}
.item-catalog .cat-available__list[data-type-list=store] {
  font-size: 11px;
  color: #3158b4;
}
.item-catalog .cat-available__block {
  margin-bottom: 3px;
}
.item-catalog .cat-available__block .midstock {
  letter-spacing: -0.5px;
}
.item-catalog .basket-item__price-text {
  margin: 5px 0 0 0;
  text-align: center;
}
.item-catalog .btn-add-cart, .item-catalog .btn-cart {
  width: 100%;
  min-width: unset;
}
.item-catalog .btn-add-cart .btn-action-cart-spinner, .item-catalog .btn-cart .btn-action-cart-spinner {
  margin-top: 0;
}
.item-catalog .btn-add-cart:hover .btn-action-cart-spinner .circle, .item-catalog .btn-cart:hover .btn-action-cart-spinner .circle {
  background: #838486;
}
.item-catalog .btn-auth-reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  text-decoration: none;
  font-size: 12px;
  color: #3158b4;
  background: #eef3fa;
}
.item-catalog .btn-auth-reg div {
  position: relative;
  padding-right: 40px;
}
.item-catalog .btn-auth-reg div::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -196px -212px;
  width: 19px;
  height: 13px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item-catalog .btn-auth-reg:hover div:before {
  right: 10px;
}
.item-catalog .btn-cat-favorite, .item-catalog .btn-cat-compare {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item-catalog .nogeo {
  display: none;
}

.item-compare__remove {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -116px;
  width: 13px;
  height: 13px;
}

.catalog-slider__content + .catalog-slider__content {
  margin-top: 25px;
}
.catalog-slider__content + .catalog-slider__sale .catalog-slider__content-inner {
  z-index: 2;
}
.catalog-slider__content + .catalog-slider__hit .catalog-slider__content-inner {
  z-index: unset;
}
.catalog-slider__content-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.catalog-slider__content-title * {
  margin: unset;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: white;
}
.catalog-slider__content-title:hover {
  text-decoration: underline;
}
.catalog-slider__content-wrapper {
  position: relative;
}
.catalog-slider__content-inner {
  z-index: 3;
  margin: -10px;
  padding: 10px;
  overflow: unset;
  overflow-x: clip;
}
.catalog-slider__content-inner .item-catalog {
  margin-right: 35px;
}
.catalog-slider__arrow {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  outline: none;
}
.catalog-slider__arrow:hover {
  background: white;
  -webkit-box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0.1px 1px 10px 0 rgba(196, 197, 198, 0.59);
}
.catalog-slider__arrow::before {
  content: "";
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -56px;
  width: 11px;
  height: 21px;
}
.catalog-slider__arrow-next {
  right: -15px;
}
.catalog-slider__arrow-prev {
  left: -15px;
}
.catalog-slider__arrow-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-slider__arrow.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.catalog-slider__item-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.catalog-slider__item-last svg {
  width: 85px;
  height: 85px;
  fill: #6ebdc8;
}
.catalog-slider__item-last span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #6ebdc8;
}
.catalog-slider__sale .catalog-slider__item-last svg {
  fill: #ca545a;
}
.catalog-slider__sale .catalog-slider__item-last span {
  color: #ca545a;
}
.catalog-slider__hit .catalog-slider__item-last svg {
  fill: #ffd744;
}
.catalog-slider__hit .catalog-slider__item-last span {
  color: #ffd744;
}

.category-search__slider {
  position: relative;
  margin-bottom: 25px;
}
.category-search__slider .category-slider__title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.category-search__slider .category-slider__item {
  height: auto;
}
.category-search__slider .category-slider__item-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  background: #eef1f3;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.category-search__slider .category-slider__item-href:hover {
  border-color: #58ced7;
}
.category-search__slider .category-slider__item-content {
  margin-top: 10px;
}
.category-search__slider .category-slider__item-img {
  max-width: 200px;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  text-align: center;
}
.category-search__slider .category-slider__item-name {
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: unset;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  color: #4b4b4d;
}
.category-search__slider .category-slider__item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.old-site {
  display: block;
  width: 100vw;
  padding: 5px 0;
  background: #6ebdc8;
}
.old-site .inner-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: unset;
}
.old-site a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 15px;
  font-size: 13px;
  line-height: unset;
  color: white;
}
.old-site__close {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  min-width: unset;
  padding: 0;
  border: unset;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: unset;
}
.old-site__close::before, .old-site__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: white;
}
.old-site__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.old-site__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* custom-alert */
.custom-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 17px 10px 19px;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.custom-alert--hidden {
  display: none;
}
.custom-alert--m-vertical {
  margin: 20px 0;
}
.custom-alert--m-vertical.error {
  margin: 20px 0;
}
.custom-alert--text-large .custom-alert__body {
  font-size: 18px;
}
.custom-alert--max-w {
  max-width: 850px;
}
.custom-alert--shadow.error {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.custom-alert.warning {
  background-color: #f7e8c5;
}
.custom-alert.warning .custom-alert__btn-close svg {
  fill: #d59d2a;
}
.custom-alert.warning .custom-alert__ico .cls-1 {
  fill: #d59d2a;
}
.custom-alert.warning .custom-alert__ico .cls-2 {
  fill: rgba(255, 255, 255, 0.55);
  opacity: unset;
}
.custom-alert.warning .custom-alert__body-title {
  color: #d59d2a;
}
.custom-alert.error {
  background-color: #f8eced;
}
.custom-alert.error .custom-alert__btn-close svg {
  fill: #ca545a;
}
.custom-alert.error .custom-alert__ico .cls-1 {
  fill: #ca545a;
}
.custom-alert.error .custom-alert__ico .cls-2 {
  fill: rgba(255, 255, 255, 0.55);
  opacity: unset;
}
.custom-alert.error .custom-alert__body-title {
  color: #ca545a;
}
.custom-alert.important {
  border-color: transparent;
  background-color: rgba(217, 104, 52, 0.1);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.custom-alert.important__ico .cls-1, .custom-alert.important__ico .cls-2 {
  fill: #d96834;
  fill-rule: evenodd;
}
.custom-alert.important__body span {
  color: #d96834;
}
.custom-alert.custom-alert__city {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.custom-alert__with-header-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.custom-alert__with-header-text .custom-alert__header {
  margin-bottom: 12px;
  font-size: 18px;
}
.custom-alert__with-header-text .custom-alert__ico {
  margin-right: 13px;
}
.custom-alert__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-alert__wrap + * {
  padding-top: 18px;
}
.custom-alert__wrap .custom-alert__body a:not(.btn) {
  text-decoration: underline;
  color: inherit;
}
.custom-alert__btn-close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: auto;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  color: inherit;
  line-height: 1;
  background: transparent;
}
.custom-alert__btn-close svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.custom-alert__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: black;
}
@media (max-width: 1024px) {
  .custom-alert__header {
    font-size: 14px;
  }
}
.custom-alert__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 50px;
  min-width: 50px;
  max-height: unset;
  margin-right: 22px;
}
@media (max-width: 1024px) {
  .custom-alert__ico {
    margin-right: 13px;
  }
}
.custom-alert__ico svg {
  width: 100%;
  height: 100%;
}
.custom-alert__ico .cls-2 {
  opacity: 0.15;
}
.custom-alert__body {
  line-height: 1.4;
  white-space: normal;
  color: black;
}
@media (max-width: 1024px) {
  .custom-alert__body {
    font-size: 12px;
  }
}
.custom-alert__body-title {
  font-size: 18px;
}
.custom-alert__city .popup-check__city-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: unset;
  background: unset;
}
.custom-alert__city .popup-check__city-title {
  margin: 0 20px 0 0;
  color: black;
}

.flag-wrap {
  position: relative;
}
.flag-wrap input {
  padding-left: 50px !important;
}
.flag-list {
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
}
.flag-list.active .flag-list__item {
  visibility: visible;
  opacity: 1;
}
.flag-list.active .flag-list__item.active {
  border-color: #6ebdc8;
}
.flag-list.active .flag-list__item.active::after {
  -webkit-transform: rotate(180deg) translateY(70%);
      -ms-transform: rotate(180deg) translateY(70%);
          transform: rotate(180deg) translateY(70%);
  border-top: 5px solid #6ebdc8;
}
.flag-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 5px;
  margin-top: 2px;
  border-radius: 3px;
  border: 1px solid #d8dbde;
  background: #eef1f3;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.flag-list__item:hover {
  border-color: #6ebdc8;
}
.flag-list__item:hover::after {
  border-top: 5px solid #6ebdc8 !important;
}
.flag-list__item.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  visibility: visible;
  opacity: 1;
  margin-top: unset;
}
.flag-list__item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  border: 5px solid transparent;
  border-top: 5px solid #acacaf;
}
.flag-list__item svg {
  height: 100%;
  pointer-events: none;
}

input:-moz-read-only + .flag-list .flag-list__item {
  border: unset;
  background: transparent;
}

input:read-only + .flag-list .flag-list__item, input:disabled + .flag-list .flag-list__item {
  border: unset;
  background: transparent;
}
input:-moz-read-only + .flag-list .flag-list__item::after {
  content: unset;
}
input:read-only + .flag-list .flag-list__item::after, input:disabled + .flag-list .flag-list__item::after {
  content: unset;
}

.popup {
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 60px 0;
  background: rgba(62, 61, 64, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  overflow: auto;
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(62, 61, 64, 0.9);
}
.popup-inner {
  z-index: 2;
  position: relative;
  min-width: 260px;
  padding: 30px 20px 20px;
  margin: 0 auto;
  vertical-align: middle;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.popup-content video {
  width: 100%;
}
.popup-title {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  white-space: nowrap;
}
.popup-title + .popup-content {
  position: relative;
  padding-top: 25px;
}
.popup-title + .popup-content::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #dcdcdc;
}
.popup-subtitle {
  display: block;
  margin-bottom: 20px;
}
.popup-close {
  z-index: 1;
  position: absolute;
  top: -36px;
  right: -36px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: white;
}
.popup-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-tabs {
  position: relative;
  bottom: -7px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.popup-tabs a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  font-size: 15px;
  text-decoration: none;
  color: #404042;
}
.popup-tabs .tab-button {
  display: block;
  height: 110px;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #acacaf;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.popup-tabs .tab-button::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 49px;
  height: 2px;
  background: #dcdcdc;
}
.popup-tabs .tab-button.active {
  z-index: 1;
  font-weight: bold;
  color: #404042;
  -webkit-box-shadow: 0px -16px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px -16px 16px 0 rgba(130, 131, 133, 0.49);
}
.popup-tabs .tab-button + .tab-button {
  border-left: 1px solid #f7f8f9;
}
.popup-tabs .tab-button[data-tab=popup01] .tab-button-ico {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -153px -174px;
  width: 32px;
  height: 23px;
}
.popup-tabs .tab-button[data-tab=popup01]:hover .tab-button-ico, .popup-tabs .tab-button[data-tab=popup01].active .tab-button-ico {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -236px 0px;
  width: 32px;
  height: 23px;
}
.popup-tabs .tab-button[data-tab=popup02] .tab-button-ico {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -194px -39px;
  width: 28px;
  height: 28px;
}
.popup-tabs .tab-button[data-tab=popup02]:hover .tab-button-ico, .popup-tabs .tab-button[data-tab=popup02].active .tab-button-ico {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -194px -77px;
  width: 28px;
  height: 28px;
}
.popup-tabs .tab-button[data-tab=popup03] .tab-button-ico {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -236px -107px;
  width: 26px;
  height: 23px;
}
.popup-tabs .tab-button[data-tab=popup03]:hover .tab-button-ico, .popup-tabs .tab-button[data-tab=popup03].active .tab-button-ico {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -236px -140px;
  width: 26px;
  height: 23px;
}
.popup-tabs .tab-button-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 13px;
}
.popup-main {
  background: unset;
}
.popup-main .popup-inner {
  z-index: 2;
  position: relative;
  max-width: 500px;
  width: 100%;
  padding: unset;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.popup-main .popup-bg {
  position: fixed;
}
.popup-main .tab-block {
  position: relative;
  display: none;
  max-height: 545px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  overflow: auto;
}
.popup-main .tab-block::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #eef3fa;
  border-radius: 3px;
}
.popup-main .tab-block::-webkit-scrollbar-thumb {
  background-color: #b8cce9;
  border-radius: 3px;
  width: 5px;
}
.popup-main .tab-block.active {
  display: block;
}
.popup-main .tab-block#tabpopup03 {
  line-height: 1.3;
  color: #403f42;
}
.popup-main .tab-block#tabpopup03 a:not([class]) {
  text-decoration: none;
  color: #3158b4;
}
.popup-main .tab-block#tabpopup03 ul {
  padding: unset;
  margin: 0 0 16px 0;
}
.popup-main .tab-block#tabpopup03 ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
}
.popup-main .tab-block#tabpopup03 ul li::before {
  content: url("/local/img/about_redisign/check_icon.png");
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.popup-main .tab-block#tabpopup03 .btn {
  max-width: 270px;
  margin: 0 auto;
}
.popup-main .tab-block__title {
  display: block;
  font-size: 18px;
  text-align: center;
}
.popup-main .tab-block__bottom {
  position: relative;
  padding-top: 16px;
  font-style: italic;
  color: #acacaf;
}
.popup-main .tab-block__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #eef1f3;
}
.popup-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: unset;
}
.popup-simple .popup-inner {
  z-index: 2;
  position: relative;
  max-width: 290px;
}
.popup-simple .popup-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 61, 64, 0.9);
}
.popup-simple__title {
  text-align: center;
}
.popup-simple__btn {
  width: 100%;
  margin-top: 15px;
}
.popup-favorite .popup-inner {
  max-width: 290px;
}
.popup-favorite__title {
  display: block;
  padding: 0 8px 4px 8px;
  margin-bottom: 4px;
  font-size: 14px;
}
.popup-favorite__btn {
  margin-top: 25px;
}
.popup-subscribe .popup-inner {
  max-width: 265px;
  width: 100%;
}
.popup-phone {
  z-index: 1010;
  position: absolute;
  top: calc(100% + 7px);
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popup-phone.active {
  visibility: visible;
  opacity: 1;
}
.popup-phone .phone-block + .phone-block {
  margin-top: 17px;
}
.popup-phone button {
  width: 100%;
  margin-top: 18px;
}
.popup-guide.active {
  visibility: visible;
  opacity: 1;
}
.popup-guide .popup-inner {
  max-width: 1024px;
  width: 100%;
  background: white;
}
.popup-guide__title {
  font-size: 24px;
  color: #3158b4;
  white-space: inherit;
}
.popup-guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-guide__item + .popup-guide__item {
  margin-top: 20px;
}
.popup-guide__close {
  max-width: 220px;
  margin: 0 auto;
}
.popup-guide__content-wrapper {
  display: none;
}
.popup-guide__content-wrapper--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-guide__image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  width: auto;
  max-height: 400px;
  height: 100%;
}
.popup-guide__link {
  display: block;
  position: absolute;
  top: 0;
  right: -35px;
}
.popup-alert-pass, .popup-alert-sms, .popup-alert-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-alert-pass .popup-inner, .popup-alert-sms .popup-inner, .popup-alert-js .popup-inner {
  max-width: 290px;
  width: 100%;
}
.popup-alert-pass .btn, .popup-alert-sms .btn, .popup-alert-js .btn {
  width: 100%;
}
.popup-video .popup-inner {
  max-width: 800px;
  width: 100%;
}
.popup-video .popup-wrap {
  display: none;
}
.popup-video .popup-wrap.active {
  display: block;
}
.popup-callback .popup-inner, .popup-midstock .popup-inner {
  max-width: 290px;
  width: 100%;
}
.popup-callback .popup-subtitle, .popup-midstock .popup-subtitle {
  text-align: center;
}
.popup-callback .__email, .popup-midstock .__email {
  display: none;
}
.popup-3d .popup-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.popup__cart-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__cart-order .popup-inner {
  max-width: 380px;
  width: 100%;
}
.popup__cart-order .popup-inner .popup__cart-block {
  margin-top: 25px;
}
.popup__cart-order .popup-inner .popup__cart-block .btn {
  width: 100%;
}
.popup__cart-order .popup-inner .popup__cart-block .btn + .btn {
  margin-top: 10px;
}
.popup__cart-order .popup-inner .popup__cart-block .basket-confirm {
  height: 25px;
  font-size: 14px;
}
.popup__cart-order .popup-content {
  text-align: center;
  font-size: 16px;
}
.popup-login-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: unset;
}
.popup-login-error .popup-inner {
  max-width: 460px;
  width: 100%;
}
.popup-login-error .popup-subtitle {
  text-align: center;
}
.popup-form-new-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: unset;
}
.popup-form-new-success .popup-inner {
  max-width: 290px;
  width: 100%;
}
.popup-form-new-success .popup-subtitle {
  text-align: center;
}
.popup .frm-row-submit input[type=submit],
.popup .frm-row-submit button[type=submit] {
  margin-left: auto;
  margin-right: auto;
}
.popup .frm-row-submit button .btn-action-cart-spinner {
  margin-top: unset;
}

.popup.popup-video {
  padding-bottom: 160px;
}

#popup-alert {
  display: none;
}

.popup-check__city {
  z-index: 12;
  position: absolute;
  top: calc(100% + 10px);
  left: 20px;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popup-check__city.active {
  visibility: visible;
  opacity: 1;
}
.popup-check__city::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.popup-check__city-inner {
  z-index: 1;
  position: relative;
  padding: 20px;
  background: white;
}
.popup-check__city-title {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #404042;
}
.popup-check__city-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-check__city-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 25px;
  border: 1px solid transparent;
  font-size: 14px;
  text-align: center;
}
.popup-check__city-btn + .popup-check__city-btn {
  margin-left: 25px;
}
.popup-check__city-btn:hover {
  border-color: #6ebdc8;
  color: #6ebdc8;
  background: white;
}
.popup-check__city-btn-submit {
  color: white;
  background: #6ebdc8;
}
.popup-check__city-btn-change {
  color: #6ebdc8;
}

#popup-city {
  z-index: 13;
  position: absolute;
  top: calc(100% + 10px);
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#popup-city.active {
  visibility: visible;
  opacity: 1;
}
#popup-city .popup-city__title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #404042;
}
#popup-city .popup-city__btn-close {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#popup-city .popup-city__btn-close::before, #popup-city .popup-city__btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #acacaf;
}
#popup-city .popup-city__btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#popup-city .popup-city__btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#popup-city .list-city {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#popup-city .list-city.popup-list-city {
  margin: 0 0 0 -32px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
#popup-city .list-city li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popup-city .list-city li + li {
  margin-top: 10px;
}
#popup-city .list-city .btn-list-city {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-left: 32px;
  text-decoration: none;
  color: #404042;
}
#popup-city .list-city .btn-list-city::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -28px;
  width: 15px;
  height: 18px;
}
#popup-city .list-city .btn-list-city:hover, #popup-city .list-city .btn-list-city.active {
  color: #3158b4;
}
#popup-city .list-city .btn-list-city:hover:not(.no-pin)::before, #popup-city .list-city .btn-list-city.active:not(.no-pin)::before {
  opacity: 1;
}
#popup-city .list-city .btn-list-city:hover:not(.no-pin) .city-title, #popup-city .list-city .btn-list-city.active:not(.no-pin) .city-title {
  border: unset;
  padding-bottom: unset;
}
#popup-city .list-city .btn-list-city * {
  white-space: nowrap;
}
#popup-city .list-city .btn-list-city .city-title {
  border: unset;
  padding-bottom: unset;
}

.popup-group__title {
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.popup-city--overflow {
  overflow: auto;
}

.popup-login {
  z-index: 10;
  position: absolute;
  top: calc(100% + 20px);
  display: none;
  width: 260px;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popup-login::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #eef3fa;
  border-radius: 3px;
}
.popup-login::-webkit-scrollbar-thumb {
  background-color: #b8cce9;
  border-radius: 3px;
  width: 5px;
}
.popup-login.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.popup-login::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 32%;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.popup-login__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: white;
}
.popup-login__inner.active .popup-login__btns {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.popup-login__inner .frm-row {
  margin-bottom: 10px;
}
.popup-login__inner .frm-row label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #acacaf;
}
.popup-login__inner .frm-row input {
  border: 1px solid #d8dbdd;
}
.popup-login__inner .frm-row-registration {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid #eef3fa;
}
.popup-login__inner .frm-row-submit + .frm-row-submit:not(.hidden) {
  margin-top: 15px;
}
.popup-login__inner .frm-info {
  font-size: 12px;
}
.popup-login__inner #login-area .frm-row-submit {
  margin-top: 20px;
}
.popup-login__inner .fogot-pass-btn {
  width: 100%;
  margin: 20px 0 0 0;
  color: #3158b4;
}
.popup-login__inner .forgotpass-pass-rec-header {
  display: block;
  margin: 25px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #404042;
}
.popup-login__title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #404042;
}
.popup-login__btn-close {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.popup-login__btn-close::before, .popup-login__btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #acacaf;
}
.popup-login__btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup-login__btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-login__btn-reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
}
.popup-login__btn-reg:hover {
  text-decoration: underline;
}
.popup-login__btns-separate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.popup-login__btns-separate::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.02em;
  background: #cacacb;
}
.popup-login__btns-separate span {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  color: #838486;
  background: white;
}
.popup-login__btn-auth {
  overflow: hidden;
}
.popup-login__btn-auth + .popup-login__btn-auth {
  margin-top: 10px;
}
.popup-login__btn-auth#login_tinkoff a, .popup-login__btn-auth#login_alpha a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.popup-login__btn-auth#login_tinkoff.error, .popup-login__btn-auth#login_alpha.error {
  text-align: center;
  color: #ca545a;
}
.popup-login__btn-auth#login_tinkoff .tid-4PNRE-button {
  width: 100%;
}
.popup-login__btn-auth#login_tinkoff a {
  padding: 7px 26px;
  color: rgba(0, 0, 0, 0.8);
  background: #FFDD2D;
}
.popup-login__btn-auth#login_tinkoff a:hover {
  background: #FCC521;
}
.popup-login__btn-auth#login_tinkoff a:active {
  background: #FAB619;
}
.popup-login__btn-auth#login_tinkoff a span {
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.popup-login__btn-auth#login_tinkoff a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
}
.popup-login__btn-auth#login_alpha a {
  position: relative;
  padding: 0 26px;
  color: white;
  background: #EF3124;
}
.popup-login__btn-auth#login_alpha a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.popup-login__btn-auth#login_alpha a:hover::before {
  background: rgba(0, 0, 0, 0.07);
}
.popup-login__btn-auth#login_alpha a:active::before {
  background: rgba(0, 0, 0, 0.15);
}
.popup-login__btn-auth#login_alpha i {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.popup-login__btn-auth#login_alpha svg {
  width: 100%;
  height: 100%;
}
.popup-login__btn-auth#login_alpha path {
  fill: white;
}
.popup-login__btn-auth#login_alpha span {
  font-family: "SF Pro Text", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.popup-login .submit,
.popup-login input[type=submit],
.popup-login .forgotpass-pass__btn-registration {
  width: 100%;
}
.popup-login input[type=submit],
.popup-login button {
  min-width: unset;
}
.popup-login-success {
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(62, 61, 64, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popup-login-success.active {
  visibility: visible;
  opacity: 1;
}
.popup-login-success__inner {
  position: relative;
  min-width: 260px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.popup-login-success__email {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  text-align: center;
  color: #3158b4;
  white-space: nowrap;
}
.popup-login-success__block {
  position: relative;
  padding-top: 25px;
}
.popup-login-success__block::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #dcdcdc;
}
.popup-login-success__block .frm-row-submit + .frm-row-submit {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #eef3fa;
}
.popup-login-success__title {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  text-align: center;
}
.popup-login-success__close {
  z-index: 1;
  position: absolute;
  top: -36px;
  right: -36px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.popup-login-success__close::before, .popup-login-success__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: white;
}
.popup-login-success__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup-login-success__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-login.popup-login.popup-login__inline {
  display: block !important;
  margin: 0 auto;
  position: relative;
  width: 460px;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.popup-login.popup-login.popup-login__inline:before,
.popup-login.popup-login.popup-login__inline .popup-login__btn-close,
.popup-login.popup-login.popup-login__inline .popup-login__title,
.popup-login.popup-login.popup-login__inline .popup-login__btn-reg {
  display: none;
}
.popup-login.popup-login.popup-login__inline .login-tabs__item-animation {
  display: none;
}
.popup-login.popup-login.popup-login__inline .login-tabs__item,
.popup-login.popup-login.popup-login__inline .forgotpass-pass-tabs-ul li {
  border: 1px solid #3158b4 !important;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #231f20;
  background: #fff;
  text-transform: none;
  width: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popup-login.popup-login.popup-login__inline .login-tabs__item:hover,
.popup-login.popup-login.popup-login__inline .forgotpass-pass-tabs-ul li:hover {
  background: #f7f9fd;
}
.popup-login.popup-login.popup-login__inline .login-tabs__item.active,
.popup-login.popup-login.popup-login__inline .forgotpass-pass-tabs-ul li.active {
  background: #3158b4;
  color: #fff;
}
.popup-login.popup-login.popup-login__inline .login-tabs,
.popup-login.popup-login.popup-login__inline .forgotpass-pass-tabs-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.popup-login.popup-login.popup-login__inline .frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-login.popup-login.popup-login__inline .frm-row-submit button, .popup-login.popup-login.popup-login__inline .frm-row-submit .submit {
  width: auto;
}
.popup-login.popup-login.popup-login__inline .popup-login__btns-separate:before {
  background-color: #e6e6e6;
}
.popup-login.popup-login.popup-login__inline .popup-login__btns-separate span {
  font-weight: 400;
  font-size: 16px;
  color: #231f20;
}
.popup-login.popup-login.popup-login__inline .fogot-pass-btn {
  font-weight: 400;
  font-size: 16px;
  color: #838486;
  text-decoration: none;
}
.popup-login.popup-login.popup-login__inline .fogot-pass-btn:hover {
  text-decoration: underline;
}
.popup-login.popup-login.popup-login__inline .popup-login__inner .frm-info {
  margin: 0 -140px 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #838486;
}
.popup-login.popup-login.popup-login__inline .password-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup-login.popup-login.popup-login__inline .forgotpass-pass-rec-header {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #231f20;
}
.popup-login.popup-login.popup-login__inline .frm-row-registration {
  display: none;
}
.popup-login.popup-login.popup-login__inline .btn-action-cart-spinner {
  margin: 0;
}
.popup-login.popup-login.popup-login__inline .event-submit-bg {
  background: #3158b4 !important;
}

.popup-complect {
  z-index: 1002;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.popup-complect.active {
  visibility: visible;
  opacity: 1;
}
.popup-complect.active .popup-complect__inner {
  right: 0;
}
.popup-complect__inner {
  z-index: 2;
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: white;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: auto;
}
.popup-complect__inner::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #eef3fa;
  border-radius: 3px;
}
.popup-complect__inner::-webkit-scrollbar-thumb {
  background-color: #b8cce9;
  border-radius: 3px;
  width: 5px;
}
.popup-complect__header {
  z-index: 999;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eef1f3;
  padding: 25px 0 10px;
  margin-bottom: 15px;
  background: #fff;
}
.popup-complect__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #3158b4;
}
.popup-complect__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.popup-complect__close svg, .popup-complect__close path {
  pointer-events: none;
}
.popup-complect__close svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-complect__close svg path {
  fill: #3158b4;
}
.popup-complect__body {
  padding-bottom: 7px;
  border-bottom: 1px solid #eef1f3;
}
.popup-complect__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
  grid-template-columns: 160px 1fr;
  gap: 30px;
}
.popup-complect__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
}
.popup-complect__item-img img {
  width: 100%;
  height: 100%;
}
.popup-complect__item-container {
  padding-top: 5px;
}
.popup-complect__item-name a {
  text-decoration: none;
  color: inherit;
}
.popup-complect__item-name a:hover {
  color: #3158b4;
}
.popup-complect__item-articul {
  color: #7b7c7e;
}
.popup-complect__item-price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  color: #272425;
}
.popup-complect__item-price .basket-item__price-text {
  margin: 5px 0 0 0;
  font-weight: normal;
}
.popup-complect__item-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px;
  grid-template-columns: 1fr 90px;
  gap: 85px;
}
.popup-complect__item-block + .popup-complect__item-block {
  margin-top: 27px;
}
.popup-complect__item-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #a7a7a9;
}
.popup-complect__quantity-wrap .popup-complect__item-label {
  display: inline-block;
  margin: unset;
}
.popup-complect__slider {
  padding: 35px 0;
}
.popup-complect__slider .product__slider-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-right: 20px;
  padding-top: 4px;
}
.popup-complect__slider .product__slider-title--alt {
  float: none;
  padding-right: 0;
  padding-top: 0;
}
.popup-complect__slider .product__slider-subtitle {
  display: block;
  padding-top: 3px;
  padding-left: 19px;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.popup-complect__slider .product__slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  margin: 0 -19px 20px -19px;
}
.popup-complect__slider .product__tabs-item {
  display: inline-block;
  position: relative;
  padding: 7px 11px;
  margin: 4px 8px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-complect__slider .product__tabs-item--active {
  background-color: rgb(237, 243, 250);
}
.popup-complect__slider .product__tabs-item:hover {
  background-color: rgba(237, 243, 250, 0.7);
}
.popup-complect__slider .product__tabs-item:active {
  background-color: rgb(220, 234, 250);
}
.popup-complect__slider .product__tabs-item::before {
  content: "";
  position: absolute;
  right: -9px;
  width: 1px;
  height: 16px;
  background-color: rgb(219, 220, 221);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup-complect__slider .product__tabs-item:last-child::before {
  content: unset;
}
.popup-complect__slider .product__tabs-link {
  color: #005bbe;
  font-size: 14px;
  text-decoration: none;
}
.popup-complect__slider .product__tabs-link:hover {
  text-decoration: none;
}
.popup-complect__slider .product__link-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 6px;
  margin: 6px 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-complect__slider .product__link-wrapper--active {
  background-color: rgb(237, 243, 250);
}
.popup-complect__slider .product__link-wrapper:hover {
  background-color: rgba(237, 243, 250, 0.7);
}
.popup-complect__slider .product__link-wrapper:active {
  background-color: rgb(220, 234, 250);
}
.popup-complect__slider .product__link-wrapper::before {
  content: "";
  position: absolute;
  right: -13px;
  width: 2px;
  height: 16px;
  background-color: rgb(219, 220, 221);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup-complect__slider .product__link-text {
  color: #005bbe;
  font-size: 14px;
}
.popup-complect__slider .catalog-slider__content-wrapper {
  padding: 0 50px;
}
.popup-complect__slider .swiper-arrow--prev {
  left: 0;
}
.popup-complect__slider .swiper-arrow--next {
  right: 0;
}
.popup-complect__footer {
  padding: 20px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eef1f3;
}
.popup-complect__footer-btn.btn-white {
  width: 300px;
  height: 38px;
  font-size: 18px;
  margin-bottom: 20px;
}
.popup-complect__footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.popup-complect__footer-link:hover {
  text-decoration: none;
}
.popup-complect__bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 61, 64, 0.5);
}

body .chooise-version__modal.popup-standart.popup-standart[aria-describedby=popup-callback] {
  padding-top: 50px;
  background: unset;
}

body .chooise-version__modal.popup-standart.popup-standart .ui-dialog-titlebar {
  padding-bottom: 18px;
  margin: 0;
  background: #edf0f2;
}

body .chooise-version__modal.popup-standart.popup-standart .ui-dialog-content {
  background: #edf0f2;
}

body .chooise-version__modal.popup-standart .ui-dialog-titlebar {
  display: block;
  padding: 0;
  margin: 0 0 18px 0;
  width: 100%;
}

body .chooise-version__modal.popup-standart .ui-dialog-titlebar .ui-dialog-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #0057b8;
  position: relative;
  padding: 15px 40px 17px 40px;
  text-align: center;
}

body .chooise-version__modal.popup-standart .ui-dialog-titlebar .ui-dialog-title:before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background: #0057b8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -44px;
  margin-top: -2px;
}

body .chooise-version__modal.popup-standart .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: block;
  width: 44px;
  height: 44px;
  top: -44px;
  right: -44px;
  margin: 0;
}

body .chooise-version__modal.popup-standart .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .chooise-version__modal.popup-standart .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  width: 32px;
  height: 2px;
  margin: -1px 0 0 -16px;
  background: #fff;
}

body .chooise-version__modal.popup-standart .ui-dialog-content {
  padding: 0 20px 20px 20px;
  overflow: hidden;
}

body .chooise-version__modal.popup-standart.success-reg .ui-dialog-content {
  padding: 10px 20px 20px;
}

body .chooise-version__modal.ui-dialog {
  padding: 0;
  background: #fff;
  z-index: 1010 !important;
}

body .chooise-version__modal.popup-standart {
  background: #edf0f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 0;
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: block;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  text-align: center;
  white-space: normal;
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background: #0057b8;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body .chooise-version__modal.ui-dialog .ui-dialog-content {
  padding: 0;
}

body .chooise-version__modal.ui-dialog {
  position: fixed;
  top: 160px;
  right: 15px;
  left: unset;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

body .chooise-version__modal.popup-standart .ui-dialog-titlebar .ui-dialog-title {
  padding: 15px 10px;
}

body .chooise-version__modal.popup-standart .ui-dialog-content {
  padding: 0 15px 15px 15px;
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 20px;
  height: 20px;
  top: -30px;
  right: 0px;
}

body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .chooise-version__modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #0057b8;
}

.chooise-version__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chooise-version__subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
}

.chooise-version__block .chooise-version__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: unset;
  width: 100%;
}

.chooise-version__btn + .chooise-version__btn {
  margin-left: 15px;
}
/*# sourceMappingURL=only-desktop.css.map */
