

/* Start:/local/templates/html/components-template/product-connected-sliders/style.css?17812561351719*/
.product-connected-sliders {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #e1e1e9;
  border-radius: 8px;
  background: #fff;
}
.product-connected-sliders__badges {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 22px 0 0 22px;
}
.product-connected-sliders .swiper-slide {
  cursor: pointer;
}

.swiper-with-nav {
  padding: 20px;
}
@media (max-width: 767px) {
  .swiper-with-nav {
    padding: 10px;
  }
}

.swiper-main {
  padding: 0 20px 20px;
}
.swiper-main .swiper-container {
  overflow: hidden;
}
.swiper-main__img-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .swiper-main {
    padding: 0 10px 10px;
  }
}

.swiper-nav {
  padding: 20px 25px;
}
.swiper-nav .swiper-container {
  overflow: hidden;
}
.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
  box-shadow: none;
}
.swiper-nav .swiper-button-next {
  right: 0;
}
.swiper-nav .swiper-button-prev {
  left: 0;
}
.swiper-nav .lazy-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 62px;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.swiper-nav .lazy-img-wrap img {
  max-height: 100%;
}
.swiper-nav .swiper-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0);
}
.swiper-nav .swiper-slide-thumb-active {
  border-color: #19C251;
}
@media (max-width: 767px) {
  .swiper-nav {
    padding: 10px 5px;
  }
  .swiper-nav .lazy-img-wrap {
    max-width: 50px;
  }
}

