.footer__container {
	width: 100%;
	margin-top: auto;
	background-color: var(--dark);
	color: var(--light);
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.footer__container h3 {
	margin-bottom: 25px;
	/* font-size: 1.1rem; */
	font-size: var(--font-size-header-minor);
	font-family: var(--default-font-medium), sans-serif;
}
.footer__column {
	display: flex;
	flex-direction: column;
	margin: 45px 6.5% 35px;
	min-width: 18%;
	/* font-size: 0.8rem; */
	font-size: var(--font-size-text);
	justify-content: space-between;
}
.footer__section_top {
	margin-bottom: 50px;
}
.footer__link_wrapper {
	margin-top: 10px;
}
.footer__section_links a {
	color: var(--light);
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.footer__section_links a:hover {
	color: var(--default-light-blue);
	border-color: var(--default-light-blue);
}

.footer__section_arrow {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	margin-right: 40px;
	cursor: pointer;
	background: var(--default-blue);
	background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 48 34" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Content / Arrow Up"><path id="Vector" d="M23.9996 43.9996C23.5663 43.9996 23.2079 43.8579 22.9246 43.5746C22.6413 43.2913 22.4996 42.9329 22.4996 42.4996V9.69961L13.1496 19.0496C12.8496 19.3496 12.4996 19.4996 12.0996 19.4996C11.6996 19.4996 11.3496 19.3496 11.0496 19.0496C10.7496 18.7496 10.5996 18.3996 10.5996 17.9996C10.5996 17.5996 10.7496 17.2496 11.0496 16.9496L22.9496 5.04961C23.1163 4.88294 23.2829 4.76628 23.4496 4.69961C23.6163 4.63294 23.7996 4.59961 23.9996 4.59961C24.1996 4.59961 24.3829 4.63294 24.5496 4.69961C24.7163 4.76628 24.8829 4.88294 25.0496 5.04961L36.9496 16.9496C37.2496 17.2496 37.3996 17.5996 37.3996 17.9996C37.3996 18.3996 37.2496 18.7496 36.9496 19.0496C36.6496 19.3496 36.2996 19.4996 35.8996 19.4996C35.4996 19.4996 35.1496 19.3496 34.8496 19.0496L25.4996 9.69961V42.4996C25.4996 42.9329 25.3579 43.2913 25.0746 43.5746C24.7913 43.8579 24.4329 43.9996 23.9996 43.9996Z" fill="white"/></g></svg>');
	background-repeat: no-repeat;
	background-position: center 30%;
	box-shadow: 1px 9px 12px 1px #20202025;
}
.footer__section_bottom-desktop {
	font-size: 0.9rem;
}
.footer__section_bottom-desktop a {
	color: var(--light);
}
.footer__section_bottom-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.footer__container {
		display: flex;
		flex-direction: column;
		padding-top: 25px;
		font-size: 0.75rem;
		padding-bottom: 180px;
	}
	.footer__container h3 {
		margin-top: 5px !important;
	}
	.footer__column {
		margin: 0 5%;
	}
	.footer__section_top {
		margin-bottom: 35px;
	}
	.footer__section_bottom-desktop {
		display: none;
	}
	.footer__section_bottom-mobile {
		font-size: 0.9rem;
		margin: 20px 6%;
		display: block;
	}
	.footer__section_bottom-mobile a {
		color: var(--light);
	}

	.footer__section_arrow {
		right: 0;
		bottom: 30px;
		height: 32px;
		width: 32px;
		margin: 0 25px 15px 0;
		background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 48 34" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Content / Arrow Up"><path id="Vector" d="M23.9996 43.9996C23.5663 43.9996 23.2079 43.8579 22.9246 43.5746C22.6413 43.2913 22.4996 42.9329 22.4996 42.4996V9.69961L13.1496 19.0496C12.8496 19.3496 12.4996 19.4996 12.0996 19.4996C11.6996 19.4996 11.3496 19.3496 11.0496 19.0496C10.7496 18.7496 10.5996 18.3996 10.5996 17.9996C10.5996 17.5996 10.7496 17.2496 11.0496 16.9496L22.9496 5.04961C23.1163 4.88294 23.2829 4.76628 23.4496 4.69961C23.6163 4.63294 23.7996 4.59961 23.9996 4.59961C24.1996 4.59961 24.3829 4.63294 24.5496 4.69961C24.7163 4.76628 24.8829 4.88294 25.0496 5.04961L36.9496 16.9496C37.2496 17.2496 37.3996 17.5996 37.3996 17.9996C37.3996 18.3996 37.2496 18.7496 36.9496 19.0496C36.6496 19.3496 36.2996 19.4996 35.8996 19.4996C35.4996 19.4996 35.1496 19.3496 34.8496 19.0496L25.4996 9.69961V42.4996C25.4996 42.9329 25.3579 43.2913 25.0746 43.5746C24.7913 43.8579 24.4329 43.9996 23.9996 43.9996Z" fill="white"/></g></svg>');
		background-position: center 20%;
	}
}

@media screen and (min-width: 1920px) {
	.footer__container h3 {
		font-size: 1.3rem;
	}
	.footer__section_links {
		font-size: 15px;
	}
	.footer__section_bottom-desktop {
		font-size: 16px;
	}
}
