<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; }


a::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}
select:-moz-focusring, select::-moz-focus-inner {
	color: transparent !important;
	text-shadow: 0 0 0 #000 !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 9px;
  }
select::-ms-expand {
	display: none;
}
select::-ms-value {
	background: none;
	color: #000;
}
textarea {
	overflow: hidden;
}



html,
body {
	width: 100%;
}

body {
	border: none;
	font: 22px 'Open Sans';
	font-weight: 400;
	overflow-x: hidden;
}

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

button {
	cursor: pointer;
}

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

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

strong {
	font-weight: 700;
	color: #010003;
}

.terms h1 {
	font-size: 52px;
	line-height: 70px;
}

.terms p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

p {
	color: #010003;
}

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

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

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

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

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

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

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

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

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

.link:hover {
	color: #C12447;
}

.get-btn {
	background: #F83E49;
	border-radius: 33px;
	color: #fff;
	padding: 17px 45px;
	font-weight: 700;
}

.get-btn:hover {
	background: #C12447;
	color: #fff !important;
}

.overflow-hd {
	overflow: hidden;
}

main.content {
	display: block;
	padding-top: 105px;
}

/* header section */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 105px;
	box-shadow: 0px 4px 30px rgba(132, 113, 183, 0.15);
	background: #fff;
}

header .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.logo-center .wrapper {
        justify-content: 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-left: 44px;
}

header .menu ul li a {
	font-size: 21px;
	font-weight: 600;
}

header .menu ul li a.get-btn {
	font-weight: 700;
}

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

header .menu li.cont-tel a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	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-red.svg);
}

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

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

header .menu li.cont-tel span {
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	color: #F83E49;
	transition: 0.4s;
}

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

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

/* mobile menu */

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

.hum {
	width: 36px;
	height: 30px;
	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: 4px;
	background-color: #010003;
	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: 11px;
	background: #F83E49;
}

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

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

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

.hum:hover span {
	background-color: #C12447;
}

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


/* head main */

.home .head-section {
	background: rgba(185, 160, 255, 0.3);
	height: 900px;
	padding-top: 115px;
	position: relative;
	overflow: hidden;
}

.head-section .box-form {
	width: 750px;
	height: 556px;
	background: #fff;
	box-shadow: 0px 4px 30px rgba(138, 108, 222, 0.2);
	border-radius: 20px;
	text-align: center;
	padding: 65px 30px;
	position: relative;
	z-index: 11;
}

.head-section .box-form&gt;p {
	width: 70%;
	margin: 30px auto 90px;
	font-size: 24px;
	line-height: 32px;
}

.head-section h1 {
	font-weight: 800;
	font-size: 62px;
	line-height: 62px;
}

.preform .section:first-child {
	width: 60%;
	margin: 0 auto;
}

.preform .box-table {
	position: relative;
}

.preform select,
.preform input {
	background: #F3EFFF;
	border: 1px solid transparent;
	border-radius: 50px;
	box-shadow: 0px 3px 10px rgba(137, 111, 208, 0.3);
	width: 100%;
	height: 75px;
	padding: 12px 27% 12px 40px;
	line-height: 33px;
}

.preform select {
	font-weight: 700;
	font-size: 24px;
	background: url(../img/select-arrow.svg) no-repeat 48% 50% #F3EFFF;
	background-size: 30px 16px;
	cursor: pointer;
}

.preform input {
	font-weight: 400;
	font-size: 22px;
}

.preform .box-table button {
	width: 165px;
	height: 52px;
	position: absolute;
	top: calc(50% - 26px);
	right: 12px;
	background: #F83E49;
	border: none;
	border-radius: 26px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	transition: 0.4s;
}

.preform .box-table button:hover {
	background: #C12447;
}

/* animation block */

