

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:300,400,700,800,900&display=swap');

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Raleway';
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

li {
    display: block;
}

img {
    border: none;
}

p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #73767b;
    margin: 1rem 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: block;
    color: #1c2736;
    font-family: 'Raleway';
    font-weight: 900;
}

h1 {
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    line-height: 1.1;
}

h4 {
    font-size: 20px;
    color: #0066cc;
    text-transform: uppercase;
}

h1 span.blue {
    color: #0066cc;
}

h1 span.orange {
    color: #ff6600;
}

p.copyright {
    margin: 40px 0;
}

strong,
.text-bold {
    font-weight: 700;
}

.link {
    color: #ff6600;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.active {
    color: #ff6600 !important;
}

.box-line {
    display: inline-block;
    position: relative;
}

.line {
    display: block;
    background: #06c;
    width: 150px;
    height: 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    right: -180px;
    bottom: 15px;
    z-index: 10;
}

.wrapper {
    width: 75%;
    margin: 0 auto;
}

.header {
    width: 100%;
    position: fixed;
    top: -1px;
    left: -1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    z-index: 100;
}

.scroll-nav {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.header .left-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 300px;
}

nav.desktop-menu {
    margin-left: 140px;
}

nav.desktop-menu li {
    display: inline-block;
}

nav.desktop-menu li a {
    font-weight: 600;
    text-transform: none;
    color: #000;
    font-size: 14px;
    margin: 2rem;
}

nav.desktop-menu li a:hover {
    color: #ff6600;
}

