@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


html,
body {
	font-size: 22px;
	line-height: 130%;
	font-weight: 400;
	color: #000000;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	border: none;
	font-family: "Nunito Sans", sans-serif;
	overflow-x: hidden;
	background: url("../../img/games//bg-full-screen.png") no-repeat #FFFFFF;
	background-position: 50% 0;
	background-size: cover;
}

*, *:before, *:after {
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000000;
}

h1 {
	font-size: 80px;
	line-height: 110%;
}

h2 {
	font-size: 50px;
	line-height: 100%;
}

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

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

input, select, textarea {
	font-size: 22px;
	line-height: 130%;
	font-weight: 400;
	color: #000000;
}

strong {
	font-weight: 700;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

main {
	display: block;
}

section {
	position: relative;
}

.wrapper {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	cursor: pointer;
	background-color: #330066;
	border: 1px solid #330066;
	color: #fff;
	border-radius: 24px;
	letter-spacing: 0;
}

.button:hover,
.button:active,
.button:focus {
	background-color: transparent;
	color: #CCCCFF;
}

.image {
	position: relative;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.image > img,
.image > svg {
	width: 100%;
	max-width: 100%;
	border: none;
}


/* ------------- HEADER ------------- */
.header {
	font-family: "Nunito", sans-serif;
}

.header__content {
	width: 100%;
	padding: 39px 43px;
	background-color: #330066;
	border-radius: 0 0 50px 50px;
}

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

.header__logo {
	width: 110px;
	min-width: 110px;
	margin-right: 20px;
}

.header__block {
	width: 58%;
	max-width: 651px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	grid-gap: 50px;
}

.header-menu__link {
	font-size: 22px;
	line-height: 100%;
	color: #FFFFFF;
	transition: 0.4s;
	text-decoration: none;
}

.header-menu__link:hover,
.header-menu__link:active,
.header-menu__link:focus {
	text-decoration: underline;
}

.header__link {
	width: 51px;
	min-width: 51px;
}

.header__burger {
	display: none;
	cursor: pointer;
	width: 30px;
	min-width: 30px;
}

.header__close {
	display: none;
	cursor: pointer;
	width: 24px;
	padding: 5px;
}


.app__links {
	max-width: 505px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
}

.app__links a img {
	transition: 0.4s;
}

.app__links a img:hover {
	filter: invert(1);
}

.app__link_apple {
	margin-right: 9px;
	width: 48.3%;
}

.app__link_google {
	width: 49.7%;
}
span.lang-switcher {
	position: relative;
	display:flex;
	align-items:center;
}
select.pll-switcher-select {
	border: none;
	background-color: transparent;
	color: #786E82;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	padding:0;
}
span.lang-switcher::after {
	content: '\203A';
	font-size: 1.7rem;
	transform: rotate(90deg);
	font-weight: 100;
	transition: all .3s;
	position: absolute;
	right: -16px;
	color: #81738F;
	z-index: 0;
}

/* ------------- Main Section ------------- */
.main-section {
	padding: 52px 0 74px;
}

.main-section__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main-section__image {
	width: 30%;
	max-width: 335px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-section__content {
	width: calc(70% - 40px);
	max-width: 697px;
	position: relative;
}

.main-section__title,
.main-section__goal,
.main-section-list,
.main-section-app__action,
.main-section-app__info {
	font-family: "Nunito", sans-serif;
}


.main-section__title {
	margin-bottom: 10px;
	color: #330066;
}

.main-section__subtitle {
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 110%;
}

.main-section__goal {
	margin-bottom: 50px;
	width: 100%;
	padding: 14px 33px;
	background-color: #FCC0A1;
	border-radius: 10px;
}

.main-section-list {
	margin-bottom: 50px;
	position: relative;
}

.main-section-list__item {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.main-section-list__item:last-child {
	margin-bottom: 0;
}

.main-section-list__item::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	background: url("../../img/games/icon-main-list.png") no-repeat 50% transparent;
	background-size: cover;
}

.main-section-app__text-ads {
	font-weight: 600;
	color: #330066;
}

.main-section-app__action,
.main-section-app__info {
	font-size: 30px;
}

.main-section-app__action {
	margin-bottom: 20px;
}

.main-section-app__info {
	margin-top: 20px;
}

.main-section__image {
	perspective: 1000px; /* глубина теперь здесь */
}

.main-section__video {
	width: 360px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;

	transform-style: preserve-3d;
	animation: phoneSwing 3s ease-in-out forwards;
}

.main-section__video::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 2px;
	left: 0;
	background-image: url("../../img/iphoneBorder.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}


.main-section__video::before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	height: 45px;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 80%);
	border-radius: 50%;
	filter: blur(10px);
	z-index: -1;
	animation: shadowSwing 3s ease-in-out forwards;
}


.main-section__video video {
	width: 90%;
	border-radius: 40px;
	object-fit: cover;
}


.main-section__video img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@keyframes phoneSwing {
	0% {
		transform: rotateY(0deg) rotateX(0deg);
	}
	40% {
		transform: rotateY(-7deg) rotateX(-3deg);
	}
	/* влево */
	70% {
		transform: rotateY(7deg) rotateX(3deg);
	}
	/* вправо */
	100% {
		transform: rotateY(7deg) rotateX(3deg);
	}
	/* остановка вправо */
}

@keyframes shadowSwing {
	0% {
		transform: translateX(-50%) scale(1);
		opacity: 0.55;
	}
	40% {
		transform: translateX(-65%) scaleX(1.15) scaleY(0.85);
		opacity: 0.35;
	}
	70% {
		transform: translateX(-35%) scaleX(1.15) scaleY(0.85);
		opacity: 0.35;
	}
	100% {
		transform: translateX(-35%) scaleX(1.15) scaleY(0.85);
		opacity: 0.35;
	}
}
/* first-screen about */
.main-section.first-screen .main-section__inner {
	align-items: center;
} 
.first-screen .main-section__image, .first-screen .main-section__content {
	flex-basis: calc((100% - 40px) / 2);
	width: calc((100% - 40px) / 2);
	max-width: none;
}
.first-screen .main-section__title {
	font-family: "Nunito", sans-serif;
	font-size:50px;
	font-weight:800;
	line-height:1.05;
	color:#000;
}
.first-screen .main-section__title span {
	color: #330066;
	margin-bottom:20px;
}
.first-screen .main-section__subtitle {
	font-size:22px;
	margin-bottom:46px;
}
.first-screen .main-section-app__action span, 
.first-screen .main-section-app__info span {
	color:#330066;
	font-weight:700;
}
.first-screen .main-section__image.image {
	padding-bottom: 110px;
}
.first-screen .main-section__image.image::before,
.first-screen .main-section__image.image::after,
.first-screen .main-section__image.image .image-caption {
	content:'';
	border-radius:50%;
	aspect-ratio: 1/1;
	position:absolute;
}
.first-screen .main-section__image.image::before {
	z-index:0;
	width:50%;
	top: 20px;
	right:40px;
	background-color:#330066;
}
.first-screen .main-section__image.image::after {
	z-index:1;
	width: 60%;
	left:0;
	top:130px;
	background-color:#FCC0A1;
}
.first-screen .main-section__image.image .image-caption {
	background-color: #CCCCFF;
	z-index:0;
	width: 85%;
	right:30px;
	bottom:0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #000;
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
	padding-bottom: 32px;
}
.first-screen .my-img {
	position:relative;
	z-index:3;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: top;
	max-width: 85% !important;
}
.first-screen .app__links {
	margin:0;
}
/*--------------- Idea section --------------------*/
.idea {
	margin-bottom:50px;
}
.idea__title {
	font-family: "Nunito", sans-serif;
	font-weight: 800;
	line-height: 1.1;
	text-align:center;
	margin-bottom:50px;
}
.idea__block {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:40px;
}
.idea__block__desc {
	font-size:40px;
	line-height:1.1;
	font-weight:700;
	flex-basis:360px;
	width:360px;
	flex-grow: 0;
	flex-shrink: 0;
}
.idea__block__list {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	gap:24px;
	height:580px;
	counter-reset: step;
}
.idea__block__item {
	position:relative;
	border-radius:10px;
	padding:40px 20px;
	background-color:#CCCCFF;
	flex-basis: calc((100% - 24px) / 2);
	width: calc((100% - 24px) / 2);
	height: 260px;
	counter-increment: step;
}
.idea__block__item::before {
	content: counter(step, decimal-leading-zero);
	font-size:15px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.idea__block__item:nth-child(2),
.idea__block__item:nth-child(3) {
	background-color:#FCC0A1;
}
/*--------------- end Idea section --------------------*/
/* ------------- Video section --------------- */
.video-section {
	margin-bottom: 100px;
}
.video__wrapper {
	border-radius: 10px;
	overflow: hidden;
}
.video-section .video__wrapper .embed-wrapper, 
.video-section .video__wrapper iframe {
	height: 650px;
	overflow: hidden;
}
.video__wrapper .embed-wrapper, 
.video__wrapper iframe,
.reasons-board__text .embed-wrapper,
.reasons-board__text iframe {
	display: block;
	position: relative;
	width: 100%;
	height:100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	cursor: pointer;
}
.video__wrapper .embed-wrapper::after,
.reasons-board__text .embed-wrapper::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #000 center/cover no-repeat var(--poster-bg, none);
}
.video__wrapper .embed-wrapper::before,
.reasons-board__text .embed-wrapper::before {
	content: "";
	position: absolute;
	left: 50%; top: 50%;
	translate: -50% -50%;
	width: clamp(50px, 10vw, 100px);
	aspect-ratio: 1;
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(0,0,0,.25);
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 34'><path d='M28.5 16.134C29.1667 16.5189 29.1667 17.4811 28.5 17.866L1.5 33.4545C0.833336 33.8394 0 33.3583 0 32.5885L0 1.41154C0 0.641744 0.833334 0.160616 1.5 0.545516L28.5 16.134Z' fill='%23fff'/></svg>")center / 25% auto no-repeat,#306;
	pointer-events: none; 
	z-index:1;
}
.reasons-board__text .embed-wrapper,
.reasons-board__text iframe {
	aspect-ratio: 5/9;
}
.embed-wrapper.is-playing::after,
.embed-wrapper.is-playing::before {
	opacity: 0;
	pointer-events: none;
}
.video__wrapper .embed-wrapper::after,
.video__wrapper .embed-wrapper::before,
.reasons-board__text .embed-wrapper::after,
.reasons-board__text .embed-wrapper::before {
	transition: opacity .2s ease;
}
@media (min-width: 991px) {
	.video__wrapper .embed-wrapper::after {
		background: #000 center/cover no-repeat var(--poster-bg-desc, --poster-bg);
	}
}
/* ------------- end Video section --------------- */
/* ------------ insight section --------------- */
.insight {
	margin-bottom:100px;
}
.insight__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
	gap:24px;
}
.insight__container > * {
	flex-basis: calc((100% - 48px) / 3);
	width: calc((100% - 48px) / 3);
}
.insight__title {
	font-size: 40px;
}
.insight__title span {
	color:#330066;
}
.insight__subtitle__item {
	position: relative;
	padding-left: 70px;
}
.insight__subtitle__item::before {
	content: '01';
	background-color: #CCF;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.insight__subtitle__item:last-child::before {
	content:'02';
}
.insight__block {
	position:relative;
	margin-bottom:50px;
}
.insight__swiper {
	position:relative;
	overflow: hidden;
	max-width: 90%;
	margin: 0 auto;
}
.insight__block .swiper-button-prev {
	left: 0;
}
.insight__block .swiper-button-next {
	right: 0;
}
/* ------------ end insight section --------------- */
/*------- Call To Action component CTA--------*/
.call__to__action__wrapper {
	max-width: fit-content;
	margin: auto;
}
.call__to__action {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1;
}
.call__to__action span {
	color:#330066;
	font-weight:700;
}
/* ------------- Reasons Section ------------- */
.reasons {
	padding: 0 0 103px;
}

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

.reasons__content {
	width: 52.2%;
	max-width: 655px;
}

.reasons__title {
	margin-bottom: 15px;
}

.reasons__title_mobile {
	display: none;
}

.reasons-list__item {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Nunito", sans-serif;
}

.reasons-list__item:last-child {
	margin-bottom: 0;
}

.reasons-list__item-icon {
	margin-right: 20px;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px
}

.reasons-list__item-text {
	font-size: 22px;
}

.reasons-board {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 42.7%;
	max-width: 529px;
	background-color: #FCC0A1;
	border-radius: 15px;
	overflow:hidden;
}

.reasons-board__text {
	width: 100%;
	/*max-width: 362px;*/
	font-size: 22px;
	line-height: 100%;
	color: #FFFFFF;
}

.reasons-board__text video {
	width: 100%;
	border-radius: 4px;
}
/* ------------- Benefits Section ------------- */
.benefits {
	padding: 0 0 92px;
}

.benefits__title {
	text-align: center;
}

.benefits__title_color {
	color: #330066;
}

.benefits-cards {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	grid-gap: 18px;
}

.benefits-card {
	width: calc(25% - 13.5px);
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.benefits-card_1,
.benefits-card_3 {
	flex-direction: column;
}

.benefits-card_2,
.benefits-card_4 {
	flex-direction: column-reverse;
}

.benefits-card__info {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 273px;
	padding: 15px 30px;
	background-color: #330066;
	border-radius: 25px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Nunito", sans-serif;
}

.benefits-card__board {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 273px;
	position: relative;
	overflow: hidden;
}

.benefits-card__board::before {
	display: block;
	content: '';
	position: absolute;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 45%;
	z-index: -1;
	background-color: #330066;
}

.benefits-card_1 .benefits-card__board::before,
.benefits-card_3 .benefits-card__board::before {
	top: 0;
}

.benefits-card_2 .benefits-card__board::before,
.benefits-card_4 .benefits-card__board::before {
	bottom: 0;
}

.benefits-card_1 .benefits-card__board,
.benefits-card_2 .benefits-card__board,
.benefits-card_3 .benefits-card__board,
.benefits-card_4 .benefits-card__board {
	background-size: 30px;
}

.benefits-card_1 .benefits-card__board {
	background: url("../../img/games/icon-benefits-card-1.png") no-repeat 50% transparent;
	background-size: 30px;
}

.benefits-card_2 .benefits-card__board {
	background: url("../../img/games/icon-benefits-card-2.png") no-repeat 50% transparent;
	background-size: 30px;
}

.benefits-card_3 .benefits-card__board {
	background: url("../../img/games/icon-benefits-card-3.png") no-repeat 50% transparent;
}

.benefits-card_4 .benefits-card__board {
	background: url("../../img/games/icon-benefits-card-4.png") no-repeat 50% transparent;
}

/*------------ roadmap section -------------*/
.roadmap {
	margin-bottom:100px;
}
.roadmap__title {
	font-family: "Nunito", sans-serif;
	text-align:center;
	margin-bottom:50px;
}
.roadmap__title span {
	color:#330066;
}
.roadmap__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.roadmap__content > * {
	flex-basis:calc((100% - 40px) / 2);
	width:calc((100% - 40px) / 2);
	flex-grow:0;
	flex-shrink:0;
}
.roadmap__item {
	margin-bottom: 20px;
	padding-left: 56px;
	position: relative;
}
.roadmap__item__icon {
	position: absolute;
	background: #330066;
	width: 20px;
	height: 20px;
	left: 0;
	top: 4px;
}
.roadmap__image__wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.roadmap__image {
	max-width: 60%;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.roadmap .first-caprion,
.roadmap .second-caprion {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 260px;
	border-radius: 50%;
	z-index:2;
	text-align:center;
}
.roadmap .first-caprion {
	background-color: #FCC0A1;
	padding: 16px;
	left:0;
	top: 0;
}
.roadmap .second-caprion {
	background-color:#CCCCFF;
	padding: 24px 12px;
	right:0;
	bottom:50px;
}
/*------------ end roadmap section -------------*/
/*------------ platform section --------------*/
.platform {
	margin-bottom:100px;
}
.platform__title {
	font-family: "Nunito", sans-serif;
	text-align:center;
	margin-bottom:50px;
	line-height: 1.05;
	font-size: 48px;
}
.platform__title span {
	color:#330066;
}
.platform__content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}
.platfotm__image img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	width: 400px;
}
.platform__content > * {
	flex-basis:calc((100% - 40px) / 2);
	width:calc((100% - 40px) / 2);
	flex-grow:0;
	flex-shrink:0;
}
.platform__item {
	margin-bottom: 30px;
	padding-left: 56px;
	position: relative;
	max-width: 500px;
	font-size: 30px;
	line-height: 1.1;
}
.platform__item:last-child {
	margin-bottom:0;
}
.platform__item__icon {
	position: absolute;
	background: #330066;
	width: 24px;
	height: 24px;
	left: 0;
	top: 4px;
}
/*------------ end platform section --------------*/
/*------------ solution section -------------*/
.solution {
	margin-bottom:100px;
}
.solution__title {
	font-family: "Nunito", sans-serif;
	font-size:42px;
	text-align:center;
	margin-bottom:50px;
}
.solution__block {
	display: flex;
	justify-content: space-between;
	gap: 38px;
	flex-wrap: wrap;
}
.solution__block > * {
	flex-basis: calc((100% - 76px) / 3);
	width: calc((100% - 76px) / 3);
}
.solution__item {
	background-color: #FCC0A1;
	padding: 20px 30px;
	border-radius: 0 40px 0 40px;
}
.solution__item .item__title {
	font-size: 50px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 8px;
	line-height: 1;
	gap:20px;

}
.solution__item .item__title__icon {
	background: #330066;
	width: 30px;
	height: 30px;
}
/*------------ end solution section -------------*/
/*------------ develop section --------------*/
.develop {
	margin-bottom:100px;
}
.develop__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.develop__content:first-child {
	flex-direction:row-reverse;
}
.develop__content > * {
	flex-basis: 50%;
	width: 50%;
}
.develop__video > * {
	aspect-ratio: 15 / 10 !important;
}
.develop__slider {
	position: relative;
}
.develop__swiper {
	border-radius: 10px;
	overflow: hidden;	
}
.develop__slider img {
	aspect-ratio: 15 / 10 !important;
	object-fit: cover;
	object-position: center;
}
.develop__slider .swiper-button-prev {
	left: -60px;
}
.develop__slider .swiper-button-next {
	right: -60px;
}
.develop__list__wrapper {
	padding: 0 24px;
}
.develop__content:not(:first-child) .develop__list__wrapper {
	padding-top: 40px;
	max-width: 550px;
}
.process-caption {
	font-weight:700;
	padding-left: 56px;
	margin-bottom:30px;
}
.develop__item {
	margin-bottom: 30px;
	padding-left: 56px;
	position: relative;
}
.develop__item:last-child {
	margin-bottom:0;
}
.develop__item__icon {
	position: absolute;
	background: #330066;
	width: 24px;
	height: 24px;
	left: 0;
	top: 4px;
}
/*------------ end develop section --------------*/
/*------------- result section ----------------*/
.result {
	margin-bottom:100px;
}
.result__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
}
.result__title__wrapper {
	flex-basis: 500px;
	width: 500px;
	flex-shrink: 0;
	flex-grow: 0;
}
.result_pretitle {
	color: #306;
	margin-bottom: 20px;
}
.result__title {
	font-family: "Nunito", sans-serif;
}
.result__text {
	font-size: 24px;
	line-height: 1.3;
}
.result__text p {
	margin-bottom:30px;
}
.result__text p:last-child {
	margin-bottom:0;
}
.result__item strong ,
.result__item b {
	color:#330066;
	font-weight:600;
}
.result__equation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	margin-bottom:40px;
}
.equation-x, 
.equation-action {
	font-size: 120px;
	font-weight:700;
	color: #330066;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 38px;
	line-height: 1;
}
.equation-x .desc, .equation-action .desc {
	font-size: 26px;
	font-weight:400;
	color: #000;
}
.result__after-equation {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 50px;
}
.result__list__wrapper {
	padding: 0 24px;
}
.result__item {
	margin-bottom: 30px;
	padding-left: 56px;
	position: relative;
}
.result__item:last-child {
	margin-bottom:0;
}
.result__item__icon {
	position: absolute;
	background: #330066;
	width: 24px;
	height: 24px;
	left: 0;
	top: 4px;
}
/*------------- end result section ----------------*/
/*-------------- for-you section --------------------*/
.for-you {
	margin-bottom:100px;
}
.for-you__wrapper {
	position: relative;
	padding: 80px 0 120px;
}
.primary-image {
	width: 52%;
	margin: auto;
	z-index: 1;
	position: relative;
}
.primary-image,
.second-image,
.thrid-image, 
.fourth-image, 
.fifth-image {
	aspect-ratio: 1/1;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	display: block;
}
.second-image,
.thrid-image, 
.fourth-image, 
.fifth-image,
.top-text,
.bottom-text {
	position:absolute;
}
.second-image {
	width: 28%;
	bottom: 25%;
	left: 0;
	z-index: 0;
}
.thrid-image {
	width: 24%;
	bottom: 4%;
	left: 14%;
	z-index: 2;
}
.fourth-image {
	width:30%;
	top:0;
	right:0;
	z-index:2;
}
.fifth-image {
	width: 28%;
	top: 37%;
	right: 4%;
	z-index:3;
}
.top-text {
	max-width: 380px;
	top: 20px;
}
.bottom-text {
	max-width: 350px;
	bottom: 0;
	right: 20%;
}
.top-text span {
	font-weight: 600;
	color: #306;
}
/*-------------- end for-you section --------------------*/
/* ------------- Progress Section ------------- */
.progress {
	padding: 0 0 100px;
}

