

/* Start:/local/templates/html/assets/components-template/product-page/style.css?174125293631013*/
@charset "UTF-8";
@media (max-width: 1023px) {
  .product-page--collection .product-features {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2; } }

.product-page__grid {
  display: grid;
  grid-template-columns: 1fr 48.4rem;
  align-items: start;
  gap: 0 5rem; }
  @media (max-width: 1023px) {
    .product-page__grid {
      grid-template-columns: 100%; } }

.product-page__image {
  width: 100%; }
  @media (min-width: 1024px) {
    .product-page__image {
      position: sticky;
      top: var(--headerStickyHeight); } }
  @media (max-width: 1023px) {
    .product-page__image {
      margin-bottom: 28px; } }

.product-page__head {
  position: relative;
  grid-area: head; }
  @media (min-width: 1200px) {
    .product-page__head {
      padding-top: 2rem; } }
  @media (max-width: 1023px) {
    .product-page__head {
      margin-bottom: 16px;
      display: flex;
      flex-direction: column; } }

.product-page__labels {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .product-page__labels {
      order: 2; } }
  .product-page__labels .product-card__label {
    margin: 0;
    height: 3rem;
    font-size: 1.6rem;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .product-page__labels .product-card__label {
        font-size: 16px;
        height: 16px;
        border-radius: 3px;
        font-size: 11px;
        padding: 0 6px; } }

.product-page__control {
  grid-area: control; }
  @media (max-width: 1023px) {
    .product-page__control {
      display: flex;
      flex-direction: column; } }

.product-page__modal {
  grid-area: modal;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #F2F2F2; }
  @media (max-width: 1023px) {
    .product-page__modal {
      gap: 10px;
      margin-top: 24px;
      padding-top: 24px; }
      .product-page__modal .product-link--status {
        display: none; } }

.product-page__popups {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s; }
  .product-page__popups:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed; }
  .product-page__popups.active {
    opacity: 1;
    visibility: visible; }

.product-page__delivery {
  z-index: 2;
  position: absolute;
  background-color: #fff;
  padding: 6rem 4rem;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 65rem;
  margin-left: auto;
  transform: translateX(100%);
  transition: all ease 0.3s; }
  @media (max-width: 1023px) {
    .product-page__delivery {
      padding: 24px 14px;
      max-width: none;
      max-height: calc(100vh - 100px);
      top: auto;
      bottom: 0;
      transform: translateX(0) translateY(100%); } }
  .product-page__delivery.active {
    transform: translate(0); }
  .product-page__delivery-close {
    position: absolute;
    z-index: 2;
    top: 2rem;
    right: 2rem; }
  .product-page__delivery-title {
    margin-bottom: 3rem; }
    @media (max-width: 1023px) {
      .product-page__delivery-title {
        margin-bottom: 22px; } }
  .product-page__delivery-subtitle {
    margin-bottom: 2.7rem; }
    @media (max-width: 1023px) {
      .product-page__delivery-subtitle {
        margin-bottom: 20px; } }
  .product-page__delivery-body {
    overflow: auto;
    max-height: calc(100vh - 16rem);
    margin-right: -4rem;
    padding-right: 4rem;
    display: flex;
    flex-direction: column; }
    .product-page__delivery-body::-webkit-scrollbar {
      width: 5px;
      /* ширина для вертикального скролла */
      height: 5px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .product-page__delivery-body::-webkit-scrollbar-thumb {
      background-color: #BDBDBD;
      border-radius: 10em; }
      .product-page__delivery-body::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
    @media (max-width: 1023px) {
      .product-page__delivery-body {
        margin-right: -14px;
        padding-right: 14px;
        max-height: 100%;
        padding-bottom: 90px; } }
  .product-page__delivery-text {
    margin-bottom: 2.4rem; }
    @media (max-width: 1023px) {
      .product-page__delivery-text {
        margin-bottom: 10px; } }
  .product-page__delivery-table {
    margin-bottom: 3rem; }
    @media (max-width: 1023px) {
      .product-page__delivery-table {
        margin-bottom: 24px; } }
    .product-page__delivery-table-line {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border: 1px solid #AEB6BE;
      border-top: none;
      font-size: 1.4rem; }
      @media (max-width: 1023px) {
        .product-page__delivery-table-line {
          font-size: 14px; } }
      .product-page__delivery-table-line:first-child {
        border-top: 1px solid #AEB6BE;
        border-radius: 0.8rem 0.8rem 0 0; }
      .product-page__delivery-table-line:last-child {
        border-radius: 0 0 0.8rem 0.8rem; }
      .product-page__delivery-table-line--full {
        text-align: center;
        font-weight: 500;
        grid-template-columns: 100%;
        font-size: 1.6rem; }
        @media (max-width: 1023px) {
          .product-page__delivery-table-line--full {
            font-size: 16px; } }
      .product-page__delivery-table-line span {
        padding: 1rem; }
        @media (max-width: 1023px) {
          .product-page__delivery-table-line span {
            padding: 8px; } }
        .product-page__delivery-table-line span:not(:last-child) {
          border-right: 1px solid #AEB6BE; }
  .product-page__delivery-link {
    align-self: center; }

@media (max-width: 1023px) {
  .product-image__slider {
    position: relative;
    padding-bottom: 60%; } }

.product-slider__main {
  position: relative; }
  @media (min-width: 1024px) {
    .product-slider__main .splide__list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.4rem; }
    .product-slider__main .splide__slide.tt-open .product-slide {
      pointer-events: none; }
    .product-slider__main .splide__slide:first-child {
      grid-column: span 2; } }
  @media (max-width: 1023px) {
    .product-slider__main {
      position: absolute;
      inset: 0; } }
  .product-slider__main .splide__slide {
    padding-bottom: 60%; }
    @media (max-width: 1199px) {
      .product-slider__main .splide__slide {
        pointer-events: auto; } }
  .product-slider__main .product-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.8rem;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .product-slider__main .product-slide {
        border-radius: 8px; } }
    .product-slider__main .product-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-slider__main .splide__pagination {
    bottom: -12px; }

