
/* ///////////////////// */
/* Footer (start)        */
/* ///////////////////// */
.footer {
	background: linear-gradient(
		131.84deg,
		#121733 67.41%,
		#203b67 91.94%
	);
}

.footer__container {
	padding-top: 20px;
}

.footer__main {
	display: grid;
    grid-template-columns: 1fr 1.3fr 1.3fr;
    gap: 100px;
}

.footer__privacy {
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid var(--white-a15);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__privacy > * {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: var(--white);
}

.footer__logo {
	display: block;
}

.footer__logo svg {
	max-width: 300px;
    max-height: 170px;
}

.footer__column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1;
	color: var(--white);
}

.footer__link {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: var(--text-muted);
}
.footer__link:hover {
	color: var(--white);
}
/* ///////////////////// */
/* Footer (end)          */
/* ///////////////////// */