.progress__inner {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	grid-gap: 20px;
}

.progress-card {
	flex: 1 1 275px;
	width: 100%;
	padding: 15px 16px 22px;
	border-radius: 25px;
	background-color: #CCCCFF;
	font-family: "Nunito", sans-serif;
}

.progress__title,
.progress-card_4 {
	flex: 1 1 353px;
	width: 100%;
	max-width: 353px;
}

.progress-card__icon {
	width: 50px;
	height: 50px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #330066;
}

.progress-card__title,
.progress-card__text {
	color: #FFFFFF;
}

.progress-card__title {
	margin: 10px 0;
	font-weight: 600;
	text-transform: uppercase;
}


/* ------------- Games Section ------------- */
.games {
	padding: 0 0 50px;
}

.games__title {
	margin-bottom: 30px;
	text-align: center;
}

.games__title_color {
	color: #330066;
}

.games__block {
	position: relative;
}

.games__swiper {
	overflow: hidden;
}

.games__info,
.games__action {
	font-family: "Nunito", sans-serif;
}

.games__info {
	margin-top: 30px;
	text-align: center;
	font-size: 28px;
}

.games__action {
	margin: 30px 0;
	text-align: center;
	font-size: 30px;
}

.games .app__links {
	margin: 0 auto;
}

