

/* Start:/local/templates/2023/components/teamprofi/video/.default/style.css?17543186023237*/
.video-preview {
  position: relative;
  height: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 56.6%;
  width: 100%;
  background-color: #f2f2f2;
}
@media (max-width: 767.9px) {
  .video-preview {
    padding-bottom: 56.927%;
  }
}
html:not(.bx-touch) .video-preview:hover .video-preview__play-bg, html.bx-touch .video-preview:active .video-preview__play-bg {
  width: 96px;
  height: 96px;
}
.video-preview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-preview__play .icon--lestate--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: white;
  margin-left: 2px;
  z-index: 2;
}
.video-preview__play-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
.video-preview .no-photo {
  justify-content: start;
  padding-bottom: 50%;
  background: #f2f2f2;
}
.video-preview .no-photo i {
  display: none;
}
.video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}
.video-preview.play iframe {
  display: block;
}
.video-preview.play .video-preview__play, .video-preview.play picture {
  display: none;
}

.plyr {
  --plyr-color-main: $white;
  --plyr-control-icon-size: 22px;
  --plyr-control-icon-color-hover: $white;
  --plyr-video-control-color-hover: $black;
}
@media (max-width: 767.9px) {
  .plyr .plyr__volume input[type=range] {
    max-width: 30px;
    --plyr-control-icon-size: 18px;
  }
}

.plyr .plyr__controls {
  display: flex;
  flex-direction: column;
}

.plyr-progress-wrap {
  width: 100%;
}

.plyr-others-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-between;
  width: 100%;
}

video {
  background-color: transparent;
  border-bottom: 1px solid transparent; /* хак для предотвращения мелькания при загрузке на некоторых версиях ios */
}
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}

.modal-video {
  min-width: 100%;
}
@media (min-width: 540px) {
  .modal-video {
    min-width: 540px;
  }
}
@media (min-width: 768px) {
  .modal-video {
    min-width: 768px;
  }
}
@media (min-width: 1024px) {
  .modal-video {
    min-width: 1024px;
  }
}
@media (min-width: 1440px) {
  .modal-video {
    min-width: 1440px;
  }
}
.modal-video .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox-content {
  --fancybox-zIndex: 1000000000;
}

/* End */


/* Start:/local/templates/2023/components/teamprofi/catalog.products/line/style.css?17543186026706*/
.catalog-product-line, .catalog-product-line.swiper {
  padding: 0 19px;
  margin: 0 -19px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023.9px) {
  .catalog-product-line, .catalog-product-line.swiper {
    overflow: unset;
  }
}
.catalog-product-line:after, .catalog-product-line.swiper:after, .catalog-product-line:before, .catalog-product-line.swiper:before {
  content: "";
  background: white;
  width: 19px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 1023.9px) {
  .catalog-product-line:after, .catalog-product-line.swiper:after, .catalog-product-line:before, .catalog-product-line.swiper:before {
    content: none;
  }
}
.catalog-product-line:before, .catalog-product-line.swiper:before {
  left: 0;
}
@media (max-width: 1023.9px) {
  .catalog-product-line .swiper-button-next, .catalog-product-line .swiper-button-prev {
    display: none;
  }
}
.catalog-product-line .swiper-slide {
  opacity: 0;
  transition: 0.3s opacity ease-in;
}
@media (max-width: 1023.9px) {
  .catalog-product-line .swiper-slide {
    max-width: 264px;
  }
}
.catalog-product-line.swiper-initialized .swiper-slide {
  opacity: 1;
}

