#mobileFooter {
	min-height: 640px;
}
#webFooter {
	min-height: 250px;
}
.footer {
	background-color: #000000;
	height: 100%;
}
.footer_icon {
	display: inline-block;
	font-size: 1.5rem;
	min-height: 1.5rem;
	min-width: 1.5rem;
	text-align: center;
}
.footer_icon_link::before,
.footer_icon_link::after,
.footer_text_link::before,
.footer_text_link::after {
	content: "";
	display: none !important;
}
.footer_today {
	margin-right: auto;
	text-align: right !important;
}
.footer_today_mobile {
	margin-left: auto;
	text-align: left !important;
}
.sgds.footer {
	padding: 1rem 1rem;
}
.sgds.footer .footer-contact-links,
.sgds.footer .footer-items .links {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin: 0;
}
@media (max-width: 575.98px) {
	.sgds.footer .footer-items .links {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 576px) {
	.sgds.footer .footer-items .links {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
.sgds.footer .footer-contact-links {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	text-align: right !important;
}
@media (max-width: 768px) {
	.sgds.footer .footer-contact-links {
		margin-right: auto;
		justify-content: flex-start;
		text-align: left !important;
	}
}
.sgds.footer .footer-contact-links ul li,
.sgds.footer .footer-mandatory-links ul li {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.sgds.footer .footer-contact-links a {
	color: #f7f7f9;
	text-decoration: none;
}
.sgds.footer .footer-copyrights {
	border-top: 1px groove #f0f0f0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}