.games .swiper-button-prev,
.games .swiper-button-next {
	width: 50px;
	height: 50px;
	padding: 10px;
	background-color: #330066;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 90px);
	margin: 0;
}

.games .swiper-button-prev::after,
.games .swiper-button-next::after {
	display: none;
}

.games .swiper-button-prev {
	left: 85px;
}

.games .swiper-button-next {
	right: 85px;
}


/***---------- Swiper arrows -------------***/
.swiper-button-prev,
.swiper-button-next {
	width: 50px;
	height: 50px;
	padding: 10px;
	background-color: #330066;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 25px);
	margin: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	left: 85px;
}

.swiper-button-next {
	right: 85px;
}
/* ------------- Works Section ------------- */
.works {
	padding: 30px 0 50px;
	background-color: #fff;
}

.works__title {
	margin-bottom: 50px;
	text-align: center;
}

.works__inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	grid-gap: 15px;
	flex-wrap: wrap;
}

.works-block {
	flex: 1 1 calc(33.33% - 10px);
	position: relative;
	min-height: 248px;
}

.works-card {
	width: 100%;
	padding: 13px 27px 40px;
	background-color: #330066;
	border-radius: 25px;
	height: 100%;
}

.works-card__icon {
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 50%;
	background-color: #FCC0A1;
}

