@media screen and (max-width: 1440px) {
	.reasons-table__column {
		padding: 15px 10px;
	}

	.reasons-table__column_1 {
		padding: 40px 20px;
	}


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

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


	.story-content {
		width: 49%;
	}

	.story__image-block {
		width: 48%;
	}
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 50px;
		line-height: 96%;
	}

	h2 {
		font-size: 40px;
	}


	.wrapper {
		padding: 0 30px;
	}


	.header-menu__link {
		font-size: 18px;
	}


	.main-section__image {
		width: 35%;
	}

	.main-section__content {
		width: calc(65% - 40px);
	}


	.reasons-table__cell-icon,
	.reasons-table__column_2,
	.reasons-table__column_4 {
		font-size: 30px;
	}


	.games__info,
	.games__action {
		font-size: 22px;
	}
}

@media screen and (max-width: 992px) {
	.main-section__video {
		width: 300px;
		height: 600px;
		border-radius: 10px;
		padding-top: 0;
	}
	.main-section__video img {
		display: none;
	}

	.main-section__video video {
		border-radius: 50px;
	}

	.first-screen .main-section__title {
		font-size: 40px;
	}

	.benefits-cards {
		margin-top: 50px;
		grid-gap: 0;
	}

	.benefits-card {
		width: 100%;
		flex-direction: column-reverse;
	}

	.benefits-card__info {
		padding: 20px 23px;
		height: auto;
	}

	.benefits-card__board {
		height: 85px;
	}

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


	.progress__title {
		flex: 1 1 100%;
		max-width: 100%;
		text-align: center;
	}

	.progress-card {
		flex: 1 1 calc(50% - 10px);
		width: calc(50% - 10px);
		max-width: 100%;
	}


	.reviews-card {
		flex: 1 1 calc(50% - 10px);
	}

	.reviews.about-page .show-desctop {
		flex: 1 1 calc(50% - 10px);
	}

	.reasons-table {
		background-color: transparent;
	}

	.reasons-table__row {
		margin-bottom: 10px;
		display: block;
		border-radius: 25px;
		background-color: #330066;
	}

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

	.reasons-table__cell-title {
		color: #000;
	}

	.reasons-table__column {
		padding: 20px;
	}

	.reasons-table__column_1 {
		background-color: #CCCCFF;
	}

	.reasons-table__column_2,
	.reasons-table__column_4 {
		background-color: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.reasons-table__column_3 {
		padding: 0 20px;
	}

	.reasons-table__column_5 {
		padding: 0 20px 20px;
	}

	.reasons-table__column-text {
		display: block;
		font-size: 18px;
	}

	.reasons-table__cell {
		justify-content: center;
	}

	.reasons-table__cell-text {
		text-align: center;
	}

	.reasons-table__cell-subtitle {
		display: none;
	}

	.reasons-table__cell-subtitle ~ .reasons-table__cell-text {
		padding: 0;
	}


	.footer__content {
		width: 50%;
	}

	.footer__image {
		width: 46%;
	}

	.footer__block_desktop {
		display: none;
	}

	.footer__block_mobile {
		margin-top: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer__title.footer__title_color {
		order: 1;
		margin-bottom: 10px;
	}

	.footer-list__item-icon {
		min-width: 35px;
		font-size: 35px;
	}

	.footer .app__links {
		order: 2;
	}

	.footer__action {
		order: 3;
		margin: 20px 0 0;
		padding: 0;
		text-align: center;
	}

	.footer__action::before {
		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: 0px;
	}
	.develop__video > * {
		aspect-ratio: 15 / 15 !important;
	}
}

@media screen and (max-width: 768px) {
	.develop__video > * {
		aspect-ratio: 9 / 15 !important;
	}
	.header__wrapper {
		padding: 0;
	}

	.header__content {
		border-radius: 0 0 25px 30px;
		padding: 10px 25px;
	}

	.header-menu {
		grid-gap: 20px;
	}


	.app__links {
		margin: 0 auto;
	}


	.main-section {
		padding: 20px 0 30px;
	}

	.main-section__inner {
		display: block;
	}

	.main-section__image {
		margin: 0 auto;
		width: calc(100% - 30px);
	}

	.main-section__content {
		margin: 20px 0 0;
		width: 100%;
		max-width: 100%;
	}

	.main-section__title,
	.main-section__subtitle,
	.main-section__goal,
	.main-section-app__action,
	.main-section-app__info {
		text-align: center;
	}

	.first-screen .main-section__image {
		flex-basis:none;
		width: calc(100% - 30px);
		max-width: 100%;
	}
	.first-screen .main-section__content {
		flex-basis:none;
		width: 100%;
		max-width: 100%;
	}
	.first-screen .main-section__subtitle {
		background-color:#CCCCFF;
		font-size: 14px;
		line-height:1.05;
		padding:10px;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
		border-radius:10px;
		margin-bottom:20px;
	}
	.first-screen .main-section__image.image {
		padding-bottom: 32px;
		margin-bottom:20px;
	}
	.first-screen .main-section__image.image::before {
		top: 0;
		right: 0;
	}
	.first-screen .main-section__image.image .image-caption {
		font-size:0;
		right: 15px;
	}
	.first-screen .main-section__image.image::after {
		left: 0;
		top: 24px;
	}


	.reasons {
		padding: 0 0 30px;
	}

	.reasons__inner {
		flex-direction: column-reverse;
	}

	.reasons__content,
	.reasons-board {
		width: 100%;
		max-width: 100%;
	}

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

	.reasons__title_desktop {
		display: none;
	}

	.reasons__title_mobile {
		display: block;
	}

	.reasons-list {
		margin-top: 20px;
	}

	.reasons-list__item {
		margin-bottom: 20px;
	}


	.benefits {
		padding: 0 0 30px;
	}

	.benefits-cards {
		margin-top: 0;
	}


	.progress {
		padding: 0 0 30px;
	}


	.games {
		padding: 0 0 30px;
	}

	.games__title {
		font-size: 25px;
	}
	.games__title_mobile {
		font-size: 14px;
	}

	.works {
		padding: 30px 0 0 0;
	}

	.works-card__text{
		font-size: 16px;
	}

	.works-block {
		flex: 1 1 calc(50% - 15px);
	}

	.works__title {
		margin-bottom: 20px;
	}

	.story {
		padding: 37px 0 30px;
	}

	.story__speech {
		max-width: 506px;
		margin: 0 auto 10px;
		padding: 17px 0;
		text-align: center;
	}

	.story__speech_desktop {
		display: none;
	}

	.story__speech_mobile {
		display: block;
	}

	.story__speech::before {
		top: 0;
	}

	.story__speech::after {
		bottom: 0;
	}

	.story__inner {
		flex-direction: column-reverse;
	}

	.story-content {
		width: 100%;
		max-width: 100%;
	}

	.story__info,
	.story__title {
		text-align: center;
	}

	.story__image-block {
		width: 100%;
		margin: 0 auto;
	}


	.reviews {
		padding: 0 0 33px;
	}

	.reviews__title {
		margin-bottom: 20px;
		font-size: 25px;
	}


	.conditions {
		padding: 0 0 40px;
	}

	.conditions__title {
		margin-bottom: 20px;
	}

	.conditions__action {
		margin: 20px auto;
	}


	.faq {
		padding: 0 0 30px;
	}

	.faq__title {
		margin-bottom: 20px;
	}

	.accordeon__block {
		margin-bottom: 10px;
	}
	.idea, 
	.video-section, 
	.insight, 
	.roadmap,
	.platform,
	.solution, 
	.develop, 
	.result,
	.for-you,
	.cta {
		margin-bottom:30px;
	}
	.idea__title,
	.solution__title, 
	.roadmap__title, 
	.cta__title {
		font-size: 33px;
		margin-bottom: 16px;
	}
	.idea__block__desc {
		font-size: 14px;
		text-align: center;
		font-weight: 400;
		max-width: 240px;
		flex-basis: auto;
	}
	.idea__block {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	.idea__block__list {
		height: auto;
		gap: 10px;
	}
	.idea__block__item {
		flex-basis: 100%;
		width: 100%;
		text-align:center;
	}
	.idea__block__item::before {
		content: none;
		display:none;
	}
	.idea__block__item:nth-child(3) {
		background-color:#CCCCFF;
	}
	.idea__block__item:nth-child(2),
	.idea__block__item:nth-child(4) {
		background-color:#FCC0A1;
	}
	.insight__container {
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px;
		gap: 16px;
	}
	.insight__container > * {
		flex-basis: 100%;
		width: 100%;
	}
	.insight__title {
		font-size: 33px;
		text-align: center;
	}
	.insight__subtitle__item {
		padding-left: 0;
		padding-top: 60px;
		text-align: center;
		max-width: 80%;
	}
	.insight__subtitle__item::before {
		left: calc((100% - 40px) / 2);
		width: 40px;
		height: 40px;
	}
	.insight__block {
		margin-bottom: 24px;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 36px;
		height: 36px;
		top: calc(50% - 18px);
	}
	.call__to__action {
		font-size: 14px;
		max-width: 210px;
		text-align: center;
		margin: 0 auto 20px;
	}
	.roadmap__content {
		flex-direction: column-reverse;
	}
	.roadmap__content > * {
		flex-basis: 100%;
		width: 100%;
	}
	.roadmap__image {
		max-width: 80%;
	}
	.roadmap .first-caprion, 
	.roadmap .second-caprion {
		max-width: 160px;
	}
	.roadmap__item:last-child {
		margin-bottom:0;
	}
	.solution__title span {
		font-size: 20px;
		display: block;
		font-weight: 400;
		max-width: 200px;
		margin: auto;
		line-height: 1.3;
	}
	.solution__block {
		flex-direction: column;
		gap:10px;
	}
	.solution__block > * {
		flex-basis: 100%;
		width: 100%;
	}
	.solution__item {
		background-color: #CCF;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		padding: 6px 30px 6px 6px;
	}
	.solution__item .item__title {
		background-color: #306;
		border-radius: 0 40px 0 40px;
		width: 140px;
		height: 100px;
		margin-bottom: 0;
		flex-basis: 140px;
		flex-grow: 0;
		flex-shrink: 0;
		color: #fff;
		font-size: 25px;
		justify-content: center;
		gap: 10px;
	}
	.solution__item .item__title__icon {
		background-color: #CCF;
		box-shadow: 0px 4px 4px 31px #CCCCFF inset;
	}
	.platforn__wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.platform__content {
		flex-direction: column;
		margin-bottom:0;
		gap: 24px;
	}
	.platform__title {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	.platform__title span {
		font-size: 33px;
		font-weight: 700;
		display: block;
	}
	.platform__content > * {
		flex-basis: 100%;
		width: 100%;
	}
	.platform__item {
		font-size: 14px;
	}
	.develop__wrapper .develop__content {
		flex-direction: column;
		gap:20px;
	}
	.develop__content:first-child {
		margin-bottom:20px;
	}
	.develop__content > * {
		flex-basis: 100%;
		width: 100%;
	}
	.develop__item {
		margin-bottom: 16px;
	}
	.develop__swiper {
		max-width: 90%;
		margin: auto;
	}
	.develop__slider .swiper-button-prev {
		left: 0;
	}
	.develop__slider .swiper-button-next {
		right: 0;
	}
	.develop__content:not(:first-child) .develop__list__wrapper {
		padding: 16px 0 0;
	}
	.result__content {
		flex-direction: column;
	}
	.result__title__wrapper {
		flex-basis: auto;
		width: auto;
		text-align: center;
	}
	.result__title {
		font-size: 33px;
	}
	.result__text {
		font-size: 14px;
		line-height: 1.3;
	}
	.result__equation {
		background-color: #306;
		flex-wrap: wrap;
		border-radius: 15px;
		padding: 20px 10px;
		gap: 24px;
		justify-content: center;
	}
	.equation-x, .equation-action {
		color: #CCCCFF;
		font-size: 30px;
		gap: 8px;
	}
	.equation-action {
		color: #FCC0A1;
	}
	.equation-x .desc, 
	.equation-action .desc {
		color: #fff;
		font-size: 14px;
		max-width: 80px;
	}
	.equation-action .desc {
		max-width: 150px;
	}
	.top-text {
		max-width: 69%;
		top: 0;
	}
	.bottom-text {
		max-width: 57%;
		right: 0;
	}
	.primary-image {
		max-width: 55%;
	}
	.second-image {
		width: 30%;
		bottom: 27%;
	}
	.thrid-image {
		width: 28%;
		bottom: 15%;
		left: 17%;
	}
	.fourth-image {
		width: 34%;
		top: 11%;
	}
	.fifth-image {
		width: 30%;
		top: 39%;
	}
	.cta__full_img {
		border-radius: 4px;
	}
	.cta__content {
		flex-direction: column;
	}
	.cta__price {
		flex-basis: 100%;
		width: 100%;
		flex-direction: column;
		background-color: transparent;
		text-align: center;
		line-height: 1;
		gap: 8px;
		padding: 0;
	}
	.cta__price .price-text {
		font-size: 14px;
		line-height: 1.5;
		background-color: #CCF;
		border-radius: 15px;
		padding: 30px 0;
	}
	.cta__price-res {
		margin: 0;
	}
	.cta__btn-link {
		flex-basis: auto;
		width: auto;
		font-size: 14px;
		padding: 20px 90px;
	}
	.cta__text {
		width: 100%;
		flex-basis: 100%;
	}
	.cta__text p {
		margin-bottom: 16px;
	}


	.footer {
		padding: 30px 0 20px;
		border-radius: 25px 25px 0 0;
	}

	.footer__inner {
		display: block;
	}

	.footer__content,
	.footer__image {
		width: 100%;
	}

	.footer__content {
		max-width: 100%;
	}

	.footer__image {
		margin: 0 auto;
	}

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

	.footer-list__item {
		margin-bottom: 20px;
	}

	.footer__title {
		text-align: center;
		margin: 0 auto;
		font-size: 27px;
	}
}
@media screen and (min-width: 768px) {
	.result__item__icon {
		display:none;
	}
	.cta__item {
		padding-left:0;
	}
	.cta__item__icon.icon-dot {
		display:none;
	}
}
@media screen and (max-width: 575px) {
	html,
	body {
		font-size: 14px;
		line-height: 110%;
	}

	h1 {
		font-size: 35px;
		line-height: 96%;
		letter-spacing: 0.02px;
	}

	h2 {
		font-size: 30px;
	}


	.header__block {
		display: none;
	}

	.header__block_opened {
		display: block;
		width: 144px;
		padding: 46px 39px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
		background-color: #330066;
		border-radius: 25px;
	}

	.header-menu,
	.header__burger {
		display: block;
	}

	.header-menu__link {
		margin-bottom: 20px;
		font-size: 14px;
	}

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

	.header__close {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.main-section__content {
		margin-top: -170px;
		opacity: 0;
		transform: translateY(40px);
		animation: contentFadeUp 1s ease-out forwards;
		animation-delay: 3s;
	}

	@keyframes contentFadeUp {
		0% {
			opacity: 0;
			transform: translateY(40px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.main-section__video {
		animation: phoneSwingMobile 3s ease-in-out forwards;
	}

	@keyframes phoneSwingMobile {
		0% {
			transform: rotateY(0deg) rotateX(0deg) scale(1) translateY(0);
		}
		40% {
			transform: rotateY(-7deg) rotateX(-3deg) scale(1) translateY(0);
		}
		70% {
			transform: rotateY(7deg) rotateX(3deg) scale(1) translateY(0);
		}
		100% {
			transform: rotateY(7deg) rotateX(3deg) scale(0.7) translateY(-140px);
		}
	}

	.main-section__subtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.main-section__goal {
		margin-bottom: 20px;
		padding: 10px 39px;
		border-radius: 15px;
	}

	.main-section-list {
		margin-bottom: 30px;
	}

	.main-section-list__item {
		padding-left: 31px;
	}

	.main-section-list__item::before {
		width: 21px;
		height: 21px;
		top: calc(50% - 10.5px);
	}

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

	.main-section-app__action,
	.main-section-app__text-ads,
	.main-section-app__info,
	.main-section-app__text-ads {
		font-weight: 700;
	}

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

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

	.first-screen .main-section__title {
		font-size: 33px;
	}
	.first-screen .main-section__content {
		margin-top:0;
	}

	.reasons-board__text {
		font-size: 12px;
	}

	.reasons-list__item-icon {
		font-size: 24px;
	}

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

	.reasons-list__item-text br {
		display: none;
	}

	.benefits__title_2 {
		margin-top: 10px;
		font-size: 18px;
		line-height: 105%;
		font-weight: 600;
	}

	.benefits__title_mobile-hidden {
		display: none;
	}

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


	.progress__inner {
		grid-gap: 10px;
	}

	.progress__title {
		margin-bottom: 10px;
	}

	.progress-card {
		flex: 1 1 100%;
		width: 100%;
		padding: 11px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.progress-card__block {
		min-width: 134px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 9px;
		border-radius: 100px;
		background-color: #330066;
	}

	.progress-card__icon {
		width: 25px;
		min-width: 25px;
		height: 25px;
		padding: 0;
	}

	.progress-card__title {
		margin: 0 0 0 5px;
	}

	.progress-card__text {
		color: #000000;
		margin-left: 15px;
	}


	.works-block {
		width: 100%;
		flex: 1 1 100%;
		min-height: auto;
	}

	.works-card {
		padding: 20px 27px;
	}

	.works-card_min {
		height: auto;
		display: block;
	}

	.works-card__icon,
	.works-card_min .works-card__icon {
		margin: 0 auto 10px;
		width: 40px;
		min-width: 40px;
		height: 40px;
	}


	.story__wrapper {
		padding: 0;
	}

	.story__speech,
	.story__image-block,
	.story__info {
		width: calc(100% - 30px);
	}

	.story__info {
		margin: 10px auto 20px;
	}

	.story-content__block {
		padding: 20px 30px;
	}

	.story__title {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.story-list__item {
		margin-bottom: 20px;
	}

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

	.story__image-block {
		padding: 19px 16px 16px;
	}

	.story__image-text {
		margin-top: 15px;
	}


	.reviews__block {
		width: calc(100% + 60px);
		left: -30px;
		padding: 0 30px;
	}

	.reviews__inner {
		justify-content: normal;
		align-items: normal;
		flex-wrap: nowrap;
		gap: 0;
	}

	.reviews-card {
		flex: 0 0 auto;
		padding: 24px;
	}

	.reviews .swiper-button-prev,
	.reviews .swiper-button-next {
		display: flex;
	}
	.reviews.about-page .show-desctop {
		display: none;
	}

	.conditions-card {
		flex: 1 1 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 14px;
	}

	.conditions-card__icon {
		margin: 0 12px 0 0;
		padding: 12px;
		border-radius: 15px;
	}

	.conditions-card__text {
		width: 100%;
		text-align: left;
		color: #000000;
		font-size: 16px;
	}

	.conditions__action {
		max-width: 235px;
		padding-left: 40px;
		font-size: 20px;
		font-weight: 700;
	}

	.conditions__action::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}


	.reasons-table__cell-icon,
	.reasons-table__column_2,
	.reasons-table__column_4 {
		font-size: 20px;
	}

	.reasons-table__cell-icon {
		width: 20px;
		min-width: 20px;
	}

	.reasons-table__cell-title {
		margin-left: 20px;
		font-size: 20px;
	}

	.reasons-table__column_2 {
		padding: 20px 20px 10px;
	}

	.reasons-table__column_4 {
		padding: 15px 20px 10px;
	}

	.reasons-table__column-text {
		font-size: 14px;
	}


	.games .swiper-button-prev,
	.games .swiper-button-next {
		width: 36px;
		height: 36px;
		border: 2px solid #fff;
		top: calc(50% - 30px);
	}

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

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

	.games__title_mobile {
		display: block;
		max-width: 220px;
		margin: 10px auto 0;
		font-size: 14px;
		line-height: 110%;
		font-weight: 400;
	}

	.games__info,
	.games__action {
		font-size: 14px;
	}

	.games__info {
		max-width: 220px;
		margin: 14px auto 0;
	}

	.games__action {
		max-width: 209px;
		margin: 27px auto 20px;
	}


	.accordeon__title {
		padding: 10px 15px 10px 19px;
		font-weight: 600;
	}

	.accordeon__icon {
		width: 49px;
		min-width: 49px;
	}

	.accordeon__wrapper-content {
		padding: 10px 13px 10px 19px;
	}


	.footer-list__item-icon {
		min-width: 26px;
		margin-right: 20px;
		font-size: 26px;
	}
}
@media screen and (min-width: 575px) {
	.reviews.about-page .show-mob {
		display:none;
	}
}

@media screen and (max-width: 375px) {
	.wrapper {
		padding: 0 15px;
	}


	.story__wrapper,
	.header__wrapper {
		padding: 0;
	}


	.reviews__block {
		width: calc(100% + 30px);
		left: -15px;
		padding: 0 15px;
	}

	.reviews .swiper-button-prev {
		left: 0;
	}

	.reviews .swiper-button-next {
		right: 0;
	}
}
