

html,
body {
	width: 100%;
	height: 100%;
}

body {
	border: none;
	font-family: 'Chivo';
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	display: block;
	color: #000;
	font-family: 'Chivo';
	font-weight: 900;
	text-transform: none;
}

h1 {
	font-size: 58px;
	position: relative;
}

h2 {
	position: relative;
	font-size: 45px;
}

.active:after {
	width: 100% !important;
}

.active-mob {
	border-bottom: 1px solid #60c;
}

strong {
	font-weight: 700;
}

button {
	cursor: pointer;
}

section {
	padding: 95px 0;
}

p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #000;
	transition: 0.3s;
}

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

li {
	font-family: 'Chivo';
}

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

.wrapper {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.link,
.terms-text a {
	font-family: 'Chivo';
	font-weight: 500;
	color: #909;
	text-decoration: underline;
}

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

.logo {
	width: 190px;
}

.get-funds {
	background: #6e2c82;
	background: -moz-linear-gradient(top, #6e2c82 0%, #300178 99%);
	background: -webkit-linear-gradient(top, #6e2c82 0%, #300178 99%);
	background: linear-gradient(to bottom, #6e2c82 0%, #300178 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e2c82', endColorstr='#300178', GradientType=0);
	color: #fff !important;
	font: 32px 'Chivo';
	font-weight: 700;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2);
}

.get-funds:hover {
	background: #330065;
}

.mobile,
.mobile-img {
	display: none;
	position: relative;
}

.line-top:before {
	content: '';
	display: block;
	width: 80px;
	height: 13px;
	background-color: #fc6;
	margin-bottom: 25px;
}

h1.title-line {
	color: #60c;
}

h1.title-line:after {
	content: '';
	display: block;
	width: 80px;
	height: 13px;
	background-color: #fc6;
	margin-top: 20px;
}

/* -----------------------------------------------
-------------------- ALL PAGE --------------------
-------------------------------------------------- */

/* header section */

.home-page header {
	height: 930px;
	position: relative;
}

.home-page header .flex-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header .top-head {
	background-color: transparent;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

header .top-head nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

header .top-head .logo {
	position: relative;
	top: 10px;
}

header .top-head .menu-desk {
	width: 80%;
	text-align: right;
	border-bottom: 1px solid #777;
        display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
header .top-head .menu-desk ul {
    margin-right: 25px;
}
header .top-head .menu-desk li {
	display: inline-block;
	padding: 40px 0 33px 48px;
}

header .top-head .menu-desk li a {
	font-size: 18px;
	color: #777;
	position: relative;
}

header .top-head .menu-desk li a:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #777;
	transition: 0.3s;
	margin: 3px auto 0;
}

header .top-head .menu-desk li a:hover {
	color: #000;
}

header .top-head .menu-desk li a:hover:after {
	width: 100%;
	background-color: #000;
}
header .top-head .menu-desk .get-funds {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background: #6600cc;
}
header .top-head .menu-desk .get-funds:hover {
    background: #c410c9;
}
header .top-head .menu-desk .need-cash-fast {
    padding-left: 42px;
    margin-right: 25px;
    height: 48px;
    text-align: right;
    line-height: 24px;
    color: #60c;
    font-size: 16px;
    position: relative;
}
header .top-head .menu-desk .need-cash-fast a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #60c;
}
header .top-head .menu-desk .need-cash-fast a:hover {
    color: #c410c9;
}
header .top-head .menu-desk .need-cash-fast:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/call.svg) center center/40px 40px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
/* mobile menu */

.hum {
	width: 80px;
	height: 80px;
	border: 2px solid #c3c;
	border-radius: 50%;
	position: relative;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.hum span {
	display: block;
	width: 35px;
	height: 3px;
	background-color: #c3c;
	margin-bottom: 5px;
}

.hum span:last-child {
	margin: 0;
}

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

.mobile-menu li {
	margin-bottom: 30px;
}

.mobile-menu li a {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 5px 20px;
	position: relative;
}

.mobile-menu li a:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #60c;
	position: absolute;
	top: 5px;
	left: 0;
}

.mobile-menu li a.get-funds {
	margin-top: 30px;
	font-size: 20px;
	padding: 20px 40px;
	border-radius: 5px;
	text-transform: none;
}

.mobile-menu li a.get-funds:before {
	display: none;
}


.mobile-menu .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	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: 90%;
	height: 90%;
	height: 2px;
	background-color: #999;
}

.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);
}

.substrate {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(56, 46, 66, 0.9);
	z-index: 999;
	display: none;
}


