small {
  font-weight: 100;
}
.section_result .btns li {
  display: none;
}
.how_slider__item img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 8;
}
.page-title {
  padding: 0!important;
}
.slide__title {
  font-size: 1rem!important;
  margin: 0 auto;
  bottom: 1.5rem !important;
}

@media(max-width:640px) {
  .trust__item {
    width: auto;
  }
  .section_what .what__title {
    margin-top: 70px;
  }
  .price__subtitle {
    font-size: 1rem;
  }
  .price__cell {
    font-size: 13px;
  }
  .section_actions__slider {
    margin-bottom: 0;
  }
  .main_slider_block {
    margin-bottom: 0;
  }
  .how_track__desc {
    line-height: 1.2;
  }
  .type__slider, .what__slider {
    width: auto!important;
    flex-wrap: wrap;
    gap: 1.4em;
  }
  .section_what .what__title {
    margin-top: 80px!important;
  }
  .price__subtitle {
    font-size: 1rem!important;
  }
  .section_actions__slider {
    margin-bottom: 0 !important;
  }
  .trust__item {
    width: auto!important;
  }
  .type__item {
    font-size: 1.1em!important;
  }
  .slide__title {
    bottom: 2rem !important;
  }
}

/* Контейнер формы */
.container_subscribe {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Сетка: заголовок + форма */
.subscribe__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

/* Левая колонка с заголовком */
.subscribe__left {
  flex: 1;
  min-width: 250px;
}

/* Правая колонка с формой */
.subscribe__right {
  flex: 1;
  min-width: 300px;
}

/* Заголовок */
.subscribe__title {
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}

/* Группы полей ввода */
.subscribe__field {
  margin-bottom: 20px;
}

.subscribe__input,
.subscribe__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.subscribe__textarea {
  resize: vertical;
  min-height: 100px;
}

/* Кнопка */
.subscribe__button {
  width: 100%;
  padding: 14px;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block!important;
}

/* Капча */
.capcha {
  margin: 20px 0;
}

.capcha img {
  cursor: pointer;
  margin-bottom: 10px;
}

.capcha input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Соглашение */
.subscribe__agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  font-size: 14px;
}

.subscribe__checkbox {
  margin-top: 3px;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .subscribe__grid {
      flex-direction: column;
      gap: 20px;
  }
  
  .subscribe__title {
      font-size: 28px;
  }
}