

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

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

body {
	border: none;
	font: 20px 'Poppins';
	font-weight: 400;
	color: #25224A;
}

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

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
	display: block;
	font-family: 'Poppins';
	font-weight: 700;
	text-transform: none;
}

.active {
	text-decoration: underline;
	color: #15BC20 !important;
}

strong {
	font-weight: 700;
}

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

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

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

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

.link {
	font-weight: 700;
	text-decoration: underline;
	color: #15BC20;
}

.link:hover {
	color: #5332AD;
	text-decoration: none;
}

.overflow-hd {
	overflow: hidden;
}

.get-btn {
	color: #fff;
	font-size: 26px;
	line-height: 39px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	background: #15BC20;
	box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.35);
	border-radius: 108px;
}

.get-btn:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/icon-btn-white.svg) no-repeat center;
	background-size: cover;
	margin-left: 20px;
	transition: 0.4s;
}

.get-btn:hover {
	background: #25224A;
}

.get-btn:hover {
	background: #fff;
	color: #5332AD
}

.get-btn:hover:after {
	background-image: url(../img/icon-btn-gradient.svg);
}

/* header section */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 95px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.13);
	background: #fff;
}

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

header .menu li {
	margin-left: 44px;
}

header .menu ul li a {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

header .menu ul li a.get-btn-menu {
	width: 148px;
	padding: 8px 0;
	font-weight: 700;
	background: #15BC20;
	border-radius: 49px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	transition: 0s;
}

header .menu ul li a.get-btn-menu:hover {
	background: linear-gradient(180deg, #5856D6 0%, #5332AD 100%);
	color: #fff;
}

header .menu ul li a:hover {
	color: #15BC20;
}

header .menu li.cont-tel a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 100%;
	background: url(../img/icon-tel-black.svg) no-repeat center;
	background-size: contain;
	transition: 0.4s;
}

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

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

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

header .menu li.cont-tel span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #15BC20;
	transition: 0.4s;
	position: relative;
}

header .menu li.cont-tel span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 3px;
	left: 0;
	transition: 0.4s;
}

header .menu li.cont-tel:hover span:after {
	background: #15BC20;
}

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

/* mobile menu */

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

.hum {
	width: 48px;
	height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	animation: animGetBtn 1s forwards;
	border: 2px solid #5332AD;
	transition: 0.4s;
}

.hum span {
	display: block;
	width: 55%;
	height: 2px;
	background-color: #5332AD;
	margin-bottom: 7px;
	transition: 0.4s;
	position: relative;
	top: 0;
}

.hum.get-close span:nth-child(2) {
	opacity: 0;
}

.hum.get-close span:first-child {
	transform: rotate(45deg);
	top: 9px;
	background: #5332AD;
}

.hum.get-close span:last-child {
	transform: rotate(-45deg);
	top: -9px;
	background: #5332AD;
}

.hum.get-close:hover span:first-child,
.hum.get-close:hover span:last-child {
	background: #15BC20;
}

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

.hum:hover {
	border-color: #15BC20;
}

.hum:hover span {
	background-color: #15BC20 !important;
}

/* 
.substrate {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 0, 3, 0.5);
	z-index: 999;
	display: none;
} */


/* main preform section */

.main-preform-section {
	background: #F7F6FD;
	padding: 95px 0 0;
	position: relative;
}

.main-preform-section:before,
.main-preform-section:after {
	content: '';
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	background: url(../img/circle-bg.svg) no-repeat center;
	background-size: contain;
	z-index: 0;
}

.main-preform-section:before {
	top: 355px;
	left: -72px;
}

.main-preform-section:after {
	top: 335px;
	right: 45px;
}