@media (max-width: 574px) {
  .product-connected-sliders__badges {
    padding: 10px 0 0 5px;
  }

  .swiper-with-nav {
    padding: 10px 20px 20px;
  }

  .swiper-main {
    margin: 0 0 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/badge/style.css?17812561351452*/
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  margin: 0 0 8px;
  padding: 0 6px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.badge--hit {
  background-color: #fe6802;
}
.badge--stock {
  background-color: red;
}
.badge--new {
  background-color: #337cf5;
}
.badge--blackout {
  background-color: #000;
}
.badge--saving {
  height: 20px;
  background-color: #19C251;
}
.badge--best, .badge--eco, .badge--sale {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.badge--best {
  background-color: #f4cb3d;
  font-size: 10px;
}
.badge--eco {
  background: #1f8541;
}
.badge--sale {
  background: #a80e70;
  font-size: 16px;
}

.badge--xl.badge {
  height: 32px;
  font-size: 23px;
  line-height: 1.3;
}
.badge--xl.badge--best, .badge--xl.badge--eco, .badge--xl.badge--sale {
  width: 72px;
  height: 72px;
}
.badge--xl.badge--best, .badge--xl.badge--eco {
  font-size: 14px;
}

@media (max-width: 574px) {
  .badge {
    height: 14px;
    margin: 0 0 4px;
    font-size: 9px;
  }
  .badge--best, .badge--eco, .badge--sale {
    width: 40px;
    height: 40px;
  }
  .badge--sale {
    font-size: 14px;
  }

  .badge--xl.badge--best, .badge--xl.badge--eco, .badge--xl.badge--sale {
    width: 48px;
    height: 48px;
  }
  .badge--xl.badge--best, .badge--xl.badge--eco {
    font-size: 10px;
  }
  .badge--xl.badge--sale {
    font-size: 16px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/status/style.css?1781256135319*/
.status {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
}
.status::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
}
.status--stock {
  color: #19C251;
}
.status--stock::before {
  background-color: #19C251;
}

/* End */


/* Start:/local/templates/html/components-template/counter/style.css?17812561351742*/
.counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c1c1c6;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
}
.counter .disabled-text {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
  color: #c74a2c;
  font-size: 10px;
  line-height: 1;
}

.counter-input {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: auto;
  max-width: 35px;
  height: 32px;
  padding: 0;
  text-align: center;
  color: #212126;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.counter-btn {
  position: relative;
  flex-shrink: 0;
  width: 17px;
  height: 32px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: transparent;
  font-size: 0;
}
.counter-btn:before, .counter-btn:after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  background: #c1c1c6;
}
.counter-btn:before {
  transform: rotate(-90deg);
}
.counter-btn[disabled], .counter-btn.disabled {
  cursor: default;
}
.counter-btn[disabled]:before, .counter-btn[disabled]:after, .counter-btn.disabled:before, .counter-btn.disabled:after {
  background: #777;
}

.counter-minus {
  order: -1;
}
.counter-minus:before {
  display: none;
}

.counter-plus[disabled] ~ .disabled-text, .counter-plus.disabled ~ .disabled-text {
  display: block;
}

@media (min-width: 1024px) {
  .counter-input {
    height: 30px;
  }

  .counter-btn {
    height: 30px;
  }
  .counter-btn:hover:before, .counter-btn:hover:after {
    background: #19C251;
  }
}

/* End */


/* Start:/local/templates/html/components-template/product-preim-slider/style.css?17812561351156*/
.product-preim-slider {
  margin: 0 -15px;
  padding: 0 0 29px;
}
.product-preim-slider__container {
  overflow: hidden;
}
.product-preim-slider .swiper-container:not(.swiper-container-initialized) .custom-swiper-btn, .product-preim-slider .swiper-container:not(.swiper-container-initialized) .swiper-pagination {
  display: none;
}
.product-preim-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  max-width: 25%;
}
@media (max-width: 1469px) {
  .product-preim-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: 33.3%;
  }
}
@media (max-width: 1023px) {
  .product-preim-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .product-preim-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .product-preim-slider .swiper-slide {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 574px) {
  .product-preim-slider {
    margin: 0 -10px 0 -5px;
  }
  .product-preim-slider .swiper-pagination {
    bottom: 0;
  }
}

/* End */


/* Start:/local/templates/html/components-template/preim-slide/style.css?1781256135740*/
.preim-slide {
  margin: 10px 15px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
  border-radius: 8px;
  padding: 15px 30px;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.preim-slide__img-wrap {
  max-width: 48px;
  flex: 0 0 48px;
}
.preim-slide__img {
  width: 100%;
}
.preim-slide__title {
  padding-left: 25px;
  flex: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #212126;
}

@media (max-width: 767px) {
  .preim-slide {
    padding: 5px 15px;
    margin: 5px;
  }
  .preim-slide__img-wrap {
    max-width: 30px;
    flex: 0 0 30px;
  }
  .preim-slide__title {
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/product-tabs/style.css?17812561354807*/
.product-tabs__titles {
  display: flex;
  flex-wrap: wrap;
}
.product-tabs__title {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 9px 10px;
  cursor: pointer;
  transition: color 0.3, border-color 0.3s;
  text-align: center;
  color: #616166;
  border: 1px solid #e1e1e9;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
}
.product-tabs__title:first-child {
  border-radius: 8px 0 0 8px;
}
.product-tabs__title:last-child:not(:only-child) {
  border-radius: 0 8px 8px 0;
}
.product-tabs__title:not(:first-child) {
  margin-right: -1px;
}
.product-tabs__title:hover, .product-tabs__title.active {
  z-index: 3;
  color: #19C251;
  border-color: #19C251;
}
.product-tabs__body {
  display: none;
  padding: 32px 37px;
}
.product-tabs__body.active {
  display: block;
}

.pt-toggle {
  margin: 0 0 32px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e1e1e9;
}
.pt-toggle__icon {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.15);
}
.pt-toggle__icon .icon {
  width: 40px;
  height: 40px;
  fill: #19C251;
}
.pt-toggle__name {
  margin: 0 0 17px;
  padding-left: 107px;
  color: #616166;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.pt-toggle__body {
  padding-left: 107px;
  color: #616166;
  font-size: 14px;
  line-height: 1.35;
}
.pt-toggle__body a {
  color: #19C251;
}
.pt-toggle__body a:hover {
  text-decoration: underline;
}
.pt-toggle__body p:not(:last-child) {
  margin: 0 0 10px;
}
.pt-toggle__body ul li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 24px;
}
.pt-toggle__body ul li::before {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #19C251;
}
.pt-toggle__body ul ul {
  padding-left: 25px;
}
.pt-toggle__body table {
  width: auto;
}
.pt-toggle__body table tr:not(:only-child) {
  border-bottom: 1px solid #e1e1e9;
}
.pt-toggle__body table td {
  min-width: 150px;
  padding: 6px 15px 7px 0;
}

@media (max-width: 767px) {
  .product-tabs__titles {
    justify-content: space-between;
  }
  .product-tabs__title {
    flex: 0 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin: 0 0 4px;
    border-radius: 8px !important;
  }
  .product-tabs__body {
    padding: 20px 0 0;
  }

  .pt-toggle__title {
    position: relative;
    display: flex;
    align-items: center;
  }
  .pt-toggle__title::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12L2.80385 6L13.1962 6L8 12Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .pt-toggle__title.active::after {
    transform: scale(1, -1);
  }
  .pt-toggle--notoggle .pt-toggle__title {
    float: left;
  }
  .pt-toggle--notoggle .pt-toggle__title::after {
    display: none;
  }
  .pt-toggle--notoggle .pt-toggle__body {
    padding-left: 90px;
  }
  .pt-toggle__icon {
    float: none;
  }
  .pt-toggle__name {
    margin: 0;
    padding-left: 15px;
  }
  .pt-toggle__body {
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 574px) {
  .product-tabs__title {
    font-size: 11px;
    line-height: 15px;
  }

  .pt-toggle--notoggle .pt-toggle__body {
    padding-left: 50px;
  }

  .pt-toggle {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
  .pt-toggle__title::after {
    top: 11px;
  }
  .pt-toggle__icon {
    width: 36px;
    height: 36px;
  }
  .pt-toggle__icon .icon {
    width: 20px;
    height: 20px;
  }
  .pt-toggle__name {
    font-size: 14px;
    line-height: 16px;
  }
  .pt-toggle__body {
    padding-left: 50px;
  }
  .pt-toggle__body table td {
    min-width: 50%;
  }
}
.video_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.tab-video__item {
  position: relative;
  flex: 1 0 calc(50% - 60px);
  max-width: calc(50% - 60px);
  margin: 0 30px 30px 0;
  padding: 0 0 29%;
}

.tab-video__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

@media (max-width: 574px) {
  .tab-video__item {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
    padding-bottom: 56%;
  }
}
.pt-toggle .lazy-video-youtube-wrap {
  width: 50%;
  padding-bottom: 29%;
}
@media (max-width: 574px) {
  .pt-toggle .lazy-video-youtube-wrap {
    width: 100%;
    padding-bottom: 56%;
  }
}

.document__info {
  display: flex;
  flex-direction: column;
}

.document__size {
  color: #ccc;
}

/* End */


/* Start:/local/templates/html/components-template/product-page/style.css?1781256135296*/
.product-page {
  position: relative;
}
.product-page::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  content: "";
  background-image: linear-gradient(180deg, rgba(193, 193, 198, 0.8) 0%, rgba(196, 196, 196, 0) 100%);
  mix-blend-mode: multiply;
}

/* End */


/* Start:/local/templates/html/components-template/fancy-box/style.css?178125613515278*/
body.compensate-for-scrollbar {
  overflow: hidden;
}
body.compensate-for-scrollbar .header-fixed {
  width: calc(100% - 15px);
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  margin: 0;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-duration: inherit;
  transition-property: opacity;
  background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  direction: ltr;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #ccc;
  font-size: 13px;
  line-height: 44px;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  -webkit-touch-callout: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-toolbar .fancybox-button {
  display: none !important;
}
.fancybox-toolbar .fancybox-button.fancybox-button--close {
  display: block !important;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  transform: translateZ(0);
  direction: ltr;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  padding: 44px;
  transition-property: transform, opacity;
  text-align: center;
  white-space: normal;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.fancybox-slide:before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
  font-size: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  position: relative;
  display: inline-block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  overflow: visible;
  max-width: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform, opacity;
  transform-origin: top left;
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: transparent;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  cursor: default;
  background: #fff;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  position: relative;
  display: inline-block;
  visibility: inherit;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  transition: color 0.2s;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  cursor: default;
  color: #888;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  transition-timing-function: linear;
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: 0;
  background: #ff5268;
}

.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;
  opacity: 0.8;
  padding: 8px;
  cursor: pointer;
  color: #ccc;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fancybox-close-small:hover {
  opacity: 1;
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  opacity: 0;
  width: 70px;
  height: 100px;
  background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}

.fancybox-caption {
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px;
  text-align: center;
  pointer-events: none;
  color: #eee;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  overflow: auto;
  max-height: 50vh;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  text-decoration: none;
  color: #ccc;
}

.fancybox-caption a:hover {
  text-decoration: underline;
  color: #fff;
}

.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;
  animation: a 1s linear infinite;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 574px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    opacity: 1;
    width: 36px;
    height: 36px;
    padding: 6px;
    color: #f2f4f6;
    background: #4e4e4e;
  }

  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  margin: 0 0 20px;
  color: #222;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  display: inline-block;
  min-width: 130px;
  margin: 0 5px 10px;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
}

.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #ddd;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a;
}

