.main-slider .carousel__arrow {
  background-color: var(--bg-light);
  padding: 8px;
}
.main-slider .carousel__arrow-prev {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.main-slider .carousel__arrow-next {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.main-slider .carousel__arrow-icon {
  height: 32px;
  width: 32px;
}
@media (min-width: 1200px) {
  .main-slider {
    height: 280px;
    margin-right: auto;
    max-width: 66.1111111111%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .main-slider {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .main-slider__base {
    height: 306px;
  }
}
@media (max-width: 767px) {
  .main-slider__base {
    height: 178px;
  }
}
.main-slider__base-item {
  text-align: center;
}
@media (min-width: 768px) {
  .main-slider__base-item {
    height: 280px;
  }
}
.main-slider__base-pic {
  display: block;
}
@media (min-width: 1200px) {
  .main-slider__base-pic {
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-slider__base-pic {
    border-radius: 8px;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.main-slider__base-inner {
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-slider__base-inner {
    border-radius: 16px;
  }
}
.main-slider__video {
  height: 100%;
  min-width: 100%;
}
@media (min-width: 1200px) {
  .main-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 100%;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .main-slider__content {
    color: var(--text-primary) !important;
    display: none;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .main-slider__content {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .main-slider__content {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.main-slider__content-title {
  font-family: var(--font-sans-loos);
}
@media (min-width: 1200px) {
  .main-slider__content-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
    max-width: 460px;
  }
}
@media (max-width: 1199px) {
  .main-slider__content-title {
    display: none;
    font-weight: 700;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-slider__content-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-slider__content-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.main-slider__pagination {
  bottom: 0 !important;
}
.main-slider__pagination .swiper-pagination-bullet {
  background-color: var(--text-tertiary);
  border-radius: 8px;
  bottom: 0;
  height: 4px;
  opacity: 1;
  width: 32px;
}
.main-slider__pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: var(--stroke);
}
@media (min-width: 1200px) {
  .main-slider__base-inner,
  .main-slider__base-media {
    height: 100%;
  }
  .main-slider__content-gap {
    margin-bottom: 24px;
  }
  .main-slider__content-title--name {
    display: none;
  }
  .main-slider__content-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    max-width: 360px;
  }
  .main-slider__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1248px) {
  .main-slider__content-logo,
  .main-slider__link {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-slider__content-text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-slider__base-media {
    display: block;
  }
}
.smart-home__media {
  border-radius: 16px;
  height: 176px;
  overflow: hidden;
}
.smart-home__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.smart-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 475px) {
  .smart-home__item {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .smart-home__list {
    margin-right: -16px;
  }
  .smart-home__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .smart-home {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .smart-home__item {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .smart-home__item,
  .smart-home__media {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .smart-home__list {
    margin-right: -4px;
  }
  .smart-home__item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .smart-home__img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .smart-home__media {
    height: 172px;
  }
}
.product-day .card__long-inner,
.product-day .card__long-sticker {
  display: none;
}
.product-day .countdown__days,
.product-day .countdown__hours,
.product-day .countdown__minutes,
.product-day .countdown__seconds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-day .card__long-meta,
.product-day .card__long-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-day .card__long-basket {
    height: 48px;
    width: 198px;
  }
  .product-day .card__long-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-day .card__long-gift {
    height: 48px;
    margin-right: 8px;
    padding: 0;
    width: 73px;
  }
  .product-day .card__long-gift + .card__long-basket {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-day .card__long-gift .card__long-basket-decor {
    margin-right: 0;
  }
  .product-day .card__long-gift span:not(.card__long-gift-hint) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product-day {
    margin-left: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32.2222222222%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-day .card__long {
    padding: 7px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .product-day .card__long-head {
    width: 47.1153846154%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-day .card__long-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 192px;
    margin-bottom: 0 !important;
  }
  .product-day .card__long-content {
    margin-left: auto;
    width: calc(100% - 200px);
  }
  .product-day .card__long-body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: 0;
    order: 1;
  }
  .product-day .card__long-title {
    font-size: 14px;
    height: 54px;
    line-height: 18px;
  }
  .product-day .card__long-footer {
    margin-top: 0;
    padding-top: 13px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-day .card__long-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-day .card__long-meta {
    margin-bottom: 2px;
  }
}
@media (max-width: 1199px) {
  .product-day .card__long {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-day .card__long-content {
    padding-left: 16px;
  }
  .product-day .card__long-star {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-day .card__long {
    padding-top: 84px;
  }
  .product-day .card__long-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48.67%;
  }
  .product-day .card__long-media {
    height: 146px;
  }
  .product-day .card__long-title {
    margin-bottom: 12px;
  }
  .product-day .card__long-img {
    margin-top: 0;
  }
  .product-day .card__long-content {
    display: block;
  }
  .product-day .card__long-meta {
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    position: absolute;
    width: 100%;
  }
  .product-day .card__long-comments,
  .product-day .card__long-star,
  .product-day .card__long-toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 22%;
  }
  .product-day .card__long-comments,
  .product-day .card__long-star {
    margin-right: 0;
    min-width: 42px;
    padding: 4px 0;
  }
  .product-day .card__long-star {
    margin-right: 7px;
  }
  .product-day .card__long-toggle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0;
    padding: 4px 2px;
  }
  .product-day .card__long-body,
  .product-day .card__long-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-day .card__long-bottom {
    padding-top: 6px;
  }
  .product-day .card__long-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .product-day .card__long-discount .badge--rebate {
    width: 100%;
  }
  .product-day .card__long-basket {
    font-size: 14px;
    height: 32px;
  }
  .product-day .card__long-in-basket {
    margin-left: 0;
  }
  .product-day .card__long-gift {
    height: 32px;
  }
}
.card__long-in-basket{
  color: #fff;
}
@media (max-width: 374px) {
  .product-day .card__long {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-day .card__long-head {
    width: 176px;
  }
  .product-day .card__long-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-day .card__long-body {
    padding-top: 64px;
  }
  .product-day .card__long-title {
    font-size: 18px;
    line-height: 1.4;
    width: 211px;
  }
  .product-day .card__long-cost {
    font-size: 24px;
  }
  .product-day .card__long-bonus,
  .product-day .card__long-old {
    font-size: 14px;
  }
  .product-day .card__long-bottom {
    margin-bottom: auto;
    margin-left: auto;
    max-width: 225px;
    padding-right: 10px;
    padding-top: 70px;
    width: 100%;
  }
  .product-day .card__long-media.flip-sliders-parent {
    margin-bottom: 8px;
  }
}
.product-day__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .product-day__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .product-day__head {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .product-day__head {
    left: 16px;
    top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-day__head {
    left: 210px;
    top: 35px;
  }
}
.product-day__head-title {
  color: var(--text-secondary);
  font-family: var(--font-sans-loos);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .product-day__head-title {
    margin-right: 16px;
  }
}
.product-day__countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.product-day__countdown .countdown__hours:before,
.product-day__countdown .countdown__minutes:before,
.product-day__countdown .countdown__seconds:before {
  background-color: var(--bg-disabled);
  border-radius: 4px;
  color: var(--text-secondary);
  margin-right: 8px;
  padding: 8px;
}
.product-day__countdown .countdown__hours:after,
.product-day__countdown .countdown__minutes:after,
.product-day__countdown .countdown__seconds:after {
  content: ":";
  margin-right: 8px;
}
.product-day__countdown .countdown__seconds:before {
  margin-right: 0;
}
.product-day__card .card__long-edit,
.product-day__countdown .countdown__seconds:after {
  display: none;
}
.product-day__card:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .product-day__card {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .product-day__card {
    padding-bottom: 1px;
    padding-top: 1px;
  }
}
@media (max-width: 1199px) {
  .product-day__card .flip-slider-hover__images-toggler,
  .product-day__card .flip-slider-hover__indicator {
    display: none;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-day__card {
    height: 220px;
  }
}
.product-day__pagination {
  bottom: 0 !important;
}
.product-day__pagination .swiper-pagination-bullet {
  background-color: var(--stroke);
  border-radius: 8px;
  bottom: 0;
  height: 4px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 32px;
}
.product-day__pagination .progress-bar {
  background-color: var(--primary);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 0;
}
.product-day__carousel {
  padding-bottom: 23px;
}
.product-day__carousel:not(.swiper-initialized) .swiper-wrapper {
  overflow: hidden;
}
.product-day__carousel:not(.swiper-initialized)
  .swiper-slide:not(.swiper-slide-visible) {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .product-day__carousel {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .product-day__carousel {
    padding-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .product-day__carousel {
    height: 318px;
  }
}
.section-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-services {
    margin-right: -21px;
    overflow-x: auto;
  }
}
.section-services__box {
  -webkit-box-flex: 0;
  color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-services__box:hover .section-services__title {
  color: var(--primary);
}
@media (min-width: 768px) {
  .section-services__box {
    width: 33.33333%;
  }
  .section-services__box:not(:last-of-type) {
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .section-services__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-services__box {
    background-color: var(--white);
    border-radius: 16px;
    margin-right: 8px;
    padding: 16px;
    width: 205px;
  }
}
@media (min-width: 1200px) {
  .section-services__media {
    width: 26.25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 1199px) {
  .section-services__media {
    margin: 0 auto 16px;
    text-align: center;
    width: 126px;
  }
}
@media (min-width: 1200px) {
  .section-services__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 16px;
  }
}
.section-services__title {
  font-family: var(--font-sans-loos);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.section-services__text {
  line-height: 1.25;
}
@media (max-width: 767px) {
  .actions__carousel .carousel__arrow {
    display: none;
  }
  .actions__carousel-item {
    width: 170px;
  }
}
.promotions-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 16px;
  color: var(--white);
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.25;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promotions-card {
    height: 301px;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .promotions-card {
    margin: 0 auto;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition:
      box-shadow 0.2s ease-in-out,
      -webkit-box-shadow 0.2s ease-in-out;
  }
  .promotions-card:hover {
    -webkit-box-shadow: var(--shadow-Z200);
    box-shadow: var(--shadow-Z200);
  }
  .promotions-card:hover .promotions-card__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .promotions-card {
    height: 246px;
    width: 165px;
  }
}
.promotions-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  padding: 6px 16px 7px 24px;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: inherit;
}
@media (max-width: 767px) {
  .promotions-card__body {
    padding: 4px 0;
  }
}
.promotions-card__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .promotions-card__title {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.promotions-card__media {
  height: 220px;
}
@media (max-width: 1199px) {
  .promotions-card__media {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .promotions-card__media {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .promotions-card__media {
    height: 224px;
  }
}
@media (min-width: 1200px) {
  .promotions-card__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s linear;
    transition: -webkit-transform 0.7s linear;
    transition: transform 0.7s linear;
    transition:
      transform 0.7s linear,
      -webkit-transform 0.7s linear;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .promotions-card__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .g-news {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.g-news__large {
  color: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.g-news__large:hover .g-news__large-title {
  color: var(--primary);
}
@media (min-width: 576px) {
  .g-news__large {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .g-news__large {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .g-news__large {
    display: block;
  }
}
.g-news__large-media {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .g-news__large-media {
    height: 342px;
  }
}
@media (max-width: 575px) {
  .g-news__large-media {
    margin-bottom: 24px;
  }
}
.g-news__large-title {
  display: -webkit-box;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .g-news__large-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .g-news__large-title {
    margin-bottom: 8px;
  }
}
.g-news__large-text {
  line-height: 20px;
  margin-bottom: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.g-news__item,
.g-news__large-text {
  display: -webkit-box;
  overflow: hidden;
}
.g-news__item {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: inherit;
}
.g-news__item:hover .g-news__item-title {
  color: var(--primary);
}
.g-news__other-row:not(:last-of-type) {
  margin-bottom: 20px;
}
.g-news__item-image {
  -ms-flex-negative: 0;
  border-radius: 16px;
  flex-shrink: 0;
  height: 100px;
  margin-right: 16px;
  overflow: hidden;
  width: 100px;
}
@media (min-width: 1200px) {
  .g-news__large-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.g-news__item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.g-news__item-date {
  color: var(--text-tertiary);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
.g-news__item-title {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 8px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .g-news__item-title {
    display: -webkit-box;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 575px) {
  .g-news__item-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.g-news__tag {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .g-news__list-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .g-news__list-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .g-news__list-col {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .g-news__list-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .g-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 576px) {
  .g-news__item-text {
    color: var(--text-primary);
    display: -webkit-box;
    line-height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 575px) {
  .g-news__item-text {
    display: none;
  }
}
.featured-categories__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-categories__tab-item {
  font-family: var(--font-sans-loos);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}
.featured-categories__tab-item:not(.active) {
  color: var(--text-tertiary);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .featured-categories__tab-item {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .featured-categories__tab-item {
    font-size: 20px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .featured-categories__tab-item {
    font-size: 24px;
  }
}
.featured-categories__tab-item--decor:after {
  color: var(--text-tertiary);
  content: "/";
}
@media (min-width: 1200px) {
  .featured-categories__tab-item--decor {
    margin-right: 24px;
  }
  .featured-categories__tab-item--decor:after {
    margin-left: 24px;
  }
}
@media (max-width: 1199px) {
  .featured-categories__tab-item--decor {
    margin-right: 8px;
  }
  .featured-categories__tab-item--decor:after {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .featured-categories__hide-mob {
    display: none;
  }
}
@media (max-width: 1199px) {
  .featured-categories__show-desk {
    display: none;
  }
}
@media (min-width: 768px) {
  .featured-categories__show-mob {
    display: none;
  }
}
.h-video {
  margin-left: -22px;
  margin-right: -22px;
  padding-left: 22px;
  padding-right: 22px;
}
.h-video .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
.h-video:not(.swiper-initialized) .swiper-wrapper {
  overflow: hidden;
}
.h-video:not(.swiper-initialized) .swiper-slide {
  margin-right: 20px;
  width: 340px;
}
.h-video:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-visible) {
  opacity: 1;
  pointer-events: auto;
}
.h-video__media {
  border-radius: 16px;
  height: 192px;
  margin-bottom: 24px;
  overflow: hidden;
}
.h-video__media-frame {
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
.h-video__title {
  display: -webkit-box;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h-video__info {
  color: var(--text-secondary);
}
.action__count {
  background-color: var(--red);
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .action__count {
    padding-bottom: 44px;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .action__count {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.action__count-title {
  color: var(--white);
  margin-bottom: 26px;
}
.action__count-countdown {
  color: var(--white);
  font-family: var(--font-sans-loos);
  font-weight: 500;
}
.action__count-countdown .countdown__days:after,
.action__count-countdown .countdown__hours:after,
.action__count-countdown .countdown__minutes:after,
.action__count-countdown .countdown__seconds:after {
  content: attr(data-countdown-text);
}
@media (min-width: 768px) {
  .action__count-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .action__count-countdown {
    width: 100%;
  }
}
.action__count-item:after {
  display: block;
}
@media (min-width: 1200px) {
  .action__count-item {
    width: 16%;
  }
  .action__count-item:before {
    font-size: 96px;
  }
  .action__count-item:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .action__count-item {
    width: 100%;
  }
  .action__count-item:after {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .action__count-item:before {
    font-size: 32px;
  }
}
@media (max-width: 359px) {
  .action__count-item:before {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .action__count-item:before {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .action__count-item {
    width: 25%;
  }
  .action__count-item:before {
    font-size: 64px;
  }
  .action__count-item:after {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .home__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


@media (max-width: 767px) {
  .main-slider__base {
    height: 100%;
  }
}