footer {
	font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
}

.footer__map {
    width: 60%;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.scroll-to-top-button {
    position: fixed;
    z-index: 99;
    right: 2rem;
    bottom: 2rem;
    border-radius: 50%;
    border: var(--default-border);
    width: 4rem;
    height: 4rem;
    background-color: var(--light-grey);
    box-shadow: var(--default-shadow-box);
    cursor: pointer;
}

.scroll-to-top-button__img {
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.scroll-to-top-button_disable {
    display: none;
}

.footer__map a {
	height: 100%;
}

.footer__map > a > img {
	border-radius: 10px;
    height: 100%;
    width: auto;
	box-shadow: 0 0 10px #ccc;
}

.info_res_footer_text{
	text-align:center;
	font-size: 18px;
}