@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;
}

.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_general.v-mdm-1000000001.png);
  background-position: -278px -56px;
  width: 11px;
  height: 21px;
}
.fancybox__custom-container .fancybox-button span:hover {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -278px -193px;
  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;
}

.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;
}

.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;
  }
}

.product-box {
  position: relative;
}
.product-box__store-label {
  background-color: #F7F9FD;
  border-radius: 6px;
  padding: 8px 10px;
}
.product-box__stores-info {
  padding: 0 10px;
}
.product-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.product-box__container-title {
  display: block;
  padding-bottom: 4px;
  color: #acacaf;
}
.product-box__container + .tab-wrapper {
  padding-top: unset;
}
.product-box__block {
  position: sticky;
  top: 120px;
  width: 100%;
}
.product-box__block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-box__side {
  min-width: 340px;
  max-width: 340px;
  margin-left: 40px;
}
.product-box__side .catalog-elem {
  padding: 20px;
  border-radius: 20px;
  -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);
}
.product-box__side .catalog-elem + .catalog-elem {
  margin-top: 30px;
}
.product-box__side .catalog-elem .nogeo {
  display: block;
  text-align: center;
  background: rgba(237, 240, 242, 0.9);
  padding: 35px 15px;
  border-radius: 15px;
}
.product-box__side .catalog-elem .nogeo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.product-box__side .catalog-elem .nogeo img {
  display: inline-block;
  height: 100px;
}
.product-box__side .catalog-elem .nogeo p {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
.product-box__side .catalog-elem .nogeo span {
  display: block;
  font-weight: bold;
  color: #ca545a;
}
.product-box__side .catalog-elem .stock {
  position: relative;
}
.product-box__side .catalog-elem .hint-relat {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-box__side .catalog-elem .hint-relat .hint-relat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-box__side .catalog-elem .hint-relat .hint-order__vect {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  margin: 15px -5px 0 0;
  padding: 8px 35px 8px 24px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  color: white;
  background: #1fbeca;
  -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
          box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
}
.product-box__side .catalog-elem .hint-relat .hint-order__vect-cur {
  z-index: -1;
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-transform: translate(-80%, -37%) rotate(20deg);
      -ms-transform: translate(-80%, -37%) rotate(20deg);
          transform: translate(-80%, -37%) rotate(20deg);
  width: 90px;
  height: 50px;
  margin-left: 4px;
  fill: none;
  background: url("/local/img/cur.png") no-repeat;
}
.product-box__side .catalog-elem .hint-relat .hint-order-ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-13px, -50%);
      -ms-transform: translate(-13px, -50%);
          transform: translate(-13px, -50%);
  display: block;
  width: 13px;
  height: 13px;
  background: url("/local/img/close.png");
  cursor: pointer;
}
.product-box__side .catalog-elem .hint-relat.active {
  visibility: visible;
  opacity: 1;
}
.product-box__side .catalog-elem .hint-relat .hint-order__vect {
  right: unset;
  left: 0;
  -webkit-transform: translate(-110%, 100%);
      -ms-transform: translate(-110%, 100%);
          transform: translate(-110%, 100%);
  white-space: normal;
}
.product-box__side .catalog-elem .hint-relat .hint-order__vect-cur {
  left: unset;
  right: 0;
  -webkit-transform: translate(40%, -37%) rotate(-75deg) scale(-1, 1);
      -ms-transform: translate(40%, -37%) rotate(-75deg) scale(-1, 1);
          transform: translate(40%, -37%) rotate(-75deg) scale(-1, 1);
}
.product-box__side .item-att {
  padding: 5px 0 15px;
}
.product-box__side .catalog-element-delivery {
  margin-top: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px 0;
}
.product-box__side .catalog-element-delivery li {
  display: table-cell;
  padding: 0;
  margin: 0;
  text-align: center;
}
.product-box__side .catalog-element-delivery li a {
  text-decoration: none;
  color: #404042;
}
.product-box__side .catalog-element-delivery li a:hover {
  color: #3158b4;
}
.product-box__side .frm-counter::after {
  content: unset;
}
.product-title-box {
  position: relative;
  margin-bottom: 25px;
  padding-top: 10px;
}
.product-title-box__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #272425;
  padding-right: 25px;
}
.product-title-box__wrap-copy-btn {
  position: relative;
}
.product-title-box__copy-btn {
  margin-left: 5px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -25px;
}
.product-title-box__copy-btn svg {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.product-title-box__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f8f9;
}
.product-title-box__article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: unset;
  color: #acacaf;
}
.product-title-box__article-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 9px;
  color: #7b7c7e;
  cursor: pointer;
}
.product-title-box__article + .product__logos-list {
  margin-left: 25px;
}
.product-title-box .product__tabs-item {
  margin-top: 0;
}
.product-title-box .product__tabs-item::before {
  right: unset;
  left: -13px;
}
.product-title-box .product__tabs-item:last-child::before {
  content: "";
}
.product-title-box .api-stars-empty {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -117px;
  width: 111px;
  height: 22px;
}
.product-title-box .api-average {
  display: inline-block;
  vertical-align: middle;
}
.product__logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__logos-item {
  max-height: 30px;
}
.product__logos-item + .product__logos-item {
  margin-left: 12px;
}
.product__logos-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__controls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 20px;
  cursor: pointer;
}
.product__controls-item + .product__controls-item {
  margin-left: 36px;
}
.product__controls-wrapper {
  padding-left: 40px;
}
.product__controls-text {
  display: block;
  color: #3158b4;
  pointer-events: none;
}
.product__controls-icon {
  margin-left: 13px;
}
.product__controls-icon--alt {
  margin-left: 13px;
}
.product__controls-icon.btn-cat-favorite, .product__controls-icon.btn-cat-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: unset;
  margin: unset;
  padding-right: 28px;
}
.product__controls-icon.btn-cat-favorite.active .product__controls-text, .product__controls-icon.btn-cat-favorite:hover .product__controls-text, .product__controls-icon.btn-cat-compare.active .product__controls-text, .product__controls-icon.btn-cat-compare:hover .product__controls-text {
  color: #3158b4;
}
.product__controls-icon.btn-cat-favorite .product__controls-text, .product__controls-icon.btn-cat-compare .product__controls-text {
  color: #7b7c7e;
}
.product__controls-icon.btn-cat-favorite::before, .product__controls-icon.btn-cat-compare::before {
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 50px;
}
.product__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__tabs-list--bg-gray {
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.product__tabs-list + .product__tabs-list {
  margin-left: 50px;
}
.product__tabs-item {
  display: inline-block;
  position: relative;
  padding: 6px;
  margin: 6px 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__tabs-item--active {
  background-color: rgb(237, 243, 250);
}
.product__tabs-item:hover {
  background-color: rgba(237, 243, 250, 0.7);
}
.product__tabs-item:active {
  background-color: rgb(220, 234, 250);
}
.product__tabs-item::before {
  content: "";
  position: absolute;
  right: -13px;
  width: 2px;
  height: 16px;
  background-color: rgb(219, 220, 221);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product__tabs-item:last-child::before {
  content: unset;
}
.product__tabs-title {
  display: block;
  padding-right: 20px;
  font-weight: bold;
  font-size: 18px;
}
.product__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product__tabs-wrapper--left {
  padding-top: 14px;
  padding-left: 480px;
}
.product__tabs-wrapper--left .review-button {
  position: absolute;
  left: 0;
}
.product__tabs-link {
  color: #005bbe;
  font-size: 14px;
  text-decoration: none;
}
.product__tabs-link:hover {
  text-decoration: none;
}
.product-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 20px;
}
.product-actions .btn-action-cart-spinner {
  margin-top: 0;
}
.product-actions + .product-info {
  position: relative;
  top: -10px;
}
.product__availability-block {
  padding: 10px;
  margin-top: 10px;
  background: #eef3fa;
}
.product__availability-icon {
  display: block;
}
.product__availability-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #acacaf;
}
.product__availability-item--alt {
  display: block;
  font-size: 12px;
  color: #404042;
}
.product__availability-item--alt a {
  display: inline-block;
}
.product__availability-item--alt + .product__availability-item--alt {
  margin-top: 3px;
}
.product__availability-text {
  text-transform: none;
}
.product__availability-value {
  padding: 0 3px 0 5px;
}
.product__availability-value:not(.product__availability-value--alt) {
  font-weight: bold;
  padding-left: 10px;
}
.product-info {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #acacaf;
}
.product-buttons {
  margin-left: auto;
  overflow: hidden;
}
.product-buttons .btn {
  float: left;
  padding: 15px 15px 15px 50px;
}
.product-buttons .btn + .btn {
  float: right;
  margin-left: 20px;
}
.product__related {
  padding-top: 16px;
}
.product__related-wrapper {
  margin-top: 20px;
  border-top: 1px solid #3158b4;
  padding: 20px 0;
}
.product__related-wrapper .catalog-slider__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__related-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.product__related-title {
  color: #3158b4;
}
.product__related-title--alt {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #404042;
}
.product__related-value {
  display: block;
  padding: 0 10px;
  color: #3158b4;
}
.product__related-arrow {
  display: block;
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -175px -148px;
  width: 18px;
  height: 13px;
}
.product__related-slider {
  width: 228px;
}
.product__related-slide {
  position: relative;
  width: 84px;
}
.product__related-slide:hover .product__related-image {
  outline: 1px solid rgb(0, 87, 184);
}
.product__related-image {
  display: block;
  margin: 0 auto;
  width: 82px;
  height: 82px;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__related-img {
  display: block;
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__related-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product__related-text {
  display: block;
  padding-top: 8px;
  font-size: 10px;
  color: #7b7c7e;
  text-align: center;
}
.product__related-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (80px)[3];
  grid-template-columns: repeat(3, 80px);
  gap: 10px;
}
.product__related-item {
  text-decoration: none;
}
.product__related-item:hover .product__related-item-img {
  border-color: #3158b4;
}
.product__related-item:hover .product__related-item-article {
  color: #3158b4;
}
.product__related-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product__related-item-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__related-item-img img {
  max-width: 100%;
}
.product__related-item-article {
  display: block;
  margin-top: 7px;
  text-align: center;
  font-size: 10px;
  color: #7b7c7e;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  line-break: anywhere;
}
.product__related-plug .product__related-header {
  width: 70%;
  min-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;
  }
}
.product__related-plug .product__related-item:hover .product__related-item-img {
  border-color: transparent;
}
.product__related-plug .product__related-item-img {
  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;
  }
}
.product__related-plug .product__related-item-article {
  width: 100%;
  min-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;
  }
}
.product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__quantity-unit {
  margin-top: 3px;
  font-size: 12px;
  text-align: center;
}
.product__slider-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-right: 20px;
  padding-top: 4px;
}
.product__slider-title--alt {
  float: none;
  padding-right: 0;
  padding-top: 0;
}
.product__slider-subtitle {
  display: block;
  font-size: 18px;
  float: left;
  padding-right: 20px;
  padding-top: 3px;
}
.product__slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 30px;
}
.product__slider-wrapper + .product__slider-wrapper .plug-slider__wrapper {
  margin-top: 30px;
}
.product__slider .catalog-slider__content-wrapper {
  position: relative;
  padding: 0 35px;
}
.product__slider .catalog-slider__content-wrapper .item-catalog {
  margin-right: 35px;
}
.product__slider .item-catalog {
  max-width: 210px;
}
.product__slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.product__link-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 6px;
  margin: 6px 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__link-wrapper--active {
  background-color: rgb(237, 243, 250);
}
.product__link-wrapper:hover {
  background-color: rgba(237, 243, 250, 0.7);
}
.product__link-wrapper:active {
  background-color: rgb(220, 234, 250);
}
.product__link-wrapper::before {
  content: "";
  position: absolute;
  right: -13px;
  width: 2px;
  height: 16px;
  background-color: rgb(219, 220, 221);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product__link-text {
  color: #005bbe;
  font-size: 14px;
}
.product__link-arrow {
  display: block;
  margin-left: 5px;
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -175px -148px;
  width: 18px;
  height: 13px;
}
.product__button-buy, .product__button-kromka {
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1;
  min-width: 172px !important;
  width: 172px !important;
  height: 44px !important;
}
.product__button-buy--orange:not(.btn-second, .btn-white, [data-in-cart="1"]), .product__button-kromka--orange:not(.btn-second, .btn-white, [data-in-cart="1"]) {
  background-color: #fe9100;
  border: 1px solid transparent;
}
.product__button-analog {
  margin: 15px 0 10px;
  padding: 12px 0;
  line-height: 1;
  min-width: 172px !important;
  width: 100% !important;
  height: 39px !important;
  font-size: 18px;
  background: #20beca;
  border-color: #20beca;
}
.product__button-analog .btn-action-cart-spinner {
  margin-top: 0;
}
.product__button-analog:hover {
  border-color: #20beca !important;
  color: #20beca !important;
}
.product__button-analog:hover .btn-action-cart-spinner .circle {
  background: #20beca !important;
}
.product__button-login {
  position: relative;
  margin-top: 15px;
  border: none;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  color: #3158b4;
  background-color: rgb(237, 243, 250);
}
.product__button-arrow {
  position: absolute;
  right: 15px;
  top: 5px;
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -175px -148px;
  width: 18px;
  height: 13px;
}
.product__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-left: auto;
}
.product__article-title {
  display: block;
  color: #acacaf;
}
.product__article-text {
  display: block;
  margin-left: 9px;
  color: #7b7c7e;
}
.product__analog-alert {
  text-align: center;
  color: #ca545a;
}
.product__slider-wrapper + .product__slider-wrapper .catalog-slider__content-inner {
  z-index: 2;
}

