.app_title {
    margin-bottom: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
	text-align: center;
}
footer .app_title {
    color: #f7f7f7;

}
footer .mobile .app_note {
    color: #fff;
}
.qr_block {
    max-width: 215px;
	display: block;
}

a.qr_block img {
    max-width: 100%;
}

.app_note {
    margin: 10px 0 20px;
    font-size: 14px;
    text-align: center;
}


.social_icons {
    display: flex;
    gap: 20px;
}

.social_icons img {
    max-width: 40px;
    opacity: 0.8;
}

.social_icons a:hover img {
    opacity: 1;
}
.map iframe {
    width: 100%;
}
a.download_app {
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 10px 10px 20px;
    padding: 10px;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    gap: 20px;
    justify-content: center;
    color: #344952 !important;
    background: #fff;
    font-weight: 500;
    box-shadow: 0 0 3px #ccc;
}
a.download_app img {
    max-height: 40px;
}

.desktop {}

.mobile {
    display: none;
}

img.qr {
    max-width: 150px;
}


@media (max-width:767px) {

.desktop {
	display:none;
}

.mobile {
    display: block;
}

#footer .footer__bottom {
    padding-bottom: 60px;
}
}