.application .container {
  padding-bottom: 60px; }
  @media (min-width: 1850px) {
    .application .container {
      padding-bottom: 224px; } }

.application_content {
  border-radius: 12px;
  background: rgba(245, 245, 245, 0.6);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.22);
  padding: 55px 26px; }
  @media (min-width: 1200px) {
    .application_content {
      padding: 55px 46px; } }
  @media (min-width: 1850px) {
    .application_content {
      padding: 62px 78px; } }
  @media (min-width: 1850px) {
    .application_content .wpcf7-form {
      display: flex;
      flex-wrap: wrap; } }

.application_title {
  margin-bottom: 44px; }
  @media (min-width: 1200px) {
    .application_title {
      margin-bottom: 47px; } }
  @media (min-width: 1850px) {
    .application_title {
      margin-bottom: 97px; } }
  .application_title,
  .application_title * {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 35px;
    line-height: 1;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 1.75px;
    text-align: center; }
    @media (min-width: 1200px) {
      .application_title,
      .application_title * {
        font-weight: 300;
        font-size: 45px;
        line-height: 1;
        letter-spacing: 2.25px; } }
    @media (min-width: 1850px) {
      .application_title,
      .application_title * {
        font-size: 60px;
        line-height: 1;
        letter-spacing: 3px; } }

.form_field {
  width: 100%;
  display: block;
  margin-bottom: 5px; }
  @media (min-width: 1200px) {
    .form_field {
      margin-bottom: 52px; } }
  .form_field:last-child {
    margin-bottom: 0; }
  .form_field select {
    margin-left: 20px;
    border: 1px solid var(--real-white);
    border-radius: 3px;
    min-width: 34px; }
  .form_field input[type="text"],
  .form_field input[type="email"],
  .form_field textarea {
    border: none;
    background-color: transparent;
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding-left: 0; }
    @media (min-width: 1200px) {
      .form_field input[type="text"],
      .form_field input[type="email"],
      .form_field textarea {
        font-size: 18px; } }
    .form_field input[type="text"]::placeholder,
    .form_field input[type="email"]::placeholder,
    .form_field textarea::placeholder {
      color: var(--real-black); }
  .form_field label {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .form_field label {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .form_field label {
        font-size: 20px; } }
    .form_field label span {
      color: var(--red); }
  .form_field-placeholder {
    padding-top: 2px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--real-black);
    padding-bottom: 8px;
    position: relative; }
    @media (min-width: 1850px) {
      .form_field-placeholder {
        width: calc(50% - 20px);
        margin-bottom: 50px; } }
    @media (min-width: 1850px) {
      .form_field-placeholder:nth-of-type(2), .form_field-placeholder:nth-of-type(4) {
        margin-right: auto; } }
    @media (min-width: 1850px) {
      .form_field-placeholder.contact_field-large {
        width: 100%; } }
    .form_field-placeholder label {
      width: 100%;
      position: absolute;
      left: 0;
      top: 7px;
      transition: all 0.35s; }
    .form_field-placeholder.focused label,
    .form_field-placeholder.focused label {
      top: -12px; }
      @media (min-width: 1200px) {
        .form_field-placeholder.focused label,
        .form_field-placeholder.focused label {
          top: -25px; } }
  .form_field-textarea {
    position: relative;
    margin-top: 45px;
    margin-bottom: 27px; }
    @media (min-width: 1200px) {
      .form_field-textarea {
        margin-top: 11px;
        margin-bottom: 29px; } }
    .form_field-textarea label {
      position: absolute;
      top: -8px;
      left: 1px;
      background-color: var(--white);
      padding: 0 5px; }
      @media (min-width: 1200px) {
        .form_field-textarea label {
          left: 0;
          top: -13px;
          padding-left: 14px;
          padding-right: 14px; } }
    .form_field-textarea textarea {
      padding: 12px 10px 10px;
      height: 114px;
      border: 1px solid #202020;
      border-radius: 0 12px 12px 12px; }
      @media (min-width: 1200px) {
        .form_field-textarea textarea {
          height: 272px;
          border-radius: 0 24px 24px 24px;
          padding-top: 22px; } }
  .form_field-check {
    width: 100%;
    position: relative;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .form_field-check {
        margin-bottom: 36px; } }
    .form_field-check a {
      color: var(--real-black); }
      .form_field-check a:hover {
        color: var(--real-black); }
    .form_field-check .wpcf7-form-control-wrap,
    .form_field-check .wpcf7-form-control,
    .form_field-check .wpcf7-list-item,
    .form_field-check .wpcf7-list-item label {
      width: 100%;
      margin: 0; }
    .form_field-check label {
      position: relative;
      padding-left: 22px; }
      @media (min-width: 1200px) {
        .form_field-check label {
          padding-left: 32px; } }
    .form_field-check input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .form_field-check input[type="checkbox"]:checked ~ span:after {
        opacity: 1; }
      .form_field-check input[type="checkbox"]:checked ~ span:before {
        border-color: var(--red);
        background-color: rgba(249, 211, 209, 0.3); }
      .form_field-check input[type="checkbox"] + span {
        color: var(--real-black);
        font-size: 12px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left; }
        @media (min-width: 1200px) {
          .form_field-check input[type="checkbox"] + span {
            font-size: 14px; } }
        .form_field-check input[type="checkbox"] + span:before {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          height: 12px;
          width: 12px;
          background-color: var(--real-white);
          border: 1.5px solid var(--real-black);
          transition: background-color 0.25s ease;
          border-radius: 2px; }
          @media (min-width: 1200px) {
            .form_field-check input[type="checkbox"] + span:before {
              top: 6px;
              height: 17px;
              width: 17px; } }
        .form_field-check input[type="checkbox"] + span:after {
          content: '';
          display: block;
          position: absolute;
          left: 4px;
          top: 2px;
          width: 4px;
          height: 6px;
          border: solid var(--red);
          border-width: 0 1.5px 1.5px 0;
          transform: rotate(45deg);
          opacity: 0;
          transition: opacity 0.25s ease; }
          @media (min-width: 1200px) {
            .form_field-check input[type="checkbox"] + span:after {
              top: 9px;
              width: 6px;
              height: 8px;
              left: 5px; } }
  .form_field-file {
    margin-bottom: 23px; }
    @media (min-width: 1850px) {
      .form_field-file {
        margin-bottom: 45px; } }
    .form_field-file label {
      display: block;
      margin-bottom: 13px; }
      @media (min-width: 1200px) {
        .form_field-file label {
          margin-bottom: 20px; } }

