

/* Start:/local/templates/aspro-allcorp3/components/aspro/form.allcorp3/form-list.vela/style.css?173694395411025*/
.index-block--delimiter>.map-list {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 0;
    padding-bottom: 0;
}
.form--inline{
  margin: -50px 0;
}
.new-form {
    max-width: 1348px;
    width: 100%;
    background: #d3d3d3;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 48px 114px 51px;
    position: relative;
  }
  .new-form::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/aspro-allcorp3/components/aspro/form.allcorp3/form-list.vela/img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .new-form__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 526px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .new-form__title {
    color: #333;
    font-family: "Roboto Flex", sans-serif;
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.32px;
    text-transform: capitalize;
  }
  .new-form__text {
    font-family: "Roboto Flex", sans-serif;
    color: #333;
    max-width: 450px;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 300;
    line-height: 135%;
    text-shadow: 0px 0px 4px rgb(255, 255, 255);
  }
  .new-form__item {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: 14px 24px;
    width: 100%;
    border: none;
    margin-bottom: 8px;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 135%;
  }
  .new-form__item::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
  }
  .new-form__item::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
  }
  .new-form__item:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
  }
  .new-form__item::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
  }
  .new-form__item::placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
  }
  .new-form__item.error {
    border: 1px solid red;
  }
  .new-form__textarea {
    padding-top: 8px;
    margin-bottom: 17px;
  }
  .new-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
  }
  .new-form__label p {
    color: rgba(51, 51, 51, 0.9);
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 135%;
    margin: 0;
    font-family: "Roboto Flex", sans-serif;
    text-shadow: 0px 0px 4px rgb(255, 255, 255);
  }
  .new-form__label p a {
    line-height: 135%;
  }
  .new-form__label.error {
    position: static;
    margin-bottom: 24px;
    white-space: normal;
  }
  .new-form__label.error p {
    color: red;
  }
  .new-form__label.error .new-form__checkbox + span {
    border: 1px solid red;
  }
  .new-form__checkbox {
    display: none;
  }
  .new-form__checkbox + span {
    display: block;
    border-radius: 2px;
    border: 1px solid #6f7070;
    min-width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .new-form__checkbox:checked + span {
    background: #1b997c;
    border-color: #1b997c;
    position: relative;
  }
  .new-form__checkbox:checked + span::before, .new-form__checkbox:checked + span::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 1.5px;
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .new-form__checkbox:checked + span::before {
    left: 3.5px;
    width: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .new-form__checkbox:checked + span::after {
    right: 2.5px;
    width: 10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .new-form__btn {
    border-radius: 5px;
    background: radial-gradient(313% 313% at 50% -43%, #2c8c74 17.51%, #0067b1 100%)!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 49px;
    font-family: "Roboto Flex", sans-serif;
  }
  .new-form__btn:focus {
      border: 1px solid #212b29;
      border-color: #212b29 !important;
  }
  .modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 25, 25, 0.5);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .modals {
    position: relative;
    z-index: 1000;
  }
  
  .modal_vela {
    text-align: center;
    border-radius: 8px;
    background: #fff;
    overflow: visible;
    overflow-y: visible;
    width: 90%;
    display: none;
    position: relative;
  }
  .modal_vela.active {
    display: block;
  }
  .modal__btn {
    margin: 0 auto;
  }
  .modal__close {
    position: absolute;
    top: -20px;
    right: -40px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
  }
  .modal__close::before, .modal__close::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 25px;
    height: 1.5px;
    border-radius: 5px;
    background: #fff;
  }
  .modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .modal-thanks {
    padding: 48px 57px;
    max-width: 530px;
  }
  .modal-thanks .modal__wrapper img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .modal-thanks .modal__wrapper h3 {
    font-family: "Roboto Flex", sans-serif;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .modal-thanks .modal__wrapper h3::after {
    display: block;
    content: "";
    top: 1px;
    left: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5211 0.999665C21.993 1.47155 21.993 2.23662 21.5211 2.70851L8.22942 16.0002C7.75754 16.4721 6.99246 16.4721 6.52058 16.0002L0.478913 9.95851C0.00702909 9.48662 0.00702909 8.72155 0.478913 8.24967C0.950796 7.77778 1.71587 7.77778 2.18775 8.24967L7.375 13.4369L19.8122 0.999665C20.2841 0.527781 21.0492 0.527781 21.5211 0.999665Z' fill='%232C8C74'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 17px;
  }
  .modal-thanks .modal__wrapper p {
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 300;
    line-height: normal;
  }
  .modal-thanks .modal__btn {
    margin: 0 auto;
    border-radius: 10px;
    background: #2c8c74;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(255, 225, 136, 0.2);
            box-shadow: 0px 0px 4px 0px rgba(255, 225, 136, 0.2);
    color: #fff;
    border: none;
    font-size: 16px;
    height: 48px;
    font-weight: 400;
    line-height: normal;
  }
  
  @media (max-width: 1025px) {
    .new-form {
      padding: 40px;
    }
  }
  @media (max-width: 769px) {
    .modal-thanks {
      padding: 50px 24px;
    }
    .modal__close {
      top: -40px;
      right: 0;
    }
    .modal-thanks .modal__wrapper h3 {
      font-size: 24px;
      gap: 14px;
    }
    .modal-thanks .modal__wrapper h3::after {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
    }
    .new-form__title {
      font-size: 24px;
      line-height: 120%;
      letter-spacing: 0.24px;
    }
    .new-form__text {
      max-width: 330px;
    }
    .new-form__text br {
      display: none;
    }
    .new-form__wrapper {
      max-width: 100%;
    }
    .new-form {
      padding: 48px 16px 56px;
    }
    .new-form::before {
      background-position: 24% 100%;
      background-size: 170%;
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
    }
  }
  @media (max-width: 767px){
    .form--inline {
        margin:  0;
    }
  }
  @media (max-width: 600px) {
    .new-form::before {
      background-size: 210%;
    }
  }
  @media (max-width: 500px) {
    .new-form::before {
      background-size: 230%;
    }
  }
  @media (max-width: 460px) {
    .new-form::before {
      background-size: 255%;
    }
  }
  @media (max-width: 400px) {
    .new-form::before {
      background-size: 280%;
    }
  }
  @media (max-width: 380px) {
    .new-form::before {
      background-size: 310%;
    }
  }
/* End */
/* /local/templates/aspro-allcorp3/components/aspro/form.allcorp3/form-list.vela/style.css?173694395411025 */
