@charset "UTF-8";
/**
  Переменные для отступов
 */
/**
  Переменные для цветов
 */
/**
  Переменные для шрифтов
 */
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
.click-link svg {
  transition: all 0.3s ease-in-out;
  margin-left: 9px;
}

.click-link:hover svg {
  rotate: 45deg;
}

/* Для WebKit (Chrome, Safari, Edge) */
/* ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
} */

.hiden {
  overflow: hidden;
}

.form__submit.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Для Firefox */
/* html {
  scrollbar-width: none;
} */

/* Для IE и Edge (старые версии) */
/* body {
  -ms-overflow-style: none;
} */

.btn--black {
  transition: 0.3s ease;
}

.btn--black:hover {
  background-color: #db0812;
  border: #db0812;
  color: #fff;
}

.btn {
  border-radius: 2px;
  border: 1px solid #fff;
  color: #131517;
  background-color: #fff;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.btn--bord:hover {
  background-color: #ffffff !important;
  color: #212529 !important;
}

.title {
  font-size: 79px;
  font-weight: 400;
}

.click-link svg {
  width: 24px;
  height: 24px;
}

.main {
  background-image: url(../img/main-desctop.jpg);
  height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 131px;
}
.main-top {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
  gap: 99px;
  margin-bottom: 202px;
}
.main-logo {
  width: 126px;
  height: 34px;
}
.main-nav {
  display: flex;
  gap: 32px;
}
.main-nav-link {
  color: #fff;
  transition: 0.3s ease;
}
.main-nav-link:hover {
  color: #db0812;
}
.main-btn:nth-child(1) {
  background-color: inherit;
  color: #fff;
  width: 158px;
  height: 48px;
}
.main-btn:nth-child(2) {
  width: 120px;
}
.main-title {
  font-size: 100px;
  line-height: 1.04;
  color: #fff;
  font-weight: 400;
  margin: 0 !important;
}
.main-buttons {
  display: flex;
  gap: 16px;
}
.main-desr {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 32px;
}
.main-btn {
  width: 221px;
  height: 48px;
}