.main-preform-section .box-preform {
	background: linear-gradient(180deg, #5856D6 0%, #5332AD 100%);
	box-shadow: 0px 13px 57px rgba(54, 48, 128, 0.13);
	border-radius: 12px;
	width: 950px;
	height: 315px;
	margin: 320px auto 10px;
	padding: 45px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	position: relative;
	z-index: 1;
}

.main-preform-section .box-preform:before {
	content: '';
	display: block;
	position: absolute;
	top: -210px;
	left: calc(50% - 210px);
	width: 420px;
	height: 210px;
	background: url(../img/circle-preform.svg) no-repeat center;
	background-size: contain;
}

.main-preform-section .box-preform .box-img-form {
	width: 580px;
	height: 240px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	top: -240px;
	left: calc(50% - 280px);
}

.main-preform-section .box-preform .box-img-form img {
	position: relative;
}

.main-preform-section .box-preform .box-img-form .item-2 {
	top: 35px;
}

.main-preform-section .box-preform .box-img-form .item-3 {
	top: 22px;
}

.main-preform-section .box-preform h1 {
	width: 100%;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #fff;
}

.main-preform-section .box-preform p {
	color: #fff;
	text-align: center;
}

form.preform {
	width: 100%;
}

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

form.preform select,
form.preform input,
form.preform button {
	width: 100%;
	height: 85px;
	border: none;
}

form.preform .pos-rel,
form.preform select {
	width: 100%;
}

form.preform select,
form.preform input {
	background: linear-gradient(180deg, #FFFFFF 0%, #E3E2F0 100%);
	box-shadow: 0px 3px 18px rgba(49, 43, 123, 0.13);
	border-radius: 78px;
	padding: 0 25px;
}

form.preform select {
	font-size: 27px;
	line-height: 40px;
	background: url(../img/arrow-select.svg) no-repeat 93% 50% #fff;
}

form.preform input {
	font-size: 17px;
	line-height: 25px;
	border: 2px solid transparent;
}

form.preform button {
	width: 290px;
	min-width: 290px;
	margin-left: 35px;
}

/* steps section */

.steps-section {
	padding: 225px 0 0;
	background: url(../img/bg-head-steps.svg) no-repeat center top #fff;
	background-size: contain;
}

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

.steps-section .box-step .step {
	width: 335px;
	min-width: 335px;
	text-align: center;
}

.steps-section .box-step .step .img {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.steps-section .box-step .step h3 {
	font-size: 24px;
	line-height: 36px;
	color: #5332AD;
	margin: 20px 0 15px;
}

/* help section */

.help-section {
	background: url(../img/bg-help-section.svg) no-repeat center right;
	background-size: 60%;
	padding: 90px 0 0;
	position: relative;
}

.help-section .mob-img {
	display: none;
}

.help-section:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 350px);
	right: -220px;
	width: 700px;
	height: 700px;
	background: url(../img/circle-bg.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.help-section .col-left {
	width: 600px;
}

.help-section h2 {
	font-size: 48px;
	line-height: 72px;
	color: #5332AD;
}

.help-section .col-left>p {
	color: #000;
	padding: 15px 0 70px;
}

.help-section li {
	position: relative;
	padding: 25px 0 25px 100px;
}

.help-section li:before {
	content: '';
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
}

.help-section li:nth-child(1):before {
	background-image: url(../img/icon-help-1.svg);
}

.help-section li:nth-child(2):before {
	background-image: url(../img/icon-help-2.svg);
}

.help-section li:nth-child(3):before {
	background-image: url(../img/icon-help-3.svg);
}

/* trusted section */

.trusted-section {
	padding: 50px 0;
	background: url(../img/bg-trust-section.png) no-repeat 5% 100%;
	background-size: 50%;
}

.trusted-section .box-title {
	background: #F7F6FD;
	padding: 40px 0;
}

.trusted-section h2 {
	font-size: 53px;
	line-height: 79px;
	color: #5332AD;
}

.trusted-section p {
	color: #25224A;
}

.trusted-section p.text-title {
	width: 70%;
	font-size: 23px;
	line-height: 34px;
	margin-top: 10px;
}

.trusted-section ul {
	margin: 140px 0 230px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-flow: column;
}

.trusted-section ul li {
	width: 65%;
	margin-bottom: 45px;
	position: relative;
	padding-left: 100px;
}

.trusted-section ul li:before {
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 10px;
	left: 60px;
	background: url(../img/trust-2.svg) no-repeat center;
	background-size: contain;
}

.trusted-section ul li:first-child:before {
	width: 82px;
	height: 73px;
	background-image: url(../img/trust-1.svg);
	top: 6px;
	left: 0;
}

.trusted-section ul li h3 {
	font-size: 30px;
	line-height: 45px;
	color: #5332AD;
	margin-bottom: 20px;
}

/* bot preform section */

.bot-preform-section {
	background: linear-gradient(180deg, #5332AD 0%, #5856D6 100%);
	box-shadow: 0px 13px 57px rgba(0, 0, 0, 0.1);
	padding: 45px 0;
}

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

.bot-preform-section form.preform {
	width: 750px;
}

/* footer */

footer .material {
	padding: 60px 0 20px;
}

footer .material h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 45px;
	color: #333;
	margin-bottom: 30px;
}

footer .material p {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.005em;
	color: #000;
}

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

footer .material strong {
	display: block;
	margin-top: 20px;
}

footer nav.bot-nav {
	max-width: 1450px;
	height: 100%;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}

footer nav.bot-nav ul {
	padding: 100px 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

footer nav.bot-nav ul li {
	margin: 0 20px;
}

footer nav.bot-nav ul li a {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	text-transform: uppercase;
}

footer nav.bot-nav ul li a:hover {
	color: #5332AD;
}

footer nav.bot-nav:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #5332AD;
}

footer .copyright {
	padding: 20px 0;
}

footer .copyright p {
	font-size: 15px;
	line-height: 22px;
	color: #333;
}

/* modal */

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

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

.flex-add {
	display: block;
}

.modal .window {
	width: 725px;
	height: 525px;
	position: relative;
	z-index: 1006;
	padding: 0;
	background: #fff;
	background-size: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.66);
	border-radius: 36px;
	animation: modal 0.5s ease-in;
	-webkit-animation: modal 0.5s ease-in;
	-moz-animation: modal 0.5s ease-in;
	overflow: hidden;
}

.modal .window .box-title {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-flow: column nowrap;
	background: #F7F6FD;
}

.modal .window .box-title h4 {
	font-size: 42px;
	line-height: 63px;
	color: #000;
}

.modal .window .box-title p {
	font-weight: 700;
	font-size: 27px;
	line-height: 40px;
	text-align: center;
	color: #15BC20;
	position: relative;
}

.modal .window .box-title p:after {
	content: '';
	position: absolute;
	top: 20px;
	right: -120px;
	display: block;
	width: 95px;
	height: 140px;
	background: url(../img/arrow-modal.svg) no-repeat center;
	background-size: contain;
}

.modal .window .box-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 110px;
}

.modal .window .modal-btn {
	width: 276px;
	height: 90px;
	background: linear-gradient(180deg, #5332AD 0%, #5856D6 100%);
	border-radius: 305px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 40px 0 70px;
	position: relative;
	transition: 0s;
	cursor: pointer;
	border: 2px solid transparent;
}

.modal .window .modal-btn p {
	width: 130px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}

.modal .window .call-btn {
	background: #15BC20;
	margin-left: 30px;
	transition: 0s;
}

.modal .window .call-btn p {
	width: 160px;
	position: relative;
	left: 15px;
}

.modal .window .call-btn p span {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	position: relative;
}

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

.modal .window .call-btn:hover {
	background: #fff;
	border-color: #5433AE;
}

.modal .window .call-btn:hover p {
	color: #5332AD;
}

.modal .window .call-btn p span:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
}

.modal .window .call-btn:hover p span:after {
	background: #553EBA;
}

.modal .window .modal-btn:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 9px;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding-top: 10px;
}

