.en-footer {
    background: #f7f7f4;
    border-top: 1px solid #dcd8ce;
    color: #151515;
    margin-top: 60px;
    overflow-x: hidden;
}

.en-footer a {
    color: #151515;
    text-decoration: none;
}

.en-footer a:hover {
    color: #c1121f;
}

.en-footer-top {
    align-items: center;
    border-bottom: 1px solid #dedbd2;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 34px 0 24px;
}

.en-footer-brand {
    color: #111;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
}

.en-footer-social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.en-footer-social span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
    margin-right: 4px;
    text-transform: uppercase;
}

.en-footer-social a {
    align-items: center;
    background: #fff;
    border: 1px solid #dedbd2;
    border-radius: 50%;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.en-footer-main {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 360px;
    padding: 34px 0;
}

.en-footer-link-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.en-footer-column,
.en-footer-side {
    min-width: 0;
}

.en-footer h4 {
    color: #111;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.en-footer ul {
    margin: 0;
    padding: 0;
}

.en-footer li {
    list-style: none;
}

.en-footer-column li + li,
.en-footer-news-block li + li {
    margin-top: 9px;
}

.en-footer-column a {
    color: #333;
    font-size: 14px;
    line-height: 1.35;
}

.en-footer-side {
    display: grid;
    gap: 24px;
}

.en-footer-news-block {
    border-bottom: 1px solid #dedbd2;
    padding-bottom: 20px;
}

.en-footer-news-block a {
    color: #202020;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.en-footer-newsletter {
    background: #fff;
    border: 1px solid #dedbd2;
    border-radius: 4px;
    padding: 20px;
}

.en-footer-newsletter p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.en-footer-newsletter .en-footer-form-message {
    border-radius: 4px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 9px 10px;
}

.en-footer-newsletter .en-footer-form-message.success {
    background: #eaf7ef;
    color: #146c2e;
}

.en-footer-newsletter .en-footer-form-message.error {
    background: #fdecec;
    color: #a71818;
}

.en-footer-newsletter form {
    display: flex;
    gap: 8px;
}

.en-footer-newsletter input {
    border: 1px solid #cfcac0;
    color: #111;
    flex: 1;
    min-width: 0;
    padding: 11px 12px;
}

.en-footer-newsletter button {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 11px 14px;
}

.en-footer-bottom {
    align-items: center;
    border-top: 1px solid #dedbd2;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 18px 0 28px;
}

.en-footer-bottom p {
    color: #444;
    font-size: 13px;
    margin: 0;
}

.en-footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.en-footer-bottom a {
    font-size: 13px;
    font-weight: 700;
}

.en-back-to-top {
    align-items: center;
    background: #111;
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex;
    font-size: 18px !important;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.sr-only {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

@media (max-width: 1199px) {
    .en-footer-main {
        grid-template-columns: 1fr;
    }

    .en-footer-link-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .en-footer {
        margin-top: 36px;
    }

    .en-footer-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .en-footer-social {
        justify-content: flex-start;
    }

    .en-footer-brand {
        font-size: 28px;
    }

    .en-footer-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .en-footer-newsletter form {
        flex-direction: column;
    }

    .en-footer-newsletter button {
        width: 100%;
    }

    .en-footer-bottom {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .en-footer-link-grid {
        grid-template-columns: 1fr;
    }
}
