

/* Start:/local/templates/html/assets/components-template/index-about/style.css?17900641773364*/
.index-about__inner {
  display: grid;
  align-items: flex-end;
  gap: clamp(2.4rem, 3vw, 5.6rem);
  grid-template-columns: 33% minmax(0, 1fr); }
  @media (max-width: 1249px) {
    .index-about__inner {
      grid-template-columns: 100%; } }

.index-about__grid {
  display: grid;
  gap: clamp(1.2rem, 1.2vw, 2.4rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas: 'main main location sm1' 'main main sm2 button'; }
  @media (max-width: 767px) {
    .index-about__grid {
      gap: 10px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-template-areas: 'main main sm1' 'main main sm2' 'location location location' 'button button button'; } }

.index-about__grid-item {
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 1; }
  @media (max-width: 767px) {
    .index-about__grid-item {
      aspect-ratio: unset; } }
  .index-about__grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .index-about__grid-item--main {
    grid-area: main;
    aspect-ratio: 1 / 1; }
  .index-about__grid-item--sm-1 {
    grid-area: sm1; }
  .index-about__grid-item--sm-2 {
    grid-area: sm2; }
  .index-about__grid-item--location {
    grid-area: location; }
  .index-about__grid-item--button {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    grid-area: button; }
    @media (max-width: 767px) {
      .index-about__grid-item--button {
        align-items: center;
        justify-content: center;
        margin-top: 10px; } }

.index-about__location {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2.2rem;
  gap: 2.4rem;
  text-align: center;
  background: #F2F1F0;
  grid-area: location; }
  @media (max-width: 1099px) {
    .index-about__location {
      padding: 12px;
      gap: 8px;
      font-size: 14px; } }
  @media (max-width: 767px) {
    .index-about__location {
      margin-top: 0;
      padding: 10px;
      font-size: 16px; }
      .index-about__location b {
        font-size: 18px; } }

.index-about__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: clamp(2.4rem, 2vw, 4rem); }
  @media (max-width: 1249px) {
    .index-about__content {
      max-width: 75%; } }
  @media (max-width: 1099px) {
    .index-about__content {
      gap: 20px; } }
  @media (max-width: 767px) {
    .index-about__content {
      max-width: 100%; } }

.index-about__stat {
  display: grid;
  margin-top: auto;
  gap: clamp(2rem, 3vw, 5.6rem);
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 1099px) {
    .index-about__stat {
      gap: 32px 16px; } }

.index-about__stat-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  @media (max-width: 1099px) {
    .index-about__stat-item {
      gap: 8px; } }
  @media (max-width: 767px) {
    .index-about__stat-item {
      gap: 4px; } }

