.site-footer {
	background-color: #040b1b;
}

.site-footer .title-6 {
	color: var(--white-1);
	margin-bottom: 3.2rem;
	font-weight: 600;
	min-height: 4.6rem;
}

.site-footer__about .text {
	font-size: 1.6rem;
}

.site-footer p {
	margin-bottom: .8rem;
	color: var(--white-3);
}
.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer p strong {
	color: var(--white-1);
	font-weight: 500;
}

.site-footer__about .custom-logo-link {
	margin-bottom: 3.2rem;
}
.site-footer__about .custom-logo {
	height: 46px;
	width: auto;
}

.site-footers__links .footer-links-list {
	padding: 0;
	list-style: none;
}

.site-footers__links .menu-item {
	margin-bottom: .8rem;
}
.site-footers__links .menu-item:last-child {
	margin-bottom: 0;
}

.site-footers__links .menu-item a {
	color: var(--white-3);
	display: inline-block;
	background-repeat: no-repeat;
	transition: all .2s;
	background-position: bottom left;
	background-size: 0% 1.6px;
	background-image: linear-gradient( var(--color-1), var(--color-1) );
	font-size: 1.6rem;
}
.site-footers__links .menu-item a:hover {
	background-size: 100% 1.6px;
}

.site-footer__contact .link, .site-footer__contact .address-text {
	color: var(--white-3);
	font-size: 1.6rem;
}

.site-footer__info {
	position: relative;
	padding-top: 4rem;
}
.site-footer__info:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.site-footer__info .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 4rem;
}

.site-footer__info .text-s {
	color: var(--white-3);
}

.site-footer__info > .text-s {
	max-width: 66.66%;
}

.site-footer__info .text-s a {
	color: var(--white-1);
	font-weight: 500;
}

@media (max-width: 1200px) {
	.site-footer__info > .text-s {
		max-width: 100%;
	}
}