.benefits {
  margin-bottom: 140px;
}
.benefits-tilte {
  margin-bottom: 20px;
}
.benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 72px 0;
}
.benefits-item {
  width: 32%;
}
.benefits-number {
  font-size: 56px;
  margin-bottom: 6px;
}
.benefits-desr {
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.benefits-text {
  font-size: 16px;
  color: #6c757d;
  letter-spacing: -0.02em;
}

.assortment {
  margin-bottom: 143px;
}
.assortment-title {
  margin-bottom: 30px;
}
.assortment-desr {
  margin-bottom: 40px;
  color: #6c757d;
}
.assortment-item {
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 24px;
  justify-content: space-between;
  height: 352px;
  margin-bottom: 20px;
}
.assortment-item-left {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.assortment-item-left-title {
  font-size: 54px;
  color: #fff;
  line-height: 96%;
}
.assortment-item-left-desr {
  font-size: 14px;
  color: #fff;
  opacity: 70%;
  font-weight: 400;
}
.assortment-item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.assortment-item-right {
  max-width: 400px;
  padding-top: 29px;
}
.assortment-item-right-text {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
}
.assortment-item-right-text::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 10L11 15L8 12" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.assortment-item-right-button {
  height: 48px;
  margin-top: 22px;
  width: 400px;
}

.age {
  margin-bottom: 140px;
}
.age-top {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.age-top-left {
  line-height: 1;
}
.age-link {
  display: flex;
  align-items: center;
  justify-content: end;
}
.age img {
  width: 100%;
}

.tovar-title {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}
.tovar-left {
  width: 50%;
}
.tovar-desr {
  margin-bottom: 39px;
}
.tovar-wrap {
  display: flex;
  justify-content: space-between;
}
.tovar-right {
  width: 688px;
  height: 816px;
}
.tovar-container {
  background-color: #f8f9fa;
  padding: 20px 34px 10px 20px;
}
.tovar-container-item:nth-child(2) {
  margin: 27px 0;
}
.tovar-container-item-title {
  font-size: 37px;
  margin-bottom: 27px;
  line-height: 1.1;
}
.tovar-container-item-element {
  padding-left: 36px;
  position: relative;
  margin-bottom: 11px;
}
.tovar-container-item-element::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.acs-wrap {
  display: flex;
}
.acs-title {
  font-size: 79px;
  margin-bottom: 29px;
}
.acs-desr {
  margin-bottom: 39px;
  opacity: 70%;
}
.acs-item {
  margin-bottom: 19px;
  padding-left: 33px;
  position: relative;
  opacity: 70%;
}
.acs-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.acs-button {
  width: 240px;
  height: 48px;
  color: #fff;
  background-color: #131517;
  margin-top: 44px;
}

.solution {
  margin-top: 140px;
  margin-bottom: 130px;
}
.solution-wrap {
  background-image: url(../img/bg4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 48px;
  justify-content: end;
  height: 600px;
}
.solution-desr {
  line-height: 1.3;
  margin-top: 21px;
  color: #fff;
}
.solution-title {
  color: #fff;
  font-size: 79px;
  line-height: 105%;
}
.solution-btn {
  margin-top: 23px;
  width: 249px;
  height: 48px;
  color: #131517;
  background-color: #fff;
}

.video {
  margin-bottom: 129px;
}
.video-title {
  font-size: 79px;
  margin-bottom: 28px;
}
.video-wrap {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.video-wrap-title {
  min-height: 46px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #495057;
  transition: 0.3s ease-in-out;
}
.video-item {
  width: 24%;
  transition: 0.3s ease-in-out;
}
.video-item:hover {
  cursor: pointer;
}
.video-item:hover .video-wrap-title {
  color: #131517;
}
.video-item:hover .video-hover {
  background-color: #131517;
}
.video-hover {
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: #adb5bd;
  margin-bottom: 24px;
}
.popup-article-left {
  flex: 1; /* Занимает доступное пространство */
  position: relative; /* Для позиционирования изображения */
}

.popup-article-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* Заполняет контейнер */
  position: absolute; /* Растягиваем на весь блок */
  top: 0;
  left: 0;
}

.popup-article-right {
  flex: 1; /* Занимает доступное пространство */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Распределяем содержимое */
}

.video-image img {
  width: 100%;
}

.video-popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.video-popup.active {
  display: flex;
}

.video-popup-content {
  position: relative;
  max-width: 90%;
  width: 720px;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}

.video-popup-close svg {
  width: 24px;
  height: 24px;
}

.video-popup-close {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  fill: white;
}

.articles {
  margin-bottom: 142px;
}
.articles-title {
  font-size: 79px;
  margin-bottom: 29px;
}
.articles-item {
  width: 33%;
  cursor: pointer;
  transition: 0.3s ease;
}
.articles-item:hover .articles-btn {
  opacity: 1;
  transition: 0.3s ease;
}
.articles-wrap {
  display: flex;
  justify-content: space-between;
}
.articles-img {
  margin-bottom: 24px;
  width: 100%;
}
.articles-desr {
  line-height: 1.3;
  margin-bottom: 24px;
  font-size: 18px;
}
.articles-btn {
  width: 100%;
  border: 1px solid #db0812;
  color: #db0812;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}

.popup-article {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.popup-article.active {
  display: flex;
}

.popup-article-content {
  background: white;
  width: 960px;
  height: auto;
  max-width: 95%;
  overflow: hidden;
  border-radius: 2px;
  padding: 24px;
  position: relative;
  display: flex;
  gap: 40px;
}

.popup-article-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.popup-article-close svg {
  width: 36px;
  height: 36px;
}

.popup-article-right-title {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 19px;
}

.popup-article-right-desr {
  color: #6c757d;
  line-height: 1.2;
  margin-bottom: 32px;
  font-size: 14px;
}

.popup-article-right-btn {
  background-color: #131517;
  color: #fff;
  height: 48px;
  width: 240px;
}

.question__wrap {
  display: flex;
  padding-bottom: 136px;
  border-bottom: 1px solid #adb5bd;
}
.question__left {
  width: 53%;
  border-right: 1px solid #adb5bd;
}
.question__right {
  margin-left: 166px;
  width: 67%;
}
.question__left svg {
  width: 24px;
  height: 24px;
}
.question__link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 175px;
  display: block;
}
.question__link svg {
  margin-left: 4px;
}
.question__title {
  font-size: 79px;
  line-height: 62px;
  margin-bottom: 32px;
}
.question__contact {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 15px;
}
.question__contact svg {
  margin-right: 15px;
}

.footer {
  padding-top: 109px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__top__left svg {
  width: 126px;
  height: 33px;
}
.footer__top__middle {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__top__middle__link {
  color: #495057;
  transition: 0.3s ease;
  line-height: 1.3;
}
.footer__top__middle__link:hover {
  color: #131517;
}
.footer__top__right {
  display: flex;
  flex-direction: column;
}
.footer__top__right__btn {
  width: 279px;
  height: 48px;
  background-color: #131517;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.footer__phone {
  color: #575756;
  font-size: 36px;
  margin-bottom: 2px;
}
.footer__link {
  color: #575756;
  font-size: 36px;
}
.footer__link svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.footer__link:hover svg {
  fill: #db0812 !important;
}
.footer__link span {
  color: #131517;
  font-size: 36px;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer__bottom {
  padding-top: 110px;
  padding-bottom: 20px;
  color: #575756;
}
.footer__bottom__left {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.footer__bottom__left__text {
  font-size: 12px;
  color: #adb5bd;
}
.footer__bottom__right {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.footer__bottom__right__social {
  display: flex;
  gap: 16px;
  justify-content: end;
}
.footer__bottom__right__social__item svg {
  transition: filter 0.3s ease-in-out;
  width: 16px;
  height: 16px;
}
.footer__bottom__right__social__item {
  width: 32px;
  height: 32px;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.footer__bottom__right__social__item:hover {
  background-color: #6c757d;
  transition: 0.3s ease;
}
.footer__bottom__right__social__item:hover svg {
  filter: brightness(0) saturate(100%) invert(100%);
  transition: 0.3s ease;
}
.footer__bottom__right__links {
  display: flex;
  gap: 60px;
}
.footer__bottom__bottom {
  display: flex;
  justify-content: space-between;
}

.footer__bottom__right__links__item {
  font-size: 12px;
  color: #adb5bd;
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 688px;
  width: max-content;
  gap: 8px;
  width: 100%;
  margin-top: -1px;
}
.form__required {
  position: relative;
}
.form__error {
  border-bottom: 1px solid #da1f24 !important;
  position: relative;
  background-image: url(../img/erorrform.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 50%;
}
.form__wrap {
  display: flex;
  gap: 40px;
}
.form__input {
  position: relative;
  border: none;
  outline: none;
  padding: 18px 0 10px 0;
  border-bottom: 1px solid #adb5bd;
  width: 100%;
  font-size: 14px;
}
.form__group {
  position: relative;
  width: 100%;
}
.form__label {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  color: #adb5bd;
  transition: all 0.3s ease-in-out;
  pointer-events: none; /* Чтобы label не мешал клику */
  z-index: 1;
}
.form__label.active__label {
  top: 0px;
  font-size: 12px;
  color: #adb5bd;
}
.form__file input {
  display: none;
}
.form__file svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.form__file {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 21px;
}
.form__file__name {
  font-size: 14px;
  color: #adb5bd;
}
.form__file__btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: #f4f7fa;
  color: #212529;
  font-weight: 500;
}
.form__file__btn {
  width: 217px;
  height: 48px;
  display: flex;
  justify-content: center;
  background-color: #f4f7fa;
  align-items: center;
}
.form__file__btn {
  transition: 0.3s ease;
  background-color: #e9ecef;
}
.form__textarea {
  height: 120px;
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.4;
  margin-bottom: 9px;
}
.form__submit {
  width: 100%;
  padding: 18px 0;
  color: #fff;
  background-color: #131517;
  border: none;
  outline: unset;
  margin-bottom: 5px;
}
.form__chekbox {
  display: flex;
  cursor: pointer;
}
.form__chekbox__input {
  display: none;
}
.form__chekbox__label {
  font-size: 16px;
  color: #adb5bd;
  margin-left: 28px;
  position: relative;
  margin-bottom: 0;
}
.form__chekbox__label::after {
  top: 1px;
  content: '';
  position: absolute;
  background-color: #e9ecef;
  width: 20px;
  height: 20px;
  left: -28px;
  right: 0;
  cursor: pointer;
}
.form__chekbox__label.checked::before {
  top: -1px;
  content: '';
  position: absolute;
  width: 12px;
  height: 9px;
  top: 6px;
  left: -24px;
  background-image: url(../img/v.svg);
  cursor: pointer;
  z-index: 2;
}

.fot__hov {
  transition: 0.3s ease;
}

.fot__hov:hover {
  transition: 0.3s ease;
  color: #db0812;
}

.question__href:hover {
  transition: 0.3s ease;
  color: #db0812;
}

.question__href:hover svg {
  fill: #db0812 !important;
  transition: 0.3s ease;
}

.active__log {
  opacity: 1 !important;
  visibility: visible !important;
}

.popup__form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.popup__form .form__input {
  border: 1px solid rgba(19, 21, 23, 0.08);
  padding: 18px 0 12px 20px;
  border-radius: 2px !important;
  font-size: 16px;
  max-height: 50px;
}
.popup__form .form__label {
  font-size: 16px;
  left: 20px;
  color: rgba(19, 21, 23, 0.56);
}
.popup__form .form__group {
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.popup__form .form__submit {
  padding: 14px 0;
  margin-top: -2px;
  border-radius: 2px !important;
}
.popup__form .form__error {
  border: 1px solid #da1f24;
  background-position: calc(100% - 20px) center;
}
.popup__form .form__submit {
  margin-bottom: 17px;
}
.popup__form .popup__form__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
  opacity: 0.5;
}
.popup__form .popup__form__close:hover {
  opacity: 1;
}
.popup__form .form__label.active__label {
  top: -10px;
  background-color: #fff;
  font-size: 14px !important;
}
.popup__form .form__chekbox__label {
  font-size: 12px !important;
}
.popup__form .form__chekbox__label::after {
  background-color: #e9ecef;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  top: 0px;
}
.popup__form .form__chekbox__label.checked::before {
  background-image: url(../img/vpop.svg);
  width: 14px;
  height: 10px;
  top: 3px;
  left: -26px;
  background-repeat: no-repeat;
}
.popup__form__content {
  width: 448px;
  height: 554px;
  padding: 24px;
  background-color: #fff;
  position: relative;
  border-radius: 2px !important;
}
.popup__form__desr {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 32px;
  letter-spacing: -0.3px;
}
.form-textarea {
  max-height: 120px !important;
  height: 120px !important;
}
.popup__form__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 17px;
}

.thanks__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.thanks__modal__wrapper {
  width: 400px;
  height: 297px;
  background-color: #fff;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks__modal__wrapper__image {
  width: 64px;
  height: 64px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.thanks__modal__wrapper__desr {
  text-align: center;
  color: #6c757d;
}
.thanks__modal__wrapper__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
  opacity: 0.5;
}
.thanks__modal__wrapper__close:hover {
  opacity: 1;
}
.thanks__modal__wrapper__title {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 16px;
}

.slider {
  display: flex;
  height: 699px;
  position: relative;
  overflow: hidden;
  margin-top: 140px;
  margin-bottom: 140px;
}

.slider-left {
  flex: 1;
  background-color: #1c2526;
  position: relative;
  width: 50%;
}

.slider-right {
  width: 50%;
}

.slider-right img {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.slider-right img.fade {
  opacity: 0;
}

.slider-nav {
  position: absolute;
}

.slider-content {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.slider .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1400px;
  margin: 0 auto;
}

.slider-content-right {
  display: flex;
  gap: 15px;
  margin-bottom: 71px;
}

.slider-content-left-desr {
  color: #fff;
  margin-bottom: 213px;
  font-size: 18px;
}

.slider-nav-right {
  position: absolute;
  top: 48%;
  transform: rotate(180deg);
  right: 72px;
  z-index: 11;
}

.slider-nav-left {
  position: absolute;
  top: 48%;
  left: 72px;
  z-index: 11;
}

.slider-content-left {
  margin-top: 64px;
}

.svg-nav {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.slider-content-left-title {
  font-size: 37px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 44px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
}

.slider-content-left-title.fade {
  opacity: 0;
}

.slider-content-left-number {
  display: flex;
  align-items: end;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
}

.slider-content-left-number.fade {
  opacity: 0;
}

.slider-content-left-number-wrap {
  display: flex;
  margin-bottom: -9px;
}

.slider-content-left-number-wrap-big {
  font-size: 38px;
  color: #fff;
}

.slider-content-left-number-wrap-small {
  color: #6c757d;
  margin-left: 7px;
  font-size: 14px;
  margin-top: 6px;
}

.slider-content-left-progress {
  display: flex;
  gap: 4px;
  margin-top: 69px;
}

.slider-content-left-progress-item {
  width: 216px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3); /* Серый фон по умолчанию */
  position: relative;
  overflow: hidden;
}

.slider-content-left-progress-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; /* Начальная ширина */
  background: #fff; /* Белый цвет заливки */
  transition: none; /* Убираем transition, будем использовать анимацию */
}

@keyframes fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.slider-content-left-progress-item.active::before {
  animation: fill 7s ease-in-out forwards;
}

.slider-content-left-number svg {
  width: 196px;
  height: 196px;
  margin-right: 32px;
}

.slider-content-right-button {
  color: #fff;
  display: flex;
  border: 1px solid #fff;
  width: 204px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.slider-content-right-button svg {
  width: 24px;
  height: 24px;
  transition: 0.3s ease-in-out;
}

.slider-content-right-button:hover {
  background-color: #db0812;
  border: #db0812;
}

.slider-content-right-button:hover svg {
  transform: rotate(45deg);
}

.delete__file {
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 23px;
  margin-right: -10px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.burg {
  display: none;
}

.burger-block {
  display: none;
}

@media screen and (max-width: 1584px) {
  .slider-content-left-number svg {
    width: 104px;
    height: 104px;
  }
  .slider-content-left-title {
    font-size: 28px;
  }
  .slider {
    height: 600px;
  }
  .slider-content-left-desr {
    margin-bottom: 288px;
  }
  .slider-content-left-title {
    margin-bottom: 61px;
  }
  .slider-nav-left {
    left: 7px;
  }
  .slider-nav-right {
    right: 7px;
  }
  .slider-content-left-title {
    max-width: 700px;
  }
  .slider-content-left-title {
    margin-bottom: 30px;
  }
  .slider-content-left-number svg {
    margin-right: 14px;
  }
  .slider-content-left-number-wrap {
    margin-top: -1px;
  }
  .slider-content-left-number-wrap-small {
    margin-top: 26px;
  }
  .slider-content-left-progress {
    margin-top: 21px;
  }
  .slider-content-left-progress-item {
    width: 91px;
  }
  .slider-content-right {
    display: flex;
    flex-direction: column;
  }
  .slider-content-right-button {
    width: 289px;
  }
  .slider-content-right {
    gap: 8px;
    margin-bottom: 24px;
  }
  .slider-right img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .slider {
    margin-bottom: 82px;
  }
  .video-title {
    font-size: 41px;
  }
  .video-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video-title {
    margin-bottom: 34px;
  }
  .video-item {
    width: 23%;
  }
  .video-wrap-title {
    margin-bottom: 0;
  }
  .video-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .video-item {
    display: flex;
    flex-direction: column;
    width: 23%;
  }
  .video-wrap-title {
    margin-bottom: 0;
  }
  .video-image {
    margin-top: auto; /* ← заставляет изображение прижиматься к низу */
    padding-top: 24px; /* ← создаёт отступ от заголовка */
  }
  .video-wrap-title {
    font-size: 16px;
  }
  .video {
    margin-bottom: 77px;
  }
}
/**
  Десктоп маленький
 */
@media screen and (max-width: 1429px) {
  .container {
    padding: 0 32px;
  }
  .main-top {
    gap: 20px;
  }
  .main-nav {
    gap: 18px;
  }
}
/**
  Планшет горизонтальный
 */
@media screen and (max-width: 1279px) {
  .container {
    max-width: 100%;
  }
}
/**
  Планшет вертикальный
 */
@media screen and (max-width: 924px) {
  .slider-content-left-title {
    max-width: 328px;
  }
  .slider-content-left-desr {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1214px) {
  .popup-article-left img {
    position: static;
  }
  .main-desr {
    width: 90%;
  }
  .slider-right {
    position: relative;
  }
  .slider-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
    pointer-events: none; /* чтобы затемнение не мешало взаимодействию с картинкой */
  }
  .articles-btn {
    opacity: 1;
  }
  .articles-img {
    width: 100%;
    min-height: 212px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .articles-wrap {
    align-items: stretch;
  }
  .articles-btn {
    margin-top: auto;
  }
  .articles-item {
    display: flex;
    flex-direction: column;
  }
  .articles-title {
    font-size: 41px;
    margin-bottom: 32px;
  }
  .articles-item {
    width: 32%;
  }
  .burg {
    display: block;
    width: 36px;
    height: 36px;
  }
  .main-nav {
    display: none;
  }
  .main-buttons {
    align-items: center;
  }
  .main-top {
    justify-content: space-between;
  }
  .burger-block {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -130%;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 10;
    background: white;
    padding-bottom: 367px;
    padding: 22px 38px 32px 32px;
  }
  .burger-logo {
    width: 126px;
    height: 33px;
  }
  .burger-block-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
  }
  .burger-block-middle {
    display: flex;
    flex-direction: column;
  }
  .burger-block-middle-item {
    padding: 24px 0;
    line-height: 1.3;
    border-bottom: 1px solid #d9d9d9;
  }
  .burger-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .burg-btn {
    bottom: 30px;
    background-color: #131517;
    color: #fff;
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    margin-top: auto;
    align-items: center;
  }
  .main-logo {
    width: 92px;
    height: 25px;
  }
  .main-btn:nth-child(1) {
    width: 123px;
    height: 33px;
  }
  .main-btn:nth-child(2) {
    width: 90px;
    height: 33px;
  }
  .main-btn {
    font-size: 14px;
  }
  .main-buttons {
    gap: 4px;
  }
  .burg {
    margin-left: 6px;
  }
  .main-title {
    font-size: 52px;
  }
  .main-top {
    margin-bottom: 404px;
  }
  .main-desr {
    color: #fff;
    margin-top: 16px;
    margin-bottom: 23px;
  }
  .main-btn {
    width: 100%;
  }
  .main-desr br {
    display: none;
  }
  .main {
    background-image: url(../img/main-tablet.jpg);
  }
  .main-button {
    font-size: 16px;
  }
  .main {
    margin-bottom: 73px;
  }
  .title {
    font-size: 41px;
  }
  .benefits-number {
    font-size: 39px;
    margin-bottom: 0;
  }
  .benefits-tilte {
    margin-bottom: 28px;
  }
  .benefits-item {
    width: 49%;
  }
  .benefits-desr {
    margin-bottom: 7px;
  }
  .benefits-text br {
    display: none;
  }
  .benefits-wrapper {
    gap: 34px 0;
  }
  .benefits {
    margin-bottom: 74px;
  }
  .assortment-desr br {
    display: none;
  }
  .assortment-title {
    margin-bottom: 19px;
  }
  .assortment-desr {
    margin-bottom: 31px;
  }
  .assortment-item {
    flex-direction: column;
    height: auto;
    padding: 17px;
  }
  .assortment-item-left-title br {
    display: none;
  }
  .assortment-item-left-title {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .assortment-item-left-desr br {
    display: none;
  }
  .assortment-item-center img {
    width: 100%;
  }
  .assortment-item-left-desr {
    margin-bottom: -27px;
  }
  .assortment-item-left {
    width: 100%;
    max-width: 100%;
  }
  .assortment-item-right {
    padding-top: 12px;
    width: 100%;
    max-width: 100%;
  }
  .assortment-item-right-text {
    font-size: 14px;
  }
  .assortment-item-right-text br {
    display: none;
  }
  .assortment-item-right-button {
    margin-top: 39px;
  }
  .assortment-item {
    margin-bottom: 17px;
  }
  .assortment-item {
    background-image: url(../img/bg1-tablet.jpg);
  }
  .assortment {
    margin-bottom: 80px;
  }
  .age-top-left br {
    display: none;
  }
  .age-top {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .age-link {
    align-items: start;
  }
  .age-top-left {
    margin-bottom: 27px;
  }
  .age-top {
    margin-bottom: 21px;
  }
  .tovar-title br {
    display: none;
  }
  .tovar-title {
    font-size: 42px;
  }
  .age {
    margin-bottom: 79px;
  }
  .tovar-wrap {
    flex-direction: column;
  }
  .tovar-left {
    width: 100%;
  }
  .tovar-container {
    padding: 16px;
  }
  .tovar-container-item-title {
    font-size: 27px;
  }
  .tovar-title {
    margin-bottom: 27px;
  }
  .tovar-container-item:nth-child(2) {
    margin: 31px 0;
  }
  .tovar-container-item-title br {
    display: none;
  }
  .tovar-right {
    width: auto;
    height: auto;
    margin-top: 10px;
  }
  .tovar-right img {
    width: 100%;
  }
  .tovar2 {
    margin-top: 79px !important;
    margin-bottom: 77px !important;
  }
  .video-wrap-title {
    font-size: 14px;
  }
  .articles-desr {
    font-size: 14px;
  }
  .tovar-desr br {
    display: none;
  }
  .tovar-desr {
    margin-bottom: 23px;
  }
  .acs-title {
    font-size: 41px;
    margin-bottom: 26px;
  }
  .acs-wrap {
    flex-direction: column;
  }
  .acs-desr {
    margin-bottom: 33px;
  }
  .acs-button {
    margin-top: 34px;
  }
  .acs-right {
    margin-top: 31px;
  }
  .slider {
    margin-top: 80px;
  }
  .question__title {
    font-size: 41px;
  }
  .articles {
    margin-bottom: 83px;
  }
  .question__left {
    border: none;
  }
  .question__link {
    margin-bottom: 203px;
  }
  .question__title {
    line-height: 45px;
    font-size: 41px;
  }
  .question__title {
    margin-bottom: 22px;
  }
  .question__right {
    margin-left: 0;
  }
  .form__file__btn {
    width: 191px;
  }
  .form__file__btn {
    font-size: 14px;
  }
  .form__file {
    gap: 21px;
  }
  .form__file {
    margin-bottom: 23px;
  }
  .form__submit {
    padding: 14px 0;
  }
  .form__chekbox__label {
    font-size: 13px;
  }
  .footer__top {
    flex-direction: column;
  }
  .question__wrap {
    padding-bottom: 83px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer__top__left {
    margin-bottom: 18px;
  }
  .footer__phone {
    font-size: 28px;
  }
  .footer__link {
    font-size: 28px;
  }
  .footer__link span {
    font-size: 28px;
  }
  .footer__top__right__btn {
    width: 100%;
  }
  .footer__top__left {
    order: -4;
  }
  .footer__top__right {
    order: -3;
    margin-bottom: 48px;
  }
  .footer__middle {
    flex-direction: column;
  }
  .footer__bottom__right__social {
    justify-content: start;
  }
  .footer__bottom__left__text {
    font-size: 16px;
    margin-bottom: 33px;
  }
  .footer__bottom {
    padding-top: 48px;
  }
  .footer__middle {
    margin-bottom: 43px;
  }
  .popup-article-content {
    width: 87%;
  }
  .popup-article-content {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
  .popup-article.active {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 120px 0 64px 0;
  }
  .popup-article-left img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .popup-article-right-title br {
    display: none;
  }
  .popup-article-right-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .popup-article-close svg {
    color: white;
  }
  .popup-article-content {
    padding: 16px;
  }
  .solution {
    margin-top: 2px;
  }
  .solution-wrap {
    height: 432px;
    padding: 16px;
  }
  .solution-title {
    font-size: 41px;
  }
  .solution-title br {
    display: none;
  }
  .solution-wrap {
    background-position: center;
  }
  .solution {
    margin-bottom: 73px;
  }

  .slider-left {
    position: relative;
  }
  .slider-content {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 7px;
}
}
/**
  Мобильные устройства
 */
@media screen and (max-width: 767px) {
  .benefits-wrapper {
    gap: 40px 0;
  }
  .burger-block {
    padding: 23px 16px;
  }
  .slider-content-left-number-wrap-small {
    color: #d9d9d9;
  }
  .popup-article-close {
    top: 16px;
    right: 16px;
  }
  .popup-article-right-title {
    font-size: 22px;
  }
  .acs-right img {
    width: 100%;
  }
  .container {
    padding: 0 16px;
  }
  .main-btn:nth-child(2) {
    display: none;
  }
  .burg {
    margin-left: 6px;
    margin-right: 6px;
  }
  .main-title {
    font-size: 38px;
  }
  .main-top {
    margin-bottom: 345px;
  }
  .main {
    height: 722px;
  }
  .title {
    font-size: 32px;
  }
  .benefits-tilte {
    margin-bottom: 24px;
  }
  .benefits-number {
    margin-bottom: 15px;
  }
  .benefits-item {
    width: 100%;
  }
  .benefits-desr {
    margin-bottom: 18px;
  }
  .assortment-title {
    margin-bottom: 12px;
  }
  .assortment-item-left-title {
    font-size: 30px;
  }
  .assortment-item-left-desr {
    margin-bottom: -10px;
  }
  .assortment-item-right {
    padding-top: 15px;
  }
  .assortment-item-right-button {
    margin-top: 28px;
  }
  .age img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 320px;
  }
  .tovar-title {
    font-size: 32px;
  }
  .tovar-container-item-title {
    font-size: 22px;
  }
  .tovar-container {
    padding-top: 21px;
  }
  .tovar-right {
    margin-top: 24px;
  }
  .tovar2 {
    margin-bottom: 77px !important;
  }
  .acs-title {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .acs-button {
    width: 100%;
  }
  .slider-left {
    display: none;
  }
  .slider-right {
    width: 100%;
  }
  .slider-content-left-desr {
    font-size: 16px;
  }
  .slider-content-left {
    margin-top: 42px;
  }
  .slider-content-left-desr {
    margin-bottom: 40px;
  }
  .slider {
    height: 712px;
  }
  .slider-content-left-number svg {
    width: 59px;
    height: 59px;
  }
  .slider-content-left-progress {
    display: none;
  }
  .slider .container {
    flex-direction: column;
    align-items: stretch;
  }
  .slider-content-left {
    margin-bottom: 276px;
  }
  .slider-content-right-button {
    width: 100%;
  }
  .slider-content-right {
    gap: 16px;
  }
  .slider-nav-right {
    right: 15px;
    top: 57%;
  }
  .slider-nav-left {
    left: 15px;
    top: 57%;
  }
  .solution-btn {
    width: 100%;
  }
  .solution-title {
    font-size: 32px;
  }
  .video-hover {
    display: none;
  }
  .video-item {
    width: 100%;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .video-image {
    padding-top: 0;
  }
  .video-wrap-title {
    font-size: 16px;
  }
  .articles-desr {
    font-size: 16px;
  }
  .video-wrap {
    gap: 40px;
  }
  .video-image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video-wrap-title {
    color: #000000;
  }
  .video-title {
    font-size: 32px;
  }
  .articles-title {
    font-size: 32px;
  }
  .video {
    margin-bottom: 70px;
  }
  .articles-wrap {
    flex-direction: column;
  }
  .articles-item {
    width: 100%;
  }
  .articles-img {
    min-height: 190px;
  }
  .articles-btn {
    display: none;
  }
  .articles-img {
    margin-bottom: 16px;
  }
  .articles-desr {
    margin-bottom: 37px;
  }
  .question__wrap {
    flex-direction: column;
  }
  .question__link {
    display: none;
  }
  .question__title {
    font-size: 32px;
  }
  .question__title br {
    display: none;
  }
  .question__title {
    margin-bottom: 15px;
  }
  .question__contact {
    font-size: 16px;
  }
  .assortment-item-right-button {
    width: 100%;
  }
  .question__contact {
    gap: 19px;
  }
  .articles {
    margin-bottom: 37px;
  }
  .question__left {
    width: 100%;
  }
  .question__right {
    width: 100%;
  }
  .form__wrap {
    flex-direction: column;
    gap: 21px;
  }
  .question__left {
    margin-bottom: 22px;
  }
  .form {
    gap: 20px;
  }
  .form__file {
    flex-direction: column;
    align-items: baseline;
  }
  .form__file__btn {
    width: 100%;
  }
  .form__file {
    margin-bottom: -9px;
  }
  .footer__bottom__bottom {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .footer__bottom__right__links {
    flex-direction: column;
    gap: 8px;
  }
  .footer__bottom__left__text {
    font-size: 12px;
  }
  .popup__form__content {
    width: 336px;
  }
  .form-textarea {
    height: 105px !important;
  }
  .popup__form__desr {
    font-size: 14px;
  }
  .popup__form__title {
    line-height: 42px;
  }
  .popup__form .form__input {
    border: none;
    border-bottom: 1px solid rgba(19, 21, 23, 0.08);
  }
  .popup__form .form__input {
    padding: 18px 0 6px 0px;
  }
  .popup__form .form__label {
    left: 0;
    font-size: 13px;
  }
  .popup__form .form__submit {
    margin-bottom: 17px;
    margin-top: 22px;
  }
  .popup__form .form__label.active__label {
    top: -10px;
    background-color: #fff;
    font-size: 14px !important;
    opacity: 0;
  }
  .slider-content-left {
    margin-top: 0;
  }
  .slider-content-left-desr {
        margin-bottom: 40px;
        position: absolute;
        top: -67px;
    }
  .slider-content-left {
    height: 212px;
  }
  .slider-content-left-title {
    height: 123px;
  }
}



.modal-cookie.active {
    transform: translateY(0%);
}

.modal-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 29.5px;
    transform: translateY(100%);
    transition: transform .5s;
    box-shadow: 0 4px 120px 0 rgba(44, 54, 64, 0.08);
    z-index: 1111;
}

.modal-cookie-layout {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1620px;
    width: 100%;
}

.modal-cookie__title {
    font: 400 14px / 130% "Golos Text", sans-serif;
    color: #212529;
}

.modal-cookie__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-cookie__buttons button {
    padding: 15px 46px;
    transition: .3s ease;
}

.modal-cookie__link {
    color: #212529;
    font-weight: 500;
    text-decoration: underline !important;
}

.modal-cookie__buttons .btn-red {
  background: #db0812 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  line-height: 1;
  border: none;
  outline: none;
}

.modal-cookie__buttons .btn-red:hover {
  background: #ff141a !important;
}

.modal-cookie__buttons .btn {
    background: #f4f7fa;
    font: 500 16px / 112% "Golos Text", sans-serif;
    color: #495057;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    background-color: #FFF !important;
    border: 1px solid #CED4DA;
    line-height: 1;
	outline: none;
}

.modal-cookie__buttons .btn:hover {
  background-color: #CED4DA !important;
}

@media (max-width: 720px) {
    .modal-cookie__title {
        width: 100%;
    }
    .modal-cookie-layout {
        flex-direction: column;
    }
    .modal-cookie__buttons {
        flex-direction: column;
        width: 100%;
    }
    .modal-cookie__buttons button {
        width: 100% !important;
        padding: 7.5px !important;
    }
    .modal-cookie {
        padding: 32px 8px 32px;
        bottom: 0;
    }
}
