@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap');

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

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

input, textarea, button, select {
	font-family: 'Nunito Sans';
}

button {
	cursor: pointer;
	transition: 0.4s;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	color: #000;
	font-family: 'Nunito Sans';
	font-weight: 300;
	text-transform: none;
}

h1, h2 {
	font-weight: 300;
	font-size: 60px;
	line-height: 75px;
}

h3 {
	font-weight: 300;
	font-size: 36px;
	line-height: 49px;
}

.active, strong {
	font-weight: 900;
}

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

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

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

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

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

.wrapper.max {
	max-width: 1610px;
}

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

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

.overflow-hd {
	overflow: hidden;
}

main.content {
	display: block;
}

.text-size {
	font-size: 16px;
}

/* 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 */

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 194px;
	height: 65px;
	margin: 0 20px 0 0;
}

.scroll .logo path {
	fill: #fff;
}

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

header.scroll {
	background: #000;
}

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

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

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

header .menu li {
	margin: 0 0 0 25px;
}

header .menu li:first-child {
	margin: 0;
}

header .menu li.cont-tel a {
	transition: 0s;
}

header .menu ul.navigate li {
	margin: 0 40px 0 0;
}

header .menu ul.navigate li.border-right {
	position: relative;
}

header .menu ul.navigate li.border-right:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: calc(50% - 9px);
	right: -20px;
}

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

header .menu ul li a.get-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 126px;
	height: 46px;
	border-radius: 83px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	border: 1px solid transparent;
}

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;
	text-transform: capitalize;
}

header .menu li.cont-tel a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .menu li.cont-tel a svg {
	margin: 0 15px 0 0;
}

header.scroll .menu li.cont-tel a circle {
	stroke: #fff;
}

header.scroll .menu li.cont-tel a path {
	fill: #fff;
}

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

/* black/white style */

header .menu.white ul li a {
	color: #fff;
}

header .menu.white ul li a:hover {
	text-decoration: underline;
}

header .menu.white ul li a.get-btn,
header.scroll .menu.black ul li a.get-btn {
	background: #fff;
	color: #000;
	border-color: #fff;
}

header .menu.white ul li a.get-btn:hover,
header.scroll .menu.black ul li a.get-btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

header .menu.white ul.navigate li.border-right:after {
	background: #fff;
}

header .menu.black ul li a {
	color: #000;
}

header .menu.black ul li a:hover {
	text-decoration: underline;
}

header .menu.black ul li a.get-btn {
	background: #000;
	color: #fff;
	border-color: #000;
}

header .menu.black ul li a.get-btn:hover {
	background: #fff;
	color: #000;
}

header.scroll .menu.black ul li a {
	color: #fff;
}

header .menu.black li.cont-tel span {
	transition: 0s;
}

/* mobile menu */

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

.hum {
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	animation: animGetBtn 1s forwards;
}

.hum span {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 7px;
	transition: 0.4s;
	position: relative;
	top: 0;
}

.box-hum.black .hum span {
	background-color: #000;
}

.box-hum.white .hum span {
	background-color: #fff;
}

.hum.get-close span:first-child {
	transform: rotate(45deg);
	top: 4px;
}

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

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

.scroll .box-hum .hum span {
	background-color: #fff;
}

/* head main */

.header-main-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.header-main-section .col-left,
.header-main-section .col-right {
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	z-index: 1;
}

.header-main-section .col-left {
	justify-content: flex-end;
	align-items: flex-start;
	padding: 340px 65px 150px 30px;
}

.header-main-section .col-right {
	justify-content: flex-start;
	align-items: flex-end;
	background: #274BB3;
	padding: 170px 30px 0 100px;
}

.header-main-section .col-right ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	width: 95px;
	height: 100px;
	position: absolute;
	top: 25%;
	left: 170px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #80BBFF;
}

.header-main-section .col-right ul li {
	position: relative;
	padding: 0 0 0 35px;
}

.header-main-section .col-right ul li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
}

.header-main-section .col-right ul li:nth-child(1):before {
	background-image: url(../img/icon-step-1.svg);
}

.header-main-section .col-right ul li:nth-child(2):before {
	background-image: url(../img/icon-step-2.svg);
}

.header-main-section .col-right ul li:nth-child(3):before {
	background-image: url(../img/icon-step-3.svg);
}