.modal .window .back-btn:before {
	background: url(../img/icon-modal-back.svg) no-repeat center;
}

.modal .window .call-btn:before {
	background: url(../img/icon-modal-tel.svg) no-repeat center #fff;
}

.modal .window .call-btn:hover:before {
	background: url(../img/icon-modal-tel-hover.svg) no-repeat center;
}

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

.modal .window .close-modal:hover:before,
.modal .window .close-modal:hover:after {
	background-color: #5332AD;
}

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

.works-list-section {
	background: #F8FAFF;
	padding: 170px 0 50px;
}

.works-list-section h1 {
	font-size: 48px;
	line-height: 72px;
	text-align: center;
	color: #25224A;
	margin: 0 0 50px;
}

.works-list-section ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.works-list-section ul li {
	padding-left: 90px;
	position: relative;
}

.works-list-section ul li:nth-child(1) {
	width: 40%;
}

.works-list-section ul li:nth-child(2) {
	width: 30%;
}

.works-list-section ul li:nth-child(3) {
	width: 40%;
}

.works-list-section ul li:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.works-list-section ul li:nth-child(1):before {
	background-image: url(../img/work-list-1.svg);
}

.works-list-section ul li:nth-child(2):before {
	background-image: url(../img/work-list-2.svg);
}

