

/* Start:/local/templates/html/assets/components-template/index-hero/style.css?17412529353468*/
.index-hero {
  margin-top: 2.8rem; }
  @media (max-width: 1023px) {
    .index-hero {
      margin-top: 20px; } }
  .index-hero__slider .splide__slide {
    height: 43rem;
    display: block;
    width: 100%;
    transform: translateZ(0px); }
    @media (max-width: 767px) {
      .index-hero__slider .splide__slide {
        height: auto; } }
    @media (max-width: 767px) {
      .index-hero__slider .splide__slide {
        padding-bottom: 59%;
        width: 100%;
        position: relative; } }
    @media (min-width: 1024px) {
      .index-hero__slider .splide__slide:hover {
        cursor: pointer; }
        .index-hero__slider .splide__slide:hover img {
          transform: scale(1.01); } }
  @media (max-width: 1023px) {
    .index-hero__slider .splide__arrows {
      display: none; } }
  .index-hero__slider picture,
  .index-hero__slider img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden; }
  .index-hero__banner {
    height: 21.6rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1023px) {
      .index-hero__banner {
        height: auto;
        width: 100%; } }
    @media (max-width: 767px) {
      .index-hero__banner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .index-hero__banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease;
      border-radius: 10px;
      overflow: hidden; }
  .index-hero__banners {
    margin-top: 6rem; }
    @media (max-width: 1023px) {
      .index-hero__banners {
        margin-top: 12px; } }
    .index-hero__banners .splide:not(.is-initialized) .splide__list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2.4rem; }
      @media (max-width: 1023px) {
        .index-hero__banners .splide:not(.is-initialized) .splide__list {
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 767px) {
        .index-hero__banners .splide:not(.is-initialized) .splide__list {
          display: flex;
          gap: 12px; } }
    @media (max-width: 1023px) {
      .index-hero__banners .splide:not(.is-initialized) {
        margin-bottom: 29px; } }
    .index-hero__banners .splide__slide {
      transform: translateZ(0px); }
      @media (max-width: 1023px) {
        .index-hero__banners .splide__slide {
          display: flex; } }
      @media (max-width: 767px) {
        .index-hero__banners .splide__slide {
          width: 85%;
          padding-bottom: 37%; } }
      @media (min-width: 1024px) {
        .index-hero__banners .splide__slide:hover {
          cursor: pointer; }
          .index-hero__banners .splide__slide:hover img {
            transform: scale(1.01); } }
    @media (max-width: 1023px) {
      .index-hero__banners .splide__track {
        padding-bottom: 22.7%;
        position: relative; } }
    @media (max-width: 767px) {
      .index-hero__banners .splide__track {
        padding-bottom: 0; } }
    @media (max-width: 1023px) {
      .index-hero__banners .splide__list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    @media (max-width: 767px) {
      .index-hero__banners .splide__list {
        position: static; } }

/* End */


/* Start:/local/templates/html/assets/components-template/index-category/style.css?17412529352413*/
.index-category__card {
  padding: 2rem;
  background: #F5F6F8;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease; }
  @media (max-width: 1023px) {
    .index-category__card {
      padding: 14px; } }
  .index-category__card-price {
    color: #6F7682; }
  @media (min-width: 1024px) {
    .index-category__card:hover {
      cursor: pointer;
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25); } }
  @media (max-width: 1023px) {
    .index-category__card {
      position: static;
      height: 212px; } }

.index-category__image.lazy-img-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 10%;
  left: 15%;
  right: 0;
  bottom: 0; }
  @media (max-width: 1023px) {
    .index-category__image.lazy-img-wrap {
      top: 30%;
      left: 30%; } }
  @media (max-width: 767px) {
    .index-category__image.lazy-img-wrap {
      top: 20%;
      left: 20%; } }
  .index-category__image.lazy-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100px;
    min-height: 100%; }

.index-category .splide__slide:nth-child(2) .index-category__image, .index-category .splide__slide:nth-child(3) .index-category__image, .index-category .splide__slide:nth-child(4) .index-category__image, .index-category .splide__slide:nth-child(5) .index-category__image {
  top: 18%;
  left: 25%; }
  @media (max-width: 1023px) {
    .index-category .splide__slide:nth-child(2) .index-category__image, .index-category .splide__slide:nth-child(3) .index-category__image, .index-category .splide__slide:nth-child(4) .index-category__image, .index-category .splide__slide:nth-child(5) .index-category__image {
      top: 30%;
      left: 30%; } }

@media (min-width: 1024px) {
  .index-category .splide__track {
    margin: -2rem;
    padding: 2rem; }
  .index-category .splide.is-initialized:not(.is-active) .splide__list {
    display: grid; }
  .index-category .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 23.4rem 23.4rem 23.4rem;
    gap: 2.4rem; }
  .index-category .splide__slide {
    position: relative; }
    .index-category .splide__slide:first-child {
      grid-column: 1/3;
      grid-row: 1/3; }
    .index-category .splide__slide:last-child {
      grid-column: 3/5;
      grid-row: 2/4; } }

