.adm-footer-brand {
    clear: both;
    position: relative;
    margin-top: 20px;
    padding: 70px 0 64px;
    background: #232323;
    background-image: none;
}

.adm-footer-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.adm-footer-grid {
    display: grid;
    grid-template-columns: minmax(360px, 1.15fr) minmax(260px, 1fr) minmax(240px, 1fr);
    align-items: start;
    gap: 46px;
    max-width: 1130px;
    margin: 0 auto;
}

.adm-footer-company,
.adm-footer-contact,
.adm-footer-era {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.52);
    font-family: "Open Sans", "Montserrat", "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.48;
    text-align: center;
}

.adm-footer-company h3 {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Open Sans", "Montserrat", "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 1.4;
}

.adm-footer-company p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.52);
}

.adm-footer-company .adm-footer-address {
    margin-bottom: 26px;
}

.adm-footer-company .adm-footer-tax {
    margin-bottom: 9px;
}

.adm-footer-company p,
.adm-footer-company a,
.adm-footer-company strong {
    font-size: 13px;
}

.adm-footer-company strong {
    margin: -2px 0 9px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.adm-footer-company a,
.adm-footer-contact a {
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
    transition: color 0.25s ease;
}

.adm-footer-company a:hover,
.adm-footer-contact a:hover,
.adm-footer-social a:hover {
    color: #10C4FB;
    text-decoration: none;
}

.adm-footer-logo {
    display: inline-flex;
    margin: 0 0 18px;
}

.adm-footer-logo img {
    display: block;
    width: 292px;
    max-width: 100%;
    height: auto;
}

.adm-footer-contact {
    padding-top: 2px;
}

.adm-footer-contact a,
.adm-footer-contact span {
    margin-bottom: 6px;
}

.adm-footer-era {
    align-items: center;
}

.adm-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0;
    margin: -2px 0 4px;
    list-style: none;
}

.adm-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.42);
    font-size: 29px;
    line-height: 1;
    text-decoration: none;
}

.adm-footer-era-logo {
    display: block;
    width: 163px;
    height: auto;
    margin: 0 0 12px;
}

.adm-footer-stores {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.adm-footer-stores a {
    display: inline-flex;
}

.adm-footer-stores img {
    display: block;
    width: 92px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .adm-footer-brand {
        padding: 66px 0 62px;
    }

    .adm-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 520px;
    }
}

@media screen and (max-width: 575px) {
    .adm-footer-brand {
        padding: 62px 0 58px;
    }

    .adm-footer-company,
    .adm-footer-contact,
    .adm-footer-era {
        font-size: 12px;
    }

    .adm-footer-company h3 {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .adm-footer-logo img {
        width: 246px;
    }

    .adm-footer-era-logo {
        width: 145px;
    }

    .adm-footer-stores {
        gap: 12px;
    }

    .adm-footer-stores img {
        width: 84px;
    }
}