.header-main-section .col-left:after {
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	top: -300px;
	right: -300px;
	background: #61AE57;
	border-radius: 50%;
	z-index: 0;
}

.header-main-section .col-left .box-preform {
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.header-main-section p {
	margin: 30px 0 50px;
	font-size: 20px;
	line-height: 27px;
}

/* main preform style */

form.preform {
	width: 100%;
	margin: 40px 0 0;
}

form.preform .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}

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

form.preform .section button,
form.preform .section select,
form.preform .section input {
	border-radius: 146px;
}

form.preform .section button {
	width: 160px;
	min-width: 160px;
	height: 60px;
	margin: 0 0 0 20px;
	border: none;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}

form.preform .section button:hover {
	background: #4699F7;
}

form.preform .section select,
form.preform .section input {
	width: 100%;
	height: 60px;
	border: 1px solid #000000;
	padding: 0 30px;
}

form.preform .section select {
	font-size: 18px;
	line-height: 25px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
	cursor: pointer;
}

form.preform .section input {
	font-size: 16px;
	line-height: 22px;
}

/* process section */

.process-section {
	width: 100%;
}

.process-section ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.process-section ul li {
	padding: 90px 50px;
}

.process-section ul .icon {
	width: 61px;
	height: 120px;
}

.process-section ul h3 {
	display: inline-block;
	height: 120px;
	position: relative;
}

.process-section ul p,
.process-section ul strong {
	font-size: 24px;
	line-height: 30px;
}

.process-section ul li:nth-child(1) {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	background: #F8F9FC;
}

.process-section ul li:nth-child(2) {
	width: 330px;
	min-width: 330px;
}

.process-section ul li:nth-child(3) {
	width: 330px;
	min-width: 330px;
	background: #F8F9FC;
}

.process-section ul li:nth-child(4) {
	width: 100%;
	background: #4699F7;
	color: #fff;
}

.process-section ul li:nth-child(1) .box {
	width: 415px;
	min-width: 415px;
}

.process-section ul li:nth-child(1) p {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #8B8992;
}

.process-section ul li:nth-child(4) .box {
	width: 270px;
	min-width: 270px;
}

/* steps section */

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

.steps-section ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 0;
}

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

.steps-section ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 88px;
	min-width: 88px;
	height: 88px;
	background: #F8F9FC;
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;
}

.steps-section ul li p {
	font-size: 16px;
	line-height: 22px;
	color: #8B8992;
	margin: 0 40px 0 30px;
}

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

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

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

/* help section */

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

.help-section .col-left,
.help-section .col-right {
	position: relative;
	width: 50%;
	display: flex;
}

.help-section .col-left {
	justify-content: flex-end;
	align-items: center;
	background: #61AE57;
}

.help-section .col-left img {
	position: absolute;
	bottom: 0;
	right: 100px;
}

.help-section .col-right {
	justify-content: flex-start;
	align-items: center;
	background: #F8F9FC;
	overflow: hidden;
}

.help-section .col-right:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -350px;
	right: -350px;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background: #4699F7;
}

.help-section .col-right .box {
	width: 417px;
	min-width: 417px;
	margin: 120px 0 120px 120px;
	z-index: 2;
}

.help-section p {
	line-height: 22px;
	margin: 40px 0 0;
}

/* info section */

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

.info-section .col-left,
.info-section .col-right {
	position: relative;
	width: 50%;
	display: flex;
}

.info-section .col-left {
	justify-content: flex-end;
	align-items: flex-start;
}

.info-section .col-left .box {
	width: 490px;
	min-width: 490px;
	margin: 120px 120px 120px 0;
}

.info-section .col-left p {
	color: #8B8992;
	font-size: 16px;
	line-height: 22px;
}

.info-section .col-right {
	justify-content: flex-start;
	align-items: flex-start;
	background: #F8DA6C;
	overflow: hidden;
}

.info-section .col-right:after {
	content: '';
	display: block;
	position: absolute;
	top: -235px;
	right: -235px;
	width: 470px;
	height: 470px;
	border-radius: 50%;
	background: #274BB3;
}

.info-section .col-right .box {
	width: 490px;
	min-width: 490px;
	margin: 120px 0 120px 120px;
	z-index: 2;
}

.info-section p {
	margin: 40px 0 0;
	font-size: 16px;
	line-height: 22px;
}

.info-section a {
	width: 173px;
	height: 60px;
	margin: 40px 0 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border: 1px solid #000;
	border-radius: 146px;
}