/* 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/index-collections/style.css?17412529352484*/
.collection-card {
  border: 0.2rem solid #F2F2F2;
  border-radius: 10px;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  transition: all .3s ease; }
  @media (min-width: 1024px) {
    .collection-card:hover {
      cursor: pointer;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
      border-color: transparent; }
      .collection-card:hover .collection-card__right {
        filter: grayscale(0%); }
      .collection-card:hover .collection-card__header:after {
        border-color: transparent; } }
  .collection-card__header {
    flex: 1;
    position: relative; }
    .collection-card__header::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: -0.2rem;
      border-left: 0.2rem solid #F2F2F2;
      height: 3.2rem;
      background-color: #fff;
      clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
      width: 38%;
      transition: all .3s ease; }
      @media (max-width: 1199px) {
        .collection-card__header::after {
          height: 8%; } }
  .collection-card__footer {
    padding: 2.2rem 3rem;
    z-index: 2;
    margin-top: auto;
    display: flex;
    align-content: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .collection-card__footer {
        padding: 15px; } }
  .collection-card__right {
    filter: grayscale(100%);
    transition: all .3s ease;
    height: 40px; }
    @media (max-width: 1023px) {
      .collection-card__right {
        height: 20px; } }
    .collection-card__right img {
      max-width: 100%;
      max-height: 100%; }
  .collection-card__image {
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    right: -0.2rem;
    bottom: 0; }
    .collection-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .collection-card .btn {
    position: relative;
    z-index: 2; }

.index-collections .splide__slide {
  height: 53.5rem; }
  @media (max-width: 768px) {
    .index-collections .splide__slide {
      height: 116.5rem;
      min-height: 265px; } }

@media (min-width: 1024px) {
  .index-collections .splide__track {
    margin: -2rem;
    padding: 2rem !important; } }

.index-collections .splide:not(.is-initialized) .splide__list {
  display: flex;
  gap: 2.4rem; }

.index-collections .splide:not(.is-initialized) .splide__slide {
  width: calc(50% - 2.4rem); }

/* End */


/* Start:/local/templates/html/assets/components-template/index-about/style.css?17412529355298*/
.index-about .presection__left {
  max-width: none; }

.index-about__inner {
  padding: 7rem;
  background-color: rgba(245, 246, 248, 0.5);
  border-radius: 20px;
  padding-bottom: 0px; }
  @media (max-width: 1023px) {
    .index-about__inner {
      background-color: transparent;
      padding: 0px;
      padding-left: 14px;
      padding-right: 14px; } }

.index-about__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; }
  @media (max-width: 1023px) {
    .index-about__top {
      grid-template-columns: 1fr;
      gap: 40px;
      padding-top: 44px;
      padding-left: 14px;
      padding-right: 14px;
      padding-bottom: 0px;
      background-color: rgba(245, 246, 248, 0.5);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      margin-left: -14px;
      margin-right: -14px; } }
  .index-about__top .container {
    padding: 0px; }

