/* Footer contacts + rights v3 */
.main-footer .main-footer_middle {
    display: none !important;
}

.es-footer-extra {
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.es-footer-extra__inner {
    padding-top: 20px;
    padding-bottom: 16px;
}

.es-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 16px;
}

.es-footer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    color: inherit;
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
}

.es-footer-action:hover {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .14);
}

.es-footer-action--icon {
    width: 38px;
    padding: 7px;
}

.es-footer-action img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.es-footer-action--call {
    min-width: 116px;
}

.es-footer-rights {
    max-width: 1000px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    opacity: .82;
}

.main-footer .main-footer_bottom .copyright {
    display: none !important;
}

@media (max-width: 575px) {
    .es-footer-extra__inner {
        padding-top: 15px;
        padding-bottom: 12px;
    }

    .es-footer-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .es-footer-action {
        width: 100%;
        min-width: 0;
        min-height: 38px;
    }

    .es-footer-action--call {
        grid-column: span 2;
    }

    .es-footer-rights {
        text-align: center;
        font-size: 11px;
        line-height: 1.4;
    }
}

@media (max-width: 360px) {
    .es-footer-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .es-footer-action--call {
        grid-column: span 2;
    }
}
