.news__banner {
  margin-top: 4.844vw;
  margin-bottom: 4.688vw;
}
.news__banner-item {
  border-radius: 1.302vw;
  overflow: hidden;
  position: relative;
  padding: 5.99vw 4.688vw 4.271vw;
}
.news__banner-img {
  filter: brightness(50%);
}
.news__banner-title {
  width: 27.292vw;
  color: #fafafa;
  font-size: 2.083vw;
  font-weight: 500;
  line-height: 2.396vw; /* 115% */
  letter-spacing: 0.063vw;
  text-transform: uppercase;
}
.news__banner-descr {
  color: #fafafa;
  font-size: 1.198vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.26vw;
  width: 19.063vw;
}
.news__banner-btn {
  margin-top: 3.438vw;
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-width: 1px;
}
.news-card:hover .news-card__action {
  color: #ef642d;
}
.news-card__cover {
  height: 21.875vw;
  width: 100%;
  border-radius: 1.563vw;
  overflow: hidden;
  margin-bottom: 1.094vw;
  position: relative;
}
.news-card__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.042vw;
  width: 100%;
}
.news-card__views {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.news-card__views svg {
  width: 1.25vw;
  height: 1.25vw;
}
.news-card__views span {
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.349vw; /* 143.889% */
  text-transform: uppercase;
  opacity: 0.57;
}
.news-card__date {
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.349vw; /* 143.889% */
  text-transform: uppercase;
  opacity: 0.57;
}
.news-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.458vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.029vw;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 1.042vw;
  width: 21.615vw;
}
.news-card__descr {
  margin-bottom: 1.354vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 21.615vw;
}
.news-card__action {
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.349vw;
  transition: 0.3s;
  margin-top: auto;
}

.video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(50%);
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.video-icon svg {
  width: 3.75vw;
  height: 3.75vw;
}

.video-duration {
  border-radius: 180px;
  background: rgba(31, 31, 29, 0.7);
  display: inline-flex;
  padding: 0.885vw 1.042vw;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 1.042vw;
  bottom: 1.042vw;
  pointer-events: none;
}

.news__list .news-card_video {
  grid-column: span 2;
}
.news__list .news-card_last-wide {
  grid-column: 1 / -1;
}

.video-reviews {
  overflow: hidden;
}
.video-reviews__wrap {
  margin-top: 3.333vw;
  width: 100%;
}
.video-reviews__wrap .swiper-scrollbar {
  position: static !important;
  height: 0.417vw !important;
  margin-top: 2.344vw;
  width: 100% !important;
}
.video-reviews__wrap .swiper-scrollbar-drag {
  background: #1f1f1d;
}
.video-reviews__wrap .swiper-pagination {
  display: none;
}

.video-review {
  border-radius: 1.302vw;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  aspect-ratio: 455/748;
}

.video_active .video-file {
  filter: none;
}
.video_active .video-icon {
  display: none;
}

.news-slider__section {
  overflow: hidden;
}

.news-slider {
  width: 91.208vw;
}
.news-slider .news-card {
  margin: 0 10px;
}
.news-slider .slick-list {
  margin-left: -10px;
}

.video-news-slider {
  width: 90.208vw;
}
.video-news-slider .news-card {
  margin: 0 10px;
}
.video-news-slider .slick-list {
  margin-left: -10px;
}

.news-card_video .news-card__title {
  width: 31.927vw;
}
.news-card_video .news-card__descr {
  width: 31.927vw;
  -webkit-line-clamp: 1;
}
.news-card_video .news-card__action {
  text-transform: uppercase;
}
.news-card_video .news-card__descr {
  margin-bottom: 2.604vw;
}

