@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #404042;
}

p {
  margin-bottom: 16px;
}

a {
  color: #3158b4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

select:where(:not(.ignore-css-tags)),
input[type=text]:where(:not(.ignore-css-tags)),
input[type=tel]:where(:not(.ignore-css-tags)),
input[type=email]:where(:not(.ignore-css-tags)),
input[type=password]:where(:not(.ignore-css-tags)),
input[type=number]:where(:not(.ignore-css-tags)) {
  height: 28px;
}

select:where(:not(.ignore-css-tags)),
textarea:where(:not(.ignore-css-tags)),
input[type=text]:where(:not(.ignore-css-tags)),
input[type=tel]:where(:not(.ignore-css-tags)),
input[type=email]:where(:not(.ignore-css-tags)),
input[type=password]:where(:not(.ignore-css-tags)),
input[type=number]:where(:not(.ignore-css-tags)) {
  padding: 0 8px;
  border-radius: 0;
  border: 1px solid #d8dbdd;
  background: white;
  color: #3158b4;
  outline: none;
}
select:where(:not(.ignore-css-tags))::-webkit-input-placeholder, textarea:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=text]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=tel]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=email]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=password]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=number]:where(:not(.ignore-css-tags))::-webkit-input-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags))::-moz-placeholder, textarea:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=text]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=tel]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=email]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=password]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=number]:where(:not(.ignore-css-tags))::-moz-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags)):-ms-input-placeholder, textarea:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=text]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=tel]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=email]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=password]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=number]:where(:not(.ignore-css-tags)):-ms-input-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags))::-ms-input-placeholder, textarea:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=text]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=tel]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=email]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=password]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=number]:where(:not(.ignore-css-tags))::-ms-input-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags))::placeholder,
textarea:where(:not(.ignore-css-tags))::placeholder,
input[type=text]:where(:not(.ignore-css-tags))::placeholder,
input[type=tel]:where(:not(.ignore-css-tags))::placeholder,
input[type=email]:where(:not(.ignore-css-tags))::placeholder,
input[type=password]:where(:not(.ignore-css-tags))::placeholder,
input[type=number]:where(:not(.ignore-css-tags))::placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags)).error,
textarea:where(:not(.ignore-css-tags)).error,
input[type=text]:where(:not(.ignore-css-tags)).error,
input[type=tel]:where(:not(.ignore-css-tags)).error,
input[type=email]:where(:not(.ignore-css-tags)).error,
input[type=password]:where(:not(.ignore-css-tags)).error,
input[type=number]:where(:not(.ignore-css-tags)).error {
  border: 1px solid #ca545a;
  color: #ca545a;
}

select {
  width: 100%;
  padding-right: 0;
  padding-left: 8px;
  line-height: 1em;
  text-indent: 0.01px;
  color: #3158b4;
  background-image: url("/local/img/main/select.png");
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
select::-ms-expand {
  display: none;
}

label.error {
  position: absolute !important;
  top: 100%;
  left: 0;
  margin: 0;
  font-size: 12px;
  color: #ca545a;
}

.wrap, .header, .nav, .footer, .cnt-section {
  min-width: 1280px;
}

.wrap {
  overflow: hidden;
  padding-top: 150px;
  min-height: 100%;
  -webkit-transition: 0.5s height;
  -o-transition: 0.5s height;
  transition: 0.5s height;
}
.wrap-detail {
  overflow: unset;
}

.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.elm-stiker {
  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: 49px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.elm-stiker.color01 {
  background: #e85359;
}
.elm-stiker.color02 {
  background: #ffd744;
}
.elm-stiker.color03 {
  background: #ff9200;
}
.elm-stiker.color04 {
  background: #20beca;
}
.elm-stiker.color05 {
  background: #ffd744;
}
.elm-stiker.color06 {
  background: #e85359;
}
.elm-stiker.color07 {
  background: #ff9200;
}
.elm-stiker.color08 {
  background: #8f9dcc;
}
.elm-stiker.color09 {
  background: #9C25C3;
}
.elm-stiker.text-small {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.elm-stiker__special {
  width: unset;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: 1px;
}
.elm-discount {
  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: 40px;
  height: 19px;
  border: 1px solid #ca545a;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.65px;
  text-align: center;
  text-decoration: none;
  color: #ca545a;
}
.elm-discount span {
  font-weight: normal;
}

.visibility-hidden {
  visibility: hidden;
}

.inner-wrap,
.page {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 1280px;
}

.side {
  position: relative;
  float: left;
  width: 280px;
  z-index: 10;
  min-height: 10px;
  margin-bottom: 25px;
}

.content {
  display: block;
  width: 940px;
  min-height: 10px;
  margin-bottom: 25px;
}

.page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-inner .side {
  position: unset;
  width: 280px;
  min-height: unset;
}
.page-inner .side + .content {
  margin-left: 40px;
}
.page-inner .content {
  min-height: unset;
}

.title-slider-hit {
  background-color: #ffd744;
}
.title-slider-news {
  background-color: #6ebdc8;
}
.title-slider-sale {
  background-color: #ca545a;
}
.title-section {
  position: relative;
  margin-bottom: 50px;
  padding: unset;
  border: unset;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  color: #3158b4;
}
.title-section::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #3158b4;
}

.select-list > input, .select-list > input + label + br {
  display: none;
}
.select-list > input + label {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2px 0 2px 34px;
  width: 155px;
}
.select-list > input + label::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #3158b4;
}
.select-list > input + label:before, .select-list > input:indeterminate + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}
.select-list input:checked + label:after {
  display: block;
}

.banner-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.banner-promo.plug {
  height: 240px;
  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;
  }
}
.banner-promo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-promo img {
  max-width: 100%;
}

.basket-item__price-text {
  position: relative;
  margin-bottom: 10px;
  margin-left: -5px;
  font-size: 10px;
  white-space: nowrap;
  color: #6ebdc8;
}
.basket-item__price-text.default {
  font-size: 11px;
  white-space: normal;
  margin-left: 0px;
}
.basket-item__price-text.bg-gray {
  min-height: 10px;
  margin-top: 5px;
  margin-left: unset;
  font-size: 0;
  background: #f7f8f9;
}
.basket-item__price-text.bg-gray * {
  display: none;
  font-size: 0;
}

.basket__btn-qu {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
  color: #0057b8;
  font-weight: bold;
  font-size: 11px;
  background: rgba(0, 87, 184, 0.15);
  border-radius: 50%;
  cursor: help;
  text-decoration: none;
}

.basket__btn-qu--align-top {
  vertical-align: top;
}

.cookie_politics,
.hint_ie {
  background: #004b93;
  background: rgba(0, 75, 147, 0.7490196078);
  color: #f7f9fb;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 10;
  text-align: center;
}
.cookie_politics a,
.hint_ie a {
  color: white;
}
.cookie_politics a.cookie_politics_ok, .cookie_politics a.hint_ie_ok,
.hint_ie a.cookie_politics_ok,
.hint_ie a.hint_ie_ok {
  padding: 0px 10px;
  background: white;
  color: #004b93;
}

