

/* Start:/local/templates/html/assets/components-template/index-hero/style.css?17395344624150*/
.index-hero {
  margin-top: 27px;
  margin-bottom: 24px;
}
@media (max-width: 1299px) {
  .index-hero {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .index-hero {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .index-hero {
    margin-top: 24px;
  }
}
.index-hero__inner {
  display: grid;
  grid-template-columns: 69% 31%;
  margin: -12px;
}
@media (max-width: 1499px) {
  .index-hero__inner {
    margin: -10px;
  }
}
@media (max-width: 1299px) {
  .index-hero__inner {
    margin: -8px;
  }
}
@media (max-width: 1099px) {
  .index-hero__inner {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 575px) {
  .index-hero__inner {
    grid-template-columns: 1fr;
    margin: -7px;
  }
}
.index-hero__slider {
  padding-bottom: 49.1%;
  position: relative;
  transition: all ease 0.3s;
}
@media (min-width: 1024px) {
  .index-hero__slider:hover {
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 575px) {
  .index-hero__slider {
    padding-bottom: 125%;
  }
}
.index-hero__item {
  padding: 12px;
}
@media (max-width: 1499px) {
  .index-hero__item {
    padding: 10px;
  }
}
@media (max-width: 1299px) {
  .index-hero__item {
    padding: 8px;
  }
}
.index-hero__item img,
.index-hero__item picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .index-hero__item {
    padding: 7px;
  }
}
.index-hero__banner {
  padding-bottom: 53.7%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .index-hero__banner:hover {
    cursor: pointer;
  }
  .index-hero__banner:hover .index-hero__img-wrap {
    transform: scale(1.05);
  }
}
.index-hero__img-wrap {
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-hero__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hero .index-hero__item--main {
  grid-row: 1/3;
}
@media (max-width: 1099px) {
  .index-hero .index-hero__item--main {
    grid-row: auto;
    grid-column: 1/3;
  }
}
@media (max-width: 575px) {
  .index-hero .index-hero__item--main {
    grid-column: auto;
  }
}

.swiper.slider-fs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.swiper.slider-fs .swiper-container {
  height: 100%;
}
.swiper.slider-fs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper.slider-fs .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.swiper.slider-fs .swiper-wrapper {
  height: 100%;
}
.swiper.slider-fs .swiper-pagination {
  bottom: 5%;
}
.swiper.slider-fs .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.swiper.slider-fs .swiper-pagination-bullet.swiper-pagination-bullet-active .autoplay-progress svg {
  animation: anim linear 5s infinite;
}
.swiper.slider-fs .swiper-container {
  width: 100%;
}
.swiper.slider-fs .swiper-button-next,
.swiper.slider-fs .swiper-button-prev {
  top: calc(50% - 22px);
  transition: all 0.3s ease;
}
.swiper.slider-fs .swiper-button-next {
  right: -50px;
}
.swiper.slider-fs .swiper-button-prev {
  left: -50px;
}
@media (min-width: 1024px) {
  .swiper.slider-fs:hover {
    cursor: pointer;
  }
  .swiper.slider-fs:hover .swiper-button-next {
    right: 50px;
  }
  .swiper.slider-fs:hover .swiper-button-prev {
    left: 50px;
  }
}

.autoplay-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.autoplay-progress svg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 0.2rem;
  stroke: #882B3E;
  fill: none;
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
  stroke-dashoffset: 125.6;
}

@keyframes anim {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* End */


/* Start:/local/templates/html/assets/components-template/index-utp/style.css?17395344621577*/
.index-utp {
  display: flex;
}
.index-utp__inner {
  padding: 44px 38px;
}
@media (max-width: 1499px) {
  .index-utp__inner {
    padding: 44px 25px;
  }
}
@media (max-width: 1299px) {
  .index-utp__inner {
    padding: 44px 70px;
  }
}
@media (max-width: 1099px) {
  .index-utp__inner {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .index-utp__inner {
    display: none;
  }
}
.index-utp__items {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -21px;
}
@media (max-width: 1499px) {
  .index-utp__items {
    margin: -15px;
  }
}
@media (max-width: 1299px) {
  .index-utp__items {
    margin: -30px;
  }
}
.index-utp__item {
  padding: 30px 21px;
  width: 25%;
}
@media (max-width: 1499px) {
  .index-utp__item {
    padding: 15px;
  }
}
@media (max-width: 1299px) {
  .index-utp__item {
    width: 50%;
    padding: 30px;
  }
}
.index-utp__item .lazy-img-wrap {
  width: 76px;
  height: 76px;
}
.index-utp .lazy-img-wrap {
  flex: 0 0 auto;
  padding: 8px;
  position: relative;
  border-radius: 8px;
  background: linear-gradient(to right bottom, #882B3E 10%, transparent 90%);
}
.index-utp .lazy-img-wrap:after {
  content: "";
  position: absolute;
  border-radius: 6px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #fff;
}
.index-utp .lazy-img-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-utp__title {
  margin-left: 24px;
}
.index-utp__title span {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
}
.index-utp__subtitle {
  color: #969696;
}
/* End */


/* Start:/local/templates/html/assets/components-template/index-category/style.css?17395344623060*/
.index-category__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}
.index-category__item {
  width: calc(25% + 1px);
  height: 380px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
  border: 1px solid #e4e4e4;
  margin: -1px 0 0 -1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  gap: 15px;
  background-color: #FAFAFB;
  background-image: url("/local/templates/html/assets/images/category-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1699px) {
  .index-category__item {
    height: 334px;
  }
}
@media (max-width: 1499px) {
  .index-category__item {
    height: 286px;
  }
}
@media (max-width: 1299px) {
  .index-category__item {
    height: 240px;
  }
}
@media (min-width: 1100px) {
  .index-category__item:hover {
    cursor: pointer;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-color: transparent;
    z-index: 3;
  }
}
.index-category__item:active .lazy-img-wrap, .index-category__item:focus .lazy-img-wrap {
  transform: scale(1.03);
}
.index-category__image {
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index-category__image .lazy-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.3s;
}
.index-category__image img {
  max-height: 100%;
  max-width: 100%;
}
.index-category__title {
  color: #2B2A29;
  text-align: center;
  font-weight: 600;
}
.index-category__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/html/assets/images/category-bg-2.png");
  z-index: 0;
  transition: all ease 0.3s;
}
.index-category .index-category__item-all {
  position: relative;
  background: linear-gradient(180deg, #882B3E 0%, #882B3E 100%);
  background-position: 100% 0px;
  background-size: 400%;
  transition: all 0.3s ease;
  overflow: hidden;
}
.index-category .index-category__item-all a {
  color: #fff;
}
@media (min-width: 1024px) {
  .index-category .index-category__item-all a:hover {
    color: #fff;
  }
}
@media (min-width: 1100px) {
  .index-category .index-category__item-all:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #882B3E 0%, #F24181 100%);
    background-size: 100%;
  }
}
.index-category .index-category__item-all:active .index-category__bg, .index-category .index-category__item-all:focus .index-category__bg {
  transform: scale(1.03);
}
.index-category .index-category__item-all:after {
  position: absolute;
  content: attr(data-content);
  text-transform: uppercase;
  font-size: 128px;
  color: #fff;
  opacity: 0.1;
}
@media (max-width: 1099px) {
  .index-category {
    display: none;
  }
}
/* End */


/* Start:/local/templates/html/assets/components-template/product-page-sku/style.css?17395344626597*/
@charset "UTF-8";
.product-card-sku-skeleton {
  height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .product-card-sku-skeleton {
    height: 252px;
  }
}
.product-card-sku-skeleton__prop {
  height: 24px;
  width: 200px;
  margin-bottom: 12px;
  background-color: #eeecec;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1099px) {
  .product-card-sku-skeleton__prop {
    width: 100px;
  }
}
.product-card-sku-skeleton__val {
  height: 40px;
  background-color: #eeecec;
  width: 400px;
  margin-bottom: 34px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1099px) {
  .product-card-sku-skeleton__val {
    width: 200px;
  }
}

.product-sku__list {
  display: flex;
  margin: -10px;
}
@media (max-width: 1099px) {
  .product-sku__list {
    margin: -5px;
  }
}
.product-sku__overflow {
  display: flex;
  gap: 16px;
  padding: 10px 12px;
  flex-wrap: wrap;
}
@media (max-width: 1099px) {
  .product-sku__overflow {
    padding: 5px;
  }
}
.product-sku__item {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: flex;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1499px) {
  .product-sku__item {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 1299px) {
  .product-sku__item {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1099px) {
  .product-sku__item {
    width: 60px;
    height: 60px;
  }
}
.product-sku__item.active {
  border-color: transparent;
}
.product-sku__item:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 2px;
}
.product-sku__item img {
  max-width: 100%;
  max-height: 100%;
}
.product-sku__item.active {
  border-color: transparent;
}
.product-sku__item.active:after {
  border-color: #882B3E;
}
.product-sku__item.active .product-sku__card {
  border-color: transparent;
}
@media (min-width: 1024px) {
  .product-sku__item:hover {
    cursor: pointer;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.13);
    border-color: transparent;
  }
  .product-sku__item:hover .product-sku__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.product-sku__item.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.product-sku__tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  padding: 4px 8px;
  width: 125px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .product-sku__tooltip {
    display: none;
  }
}
.product-sku__tooltip:after {
  position: absolute;
  content: "";
  border: 5px solid transparent; /* Прозрачные границы */
  border-top: 5px solid #fff; /* Добавляем треугольник */
  top: 100%;
  left: 10px;
}
.product-sku__bg {
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: inset 0px 0px 1px 1px black;
}
.product-sku__toggler {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #e4e4e4;
  position: absolute;
  right: -7px;
  top: 10px;
  transition: all 0.3s ease;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.product-sku__toggler:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: 2px;
  left: 2px;
  background-color: #f9eef0;
}
.product-sku__toggler:after {
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 100px;
  background-color: #fff;
  transform: translateX(-100%);
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4976365546) 31%, rgb(255, 255, 255) 79%);
  pointer-events: none;
  z-index: -11;
}
@media (max-width: 1099px) {
  .product-sku__toggler {
    top: 5px;
  }
}
.product-sku__toggler .icon {
  max-width: 12px;
  max-height: 12px;
  transform: rotate(90deg);
  fill: #882B3E;
}
@media (min-width: 1024px) {
  .product-sku__toggler:hover {
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
    border-color: transparent;
  }
}
.product-sku__toggler.visible {
  opacity: 1;
  visibility: visible;
}
.product-sku.active .product-sku__toggler .icon {
  transform: rotate(-90deg);
}
.product-sku.active .product-sku__toggler:after {
  opacity: 0;
}

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

.product-sku--v3 {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
}
.product-sku--v3 .product-sku__list {
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
.product-sku--v3 .product-sku__list:before {
  position: absolute;
  content: "";
  left: -12px;
  right: -12px;
  top: -6px;
  bottom: -6px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .product-sku--v3 .product-sku__list:before {
    left: 0px;
    right: 0px;
    top: -5px;
    bottom: -5px;
  }
}
.product-sku--v3 .product-sku__overflow {
  gap: 13px;
  flex-wrap: nowrap;
}
@media (max-width: 1099px) {
  .product-sku--v3 .product-sku__overflow {
    max-width: none;
    flex-wrap: wrap;
    height: 50px;
    overflow: hidden;
  }
}
.product-sku--v3 .product-sku__item {
  width: 40px;
  height: 40px;
  display: none;
}
@media (max-width: 1099px) {
  .product-sku--v3 .product-sku__item {
    display: flex;
  }
}
@media (min-width: 1700px) {
  .product-sku--v3 .product-sku__item:nth-of-type(-n + 8) {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .product-sku--v3 .product-sku__item:nth-of-type(-n + 7) {
    display: flex;
  }
}
@media (max-width: 1299px) {
  .product-sku--v3 .product-sku__item:nth-of-type(-n + 8) {
    display: flex;
  }
}
.product-sku--v3.active {
  z-index: 10;
}
.product-sku--v3.active .product-sku__item {
  display: flex !important;
}
.product-sku--v3.active .product-sku__overflow {
  flex-wrap: wrap;
  height: auto;
  overflow: visible;
}
.product-sku--v3.active .product-sku__list:before {
  opacity: 1;
}
/* End */


/* Start:/local/templates/html/assets/components-template/index-about/style.css?17395344621745*/
.index-about__inner {
  display: flex;
}
.index-about__left {
  flex: 0 0 35%;
  padding-bottom: 21%;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 1099px) {
  .index-about__left {
    display: none;
  }
}
.index-about__left .lazy-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-about__left .lazy-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-about__right {
  position: relative;
  width: 65%;
  padding-left: 70px;
}
@media (max-width: 1699px) {
  .index-about__right {
    padding-left: 66px;
  }
}
@media (max-width: 1499px) {
  .index-about__right {
    padding-left: 52px;
  }
}
@media (max-width: 1299px) {
  .index-about__right {
    padding-left: 44px;
  }
}
.index-about__right .presection .container {
  padding: 0px;
}
.index-about__right .presection__inner {
  justify-content: flex-start;
}
@media (max-width: 1099px) {
  .index-about__right {
    padding-left: 0px;
    width: 100%;
  }
}
.index-about__title {
  font-weight: 600;
  line-height: 1;
}
.index-about__descr {
  margin-top: 32px;
}
.index-about__descr p {
  margin-bottom: 24px;
}
.index-about__descr p.collapsed {
  display: none;
}
.index-about__descr p.collapsed.active {
  display: block;
}
@media (max-width: 1099px) {
  .index-about__descr p {
    display: none;
  }
  .index-about__descr p:nth-child(-n+2) {
    display: block;
  }
}
@media (max-width: 1099px) {
  .index-about__descr.active p {
    display: block;
  }
}
.index-about__descr.active p.collapsed {
  display: block;
}
.index-about__descr--more {
  display: none;
}
.index-about .show-more {
  opacity: 0;
  visibility: hidden;
}
.index-about .show-more.visible {
  opacity: 1;
  visibility: visible;
}
/* End */


/* Start:/local/templates/html/assets/components-template/mixin__news-card/style.css?17395344622791*/
.news-card {
  border: 1px solid #e4e4e4;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
}
@media (min-width: 1100px) {
  .news-card:hover {
    cursor: pointer;
    border-color: transparent;
    z-index: 10;
  }
  .news-card:hover .news-card__inner {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
}
.news-card:active .news-card__inner, .news-card:focus .news-card__inner {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
}
.news-card:active .news-card__title, .news-card:focus .news-card__title {
  color: #882B3E;
}
.news-card__inner {
  height: 100%;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.news-card__header {
  padding-bottom: 64%;
  position: relative;
}
.news-card__header .lazy-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-card__header .lazy-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__header .lazy-img-wrap img:not(.loaded) {
  min-width: 100%;
  min-height: 100%;
}
.news-card__footer {
  margin: auto 0;
  padding: 20px 24px;
}
@media (max-width: 1699px) {
  .news-card__footer {
    padding: 20px;
  }
}
@media (max-width: 1099px) {
  .news-card__footer {
    padding: 16px;
  }
}
.news-card__tags {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.news-card__tag {
  line-height: 1.5;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #582840;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .news-card__tag {
    font-size: 12px;
  }
}
.news-card__tag--discount {
  background-color: #582840;
}
.news-card__tag--sale {
  background-color: #882B3E;
}
.news-card__tag--cheap {
  background-color: #F24181;
}
.news-card__title {
  font-weight: 600;
  margin-bottom: 18px;
  height: 68px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (max-width: 575px) {
  .news-card__title {
    margin-bottom: 0px;
  }
}
.news-card__descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1099px) {
  .news-card__descr {
    height: 64px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575px) {
  .news-card__descr {
    display: none;
  }
}
.news-card__date {
  margin-top: 10px;
  color: #aaaaaa;
}
@media (max-width: 575px) {
  .news-card__date {
    display: none;
  }
}
@media (max-width: 575px) {
  .news-card:not(.news-card--noimage) {
    border: none;
  }
  .news-card:not(.news-card--noimage) .news-card__footer {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
/* End */


/* Start:/local/templates/html/assets/components-template/instagram-section/style.css?17395344621959*/
.instagram-slider-section {
  padding-top: 52px;
  padding-bottom: 78px;
  background-color: #fafafb;
}
@media (max-width: 1099px) {
  .instagram-slider-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.instagram-slider .product-card-wrap {
  width: 20%;
  flex: 0 0 auto;
}
@media (max-width: 1299px) {
  .instagram-slider .product-card-wrap {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .instagram-slider .product-card-wrap {
    width: 50%;
  }
}
.instagram-slider .swiper-button-next,
.instagram-slider .swiper-button-prev {
  top: 50%;
}
.instagram-slider .swiper-pagination {
  display: none;
}
@media (max-width: 1099px) {
  .instagram-slider .swiper-pagination {
    display: flex;
  }
}

.instagram-card {
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 1100px) {
  .instagram-card:hover {
    cursor: pointer;
    border-color: transparent;
  }
  .instagram-card:hover img {
    transform: scale(1.1);
  }
}
.instagram-card__inner {
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.instagram-card__header {
  padding-bottom: 100%;
  position: relative;
}
.instagram-card__header .lazy-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram-card__header .lazy-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.instagram-card__footer {
  padding: 24px;
}
.instagram-card__title {
  font-weight: 600;
  margin-bottom: 18px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1099px) {
  .instagram-card__title {
    height: 35px;
  }
}
.instagram-card__descr {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
}
@media (max-width: 575px) {
  .instagram-card {
    border: none;
  }
}
/* End */
/* /local/templates/html/assets/components-template/index-hero/style.css?17395344624150 */
/* /local/templates/html/assets/components-template/index-utp/style.css?17395344621577 */
/* /local/templates/html/assets/components-template/index-category/style.css?17395344623060 */
/* /local/templates/html/assets/components-template/product-page-sku/style.css?17395344626597 */
/* /local/templates/html/assets/components-template/index-about/style.css?17395344621745 */
/* /local/templates/html/assets/components-template/mixin__news-card/style.css?17395344622791 */
/* /local/templates/html/assets/components-template/instagram-section/style.css?17395344621959 */