@media (max-width: 1023px) {
  .index-about__right .splide__control--inside .splide__pagination {
    position: static; }
    .index-about__right .splide__control--inside .splide__pagination .splide__pagination__page:not(.is-active) {
      background-color: #CFD2D4; } }

.index-about__achievments {
  padding: 5.8rem 11rem;
  background-color: #0540D5;
  border-radius: 20px;
  margin-top: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 767px) {
    .index-about__achievments {
      grid-template-columns: 1fr;
      gap: 16px;
      justify-content: center; } }
  @media (max-width: 1023px) {
    .index-about__achievments {
      border-radius: 10px;
      margin-top: 40px;
      position: relative; }
      .index-about__achievments:after {
        content: "";
        position: absolute;
        top: 0;
        left: -14px;
        right: -14px;
        top: -40px;
        bottom: 50%;
        z-index: -1;
        background-color: rgba(245, 246, 248, 0.5);
        border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px; } }

.index-about__achievment {
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .index-about__achievment-flex {
    display: flex; }
    .index-about__achievment-flex:nth-child(2) {
      justify-content: center;
      text-align: center;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
      @media (max-width: 767px) {
        .index-about__achievment-flex:nth-child(2) {
          border: none;
          justify-content: flex-start; } }
    .index-about__achievment-flex:nth-child(3) {
      text-align: right;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .index-about__achievment-flex:nth-child(3) {
          justify-content: flex-start; } }

.index-about__utps {
  margin-top: 7rem; }
  .index-about__utps .splide.is-initialized:not(.is-active) .splide__arrows {
    display: none; }
  .index-about__utps .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6.4rem; }
    @media (max-width: 1023px) {
      .index-about__utps .splide.is-initialized:not(.is-active) .splide__list {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .index-about__utps .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        gap: auto; } }
  @media (max-width: 1023px) {
    .index-about__utps .splide__pagination {
      top: 100%; } }
  @media (max-width: 1023px) {
    .index-about__utps {
      margin-top: 54px;
      padding: 30px;
      background-color: rgba(245, 246, 248, 0.5);
      border-radius: 10px;
      padding-bottom: 0px;
      margin-left: -14px;
      margin-right: -14px; } }
  @media (max-width: 1023px) {
    .index-about__utps .splide__pagination__page:not(.is-active) {
      background-color: #CFD2D4; } }

.index-about .splide__slide {
  display: flex;
  justify-content: center; }
  .index-about .splide__slide:not(:last-child) .index-about-utp:after {
    position: absolute;
    content: "";
    right: -3.2rem;
    top: 0;
    bottom: 7rem;
    background-color: #CFD2D4;
    width: 1px; }
    @media (max-width: 767px) {
      .index-about .splide__slide:not(:last-child) .index-about-utp:after {
        display: none; } }

@media (max-width: 1023px) {
  .index-about .splide__arrows {
    position: static; }
  .index-about .splide__arrow--prev {
    right: auto;
    left: 0;
    transform: translateX(-50%); }
  .index-about .splide__arrow--next {
    right: 0;
    left: auto;
    transform: translateX(50%); } }

.index-about-utp {
  position: relative;
  padding-bottom: 8rem;
  border-bottom: 4px solid #0540D5; }
  @media (max-width: 1023px) {
    .index-about-utp:nth-child(2):after {
      display: none; } }
  .index-about-utp__logo {
    margin-bottom: 3.7rem;
    height: 11rem; }
    @media (max-width: 1023px) {
      .index-about-utp__logo {
        height: 128px;
        display: flex;
        justify-content: center; } }
    .index-about-utp__logo img {
      max-width: 100%;
      max-height: 100%; }
  .index-about-utp__title {
    margin-bottom: 2rem; }
    @media (max-width: 1023px) {
      .index-about-utp__title {
        margin-bottom: 18px; } }
  @media (max-width: 1023px) {
    .index-about-utp {
      border-width: 2px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__brand-card/style.css?17412529361216*/
.brand-card {
  border-radius: 10px;
  border: 2px solid #F2F2F2;
  padding-bottom: 75%;
  position: relative;
  transition: all 0.3s ease; }
  .brand-card__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: 5fr 2fr; }
  .brand-card__main-image {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: all .3s ease; }
    .brand-card__main-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .brand-card__brand-image {
    padding: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    transition: all .3s ease; }
    .brand-card__brand-image img {
      max-width: 100%;
      max-height: 100%; }
  @media (min-width: 1024px) {
    .brand-card:hover {
      cursor: pointer;
      box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2);
      border-color: transparent; }
      .brand-card:hover .brand-card__brand-image {
        filter: grayscale(0%); } }
  .brand-card:active .brand-card__main-image {
    transform: scale(1.01); }

/* End */


/* Start:/local/templates/html/assets/components-template/index-reviews/style.css?1741252936449*/
.index-reviews .splide:not(.is-initialized) .splide__list {
  display: flex;
  pointer-events: none; }

.index-reviews .splide:not(.is-initialized) .splide__slide {
  width: calc(100% / 3); }

.index-reviews .splide__track {
  margin: -2.2rem;
  padding: 1rem !important; }
  @media (max-width: 1023px) {
    .index-reviews .splide__track {
      margin: 0px;
      padding: 0px !important; } }

.index-reviews .splide__slide {
  padding: 1.2rem; }

/* End */


/* Start:/local/templates/html/assets/components-template/modal-review/style.css?17412529365827*/
@charset "UTF-8";
.modal-review__descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding-right: 2rem;
  padding-bottom: 5rem; }
  .modal-review__descr::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    height: 5px;
    /* высота для горизонтального скролла */
    border-radius: 0px;
    background-color: #f5f5f5; }
  .modal-review__descr::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 10em; }
    .modal-review__descr::-webkit-scrollbar-thumb:hover {
      background-color: #828282; }
  @media (max-width: 767px) {
    .modal-review__descr {
      position: static; } }

.modal-review__star {
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-review--simple .modal-dialog {
  max-width: 820px; }

.modal-review--simple .modal-content {
  max-height: 90vh;
  height: auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .modal-review--simple .modal-content {
      max-height: none; } }
  @media (max-width: 1023px) {
    .modal-review--simple .modal-content {
      height: 100vh; } }

.modal-review--simple .modal-review__descr {
  max-height: 50rem;
  position: static; }
  @media (max-width: 1023px) {
    .modal-review--simple .modal-review__descr {
      position: absolute;
      max-height: none; } }

.modal-review--simple .modal-review__inner {
  display: flex;
  flex-direction: column;
  height: 100%; }

.modal-review--simple .modal-review__top {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 1rem; }
  @media (max-width: 1023px) {
    .modal-review--simple .modal-review__top {
      margin-bottom: 10px; } }

.modal-review--simple .modal-review__date {
  color: #6F7682;
  margin-bottom: 2px; }

.modal-review--simple .modal-review__body {
  flex: 1;
  position: relative; }
  .modal-review--simple .modal-review__body:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2rem;
    height: 5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none; }

.modal-review--simple .modal-review__stars {
  display: flex;
  align-items: center; }

.modal-review--simple .modal-review__star .icon {
  fill: #F2F2F2; }
  @media (max-width: 1023px) {
    .modal-review--simple .modal-review__star .icon {
      width: 18px;
      height: 18px; } }

.modal-review--simple .modal-review__star.active .icon {
  fill: #FF6D00; }

.modal-review--simple .modal-review__header {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }
  @media (max-width: 1023px) {
    .modal-review--simple .modal-review__header {
      margin-bottom: 20px; } }

.modal-review--simple .modal-review__logo {
  width: 6rem;
  height: 2rem; }
  @media (min-width: 1024px) {
    .modal-review--simple .modal-review__logo:hover {
      cursor: pointer;
      opacity: 0.8; } }
  @media (max-width: 1023px) {
    .modal-review--simple .modal-review__logo {
      width: 50px;
      height: 15px; } }
  .modal-review--simple .modal-review__logo img {
    max-width: 100%;
    max-height: 100%; }

.modal-review--simple .modal-review__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.modal-review--doc .modal-dialog {
  max-width: 1246px; }

.modal-review--doc .modal-content {
  max-height: 90vh;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 767px) {
    .modal-review--doc .modal-content {
      height: auto;
      max-height: none; } }

.modal-review--doc .modal-body {
  position: relative; }

.modal-review--doc .modal-review__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  height: 100%; }
  @media (max-width: 767px) {
    .modal-review--doc .modal-review__inner {
      grid-template-columns: 1fr; } }

.modal-review--doc .modal-review__right {
  height: 100%;
  position: relative; }
  .modal-review--doc .modal-review__right img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }

.modal-review--doc .modal-review__left {
  display: flex;
  flex-direction: column; }

.modal-review--doc .modal-review__overflow {
  flex-grow: 1;
  position: relative; }
  .modal-review--doc .modal-review__overflow:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2rem;
    height: 5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none; }
    @media (max-width: 767px) {
      .modal-review--doc .modal-review__overflow:after {
        display: none; } }

.modal-review--doc .modal-review__doc {
  position: absolute;
  top: 0;
  left: 0;
  right: -5rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  @media (max-width: 1023px) {
    .modal-review--doc .modal-review__doc {
      right: 0;
      padding: 15px; } }
  @media (max-width: 767px) {
    .modal-review--doc .modal-review__doc {
      position: relative;
      margin-top: 30px; } }
  .modal-review--doc .modal-review__doc:before {
    position: absolute;
    content: "";
    top: -6rem;
    left: 0;
    right: 0;
    bottom: -5rem;
    background-color: #F5F6F8;
    z-index: -1; }
    @media (max-width: 1023px) {
      .modal-review--doc .modal-review__doc:before {
        top: 0;
        bottom: -19px; } }
    @media (max-width: 767px) {
      .modal-review--doc .modal-review__doc:before {
        z-index: -1;
        left: -19px;
        right: -19px;
        top: -30px; } }

.modal-review--doc .modal-review__title {
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .modal-review--doc .modal-review__title {
      margin-bottom: 26px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__review-card/style.css?17412529363788*/
.review-card {
  padding: 4.5rem 3rem;
  border-radius: 10px;
  border: 2px solid #F2F2F2;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1023px) {
    .review-card {
      padding: 24px; } }
  @media (min-width: 1024px) {
    .review-card:hover {
      cursor: pointer;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
      border-color: transparent; } }
  .review-card:active {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2); }
  .review-card__quote-top {
    position: absolute;
    left: 3rem;
    top: 3rem;
    fill: #CFD2D4; }
    @media (max-width: 1023px) {
      .review-card__quote-top {
        left: 10px;
        top: 10px; }
        .review-card__quote-top .icon {
          width: 14px;
          height: 14px; } }
  .review-card__quote-bottom {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    fill: #CFD2D4;
    transform: rotate(180deg); }
    @media (max-width: 1023px) {
      .review-card__quote-bottom {
        right: 10px;
        bottom: 10px; }
        .review-card__quote-bottom .icon {
          width: 14px;
          height: 14px; } }
  .review-card__logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    height: 1.8rem; }
    @media (max-width: 1023px) {
      .review-card__logo {
        margin-bottom: 10px;
        height: 14px; } }
    .review-card__logo img {
      max-width: 100%;
      max-height: 100%; }
  .review-card__owner {
    max-width: 55%;
    text-align: center;
    position: relative;
    z-index: 1; }
  .review-card__descr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media (max-width: 1023px) {
      .review-card__descr {
        margin-bottom: 11px; } }
  .review-card__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto; }
  .review-card__stars {
    display: flex;
    justify-content: center;
    margin-top: 0.8rem; }
    .review-card__stars .icon {
      fill: #F2F2F2; }
      .review-card__stars .icon.active {
        fill: #FF6D00; }
      @media (max-width: 1023px) {
        .review-card__stars .icon {
          width: 18px;
          height: 18px; } }
    @media (max-width: 1023px) {
      .review-card__stars {
        margin-top: 8px; } }
  .review-card__doc {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 9rem;
    width: 13rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .review-card__doc.lazy-img-wrap {
      overflow: visible; }
    @media (max-width: 1023px) {
      .review-card__doc {
        width: 100px;
        height: 70px; } }
    .review-card__doc img {
      max-width: 100%;
      max-height: 100%;
      transform: translateY(-1.4rem); }
    .review-card__doc:before {
      background-color: #F5F6F8;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      clip-path: polygon(27% 0, 57% 37%, 100% 37%, 100% 100%, 38% 100%, 0% 60%, 0 0);
      z-index: -1; }
  .review-card--doc .review-card__descr {
    margin-bottom: 3.5rem; }
    @media (max-width: 1023px) {
      .review-card--doc .review-card__descr {
        margin-bottom: 30px; } }
  .review-card--doc .review-card__owner {
    text-align: left; }
  .review-card--doc .review-card__footer {
    align-items: normal; }
  .review-card--doc-2 .review-card__doc:before {
    background-color: #F5F6F8;
    position: absolute;
    content: "";
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1; }

/* End */


/* Start:/local/templates/html/assets/components-template/index-projects/style.css?1741252935529*/
.index-projects .splide__slide {
  height: 49.2rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 2fr 1fr 1fr; }
  @media (max-width: 767px) {
    .index-projects .splide__slide {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 12px;
      height: 193rem;
      min-height: 440px; } }

.index-projects .splide__track {
  margin: -2rem;
  padding: 2rem !important; }

@media (max-width: 767px) {
  .index-projects .splide__slide .project-card:first-child {
    grid-column: 1/3; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__project-card/style.css?17482570361853*/
.project-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .project-card {
      border-radius: 6px; } }
  @media (min-width: 1024px) {
    .project-card:hover {
      cursor: pointer; }
      .project-card:hover:after,
      .project-card:hover .project-card__title {
        opacity: 1; } }
  .project-card:after {
    position: absolute;
    content: "";
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(0deg, #020024 0%, black 2%, rgba(0, 212, 255, 0) 100%);
    transition: all 0.3s ease; }
  .project-card__title {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10; }
  .project-card__watermark.lazy-img-wrap {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    opacity: 0.3;
    width: 15rem;
    filter: brightness(0%) invert(1); }
    .project-card__watermark.lazy-img-wrap img {
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 1023px) {
      .project-card__watermark.lazy-img-wrap {
        width: 100px;
        right: 15px;
        bottom: 15px; } }
  .project-card__icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    fill: #fff; }
    @media (max-width: 1023px) {
      .project-card__icon {
        top: 10px;
        right: 10px; } }
  .project-card__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden; }
    .project-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 1024px) {
    .project-card:hover {
      cursor: pointer;
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25); } }

/* End */


/* Start:/local/templates/html/assets/components-template/modal-project/style.css?17412529366115*/
@charset "UTF-8";
.modal-project {
  height: 100%; }
  .modal-project .modal-dialog {
    max-width: 1500px; }
  .modal-project .modal-content {
    max-height: 90vh;
    height: 100vh; }
    @media (max-width: 1023px) {
      .modal-project .modal-content {
        height: auto;
        max-height: none; } }
    @media (max-width: 1023px) {
      .modal-project .modal-content--v2 {
        margin: auto 0; } }
  .modal-project__inner {
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 5rem;
    height: 100%; }
    .modal-project__inner--v2 {
      display: flex;
      flex-direction: column-reverse;
      gap: 2rem; }
      .modal-project__inner--v2 .modal-project__left {
        flex: 1; }
      .modal-project__inner--v2 .modal-project__overflow {
        display: none; }
      @media (max-width: 1023px) {
        .modal-project__inner--v2 {
          flex-direction: column-reverse; } }
    @media (max-width: 1023px) {
      .modal-project__inner {
        flex-direction: column;
        display: flex;
        gap: 30px; } }
  .modal-project__left {
    position: relative;
    display: flex; }
  .modal-project__right {
    display: flex;
    flex-direction: column; }
  .modal-project__overflow {
    flex-grow: 1;
    position: relative; }
    .modal-project__overflow:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      right: 2rem;
      height: 5rem;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      pointer-events: none; }
  .modal-project__scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-right: 2rem;
    padding-bottom: 5rem; }
    .modal-project__scroll::-webkit-scrollbar {
      width: 5px;
      /* ширина для вертикального скролла */
      height: 5px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .modal-project__scroll::-webkit-scrollbar-thumb {
      background-color: #BDBDBD;
      border-radius: 10em; }
      .modal-project__scroll::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
    @media (max-width: 1023px) {
      .modal-project__scroll {
        position: static; } }
  .modal-project__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-project__test {
    display: inline-block;
    max-width: 100%;
    max-height: 100%; }
  .modal-project__title {
    margin-bottom: 1.6rem; }
    @media (max-width: 1023px) {
      .modal-project__title {
        margin-bottom: 20px; } }
  .modal-project__photos {
    width: 100%;
    display: flex; }
    .modal-project__photos .splide {
      width: 100%;
      display: flex;
      flex-direction: column; }
    .modal-project__photos .splide__track {
      flex-grow: 1; }
    .modal-project__photos .splide__slide {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media (max-width: 1023px) {
        .modal-project__photos .splide__slide {
          padding-bottom: 65%; } }
      .modal-project__photos .splide__slide img {
        max-width: 100%;
        max-height: 100%; }
  .modal-project__slider {
    position: relative; }
    .modal-project__slider:after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      width: 24.6rem;
      pointer-events: none;
      opacity: 0;
      transition: all 0.3s ease; }
    .modal-project__slider:not(.reached-end):after {
      position: absolute;
      content: "";
      opacity: 1; }
    @media (min-width: 1200px) {
      .modal-project__slider .splide__track {
        padding: 1rem 0;
        margin: -1rem 0; } }
  .modal-project__products {
    margin-bottom: 4rem; }
    @media (max-width: 1023px) {
      .modal-project__products {
        margin-bottom: 30px; } }
  .modal-project__subtitle {
    color: #6F7682;
    margin-bottom: 1.3rem; }
    @media (max-width: 1023px) {
      .modal-project__subtitle {
        margin-bottom: 10px; } }

.modal-project-mini-card {
  border: 1px solid #F2F2F2;
  padding: 0.9rem;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  @media (min-width: 1200px) {
    .modal-project-mini-card {
      cursor: pointer; }
      .modal-project-mini-card:hover {
        border-color: #9d9797; } }
  @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; }

/* End */
/* /local/templates/html/assets/components-template/index-hero/style.css?17412529353468 */
/* /local/templates/html/assets/components-template/index-category/style.css?17412529352413 */
/* /local/templates/html/assets/components-template/mixin__tabs-v1/style.css?17412529363347 */
/* /local/templates/html/assets/components-template/index-collections/style.css?17412529352484 */
/* /local/templates/html/assets/components-template/index-about/style.css?17412529355298 */
/* /local/templates/html/assets/components-template/mixin__brand-card/style.css?17412529361216 */
/* /local/templates/html/assets/components-template/index-reviews/style.css?1741252936449 */
/* /local/templates/html/assets/components-template/modal-review/style.css?17412529365827 */
/* /local/templates/html/assets/components-template/mixin__review-card/style.css?17412529363788 */
/* /local/templates/html/assets/components-template/index-projects/style.css?1741252935529 */
/* /local/templates/html/assets/components-template/mixin__project-card/style.css?17482570361853 */
/* /local/templates/html/assets/components-template/modal-project/style.css?17412529366115 */