.fancybox-thumbs__list a {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a:before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 574px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* End */


/* Start:/local/templates/html/components/bitrix/catalog/slam_catalog/bitrix/catalog.element/slam_detail_new/style.css?1781256135231*/
@media all and (max-width: 767px){
    .product-main__center .btn.btn--primary2{
        height: 32px;
    }

    .product-main__center .product-main__cb-box-body.product-main__btns{
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/html/components-template/catalog-block/style.css?17812561351516*/
.catalog-block {
  padding: 20px 0 21px;
}
.catalog-block__title {
  margin: 0 0 24px;
  color: #616166;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.catalog-block__img-wrap + .catalog-block__img-wrap {
  margin-top: 20px;
}
.catalog-block__img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(145, 145, 150, 0.6);
}
.catalog-block__video {
  margin-bottom: 46px;
}

.catalog-block--filters {
  padding-bottom: 43px;
}

.catalog-block--categories {
  padding-bottom: 16px;
}

.catalog-block--viewed {
  padding-bottom: 50px;
  background: #ebebf5;
}

.catalog-block--mobile-banner {
  display: none;
}

@media (max-width: 1199px) {
  .catalog-block--categories {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .catalog-block--banner {
    display: none;
  }

  .catalog-block--single-prod {
    display: none;
  }

  .catalog-block--video-banners {
    display: none;
  }

  .catalog-block--filters {
    padding: 0;
  }
  .catalog-block--filters .catalog-block__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-block {
    padding: 17px 0 33px;
  }
  .catalog-block__title {
    margin-bottom: 19px;
  }

  .catalog-block--categories {
    margin-right: -5px;
  }

  .catalog-block--mobile-banner {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .catalog-block--filters {
    padding: 0;
  }

  .catalog-block--viewed .products-slider {
    margin-bottom: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/index-section/style.css?17812561352254*/
.index-section--hit .row > div:first-child {
  padding-right: 5px;
}

.index-section--trust {
  padding: 30px 0 10px;
}

.index-section--catalog-trust {
  padding: 60px 0 10px;
}

.index-section--comments {
  position: relative;
  z-index: 4;
  padding: 30px 0 103px;
}
.index-section--comments .row {
  margin-right: -10px;
  margin-left: -10px;
}
.index-section--comments .row .row {
  padding-right: 20px;
}
.index-section--comments .row > div {
  padding-right: 10px;
  padding-left: 10px;
}

.index-section--about {
  position: relative;
  z-index: 2;
  padding: 63px 0 60px;
}
.index-section--about .index-section__header {
  display: block;
}
.index-section--about .index-section__link {
  margin: 15px 0 0;
}

.index-section--news {
  padding: 57px 0 30px;
}

@media (max-width: 1469px) {
  .index-section--trust {
    padding: 30px 0 20px;
  }

  .index-section--comments .row .row {
    padding-right: 0;
  }

  .index-section--news .row > div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .index-section--catalog .row {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .index-section--catalog {
    display: none;
  }

  .index-section--comments {
    padding: 30px 0 50px;
  }

  .index-section--news .row > div:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-section--trust {
    padding: 30px 0 20px;
  }

  .index-section.index-section--about {
    padding: 25px 0;
  }

  .index-section--hit .products-slider {
    margin-bottom: 10px;
  }

  .index-section--hit .index-section__tabs-body-list .products-slider {
    margin-bottom: 40px;
  }
}
@media (max-width: 574px) {
  .index-section--comments .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .index-section--comments .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .index-section--news .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .index-section--news .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .index-section--catalog {
    height: 652px;
  }
}
@media (min-width: 1200px) {
  .index-section--catalog {
    height: 396px;
  }
}
@media (min-width: 1470px) {
  .index-section--catalog {
    height: 396px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/catalog-item/style.css?17812561353960*/
.catalog-item {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  height: 216px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
}
.catalog-item__content {
  flex: 1;
  padding: 20px 0 20px 40px;
}
.catalog-item__title {
  display: block;
  margin: 0 0 13px;
  color: #212126;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.catalog-item__text {
  display: block;
  color: #919196;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.catalog-item__img-wrap {
  position: relative;
  flex: 0 0 190px;
  max-width: 190px;
  height: 100%;
}
.catalog-item__img {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 231px;
  transition: fill 0.3s;
  border-radius: 50%;
}
.catalog-item__img img, .catalog-item__img svg, .catalog-item__img .icon {
  width: 88px !important;
  height: 88px !important;
  transition: background 0.3s;
  fill: #212126;
}
.catalog-item.active .catalog-item__img, .catalog-item:hover .catalog-item__img {
  background: linear-gradient(44.49deg, #19c251 15.7%, #bcea41 129.56%);
}
.catalog-item.active .catalog-item__img .icon, .catalog-item:hover .catalog-item__img .icon {
  fill: #fff;
}
.catalog-item.active .catalog-item__img img, .catalog-item:hover .catalog-item__img img {
  filter: brightness(0) invert(1);
}

.active .catalog-item__img {
  background: linear-gradient(44.49deg, #19c251 15.7%, #bcea41 129.56%);
}
.active .catalog-item__img .icon {
  fill: #fff;
}
.active .catalog-item__img img {
  filter: brightness(0) invert(1);
}

.catalog-item--sm {
  height: 141px;
  margin: 0 0 15px;
}
.catalog-item--sm .catalog-item__content {
  box-sizing: border-box;
  max-width: calc(100% - 150px);
}
.catalog-item--sm .catalog-item__title {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 27px;
}
.catalog-item--sm .catalog-item__text {
  font-size: 14px;
  line-height: 19px;
}
.catalog-item--sm .catalog-item__img-wrap {
  flex: 0 0 150px;
  max-width: 150px;
}
.catalog-item--sm .catalog-item__img {
  top: -24px;
  right: -18px;
  width: 150px;
  height: 150px;
}
.catalog-item--sm .catalog-item__img img, .catalog-item--sm .catalog-item__img svg, .catalog-item--sm .catalog-item__img .icon {
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 1469px) {
  .catalog-item__img-wrap {
    flex: 0 0 170px;
    max-width: 170px;
  }
  .catalog-item__img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1199px) {
  .catalog-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-item--sm {
    position: relative;
    align-items: flex-end;
    width: 120px;
    height: 100px;
    margin: 0;
  }
  .catalog-item--sm .catalog-item__content {
    max-width: 110px;
    padding: 50px 0 10px 10px;
  }
  .catalog-item--sm .catalog-item__title {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 30px;
    font-size: 11px;
    line-height: 15px;
    -webkit-line-clamp: 2;
  }
  .catalog-item--sm .catalog-item__title::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    content: "";
    background: linear-gradient(to left, #fff 8%, rgba(0, 0, 0, 0) 50%);
  }
  .catalog-item--sm .catalog-item__text {
    font-size: 8px;
    line-height: 9px;
  }
  .catalog-item--sm .catalog-item__img-wrap {
    position: absolute;
    z-index: 5;
    top: -10px;
    right: -10px;
    width: 60px;
    max-width: 60px;
    height: 60px;
  }
  .catalog-item--sm .catalog-item__img {
    position: static;
    width: 60px;
    height: 60px;
  }
  .catalog-item--sm .catalog-item__img img, .catalog-item--sm .catalog-item__img svg, .catalog-item--sm .catalog-item__img .icon {
    width: 25px !important;
    height: 25px !important;
  }
}

/* End */


/* Start:/local/templates/html/components-template/products-slider/style.css?17812561353693*/
.products-slider {
  position: relative;
}
.products-slider__container {
  overflow: hidden;
}
.products-slider .swiper-container:not(.swiper-container-initialized) .custom-swiper-btn, .products-slider .swiper-container:not(.swiper-container-initialized) .swiper-pagination {
  display: none;
}

.products-slider .product-item {
  margin-right: 1px;
}

.products-slider--single .swiper-pagination {
  display: none !important;
}
.products-slider--single .swiper-button-prev {
  top: calc(50% - 16px);
  left: 0;
}
.products-slider--single .swiper-button-next {
  top: calc(50% - 16px);
  right: 0;
}

.products-slider--md .swiper-button-prev {
  top: -108px;
  right: -297px;
  left: auto;
}
.products-slider--md .swiper-button-next {
  top: -108px;
  right: -358px;
}

.products-slider--full .swiper-button-prev {
  left: -5%;
}
.products-slider--full .swiper-button-next {
  right: -5%;
}
.products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  max-width: calc(20% - 40px);
  margin: 0 20px;
}
@media (max-width: 1469px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(25% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(33.3% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    width: calc(50% + 16px);
    margin: 0 -8px;
  }
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(50% - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 574px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: 272px;
    margin: 0 5px;
  }
}

@media (max-width: 1469px) {
  .products-slider .swiper-button-prev {
    top: -100px;
    right: 55px;
    left: unset;
  }
  .products-slider .swiper-button-next {
    top: -100px;
    right: 0;
  }

  .products-slider.products-slider--md .swiper-button-prev, .products-slider.products-slider--md .swiper-button-next {
    display: none;
  }

  .products-slider--full .swiper-button-prev {
    top: -100px;
  }
  .products-slider--full .swiper-button-next {
    top: -100px;
  }

  .products-slider--single .swiper-pagination {
    display: none !important;
  }
  .products-slider--single .swiper-button-prev {
    display: none;
  }
  .products-slider--single .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1023px) {
  .products-slider {
    margin-bottom: 60px;
  }
  .products-slider .swiper-button-prev, .products-slider .swiper-button-next {
    display: none;
  }

  .products-slider--single {
    margin-bottom: 0;
  }
  .products-slider--single .swiper-button-prev {
    top: calc(50% - 12px) !important;
    right: auto !important;
    left: calc(50vw - 280px) !important;
    display: block;
  }
  .products-slider--single .swiper-button-next {
    top: calc(50% - 12px) !important;
    right: calc(50vw - 280px) !important;
    display: block;
  }
}
@media (max-width: 767px) {
  .products-slider--single .swiper-button-prev {
    left: calc(50vw - 160px) !important;
  }
  .products-slider--single .swiper-button-next {
    right: calc(50vw - 160px) !important;
  }
}

/* End */


/* Start:/local/templates/html/components-template/product-item/style.css?17812561354935*/
.product-item {
  position: relative;
  z-index: 1;
  height: 380px;
}
.product-item__inner {
  overflow: hidden;
  box-sizing: border-box;
  min-height: 377px;
  padding: 6px 0 10px;
  transition: border-color ease 0.3s;
  border: 1px solid #e1e1e9;
  border-radius: 4px;
  background: #fff;
}
.product-item__img-title {
  margin: 6px 0 7px;
  text-align: center;
  color: #212126;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.product-item__img-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto 5px;
  aspect-ratio: 1/1;
}
.product-item__img {
  max-height: 100%;
}
.product-item__badges {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 8px;
  display: flex;
  flex-direction: column;
}
.product-item__body {
  padding: 0 20px;
}
.product-item__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 50px;
  margin: 0 0 10px;
  text-align: center;
  color: #616166;
  font-size: 13px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
}
.product-item__title b {
  font-weight: normal;
}
.product-item__prices {
  display: block;
  min-height: 35px;
  margin: 0 0 10px;
  text-align: center;
}
.product-item__price {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1;
}
.product-item__price b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.product-item__price-old {
  text-decoration: line-through;
  color: #919196;
  font-size: 11px;
  line-height: 1;
}
.product-item__order-count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A2870;
}
.product-item__order-count .icon {
  width: 15px;
  height: 13px;
  fill: #9A2870;
}
.product-item__order-count span {
  padding-left: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
}
.product-item__sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-item__sizes {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity ease 0.3s, visibility ease 0.3s, max-height ease 0.3s;
  }
}
.product-item__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item__btn {
  text-align: center;
}
@media (min-width: 1024px) {
  .product-item:hover {
    z-index: 2;
  }
  .product-item:hover .product-item__inner {
    border-color: #9A2870;
  }
  .product-item:hover .product-item__sizes {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
  }
}

.product-item--hit {
  max-width: 255px;
  margin: 0 auto !important;
}
.product-item--hit .product-item__inner {
  border: 1px solid #9A2870;
}
.product-item--hit .product-item__title {
  margin: 0 0 7px;
}
.product-item--hit .product-item__prices {
  margin: 0 0 7px;
}

.product-item--catalog {
  margin-bottom: 24px;
}

@media (max-width: 1469px) {
  .product-item {
    height: 393px;
  }
  .product-item__inner {
    min-height: 393px;
  }

  .product-item--catalog {
    height: 330px;
  }
  .product-item--catalog .product-item__inner {
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .product-item {
    height: 420px;
  }
  .product-item__inner {
    min-height: 420px;
  }

  .product-item--catalog {
    height: 420px;
  }
  .product-item--catalog .product-item__inner {
    min-height: 420px;
  }
}
@media (max-width: 1023px) {
  .product-item {
    height: auto;
  }
  .product-item__inner {
    min-height: 10px;
  }
  .product-item__sizes {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
  }
}
@media (max-width: 574px) {
  .product-item {
    min-height: 10px;
    padding: 5px 0 15px;
  }
  .product-item__inner {
    min-height: 10px;
  }
  .product-item__body {
    padding: 0 7px;
  }
  .product-item__badges {
    top: 10px;
  }
  .product-item__img-wrap {
    width: 90%;
  }
  .product-item__title {
    margin: 0 0 5px;
  }
  .product-item__prices {
    margin: 0 0 5px;
  }
  .product-item__price {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .product-item__price b {
    font-size: 14px;
  }
  .product-item__price-old {
    font-size: 12px;
  }
  .product-item__btn .btn {
    min-width: 90px;
    max-width: 90px;
    margin: 0 auto;
  }
  .product-item__btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-item__counter {
    margin-bottom: 5px;
  }

  .product-item--hit {
    min-height: 364px;
  }
  .product-item--hit .product-item__img-title {
    font-size: 15px;
  }
  .product-item--hit .product-item__body {
    padding: 0 15px;
  }
  .product-item--hit .product-item__price {
    font-size: 14px;
  }
  .product-item--hit .product-item__price b {
    font-size: 18px;
  }
  .product-item--hit .product-item__price-old {
    font-size: 12px;
  }

  .product-item--catalog {
    min-height: 10px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .product-item--catalog .product-item__inner {
    min-height: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/trust-item/style.css?17812561352019*/
.trust-item {
  position: relative;
  margin: 0 0 25px;
  padding: 44px 33px 30px;
  border: 1px solid #e1e1e9;
  border-radius: 8px;
  background: #fff;
}
.trust-item__img-wrap {
  position: relative;
  top: -10px;
  float: right;
  width: 80px;
}
.trust-item__img {
  width: 100%;
  height: auto;
}
.trust-item__title {
  overflow: hidden;
  min-height: 50px;
  margin: 0 0 27px;
  color: #212126;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.trust-item__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 57px;
  margin: 0 0 25px;
  color: #919196;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}
.trust-item__btns {
  display: flex;
  overflow-x: auto;
}
.trust-item__btns::-webkit-scrollbar {
  display: inherit;
  height: 4px;
  background-color: #F6F6FC;
}
.trust-item__btns::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c1c1c6;
}
.trust-item__btns .btn {
  min-width: auto;
  padding: 0 10px !important;
}
.trust-item__btns .btn:not(:last-child) {
  margin-right: 3px;
}

@media (max-width: 1023px) {
  .trust-item {
    padding: 30px;
  }
  .trust-item__title {
    margin: 0 0 20px;
  }
  .trust-item__text {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .trust-item {
    padding: 20px 25px;
  }
  .trust-item__img-wrap {
    width: 60px;
  }
}
@media (max-width: 574px) {
  .trust-item {
    margin: 0 0 15px;
    padding: 29px 19px 20px;
  }
  .trust-item__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 40px;
    margin: 0 0 17px;
    padding-right: 5px;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .trust-item__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0 0 14px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
  .trust-item__img-wrap {
    width: 52px;
  }
  .trust-item__img {
    height: 52px;
  }
  .trust-item__btns .btn {
    min-width: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/trust-slider/style.css?1781256135754*/
.trust-slider__container {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.trust-slider__wrap {
  position: relative;
  box-sizing: border-box !important;
}
.trust-slider .swiper-slide {
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  .trust-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1470px) {
  .trust-slider .swiper-slide {
    width: 33.3333%;
  }
}
@media (max-width: 1469px) {
  .trust-slider__container {
    overflow: hidden;
  }
  .trust-slider .swiper-pagination {
    bottom: -20px;
  }
}
@media (max-width: 574px) {
  .trust-slider__container {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .trust-slider .swiper-slide {
    padding: 0 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/banners-section/style.css?17812561351*/


/* End */


/* Start:/local/templates/html/components-template/banners-slider/style.css?17812561352244*/
.banner-slide__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.banner-slide__img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
}

@media (min-width: 1024px) {
  .banners-slider {
    height: 335px;
  }
  .banners-slider__container {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .banners-slider__wrap {
    position: relative;
    box-sizing: border-box !important;
  }
  .banners-slider__pg {
    display: none !important;
  }

  .banner-slide {
    flex: 0 0 25%;
    max-width: 25%;
    height: auto;
    max-height: 100%;
    padding: 0 15px;
  }
  .banner-slide:nth-child(5) {
    position: relative;
    top: 174px;
    left: -50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-slide > a, .banner-slide > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-slide__img-wrap {
    height: 100%;
  }
  .banner-slide__img-wrap:hover .banner-slide__img {
    box-shadow: 0 2px 6px rgba(97, 97, 102, 0.4);
  }
  .banner-slide__img {
    transition: box-shadow 0.3s;
  }
  .banner-slide:nth-child(3) {
    height: 50%;
  }
  .banner-slide:nth-child(3) > a, .banner-slide:nth-child(3) > div {
    aspect-ratio: 42/29;
  }
  .banner-slide:nth-child(4) {
    height: 50%;
  }
  .banner-slide:nth-child(4) > a, .banner-slide:nth-child(4) > div {
    aspect-ratio: 42/29;
  }
}
@media (min-width: 1200px) {
  .banners-slider {
    height: 400px;
  }

  .banner-slide:nth-child(5) {
    top: 211px;
  }
}
@media (min-width: 1470px) {
  .banners-slider {
    height: 499px;
  }

  .banner-slide:nth-child(5) {
    top: 265px;
  }
}
@media (max-width: 1023px) {
  .banners-slider__container {
    overflow: hidden;
    margin: -5px;
    padding: 5px;
  }

  .banner-slide {
    width: calc((100% - 45px)/4);
    margin-right: 15px;
  }
  .banner-slide > a, .banner-slide > div {
    position: relative;
    overflow: hidden;
  }
  .banner-slide__img-wrap {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .banner-slide {
    width: calc((100% - 45px)/3);
  }
}
@media (max-width: 574px) {
  .banner-slide {
    width: calc((100% - 30px)/2);
  }
}

/* End */


/* Start:/local/components/slam/buyoneclick/templates/.default/style.css?1781256135216*/
.basket-card-add-one-click{
    margin-bottom: 70px;
}

a.one-click-cart-add.btn:hover{
    color: #ffffff;
}

.js-result{
    margin-bottom: 20px;
}

.alert.alert-danger {
    color: #f25234;
    font-size: 14px;
}

/* End */
/* /local/templates/html/components-template/product-connected-sliders/style.css?17812561351719 */
/* /local/templates/html/components-template/badge/style.css?17812561351452 */
/* /local/templates/html/components-template/status/style.css?1781256135319 */
/* /local/templates/html/components-template/counter/style.css?17812561351742 */
/* /local/templates/html/components-template/product-preim-slider/style.css?17812561351156 */
/* /local/templates/html/components-template/preim-slide/style.css?1781256135740 */
/* /local/templates/html/components-template/product-tabs/style.css?17812561354807 */
/* /local/templates/html/components-template/product-page/style.css?1781256135296 */
/* /local/templates/html/components-template/fancy-box/style.css?178125613515278 */
/* /local/templates/html/components/bitrix/catalog/slam_catalog/bitrix/catalog.element/slam_detail_new/style.css?1781256135231 */
/* /local/templates/html/components-template/catalog-block/style.css?17812561351516 */
/* /local/templates/html/components-template/index-section/style.css?17812561352254 */
/* /local/templates/html/components-template/catalog-item/style.css?17812561353960 */
/* /local/templates/html/components-template/products-slider/style.css?17812561353693 */
/* /local/templates/html/components-template/product-item/style.css?17812561354935 */
/* /local/templates/html/components-template/trust-item/style.css?17812561352019 */
/* /local/templates/html/components-template/trust-slider/style.css?1781256135754 */
/* /local/templates/html/components-template/banners-section/style.css?17812561351 */
/* /local/templates/html/components-template/banners-slider/style.css?17812561352244 */
/* /local/components/slam/buyoneclick/templates/.default/style.css?1781256135216 */
