/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #84898B;
    padding-top: 77px;
    position: relative;
}

.test {
    position: relative;
}

:focus {
    outline: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 70px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #2B374E;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #f39405;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #f39405;
    outline: 0;
    text-decoration: none;
}

p {
    color: #4898B;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}


.btn {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 12px;
    border-radius: 30px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    background-color: #f39405;
    border-color: #f39405;
    color: #fff;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #f39405;
    color: #f39405;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: transparent;
    border-color: #f39405;
    color: #f39405;
    box-shadow: none;
}

.btn-secondary {
    background-color: #F1F8FE;
    border-color: #F1F8FE;
    color: #4268B1;
}

.btn-secondary:hover {
    background-color: #F1F8FE;
    border-color: #F1F8FE;
    color: #f39405;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #F1F8FE;
    border-color: #F1F8FE;
    color: #f39405;
    box-shadow: none;
}

.form-control {
    height: 38px;
    padding: 0 15px;
    background-color: #F6F7F8;
    border-radius: 20px;
    border: 1px solid #e3e2e2;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #f39405;
}

.form-icon {
    position: relative;
}

.form-icon .form-control {
    padding: 0 15px 0 45px;
}

.form-icon img.money-icon {
    top: 10px;
}

.form-icon img {
    position: absolute;
    top: 12px;
    left: 20px;
    max-height: 20px;
    max-width: 18px;
}

::-webkit-input-placeholder { /* Edge */
    color: #84898B;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #84898B;
}

::placeholder {
    color: #84898B;
}


.heading {
    margin: 0 0 50px 0;
    font-size: 34px;
    line-height: 40px;
    color: #0c3135;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    z-index: 105;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

header.fixed {
    width: 100%;
    padding: 10px 0;
    border-color: transparent;
    box-shadow: 0 7px 10px 0 rgba(162, 162, 162, 0.12),
    0 0 1px 0 rgba(144, 144, 144, 0.25);
}

header nav ul li {
    display: inline-block;
    margin: 13px 15px;
}

header nav ul li a {
    color: #2B374E;
    display: block;
    font-weight: 600;
}

header nav ul li a.active {
    color: #F39405;
}

header .logo img {
    height: 42px;
}

header .secondary-nav {
    margin: 4px 0 0 0;
}

header .secondary-nav a {
    margin-left: 10px;
}

header .secondary-nav .btn-secondary img {
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

header .phone a {
    display: block;
    color: #F39405;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
}

header .phone a:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

header .phone {
    padding: 5px 0 0 0;
    text-align: right;
}

header .phone span img {
    margin-right: 2px;
    height: 17px;
}

.intro {
    background-color: #4268B1;
}

.intro h1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    line-height: 62px;
    margin: 100px 310px 0 0;
}

.intro .intro-text {
    position: relative;
    height: 100%;
}

.intro .intro-text img {
    position: absolute;
    bottom: 45px;
    right: -20px;
    height: 460px;
    z-index: 1;
}

.intro .credit-hint {
    background-color: #34579C;
    padding: 18px 0;
    z-index: 2;
    position: relative;
}

.intro .credit-hint ul li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    opacity: .8;
}

.intro .credit-form {
    background-color: #fff;
    padding: 35px 30px;
    margin: 40px 0 -110px 0;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgba(111, 111, 111, 0.37);
    z-index: 3;
    position: relative;
}

.intro .credit-form h4 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    color: #2B374E;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.intro .credit-form p {
    text-align: center;
}