.photos-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photos-preview-box {
  min-width: 80px;
  max-width: 80px;
  height: 260px;
  margin-right: 20px;
}
.photos-preview-box .item {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #dcddde;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 78px;
  text-align: center;
}
.photos-preview-box .item.active {
  border-color: #3158b4;
}
.photos-preview-box .item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photos-preview-box .item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.photos-preview-box .collection_icon {
  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;
}
.photos-preview-box .collection_icon a {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #dcddde;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 78px;
  text-align: center;
  color: #a7a9ac;
}
.photos-preview-box .collection_icon span {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 10px;
  bottom: 0;
  right: 0;
}
.photos-preview-box .collection_icon i {
  font-style: normal;
  font-size: 2em;
  line-height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 39px;
  left: 0;
  bottom: 0;
  right: 0;
}
.photos-box {
  position: relative;
  width: 300px;
  height: 300px;
}
.photos__status {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}
.photos__status-item {
  margin-bottom: 5px;
  float: none;
}
.photos__status .btn-3d {
  position: absolute;
  bottom: 0;
  left: 0;
}
.photos__navigation {
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 300px;
}
.photos__navigation-arrow {
  position: absolute;
  left: 40px;
  cursor: pointer;
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: 0px -185px;
  width: 21px;
  height: 11px;
}
.photos__navigation-arrow--up {
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.photos__navigation-arrow--down {
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.photos__thumbs-slider {
  width: 300px;
  height: 300px;
}
.photos__thumbs-item {
  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: 300px;
  height: 300px;
  text-align: center;
  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;
  }
}
.photos__thumbs-item span[itemprop=description] {
  display: none;
}
.photos__thumbs-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.photos__thumbs-name {
  display: none;
}
.photos__slider-item.swiper-slide-thumb-active a {
  border-color: #0057b8;
}

.informations-box {
  overflow: hidden;
  padding-top: 20px;
  width: 300px;
}
.informations-box .item-info {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-size: 10px;
  border: 0px solid #838486;
  line-height: 44px;
}
.informations-box .item-info img,
.informations-box .item-info svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.informations-box .item-info {
  float: left;
  margin-right: 16px;
  margin-bottom: 11px;
}

.spoiler__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  width: 100%;
  margin-left: 80px;
  overflow: hidden;
}
.spoiler__item .colors-slider-wrap {
  position: relative;
  margin-bottom: 20px;
}
.spoiler__item .colors-slider-wrap .swiper-slide {
  max-width: 80px;
  width: 80px;
}
.spoiler__item .colors-slider-wrap .swiper-slide-active .colors-slider__text {
  color: #3158b4;
}
.spoiler__item .colors-slider-wrap .swiper-slide:hover .colors-slider__text:not(.disabled) {
  color: #3158b4;
}
.spoiler__item .colors-slider-wrap .swiper-arrow--prev, .spoiler__item .colors-slider-wrap .swiper-arrow--next {
  top: 20px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.spoiler__item .colors-slider-wrap .swiper-arrow--prev {
  left: 5px;
}
.spoiler__item .colors-slider-wrap .swiper-arrow--next {
  right: 5px;
}
.spoiler__item .colors-slider-wrap .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.spoiler__item .colors-slider__text {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  overflow-wrap: anywhere;
}
.spoiler__item .colors-slider__text.disabled {
  color: #acacaf;
}
.spoiler__body {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 -20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.spoiler__body--active {
  max-height: 100%;
}
.spoiler__body--active::before {
  opacity: 0;
}
.spoiler__body.before::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;
}
.spoiler__body.before::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.spoiler__switch {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #3158b4;
  border: none;
  outline: none;
  background: none;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  min-width: inherit;
  text-transform: unset;
  width: 100%;
  text-align: start;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.spoiler__switch.show {
  visibility: visible;
  opacity: 1;
}

.toggle-box {
  padding-top: 1px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.toggle-box .frm-select-button {
  float: left;
  margin: 0 10px 10px 0;
  overflow: unset;
}

.features-box {
  position: relative;
  margin-bottom: 30px;
}
.features-box .f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  line-height: 18px;
  overflow: hidden;
}
.features-box .f-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  float: left;
  top: 0;
  left: 0;
  padding-right: 2px;
  color: #acacaf;
}
.features-box .f-title .f-title-inner {
  margin-right: 15px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 5px;
}
.features-box .f-title-sub {
  display: block;
  position: relative;
  width: 100%;
}
.features-box .f-title-sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dotted #dbdcdd;
}
.features-box .f-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
}
.features-box .f-val > span {
  word-break: break-word;
  padding-left: 5px;
  background: #fff;
}