.works-list-section ul li:nth-child(3):before {
	background-image: url(../img/work-list-3.svg);
}

.works-list-section h3 {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #5332AD;
}

.works-list-section p {
	color: #25224A;
	line-height: 22px;
}

.work-cont-section {
	padding: 100px 0;
	background: url(../img/bg-works.png) no-repeat 5% 100%;
	background-size: 37%;
}

.work-cont-section .wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.work-cont-section .box-works {
	width: 60%;
}

.work-cont-section .box-works p {
	font-size: 18px;
	margin-bottom: 25px;
}

.work-cont-section .box-works>p {
	font-size: 20px;
}

.work-cont-section .box-works ul {
	margin-bottom: 25px;
}

.work-cont-section .box-works ul li {
	font-size: 18px;
	padding-left: 35px;
	margin-bottom: 25px;
	position: relative;
}

.work-cont-section .box-works ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 16px;
	background: url(../img/icon-list.svg) no-repeat center;
	background-size: contain;
}

.work-cont-section .box-works .box-text div {
	background: #F7F6FD;
	padding: 20px 30px 5px 35px;
}


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

.head-faq-section {
	padding: 200px 0 100px;
	background: url(../img/bg-head-faq.svg) no-repeat 72% 85% #F7F6FD;
	background-size: 290px;
}

.head-faq-section h1 {
	font-size: 48px;
	line-height: 72px;
	color: #000;
}

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

/* accordeon */

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

.box-acc {
	position: relative;
	margin-bottom: 10px;
}

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

.ac-head:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../img/plus.svg) no-repeat center;
	background-size: contain;
	transition: 0.4s;
}

.ac-head:hover:before {
	background-image: url(../img/plus-hover.svg);
}

.ac-head.in h4 {
	color: #15BC20;
	text-decoration: none !important;
}

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

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

.ac-head h4 {
	font-size: 24px;
	line-height: 36px;
	color: #5332AD;
	padding-left: 40px;
}

.ac-head:hover h4 {
	text-decoration: underline;
}

.ac-body p {
	margin: 20px 0;
	padding-left: 10px;
}

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

.ac-body li,
.ac-body p {
	font-size: 18px;
}

.accordeon ul {
	margin: 20px 0;
}

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

.accordeon li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../img/icon-list.svg) no-repeat center;
	background-size: contain;
}


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

.contact-section {
	padding: 170px 0 120px;
	background: url(../img/bg-contact.svg) no-repeat 5% 100%;
	background-size: 900px;
}

.contact-section .wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.contact-section .box-form {
	width: 880px;
}

.contact-section .box-form .contact-sup {
	display: inline-block;
	background: #F8FAFF;
	padding: 25px 80px;
	text-align: center;
}

.contact-section .box-form .contact-sup h3 {
	font-size: 24px;
	line-height: 36px;
	color: #5332AD;
}

.contact-section .box-form .contact-sup a {
	font-weight: 700;
	font-size: 48px;
	line-height: 72px;
	text-align: center;
	color: #15BC20;
}

.contact-section .box-form .contact-sup p {
	font-size: 18px;
	line-height: 27px;
	color: #5332AD;
}

.contact-section .box-form .contact-form {
	margin-top: 50px;
	background: #F8FAFF;
	padding: 60px 70px;
}

.contact-section .box-form .contact-form h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 60px;
	text-align: center;
}

/* style form */

.box-contact label {
	width: 300px;
	height: 21px;
	display: none;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 150px);
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	text-align: center;
}

.box-contact label span {
	border-radius: 49px;
	background: #E31E1E;
	padding: 0 10px;
}

.box-contact .error+.error+label {
	display: inline-block;
}

