.first-section {
	background-color: var(--blue-1200);
}

.first-section .wrapper {
	height: calc(100% - 64px);

	display: flex;
	flex-direction: column;
	justify-content: center;

	padding-top: 32px;
	padding-bottom: 32px;
}

.first-section .content {
	width: 100%;

	display: flex;
	flex-direction: column;

	gap: 20px;
	z-index: 1;
}

.first-section .text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;

	gap: 20px;
}

.first-section .content .text-wrapper .text-container {
	display: flex;
	flex-direction: column;

	gap: 20px;

	z-index: 1;
}

.first-section .content .text-wrapper .text-container .title {
	font-size: 48px;
}

.first-section .content .text-wrapper .text-container .description {
	font-size: 22px;
}

.first-section .content .text-wrapper .text-container .text {
	font-size: 20px;
}

.first-section .content .text-wrapper .text-container .list .text {
	font-size: 16px;
}

.first-section .content .text-wrapper .text-container .list {
	display: flex;
	flex-direction: column;

	gap: inherit;
}

.first-section .content .actions {
	display: flex;
	flex-direction: column;
	align-items: center;

	gap: 20px;
	z-index: 1;
}

.first-section .content .actions .filled {
	font-size: 16px;
}

.first-section .alexander-image {
	position: relative;

	display: flex;

	width: 300px;
	height: auto;

	margin-top: auto;
	will-change: right;
	transition: right 200ms ease-in-out, bottom 200ms ease-in-out;
}

.first-section .alexander-image img {
	position: relative;

	width: 100%;
	height: auto;

	object-fit: contain;

	z-index: 1;
}

.first-section .filled .content-container {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.first-section .filled .telegram {
	width: 20px;
	height: 20px;
}

.first-section .glow {
	width: 300px;
	height: 300px;

	bottom: 4px;
	right: 4px;
}

@media (min-width: 1024px) {
	.first-section {
		width: 100%;
		height: 100%;
	}

	.first-section .body {
		flex-direction: row;
	}

	.first-section .content {
		width: 100%;

		gap: 30px;
	}

	.first-section .text-wrapper {
		flex-direction: row;
		align-items: unset;
		gap: 0;
	}

	.first-section .content .text-wrapper .text-container {
		width: 60%;
	}

	.first-section .content .text-wrapper .text-container .title {
		font-size: 64px;
	}

	.first-section .content .text-wrapper .text-container .description {
		font-size: 26px;
	}

	.first-section .content .text-wrapper .text-container .text {
		font-size: 24px;
	}

	.first-section .content .text-wrapper .text-container .list .text {
		font-size: 20px;
	}

	.first-section .alexander-image {
		position: absolute;

		width: 450px;

		right: 0;
		bottom: 0;
	}

	.first-section .content .actions {
		align-items: unset;
	}

	.first-section .content .actions .filled {
		font-size: 20px;
	}

	.first-section .glow {
		width: 500px;
		height: 420px;
		right: 0;
		bottom: 0;
	}
}

@media (min-width: 1440px) {
	.first-section .alexander-image {
		width: 550px;
		right: 60px;
	}

	.first-section .glow {
		width: 565px;
		height: 470px;
		right: 0;
		bottom: 0;
	}
}
