@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

a {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button {
  background: transparent;
}

/*--------------------*/

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-Bold.woff2") format("woff2"), url("fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-ExtraLight.woff2") format("woff2"), url("fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-Light.woff2") format("woff2"), url("fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-Medium.woff2") format("woff2"), url("fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-SemiBold.woff2") format("woff2"), url("fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-ExtraBold.woff2") format("woff2"), url("fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-Black.woff2") format("woff2"), url("fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("fonts/Manrope-Regular.woff2") format("woff2"), url("fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-Bold.woff2") format("woff2"), url("fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-ExtraBold.woff2") format("woff2"), url("fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-ExtraLight.woff2") format("woff2"), url("fonts/Onest-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-Light.woff2") format("woff2"), url("fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-Medium.woff2") format("woff2"), url("fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-SemiBold.woff2") format("woff2"), url("fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-Regular.woff2") format("woff2"), url("fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("fonts/Onest-Thin.woff2") format("woff2"), url("fonts/Onest-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: "Manrope", "Helvetica Neue", Helvetica, sans-serif;
  color: #090908;
  font-size: 16px;
  line-height: normal;
}

body a {
  color: #090908;
}

body button {
  font-size: 16px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.button--primary {
  border: 1px solid #232ED1;
  background-color: #232ED1;
  color: #ffffff;
}

/* Hover: изменение цвета фона и текста при наведении */
.button--primary:hover {
  background-color: transparent; /* Темный оттенок синего */
  color: #232ED1;
  border-color: #232ED1;
}

/* Focus: обводка при фокусе на кнопке (например, при навигации с клавиатуры) */
/* .button--primary:focus {
  outline: 2px solid #FFD700;
  outline-offset: 2px;
} */

/* Active: эффект при нажатии на кнопку */
/* .button--primary:active {
  background-color: #1018A0;
  color: #ffffff;
  border-color: #1018A0;
  transform: scale(0.98);
} */

.button--secondary {
  border: 1px solid #ffffff;
  background-color: #232ED1;
  color: #ffffff;
}

.button--secondary:hover {
  background-color: #ffffff; /* Темный оттенок синего */
  color: #232ED1;
  border-color: #ffffff;
}

.button--tertiary {
  border: 1px solid #232ED1;
  background-color: transparent;
  color: #232ED1;
}

.button--tertiary:hover {
  background-color: #232ED1;
  color: #ffffff;
}

.button_second {
  background: transparent;
  color: #232ED1;
  border: 1px solid #232ED1;
}

.container {
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
}

.title {
  color: #090908;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.48px;
}

.title span {
  color: #232ED1;
  font-weight: 700;
}

.subtitle {
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.section {
  padding: 65px 0px 65px 0px;
}

.section__top {
  margin-bottom: 48px;
}

.section._has-top-item {
  padding-top: 130px;
}

.card {
  padding: 28px;
  border-radius: 20px;
  background: #F2F5FF;
}

.card_white {
  background: #fff;
  -webkit-box-shadow: 0px 44px 12px 0px rgba(35, 46, 209, 0), 0px 28px 11px 0px rgba(35, 46, 209, 0), 0px 16px 9px 0px rgba(35, 46, 209, 0.02), 0px 7px 7px 0px rgba(35, 46, 209, 0.03), 0px 2px 4px 0px rgba(35, 46, 209, 0.03);
          box-shadow: 0px 44px 12px 0px rgba(35, 46, 209, 0), 0px 28px 11px 0px rgba(35, 46, 209, 0), 0px 16px 9px 0px rgba(35, 46, 209, 0.02), 0px 7px 7px 0px rgba(35, 46, 209, 0.03), 0px 2px 4px 0px rgba(35, 46, 209, 0.03);
}

.card__top {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.card__title {
  color: #232ED1;
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
  /* 112.5% */
}

.card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

.card__icon img {
  width: 32px;
}

.card p {
  font-size: 18px;
  line-height: 130%;
}

.wpcf7-form, .message-block {
  transition: opacity 0.5s ease;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: auto;
}

.wpcf7-response-output {
  display: none !important;
}

.form-inner {
  position: relative;
}

.message-block {
  position: absolute;
  inset: 0;
  padding: 20px;
  text-align: center;
}

.message-block.success .message-icon svg {
  fill: #4CAF50; /* Зеленая галочка */
}

.message-block.error .message-icon svg {
  fill: #FF5252; /* Красный крестик */
}

.message-icon svg {
  width: 50px;
  height: 50px;
}

.message-title {
  font-size: 24px;
  margin-top: 10px;
}

.message-subtitle {
  font-size: 16px;
  margin-top: 5px;
}

.message-title--primary, .message-subtitle--primary {
  color: #232ED1;
}

.message-title--secondary, .message-subtitle--secondary {
  color: #FFFFFF;
}

.input {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 12px 24px;
  border-radius: 40px;
}

.input-primary {
	border: 1px solid #232ed1;
	opacity: 0.4;
	color: #232ED1;
}

.input-secondary {
	border: 1px solid #ffffff;
	opacity: 0.4;
	color: #ffffff;
}

.input-primary.wpcf7-not-valid, .input-primary.wpcf7-not-valid:focus-visible, .input-primary.wpcf7-not-valid:active, .input-primary.wpcf7-not-valid:hover  {
	opacity: 1;
	border: 1px solid #ff006e;
	color: #ff006e;
}

.input-secondary.wpcf7-not-valid, .input-secondary.wpcf7-not-valid:focus-visible, .input-secondary.wpcf7-not-valid:active, .input-secondary.wpcf7-not-valid:hover  {
	opacity: 1;
	border: 1px solid #ffa4cb;
	color: #ffa4cb;
}

.input-primary.wpcf7-not-valid::placeholder {
	color: #ff006e;
}

.input-secondary.wpcf7-not-valid::placeholder  {
	color: #ffa4cb;
}

.input-primary.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff006e;
}

.input-secondary.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ffa4cb;
}

.input-primary.wpcf7-not-valid::-moz-placeholder {
  color: #ff006e;
}

.input-secondary.wpcf7-not-valid::-moz-placeholder {
  color: #ffa4cb;
}

.input-primary.wpcf7-not-valid:-ms-input-placeholder {
  color: #ff006e;
}

.input-secondary.wpcf7-not-valid:-ms-input-placeholder {
  color: #ffa4cb;
}

.input-primary.wpcf7-not-valid::-ms-input-placeholder {
  color: #ff006e;
}

.input-secondary.wpcf7-not-valid::-ms-input-placeholder {
  color: #ffa4cb;
}

.wpcf7-not-valid {
  background-color: transparent;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
}

.input-primary + .wpcf7-not-valid-tip {
  color: #ff006e;
}

.input-secondary + .wpcf7-not-valid-tip {
  color: #ffa4cb;
}

.input-primary::-webkit-input-placeholder {
  color: #232ED1;
}

.input-primary::-moz-placeholder {
  color: #232ED1;
}

.input-primary:-ms-input-placeholder {
  color: #232ED1;
}

.input-primary::-ms-input-placeholder {
  color: #232ED1;
}

.input-primary::placeholder {
  color: #232ED1;
}

.input-primary:not(:placeholder-shown) {
  background-color: transparent;
}

.input-primary:-webkit-autofill {
  background-color: transparent;
}

.input-primary:focus-visible, .input-primary:active, .input-primary:hover {
  color: #212cc2;
  border: 1px solid #212cc2;
	opacity: 1;
}

.input-secondary::-webkit-input-placeholder {
  color: #ffffff;
}

.input-secondary::-moz-placeholder {
  color: #ffffff;
}

.input-secondary:-ms-input-placeholder {
  color: #ffffff;
}

.input-secondary::-ms-input-placeholder {
  color: #ffffff;
}

.input-secondary::placeholder {
  color: #ffffff;
}

.input-secondary:not(:placeholder-shown) {
  background-color: transparent;
}

.input-secondary:-webkit-autofill {
  background-color: transparent;
}

.input-secondary:focus-visible, .input-secondary:active, .input-secondary:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
	opacity: 1;
}

.form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.form p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 130%;
  /* 137.5% */
}