.works-card__text {
	max-width: 300px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
}

.works-card_min {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: calc(50% - 7.5px);
	padding: 28px 27px;
}

.works-card_min .works-card__icon {
	margin: 0 20px 0 0;
}

.works-card_min .works-card__text {
	width: 100%;
	text-align: center;
}

.works-card_min:first-child {
	margin-bottom: 15px;
}


/* ------------- Story Section ------------- */
.story {
	padding: 50px 0 100px;
}

.story__speech {
	max-width: 557px;
	padding: 0 40px;
	position: relative;
	line-height: 120%;
	font-weight: 700;
	letter-spacing: 0.02px;
}

.story__speech::before,
.story__speech::after {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
}

.story__speech::before {
	top: -15px;
	left: 0;
	background: url("../../img/games/icon-quotes-before.png") no-repeat 50% transparent;
	background-size: cover;
}

.story__speech::after {
	right: 0;
	bottom: -15px;
	background: url("../../img/games/icon-quotes-after.png") no-repeat 50% transparent;
	background-size: cover;
}

.story__speech_mobile {
	display: none;
}

.story__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.story-content {
	width: 57.4%;
	max-width: 712px;
}

.story__info {
	margin: 35px 0;
	max-width: 622px;
	letter-spacing: 0.02px;
}

