.site-footer {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: var(--layout-container-footer-max);
	margin-top: var(--layout-gap-xxl);
	margin-left: auto;
	margin-right: auto;
	overflow-x: clip;
	background-color: var(--color-blue-blue-800);
	color: var(--color-base-white-100);
	border-radius: var(--layout-radius-xl) var(--layout-radius-xl) 0 0;
}

.site-footer__inner {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: var(--layout-container-min);
	margin-left: auto;
	margin-right: auto;
}

.site-footer__panel--desk {
	display: none;
}

.site-footer .site-footer__panel--mob {
	gap: 1.5rem;
	padding: var(--layout-padding-xl) var(--layout-padding-s) var(--layout-padding-3xl);
}

.site-footer__logo {
	display: block;
	flex-shrink: 0;
	text-decoration: none;
	transition: opacity 0.24s ease;
}

.site-footer__logo:hover {
	opacity: 0.85;
}

.site-footer__logo-graphic {
	display: block;
	width: 13.75rem;
	height: 3.3125rem;
}

.site-footer__logo-graphic svg {
	display: block;
	width: 100%;
	height: 100%;
}

.site-footer__copy {
	color: var(--color-base-white-100);
}

.site-footer__section-title {
	font-family: 'Manrope', sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: normal;
	color: var(--color-base-white-30);
}

.site-footer .site-footer__nav-link {
	color: var(--color-base-white-70);
	text-decoration: none;
	transition: color 0.24s ease, opacity 0.24s ease;
}

.site-footer .site-footer__nav-link:hover {
	color: var(--color-base-white-100);
}

.site-footer .site-footer__menu-col {
	gap: 1.375rem;
}

.site-footer .site-footer__nav {
	gap: 0.75rem;
}

.site-footer .site-footer__menu-col--legal {
	width: 100%;
	max-width: 15.8125rem;
}

.site-footer .site-footer__mob-menus {
	gap: 2.5rem;
	align-items: flex-start;
}

.site-footer .site-footer__actions {
	gap: 1rem;
	width: 100%;
}

.site-footer .site-footer__buttons {
	gap: 0.5rem;
	width: 100%;
}

.site-footer .site-footer__btn {
	width: 100%;
	min-height: 3.5rem;
	border-radius: var(--layout-radius-m);
}

.site-footer .site-footer__btn--outline {
	border: 0.0625rem solid var(--color-base-white-100);
	background-color: transparent;
	color: var(--color-base-white-100);
}

.site-footer .site-footer__btn--outline:focus-visible {
	background-color: rgba(255, 255, 255, 0.12);
	border-color: var(--color-base-white-100);
	color: var(--color-base-white-100);
}

.site-footer__phone {
	font-family: 'Manrope', sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: normal;
	color: var(--color-base-white-100);
	text-decoration: none;
	transition: opacity 0.24s ease;
}

.site-footer__phone:hover {
	opacity: 0.85;
}

.site-footer .site-footer__contacts {
	gap: 0.75rem;
}

.site-footer .site-footer__contact-line {
	color: var(--color-base-white-100);
}

.site-footer .site-footer__social {
	gap: 0.75rem;
}

.site-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3.1875rem;
	height: 3.1875rem;
	border-radius: 0.6375rem;
	background-color: var(--color-base-white-100);
	text-decoration: none;
	transition: opacity 0.24s ease;
}

.site-footer__social-link:hover {
	opacity: 0.85;
}

.site-footer__social-graphic {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.site-footer__social-graphic--telegram {
	width: 1.59375rem;
	height: 1.3208125rem;
}

.site-footer__social-graphic--max {
	width: 1.482125rem;
	height: 1.4756875rem;
}

.site-footer__social-graphic svg {
	display: block;
	width: 100%;
	height: 100%;
}

.site-footer__social-graphic svg path {
	transition: fill 0.24s ease, stroke 0.24s ease;
}

.site-footer .site-footer__credits {
	gap: 0.25rem;
	text-decoration: none;
	transition: opacity 0.24s ease;
}

.site-footer .site-footer__credits:hover {
	opacity: 0.85;
}

.site-footer .site-footer__credits:focus-visible {
	outline: 0.125rem solid var(--color-base-white-100);
	outline-offset: 0.125rem;
}

.site-footer .site-footer__credits-text {
	color: var(--color-base-white-70);
	transition: color 0.24s ease;
}

.site-footer .site-footer__credits:hover .site-footer__credits-text {
	color: var(--color-base-white-100);
}

.site-footer .site-footer__credits-logo {
	display: block;
	width: 4.6875rem;
	height: 1.5625rem;
	flex-shrink: 0;
	transform: translateY(0.0625rem);
}

.site-footer .site-footer__credits-logo svg {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: opacity 0.24s ease;
	position: relative;
	top: 0.125rem;
}

.site-footer .site-footer__credits:hover .site-footer__credits-logo svg {
	opacity: 0.75;
}

@media screen and (max-width: 1023px) {
	.site-footer__inner {
		max-width: none;
	}
}

@media screen and (min-width: 64rem) {
	.layout-wrap > .site-footer {
		width: calc(100% + 2 * var(--layout-page-gutter));
		max-width: var(--layout-container-footer-max);
		margin-top: var(--layout-gap-section);
		margin-left: calc(-1 * var(--layout-page-gutter));
		margin-right: calc(-1 * var(--layout-page-gutter));
	}

	.site-footer {
		border-radius: var(--layout-radius-xxl);
	}

	.site-footer .site-footer__panel--desk {
		display: flex;
		align-items: flex-start;
		gap: 3.75rem;
		padding: var(--layout-padding-4xl) 0;
	}

	.site-footer__panel--mob {
		display: none;
	}

	.site-footer .site-footer__brand {
		flex: 1;
		gap: 0;
		align-self: stretch;
		justify-content: space-between;
		padding-right: 1.25rem;
		min-width: 0;
	}

	.site-footer__logo-graphic {
		width: 33.786rem;
		height: 8.1983125rem;
		max-width: 100%;
	}

	.site-footer .site-footer__menu-col--legal {
		flex: 0 0 15.8125rem;
		width: 15.8125rem;
		max-width: 15.8125rem;
	}

	.site-footer .site-footer__actions {
		flex: 0 1 auto;
		gap: 1.5rem;
		width: auto;
	}

	.site-footer .site-footer__buttons {
		gap: 0.75rem;
		width: 100%;
	}

	.site-footer__phone {
		font-size: 2rem;
	}

	.site-footer .site-footer__btn--outline:hover {
		background-color: rgba(255, 255, 255, 0.12);
		border-color: var(--color-base-white-100);
		color: var(--color-base-white-100);
	}
}