/* ----------------------------------------------
------------------- PAGE HOME -------------------
------------------------------------------------- */

.home-page header {
	background: url(../img/bg2_main_head.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 180px;
}

/* preform */

header .left-head {
	width: 32%;
}

header .right-head {
	width: 65%;
}

.home-title {
    padding: 10px 10px 40px;
    text-align: center;
}
.right-head .home-title h1 {
	font-size: 42px;
	margin: 5px 0 10px;
	line-height: 50px;
}

.right-head .home-title p {
	font-size: 20px;
	color: #333;
}

.right-head .home-title p strong {
	font-weight: 900;
	color: #333;
}

form.pre-form {
	background-color: #fff;
	width: 830px;
	height: 400px;
	display: inline-block;
	padding: 50px 50px 50px 75px;
	border-radius: 15px;
	-webkit-box-shadow: 37px 37px 21px 7px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 37px 37px 21px 7px rgba(0, 0, 0, 0.11);
	box-shadow: 37px 37px 21px 7px rgba(0, 0, 0, 0.11);
	position: relative;
	display: flex;
	align-items: center;
}

form.pre-form>div {
	width: 100%;
}

form.pre-form .box-help {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 165px;
	height: 165px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	right: -35px;
	font-size: 19px;
	line-height: 22px;
	padding-top: 15px;
	color: #333;
	-webkit-box-shadow: 10px 3px 10px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 3px 10px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 3px 10px -3px rgba(0, 0, 0, 0.2);
}

form.pre-form .box-help:after {
	content: '';
	display: block;
	width: 105px;
	height: 40px;
	background: url(../img/arrow_main.svg) no-repeat;
	background-size: contain;
	margin-right: 100px;
}

form.pre-form label.get-btn {
	background: #6600cc;
	display: inline-block;
	padding: 10px 0;
	border: none;
	cursor: pointer;
	border-radius: 12px;
	color: #fff;
	text-transform: uppercase;
	font: 28px 'Roboto';
	font-weight: 700;
	width: 17%;
	margin-bottom: 4%;
	text-align: center;
	transition: 0.3s;
	-webkit-box-shadow: 5px 5px 8px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 8px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 8px 4px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid rgba(49, 0, 130, 0.6);
	border-right: 4px solid rgba(49, 0, 130, 0.6);
	border-top: 4px solid rgba(140, 13, 218, 0.6);
}

form.pre-form .box-btn .get-btn:nth-of-type(10),
form.pre-form .box-btn .get-btn:nth-of-type(11),
form.pre-form .box-btn .get-btn:nth-of-type(12),
form.pre-form .box-btn .get-btn:nth-of-type(13),
form.pre-form .box-btn .get-btn:nth-of-type(14) {
	margin-bottom: 0;
}

form.pre-form label.get-btn:last-of-type {
    width: 38%;
}
@media screen and (max-width: 900px) {
    form.pre-form label.get-btn:last-of-type {
        width: 65%;
    }
}

.amount-none {
	display: none;
}

form.pre-form .box-text {
	width: 17%;
}

form.pre-form .box-text-mob {
	width: 30%;
	display: none;
}

form.pre-form .money {
	display: none;
}

form.pre-form label.get-btn:hover {
	background: #c410c9;
	border-bottom: 4px solid rgba(122, 9, 151, 0.6);
	border-right: 4px solid rgba(122, 9, 151, 0.6);
	border-top: 4px solid rgba(209, 29, 216, 0.6);
}

form.pre-form .box-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

form.pre-form .step-email {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: url(../img/bg_pre_form.png) no-repeat 50% 10%;
	background-size: contain
}

form.pre-form .step-email .step-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

form.pre-form .step-email .step-box .pos-rel {
	width: 60%;
}

form.pre-form .step-email .step-box .get-form-btn {
	width: 36%;
}

form.pre-form .step-email .step-box .your-choice p {
	font-weight: 700;
}

form.pre-form .step-email .step-box .your-choice h3 {
	font-size: 42px;
	font-weight: 900;
	margin-top: 10px;
}

form.pre-form .step-email button,
form.pre-form .step-email input {
	width: 100%;
	height: 95px;
	border-radius: 12px;
	border: none;
}

form.pre-form .step-email input {
	border: 1px solid #000;
	padding: 0 20px;
	font-size: 18px;
	background: url(../img/line_input.jpg) no-repeat 50% 70%;
	background-size: 85%;
}

form.pre-form img {
	height: 40px;
}

/* process */

.box-process {
	text-align: center;
}

.box-process h2 {
	color: #60c;
}

.box-process h2:before {
	content: '';
	display: block;
	margin: 0 auto 40px;
	width: 80px;
	height: 15px;
	background-color: #fc6;
}

.box-process h2~p {
	margin: 30px auto;
	width: 920px;
	font-size: 28px;
	font-weight: 300;
}

.box-process .box-steps {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 95px;
}

.box-process .box-steps .step {
	width: 30%;
}

.box-process .box-steps .step-line {
	display: block;
	width: 90px;
	height: 1px;
	border: 1px dashed #a61eaf;
	margin-bottom: 40px;
}

.box-process .box-steps .step img {
	height: 110px;
}

.box-process .box-steps .step h3 {
	font-style: italic;
	font-weight: 900;
	font-size: 36px;
	text-transform: uppercase;
	color: #60c;
	margin: 20px 0 15px;
}

.box-process .box-steps .step p {
	font-size: 22px;
}

/* trust */

.flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.flex-wrap .left-box {
	width: 55%;
}

.flex-wrap .right-box {
	width: 40%;
}

.box-trust .right-box ul {
	padding-bottom: 25px;
}

.box-trust .right-box li,
.box-trust .right-box p {
	font-size: 22px;
}

.box-trust .right-box li {
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.box-trust .right-box li:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/tick_1.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: -3px;
	left: 0;
}

.box-trust .right-box p {
	font-weight: 300;
	margin-top: 35px;
}

/* about */

.box-about {
	background-color: #f7f7f7;
}

.box-about h2 {
	color: #60c;
	margin-bottom: 45px;
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
}

.box-about h2:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 13px;
	background-color: #fc6;
}