.catalog-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  background: white;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
  display: flex;
}
@media (max-width: 1023.9px) {
  html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
    display: none;
  }
}
.catalog-item__hovers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: grid;
  grid-auto-flow: column;
}
@media (max-width: 1023.9px) {
  .catalog-item__hovers {
    display: none;
  }
}
.catalog-item__image-slider {
  position: relative;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.catalog-item__image-slider, .catalog-item .swiper-slide {
  background: #f9f9f9;
}
.catalog-item .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.catalog-item__image-wrapper img {
  aspect-ratio: 1/1;
  object-fit: contain;
  flex: 1 0 0;
  mix-blend-mode: darken;
  max-height: 200px;
  min-height: 220px;
  width: 100%;
}
@media (max-width: 539.9px) {
  .catalog-item__image-wrapper img {
    max-height: 144px;
    min-height: 144px;
  }
}
.catalog-item .swiper-pagination {
  bottom: -16px;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.35) !important;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  position: relative;
  top: 1px;
  background: rgba(0, 0, 0, 0.45) !important;
}
.catalog-item__content {
  margin-top: 10px;
  display: flex;
  padding: 12px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__article {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.catalog-item__name {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  height: 36px;
}
.catalog-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 539.9px) {
  .catalog-item__price-row {
    flex-direction: column;
    gap: 8px 12px;
  }
}
.catalog-item__wholesale-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.catalog-item__retail-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-item__price span:first-of-type {
  color: #767676;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
.catalog-item__price span:last-of-type {
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.catalog-item__price span:last-of-type.black {
  color: #404040;
}
.catalog-item__price-desc {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
.catalog-item__misc-info {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__misc-element {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
@media (max-width: 539.9px) {
  .catalog-item__misc-element span:first-of-type {
    display: none;
  }
}
.catalog-item__misc-delimetr {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #dadada;
  flex-shrink: 0;
}
.catalog-item__hints {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.catalog-item__hint {
  display: flex;
  writing-mode: tb-rl;
  padding: 4px 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff5c5c;
  color: white;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(180deg);
}
.catalog-item__hint.orange {
  background: #f97316;
}
.catalog-item__hint.yellow {
  background: #fbbf24;
}
.catalog-item__hint.gray {
  background: #767676;
}
.catalog-item__hint.green {
  background: #63893b;
}
.catalog-item__sizes {
  display: none;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
  background: white;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 21px;
}
.catalog-item__size {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: white;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

.slider-line-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1023.9px) {
  .slider-line-link {
    margin-bottom: 20px;
  }
}

/* End */


/* Start:/local/templates/2023/components/teamprofi/catalog.detail/.default/style.css?175431860234888*/
.catalog-element {
  display: flex;
  gap: 80px;
  margin-top: 24px;
  margin-bottom: 80px;
}
@media (max-width: 1023.9px) {
  .catalog-element {
    flex-direction: column;
    margin-top: 8px;
    gap: 32px;
    margin-bottom: 48px;
  }
}

.catalog-element-slider {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 16px 16px;
}
@media (max-width: 767.9px) {
  .catalog-element-slider {
    flex-direction: column;
  }
}
.catalog-element-slider .swiper {
  margin: unset;
  position: relative;
}
.catalog-element-slider-video {
  mix-blend-mode: darken;
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  aspect-ratio: 2/3;
}
.catalog-element-slider-video__link {
  height: 100%;
  width: 100%;
  display: flex;
}
.catalog-element-slider .swiper:first-of-type {
  width: 63px;
  flex-shrink: 0;
  max-height: 800px;
}
@media (max-width: 1439.9px) {
  .catalog-element-slider .swiper:first-of-type {
    max-height: 600px;
  }
}
@media (max-width: 1023.9px) {
  .catalog-element-slider .swiper:first-of-type {
    max-height: 900px;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-slider .swiper:first-of-type {
    max-height: unset;
    order: 1;
    width: 100%;
    flex-shrink: 1;
  }
}
.catalog-element-slider .swiper:first-of-type .swiper-slide {
  border-radius: 8px;
  background: #f9f9f9;
  width: 63px;
  height: auto;
  aspect-ratio: 2/3;
  display: flex;
  justify-content: center;
  padding: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.catalog-element-slider .swiper:first-of-type .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.catalog-element-slider .swiper:first-of-type .swiper-slide img {
  mix-blend-mode: darken;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.catalog-element-slider .swiper:last-of-type {
  border-radius: 8px;
  background: #f9f9f9;
  padding: 16px 0 0;
  flex-shrink: 0;
  width: 560px;
  aspect-ratio: 2/3;
}
@media (max-width: 1439.9px) {
  .catalog-element-slider .swiper:last-of-type {
    width: 400px;
  }
}
@media (max-width: 1023.9px) {
  .catalog-element-slider .swiper:last-of-type {
    width: 100%;
    flex-shrink: 1;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-slider .swiper:last-of-type {
    order: 0;
  }
}
.catalog-element-slider .swiper:last-of-type .swiper-slide {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
}
.catalog-element-slider .swiper:last-of-type .swiper-slide img {
  mix-blend-mode: darken;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 2/3;
  object-fit: contain;
}
.catalog-element-slider .swiper-slide:hover .custom-video-controls-wrapper {
  opacity: 1;
  visibility: visible;
}

.fancybox__slide .custom-video-controls-wrapper .js-fullscreen-btn {
  opacity: 0;
  visibility: hidden;
}

.catalog-element-head {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-element-head__misc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 767.9px) {
  .catalog-element-head__misc {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.catalog-element-head__article {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .catalog-element-head__article {
    order: 0;
  }
}
.catalog-element-head__sale-count {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  border: unset;
  background: #f2f2f2;
  width: fit-content;
}
@media (max-width: 767.9px) {
  .catalog-element-head__sale-count {
    order: 1;
  }
}
.catalog-element-head__sale-count i {
  font-size: 20px;
  color: #ff5c5c;
}
.catalog-element-head__sale-count span {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
.catalog-element-head__clipboard {
  width: fit-content;
  color: #a0a0a0;
  font-size: 24px;
  background-color: white;
  cursor: pointer;
}
html:not(.bx-touch) .catalog-element-head__clipboard:hover, html.bx-touch .catalog-element-head__clipboard:active {
  background-color: white;
  color: #404040;
}
@media (max-width: 767.9px) {
  .catalog-element-head__clipboard {
    font-size: 20px;
  }
}

.catalog-element-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.catalog-element-hints {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .catalog-element-hints {
    top: 8px;
    left: 8px;
  }
}

.catalog-element-hint {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.39px;
  display: flex;
  writing-mode: tb-rl;
  padding: 6px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff5c5c;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(180deg);
}
@media (max-width: 767.9px) {
  .catalog-element-hint {
    padding: 4px 2px;
    font-size: 10px;
    letter-spacing: 0.3px;
  }
}
.catalog-element-hint.orange {
  background: #f97316;
}
.catalog-element-hint.yellow {
  background: #fbbf24;
}
.catalog-element-hint.gray {
  background: #767676;
}
.catalog-element-hint.green {
  background: #63893b;
}

.catalog-element-brand {
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 80px;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .catalog-element-brand {
    width: 72px;
    right: 8px;
    top: 8px;
  }
}
.catalog-element-brand img {
  object-fit: contain;
}

.catalog-element-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
@media (max-width: 1439.9px) {
  .catalog-element-price {
    justify-content: initial;
    gap: 16px 40px;
    flex-wrap: wrap;
  }
}
.catalog-element-price.ye {
  gap: 16px 15px;
}
.catalog-element-price__element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.catalog-element-price__element:last-of-type {
  margin-left: initial;
}
@media (max-width: 1439.9px) {
  .catalog-element-price__element:last-of-type {
    width: 100%;
    flex-shrink: 0;
    margin-left: auto;
  }
  .catalog-element-price__element:last-of-type .btn {
    width: 100%;
  }
}
@media (max-width: 1023.9px) {
  .catalog-element-price__element:last-of-type {
    width: auto;
    flex-shrink: unset;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-price__element:last-of-type {
    width: 100%;
    flex-shrink: 0;
  }
}
.catalog-element-price__line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.catalog-element-price__line span {
  text-wrap: nowrap;
}
.catalog-element-price__line span:first-of-type {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.catalog-element-price__line span:last-of-type {
  color: #ff5c5c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .catalog-element-price__line span:last-of-type {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.catalog-element-price__line span.black {
  color: #404040;
}
.catalog-element-price__line span.ye {
  text-transform: lowercase;
}
.catalog-element-price__desc {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}

.product-info-title {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.catalog-element-colors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.product-info-colors {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.product-info-colors__element {
  display: flex;
  padding: 4px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #f9f9f9;
  width: 56px;
  height: auto;
  aspect-ratio: 2/3;
}
.product-info-colors__element.active {
  border-color: #404040;
}
.product-info-colors__element img {
  object-fit: contain;
  height: 100%;
  mix-blend-mode: darken;
  width: 100%;
}

.catalog-element-tabs {
  width: 100%;
}
.catalog-element-tabs .tab {
  width: 100%;
  margin-bottom: 16px;
}
.catalog-element-tabs .tab__element {
  width: 50%;
  justify-content: center;
}
.catalog-element-tabs .tab__about {
  background-color: #f2f2f2;
  justify-content: center;
}
.catalog-element-tabs .tab__description {
  background-color: #f2f2f2;
  justify-content: center;
}

.product-properties {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.product-properties__element {
  display: flex;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
  word-break: normal;
  color: #767676;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  flex-shrink: 0;
  white-space: nowrap;
}
.product-properties__element:before {
  content: "";
  flex-grow: 1;
  order: 2;
  min-width: 50px;
  height: 1px;
  background: #f2f2f2;
}
.product-properties__value {
  color: #404040;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  white-space: normal;
  order: 3;
}
@media (min-width: 1440px) {
  .product-properties__value {
    max-width: 50%;
  }
}

.catalog-element-retail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.catalog-element-retail__links {
  display: flex;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 767.9px) {
  .catalog-element-retail__links {
    flex-direction: column;
  }
}
.catalog-element-retail__element {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #f9f9f9;
  text-decoration: none;
  max-width: 50%;
}
@media (max-width: 767.9px) {
  .catalog-element-retail__element {
    max-width: 100%;
    width: 100%;
  }
}
html:not(.bx-touch) .catalog-element-retail__element:hover i, html.bx-touch .catalog-element-retail__element:active i {
  color: #767676;
}
.catalog-element-retail__element i {
  font-size: 20px;
  color: #a0a0a0;
  flex-shrink: 0;
}

.catalog-element-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  margin-bottom: 24px;
}
@media (max-width: 1023.9px) {
  .catalog-element-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-heading {
    flex-wrap: wrap;
  }
}
.catalog-element-heading .btn {
  padding: 0;
  margin: 8px 0;
  border-radius: 0;
  line-height: 1;
}
html:not(.bx-touch) .catalog-element-heading .btn:hover, html.bx-touch .catalog-element-heading .btn:active {
  background: transparent;
}
html:not(.bx-touch) .catalog-element-heading .btn:hover span, html.bx-touch .catalog-element-heading .btn:active span {
  text-decoration: underline;
}

.catalog-element-warehouse-container {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse-container {
    gap: 20px;
  }
}

.catalog-element-warehouse {
  position: relative;
  overflow: hidden;
}
.catalog-element-warehouse:after, .catalog-element-warehouse:before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, transparent, #f9f9f9);
  width: 24px;
  border-radius: 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse:after, .catalog-element-warehouse:before {
    width: 16px;
  }
}
.catalog-element-warehouse:before {
  left: 0;
  background: linear-gradient(-90deg, transparent, #f9f9f9);
}
.catalog-element-warehouse__scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.catalog-element-warehouse__scroll {
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #f2f2f2;
}
.catalog-element-warehouse__scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.catalog-element-warehouse__scroll::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
}
.catalog-element-warehouse__scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.catalog-element-warehouse__element {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #fafafa;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element {
    padding: 24px 16px;
    gap: 20px;
  }
}
.catalog-element-warehouse__element-heading {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: sticky;
  left: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-heading {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-element-warehouse__element-misc {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-misc {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.catalog-element-warehouse__element-misc span {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.catalog-element-warehouse__element-misc span.c-red {
  color: #ff5c5c;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-misc span {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}
.catalog-element-warehouse span.delimetr {
  margin: 0 1em;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #404040;
  font-size: 16px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse span.delimetr {
    display: none;
  }
}
.catalog-element-warehouse__element-table {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-table {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading {
    display: flex;
    width: 100%;
    flex: 1 1 0;
  }
}
.catalog-element-warehouse__table-heading div {
  border-radius: 8px;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  display: flex;
  width: 120px;
  padding: 15px 16px;
  align-items: center;
  align-self: stretch;
  color: #404040;
  font-size: 11px;
  height: 43px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading div {
    height: auto;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 12px;
    border-bottom: 0;
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
.catalog-element-warehouse__table-heading div:first-of-type {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading div:first-of-type {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #e6e6e6;
  }
}
.catalog-element-warehouse__table-heading div:nth-child(2) {
  border-radius: 0;
}
.catalog-element-warehouse__table-heading div:last-of-type {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading div:last-of-type {
    border-radius: 0 8px 8px 0;
    height: auto;
    border-left: 1px solid #e6e6e6;
  }
}
.catalog-element-warehouse__table-content {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-content {
    flex-direction: column;
    width: 100%;
  }
}
.catalog-element-warehouse__table-element {
  height: 144px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element {
    height: unset;
    display: flex;
    flex: 1 1 0;
    width: 100%;
  }
}
.catalog-element-warehouse__table-element.active div {
  background: #f3fcdf;
  border-color: #e6f9c0 !important;
}
.catalog-element-warehouse__table-element.active div:last-of-type input {
  background: #f3fcdf;
}
.catalog-element-warehouse__table-element:last-of-type {
  margin-right: 24px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element:last-of-type {
    margin-right: 0;
  }
}
.catalog-element-warehouse__table-element div {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #f2f2f2;
  background: white;
  color: #404040;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0.39px;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element div {
    text-align: center;
    padding: 12px;
    border-bottom: 0;
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
.catalog-element-warehouse__table-element div:first-of-type {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element div:first-of-type {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #f2f2f2;
    word-wrap: break-word;
  }
}
.catalog-element-warehouse__table-element div:nth-child(2) {
  border-radius: 0;
}
.catalog-element-warehouse__table-element div:last-of-type {
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  flex: 1 0 0;
  gap: 8px;
  padding: 10px 12px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element div:last-of-type {
    border-radius: 0 8px 8px 0;
    height: auto;
    border-left: 1px solid #f2f2f2;
    flex-direction: row;
    max-height: 100%;
    gap: 4px;
  }
}
.catalog-element-warehouse__table-element div:last-of-type button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #767676;
  transition: 0.2s ease-in-out;
  width: 24px;
  height: 24px;
}
html:not(.bx-touch) .catalog-element-warehouse__table-element div:last-of-type button:hover, html.bx-touch .catalog-element-warehouse__table-element div:last-of-type button:active {
  color: #404040;
}
.catalog-element-warehouse__table-element div:last-of-type button i {
  font-size: 18px;
  color: inherit;
}
.catalog-element-warehouse__table-element div:last-of-type button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #a0a0a0 !important;
}
.catalog-element-warehouse__table-element div:last-of-type button:active i {
  font-size: 16px;
}
.catalog-element-warehouse__table-element div:last-of-type input {
  color: #404040;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  max-width: 86px;
  height: 21px;
}
.catalog-element-warehouse__table-element div:last-of-type input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input:-moz-placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input:-ms-input-placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input::placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input:focus, .catalog-element-warehouse__table-element div:last-of-type input:not(:placeholder-shown) {
  border-color: #404040;
}

.modal-middle {
  overflow-y: hidden !important;
}

.catalog-modal-sizes__table.table-responsive {
  overflow-y: hidden;
}
.catalog-modal-sizes__table.table-responsive table {
  overflow-x: auto;
}
.catalog-modal-sizes__table tr:last-of-type {
  border-bottom: 0;
}
.catalog-modal-sizes__table tr td {
  min-width: 112px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.9px) {
  .catalog-modal-sizes__table tr td:not(:first-of-type) {
    min-width: 80px;
  }
}
.catalog-modal-sizes__table tr td:first-of-type {
  background-color: #f9f9f9;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 1;
}
.catalog-modal-sizes__table tr td:not(:first-of-type):hover::after {
  background-color: #f9f9f9;
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.catalog-modal-sizes__table tr:first-of-type td:first-of-type {
  border-radius: 8px 8px 0 0;
}
.catalog-modal-sizes__table tr:last-of-type td:first-of-type {
  border-radius: 0 0 8px 8px;
}

.catalog-element-total {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #fafafa;
}
@media (max-width: 1023.9px) {
  .catalog-element-total {
    align-items: flex-end;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-total {
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.catalog-element-total__fixed {
  display: none;
}
@media (max-width: 767.9px) {
  .catalog-element-total__fixed {
    display: block;
    position: fixed;
    left: 0;
    z-index: 101;
    background: #404040;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: 0.2s ease-in-out;
    padding: 17px 12px;
    bottom: 0;
    width: 100%;
  }
}
.catalog-element-total__fixed.hide {
  bottom: -100px;
  opacity: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-total__fixed .btn {
    padding: 10px;
    width: auto !important;
  }
  .catalog-element-total__fixed .btn span {
    display: none;
  }
}
.catalog-element-total__fixed .catalog-element-total__table {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.catalog-element-total__fixed .catalog-element-total__total span:first-of-type {
  color: #a0a0a0;
}
.catalog-element-total__fixed .catalog-element-total__total span:last-of-type, .catalog-element-total__fixed .catalog-element-total__total span:last-of-type span {
  color: white;
}
@media (max-width: 767.9px) {
  .catalog-element-total__fixed .catalog-element-total__total span:last-of-type, .catalog-element-total__fixed .catalog-element-total__total span:last-of-type span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.16px;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-total .btn {
    width: 100%;
  }
}
.catalog-element-total__table {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1023.9px) {
  .catalog-element-total__table {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
}
.catalog-element-total__total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  flex-shrink: 0;
}
.catalog-element-total__total span:first-of-type, .catalog-element-total__total span:first-of-type span {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .catalog-element-total__total span:first-of-type, .catalog-element-total__total span:first-of-type span {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.catalog-element-total__total span:last-of-type, .catalog-element-total__total span:last-of-type span {
  color: #404040;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media (max-width: 767.9px) {
  .catalog-element-total__total span:last-of-type, .catalog-element-total__total span:last-of-type span {
    font-size: 20px;
  }
}
.catalog-element-total__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.catalog-element-total__info-element {
  display: flex;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
}
.catalog-element-total__info-element div {
  display: block;
}
.catalog-element-total__info-element div:first-of-type {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-total__info-element div:first-of-type {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.catalog-element-total__info-element div:nth-child(2) {
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  min-width: 70px;
}
@media (max-width: 767.9px) {
  .catalog-element-total__info-element div:nth-child(2) {
    min-width: unset;
  }
}
@media (max-width: 1439.9px) {
  .catalog-element-total__info-element div:nth-child(2) {
    min-width: 5px;
  }
}
.catalog-element-total__info-element div:last-of-type {
  color: #404040;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-total__info-element div:last-of-type {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}

.catalog-element-sticky-total {
  position: relative;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .catalog-element-sticky-total {
    gap: 20px;
  }
}

.catalog-thumb-slider {
  position: relative;
  padding: 20px 0;
  box-sizing: content-box;
  top: -20px;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider {
    top: unset;
    padding: 0 20px;
    left: -20px;
  }
}
.catalog-thumb-slider:after, .catalog-thumb-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: white;
  height: 20px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider:after, .catalog-thumb-slider:before {
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.catalog-thumb-slider:before {
  top: 0;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider:before {
    left: 0;
  }
}
.catalog-thumb-slider .swiper-button-disabled {
  display: none !important;
}
.catalog-thumb-slider__nav, .catalog-thumb-slider__nav--prev, .catalog-thumb-slider__nav--next {
  display: none;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider__nav, .catalog-thumb-slider__nav--prev, .catalog-thumb-slider__nav--next {
    width: 30px;
    height: 30px;
  }
}
.catalog-thumb-slider__nav--next {
  transform: rotate(90deg);
  bottom: 0;
  top: unset;
  position: absolute;
  left: 13px;
  z-index: 20;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider__nav--next {
    transform: unset;
    left: unset;
    right: 11px;
    top: 39px;
  }
}
.catalog-thumb-slider__nav--prev {
  transform: rotate(-90deg);
  top: 22px;
  left: 13px;
  position: absolute;
  z-index: 20;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider__nav--prev {
    transform: rotate(180deg);
    left: 11px;
    top: 39px;
  }
}
.catalog-thumb-slider.swiper-initialized .catalog-thumb-slider__nav, .catalog-thumb-slider.swiper-initialized .catalog-thumb-slider__nav--next, .catalog-thumb-slider.swiper-initialized .catalog-thumb-slider__nav--prev {
  display: flex;
}

.product-gallery .fancybox__content {
  box-shadow: none;
}
@media (max-width: 1023.9px) {
  .product-gallery .fancybox__content {
    margin: auto;
  }
}
.product-gallery .fancybox__backdrop {
  background: white;
}
.product-gallery .fancybox__close {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  top: 0;
  right: 0;
}
.product-gallery .fancybox__infobar {
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif, serif;
  -webkit-font-smoothing: none;
  text-shadow: none;
  color: #a0a0a0;
}
.product-gallery .is-horizontal .fancybox__nav svg {
  filter: none;
  stroke-width: 3px;
}
.product-gallery .is-horizontal .fancybox__nav .f-button {
  color: #8c8c8c;
}
@media (max-width: 1023.9px) {
  .product-gallery .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 8px;
    transform: translateY(50%);
    bottom: 50%;
  }
}
@media (max-width: 1023.9px) {
  .product-gallery .is-horizontal .fancybox__nav .f-button.is-next {
    right: 8px;
    transform: translateY(50%);
    bottom: 50%;
  }
}
html:not(.bx-touch) .product-gallery .is-horizontal .fancybox__nav .f-button:not([disabled]):hover, html.bx-touch .product-gallery .is-horizontal .fancybox__nav .f-button:not([disabled]):active {
  background-color: #404040;
  color: white;
}
.product-gallery .f-thumbs__slide {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 539.9px) {
  .product-gallery .f-thumbs__slide {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.product-gallery .f-thumbs__slide.is-nav-selected .f-thumbs__slide__button:after {
  border: 2px solid #404040;
  border-radius: 8px;
}
.product-gallery .f-thumbs__slide .f-thumbs__slide__button {
  background: #f9f9f9;
}
.product-gallery .fancybox__slide {
  padding: 4px;
}
@media (max-width: 1023.9px) {
  .product-gallery .fancybox__slide {
    padding: 40px 4px 40px;
  }
}
.product-gallery .fancybox__slide.has-image > .fancybox__content {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
}
.product-gallery .fancybox__slide.has-image > .fancybox__content .fancybox-image {
  mix-blend-mode: darken;
}
.product-gallery .fancybox__slide.has-inline > #custom-video {
  background: #f9f9f9;
  border-radius: 8px;
  height: 560px;
  cursor: pointer;
}
.product-gallery .fancybox__slide.has-inline > #custom-video .catalog-element-slider-video__link {
  mix-blend-mode: darken;
}
.product-gallery .f-thumbs__slide__img {
  object-fit: contain;
  padding: 4px;
  mix-blend-mode: darken;
}
.product-gallery.is-compact .fancybox__footer {
  background: transparent;
}

@media (max-width: 1023.9px) {
  jdiv {
    display: none !important;
  }
}
.video-preview {
  position: relative;
  height: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 56.6%;
  width: 100%;
  background-color: #f2f2f2;
}
@media (max-width: 767.9px) {
  .video-preview {
    padding-bottom: 56.927%;
  }
}
html:not(.bx-touch) .video-preview:hover .video-preview__play-bg, html.bx-touch .video-preview:active .video-preview__play-bg {
  width: 96px;
  height: 96px;
}
.video-preview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.video-preview__play .icon--lestate--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: white;
  margin-left: 2px;
  z-index: 2;
}
.video-preview__play__small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.video-preview__play__small .icon--lestate--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin-left: 2px;
  z-index: 2;
}
.video-preview__play__small .video-preview__play-bg {
  width: 24px;
  height: 24px;
}
.video-preview__play__small i {
  width: 12px;
}
.video-preview__play-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
.video-preview .no-photo {
  justify-content: start;
  padding-bottom: 50%;
  background: #f2f2f2;
}
.video-preview .no-photo i {
  display: none;
}
.video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}
.video-preview.play iframe {
  display: block;
}
.video-preview.play .video-preview__play, .video-preview.play picture {
  display: none;
}

video {
  background-color: transparent;
  border-bottom: 1px solid transparent; /* хак для предотвращения мелькания при загрузке на некоторых версиях ios */
}
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}

.custom-video-controls-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  padding: 1rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.custom-video-controls-wrapper .icon--lestate {
  width: 1.5em;
  height: 1.5em;
}
.custom-video-controls-wrapper .custom-video-controls {
  display: flex;
  justify-content: space-between;
}
.custom-video-controls-wrapper .time-display {
  font-family: monospace;
  min-width: 80px;
  text-align: center;
}
.custom-video-controls-wrapper .video-progress {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-appearance: none;
  /* Chrome / Safari / Opera */
  /* Firefox */
  /* IE / Edge (старые версии) */
  /* Чтобы в Firefox трек не был «закрашен» цветом прогресса, можно прописать */
}
.custom-video-controls-wrapper .video-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
}
.custom-video-controls-wrapper .video-progress::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.custom-video-controls-wrapper .video-progress::-ms-thumb {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
}
.custom-video-controls-wrapper .video-progress::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.85);
  height: 4px;
  border-radius: 2px;
}

.active {
  opacity: 1;
  visibility: visible;
}

/* End */


/* Start:/local/templates/2023/components/bitrix/news.detail/news/style.css?17647474346935*/
.news-date-actions {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: 1/-1;
}
.news-date-actions__date {
  line-height: 1;
  font-size: 13px;
  color: #767676;
  text-align: right;
}
.news-date-actions__back i {
  transform: rotate(180deg);
  flex-shrink: 0;
}
.news-date-actions__back span {
  line-height: 1;
}

.detail-text-news {
  margin-top: 32px;
}
.detail-text-news a.btn {
  display: flex;
  width: fit-content;
  position: relative;
  padding: 16px 32px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  margin: 20px auto;
}
@media (max-width: 1023.9px) {
  .detail-text-news a.btn {
    padding: 10px 16px !important;
  }
}
.detail-text-news img {
  max-width: 100%;
  height: auto;
}

.detail-sprint-editor {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 24px;
  margin: 48px auto 0;
}
@media (max-width: 1439.9px) {
  .detail-sprint-editor {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}
@media (max-width: 1023.9px) {
  .detail-sprint-editor {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .detail-sprint-editor {
    display: flex;
    flex-direction: column;
  }
}
.detail-sprint-editor p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1023.9px) {
  .detail-sprint-editor p {
    font-size: 15px;
  }
}
.detail-sprint-editor p.text-small {
  font-size: 16px;
}
@media (max-width: 1023.9px) {
  .detail-sprint-editor p.text-small {
    font-size: 13px;
  }
}
.detail-sprint-editor p:last-of-type, .detail-sprint-editor ul:last-of-type, .detail-sprint-editor ol:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.detail-sprint-editor .information-block {
  margin-bottom: 32px;
}
.detail-sprint-editor .information-block:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.detail-sprint-editor .information-block--gallery {
  gap: 24px 0;
}
.detail-sprint-editor .information-block__gallery-item .no-photo {
  min-height: 185px;
}
.detail-sprint-editor .information-block__gallery-item img {
  width: 100% !important;
}
.detail-sprint-editor .information-block--image .no-photo {
  height: auto;
}
.detail-sprint-editor .information-block p {
  margin-bottom: 0px;
}
.detail-sprint-editor .button-wrapper__left, .detail-sprint-editor .button-wrapper__center, .detail-sprint-editor .button-wrapper__right {
  display: flex;
}
.detail-sprint-editor .button-wrapper__left {
  justify-content: flex-start;
}
.detail-sprint-editor .button-wrapper__center {
  justify-content: center;
}
.detail-sprint-editor .button-wrapper__right {
  justify-content: flex-end;
}
.detail-sprint-editor__col__1 {
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.detail-sprint-editor__col__2 {
  width: 100%;
}
.detail-sprint-editor__col__2 h1 {
  margin-top: -5px;
}
.detail-sprint-editor__preview {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.sp-image__text {
  margin-top: 16px;
}
.sp-image img {
  border-radius: 8px;
}

.sp-text-image {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 32px;
}
@media (max-width: 1439.9px) {
  .sp-text-image {
    gap: 32px;
  }
}
@media (max-width: 767.9px) {
  .sp-text-image {
    flex-direction: column !important;
  }
}
.sp-text-image__image, .sp-text-image__text {
  box-sizing: border-box;
}
.sp-text-image.right {
  flex-direction: row-reverse;
}
.sp-text-image__image {
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 406px;
  height: 406px;
  width: 406px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  .sp-text-image__image {
    width: 280px;
    height: auto;
  }
}
@media (max-width: 767.9px) {
  .sp-text-image__image {
    width: 100%;
    height: auto;
  }
}
.sp-text-image__text {
  width: 100%;
}
.sp-video {
  margin-bottom: 32px;
}
.sp-video .img-fluid {
  width: 100%;
}

.sp-thumb-slider .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 767.9px) {
  .sp-thumb-slider .swiper-wrapper {
    justify-content: unset;
  }
}

.sp-element-slider {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 32px;
}
.sp-element-slider .swiper {
  margin: unset;
  position: relative;
}
.sp-element-slider .swiper:first-of-type {
  max-height: unset;
  order: 1;
  width: 100%;
  flex-shrink: 1;
}
.sp-element-slider .swiper:first-of-type .swiper-slide {
  border-radius: 8px;
  background: #f9f9f9;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  padding: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.sp-element-slider .swiper:first-of-type .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.sp-element-slider .swiper:first-of-type .swiper-slide img {
  mix-blend-mode: darken;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.sp-element-slider .swiper:last-of-type {
  border-radius: 8px;
  background: #f9f9f9;
  padding: 16px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-height: 480px;
}
@media (max-width: 1439.9px) {
  .sp-element-slider .swiper:last-of-type {
    max-height: 430px;
  }
}
@media (max-width: 1023.9px) {
  .sp-element-slider .swiper:last-of-type {
    max-height: 380px;
  }
}
.sp-element-slider .swiper:last-of-type .swiper-slide {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
}
.sp-element-slider .swiper:last-of-type .swiper-slide img {
  mix-blend-mode: darken;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sp-product-slider {
  margin-bottom: 32px;
  padding-top: 24px;
}
@media (max-width: 1023.9px) {
  .sp-product-slider {
    padding-top: 16px;
  }
}
.sp-product-slider a.btn--xs-small {
  text-wrap: nowrap;
}

.detail-sprint-editor p.sp-lid-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 20px !important;
}
@media (max-width: 1023.9px) {
  .detail-sprint-editor p.sp-lid-text {
    font-size: 18px;
  }
}

.other-news-title {
  margin-top: 80px !important;
}
@media (max-width: 1023.9px) {
  .other-news-title {
    margin-top: 48px !important;
  }
}

.other-news-container {
  border-top: 1px solid #f2f2f2;
}

.detail-news {
  margin-bottom: 80px;
}
@media (max-width: 1023.9px) {
  .detail-news {
    margin-bottom: 48px;
  }
}

.toc__item--h2 {
  list-style-type: none;
}
.toc a {
  text-decoration: none;
  color: #404040;
}
html:not(.bx-touch) .toc a:hover, html.bx-touch .toc a:active {
  color: #ff5c5c;
}
.toc .h4 {
  margin-top: 0;
}
.toc ul {
  padding: 0;
}

/* End */
/* /local/templates/2023/components/teamprofi/video/.default/style.css?17543186023237 */
/* /local/templates/2023/components/teamprofi/catalog.products/line/style.css?17543186026706 */
/* /local/templates/2023/components/teamprofi/catalog.detail/.default/style.css?175431860234888 */
/* /local/templates/2023/components/bitrix/news.detail/news/style.css?17647474346935 */
