@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
.form-block-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  padding: 50px 0;
  box-sizing: border-box; }
  @media (max-width: 1300px) {
  .form-block-wrap {
    padding: 50px 6px; } }
  .form-block-wrap * {
    box-sizing: border-box; }
  .form-block-wrap .outer-wr {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px; }
    .form-block-wrap .outer-wr .block-title {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      margin-bottom: 20px;
      text-align: center;
      text-shadow: 0px 1px 7px black; }
      @media (max-width: 767px) {
  .form-block-wrap .outer-wr .block-title {
    font-size: 16px; } }
    .form-block-wrap .outer-wr .tpl-anketa {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 15px;
      padding: 30px 15px; }
      .form-block-wrap .outer-wr .tpl-anketa__title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        text-align: center;
        margin-bottom: 20px; }
      .form-block-wrap .outer-wr .tpl-anketa .form-in {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        margin: 0 -9px; }
        @media (max-width: 480px) {
  .form-block-wrap .outer-wr .tpl-anketa .form-in {
    justify-content: flex-start; } }
        .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-anketa-success-note {
          font-size: 14px;
          color: #000;
          text-align: center; }
        .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field {
          width: 25%;
          padding-right: 20px; }
          @media (max-width: 960px) {
  .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field {
    width: 33.333%; } }
          @media (max-width: 767px) {
  .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field {
    width: calc(50% - 18px);
    margin: 0 9px 8px;
    padding: 0; } }
          .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #3875ff;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
  .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-title {
    font-size: 13px; } }
          .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-value {
            background: #fff;
            border-radius: 4px;
            position: relative; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-value.iphone {
              background: none; }
              .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-value.iphone select {
                width: 100%; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-value input {
              border-radius: 6px;
              width: 100%;
              border: none;
              padding: 8px 10px;
              outline: none; }
              .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field .field-value input::placeholder {
                color: #000; }
          .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-calendar .field-value input {
            cursor: pointer; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-calendar .field-value input::placeholder {
              font-size: 13px; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-calendar .field-value:before {
              content: '';
              display: inline-block;
              position: absolute;
              top: calc(50% - 12px);
              right: 10px;
              width: 24px;
              height: 24px;
              background: url('data1.svg') 50% no-repeat;
              pointer-events: none; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-calendar .field-value.date_end:before {
              background: url('data2.svg') 50% no-repeat; }
          .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select.iphone select {
            width: 100%; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox {
              display: inline-block;
              width: 100%;
              padding: 8px 10px; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox select {
              visibility: hidden; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox__select {
              padding-right: 18px;
              position: relative; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox__trigger {
              position: absolute;
              top: calc(50% - 9px);
              right: 0;
              width: 18px;
              height: 18px;
              background: url('arrow-down.png') 50% no-repeat;
              transition: all ease 0.3s; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox.opened__trigger {
              transform: rotate(180deg); }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox__dropdown {
              width: 100%;
              left: 0;
              background: #fff; }
              .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox__dropdown ul {
                padding: 0;
                margin: 0;
                list-style: none;
                padding: 10px; }
                .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox__dropdown ul li {
                  margin: 0 0 5px; }
                  .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.type-select .field-value .jq-selectbox__dropdown ul li:hover {
                    text-decoration: underline; }
          .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.tpl-field-button {
            max-width: 130px;
            width: 100%;
            padding: 0; }
            @media (max-width: 960px) {
  .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.tpl-field-button {
    margin-top: 10px; } }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.tpl-field-button button {
              border-radius: 4px;
              border: none;
              background: #f01047;
              font-family: 'Montserrat', sans-serif;
              font-weight: bold;
              font-size: 13px;
              color: #fff;
              padding: 9px 10px;
              width: 100%; }
            .form-block-wrap .outer-wr .tpl-anketa .form-in .tpl-field.tpl-field-button button:hover {
              background: rgba(240, 16, 71, 0.7); }

#ui-datepicker-div.ui-datepicker {
  z-index: 5 !important; }
