.guides {
	padding-top: var(--py-section);
	padding-bottom: var(--py-section-small);
	background: var(--color-body-text);
	color: var(--color-white);
}

.guides-top {
	max-width: 910px;
}

.guides-top h2 {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 48px;
	color: var(--color-white);
}

.guides .swiper {
	overflow: visible;
}

.guides .block-guide.no-image {
	background: var(--color-primary);
	min-height: 384px;
}

.guides .block-guide.no-image .block-guide-text {
	position: relative;
}

.guides-buttons {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	justify-content: flex-end;
}

.guides-buttons button {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-primary);
}

@media screen and (min-width: 1025px) {
	.guides-top {
		margin-bottom: 100px;
	}

	.guides-top h2 {
		font-size: 48px;
	}
}
