

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
html, body {
	width: 100%;
	overflow-x: hidden;
}

body {
	border: none;
	font: 16px 'Open Sans';
	font-weight: 400;
}

input, textarea, button, select {
	font-family: 'Open Sans';
	color: #000;
}

button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	color: #000;
	font-family: 'Open Sans';
	font-weight: 800;
}

h1 {
	font-size: 52px;
	line-height: 61px;
}

.active {
	font-weight: 800;
}

strong {
	font-weight: 700;
}

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

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

li {
	font-family: 'Open Sans';
}

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

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

.link {
	color: #B7442E;
}

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

.link:visited {
	color: #0FD9FF;
}

.overflow-hd {
	overflow: hidden;
}

main.content {
	display: block;
	padding: 130px 0 0;
}

.get-btn {
	border: 1px solid #000;
	border-radius: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.get-btn.white {
	background: #fff;
	color: #000;
}

.get-btn.white:hover {
	background: #484848;
	border-color: #484848;
	color: #fff;
}

.get-btn.black {
	background: #000;
	color: #fff;
}

.get-btn.black:hover {
	background: #484848;
	border-color: #484848;
}

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

/* NAME SECTION (DELETE) */

.name-section {
	padding: 50px 0;
	text-align: center;
	background: #c2c0ac;
	border: 1px solid #fff;
}

.name-section:nth-child(2n) {
	background: #c2b2ac;
}

/* header section */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 130px;
	background: #fff;
	transition: 0.4s;
}

header .menu {
	display: flex;
	justify-content: space-between;
}

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

header .menu ul.navigate li {
	padding: 0 20px;
	position: relative;
}

header .menu ul.navigate li:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #000;
	position: absolute;
	top: 4px;
	left: 0;
}

header .menu ul.navigate li:first-child:after {
	display: none;
}

header .menu ul li a {
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

header .menu ul li a.elem-nav:hover {
	color: #FF856E;
}

header .menu li.cont-tel {
	margin: 0 20px 0 10px;
}

header .menu li.cont-tel a, header .menu li.cont-tel p {
	font-size: 14px;
	line-height: 19px;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
}

header .menu li.cont-tel a {
	display: inline-block;
	position: relative;
	padding-left: 70px;
}

header .menu li.cont-tel a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 28px);
	left: 0;
	width: 56px;
	height: 56px;
	border: 1px solid #000;
	border-radius: 50%;
	background: url(../img/icon-tel-black.svg) no-repeat center #fff;
	background-size: 20px 20px;
	transition: 0.4s;
}

header .menu li.cont-tel span {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	transition: 0.4s;
}

header .menu ul li.cont-tel a:hover {
	text-decoration: none;
}

header .menu li.cont-tel a:hover:before {
	background-image: url(../img/icon-tel-white.svg);
	background-color: #000;
}

header .menu ul li.box-btn .get-btn {
	font-size: 16px;
	line-height: 22px;
	width: 160px;
	height: 60px;
}

/* mobile menu */

header .menu ul.navigate li.btn-mob, header .menu ul.navigate li.cont-tel, .box-hum {
	display: none;
}

.hum {
	width: 22px;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	border-radius: 5px;
	cursor: pointer;
}

.hum:before, .hum:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #010003;
	margin-bottom: 7px;
	transition: 0.4s;
	position: relative;
	top: 0;
}

.hum.get-close:before {
	transform: rotate(45deg);
	top: 5px;
}

.hum.get-close:after {
	transform: rotate(-45deg);
	top: -6px;
}

/* head main */

.header-main-section {
	padding: 30px 0 0;
}

.header-main-section .col-left {
	width: 55%;
}

.header-main-section .col-right {
	width: 45%;
}

.header-main-section h1 {
	width: 80%;
	font-size: 70px;
	line-height: 80px;
}

.header-main-section .col-left p {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	margin: 50px 0 30px;
}

/* preform style */

form.preform .section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

form.preform .section select {
	width: 100%;
	max-width: 325px;
	height: 88px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	border-radius: 146px;
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	padding: 0 30px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
	background-size: 22px 30px;
	cursor: pointer;
	color: #000;
}

form.preform .section .pos-rel {
	width: 100%;
	height: 88px;
}

form.preform .section .pos-rel input {
	border: 1px solid #bfbfbf;
	font-size: 20px;
	border-radius: 146px;
	width: 100%;
	height: 100%;
	padding: 0 30px;
}

form.preform .section .pos-rel input+label {
	position: absolute;
	top: 32px;
	left: 30px;
	font-size: 20px;
	line-height: 23px;
	color: #919191;
	transition: 0.2s;
}

form.preform .section .pos-rel input+label.move {
	top: 14px;
	font-size: 14px;
	line-height: 17px;
}

