.header_popup {
  width: 450px;
  max-width: 100%;
  padding: 60px 40px; }
  @media (max-width: 767px) {
  .header_popup {
    width: 100%;
    padding: 50px 20px; } }
  .header_popup .tpl-anketa__title {
    color: #fff;
    font-family: Prata, serif;
    font-weight: 400;
    font-size: 1.8vw;
    line-height: 3vw;
    text-transform: uppercase; }
    @media (max-width: 991px) {
  .header_popup .tpl-anketa__title {
    font-size: 30px;
    line-height: 40px; } }
    @media (max-width: 767px) {
  .header_popup .tpl-anketa__title {
    font-size: 25px;
    text-align: left;
    line-height: 35px; } }
    @media (max-width: 479px) {
  .header_popup .tpl-anketa__title {
    font-size: 25px;
    line-height: normal; } }
  .header_popup .tpl-field {
    margin: 12px 0;
    width: 100%; }
    .header_popup .tpl-field input[type="text"], .header_popup .tpl-field select, .header_popup .tpl-field textarea {
      width: 100%;
      height: 35px;
      padding: 25px;
      color: #fff;
      border: none;
      outline: none;
      background: none;
      border-radius: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-family: Roboto, sans-serif;
      font-size: 16px;
      font-weight: 300; }
      .header_popup .tpl-field input[type="text"]::placeholder, .header_popup .tpl-field select::placeholder, .header_popup .tpl-field textarea::placeholder {
        color: rgba(255, 255, 255, 0.7); }
    .header_popup .tpl-field.type-html {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      margin: 0; }
    .header_popup .tpl-field.type-calendar_interval {
      margin-top: 24px; }
      .header_popup .tpl-field.type-calendar_interval .field-value {
        display: flex;
        gap: 25px; }
        .header_popup .tpl-field.type-calendar_interval .field-value .calendar-label {
          width: calc(50% - 12.5px); }
          .header_popup .tpl-field.type-calendar_interval .field-value .calendar-label.calendar-from {
            position: relative; }
            .header_popup .tpl-field.type-calendar_interval .field-value .calendar-label.calendar-from:before {
              content: '';
              width: 15px;
              left: 100%;
              margin-left: 5px;
              height: 2px;
              background: #fff;
              top: calc(50% - 1px);
              position: absolute; }
          .header_popup .tpl-field.type-calendar_interval .field-value .calendar-label input {
            padding: 8px 10px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.1);
            border-radius: 6px; }
    .header_popup .tpl-field.type-checkbox ul {
      padding: 0; }
      .header_popup .tpl-field.type-checkbox ul li {
        list-style-type: none; }
        .header_popup .tpl-field.type-checkbox ul li label {
          display: flex;
          align-items: center;
          color: #fff;
          font-size: 14px; }
          .header_popup .tpl-field.type-checkbox ul li label input {
            margin-right: 8px; }
    .header_popup .tpl-field button {
      border-radius: 250px;
      margin-top: 20px;
      padding: 20px 40px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      color: #c5ab92;
      border: none;
      font-family: Prata, serif; }
      .header_popup .tpl-field button:hover {
        box-shadow: 0px 15px 20px -20px #fff; }
    .header_popup .tpl-field .error-message {
      color: #fff;
      font-size: 14px; }
  .header_popup .tpl-anketa-success-note {
    color: #fff; }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }

.form_in_block .tpl-anketa__title {
  line-height: 4vw;
  margin-bottom: 10px;
  text-align: center;
  font-family: Prata, serif;
  text-transform: none;
  font-weight: 400;
  font-size: 3vw;
  color: #fff; }
  @media (max-width: 991px) {
    .form_in_block .tpl-anketa__title {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .form_in_block .tpl-anketa__title {
      font-size: 25px;
      line-height: 35px; } }
  @media (max-width: 479px) {
    .form_in_block .tpl-anketa__title {
      font-size: 25px;
      line-height: 1.4; } }
  .form_in_block form {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px; }
  @media (max-width: 768px) {
    .form_in_block form {
      gap: 20px; } }
  .form_in_block .tpl-field {
    margin: 0;
    width: 100%;
    width: calc(50% - 10px); }
  @media (max-width: 768px) {
    .form_in_block .tpl-field {
      width: 100%; } }
  .form_in_block .tpl-field input[type="text"], .form_in_block .tpl-field select, .form_in_block .tpl-field textarea {
    width: 100%;
    height: 55px;
    padding: 25px;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px; }
    .form_in_block .tpl-field input[type="text"]::placeholder, .form_in_block .tpl-field select::placeholder, .form_in_block .tpl-field textarea::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .form_in_block .tpl-field.type-html {
    text-align: center;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    width: 100%; }
    @media (max-width: 768px) {
    .form_in_block .tpl-field.type-html {
      font-size: 15px; } }
  .form_in_block .tpl-field.type-calendar_interval .field-value {
    display: flex;
    gap: 25px; }
    .form_in_block .tpl-field.type-calendar_interval .field-value .calendar-label {
      width: calc(50% - 12.5px); }
      .form_in_block .tpl-field.type-calendar_interval .field-value .calendar-label.calendar-from {
        position: relative; }
        .form_in_block .tpl-field.type-calendar_interval .field-value .calendar-label.calendar-from:before {
          content: '';
          width: 15px;
          left: 100%;
          margin-left: 5px;
          height: 2px;
          background: #fff;
          top: calc(50% - 1px);
          position: absolute; }
      .form_in_block .tpl-field.tpl-field-button {
        width: 100%;
        text-align: center; }
  .form_in_block .tpl-field.type-checkbox {
    width: 100%;
    text-align: center; }
    .form_in_block .tpl-field.type-checkbox br {
      display: none; }
    .form_in_block .tpl-field.type-checkbox ul {
      margin: 0;
      padding: 0; }
    .form_in_block .tpl-field.type-checkbox ul li {
      list-style-type: none; }
      .form_in_block .tpl-field.type-checkbox ul li label {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        justify-content: center; }
        .form_in_block .tpl-field.type-checkbox ul li label a {
          color: #fff; }
        .form_in_block .tpl-field.type-checkbox ul li label input {
          margin-right: 8px; }
  .form_in_block .tpl-field button {
    border-radius: 250px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #c5ab92;
    background: #fff;
    border: none;
    font-family: Prata, serif; }
    .form_in_block .tpl-field button:hover {
      box-shadow: 0px 15px 20px -20px #fff; }
  .form_in_block .tpl-field .error-message {
    color: #fff;
    font-size: 14px; }
  .form_in_block .tpl-anketa-success-note {
    color: #fff;
    width: 100%;
    text-align: center; }