.intro .credit-form .btn {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.alert {
    padding: 8px 10px;
    margin-bottom: 10px;
}

.alert-dismissible .close {
    padding: 5px 15px;
    outline: none;
}

.intro .credit-form .form-hint {
    text-align: center;
}

.process-preview .step-text {
    font-weight: bold;
    padding-right: 30px;
}

.process-preview .step-img img {
    height: 50px;
    margin-right: 15px;
}


.take-money {
    background-color: #F1F8FE;
}

.take-money .step {
    text-align: center;
}

.take-money .step.middle-step {
    position: relative;
}

.take-money .step.middle-step:before {
    content: "";
    width: 60px;
    height: 30px;
    background: url(../imgs/icons/arrow.svg) center center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 21%;
    left: -50px;
}

.take-money .step.middle-step:after {
    content: "";
    width: 60px;
    height: 30px;
    background: url(../imgs/icons/arrow.svg) center center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 21%;
    right: -50px;
}

.take-money .step .step-num.step-01 {
    background-color: #4268b1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 37%;
    top: 30px;
}

.take-money .step .step-num.step-02 {
    background-color: #4268b1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 37%;
    top: 30px;
}

.take-money .step .step-num.step-03 {
    background-color: #4268b1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 37%;
    top: 30px;
}

.take-money .step h3 {
    color: #4268B1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.take-money .step img {
    margin: 0 0 15px 0;
    height: 70px;
}

.example {
    padding: 200px 0;
    background: url("../imgs/example.jpg") top right no-repeat;
}

.example .heading {
    text-align: left;
    margin: 0;
}

.example p {
    margin: 25px 0 0 0;
}

.testimonials .heading {
    color: #fff;
}

.testimonials .testimonial {
    background-color: #314D83;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.testimonials .testimonial img {
    height: 30px;
    margin: 0 0 15px 0;
}

.testimonials .testimonial .author {
    color: #fff;
    position: relative;
    padding: 20px 0 0 0;
}

.testimonials .testimonial .author:before {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #fff;
    opacity: .5;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -15px;
}

.testimonials .testimonial .author-info,
.testimonials .testimonial p {
    color: #fff;
    opacity: .6;
}


.advantages .advantage {
    text-align: center;
}

.advantages .advantage img {
    margin: 0 0 15px 0;
    height: 80px;
}

.advantages .advantage h3 {
    color: #4268B1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.advantages .advantage p {
    padding: 0 50px;
}

.process-preview {
    background-color: #F1F8FE;
}

.testimonials {
    background-color: #4268B1;
}

footer {
    background-color: #4268B1;
    padding: 100px 0 0;
}

footer .footer-logo img {
    height: 60px;
}

footer h3 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

footer .footer-nav li {
    display: block;
    margin: 10px 0;
}

footer .footer-nav li a {
    display: block;
    color: #fff;
    opacity: .5;
}

footer .footer-nav li a:hover {
    opacity: 1;
}

footer .footer-contacts li {
    margin: 20px 0;
}

footer .footer-contacts li a {
    color: #fff;
}

footer .footer-contacts li a i {
    margin-right: 7px;
    opacity: .5;
}

footer .footer-contacts li a.footer-phone {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    opacity: 1;
}

footer .footer-contacts li a.footer-phone:hover {
    opacity: .5;
}

footer .footer-contacts li a {
    opacity: .5;
}

footer .footer-contacts li a:hover {
    opacity: 1;
}

footer .footer-social {
    margin: 30px 0 0 0;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 7px;
}

footer .footer-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

footer .footer-social li a:hover {
    background-color: #fff;
    color: #4268B1;
}

footer .hint {
    border-top: 1px solid #5783d8;
    margin: 30px 0 0 0;
    padding: 40px 0;
    color: #fff;
    opacity: .8;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #6a8ac5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4268b1;
    border: 3px solid #fff;
}

.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav button .fa {
    font-size: 60px;
    line-height: 60px;
    height: 63px;
    display: block;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -52px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -52px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #869791;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}

.thank-you {
    text-align: center;
    padding: 70px 0 0;
    background-color: #F1F8FE;
}

.thank-you h1 {
    margin: 0 0 30px 0;
    padding: 0 50px;
    font-size: 34px;
    line-height: 40px;
    color: #0c3135;
    text-align: center;
    font-weight: bold;
}

.thank-you p {
    color: #84898B;
}

.thank-you img {
    display: block;
}

.nav-link {
    display: inherit;
    padding: inherit;
}

.fix-phone {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #f39405;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 105;
}

.fix-phone:hover,
.fix-phone:active,
.fix-phone:visited {
    color: #fff;
}

.fix-phone i {
    display: block;
    font-size: 32px;
    line-height: 60px;
}