.share__popup {
  z-index: 101;
  position: absolute;
  top: calc(100% + 10px);
  left: 55px;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.share__popup.active {
  visibility: visible;
  opacity: 1;
}
.share__popup::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.share__popup-inner {
  z-index: 1;
  position: relative;
  padding: 20px;
  background: white;
}
.share__popup-title {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #404042;
}
.share__popup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}
.share__popup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 25px;
  border: 1px solid transparent;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  min-width: unset;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.share__popup-btn + .share__popup-btn {
  margin-left: 25px;
}
.share__popup-btn:hover {
  border-color: #6ebdc8;
  color: #6ebdc8;
  background: white;
}
.share__popup-btn-submit {
  color: white;
  background: #6ebdc8;
}
.share__popup-btn-change {
  color: #6ebdc8;
}
.share__text {
  display: block;
  margin-top: 20px;
  color: gray;
}
.share__copy-wrapper {
  position: relative;
  margin-top: 16px;
}
.share__copy-wrapper::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  height: calc(100% - 2px);
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.share__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share__contact-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.share__contact-item {
  position: relative;
}
.share__contact-item + .share__contact-item {
  margin-left: 24px;
}
.share__contact-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.item-att {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-att .att-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
.item-att .att-ico picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-att .att-text {
  max-width: 105px;
  font-size: 12px;
}
.item-att .att-text b {
  font-weight: normal;
  color: #404042;
}
.item-border {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dcddde;
  line-height: 78px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item-border:hover, .item-border.active {
  border-color: #3158b4;
}
.item-border.hover {
  border-color: #fff;
}
.item-border.hover:hover, .item-border.hover.active {
  border-color: #dcddde;
}
.item-border.disabled {
  background: url(/local/img/main/decor-disabled.png) 0 0;
  border: none;
  color: #a7a9ac;
}
.item-border.disabled > img {
  opacity: 0.4;
}
.item-border img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.elm-price {
  position: relative;
}
.elm-price + .elm-price {
  padding-top: 15px;
  border-top: 1px solid #eef3fa;
}
.elm-price.custom_discount {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ff9200;
}
.elm-price .price-wrap.bg-gray {
  min-height: 20px;
  margin-bottom: 5px !important;
  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;
  }
}
.elm-price .price-wrap + #discount-price-ajax, .elm-price .price-wrap + #price-fiz-ajax {
  margin-top: 20px;
}
.elm-price .price-wrap + .price-info {
  margin-top: 10px;
}
.elm-price .price-wrap.att {
  color: #ff9200;
}
.elm-price .price-wrap.att .quan {
  font-size: 14px;
  padding: 5px 0;
}
.elm-price .price-wrap.att .quan > span {
  font-weight: bold;
}
.elm-price .price-wrap.att .price-main {
  color: #ff9200;
}
.elm-price .price-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.elm-price .price-old-inner {
  text-decoration: line-through;
  text-decoration-color: #ca545a;
}
.elm-price .price-old__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: line-through;
}
.elm-price .price-old.bg-gray span {
  width: 70px;
  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;
  }
}
.elm-price .price-old.bg-gray .elm-discount {
  border-color: transparent;
}
.elm-price .price-main {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  color: #272425;
}
.elm-price .price-main span {
  font-size: 14px;
  font-weight: normal;
}
.elm-price .price-main.bg-gray {
  display: block;
  width: 160px;
  min-height: 31px;
  font-size: 0;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.elm-price .price-main.bg-gray * {
  font-size: 0;
}
.elm-price .price-var {
  display: inline;
  color: #acacaf;
}
.elm-price .price-info {
  font-size: 12px;
}
.elm-price .price-info .zero {
  color: #000016;
}
.elm-price .price-info.bg-gray {
  min-height: 15px;
  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;
  }
}
.elm-price .price-info.att {
  color: #ff9200;
}
.elm-price .price-actions {
  margin-top: 15px;
}
.elm-price .price-discount {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #404042;
}
.elm-price .basket-item__price-text {
  margin: 5px 0 0 0;
  font-size: 12px;
}
.elm-price .basket-item__price-text.bg-gray {
  min-height: 10px;
  font-size: 0;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.elm-price .basket-item__price-text.bg-gray * {
  font-size: 0;
}
.elm-price .note {
  margin-bottom: 5px;
}
.elm-stock .stock-info {
  display: block;
  margin: 5px 0 15px;
  color: #acacaf;
}
.elm-stock .stock-info b {
  color: #272425;
}
.elm-discount {
  margin-left: 50px;
}

.frm-counter {
  z-index: 3;
  position: relative;
  display: block;
  width: 108px;
  height: 24px;
  padding: 0 24px;
  background: #fff;
}
.frm-counter::after {
  content: "м";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #272425;
}
.frm-counter input[type=text],
.frm-counter input[type=number] {
  width: 48px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #272425;
}
.frm-counter input[data-step],
.frm-counter #inp-counter {
  pointer-events: none;
}
.frm-counter input[data-step].can_focus,
.frm-counter #inp-counter.can_focus {
  pointer-events: auto;
}
.frm-counter input[data-step].disabled,
.frm-counter #inp-counter.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.frm-counter .btn-plus,
.frm-counter .btn-minus {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #f7f8f9;
  text-decoration: none;
  background: #f7f8f9;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.frm-counter .btn-plus.disabled,
.frm-counter .btn-minus.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.frm-counter .btn-plus:not(.disabled):hover,
.frm-counter .btn-minus:not(.disabled):hover {
  border-color: #3158b4;
  background: white;
}
.frm-counter .btn-plus:not(.disabled):hover::before, .frm-counter .btn-plus:not(.disabled):hover::after,
.frm-counter .btn-minus:not(.disabled):hover::before,
.frm-counter .btn-minus:not(.disabled):hover::after {
  background: #3158b4;
}
.frm-counter .btn-plus:not(.disabled):active,
.frm-counter .btn-minus:not(.disabled):active {
  border-color: #3158b4;
  background: #3158b4;
}
.frm-counter .btn-plus:not(.disabled):active::before, .frm-counter .btn-plus:not(.disabled):active::after,
.frm-counter .btn-minus:not(.disabled):active::before,
.frm-counter .btn-minus:not(.disabled):active::after {
  background: white;
}
.frm-counter .btn-plus::before, .frm-counter .btn-plus::after,
.frm-counter .btn-minus::before,
.frm-counter .btn-minus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background: #a6a7aa;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.frm-counter .btn-plus::after,
.frm-counter .btn-minus::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.frm-counter .btn-minus {
  right: auto;
  left: 0;
}
.frm-counter .btn-minus::after {
  display: none;
}
.frm-select-button {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  cursor: pointer;
}
.frm-select-button:hover a:not(.disabled) {
  border-color: #3158b4;
  color: #3158b4;
}
.frm-select-button a,
.frm-select-button span {
  display: block;
  text-decoration: none;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  border: 1px solid #dbdcdd;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #404042;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.frm-select-button a.disabled {
  background: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #dbdcdd 5px, #dbdcdd 1px);
  background: repeating-linear-gradient(-45deg, transparent, transparent 4px, #dbdcdd 5px, #dbdcdd 1px);
  color: #acacaf;
}
.frm-select-button span {
  font-weight: bold;
  border-color: #3158b4;
  color: #3158b4;
}

.att-box {
  padding-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #eef3fa;
  border-bottom: 1px solid #eef3fa;
}
.att-box .item-att {
  margin-bottom: 10px;
}
.att-box .item-att:last-child {
  margin-bottom: 0;
}
.att-box .item-att .att-text {
  max-width: 100%;
}

.related_link {
  display: inline-block;
  font-weight: bolder;
  margin-top: 5px;
}
.related_link a {
  color: #3158b4;
}

.btn.btn-third.btn-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: inherit;
  min-width: 0;
  border: 1px solid transparent;
  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
  color: #acacaf;
  background: none;
}
.btn.btn-third.btn-ico .ico {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 33px;
  line-height: 31px;
  text-align: center;
}
.btn.btn-third.btn-ico .i-button01 {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: 0px -148px;
  width: 29px;
  height: 27px;
}
.btn.btn-third.btn-ico .i-button03 {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -77px -148px;
  width: 27px;
  height: 27px;
}
.btn.btn-third.btn-ico:hover {
  color: #3158b4;
  text-decoration: none;
}
.btn.btn-third.btn-ico:hover .i-button01 {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -157px -85px;
  width: 29px;
  height: 27px;
}
.btn.btn-third.btn-ico:hover .i-button03 {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -39px -148px;
  width: 28px;
  height: 27px;
}
.btn.btn-third.btn-ico.ready_pdf {
  border-color: #3158b4;
  color: #3158b4;
}
.btn.btn-third.btn-ico.ready_pdf .i-button01 {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -157px -85px;
  width: 29px;
  height: 27px;
}
.btn.btn-third.btn-ico.printVisible {
  display: none;
  max-width: 115px;
  width: 100%;
  padding: 15px 15px 15px 50px;
  margin-top: 35px;
  border-color: #acacaf;
}
.btn.btn-third.btn-ico.printVisible:hover {
  border-color: #3158b4;
}

.btn-product-error {
  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;
  margin: 20px 0 0 20px;
}
.btn-product-error::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;
}
.btn-product-error:hover::after {
  margin-left: 10px;
}

