.index-first-screen {
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;

	display: flex;
	align-items: end;
	justify-content: center;

	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.index-first-screen__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-bottom: 140px;
}
.index-first-screen__content-text {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-bottom: 40px;
	margin-top: 90px;
	max-width: 850px;
	background: var(--site-bg-color);
}

.index-first-screen__content-text button {
	margin-top: auto;
}

.index-first-screen__content-picture {
	width: 610px;
}

.index-first-screen__border {
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top center;

	height: 48px;

	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: -60px;
}

@media (max-width: 1440px) {
	.index-first-screen__content {
		margin-bottom: 80px;
	}

	.index-first-screen__content-text {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.index-first-screen {
		min-height: auto;
	}
	.index-first-screen__content {
		flex-direction: column;
		align-items: center;
	}
	.index-first-screen__content-text {
		text-align: center;
		align-items: center;
		gap: 20px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.index-first-screen__content-picture {
		width: 100%;
		max-width: 400px;
	}
}

/* REVIEWS */

/* FAQ */

.faq {
	z-index: 1;
}

.faq h2 {
	margin-bottom: 60px;
}

.faq .decor-1 {
	top: 80px;
	left: 745px;
	transform: rotate(105deg);
}
.faq .decor-2 {
	top: 100px;
	right: 360px;
}
.faq .decor-3 {
	top: 70px;
	right: 0;
	transform: rotate(105deg);
}

.faq .decor-4 {
	top: -30px;
	right: 450px;
}

@media (max-width: 767px) {
	.faq h2 {
		margin-bottom: 30px;
	}
}
