#qas-block .block__content {
  display: flex;
  gap: clamp(15px,0.9375vw + 12px, 30px);
}
#qas-block .block__qas {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: clamp(20px,1.25vw + 16px, 40px);
}
#qas-block .block__qas .qas-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(15px,0.9375vw + 12px, 30px);
  flex-grow: 1;
}
#qas-block .block__qas .btn-bordered {
  margin: 0 auto;
}
#qas-block .block__form {
  position: relative;
  width: 315px;
  flex-shrink: 0;
}
#qas-block .block__form .form {
  overflow: hidden;
  position: sticky;
  top: 15px;
  width: 100%;
  height: auto;
  padding: clamp(25px,1.5625vw + 20px, 50px) clamp(20px,1.25vw + 16px, 40px);
  border-radius: 5px;
  background-color: var(--head);
  z-index: 1;
}
#qas-block .block__form .form::before {
  content: "";
  position: absolute;
  top: -83px;
  right: -125px;
  border-radius: 5px;
  width: 263px;
  height: 203px;
  filter: blur(150px);
  background: var(--telegram);
  z-index: -1;
}
#qas-block .block__form .form::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -89px;
  border-radius: 5px;
  width: 196px;
  height: 234px;
  filter: blur(70px);
  background: var(--telegram);
  z-index: -1;
}
#qas-block .block__form .form__title {
  margin-bottom: clamp(10px,0.3125vw + 9px, 15px);
  color: var(--card);
}
#qas-block .block__form .form__subtitle {
  margin-bottom: clamp(15px,0.9375vw + 12px, 30px);
  color: var(--bg-dark);
}
#qas-block .block__form .form__btn {
  width: 100%;
}

/*============ MEDIA ==================*/
@media (max-width: 992px) {
  #qas-block .block__content {
    flex-direction: column-reverse;
  }
  #qas-block .block__form {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=block.css.map */