.box-about p {
	line-height: 2;
}

/* help */

.box-help .flex-wrap {
	flex-direction: row-reverse;
}

.box-help h2 {
	color: #c39;
	margin-bottom: 45px;
	display: inline-block;
	line-height: 30px;
}


.box-help h2:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 13px;
	background-color: #fc6;
}

.box-help p {
	line-height: 2;
	font-weight: 300;
	font-size: 22px;
}

/* form bot */

section.form-bot {
	padding: 30px 0;
}

form.form-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fdcb66;
	padding: 50px;
	border-radius: 8px;
}

form.form-box .box-input {
	display: flex;
	justify-content: space-between;
}

form.form-box .box-text {
	width: 115px;
}

form.form-box .box-text p {
	color: #333;
	font-size: 15px;
	position: relative;
}

form.form-box .box-text p:after {
	content: url(../img/arrow.svg);
	position: absolute;
	top: 23px;
	left: 0;
	display: inline-block;
	width: 77px;
	height: 31px;
}

form.form-box .box-input {
	width: 70%;
}

form.form-box select,
form.form-box input,
form.form-box button {
	font-family: 'Chivo';
	border: none;
	padding: 0 25px;
	height: 85px;
	border-radius: 8px;
	font-size: 22px;
}

form.form-box input {
	font-size: 18px;
	font-weight: 300;
	width: 90%;
}

form.form-box button {
	width: 30%;
}

form.form-box .box-input select {
	width: 30%;
	background: url(../img/arrow_select_down.svg) no-repeat 90% 50% #fff;
	background-size: 15px;
	font-weight: 900;
}

form.form-box .box-input .pos-rel {
	width: 65%;
	font-size: 18px;
	font-weight: 300;
}

form.form-box .box-text-mob {
	display: none;
}

/* bottom navigate */

section.bot-navigate {
	padding: 50px 0;
}

.bot-navigate ul {
	padding: 20px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.bot-navigate ul li {
	display: inline-block;
}

.bot-navigate ul li a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
	position: relative;
}

.bot-navigate ul li {
	margin-right: 20px;
}

.bot-navigate ul li:last-child {
        margin-right: 0;
	float: right;
}

.bot-navigate ul li:last-child a {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}

.bot-navigate ul li a:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #777;
	transition: 0.3s;
	margin: 3px auto 0;
}

.bot-navigate ul li a:hover {
	color: #000;
}

.bot-navigate ul li a:hover:after {
	width: 100%;
	background-color: #000;
}

/* footer */

footer .mobile-title {
	display: none;
	position: relative;
	width: 100%;
	color: #666;
	font-size: 26px;
	font-weight: 400;
	padding: 20px 0;
}

footer .material h3 {
	font-size: 24px;
	color: #c39;
	text-transform: uppercase;
	margin-bottom: 50px;
}