.password-wrapper {
  position: relative;
}
.password-wrapper input {
  padding-right: 35px;
}
.password-wrapper .frm-error {
  text-align: center;
}
.password-icon {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.password-icon:hover {
  background: #eef1f3;
}
.password-icon svg {
  width: 100%;
  height: 100%;
  fill: #3158b4;
}

.fogot-pass-btn {
  border: none;
  margin: 10px 0 1em 0;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fogot-pass-btn:hover {
  text-decoration: underline;
  background: transparent !important;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#panel {
  z-index: 1000;
  position: absolute;
  width: 100%;
}

.modal_fav_folder .fav_folders_wrapper .btn-action-cart-spinner .circle {
  background-color: #0057b8;
}

#fav_folders li,
.fav_folders li,
.modal_fav_folder li {
  position: relative;
  margin: 4px 0;
  font-size: 14px;
}

.modal_fav_folder li.active {
  background: white;
}

#fav_folders li:hover,
.fav_folders li:hover,
.modal_fav_folder li:hover {
  background: white;
}

#fav_folders li.current {
  background: white;
  font-weight: bold;
}

#fav_folders a,
.modal_fav_folder a {
  cursor: pointer;
}

.fancy-base-close-btn .fancybox-close-small {
  min-width: auto;
}

.modal_fav_folder li a {
  width: auto;
}

.modal_fav_folder li .sidebar-dropdown__button-group {
  position: absolute;
  top: 50%;
  right: 0;
  -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;
}

.modal_fav_folder li .sidebar-dropdown__button-group .sidebar-dropdown__item-ico {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.modal_fav_folder li.active .sidebar-dropdown__button-group .sidebar-dropdown__item-ico {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_fav_folder li .sidebar-dropdown__button-group .sidebar-dropdown__button-text {
  display: none;
  font-size: 12px;
  margin-right: 10px;
  color: #0057b8;
}

.modal_fav_folder li .btn-action-cart-spinner {
  margin-top: 0;
}

.modal_fav_folder li.sidebar__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_fav_folder .sidebar__dropdown-href {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 8px;
  padding-right: 90px;
  text-decoration: none;
}

.modal_fav_folder .sidebar-dropdown__item-ico {
  min-width: 10px;
  max-width: 10px;
  height: 20px;
  margin-right: 5px;
  fill: #0057b8;
}

.slider-plug .page-title.bg-load {
  max-width: 300px;
  width: 100%;
  height: 25px;
  margin-bottom: 30px;
}

.slider-plug .cat-name.bg-load {
  height: 15px;
}

.slider-plug .cat-info.bg-load {
  height: 15px;
}

.slider-plug .cat-price-old.bg-load,
.slider-plug .cat-actions .elm-discount.bg-load {
  bottom: 110%;
  height: 15px;
  border-color: transparent;
}

.slider-plug .elm-stiker.bg-load {
  visibility: hidden;
}

.slider-plug .page-title.bg-load,
.slider-plug .cat-photo.bg-load,
.slider-plug .cat-name.bg-load,
.slider-plug .cat-info.bg-load,
.slider-plug .cat-rating.bg-load,
.slider-plug .cat-actions .note.bg-load,
.slider-plug .cat-actions .elm-discount.bg-load,
.slider-plug .cat-actions .cat-price.bg-load,
.slider-plug .cat-actions .cat-price-old.bg-load {
  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%;
  font-size: 0;
}

.api-rating-plug {
  padding: 3px 0;
}
.api-rating-plug__inner {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -117px;
  width: 111px;
  height: 22px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plug-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plug-slider__title {
  max-width: 300px;
  width: 100%;
  height: 25px;
  margin-bottom: 30px;
  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;
  }
}
.plug-slider .item-catalog {
  min-height: unset;
  padding: 15px 0;
}
.plug-slider .item-catalog:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.plug-slider .cat-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 37px auto;
  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;
  }
}
.plug-slider .cat-text {
  margin-bottom: 48px;
}
.plug-slider .cat-name {
  width: 100%;
  height: 12px;
  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;
  }
}
.plug-slider .cat-name + .cat-name {
  width: 100px;
  margin-top: 5px;
}
.plug-slider .cat-info {
  width: 80px;
  height: 12px;
  margin-top: 13px;
  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;
  }
}
.plug-slider .cat-rating {
  margin-bottom: 35px;
}
.plug-slider .cat-price {
  width: 110px;
  height: 14px;
  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;
  }
}

.fancybox__custom-container .fancybox-container {
  overflow: auto;
}
.fancybox__custom-container .fancybox-nav:hover span {
  opacity: 1;
}
.fancybox__custom-container .fancybox-nav span {
  visibility: visible;
}
.fancybox__custom-container .fancybox-button {
  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.75);
  -webkit-transition: 0.3s all ease !important;
  -o-transition: 0.3s all ease !important;
  transition: 0.3s all ease !important;
  cursor: pointer;
  outline: none;
}
.fancybox__custom-container .fancybox-button: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);
}
.fancybox__custom-container .fancybox-button span {
  display: block;
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px -42px;
  width: 11px;
  height: 21px;
}
.fancybox__custom-container .fancybox-button span:hover {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px -126px;
  width: 8px;
  height: 14px;
}
.fancybox__custom-container .fancybox-button.disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
.fancybox__custom-container .fancybox-button--arrow_left span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fancybox__custom-container .fancybox-caption, .fancybox__custom-container .fancybox-button, .fancybox__custom-container .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox__custom-container .fancybox-caption {
  top: 0;
  bottom: unset;
  padding: 25px 44px 0;
}
.fancybox__custom-container .fancybox-caption::before {
  background: none !important;
}
.fancybox__custom-container .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 190px;
  border-left: 22px solid rgba(0, 0, 0, 0.01);
  border-right: 22px solid rgba(0, 0, 0, 0.01);
  padding: 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox__custom-container .fancybox-thumbs-x {
  overflow-x: hidden !important;
}
.fancybox__custom-container .fancybox-thumbs-inner {
  position: relative;
  top: 160px;
  width: 800px;
  margin: auto;
}
.fancybox__custom-container .fancybox-thumbs > ul > li {
  margin: 10px;
  height: 157px;
  width: 150px;
}
.fancybox__custom-container .fancybox-thumbs > ul > li::before {
  border: 4px solid #0057b8;
}
.fancybox__custom-container .fancybox-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 5px;
  right: 60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fancybox__custom-container .fancybox-close: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);
}
.fancybox__custom-container .fancybox-close:hover::before, .fancybox__custom-container .fancybox-close:hover::after {
  background: #acacaf;
}
.fancybox__custom-container .fancybox-close::before, .fancybox__custom-container .fancybox-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fancybox__custom-container .fancybox-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox__custom-container .fancybox-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fancybox__custom-container .fancybox-title-over-wrap {
  bottom: 100%;
  padding: 0;
  background: none;
}
.fancybox__custom-container .fancybox-outer {
  width: 800px;
}
.fancybox__custom-container .fancybox-list-product {
  position: relative;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
.fancybox__custom-container .fancybox-list-product .wrap-list {
  background: #dbdcdd;
  padding: 10px 20px;
  margin-top: 15px;
}
.fancybox__custom-container .fancybox-list-product .wrap-list > span {
  display: block;
  font-weight: bold;
}
.fancybox__custom-container .fancybox-list-product .list-product {
  list-style-type: circle;
  list-style-position: inside;
}
.fancybox__custom-container .fancybox-list-product .list-product li {
  padding-right: 5px;
}
.fancybox__custom-container .fancybox-list-product .list-product a {
  padding: 2px 0;
  color: #3e3d40;
}
.fancybox__custom-container .fancybox-inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  text-align: center;
  margin: auto;
  height: 600px !important;
  width: 1000px;
}
.fancybox__custom-container .fancybox-inner.product {
  height: 890px !important;
}
.fancybox__custom-container .fancybox-inner.product .fancybox-stage.product-slider .fancybox-slide--image .fancybox-content {
  height: 800px !important;
}
.fancybox__custom-container .fancybox-image {
  padding: 0;
  margin: auto;
  border: 0;
  width: auto;
  height: auto;
  outline: none;
  vertical-align: top;
  position: relative;
  max-width: 800px;
  max-height: 550px;
}
.fancybox__custom-container .fancybox-stage.product-slider .fancybox-image {
  height: 100%;
  max-height: 800px;
}
.fancybox__custom-container .fancybox-is-open {
  background: rgba(62, 61, 64, 0.9);
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fancybox__custom-container .fancybox-is-open .fancybox-bg {
  opacity: 0;
}
.fancybox__custom-container .fancybox-bg {
  position: fixed;
  width: 100% !important;
  height: auto !important;
}
.fancybox__custom-container .fancybox-slide--image {
  padding: 44px 0 25px;
  width: 800px;
  margin: auto;
  position: relative;
}
.fancybox__custom-container .fancybox-slide--image .fancybox-content {
  position: relative;
  text-align: center;
  width: 800px !important;
  height: 600px !important;
  top: -45px;
  -webkit-transform: translate(0, 50px) scale(1, 1) !important;
      -ms-transform: translate(0, 50px) scale(1, 1) !important;
          transform: translate(0, 50px) scale(1, 1) !important;
}
.fancybox__custom-container .fancybox-show-thumbs .fancybox-inner {
  margin-bottom: 20px;
  right: 0;
  bottom: 95px;
}
.fancybox__custom-container.fancybox-container__tab-photo {
  overflow-y: auto;
  background: rgba(30, 30, 30, 0.87);
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-bg {
  background: unset;
  opacity: unset;
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-inner {
  height: 850px !important;
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 50px;
  padding: unset;
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-image {
  max-height: 800px;
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-slide--image {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: unset;
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-slide--image.fancybox-slide--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__custom-container.fancybox-container__tab-photo .fancybox-slide--image .fancybox-content {
  height: 800px !important;
}

#fancybox-thumbs {
  padding: 15px 22px;
  background: #3e3d40;
}
#fancybox-thumbs ul li {
  margin: 0 10px;
}
#fancybox-thumbs ul li img {
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
}

.s_system .fancybox-inner {
  height: 850px !important;
}
.s_system .fancybox-image {
  max-height: 800px;
}
.s_system .fancybox-slide--image .fancybox-content {
  height: 800px !important;
  display: table-cell;
}

.main-popular {
  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: 30px 0;
  border-top: 2px solid #eef1f3;
}
.main-popular__title {
  position: relative;
  margin-bottom: 50px;
  padding: unset;
  border: unset;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  color: #3158b4;
}
.main-popular__title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #3158b4;
}
.main-popular__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main-popular__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #404042;
}
.main-popular__item:nth-child(1) .main-popular__item-img img {
  left: -22px;
}
.main-popular__item:nth-child(2) .main-popular__item-img img {
  left: -22px;
}
.main-popular__item:nth-child(4) .main-popular__item-img img {
  left: -16px;
}
.main-popular__item:hover .main-popular__item-more {
  text-decoration: underline;
}
.main-popular__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-popular__item-img {
  position: relative;
  height: 220px;
  margin-bottom: 30px;
}
.main-popular__item-title {
  display: block;
  min-height: 48px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.main-popular__item-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.333;
  overflow: hidden;
}
.main-popular__item-more {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  color: #3158b4;
}
.main-popular__btn {
  min-width: 170px;
  height: 40px;
  margin-top: 45px;
  font-size: 18px;
}

.page-title-news {
  padding: 15px 20px;
}
.page-title-news a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #404042;
}

