iframe {
  margin: -12px;
}
.main-page-hero::before {
  background: #e2ecff;
  position: absolute;
  width: 50vw;
  left: 100%;
  content: "";
  background: #e2ecff;
  height: 100%;
  top: 0;
}
.main-page-hero::after {
  position: absolute;
  width: 606px;
  height: 606px;
  border-radius: 50%;
  background: #e2ecff;
  right: -116px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.main-page-hero {
  position: relative;
  padding: 32px 0;
  background-color: #f0f5ff;
  position: relative;
  overflow-y: clip;
  width: 100%;
}
.main-page-hero h1 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.main-page-hero .main-page-hero__container {
  margin: 0 auto;
  max-width: 1210px;
  display: grid;
  grid-template-columns: 388px 1fr;
  align-items: center;
}
.main-page-hero img {
  margin-left: auto;
  position: relative;
  z-index: 1;
  right: -24px;
}
.main-page-hero .main-page-hero__content {
  position: relative;
  z-index: 1;
}
.main-page-hero .main-page-hero__content h2 {
  margin: 16px 0 32px;
  color: #727272;
  font-size: 16px;
  font-weight: normal;
}
.main-page-hero .main-page-hero__content .main-page-hero__actions button,
.main-page-hero .main-page-hero__content .main-page-hero__actions a {
  text-align: center;
  padding: 8px;
}
.main-page__guide {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.main-page__guide div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-page__guide div :where(p, li, span) {
  font-size: 14px;
}

.main-page__qna h2 {
  margin-bottom: 24px;
}
.main-question-spollers__title > * {
  margin: 0 !important;
  font-size: 16px !important;
}
.main-page__qna .main-question-spollers__item {
  border-radius: 16px;
}

.main-page__qna .main-question-spollers__title {
  font-family: "Exo 2", sans-serif;
  padding: 16px 40px 16px 24px;
  font-size: 16px;
}
.main-page__qna .main-question-spollers__title:before {
  right: 20px;
}
.main-page__qna .main-question-spollers__body,
.main-page__qna .main-question-spollers__body._active {
  padding: 0 24px;
}
.main-page__qna .main-question-spollers__body > * {
  font-family: "Exo 2", sans-serif;
  color: #4c4c4c;
}
.main-page__qna .main-question-spollers__title {
  color: #4c4c4c;
}
.main-page__qna .main-question-spollers__info {
  color: #4c4c4c;
}

.main-page__qna .main-question-spollers__item._active {
  border-color: #ea5400;
}
@media (max-width: 1269px) {
  .main-page-hero {
    padding: 51px 16px;
  }
  .main-page__qna {
    padding-bottom: 38px;
  }
  .main-page-hero .main-page-hero__container {
    grid-template-columns: 1fr;
  }
  .main-page-hero .main-page-hero__container .main-page-hero__actions {
    gap: 16px;
  }
  .main-page-hero img {
    display: none;
  }
  .main-page-hero::after {
    position: absolute;
    width: 406px;
    height: 406px;
    border-radius: 50%;
    background: #e2ecff;
    left: 50%;
    content: "";
    bottom: -202px;
    transform: translateX(-50%);
  }
  .main-page-hero .secondary-btn {
    width: 100%;
    text-align: center;
  }
}