.box-anim {
	position: absolute;
	bottom: -200px;
	right: -150px;
	z-index: 10;
	width: 1020px;
	height: 1020px;
	border-radius: 50%;
	background: #f4f1fc;
	background: -moz-linear-gradient(-45deg, #f4f1fc 0%, #8a6cde 100%);
	background: -webkit-linear-gradient(-45deg, #f4f1fc 0%, #8a6cde 100%);
	background: linear-gradient(135deg, #f4f1fc 0%, #8a6cde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f1fc', endColorstr='#8a6cde', GradientType=1);
}

.box-anim .img-girl {
	position: absolute;
	top: -20px;
	left: 100px;
	width: 60%;
	height: 768px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/anim-img-1.png);
	z-index: 20;
	animation: animGirl 2s infinite;
}

.box-anim .circle-min {
	position: absolute;
	bottom: 40%;
	right: 20%;
	width: 20%;
	height: 20%;
	border-radius: 50%;
	background: rgba(248, 62, 73, 0.35);
	z-index: 21;
	animation: animCircle 2s infinite;
}

.box-anim .bot-line {
	position: absolute;
	left: 50%;
	bottom: 21%;
	width: 60px;
	height: 10px;
	background: #fff;
	animation: animLineBot 2s infinite;
}

.box-anim .grid-dot {
	position: absolute;
	top: 35%;
	left: 15%;
	width: 14%;
	height: 14%;
	background: url(../img/grid-dot.svg) no-repeat center;
	background-size: contain;
	z-index: 19;
	animation: animGrid 8s infinite;
}

.box-anim .rels {
	position: absolute;
	top: 28%;
	left: 54%;
	width: 7%;
	height: 30%;
	background: url(../img/rels.svg) no-repeat center;
	background-size: contain;
	z-index: 19;
	animation: animRels 2s infinite;
}

.box-anim .romb {
	position: absolute;
	top: 12%;
	right: 30%;
	width: 24px;
	height: 88px;
	background: url(../img/romb.svg) no-repeat center;
	background-size: contain;
	z-index: 19;
	animation: animRomb 2s infinite;
}

.box-anim .arrows {
	position: absolute;
	top: 40%;
	right: 22%;
	width: 46px;
	height: 48px;
	background-size: contain;
	z-index: 21;
}

.box-anim .arrows .arr-anim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/anim-arr.svg) no-repeat center;
	background-size: contain;
	animation: animArrow 2s infinite;
}

.step-section {
	padding: 160px 0 110px;
}

.step-section .wrapp {
	width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.step-section .step-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 230px;
	position: relative;
}

.step-section .step-box:after {
	content: '';
	display: block;
	width: 136px;
	height: 141px;
	position: absolute;
	top: -60px;
	left: -60px;
	background: url(../img/grid-dot-step.svg) no-repeat center;
	background-size: contain;
}

.step-section .step-box .step {
	width: 340px;
	height: 360px;
	box-shadow: 0px 4px 30px rgba(138, 108, 222, 0.2);
	border-radius: 20px;
	position: relative;
}

.step-section .step-box .step:after {
	content: '';
	display: block;
	width: 115px;
	height: 30px;
	position: absolute;
	top: 60px;
	right: -90px;
	background: url(../img/arrow-step.svg) no-repeat center;
	background-size: contain;
}

.step-section .step-box .step:last-child:after {
	display: none;
}

.step-section .step-box .step .img {
	width: 248px;
	height: 248px;
	margin: 0 auto;
	position: relative;
	top: -50px;
}

.step-section .step-box .step .text {
	max-width: 240px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
}

.step-section a.get-btn {
	margin-top: 100px;
}

/* trust section */

.trust-section {
	background: rgba(197, 176, 255, 0.2);
	padding: 80px 0;
	position: relative;
}

.trust-section .img-mobile {
	display: none;
}

.trust-section:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 760px;
	height: 650px;
	background: url(../img/bg-trust.svg) no-repeat center;
	background-size: contain;
}

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

.trust-section .col-left,
.trust-section .col-right {
	width: 50%;
	flex: 0 0 50%;
}

.trust-section h2 {
	font-weight: 800;
	font-size: 54px;
	line-height: 74px;
	margin-bottom: 40px;
	position: relative;
}

.trust-section h2:after {
	content: '';
	display: inline-block;
	width: 36px;
	height: 37px;
	margin-left: 60px;
	position: relative;
	top: 3px;
	background: url(../img/arrow-trust.svg) no-repeat center;
	background-size: contain;
}

.trust-section .col-right p:first-of-type {
	margin-bottom: 30px;
}

/* process section */

.process-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 620px;
	background: url(../img/bg-process.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding: 0 25px;
}

.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(82, 64, 133, 0.5);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.overlay-bg.overlay-main {
	background: rgba(82, 64, 133, 0);
}