.story__info_color {
	font-weight: 500;
	color: #330066;
}

.story-content__block {
	padding: 49px 38px 67px 40px;
	background-color: #330066;
	border-radius: 25px;
}

.story__title,
.story-list,
.story-list__item {
	color: #FFFFFF;
}

.story__title {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
}

.story-list__item {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.story-list__item:last-child {
	margin-bottom: 0;
}

.story-list__item-icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 40px;
}

.story-list__item-text {
	line-height: 120%;
	letter-spacing: 0.02px;
}

.story__image-block {
	width: 40.8%;
	max-width: 506px;
	padding: 30px 25px 22px;
	position: relative;
	background-color: #CCCCFF;
	border-radius: 25px;
}

.story__image {
	width: 100%;
}

.story__image-text {
	margin-top: 23px;
	text-align: center;
	line-height: 120%;
	letter-spacing: 0.02px;
	color: #330066;
}


/* ------------- Reviews ------------- */
.reviews {
	padding: 0 0 100px;
}

.reviews__title {
	margin-bottom: 40px;
	text-align: center;
}

.reviews__title_color {
	color: #330066;
}

.reviews__block {
	position: relative;
	overflow: hidden;
}

.reviews__inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	grid-gap: 20px;
}

.reviews-card {
	flex: 1 1 calc(33.33% - 14px);
	background-color: #330066;
	border-radius: 25px;
	padding: 27px 27px 70px;
	position: relative;
}

