.thanks_main .flex {
  min-height: 55.7rem;
  padding: 6rem 0;
}
.thanks_main .head {
  padding-bottom: 1.6%;
}
.thanks_main .head h1 {
  font-size: 3rem;
  line-height: normal;
  font-weight: 500;
}
.thanks_main .icon {
  width: 8.1rem;
  height: 8.1rem;
  background: url("../img/icon-success.svg") no-repeat center / contain;
  display: inline-block;
  content: '';
  margin-bottom: 2.1rem;
}
.thanks_main p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--content_color);
  margin-top: 1.5rem;
}
.thanks_main .btns {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 2.4rem;
  margin-top: 3.2rem;
}
.thanks_main .btns .btn_b {
  text-transform: unset;
  min-width: 20.7rem;
}
.thanks_main .btns .btn_line {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--title_color);
  transition: all 0.3s;
  padding: 1.7rem 2.65rem;
  font-weight: 500;
}
.thanks_main .btns .btn_line:hover {
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
  color: #fff;
}
/*# sourceMappingURL=thanks.css.map */