footer {
    background: transparent;
    color: var(--color-group-4);
    margin: 80px auto 0 auto;
    max-width: 1200px;
    width: 100%;
}

.footer_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid var(--color-group-4);
    padding: 32px 0 90px;
}

.footer__information {
    flex: 2 1 auto;
    text-align: start;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer__seal {
    text-align: end;
    margin-left: 5px;
    padding-top: 8px;
}

footer a {
    text-decoration: none !important;
    font-size: var(--vh-font-size-10);
    padding-right: 15px;
    white-space: nowrap;
    color: var(--color-group-4) !important;
    display: inline-block;
}

.footer__links {
    clear: both;
}

.footer__links a {
    float: left;
    padding: 0;
}

.footer__app_banners {
    clear: both;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

footer a:focus,
footer a:hover,
footer a:active {
    color: var(--color-group-14) !important;
}

footer .icon {
    font-size: var(--vh-font-size-6);
    vertical-align: middle;
    padding-right: 5px;
}

.footer__service_time {
    display: inline-block;
    float: left;
}

.footer__service_times,
.footer__links {
    padding-top: 10px;
}

.footer__links a:not(:last-child)::after,
.footer__service_times .footer__service_time:not(:first-child):not(:last-child)::after {
    content: '\00B7';
    margin: 0 5px;
    text-decoration: none !important;
}

.footer__links a:not(:last-child):hover::after {
    color: var(--color-group-4);
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .footer_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__seal {
        padding-top: 24px;
        margin-left: 0;
    }

    .footer__links a:not(:last-child)::after,
    .footer__service_times span:not(:last-child)::after {
        display: none;
    }

    .footer__links a,
    .footer__service_time {
        display: block;
        float: none;
    }

    .footer__app_banners {
        margin-top: 20px;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
