@charset "UTF-8";
.p-page__content {
  padding-block: 110px 150px;
  @media screen and (max-width: 1366px) {
    padding-block: calc(110 / 1366 * 100vw) calc(150 / 1366 * 100vw);
  }
  .p-page__inner {
    padding-block: 97px 109px;
    padding-inline: 80px;
    width: 1060px;
    margin-inline: auto;
    background-color: #fff;
    border-radius: 10px;
  }
  @media screen and (max-width: 1366px) {
    .p-page__inner {
      padding-block: calc(97 / 1366 * 100vw) calc(109 / 1366 * 100vw);
      padding-inline: calc(80 / 1366 * 100vw);
      width: calc(1060 / 1366 * 100vw);
      @media screen and (max-width: 768px) {
        width: calc(350 / 375 * 100vw);
      }
    }
  }
  .page-contact {
    padding-bottom: 150px;
  }

  .page-contact__inner {
    margin-inline: auto;
    max-width: 940px;
    padding-inline: 20px;
  }

  .container {
    display: flex;
    flex-direction: column;
    gap: 39px;
    @media screen and (max-width: 768px) {
    }
  }
  .formRow {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .col-md-4,
  .col-md-8,
  .col-md-6 {
    flex: unset;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .row {
    margin: 0;
  }

  .row label {
    display: inline-block;
    color: #5a5a5a;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.4285714286;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }

  .row > .formTh > .requiredText {
    display: inline-block;
    background: #d80e0e;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-left: 11px;
    padding: 3px 2px;
    text-align: center;
    width: 32px;
  }

  .row > .formTh > .anyText {
    display: inline-block;
    background-color: #5a5a5a;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-left: 7px;
    padding: 3px 2px;
    text-align: center;
    width: 32px;
  }

  .row > .formTd > textarea {
    height: 196px;
    padding-block: 21px !important;
    padding-inline: 14px !important;
  }

  .row > .formTd > input,
  .row > .formTd > textarea,
  .row > .formTd > div > div > select {
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    padding-block: 11px;
    padding-inline: 15px;
    vertical-align: top;
    width: 100%;
  }

  .row > .formTd > div > div > select {
    appearance: none;
    width: 209px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/arrow-down.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 20px;
    padding-block: 15px 14px;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #555;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }

  .row > .formTd > input::-moz-placeholder,
  .row > .formTd > textarea::-moz-placeholder {
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }

  .row > .formTd > input::placeholder,
  .row > .formTd > textarea::placeholder {
    color: #555;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 1;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }

  :focus-visible {
    outline: #025ba7 auto 1px;
  }

  .privacy-policy {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    height: 155px;
    margin-inline: auto;
    overflow-y: scroll;
    padding: 30px 20px;
    width: 100%;
    margin-bottom: -16px;
    @media screen and (max-width: 768px) {
      padding: calc(30 / 1366 * 100vw) calc(20 / 1366 * 100vw);
    }
  }

  .privacy-policy__item + .privacy-policy__item {
    margin-top: 68px;
  }

  .privacy-policy__title {
    align-items: center;
    border-bottom: 1.5px solid #d0d0d0;
    color: #464646;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    gap: 28px;
    letter-spacing: 1.08px;
    padding: 0 0 15px 0;
  }

  .privacy-policy__title::before {
    background: #343434;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
  }

  .privacy-policy__text {
    color: #464646;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 2.2;
    margin-top: 36px;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .privacy-policy__text a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  .privacy-policy__text a:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
  .privacy-policy__text.privacy-policy__text02 {
    margin-top: 20px;
    padding-right: 20px;
    @media screen and (max-width: 1366px) {
      margin-top: calc(20 / 1366 * 100vw);
      padding-right: calc(20 / 1366 * 100vw);
    }
  .privacy-policy__text + .privacy-policy__text {
    margin-top: 30px;
  }

  .privacy-policy__text-link {
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }

  .privacy-policy__text-link:hover {
    opacity: 0.6;
    text-decoration: underline;
  }

  .formBtnTd {
    width: 100%;
  }


  .privacyLabel {
    color: #424d58;
    font-size: 14px;
    letter-spacing: normal;
    margin-bottom: 1px;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }

  .privacyformError {
    margin-top: -36.5px !important;
  }

  @media (min-width: 768px) {
    .privacy-policy {
      padding-block: 16px;
      padding-inline: 29px 29px;
    }
  }
}
  
  .checkbox {
    margin-top: 8px;
    margin-inline: 3px 4px;
  }


  .privChek {
    align-items: center;
    display: flex;
    gap: 3px;
    margin-top: -14px;
  }
  .formBtn {
    background: #5fb38d;
    border: 1px solid #5fb38d;
    border-radius: 28px;
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 23px auto 0;
    padding-block: 14px 16px;

    text-align: center;
    transition:
      background 0.3s ease,
      color 0.3s ease;
    width: 185px;
    @media screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .formBtn:hover {
    background: #fff;
    color: #212121;
  }