.footer-down {
    margin-top: 1rem;
    display: flex;
    gap: .5rem;
}

.footer-down__link {
    text-align: center;
    background: #414141;
    border-radius: .8rem;
    padding: 1rem 0.5rem .8rem;
    color: #fff;
    width: 5rem;
    display: inline-block;
    line-height: 1.2;
    font-size: 0.75rem;
}

.footer-down__link:hover {
    color: #fff;
    background: rgb(1, 1, 1);
}

.footer-down__ico {
    width: 1.5rem;
    height: 1.35rem;
    margin: 0 auto 0.6rem;
}

.footer-down__ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.footer-down__text div {
    color: #9E9E9E;
}

.download {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70svh;
    padding: 0 1rem;
    text-align: center;
}

.download__title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.download .footer-down {
    justify-content: center;
    margin-top: 1.6rem;
}

.download .footer-down__link {
    width: 9.5rem;
}