.analog-button {
  width: 100%;
  height: 25px;
  display: block;
  line-height: 24px !important;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border: 1px solid rgba(202, 84, 90, 0.2) !important;
  background: white !important;
  font-size: 14px !important;
  color: #ca545a;
  margin-top: 10px;
}
.analog-button:hover {
  background: #ca545a !important;
  color: #fff;
}
.analog-button:hover > i {
  background-position: 0px -13px;
}
.analog-button > i {
  background: url(/local/img/arrow-right-red.png) no-repeat 0 0;
  height: 13px;
  position: relative;
  font-size: 10px;
  top: -2px;
  left: 15px;
  width: 15px;
  background-position: 0px 0px;
}
.analog-button.bg-gray {
  border: none !important;
  font-size: 0 !important;
  background: #f7f9fb !important;
}
.analog-button.bg-gray * {
  display: none;
}

.search-related {
  padding-top: 70px;
}
.search-related__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-related__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-related__list-item--load {
  gap: 10px;
}
.search-related__list--construct {
  opacity: 0;
}
.search-related__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0057b8;
  text-decoration: none;
  line-height: 24px;
}
.search-related__item:hover {
  text-decoration: underline;
}
.search-related__item-text {
  display: block;
}
.search-related__item-text--load {
  width: 70%;
  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;
  }
}
.search-related__item-num {
  display: block;
  margin-left: 20px;
}
.search-related__item-num--load {
  width: 5%;
  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;
  }
}
.search-related__link {
  text-decoration: none;
}
.search-related__link:hover {
  text-decoration: underline;
}
.search-related__sort {
  visibility: hidden;
  height: 0;
}
.search-related__title--load {
  max-width: 300px;
  width: 100%;
  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;
  }
}

