.armac-new-footer {
    background: #f8f9f5;
    color: #07122f;
    font-family: inherit;
}

.armac-footer-line {
    width: 100%;
    height: 8px;
    background: linear-gradient(
        90deg,
        #c7ff00 0%,
        #c7ff00 31%,
        #00c85f 31%,
        #00c85f 89%,
        #315dff 89%,
        #315dff 100%
    );
}

.armac-footer-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 48px 80px 56px;
}

.armac-footer-newsletter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 64px;
}

.armac-footer-newsletter-text h3 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #1E1F1E;
}

.armac-footer-newsletter-text p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #07122f;
}

.armac-footer-newsletter-form {
    width: 100%;
    max-width: 370px;
}

.armac-newsletter-input-row {
    display: flex;
	align-items: center;
    width: 100%;
    height: 34px;
    background: #fff;
    border: 1px solid #e4e7ef;
    border-radius: 8px;
    overflow: hidden;
}

.armac-newsletter-input-row input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 0 16px;
    font-size: 12px;
    color: #07122f;
    background: #fff;
    outline: none;
}

.armac-newsletter-input-row input::placeholder {
    color: #8790a3;
}

.armac-newsletter-input-row button {
    border: 0;
    margin: 4px;
    padding: 0 18px;
    border-radius: 6px;
    background: #0035a8;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .2s ease;
}

.armac-newsletter-input-row button:disabled {
    cursor: not-allowed;
    opacity: .7;
}

.armac-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 8px;
    font-size: 8px;
    line-height: 12px;
    color: #7e8797;
}

.armac-newsletter-consent input {
    width: 10px;
    height: 10px;
    margin: 1px 0 0;
}

.armac-newsletter-message {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 15px;
}

.armac-newsletter-message.success {
    color: #008542;
}

.armac-newsletter-message.error {
    color: #d10000;
}

.armac-footer-columns {
    display: grid;
    grid-template-columns: 1fr 2.3fr 1.2fr 1.6fr;
    gap: 56px;
}

.armac-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.armac-footer-column li {
    margin: 0 0 9px;
}

.armac-footer-column a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #09090975;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    transition: color .2s ease;
}

.armac-footer-column a:hover {
    color: #0035a8;
}

.armac-footer-arrow-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
    fill: currentColor;
}

.armac-footer-accordion-trigger {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #07122f;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    cursor: default;
}

.armac-footer-accordion-trigger:hover {
    color: #07122f !important;
}

.armac-footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.armac-footer-brand img {
    display: block;
    width: 115px;
    height: auto;
    margin-bottom: 12px;
}

.armac-footer-brand p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #07122f;
}

.armac-footer-blue {
    background: #0035a8;
    color: #fff;
    padding: 18px 80px 14px;
}

.armac-footer-blue-top {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.armac-footer-address a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}

.armac-footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.armac-footer-social a {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.armac-footer-copyright {
    max-width: 1240px;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.copyright {
    display: none;
}

@media (max-width: 1024px) {
    .armac-footer-main {
        padding: 40px 32px 48px;
    }

    .armac-footer-columns {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .armac-footer-blue {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .armac-footer-main {
        padding: 44px 20px 46px;
    }

    .armac-footer-newsletter {
        display: block;
        max-width: 390px;
        margin: 0 auto 36px;
        text-align: center;
    }

    .armac-footer-newsletter-text h3 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 30px;
    }

    .armac-footer-newsletter-text p {
        margin-bottom: 28px;
        font-size: 13px;
        line-height: 18px;
    }

    .armac-footer-newsletter-form {
        max-width: 365px;
        margin: 0 auto;
    }

    .armac-newsletter-input-row {
        height: 40px;
        border-radius: 8px;
    }

    .armac-newsletter-input-row input {
        padding: 0 13px;
        font-size: 14px;
    }

    .armac-newsletter-input-row button {
        min-width: 103px;
        padding: 0 13px;
        font-size: 10px;
    }

    .armac-newsletter-consent {
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        text-align: left;
        font-size: 13px;
        line-height: 17px;
    }

    .armac-newsletter-consent input {
        width: 23px;
        min-width: 23px;
        height: 23px;
        margin: 0;
    }

    .armac-footer-columns {
        display: block;
        max-width: 310px;
        margin: 28px auto 0;
        padding-top: 28px;
        border-top: 1px solid #c8c8c8;
        text-align: center;
    }

    .armac-footer-brand {
        margin-bottom: 28px;
    }

    .armac-footer-brand a {
        display: inline-flex;
        justify-content: center;
    }

    .armac-footer-brand img {
        width: 132px;
        margin: 0 auto;
    }

    .armac-footer-brand p {
        display: none;
    }

    .armac-footer-accordion {
        margin-top: 26px;
    }

    .armac-footer-accordion-trigger {
        position: relative;
        display: inline-block;
        width: auto;
        max-width: 260px;
        margin: 0 auto;
        padding: 0 22px 0 0;
        text-align: center;
        cursor: pointer;
    }

    .armac-footer-accordion-trigger::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #07122f;
        transition: transform .2s ease;
    }

    .armac-footer-accordion.is-open .armac-footer-accordion-trigger::after {
        transform: rotate(180deg);
    }

    .armac-footer-accordion-panel {
        display: none;
        padding-top: 16px;
    }

    .armac-footer-accordion.is-open .armac-footer-accordion-panel {
        display: block;
    }

    .armac-footer-links-grid {
        display: block;
    }

    .armac-footer-column li {
        margin-bottom: 10px;
    }

    .armac-footer-column a {
        justify-content: center;
        font-size: 13px;
        line-height: 18px;
    }

    .armac-footer-arrow-icon {
        width: 13px;
        min-width: 13px;
        height: 13px;
    }

    .armac-footer-blue {
        padding: 24px 20px 32px;
    }

    .armac-footer-blue-top {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .armac-footer-social {
        justify-content: center;
        gap: 16px;
    }

    .armac-footer-social a {
        font-size: 24px;
    }

    .armac-footer-address a {
        font-size: 12px;
        line-height: 15px;
    }

    .armac-footer-copyright {
        margin-top: 24px;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
    }
}

#footer {
	background: #f8f9f5 !important;
	padding: 0px !important;
}