.reviews-card__text {
	width: 100%;
	height: 349px;
	background-color: #fff;
	border-radius: 15px;
}

.reviews-card__text img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.reviews-card__name {
	margin: 20px auto 0;
	max-width: 200px;
	font-size: 15px;
	color: #fff;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
	display: none;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: #FCC0A1;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 20px);
	margin: 0;
	border: 2px solid #FFFFFF
}

.reviews .swiper-button-prev::after,
.reviews .swiper-button-next::after {
	display: none;
}

.reviews .swiper-button-prev {
	left: 10px;
}

.reviews .swiper-button-next {
	right: 10px;
}
.reviews.about-page .show-desctop {
	flex: 1 1 calc(33.33% - 14px);
	padding: 0;
	position: relative;
}
.reviews.about-page .show-desctop .reviews__title {
	text-align:left;
	padding-right: 50px;
	line-height: 1.1;
}
/* ------------- Conditions ------------- */
.conditions {
	padding: 0 0 100px;
}

.conditions__title {
	margin-bottom: 50px;
	text-align: center;
}

.conditions__inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	grid-gap: 20px;
}

.conditions-card {
	flex: 1 1 calc(20% - 16px);
	padding: 20px 13px 30px;
	background-color: #CCCCFF;
	border-radius: 15px;
}