p.text-req {
	width: 160px;
	height: 21px;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 21px;
	color: #fff !important;
	position: absolute;
	left: calc(50% - 80px);
	bottom: -10px;
	margin: 0 !important;
	text-align: center;
}

p.text-req span {
	border-radius: 49px;
	padding: 0 10px !important;
}

p.text-req img {
	width: 0;
	margin-right: 10px;
}

.error+p.text-req span {
	background: #E31E1E;
}

.box-contact .box-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.box-contact .box-field div {
	width: 48%;
	flex: 0 0 48%;
	position: relative;
	height: 60px;
	margin-bottom: 40px;
}

.box-contact .box-field div.field-text {
	width: 100%;
	flex: 0 0 100%;
	height: 195px;
}

.box-contact .box-field div input,
.box-contact .box-field div textarea {
	width: 100%;
	height: 100%;
	resize: none;
	padding: 0 15px;
	font-size: 15px;
	border: 2px solid #E0E5F2;
	box-shadow: inset 0px 4px 4px rgba(69, 108, 206, 0.07);
	border-radius: 100px;
}

.box-contact .box-field div input:focus,
.box-contact .box-field div textarea:focus {
	border-color: #8A6CDE;
}

.box-contact .box-field div textarea {
	padding-top: 15px;
	border-radius: 24px;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

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

.box-contact .box-captcha .feedCaptcha-error {
	position: absolute;
	bottom: -20px;
	left: 10px;
	font-size: 12px;
}

.box-contact button {
	width: 290px;
	min-width: 290px;
	height: 85px;
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	background: linear-gradient(180deg, #5856D6 0%, #5332AD 100%);
	border-radius: 100px;
	transition: 0s;
}

.box-contact button:hover {
	background: #000;
	color: #fff;
}

.box-contact button:hover:after {
	background-image: url(../img/icon-btn-black.svg);
}

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

.box-contact .box-bot-form p {
	font-size: 16px;
	line-height: 24px;
}

.box-contact .desc {
	width: 100%;
	height: 100%;
	padding: 50px 0;
	margin: 0;
	text-align: center;
}

.box-contact .desc h4 {
	margin: 35px 0 20px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #15BC20;
}

.box-contact .desc span {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	color: #5332AD;
}



/* form error */

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

.feedCaptcha-error {
	color: #E31E1E;
}

.pos-rel {
	position: relative;
}

p.text-req {
	width: 160px;
	height: 21px;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 21px;
	color: #fff !important;
	position: absolute;
	left: calc(50% - 80px);
	bottom: -10px;
	margin: 0 !important;
	text-align: center;
}

p.text-req span {
	border-radius: 49px;
	padding: 0 10px !important;
}

p.text-req img {
	width: 0;
	margin-right: 10px;
}

.error+p.text-req span {
	background: #E31E1E;
}

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

.head-terms-section {
	padding: 200px 0 100px;
	background: url(../img/bg-head-terms.svg) no-repeat 80% calc(50% + 47px) #F7F6FD;
	background-size: 200px;
}

.head-terms-section h1 {
	width: 55%;
	font-size: 48px;
	line-height: 60px;
	text-align: left;
	color: #000;
}

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


.terms-section .box-terms p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.terms-section .box-terms strong {
	font-size: 14px;
	font-weight: 400;
}

.terms-section .box-terms p strong {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.terms-section .box-terms a {
	font-weight: 700;
	text-decoration: underline;
	color: #15BC20;
}

.terms-section .box-terms a:hover {
	color: #5332AD;
	text-decoration: none;
}


/* ---------------------------------------------
------------------- PAGE FORM-------------------
------------------------------------------------ */
#omForm.omForm {
background: #FFF !important;
}
.form-section {
	padding: 95px 0 0;
	background: #FFF;
}

.form-section h1 {
	padding: 50px;
	font-size: 40px;
	text-align: center;
}


/* animation */

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

	100% {
		opacity: 1;
	}
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
	background: linear-gradient(180deg, #5332AD 0%, #5856D6 100%);
}

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

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

.content #omReApplyPage {
    padding: 20px 0 40px;
}

.contact-section #email-error {
    display: none !important;
}

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