form.preform .section button {
	min-width: 220px;
	background: #FF856E;
	-webkit-box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0.48);
	-moz-box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0.48);
	box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0.48);
	border-radius: 83px;
	height: 88px;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	border: none;
	color: #fff;
	margin: 0 0 0 20px;
	padding: 0 30px;
}

form.preform .section button:hover {
	-webkit-box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0);
	-moz-box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0);
	box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0);
}

form.preform .section button.next-btn {
	width: 118px;
	min-width: 118px;
	height: 118px;
	border-radius: 83px;
	padding: 0;
}

form.preform .section button.next-btn:hover {
	transform: rotate(-35deg);
	-webkit-box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0.48);
	-moz-box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0.48);
	box-shadow: 0px 15px 33px 3px rgba(255, 133, 110, 0.48);
}

form.preform .section button.next-btn img {
	transition: 0.4s;
}

form.preform .section button.next-btn:hover img {
	transform: rotate(-35deg);
}

form.preform .section button.next-btn span {
	display: none;
}

/* step section */

.steps-section {
	padding: 0 0 30px;
}

.steps-section ul {
	width: 100%;
	max-width: 650px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.steps-section ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.steps-section ul li .img {
	min-width: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6f7f7;
	border-radius: 48px;
	margin: 0 15px 0 0;
}

.steps-section ul li p {
	font-size: 14px;
	line-height: 18px;
}

.steps-section ul li:nth-child(1) p {
	max-width: 120px;
}

.steps-section ul li:nth-child(2) p {
	max-width: 90px;
}

.steps-section ul li:nth-child(3) p {
	max-width: 170px;
}

/* fast loans section */

.fast-loans-section {
	padding: 100px 0 50px;
}

.fast-loans-section .col-left {
	width: 45%;
}

.fast-loans-section .col-right {
	width: 50%;
}

.fast-loans-section h2 {
	font-size: 40px;
	line-height: 56px;
	font-weight: 400;
	margin: 0 0 40px;
}

.fast-loans-section h2 strong {
	display: block;
	font-size: 52px;
	font-weight: 800;
}

.fast-loans-section p {
	margin: 0 0 20px;
	line-height: 25px;
}

.fast-loans-section a {
	width: 250px;
	height: 74px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	margin: 40px 0 0;
}

/* payday loans section */

.payday-loans-section .col-left {
	width: 50%;
}

.payday-loans-section .col-right {
	width: 45%;
}

.payday-loans-section h2 {
	font-weight: 800;
	font-size: 52px;
	line-height: 61px;
	margin: 0 0 50px;
}

.payday-loans-section p {
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 20px;
}

/* trust form section */

.pre-footer-section {
	padding: 100px 0 0;
}

.pre-footer-section .flex-box {
	align-items: stretch;
}

.pre-footer-section .col-black, .pre-footer-section .col-white {
	width: 50%;
}

.pre-footer-section .col-black {
	background: #000;
	padding: 130px 80px 80px;
	position: relative;
}

.pre-footer-section .col-black:before {
	content: '';
	display: block;
	width: 227px;
	height: 51px;
	background: url(../img/img-before-trust.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: 0;
}

.pre-footer-section .col-black h2 {
	color: #fff;
	font-size: 52px;
	line-height: 60px;
	margin: 0 0 65px;
}

.pre-footer-section .col-black p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

.pre-footer-section .col-white {
	background: #f6f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding: 0 60px;
	text-align: center;
}

.pre-footer-section .col-white h2 {
	width: 100%;
	max-width: 340px;
	margin: 0 auto 30px;
	font-weight: 800;
	font-size: 52px;
	line-height: 56px;
	text-align: left;
}

.pre-footer-section .col-white p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 50px;
}

.pre-footer-section form.preform {
	width: 100%;
	max-width: 340px;
}

.pre-footer-section form.preform .section {
	flex-flow: column;
}

.pre-footer-section form.preform .section select {
	max-width: 100%;
	height: 74px;
	font-size: 24px;
	line-height: 28px;
	color: #000;
}

.pre-footer-section form.preform .section .pos-rel input {
	font-size: 18px;
	line-height: 21px;
}

.pre-footer-section form.preform .section button {
	width: 100%;
	height: 74px;
	margin: 20px 0 0;
}

.pre-footer-section form.preform .section .pos-rel {
	height: 74px;
}

.pre-footer-section form.preform .section .pos-rel input+label {
	top: 27px;
	font-size: 18px;
	line-height: 21px;
	pointer-events: none;
}

.pre-footer-section form.preform .section .pos-rel input+label.move {
	top: 8px;
	font-size: 14px;
	line-height: 16px;
}

/* footer */

footer .foot-nav {
	padding: 45px 0 35px;
}

footer .foot-nav li {
	display: inline-block;
}

footer .foot-nav li a {
	font-size: 16px;
	line-height: 28px;
	color: #000;
	margin: 0 0 0 20px;
}

footer .foot-nav li:first-child a {
	margin: 0;
}

footer .foot-nav li a:hover {
	color: #ff856e;
}

footer .foot-nav .logo-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .material {
	padding: 35px 0;
	border-top: 1px solid #000;
}

footer .material h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 35px;
}

