.pwa-install-btn_footer {
    background-color: #E6ECF0;
    color: #182C36;
    border: none;
    padding: 2px 7px;
    height: 44px;
    min-width: 44px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pwa-install-btn_footer img {
    min-width: 20px;
    max-width: 120px;
    height: 30px;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}
.pwa-install-btn_footer span {
    display: none;
}
.pwa-install-btn_footer img[src=""] {
    display: none;
}
.pwa-install-btn_footer img[src=""] + span {
    display: block;

}

.pwa-install-btn_footer:hover {
    background-color: #182C36;
    color: #E6ECF0;
}
.aside__mobile-footer .pwa-install-btn_footer {
    position: relative;
    margin-right: 100%;
    flex-shrink: 0;
}
.aside__mobile-footer .pwa-install-btn_footer::after {
    content: "Скачать приложение";    
    position: absolute;
    top: 50%;
    left: 100%;
    width: max-content;
    color: #182C36 !important;
    transform: translate(10px, -50%);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    display: none;
}
.aside__mobile-footer .pwa-install-btn_footer:hover::after {
    color: #182C36;
}
.aside__main .aside__mobile-footer .footer__block .footer__social {
    flex-wrap: wrap;
}
.installPWA-link img {
    pointer-events: none;
}
@media (max-width: 576px) {
    .authorization-main .footer .footer__block .footer__social {
        position:relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .authorization-main .footer .pwa-install-btn_footer {
        height: 36px;
        position: absolute;
        top: 0;
        right: 88px;
    }
    .authorization-main .footer .pwa-install-btn_footer img {
        height: 20px;
    }
    .authorization-main .footer .callback__link {
        width: 100%;
    }

    
}