.wrapper {
  overflow: hidden;
}

.section-nav {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.section-nav__item {
  color: rgba(36, 36, 35, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
}

.section-nav__item:after {
  content: "/";
  display: block;
}

.section-nav__item:last-child {
  color: rgba(36, 36, 35, 0.4);
}

.section-nav__item:last-child:after {
  display: none;
}

.tab-btn {
  padding: 12px 24px;
  border-radius: 40px;
  background-color: #F2F5FF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232ED1;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tab-btn._active {
  background-color: #D6E0FF;
}

.intro {
	position: relative;
  padding: 140px 0px 80px 0;
/*   background-color: #E3E6ED; */
}

.intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(157deg, #f5f5f5 20.24%, #7383a4 100%);
    opacity: 0.2;
    z-index: -1;
}

.intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 6.77vw, 130px);
}

.intro__image {
  flex: 0 0 28%;
  max-height: 548px;
}

.intro__content {
  flex: 1 1 100%;
}

.intro__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.intro__title {
  margin-bottom: 24px;
}

.intro__label {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 68px;
}

.intro-form__title {
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 400;
  line-height: 1.19;
  margin-bottom: 24px;
}

.intro-form__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 156px 1fr 1fr;
  gap: 12px 20px;
  max-width: 640px;
  margin-bottom: 20px;
}

