.site-footer,
.site-footer * {
	box-sizing: border-box;
}

.site-footer {
	width: 100%;
	padding: 24px 30px;
	border-top: 1px solid #eaf1fa;
	background: #fff;
	color: #333;
}

.site-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.site-footer__main {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: 100%;
}

.site-footer__logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.site-footer__logo a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.site-footer__logo img,
.site-footer__logo .custom-logo {
	display: block;
	width: 125px;
	height: 40px;
	object-fit: contain;
	object-position: left center;
}

.site-footer__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__menu li {
	margin: 0;
	padding: 0;
	opacity: 1;
}

.site-footer__menu a,
.site-footer__menu a:visited,
.site-footer__menu a:hover,
.site-footer__menu a:focus,
.site-footer__menu a:focus-visible,
.site-footer__menu a:active,
.site-footer__legal-menu a,
.site-footer__legal-menu a:visited,
.site-footer__legal-menu a:hover,
.site-footer__legal-menu a:focus,
.site-footer__legal-menu a:focus-visible,
.site-footer__legal-menu a:active {
	background: transparent !important;
	color: #333 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none !important;
	white-space: nowrap;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer__menu .current-menu-item > a,
.site-footer__menu .current_page_item > a,
.site-footer__menu .current-menu-parent > a,
.site-footer__menu .current_page_parent > a,
.site-footer__menu .current-menu-ancestor > a,
.site-footer__legal-menu .current-menu-item > a,
.site-footer__legal-menu .current_page_item > a,
.site-footer__legal-menu .current-menu-parent > a,
.site-footer__legal-menu .current_page_parent > a,
.site-footer__legal-menu .current-menu-ancestor > a {
	background: transparent !important;
	color: #333 !important;
	text-decoration: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer__socials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
}

.site-footer__socials a,
.site-footer__socials a:visited,
.site-footer__socials a:hover,
.site-footer__socials a:focus,
.site-footer__socials a:focus-visible,
.site-footer__socials a:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	background: transparent !important;
	color: #333 !important;
	text-decoration: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer__socials img,
.site-footer__socials a:hover img,
.site-footer__socials a:focus img,
.site-footer__socials a:active img {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer__social-text {
	font-size: 11px;
}

.site-footer__legal-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.site-footer__legal-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__legal-menu li {
	margin: 0;
	padding: 0;
	opacity: 1;
}

.site-footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding-top: 16px;
	border-top: 1px solid #eaf1fa;
}

.site-footer__company-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	width: 100%;
}

.site-footer__copyright,
.site-footer__phone,
.site-footer__address {
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.site-footer__copyright {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	text-align: left;
}

.site-footer__address {
	text-align: center;
}

.site-footer__address p {
	margin: 0;
}

.site-footer__phone {
	text-align: right;
}

.site-footer__phone a,
.site-footer__phone a:visited,
.site-footer__phone a:hover,
.site-footer__phone a:focus,
.site-footer__phone a:focus-visible,
.site-footer__phone a:active {
	background: transparent !important;
	color: #333 !important;
	text-decoration: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer__developer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.site-footer__developer a,
.site-footer__developer a:visited,
.site-footer__developer a:hover,
.site-footer__developer a:focus,
.site-footer__developer a:focus-visible,
.site-footer__developer a:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer__developer img,
.site-footer__developer a:hover img,
.site-footer__developer a:focus img,
.site-footer__developer a:active img {
	display: block;
	width: 59px;
	height: 12px;
	object-fit: contain;
	opacity: 1 !important;
	filter: none !important;
}

.site-footer a:focus-visible {
	outline: 2px solid #1169ec;
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.site-footer__top {
		grid-template-columns: auto 1fr auto;
		gap: 40px;
	}

	.site-footer__menu {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 24px 16px;
	}

	.site-footer__inner {
		gap: 48px;
	}

	.site-footer__main {
		gap: 48px;
	}

	.site-footer__top {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
		width: 100%;
	}

	.site-footer__logo {
		width: 100%;
	}

	.site-footer__navigation {
		justify-content: flex-start;
		width: 100%;
	}

	.site-footer__menu {
		display: grid;
		grid-template-columns: repeat(3, max-content);
		align-items: start;
		justify-content: start;
		gap: 32px;
		width: 100%;
	}

	.site-footer__socials {
		justify-content: flex-start;
		width: 100%;
	}

	.site-footer__legal-navigation {
		justify-content: flex-start;
	}

	.site-footer__legal-menu {
		justify-content: flex-start;
		gap: 32px;
	}

	.site-footer__legal-menu li:last-child {
		flex-basis: 100%;
	}

	.site-footer__bottom {
		align-items: flex-start;
	}

	.site-footer__company-details {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.site-footer__copyright,
	.site-footer__address,
	.site-footer__phone {
		width: 100%;
		text-align: left;
	}

	.site-footer__developer {
		justify-content: center;
	}
}

@media (max-width: 380px) {
	.site-footer__menu {
		grid-template-columns: repeat(2, max-content);
	}
}