.btfe-footer,
.btfe-footer *,
.btfe-footer *::before,
.btfe-footer *::after {
	box-sizing: border-box;
}

.btfe-footer {
	width: 100%;
	padding: 80px 80px 40px;
	background: #fff;
}

.btfe-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.btfe-footer__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 64px;
	width: 100%;
}

.btfe-footer__brand {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 360px;
	max-width: 100%;
}

.btfe-footer__brand-title {
	width: 100%;
	margin: 0;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	line-height: 1.25;
	text-transform: uppercase;
	color: #111;
}

.btfe-footer__brand-title a,
.btfe-footer__brand-link {
	color: inherit;
	text-decoration: none;
}

.btfe-footer__brand-description {
	width: 100%;
	margin: 0;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #4a4a4a;
}

.btfe-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 150px));
	align-items: start;
	column-gap: 64px;
	row-gap: 40px;
	margin: 0;
}

.btfe-footer__column {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.btfe-footer__column-title {
	margin: 0;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	line-height: 1.25;
	text-transform: uppercase;
	color: #111;
}

.btfe-footer__column--1 .btfe-footer__column-title {
	color: #e03f54;
}

.btfe-footer__links,
.btfe-footer__legal-links {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.btfe-footer__links {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.btfe-footer__links li,
.btfe-footer__legal-links li {
	margin: 0;
	padding: 0;
}

.btfe-footer__link {
	display: inline-block;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3077;
	color: #4a4a4a;
	text-decoration: none;
	transition: color 160ms ease;
}

a.btfe-footer__link:hover,
a.btfe-footer__link:focus-visible {
	color: #e03f54;
}

.btfe-footer__divider {
	width: 100%;
	height: 0;
	border: 0;
	border-top: 1px solid #eaeaea;
}

.btfe-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	width: 100%;
}

.btfe-footer__copyright {
	min-width: 0;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3333;
	color: #888;
}

.btfe-footer__copyright p {
	margin: 0;
}

.btfe-footer__legal {
	flex: 0 0 auto;
}

.btfe-footer__legal-links {
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 24px;
}

.btfe-footer__legal-link {
	display: inline-block;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3333;
	white-space: nowrap;
	color: #888;
	text-decoration: none;
	transition: color 160ms ease;
}

a.btfe-footer__legal-link:hover,
a.btfe-footer__legal-link:focus-visible {
	color: #111;
}

.btfe-footer a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.btfe-footer {
		padding: 64px 40px 36px;
	}

	.btfe-footer__inner {
		gap: 48px;
	}

	.btfe-footer__top {
		gap: 48px;
	}

	.btfe-footer__columns {
		column-gap: 32px;
	}
}

@media (max-width: 860px) {
	.btfe-footer__top {
		flex-direction: column;
	}

	.btfe-footer__brand {
		width: min(100%, 520px);
	}

	.btfe-footer__columns {
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.btfe-footer {
		padding: 48px 24px 32px;
	}

	.btfe-footer__inner {
		gap: 40px;
	}

	.btfe-footer__top {
		gap: 40px;
	}

	.btfe-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 28px;
	}

	.btfe-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.btfe-footer__legal {
		width: 100%;
	}

	.btfe-footer__legal-links {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 520px) {
	.btfe-footer__columns {
		grid-template-columns: 1fr;
	}

	.btfe-footer__column {
		gap: 14px;
	}

	.btfe-footer__links {
		gap: 12px;
	}
}
