.site-footer {
	position: relative;
	overflow: hidden;
	padding: 56px 0;
	background: #01000f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.35;
}

.site-footer__triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: max(209px, calc(50vw - 65px));
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.site-footer__triangle::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-bottom: 186.312849162%;
	background: linear-gradient(
		to top left,
		#09e1cd 0,
		#09e1cd 50%,
		transparent 50.05%,
		transparent 100%
	);
	content: "";
}

.site-footer__container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding-inline: 25px;
}

.site-footer__content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.site-footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer a {
	color: #fff;
}

.site-footer__social {
	max-width: 500px;
}

.site-footer__social a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.site-footer__social a::after {
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	height: 2px;
	background: #09e1cd;
	content: "";
	transform-origin: center top;
	transition: transform 150ms ease;
}

.site-footer__social a:hover::after,
.site-footer__social a:focus::after {
	transform: scaleX(1.12);
}

.site-footer__meta {
	margin-top: 30px;
}

.site-footer__meta h2 {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.2;
}

.site-footer__meta p {
	margin: 0;
}

.site-footer__navigation {
	margin-top: 32px;
}

.site-footer__navigation ul {
	flex-direction: column;
}

.site-footer__navigation a,
.site-footer__credit a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: color 350ms ease;
}

.site-footer__navigation a::after,
.site-footer__credit a::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
}

.site-footer__navigation a:hover,
.site-footer__navigation a:focus,
.site-footer__credit a:hover,
.site-footer__credit a:focus {
	color: #ffcf53;
}

.site-footer__credit {
	margin: 56px 0 0;
	font-size: 10px;
}

.site-footer__logo {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	flex: 0 0 auto;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: -94px;
}

.site-footer__logo svg {
	width: 94px;
	height: auto;
}

@media (min-width: 768px) {
	.site-footer {
		padding: 75px 0 80px;
	}

	.site-footer__triangle {
		width: max(298px, calc(50vw - 90px));
	}

	.site-footer__content {
		width: 83.3333%;
	}

	.site-footer__social a {
		font-size: 20px;
	}

	.site-footer__meta {
		margin-top: 80px;
	}

	.site-footer__logo {
		width: 16.6667%;
		margin-top: 0;
	}

	.site-footer__logo svg {
		width: 100px;
	}
}

@media (min-width: 992px) {
	.site-footer {
		padding: 90px 0 80px;
	}

	.site-footer__triangle {
		width: max(454px, calc(50vw - 237px));
	}

	.site-footer__content {
		width: 75%;
	}

	.site-footer__social {
		max-width: none;
	}

	.site-footer__social a {
		font-size: 22px;
	}

	.site-footer__meta {
		margin-top: 138px;
	}

	.site-footer__navigation {
		margin-top: 15px;
	}

	.site-footer__navigation--legal {
		margin-top: 8px;
	}

	.site-footer__navigation ul {
		flex-direction: row;
	}

	.site-footer__logo {
		width: 25%;
		margin-top: 0;
	}

	.site-footer__logo svg {
		width: 152px;
	}
}