.intro-form__field._req {
  min-height: 75px;
}

.intro-form__field--comment {
	grid-column: 1/3;
}

.intro-form__submit-button.button {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
}

.intro-form p {
  color: #474747;
  line-height: 1.4;
  max-width: 520px;
}

.wpcf7-spinner {
  display: none;
}


.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: background-color 0.3s ease-in-out;
}

.header--scrolled {
    background-color: #FFFFFF;
}

body:not(.home) .header {
  background: none;
  position: static;
}

.header__container {
  padding: 16px 0;
  border-bottom: 1px solid rgba(115, 131, 164, 0.3);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.header__logo img {
  max-width: 160px;
  width: 100%;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-button {
  display: none;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.menu__link {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__link:hover {
  opacity: 0.8;
}

.catalog-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #232ED1;
}

.link-underline {
    position: relative;
    color: #232ED1;
    text-decoration: none;
}

.link-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; /* Расстояние от текста до подчеркивания */
    width: 0;
    height: 1px; /* Толщина подчеркивания */
    background-color: #232ED1; /* Цвет подчеркивания */
    transition: width 0.3s ease; /* Плавное появление */
}

.link-underline:hover::after {
    width: 100%; /* Покрывает всю ширину текста при наведении */
}

.dropdown {
  position: relative;
}

.dropdown__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}

.dropdown__icon img {
  width: 22px;
}

.dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  width: auto;
  top: calc(100% + 5px);
  left: 0;
  border: 1px solid rgba(115, 131, 164, 0.3);
  opacity: 0;
  visibility: hidden;
}

.dropdown__list.open {
  opacity: 1;
  visibility: visible;
}

.dropdown__option {
  cursor: pointer;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.dropdown__arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease; /* плавная анимация поворота */
}

.dropdown:hover .dropdown__arrow {
  transform: rotate(180deg); /* поворот стрелки при наведении */
}

/* Если нужно, чтобы стрелка поворачивалась при открытом dropdown */
.dropdown.active .dropdown__arrow {
  transform: rotate(180deg);
}

.demonstration__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
}

.demonstration__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 16px);
          flex: 0 0 calc(33% - 16px);
}

.demonstration__item:nth-child(4),
.demonstration__item:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
}

.demonstration-slider__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.demonstration-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
}

.demonstration-slider__pagination .swiper-pagination-bullet-active {
  background-color: #9196E8;
}

.demonstration-slider__pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.form-section {
  padding: 80px 0;
  background-color: #232ED1;
}

.form-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}

.form-section__title {
  color: #fff;
}

.delivery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.catalog__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}

.catalog__row {
  position: relative;
}

.catalog__slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.tab__btn {
  padding: 12px 24px;
  border-radius: 40px;
  background-color: #F2F5FF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232ED1;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tab__btn._active {
  background-color: #D6E0FF;
}

