

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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    border: none;
    color: #1D293F;
}

input, textarea, button, select {
    font-family: 'Roboto', sans-serif;
    color: #1D293F;
    font-size: 18px;
    line-height: 26px;
}

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, h6 {
    display: block;
    color: #1D293F;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: none;
}

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

h2 {
    font-size: 58px;
    line-height: 64px;
    letter-spacing: 0.02em;
}

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

h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

strong {
    font-weight: 700;
}

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

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

main {
    display: block;
}

section {
    position: relative;
}

a.link,
.terms-section a {
    color: #D29F5F;
}

a.link:visited,
.terms-section a:visited {
    color: #D29F5F;
}

a.link:hover,
.terms-section a:hover {
    font-weight: 900;
}

a.link:active,
.terms-section a:active {
    font-weight: 900;
    text-decoration: underline;
}

.get-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    width: 245px;
    height: 62px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.primary {
    background-color: #D29F5F;
    color: #fff;
}

.primary:hover {
    background-color: #BD7D2D;
}

.primary-transparent {
    background: transparent;
    border: 2px solid #D29F5F;
    color: #D29F5F;
}

.primary-transparent:hover {
    border: 2px solid #BD7D2D;
    color: #BD7D2D;
}

.secondary {
    background: linear-gradient(270deg, #03A9B1 0%, #05979E 100%);
}

.secondary:hover {
    background: #00676C;
}

.secondary-transparent {
    background: transparent;
    border: 2px solid #03A9B1;
    color: #03A9B1;
}

.secondary-transparent:hover {
    background: transparent;
    border: 2px solid #00676C;
    color: #00676C;
}

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

.wrapper.large {
    max-width: 1620px;
}

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

.preform .section {
    width: 100%;
    max-width: 490px;
    position: relative;
}

.preform .section:nth-child(2) {
    max-width: 625px;
}

.preform .section input,
.preform .section select {
    width: 100%;
    height: 74px;
    border-radius: 8px;
    padding: 20px 0 20px 30px;
    border: none;
}

.preform .section select {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 0.04em;
    background: url("../img/icon-arrow-select.svg") no-repeat 42% 50% #fff;
    background-size: 20px 12px;
}

.preform .section .get-btn {
    height: 74px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.flex-important {
    display: flex !important;
}


/*--------------- HEADER ---------------*/

header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
    padding: 28px 0;
}

header.no-fixed {
    position: relative;
    background: rgba(210, 159, 95, 0.2);
}

header.no-fixed .flex-box {
    justify-content: center;
}

header.scrolled {
    background-color: #F6ECDF;
}

header.aqua.scrolled {
    background-color: #E7F8FA;
}

header.home.scrolled {
    background-color: #03A9B1;
}

header .logo {
    width: 157px;
    height: 50px;
    background: url("../img/logo-dark.png") no-repeat 50% 50%;
    background-size: cover;
}

header.home .logo {
    background: url("../img/logo.png") no-repeat 50% 50%;
    background-size: cover;
}

header .logo.cash_supply {
    background: url("../img/cash_logo_dark.svg") no-repeat 50% 50%;
    background-size: cover;
}

header.home .logo.cash_supply {
    background: url("../img/cash_logo.svg") no-repeat 50% 50%;
    background-size: cover;
}

header .navigate {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .navigate li {
    padding: 0 0 0 75px;
}

header .navigate li a {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1D293F;
}

header .navigate li a.active {
    color: #D29F5F;
    border-bottom: 1px solid #D29F5F;
}

header.home .navigate li a {
    color: #fff;
}

header .get-btn.primary {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #fff;
}

header .menu .hum-box {
    display: none;
}

header .menu .hum {
    position: relative;
    width: 36px;
}

header .menu .hum span {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    margin: 5px;
    background-color: #D29F5F;
    transition: 0.4s;
}

header .hum.get-close span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}

header .hum.get-close span:nth-child(2) {
    display: none;
}

header .hum.get-close span:nth-child(3) {
    transform: rotate(-45deg);
    top: -3px;
}


/*--------------- PREFORM SECTION ---------------*/

.main-preform-section {
    padding: 160px 0 430px;
    background-size: contain;
    color: #fff;
}

.main-preform-section .bg-main {
    position: absolute;
    top: -138px;
    left: -81px;
    width: calc(100% + 117px);
    height: 100%;
    background: #03aab2;
    background: -moz-linear-gradient(left, #03aab2 0%, #00676c 100%);
    background: -webkit-linear-gradient(left, #03aab2 0%, #00676c 100%);
    background: linear-gradient(to right, #03aab2 0%, #00676c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03aab2', endColorstr='#00676c',GradientType=1 );
    border-radius: 90px;
    transform:rotate(5deg);
}

.main-preform-section .box-preform {
    width: 100%;
    background: transparent;
    padding: 0;
}

.main-preform-section .box-preform h1 {
    color: #fff;
    margin: 0 0 100px;
    max-width: 570px;
}

.main-preform-section .radioBtns-box {
    margin: 0 0 35px;
}

.main-preform-section .radioBtns-box p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #FFD39C;
}

.main-preform-section .radioBtns-box .flex-box {
    justify-content: flex-start;
    margin: 17px 0 0;
}

.main-preform-section .radioBtns-box .radioGroup {
    margin: 0 30px 0 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-preform-section .radioBtns-box .radioGroup:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 4px solid #D29F5F;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    border-radius: 50%;
    pointer-events: none;
}

.main-preform-section .radioBtns-box input[type='radio'] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
}

.main-preform-section .radioBtns-box input[type='radio'] + label {
    padding: 0 0 0 12px;
    font-size: 18px;
    line-height: 18px;
}

.main-preform-section .box-preform .preform .section {
    margin: 0;
}

.main-preform-section .image {
    position: absolute;
    bottom: 320px;
    right: 0;
}


/*--------------- EASY Section ---------------*/

.easy-steps-section .description {
    max-width: 630px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #8C97AC;
    margin: 25px 0 130px;
}

.easy-steps-section .steps-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.easy-steps-section .steps-box .step {
    width: 235px;
    position: relative;
}

.easy-steps-section .steps-box .step:nth-child(2) {
    padding: 60px 0 0;
}

.easy-steps-section .steps-box .step:nth-child(2):before {
    content: '';
    display: block;
    width: 232px;
    height: 72px;
    background: url("../img/img-arrow-step1-2.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 40px;
    left: -285px;
}

.easy-steps-section .steps-box .step:nth-child(2):after {
    content: '';
    display: block;
    width: 232px;
    height: 132px;
    background: url("../img/img-arrow-step2-3.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 205px;
    right: -150px;
}

.easy-steps-section .steps-box .step:nth-child(3) {
    padding: 120px 0 0;
}

.easy-steps-section .steps-box .step .image {
    width: 97px;
    height: 97px;
    background-color: #0BC8D2;
    box-shadow: 0 32px 54px rgba(128, 228, 235, 0.15);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 48px;
}

.easy-steps-section .steps-box .step p {
    color: #8C97AC;
    margin: 10px 0 0;
}



/*--------------- ABOUT Section ---------------*/

.about-section {
    padding: 160px 0 299px;
}

.about-section .image,
.about-section .info {
    width: 50%;
}

.about-section .info {
    padding: 0 0 0 90px;
}

.about-section .info p {
    margin: 21px 0 84px;
}



/*--------------- TRUSTED SOURCE Section ---------------*/

.trusted-source-section {
    padding: 147px 0 271px;
    background-color: #E7F8FA;
}

.trusted-source-section .items-box {
    margin: 38px 0 58px;
}

.trusted-source-section .left {
    padding: 80px 0 0;
}

.trusted-source-section .items-box .item {
    width: 100%;
    max-width: 475px;
    padding: 35px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.trusted-source-section .items-box .left .item:nth-child(1) {
    animation: 8s linear changeShadow1 infinite;
}
.trusted-source-section .items-box .right .item:nth-child(1) {
    animation: 8s linear changeShadow2 infinite;
}
.trusted-source-section .items-box .right .item:nth-child(2) {
    animation: 8s linear changeShadow3 infinite;
}
.trusted-source-section .items-box .left .item:nth-child(2) {
    animation: 8s linear changeShadow4 infinite;
}

.trusted-source-section .items-box .item .icon {
    width: 117px;
    min-width: 117px;
    height: 117px;
    background-color: #03A9B1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 0 0;
}

.trusted-source-section .items-box .item:nth-child(1) .icon svg path {
    fill-opacity: 0.5;
}

.trusted-source-section .items-box .left .item:nth-child(1) .icon svg path {
    animation: 8s linear changeOpacity1 infinite;
}
.trusted-source-section .items-box .right .item:nth-child(1) .icon svg path {
    animation: 8s linear changeOpacity2 infinite;
}
.trusted-source-section .items-box .right .item:nth-child(2) .icon svg path {
    animation: 8s linear changeOpacity3 infinite;
}
.trusted-source-section .items-box .left .item:nth-child(2) .icon svg path {
    animation: 8s linear changeOpacity4 infinite;
}

@keyframes changeShadow1 {
    0% {
        filter: none;
    }

    7% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    14% {
        filter: drop-shadow(0px 4px 30px rgba(0, 103, 108, 0.15));
    }

    19% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    25% {
        filter: none;
    }

    100% {
        filter: none;
    }
}
@keyframes changeShadow2 {
    0% {
        filter: none;
    }

    25% {
        filter: none;
    }

    32% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    39% {
        filter: drop-shadow(0px 4px 30px rgba(0, 103, 108, 0.15));
    }

    45% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    50% {
        filter: none;
    }

    100% {
        filter: none;
    }
}
@keyframes changeShadow3 {
    0% {
        filter: none;
    }

    50% {
        filter: none;
    }

    57% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    64% {
        filter: drop-shadow(0px 4px 30px rgba(0, 103, 108, 0.15));
    }

    69% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    75% {
        filter: none;
    }

    100% {
        filter: none;
    }
}
@keyframes changeShadow4 {
    0% {
        filter: none;
    }

    75% {
        filter: none;
    }

    82% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    89% {
        filter: drop-shadow(0px 4px 30px rgba(0, 103, 108, 0.15));
    }

    94% {
        filter: drop-shadow(0px 2px 10px rgba(0, 103, 108, 0.15));
    }

    100% {
        filter: none;
    }
}

@keyframes changeOpacity1 {
    0% {
        fill-opacity: 0.5;
    }

    7% {
        fill-opacity: 0.7;
    }

    14% {
        fill-opacity: 1;
    }

    19% {
        fill-opacity: 0.7;
    }

    25% {
        fill-opacity: 0.5;
    }

    100% {
        fill-opacity: 0.5;
    }
}
@keyframes changeOpacity2 {
    0% {
        fill-opacity: 0.5;
    }

    25% {
        fill-opacity: 0.5;
    }

    32% {
        fill-opacity: 0.7;
    }

    39% {
        fill-opacity: 1;
    }

    45% {
        fill-opacity: 0.7;
    }

    50% {
        fill-opacity: 0.5;
    }

    100% {
        fill-opacity: 0.5;
    }
}
@keyframes changeOpacity3 {
    0% {
        fill-opacity: 0.5;
    }

    50% {
        fill-opacity: 0.5;
    }

    57% {
        fill-opacity: 0.7;
    }

    64% {
        fill-opacity: 1;
    }

    69% {
        fill-opacity: 0.7;
    }

    75% {
        fill-opacity: 0.5;
    }

    100% {
        fill-opacity: 0.5;
    }
}
@keyframes changeOpacity4 {
    0% {
        fill-opacity: 0.5;
    }

    75% {
        fill-opacity: 0.5;
    }

    82% {
        fill-opacity: 0.7;
    }

    89% {
        fill-opacity: 1;
    }

    94% {
        fill-opacity: 0.7;
    }

    100% {
        fill-opacity: 0.5;
    }
}


/*--------------- Preform Section ---------------*/

.box-preform {
    padding: 40px 0 50px;
    background: linear-gradient(90deg, #00676C 0%, #03A9B1 100%);
    border-radius: 12px;
    position: relative;
}

.box-preform h3 {
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
}

.box-preform .preform .section {
    margin: 0 auto;
}

.box-preform .preform .pos-rel {
    position: relative;
}

.box-preform .preform .text-req {
    position: absolute;
    top: 6px;
    left: 30px;
    font-size: 10px;
    line-height: 12px;
    color: #F8533D;
}

.box-preform .preform .section input.error {
    border-bottom: 3px solid #F8533D;
    background: url("../img/icon-error.svg") no-repeat 54% 50% #fff;
    background-size: 24px 24px;
    padding: 35px 0 20px 30px;
}

.box-preform .preform .section input.valid {
    color: #00676C;
}

.preform-section.home {
    padding: 15px 0;
    background-color: #B5ECF0;
}

.preform-section.contact {
    padding: 150px 0 210px;
}

.preform-section.home .box-preform {
    top: -140px;
}




/*--------------- INDEPENDENT LENDERS Section ---------------*/

.independent-lenders-section {
    padding: 120px 0 85px;
    background: url("../img/bg-independent-section.png") no-repeat 50% 50% #2E2A29;
    background-size: cover;
    color: #fff;
}

.independent-lenders-section .content {
    width: 100%;
    max-width: 635px;
    margin: 0 auto;
}

.independent-lenders-section .content h2 {
    color: #fff;
}

.independent-lenders-section .content article {
    margin: 37px 0 83px;
}

.independent-lenders-section .content article ul {
    list-style: disc;
    padding: 0 0 0 17px;
}

.independent-lenders-section .content article p {
    margin: 0 0 27px;
}

.independent-lenders-section .get-btn {
    margin: 55px auto 0;
}

.independent-lenders-section .image.mobile-visible {
    display: none;
}



/*--------------- Info Blocks Section ---------------*/

.info-posts {
    padding: 165px 0 240px;
}

.info-posts .flex-box {
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-posts .item {
    width: 320px;
    min-width: 320px;
    background-color: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.info-posts .item .info {
    padding: 40px 35px 25px;
}

.info-posts .item .info p {
    margin: 12px 0 20px;
    height: 78px;
}



/*--------------- Privacy Policy/Terms ---------------*/

.terms-section {
    padding: 110px 0 140px;
    color: #8C97AC;
}

.terms-section h1 {
    display: none;
}

.terms-section p {
    margin: 0 0 20px;
}

.title-terms {
    padding: 305px 0 213px;
    background: rgba(210, 159, 95, 0.2);
    position: relative;
    overflow: hidden;
}

.title-terms .bg-object {
    width: 150%;
    height: 100%;
    background: rgba(210, 159, 95, 0.1);
    border-radius: 90px;
    transform: rotate(165.82deg);
    position: absolute;
    top: -512px;
    left: -77px;
}

.title-terms h2 {
    text-align: center;
}

.terms .contact-section .flex-box {
    align-items: stretch;
}

.terms .contact-section {
    padding: 0 0 170px;
}

.terms .contact-section .description {
    background-color: #E7F8FA;
    border-radius: 100px 0 0 0;
    padding: 100px 115px 273px 75px;
    width: 46%;
}

.terms .contact-section .description p {
    margin: 20px 0 0;
    color: #1F2642;
}

.terms .contact-section .info {
    position: relative;
    width: 54%;
}

.terms .contact-section .info .image {
    width: 100%;
}

.terms .contact-section .info ul {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #00676C;
    border-radius: 100px 0 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.02em;
    width: 693px;
    padding: 50px 105px 55px 125px;
}

.terms .contact-section .info ul li {
    padding: 0 0 0 35px;
    position: relative;
}

.terms .contact-section .info ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 19px;
    height: 19px;
    background-size: cover;
}

.terms .contact-section .info ul li.site:before {
    background: url("../img/icon-site.svg");
}

.terms .contact-section .info ul li.location:before {
    background: url("../img/icon-location.svg");
}

.terms .contact-section .info ul li.email:before {
    background: url("../img/icon-email.svg");
}

.terms .contact-section .info ul a {
    color: #FFD39C;
}



/*--------------- HOW IT WORKS Page ---------------*/

.main-works-section {
    padding: 268px 0 228px;
    background: rgba(210, 159, 95, 0.2);
}

.main-works-section .info {
    max-width: 405px;
    margin: 0 40px 0 0;
}

.main-works-section .info h1 {
    margin: 0 0 40px;
}

.main-works-section .info p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.main-works-section .image {
    width: 475px;
    min-width: 475px;
}

.main-works-section .wrapper {
    position: relative;
    z-index: 2;
}


.bottom-works-section {
    padding: 0 0 180px;
}

.bottom-works-section .image {
    width: 540px;
    min-width: 540px;
}

.bottom-works-section .info {
    max-width: 418px;
}

.bottom-works-section .info p {
    margin: 0 0 25px;
}

.bottom-works-section .bg-object {
    content: '';
    display: block;
    width: 100%;
    height: 177%;
    background: url("../img/bg-works.png?v=2") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.bottom-works-section .wrapper {
    z-index: 2;
    position: relative;
}


/*--------------- Rates Fees Section ---------------*/

.rates-fees-section {
    padding: 160px 0;
}

.rates-fees-section .flex-box {
    align-items: stretch;
}

.rates-fees-section .description {
    max-width: 595px;
    background-color: rgba(231, 248, 250, 0.5);
    border-radius: 100px 0 0;
    padding: 152px 170px 128px 65px;
    position: relative;
}

.rates-fees-section .description:before {
    content: '';
    display: block;
    width: 167px;
    height: 72px;
    background-color: rgba(231, 248, 250, 0.5);
    position: absolute;
    top: 0;
    right: -167px;
}

.rates-fees-section .description h2 {
    margin: 0 0 23px;
}

.rates-fees-section .description p:nth-child(2) {
    margin: 0 0 44px;
}

.rates-fees-section .info {
    width: 100%;
    max-width: 515px;
    background-color: #00676C;
    border-radius: 0 0 100px 0;
    position: relative;
    margin: 72px 0 0;
    padding: 515px 0 91px;
}

.rates-fees-section .info .image {
    width: 635px;
    position: absolute;
    top: -1px;
    right: 0;
}

.rates-fees-section .info .primary-transparent {
    border: 2px solid #FFD39C;
    color: #FFD39C;
    margin: 0 auto;
}

.rates-fees-section .info .primary-transparent:hover {
    border: 2px solid #BD7D2D;
    color: #BD7D2D;
}


/*--------------- CONTACT PAGE ---------------*/

.contact-form-section {
    padding: 180px 0 140px;
    background-color: #E7F8FA;
}

.contact-form-section .form-container,
.contact-form-section .desc {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 103, 108, 0.1);
    border-radius: 20px;
    margin: 0 auto;
}

.contact-form-section .form-container {
    padding: 100px 160px;
    position: relative;
}

.contact-form-section .form-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/vector-contact-form.svg") no-repeat;
    background-size: cover;
    width: 450px;
    height: 275px;
}

.contact-form-section .form-container h2 {
    position: relative;
    z-index: 2;
}

.contact-form-section .form-container .feed_contact {
    margin: 40px 0 0;
}

.contact-form-section .form-container .box-fields {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 10px;
}

.contact-form-section .box-fields .left-aside,
.contact-form-section .box-fields .textarea-box {
    width: 380px;
    min-width: 380px;
}

.contact-form-section .box-fields .box-error-field {
    position: relative;
    padding: 0 0 25px;
}

.contact-form-section .box-fields .fieldText {
    width: 100%;
    height: 62px;
    border: 1px solid rgba(29, 41, 63, 0.5);
    border-radius: 8px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #1D293F;
    padding: 20px 0 20px 25px;
}

.contact-form-section .box-fields .textarea-box .fieldText {
    height: 100%;
}

.contact-form-section .box-fields .fieldText.error {
    border-color: #F8533D;
    color: #F8533D;
}

.contact-form-section .box-fields label {
    display: none;
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #F8533D;
}

.contact-form-section .box-fields .fieldText.error + label {
    display: block;
}

.contact-form-section .form-container .bot-form .flex-box,
.contact-form-section .form-container .bot-form .box-captcha {
    padding: 0 25px 0 0;
}

#feedCaptchaHidden-error {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #F8533D;
}

.contact-form-section .form-container .bot-form p {
    font-size: 14px;
    line-height: 22px;
}

.contact-form-section .desc {
    max-width: 730px;
    padding: 118px 332px 116px 65px;
    position: relative;
    overflow: hidden;
}

.contact-form-section .desc h4,
.contact-form-section .desc p {
    position: relative;
    z-index: 2;
}

.contact-form-section .desc h4 {
    max-width: 335px;;
}

.contact-form-section .desc p {
    margin: 50px 0 0;
    color: #8C97AC;
}

.contact-form-section .desc .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 400px;
    background: url("../img/img-sent-message-desktop.svg") no-repeat;
    background-size: cover;
}


/*--------------- FAQ ---------------*/

.faq-section {
    padding: 218px 0 154px;
    background-color: #E7F8FA;
}

.faq-section h2 {
    font-size: 62px;
    line-height: 72px;
    letter-spacing: inherit;
}

.accordeon {
    padding: 77px 0 160px;
}

.accordeon .ac-head {
    background-color: #E7F8FA;
    border-radius: 8px;
    padding: 22px 73px 22px 38px;
    margin: 0 0 16px;
    position: relative;
    transition: 0.4s;
}

.accordeon .ac-head h4 {
    font-weight: 400;
    color: #1F2642;
}

.accordeon div.ac-head.in h4 {
    font-weight: 900;
    color: #1F2642 ;
}

.accordeon .ac-head:hover {
    background-color: #03A9B1;
    cursor: pointer;
}

.accordeon .ac-head:hover h4 {
    color: #fff;
}

.accordeon .ac-body {
    display: none;
    margin: 0 0 33px;
    border: 1px solid #B5ECF0;
    border-radius: 8px;
    padding: 28px 58px 26px 38px;
    color: #8C97AC;
}

.accordeon .ac-head:before,
.accordeon .ac-head:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #D29F5F;
}

.accordeon .ac-head:hover:before,
.accordeon .ac-head:hover:after {
    background-color: #fff;
}

.accordeon div.ac-head.in:before,
.accordeon div.ac-head.in:after {
    background-color: #D29F5F;
}

.accordeon .ac-head:before {
    top: 37px;
    right: 42px;
    width: 16px;
    height: 3px;
}

.accordeon .ac-head:after {
    top: 30px;
    right: 49px;
    width: 3px;
    height: 16px;
    transition: 0.4s;
}

.accordeon .ac-head.in:after {
    transform: rotate(90deg);
}

.preform-section.faq {
    padding: 0 0 218px;
}

.preform-section.faq .contact-info {
    padding: 56px 0;
    background: #E7F8FA;
    border-radius: 12px 12px 0 0;
}

.preform-section.faq .contact-info h4 {
    margin: 0 0 34px;
    text-align: center;
}

.preform-section.faq .contact-info .get-btn {
    margin: 0 auto;
}

.preform-section.faq .box-preform {
    border-radius: 0 0 12px 12px;
}

.preform-section.works {
    padding:  0 0 222px;
}


/*--------------- FOOTER ---------------*/

footer {
    color: #fff;
    overflow: hidden;
    padding: 130px 0 0;
}

footer .container {
    position: relative;
    background-color: rgba(255, 211, 156, 0.5);
    padding: 241px 0 0;
}

footer .wrapper {
    position: relative;
    z-index: 2;
}

footer .bg-footer {
    position: absolute;
    left: -65px;
    top: 0;
    z-index: 1;
    width: calc(100% + 60px);
    height: calc(100% + 140px);
    background: #00676C;
    border-radius: 90px;
    transform: rotate(171.59deg);
}

footer .material h5 {
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 0.01em;
    margin: 0 0 25px;
}

footer .material p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

footer .material p>strong {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

footer .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 30px;
}

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

footer .footer-menu ul li {
    padding: 0 75px 0 0;
}

footer .footer-menu a.get-btn.mobile-visible {
    display: none;
}

footer .footer-menu a {
    line-height: 18px;
    letter-spacing: 0.02em;
}

footer .footer-menu ul li a {
    color: #fff;
}

footer .footer-menu ul li a.active {
    border-bottom: 1px solid #fff;
}

footer .footer-menu a.unsubscribe-link {
    color: rgba(255, 255, 255, 0.5);
}

footer p.copyright {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}




/* modal */

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

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

.flex-add {
    display: block;
}

.modal .window {
    width: 710px;
    height: 390px;
    position: relative;
    z-index: 1008;
    background: #fff;
    box-shadow: 0 0 40px rgba(31, 38, 66, 0.15);
    border-radius: 20px;
    text-align: center;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    margin: 20px;
    padding: 65px 86px 80px;
}

.modal .window h2 {
    position: relative;
    z-index: 5;
    font-size: 48px;
    line-height: 48px;
}

.modal .window>p {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 93px;
    z-index: 5;
    color: #03A9B1;
}

.modal .window>p:after {
    content: '';
    display: block;
    width: 54px;
    height: 62px;
    background: url(../img/arrow-modal.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 16px;
    right: 107px;
}

.modal .window .box-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal .get-btn.secondary-transparent {
    padding: 0 0 0 60px;
    position: relative;
}

.modal .get-btn.secondary-transparent:before {
    content: '';
    display: block;
    width: 27px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 60px;
    background: url("../img/icon-go-back.svg") no-repeat center;
}

.modal .get-btn.secondary {
    padding: 0 0 0 60px;
    position: relative;
    color: #fff;
}

.modal .get-btn.secondary:before {
    content: '';
    display: block;
    width: 19px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: 40px;
    background: url("../img/icon-phone-popup.svg") no-repeat center;
}

/* close modal */

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

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

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

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

/* form */

form#omForm .btn {
    width: 245px;
    height: 62px;
    background: linear-gradient(270deg, #03A9B1 0%, #05979E 100%) #05979E;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
}

form#omForm {
    background: #fff;
}

form#omForm .om_subhead {
    background: #F6ECDF;
    padding: 40px 15px 70px;
}

form#omForm .om_subhead h3,
form#omForm .om_subhead h4 {
    color: #1D293F;
}

form#omForm .om_subhead h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
}