@media (max-width: 1150px) {
  .news__banner {
    margin-top: 3.906vw;
    margin-bottom: 5.208vw;
  }
  .news__banner-item {
    border-radius: 1.953vw;
    padding: 4.427vw 3.255vw 4.297vw;
  }
  .news__banner-title {
    font-size: 2.604vw;
    line-height: 1; /* 115% */
    letter-spacing: 0.052vw;
    width: 33.854vw;
  }
  .news__banner-descr {
    font-size: 1.563vw;
    line-height: 1;
    margin-top: 1.563vw;
    width: 30.339vw;
  }
  .news__banner-btn {
    margin-top: 2.083vw;
  }
  .news-card__cover {
    height: 22.786vw;
    border-radius: 1.953vw;
    margin-bottom: 1.302vw;
  }
  .news-card__meta {
    margin-bottom: 1.693vw;
  }
  .news-card__views {
    gap: 4px;
  }
  .news-card__views svg {
    width: 1.823vw;
    height: 1.823vw;
  }
  .news-card__views span {
    font-size: 1.432vw;
    line-height: 127%; /* 143.889% */
  }
  .news-card__date {
    font-size: 1.432vw;
    line-height: 127%; /* 143.889% */
  }
  .news-card__title {
    font-size: 1.953vw;
    line-height: 1;
    letter-spacing: 0.059vw;
    margin-bottom: 1.302vw;
    width: 100%;
    max-height: 3.646vw;
  }
  .news-card__descr {
    margin-bottom: 1.432vw;
    -webkit-line-clamp: 1;
    width: 100%;
  }
  .news-card__action {
    font-size: 1.563vw;
    line-height: 1;
    text-transform: uppercase;
  }
  .video-icon svg {
    width: 4.427vw;
    height: 4.427vw;
  }
  .video-duration {
    border-radius: 23.438vw;
    padding: 0.781vw 1.302vw;
    font-size: 1.432vw;
    line-height: 1;
    left: 1.302vw;
    bottom: 1.302vw;
  }
  .video-reviews__wrap {
    margin-top: 5.208vw;
  }
  .video-reviews__wrap .swiper-scrollbar {
    height: 4px !important;
    margin-top: 5.208vw;
  }
  .video-reviews__wrap .video-icon svg {
    width: 9.375vw;
    height: 9.375vw;
  }
  .video-review {
    border-radius: 1.953vw;
  }
  .news-slider {
    width: 85.156vw;
  }
  .news-slider .news-card {
    margin: 0 5px;
  }
  .news-slider .slick-list {
    margin-left: -5px;
  }
  .video-news-slider {
    width: 85.156vw;
  }
  .video-news-slider .news-card {
    margin: 0 5px;
  }
  .video-news-slider .slick-list {
    margin-left: -5px;
  }
  .news-card_video .news-card__title {
    width: 34.766vw;
  }
  .news-card_video .news-card__descr {
    width: 34.766vw;
  }
  .news-card_video .news-card__descr {
    margin-bottom: 1.432vw;
  }
  .cards-section__top_shop.news-slider__top {
    margin-bottom: 5.208vw;
  }
}
@media (max-width: 576px) {
  .news {
    padding: 0;
  }
  .news__banner {
    margin-top: 8.333vw;
    margin-bottom: 0;
  }
  .news__banner-item {
    border-radius: 5.556vw;
    padding: 9.444vw 6.944vw 9.167vw;
  }
  .news__banner-title {
    font-size: 5.556vw;
    line-height: 1; /* 115% */
    letter-spacing: 0.111vw;
    width: 72.222vw;
  }
  .news__banner-descr {
    font-size: 3.333vw;
    line-height: 1;
    margin-top: 3.333vw;
    width: 64.722vw;
  }
  .news__banner-btn {
    margin-top: 4.444vw;
  }
  .news-card__cover {
    height: 43.889vw;
    border-radius: 2.778vw;
    margin-bottom: 2.222vw;
  }
  .news-card__meta {
    margin-bottom: 3.889vw;
  }
  .news-card__views {
    gap: 6px;
  }
  .news-card__views svg {
    width: 3.889vw;
    height: 3.889vw;
  }
  .news-card__views span {
    font-size: 3.056vw;
    line-height: 163%;
  }
  .news-card__date {
    font-size: 3.056vw;
    line-height: 163%; /* 143.889% */
  }
  .news-card__title {
    font-size: 3.611vw;
    line-height: 4.167vw;
    letter-spacing: 0.072vw;
    margin-bottom: 2.222vw;
    max-height: 8.333vw;
  }
  .news-card__descr {
    margin-bottom: 4.167vw;
    -webkit-line-clamp: 2;
    font-size: 3.056vw;
    line-height: 4.167vw;
  }
  .news-card__action {
    font-size: 3.333vw;
    line-height: 1;
    text-transform: lowercase;
    color: #ef642d;
  }
  .video-icon svg {
    width: 9.444vw;
    height: 9.444vw;
  }
  .video-duration {
    border-radius: 180px;
    padding: 1.389vw 1.667vw;
    font-size: 2.778vw;
    line-height: 1;
    left: 2.222vw;
    bottom: 2.222vw;
  }
  .video-reviews__wrap {
    margin-top: 10.278vw;
  }
  .video-reviews__wrap .swiper-scrollbar {
    display: none;
  }
  .video-reviews__wrap .video-icon svg {
    width: 20vw;
    height: 20vw;
  }
  .video-reviews__wrap .swiper-pagination {
    position: static;
    margin-top: 2.778vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-reviews__wrap .swiper-pagination .swiper-pagination-bullet {
    background: rgba(31, 31, 29, 0.1);
    width: 2.778vw;
    height: 2.778vw;
    opacity: 1;
    display: block;
  }
  .video-reviews__wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: #1f1f1d;
  }
  .video-review {
    border-radius: 5.556vw;
    aspect-ratio: 243/427;
  }
  .news-slider {
    width: 100%;
  }
  .news-slider .news-card {
    margin: 0 6px;
  }
  .news-slider .slick-list {
    margin: 0 -6px;
    overflow: visible;
  }
  .video-news-slider {
    width: 100%;
  }
  .video-news-slider .news-card {
    margin: 0 6px;
  }
  .video-news-slider .slick-list {
    margin: 0 -6px;
    overflow: visible;
  }
  .news-card_video .news-card__title {
    width: 73.056vw;
  }
  .news-card_video .news-card__descr {
    width: 64.444vw;
    -webkit-line-clamp: 2;
    margin-bottom: 2.222vw;
  }
  .news-card_video .news-card__cover {
    height: 47.222vw;
  }
  .news-card_video .news-card__action {
    text-transform: lowercase;
  }
  .cards-section__top_shop.news-slider__top {
    margin-bottom: 8.333vw;
  }
  .news-slider__controls_mob {
    gap: 2.222vw;
  }
  .news-slider__section_blog {
    padding: 13.056vw 0 0;
  }
  .video-news-slider__section_blog {
    padding-bottom: 9.722vw;
  }
}
.news-item__container {
  display: flex;
  align-items: start;
  gap: 1.042vw;
}
.news-item__content {
  width: 56.719vw;
  flex-shrink: 0;
  padding-bottom: 3.646vw;
  border-bottom: 1px solid rgba(31, 31, 29, 0.1);
}
.news-item__content .text-content {
  padding-bottom: 3.75vw;
  width: 48.438vw;
}