.tab__slide {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tab__slide._active {
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.catalog-item__image {
  margin-bottom: 24px;
}

.catalog-item__image img {
  width: 100%;
}

.catalog-item__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

.banner {
  position: relative;
  overflow: hidden;
  background-color: #F8F9FB;
  padding: 40px 0px 0 0;
}

.banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__content {
  font-family: "Onest", "Helvetica Neue", Helvetica, sans-serif;
}

.banner__top {
  position: relative;
  -webkit-margin-top-collapse: 50px;
}

.banner__badge {
  position: absolute;
  top: -70px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-25.287deg);
      -ms-transform: rotate(-25.287deg);
          transform: rotate(-25.287deg);
  padding: 12px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
  align-items: center;
  line-height: 100%;
  border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #2789FF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #2789FF;
  gap: 18px;
}

.banner__badge._rose {
  background: #FF8CFF;
}

.banner__badge._green {
  background: #30C06C;
}

.banner__badge._violet {
  background: #B996FF;
}

.banner__badge:nth-child(2) {
  -webkit-transform: rotate(-12.483deg);
      -ms-transform: rotate(-12.483deg);
          transform: rotate(-12.483deg);
  left: 70px;
  top: -50px;
}

.banner__badge:nth-child(3) {
  left: 200px;
  z-index: 1;
  top: -35px;
  -webkit-transform: rotate(-9.73deg);
      -ms-transform: rotate(-9.73deg);
          transform: rotate(-9.73deg);
}

.banner__badge:nth-child(4) {
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  left: 335px;
  top: -30px;
}

.banner__title {
  color: #37373E;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 1;
}

.banner__logo {
  margin-bottom: 20px;
}

.banner__logo img {
  max-width: 352px;
  width: 100%;
}

.banner__label {
  color: #475569;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 48px;
}

.banner__bg {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  gap: 60px;
}

.banner__image {
  max-width: 650px;
  width: 100%;
  position: relative;
  right: -100px;
  z-index: 1;
}

.banner__image img {
  width: 100%;
}

.banner__decor {
  width: 289px;
  height: 288px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 289px;
  background: #46D168;
  -webkit-filter: blur(190.6976623535px);
          filter: blur(190.6976623535px);
  position: absolute;
  left: 70px;
  top: 120px;
}

.banner__decor_rose {
  border-radius: 329.907px;
  position: absolute;
  width: 329.907px;
  height: 329.907px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
  background: #FF19FF;
  -webkit-filter: blur(190.6976623535px);
          filter: blur(190.6976623535px);
  right: 0;
  left: inherit;
  top: inherit;
  bottom: 25px;
}

.link {
  border-radius: 20px;
  background: linear-gradient(0deg, #37373E 0%, #37373E 100%), linear-gradient(92deg, #2789FF 9.67%, #3380F6 70.26%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.link:hover {
  opacity: 0.8;
}

.benefits {
  background: #E8EFFF;
  padding: 90px 0 80px 0;
  margin-top: 130px;
}

.benefits__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

.benefits__item-body {
  position: relative;
}

.benefits__item-body:before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: -23px;
  left: 0;
  -webkit-transform: rotate(-6.848deg);
      -ms-transform: rotate(-6.848deg);
          transform: rotate(-6.848deg);
  border-radius: 54.425px;
  background: #C1D0FF;
}

.benefits__item {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  border-radius: 54.425px;
  background: #232ED1;
  padding: 16px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.benefits__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 16px);
          flex: 0 0 calc(33% - 16px);
}

.benefits__card:nth-child(4),
.benefits__card:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
}

.benefits__title {
  color: #474747;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.benefits__title span {
  color: #232ED1;
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
}

.cooperation {
  padding: 130px 0;
  position: relative;
}

.cooperation__body {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.cooperation__title {
  margin-bottom: 48px;
}

.cooperation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  color: #232ED1;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  counter-reset: test;
}

.cooperation__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

.cooperation__list li:before {
  counter-increment: test;
  content: counter(test);
  color: #474747;
  font-weight: 400;
}

