

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    color: #000000;
}

input, textarea, button, select {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

input, textarea, select {
    background-color: #fff;
}

input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    display: block;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: none;
}

h1 {
    font-size: 48px;
    line-height: 62px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h4, h5 {
    font-size: 16px;
    line-height: 22px;
}

strong {
    font-weight: 600;
}

a, button {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}

.image {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
}

main {
    display: block;
}

section {
    position: relative;
}

a.link,
a.link:active,
.terms a,
.terms a:active {
    color: #F27400;
    border-bottom: 1px solid #ffffff;
}

a.link:hover,
.terms a:hover {
    color: #FF9431;
    border-bottom-color: #FF9431;
}

a.link:visited,
.terms a:visited,
a.link:visited:hover,
.terms a:visited:hover {
    color: #000000;
    border-bottom-color: #000000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}


.wrapper {
    width: 100%;
    max-width: 1210px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.wrapper_large {
    max-width: 1510px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

/**** HEADER ****/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
    padding: 32px 0;
    background-color: #fff;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_scrolled {
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 16px 3px rgba(0,0,0,0.32);
    box-shadow: 0 8px 16px 3px rgba(0,0,0,0.32);
}

.header.header_form {
    position: static;
	background-color: #A29ED1;
    margin-bottom: -1px;
	padding: 32px 0 2px;
}

.header__logo,
.footer__logo {
    width: 148px;
    min-width: 148px;
    height: auto;
}

.header__logo_form {
    width: 57px;
}

.header__menu {
    width: 100%;
    max-width: 1050px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-navigate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-right: 40px;
}

.header-navigate__link {
    padding-left: 20px;
}

.header-navigate__link a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.header-navigate__link a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.4s;
}

.header-navigate__link a:hover::after {
    width: 100%;
    background-color: #8781CE;
}

.header-navigate__link a.active::after {
    width: 100%;
    background-color: #FF9431;
}

.header .row-phone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.header .phone {
    display: flex;
    align-items: center;
}

.header .phone__image {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 12px;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF9431;
}

.header .phone__image svg {
    width: 100%;
    height: 100%;
}

.phone-link {
    color: #000000;
    text-transform: uppercase;
    transition: 0.4s;
}

.phone-link__text {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

.phone-link__number {
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.header .phone:hover .phone-link {
    color: #FF9431;
}

.header__button {
    margin-left: 40px;
    width: 171px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #25224A;
    background-color: #ffffff;
    border: 1px solid #25224A;
    border-radius: 4px;
}

.header__button:hover,
.header__button:active {
    background: #25224A;
    color: #ffffff;
}

.header-burger {
    display: none;
    margin-left: 10px;
}

.header-burger .burger {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 11px;
    background-color: #F5F4F4;
    cursor: pointer;
    border-radius: 2px;
}

.header-burger .burger__line {
    display: block;
    width: 100%;
    height: 4px;
    margin: 3px 0;
    background-color: #25224A;
    transition: 0.8s;
}

.header_form {
    position: static;
}

.header_form.header_scrolled {
    box-shadow: none;
}

.header_form .header__inner {
    justify-content: center;
}

.header__button_close {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/**** MAIN ****/
.main {
    margin-top: 104px;
}

.main.form {
    margin-top: 0;
}


/**** Preform Top (HOME) ****/
.section-preform {
    padding: 80px 0 95px;
}

.preform__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.preform-container {
    width: 100%;
    max-width: 430px;
    position: relative;
    z-index: 3;
}

.preform__title {
    position: relative;
    padding-left: 24px;
}

.preform__title::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #8781CE;
    position: absolute;
    top: 0;
    left: 0;
}

.preform__description {
    max-width: 420px;
    margin: 25px 0 45px;
    font-size: 16px;
    line-height: 22px;
}

.preform__animation {
    position: absolute;
    bottom: 260px;
    left: 45px;
    width: 121px;
}

.preform-form {
    padding: 40px 25px;
    position: relative;
    background-color: #25224A;
    border-radius: 10px;
    z-index: 3;
}

.container,
.preform-input-container {
    width: 100%;
    position: relative;
}

.preform-form__select,
.preform-form__input {
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 4px;
}

.preform-form__select {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    padding: 13px 56px 13px 35px;
    background: url("../img/arrow-select.svg") no-repeat #ffffff;
    background-position: calc(100% - 34px) calc(50% + 2px);
    background-size: 22px 16px;
}

.preform-form__input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 22px 35px;
}

.preform-form__input.error + .text-req {
    margin: 0 1px;
    width: calc(100% - 2px);
    background-color: #FFFFFF;
    border: 1px solid #F33838;
    border-radius: 0 0 4px 4px;
    padding: 3px 35px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #F33838;
    text-transform: capitalize;
    position: absolute;
    top: 48px;
    left: 0;
    text-align: left;
}

.preform-form__button {
    width: 100%;
    height: 66px;
    margin-top: 40px;
    background-color: #FF9431;
    box-shadow: 0 11px 60px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #000000;
}

.preform-form__button:hover {
    background-color: #FFC188;
}

.preform__image {
    position: absolute;
    top: -79px;
    right: 0;
    width: 58%;
    min-width: 700px;
    z-index: 2;
}

.preform__image_count {
    width: 107px;
    height: 107px;
    position: absolute;
    left: 83px;
    bottom: -52px;
}

.section-preform__image {
    position: absolute;
}

.section-preform__image_right {
    width: 211px;
    top: 109px;
    right: -42px;
    z-index: 3;
}

.section-preform__image_left {
    width: 143px;
    top: 86px;
    left: 0;
}

.section-preform__image_wave {
    width: 496px;
    left: -46px;
    bottom: 130px;
}

/**** Helping (HOME) ****/
.section-helping-hand {
    padding: 130px 0 50px;
}

.helping__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.helping-info {
    width: 60%;
    margin-top: 10px;
}

.helping-info__date {
    color: #FF9431;
}

.helping-info__title {
    margin: 4px 0 23px;
}

.helping-info__description {
    color: #25224A;
}

.helping__image {
    width: 40%;
    max-width: 450px;
}

.helping__animation {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}

.hepling__image_section {
    width: 351px;
    position: absolute;
    top: 40%;
    right: -115px;
}


/**** Trusted Source ****/
.section-trusted-source {
    padding: 133px 0 120px;
    background: url("../img/bg-trusted-source.png") no-repeat 50% 50%;
    background-size: cover;
}

.trusted-source__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.trusted-source__image {
    width: 70%;
    max-width: 678px;
    position: absolute;
    left: -226px;
    bottom: -107px;
}

.trusted-source__info {
    width: 50%;
    max-width: 525px;
    margin-left: auto;
}

.trusted-source__title {
    padding-left: 57px;
    position: relative;
    color: #FFFFFF;
}

.trusted-source__title::before {
    content: '';
    display: block;
    width: 38px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    background: url("../img/icon-trusted-source-title.svg") no-repeat 50% 50%;
    background-size: cover;
}

.trusted-source__subtitle {
    margin: 40px 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.trusted-source__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}


/**** Count Section (All Page) ****/
.section-count {
    padding: 155px 0 150px;
}

.count__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
}

.count-info-list {
    width: 350px;
    margin-right: 30px;
}

.count-info-list__item {
    position: relative;
    padding-left: 23px;
    font-size: 16px;
    line-height: 22px;
}

.count-info-list__item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF9431;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}

.count__image_circle {
    width: 276px;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.preform_bottom .preform-form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.preform_bottom .preform-form__select {
    margin: 0 20px 0 0;
    width: 140px;
    min-width: 140px;
    padding: 13px 35px 13px 15px;
    background-position: calc(100% - 15px) 50%;
    background-size: 16px 14px;
}

.preform_bottom .preform-input-container {
    width: 100%;
}

.preform_bottom .preform-form__input {
    padding: 21px 20px;
}

.preform_bottom .preform-form__button {
    margin: 0 0 0 20px;
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preform_bottom .preform-form__button-text {
    display: none;
}

.preform-form__image_cursor {
    width: 37px;
    height: 37px;
    position: absolute;
    top: -50px;
    left: -37px;
    z-index: 1;
}

.preform-form__images-container {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.preform-form__images_box {
    width: 93px;
    height: 93px;
    position: absolute;
    top: -55px;
    right: -40px;
}

.preform-form__images_wave {
    width: 49px;
    height: 10px;
    position: absolute;
    top: -23px;
    right: -103px;
}


/**** Works (HOW IT WORKS) ****/
.works-section {
    padding: 90px 0 50px;
}

.works__title {
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
}

.works__title::before {
    content: '';
    display: block;
    width: 5px;
    height: 80px;
    background-color: #8781CE;
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
}

.works__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.works-content {
    margin-right: 60px;
}

.works-content__description {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.works__image {
    width: 282px;
    min-width: 282px;
}

.works-section__image {
    position: absolute;
}

.works-section__image_left {
    width: 211px;
    top: 109px;
    left: -26px;
}

.works-section__image_right {
    width: 170px;
    top: 86px;
    right: 0;
}


.register-section {
    padding: 0 0 148px;
}

.register-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.register-list__item {
    position: relative;
}

.register-list__item:nth-child(1) {
    width: 40%;
    max-width: 320px;
}
.register-list__item:nth-child(3) {
    width: 22%;
    max-width: 238px;
}
.register-list__item:nth-child(5) {
    width: 26%;
    max-width: 282px;
}
.register-list__item_arrow {
    margin: 55px 20px 0 10px;
    max-width: 106px;
}

.register-list .step__image {
    width: auto;
    height: 27px;
}

.register-list .step__title {
    margin-top: 10px;
    color: #FF9431;
}

.independent-lenders-section {
    padding: 63px 0 50px;
    background: url("../img/bg-trusted-source.png") no-repeat 0 0;
    background-size: cover;
}

.independent__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.independent__image {
    width: 40%;
    max-width: 449px;
    position: absolute;
    left: calc(50% - 600px);
    bottom: 0;
}

.independent-content {
    width: 60%;
    max-width: 634px;
    margin-left: auto;
}

.independent-content__subtitle {
    margin-bottom: 20px;
}

.independent-list__item {
    position: relative;
    padding-left: 23px;
}

.independent-list__item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: 6px;
    left: 0;
}

.independent-content__paragraph {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
}


/*------------------- Faq Page -------------------*/
.faq-section {
    padding: 45px 0 0;
}

.faq__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faq-info {
    width: 100%;
    max-width: 750px;
}

.faq-info__title {
    position: relative;
    margin-bottom: 50px;
    padding-left: 35px;
}

.faq-info__title::before {
    content: '';
    display: block;
    width: 5px;
    height: 80px;
    background-color: #FF9431;
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
}

.faq-info__description {
    font-weight: 800;
    letter-spacing: 0.05em;
}

.faq__image {
    width: 357px;
    min-width: 357px;
    position: relative;
    top: 15px;
    right: -75px;
}

.faq-section__image {
    position: absolute;
}

.faq-section__image_right {
    width: 159px;
    right: 0;
    bottom: 0;
}


.accordeon-section {
    padding: 87px 0;
    background: url("../img/bg-accordeon.svg") no-repeat 50% 50%;
    background-size: cover;
}

.accordeon-item {
    background: #FFFFFF;
    box-shadow: 0 11px 22px rgba(85, 92, 91, 0.1);
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.accordeon-item__title {
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 24px 62px 24px 50px;
    transition: 0.4s;
}

.accordeon-item__title:hover,
.accordeon-item__title.in {
    background-color: #8781CE;
}

.accordeon-item__title h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.4s;
}

.accordeon-item__title:hover h4,
.accordeon-item__title.in h4 {
    color: #ffffff;
}

.accordeon-item__image {
    width: 16px;
    height: 18px;
    position: absolute;
    top: calc(50% - 8px);
    right: 26px;
    color: #FF9431;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordeon-item__title:hover .accordeon-item__image {
    color: #ffffff;
}

.accordeon-item__title.in .accordeon-item__image {
    transform: rotate(180deg);
}

.accordeon-item__text {
    display: none;
    padding: 30px 62px 30px 50px;
}

.accordeon-item__text p,
.accordeon-item__text ul {
    margin: 0 0 15px;
}

.accordeon-item__text p:last-child {
    margin: 0;
}

.accordeon-item__text ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

.accordeon-section__image {
    position: absolute;
    z-index: 1;
}

.accordeon-section__image_left {
    width: 272px;
    top: 46%;
    left: 0;
}

.accordeon-section__image_right {
    width: 170px;
    top: 52%;
    right: 0;
}


/*------------------- Contact Page -------------------*/
.contact-section {
    padding: 90px 0;
    background: url("../img/bg-contact-desktop.png") no-repeat 50% 50%;
    background-size: cover;
}

.contact__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact__title {
    margin-bottom: 20px;
}

.contact-info {
    width: 330px;
    min-width: 330px;
    margin-right: 50px;
    position: relative;
}

.contact-phone__image,
.contact-post__image {
    width: 36px;
    height: 36px;
}

.contact-info__title {
    margin: 5px 0 7px;
    letter-spacing: 0.05em;
}

.contact-info__link {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #F27400;
}

.contact-info__image {
    display: none;
}


.contact-form__container {
    width: 100%;
    max-width: 730px;
    background-color: #8781CE;
    box-shadow: 0 11px 22px rgba(85, 92, 91, 0.1);
    border-radius: 4px;
}

.feed_contact {
    padding: 60px 65px 80px;
}

.box-fields {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.form-column {
    width: 50%;
    position: relative;
}

.form-column:nth-child(1) {
    margin-right: 30px;
}

.form-fieldset {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.form-fieldset .fieldText {
    width: 100%;
    height: 60px;
    padding: 21px 20px 17px;
    font-size: 16px;
    line-height: 22px;
    color: #868686;
    background-color: #ffffff;
    border-radius: 4px;
    border: none;
}

.box-textarea .fieldText {
    resize: none;
    height: 130px;
}

.form-fieldset .fieldText:focus:not(.omForm-control_select),
.form-fieldset .fieldText:not(.omForm-control_select):not(:placeholder-shown) {
    color: #292929;
}

.form-fieldset .fieldText:focus:not(.omForm-control_select) {
    border: 1px solid #292929;
}

.form-fieldset .fieldText~label {
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #F33838;
    border-radius: 0 0 4px 4px;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #F33838;
    text-transform: capitalize;
    position: absolute;
    top: 43px;
    left: 0;
    text-align: left;
}

.box-textarea .fieldText~label {
    top: 80%;
}

.form-fieldset .fieldText.error {
    border: 1px solid #F33838 !important;
}
.form-fieldset .fieldText.error:focus:not(.omForm-control_select) {
    border: 1px solid #292929 !important;
}

.form-fieldset .fieldText.error~label {
    display: block;
}

.form-fieldset div.error {
    display: none !important;
}

.contact-form__container .bottom-row {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-form__required-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 20px;
}

.contact-form__button {
    width: 190px;
    height: 66px;
    background-color: #25224A;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.contact-form__button:hover {
    background: #FF9431;
}

.contact-sent {
    padding: 77px 115px 73px;
}

.contact-sent__image {
    width: 177px;
    height: 177px;
    margin: 0 auto;
}

.contact-sent__title,
.contact-sent__text {
    text-align: center;
    color: #ffffff;
}

.contact-sent__title {
    margin: 43px 0 47px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}


/**** Privacy, Terms, Rates-and-Fees ****/
.terms {
    padding: 20px 0;
}

.terms h1 {
    margin-bottom: 50px;
}

.terms p,
.terms ul {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.rates .terms p,
.rates .terms ul {
    margin-bottom: 45px;
}


/**** FOOTER ****/
.footer-menu {
    background-color: #FFC188;
    padding: 28px 0;
}

.footer-navigate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-navigate__link {
    margin: 0 15px;
    padding: 10px 0;
}

.footer-navigate__link a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    position: relative;
}

.footer-navigate__link a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.4s;
}

.footer-navigate__link a:hover::after {
    width: 100%;
    background-color: #8781CE;
}

.footer-navigate__link a.active::after {
    width: 100%;
    background-color: #FF9431;
}

.footer-description {
    padding: 32px 0 27px;
    background-color: rgba(135, 129, 206, 0.5);
    font-size: 13px;
    line-height: 18px;
}

.footer-description__text {
    margin-bottom: 28px;
}

.footer-copyright__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-copyright__text {
    margin-left: 40px;
    font-weight: 400;
}

.footer__line {
    display: none;
    width: 100%;
    height: 10px;
    background-color: #8781CE;
}


/**** Modal ****/
.modal {
    display: flex;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1007;
    overflow-y: auto;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1007;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 41, 0.9);
    cursor: pointer;
}

.modal .window {
    width: 757px;
    height: 373px;
    position: relative;
    z-index: 1008;
    background-color: #FFFFFF;
    background-size: 100%;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    margin: 20px;
    padding: 52px 64px 54px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 185px 0 0 185px;
}

.modal .modal__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
}

.modal .modal__subtitle {
    margin: 6px 0 36px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.modal .modal__subtitle::before {
    content: '';
    display: block;
    width: 22px;
    height: 27px;
    background: url("../img/icon-modal-arrow.svg") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 25px;
}

.modal .modal-btn {
    width: 255px;
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.modal .call-btn {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 17px 55px 17px 48px;
    margin-bottom: 15px;
}

.modal .call-btn:hover,
.modal .call-btn:active {
    background-color: #8781CE;
    border: 1px solid #8781CE;
    color: #ffffff;
}

.modal .call__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 50%;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.modal .call-btn p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

.modal .call-btn h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.modal .call-btn:hover h4,
.modal .call-btn:active h4 {
    color: #ffffff;
}

.modal .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F27400;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.4s;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.modal .back-btn:hover,
.modal .back-btn:active {
    background: #FF9431;
}

.modal .col-left {
    width: 370px;
    min-width: 370px;
    left: -2px;
    top: -24px;
}

.modal .col-right {
    width: 100%;
    margin-left: 60px;
}

.modal .window .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.modal .window .close-modal::before,
.modal .window .close-modal::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #868686;
    transition: 0.4s;
}

.modal .window .close-modal::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal .window .close-modal::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal__animation {
    width: 79px;
    top: 25%;
    left: 32%;
    position: absolute;
}


/**** Form ****/
form#omForm section.om_subhead {
    background-color: #A29ED1;
}

form#omForm .om_full_area button {
    height: 62px;
    background-color: #FF9431;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 23px 88px;
    border: none;
}

form#omForm .om_full_area .om_full_step_colored_bg button {
    font-size: 16px;
}

form#omForm .om_full_area .om_full_step_colored_bg button:hover {
    background-color: #25224A;
    color: #ffffff;
    border: none;
}

form#omForm .om_full_area button.btn.omLookupStart {
    height: 62px;
}

form#omForm .om_full_area button:hover {
    background-color: #25224A;
    color: #ffffff;
    border: none;
}

form#omReApplyPage .omReApplyBttnOrange {
    background-color: #FF9431;
    color: #ffffff;
    border: none;
}

form#omReApplyPage .omReApplyBttnOrange:hover {
    background-color: #25224A;
    color: #ffffff;
    border: none;
}

form#omForm .om_full_data_encrypted {
    padding: 23px 0 0 40px;
    background-position: left 80%;
}

form#omForm .om_full_question {
	background-color: #8781CE;
}

form#omForm .om_full_step_label {
	color: #8781CE;
}