.page__title_news-item {
  width: 48.229vw;
}

.breadcrumbs_blog-item li:last-child a {
  width: 18.698vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item__cover {
  width: 100%;
  height: 31.042vw;
  border-radius: 1.563vw;
  position: relative;
  overflow: hidden;
}
.news-item__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__cover video {
  cursor: pointer;
}

.text-content h2 {
  font-size: 1.667vw;
  font-weight: 500;
  line-height: 1.812vw; /* 108.75% */
  letter-spacing: 0.042vw;
  text-transform: uppercase;
  margin-bottom: 2.5vw;
  margin-top: 4.167vw;
}
.text-content p {
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.349vw;
}
.text-content p:not(:last-child) {
  margin-bottom: 1.302vw;
}
.text-content blockquote {
  flex-shrink: 0;
  width: 15.469vw;
  color: rgba(31, 31, 29, 0.57);
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 1.245vw; /* 143.889% */
  text-transform: uppercase;
}
.text-content blockquote img {
  aspect-ratio: 1;
  border-radius: 0.521vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.938vw;
}
.text-content h3 {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025vw;
  text-transform: uppercase;
  margin-bottom: 2.135vw;
}
.text-content ul {
  display: flex;
  flex-direction: column;
  gap: 1.771vw;
  padding-top: 0.26vw;
  padding-bottom: 0.729vw;
}
.text-content ul li {
  opacity: 0.6;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 1.823vw;
}
.text-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: #1f1f1d;
  width: 0.677vw;
  height: 0.677vw;
  border-radius: 50%;
}
.text-content > div {
  display: flex;
  gap: 1.042vw;
  margin-top: 4.167vw;
}
.text-content > div h2:first-child {
  margin-top: 0;
}
.text-content .card {
  width: 23.698vw;
  flex-shrink: 0;
}