footer .material p {
	color: #375a63;
	line-height: 1.4;
	margin-bottom: 20px;
}
footer .material .table {
    width: 900px;
    font-size: 16px;
    border-left: 1px solid #375a63;
    border-bottom: 1px solid #375a63;
    color: #375a63;
}
footer .material .table .tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #375a63;
}
footer .material .table .tr .td {
    width: 20%;
    padding: 10px;
    border-right: 1px solid #375a63;
}

footer .copyright {
	background-color: #fdcb66;
	padding: 25px 0;
}

/* 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;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1004;
	overflow-y: auto;
}

.flex-add {
	display: flex;
}

.modal .window {
	width: 915px;
	height: 415px;
	position: relative;
	z-index: 1006;
	padding: 0 3rem;
	background: url(../img/bg_modal.png) no-repeat top center #fff;
	background-size: cover;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	animation: modal 1s ease-in;
	-webkit-animation: modal 1s ease-in;
	-moz-animation: modal 1s ease-in;
}

.modal .window form.form-page {
	height: auto;
}

.modal .window form.form-page>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal .window form.form-page select,
.modal .window form.form-page button {
	width: 48%;
}

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

.modal .window form.form-page .box-email button {
	width: 18%;
}

.modal .window form.form-page select,
.modal .window form.form-page button {
	height: 85px;
	font: 22px 'Chivo';
	font-weight: 700;
	padding: 10px;
	border: none;
	border-radius: 10px
}

.modal .window form.form-page select,
.modal .window form.form-page input {
	padding: 0 20px;
	border: 1px solid #333;
}

.modal .window form.form-page select {
	background: url(../img/arrow_select_down.svg) no-repeat 90% 50%;
	background-size: 15px;
}

.modal .window form.form-page input {
	font-weight: 400;
	width: 100%;
	height: 85px;
	font: 16px 'Chivo';
	border-radius: 10px;
}

.modal .window .box-modal-content {
	width: 60%;
}

.modal .window h5 {
	font-size: 50px;
	color: #333;
	text-transform: none;
	display: inline-block;
	position: relative;
}

.modal .window p {
	font-size: 24px;
	color: #333;
	margin: 2rem 0 4rem;
}

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

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

.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 p.text-req {
	bottom: -18px;
}


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

.faq-page header {
	padding-top: 85px;
	position: relative;
}

.faq-page .faq-head .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.faq-page .faq-head .left-box,
.faq-page .faq-head .right-box {
	width: 48%;
}

.faq-page .faq-head p {
	margin-top: 30px;
	font-size: 22px;
	line-height: 1.7;
}

section.faq-head img {
	position: relative;
	top: 25px;
}

/* accordion */

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

.box-acc .ac-head:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 24px;
	background: url(../img/plus_icon.png) no-repeat;
	background-size: contain;
	pointer-events: none;
}

.box-acc .ac-head.in:before {
	background-image: url(../img/minus_icon.png);
}

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

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

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

.ac-head h4 {
	font-size: 22px;
	text-transform: unset;
	color: #60c;
}

.ac-body p {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 120px;
}

.list-accord {
	padding-left: 120px;
	margin-bottom: 1rem;
}

.list-accord li {
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	padding-left: 20px;
}

.list-accord li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #60c;
	border-radius: 50%;
}


/* ---------------------------------------------
------------------ PAGE WORKS ------------------
------------------------------------------------ */

.works-page header {
	background: url(../img/bg_works_head.jpg) no-repeat center top;
	background-size: cover;
	height: 930px;
	padding-top: 180px;
	position: relative;
}

.works-page header .left-head {
	width: 30%;
}

.works-page header .right-head {
	width: 67%;
}

.works-page header .flex-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.works-page header .flex-block .right-head {
	margin-top: 130px;
}

.works-page header .flex-block p {
	font-size: 26px;
	color: #333;
}

.title-top {
	color: #60c;
	font-size: 58px !important;
}

.title-top:after {
	content: '';
	display: block;
	width: 80px;
	height: 13px;
	background-color: #fc6;
	margin-top: 25px;
}

.works-page .box-steps {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 55px;
	text-align: center;
}

.works-page .box-steps .step1 {
	width: 175px;
}

.works-page .box-steps .step2 {
	width: 170px;
}

.works-page .box-steps .step3 {
	width: 220px;
}

.works-page .box-steps .step-line {
	display: block;
	width: 80px;
	height: 1px;
	border: 1px dashed #a61eaf;
	margin-top: 167px;
}

