
/*TEXT*/

.only-mob {
	display: none;
}

.text-block__desc{
	padding-left:140px;
}

.text-block__img{
	position: relative;
}

.text-block__img img{
	width: 100%;
}

.after-benefits {
	position: relative;
	background: linear-gradient(266.59deg, #F38478 0%, #5D6AE8 100%);
	border-radius: 36px;
	font-family: var(--font--mulish-bold);
	letter-spacing: -0.01em;
	font-size: var(--font--big);
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
	padding: 80px 110px;
	z-index: 9;
}

.after-benefits span {
	font-size: var(--font--imposible);
	color: rgba(255, 255, 255, 1);
}

/* advantages */

.text-descr {
	font-size: var(--font--medium);
}

.advantages {
	position: relative;
	z-index: 9;
}

.advantages h2 {
	padding-bottom: 20px;
}

.advantages__wrap{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-items: stretch;
}

.advantages__item{
	width:calc((100% - 60px)/4);
	background: rgba(255, 255, 255, 0.5);
	border-radius:36px;
	padding:40px;
	-webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

.advantages__name {
	font-family: var(--font--mulish-bold);
	margin-bottom: 10px;
}

/* reward */

.reward {
	position: relative;
	z-index: 9;
}

.reward__image {
	background: rgba(255, 255, 255, 0.5);
	padding: 40px 60px;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
}

.reward__image img {
	width: 100%;
}

.reward__text {
	width: 100%;
	display: flex;
}

.reward__text .reward__item {
	max-width: 580px;
	width: 50%;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.5);
	padding: 40px 60px;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
}

.reward__text .reward__item .reward__title {
	margin-bottom: 16px;
	font-weight: 700;
}

.reward__text .reward__item .reward__percent_wrap {
	display: flex;
	gap: 80px;
}

.reward__text .reward__item .reward__percent {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 160px;
}

.reward__text .reward__item .reward__percent > div:last-child {
	color: rgba(0, 0, 0, 0.3);
	margin-top: 8px;
}

.reward__text .reward__item .reward__percent_value {
	display: flex;
	font-size: var(--font--imposible);
	font-family: var(--font--mulish-bold);
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.reward__text .reward__item .reward__percent .reward__percent_value span {
	font-size: var(--font--big);
	line-height: 1.5;
}

.reward__text .reward__item .reward__percent:first-child .reward__percent_value {
	color: #F38478;
}

.reward__text .reward__item .reward__percent:last-child .reward__percent_value {
	color: #00AAB9;
}

.reward__text .reward__item:last-child {
	margin-left: 20px;
}

.reward__text .reward__item:last-child .reward__percent {
	color: #5D6AE8;
}

.reward__text .reward__item .reward__percent:first-child:after {
	content: '';
	position: absolute;
	top: 12px;
	right: -35px;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon/reward_plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

/* calculations */

.calculations {
	position: relative;
	z-index: 9;
}

.calculations__wrap img {
	margin: 0 auto;
}

/* FAQ */

.faq {
	position: relative;
	z-index: 9;
}

.faq__item {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
	border-radius: 36px;
	padding: 40px;
	margin-bottom: 20px;
}

.faq__item .faq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--font--mulish-bold);
	cursor: pointer;
}

.faq__item .faq__question .open__q {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon/open_q.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s transform;
}

.faq__item.active .faq__question .open__q {
	transform: rotate(45deg);
}

.faq__item .faq__answer {
	display: none;
	margin-top: 20px;
}


#js-wrapper{
	display: none;
}

.timeline-features {
	height: 400px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 80px;
}

.timeline-features-item {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 40px;
	margin-top: 180px;
}

.timeline-features-item.column-reverse {
	flex-direction: column-reverse;
	margin-bottom: 180px;
}

.timeline-features-item .number {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.timeline-features-item .description {
	width: 200px;
}

.timeline-features-item:not(:last-child):after {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.3);
	height: 1px;
	border-radius: 1px;
	top: 20px;
	left: 50px;
	width: calc(100% - 60px);
}

.ae .timeline-features-item:not(:last-child):after {
	left: inherit;
	right: 43px;
}

.timeline-features-image1,
.timeline-features-image2 {
	position: absolute;
	left: -240px;
	top: -170px;
	min-width: 280px;
	width: 100%;
}

.timeline-features-image1 img,
.timeline-features-image2 img {
	width: 100%;
}

.timeline-features-image2 {
	top: 80px;
}


@media (max-width: 1100px) {
	.timeline-features-image1,
	.timeline-features-image2 {
		position: absolute;
		left: -150px;
	}
}

@media screen and (max-width: 1024px){
	.text-block__desc{
		padding: 40px 0 0 0;
	}

	.text-block__img{
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	.after-benefits {
		padding: 40px 20px;
		font-size: var(--font--big);
	}


	.after-benefits span {
		font-size: var(--font--large);
	}

	.advantages__scroll {
		overflow: scroll;
		margin: -40px -20px;
		padding: 40px 20px;
	}

	.advantages__wrap {
		width: 1180px;
	}

	.advantages__scroll::-webkit-scrollbar {
		display: none;
	}

	.reward__text .reward__item {
		position: relative;
		width: 100%;
		max-width: 100%;
	}

	.reward__image,
	.reward__text .reward__item {
		padding: 40px;
	}

	.reward__text {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.reward__text .reward__item:last-child {
		margin-left: 0;
		margin-top: 10px;
	}

	.reward__text .reward__item .reward__percent_wrap {
		gap: 56px;
		flex-direction: column;
	}

	.reward__text .reward__item .reward__percent {
		max-width: 100%;
	}

	.reward__text .reward__item .reward__percent:first-child:after {
		top: auto;
		bottom: -50px;
		right: auto;
	}

	.calculations__wrap img {
		width: 100%;
	}

	.faq__item {
		margin-bottom: 10px;
	}

	.faq__item .faq__question {
		align-items: flex-start;
	}

	.faq__item .faq__question > span:first-child {
		max-width: calc(100% - 64px);
	}

	#js-wrapper{
		display: block;
	}

	.timeline-features {
		height: auto;
		flex-direction: column;
		gap: 56px;
		margin-top: 0;
	}

	.timeline-features-item {
		width: 100%;
		flex-direction: row;
		margin-top: 0;
		gap: 20px;
	}

	.timeline-features-item .description {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: auto;
		padding-top: 10px;
		gap: 20px;
	}

	.timeline-features-image1,
	.timeline-features-image2 {
		position: static;
		max-width: 260px;
		min-width: auto;
		width: auto;
	}

	.timeline-features-item.column-reverse {
		flex-direction: row;
		margin-bottom: 0;
	}

	.timeline-features-item:not(:last-child):after {
		width: 1px;
		top: 50px;
		left: 20px;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.no-mob {
		display: none;
	}

	.only-mob {
		display: flex;
	}
	.reward__image {
		width: 100%;
	}
}

@media screen and (orientation:landscape) {
	/*.text-block{*/
	/*	margin-bottom: 10px;*/
	/*}*/
	.steps__wrap{
		/*transform: translate(0, 0%)!important;*/
	}
}