footer .material p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

footer .material p:last-child {
	margin: 0;
}

footer .copyright {
	padding: 35px 0;
	border-top: 1px solid #848484;
}

footer .copyright p {
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
}

/* modal */

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

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

.flex-add {
	display: block;
}

.modal .window {
	width: 630px;
	height: 530px;
	position: relative;
	z-index: 1008;
	background: url(../img/img-modal-right.svg) no-repeat 100% 40% #fff;
	background-size: 80px 205px;
	text-align: center;
	animation: modal 0.5s ease-in;
	-webkit-animation: modal 0.5s ease-in;
	-moz-animation: modal 0.5s ease-in;
	-webkit-box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
	-moz-box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
	box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
	padding: 75px 30px 30px;
	text-align: right;
}

.modal .window img.bg-modal {
	position: absolute;
	bottom: 0;
	left: -51px;
}

.modal .window h4 {
	font-weight: 800;
	font-size: 52px;
	line-height: 56px;
	padding: 0 0 15px;
}

.modal .window>p {
	font-weight: 600;
	font-size: 30px;
	line-height: 41px;
	position: relative;
}

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

.modal .window .box-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0 0;
}

.modal .window .modal-btn {
	width: 280px;
	height: 100px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.15);
	border-radius: 126px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	cursor: pointer;
	transition: 0.4s;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	padding: 0 25px 0 100px;
	color: #000;
}

.modal .window .modal-btn:before {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 39px);
	left: 11px;
}

.modal .window .modal-btn.back-btn {
	margin: 0 25px 0 0;
	transition: 0s;
}

.modal .window .modal-btn.back-btn:before {
	background-color: #FD846E;
	background-image: url(../img/arrow-back-modal.svg);
}

.modal .window .modal-btn.call-btn p span {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}

.modal .window .modal-btn.call-btn:before {
	background-color: #000;
	border: 1px solid #000;
	background-image: url(../img/icon-tel-white.svg);
}

.modal .window .modal-btn.back-btn:hover {
	color: #FD846E;
}

.modal .window .modal-btn.call-btn:hover:before {
	background-color: #fff;
	background-image: url(../img/icon-tel-black.svg);
}

/* close modal */

.modal .window .close-modal {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 20px;
	height: 20px;
	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: #000;
	transition: 0.4s;
}

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

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

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

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

.head-works-section {
	height: 360px;
}

.head-works-section .box-bg {
	height: 100%;
	background: url(../img/bg-head-works.png) no-repeat top center;
	background-size: cover;
	position: relative;
}

