/*** ICONS ***/
/*** COLORS ***/
/*** END COLORS ***/
.article__content-box {
  max-width: 92rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}
@media (max-width: 1024px) {
  .article__content-box {
    padding-bottom: 4rem;
  }
}
.article__title {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .article__title {
    margin-bottom: 3.5rem;
  }
}
.article__img {
  display: block;
  width: 100%;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .article__img {
    margin-bottom: 4rem;
  }
}
.article__big-text {
  margin-bottom: 7rem;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .article__big-text {
    margin-bottom: 3.5rem;
    font-size: 2.1rem;
  }
}
.article__content {
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (max-width: 1024px) {
  .article__content {
    font-size: 1.7rem;
  }
}
.article__content h2 {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.article__content h2::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #7D7D7D;
  content: "";
}
.article__content p {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .article__content p {
    margin-bottom: 2rem;
  }
}
.article__content p a {
  color: #7D7D7D;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.article__content p a:hover {
  color: #C20014;
}
.article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 7rem;
  padding-top: 2.7rem;
  border-top: 1px solid #E2E2E2;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .article__data {
    margin-top: 3rem;
  }
}
.article__slider {
  margin-bottom: 3rem;
}
.article__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__slider .slick-arrow {
  opacity: 1;
}
.article__slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.article__slider .slider__next {
  right: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.article__slider .slider__prev {
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) scaleX(-1) !important;
      -ms-transform: translateY(-50%) scaleX(-1) !important;
          transform: translateY(-50%) scaleX(-1) !important;
}
.article__slide {
  display: block;
  width: 100%;
}
.article__progress {
  position: relative;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .article__progress {
    margin-bottom: 5rem;
  }
}
.article__progress-track {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 30rem;
  height: 100%;
  background-color: #000;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 1024px) {
  .article__progress-track {
    min-width: 6.4rem;
  }
}

.section-article {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  .section-article {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.section-article .slick-list {
  overflow: unset;
}

.article_products__title {
  margin-bottom: 3rem;
}