@charset "UTF-8";
/**
  Переменные для отступов
 */
/**
  Переменные для цветов
 */
/**
  Переменные для шрифтов
 */
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
.scroll-wrapper {
  max-height: 100vh;
  overflow: auto;
}

body.hiden .scroll-wrapper {
  overflow: hidden;
}

/* Стили самого скроллбара */
.simplebar-scrollbar::before {
  background-color: #ff3d00; /* кастомный цвет */
  border-radius: 6px;
}

.simplebar-track.simplebar-vertical {
  width: 8px;
}

.simplebar-track {
  background: rgba(0, 0, 0, 0.1);
}

.click-link svg {
  transition: all 0.3s ease-in-out;
  margin-left: 9px;
}

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

.hiden {
  overflow: hidden !important;
}

#form {
  width: 448px;
  height: auto;
  padding: 24px;
  background-color: #fff;
  position: relative;
  border-radius: 2px !important;
}

.rotate {
  rotate: 360deg !important;
}

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

.opacity {
  opacity: 1 !important;
}

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

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

.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: 140px;
}
.main-top {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 323px;
}
.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: 166px;
  height: 48px;
}
.main-btn:nth-child(2) {
  width: 160px;
}
.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: 130px;
}
.benefits-tilte {
  margin-bottom: 20px;
}
.benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px 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: 128px;
}
.assortment-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 32px;
}
.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: 430px;
  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: 44px;
}
.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;
}

.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: 80px;
  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;
}
.materials-item:nth-child(6) .materials-button svg {
  width: 16px;
  height: 16px;
  rotate: 360deg;
}
.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__log2 {
  opacity: 1 !important;
  visibility: visible !important;
}

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

.link__privacy {
  text-decoration: underline;
}

.link__privacy2 {
  text-decoration: underline;
}

.textarea {
  max-height: 120px !important;
  height: 120px !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: 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: 20px;
  height: 20px;
  border-radius: 2px;
  top: 0px;
}
.popup__form .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;
}
.popup__form__content {
  width: 448px;
  height: auto;
  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;
}
.popup__form__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 17px;
}

.popup__form2 {
  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__form2 .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__form2 .form__label {
  font-size: 16px;
  left: 20px;
  color: rgba(19, 21, 23, 0.56);
}
.popup__form2 .form__group {
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.popup__form2 .form__submit {
  padding: 14px 0;
  margin-top: -2px;
  border-radius: 2px !important;
}
.popup__form2 .form__error {
  border: 1px solid #da1f24;
  background-position: calc(100% - 20px) center;
}
.popup__form2 .form__submit {
  margin-bottom: 17px;
}
.popup__form2 .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__form2 .popup__form__close:hover {
  opacity: 1;
}
.popup__form2 .form__label.active__label {
  top: -10px;
  background-color: #fff;
  font-size: 14px !important;
}
.popup__form2 .form__chekbox__label {
  font-size: 12px !important;
}
.popup__form2 .form__chekbox__label::after {
  background-color: #e9ecef;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  top: 0px;
}
.popup__form2 .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;
}
.popup__form2__content {
  width: 448px;
  height: 426px;
  padding: 24px;
  background-color: #fff;
  position: relative;
  border-radius: 2px !important;
}
.popup__form2__desr {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 32px;
  letter-spacing: -0.3px;
}
.popup__form2__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;
}

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

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

.slider-nav-left {
  display: none;
  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;
  display: none;
}

.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: none;
  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: #ffffff;
  color: #131517;
}

.slider-content-right-button:hover svg {
  fill: #fff;
}

.question__link {
  transition: 0.3s ease;
}

.question__link:hover {
  color: #db0812;
}

.assortment-link:hover {
  color: #db0812;
}

.assortment-link:hover svg path {
  fill: #db0812;
}

.question__link:hover svg path {
  fill: #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;
}

.main-bottom-link {
  display: flex;
  gap: 16px;
}

.main-bottom-link .main-btn:nth-child(1) {
  width: 231px;
  background-color: #fff;
  color: #131517;
  transition: 0.3s ease;
}

