

/* Start:/local/templates/html/assets/components-template/seo-text/style.css?1753633449627*/
.seo-text {
  margin: 100px auto 0;
  max-width: 900px; }
  @media (max-width: 1099px) {
    .seo-text {
      margin: 54px auto 0; } }
  .seo-text__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #AAAAAA; }
    @media (max-width: 1099px) {
      .seo-text__title {
        font-size: 18px; } }
  .seo-text__descr {
    font-size: 16px;
    color: #AAAAAA; }
    @media (max-width: 1099px) {
      .seo-text__descr {
        font-size: 12px; } }
    .seo-text__descr p:not(:last-child) {
      margin-bottom: 20px; }
    .seo-text__descr.folded .icon {
      transform: rotate(180deg); }

/* End */


/* Start:/local/templates/html/assets/components-template/product-page/style.css?175817126934335*/
@media (max-width: 1099px) {
  .page-product .page-header-section {
    display: none; }
  .page-product .d-show-sm .page-header-section {
    display: flex; } }

@media (max-width: 1099px) and (max-width: 1099px) {
  .page-product .product-image {
    margin-top: 0px; } }

.product-page__flex {
  display: flex; }
  @media (max-width: 1249px) {
    .product-page__flex {
      flex-direction: column; } }

.product-page__grid {
  display: grid;
  grid-template-columns: 1fr 29% 382px;
  gap: 62px; }
  @media (max-width: 1799px) {
    .product-page__grid {
      gap: 41px; } }
  @media (max-width: 1559px) {
    .product-page__grid {
      grid-template-columns: 1fr 35% 346px;
      gap: 29px; } }
  @media (max-width: 1249px) {
    .product-page__grid {
      grid-template-columns: 50% 50%;
      gap: 0px;
      grid-template-areas: "first second" "first third"; }
      .product-page__grid:last-child {
        margin-top: 28px; } }
  @media (max-width: 1099px) {
    .product-page__grid {
      grid-template-columns: 1fr;
      grid-template-areas: "first" "second" "third"; }
      .product-page__grid:last-child {
        margin-top: 0px; } }
  .product-page__grid-wrap {
    margin-bottom: 100px; }
    @media (max-width: 1799px) {
      .product-page__grid-wrap {
        margin-bottom: 96px; } }
    @media (max-width: 1249px) {
      .product-page__grid-wrap {
        margin-bottom: 90px; } }
    @media (max-width: 1099px) {
      .product-page__grid-wrap {
        margin-bottom: 74px; } }
    @media (max-width: 575px) {
      .product-page__grid-wrap {
        margin-bottom: 63px; } }
    @media (max-width: 575px) {
      .product-page__grid-wrap {
        margin-bottom: 54px; } }

@media (max-width: 1249px) {
  .product-page__area:nth-child(1) {
    grid-area: first;
    padding-right: 46px; }
  .product-page__area:nth-child(2) {
    grid-area: second; }
  .product-page__area:nth-child(3) {
    grid-area: third; } }

@media (max-width: 1099px) {
  .product-page__area:nth-child(1) {
    padding-right: 0px; } }

.product-page__first {
  grid-area: first; }

.product-page__second {
  grid-area: second; }

@media (max-width: 1099px) {
  .product-page__col {
    margin-bottom: 30px; } }

.product-page__third {
  grid-area: third;
  margin-top: 110px; }
  @media (max-width: 1559px) {
    .product-page__third {
      margin-top: 62px; } }

.product-page__tabs {
  border-bottom: 1px solid #c4c4c4;
  display: flex; }
  @media (max-width: 1559px) {
    .product-page__tabs {
      display: none; } }

.product-page__tab {
  font-size: 24px;
  color: #aaaaaa;
  line-height: 1.5;
  margin-right: 40px;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative; }
  .product-page__tab.active {
    pointer-events: none;
    color: var(--theme-base-color); }
    .product-page__tab.active:after {
      right: 0; }
  .product-page__tab:after {
    position: absolute;
    content: "";
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 3px;
    background-color: var(--theme-base-color);
    transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .product-page__tab:hover {
      cursor: pointer;
      color: var(--theme-base-color); }
      .product-page__tab:hover:after {
        right: 0; } }

.product-page__media-row {
  display: flex; }
  @media (max-width: 1559px) {
    .product-page__media-row {
      display: block; } }

.product-page__media-right {
  width: 27%;
  padding-left: 25px;
  flex: 0 0 auto; }
  @media (max-width: 1559px) {
    .product-page__media-right {
      padding-left: 0px;
      display: flex;
      width: auto;
      margin-top: 40px; } }

.product-page__image {
  width: 100%; }

.product-page__right {
  position: sticky;
  top: 140px; }
  @media (max-width: 1249px) {
    .product-page__right {
      position: relative;
      top: 0px; } }

.product-page__row {
  display: flex;
  flex-wrap: wrap;
  margin: -35px; }
  @media (max-width: 1099px) {
    .product-page__row {
      flex-direction: column;
      margin: 0px; } }

.product-page__tab-content {
  padding-top: 40px;
  display: none; }
  @media (max-width: 1559px) {
    .product-page__tab-content {
      padding-top: 0px;
      border-bottom: 1px solid #e4e4e4; } }
  .product-page__tab-content .product-descr__table:first-child {
    margin-top: 0px; }
  .product-page__tab-content.active {
    display: block; }
  @media (max-width: 1559px) {
    .product-page__tab-content {
      display: block; } }

.product-page__media-toggler {
  display: none;
  font-size: 16px;
  padding: 8px 0px;
  line-height: 1.5; }
  @media (max-width: 1559px) {
    .product-page__media-toggler {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .product-page__media-toggler .icon {
        transform: rotate(90deg); } }
  .product-page__media-toggler.active {
    color: var(--theme-base-color); }
    .product-page__media-toggler.active .icon {
      transform: rotate(-90deg); }

@media (max-width: 1559px) {
  .product-page__media-content {
    display: none;
    margin-top: 14px;
    padding-bottom: 20px; } }

.product-page__utp {
  margin-top: 100px; }
  @media (max-width: 1249px) {
    .product-page__utp {
      display: none; } }
  .product-page__utp-title {
    font-weight: 600;
    margin-bottom: 17px; }

.product-image {
  display: flex; }
  @media (max-width: 1249px) {
    .product-image {
      justify-content: center;
      margin-top: 20px; } }
  .product-image__hover {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
    .product-image__hover svg {
      stroke: #AEB6BE;
      fill: #fff; }
  .product-image__labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px; }
    .product-image__labels .product-card__label {
      border-radius: 2px;
      font-weight: 600; }
  .product-image__main {
    position: relative;
    width: 100%;
    flex-grow: 1; }
    .product-image__main .lazy-img-wrap {
      width: 100%; }
    .product-image__main .swiper,
    .product-image__main .swiper-slide,
    .product-image__main .swiper-container,
    .product-image__main .lazy-img-wrap {
      height: 100%; }
    .product-image__main .swiper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 1099px) {
        .product-image__main .swiper {
          position: static; } }
    @media (max-width: 1099px) {
      .product-image__main .swiper-container {
        padding-bottom: 100%;
        position: relative; } }
    @media (max-width: 1099px) {
      .product-image__main .swiper-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .product-image__main .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-image__main .swiper-slide img {
        max-width: 100%;
        max-height: 100%; }
    .product-image__main .swiper-pagination {
      display: none; }
      @media (max-width: 1099px) {
        .product-image__main .swiper-pagination {
          height: 10px;
          display: flex;
          position: static;
          justify-content: center;
          margin: auto;
          margin-top: 17px;
          transform: none; } }
    .product-image__main .swiper-pagination-bullets-dynamic {
      justify-content: initial; }
    @media (max-width: 1099px) {
      .product-image__main {
        max-width: 552px;
        margin: auto;
        margin-bottom: 32px; } }
  .product-image__video {
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
    fill: #AEB6BE;
    transition: all ease .3s;
    z-index: 2;
    max-width: 10%;
    max-height: 10%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1099px) {
      .product-image__video {
        width: 44px;
        height: 44px; } }
    .product-image__video .icon {
      flex-shrink: 0; }
    @media (min-width: 1024px) {
      .product-image__video:hover {
        fill: #969696; } }
  .product-image__rubber {
    position: relative;
    padding-bottom: 100%; }
    @media (max-width: 1099px) {
      .product-image__rubber {
        padding-bottom: 0px; } }
  .product-image__nav {
    height: 550px;
    cursor: default;
    display: flex;
    align-items: center;
    margin-right: 14px; }
    @media (max-width: 1799px) {
      .product-image__nav {
        height: 454px; } }
    @media (max-width: 1559px) {
      .product-image__nav {
        height: 321px;
        margin-right: 11px; } }
    @media (max-width: 1249px) {
      .product-image__nav {
        height: 398px; } }
    .product-image__nav.hide {
      display: none; }
    .product-image__nav .swiper,
    .product-image__nav .swiper-slide,
    .product-image__nav .swiper-container,
    .product-image__nav .lazy-img-wrap {
      height: 100%; }
    .product-image__nav .swiper-slide {
      width: 70px;
      height: 70px;
      box-sizing: content-box;
      margin-right: 10px; }
      @media (max-width: 1799px) {
        .product-image__nav .swiper-slide {
          width: 67px;
          height: 67px; } }
      @media (max-width: 1559px) {
        .product-image__nav .swiper-slide {
          width: 45px;
          height: 45px; } }
      @media (max-width: 1249px) {
        .product-image__nav .swiper-slide {
          width: 48px;
          height: 48px; } }
      .product-image__nav .swiper-slide:last-child {
        margin-right: 0; }
      .product-image__nav .swiper-slide.swiper-slide-thumb-active {
        pointer-events: none; }
        .product-image__nav .swiper-slide.swiper-slide-thumb-active .lazy-img-wrap {
          border-color: var(--theme-base-color);
          pointer-events: none; }
    .product-image__nav .lazy-img-wrap {
      margin: auto;
      border: 1px solid #e4e4e4;
      box-sizing: border-box;
      border-radius: 2px;
      transition: all 0.3s ease;
      padding: 13px; }
      @media (max-width: 1559px) {
        .product-image__nav .lazy-img-wrap {
          padding: 6px; } }
      @media (min-width: 1024px) {
        .product-image__nav .lazy-img-wrap:hover {
          cursor: pointer;
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.25); } }
    .product-image__nav img {
      max-width: 100%;
      max-height: 100%; }
    .product-image__nav .swiper-button-prev,
    .product-image__nav .swiper-button-next {
      width: 12px;
      height: 12px; }
    .product-image__nav .swiper-button-prev {
      bottom: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      border: none;
      top: auto; }
    .product-image__nav .swiper-button-next {
      top: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      border: none; }
    .product-image__nav .swiper-button-next,
    .product-image__nav .swiper-button-prev {
      background: transparent; }
      .product-image__nav .swiper-button-next.swiper-button-disabled,
      .product-image__nav .swiper-button-prev.swiper-button-disabled {
        display: none;
        opacity: 1;
        pointer-events: none; }
        .product-image__nav .swiper-button-next.swiper-button-disabled .icon,
        .product-image__nav .swiper-button-prev.swiper-button-disabled .icon {
          fill: grey;
          opacity: 0.3; }
      .product-image__nav .swiper-button-next .icon,
      .product-image__nav .swiper-button-prev .icon {
        fill: inherit; }
      @media (min-width: 1024px) {
        .product-image__nav .swiper-button-next:hover,
        .product-image__nav .swiper-button-prev:hover {
          cursor: pointer;
          box-shadow: none; }
          .product-image__nav .swiper-button-next:hover .icon,
          .product-image__nav .swiper-button-prev:hover .icon {
            fill: var(--theme-base-color); } }
    @media (max-width: 1099px) {
      .product-image__nav {
        display: none; } }
  @media (min-width: 1024px) {
    .product-image:hover {
      cursor: pointer; }
      .product-image:hover .product-image__hover {
        opacity: 1;
        visibility: visible; } }

.product-descr__code {
  color: #aaaaaa;
  margin-bottom: 6px;
  line-height: 1.5; }

.product-descr__category {
  color: #aaaaaa;
  margin-bottom: 6px;
  line-height: 1.5; }

.product-descr__row {
  display: flex;
  align-items: center;
  gap: 20px; }

.product-descr__rate {
  display: flex;
  align-items: center; }
  .product-descr__rate-total {
    font-weight: 600;
    margin-left: 7px; }

.product-descr__table {
  margin-top: 31px; }
  @media (max-width: 1249px) {
    .product-descr__table {
      margin-top: 0px; } }
  .product-descr__table-title {
    font-weight: 600;
    margin-bottom: 18px; }

.product-descr__star {
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-descr__star.active .icon {
    fill: #fe954c; }
  .product-descr__star .icon {
    fill: #e4e4e4; }

.product-descr__feedback {
  font-weight: 600;
  margin-left: 40px;
  transition: opacity 0.3s ease;
  color: #aaaaaa; }
  @media (min-width: 1024px) {
    .product-descr__feedback:hover {
      cursor: pointer;
      opacity: 0.8; } }

.product-features[data-show-items] .product-features__item {
  display: none; }

.product-features[data-show-items="1"] .product-features__item:nth-child(-n + 1) {
  display: flex; }

.product-features[data-show-items="2"] .product-features__item:nth-child(-n + 2) {
  display: flex; }

.product-features[data-show-items="3"] .product-features__item:nth-child(-n + 3) {
  display: flex; }

.product-features[data-show-items="4"] .product-features__item:nth-child(-n + 4) {
  display: flex; }

.product-features[data-show-items="5"] .product-features__item:nth-child(-n + 5) {
  display: flex; }

.product-features[data-show-items="6"] .product-features__item:nth-child(-n + 5) {
  display: flex; }

.product-features__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4; }
  @media (max-width: 1249px) {
    .product-features__item {
      margin-bottom: 20px; } }

.product-features__sep {
  flex-grow: 1;
  margin: 0px 3px;
  margin-bottom: 4px;
  min-width: 15px; }

.product-features__val {
  text-align: right; }

.product-features__prop {
  color: #aaaaaa;
  display: flex;
  align-items: center; }
  .product-features__prop .tooltip-wrap {
    padding: 0px 4px; }

.product-features__more {
  color: var(--theme-base-accent-color); }
  @media (min-width: 1024px) {
    .product-features__more:hover {
      cursor: pointer;
      opacity: 0.7; } }

.product-features__title {
  font-weight: 600;
  margin-bottom: 16px; }

.product-features__block {
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .product-features__block {
      margin-bottom: 38px; } }
  .product-features__block:last-child {
    margin-bottom: 0px; }

.product-features--v2 .product-features__item {
  display: grid;
  grid-template-columns: 1fr calc(30% + 382px + 62px); }
  @media (max-width: 1799px) {
    .product-features--v2 .product-features__item {
      grid-template-columns: 1fr calc(30% + 382px + 41px); } }
  @media (max-width: 1559px) {
    .product-features--v2 .product-features__item {
      grid-template-columns: 1fr calc(35% + 346px + 29px); } }
  @media (max-width: 1099px) {
    .product-features--v2 .product-features__item {
      grid-template-columns: 1fr 1fr; }
      .product-features--v2 .product-features__item .product-features__val {
        text-align: right; } }

.product-precontrol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }
  .product-precontrol__left {
    color: #969696; }
  .product-precontrol__right {
    display: flex;
    align-items: center;
    gap: 20px; }
  .product-precontrol__item {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #969696;
    transition: all 0.3s ease; }
    .product-precontrol__item.active {
      fill: var(--theme-base-color); }
    @media (min-width: 1024px) {
      .product-precontrol__item:hover {
        cursor: pointer;
        fill: var(--theme-base-color); } }

.product-control {
  padding: 24px 30px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  position: relative; }
  @media (max-width: 1249px) {
    .product-control {
      padding: 18px 20px;
      margin-bottom: 28px; } }
  @media (max-width: 1099px) {
    .product-control {
      padding: 24px; } }
  @media (max-width: 1099px) {
    .product-control__status {
      position: absolute;
      top: 26px;
      right: 24px; } }
  .product-control__one-click {
    display: flex;
    justify-content: center; }
  .product-control__counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    gap: 24px; }
    .product-control__counter .basketData-msg-wrap {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      font-size: 12px;
      font-weight: 600; }
      .product-control__counter .basketData-msg-wrap .basketData-msg {
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-control__counter .basketData-msg-wrap.red {
        color: #f45057; }
      @media (max-width: 575px) {
        .product-control__counter .basketData-msg-wrap {
          font-size: 9px; } }
    .product-control__counter .product-card__to-cart {
      margin-left: 0px;
      white-space: nowrap; }
  .product-control__row {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1099px) {
      .product-control__row {
        margin-bottom: 0px; } }
    .product-control__row--price {
      justify-content: flex-start;
      flex-wrap: wrap; }
  .product-control__price-current {
    font-weight: 600;
    margin-right: 14px; }
    @media (max-width: 1099px) {
      .product-control__price-current {
        font-size: 32px;
        line-height: 1.18; } }
    @media (max-width: 575px) {
      .product-control__price-current {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .product-control__price-current {
        font-size: 26px; } }
  .product-control__price-old {
    color: #aaaaaa;
    text-decoration: line-through; }
    @media (max-width: 1099px) {
      .product-control__price-old {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .product-control__price-old {
        font-size: 14px; } }
  .product-control__price-price {
    font-weight: 600; }
  .product-control__counter .counter-input {
    width: 100%;
    max-width: none; }
  @media (max-width: 1099px) {
    .product-control__counter {
      margin-bottom: 21px; } }
  .product-control__add-to-cart .btn.btn--primary {
    width: 100%; }
    .product-control__add-to-cart .btn.btn--primary span {
      display: flex;
      align-items: center; }
  .product-control__buttons {
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    gap: 18px; }
    @media (max-width: 1099px) {
      .product-control__buttons {
        display: none; } }
  .product-control__descr {
    text-align: center;
    font-weight: 600; }
  .product-control .product-card__label {
    display: inline-block;
    margin-bottom: 8px; }

.product-notification {
  padding: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin-top: 35px; }
  .product-notification__item {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    fill: #aeb6be; }
    .product-notification__item:last-child {
      margin-bottom: 0px; }
    .product-notification__item .tooltip-wrap {
      width: 18px;
      height: 18px; }
  @media (max-width: 1249px) {
    .product-notification {
      margin-top: 0px; } }
  @media (max-width: 1099px) {
    .product-notification {
      padding: 20px; } }
  .product-notification__title {
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 7px; }
    @media (max-width: 1099px) {
      .product-notification__title {
        font-size: 14px;
        margin-bottom: 11px; } }
  .product-notification__link {
    margin-top: 28px;
    text-decoration: underline;
    font-size: 14px; }
    @media (max-width: 1099px) {
      .product-notification__link {
        font-size: 12px;
        margin-top: 12px; } }
    @media (min-width: 1024px) {
      .product-notification__link:hover {
        cursor: pointer;
        text-decoration: none; } }

.reviews {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .reviews__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .reviews__modal {
    font-weight: 600;
    white-space: nowrap;
    margin-left: 20px;
    font-size: 16px;
    color: var(--theme-base-color);
    transition: all 0.3s ease; }
    @media (max-width: 1099px) {
      .reviews__modal {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .reviews__modal:hover {
        cursor: pointer;
        opacity: 0.8; } }
  .reviews.active .reviews__item {
    display: block; }
  .reviews__title {
    font-weight: 600;
    margin-bottom: 20px; }
  .reviews__item {
    padding: 24px 30px;
    padding-bottom: 25px;
    border: 1px solid #e4e4e4;
    display: none; }
    @media (max-width: 1099px) {
      .reviews__item {
        padding: 20px; } }
    .reviews__item:nth-child(-n + 3) {
      display: block; }
    .reviews__item.active .reply {
      display: block; }
  .reviews__total {
    display: flex;
    justify-content: center; }
    .reviews__total .show-more {
      margin: auto; }

.review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px; }
  @media (max-width: 1099px) {
    .review {
      gap: 12px; } }
  .review__header {
    display: flex;
    align-items: center; }
  .review__author {
    font-weight: 600; }
  .review__date {
    margin-left: 20px;
    color: #aaaaaa; }
  .review__rate {
    display: flex;
    align-items: center;
    gap: 10px; }
  .review__stars {
    display: flex;
    align-items: center; }
  .review__grade {
    font-weight: 600; }
  .review__summary-content {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px; }
    @media (max-width: 1099px) {
      .review__summary-content {
        font-size: 12px; } }
  .review__plus {
    margin-bottom: 18px; }
    @media (max-width: 1099px) {
      .review__plus {
        margin-bottom: 8px; } }
    .review__plus-title {
      font-weight: 700; }
  .review__minus {
    margin-bottom: 12px; }
    @media (max-width: 1099px) {
      .review__minus {
        margin-bottom: 8px; } }
    .review__minus-title {
      font-weight: 700; }
  .review__action {
    display: flex;
    align-items: center;
    gap: 18px; }
  .review__like {
    display: flex;
    align-items: center;
    gap: 4px;
    fill: #969696;
    color: #969696; }
    .review__like .icon {
      transform: rotate(180deg); }
    .review__like--dislike .icon {
      transform: rotate(0deg); }
  @media (max-width: 1099px) {
    .review .icon {
      max-width: 12px;
      max-height: 12px; } }

.reply {
  margin-top: 25px;
  padding: 32px 29px;
  background-color: #fafafb;
  display: none; }
  @media (max-width: 1099px) {
    .reply {
      padding: 18px; } }
  .reply__header {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    @media (max-width: 1099px) {
      .reply__header {
        margin-bottom: 10px; } }
  .reply__logo {
    max-width: 90px; }
    @media (max-width: 1099px) {
      .reply__logo {
        max-width: 70px; } }
    .reply__logo img {
      max-width: 100%;
      max-height: 100%; }
  .reply__author {
    margin-left: 30px;
    font-weight: 600; }

.product-control-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 57px;
  padding: 14px 0px;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 5px 1px 15px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
  transform: translateY(100%);
  transition: all ease .3s; }
  @media (max-width: 1099px) {
    .product-control-sticky {
      display: flex; }
      .product-control-sticky.active {
        transform: translateY(0%); } }
  @media (max-width: 575px) {
    .product-control-sticky {
      bottom: 50px; } }
  .product-control-sticky__inner {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
    .product-control-sticky__inner .counter,
    .product-control-sticky__inner .product-card__to-cart {
      width: 100%; }
    .product-control-sticky__inner .product-card__to-cart-name {
      font-size: 16px; }
    .product-control-sticky__inner .counter-input,
    .product-control-sticky__inner .counter-btn {
      height: 40px;
      max-width: none; }
      @media (max-width: 575px) {
        .product-control-sticky__inner .counter-input,
        .product-control-sticky__inner .counter-btn {
          height: 36px; } }
    .product-control-sticky__inner .counter-input {
      width: 100%; }
    .product-control-sticky__inner .product-control__counter {
      margin-bottom: 0px; }
    .product-control-sticky__inner .btn--primary,
    .product-control-sticky__inner .btn--wide,
    .product-control-sticky__inner .btn--color,
    .product-control-sticky__inner .product-card__to-cart {
      margin-left: 0;
      height: 40px; }
      .product-control-sticky__inner .btn--primary .price,
      .product-control-sticky__inner .btn--wide .price,
      .product-control-sticky__inner .btn--color .price,
      .product-control-sticky__inner .product-card__to-cart .price {
        margin-left: auto; }
      @media (max-width: 575px) {
        .product-control-sticky__inner .btn--primary,
        .product-control-sticky__inner .btn--wide,
        .product-control-sticky__inner .btn--color,
        .product-control-sticky__inner .product-card__to-cart {
          height: 36px; } }
  .product-control-sticky__add-to-cart {
    flex-grow: 1;
    display: flex; }
  .product-control-sticky__counter {
    height: 40px; }
    @media (max-width: 1249px) {
      .product-control-sticky__counter {
        height: 34px; } }
  .product-control-sticky__one-click {
    width: 40px;
    height: 40px;
    padding: 0px;
    flex: 0 0 auto; }
    .product-control-sticky__one-click .icon {
      transform: rotate(-10deg); }
    @media (max-width: 575px) {
      .product-control-sticky__one-click {
        width: 36px;
        height: 36px; } }
  @media (max-width: 575px) {
    .product-control-sticky .product-card__to-cart {
      display: flex; } }

.product-block-title {
  margin-bottom: 12px;
  font-weight: 600; }

.product-block {
  margin-bottom: 30px; }
  @media (max-width: 1249px) {
    .product-block {
      margin-bottom: 28px; } }

.product-actions {
  background: #f2f5f9;
  border-radius: 2px;
  padding: 20px 22px; }
  @media (max-width: 575px) {
    .product-actions {
      padding: 14px 7px; } }
  .product-actions__item {
    padding-left: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px; }
    @media (max-width: 575px) {
      .product-actions__item {
        gap: 4px;
        padding-left: 8px; } }
    .product-actions__item:last-child {
      margin-bottom: 0px; }
    .product-actions__item:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      background-color: var(--theme-base-color);
      top: calc(50% - 2px);
      left: 0; }
  .product-actions__title {
    border-bottom: 1px solid; }
  .product-actions__timer {
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
    background: #fff;
    border-radius: 3px; }

.product-info-grid {
  display: grid;
  grid-template-columns: 1fr 382px;
  gap: 62px; }
  @media (max-width: 1799px) {
    .product-info-grid {
      gap: 41px; } }
  @media (max-width: 1559px) {
    .product-info-grid {
      gap: 29px; } }
  @media (max-width: 1249px) {
    .product-info-grid {
      display: flex;
      flex-direction: column; } }
  .product-info-grid__right {
    position: sticky;
    top: calc(100px + var(--headerStickyHeight));
    align-self: flex-start; }
    @media (max-width: 1249px) {
      .product-info-grid__right {
        position: static;
        width: 100%; } }

.product-manufacture {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px; }
  .product-manufacture__title {
    font-weight: 600;
    margin-bottom: 12px; }
  @media (max-width: 575px) {
    .product-manufacture {
      grid-template-columns: 1fr;
      gap: 24px; } }

.product-brand {
  border: 1px solid #e4e4e4;
  border-radius: 2px; }
  .product-brand__image {
    padding: 20px;
    border-bottom: 1px solid #e4e4e4; }
  .product-brand__footer {
    background: #fafafb;
    display: flex;
    justify-content: center;
    padding: 9px; }

.video-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px;
  margin-bottom: 30px; }
  @media (max-width: 1099px) {
    .video-section {
      margin: 0px -5px;
      margin-bottom: 20px; } }
  .video-section__item {
    padding: 14px;
    width: 100%; }
    @media (max-width: 1099px) {
      .video-section__item {
        padding: 5px; } }
  .video-section--two .video-section__item {
    width: 50%; }
    @media (max-width: 1099px) {
      .video-section--two .video-section__item {
        width: 100%; } }
  .video-section--three .video-section__item {
    width: 50%; }
    @media (max-width: 1099px) {
      .video-section--three .video-section__item {
        width: 100%; } }
    .video-section--three .video-section__item:last-child {
      width: 100%; }
  .video-section--four .video-section__item {
    width: 50%; }
    @media (max-width: 1099px) {
      .video-section--four .video-section__item {
        width: 100%; } }
  .video-section--five .video-section__item {
    width: 50%; }
    @media (max-width: 1099px) {
      .video-section--five .video-section__item {
        width: 100%; } }
    .video-section--five .video-section__item:first-child {
      width: 100%; }

.reviews-control {
  padding: 20px 30px;
  border: 1px solid #e4e4e4;
  border-radius: 2px; }
  .reviews-control__header {
    display: flex;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 8px; }
  .reviews-control__rate {
    margin-bottom: 18px; }
  .reviews-control__descr {
    margin-bottom: 8px; }
  .reviews-control__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px; }
    .reviews-control__item:last-child {
      margin-bottom: 0px; }
  .reviews-control__add {
    margin-top: 20px; }
  .reviews-control__grade {
    font-weight: 600;
    color: #969696; }
  .reviews-control__progress {
    flex-grow: 1;
    height: 4px;
    background-color: #e9e9e9;
    position: relative; }
    .reviews-control__progress span {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background-color: #fe954c; }
  @media (max-width: 1099px) {
    .reviews-control {
      padding: 20px; } }

.product-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  .product-mobile-actions__item {
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    background: #fafafb;
    fill: #969696;
    transition: all ease .3s; }
    @media (max-width: 1099px) {
      .product-mobile-actions__item:active, .product-mobile-actions__item:focus {
        color: var(--theme-base-color);
        fill: var(--theme-base-color); } }
    .product-mobile-actions__item.active .icon {
      fill: var(--theme-base-color); }

.product-description__content p {
  display: none; }
  .product-description__content p:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.product-description__content.active p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical; }

.product-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--headerMidHeight) + var(--headerBottomHeight));
  z-index: 20;
  padding: 10px 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 20;
  background-color: #fff;
  transition: top 0.2s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .product-panel__inner {
    max-width: 90%;
    margin: auto; }
    @media (max-width: 1799px) {
      .product-panel__inner {
        max-width: none; } }
  .product-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  @media (max-width: 1249px) {
    .product-panel {
      display: none; } }

.product-card-row {
  display: grid;
  grid-template-columns: 50% 50%; }
  .product-card-row__left {
    border-right: 1px solid #e4e4e4;
    display: flex;
    gap: 15px;
    padding-right: 32px; }
  .product-card-row__right {
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    align-items: center;
    gap: 50px; }
  .product-card-row__image {
    width: 68px;
    height: 68px; }
    .product-card-row__image img {
      max-width: 100%;
      max-height: 100%; }
  .product-card-row__title {
    font-weight: 600; }
  .product-card-row__row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: auto 0; }
  .product-card-row__content {
    display: flex;
    flex-direction: column; }
  .product-card-row__code {
    color: #969696;
    font-weight: 600; }
  .product-card-row__price {
    display: flex;
    align-items: center;
    white-space: nowrap; }
  .product-card-row__control {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 32px; }
  .product-card-row .product-precontrol__right {
    flex: 0 0 auto; }

/* End */


/* Start:/local/templates/html/assets/components-template/fancy-box/style.css?175363344918396*/
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  box-sizing: border-box; }

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease; }

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  --fancybox-accent-color: rgba(255, 255, 255, 0.94);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit="contain"] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #004897;
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: rgba(1, 210, 232, 0.94);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.carousel__button svg {
  transition: all ease .3s; }

@media (hover: hover) {
  .carousel__button:hover svg {
    transform: rotate(180deg);
    stroke: #969696; } }

.carousel__button.is-prev svg, .carousel__button.is-next svg {
  transform: none; }

/* End */


/* Start:/local/templates/html/assets/components-template/product-page-sku/style.css?17581712696303*/
@charset "UTF-8";
.product-sku__list {
  display: flex;
  margin: -10px; }
  @media (max-width: 1099px) {
    .product-sku__list {
      margin: -5px; } }

.product-sku__overflow {
  display: flex;
  gap: 16px;
  padding: 10px;
  flex-wrap: wrap; }
  @media (max-width: 1099px) {
    .product-sku__overflow {
      padding: 5px; } }

.product-sku__item {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: flex;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease; }
  @media (max-width: 1559px) {
    .product-sku__item {
      width: 58px;
      height: 58px; } }
  @media (max-width: 1249px) {
    .product-sku__item {
      width: 50px;
      height: 50px; } }
  @media (max-width: 1099px) {
    .product-sku__item {
      width: 60px;
      height: 60px; } }
  .product-sku__item.active {
    border-color: transparent; }
  .product-sku__item:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    border-radius: 2px; }
  .product-sku__item img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px; }
  .product-sku__item.active {
    border-color: transparent; }
    .product-sku__item.active:after {
      border-color: var(--theme-base-color); }
    .product-sku__item.active .product-sku__card {
      border-color: transparent; }
  @media (min-width: 1024px) {
    .product-sku__item:hover {
      cursor: pointer;
      box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.13);
      border-color: transparent; }
      .product-sku__item:hover .product-sku__tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); } }

.product-sku__tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  padding: 4px 8px;
  width: 125px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none; }
  @media (max-width: 1099px) {
    .product-sku__tooltip {
      display: none; } }
  .product-sku__tooltip:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    /* Прозрачные границы */
    border-top: 5px solid #fff;
    /* Добавляем треугольник */
    top: 100%;
    left: 10px; }

.product-sku__toggler {
  width: 40px;
  height: 40px;
  background: #f2f5f9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #e4e4e4;
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.3s ease;
  z-index: 4; }
  @media (max-width: 1099px) {
    .product-sku__toggler {
      top: 5px; } }
  .product-sku__toggler .icon {
    transform: rotate(90deg);
    fill: var(--theme-base-color); }
  @media (min-width: 1024px) {
    .product-sku__toggler:hover {
      cursor: pointer;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
      border-color: transparent; } }

.product-sku.active .product-sku__toggler .icon {
  transform: rotate(-90deg); }

.product-sku--v2 .product-sku__overflow {
  gap: 13px; }

.product-sku--v2 .product-sku__item {
  width: 40px;
  height: 40px; }

.product-sku--v3 {
  position: relative;
  height: 40px; }
  .product-sku--v3 .product-sku__list {
    padding-right: 40px;
    position: relative;
    z-index: 3; }
    .product-sku--v3 .product-sku__list:before {
      position: absolute;
      content: "";
      left: -12px;
      right: -12px;
      top: -12px;
      bottom: -12px;
      background-color: #fff;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
      border-radius: 4px;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 1099px) {
        .product-sku--v3 .product-sku__list:before {
          left: 0px;
          right: 0px;
          top: -5px;
          bottom: -5px; } }
  .product-sku--v3 .product-sku__overflow {
    gap: 13px;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: calc(100% - 26px); }
    @media (max-width: 1799px) {
      .product-sku--v3 .product-sku__overflow {
        max-width: calc(100% - 21px); } }
    @media (max-width: 1249px) {
      .product-sku--v3 .product-sku__overflow {
        max-width: calc(100% - 47px); } }
    @media (max-width: 1099px) {
      .product-sku--v3 .product-sku__overflow {
        max-width: none;
        flex-wrap: wrap;
        height: 50px;
        overflow: hidden; } }
  .product-sku--v3 .product-sku__item {
    width: 40px;
    height: 40px; }
  .product-sku--v3.active .product-sku__item {
    display: flex; }
  .product-sku--v3.active .product-sku__overflow {
    flex-wrap: wrap;
    height: auto; }
  .product-sku--v3.active .product-sku__list:before {
    opacity: 1; }

.product-sku--v4 .product-sku__list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px; }
  .product-sku--v4 .product-sku__list.expand .product-sku__item {
    display: flex; }
  .product-sku--v4 .product-sku__list.expand .show-more .icon {
    transform: rotate(180deg); }

@media (max-width: 1099px) {
  .product-sku--v4 .product-sku__overflow {
    gap: 10px 6px; } }

.product-sku--v4 .product-sku__item {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  padding: 0; }
  @media (max-width: 1559px) {
    .product-sku--v4 .product-sku__item {
      width: 46px;
      height: 46px; } }
  @media (max-width: 1099px) {
    .product-sku--v4 .product-sku__item {
      width: 41px;
      height: 41px; } }
  .product-sku--v4 .product-sku__item:nth-of-type(n + 15) {
    display: none; }
  .product-sku--v4 .product-sku__item.active {
    pointer-events: none; }
    .product-sku--v4 .product-sku__item.active:after {
      border-radius: 10px; }

.product-sku--v4 .product-sku__tooltip {
  width: auto;
  max-width: 140px;
  padding-top: 0;
  padding-bottom: 0; }
  .product-sku--v4 .product-sku__tooltip span {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }

.product-sku--v4 .show-more {
  padding: 0 10px; }

/* End */


/* Start:/local/templates/html/assets/components-template/downloads/style.css?17536334492014*/
.downloads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 24px; }
  @media (max-width: 1559px) {
    .downloads {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 1099px) {
    .downloads {
      gap: 10px; } }
  @media (max-width: 575px) {
    .downloads {
      grid-template-columns: 1fr; } }
  .downloads__item {
    display: flex;
    align-items: flex-start;
    border: 1px solid #e4e4e4;
    padding: 24px;
    gap: 22px;
    border-radius: 8px; }
    @media (max-width: 1099px) {
      .downloads__item {
        width: auto;
        border-radius: 8px;
        padding: 12px 14px; } }
    @media (min-width: 1024px) {
      .downloads__item:hover {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0.7; } }
  .downloads__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    fill: #e4e4e4; }
    @media (max-width: 1099px) {
      .downloads__icon {
        max-width: 28px;
        max-height: 28px; } }
    .downloads__icon .downloads__type {
      background-color: #969696; }
    .downloads__icon--pdf .downloads__type {
      background-color: #e01300; }
    .downloads__icon--xls .downloads__type {
      background-color: #3f9e59; }
    .downloads__icon--doc .downloads__type {
      background-color: #1b9dd9; }
    .downloads__icon--rar .downloads__type {
      background-color: #7879f1; }
    .downloads__icon--tiff .downloads__type {
      background-color: #055387; }
  .downloads__title {
    display: block; }
    @media (max-width: 1099px) {
      .downloads__title {
        font-size: 12px; } }
  .downloads__content {
    display: block; }
  .downloads__size {
    color: #aaaaaa;
    display: block; }
  .downloads__type {
    position: absolute;
    left: 0;
    background-color: red;
    bottom: 30%;
    padding: 3px 4px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8px;
    line-height: 1; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__tabs/style.css?17536334494379*/
.alpine-tabs__header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  position: relative;
  overflow: auto;
  border-bottom: 1px solid #e4e4e4; }

.alpine-tabs__item {
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  font-weight: 600;
  color: #828282; }
  @media (min-width: 1024px) {
    .alpine-tabs__item:hover {
      cursor: pointer;
      color: var(--theme-base-color); }
      .alpine-tabs__item:hover:after {
        right: 0; } }
  .alpine-tabs__item.active {
    color: var(--theme-base-color);
    cursor: default; }
    .alpine-tabs__item.active:after {
      right: 0; }
  .alpine-tabs__item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 100%;
    bottom: 0;
    height: 3px;
    background-color: var(--theme-base-color);
    transition: all 0.3s ease; }

.alpine-tabs__content {
  display: none; }
  .alpine-tabs__content.active {
    display: block; }

@media (max-width: 575px) {
  .alpine-tabs__mobile {
    padding: 18px 0px;
    border-top: 1px solid #e4e4e4; }
    .alpine-tabs__mobile:last-child {
      border-bottom: 1px solid #e4e4e4; } }

@media (max-width: 575px) {
  .alpine-tabs__mobile {
    padding: 11px 0px; } }

@media (max-width: 575px) {
  .alpine-tabs--v2 .alpine-tabs__content {
    margin-top: 22px; } }

@media (max-width: 575px) {
  .alpine-tabs--v2 .alpine-tabs__header {
    display: none; } }

@media (max-width: 575px) {
  .alpine-tabs--v2 .alpine-tabs__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600; }
    .alpine-tabs--v2 .alpine-tabs__item:after {
      display: none; }
    .alpine-tabs--v2 .alpine-tabs__item .icon {
      transform: rotate(90deg); } }

.alpine-tabs--v2 .alpine-tabs__item.active .icon {
  transform: rotate(-90deg);
  fill: var(--theme-base-color); }

.alpine-tabs--v3 .alpine-tabs__item {
  font-weight: 600;
  color: #828282; }
  .alpine-tabs--v3 .alpine-tabs__item.active {
    color: var(--theme-base-color); }

.alpine-tabs--select {
  overflow: hidden; }
  @media (max-width: 575px) {
    .alpine-tabs--select {
      padding-top: 52px;
      position: relative; } }
  .alpine-tabs--select .alpine-tabs__header {
    overflow: auto; }
    @media (max-width: 575px) {
      .alpine-tabs--select .alpine-tabs__header {
        position: absolute;
        align-items: flex-start;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        max-height: 0px;
        overflow: hidden;
        padding-top: 40px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        background-color: #ffffff;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #E4E4E4; }
        .alpine-tabs--select .alpine-tabs__header:after {
          position: absolute;
          content: "";
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center;
          right: 15px;
          top: 12px;
          left: auto;
          z-index: 2;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4L5.96 8L1 4' stroke='%23AEB6BE' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          transition: all 0.3s ease; } }
  @media (max-width: 575px) and (max-width: 575px) {
    .alpine-tabs--select .alpine-tabs__header.active {
      max-height: 500px; }
      .alpine-tabs--select .alpine-tabs__header.active:after {
        position: absolute;
        content: "";
        transform: rotate(180deg); } }
  @media (max-width: 575px) {
    .alpine-tabs--select .alpine-tabs__item {
      width: 100%;
      height: 40px;
      padding: 7px 12px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .alpine-tabs--select .alpine-tabs__item:after {
        content: none; }
      .alpine-tabs--select .alpine-tabs__item.active {
        color: #2B2A29;
        top: 0;
        left: 0;
        width: calc(100% - 25px);
        position: absolute; } }

/* End */


/* Start:/local/templates/html/assets/components-template/form-mixin/slider/style.css?17536334496450*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3fb8af; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/*
Custom styles
 */
.no-ui-slider:not(:last-child) {
  margin-bottom: 12px; }

.no-ui-slider__title {
  color: #2B2A29; }

.no-ui-slider__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px; }
  .no-ui-slider__inputs input {
    max-width: calc(50% - 20px);
    color: #2B2A29;
    box-shadow: none;
    border: 1px solid #E4E4E4;
    height: 32px;
    padding: 4px 10px;
    background: #fff;
    border-radius: 8px;
    text-align: center; }

.no-ui-slider__input-from, .no-ui-slider__input-to {
  width: 50%;
  flex-shrink: 0;
  background: 0 0;
  border: none;
  height: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: inherit; }

.no-ui-slider__ranges {
  height: 2px;
  border: none;
  background: #E4E4E4;
  margin-left: 10px; }
  .no-ui-slider__ranges .noUi-connect {
    background: var(--theme-base-color); }
  .no-ui-slider__ranges .noUi-handle {
    width: 12px;
    height: 12px;
    border: 2px solid var(--theme-base-color);
    background-color: #fff;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: none; }
    .no-ui-slider__ranges .noUi-handle:before, .no-ui-slider__ranges .noUi-handle:after {
      content: none; }

/* End */


/* Start:/local/templates/html/assets/components-template/catalog-filters/style.css?17536334491475*/
.catalog-filters {
  margin-bottom: 20px; }
  @media (max-width: 1249px) {
    .catalog-filters {
      display: none; } }
  .catalog-filters__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .catalog-filters.no--margin {
    margin-bottom: 0px; }

.filter-item {
  color: #969696;
  padding: 4px 4px 4px 8px;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px; }
  @media (hover: hover) {
    .filter-item {
      cursor: pointer; }
      .filter-item:hover {
        background-color: #F6F6F6; }
        .filter-item:hover .filter-item__name span {
          color: #2B2A29; }
        .filter-item:hover .filter-item__remove {
          fill: #2B2A29; } }
  .filter-item:active .filter-item__name span, .filter-item:focus .filter-item__name span {
    color: var(--theme-base-color); }
  .filter-item:active .filter-item__remove, .filter-item:focus .filter-item__remove {
    fill: var(--theme-base-color); }
  .filter-item--delete {
    border: none; }
    @media (hover: hover) {
      .filter-item--delete {
        cursor: pointer; }
        .filter-item--delete:hover {
          background-color: transparent; } }
  .filter-item__name {
    display: flex;
    gap: 5px;
    transition: all ease 0.3s; }
  .filter-item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    fill: #969696;
    transition: all ease 0.3s; }

/* End */


/* Start:/local/templates/html/assets/components-template/content/style.css?17536334498306*/
.content img {
  max-width: 100%;
  display: block;
  line-height: 1.4;
  clear: both;
  border-radius: 8px; }
  .content img[align='left'], .content img[align='center'], .content img[align='right'] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1560px) {
    .content img[align='left'] {
      float: left;
      max-width: 40%;
      margin: 0 24px 20px 0; }
    .content img[align='right'] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 24px; }
    .content img[align='center'] {
      margin: 0 auto 20px; } }
  @media (max-width: 1249px) {
    .content img {
      border-radius: 8px; } }

.content img:not([class]) {
  margin-bottom: 40px; }
  @media (max-width: 1099px) {
    .content img:not([class]) {
      margin-bottom: 20px; } }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #969696;
    font-size: 14px;
    text-align: center; }
  .content .content-img--left {
    float: left;
    margin: 0px 24px 40px 0; }
    @media (max-width: 1100px) {
      .content .content-img--left {
        float: none;
        margin: 0 auto 35px; } }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 24px; }
    @media (max-width: 1100px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 40px; }
    .content .content-img--center img {
      margin: 0 auto; }
  .content .content-img--overlay {
    position: relative; }
    .content .content-img--overlay:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      background: linear-gradient(180deg, #FA4E0B 0%, rgba(44, 43, 43, 0) 100%);
      transform: matrix(1, 0, 0, -1, 0, 0);
      border-radius: 8px; }
      @media (max-width: 1099px) {
        .content .content-img--overlay:after {
          border-radius: 8px; } }
  .content .content-img__grid {
    display: grid;
    gap: 20px; }
    .content .content-img__grid--v3 {
      grid-template-columns: 1fr 1fr 1fr; }
    .content .content-img__grid--v2 {
      grid-template-columns: 1fr 1fr; }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1560px) {
    .content .video {
      height: 500px; } }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  @media (min-width: 1560px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 12px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px; }
    @media (min-width: 1560px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 12px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--theme-base-color);
  border: 1px solid var(--theme-base-color);
  position: absolute;
  top: 9px;
  left: 0; }
  @media (max-width: 575px) {
    .content ul:not(.list-reset) > li:before {
      top: 8px;
      width: 5px;
      height: 5px; } }

@media (max-width: 575px) {
  .content ul:not(.list-reset) > li {
    padding-left: 12px; } }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-base-color);
    position: absolute;
    top: 0;
    left: 0; }
  .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
    padding: 0 0 0 30px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
      padding: 0 0 0 45px; }

.content table {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  width: 100%; }

.content th {
  padding: 12px 25px;
  font-weight: 700;
  background-color: #F6F6F6;
  text-align: left; }
  .content th:first-child {
    border-top-left-radius: 8px; }
  .content th:last-child {
    border-top-right-radius: 8px; }

.content td {
  padding: 12px 25px;
  border-bottom: 1px solid #E4E4E4; }
  .content td.color {
    color: #969696; }

.content table.custom tbody {
  display: inline-table;
  width: 100%; }

.content table.custom th {
  padding: 0;
  text-align: left;
  background-color: transparent; }

.content table.custom td {
  width: 50%;
  padding: 20px 20px 0 0; }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #2B2A29; }
  .content [\@click] {
    opacity: 0; }
    .content [\@click].visible {
      opacity: 1; }
  .content [x-data="{folded:false}"] > *:not([\@click]) {
    display: none; }
    .content [x-data="{folded:false}"] > *:not([\@click]):nth-child(-n + 2) {
      display: block; }
  .content [x-data="{folded:false}"].folded > *:not([\@click]) {
    display: block; }
  .content p {
    line-height: 1.5;
    margin-bottom: 20px; }
    .content p:last-child {
      margin: 0; }
    .content p.text-deleted {
      text-decoration: line-through; }
  .content a:not([class]) {
    color: var(--theme-base-color);
    transition: color .3s; }
    .content a:not([class]):hover {
      color: var(--theme-base-active-color); }
  .content hr {
    position: relative;
    height: 1px;
    background: #969696;
    border: 0;
    margin: 35px 0; }
    @media (max-width: 1099px) {
      .content hr {
        margin: 26px 0px; } }
    .content hr:after, .content hr:before {
      content: '';
      display: table;
      clear: both; }
  .content mark {
    background: var(--theme-base-color);
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    color: #2B2A29;
    line-height: 1.5;
    font-style: italic;
    letter-spacing: 0.03em;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696; }

.info-block {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 32px 44px 32px 77px; }
  @media (max-width: 1099px) {
    .info-block {
      padding: 24px 20px 24px 50px;
      border-radius: 8px; } }
  .info-block .color {
    color: #969696; }
  .info-block p:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 1099px) {
      .info-block p:not(:last-child) {
        margin-bottom: 10px; } }
  .info-block__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    fill: var(--theme-base-color);
    margin-left: -36px;
    margin-bottom: 16px; }

.delivery-item {
  border: 1px solid #E4E4E4;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px; }
  @media (max-width: 1099px) {
    .delivery-item {
      padding: 14px;
      border-radius: 8px; } }
  .delivery-item__title {
    padding: 3px 10px 2px 24px;
    background-color: var(--theme-base-accent-color);
    color: #ffffff;
    border-radius: 0 9px 9px 0;
    display: inline-block;
    margin-left: -25px;
    margin-bottom: 15px; }
    @media (max-width: 1099px) {
      .delivery-item__title {
        border-radius: 0 4px 4px 0;
        padding: 0 10px 0 14px;
        margin-left: -15px; } }
  .delivery-item .delivery-item__body ul {
    margin-top: 0;
    margin-bottom: 0; }

/* End */


/* Start:/local/templates/html/assets/components-template/catalog-product-list/style.css?17536334493738*/
@media (max-width: 1249px) {
  .catalog-list .col-catalog-left {
    width: 0;
    display: block; } }

@media (max-width: 1249px) {
  .catalog-list .col-catalog-right:not(.offset-col-catalog) {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    padding-left: 0; } }

@media (max-width: 1249px) {
  .catalog-list .custom-row {
    position: relative; }
    .catalog-list .custom-row:before {
      content: '';
      position: fixed;
      background-color: rgba(0, 0, 0, 0.4);
      left: 0;
      right: 0;
      top: 0;
      height: 100vh;
      opacity: 0;
      visibility: hidden;
      transition: all ease .3s;
      z-index: 112; }
    .catalog-list .custom-row.opened:before {
      opacity: 1;
      visibility: visible; } }

@media (max-width: 1249px) {
  .favorite-items_list .catalog-product-list .product-card-wrap {
    width: 50%; } }

.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
  margin-bottom: 64px; }
  @media (max-width: 1799px) {
    .catalog-product-list {
      margin: 0px -2.5px 64px; } }
  @media (max-width: 1559px) {
    .catalog-product-list {
      margin: 0px -9.5px 64px; } }
  @media (max-width: 560px) {
    .catalog-product-list {
      margin: 0px -2px 30px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 6px;
    width: 25%;
    margin-bottom: 12px;
    display: flex;
    height: 450px; }
    @media (max-width: 1559px) {
      .catalog-product-list .product-card-wrap {
        width: 33.33%; } }
    @media (max-width: 1249px) {
      .catalog-product-list .product-card-wrap {
        height: 470px; } }
    @media (max-width: 1099px) {
      .catalog-product-list .product-card-wrap {
        width: 50%;
        height: auto; } }
    @media (max-width: 575px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 12px; } }
    @media (max-width: 560px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 2px;
        margin-bottom: 4px; } }
    @media (min-width: 1560px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 4) {
        margin-bottom: 0px; } }
    @media (min-width: 1100px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 3) {
        margin-bottom: 0px; } }
    @media (max-width: 1099px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 2) {
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:hover {
        z-index: 20; } }
  .catalog-product-list--v3 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1799px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1249px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 100%; } }
  .catalog-product-list--v2 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1559px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1249px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }
  .catalog-product-list--personal .product-card-wrap {
    width: 25%; }
    @media (max-width: 1559px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 33.333%; } }
    @media (max-width: 1249px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 100%; } }

/* End */
/* /local/templates/html/assets/components-template/seo-text/style.css?1753633449627 */
/* /local/templates/html/assets/components-template/product-page/style.css?175817126934335 */
/* /local/templates/html/assets/components-template/fancy-box/style.css?175363344918396 */
/* /local/templates/html/assets/components-template/product-page-sku/style.css?17581712696303 */
/* /local/templates/html/assets/components-template/downloads/style.css?17536334492014 */
/* /local/templates/html/assets/components-template/mixin__tabs/style.css?17536334494379 */
/* /local/templates/html/assets/components-template/form-mixin/slider/style.css?17536334496450 */
/* /local/templates/html/assets/components-template/catalog-filters/style.css?17536334491475 */
/* /local/templates/html/assets/components-template/content/style.css?17536334498306 */
/* /local/templates/html/assets/components-template/catalog-product-list/style.css?17536334493738 */