.product-slider__show-more {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem; }
  @media (max-width: 1023px) {
    .product-slider__show-more {
      display: none; } }

.product-slider__gallery {
  pointer-events: auto;
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  @media (max-width: 1023px) {
    .product-slider__gallery {
      display: none; } }
  .product-slider__gallery .btn {
    color: #ffffff;
    border-color: transparent;
    background: rgba(26, 25, 25, 0.8); }

.product-image--collection .product-slider__main .product-slide img {
  object-fit: cover; }

.product-code {
  display: flex;
  align-items: center;
  color: #969696; }
  .product-code__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem; }
    @media (max-width: 1023px) {
      .product-code__line {
        margin-bottom: 0;
        order: 3; }
        .product-code__line .product-rate .rate__star:not(:first-child) {
          display: none; }
        .product-code__line .product-rate__review {
          display: none; } }

.product-rate {
  display: flex;
  gap: 3.2rem; }

.product-control {
  justify-content: space-between;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  gap: 3rem; }
  .product-control .product-card__favourites {
    opacity: 1; }
  .product-control span {
    display: none; }
  @media (max-width: 1023px) {
    .product-control {
      display: none; } }
  .product-control__favourites {
    fill: #CFD2D4; }
    @media (min-width: 1024px) {
      .product-control__favourites {
        cursor: pointer; }
        .product-control__favourites:hover {
          fill: #586EFF; } }
    @media (max-width: 1023px) {
      .product-control__favourites {
        display: flex;
        gap: 6px;
        align-items: center; }
        .product-control__favourites .icon {
          width: 24px !important;
          height: 24px !important; } }
    .product-control__favourites:active {
      fill: #0540D5; }
    .product-control__favourites.active {
      fill: #0540D5; }

.product-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px; }
  @media (max-width: 1023px) {
    .product-mobile {
      display: flex !important; } }

.product-title {
  margin-bottom: 2.4rem;
  font-weight: 500; }
  @media (max-width: 1023px) {
    .product-title {
      order: 1; } }

.product-filter {
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .product-filter {
      margin-bottom: 0;
      display: flex;
      flex-direction: column; } }
  .product-filter .catalog-targets {
    margin-bottom: 0; }
    .product-filter .catalog-targets__list {
      margin-bottom: 0; }

.product-sku {
  margin-bottom: 2.4rem; }
  @media (max-width: 1023px) {
    .product-sku {
      margin-bottom: 20px; } }
  .product-sku__title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #6F7682;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .product-sku__title {
        margin-bottom: 4px; } }
  .product-sku__val {
    color: #1A1919; }
  .product-sku__list {
    display: flex;
    gap: 1.8rem;
    flex-wrap: wrap;
    position: relative; }
    @media (max-width: 1023px) {
      .product-sku__list {
        gap: 14px; } }
  .product-sku__link {
    margin-top: 1.4rem; }
    @media (max-width: 1023px) {
      .product-sku__link {
        margin-top: 10px; } }
  .product-sku__name {
    position: absolute;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.15));
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    white-space: nowrap; }
    .product-sku__name:after {
      position: absolute;
      content: "";
      top: calc(100% - 17px);
      left: calc(50% - 10px);
      width: 20px;
      height: 20px;
      background-color: #fff;
      transform: rotate(45deg);
      z-index: -1; }
  .product-sku__item {
    width: 6.4rem;
    height: 6.4rem;
    transition: all ease 0.3s;
    position: relative;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-sku__item--fake {
      opacity: 0;
      visibility: hidden; }
    @media (max-width: 1023px) {
      .product-sku__item {
        width: 40px;
        height: 40px;
        border-radius: 4px; } }
    @media (min-width: 1024px) {
      .product-sku__item {
        cursor: pointer; }
        .product-sku__item:hover {
          border-color: #ffffff; }
          .product-sku__item:hover .product-sku__name {
            opacity: 1;
            visibility: visible;
            bottom: calc(100% + 15px); }
          .product-sku__item:hover:before {
            border-color: #CFD2D4; } }
    .product-sku__item:before {
      content: "";
      position: absolute;
      inset: -0.3rem;
      border-radius: 0.4rem;
      border: 1px solid transparent;
      transition: all ease 0.3s; }
      @media (max-width: 1023px) {
        .product-sku__item:before {
          inset: -2px;
          border-radius: 4px; } }
    .product-sku__item:active {
      border-color: #ffffff; }
      .product-sku__item:active:before {
        border-color: #4979F0; }
    .product-sku__item.active:before {
      border-color: #0540D5; }
    .product-sku__item.disabled {
      opacity: 0.6;
      pointer-events: none; }
    .product-sku__item img {
      border-radius: 0.4rem;
      max-width: 100%;
      max-height: 100%; }
      @media (max-width: 1023px) {
        .product-sku__item img {
          border-radius: 4px; } }
  @media (max-width: 1023px) {
    .product-sku--collection {
      margin-bottom: 0; } }
  .product-sku--collection .product-sku__item:nth-child(n + 7) {
    display: none; }
  .product-sku--collection.expand .product-sku__item {
    display: flex; }
  @media (max-width: 1023px) {
    .product-sku--alpine {
      margin-bottom: 16px; } }
  .product-sku--alpine .product-sku__item:nth-child(n + 8) {
    display: none; }
  .product-sku--alpine.expand .product-sku__item {
    display: flex; }

@media (max-width: 1023px) {
  .product-features {
    margin-top: 20px; } }

.product-features__row {
  display: flex; }
  .product-features__row:not(:last-child) {
    margin-bottom: 1rem; }
    @media (max-width: 1023px) {
      .product-features__row:not(:last-child) {
        margin-bottom: 10px; } }

.product-features__sep {
  flex-grow: 1;
  border-bottom: 1px dotted #CFD2D4; }

.product-features__prop {
  color: #6F7682;
  align-self: flex-end; }

.product-features__val {
  max-width: 50%;
  text-align: right; }

.product-features__link {
  margin-top: 1.4rem; }
  @media (max-width: 1023px) {
    .product-features__link {
      margin-top: 14px; } }

.product-utp {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid #F2F2F2;
  border-radius: 1rem; }
  @media (max-width: 1023px) {
    .product-utp {
      margin-top: 0;
      padding: 16px 14px;
      border-radius: 10px; } }
  @media (max-width: 575px) {
    .product-utp {
      flex-direction: column; } }
  .product-utp__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 575px) {
      .product-utp__item {
        flex-direction: row;
        gap: 16px; } }
    .product-utp__item-img {
      margin-bottom: 1.4rem; }
      .product-utp__item-img .lazy-img-wrap {
        width: 7rem;
        aspect-ratio: 1; }
        @media (max-width: 1023px) {
          .product-utp__item-img .lazy-img-wrap {
            width: 60px;
            margin-bottom: 10px; } }
        @media (max-width: 575px) {
          .product-utp__item-img .lazy-img-wrap {
            margin-bottom: 0; } }
        .product-utp__item-img .lazy-img-wrap img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .product-utp__item-title {
      font-weight: 500; }

.product-price {
  margin-bottom: 2.4rem; }

@media (max-width: 1023px) and (max-width: 1023px) {
  .product-price {
    margin-bottom: 24px; } }
  .product-price__wrap {
    margin-top: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: baseline;
    gap: 1.6rem; }
    @media (max-width: 1023px) {
      .product-price__wrap {
        margin-top: 0;
        margin-bottom: 14px;
        align-items: center; } }
  .product-price .product-control__favourites {
    align-self: center;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #AEB6BE;
    justify-content: center; }
    @media (min-width: 1024px) {
      .product-price .product-control__favourites {
        display: none; } }
  .product-price__current {
    font-weight: 600; }
  .product-price__old {
    color: #6F7682;
    line-height: 1;
    text-decoration: line-through; }
  .product-price__control {
    display: flex;
    gap: 1.3rem;
    margin-bottom: 2rem; }
    @media (max-width: 1023px) {
      .product-price__control {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .product-price__control {
        gap: 24px 16px;
        flex-wrap: wrap; }
        .product-price__control .product-counter {
          max-width: calc(50% - 16px); } }
    .product-price__control .btn {
      flex-grow: 1;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .product-price__control .btn {
          min-width: auto;
          padding: 7px 10px; }
          .product-price__control .btn--primary {
            width: 100%;
            order: 2; } }
    @media (max-width: 1023px) {
      .product-price__control .product-card__to-cart-name {
        font-size: 16px; } }
  .product-price__calc {
    font-weight: 600; }
  .product-price__btn {
    max-width: 55%;
    gap: 1.6rem; }
    @media (max-width: 1023px) {
      .product-price__btn {
        max-width: none;
        order: 2; } }

.product-price-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 56px;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  margin-bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .product-price-sticky {
      display: none; } }
  .product-price-sticky.active {
    transform: translateY(0); }
  @media (max-width: 575px) {
    .product-price-sticky {
      bottom: 48px; } }
  .product-price-sticky .product-price__control {
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 12px; }
  .product-price-sticky .btn {
    order: 1; }
    .product-price-sticky .btn--primary {
      justify-content: space-between; }

.product-link {
  display: inline-flex;
  align-self: flex-start;
  gap: 0.6rem;
  align-items: center;
  color: #6F7682;
  fill: #6F7682; }
  @media (max-width: 1023px) {
    .product-link {
      gap: 4px; } }
  .product-link .val {
    color: #1A1919; }
  @media (max-width: 1023px) {
    .product-link .icon {
      width: 24px !important;
      height: 24px !important; } }

.product-tabs {
  margin-top: 9rem;
  margin-bottom: 14rem; }
  @media (max-width: 1023px) {
    .product-tabs {
      margin-top: 54px;
      margin-bottom: 0; } }
  .product-tabs__grid {
    display: grid;
    grid-template-columns: 1fr 42rem;
    gap: 8.6rem;
    align-items: start; }
    @media (max-width: 1023px) {
      .product-tabs__grid {
        grid-template-columns: 100%;
        gap: 30px; } }
    .product-tabs__grid-right {
      position: sticky;
      top: 9rem; }
      @media (max-width: 1023px) {
        .product-tabs__grid-right {
          position: static; } }

.product-goods__list {
  margin-top: 3rem; }

.product-info.expand .product-info__item {
  display: flex; }

.product-info__table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 12rem;
  margin-bottom: auto; }
  @media (max-width: 1023px) {
    .product-info__table {
      grid-template-columns: 100%;
      gap: 10px; } }

.product-info__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .product-info__item {
      flex-direction: column;
      gap: 2px; }
      .product-info__item:not(:last-child) {
        padding-bottom: 10px;
        border-bottom: 1px solid #CFD2D4; } }
  .product-info__item:nth-child(n + 19) {
    display: none; }

.product-info__sep {
  flex-grow: 1;
  margin: 0px 3px;
  border-bottom: 1px dashed #CFD2D4; }
  @media (max-width: 1023px) {
    .product-info__sep {
      display: none; } }

.product-info__prop {
  color: #6F7682;
  display: flex;
  align-items: center;
  max-width: 50%; }
  @media (max-width: 1023px) {
    .product-info__prop {
      max-width: none; } }
  .product-info__prop .tooltip-wrap {
    padding: 0px 4px; }

.product-info__val {
  max-width: 70%;
  text-align: right; }
  @media (max-width: 1023px) {
    .product-info__val {
      max-width: none; } }

.product-info__more {
  margin-top: 3rem; }

.product-descr__brand {
  border: 0.2rem solid #F2F2F2; }
  .product-descr__brand .lazy-img-wrap {
    margin: 2rem 4rem;
    aspect-ratio: 2.8; }
    @media (max-width: 1023px) {
      .product-descr__brand .lazy-img-wrap {
        height: 100px;
        margin: auto;
        padding: 10px 40px; } }
    .product-descr__brand .lazy-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-descr__brand-link {
    background-color: #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem; }
    @media (max-width: 1023px) {
      .product-descr__brand-link {
        padding: 6px 10px; } }

.reviews {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  @media (max-width: 1023px) {
    .reviews {
      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: #0540D5;
    transition: all 0.3s ease; }
    @media (max-width: 1023px) {
      .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: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #CFD2D4; }
    @media (max-width: 1023px) {
      .reviews__title {
        padding-bottom: 0;
        margin-bottom: 30px;
        border-bottom: none; } }
  .reviews__item {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #CFD2D4;
    display: none; }
    @media (max-width: 1023px) {
      .reviews__item {
        padding-bottom: 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; }
  .review__header {
    display: flex;
    align-items: baseline;
    gap: 2rem;
    margin-bottom: 1.6rem; }
    @media (max-width: 1023px) {
      .review__header {
        margin-bottom: 7px;
        gap: 16px; } }
  .review__author {
    font-weight: 500; }
  .review__date {
    color: #6F7682; }
  .review__rate {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem; }
    @media (max-width: 1023px) {
      .review__rate {
        margin-bottom: 18px;
        gap: 6px; } }
    .review__rate__review {
      font-size: 1.4rem; }
      @media (max-width: 1023px) {
        .review__rate__review {
          font-size: 13px; } }
  .review__stars {
    display: flex;
    align-items: center;
    gap: 0.4rem; }
    @media (max-width: 1023px) {
      .review__stars {
        gap: 4px; } }
  .review__grade {
    font-weight: 400; }
  .review__content {
    margin-bottom: 2.4rem; }
    @media (max-width: 1023px) {
      .review__content {
        margin-bottom: 20px; } }
  .review__summary {
    padding-left: 3.6rem; }
    @media (max-width: 1023px) {
      .review__summary {
        padding-left: 0; } }
    .review__summary-content {
      margin-top: 1rem; }
      @media (max-width: 1023px) {
        .review__summary-content {
          margin-top: 8px; } }
  .review__plus {
    margin-bottom: 2.4rem; }
    @media (max-width: 1023px) {
      .review__plus {
        margin-bottom: 24px; } }
    .review__plus-title {
      font-weight: 500;
      color: #6F7682; }
  .review__minus-title {
    color: #6F7682;
    font-weight: 500; }
  .review__img {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 2.4rem; }
    @media (max-width: 1023px) {
      .review__img {
        gap: 10px;
        margin-bottom: 24px; } }
    .review__img .lazy-img-wrap {
      width: 13rem;
      height: 8rem;
      border-radius: 0.4rem;
      overflow: hidden;
      border: 1px solid #CFD2D4;
      padding: 0.6rem; }
      @media (max-width: 1023px) {
        .review__img .lazy-img-wrap {
          border-radius: 4px;
          width: 100px;
          height: 60px;
          padding: 4px; } }
      .review__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.reply {
  margin-top: 2.4rem;
  padding: 3.2rem 3.5rem;
  border: 1px solid #CFD2D4;
  border-radius: 0.8rem; }
  @media (max-width: 1023px) {
    .reply {
      padding: 24px 14px;
      border-radius: 8px;
      margin-top: 30px; } }
  .reply__header {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.8rem; }
    @media (max-width: 1023px) {
      .reply__header {
        margin-bottom: 20px; } }
  .reply__logo {
    max-width: 13rem; }
    @media (max-width: 1023px) {
      .reply__logo {
        max-width: 120px; } }
    .reply__logo img {
      max-width: 100%;
      max-height: 100%; }
  .reply__author {
    margin-left: 3rem;
    font-weight: 500;
    color: #6F7682; }
    @media (max-width: 1023px) {
      .reply__author {
        margin-left: 10px; } }

.reviews-control {
  margin-top: 5.6rem;
  padding: 2.6rem 3.4rem;
  border: 1px solid #CFD2D4;
  border-radius: 0.4rem; }
  @media (max-width: 1023px) {
    .reviews-control {
      margin-top: 0;
      padding: 24px 14px;
      border-radius: 4px; } }
  .reviews-control__header {
    display: flex;
    font-weight: 500;
    gap: 3rem;
    margin-bottom: 1.2rem; }
    @media (max-width: 1023px) {
      .reviews-control__header {
        margin-bottom: 20px;
        gap: 40px; } }
  .reviews-control__rate {
    margin-bottom: 2rem; }
    @media (max-width: 1023px) {
      .reviews-control__rate {
        margin-bottom: 16px; } }
  .reviews-control__descr {
    margin-bottom: 1rem;
    color: #6F7682; }
    @media (max-width: 1023px) {
      .reviews-control__descr {
        margin-bottom: 10px; } }
  .reviews-control__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 0.4rem; }
    @media (max-width: 1023px) {
      .reviews-control__item {
        gap: 13px;
        margin-bottom: 2px; } }
    .reviews-control__item:last-child {
      margin-bottom: 0px; }
  .reviews-control__add {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #CFD2D4; }
    @media (max-width: 1023px) {
      .reviews-control__add {
        margin-top: 20px;
        padding-top: 20px; } }
  .reviews-control__grade {
    font-weight: 500;
    color: #1A1919; }
  .reviews-control__progress {
    flex-grow: 1;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #CFD2D4;
    position: relative; }
    @media (max-width: 1023px) {
      .reviews-control__progress {
        height: 4px;
        border-radius: 2px; } }
    .reviews-control__progress span {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      border-radius: 0.2rem;
      background-color: #0540D5; }
      @media (max-width: 1023px) {
        .reviews-control__progress span {
          border-radius: 2px; } }
  .reviews-control__percent {
    width: 3.2rem;
    text-align: right; }
    @media (max-width: 1023px) {
      .reviews-control__percent {
        width: 32px; } }
  @media (max-width: 1023px) {
    .reviews-control {
      padding: 20px; } }

@media (max-width: 1023px) {
  .product-targets {
    margin-bottom: 0; } }

.tt-item {
  pointer-events: all;
  position: absolute;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #FF6D00;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .tt-item {
      display: none; } }
  .tt-item:before {
    content: "";
    inset: 0;
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: #FF6D00;
    z-index: 1;
    border-radius: 50%;
    margin: auto; }
  .tt-item__dot {
    height: 3.8rem;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #ffffff; }
    .tt-item__dot .icon {
      fill: #ffffff;
      display: none;
      position: relative;
      z-index: 3; }
  .tt-item.active .tt-item__dot span {
    display: none; }
  .tt-item.active .tt-item__dot .icon {
    display: flex; }
  .tt-item.active .tt-card {
    opacity: 1;
    visibility: visible; }

.tt-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  width: 43rem;
  display: flex;
  gap: 1.6rem;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  cursor: auto; }
  .tt-card__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tt-card__close .icon {
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .tt-card__close:hover {
        cursor: pointer; }
        .tt-card__close:hover .icon {
          transform: rotate(180deg); } }
  .tt-card__img {
    flex-shrink: 0;
    width: 13rem;
    height: 13rem;
    position: relative; }
    .tt-card__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .tt-card__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .tt-card__control {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2rem;
    color: #6F7682; }
  .tt-card__title {
    margin-bottom: 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .tt-card__title:hover {
        cursor: pointer;
        color: #4979F0; } }
    .tt-card__title:active {
      color: #0540D5; }
  .tt-card__price {
    display: flex;
    align-items: center;
    gap: 1.4rem; }
    .tt-card__price span {
      margin-right: auto; }
  .tt-card__status {
    color: #0540D5; }
  .tt-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    fill: #2B2A29; }
    @media (min-width: 1024px) {
      .tt-card__icon:hover {
        cursor: pointer;
        fill: #4979F0; } }
    .tt-card__icon:active {
      fill: #0540D5; }
    .tt-card__icon.tt-card__close {
      position: static; }
      .tt-card__icon.tt-card__close:hover .icon {
        transform: rotate(0deg); }
    .tt-card__icon.active .icon {
      fill: #eb0e0e; }
    .tt-card__icon--cart.active {
      pointer-events: none; }
      .tt-card__icon--cart.active .icon {
        fill: #0540D5; }

.tooltip-absolute {
  position: absolute; }

/* End */


/* Start:/local/templates/html/assets/components-template/modal-gallery/style.css?174495806910062*/
@charset "UTF-8";
.modal-gallery {
  height: 100%; }
  @media (max-width: 1023px) {
    .modal-gallery {
      background-color: #fff; } }
  .modal-gallery .modal-dialog {
    max-width: 1920px;
    margin: 0px; }
  .modal-gallery .modal-content {
    height: 100vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    border-radius: 0px;
    border: none; }
    @media (max-width: 1023px) {
      .modal-gallery .modal-content {
        height: auto;
        max-height: none;
        padding: 62px 16px 0; } }
  .modal-gallery__inner {
    display: grid;
    grid-template-columns: 30rem auto;
    gap: 5rem;
    height: 100%; }
    @media (max-width: 1023px) {
      .modal-gallery__inner {
        flex-direction: column;
        display: flex;
        gap: 30px; } }
  .modal-gallery__left {
    position: relative;
    display: flex; }
    @media (max-width: 1023px) {
      .modal-gallery__left {
        padding-bottom: 80px; } }
  @media (max-width: 1023px) {
    .modal-gallery__right {
      flex-direction: column;
      justify-content: center;
      display: none; } }
  .modal-gallery__overflow {
    flex-grow: 1;
    position: relative; }
  .modal-gallery__scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 0.5rem;
    padding-right: 3rem;
    padding-left: 1.5rem; }
    .modal-gallery__scroll::-webkit-scrollbar {
      width: 5px;
      /* ширина для вертикального скролла */
      height: 5px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .modal-gallery__scroll::-webkit-scrollbar-thumb {
      background-color: #BDBDBD;
      border-radius: 10em; }
      .modal-gallery__scroll::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
    @media (max-width: 1023px) {
      .modal-gallery__scroll {
        position: static;
        padding: 0; } }
  .modal-gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .modal-gallery__image img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 6px;
      object-fit: contain; }
  .modal-gallery__title {
    margin-bottom: 1.6rem; }
    @media (max-width: 1023px) {
      .modal-gallery__title {
        margin-bottom: 20px; } }
  .modal-gallery__photos {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media (max-width: 1199px) {
      .modal-gallery__photos {
        gap: 16px; } }
  .modal-gallery__thumb {
    width: 100%;
    aspect-ratio: 1.6;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    border-radius: 0.5rem; }
    @media (min-width: 1024px) {
      .modal-gallery__thumb:hover {
        cursor: pointer; } }
    @media (max-width: 1023px) {
      .modal-gallery__thumb {
        border-radius: 6px; } }
    .modal-gallery__thumb .lazy-img-wrap {
      position: absolute;
      border-radius: 5px;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #CFD2D4; }
      .modal-gallery__thumb .lazy-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .modal-gallery__thumb.active {
      pointer-events: none; }
      @media (min-width: 1024px) {
        .modal-gallery__thumb.active .lazy-img-wrap {
          border-color: #0540D5; } }
    .modal-gallery__thumb--coll {
      border: none; }
      @media (min-width: 1024px) {
        .modal-gallery__thumb--coll:hover {
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25); } }
      .modal-gallery__thumb--coll:active {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25); }
      .modal-gallery__thumb--coll .lazy-img-wrap img {
        object-fit: cover; }
  .modal-gallery__slider {
    position: absolute;
    inset: 0; }
    @media (max-width: 1023px) {
      .modal-gallery__slider {
        inset: 0; } }
    .modal-gallery__slider .splide {
      position: absolute;
      inset: 0; }
    .modal-gallery__slider .splide__track {
      height: 100%; }
    .modal-gallery__slider .splide__slide {
      aspect-ratio: 1.61; }
    .modal-gallery__slider .splide__arrows {
      bottom: -4rem;
      left: 50%;
      right: auto; }
      @media (min-width: 1024px) {
        .modal-gallery__slider .splide__arrows {
          top: 50%;
          transform: translateY(-50%);
          bottom: auto;
          left: 1rem;
          right: 1rem;
          justify-content: space-between; } }
    @media (min-width: 1023px) {
      .modal-gallery__slider .splide__arrow {
        width: 3.4rem;
        height: 3.4rem;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15); } }
  .modal-gallery__products {
    position: relative;
    width: 100%;
    height: 100%; }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .modal-gallery--collection .modal-body {
    overflow: auto; }
    .modal-gallery--collection .modal-body::-webkit-scrollbar {
      width: 5px;
      /* ширина для вертикального скролла */
      height: 5px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .modal-gallery--collection .modal-body::-webkit-scrollbar-thumb {
      background-color: #BDBDBD;
      border-radius: 10em; }
      .modal-gallery--collection .modal-body::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
    @media (max-width: 1023px) {
      .modal-gallery--collection .modal-body {
        overflow: visible;
        display: flex;
        flex-direction: column; } }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-gallery__left {
      display: none; } }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-gallery__right {
      display: flex; } }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-gallery__products {
      padding-bottom: 62%; } }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-gallery__goods {
      padding-bottom: 30px; }
      .modal-gallery--collection .modal-gallery__goods .product-slider-skeleton__item {
        height: 318px; }
      .modal-gallery--collection .modal-gallery__goods .product-slider-section__inner {
        height: 336px; } }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-gallery__inner {
      height: auto;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: stretch; } }
  @media (max-width: 1023px) {
    .modal-gallery--collection .modal-gallery__slider .splide__arrows {
      display: flex; } }
  .modal-gallery__footer {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .modal-gallery__footer {
        padding-top: 5rem;
        border-top: 1px solid #F2F2F2;
        gap: 2.4rem; }
        .modal-gallery__footer .btn {
          width: 100%;
          max-width: 28rem; }
          .modal-gallery__footer .btn span:last-child {
            display: none; } }
  .modal-gallery__total {
    display: flex;
    align-items: baseline;
    gap: 1rem; }
    @media (max-width: 1023px) {
      .modal-gallery__total {
        display: none; } }
  .modal-gallery__price {
    font-weight: 600; }
  @media (max-width: 1023px) {
    .modal-gallery .modal-footer {
      margin: 0 -5rem;
      padding: 10px 0;
      position: sticky;
      bottom: 0;
      background: var(--White, #fff);
      box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25); }
      .modal-gallery .modal-footer .btn {
        width: 100%;
        max-width: 360px;
        justify-content: space-between; } }
  @media (max-width: 767px) {
    .modal-gallery .modal-footer {
      margin: 0 -19px;
      padding: 10px 0; } }

.modal-project-mini-card {
  border: 1px solid #F2F2F2;
  padding: 0.9rem;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1023px) {
    .modal-project-mini-card {
      padding: 8px; } }
  .modal-project-mini-card__image-wrap {
    padding-bottom: 65%;
    position: relative;
    margin-bottom: 1.3rem; }
    @media (max-width: 1023px) {
      .modal-project-mini-card__image-wrap {
        margin-bottom: 12px; } }
  .modal-project-mini-card__title {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .modal-project-mini-card__title {
        margin-bottom: 10px; } }
  .modal-project-mini-card__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-project-mini-card__image img {
      max-width: 100%;
      max-height: 100%; }
  .modal-project-mini-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; }
    @media (max-width: 1023px) {
      .modal-project-mini-card__footer .icon {
        width: 18px;
        height: 18px; } }
  .modal-project-mini-card__prices {
    display: flex;
    flex-direction: column; }
  .modal-project-mini-card__price-old {
    color: #6F7682;
    text-decoration: line-through; }

.modal-gallery__image.modal-image-mod img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__tabs/style.css?17412529362424*/
.alpine-tabs__header {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: auto; }
  @media (max-width: 1199px) {
    .alpine-tabs__header {
      gap: 20px;
      margin-bottom: 30px;
      padding-bottom: 6px; } }
  .alpine-tabs__header:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.3rem;
    border-radius: .2rem;
    background-color: #F2F2F2;
    z-index: -1; }
    @media (max-width: 1199px) {
      .alpine-tabs__header:after {
        height: 3px;
        border-radius: 2px;
        bottom: 6px; } }

.alpine-tabs__item {
  padding-bottom: 2rem;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  color: #6F7682; }
  @media (min-width: 1024px) {
    .alpine-tabs__item:hover {
      cursor: pointer;
      color: #0540D5; }
      .alpine-tabs__item:hover:after {
        right: 0; } }
  .alpine-tabs__item.active {
    color: #0540D5; }
    .alpine-tabs__item.active:after {
      right: 0; }
  .alpine-tabs__item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 100%;
    bottom: 0;
    height: 0.3rem;
    border-radius: .4rem;
    background-color: #0540D5;
    transition: all 0.3s ease; }
    @media (max-width: 1199px) {
      .alpine-tabs__item:after {
        height: 3px;
        border-radius: 2px; } }

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

@media (max-width: 767px) {
  .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: 767px) {
  .alpine-tabs--v2 .alpine-tabs__content {
    margin-top: 22px; } }

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

@media (max-width: 767px) {
  .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: #0540D5; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__tabs-v1/style.css?17412529363347*/
.tabs-v1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  position: relative; }
  @media (max-width: 1023px) {
    .tabs-v1__list {
      gap: 16px;
      overflow: auto;
      justify-content: flex-start;
      flex-wrap: nowrap; } }

.tabs-v1__item {
  padding: 1.2rem 2rem;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .3s ease;
  white-space: nowrap; }
  .tabs-v1__item.active {
    background-color: #F5F6F8;
    border-color: #F5F6F8;
    font-weight: 600;
    pointer-events: none; }
  @media (min-width: 1024px) {
    .tabs-v1__item:hover {
      cursor: pointer;
      border-color: #CFD2D4; } }
  .tabs-v1__item:active {
    border-color: #1A1919; }
  @media (max-width: 1023px) {
    .tabs-v1__item {
      padding: 5px 12px; } }
  .tabs-v1__item:nth-child(n+6) {
    display: none; }
  .tabs-v1__item--more {
    display: flex !important;
    border: none; }
    .tabs-v1__item--more .icon {
      transition: all .3s ease; }
      @media (max-width: 1023px) {
        .tabs-v1__item--more .icon {
          width: 14px !important;
          height: 14px !important; } }

.tabs-v1.expand .tabs-v1__item {
  display: inline-block; }

.tabs-v1.expand .btn .icon {
  transform: rotate(180deg); }

.tabs-v1--start .tabs-v1__list {
  justify-content: flex-start; }

.tabs-v1-more {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .tabs-v1-more {
      margin-bottom: 16px; } }
  .tabs-v1-more__list {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    gap: 1rem;
    position: relative; }
    .tabs-v1-more__list.active {
      flex-wrap: wrap; }
      .tabs-v1-more__list.active .catalog-targets__toggle {
        position: static; }
        .tabs-v1-more__list.active .catalog-targets__toggle:before, .tabs-v1-more__list.active .catalog-targets__toggle:after {
          display: none; }
    @media (max-width: 1023px) {
      .tabs-v1-more__list {
        gap: 16px;
        overflow: auto;
        justify-content: flex-start;
        flex-wrap: nowrap; } }
  .tabs-v1-more__item {
    padding: 1.2rem 2rem;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .3s ease;
    white-space: nowrap; }
    .tabs-v1-more__item.active {
      background-color: #F5F6F8;
      border-color: #F5F6F8;
      font-weight: 600;
      pointer-events: none; }
    @media (min-width: 1024px) {
      .tabs-v1-more__item:hover {
        cursor: pointer;
        border-color: #CFD2D4; } }
    .tabs-v1-more__item:active {
      border-color: #1A1919; }
    @media (max-width: 1023px) {
      .tabs-v1-more__item {
        padding: 5px 12px; } }
    .tabs-v1-more__item--more {
      display: flex !important;
      border: none; }
      .tabs-v1-more__item--more .icon {
        transition: all .3s ease; }
        @media (max-width: 1023px) {
          .tabs-v1-more__item--more .icon {
            width: 14px !important;
            height: 14px !important; } }
  .tabs-v1-more.expand .btn .icon {
    transform: rotate(180deg); }
  .tabs-v1-more--start .tabs-v1__list {
    justify-content: flex-start; }
  .tabs-v1-more .catalog-targets__toggle {
    align-self: center;
    z-index: 10; }
    .tabs-v1-more .catalog-targets__toggle::before {
      pointer-events: all; }

/* End */


/* Start:/local/templates/html/assets/components-template/catalog-list/style.css?17412529351902*/
.catalog-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem; }
  @media (max-width: 1023px) {
    .catalog-list__grid {
      grid-template-columns: repeat(3, calc(33.33% - 10.6px));
      gap: 16px; } }
  @media (max-width: 767px) {
    .catalog-list__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .catalog-list__grid {
      grid-template-columns: 100%; } }
  @media (min-width: 1024px) {
    .catalog-list__grid .product-card-wrap {
      height: 47.2rem; } }

.catalog-list__more {
  margin-top: 4rem;
  display: flex;
  justify-content: center; }
  @media (max-width: 1023px) {
    .catalog-list__more {
      margin-top: 30px; } }

@media (min-width: 1024px) {
  .catalog-list .product-card-wrap {
    height: 47.2rem; } }

@media (min-width: 1024px) {
  .catalog-list--collection .product-card-wrap {
    height: 46rem; } }

@media (min-width: 1024px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+9) {
    display: none; } }

@media (max-width: 1023px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+7) {
    display: none; } }

@media (max-width: 767px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+5) {
    display: none; } }

.catalog-list--inner.expand .product-card-wrap {
  display: block; }

@media (min-width: 1024px) {
  .catalog-list--catalog .catalog-list__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1024px) {
  .catalog-list .opened .catalog-list__grid {
    grid-template-columns: repeat(4, 1fr); } }

.catalog-list .opened .catalog-footer {
  margin: 0 auto; }

.catalog-list-section .tabs-v1 {
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .catalog-list-section .tabs-v1 {
      margin-bottom: 16px; } }

.catalog-footer {
  max-width: 112rem; }
  @media (max-width: 1023px) {
    .catalog-footer {
      max-width: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template/catalog-product-list/style.css?17412529353352*/
.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
  margin-bottom: 64px; }
  @media (max-width: 1999px) {
    .catalog-product-list {
      margin: 0px -2.5px 64px; } }
  @media (max-width: 1579px) {
    .catalog-product-list {
      margin: 0px -9.5px 64px; } }
  @media (max-width: 1199px) {
    .catalog-product-list {
      margin: 0px -12.5px 50px; } }
  @media (max-width: 1023px) {
    .catalog-product-list {
      margin: 0px -14px 30px; } }
  @media (max-width: 767px) {
    .catalog-product-list {
      margin: 0px -12px 30px; } }
  @media (max-width: 560px) {
    .catalog-product-list {
      margin: 0px -2px 30px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 12px;
    width: 25%;
    margin-bottom: 28px; }
    @media (max-width: 1999px) {
      .catalog-product-list .product-card-wrap {
        margin-bottom: 18px;
        padding: 0px 2.5px; } }
    @media (max-width: 1579px) {
      .catalog-product-list .product-card-wrap {
        width: 33.33%;
        padding: 0px 9.5px; } }
    @media (max-width: 1199px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 12.5px;
        margin-bottom: 28px; } }
    @media (max-width: 1023px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 14px;
        width: 50%; } }
    @media (max-width: 767px) {
      .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: 1580px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 4) {
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 3) {
        margin-bottom: 0px; } }
    @media (max-width: 1023px) {
      .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 {
        cursor: pointer;
        z-index: 20; } }
  .catalog-product-list--v3 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1999px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1199px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 100%; } }
  .catalog-product-list--v2 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1579px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1199px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }
  .catalog-product-list--personal .product-card-wrap {
    width: 25%; }
    @media (max-width: 1579px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 33.333%; } }
    @media (max-width: 1199px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 100%; } }

/* End */


/* Start:/local/templates/html/components/bitrix/catalog.item/tile/style.css?171387191846*/
.active_prop_value{
	color: #000!important;
}

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__rate/style.css?1741252936693*/
.rate {
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-shrink: 0; }
  .rate-total {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 3px; }
    .rate-total .total {
      color: #828282; }
  .rate__star {
    display: flex;
    align-items: center;
    justify-content: center; }
    .rate__star.active .icon {
      fill: #FF6D00; }
    .rate__star .icon {
      fill: #CFD2D4; }
      @media (max-width: 1199px) {
        .rate__star .icon {
          width: 18px !important;
          height: 18px !important; } }
      @media (max-width: 767px) {
        .rate__star .icon {
          width: 12px !important;
          height: 12px !important; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__you-watched-card/style.css?17412529361855*/
.you-watched-card {
  flex-shrink: 0;
  border: 1px solid #e4e4e4;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.6rem;
  position: relative;
  background-color: #fff;
  transition: filter 0.3s ease;
  height: 11.2rem;
  border-radius: .6rem;
  align-items: center; }
  @media (max-width: 1023px) {
    .you-watched-card {
      width: 283px;
      height: 86px;
      gap: 8px;
      border-radius: 6px;
      padding: 14px;
      grid-template-columns: 56px 1fr; } }
  @media (min-width: 1024px) {
    .you-watched-card:hover {
      cursor: pointer;
      filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25)); } }
  .you-watched-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 1023px) {
      .you-watched-card__title.fz_heading_6 {
        font-size: 14px; } }
  .you-watched-card__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .you-watched-card__left .lazy-img-wrap {
      aspect-ratio: 1; }
    .you-watched-card__left img {
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .you-watched-card__right {
    display: flex;
    flex-direction: column; }
  .you-watched-card .product-card__price-current {
    margin-top: auto; }
  .you-watched-card.empty {
    pointer-events: none;
    background-color: #fafafb; }

.you-watched-card-skeleton {
  padding: 0px 0px;
  flex: 0 0 auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .you-watched-card-skeleton {
      width: 283px; } }
  .you-watched-card-skeleton .you-watched-card__left,
  .you-watched-card-skeleton .you-watched-card__right {
    height: 100%;
    background: rgba(35, 31, 32, 0.05); }

/* End */


/* Start:/local/components/slam/file.input/templates/input/style.css?1713871917602*/
/*.dealer-form__file input[type=file] {*/
/*    display: none;*/
/*}*/
/*.form-attachments__item{*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*    background-color: #f5f5f5;*/
/*    border-radius: 10px;*/
/*    font-size: 12px;*/
/*    padding: 0 10px;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.form-attachments__item.error{*/
/*    color: darkred;*/
/*}*/
/*.form-attachments__item-wrapper > div{*/
/*    display: inline-block;*/
/*    padding-top: 5px;*/
/*    padding-right: 5px;*/
/*}*/
/*.form-attachments__item-wrapper .form-attachments__item-size{*/
/*    font-size: 11px;*/
/*}*/
/* End */
/* /local/templates/html/assets/components-template/product-page/style.css?174125293631013 */
/* /local/templates/html/assets/components-template/modal-gallery/style.css?174495806910062 */
/* /local/templates/html/assets/components-template/mixin__tabs/style.css?17412529362424 */
/* /local/templates/html/assets/components-template/mixin__tabs-v1/style.css?17412529363347 */
/* /local/templates/html/assets/components-template/catalog-list/style.css?17412529351902 */
/* /local/templates/html/assets/components-template/catalog-product-list/style.css?17412529353352 */
/* /local/templates/html/components/bitrix/catalog.item/tile/style.css?171387191846 */
/* /local/templates/html/assets/components-template/mixin__rate/style.css?1741252936693 */
/* /local/templates/html/assets/components-template/mixin__you-watched-card/style.css?17412529361855 */
/* /local/components/slam/file.input/templates/input/style.css?1713871917602 */