.process-section li {
	position: relative;
	padding-left: 70px;
	color: #fff;
	font-size: 36px;
	line-height: 28px;
	margin: 35px 0;
}

.process-section li:before {
	content: '';
	width: 40px;
	height: 37px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/icon-list-process.svg) no-repeat center;
	background-size: contain;
}

/* info section */

.info-section .box-info {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 170px 0 0;
}

.info-section .box-info .info {
	width: 560px;
	margin: 0 50px;
	background: #fff;
	box-shadow: 0px 4px 30px rgba(138, 108, 222, 0.1);
	border-radius: 20px;
	position: relative;
}

.info-section .box-info .info:first-child:before {
	content: url(../img/bg-info-left.svg);
	position: absolute;
	bottom: 120px;
	left: -145px;
}

.info-section .box-info .info:last-child:after {
	content: url(../img/bg-info-right.svg);
	position: absolute;
	top: 80px;
	right: -70px;
}

.info-section .box-info .info .info-content {
	padding: 54px 45px 48px;
}

.info-section .box-info .info .img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.info-section .box-info .info .img img {
	width: 120%;
}

.info-section .box-info .info h3 {
	font-size: 36px;
	line-height: 22px;
}

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

.info-section .box-info .info a {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

/* get form section */

.get-form-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	height: 360px;
	position: relative;
}

.get-form-section .box-form {
	width: 690px;
}

.get-form-section .box-form .preform {
	width: 100%;
}

