.footer {
	background: linear-gradient(360deg, #383838 0%, #212020 100%)!important;
	padding-top: 100px!important;
}

.footer .footer-menu ul {
	margin: 60px auto!important;
}

.footer-top {
	padding: 0 0 48px!important;
}

.footer-icons--top {
	justify-content: center;
}

.footer-middle {
    padding: 10px 0 !important;
    background: unset !important;

    border-style: solid!important;
    border-width: 1px 0 1px 0!important;

    border-image-source: linear-gradient(
        90deg,
        rgba(195, 209, 218, 0) 0%,
        #C3D1DA 50%,
        rgba(195, 209, 218, 0) 100%
    )!important;
    border-image-slice: 1!important;
}


.footer-menu li a {
    position: relative;
    font-size: 20px !important;
    color: #fff !important;
    padding-block: 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.footer-icons--middle__item img {
	max-height: 100%!important;
}

.footer-bottom .copyright {
	padding: 48px 0!important;
	text-transform: lowercase!important;
}


@media (max-width: 768px) {
	.footer .footer-menu ul {
		flex-direction: column;
		align-items: center;
		gap: 10px!important;
	}
}