form#omForm .om_subhead h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

form#omForm .om_full_step_row_line {
    border: none;
}

form#omForm .om_full_area button.btn.omLookupStart {
    width: 245px;
    height: 62px;
    background: #D29F5F;
    border-radius: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

form#omForm .om_full_area button.btn.omLookupStart:hover {
    background: #BD7D2D;
}

form#omReApplyPage .omReApplyRequestTitle {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
}

form#omReApplyPage .omReApplyName {
    color: #D29F5F;
}

form#omReApplyPage .omReApplyQuestionSign {
    background: #D29F5F;
}

form#omReApplyPage .omReApplyQuestionSign:hover {
    background: #BD7D2D;
}

form#omReApplyPage .omReApplyBttnOrange {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(270deg, #03A9B1 0%, #05979E 100%);
}

form#omReApplyPage .omReApplyBttnOrange:hover {
    color: #FFFFFF;
    background: #00676C;
    border-color: #00676C;
}

form#omForm .om_full_step_colored_bg {
    background-color: #afdfe1;
}

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

form#omForm.omForm .omCheckboxCustom+.omCheckboxCustom-label:before {
    margin: 7px 10px 0 0;
}

form#omForm .om_full_area button {
    background-color: #05979E;
}

form#omForm .om_full_area .om_full_step_colored_bg button:hover {
    background: #00676C;
}

.incomeNextDate1.ui-datepicker td .ui-state-default {
    padding: 0.3em 0 !important;
}

.omReApplyNextDate1.ui-datepicker td .ui-state-default {
    padding: 0.3em 0 !important;
}

form#omForm .om_full_note {
    line-height: 14px;
}

form#omForm.omForm span.omHelp-block {
    display: block;
}