.main-bottom-link .main-btn:nth-child(2) {
  width: 180px;
  background-color: inherit;
  color: #fff;
}

.vd {
  overflow: hidden;
  margin-bottom: 131px;
}
.vd-player {
  position: relative;
}
.vd-play-container {
  position: absolute;
  width: 166px;
  height: 166px;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s ease;
  cursor: pointer;
}
.vd-play-container:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.vd-play-container svg {
  width: 48px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.vd-descr {
  color: #6c757d;
  margin-top: 40px;
  width: 79%;
}

.icon {
  color: white; /* начальный цвет */
  transition: color 0.3s;
}

.icon:hover {
  color: #131517; /* цвет при ховере */
}

.active {
  display: block;
}

video {
  width: 100%;
  display: none;
}

.assortment-link {
  margin-bottom: -10px;
}

.assort-wrap {
  display: flex;
  justify-content: space-between;
}
.assort-wrap-item {
  width: 19%;
  padding: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.assort-wrap-item img {
  width: 100%;
  margin-bottom: 16px;
}
.assort-wrap-item:hover {
  box-shadow: 0px 4px 24px 0px rgba(33, 37, 41, 0.0784313725);
}
.assort-wrap-item:hover .assort-wrap-desr {
  color: #131517;
}
.assort-wrap-desr {
  color: #6c757d;
}

.sphere-title {
  margin-bottom: 29px;
}
.sphere-desr {
  color: #6c757d;
  width: 51%;
  margin-bottom: 40px;
}
.sphere-wrapper {
  display: flex;
  justify-content: space-between;
}
.sphere-item {
  width: 33%;
  background-repeat: no-repeat;
  padding: 24px;
  padding-top: 21px;
  background-size: cover;
  height: 488px;
}
.sphere-item-title {
  color: #ffffff;
  font-size: 37px;
  margin-bottom: 22px;
}
.sphere-item ul {
  color: #ffffff;
  padding-left: 34px;
  list-style-type: none;
}
.sphere-item li {
  position: relative;
  margin-bottom: 9px;
  font-size: 18px;
}
.sphere-item li::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  left: -24px;
  top: 9px;
}
.sphere-item:nth-child(1) {
  background-image: url(../img/sphere1.png);
}
.sphere-item:nth-child(2) {
  background-image: url(../img/sphere2.png);
}
.sphere-item:nth-child(3) {
  background-image: url(../img/sphere3.png);
}

.config {
  margin-bottom: 129px;
}
.config-title {
  margin-bottom: 29px;
}
.config-wrapper {
  display: flex;
  justify-content: space-between;
}
.config-item {
  width: 49%;
  background-image: url(../img/configbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  height: 366px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.config-item-btn {
  color: #fff;
  border: 1px solid #fff;
  width: 257px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  transition: 0.3s ease;
}
.config-item-btn:hover {
  background-color: #ffffff;
  color: #131517;
}
.config-item-btn:hover svg path {
  fill: black;
}
.config-item-btn svg {
  width: 24px;
  height: 24px;
}
.config-item-title {
  font-size: 37px;
  color: #fff;
}
.config-buttons {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.materials {
  margin-bottom: 140px;
}
.materials-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.materials-title {
  margin-bottom: 31px;
}
.materials-desr {
  width: 50%;
  color: #131517;
  opacity: 70%;
  margin-bottom: 40px;
}
.materials-btn {
  background-color: #131517;
  color: #fff;
  width: 285px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.materials-item {
  padding: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  height: 420px;
}
.materials-item-desr {
  color: #6c757d;
  transition: 0.3s ease;
}
.materials-item-img {
  margin-bottom: 16px;
}
.materials-item:hover {
  box-shadow: 0px 4px 24px 0px rgba(33, 37, 41, 0.0784313725);
}
.materials-item:hover .materials-button {
  opacity: 1;
}
.materials-item:hover .materials-item-desr {
  color: #131517;
}
.materials-button {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #131517;
  height: 32px;
  gap: 8px;
  margin-top: 16px;
  position: relative;
  transition: 0.3s ease;
}
.materials-button svg {
  width: 8px;
  height: 4px;
  rotate: 180deg;
}
.materials-acc {
  position: absolute;
  box-shadow: 0px 4px 24px 0px rgba(33, 37, 41, 0.0784313725);
  display: flex;
  flex-direction: column;
  width: 303px;
  padding: 12px 0;
  background-color: #fff;
  bottom: -228px;
  opacity: 0;
  transition: 0.3s ease;
}
.materials-acc-item svg {
  width: 24px;
  height: 24px;
  rotate: 360deg !important;
}
.materials-acc-item {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  align-items: center;
  color: #6c757d;
}
.materials-acc-item:hover {
  color: #131517;
  background-color: #f8f9fa;
}

.icon {
  color: white; /* начальный цвет */
  transition: color 0.3s;
}

.icon path {
  fill: currentColor;
}

.icon:hover {
  color: red; /* цвет при ховере */
}

.go-config {
  width: 279px;
}

.popup__form2__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
  opacity: 0.5;
}

.materials-item:nth-child(1) .materials-button svg {
  width: 16px;
  height: 16px;
  rotate: 360deg;
}

.materials-item:nth-child(2) .materials-button svg {
  width: 16px;
  height: 16px;
  rotate: 360deg;
}

.materials-item:nth-child(4) .materials-button svg {
  width: 16px;
  height: 16px;
  rotate: 360deg;
}

.materials-item:nth-child(5) .materials-button svg {
  width: 16px;
  height: 16px;
  rotate: 360deg;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.sumbit {
  width: 100%;
  padding: 18px 0;
  color: #fff;
  background-color: #131517;
  border: none;
  outline: unset;
  margin-bottom: 5px;
  padding: 14px 0;
  margin-top: -2px;
  border-radius: 2px !important;
  margin-bottom: 17px;
}

.error-cheked {
  color: #da1f24;
}

.error-cheked::after {
  border: 1px solid #da1f24;
}

@media screen and (max-width: 767px) {
  .sumbit {
    margin-bottom: 17px;
    margin-top: 22px;
  }
}
html.hiden,
body.hiden {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed !important; /* Фиксируем для iOS */
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: auto !important; /* Отключаем инерционный скролл */
}

/* Блокируем скролл у вложенных элементов */
body.hiden {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto !important;
}

.materials-acc svg {
  flex-shrink: 0;
}

.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: 144px;
    height: 33px;
  }
  .main-btn:nth-child(2) {
    width: 107px;
    height: 33px;
  }
  .main-btn {
    font-size: 14px;
  }
  .main-buttons {
    gap: 4px;
  }
  .burg {
    margin-left: 6px;
  }
  .main-title {
    font-size: 52px;
  }
  .main-top {
    margin-bottom: 479px;
  }
  .main-desr {
    color: #fff;
    margin-top: 16px;
    margin-bottom: 21px;
  }
  .main-btn {
    width: 100%;
  }
  .main-top {
    padding-top: 13px;
  }
  .main-desr br {
    display: none;
  }
  .main {
    background-image: url(../img/main-tablet.jpg);
  }
  .main-button {
    font-size: 17px;
  }
  .main {
    margin-bottom: 80px;
  }
  .title {
    font-size: 41px;
  }
  .benefits-number {
    font-size: 36px;
    margin-bottom: 0;
  }
  .benefits-tilte {
    margin-bottom: 28px;
  }
  .benefits-item {
    width: 40%;
  }
  .assortment-link {
    margin-bottom: 24px;
  }
  .benefits-desr {
    margin-bottom: 7px;
  }
  .assortment-top {
    margin-bottom: 0;
  }
  .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: 26px;
  }
  .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: 59px;
  }
  .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%;
  }
  .materials-button {
    opacity: 1;
  }
  .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: 72px;
  }
  .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: 57px;
  }
  .footer__top__left {
    margin-bottom: 18px;
  }
  .footer__phone {
    font-size: 22px;
  }
  .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;
  }
  .main-bottom-link .main-btn:nth-child(1) {
    width: 100%;
    height: 48px;
  }
  .main-bottom-link .main-btn:nth-child(2) {
    height: 48px;
    width: 313px;
  }
  .vd-player img {
    width: 100%;
    height: 361px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vd-descr {
    width: 92%;
  }
  .vd {
    margin-bottom: 76px;
  }
  .assort-wrap .slick-track {
    display: flex;
    padding: 16px 0;
  }
  .assort-wrap-item {
    width: 184px !important;
    height: 263px !important;
  }
  .assort-wrap-item img {
    width: auto;
  }
  .slick-arrow {
    display: none !important;
  }
  .assort-wrap-image {
    width: 152px !important;
    height: 152px !important;
  }
  .init_slider {
    display: block !important;
    overflow: hidden;
  }
  .slick-dots {
    display: none !important;
  }
  .assort-wrap-item {
    width: 184px !important; /* как в макете */
    height: 263px; /* тоже по макету */
    margin-right: 16px; /* отступ между карточками */
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 8px;
  }
  .init_slider {
    display: flex;
    align-items: flex-start;
  }
  .slick-track {
    display: flex !important;
  }
  .assortment .container {
    padding: 0;
  }
  .assortment-top,
  .assortment-desr {
    padding: 0 32px;
  }
  .assort-wrap-item {
    box-shadow: 0px 4px 24px 0px rgba(33, 37, 41, 0.0784313725);
  }
  .assort-wrap {
    padding-left: 32px !important;
  }
  .assort-wrap-item img {
    margin-bottom: 10px;
  }
  .assort-wrap-desr {
    color: #131517;
    padding-left: 7px;
  }
  .sphere-desr {
    width: 100%;
  }
  .sphere-item:nth-child(1) {
    width: 50%;
  }
  .sphere-item:nth-child(2) {
    width: 49%;
  }
  .sphere-item:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sphere-wrapper {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .sphere-item-title {
    font-size: 27px;
  }
  .sphere-item {
    height: 280px !important;
  }
  .sphere-desr {
    margin-bottom: 35px;
  }
  .config-item-title {
    font-size: 28px;
  }
  .config-title {
    margin-bottom: 18px;
  }
  .config-item {
    height: 280px;
  }
  .config {
    margin-bottom: 76px;
  }
  .materials-desr {
    width: 100%;
  }
  .materials-desr {
    margin-bottom: 31px;
  }
  .materials-btn {
    width: 277px;
  }
  .materials-item img {
    width: 152px;
    height: 152px;
  }
  .materials-item {
    height: 290px;
    width: 184px;
    box-shadow: 0px 4px 24px 0px rgba(33, 37, 41, 0.0784313725);
  }
  .materials .slick-track {
    gap: 0 12px;
    padding: 26px 0;
  }
  .materials .container:nth-child(2) {
    padding: 0;
  }
  .materials-wrap {
    padding-left: 32px !important;
  }
  .materials-acc {
    bottom: 45px;
  }
  .desct-none {
    display: flex;
  }
  .materials-item:nth-child(2) .materials-button {
    margin-top: 37px;
  }
}
/**
  Мобильные устройства
 */
@media screen and (max-width: 767px) {
  .benefits-wrapper {
    gap: 41px 0;
  }
  .burger-block {
    padding: 23px 16px;
  }
  .slider-content-left-number-wrap-small {
    color: #d9d9d9;
  }
  .popup-article-close {
    top: 16px;
    right: 16px;
  }
  .assort-wrap-item {
    height: 250px;
  }
  .assort-wrap-item {
    width: 200px !important;
  }
  .popup-article-right-title {
    font-size: 22px;
  }
  .acs-right img {
    width: 100%;
  }
  .assort-wrap-item {
    height: 250px !important;
  }
  .container {
    padding: 0 16px;
  }
  .main-bottom-link {
    flex-direction: column;
  }
  .burg {
    margin-left: 6px;
    margin-right: 6px;
  }
  .main-title {
    font-size: 38px;
    letter-spacing: -1.2px;
  }
  .main-top {
    margin-bottom: 345px;
  }
  .main {
    height: 722px;
  }
  .title {
    font-size: 32px;
  }
  .benefits-tilte {
    margin-bottom: 19px;
  }
  .benefits-number {
    margin-bottom: 16px;
    font-size: 38px;
  }
  .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;
  }
  .main-bottom-link .main-btn:nth-child(2) {
    width: 100%;
  }
  .vd-play-container {
    width: 64px;
    height: 64px;
  }
  .vd-play-container svg {
    width: 18px;
    height: 21px;
  }
  .vd-descr {
    width: 100%;
  }
  video {
    height: auto;
  }
  .assortment-link {
    position: absolute;
    bottom: -61px;
  }
  .assortment-top,
  .assortment-desr {
    padding: 0 15px;
  }
  .assortment {
    position: relative;
  }
  .assortment {
    margin-bottom: 111px;
  }
  .vd-player img {
    height: auto;
  }
  .footer__top__right__btn {
    margin-top: 29px;
  }
  .sphere-title {
    letter-spacing: -1.2px;
  }
  .footer__top__middle {
    gap: 11px;
  }
  .sphere-item {
    width: 100% !important;
  }
  .sphere-title {
    margin-bottom: 11px;
  }
  .sphere-item-title {
    font-size: 21px;
  }
  .assortment-desr {
    margin-bottom: 15px;
  }
  .sphere-item {
    height: 280px !important;
  }
  .assort-wrap {
    padding-left: 14px !important;
  }
  .question__wrap {
    flex-direction: column;
  }
  .slider {
    margin-top: 81px;
  }
  .config-title {
    font-size: 31px;
  }
  .assort-wrap-image {
    width: 168px !important;
    height: 168px !important;
  }
  .sphere-item:nth-child(3) {
    flex-direction: column;
    justify-content: start;
  }
  .config-item {
    width: 100%;
  }
  .sphere-desr {
    margin-bottom: 30px;
  }
  .config-title {
    margin-bottom: 26px;
  }
  .config-item-title {
    font-size: 22px;
  }
  .config-item-btn {
    width: 100%;
  }
  .materials-title {
    margin-bottom: 10px;
  }
  .materials-btn {
    width: 100%;
  }
  .materials-desr {
    margin-bottom: 33px;
  }
  .materials-btn {
    margin-bottom: 7px;
  }
  .materials-item img {
    width: 168px;
    height: 168px;
  }
  .materials-item {
    width: 200px;
    height: 306px;
  }
  .materials {
    margin-bottom: 64px;
  }
  .assort-wrap .slick-track {
    padding: 24px 0;
  }
  .slider {
    margin-bottom: 77px;
  }
  .config-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
  .m-none {
    display: none;
  }
  .question__link {
    display: none;
  }
  .question__title {
    font-size: 32px;
  }
  .assort-wrap-item {
    padding: 16px;
  }
  .assort-wrap-item:nth-child(1) img {
    margin-bottom: 10px;
  }
  .assort-wrap-desr {
    padding-left: 0;
  }
  .question__title br {
    display: none;
  }
  .question__title {
    margin-bottom: 15px;
  }
  .question__contact {
    font-size: 16px;
  }
  .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: 16px;
  }
  .popup__form__content {
    width: 336px;
  }
  .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: 12px !important;
    opacity: 1;
  }
  .textarea {
    height: 105px !important;
  }
  .materials-wrap {
    padding-left: 16px !important;
  }
  .form__file {
    gap: 6px;
    margin-bottom: 0;
  }
  .materials-item:nth-child(5) .materials-button {
    margin-top: 37px;
  }
  .popup__form__content {
    height: auto;
  }
  #form {
    height: auto;
  }
  .simplebar-track.simplebar-vertical {
    width: 6px !important;
  }
  .popup-article.active {
    padding: 230px 0 64px 0;
  }
  .materials-button {
    position: static;
  }
  .materials-item {
    position: relative;
  }
  .materials-acc {
    z-index: 1;
    left: 0;
  }
  .main {
    background-position-x: right;
  }
}