.menu-btn {
    background: #ff6600;
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    padding: 20px 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.menu-btn:hover {
    background: #0066cc;
}

section.head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.head .head-left {
    position: relative;
    width: 60%;
    height: 760px;
}

section.head .head-left .back-container {
    height: 100%;
    width: 650px;
    position: absolute;
    text-align: center;
    right: 100px;
    background: #66a5ff;
    background: -moz-linear-gradient(-45deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    background: -webkit-linear-gradient(-45deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    background: linear-gradient(135deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66a5ff', endColorstr='#66a5ff', GradientType=1);
    z-index: -1;
}

section.head .head-left .back-container .box-bg {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 105%;
    background: url(../img/back_poly_head.png) no-repeat;
    background-size: cover;
    pointer-events: none;
    overflow: hidden;
}

.page section.head .head-left .back-container .box-bg {
    height: 100%;
}

section.head .head-left .back-container .box-bg img {
    position: absolute;
    left: 0;
    bottom: 40px;
}

section.head .head-right {
    position: relative;
    width: 40%;
    height: 760px;
    display: flex;
    align-items: center;
}

section.head .head-right .block-form {
    position: relative;
    left: -200px;
}

section.head .head-right .block-form h1 {
    color: #0066cc;
}

.works section.head .head-right .block-form h1 {
    color: #000;
}

section.head .head-right .block-form p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 2rem;
    margin-left: 0.6rem;
    color: #000;
}


/* mobile menu */

.hum {
    display: none;
    width: 60px;
    height: 55px;
    background: #fa4f00;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background: -moz-linear-gradient(45deg, #fa4f00 0%, #fe8d00 100%);
    background: -webkit-linear-gradient(45deg, #fa4f00 0%, #fe8d00 100%);
    background: linear-gradient(45deg, #fa4f00 0%, #fe8d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa4f00', endColorstr='#fe8d00', GradientType=1);
    position: relative;
}

.hum span {
    display: block;
    position: relative;
    top: 49%;
    left: 30%;
    width: 40%;
    height: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.hum span:before,
.hum span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.hum span:before {
    top: 7px;
}

.hum span:after {
    top: -7px;
}

.mobile-menu {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: -100%;
    width: 50%;
    z-index: 1002;
    background-color: #fff;
    padding: 50px;
    height: 100%;
    overflow-y: auto;
}

.mobile-menu li {
    display: block;
    padding-bottom: 20px;
}

.mobile-menu li a {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: auto;
}

.mobile-menu li.bot-elem a {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.mobile-menu li:nth-child(5) {
    margin-top: 30px;
}

.mobile-menu li:nth-child(7) {
    margin-bottom: 30px;
}

.mobile-menu .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.mobile-menu .close:before,
.mobile-menu .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12%;
    display: block;
    width: 80%;
    height: 80%;
    height: 1px;
    background-color: #000;
}

.mobile-menu .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu .get-start-nav {
    color: #0d0d80;
    border: 1px solid #0d0d80;
}

.substrate {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}


/* style form */

.select-box {
    width: 70%;
    margin-left: 50px;
    position: relative;
}

.select-box select {
    display: none;
    background: #fff;
}

.select-box .result {
    position: absolute;
    bottom: 2.2rem;
    left: calc(0% - 50px);
    background: #fff;
    font: 24px 'Open Sans';
    text-align: center;
    padding-top: 3px;
    font-weight: 700;
    width: 100%;
    display: block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    width: 100px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.container-btn {
    background-color: #fff;
    width: 660px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.money_box {
    position: relative;
    height: 28px;
}

.btn-next {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: left;
    background: #fa4f00;
    background: -moz-linear-gradient(45deg, #fa4f00 0%, #fe8d00 100%);
    background: -webkit-linear-gradient(45deg, #fa4f00 0%, #fe8d00 100%);
    background: linear-gradient(45deg, #fa4f00 0%, #fe8d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa4f00', endColorstr='#fe8d00', GradientType=1);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: 2rem;
    position: relative;
}

.btn-next img {
    width: 35px;
}

.btn-next span {
    display: none;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
}

button[type="submit"].btn-next {
    width: 200px;
}

button[type="submit"].btn-next span {
    display: inline-block;
}

.btn-next:hover {
    background: #fe8d00;
}

.block-form .ui-widget-content {
    height: 8px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.0);
    background: #b2bbc8;
    border: none;
}

select.mob-select,
select.select,
.arrow-select {
    width: 100%;
    margin-top: 0rem;
    height: 70px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    border: none;
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: 700;
    padding: 0rem 2rem 0 2rem;
    margin-left: 1.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}


select.mob-select {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

select.select {
    display: block;
}

.arrow-select {
    position: relative;
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.arrow-select:after {
    content: "\25BC";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    pointer-events: none;
    box-sizing: border-box;
}

.box-modal-content input,
.block-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    border: none;
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: 600;
    padding: 0 1rem;
    margin-left: 20px;
    border: 1px solid #333;
}

.block-form .ui-slider-handle,
.block-form .ui-slider-horizontal .ui-slider-handle,
.block-form .ui-slider .ui-slider-handle {
    margin-left: 0;
    top: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* steps */

.steps {
    width: 100%;
    padding-top: 790px;
}

.step {
    position: relative;
    display: inline-table;
    text-align: center;
    width: 30%;
}

.step img {
    display: inline-table;
    top: 21px;
    position: relative;
    margin-right: 12px;
    width: 50px;
}

.steps h3 {
    font-size: 16px;
    font-weight: 900;
    font-family: 'Raleway';
    display: inline-table;
}

.wrapper>.line-bot {
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    margin-top: 150px;
}

/* info section */

.info-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.info-section.internal-text {
    position: relative;
    top: -4rem;
}

.info-block {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-block:first-child {
    flex-direction: row-reverse;
}

.left-side,
.right-side {
    width: 50%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-block:last-child .right-side {
    width: 33%;
}

img.way-img,
img.about-img {
    position: absolute;
    top: -140px;
}

img.way-img {
    left: 240px;
}

img.way-img-woman {
    position: absolute;
    left: 260px;
    bottom: -146px;
}

img.about-img {
    right: 60px;
}

img.about-img-man {
    position: absolute;
    left: -250px;
    bottom: -145px;
}

.info-section ul li {
    margin: 0.5rem 0;
    position: relative;
}

.info-section ul li img {
    top: -1px;
    margin-right: 1rem;
    position: relative;
}

.info-section a {
    background: #ff6600;
    height: 52px;
    text-align: center;
    margin-top: 1.3rem;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    width: 255px;
}

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


/* slider */

.slider-box {
    position: relative;
    background: #66a5ff;
    background: -moz-linear-gradient(-45deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    background: -webkit-linear-gradient(-45deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    background: linear-gradient(135deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66a5ff', endColorstr='#66a5ff', GradientType=1);
    margin-top: 10rem;
}

.slider-box .box-bg {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../img/back_poly_faq.png) no-repeat;
    background-size: cover;
    pointer-events: none;
}

.box-content-slide {
    padding: 60px 100px 0;
}

.slider-box h2 {
    text-transform: none;
    color: #fff;
    font-size: 60px;
}

.slider-info {
    padding: 60px 50px;
    height: 450px;
}

.slider-box .slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 10px;
}


.img-slide {
    width: 300px;
    height: 200px;
    margin-right: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.img-slide img {
    width: 100%;
}

.content-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-slide .top-cont {
    height: 190px;
    overflow: hidden;
}

.content-slide h3 {
    font-size: 40px;
    font-weight: 400;
}

.content-slide p {
    color: #000;
}

.content-slide a {
    display: inline-block;
    font-weight: 700;
    border: 1px solid #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    padding: 15px 0;
    width: 150px;
    text-align: center;
    margin-top: 85px;
}

.content-slide a:hover {
    background-color: #000;
    color: #fff;
}


/* trust */

.trust-section {
    text-align: center;
    margin-top: 10rem;
}

.trust-section h2 {
    font-size: 60px;
    line-height: 66px;
}

.benefit {
    text-align: left;
    width: 50%;
    margin: 0 auto;
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit h3 {
    margin-top: 1rem;
    width: 45%;
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.benefit h3 span {
    display: inline-block;
}

.benefit h3 img {
    margin-right: 1rem;
}

.logo-trust {
    background: #FFF;
    border-radius: 20px;
    height: 120px;
    width: 240px;
    display: inline-table;
    -webkit-box-shadow: 0px 13px 38px 0px rgba(55, 68, 113, 0.16);
    -moz-box-shadow: 0px 13px 38px 0px rgba(55, 68, 113, 0.16);
    box-shadow: 0px 13px 38px 0px rgba(55, 68, 113, 0.16);
    vertical-align: top;
    margin: 0 2rem;
    text-align: center;
    padding: 1.6rem 0 0 0;
}

.logo-trust.fee {
    -webkit-box-shadow: 0px 13px 38px 0px rgba(203, 2, 51, 0.16);
    -moz-box-shadow: 0px 13px 38px 0px rgba(203, 2, 51, 0.16);
    box-shadow: 0px 13px 38px 0px rgba(203, 2, 51, 0.16);
    padding: 1.9rem 0 0 0;
}

.logo-trust img.fee {
    width: 182px;
}

.logo-trust-block br {
    display: none;
}


/* help */

.help-section {
    position: relative;
    background: #66a5ff;
    background: -moz-linear-gradient(-45deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    background: -webkit-linear-gradient(-45deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    background: linear-gradient(135deg, #66a5ff 0%, #b6dcff 39%, #b6dcff 39%, #66a5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66a5ff', endColorstr='#66a5ff', GradientType=1);
    text-align: center;
    color: #FFF;
    margin-top: 10rem;
}

.help-section .block {
    padding: 8rem 0;
    position: relative;
}

.box-bg-help {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/back_poly_help.png) no-repeat;
    background-size: cover;
}

.help-section h2 {
    text-transform: none;
    font-weight: 400;
    font-size: 60px;
    color: #000;
}

.help-section p {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 4rem 0;
}

.help-section button span {
    left: 35px;
}

.help-section .btn-next {
    margin-left: 0;
}

/* footer */

footer {
    background: #1c2736;
    overflow: hidden;
}

.footer-logo {
    text-align: center;
    padding: 2rem 0rem 1rem 0rem;
    margin: 0 auto;
    width: 300px;
}

.footer-line {
    position: relative;
    left: -20%;
    height: 2px;
    background: #fff;
    width: 140%;
    margin: 1rem 0;
}

.f_menu {
    text-align: center;
    padding: 2rem 0rem;
    color: #FFF;
}

.f_menu li {
    margin: 0 1rem;
    display: inline-table;
}

.f_menu li a {
    font: 14px 'Raleway';
    font-weight: 700;
    color: #FFF;
}

.f_menu li a:hover {
    color: #ff6600;
}

.disclosure {
    padding: 2rem 0rem 0 0rem;
    color: #fff;
}

.disclosure h3 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.disclosure p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: justify;
}

.disclosure h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 2rem;
}

/* modal */

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

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

.flex-add {
    display: flex;
}

.modal .window {
    width: 800px;
    position: relative;
    z-index: 1006;
    padding: 80px 40px;
    background: url(../img/modal_bg.png) no-repeat 6% 0% #fff;
    background-size: 25%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
}

.modal h2 {
    font-size: 55px;
    line-height: 50px;
    color: #0066cc;
    position: relative;
}

.modal h2:after {
    content: 'Borrow up to $5000 in just 24 hours!';
    position: absolute;
    right: 110px;
    bottom: 0;
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: #000;
}

.modal .box-modal-content {
    width: 70%;
}

.modal .container-btn {
    width: 100%;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 40px;
}

.modal select.mob-select,
.modal select.select,
.modal input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ff6600;
    margin-left: 0;
    padding: 0 1rem;
    background: #fff;
}

.modal .arrow-select {
    display: block;
}

.modal button[type="submit"].btn-next {
    width: 100px;
}

.modal button[type="submit"].btn-next span {
    font-size: 14px;
    display: inline-block;
}

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

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

.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 .arrow-select {
    width: 75%;
}

.modal .pos-rel {
    width: 80%;
}


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

.text-title {
    position: relative;
    left: 130px;
    width: 40%;
}

.step-works {
    margin: 50px 0;
}

.step-works ul {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 50px;
}

.step-works ul,
.step-works li {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.step-works li {
    margin-right: 20px;
}

.step-works li:last-child {
    margin-right: 0;
}

.step-works p {
    color: #000;
}

.step-works ul p {
    margin: 0;
    line-height: 1;
}

.step-works .box-content {
    margin-left: 10px;
}

.img-mob {
    display: none;
    width: 100%;
}


/* info block */

.info-section-works {
    margin: 150px 0 0;
}

.info-block-works {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.info-block-works .left-side,
.info-block-works .right-side {
    width: 50%;
    display: block;
}

.info-block-works .right-side {
    text-align: right;
}

.info-block-works .right-side img {
    max-width: 100%;
}

.info-block-works .right-side p.text-bold {
    color: #000;
}

.info-block-works p {
    margin: 3rem 0;
}

.info-block-works p:last-child {
    margin: 3rem 0 0;
}

.check-list-works li {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.check-list-works li img {
    position: absolute;
    left: 0;
}


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

section.head .head-left .back-container .box-bg img.img-faq {
    top: initial;
    bottom: -20px;
    left: initial;
    right: -10px;
    width: initial;
}

.faq-accordeon {
    margin-top: 100px;
}

.box-acc {
    border-top: 1px solid #ccc;
    position: relative;
}

.box-acc:last-child {
    border-bottom: 1px solid #ccc;
}

.box-acc:before {
    content: '';
    display: block;
    width: 16px;
    height: 4px;
    background-color: #ff6600;
    position: absolute;
    left: 0;
    top: 20px;
    pointer-events: none;
}

.box-acc:after {
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background-color: #ff6600;
    position: absolute;
    left: 6px;
    top: 14px;
    pointer-events: none;
}

.box-acc:hover h5,
.in h5 {
    color: #ff6600 !important;
}

.box-acc.in:after {
    display: none !important;
}

.ac-head {
    cursor: pointer;
    padding: 10px 0 10px 30px;
}

.ac-body {
    display: none;
    padding: 30px 0 30px 30px;
}

.ac-head h5 {
    font: 20px 'Raleway';
    font-weight: 400;
    color: #000;
}

.ac-head.in h5:after {
    transform: rotate(180deg) !important;
}

.ac-body li,
.ac-body p {
    font: 18px 'Raleway';
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.ac-body li p {
    padding-left: 30px;
    position: relative;
}

.ac-body li p:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6600;
}


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

.marg footer {
    margin-top: 100px;
}

.contact-box {
    position: relative;
    left: 130px;
    width: 70%;
}

.contact section.head .head-right {
    align-items: flex-start;
    padding-top: 6rem;
}

.contact-box .desc {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.contact-box .desc img {
    width: 80px;
    margin-bottom: 40px;
}

.contact-box .desc span {
    color: #ff6600;
}

section.head .head-left .back-container .box-bg img.img-contact {
    left: 100px;
}

.contact-box .form-group {
    width: 48%;
    margin-bottom: 20px;
}

.contact-box .form-group:nth-child(2n+1) {
    float: left;
}

.contact-box .form-group:nth-child(2n) {
    float: right;
}

.contact-box .form-group.full {
    float: none;
    width: 100%;
}

.contact-box form {
    padding: 40px 0;
}

.contact-box input,
.contact-box textarea {
    height: auto;
    width: 100%;
    border: 1px solid #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font: 18px 'Raleway';
    font-weight: 500;
    color: #000;
    resize: none;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0;
}

.contact-box .box-text {
    display: inline-block;
    margin-top: 30px;
}

.contact-box .box-text p {
    font: 22px 'Raleway';
    font-weight: 400;
    line-height: 1.5;
}

#feedCaptcha {
    width: 50%;
    float: left;
    transform: scale(0.8);
    transform-origin: 0 0;
}

.contact-box .button {
    width: 225px;
    float: right;
    height: 60px;
    font-size: 18px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
}

.contact-box .button:hover {
    background: #0066cc;
}

.contact-box textarea {
    height: 150px;
}

.contact-box p a {
    color: #ff6600;
    text-decoration: underline;
}

.contact-box p a:hover {
    text-decoration: none;
}

.feed_contact input.error,
.feed_contact textarea.error {
    border-color: red !important;
}

.error {
    border-color: #f00 !important;
}

.box-captcha {
    position: relative;
}

.feedCaptcha-error {
    color: red;
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 12px;
}

section.head .head-right .block-form p.req-text {
    margin: 0;
    position: relative;
    top: -20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}


/* -----------------------------------------------------------------
------------------------ TETMS POLICY RATES ------------------------ 
-------------------------------------------------------------------- */

.terms {
    margin-top: 200px;
}

.terms h1 {
    text-transform: none;
    font-size: 35px;
    margin-bottom: 80px;
}

.terms p,
.terms strong {
    font-size: 18px;
}

.terms a {
    color: #ff6600;
    text-decoration: underline;
}

.terms a:hover {
    text-decoration: none;
}





@keyframes modal {
    0% {
        top: -100%;
    }

    50% {
        top: 3%;
        transform: rotate(0deg);
    }

    60% {
        top: -5%;
        transform: rotate(5deg)
    }

    100% {
        top: 0;
    }
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background: #1c2736;
}

.pos-rel {
    position: relative;
    width: 80%;
}

p.text-req {
    font-size: 11px !important;
    font-weight: 700;
    color: #f00 !important;
    position: absolute;
    left: 30px;
    bottom: -19px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}

.modal p.text-req {
    left: 15px;
}

.none-get-btn {
    display: none !important;
}

.navigate-fix-top {
    position: absolute !important;
}

.not-padding-form {
    padding: 0 !important;
    margin-top: 100px !important;
}
