.footer {
	border-top: 1px solid var(--mono-200, #DEDEDE);
	padding-block: 50px;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.footer__content {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	width: 100%;
}

.footer__top {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.footer__logo {
	display: block;
	width: 210px;
}

.footer__label {
	background: var(--color-red, #E50012);
	color: var(--mono-white, #FFF);
	font-size: 11px;
	font-weight: 700;
	line-height: 120%;
	padding: 5px 10px;
	text-align: center;
}

.footer__list {
	align-items: start;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	justify-items: start;
	-moz-column-gap: 50px;
	column-gap: 50px;
	row-gap: 13px;
}

.footer__list li {
	line-height: 1;
}

.footer__link {
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
	line-height: 120%;
}

.footer__copy {
	font-size: 11px;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
}