.side-news-box {
  border-top: 2px solid #dcdcdc;
}
.side-news-box .item-new-small {
  position: relative;
  display: block;
  padding: 20px 20px 12px 20px;
  font-size: 13px;
  text-decoration: none;
  color: #707173;
}
.side-news-box .item-new-small::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  width: 49px;
  height: 2px;
  background: #dcdcdc;
}
.side-news-box .item-new-small:hover .elm-time {
  color: white;
  background: #6ebdc8;
}
.side-news-box .item-new-small:hover .new-title {
  text-decoration: underline;
}
.side-news-box .item-new-small:hover .new-text {
  color: #404042;
}
.side-news-box .item-new-small .elm-time {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  margin-bottom: 10px;
  margin-left: -6px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #6ebdc8;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.side-news-box .item-new-small .new-title {
  display: block;
  margin-bottom: 6px;
  color: #404042;
}
.side-news-box .item-new-small .new-text {
  display: block;
  font-style: italic;
  color: #707173;
}
.side-news-box .item-new-small p {
  margin-bottom: 0;
}
.side-news-box .all-block {
  padding: 20px;
}
.side-news-box .all-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #345bba;
  text-decoration: none;
}
.side-news-box .all-block a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin-left: 22px;
  fill: #345bba;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.side-news-box .all-block a:hover svg {
  margin-left: 10px;
}

.attention-box {
  margin-top: 10px;
}
.attention-box__title {
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
}
.attention-box__container {
  padding: 17px 0 0 18px;
  border-top: 2px solid #dcdcdc;
}
.attention-box__container p, .attention-box__container a {
  margin: 0;
  font-size: 13px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #838486;
}
.attention-box__btn {
  padding: 17px 18px;
}
.attention-box__btn a {
  position: relative;
  text-decoration: none;
  padding-right: 37px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.attention-box__btn a::after {
  content: "";
  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;
}
.attention-box__btn a:hover {
  padding-right: 27px;
}

.i-file-doc-d {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px -49px;
  width: 42px;
  height: 39px;
}
.i-file-text-d {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px 0px;
  width: 43px;
  height: 39px;
}
.i-file-bcad-d {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -96px -98px;
  width: 37px;
  height: 38px;
}
.i-file-sapr {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px -98px;
  width: 38px;
  height: 40px;
}
.i-file-pdf-d {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -106px 0px;
  width: 41px;
  height: 39px;
}
.i-tab01 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -78px -210px;
  width: 29px;
  height: 20px;
}
.i-tab02 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px -179px;
  width: 29px;
  height: 21px;
}
.i-tab03 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -78px -179px;
  width: 29px;
  height: 21px;
}
.i-tab04 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -156px -179px;
  width: 29px;
  height: 21px;
}
.i-tab05 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px -210px;
  width: 29px;
  height: 21px;
}
.i-tab06 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -204px -61px;
  width: 36px;
  height: 21px;
}
.i-tab07 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -157px -79px;
  width: 37px;
  height: 21px;
}
.i-tab08 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -204px 0px;
  width: 38px;
  height: 20px;
}
.i-tab09 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -156px -210px;
  width: 29px;
  height: 20px;
}
.i-tab10 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -62px -148px;
  width: 52px;
  height: 21px;
}
.i-tab12 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -204px -128px;
  width: 26px;
  height: 26px;
}

