body[data-variant="default"] {
  .acceptance_wrap {
    margin-inline: auto;
    margin-bottom: 80px;
    margin-top: 100px;
    max-width: 900px;
    position: relative;
    width: 90%;
  }

  .acceptance_wrap::after {
    content: "";
    background-image: url(../img/flow/ill_01.svg);
    background-size: cover;
    width: 113px;
    height: 159px;
    position: absolute;
    top: -40px;
    right: 50px;
  }

  .acceptance_cont {
    background: #fff;
    border: 10px solid #99C8E8;
    padding: 20px 30px;
    margin-top: -20px;


    .deadline {
      color: red;
      font-size: 36px;
      font-weight: bold;
      text-align: center;
    }
  }

  .more_btn input[type="submit"] {
    margin-inline: auto;
    padding: 20px;
    background-color: #2C81BD;
    border: 2px solid #2C81BD;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 18px;
    max-width: 251px;
    position: relative;
    transition: .4s;
    width: 90%;
  }

  .e-mail {
    background-color: #F2F2F2;
    padding: 10px 20px;
    width: 100%;
    border: lightgray 1px solid;
  }

  div.field {
    margin-bottom: 1rem;
  }
}