.footer {
  padding: 55px 0;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.footer__logo {
  margin-bottom: 10px;
}

.footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 16px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__contacts .footer__link {
  color: #232ED1;
}

.product_wrap {
    display: none;
}
.product_wrap.shown {
    display: block;
}
.product-controls_type,
.product-controls_zagr,
.product-info__button  {
    padding: 12px 24px;
    border-radius: 40px;
    background-color: #F2F5FF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #232ED1;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-controls_type.active,
.product-controls_zagr.active,
.product-info__button.active {
    background-color: #D6E0FF;
}
.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 556px;
          flex: 0 1 556px;
  gap: 0;
}

.product-preview__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

.product-preview__right {
  min-width: 0;
  position: relative;
}

.product-preview-thumbs {
  height: 220px;
}

.product-preview-thumbs__image img {
  width: 100%;
}

.product-slider__image img {
  width: 100%;
}

.product-controls__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}

.product-controls__tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-controls__item {
  margin-bottom: 24px;
}

.product-controls__label {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  /* 144.444% */
}

.product-controls__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-controls__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: #474747;
  line-height: 130%;
  margin-top: 54px;
}

.product-controls-propertys {
  position: relative;
  display: none;
}
.product-controls-propertys.active {
  display: block;
}

.product-controls-propertys__button {
  top: calc(100% + 6px);
  left: 0;
  color: #232ED1;
  position: absolute;
  font-weight: 500;
}
.product_techs,
.product_fl {
  display: none;
}
.product_techs.active,
.product-info__links.active {
  display: block;
}

.product-controls-propertys__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.product-controls-propertys__row span {
  color: #474747;
}

.product-controls-propertys__row span:first-child {
    white-space: nowrap;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.product-controls-propertys__row span:first-child:after {
  border-bottom: 1px dashed rgba(71, 71, 71, 0.5);
  content: "";
  width: 100%;
  height: 2px;
  position: relative;
  bottom: 4px;
      margin: 0 5px;
}

.product-controls-propertys__row span:last-child {
  color: #090908;
  font-weight: 500;
}

@media(max-width:492px) {
  .product-controls-propertys__row {
    flex-direction: column;
    gap: 8px;
  }

  .product-controls-propertys__row span:first-child {
    -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  }

  .product-controls-propertys__row span:first-child:after {
    display: none;
  }
}

.product-preview-kilograms {
  position: absolute;
  top: 80px;
  right: 50px;
  z-index: 1;
}

.product-preview-kilograms__item {
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 18px 12px;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  background-color: #79CA00;
}
.product-preview-kilograms__item.active {
    
}
.product-preview-kilograms__item._orange {
  background-color: #F6A700;
}

.product-preview-kilograms__item._ginger {
  background-color: #FC783B;
}

.product-preview-kilograms__item._rose {
  background-color: #FC5D9E;
}

.product-preview-kilograms__item._teal {
  background-color: #2FC69E;
}

.product-preview-kilograms__item._violet {
  background-color: #D264EB;
}

.product-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-info__content {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 4.17vw, 80px) 0 clamp(56px, 5.52vw, 106px)
}

.product-info__slide {
  width: 100%;
  height: 100%;
  margin-top: 48px;
  display: none;
}
.product-info__slide.active {
    display: block;
}

.product-info__slide:first-child {
  margin: 0;
}

.product-info__image img {
  width: 100%;
}

.product-info__item {
  margin-bottom: 20px;
}

.product-info__label {
  line-height: 120%;
  color: #232ED1;
  font-weight: 600;
  margin-bottom: 14px;
}

.product-info__link {
  display: block;
  color: #232ED1;
  margin-bottom: 16px;
  font-weight: 600;
}

.product-info__link span {
  font-weight: 400;
  color: #474747;
}

.product-info__link:last-child {
  margin: 0;
}

@media (min-width: 767px) {
  .demonstration-slider__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}

@media (min-width: 1024px) {
  .form-section__title {
            min-width: 500px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
  }
}