.info-section a:hover {
	color: #fff;
	background: #000;
}

/* prefooter section */

.prefooter-section {
	background: #000;
	padding: 80px 0;
}

.prefooter-section h3 {
	color: #fff;
}

.prefooter-section .logo-footer {
	min-width: 150px;
}

.prefooter-section .logo-footer svg {
	width: 100%;
}

.prefooter-section .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prefooter-section form.preform-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 800px;
}

.prefooter-section form.preform-footer .pos-rel,
.prefooter-section form.preform-footer select,
.prefooter-section form.preform-footer button,
.prefooter-section form.preform-footer input {
	width: 100%;
	height: 60px;
}

.prefooter-section form.preform-footer .pos-rel {
	width: 390px;
	min-width: 390px;
	margin: 0 15px;
}

.prefooter-section form.preform-footer select,
.prefooter-section form.preform-footer input {
	border: 1px solid transparent;
	background: #F8F9FC;
	border-radius: 146px;
	padding: 0 25px;
	font-size: 18px;
	line-height: 25px;
}

.prefooter-section form.preform-footer select {
	min-width: 160px;
	cursor: pointer;
	font-size: 18px;
	line-height: 25px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #F8F9FC;
}

.prefooter-section form.preform-footer button {
	border: 1px solid #fff;
	border-radius: 43px;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}

.prefooter-section form.preform-footer button:hover {
	background: #fff;
	color: #000;
}

/* footer */

footer .foot-nav {
	background: #F8F9FC;
	padding: 40px 0;
}

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

footer .foot-nav ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #000;
}

footer .foot-nav ul li a:hover {
	text-decoration: underline;
}

footer .material {
	margin: 40px 0;
}

footer .material h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #8B8992;
	margin: 0 0 40px;
}

footer .material p {
	font-size: 14px;
	line-height: 19px;
	font-weight: 300;
	color: #8B8992;
	margin: 0 0 20px;
}

footer .material p strong {
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #8B8992;
}

footer .copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

footer .copyright p {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #8B8992;
}

footer .copyright a {
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	color: #8B8992;
}

footer .copyright a:hover {
	text-decoration: none;
}

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

.header-all-section .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header-all-section .col-left {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	width: 50%;
	padding: 200px 0 130px;
	color: #fff;
}

.header-all-section .col-left .box-text {
	width: 440px;
	margin: 0 45px 0 0;
}

.header-all-section .col-left h1 {
	color: #fff;
	margin: 0 0 50px;
}

.header-all-section .col-left .box-text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

.header-all-section .col-right {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

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

.header-all-section.works {
	background: #61AE57;
}

.header-all-section.works .col-left:after {
	content: '';
	display: block;
	width: 440px;
	height: 440px;
	background: #EEBBC4;
	border-radius: 50%;
	position: absolute;
	top: -285px;
	right: -10%;
}

.process-section.works ul li:nth-child(4) {
	background: #274BB3;
}

.process-section.works ul h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
}

/* register section */

.register-section {
	padding: 70px 0;
}

.register-section .box {
	position: relative;
}

.register-section .box:before {
	content: '';
	display: block;
	width: 200px;
	height: 400px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #F8DA6C;
	position: absolute;
	top: calc(50% - 200px);
	left: -110px;
	z-index: -1;
}

.register-section .box h3 {
	display: inline-block;
}

.register-section .box h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
}

