

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

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

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

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

button {
	cursor: pointer;
}

p {
	font-family: 'Inter';
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	color: #414C8F;
	font-family: 'Inter';
	font-weight: 900;
	text-transform: none;
}

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

h2 {
	font-size: 40px;
	line-height: 48px;
}

h3 {
	font-size: 32px;
	line-height: 40px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

strong {
	font-weight: 700;
}

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

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

li {
	font-family: 'Poppins';
}

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

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

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

.link {
	color: #FF8C6D;
}

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

main.content {
	display: block;
	padding: 100px 0 0;
	position: relative;
}

main.content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1600px;
	z-index: -1;
	background: #e1e4fb;
	background: -moz-linear-gradient(top,  #e1e4fb 0%, #d4f5fc 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #e1e4fb 0%,#d4f5fc 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e1e4fb 0%,#d4f5fc 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4fb', endColorstr='#ffffff',GradientType=0 );
}

main.content:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 100%;
	height: 1600px;
	z-index: -1;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d4f5fc 50%, #e1e4fb 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d4f5fc 50%,#e1e4fb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d4f5fc 50%,#e1e4fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e4fb',GradientType=0 );
}

main.content.works:before {height: 1300px;}
main.content.works:after {height: 700px;}

main.content.faq:before {height: 1200px;}
main.content.faq:after {height: 1000px;}

main.content.form {
	padding: 0;
}
main.content.form:before {display: none;}
main.content.form:after {display: none;}

/* header section */

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100px;
	background: transparent;
}

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

.header a.logo {
	display: flex;
	justify-content: center;
	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 ul.navigate {
	margin: 0 30px 0 0;
}

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

.header .menu ul li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #565FE7;
}

.header .menu ul li a:hover {
	color: rgba(86, 95, 231, 0.8);
}

.header .menu ul li a.get-btn {
	width: 176px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #565FE7;
	border-radius: 5px;	
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #565FE7;
}

.header .menu ul li a.get-btn:hover {
	color: #666FF5;
	border-color: #666FF5;
}

.header .menu li.cont-tel p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #484B86;
}

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

.header .menu li.cont-tel {
	text-align: right;
}

.header .menu li.cont-tel span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #565FE7;
}

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

.header .menu li.cont-tel a:hover span {
	color: #666FF5;
}

/* mobile menu */

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

.hum {
	width: 30px;
	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: 3px;
	min-height: 3px;
	background: #565FE7;
	margin-bottom: 5px;
	transition: 0.4s;
	position: relative;
	top: 0;
}

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

.hum.get-close span:last-child {
	transform: rotate(-45deg);
	top: -4px;
	background: #414C8F;
}

.hum.get-close span:nth-child(2) {
	display: none;
}

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

/* head main */

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

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

.header-main-section .col-left {
	width: 540px;
	min-width: 540px;
	margin: 0 80px 0 0;
}

.header-main-section .col-right {
	width: 50%;
	height: 100%;
	position: relative;
}

.header-main-section .col-right img {
	width: 800px;
	min-width: 800px;
	position: absolute;
	top: calc(50% - 400px);
	left: 0;
}

.header-main-section p {
	margin: 20px 0 30px;
	font-family: 'Inter';
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
}

/* preform style */

form.preform {
	width: 100%;
}

form.preform .section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 25px;
}

form.preform .pos-rel {
	position: relative;
	width: 100%;
}

.placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #6F7498;
	position: absolute;
	top: 21px;
	left: 21px;
	transition: 0.3s;
	pointer-events: none;
}

.placeholder.prints {
	font-size: 14px;
	top: 3px;
}
.error+.placeholder.prints {
	color: #EC5277
}
.error+label+.placeholder.prints {
	color: #EC5277
}

form.preform select,
form.preform input {
	width: 100%;
	height: 60px;
	border: 1px solid #6F7498;
	border-radius: 10px;
	padding: 0 20px;
}

form.preform select {
	width: 180px;
	margin: 0 16px 0 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #414C8F;
	background: url(../img/arrow-select.svg) no-repeat 85% 50% #fff;
	background-size: 14px 15px;
}
form.preform input {
	font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #414C8F;
}
form.preform input:-webkit-autofill {
    -webkit-text-fill-color: #414C8F;
}
form.preform button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 72px;
	background: #565FE7;
	box-shadow: 0px 0px 4px rgba(17, 33, 112, 0.2);
	border-radius: 8px;
	border: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding: 0 30px;
}
form.preform button:hover {
	background: #666FF5;
}

/* steps section */

.steps-section {
	margin: 50px 0 120px;
}

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

.steps-section .steps-list li {
	width: 350px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px rgba(65, 76, 143, 0.12);
	border-radius: 20px;
	padding: 140px 30px 40px;
	background-repeat: no-repeat;
	background-position: top right;
}