@media (max-width: 1450px) {
  .banner__image {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .title {
    font-size: 40px;
  }

  .subtitle {
    font-size: 36px;
  }

  .intro__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-height: 548px;
  }

  .intro__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .intro__title {
    margin-bottom: 16px;
  }

  .intro__label {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .intro-form__title {
    font-size: 28px;
  }

  .header__body {
    gap: 32px;
  }

  .header__right {
    gap: 20px;
  }

  .menu__list {
    gap: 20px;
  }

  .menu__link {
    font-size: 14px;
  }

  .demonstration__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .intro-form__submit-button.button {
    font-size: 16px;
    padding: 9px 24px;
  }

  .title {
    font-size: 28px;
  }

  .subtitle {
    font-size: 32px;
  }

  .section {
    padding: 30px 0px;
  }

  .section__top {
    margin-bottom: 24px;
  }

  .section._has-top-item {
    padding-top: 30px;
  }

  .input {
    font-size: 16px;
    padding: 9px 24px;
  }

  .button {
    padding: 9px 24px;
  }

  .form__row {
    gap: 16px;
  }

  .intro {
    padding: 110px 0px 60px 0;
  }

  .intro__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }

  .intro-form__body {
    gap: 16px;
    max-width: 100%;
  }

  .header__container {
    padding: 12px 15px;
  }

  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__logo {
    position: relative;
    z-index: 5;
  }

  .header__content {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #F0F2F5;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 4;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 15px 40px 15px;
  }

  .header__content._active {
    left: 0;
  }

  .header__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 30px;
  }

  .header__menu-button {
    display: block;
    cursor: pointer;
    width: 18px;
    height: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    position: relative;
    display: block;
    z-index: 5;
  }

  .header__menu-button span,
  .header__menu-button:before,
  .header__menu-button:after {
    height: 2px;
    width: 100%;
    left: 0;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    background: #090908;
  }

  .header__menu-button:after,
  .header__menu-button:before {
    content: "";
  }

  .header__menu-button:before {
    top: 0;
  }

  .header__menu-button:after {
    bottom: 0;
  }

  .header__menu-button span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header__menu-button._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    background-color: #292B32;
  }

  .header__menu-button._active:before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }

  .header__menu-button._active:after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translateY(50%);
        -ms-transform: rotate(45deg) translateY(50%);
            transform: rotate(45deg) translateY(50%);
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .menu__list {
    gap: 24px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 1px solid rgba(115, 131, 164, 0.3);
    width: 100%;
  }

  .menu__link {
    font-size: 16px;
  }

  .header__mobile-items {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  /* .dropdown__list {
    display: block;
    background: none;
    padding: 16px 0;
    border: none;
    position: static;
    opacity: 1;
    visibility: visible;
  } */

  .form-section__body {
    gap: 40px;
  }

  .delivery__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .catalog__buttons {
    margin-bottom: 28px;
  }

  .catalog__slide {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .banner {
    padding: 120px 0px 60px 0;
  }

  .banner__content {
    position: relative;
    z-index: 2;
  }

  .banner__label {
    margin-bottom: 220px;
    max-width: 500px;
  }

  .banner__bg {
    position: absolute;
    right: 0px;
    bottom: 0;
  }

  .banner__image img {
    max-width: 500px;
  }

  .benefits {
    margin-top: 60px;
  }

  .benefits__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    margin-bottom: 24px;
  }

  .benefits__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .cooperation__image img {
    right: -120px;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }

  .footer__contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .product__body {
    display: block;
  }

  .product-preview {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product-preview__right {
    margin-bottom: 28px;
  }

  .product-slider {
    max-width: 400px;
  }

  .product-controls__title {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .cooperation {
    padding: 30px 0px 60px 0;
  }

  .cooperation__title {
    margin-bottom: 24px;
  }

  .cooperation__list {
    font-size: 18px;
    gap: 18px;
  }

  .cooperation__list li {
    gap: 12px;
  }

  .cooperation__image {
    display: none;
  }
}

@media (max-width: 820px) {
  .product-info__image {
    overflow: auto;
  }

  .product-info__image img {
    width: 800px;
    position: relative;
    left: -50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .intro-form__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .intro-form__field {
    grid-column: span 1; /* Элемент занимает всю ширину строки */
  }
  .intro-form__field._req {
    min-height: 66px;
  }
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 24px;
    letter-spacing: -0.25px;
  }

  .card {
    border-radius: 10px;
    padding: 16px;
    background: rgba(35, 84, 209, 0.07);
  }

  .card__top {
    margin-bottom: 8px;
  }

  .card__title {
    font-size: 18px;
    letter-spacing: -0.18px;
  }

  .card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
  }

  .card__icon img {
    width: 28px;
  }

  .card p {
    font-size: 14px;
  }

  .form p {
    font-size: 14px;
  }

  .tab-btn {
    padding: 10px 24px;
  }

  .intro {
    padding: 75px 0 30px 0;
  }

  .intro__image {
    display: none;
  }

  .intro__title {
    margin-bottom: 12px;
  }

  .intro__label {
    margin-bottom: 32px;
  }

  .intro-form__title {
    font-size: 20px;
    margin-bottom: 24px;
    letter-spacing: -0.2px;
  }

  .header__logo img {
    max-width: 110px;
  }

  .header__content {
    padding-top: 50px;
  }

  .demonstration__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }

  .form-section {
    padding: 28px 0;
  }

  .form-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .catalog__buttons {
    margin: 0 0 40px 0;
    gap: 12px;
  }

  .catalog__slide {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .tab__btn {
    padding: 10px 24px;
  }

  .catalog-item__image {
    margin-bottom: 12px;
  }

  .catalog-item__label {
    font-size: 14px;
  }

  .banner__badge {
    top: -50px;
  }

  .banner__badge {
    font-size: 14px;
  }

  .banner__title {
    font-size: 30px;
  }

  .banner__logo img {
    max-width: 175px;
  }

  .banner__logo {
    margin-bottom: 12px;
  }

  .banner__label {
    font-size: 19px;
  }

  .banner__bg {
    right: inherit;
    left: 15px;
  }

  .banner__image {
    max-width: 320px;
  }

  .banner__decor {
    width: 250.315px;
    height: 250.84px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    fill: #46D168;
    -webkit-filter: blur(90.6075744629px);
            filter: blur(90.6075744629px);
    top: 40px;
    left: 30px;
    position: absolute;
  }

  .banner__decor_rose {
    width: 250.751px;
    height: 250.751px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    fill: #FF19FF;
    left: inherit;
    right: -300px;
    bottom: 0;
    opacity: 0.5;
    -webkit-filter: blur(90.6075744629px);
            filter: blur(90.6075744629px);
  }

  .benefits {
    padding: 60px 0px 36px 0;
  }

  .benefits__item-body:before {
    top: -15px;
  }

  .benefits__item {
    font-size: 26px;
    padding: 10px 20px;
  }

  .benefits__title {
    font-size: 14px;
  }

  .benefits__title span {
    font-size: 24px;
  }

  .footer {
    padding: 36px 0;
  }

  .footer__logo img {
    max-width: 110px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer__list {
    gap: 12px 24px;
  }

  .footer__link {
    font-size: 14px;
  }
}

@media (width <= 650px) {
  .intro-form__body {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .intro-form__field {
    grid-column: span 1; /* Элемент занимает всю ширину строки */
  }

  .intro-form__field._req {
    min-height: 66px;
  }

  .intro-form__submit-button.button {
    font-size: 16px;
    width: 100%;
    margin-top: 22px;
  }

  .form__button {
    margin-top: 22px;
  }
}

@media (max-width: 600px) {
  .form__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 16px;
  }

  .delivery__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .benefits__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .product-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product-preview-thumbs {
    min-width: 0;
    height: auto;
  }

  .product-preview-thumbs__slide {
    width: 90px;
  }

  .product-preview-thumbs__image img {
    width: 90px;
  }

  .product-controls {
    margin-top: 40px;
  }
}

@media (max-width: 492px) {

  .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 32px;
  }

  .product-preview-kilograms {
    right: 20px;
  }
}

.header__button {
  padding: 8px 20px;
}

.form-section__container {
  padding: 0px 55px;
}

@media(max-width:1150px) {
  .form-section__container {
    padding: 0px 15px;
  }
}