.product-box .product__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-box .product__contact-item {
  margin-left: 30px;
}
.product-box .product__buy-number {
  width: 24px;
  height: 24px;
  background-color: rgb(247, 248, 249);
}
.product-box .product__special-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-box .product__not-available-img {
  display: block;
  height: 100px;
  margin: 0 auto;
}
.product-box .product__not-available-text {
  display: block;
  padding: 26px 0 13px;
  font-size: 24px;
  color: #0057b8;
  font-weight: bold;
  text-align: center;
}
.product-box .item-info-att {
  margin-bottom: 20px;
}
.product-box .product-social {
  font-size: 13px;
}
.product-box .product-social .items {
  overflow: hidden;
  margin-top: 3px;
}
.product-box .product-social .btn-soc {
  float: left;
  margin: 0 10px 0 0;
}
.product-box .group-product {
  text-align: center;
  text-transform: lowercase;
}
.product-box .group-product > a {
  font-size: 16px;
  font-weight: bold;
  color: #3e3d40;
}
.product-box .item-border * {
  pointer-events: none;
}

.wrap-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eef1f3;
}
.wrap-filter-group .title-filter-group {
  float: left;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 7px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.wrap-filter-group .filter-group {
  float: left;
  margin-left: 15px;
  width: 100%;
}
.wrap-filter-group .filter-group .group-items .product-title {
  float: left;
  min-width: 90px;
  padding-right: 10px;
  text-align: right;
  text-transform: none;
  line-height: 24px;
}
.wrap-filter-group .frm-submit {
  position: relative;
}
.wrap-filter-group .frm-submit > a.btn {
  position: absolute;
  bottom: 0;
}

table {
  border-collapse: collapse;
}
table th {
  vertical-align: middle;
  background: #0057b8;
  position: relative;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  padding: 10px 20px;
}
table th::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  background: #fff;
}
table th:first-child:before {
  display: none;
}
table td {
  vertical-align: middle;
  padding: 0px 0px;
}
table.tbl-second th {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 10px 7px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #4b4b4d;
  border: none;
  border-bottom: 2px solid #dbdcdd;
  background: none;
}
table.tbl-second th::before {
  display: none;
}
table.tbl-second td {
  vertical-align: top;
  border: none;
  text-align: left;
}
table.tbl-products .col01 {
  width: 200px;
}
table.tbl-products .col02 {
  width: 110px;
}
table.tbl-products .col03 {
  width: 83px;
}
table.tbl-products .col04 {
  width: 91px;
}
table.tbl-products .col05 {
  width: 123px;
}
table.tbl-products .col06 {
  width: 172px;
}
table.tbl-products .col07 {
  width: 440px;
}
table.tbl-products .item-product {
  border-top: 1px solid #eef1f3;
}
table.tbl-products th {
  border: none;
  font-weight: normal;
  text-transform: none;
  color: #acacaf;
}
table.tbl-products td {
  position: relative;
  vertical-align: top;
  padding: 25px 10px 25px 0;
  text-align: left;
  color: #434244;
}
table.tbl-products td:last-child {
  padding-right: 0;
}
table.tbl-products td .buttons {
  display: block;
  padding-top: 13px;
}
table.tbl-products td .elm-stock {
  margin: unset;
}
table.tbl-products td .elm-price {
  margin: unset;
}
table.tbl-products td .tbl-products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table.tbl-products td .tbl-products__row + .tbl-products__row {
  margin-top: 45px;
}
table.tbl-products td .tbl-products__action-icon {
  vertical-align: middle;
  line-height: 0;
  margin-top: -0.4em;
}
table.tbl-products td .tbl-products__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 172px;
  max-width: 172px;
}
table.tbl-products td .tbl-products__note-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
table.tbl-products td .tbl-products__note-text {
  max-width: 105px;
  font-size: 12px;
}
table.tbl-products td .tbl-products__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
table.tbl-products td .tbl-products__info-price {
  width: 100%;
}
table.tbl-products td .tbl-products__info-price .price-info {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.2;
}
table.tbl-products td .tbl-products__info-price .price-info b {
  color: #000016;
}
table.tbl-products td .tbl-products__info-price .basket-item__price-text {
  margin: unset;
  font-size: 12px;
}
table.tbl-products td .tbl-products__info-controls {
  max-width: 172px;
  min-width: 172px;
  width: 100%;
  margin-left: 40px;
}
table.tbl-products td .tbl-products__info-controls .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.tbl-products td .tbl-products__info-controls .frm-counter {
  margin: 0 auto 30px auto;
}
table.tbl-products td .tbl-products__info-controls .frm-counter::after {
  content: unset;
}
table.tbl-products td .tbl-products__btn--orange:not(.btn-second, .btn-white) {
  background: #e69122;
  border-color: #e69122;
}
table.tbl-products td .tbl-products__btn--orange:not(.btn-second, .btn-white):hover {
  color: #e69122;
  background: transparent;
}
table.tbl-products .btn, table.tbl-products .btn-white {
  display: block;
  width: 100%;
  min-width: 0;
}
table.tbl-products .product__button-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
table.tbl-products .product__button-arrow {
  display: none;
}

