

/* Start:/local/templates/main2026/components/bitrix/catalog.element/.default/style.css?17724624468138*/
.product__main{
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}
h1{
  display: none;
}
.product__images{
  flex: 1;
}
.product__info{
  flex: 0 0 429px;
}
.product .position-sticky{
  position: sticky;
  top: 8px;
}
.product__popular b{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.product__popular span{
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.product__popular{
  background-color: var(--primery-background-third);
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/upload/icon/product/bell.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-bottom: 16px;
}
.product__info .in-cart{
  width: 100%;
  max-width: 100%;
}
.buy-1-click{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-align: center;
  margin-top: 8px;
}
.product__images .swiper .swiper-wrapper .swiper-slide img{
  display: block;
}
.product__stickers {
  border-bottom: 1px solid var(--separator-second-color);
  padding-bottom: 8px;
}
.product__stickers ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.product__stickers ul li.eac{
  padding-left: 26px;
}
.product__stickers ul li{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}

.product__name{
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin: 16px 0 24px;
}
.product__price{
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-second);
  color: var(--text-color);
  margin-bottom: 24px;
}
.product__price .old{
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--grey-color);
}
.product__price .new{
  color: var(--secondary-color);
}
.attr-current{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.attr-current span{
  margin-left: 8px;
  color: var(--grey-color);
}
.product__upsurge-list,
.product__upsurge-list,
.product__color-list{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.product .checkbox-text{
  padding: 8px 0;
  width: 44px;
  text-align: center;
}

.product__save{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.product__wishlist{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.product__wishlist.active path{
  fill: var(--button-color-hover);
}

.product__description .need-help{
  flex: 0 0 428px;
}
.product__description .accordion{
  flex: 1;
}
.product__description{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.need-help__title{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 32px;
}
.need-help__tel{
  background-image: url(/upload/icon/product/tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: var(--font-second);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-left: 32px;
  display: block;
  color: var(--text-color);
  text-decoration: none;
  transition: color .2s linear;
  margin-bottom: 16px;
}
.need-help__tel:hover{
  color: var(--text-color-hover);
}
.need-help > span{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  color: var(--grey-color);
  display: block;
}
.need-help__code{
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--grey-color);
  margin-bottom: 32px;
}
.need-help__code b{
  color: var(--text-color);
}
.need-help .btn{
  width: 100%;
  max-width: 100%;
  background-color: var(--primery-background-second);
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  text-decoration: none;
  color: var(--text-color);
  transition: opacity .2s linear;
}
.need-help .btn:hover{
  opacity: .6;
}

.product__images .swiper .swiper-wrapper .swiper-slide .video-slide{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 68px;
  background-image: url(/upload/icon/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  pointer-events: none;
  z-index: 2;
}


.accordion__item__content table {
  width: 100%;
}
.accordion__item__content table tr td {
  padding: 4px;
}

.accordion__item__content table tr td, .accordion__item__content table {
  border: 1px solid var(--separator-second-color);
}

.accordion__item__content table tr td {
  padding: 4px;
  border-top: 0;
  border-left: 0;
}

.accordion__item__content table tr:last-child td {
  border-bottom: 0;
}

.accordion__item__content table tr td:last-child {
  border-right: 0;
}

@media (max-width: 1150px) {
  .product__info {
    flex: 0 0 280px;
  }
  .product__name {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 820px) {
  .product__images{
    flex: 0 0 100%;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
  }
  .product__images video{
    width: 100%;
  }
  .product__images .swiper{
    min-width: 0;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: transparent;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    line-height: 40px;
    text-align: center;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 125%;
    overflow: hidden;
    height: auto;
    background-color: var(--primery-background-forth);
  }
  .product__description .need-help,
  .product__info {
    flex: 0 0 100%;
  }
  .product__stickers ul{
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .product__main{
    gap: 16px;
  }
  .product__stickers ul{
    gap: 8px 13px;
  }
  .product__name {
    font-size: 18px;
    line-height: 20px;
    margin: 16px 0 8px;
  }
  .product__price{
    font-size: 16px;
    line-height: 16px;
  }
  .attr-current{
    margin-bottom: 8px;
  }
  .checkbox-color__color{
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
  }
  .product .checkbox-text{
    padding: 7px 0;
  }
  .accordion__item__title{
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
  }
}



@media (min-width: 821px) {
  .product__images .swiper .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: transparent;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    line-height: 40px;
    text-align: center;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(50% - 4px);
    padding-bottom: 74%;
    overflow: hidden;
    height: auto;
    background-color: var(--primery-background-forth);
  }
}

label.not-available {
  opacity: .6;
  color: #c5c5c5;
  border-color: #c5c5c5;
  cursor: default;
}
label.not-available:before {
  width: 1px;
  height: 100%;
  background: #888;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 0;
  content: "";
  display: block;
}
/* End */
/* /local/templates/main2026/components/bitrix/catalog.element/.default/style.css?17724624468138 */
