

/* Start:/local/templates/html/assets/components-template/catalog-filters/style.css?17455056862600*/
.catalog-filters {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #F2F2F2; }
  @media (max-width: 1023px) {
    .catalog-filters {
      display: none; } }
  .catalog-filters--mobile {
    padding: 20px 18px;
    margin: 0 -18px 20px;
    background-color: #F2F2F2;
    display: none; }
    @media (max-width: 1023px) {
      .catalog-filters--mobile {
        display: block; } }
  .catalog-filters__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem; }
    @media (max-width: 1023px) {
      .catalog-filters__inner {
        gap: 8px; } }
  .catalog-filters .catalog-targets__toggle {
    align-self: center; }
    .catalog-filters .catalog-targets__toggle .btn {
      height: 3.2rem; }

.filter-item {
  flex: 0 0 auto;
  color: #6F7682;
  padding: 0 .8rem;
  border: 1px solid #CFD2D4;
  border-radius: 0.2rem;
  background-color: #fff;
  transition: all ease .3s;
  height: 3.2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px; }
  @media (min-width: 1024px) {
    .filter-item {
      cursor: pointer; }
      .filter-item:hover {
        background-color: #F5F6F8; } }
  @media (max-width: 1023px) {
    .filter-item {
      height: 30px;
      padding: 0 6px;
      border-radius: 4px; }
      .filter-item .icon {
        width: 30px !important;
        height: 30px !important; } }
  .filter-item:active .filter-item__name span, .filter-item:focus .filter-item__name span {
    color: #0540D5; }
  .filter-item:active .filter-item__remove, .filter-item:focus .filter-item__remove {
    fill: #0540D5; }
  .filter-item--delete {
    border: none;
    background-color: transparent; }
    .filter-item--delete .filter-item__name span {
      color: #6F7682; }
    @media (min-width: 1024px) {
      .filter-item--delete {
        cursor: pointer; }
        .filter-item--delete:hover {
          background-color: transparent; }
          .filter-item--delete:hover .filter-item__name span {
            color: #1A1919; } }
    .filter-item--delete:active .filter-item__name span, .filter-item--delete:focus .filter-item__name span {
      color: #4979F0; }
    .filter-item--delete:active .filter-item__remove, .filter-item--delete:focus .filter-item__remove {
      fill: #4979F0; }
  .filter-item__name {
    display: flex;
    gap: 5px;
    transition: all ease .3s; }
    .filter-item__name span {
      color: #1A1919; }
  .filter-item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    fill: #1A1919;
    transition: all ease .3s; }

/* End */


/* Start:/local/templates/html/assets/components-template/seo-text/style.css?1741252936364*/
.seo-text {
  margin: 5rem 0 0; }
  @media (max-width: 1023px) {
    .seo-text {
      margin: 30px 0 0; } }
  .seo-text__title {
    margin-bottom: 2.4rem;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .seo-text__title {
        margin-bottom: 20px; } }
  .seo-text__descr p {
    margin-bottom: 0; }
  .seo-text .btn {
    margin-top: 1.4rem; }

/* End */


/* 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/fancy-box/style.css?174125293518316*/
.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 (min-width: 1024px) {
  .carousel__button:hover svg {
    transform: rotate(180deg);
    stroke: #969696; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__empty-holder/style.css?17412529361445*/
.empty-holder {
  padding: 61px 30px;
  background-color: #fafafb;
  text-align: center;
  position: relative; }
  @media (max-width: 1199px) {
    .empty-holder {
      padding: 30px; } }
  .empty-holder__title {
    font-weight: 600; }
  .empty-holder__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px; }
  .empty-holder__control {
    margin-top: 22px; }
  .empty-holder__bg {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 0;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media (max-width: 1023px) {
      .empty-holder__bg {
        top: 40%; } }
    .empty-holder__bg--left {
      justify-content: flex-start;
      right: auto;
      left: 0; }
      @media (max-width: 1023px) {
        .empty-holder__bg--left {
          top: 0;
          bottom: 50%;
          transform: scale(1, -1); } }
    .empty-holder__bg img {
      max-width: 100%;
      max-height: 100%; }
  .empty-holder--v2 {
    text-align: left;
    padding: 48px 30px; }
    .empty-holder--v2 .empty-holder__content {
      align-items: flex-start; }
    .empty-holder--v2 .empty-holder__bg {
      top: 0; }
      .empty-holder--v2 .empty-holder__bg img {
        width: 100%;
        height: 100%; }
      @media (max-width: 767px) {
        .empty-holder--v2 .empty-holder__bg {
          opacity: .5; } }

/* 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/form-mixin/slider/style.css?17491033016418*/
.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: 2px;
    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: #0540D5; }
  .no-ui-slider__ranges .noUi-handle {
    width: 12px;
    height: 12px;
    border: 2px solid #0540D5;
    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-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/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/components/bitrix/catalog.item/tile/style.css?171387191846*/
.active_prop_value{
	color: #000!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 */
/* /local/templates/html/assets/components-template/catalog-filters/style.css?17455056862600 */
/* /local/templates/html/assets/components-template/seo-text/style.css?1741252936364 */
/* /local/templates/html/assets/components-template/product-page/style.css?174125293631013 */
/* /local/templates/html/assets/components-template/fancy-box/style.css?174125293518316 */
/* /local/templates/html/assets/components-template/mixin__empty-holder/style.css?17412529361445 */
/* /local/templates/html/assets/components-template/mixin__tabs/style.css?17412529362424 */
/* /local/templates/html/assets/components-template/form-mixin/slider/style.css?17491033016418 */
/* /local/templates/html/assets/components-template/catalog-product-list/style.css?17412529353352 */
/* /local/templates/html/assets/components-template/catalog-list/style.css?17412529351902 */
/* /local/templates/html/components/bitrix/catalog.item/tile/style.css?171387191846 */
/* /local/templates/html/assets/components-template/mixin__you-watched-card/style.css?17412529361855 */
