/** Menu bottom */
.sr-bottom-menu {
	display: flex;
	gap: 24px;
}
.sr-bottom-menu__item {
	margin-bottom: 12px;
	min-width: 152px;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}
.sr-bottom-menu__item {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}
.sr-bottom-menu__item:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.sr-bottom-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
	.sr-bottom-menu__item {
		font-size: 14px;
	}
}
