.rh-returns {
	background-color: #121B2E;
	padding-block: 26px 54px;
}

.rh-returns__title {
	margin: 0 0 6px;
	text-align: center;
}

.rh-returns__subtitle {
	margin: 0 0 22px;
	text-align: center;
}

.rh-returns__grid {
	display: grid;
	margin-top: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.rh-returns__col {
	position: relative;
	padding: 20px;
}

.rh-returns__col + .rh-returns__col {
	padding-left: 26px;
}

.rh-returns__col + .rh-returns__col::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	bottom: 16px;
	width: 1px;
	background: rgba(255, 255, 255, 0.12);
}

.rh-returns__head {
	display: inline-flex;
	align-items: center;
	margin: 0 0 12px;
	padding: 15px;
	max-height: 47px;
	width: 100%;
	max-width: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--rh-white);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
}

.rh-returns__text {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.75);
}

.rh-returns__list {
	margin: 0;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.75);
}

.rh-returns__icon-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 8px;
}

.rh-returns__icon {
	display: block;
	margin-top: 2px;
}

.rh-returns__phone {
	color: #d63940;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.rh-returns__grid {
		grid-template-columns: 1fr;
	}

	.rh-returns__col + .rh-returns__col {
		padding-left: 20px;
	}

	.rh-returns__col + .rh-returns__col::before {
		content: none;
	}

	.rh-returns__head {
		font-size: 30px;
	}

	.rh-returns__phone {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.rh-returns {
		padding-block: 20px 36px;
	}

	.rh-returns__grid {
		margin-top: 24px;
		gap: 18px;
	}

	.rh-returns__col {
		padding: 10px 0;
		max-width: 560px;
		margin-inline: auto;
		text-align: center;
	}

	.rh-returns__col + .rh-returns__col {
		padding-left: 0;
	}

	.rh-returns__head {
		font-size: 16px;
		padding: 10px 14px;
		min-height: 44px;
		width: calc(100% - 24px);
		margin: 0 auto 12px;
		justify-content: center;
		text-align: center;
	}

	.rh-returns__text,
	.rh-returns__list {
		font-size: 14px;
	}

	.rh-returns__text {
		max-width: 34ch;
		margin-inline: auto;
	}

	.rh-returns__list {
		display: inline-block;
		text-align: left;
	}

	.rh-returns__icon-row {
		justify-content: center;
	}

	.rh-returns__phone {
		display: inline-block;
		font-size: 22px;
		line-height: 1.15;
		text-align: center;
	}
}