.steps-section .steps-list li:nth-child(1) {
	background-image: url(../img/bg-step-list-1.svg);
}

.steps-section .steps-list li:nth-child(2) {
	background-image: url(../img/bg-step-list-2.svg);
}

.steps-section .steps-list li:nth-child(3) {
	background-image: url(../img/bg-step-list-3.svg);
}

.steps-section .steps-list li h3 {
	font-size: 32px;
	line-height: 40px;
}

.steps-section .steps-list li p {
	font-size: 20px;
	line-height: 28px;
	color: #6F7498;
	margin: 10px 0 0;
}

/* helping section */

.helping-section {
	margin: 120px 0;
}
.helping-section .flex-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.helping-section .flex-table .col-left {
	width: 50%;
}
.helping-section .flex-table .col-right {
	width: 540px;
	min-width: 540px;
	margin: 0 0 0 125px;
}
.helping-section p {
	margin: 20px 0 30px;
	color: #6F7498;
	font-size: 20px;
	line-height: 28px;
}
.helping-section ul {
	margin: 10px 0 0;
}
.helping-section ul li {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 28px;
	color: #6F7498;
}
.helping-section ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #6F7498;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 10px;
}

/* trusted section */

.trusted-source-section {
	margin: 120px 0 60px;
}
.trusted-source-section .flex-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.trusted-source-section .flex-table .col-left {
	width: 540px;
	min-width: 540px;
	margin: 0 125px 0 0;
}
.trusted-source-section .flex-table .col-right {
	width: 50%;
}
.trusted-source-section h2 {
	margin: 0 0 20px;
}
.trusted-source-section p {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 28px;
	color: #6F7498;
}
.trusted-source-section h5 {
	margin: 20px 0 0;
}
.trusted-source-section a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 176px;
	height: 60px;
	border: 1px solid #565FE7;
	border-radius: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #565FE7;
	margin: 40px 0 0;
}
.trusted-source-section a.btn:hover {
	border: 1px solid #666FF5;
	color: #666FF5;
}

/* faq section */

.faq-section {
	padding: 160px 0 170px;
}
.faq-section h2 {
	text-align: center;
}
.faq-section .faq-box {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
	padding: 110px 100px 80px;
	box-shadow: 0px 0px 16px rgba(18, 53, 68, 0.08);
	border-radius: 10px;
}
.faq-section .before,
.faq-section .after {
	display: block;
	width: calc(100% - 100px);
	height: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50px;
}
.faq-section .before {
	background: linear-gradient(140.66deg, #B7B0D3 0%, rgba(183, 176, 211, 0.8) 98.74%);
	transform: rotate(-6deg);
	z-index: 1;
}
.faq-section .after {
	background: linear-gradient(134.44deg, #FFDE80 1.01%, rgba(249, 212, 107, 0.5) 98.25%);
	transform: rotate(4deg);
	z-index: 0;
}

.faq-section .flex-table {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.faq-section .flex-table .col-left,
.faq-section .flex-table .col-right {
	width: 48%;
}
.faq-section .flex-table p {
	font-size: 20px;
	line-height: 28px;
	color: #6F7498;
	margin: 10px 0 0;
}
.faq-section a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 174px;
	height: 60px;
	border: 1px solid #565FE7;
	border-radius: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #565FE7;
	margin: 40px auto 0;
}
.faq-section a.btn:hover {
	border: 1px solid #666FF5;
	color: #666FF5;
}

/* footer */

.footer-section {
	background: #FFE8A7;
	border-radius: 40px 40px 0px 0px;
	box-shadow: 0px -4px 26px rgba(65, 76, 143, 0.12);
}
.footer-section.red {
	background: #FFCBC0;
}
.footer-section .pre-footer {
	padding: 60px 0;
}
.footer-section .pre-footer .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-section .pre-footer h3 {
	width: 210px;
	min-width: 210px;
	margin: 0 130px 0 0;
}
.footer-section .pre-footer form.preform {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-section .pre-footer form.preform select {
	min-width: 180px;
}
.footer-section .pre-footer form.preform button {
	width: 220px;
	min-width: 220px;
	height: 60px;
	margin: 0 0 0 14px;
}
.footer-section footer {
	background: #FCFEFF;
	border-radius: 40px 40px 0px 0px;
	box-shadow: 0px -4px 26px rgba(65, 76, 143, 0.12);
}
.footer-section footer .foot-nav {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-self: center;
	border-bottom: 1px solid #6F7498;
}
.footer-section footer .foot-nav a.logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-section footer .foot-nav ul {
	display: flex;
	justify-content: space-between;
	align-self: center;
}
.footer-section footer .foot-nav ul li {
	margin: 0 0 0 40px;
}
.footer-section footer .foot-nav ul li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #565FE7;
}
.footer-section footer .foot-nav ul li a:hover {
	color: rgba(86, 95, 231, 0.8);
}
.footer-section footer .material {
	margin: 20px 0;
}
.footer-section footer .material h3 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #053874;
}
.footer-section footer .material p {
	font-size: 14px;
	line-height: 20px;
	color: #414C8F;
	margin: 10px 0 0;
}
.footer-section footer .partners {
	margin: 30px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-section footer .partners a {
	margin: 0 40px 0 0;
}
.footer-section footer .copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 0;
	padding: 20px 0;
	border-top: 1px solid #6F7498;
}
.footer-section footer .copyright p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #053874;
}
.footer-section footer .copyright a {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #6F7498;
}