.conditions-card__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
	width: 50px;
	min-width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 50%;
	background-color: #330066;
	font-size: 27px;
	line-height: 50px;
	text-align: center;
}

.conditions-card__text {
	font-weight: 500;
	letter-spacing: 0.02px;
	color: #FFFFFF;
	text-align: center;
}

.conditions__action {
	display: block;
	max-width: 340px;
	margin: 40px auto 18px;
	position: relative;
	padding-left: 50px;
	font-size: 30px;
	font-weight: 600;
	color: #000;
}

.conditions__action::before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url("../../img/games/icon-arrow-download.png") no-repeat 50% transparent;
	background-size: cover;
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
}

.conditions-app .app__links {
	margin: 0 auto;
}

/* ------------- Reasons ------------- */
.reasons {
	padding: 0 0 100px;
}

.reasons__title {
	margin-bottom: 30px;
	text-align: center;
}

.reasons__title_color {
	color: #330066;
}

.reasons-table {
	background-color: #330066;
	border-radius: 25px;
	overflow: hidden;
}

.reasons-table__row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid #CCCCFF;
	overflow: hidden;
}

.reasons-table .reasons-table__row:not(:first-child) .reasons-table__column_3 .reasons-table__cell-subtitle,
.reasons-table .reasons-table__row:not(:first-child) .reasons-table__column_5 .reasons-table__cell-subtitle {
	display: none;
}

.reasons-table__row:nth-child(1) .reasons-table__column_2 .reasons-table__column-icon,
.reasons-table__row:nth-child(1) .reasons-table__column_4 .reasons-table__column-icon {
	margin-top: 95px;
}