.table-properties table {
  width: auto;
  border-collapse: separate;
}
.table-properties th {
  background: #949599;
  color: #fff;
  text-transform: none;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-clip: padding-box;
}
.table-properties td {
  background: #dcdddf;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.table-properties td.bg-orange {
  background: #f7941d;
  color: #fff;
  font-weight: bold;
}
.table-properties tr:nth-child(even) td {
  background: #fff;
}
.table-properties th:before {
  display: none;
}
.table-properties th,
.table-properties td {
  padding: 5px 10px;
}

table.tbl-products tr:last-child td {
  padding-bottom: 0;
}

table.tbl-products .elm-stiker__block {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
table.tbl-products .elm-stiker + .elm-stiker {
  margin-left: 2px;
}

table.tbl-products .item-product.deactive {
  background: url(/local/img/main/decor-disabled.png) 0 0;
}

table.tbl-products .item-product.deactive a {
  pointer-events: none;
  cursor: default;
  color: #888;
  background: none;
}

table.tbl-products .item-product.deactive a.btn {
  border: 1px solid #888;
}

table.tbl-products .item-product.deactive,
table.tbl-products .item-product.deactive .elm-price,
table.tbl-products .item-product.deactive .att-text,
table.tbl-products .item-product.deactive .frm-counter input[type=text] {
  color: #888;
}

table.tbl-products .item-product.sub td {
  border-top: none;
  padding-top: 0;
  padding-right: 0;
}

table.tbl-products .item-product.sub .elm-price {
  margin-top: -10px;
  padding-top: 8px;
  border-top: 1px solid #ff9911;
}

table.tbl-products .item-product.sub .actions {
  padding-top: 15px;
  margin-top: -10px;
  border-top: 1px solid #ff9911;
}

table.tbl-products .elm-price .price-wrap.att {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2px;
}

table.tbl-products .elm-price .price-wrap.att .price-main {
  font-size: 20px;
}

table.tbl-products .elm-price .price-discount {
  color: #3e3d40;
}

table.tbl-products .price-main.bg-gray {
  min-height: 15px;
  min-width: 120px;
  margin-bottom: 5px;
  background: #f7f9fb;
}

table.tbl-products .elm-price .price-main.bg-gray {
  margin: unset;
}

table.tbl-products .elm-price.price-info.bg-gray {
  min-height: 10px;
  min-width: 120px;
  background: #f7f9fb;
}

table.tbl-products .elm-price .price-var.bg-gray {
  min-height: 15px;
  min-width: 30px;
  margin: 0;
}

.reviews-gallery {
  margin-top: 12px;
}
.reviews-gallery__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(56px, 90px))[8];
  grid-template-columns: repeat(8, minmax(56px, 90px));
  grid-column-gap: 4px;
  margin: 20px 0 0;
  max-height: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.reviews-gallery__item {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.reviews-gallery__item--more {
  position: absolute;
  right: 0;
  top: 0;
}
.reviews-gallery__item--blur video,
.reviews-gallery__item--blur img {
  -webkit-filter: blur(2px) brightness(70%);
          filter: blur(2px) brightness(70%);
}
.reviews-gallery__item--blur .reviews-gallery__video-icon {
  display: none;
}
.reviews-gallery__item--ignore {
  cursor: pointer;
  border: 1px solid #ccc;
}
.reviews-gallery__video, .reviews-gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-gallery__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.reviews-gallery__video::-webkit-media-controls {
  display: none;
}
.reviews-gallery__more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.fancybox-caption {
  text-align: center;
}

.fancybox-button {
  min-width: inherit;
}
.fancybox-button:hover {
  background: rgba(30, 30, 30, 0.6);
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.product-box__delivery {
  padding: 10px;
  background-color: #F5F6F7;
  border-radius: 12px;
}
.product-box__delivery-item a {
  text-decoration: none;
  color: #0057b8;
}
.product-box__delivery-item a:not(.basket__btn-qu):hover {
  text-decoration: underline;
}
.product-box__delivery-item b {
  font-weight: normal;
  color: #272425;
}
.product-box__delivery-item span:not([class]) {
  font-size: 12px;
  color: #acacaf;
}
.product-box__delivery-bottom {
  padding-top: 20px;
  border-top: 1px solid #eef3fa;
}
.product-box__delivery-icon {
  width: 20px;
  height: 20px;
}
.product-box__delivery-icon::before {
  content: "";
}
.product-box__delivery-icon[data-icon=pay]::before {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -147px -148px;
  width: 18px;
  height: 15px;
}
.product-box__delivery-icon[data-icon=return]::before {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -204px -29px;
  width: 17px;
  height: 15px;
}
.product-box__delivery-icon[data-icon=pickup]::before {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -204px -54px;
  width: 14px;
  height: 17px;
}
.product-box__delivery-icon[data-icon=pvz]::before {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -204px 0px;
  width: 17px;
  height: 19px;
}
.product-box__delivery-icon[data-icon=delivery]::before {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -114px -148px;
  width: 23px;
  height: 15px;
}
.product-box__delivery-icon[data-icon=delivery-tk]::before {
  background-image: url(/local/img/spr_detail.v-mdm-1000000001.png);
  background-position: -157px -122px;
  width: 25px;
  height: 16px;
}
.product-box__delivery .product__availability-block {
  margin-left: -30px;
}

#handle_service .services-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
#handle_service .services-box__item {
  width: 100%;
  text-decoration: none;
  color: #404042;
}
#handle_service .services-box__item + .services-box__item {
  margin-left: 20px;
}
#handle_service .services-box__item-descr .services-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #404042;
}
#handle_service .services-box__item-descr .services-box__container:hover .services-box__btn {
  padding-right: 25px;
}
#handle_service .services-box__item-descr .services-box__photo {
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  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;
  }
}
#handle_service .services-box__item-descr .services-box__photo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#handle_service .services-box__item-descr .services-box__photo img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
#handle_service .services-box__item-descr .services-box__block {
  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: 0px 20px;
}
#handle_service .services-box__item-descr .services-box__block-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#handle_service .services-box__item-descr .services-box__block-article {
  display: block;
  margin-top: 12px;
  color: #7b7c7e;
}
#handle_service .services-box__item-descr .services-box__block-text {
  display: block;
  margin-top: 15px;
}
#handle_service .services-box__item-descr .services-box__block-text p:last-child {
  margin-bottom: unset;
}
#handle_service .services-box__item-descr .services-box__btn {
  position: relative;
  padding-right: 35px;
  margin-top: 10px;
  font-size: 14px;
  color: #3158b4;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#handle_service .services-box__item-descr .services-box__btn::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;
}
#handle_service .services-box__item-banner {
  min-width: 540px;
  max-width: 540px;
}
#handle_service .services-box__title {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.popup-window-overlay {
  background: rgba(62, 61, 64, 0.9);
  opacity: 1;
}

.popup-window.popup-window-with-titlebar,
.popup-window-content-white .popup-window-content {
  background: #edf0f2;
}

.popup-window-titlebar {
  height: 0;
  display: none;
}

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

.popup-window-titlebar-text:before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background: #0057b8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -44px;
  margin-top: -2px;
}

.popup-window-titlebar-close-icon {
  display: block;
  width: 44px;
  height: 44px;
  top: -44px;
  right: -44px;
  margin: 0;
  opacity: 1;
}

.popup-window-titlebar-close-icon:after,
.popup-window-titlebar-close-icon:before {
  width: 32px;
  height: 2px;
  margin: -1px 0 0 -16px;
  background: #fff;
}

.popup-window-titlebar-close-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-window-titlebar-close-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-window-buttons > .btn.btn-primary {
  border-bottom: 1px solid #0057b8 !important;
}

.popup-window-buttons > .btn.btn-primary + .btn {
  display: none;
}

.main-tabs-box.tabs-nav ul li a[data-tab=tab07] {
  max-width: 191px;
  min-width: 191px;
}
.main-tabs-box.tabs-nav ul li a[data-tab=tab14] {
  max-width: 238px;
  min-width: 238px;
}
/*# sourceMappingURL=catalog_element.css.map */
