/**
 * Подвал. Figma 1:2376 / component 1:1382.
 * Panel #384250, radius 12px, padding 48px, 3 columns.
 */
.site-footer {
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding: 200px 0 115px;
	font-family: 'Inter', sans-serif;
	background: var(--bg-dark-blue);
}

.site-footer__panel {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	background: var(--bg-blue, #384250);
	color: var(--txt-white, #f9f0ec);
	border-radius: var(--radius, 12px);
	padding: 48px;
	box-sizing: border-box;
	min-height: 770px;
}

.site-footer__col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 64px;
	min-width: 0;
}

.site-footer__col--left {
	flex: 0 1 401px;
	align-items: flex-start;
	text-align: left;
}

.site-footer__col--center {
	flex: 0 1 418px;
	align-items: center;
	text-align: center;
}

.site-footer__col--right {
	flex: 0 1 478px;
	align-items: flex-end;
	text-align: right;
}

.site-footer__block {
	width: 100%;
}

.site-footer__heading {
	margin: 0 0 32px;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #f9f0ec;
}

.site-footer__heading--muted {
	color: #bfbfbf;
}

.site-footer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #bfbfbf;
}

.site-footer__list a,
.site-footer__list span {
	color: #bfbfbf;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__list a:hover {
	color: #f9f0ec;
}

.site-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer__menu a {
	color: #bfbfbf;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.2s ease;
}

.site-footer__menu a:hover {
	color: #f9f0ec;
}

.site-footer__logo-link {
	display: block;
	line-height: 0;
	width: 100%;
	max-width: 418px;
}

.site-footer__logo {
	width: 100%;
	max-width: 418px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.site-footer__center-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.site-footer__phone-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.site-footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 60px;
}

.site-footer__social a {
	display: flex;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: transparent;
	flex-shrink: 0;
}

.site-footer__social img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.site-footer__center-phone {
	color: #f9f0ec;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1;
	white-space: nowrap;
}

.site-footer__hours {
	margin: 0;
	color: #6db053;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1;
	text-align: center;
}

.site-footer__block--right {
	width: 100%;
	max-width: 278px;
}

.site-footer__menu--products {
	align-items: flex-end;
	text-align: right;
}

.site-footer__col--right .site-footer__heading {
	text-align: right;
}

.site-footer__legal {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.5;
	text-transform: uppercase;
	color: #bfbfbf;
	white-space: nowrap;
}

.site-footer__legal a,
.site-footer__legal span {
	color: #bfbfbf;
	text-decoration: none;
}

.site-footer__legal a:hover {
	color: #f9f0ec;
}

@media (max-width: 1200px) {
	.site-footer__legal {
		font-size: 18px;
		white-space: normal;
	}

	.site-footer__heading {
		font-size: 28px;
	}
}

@media (max-width: 1100px) {
	.site-footer__panel {
		flex-direction: column;
		padding: 32px 24px;
		gap: 48px;
		min-height: 0;
	}

	.site-footer__col,
	.site-footer__col--left,
	.site-footer__col--center,
	.site-footer__col--right {
		flex: none;
		width: 100%;
		gap: 40px;
		align-items: flex-start;
		text-align: left;
	}

	.site-footer__col--right .site-footer__heading,
	.site-footer__heading--muted {
		text-align: left;
		color: #f9f0ec;
	}

	.site-footer__menu--products {
		align-items: flex-start;
		text-align: left;
	}

	.site-footer__phone-block,
	.site-footer__center-bottom,
	.site-footer__legal {
		align-items: flex-start;
	}

	.site-footer__hours {
		text-align: left;
	}

	.site-footer__block--right {
		max-width: none;
	}

	.site-footer__logo-link,
	.site-footer__logo {
		margin: 0;
		max-width: 280px;
	}

	.site-footer__social {
		justify-content: flex-start;
	}

	.site-footer__heading {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.site-footer__list,
	.site-footer__menu a {
		font-size: 16px;
	}

	.site-footer__legal {
		font-size: 14px;
		white-space: normal;
	}
}

@media (max-width: 600px) {
	.site-footer {
		padding: 80px 0 48px;
	}
}