/* modal */

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

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

.flex-add {
	display: block;
}

.modal .window {
	position: relative;
	z-index: 1008;
	padding: 70px 40px 60px;
	background: #fff;
	background-size: 100%;
	text-align: center;
	animation: modal 0.5s ease-in;
	-webkit-animation: modal 0.5s ease-in;
	-moz-animation: modal 0.5s ease-in;
	box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
}

.modal .window h4 {
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	color: #414C8F;
	margin: 45px 0 10px;
}

.modal .window>p {
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
}

.modal .window>p img {
	position: absolute;
	top: 14px;
	right: -50px;
}

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

.modal .window .modal-btn {
	width: 220px;
	height: 60px;
	background: #fff;
	border: 1px solid #565FE7;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

.modal .window .modal-btn.back-btn {
	background: #565FE7;
	color: #fff;
	padding: 0 40px 0 30px;
	text-align: left;
	margin: 0 20px 0 0;
}

.modal .window .modal-btn.back-btn p {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

.modal .window .modal-btn.back-btn:hover {
	background: #666FF5;
}

.modal .window .modal-btn.call-btn {
	color: #565FE7;
	text-align: left;
	padding: 0 25px;
}

.modal .window .modal-btn.call-btn:hover {
	color: #666FF5;
}

.modal .window .modal-btn.call-btn p {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}

/* close modal */

.modal .window .close-modal {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	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: #6F7498;
}

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

.head-works-section {
	margin: 100px 0;
}
.head-works-section .flex-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-works-section .flex-table .col-left {
	width: 630px;
	min-width: 630px;
}
.head-works-section .flex-table .col-right {
	position: relative;
	width: 50%;
}
.head-works-section .flex-table .col-right img {
	width: 800px;
    min-width: 800px;
    position: absolute;
    top: calc(50% - 400px);
    left: 0;
}
.head-works-section h1 {
	margin: 0 0 20px;
}
.head-works-section p {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
}
.head-works-section p.grey {
	color: #6F7498;
}
.head-works-section ul {
	margin: 30px 0 0;
}
.head-works-section ul li {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 0 95px;
}
.head-works-section ul li:before {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background: #FF8C6D;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Inter';
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}
.head-works-section ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 25px;
	background: #6F7498;
	position: absolute;
	top: 69px;
	left: 32px;
}
.head-works-section ul li:last-child:after {
	display: none;
}
.head-works-section ul li:nth-child(1):before {content: '1';}
.head-works-section ul li:nth-child(2):before {content: '2';}
.head-works-section ul li:nth-child(3):before {content: '3';}
.head-works-section ul li h3 {
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #414C8F;
}
.head-works-section ul li p {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #2D3257;
}
.info-section {
	padding: 100px 0 150px;
}
.info-section h2 {
	text-align: center;
}
.info-section .faq-box {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
	padding: 100px 200px;
	box-shadow: 0px 0px 16px rgba(18, 53, 68, 0.08);
	border-radius: 10px;
}
.info-section .before,
.info-section .after {
	display: block;
	width: calc(100% - 100px);
	height: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50px;
}
.info-section .before {
	background: linear-gradient(140.66deg, #B7B0D3 0%, rgba(183, 176, 211, 0.8) 98.74%);
	transform: rotate(-6deg);
	z-index: 1;
}
.info-section .after {
	background: linear-gradient(134.44deg, #FFDE80 1.01%, rgba(249, 212, 107, 0.5) 98.25%);
	transform: rotate(4deg);
	z-index: 0;
}

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

.faq-head-section {
	margin: 50px 0 100px;
}
.faq-head-section .flex-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-head-section .flex-table .col-left {
	width: 48%;
}
.faq-head-section .flex-table .col-right {
	width: 48%;
}
.faq-head-section h1 {
	margin: 0 0 20px;
}
.faq-head-section p {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
	margin: 15px 0 0;
}

/* accordeon */

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

.accordeon ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 10px;
}

.accordeon li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	background: #414C8F;
	border-radius: 50%;
}

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

.box-acc {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(50, 53, 126, 0.08);
	border-radius: 8px;
	margin: 0 0 10px;
}

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

.ac-head {
	position: relative;
	cursor: pointer;
	padding: 30px 80px 30px 40px;
}

.ac-head:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon-plus.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
	right: 45px;
}