.head-works-section .box-bg:after {
	content: '';
	display: block;
	width: 795px;
	height: 70px;
	background: url(../img/img-head-works-after.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -1px;
	left: -1px;
}

.head-works-section h1 {
	color: #fff;
	padding: 65px 0 0 40px;
}

.how-does-section {
	padding: 50px 0;
}

.how-does-section h2 {
	font-size: 52px;
	line-height: 61px;
	margin: 0 0 40px;
}

.how-does-section p {
	margin: 0 0 30px;
	line-height: 26px;
}

.how-does-section .list {
	display: flex;
	justify-content: space-between;
	align-content: inherit;
	margin: 70px 0 30px;
}

.how-does-section .list .left, .how-does-section .list .right {
	width: 48%;
}

.how-does-section .list p {
	padding: 0 0 0 70px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px;
	position: relative;
}

.how-does-section .list p:before {
	content: '';
	display: block;
	width: 32px;
	height: 22px;
	background: url(../img/icon-list.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
}

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

.head-faq-section {
	height: 360px;
}

.head-faq-section .box-bg {
	height: 100%;
	background: url(../img/bg-head-faq.png) no-repeat top center;
	background-size: cover;
}

.head-faq-section h1 {
	color: #fff;
	padding: 65px 0 0 40px;
}

/* accordeon */

.accordeon {
	margin: 60px 0;
}

.acc-section {
	padding: 80px 0 0;
}

.box-acc {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.box-acc:last-child {
	border: none;
}

.ac-head {
	position: relative;
	cursor: pointer;
	padding: 30px 30px 30px 0;
	transition: 0.4s;
}

.ac-head:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/arrow-faq.svg) no-repeat center;
	position: absolute;
	top: 35px;
	right: 0;
	transition: 0.4s;
}

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

.ac-head h4 {
	display: inline;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	position: relative;
	transition: 0.4s;
}

.ac-head:hover h4, .ac-head.in h4 {
	color: #B7442E;
}

.ac-body {
	display: none;
	background: #fff;
	padding: 0 0 35px;
}

.ac-body p {
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}

.ac-body li {
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 20px;
	position: relative;
}

.ac-body li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

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

.head-contact-section {
	height: 360px;
}

.head-contact-section .box-bg {
	height: 100%;
	background: url(../img/bg-head-contact.png) no-repeat top center;
	background-size: cover;
}

.head-contact-section h1 {
	color: #fff;
	padding: 65px 0 0 40px;
}

.form-section {
	padding: 60px 0;
}

.form-section .box-contact {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}

.form-section .box-contact .p-required {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 14px;
	line-height: 19px;
}

/* contact form */

.form-section .box-contact .box-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.form-section .box-contact .box-table .box-field {
	position: relative;
	width: 48%;
	height: 74px;
	margin: 0 0 35px;
}

.form-section .box-contact .box-table .field-text {
	position: relative;
	width: 100%;
	height: 175px;
}

.form-section .box-contact .box-table .box-field p, .form-section .box-contact .box-table .field-text p {
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 18px;
	line-height: 25px;
	color: #636363;
	background: transparent;
	transition: 0.4s;
	pointer-events: none;
}

.form-section .box-contact .box-table .box-field p.move, .form-section .box-contact .box-table .field-text p.move {
	font-size: 14px;
	line-height: 19px;
	top: 7px;
}

.form-section .box-contact .box-table input, .form-section .box-contact .box-table textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	box-sizing: border-box;
	border-radius: 12px;
	font-size: 18px;
	line-height: 25px;
}

.form-section .box-contact .box-table input {
	padding: 0 30px;
}

.form-section .box-contact .box-table textarea {
	padding: 23px 30px;
	resize: none;
}

.form-section .box-contact .box-table .box-field, .form-section .box-contact .box-table .field-text {
	position: relative;
}

.form-section .box-contact .box-table label {
	display: none;
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 12px;
	line-height: 16px;
	color: #f00;
}

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

.form-section .box-contact .box-table .valid {
	border-color: #0EC120;
}

.form-section .box-contact .box-captcha {
	margin: 30px 0;
}

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

.form-section .box-contact .box-bot-form button {
	width: 215px;
	min-width: 215px;
	height: 74px;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 0 40px;
}

.form-section .box-contact .box-bot-form a {
	color: #B7442E;
}

.form-section .box-contact .box-bot-form a:hover {
	text-decoration: underline;
}

.form-section .box-contact .box-bot-form a:visited {
	color: #0FD9FF;
}

.form-section .contact-thankyou {
	text-align: center;
}

.form-section .contact-thankyou h4 {
	font-size: 24px;
	line-height: 33px;
	margin: 0 0 20px;
}

.form-section .contact-thankyou p {
	font-size: 18px;
	line-height: 28px;
}

/* form error */

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

.feedCaptcha-error {
	color: #f00;
	font-size: 12px;
	line-height: 16px;
}

.pos-rel {
	height: 100%;
	position: relative;
}

p.text-req {
	font-size: 14px!important;
	line-height: 16px;
	color: #f00 !important;
	position: absolute;
	left: 30px;
	bottom: -25px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

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

.terms-section {
	padding: 0 0 60px;
}

.terms-section h1 {
	font-size: 46px;
	line-height: 52px;
	margin: 0 0 50px;
}

.terms-section p {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 28px;
}

.terms-section strong {
	display: inline-block;
}

.terms-section p+strong {
	font-size: 18px;
	line-height: 28px;
}

.terms-section a {
	color: #B7442E;
}

.terms-section a:hover {
	text-decoration: underline;
}

.terms-section a:visited {
	color: #0FD9FF;
}

/* animation */

@keyframes modal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#omForm.omForm .om_subhead, #omForm.omForm .om_full_step_colored_bg {
	background: #a8bbbc;
}

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

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

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

.page-form-section #omForm .om_full_area .om_full_step_colored_bg button {
	background: #FF4846;
	border-radius: 3px;
}

.page-form-section #omForm .om_full_area .om_full_step_colored_bg button:hover {
	background: #000;
}

.page-form-section #omForm .om_full_area button.btn.omLookupStart {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	transition: 0.4s;
}

.page-form-section #omForm .om_full_area button.btn.omLookupStart:hover {
	background: #000;
	color: #fff;
}