.get-form-section h2 {
	font-weight: 800;
	font-size: 40px;
	line-height: 62px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.get-form-section.bg-get-form {
	background: url(../img/bg-get-form.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.get-form-section.bg-get-form .overlay-bg {
	background: rgb(82 64 133 / 84%);
}

.get-form-section.bg-get-form h2 {
	color: #fff;
}

/* footer */

footer {
	background: rgba(197, 176, 255, 0.4);
}

footer .material {
	padding: 60px 0;
}

footer .material h3 {
	font-size: 36px;
	line-height: 49px;
	margin-bottom: 35px;
}

footer .material p {
	font-size: 14px;
	line-height: 20px;
	color: rgba(1, 0, 3, 0.7);
	margin-bottom: 35px;
}

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

footer .material p strong {
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 33px;
	color: #000;
}

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

footer .foot-nav ul {
	text-align: center;
}

footer .foot-nav ul li {
	display: inline-block;
	margin: 0 35px;
}

footer .foot-nav ul li a {
	font-weight: 600;
	font-size: 21px;
	line-height: 50px;
}

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

footer .foot-nav ul li a.unsub {
	color: rgba(1, 0, 3, 0.3);
}

footer .foot-nav ul li a.unsub:hover {
	color: rgba(1, 0, 3, 0.6);
}

footer .copyright {
	background: #010003;
}

footer .copyright p {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 30px 0;
}

/* modal */

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

.modal {
	display: block;
	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: 930px;
	height: 100%;
	position: relative;
	z-index: 1006;
	padding: 0 60px;
	background: #fff;
	background-size: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	animation: modal 0.5s ease-in;
	-webkit-animation: modal 0.5s ease-in;
	-moz-animation: modal 0.5s ease-in;
}

.modal .window h4 {
	font-size: 56px;
	line-height: 50px;
}

.modal .window&gt;p {
	font-size: 32px;
	line-height: 50px;
	margin: 10px 0 80px;
}

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

.modal .window .modal-btn {
	width: 245px;
	height: 75px;
	background: #F83E49;
	border-radius: 37.5px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 40px 0 70px;
	position: relative;
	transition: 0.4s;
}

.modal .window .modal-btn.call-btn:after {
	content: '';
	display: block;
	width: 57px;
	height: 67px;
	position: absolute;
	top: -80px;
	left: calc(50% - 15px);
	background: url(../img/arrow-modal.svg) no-repeat center;
	background-size: contain;
}

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

.modal .window .modal-btn.back-btn {
	background: #8A6CDE;
	cursor: pointer;
	margin-left: 40px;
}

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

.modal .window .modal-btn p {
	font-weight: 700;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
}

.modal .window .modal-btn:before {
	content: '';
	display: block;
	width: 38px;
	height: 26px;
	background-image: url(../img/icon-tel-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 13px);
	left: 23px;
}

.modal .window .modal-btn.back-btn:before {
	background-image: url(../img/icon-back.svg);
	left: 28px;
}

.modal .window .modal-btn p span {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
}

.modal .window .close-modal {
	position: absolute;
	right: 45px;
	top: 35px;
	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: 3px;
	background-color: #F83E49;
	transition: 0.4s;
}

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

.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 .head-section {
	padding-top: 200px;
	position: relative;
	overflow: hidden;
}

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

.works .head-section .box-img {
	width: 690px;
	flex: 0 0 690px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.works .head-section .box-img .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.works .head-section .box-img:before {
	content: '';
	position: absolute;
	top: -100px;
	left: -180px;
	display: block;
	width: 869px;
	height: 869px;
	border-radius: 50%;
	background: rgba(138, 107, 222, 0.2);
	z-index: -1;
}

.works .head-section .box-img:after {
	content: '';
	position: absolute;
	top: calc(50% - 70px);
	left: -70px;
	display: block;
	width: 135px;
	height: 135px;
	background: url(../img/grid-dot.svg) no-repeat center;
	background-size: contain;
}

.works .head-section .box-title {
	padding-left: 100px;
}

.works .head-section h1 {
	font-size: 56px;
	line-height: 60px;
	margin-bottom: 30px;
}

.works .head-section p {
	font-size: 18px;
	line-height: 30px;
	color: #694BA4;
}

.text-section {
	padding: 85px 0 70px;
	background: rgba(197, 176, 255, 0.15);
}

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

.works-section ul {
	max-width: 750px;
	margin: 80px auto 0;
}

.works-section li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 28px;
}

.works-section li:last-child {
	margin-bottom: 0;
}

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

.works-section li:last-child {
	position: relative;
	padding: 0;
	margin: 70px 0 0;
}

.works-section li:last-child:before {
	display: none;
}

.works-section .box-btn {
	text-align: center;
	margin-top: 80px;
}

.rates-section {
	padding: 60px 0;
	position: relative;
}

.rates-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 100%;
	background: rgba(197, 176, 255, 0.2);
	z-index: -1;
}

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

.rates-section .box-text {
	width: 60%;
	flex: 0 0 60%;
	padding-right: 50px;
}

.rates-section .box-img {
	width: 40%;
	flex: 0 0 40%;
	padding-left: 50px;
	position: relative;
}

.rates-section .box-img:after {
	content: '';
	display: block;
	width: 135px;
	height: 135px;
	position: absolute;
	top: 0;
	right: -20px;
	background: url(../img/grid-dot-rates.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.rates-section .box-text h2 {
	font-size: 40px;
	line-height: 54px;
}

.rates-section .box-text p {
	margin: 30px 0;
}


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

.faq .head-section {
	height: 635px;
	position: relative;
	overflow: hidden;
	background: url(../img/head-faq.png) no-repeat center;
	background-size: contain;
}

.faq .head-section .wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.faq .head-section h1 {
	font-size: 56px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 115px;
}

/* accordeon */


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

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

.ac-head {
	position: relative;
	cursor: pointer;
	padding: 20px 80px 20px 40px;
	background: rgba(214, 200, 255, 0.3);
	border-radius: 37px;
	transition: 0.4s;
}

.ac-head.in,
.ac-head:hover {
	box-shadow: 0px 3px 10px rgba(137, 111, 208, 0.3);
}

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

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

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

.ac-head h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
}

.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: 18px;
}

.list-accord li {
	padding-left: 30px;
	position: relative;
}

.list-accord li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/checkmark.png) no-repeat center;
	background-size: contain;
}


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

.contact .head-section {
	position: relative;
	padding: 60px 0 90px;
	background: rgba(157, 131, 231, 0.1);
}

.contact .head-section .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact .head-section h1 {
	font-size: 48px;
	line-height: 65px;
	margin-bottom: 40px;
}

.contact .head-section .box-contact {
	width: 886px;
	padding: 40px 50px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 4px 40px rgba(138, 108, 222, 0.2);
	border-radius: 20px;
}

/* style form */

.contact label {
	display: none;
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #F83E49;
}

form.feed_contact .box-error-field .error+label {
	display: inline-block;
}

.contact label.error {
	display: none !important;
}

.contact label img {
	width: 20px;
}

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

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

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

.contact .box-field div input,
.contact .box-field div textarea {
	width: 100%;
	height: 100%;
	resize: none;
	border: 1px solid rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	border-radius: 20px;
	padding: 0 26px;
	font-size: 20px;
}

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