.form_note {
  margin-top: 14px;
  border-top: 1px solid var(--grey-light);
  padding-top: 9px; }
  @media (min-width: 1200px) {
    .form_note {
      margin-top: 41px;
      padding-top: 39px; } }
  .form_note,
  .form_note * {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    .form_note a,
    .form_note * a {
      text-decoration: underline; }

.form_file {
  border-radius: 8px;
  border: 1px dashed var(--red);
  background: var(--red-lighter);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 53px 13px 60px; }
  .form_file:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../../assets/images/ico-file.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 25px; }
    @media (min-width: 1850px) {
      .form_file:before {
        width: 56px;
        height: 56px;
        margin-bottom: 20px; } }
  .form_file_title {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .form_file_title {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .form_file_title {
        font-size: 22px;
        margin-bottom: 6px; } }
  .form_file_description {
    color: #888;
    font-size: 13px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 27px; }
    @media (min-width: 1200px) {
      .form_file_description {
        font-size: 14px; } }
    @media (min-width: 1850px) {
      .form_file_description {
        font-size: 16px;
        margin-bottom: 21px; } }
  .form_file_button {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .form_file_button {
        min-height: 41px;
        min-width: 130px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 130px; } }
  .form_file .wpcf7-form-control-wrap {
    position: static; }
  .form_file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

@media (min-width: 1200px) {
  .form .wpcf7-form {
    display: flex;
    flex-wrap: wrap; } }

.form .wpcf7-response-output,
.form .wpcf7-not-valid-tip {
  font-size: 10px;
  line-height: 1.25; }
