.snippet-slider {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .snippet-slider {
    margin-bottom: 0;
  }
}

.snippet-slider__arrow.snippet-slider__arrow--prev {
  transform: rotate(180deg);
}

.snippet-slider__arrow {
  transition: 0.3s;
  cursor: pointer;
}

.snippet-slider__arrow.swiper-button-disabled {
  opacity: 0.2;
}

.snippet-slider__nav {
  display: flex;
  column-gap: 16px;
}

.snippet-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .snippet-slider {
    margin-right: 0;
    margin-left: 0;
  }
  .snippet-slider__header {
    padding-right: 0;
    padding-left: 0;
  }
}
.news-item {
  padding: 14px 13px 16px;
  border: 1px solid transparent;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.news-item:hover {
  border-color: #CED4DA;
}
@media (max-width: 768px) {
  .news-item {
    border-color: #CED4DA;
  }
}
.news-item .news-item-desc {
  margin-bottom: 6px;
  text-wrap: balance;
}
@media (max-width: 1410px) {
  .news-item .news-item-desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .news-item .news-item-desc {
    margin-bottom: 30px;
  }
}
.news-item .news-item-desc__title {
  margin-bottom: 8px;
}
.news-item .news-item__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.news-item .news-item__tag {
  padding: 6px 10px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid transparent;
}
.news-item .news-item__tag.red {
  color: #ff4c4c;
  border-color: #ff4c4c;
}
.news-item .news-item__tag.promotion-tag {
  color: #ff4c4c;
  border-color: #ff4c4c;
}
.news-item .news-item__tag.cyan {
  color: #5AC748;
  border-color: #5AC748;
}
.news-item .news-item__tag.news-tag {
  color: #5AC748;
  border-color: #5AC748;
}
.news-item .news-item__tag.magenta {
  color: #8048C7;
  border-color: #8048C7;
}
.news-item .news-item__tag.bestseller-tag {
  color: #8048C7;
  border-color: #8048C7;
}
.news-item .news-item__tag.gray {
  color: #A0A5AB;
  border-color: #A0A5AB;
}
.news-item .news-item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.news-item .news-item-img.image-container {
  width: 100%;
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-top: 62.5935162095%;
  background: white;
  position: relative;
  max-height: unset;
  max-width: unset;
  border-radius: 4px;
}
.news-item .news-item-img.image-container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
}

/*# sourceMappingURL=style.css.map */