.ac-head.in:after {
	background-image: url(../img/icon-minus.svg);
}

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

.ac-head h4 {
	display: inline;
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
	position: relative;
}

.ac-head:hover h4 {
	color: #FF8C6D;
}

.ac-head.in h4 {
	color: #2D3257;
}

.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-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #6F7498;
}

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

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

.form-section .bg-box {
	position: relative;
}

.form-section .bg-box h1 {
	margin: 0 0 40px;
}

.form-section .bg-box .box-contact {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
	padding: 100px 95px;
	box-shadow: 0px 0px 16px rgba(18, 53, 68, 0.08);
	border-radius: 10px;
}

.form-section .bg-box .before,
.form-section .bg-box .after {
	display: block;
	width: calc(100% - 100px);
	height: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50px;
}
.form-section .bg-box .before {
	background: linear-gradient(140.66deg, #B7B0D3 0%, rgba(183, 176, 211, 0.8) 98.74%);
	transform: rotate(-6deg);
	z-index: 1;
}
.form-section .bg-box .after {
	background: linear-gradient(134.44deg, #FFDE80 1.01%, rgba(249, 212, 107, 0.5) 98.25%);
	transform: rotate(4deg);
	z-index: 0;
}
.form-section .bg-box .box-table {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.form-section .bg-box .box-table .col-left,
.form-section .bg-box .box-table .col-right {
	width: 48%;
}
.form-section .bg-box .box-table .box-field {
	width: 100%;
	height: 60px;
	position: relative;
}
.form-section .bg-box .box-table .box-field:last-child {
	margin: 0;
}
.form-section .bg-box .box-table .field-text {
	width: 100%;
	height: 140px;
	position: relative;
}
.form-section .bg-box .box-table .box-field input,
.form-section .bg-box .box-table .field-text textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #414C8F;
	border-radius: 8px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #414C8F;
}
.form-section .bg-box .box-table .field-text textarea {
	padding: 15px 20px;
	resize: none;
}
.form-section .bg-box .box-table .box-field {
	margin: 0 0 20px;
}
.form-section .bg-box .flex-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 0;
}
.form-section .bg-box .flex-table button {
	width: 225px;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #565FE7;
	color: #fff;
	box-shadow: 0px 0px 4px rgba(17, 33, 112, 0.2);
	border-radius: 8px;
	border: none;
	padding: 0 20px 0 40px;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}

.form-section .bg-box .flex-table button:hover {
	background: #666FF5;
}

/* list */

.form-section ul.list-contact {
	margin: 100px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.form-section ul.list-contact li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.form-section ul.list-contact li:first-child {
	margin: 0 100px 0 0;
}

.form-section ul.list-contact li .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: #565FE7;
	border-radius: 4px;
	margin: 0 20px 0 0;
}
.form-section ul.list-contact li .text p {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
}
.form-section ul.list-contact li .text a {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #565FE7;
}
.form-section ul.list-contact li .text a:hover {
	text-decoration: underline;
}

/* error */

.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: -20px;
	left: 0;
	font-size: 14px;
	line-height: 19px;
	color: #EC5277;
}

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

.form-section .bg-box .box-table .box-field input.valid,
.form-section .bg-box .box-table .field-text textarea.valid {
	border-color: #565FE7;
}

/* send true */

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

.contact-thankyou h2 {
	margin: 50px 0 20px;
}

.contact-thankyou p {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #6F7498;
}

/* form error */

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

.feedCaptcha-error {
	color: #EC5277;
	font-size: 14px;
	line-height: 19px;
}

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

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

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

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

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

.terms-section p {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 24px;
	color: #414C8F;
}

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

.terms-section p+strong {
	font-weight: 600;
	color: #414C8F;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}

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

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

/* animation */

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

#omForm.omForm .om_subhead, #omForm.omForm .om_full_step_colored_bg {
	background: #e1e4fb;
	background: -moz-linear-gradient(top,  #e1e4fb 0%, #d4f5fc 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #e1e4fb 0%,#d4f5fc 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e1e4fb 0%,#d4f5fc 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4fb', endColorstr='#ffffff',GradientType=0 );
}

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

header.header-form {
	position: relative !important;
	height: auto;
	text-align: center;
	background: #E1E4FB;
	padding: 100px 0 90px;
}

header.header-form h2 {
	margin: 40px 0 20px;
	color: #414C8F;
}

header.header-form p {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #414C8F;
}

main.form #omForm .om-navigation__next, 
main.form #omForm .om-navigation__submit {
	padding: 14px 8px;
}