.blog-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48.438vw;
}
.blog-item__meta {
  display: flex;
  gap: 4.063vw;
  align-items: center;
}
.blog-item__share {
  display: flex;
  align-items: center;
  gap: 1.302vw;
}
.blog-item__share-label {
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 1.349vw;
}
.blog-item__share-links {
  display: flex;
  align-items: center;
  gap: 0.521vw;
}
.blog-item__share-link {
  display: flex;
  width: 2.292vw;
  height: 2.292vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.521vw;
  background: #1f1f1d;
  transition: 0.3s;
}
.blog-item__share-link svg {
  height: 1.302vw;
  width: 1.302vw;
}
.blog-item__share-link:hover {
  background: #ef642d;
}

.news-item__aside {
  width: 23.698vw;
}
.news-item__aside .promo-banner {
  height: 32.917vw;
}
.news-item__similar {
  border-radius: 1.302vw;
  border: 1px solid rgba(31, 31, 29, 0.1);
  margin-bottom: 1.563vw;
  padding: 2.604vw;
}
.news-item__similar .video-duration {
  display: none;
}
.news-item__similar .video-icon svg {
  width: 34px;
  height: 34px;
}
.news-item__similar .news-card {
  width: 15.469vw;
}
.news-item__similar .news-card .news-card__descr {
  -webkit-line-clamp: 3;
  width: 15.469vw;
  margin-bottom: 1.719vw;
  font-size: 0.833vw;
  line-height: 1;
}
.news-item__similar .news-card .news-card__meta {
  display: none;
}
.news-item__similar .news-card .news-card__cover {
  height: 15.469vw;
  border-radius: 0.729vw;
}
.news-item__similar .news-card .news-card__title {
  width: 100%;
  font-size: 1.198vw;
}
.news-item__similar .news-card_video {
  width: 100%;
}
.news-item__similar .news-card_video .news-card__cover {
  height: 10.156vw;
}
.news-item__similar .news-card_video .news-card__action {
  text-transform: lowercase;
}
.news-item__similar-title {
  font-size: 1.146vw;
  font-style: normal;
  font-weight: 400;
  line-height: 103%; /* 1.18vw */
  letter-spacing: 0.011vw;
  margin-bottom: 2.083vw;
}
.news-item__similar-list {
  display: flex;
  flex-direction: column;
  gap: 1.979vw;
}

.news-slider_universal .news-card {
  width: 23.698vw;
}
.news-slider_universal .news-card_video {
  width: 47.396vw;
}
.news-slider_universal .news-card__action {
  text-transform: lowercase;
}

.news-slider__section .news-slider__top {
  margin-bottom: 3.333vw;
}