.index-about__stat-value {
  display: flex;
  align-items: flex-end;
  gap: .4rem;
  font-size: clamp(2.4rem, 1.8vw, 4rem);
  line-height: 1; }
  .index-about__stat-value span {
    margin-bottom: .2rem;
    font-size: clamp(1.8rem, 1vw, 2.4rem); }
  @media (max-width: 1099px) {
    .index-about__stat-value {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .index-about__stat-value {
      font-size: 24px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/index-hero/style.css?17900641775642*/
.index-hero {
  overflow: hidden;
  --index-hero-container-offset: 12px; }
  @media (min-width: 1100px) {
    .index-hero {
      --index-hero-container-offset: 6rem; } }
  .index-hero .swiper-slide {
    position: relative;
    margin-right: 24px; }
    @media (min-width: 1100px) {
      .index-hero .swiper-slide {
        cursor: pointer; } }
    @media (max-width: 1249px) {
      .index-hero .swiper-slide {
        margin-right: 16px; } }
    @media (max-width: 1099px) {
      .index-hero .swiper-slide {
        margin-right: 16px; } }
  .index-hero__img-wrap {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .index-hero__img-wrap img,
    .index-hero__img-wrap picture {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      transition: transform .3s ease;
      will-change: transform; }
  .index-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 var(--index-hero-container-offset);
    gap: 1.2rem;
    color: #fff; }
    @media (max-width: 1099px) {
      .index-hero__content {
        padding: 0 16px;
        gap: 12px; } }
    @media (max-width: 767px) {
      .index-hero__content {
        padding: 0;
        gap: 8px; } }
  .index-hero__title {
    font-family: "Lora", Arial, Verdana, sans-serif;
    font-size: clamp(3.6rem, 4vw, 7.2rem);
    line-height: 1.2; }
    @media (max-width: 1099px) {
      .index-hero__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .index-hero__title {
        font-size: 28px; } }
  .index-hero__description {
    max-width: 62rem;
    line-height: 1.4; }
    @media (max-width: 1099px) {
      .index-hero__description {
        max-width: 100%; } }
  .index-hero__btn-wrap {
    margin-top: 2.8rem; }
    @media (max-width: 1099px) {
      .index-hero__btn-wrap {
        margin-top: 18px; } }
    @media (max-width: 767px) {
      .index-hero__btn-wrap {
        margin-top: 12px; } }
  @media (max-width: 1099px) {
    .index-hero__inner > .container {
      padding: 0 !important; } }

.index-hero-wide-slide .index-hero__slider {
  position: relative;
  height: calc(100vw * 5 / 12); }
  @media (max-width: 1099px) {
    .index-hero-wide-slide .index-hero__slider {
      height: auto;
      padding-bottom: 41.67%; } }
  @media (max-width: 575px) {
    .index-hero-wide-slide .index-hero__slider {
      height: calc(100vw * 832 / 576); } }

.swiper.slider-fs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  overflow: visible;
  align-items: center;
  justify-content: center;
  margin: 0; }
  .swiper.slider-fs .swiper-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    transform: translateX(-50%); }
    @media (max-width: 1099px) {
      .swiper.slider-fs .swiper-container {
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        min-height: 0;
        flex: 1 1 auto;
        transform: none; } }
  .swiper.slider-fs .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center; }
    .swiper.slider-fs .swiper-slide .container {
      position: relative;
      z-index: 2;
      margin: auto 0 7rem 0;
      padding: 0; }
      @media (max-width: 1099px) {
        .swiper.slider-fs .swiper-slide .container {
          margin: auto 16px 16px; } }
      @media (max-width: 767px) {
        .swiper.slider-fs .swiper-slide .container {
          margin: auto 12px 12px; } }
  .swiper.slider-fs .swiper-wrapper {
    height: 100%; }
  .swiper.slider-fs .swiper-pagination {
    bottom: 4rem;
    right: 10rem;
    left: auto;
    width: 58rem;
    transform: none; }
    @media (max-width: 1099px) {
      .swiper.slider-fs .swiper-pagination {
        position: static;
        z-index: 5;
        bottom: auto;
        right: auto;
        left: auto;
        width: 100%;
        height: 4px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 12px 0 0;
        padding: 0;
        transform: none;
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .swiper.slider-fs .swiper-pagination {
        padding: 0 12px; } }
  .swiper.slider-fs .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3); }
    .swiper.slider-fs .swiper-pagination-bullet-active {
      background-color: #fff; }
    @media (max-width: 1099px) {
      .swiper.slider-fs .swiper-pagination-bullet {
        width: auto;
        max-width: none;
        height: 4px;
        flex: 1 1 0;
        border-radius: 0;
        background-color: #F2F1F0; }
        .swiper.slider-fs .swiper-pagination-bullet-active {
          background-color: #9A9CA1; } }
  .swiper.slider-fs .swiper-button-next,
  .swiper.slider-fs .swiper-button-prev {
    bottom: 4rem; }
    .swiper.slider-fs .swiper-button-next .icon,
    .swiper.slider-fs .swiper-button-prev .icon {
      fill: #fff; }
    @media (max-width: 1099px) {
      .swiper.slider-fs .swiper-button-next,
      .swiper.slider-fs .swiper-button-prev {
        display: none; } }
  @media (max-width: 1099px) {
    .swiper.slider-fs {
      align-items: stretch;
      flex-direction: column;
      justify-content: flex-start; } }

/* End */


/* Start:/local/templates/html/assets/components-template/animation/style.css?179006417721895*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpAnimate {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeInLeftAnimate {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeInRightAnimate {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/* End */


/* Start:/local/templates/html/assets/components-template/category-slider/style.css?17900641773706*/
.category-section__container {
  display: flex;
  gap: clamp(0.8rem, 1vw, 2.4rem); }
  @media (max-width: 1099px) {
    .category-section__container {
      flex-direction: column;
      gap: 24px; } }
  @media (max-width: 767px) {
    .category-section__container {
      gap: 20px; } }

.category-section__header {
  width: clamp(260px, 30%, 432px);
  min-width: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: clamp(1.4rem, 0.8vw, 2rem); }
  @media (max-width: 1559px) {
    .category-section__header {
      gap: clamp(0.8rem, 1.2vw, 2.4rem); } }
  @media (max-width: 1099px) {
    .category-section__header {
      width: auto;
      flex: 0 0 auto;
      gap: 12px; } }

.category-section__inner {
  display: flex;
  flex-grow: 1; }

.category-section__title {
  position: relative;
  max-width: fit-content;
  padding: 0 16px 0 0;
  white-space: nowrap; }
  @media (max-width: 1099px) {
    .category-section__title {
      margin-bottom: 8px; } }

.category-section__icon {
  position: absolute;
  z-index: -1;
  top: 84%;
  right: 0;
  width: 45%;
  display: flex;
  align-items: center; }
  @media (max-width: 1249px) {
    .category-section__icon {
      top: 70%; } }
  .category-section__icon .lazy-img-wrap {
    opacity: 0; }
    .category-section__icon .lazy-img-wrap img {
      width: 100%;
      height: auto;
      display: block; }

.category-section__title.fadeInUpAnimate .category-section__icon .lazy-img-wrap {
  animation: category-icon-fade-in 1s ease-in-out 0.8s forwards; }

.category-section__title.fadeInUpAnimate .category-section__icon .icon-anim__reveal {
  animation: category-wave-reveal 1.3s cubic-bezier(0.48, 0, 0.28, 1) var(--category-wave-delay, 0ms) forwards; }

.category-section .icon-anim__svg {
  width: 100%;
  height: auto;
  display: block; }

.category-section .icon-anim__shape {
  fill: #7b2027; }

.category-section .icon-anim__reveal {
  transform: scaleX(0);
  transform-origin: left center;
  transform-box: fill-box; }

@keyframes category-icon-fade-in {
  to {
    opacity: 1; } }

@keyframes category-wave-reveal {
  to {
    transform: scaleX(1); } }

.category-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.6vw, 1.2rem); }
  @media (max-width: 1249px) {
    .category-list {
      gap: clamp(0.3rem, 0.3vw, 1rem); } }
  @media (max-width: 1099px) {
    .category-list {
      gap: 10px; } }
  @media (max-width: 767px) {
    .category-list {
      gap: 8px; } }
  .category-list__item {
    display: flex;
    align-items: center;
    gap: .8rem; }
    @media (min-width: 1100px) {
      .category-list__item:hover {
        color: var(--theme-base-color-light); }
        .category-list__item:hover .icon {
          fill: var(--theme-base-color-light); } }
    .category-list__item:active {
      color: var(--theme-base-color-dark); }
      .category-list__item:active .icon {
        fill: var(--theme-base-color-dark); }
  .category-list .icon {
    max-width: clamp(1.4rem, 1.3vw, 2.4rem);
    max-height: clamp(1.4rem, 1.3vw, 2.4rem);
    fill: #1A1A1A; }

.category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .category-card__title {
    position: absolute;
    inset: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    @media (max-width: 1099px) {
      .category-card__title {
        inset: 0.8rem; } }
  .category-card__image .lazy-img-wrap img {
    transition: transform .3s ease;
    will-change: transform; }
  @media (min-width: 1100px) {
    .category-card {
      cursor: pointer; }
      .category-card:hover .lazy-img-wrap img {
        transform: scale(1.05); } }

/* End */


/* Start:/local/templates/html/assets/components-template/product-slider/style.css?17900641776320*/
.swiper {
  position: relative;
  z-index: 0 !important; }
  @media (max-width: 1099px) {
    .swiper {
      margin-right: -12px; } }
  .swiper__container.swiper-container {
    z-index: 10;
    margin: -1.2rem;
    padding: 1.2rem; }
    @media (max-width: 1099px) {
      .swiper__container.swiper-container {
        margin: 0;
        padding: 0; } }
  .swiper .swiper-slide {
    position: relative;
    z-index: 0;
    flex: 0 0 auto;
    margin-right: clamp(0.8rem, 1vw, 2.4rem);
    --margin-right: clamp(.8rem, 1vw, 2.4rem);
    padding: 0; }
    @media (min-width: 1100px) {
      .swiper .swiper-slide:hover {
        position: relative;
        z-index: 15; } }
    @media (max-width: 1099px) {
      .swiper .swiper-slide {
        margin-right: 0;
        --margin-right: 0; } }

.product-slider .swiper-slide {
  width: calc(100% / 5 - (var(--margin-right) * 4 / 5)); }
  @media (max-width: 1099px) {
    .product-slider .swiper-slide {
      width: 280px;
      margin-right: 16px; } }
  @media (max-width: 767px) {
    .product-slider .swiper-slide {
      width: 200px;
      margin-right: 12px; } }
  @media (max-width: 575px) {
    .product-slider .swiper-slide {
      width: 160px; } }

.product-slider .pagination {
  display: none; }

.product-slider.product-slider--v2 .swiper-slide {
  width: calc(100% / 4 - (var(--margin-right) * 3 / 4)); }
  @media (max-width: 1249px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: calc(100% / 3 - (var(--margin-right) * 2 / 3)); } }
  @media (max-width: 1099px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: calc(100% / 2 - (var(--margin-right) * 1 / 2));
      --margin-right: 12px;
      margin-right: 12px; } }
  @media (max-width: 767px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: 200px;
      margin-right: 12px; } }
  @media (max-width: 575px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: 160px; } }

.product-slider.product-slider--v2 .pagination {
  display: none; }

.category-slider {
  width: 100%;
  padding-bottom: 4.8rem; }
  @media (max-width: 1099px) {
    .category-slider {
      padding-bottom: 36px; } }
  @media (max-width: 767px) {
    .category-slider {
      margin-right: -10px; } }
  .category-slider .swiper-slide {
    width: calc(100% / 3 - (var(--margin-right) * 2 / 3));
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1; }
    @media (max-width: 1099px) {
      .category-slider .swiper-slide {
        width: 280px;
        margin-right: 18px; } }
    @media (max-width: 767px) {
      .category-slider .swiper-slide {
        width: 248px;
        margin-right: 12px; } }

.category-slider--v2 {
  padding-bottom: 4.8rem; }
  @media (max-width: 1099px) {
    .category-slider--v2 {
      max-width: 100%;
      padding-bottom: 36px; } }
  @media (max-width: 767px) {
    .category-slider--v2 {
      margin-right: -10px; } }
  .category-slider--v2 .swiper-slide {
    width: calc(100% / 4 - (var(--margin-right) * 3 / 4)); }
    @media (max-width: 1249px) {
      .category-slider--v2 .swiper-slide {
        width: calc(100% / 3 - (var(--margin-right) * 2 / 3)); } }
    @media (max-width: 1099px) {
      .category-slider--v2 .swiper-slide {
        width: 280px;
        margin-right: 18px; } }
    @media (max-width: 767px) {
      .category-slider--v2 .swiper-slide {
        width: 248px;
        margin-right: 12px; } }

.collection-slider .swiper-slide {
  width: calc(100% / 4 - (var(--margin-right) * 3 / 4)); }
  @media (max-width: 1099px) {
    .collection-slider .swiper-slide {
      width: 280px;
      margin-right: 18px; } }
  @media (max-width: 767px) {
    .collection-slider .swiper-slide {
      width: 248px;
      margin-right: 12px; } }

.product-slider-ajax-tabs {
  overflow: auto;
  margin-bottom: 22px;
  padding-bottom: 20px; }
  @media (max-width: 1099px) {
    .product-slider-ajax-tabs {
      margin-bottom: 8px;
      padding-bottom: 25px; } }
  .product-slider-ajax-tabs__inner {
    display: flex;
    align-items: center; }
  .product-slider-ajax-tabs__item {
    position: relative;
    margin-right: 32px;
    white-space: nowrap;
    color: #9A9CA1;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25; }
    @media (max-width: 1099px) {
      .product-slider-ajax-tabs__item {
        margin-right: 16px;
        font-size: 14px; } }
    .product-slider-ajax-tabs__item:after {
      position: absolute;
      bottom: -6px;
      right: 100%;
      left: 0;
      height: 3px;
      content: '';
      transition: all .3s ease;
      background-color: var(--theme-accent-color); }
    @media (min-width: 1100px) {
      .product-slider-ajax-tabs__item {
        cursor: pointer; }
        .product-slider-ajax-tabs__item:hover:after {
          right: 0; } }
    .product-slider-ajax-tabs__item.active {
      pointer-events: none;
      color: inherit; }
      .product-slider-ajax-tabs__item.active:after {
        right: 0; }

@media (max-width: 1099px) {
  .product-slider-skeleton {
    margin-right: -10px; } }

.product-slider-skeleton__list {
  max-width: 100%;
  display: flex;
  overflow: hidden; }

.product-slider-skeleton__item {
  position: relative;
  width: calc((100% - 96px) / 5);
  height: 58rem;
  display: flex;
  overflow: hidden;
  flex: 0 0 auto;
  margin-right: 24px;
  background-color: #fff; }
  @media (max-width: 1919px) {
    .product-slider-skeleton__item {
      width: calc((100% - 20px) / 5);
      margin-right: 5px; } }
  @media (max-width: 1559px) {
    .product-slider-skeleton__item {
      width: calc((100% - 57px) / 4);
      margin-right: 19px; } }
  @media (max-width: 1249px) {
    .product-slider-skeleton__item {
      width: calc((100% - 50px) / 3);
      margin-right: 25px; } }
  @media (max-width: 1099px) {
    .product-slider-skeleton__item {
      width: 318px;
      height: 54.2rem;
      margin-right: 12px; } }
  @media (max-width: 767px) {
    .product-slider-skeleton__item {
      width: 262px;
      height: 454px;
      margin-right: 8px; } }
  @media (max-width: 575px) {
    .product-slider-skeleton__item {
      width: 46%;
      height: 334px; } }

.product-slider-skeleton__card {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__collection-card/style.css?1790064177408*/
.collection-card {
  display: flex;
  align-items: center;
  justify-content: center; }
  .collection-card__title {
    display: none; }
  .collection-card .lazy-img-wrap img {
    transition: transform .3s ease;
    will-change: transform; }
  @media (min-width: 1100px) {
    .collection-card {
      cursor: pointer; }
      .collection-card:hover .lazy-img-wrap img {
        transform: scale(1.05); } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__label/style.css?17900641771521*/
.product-label {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem; }
  @media (max-width: 767px) {
    .product-label {
      gap: .2rem; } }
  .product-label .label {
    max-width: fit-content;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 2px 1rem;
    border-radius: var(--b-radius);
    font-family: "Exo2", Arial, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase; }
    @media (max-width: 1099px) {
      .product-label .label {
        height: 16px;
        padding: 0 6px 2px;
        font-size: 11px; } }
    @media (max-width: 767px) {
      .product-label .label {
        height: 14px;
        padding: 0 6px 2px;
        font-size: 10px; } }

.product-page--action .product-label {
  gap: .8rem; }
  @media (max-width: 1099px) {
    .product-page--action .product-label {
      gap: 6px; } }
  @media (max-width: 767px) {
    .product-page--action .product-label {
      gap: 4px; } }
  .product-page--action .product-label .label {
    height: 2.8rem;
    padding: 0 1.2rem 2px 1.2rem;
    font-size: clamp(1rem, 0.9vw, 1.8rem); }
    @media (max-width: 1099px) {
      .product-page--action .product-label .label {
        height: 24px;
        padding: 0 10px 2px 10px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .product-page--action .product-label .label {
        height: 20px;
        padding: 0 8px 2px 8px;
        font-size: 12px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/index-banners/style.css?17900641771403*/
.index-banners__inner {
  display: flex;
  align-items: center;
  justify-content: center; }

.index-banners__banner {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1920 / 520; }
  @media (min-width: 1100px) {
    .index-banners__banner {
      cursor: pointer; }
      .index-banners__banner:hover picture {
        transform: scale(1.02); } }
  @media (max-width: 767px) {
    .index-banners__banner {
      aspect-ratio: 360/ 280; } }

.index-banners__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 2rem;
  gap: 1.2rem;
  max-width: 100rem;
  text-align: center;
  color: #fff; }
  @media (max-width: 1099px) {
    .index-banners__content {
      gap: 1rem;
      max-width: 90%; } }
  @media (max-width: 575px) {
    .index-banners__content {
      padding: 0 16px; } }

.index-banners__title {
  font-family: "Lora", Arial, Verdana, sans-serif; }

.index-banners__btns {
  margin-top: 2.4rem; }

.index-banners__picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.index-banners picture {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
  will-change: transform; }

.index-banners img {
  width: 100%;
  object-fit: cover; }

/* End */
/* /local/templates/html/assets/components-template/index-about/style.css?17900641773364 */
/* /local/templates/html/assets/components-template/index-hero/style.css?17900641775642 */
/* /local/templates/html/assets/components-template/animation/style.css?179006417721895 */
/* /local/templates/html/assets/components-template/category-slider/style.css?17900641773706 */
/* /local/templates/html/assets/components-template/product-slider/style.css?17900641776320 */
/* /local/templates/html/assets/components-template/mixin__collection-card/style.css?1790064177408 */
/* /local/templates/html/assets/components-template/mixin__label/style.css?17900641771521 */
/* /local/templates/html/assets/components-template/index-banners/style.css?17900641771403 */