.reasons-table__column {
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.reasons-table__column_1 {
	flex: 1 1 347px;
	padding: 40px;
	min-width: 300px;
}

.reasons-table__column_2,
.reasons-table__column_4 {
	flex: 1 1 70px;
	background-color: #CCCCFF;
	font-size: 40px;
	align-content: center;
	text-align: center;
}

.reasons-table__column_3 {
	flex: 1 1 386px;
	padding: 27px 24px;
}

.reasons-table__column_5 {
	flex: 1 1 368px;
	padding: 27px 24px;
}

.reasons-table__column-text {
	display: none;
	margin-left: 11px;
	color: #FFFFFF;
}

.reasons-table__cell {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.reasons-table__column_3 .reasons-table__cell:first-child,
.reasons-table__column_5 .reasons-table__cell:first-child {
	flex-wrap: wrap;
}

.reasons-table__cell-title,
.reasons-table__cell-text {
	color: #FFFFFF;
}

.reasons-table__cell-title {
	margin-left: 25px;
	font-size: 30px;
	font-weight: 500;
}

.reasons-table__cell-icon {
	font-size: 40px;
	min-width: 40px;
}

.reasons-table__cell-subtitle {
	width: 100%;
	height: 70px;
	max-height: 70px;
	padding: 0 26px 27px;
	border-bottom: 1px solid #CCCCFF;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.reasons-table__cell-subtitle ~ .reasons-table__cell-text {
	width: 100%;
	padding: 17px 0 0;
}


/* ------------- FAQ ------------- */
.faq {
	padding: 0 0 50px;
}

.faq__title {
	margin-bottom: 30px;
	text-align: center;
}

.faq__accordeon {
	position: relative;
}

.accordeon__block {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.accordeon__block:last-child {
	margin-bottom: 0;
}

.accordeon__header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #CCCCFF;
	border-radius: 15px;
	cursor: pointer;
	transition: 0.4s;
}

.accordeon__title {
	padding: 20px 38px;
	font-weight: 500;
}

.accordeon__icon {
	width: 76px;
	min-width: 76px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #330066;
	border-radius: 15px;
	padding: 15px;
	transition: 0.4s;
}

.accordeon__header_opened .accordeon__icon {
	transform: rotate(180deg);
}

.accordeon__wrapper-content {
	padding: 36px 39px 25px;
}

.accordeon__content {
	max-height: 0;
	transition: max-height 0.4s;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
}

.accordeon__content_opened {
	max-height: max-content;
	border: 1px solid #00000030;
}

/*------------- CTA ------------------*/
.cta {
	margin-bottom:100px;
}
.cta__title {
	font-family: "Nunito", sans-serif;
	text-align:center;
	margin-bottom:50px;
}
.cta__full_img {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 40px;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}
.cta__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.cta__content > * {
	flex-shrink: 0;
	flex-grow: 0;
}
.cta__price {
	flex-basis: calc(60% - 40px);
	width: calc(60% - 40px);
	background-color: #CCF;
	border-radius: 15px;
	padding: 16px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
}
.cta__price > * {
	flex-shrink: 0;
	flex-grow: 0;
}
.cta__price .price-text {
	font-size: 30px;
	line-height: 1.1;
	padding-top: 16px;
}
.cta__price .price-text span {
	font-size:40px;
	font-weight:700;
}
.cta__price-res {
	font-size: 40px;
	line-height:1;
	margin-top:12px;
}
.cta__btn-link {
	color: #fff;
	background-color: #306;
	flex-basis: 300px;
	width: 300px;
	padding: 20px;
	border-radius: 15px;
	font-size: 30px;
}
.cta__text {
	flex-basis: calc(40% - 40px);
	width: calc(40% - 40px);
}
.cta__text p {
	margin-bottom:30px;
}
.cta__text p:last-child {
	margin-bottom:0;
}
.cta__text strong ,
.cta__text b {
	color:#330066;
}
.cta__item {
	margin-bottom: 24px;
	padding-left: 40px;
	position: relative;
}
.cta__item:last-child {
	margin-bottom:0;
}
.cta__item__icon {
	position: absolute;
	background: #330066;
	width: 24px;
	height: 24px;
	left: 0;
	top: 4px;
}
.cta__item__icon.icon-dot {
	width:5px;
	height:5px;
	top: calc(50% - 5px);
	border-radius:50%;
}
/* ------------- FOOTER ------------- */
.footer {
	padding: 50px 0 42px;
	background-color: #330066;
	border-radius: 50px 50px 0 0;
}

.footer__block_mobile {
	display: none;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer__content {
	width: 55.2%;
	max-width: 684px;
}

.footer__image {
	width: 37.7%;
	max-width: 467px;
}

.footer__title,
.footer-list__item-text,
.footer__action {
	color: #fff;
}

.footer__title {
	max-width: 556px;
}

.footer__title.footer__title_color {
	font-family: "Nunito", sans-serif;
}

.footer__title_color {
	color: #FCC0A1;
}

.footer-list {
	margin: 50px 0;
}

.footer-list__item {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Nunito", sans-serif;
}

.footer-list__item:last-child {
	margin-bottom: 0;
}

.footer-list__item-icon {
	min-width: 50px;
	margin-right: 30px;
	font-size: 50px;
}

.footer__action {
	margin: 24px 0 30px;
	position: relative;
	padding-left: 78px;
	font-family: "Inter", sans-serif;
}

.footer__action::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	background: url("../../img/games/icon-arrow-footer.png") no-repeat 50% transparent;
	background-size: cover;
}

.footer__action_color {
	color: #FCC0A1;
}

.swiper-wrapper {
	height: auto;
}