.news-slider__section_universal_pc {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.news-slider_universal .news-card {
  margin: 0 1.042vw 0 0;
}
.news-slider_universal .slick-list {
  margin: 0;
}

@media (max-width: 1150px) {
  .news-item__container {
    gap: 0;
  }
  .news-item__content {
    width: 100%;
    padding-bottom: 5.208vw;
  }
  .news-item__content .text-content {
    padding-bottom: 2.865vw;
    width: 100%;
  }
  .page__title_news-item {
    width: 49.87vw;
  }
  .breadcrumbs_blog-item li:last-child a {
    width: 32.031vw;
  }
  .news-item__cover {
    height: 42.188vw;
    border-radius: 1.953vw;
  }
  .text-content h2 {
    font-size: 2.344vw;
    line-height: 3.255vw; /* 108.75% */
    letter-spacing: 0.104vw;
    margin-bottom: 2.604vw;
    margin-top: 6.51vw;
  }
  .text-content > h2:first-child {
    margin-top: 5.208vw;
  }
  .text-content p {
    font-size: 1.563vw;
    line-height: 2.214vw;
  }
  .text-content p:not(:last-child) {
    margin-bottom: 1.953vw;
  }
  .text-content blockquote {
    width: 34.766vw;
    font-size: 1.563vw;
    line-height: 2.344vw; /* 143.889% */
  }
  .text-content blockquote img {
    border-radius: 1.302vw;
    margin-bottom: 1.693vw;
  }
  .text-content h3 {
    font-size: 1.563vw;
    line-height: normal;
    letter-spacing: 0.047vw;
    margin-bottom: 2.604vw;
  }
  .text-content ul {
    gap: 1.302vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  .text-content ul li {
    opacity: 0.57;
    font-size: 1.432vw;
    line-height: 2.344vw;
    padding-left: 2.604vw;
  }
  .text-content ul li::before {
    width: 1.302vw;
    height: 1.302vw;
    top: 0.651vw;
    opacity: 0.4;
  }
  .text-content > div {
    gap: 1.302vw;
    margin-top: 4.557vw;
  }
  .text-content > div h2:first-child {
    margin-top: 0;
  }
  .text-content .card {
    width: 34.766vw;
  }
  .blog-item__bottom {
    width: 100%;
  }
  .blog-item__meta {
    gap: 5.729vw;
  }
  .blog-item__share {
    gap: 3.255vw;
  }
  .blog-item__share-label {
    font-size: 1.432vw;
    line-height: 2.344vw;
  }
  .blog-item__share-links {
    gap: 1.042vw;
  }
  .blog-item__share-link {
    width: 4.427vw;
    height: 4.427vw;
    border-radius: 1.042vw;
  }
  .blog-item__share-link svg {
    height: 2.604vw;
    width: 2.604vw;
  }
  .news-item__aside {
    display: none;
  }
  .news-slider_universal .news-card {
    width: 22.786vw;
  }
  .news-slider_universal .news-card_video {
    width: 46.745vw;
  }
  .news-slider_universal .news-card__action {
    text-transform: uppercase;
  }
  .news-slider__section .news-slider__top {
    margin-bottom: 5.208vw;
  }
  .news-slider__section_universal_pc {
    height: auto;
    padding: 5.208vw 0 5.208vw;
  }
  .promo-banner_news {
    margin-top: 6.51vw;
    padding-left: 4.427vw;
    padding-bottom: 3.776vw;
  }
  .promo-banner_news .promo-banner__title {
    font-size: 2.214vw;
    margin-bottom: 0;
  }
  .promo-banner_news .promo-banner__descr {
    margin-top: 1.042vw;
  }
  .promo-banner_news .promo-banner__btn {
    margin-top: 4.297vw;
  }
  .news-slider_universal .news-card {
    margin: 0 1.302vw 0 0;
  }
  .news-slider_universal .slick-list {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .news-item {
    padding-top: 8.333vw;
    padding-bottom: 0;
  }
  .news-item__content {
    padding-bottom: 8.333vw;
  }
  .news-item__content .text-content {
    padding-bottom: 8.333vw;
  }
  .page__title_news-item {
    width: 97%;
  }
  .breadcrumbs_blog-item li:last-child a {
    width: auto;
  }
  .news-item__cover {
    height: 47.222vw;
    border-radius: 2.778vw;
  }
  .text-content h2 {
    font-size: 5vw;
    line-height: 6.944vw; /* 108.75% */
    letter-spacing: 0.222vw;
    margin-bottom: 5.556vw;
    margin-top: 13.889vw;
  }
  .text-content > h2:first-child {
    margin-top: 8.333vw;
  }
  .text-content p {
    font-size: 3.333vw;
    line-height: 4.722vw;
  }
  .text-content p:not(:last-child) {
    margin-bottom: 4.167vw;
  }
  .text-content blockquote {
    width: 90%;
    display: flex;
    gap: 3.333vw;
    align-items: center;
    font-size: 3.333vw;
    line-height: 5vw; /* 143.889% */
    margin-top: 9.722vw;
  }
  .text-content blockquote img {
    border-radius: 2.778vw;
    margin-bottom: 0;
    width: 43.889vw;
  }
  .text-content h3 {
    font-size: 3.333vw;
    line-height: normal;
    letter-spacing: 0.1vw;
    margin-bottom: 5.556vw;
  }
  .text-content ul {
    gap: 2.778vw;
  }
  .text-content ul li {
    font-size: 3.056vw;
    line-height: 5vw;
    padding-left: 5.556vw;
  }
  .text-content ul li::before {
    width: 2.778vw;
    height: 2.778vw;
    top: 1.389vw;
  }
  .text-content > div {
    gap: 9.722vw;
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .text-content > div h2:first-child {
    margin-top: 13.889vw;
  }
  .text-content .card {
    width: 100%;
  }
  .blog-item__bottom {
    flex-direction: column;
    align-items: center;
    gap: 4.444vw;
  }
  .blog-item__meta {
    justify-content: space-between;
    width: 100%;
  }
  .blog-item__share {
    gap: 3.889vw;
    flex-direction: column;
  }
  .blog-item__share-label {
    font-size: 3.056vw;
    line-height: 5vw;
  }
  .blog-item__share-links {
    gap: 2.222vw;
  }
  .blog-item__share-link {
    width: 9.444vw;
    height: 9.444vw;
    border-radius: 2.222vw;
  }
  .blog-item__share-link svg {
    height: 5.556vw;
    width: 5.556vw;
  }
  .news-slider_universal .news-card {
    width: 43.889vw;
  }
  .news-slider_universal .news-card_video {
    width: 91.111vw;
  }
  .news-slider_universal .news-card_video .news-card__cover {
    height: 43.889vw;
  }
  .news-slider_universal .news-card__action {
    text-transform: lowercase;
  }
  .news-slider_universal .news-card__descr {
    margin-bottom: 4.167vw;
  }
  .news-slider__section .news-slider__top {
    margin-bottom: 8.333vw;
  }
  .promo-banner_news {
    margin-top: 13.889vw;
    padding: 3.333vw 3.333vw 4.444vw 4.444vw;
  }
  .promo-banner_news .promo-banner__title {
    font-size: 4.722vw;
    margin-bottom: 0;
  }
  .promo-banner_news .promo-banner__descr {
    margin-top: 2.222vw;
  }
  .promo-banner_news .promo-banner__btn {
    margin-top: 9.167vw;
  }
  .promo-banner_news .promo-banner__period {
    display: flex !important;
    font-size: 3.056vw;
    line-height: 5vw;
    gap: 1.667vw;
    margin-bottom: 4.444vw;
  }
  .promo-banner_news .promo-banner__period svg {
    width: 3.889vw;
    height: 3.889vw;
  }
  .news-slider_universal .news-card {
    margin: 0 3.333vw 0 0;
  }
  .news-slider_universal .slick-list {
    margin: 0;
  }
  .video-reviews_blog-item {
    padding-top: 0;
  }
  .news-slider__section_universal_pc {
    padding: 15.278vw 0 0;
  }
}