.main-tabs-box.tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.main-tabs-box.tabs-nav ul li + li {
  margin-left: 3px;
}
.main-tabs-box.tabs-nav ul li 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;
  min-width: 84px;
  height: 82px;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
  background: #f7f8f9;
  color: #404042;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  white-space: nowrap;
}
.main-tabs-box.tabs-nav ul li a::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #3158b4;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.main-tabs-box.tabs-nav ul li a:hover, .main-tabs-box.tabs-nav ul li a.active {
  background: #eef3fa;
}
.main-tabs-box.tabs-nav ul li a:hover .title, .main-tabs-box.tabs-nav ul li a.active .title {
  color: #3158b4;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab01, .main-tabs-box.tabs-nav ul li a.active .i-tab01 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -39px -210px;
  width: 29px;
  height: 20px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab02, .main-tabs-box.tabs-nav ul li a.active .i-tab02 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -157px -110px;
  width: 29px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab03, .main-tabs-box.tabs-nav ul li a.active .i-tab03 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -39px -179px;
  width: 29px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab04, .main-tabs-box.tabs-nav ul li a.active .i-tab04 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -117px -179px;
  width: 29px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab05, .main-tabs-box.tabs-nav ul li a.active .i-tab05 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -195px -179px;
  width: 29px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab06, .main-tabs-box.tabs-nav ul li a.active .i-tab06 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -204px -30px;
  width: 36px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab07, .main-tabs-box.tabs-nav ul li a.active .i-tab07 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -157px -48px;
  width: 37px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab08, .main-tabs-box.tabs-nav ul li a.active .i-tab08 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -124px -148px;
  width: 38px;
  height: 20px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab09, .main-tabs-box.tabs-nav ul li a.active .i-tab09 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -117px -210px;
  width: 29px;
  height: 20px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab10, .main-tabs-box.tabs-nav ul li a.active .i-tab10 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px -148px;
  width: 52px;
  height: 21px;
}
.main-tabs-box.tabs-nav ul li a:hover .i-tab12, .main-tabs-box.tabs-nav ul li a.active .i-tab12 {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -204px -92px;
  width: 26px;
  height: 26px;
}
.main-tabs-box.tabs-nav ul li a.active::after {
  opacity: 1;
}
.main-tabs-box.tabs-nav ul li a[data-tab=tab01] {
  max-width: 138px;
  min-width: 138px;
}
.main-tabs-box.tabs-nav ul li a[data-tab=tab02] {
  max-width: 265px;
  min-width: 265px;
}
.main-tabs-box.tabs-nav ul li a[data-tab=tab03] {
  max-width: 183px;
  min-width: 183px;
}
.main-tabs-box.tabs-nav ul li a .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;
  height: 56px;
}
.main-tabs-box.tabs-nav ul li a .title {
  font-size: 15px;
}
.main-tabs-box.tabs-nav ul li a * {
  pointer-events: none;
}
.main-tabs-box + .catalog-actions-box {
  margin-top: 20px;
}

.tab-container.catalog_main_tab_container {
  position: relative;
  z-index: 0;
}
.tab-wrapper {
  padding: 50px 0;
}
.tab-block.main-tab-box {
  position: relative;
  display: none;
  padding: 20px;
  border: 1px solid #eef1f3;
  background: white;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tab-block.main-tab-box.active {
  display: block;
}
.tab-block.main-tab-box#tab01 p:last-child {
  margin-bottom: unset;
}
.tab-block.main-tab-box#tab01 .cut_content {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.tab-block.main-tab-box#tab01 .cut_content:after {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(255, 255, 255)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgb(255, 255, 255));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(255, 255, 255));
}
.tab-block.main-tab-box#tab01 .cut_content.active {
  max-height: 100%;
}
.tab-block.main-tab-box#tab01 .cut_content.active::after {
  content: unset;
}
.tab-block.main-tab-box#tab01 .read_more {
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
}
.tab-block.main-tab-box .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.tab-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px !important;
  font-weight: bold;
  font-size: 24px;
  text-transform: none;
}
.tab-block__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  color: #3158b4;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tab-block__title a:hover::after {
  margin-left: 10px;
}
.tab-block__title a::after {
  content: "";
  display: block;
  margin-left: 14px;
  -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;
}
.tab-block__subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.tab-block__wrap {
  position: relative;
}
.tab-block__file {
  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;
  min-height: 45px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tab-block__file + .tab-block__file {
  margin-top: 38px;
}
.tab-block__file::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dotted #dbdcdd;
}
.tab-block__file-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: white;
}
.tab-block__file-container + .tab-block__file-container {
  margin-left: 60px;
}
.tab-block__file-container:first-child {
  padding: 0 10px 0 80px;
}
.tab-block__file-container:last-child {
  padding-left: 10px;
}
.tab-block__file-ico {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-block__file-ico img {
  max-width: 100%;
}
.tab-block__file-title {
  font-size: 16px;
  color: #272425;
}
.tab-block__file-btn {
  max-width: 140px;
  min-width: 140px;
  margin-left: 57px;
}
.tab-block__file-format {
  width: 35px;
  margin-left: 36px;
  white-space: nowrap;
  color: #acacaf;
}
.tab-block__file-size {
  white-space: nowrap;
  color: #acacaf;
}
.tab-block__file-more {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  color: #3158b4;
}
.tab-block__file-hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.tab-block__files {
  position: relative;
}
.tab-block__files.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;
}
.tab-block__files.shadow::before {
  z-index: 2;
}
.tab-block__services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 210px;
  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;
  }
}
.tab-block__services-item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tab-block__services-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-block__actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 184px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  background: #e2e6e8;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.tab-block__actions-item:hover .tab-block__actions-button {
  color: white;
  background: #3158b4;
}
.tab-block__actions-img {
  min-width: 490px;
  max-width: 490px;
  width: 100%;
  height: 100%;
}
.tab-block__actions-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-block__actions-img img {
  max-width: 100%;
}
.tab-block__actions-container {
  position: relative;
  width: 388px;
}
.tab-block__actions-container picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.tab-block__actions-container img {
  max-width: 100%;
}
.tab-block__actions-button {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
}
.tab-block__actions-button:hover {
  background: #3158b4;
}
.tab-block__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  max-width: 540px;
  width: 100%;
  color: #404042;
}
.tab-block__news-item:hover .tab-block__news-button {
  padding-right: 25px;
}
.tab-block__news-item .ad-tooltip__body {
  max-width: 445px;
}
.tab-block__news-img {
  min-width: 300px;
  max-width: 300px;
  height: 205px;
  width: 100%;
  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;
  }
}
.tab-block__news-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.tab-block__news-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.tab-block__news-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #eef3fa;
}
.tab-block__news-time {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #6ebdc8;
}
.tab-block__news-title, .tab-block__news-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tab-block__news-title {
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
  font-size: 13px;
}
.tab-block__news-text {
  -webkit-line-clamp: 4;
  font-style: italic;
  font-size: 13px;
  color: #707173;
}
.tab-block__news-button {
  position: relative;
  padding-right: 35px;
  font-size: 14px;
  color: #3158b4;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tab-block__news-button::after {
  content: "";
  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;
}
.tab-block__gallery-item, .tab-block__video-item, .tab-block__cert-item {
  text-decoration: none;
  font-size: 12px;
  color: #404042;
}
.tab-block__gallery-item:hover .tab-block__gallery-title, .tab-block__gallery-item:hover .tab-block__video-title, .tab-block__gallery-item:hover .tab-block__cert-title, .tab-block__video-item:hover .tab-block__gallery-title, .tab-block__video-item:hover .tab-block__video-title, .tab-block__video-item:hover .tab-block__cert-title, .tab-block__cert-item:hover .tab-block__gallery-title, .tab-block__cert-item:hover .tab-block__video-title, .tab-block__cert-item:hover .tab-block__cert-title {
  text-decoration: underline;
}
.tab-block__gallery-img, .tab-block__video-img, .tab-block__cert-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.tab-block__gallery-img picture, .tab-block__video-img picture, .tab-block__cert-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tab-block__gallery-img img, .tab-block__video-img img, .tab-block__cert-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-block__gallery-container, .tab-block__video-container, .tab-block__cert-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;
  padding-top: 12px;
  max-width: 220px;
  margin: 0 auto;
}
.tab-block__video-item:hover .tab-block__video-img::before {
  background: rgba(49, 88, 180, 0.8);
}
.tab-block__video-img {
  position: relative;
}
.tab-block__video-img::before, .tab-block__video-img::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%);
}
.tab-block__video-img::before {
  width: 60px;
  height: 45px;
  background: rgba(247, 248, 249, 0.8);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tab-block__video-img::after {
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: 0px -210px;
  width: 29px;
  height: 21px;
}
.tab-block__complect {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 0 30px;
}
.tab-block__complect-title {
  display: block;
  font-size: 16px;
  margin-bottom: 50px;
}
.tab-block__complect .item-catalog {
  min-height: unset;
}
.tab-block__filter-btn {
  min-width: unset;
  font-size: 13px;
  font-weight: bold;
  border-color: #acacaf;
  color: #404042;
  background: transparent;
}
.tab-block__filter-btn.active, .tab-block__filter-btn:hover {
  border-color: #3158b4;
  color: #3158b4;
  background: transparent;
}
.tab-block__filter-btn:disabled {
  color: #a7a9ac;
  background: url("/local/img/main/decor-disabled.png") 0 0;
  pointer-events: none;
}
.tab-block__filter-reset {
  display: none;
  margin-bottom: 20px;
  border-color: #8e8f91;
  color: #8e8f91;
  background: transparent;
}
.tab-block__filter-reset:hover {
  border-color: #8e8f91;
  color: white;
  background: #8e8f91;
}
.tab-block.plug {
  display: block;
}
.tab-block.plug .tab-block__title {
  width: 360px;
  height: 30px;
  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;
  }
}
.tab-block.plug .tab-block__file-ico {
  width: 40px;
  height: 40px;
  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;
  }
}
.tab-block.plug .tab-block__file-title {
  width: 360px;
  height: 20px;
  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;
  }
}
.tab-block.plug .tab-block__file-size {
  width: 35px;
  height: 20px;
  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;
  }
}
.tab-block.plug .tab-block__file-format {
  width: 35px;
  height: 20px;
  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;
  }
}
.tab-block.plug .tab-block__file-btn {
  border-color: transparent;
  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;
  }
}
.tab-block.plug .tab-block__gallery-item, .tab-block.plug .tab-block__video-item, .tab-block.plug .tab-block__cert-item {
  width: 220px;
}
.tab-block.plug .tab-block__gallery-item + .tab-block__gallery-item, .tab-block.plug .tab-block__gallery-item + .tab-block__video-item, .tab-block.plug .tab-block__gallery-item + .tab-block__cert-item, .tab-block.plug .tab-block__video-item + .tab-block__gallery-item, .tab-block.plug .tab-block__video-item + .tab-block__video-item, .tab-block.plug .tab-block__video-item + .tab-block__cert-item, .tab-block.plug .tab-block__cert-item + .tab-block__gallery-item, .tab-block.plug .tab-block__cert-item + .tab-block__video-item, .tab-block.plug .tab-block__cert-item + .tab-block__cert-item {
  margin-left: 20px;
}
.tab-block.plug .tab-block__gallery-img, .tab-block.plug .tab-block__video-img, .tab-block.plug .tab-block__cert-img {
  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;
  }
}
.tab-block.plug .tab-block__gallery-img::before, .tab-block.plug .tab-block__video-img::before, .tab-block.plug .tab-block__cert-img::before {
  content: unset;
}
.tab-block.plug .tab-block__gallery-title, .tab-block.plug .tab-block__video-title, .tab-block.plug .tab-block__cert-title {
  width: 100%;
  height: 20px;
  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;
  }
}
.tab-block.plug .tab-block__actions-item {
  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;
  }
}
.tab-block.plug .tab-block__news-item {
  width: 460px;
}
.tab-block.plug .tab-block__news-item + .tab-block__news-item {
  margin-left: 20px;
}
.tab-block.plug .tab-block__news-img {
  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;
  }
}
.tab-block.plug .tab-block__news-inner {
  width: 100%;
}
.tab-block.plug .tab-block__news-time, .tab-block.plug .tab-block__news-title, .tab-block.plug .tab-block__news-text, .tab-block.plug .tab-block__news-button {
  display: block;
  width: 100%;
  height: 20px;
  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;
  }
}
.tab-block.plug .tab-block__news-time::after, .tab-block.plug .tab-block__news-title::after, .tab-block.plug .tab-block__news-text::after, .tab-block.plug .tab-block__news-button::after {
  content: unset;
}
.tab-block.plug .api-reviews .api-block-title {
  width: 360px;
  height: 30px;
  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;
  }
}
.tab-block.plug .api-reviews .api-block-subtitle {
  width: 100%;
  height: 20px;
  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;
  }
}
.tab-block.plug .api-reviews .api-average {
  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;
  }
}
.tab-block.plug .api-reviews .api-title {
  width: 130px;
  height: 40px;
  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;
  }
}
.tab-block.plug .api-reviews .api-subtitle {
  width: 130px;
  height: 17px;
  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;
  }
}
.tab-block.plug .api-reviews .api-info .api-info-progress {
  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;
  }
}
.tab-block.plug .api-reviews .api-info .api-info-qty {
  height: 17px;
  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;
  }
}
.tab-block.plug .api-reviews .api-shop-stat {
  width: 220px;
  height: 25px;
  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;
  }
}
.tab-block.plug .api-reviews .api-block-header-link {
  width: 185px;
  height: 17px;
  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;
  }
}
.tab-block + .catalog-actions-box {
  margin-top: 20px;
}
.tab-container .tab-block {
  padding: 40px 0;
  border: unset;
}