.register-section .box p {
	margin: 30px 0;
	color: #8B8992;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}

.register-section .box ul li {
	position: relative;
	padding: 0 0 0 26px;
	color: #8B8992;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}

.register-section .box ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #8B8992;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

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

.header-all-section.faq {
	background: #274BB3;
	overflow: hidden;
}

.header-all-section.faq h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	color: #fff;
	margin: 0 0 15px;
}

.header-all-section.faq .col-left,
.header-all-section.faq .col-right img {
	z-index: 2;
}

.header-all-section.faq .col-right:after {
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	background: #4699F7;
	border-radius: 50%;
	position: absolute;
	bottom: -285px;
	right: 10%;
	z-index: 1;
}

/* accordeon */

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

.box-acc {
	position: relative;
	background: #FCFCFE;
	-webkit-box-shadow: 0px 0px 74px #DEE1EA;
	-moz-box-shadow: 0px 0px 74px #DEE1EA;
	box-shadow: 0px 0px 74px #DEE1EA;
	border-radius: 12px;
	margin: 0 0 12px;
}

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

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

.ac-body {
	display: none;
	background: #fff;
	padding: 20px 30px 40px;
}

.ac-head {
	position: relative;
}

.ac-head:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/arrow-faq.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
	right: 40px;
	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 {
	color: #000;
	border-color: #c2c0ac;
}

.ac-head.in h4 {
	color: #000;
	border-color: #fff;
}

.ac-body p {
	margin: 15px 0;
}

.ac-body p:first-child, .ac-body p:last-child {
	margin: 0;
}

.ac-body li, .ac-body p {
	font-size: 16px;
	line-height: 22px;
	color: #8B8992;
}

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

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

.form-section:before {
	content: '';
	display: block;
	width: 55%;
	height: 65%;
	background: url(../img/bg-head-contact.svg) no-repeat top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 16%;
	z-index: -1;
}

.form-section h1 {
	margin: 0 0 45px;
}

.form-section .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 0 0 12%;
}

.form-section .box-contact {
	width: 55%;
	padding: 0 0 50px;
}

.form-section .box-img {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 40%;
	z-index: 2;
}

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

.form-section .box-table .left,
.form-section .box-table .field-text {
	position: relative;
	width: 48%;
}

.form-section .box-table .left .box-field {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 0 15px;
}

.form-section .box-table .left .box-field:last-child {
	margin: 0;
}

.form-section .box-table .left .box-field input {
	padding: 0 17px;
}

.form-section .box-table .field-text textarea {
	resize: none;
	padding: 15px 20px;
}

.form-section .box-table .left .box-field input,
.form-section .box-table .field-text textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #C6C6C6;
	border-radius: 8px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #363537;
}

.form-section .box-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0 0;
}

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

.form-section .box-bottom p {
	width: 50%;
	max-width: 345px;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #8B8992;
}

.form-section .box-bottom p a {
	text-decoration: underline;
	color: #61AE57;
}

.form-section .box-bottom p a:hover {
	text-decoration: none;
}

.form-section .box-bottom .box-captcha {
	transform: scale(0.8);
	transform-origin: center;
}

.form-section .box-bottom .btn-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	min-width: 130px;
	height: 56px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 98px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000;
}

.form-section .box-bottom .btn-submit:hover {
	background: #000;
	color: #fff;
}

.form-section .box-contact .box-table label {
	display: none;
	position: absolute;
	bottom: -15px;
	left: 0;
	font-size: 10px;
	line-height: 14px;
	color: #EE6352;
}

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

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

/* form error */

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

.feedCaptcha-error {
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #EE6352;
	font-size: 14px;
	line-height: 19px;
}

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

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

.contact-thankyou {
	position: relative;
	height: calc(100% - 160px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contact-thankyou .box {
	position: relative;
}

.contact-thankyou .box:before {
	content: '';
	display: block;
	width: 190px;
	height: 390px;
	background: url(../img/img-thankyou.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 180px);
	left: -60px;
	z-index: 0;
}

.contact-thankyou h4,
.contact-thankyou p,
.contact-thankyou span {
	position: relative;
	z-index: 2;
}

.contact-thankyou h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.contact-thankyou p {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.contact-thankyou span {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #8B8992;
}


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

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

.terms-section h1 {
	display: none;
}

.terms-section h1.h1 {
	display: block;
	margin: 50px 0;
}

.terms-section p,
.terms-section strong {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #8B8992;
}

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

.terms-section strong {
	display: inline;
}

.terms-section a {
	text-decoration: underline;
	color: #61AE57;
}

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

/* animation */

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

	100% {
		opacity: 1;
	}
}

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

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

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


/* ---------------------------------------------
------------------- PAGE FORM ------------------
------------------------------------------------ */

.page-form-section {
	padding: 100px 0 0;
}

.custom #omForm.omForm .om_subhead {
	background: #4699F7;
}

.custom #omForm.omForm .om_full_step_colored_bg {
	background: #61AE57;
}

.custom #omForm .om_full_area .om_full_step_colored_bg button {
	background: #FFFFFF;
	border-radius: 80px;
	color: #000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	padding: 32px 110px;
}

.custom #omForm .om_full_area .om_full_step_colored_bg button:hover {
	background: #000;
	color: #fff;
}

#omForm span {
	display: inline-block;
}