.contact .box-field div textarea {
	padding-top: 15px
}

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

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

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

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

.contact .box-captcha {
	position: relative;
	margin: 5px 0 30px;
}

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

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

.contact .box-submit button {
	width: 210px;
	min-width: 210px;
	height: 62px;
	border: 2px solid #F83E49;
	background: transparent;
	box-sizing: border-box;
	border-radius: 33px;
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;
	color: #F83E49;
	transition: 0.4s;
}

.contact .box-submit button:hover {
	border-color: #C12447;
	color: #C12447;
}

.contact .box-submit p {
	font-size: 14px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
	padding-left: 30px;
}

.contact .box-submit p a {
	font-weight: 700;
	color: #F83E49;
	text-decoration: underline;
}

.contact .box-submit p a:hover {
	color: #C12447;
}

.contact p.bot-form {
	text-align: center;
	margin-top: 80px;
}

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

.contact .desc h4 {
	width: 60%;
	margin: 80px auto 10px;
	font-size: 36px;
}

.contact .desc span {
	font-size: 21px;
	line-height: 29px;
	color: #8A6CDE;
}

/* form error */

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

.feedCaptcha-error {
	color: red;
}

.pos-rel {
	position: relative;
}

p.text-req {
	font-size: 16px !important;
	line-height: 22px;
	color: #F83E49 !important;
	position: absolute;
	left: 40px;
	top: -38px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}


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

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

.terms h1 {
	margin: 90px 0;
	font-size: 50px;
	line-height: 70px;
}

.terms .box-terms p {
	margin-bottom: 30px;
}

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

.terms .box-terms a:hover {
	color: #C12447;
}

.text-links {
	width: 1060px;
	text-align: center;
	padding: 0 25px;
	margin: 100px auto 0;
}

/* animation */

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

	100% {
		opacity: 1;
	}
}

@keyframes animGirl {
	0% {
		background-image: url(../img/anim-img-4.png);
	}

	1% {
		background-image: url(../img/anim-img-1.png);
	}

	25% {
		background-image: url(../img/anim-img-1.png);
	}

	26% {
		background-image: url(../img/anim-img-2.png);
	}

	50% {
		background-image: url(../img/anim-img-2.png);
	}

	51% {
		background-image: url(../img/anim-img-3.png);
	}

	75% {
		background-image: url(../img/anim-img-3.png);
	}

	76% {
		background-image: url(../img/anim-img-4.png);
	}

	100% {
		background-image: url(../img/anim-img-4.png);
	}
}

@keyframes animCircle {
	0% {
		transform: scale(0.4);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.4);
	}
}

@keyframes animLineBot {
	0% {
		left: 50%;
	}

	50% {
		left: 35%;
	}

	100% {
		left: 50%;
	}
}

@keyframes animGrid {
	0% {
		transform: scale(0.8) rotate(0);
	}

	12.5% {
		transform: scale(1.2) rotate(45deg);
	}

	25% {
		transform: scale(0.8) rotate(90deg);
	}

	37.5% {
		transform: scale(1.2) rotate(135deg);
	}

	50% {
		transform: scale(0.8) rotate(180deg);
	}

	62.5% {
		transform: scale(1.2) rotate(225deg);
	}

	75% {
		transform: scale(0.8) rotate(270deg);
	}

	87.5% {
		transform: scale(1.2) rotate(315deg);
	}

	100% {
		transform: scale(0.8) rotate(360deg);
	}
}

@keyframes animRels {
	0% {
		top: 28%;
	}

	50% {
		top: 18%;
	}

	100% {
		top: 28%;
	}
}

@keyframes animRomb {
	0% {
		top: 12%;
	}

	50% {
		top: 18%;
	}

	100% {
		top: 12%;
	}
}

@keyframes animArrow {
	0% {
		left: -150%;
		opacity: 0;
	}

	40% {
		left: 0;
		opacity: 1;
	}

	60% {
		left: 0;
		opacity: 1;
	}

	100% {
		left: 150%;
		opacity: 0;
	}
}

/*  */

body #omForm {
	background: #fff;
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
	background: rgba(157, 131, 231, 0.75);
}

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

.navigate-fix-top {
	position: absolute !important;
}
</pre></body></html>