.pageFooter-info .infoBlock {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
}
.pageFooter-info .infoBlock .visuallyImpairedVersionLink {
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.pageFooter-info .infoBlock .visuallyImpairedVersionLink:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("/local/templates/site/images/eye.svg?v1.0") no-repeat center center;
    background-size: 100%;
    margin-right: 10px;
    line-height: 25px;
    vertical-align: middle;
}


.pageFooter-info.pageFooter-info--impaired-version .icon-cancel {
    display: none;
}

@media screen and (max-width: 575px) {
    .pageFooter-info.pageFooter-info--impaired-version {
        padding-bottom: 0;
        background: none;
    }

    .pageFooter-info-social {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .pageFooter-info-social a {
        flex: 0 1 calc(20% - 4/5 * 20px);
        max-width: calc(20% - 4/5 * 20px);
        margin: 0;
    }

    .pageFooter-info-social a img {
        display: block;
        width: 100%;
        height: auto;
    }

}



.app-download {
    display: none;
}

@media screen and (max-width: 768px) {

    .app-download {
        display: flex;
        width: 100%;
        position: relative;
        background: #151517;
        padding: 15px;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
    }

    .app-download__close {
        width: 20px;
    }
    .app-download__close a {
        display: block;
        width: 20px;
        height: 20px;
    }
    .app-download__close a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .app-download__icon {
        width: 40px;
        min-width: 40px;
    }
    .app-download__icon img {
        display: block;
        width: 100%;
        height: auto;
    }

    .app-download__info {
        color: #cfcfcf
    }
    .app-download__info-name {
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 5px;
    }
    .app-download__info-text {
        font-size: 12px;
    }

    .app-download__button {
        width: fit-content;
    }
    .app-download__button .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 8px 7px;
        height: 32px;
        vertical-align: middle;
    }

}