.slider-hide-buttons .swiper-arrow--prev,
.slider-hide-buttons .swiper-arrow--next {
  display: none;
}

.category-slider-box {
  position: relative;
}
.category-slider-box .swiper-arrow--next {
  z-index: 111;
}

.category-slider {
  padding: 1px;
}
.category-slider__wrap {
  position: relative;
  margin: 0 0 25px;
}
.category-slider__wrap--o-collapse {
  padding-right: 30px;
  margin-right: -30px;
  overflow: hidden;
  position: static;
  width: 100%;
}
.category-slider__wrap--o-collapse:after {
  content: "";
  position: absolute;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(left, transparent, #fff);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.category-slider__wrap.plug .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category-slider__wrap.plug .swiper-arrow--prev, .category-slider__wrap.plug .swiper-arrow--next {
  display: none;
}
.category-slider__wrap.plug .category-slider__item {
  border-color: #f7f8f9;
}
.category-slider__wrap.plug .category-slider__title {
  width: 132px;
  height: 12px;
  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;
  }
}
.category-slider__wrap.plug .category-slider__img span {
  display: block;
  width: 100px;
  height: 100px;
  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;
  }
}
.category-slider__wrap.plug .category-slider__count {
  width: 72px;
  height: 12px;
  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;
  }
}
.category-slider__wrap .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.category-slider__item {
  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;
  max-width: 219.5px;
  height: auto;
  padding: 13px 14px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #3158b4;
  background: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-slider__item:hover, .category-slider__item-active {
  border-color: #58ced7;
}
.category-slider__item--collapse-padding {
  padding: 0;
}
.category-slider__item:not(.swiper-initialized) {
  margin-right: 10px;
}
.category-slider__title, .category-slider__count {
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
}
.category-slider__img {
  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;
  width: 100px;
  height: 111px;
  margin: 10px auto 0;
  text-align: center;
}
.category-slider__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-slider__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.category-slider__img__block {
  z-index: 1;
}
.category-slider__title {
  z-index: 2;
  font-weight: bold;
  color: #4b4b4d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 1.2em; /* fallback */
  max-height: 2.4em; /* fallback */
}
.category-slider__title--mb {
  margin-bottom: 10px;
}
.category-slider__count {
  color: #a9a9ab;
}

.swiper--o-collapse {
  overflow: visible;
}

.main-filter-box {
  position: relative;
  margin-bottom: 40px;
}
.main-filter-box #filter-element {
  margin-bottom: 40px;
}
.main-filter-box label.disabled {
  pointer-events: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.main-filter-box .filter-section + .filter-section {
  border-top: 1px solid #dcdcdc;
}
.main-filter-box .filter_hint-wrap-box {
  padding-right: 22px;
}
.main-filter-box .filter_hint {
  position: relative;
  right: 0;
  top: 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;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background: #f7f8f9;
  color: #a7a7a9;
  cursor: help;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-filter-box .filter_hint:hover, .main-filter-box .filter_hint:active {
  background: #3158b4;
  color: white;
}
.main-filter-box .filter_hint #hint_f {
  z-index: 21;
  position: absolute;
  top: 100%;
  left: 100%;
  width: 520px;
  padding: 16px 16px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
  color: #404042;
  background: white;
  -webkit-box-shadow: 1px 1px 12px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 12px -5px rgba(0, 0, 0, 0.75);
}
.main-filter-box .filter_hint #hint_f h4 {
  margin-bottom: 7px;
}
.main-filter-box .filter_hint #hint_f .close_h {
  position: absolute;
  width: 12px;
  height: 18px;
  line-height: 100%;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #3158b4;
  cursor: pointer;
}
.main-filter-box .filter_hint #hint_f .close_h::after {
  position: absolute;
  content: "X";
}
.main-filter-box .filter_hint--inline {
  margin-right: -22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-filter-box .filter-submit {
  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: 20px;
}
.main-filter-box .filter-submit .btn {
  width: 115px;
  min-width: 115px;
}
.main-filter-box .filter-submit .btn-filter-reset {
  border-color: #acacaf;
  color: #acacaf;
  background: transparent;
}
.main-filter-box .filter-submit .btn-filter-reset:hover {
  border-color: #3158b4;
  color: #3158b4;
}
.main-filter-box .filter-block {
  display: none;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 0;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container {
  position: relative;
  display: -ms-grid;
  display: grid;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.scrollable {
  scrollbar-color: #eef1f2 transparent;
  scrollbar-width: thin;
  overflow: auto;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.scrollable::-webkit-scrollbar {
  width: 6px;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.scrollable::-webkit-scrollbar-track {
  background: transparent;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.scrollable::-webkit-scrollbar-thumb {
  background-color: #eef1f2;
  border-radius: 20px;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.scrollable:hover {
  scrollbar-color: #d4dadf transparent;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.scrollable:hover::-webkit-scrollbar-thumb {
  background-color: #d4dadf;
}
.main-filter-box .filter-block .bx-filter-parameters-box-container.hide::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  height: 40px;
}
.main-filter-box .btn-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px 15px 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #404042;
}
.main-filter-box .btn-filter.active::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.main-filter-box .btn-filter.active + .popup-block {
  display: block !important;
}
.main-filter-box .btn-filter::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px -150px;
  width: 12px;
  height: 7px;
}
.main-filter-box .btn-filter-select {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #3158b4;
}
.main-filter-box .btn-filter-select:hover {
  text-decoration: underline;
}
.main-filter-box .btn-filter-select.hide {
  display: none;
}
.main-filter-box .col2 .frm-select-filter {
  height: 24px;
  min-height: 24px;
  max-height: 26px;
}
.main-filter-box .col4 .frm-select-filter {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.main-filter-box .frm-range {
  position: relative;
  padding-bottom: 15px;
  margin: 0 20px 0 0;
}
.main-filter-box .frm-range .range-values {
  overflow: hidden;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 18px;
}
.main-filter-box .frm-range .range-values input {
  height: 22px;
  width: 93px;
  padding: 0 5px;
  font-size: 12px;
  color: #3e3d40;
  float: left;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #d8dcde;
}
.main-filter-box .frm-range .range-values input::-webkit-outer-spin-button, .main-filter-box .frm-range .range-values input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.main-filter-box .frm-range .range-values input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.main-filter-box .frm-range .range-values input:invalid:not(:focus) {
  border-color: #ca545a;
}
.main-filter-box .frm-range .val {
  float: left;
}
.main-filter-box .frm-range .val + .val {
  float: right;
}
.main-filter-box .frm-range label {
  display: block;
  float: left;
  margin-right: 9px;
}
.main-filter-box .frm-range .ui-slider {
  height: 14px;
  background: #d8dbde;
}
.main-filter-box .frm-range .ui-slider-range {
  background: #6ebdc8;
  border-top: 1px solid #d8dbde;
  border-bottom: 1px solid #d8dbde;
}
.main-filter-box .frm-range .ui-slider-handle {
  display: inline-block;
  vertical-align: middle;
  margin: 14px 0 0 -5px;
  outline: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px -102px;
  width: 10px;
  height: 14px;
}
.main-filter-box .search-filter {
  padding-right: 45px;
  border: 1px solid #b8cce9 !important;
  font-style: italic;
}
.main-filter-box .search-filter::-webkit-input-placeholder {
  color: #b8cce9;
}
.main-filter-box .search-filter::-moz-placeholder {
  color: #b8cce9;
}
.main-filter-box .search-filter:-ms-input-placeholder {
  color: #b8cce9;
}
.main-filter-box .search-filter::-ms-input-placeholder {
  color: #b8cce9;
}
.main-filter-box .search-filter::placeholder {
  color: #b8cce9;
}
.main-filter-box .search-filter__wrap {
  position: relative;
  margin-bottom: 20px;
}
.main-filter-box .search-filter__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -172px -148px;
  width: 21px;
  height: 19px;
}
.main-filter-box .search-filter__clear {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  min-width: auto;
  height: 100%;
  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: #b8cce9;
  border-color: #b8cce9;
}
.main-filter-box .search-filter__clear:hover {
  background: white;
}
.main-filter-box .search-filter__clear:hover svg g {
  stroke: #b8cce9;
}
.main-filter-box .search-filter__clear.hidden {
  display: none;
}
.main-filter-box .search-filter__clear svg g {
  stroke: white;
}
.main-filter-box .search-on .frm-select-filter {
  display: none;
}
.main-filter-box .search-on .frm-select-filter.test-cl {
  display: block;
}
.main-filter-box .no-search {
  font-size: 12px;
  color: #ca545a;
}

.filter-title {
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.filter-search__often-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}
.filter-search__often-container .dop-filter-list {
  margin-bottom: 12px;
}
.filter-search__often-container .dop-filter-list + .dop-filter-list {
  margin-top: unset;
}
.filter-search__often .dop-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 2px 0;
  padding-left: 20px;
  color: #404042;
}
.filter-search__often .dop-filter-list:hover {
  color: #3158b4;
}
.filter-search__often .dop-filter-list:hover span {
  color: #3158b4;
}
.filter-search__often .dop-filter-list + .dop-filter-list {
  margin-top: 4px;
}
.filter-search__often .dop-filter-list span {
  margin-left: 10px;
  color: #acacaf;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.filter-search__often .dop-filter-list.active_razdel {
  color: #3158b4;
  font-weight: bold;
}
.filter-search__often .dop-filter-list.active_razdel span {
  color: #3158b4;
}
.filter-search__often .dop-filter-list-last {
  color: #3158b4;
  font-weight: bold;
  text-decoration: underline;
}
.filter-search__often.plug .dop-filter-list {
  height: 20px;
  padding-left: unset;
  margin-left: 20px;
  margin-right: 20px;
  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;
  }
}
.filter-search__all {
  margin: 50px 0;
}
.filter-search__all .filter-title {
  border: unset;
}
.filter-search__all a {
  display: inline-block;
  margin-left: 20px;
  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;
}
.filter-search__all a::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;
}
.filter-search__all a:hover::after {
  margin-left: 10px;
}

.often {
  position: relative;
}
.often._show > *:not(:nth-child(-n+3)) {
  display: none;
}

.often li:first-child {
  width: 100%;
  float: left;
}

.often li a {
  background: white;
  border: 1px solid #9fc0e4;
  text-decoration: none;
  color: #0057b8;
  padding: 3px 50px 3px 20px;
  height: auto;
  font-weight: bolder;
  position: relative;
}

.often li a > span {
  font-weight: normal;
  padding-left: 8px;
}

.often li a:hover {
  border-color: #d9e7f4;
  background: #d9e7f4;
  text-decoration: none;
}

.often li a:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAANCAYAAABLjFUnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJBJREFUeNpiZAjfwUAiMADiZ0D8Cl2CiYF04ArE+4FYDF2ChQzDuoGYE2qgI7ILyTEMBJqA+D+6geQaBgLNUBpuIMgwdiDmItPAKUAsCDXQBWRYNBD3UOBCRiAWAOJKRjKSBrpBfUBsBcRuTNQyCIg/slBgUD8QW8IMIjfRYjWIXMPqsRlErmGLsRkEAgABBgAeChu1ctYAggAAAABJRU5ErkJggg==");
  position: absolute;
  width: 20px;
  height: 13px;
  right: 15px;
  top: 7px;
}

