@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
.block-title {
	margin: 0 !important;
	padding: 20px 0 50px;
}
.halva-banner {
	position: relative;
	margin: 0 0 72px;
}
.halva-banner img {
	max-width: 100%;
	display: block;
}
.halva-banner__text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 50px 117px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #2a2a2a;
}
.halva-logo {
	width: 97px;
	margin: 0 0 37px;
}
.halva-title {
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	max-width: 320px;
	margin: 0 0 19px;
}
.halva-banner__text p {
	max-width: 425px;
}
h2 {
	font-size: 22px !important;
	line-height: 32px !important;
	margin: 0 0 5px !important;
}
.halva-hint {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 39px;
}
.halva-period {
	display: flex;
	margin: 0 0 72px;
}
.halva-period__item {
	flex: 1;
	max-width: 204px;
	margin: 0 30px 0 0;
	background: #ebebeb;
	border-radius: 10px;
	padding: 8px 10px 5px;
	text-align: center;
	color: #2d2d2d;
}
.halva-period__item:last-child {
	margin: 0;
}
.halva-period__item div {
	margin: 0 0 4px;
	opacity: 0.5;
	font-size: 12px;
	line-height: 16px;
}
.halva-period__item span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}
.halva-steps {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin: 0 0 55px;
}
.halva-steps__item {
	flex: 1;
	max-width: 204px;
	margin: 0 30px 0 0;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 24px;
}
.halva-steps__item:last-child {
	margin: 0;
}
.halva-steps__item-ico {
	flex: none;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 0 0;
}
.halva-steps__item p {
	flex: 1;
}
.halva-steps__item span {
	font-weight: 700;
}
.halva-faq {
	margin: 0 0 50px;
}
.halva-faq__item {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 26px;
}
.halva-faq__item-que {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 18px;
}

@media screen and (max-width: 1100px) {
	.halva-banner__text {
		padding: 50px;
	}

	.halva-logo {
		margin: 0 0 20px;
	}

	.halva-title {
		font-size: 32px;
		line-height: 38px;
		max-width: 340px;
	}
}
@media screen and (max-width: 768px) {
	.halva-title {
		max-width: 280px;
	}

	.halva-banner__text {
		position: relative;
	}

	.halva-banner > img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
	}
}
@media screen and (max-width: 681px) {
	.halva-steps__item {
		flex: none;
		width: 33%;
		margin: 0 0 30px;
		padding: 0 30px 0 0;
	}
}
@media screen and (max-width: 560px) {
	.halva-period {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.halva-period__item {
		margin: 0 0 10px;
		flex: none;
		max-width: none;
		width: 49%;
	}

	.halva-steps {
		justify-content: space-between;
	}

	.halva-steps__item {
		width: 49%;
		max-width: none;
		padding: 0;
	}

	.halva-steps__item br {
		display: none;
	}

	.halva-banner {
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 425px) {
	.halva-steps__item {
		width: 100%;
	}

	.halva-banner__text {
		padding: 20px;
	}

	.halva-title {
		font-size: 22px;
		line-height: 28px;
	}

	.halva-banner__text {
		font-size: 15px;
		line-height: 19px;
	}
}