.works-page .box-steps img {
	height: 110px;
	margin-bottom: 20px;
}

.works-page .box-steps p {
	font-size: 20px !important;
}

.we-works {
	padding: 10rem 0 95px;
}

.we-works .wrapper p {
	line-height: 1.7;
}

.we-works .wrapper>p {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 40px;
}

.we-works .wrapper>p strong {
	color: #60c;
}

.we-works .box-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 150px;
}

.we-works .box-list>div {
	width: 48%;
}

.we-works .box-list p {
	font-size: 22px;
	margin-bottom: 60px;
}

.we-works .box-list li {
	font-size: 18px;
	margin-bottom: 25px;
	padding-left: 40px;
	line-height: 1.6;
	position: relative;
}

.we-works .box-list li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/tick_2.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}


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

.contact-page header {
	background: url(../img/bg_contact_head.jpg) no-repeat center top;
	background-size: cover;
	height: 930px;
	padding-top: 180px;
	position: relative;
}

.contact-page header .left-head {
	width: 35%;
}

.contact-page header .right-head {
	width: 64%;
}

.contact-page header .flex-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-page header .left-head .box-info {
	margin-top: 2rem;
}

.contact-page header .left-head .box-info .md-text {
	font-size: 24px;
}

.contact-page header .left-head .box-info .sm-text {
	font-size: 16px;
}

.contact-page header .left-head .box-info a {
	font-size: 40px;
	font-weight: 700;
	color: #c39;
	padding: 8px 0 20px 55px;
	position: relative;
}

.contact-page header .left-head .box-info a:before {
	content: '';
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url(../img/phone_icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 9px;
	left: 0;
}


/* style form */

.contact-page form.form {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	padding: 50px 90px;
}

.contact-page form.form>p {
	font-size: 16px;
	font-weight: 700;
}

.contact-page form.form .box-mid-form {
	margin: 65px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

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

.contact-page form.form .box-mid-form .form-group.full {
	width: 100%;
}

.contact-page form.form .box-mid-form .form-group label {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #333;
}

.contact-page form.form input,
.contact-page form.form textarea {
	width: 100%;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 10px 15px;
	font: 16px 'Chivo';
}

.contact-page form.form textarea {
	height: 100px;
	resize: none;
}

.contact-page form.form .box-bot-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-page form.form .box-bot-form .req-text {
	color: #666;
}

.contact-page form.form .box-bot-form button {
	width: 200px;
	height: 75px;
	border: none;
	border-radius: 8px;
	font-size: 24px;
}

/* form error */

.contact-page form.form .box-captcha {
	position: relative;
	margin: 0 20px;
}

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

.error:not(.feedCaptcha-error) {
	border: 1px solid red !important;
}
#feedCaptcha > div {
        border: 1px solid transparent;
}
.feedCaptcha-error {
	position: absolute;
	bottom: -15px;
	left: 2px;
	font-size: 12px;
	color: red;
       border: none !important;
}

.pos-rel {
	position: relative;
}

p.text-req {
	font-size: 12px !important;
	color: #f00 !important;
	position: absolute;
	left: 20px;
	bottom: -17px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

/* ---------------------------------------------
------------------ PAGE TERMS- -----------------
------------------------------------------------ */

.terms-content .terms-text {
	font-size: 18px;
	font-weight: 700;
}

.terms-page header {
	padding-top: 85px;
	position: relative;
}

.terms-page .terms-content .box-img {
	margin: 40px 0 20px;
}

.terms-page .terms-content h1 {
	font-size: 40px;
}

.terms-page .terms-content h5 {
	font-size: 18px;
	font-weight: 700;
	margin: 60px 0 20px;
	line-height: 2;
}

.terms-page .terms-content h5.no-marg {
	margin: 10px 0 20px;
}

.terms-page .terms-content p {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 20px;
}


/* animation */

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

	50% {
		left: 5%;
	}

	60% {
		left: -2%;
	}

	100% {
		left: 0;
	}
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
	background: #60c;
}

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

.navigate-fix-top {
	position: absolute !important;
}
body #omReApplyPage .omReApplyBttn_orange {
    border: solid 2px #66b88e;
}
body #omReApplyPage .omReApplyBttn_orange,
/*body #omReApplyPage .omReApplyQuestion,*/
body #omReApplyPage .omReApplyBankQuestion {
    background-color: #66b88e;
}
body #omReApplyPage .omReApplyBttn_orange:hover {
    color: #66b88e;
}


#omForm.omForm .om_full_step_colored_bg .omError-span {
    color: #f993a2;
}