.menu-box .read_more {
  display: inline-block;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: underline;
}

.menu-box .read_more:hover {
  text-decoration: underline;
}

.often._show {
  overflow: hidden;
  margin-bottom: 30px;
}

.menu-box {
  margin-bottom: 20px;
}
.menu-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menu-box li {
  margin: 0;
  padding: 0 21px;
  float: left;
  position: relative;
}
.menu-box li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dbdcdd;
}
.menu-box li:first-child {
  padding-left: 0;
}
.menu-box li:first-child::before {
  display: none;
}
.menu-box a {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #3e3d40;
}
.menu-box .search-popular-sections-list li,
.menu-box .search-sections-list li {
  padding: 0 24px 12px 0;
}
.menu-box .search-popular-sections-list li::before,
.menu-box .search-sections-list li::before {
  content: unset;
}

.filter-total-popup {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  height: 32px;
  padding: 0 82px 0 10px;
  margin-left: 10px;
  border: 2px solid #6ebdc8;
  font-size: 13px;
  line-height: 28px;
  text-align: left;
  white-space: nowrap;
  background: white;
  -webkit-box-shadow: 2px 3.5px 12.2px 0.8px #cacacb;
          box-shadow: 2px 3.5px 12.2px 0.8px #cacacb;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.filter-total-popup::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px 0px;
  width: 14px;
  height: 32px;
}

.btn-filter-show {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
  min-width: auto;
  width: 75px;
  height: 28px;
  border: unset;
  border-left: 2px solid #57ced6;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #404042;
  background: #cdeff1;
}
.btn-filter-show:hover {
  border-left: 2px solid #57ced6;
  background: #cdeff1;
  color: #404042;
}

.may-need {
  z-index: 3;
  position: relative;
  padding: 15px 25px;
  background: #f7f8f9;
}
.may-need[data-slider=product] .may-need__slider {
  padding: 10px;
  margin: -10px;
}
.may-need[data-slider=product] .may-need__slider.hovered {
  padding-bottom: 200px;
  margin-bottom: -200px;
}
.may-need[data-slider=category] .swiper-arrow--prev, .may-need[data-slider=category] .swiper-arrow--next {
  top: 32%;
}
.may-need .cat-info {
  display: none;
}
.may-need .cat-container {
  padding-bottom: unset;
}
.may-need__wrapper {
  margin: 35px 0;
}
.may-need__wrap {
  position: relative;
}
.may-need__wrap .swiper-arrow--prev, .may-need__wrap .swiper-arrow--next {
  top: 131px;
}
.may-need__wrap .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.may-need__title {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 24px;
  text-transform: none;
}
.may-need__slider-item {
  max-width: 220px;
  width: 100%;
  text-decoration: none;
  color: #404042;
}
.may-need__slider-item.item-catalog {
  min-height: unset;
  height: auto;
  background: white;
}
.may-need__slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 150px;
  background: white;
}
.may-need__slider-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.may-need__slider-img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: 100%;
}
.may-need__slider-title {
  display: block;
  padding: 15px 15px 0;
  border-bottom: 2px solid #f7f8f9;
  font-size: 18px;
  font-weight: bold;
}
.may-need__slider-block {
  display: none;
  padding: 10px 15px;
}
.may-need__slider-btn {
  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;
}
.may-need__slider-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;
}
.may-need__slider-btn:hover::after {
  margin-left: 10px;
}
.may-need.plug .may-need__title {
  width: 360px;
  height: 30px;
  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;
  }
}
.may-need.plug .may-need__slider-item + .may-need__slider-item {
  margin-left: 20px;
}
.may-need.plug .may-need__slider-title {
  width: 100%;
  height: 20px;
  padding: unset;
  margin: 20px 0 15px 0;
  border: unset;
  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;
  }
}
.may-need.plug .may-need__slider-img {
  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;
  }
}
.may-need.plug .may-need__slider-block {
  padding: 10px 0;
}
.may-need.plug .may-need__slider-btn {
  width: 100%;
  height: 20px;
  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;
  }
}
.may-need.plug .may-need__slider-btn::after {
  content: unset;
}
.may-need__menu {
  margin-bottom: 35px;
  background: #f7f8f9;
}
.may-need__menu-title {
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dcdcdc;
  font-size: 20px;
  font-weight: bold;
}
.may-need__menu-list {
  padding: 10px 20px;
}
.may-need__menu-item {
  margin-bottom: 5px;
}
.may-need__menu-item a {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  font-weight: bold;
  color: #404042;
}
.may-need__menu-item a:hover {
  color: #3158b4;
}
.may-need__menu.plug .may-need__menu-item {
  width: 100%;
  height: 27px;
  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;
  }
}

.brands__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands__menu {
  width: 290px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brands__menu-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #0057b8;
}
.brands__menu-list {
  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: 30px;
}
.brands__menu-item + .brands__menu-item {
  margin-top: 16px;
}
.brands__menu-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  line-height: 1.2;
  color: #434244;
  white-space: normal;
  height: 100%;
  text-align: left;
  text-transform: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.brands__menu-link--active {
  color: #0057b8;
}
.brands__menu-link:hover {
  color: #0057b8;
}
.brands__content-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.brands__content-item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands__content-item--active + .brands__content-item--active {
  margin-top: 90px;
}
.brands__item {
  margin-top: 30px;
}
.brands__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.brands__item-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #434244;
}
.brands__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  color: #345bba;
  text-decoration: none;
}
.brands__item-link svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin-left: 22px;
  fill: #345bba;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.brands__item-link:hover svg {
  margin-left: 10px;
}

.manufacturer-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 35px;
  margin-bottom: 25px;
}

.item-manufacturer {
  display: block;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
.item-manufacturer > a {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0 10px 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.item-manufacturer > a: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-manufacturer .logo-manufacturer {
  display: table-cell;
  height: 280px;
  width: 280px;
  border-bottom: 1px solid #e3e4e4;
  vertical-align: middle;
}

.item-manufacturer .logo-manufacturer > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-manufacturer > a:hover .logo-manufacturer > img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none; /* IE 6-9 */
}

.item-manufacturer .logo-manufacturer img {
  max-width: 100%;
}

.item-manufacturer .country-manufacturer {
  padding-top: 15px;
}

.item-manufacturer .name-country {
  margin-top: 15px;
  text-transform: uppercase;
  color: #7b7c7e;
  font-size: 14px;
}

.provider-title-box {
  border-bottom: 1px solid #dbdcdd;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #707173;
  font-style: italic;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.provider-title-box .pr-logo {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.provider-title-box .pr-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.provider-title-box .pr-text {
  display: block;
  float: left;
  width: 50%;
  padding-left: 10px;
}

.provider-title-box p {
  margin: 0;
}

.catalog-actions-box {
  margin-bottom: 30px;
}

.sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 15px;
  background: #f0fafb;
}
.sort-box::before {
  content: "";
  margin-right: 10px;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -26px -212px;
  width: 21px;
  height: 18px;
}
.sort-box .item-wrap {
  position: relative;
  padding: 0 20px;
}
.sort-box .item-wrap + .item-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 22px;
  background: #dadbdc;
}

.elm-sort,
.elm-sort-bttn {
  text-decoration: none;
  color: #404042;
}
.elm-sort:hover, .elm-sort.active,
.elm-sort-bttn:hover,
.elm-sort-bttn.active {
  color: #6ebdc8;
}
.elm-sort.top::after, .elm-sort.down::after,
.elm-sort-bttn.top::after,
.elm-sort-bttn.down::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 4px;
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px -73px;
  width: 9px;
  height: 19px;
}
.elm-sort.down::after,
.elm-sort-bttn.down::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0 20px;
}
.pages-container .more-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}
.pages-container .more-box a {
  text-decoration: none;
  color: #3158b4;
}
.pages-container .more-box a:hover {
  text-decoration: underline;
}
.pages-container .pagenav-box {
  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-align: center;
}
.pages-container .pagenav-box a,
.pages-container .pagenav-box span {
  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;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
  color: #3158b4;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.pages-container .pagenav-box a.active,
.pages-container .pagenav-box span.active {
  background: #3158b4;
  color: white;
}
.pages-container .pagenav-box a:hover {
  background: #3158b4;
  color: white;
}
.pages-container .pagenav-box .btn-page-prev,
.pages-container .pagenav-box .btn-page-next {
  border-radius: 50%;
}
.pages-container .pagenav-box .btn-page-prev::before,
.pages-container .pagenav-box .btn-page-next::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/local/img/spr_catalog.v-mdm-1000000001.png);
  background-position: -252px -167px;
  width: 7px;
  height: 11px;
}
.pages-container .pagenav-box .btn-page-prev:hover,
.pages-container .pagenav-box .btn-page-next:hover {
  background: #f7f8f9;
}
.pages-container .pagenav-box .btn-page-prev:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog-title {
  margin-bottom: 28px;
  font-size: 24px;
  color: #3158b4;
}
.catalog-brands {
  padding-top: 50px;
}

.bg-title-box {
  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;
  background: #20beca;
}
.bg-title-box * {
  margin: unset;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: white;
}
.bg-title-box.title-box-sale {
  background: #ca545a;
}
.bg-title-box.title-box-hit {
  background: #ffd744;
}

.list-catalog-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 27px 20px;
  margin-bottom: 45px;
}
.list-catalog-box .item-wrap {
  width: 100%;
}
.list-catalog-box .item-list-cat {
  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%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list-catalog-box .item-list-cat:hover {
  -webkit-box-shadow: 0.5px 0.9px 10px 0 rgba(196, 197, 198, 0.59);
          box-shadow: 0.5px 0.9px 10px 0 rgba(196, 197, 198, 0.59);
}
.list-catalog-box .item-list-cat:hover .cat-photo img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.list-catalog-box .item-list-cat .cat-photo {
  display: block;
  width: 100%;
  height: 205px;
  text-decoration: none;
  overflow: hidden;
}
.list-catalog-box .item-list-cat .cat-photo picture {
  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: 100%;
}
.list-catalog-box .item-list-cat .cat-photo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter ease 0.2s;
  transition: -webkit-filter ease 0.2s;
  -o-transition: filter ease 0.2s;
  transition: filter ease 0.2s;
  transition: filter ease 0.2s, -webkit-filter ease 0.2s;
}
.list-catalog-box .item-list-cat .cat-text {
  padding: 22px 18px;
  color: #403f42;
}
.list-catalog-box .item-list-cat .cat-text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list-catalog-box .item-list-cat .cat-text a:hover {
  color: #3158b4;
}
.list-catalog-box .item-list-cat .cat-text a:hover span {
  color: #3158b4;
}
.list-catalog-box .item-list-cat .cat-title {
  min-height: 48px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.list-catalog-box .item-list-cat .cat-title a {
  font-weight: bold;
}
.list-catalog-box .item-list-cat .cat-list {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
.list-catalog-box .item-list-cat .cat-list li + li {
  margin-top: 3px;
}
.list-catalog-box .item-list-cat .cat-list li[data-item-id] {
  z-index: unset;
  position: absolute;
  top: -9999px;
}
.list-catalog-box .item-list-cat .cat-list > li {
  z-index: 1;
  position: relative;
  background: white;
}
.list-catalog-box .item-list-cat .cat-list > li > a {
  font-weight: bold;
}
.list-catalog-box .item-list-cat .cat-list ul {
  display: none;
  margin: 0;
  padding: 5px 0;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.list-catalog-box .item-list-cat .cat-list ul li a {
  font-size: 13px;
}
.list-catalog-box .item-list-cat .cat-list a {
  display: inline-block;
  padding: 2px 0;
}
.list-catalog-box .item-list-cat .cat-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 40px;
  border-top: 1px solid #f7f8f9;
  padding: 0 40px 0 20px;
  text-decoration: none;
  color: #3158b4;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.list-catalog-box .item-list-cat .cat-button:hover {
  text-decoration: underline;
}
.list-catalog-box .item-list-cat .cat-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 4px;
  margin-left: 14px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #3158b4;
  -webkit-transition: border-color ease 0.3s;
  -o-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}
.list-catalog-box .item-list-cat .cat-button::after {
  content: "Все подкатегории";
}
.list-catalog-box .item-list-cat.open .hidecat {
  display: block;
}
.list-catalog-box .item-list-cat.open .cat-list ul {
  display: block;
}
.list-catalog-box .item-list-cat.open .cat-button::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -3px;
}
.list-catalog-box .item-list-cat.open .cat-button::after {
  content: "Скрыть подкатегории";
}
.list-catalog-box .hidecat {
  display: none;
}

.main-banner__container {
  margin-bottom: 57px;
}
.main-banner__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  font-size: 16px;
  color: #3158b4;
}
.main-banner__block-close:hover {
  text-decoration: underline;
}
.main-banner__block-close.active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-banner__block-close svg {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #3158b4;
  pointer-events: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-banner__wrapper {
  position: relative;
}
.main-banner__wrapper .main-slider {
  padding-bottom: unset;
}
.main-banner__wrapper .swiper-pagination {
  bottom: -23px !important;
}

.main-slider {
  padding-bottom: 23px;
  margin-bottom: 34px;
}
.main-slider__item {
  height: 210px;
  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;
  }
}
.main-slider .swiper-slide picture,
.main-slider .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-menu {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #d8dbdd;
}
.side-menu > ul > li + li {
  margin-top: 5px;
}
.side-menu > ul > li.open ul {
  display: block;
  padding: 5px 0 5px 10px;
}
.side-menu > ul > li.open ul li + li {
  margin-top: 2px;
}
.side-menu > ul > li.open ul li a {
  padding: 2px 0;
}
.side-menu > ul > li > a {
  padding: 5px 0;
  font-weight: bold;
}
.side-menu a {
  display: block;
  text-decoration: none;
  color: #404042;
}
.side-menu a:hover, .side-menu a.active {
  color: #3158b4;
}

.page-inner__catalog .main-catalog-box {
  margin-bottom: 45px;
  border: unset;
}
.page-inner__catalog .main-catalog-box .catalog-main {
  padding: unset;
}
.page-inner__catalog .may-need {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

#pagination-container .list-catalog-box {
  margin-top: 45px;
}
#pagination-container .list-catalog-box .item-list-cat .cat-list > li > a {
  font-weight: normal;
}
#pagination-container .list-catalog-box .item-list-cat .cat-list > li > a span {
  color: #acacaf;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.article-box {
  margin-top: 50px;
}
.article-box h2,
.article-box h3 {
  font-weight: bold;
  text-transform: none;
}
.article-box h2 {
  font-size: 24px;
}
.article-box h3 {
  font-size: 18px;
}
/*# sourceMappingURL=catalog.css.map */
