footer.il-footer {
    width: 100%;
    padding: 60px 0 20px;
    background: #faf7f0;
    color: #24160b;
    font-family: 'Montserrat', sans-serif;
}

.home footer.il-footer {
    padding-top: 60px;
}

.il-footer *,
.il-footer *::before,
.il-footer *::after {
    box-sizing: border-box;
}

.il-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.il-footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.il-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
    flex: 0 0 343px;
    width: 343px;
    min-width: 278px;
}

.il-footer__identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    width: 100%;
}

.il-footer__logo {
    display: flex;
    align-items: flex-start;
    gap: 3.94px;
    padding-bottom: 8px;
    text-decoration: none;
}

.il-footer__logo-icon {
    display: block;
    width: 61.98px;
    max-width: 62px;
    height: 57.22px;
}

.il-footer__logo-text {
    display: block;
    width: 211.98px;
    max-width: 212px;
    height: 56.8px;
}

.il-footer__tagline .logoWidget,
.il-footer__tagline .textwidget {
    margin: 0;
}

.il-footer__tagline p,
.il-footer .logoWidget p {
    margin: 0;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.il-footer__social .ilSocials {
    gap: 12px;
    margin: 0;
}

.il-footer__nav {
    flex: 0 0 auto;
    padding-top: 20px;
}

.il-footer__nav--main {
    width: 117.14px;
    padding-bottom: 56px;
}

.il-footer__nav--topics {
    width: 157.7px;
}

.il-footer__nav .footerWidget,
.il-footer__nav .footerNav {
    width: auto;
    margin: 0;
}

.il-footer__nav .title,
.il-footer__nav-title {
    display: none;
}

.il-footer__nav ul.menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.il-footer__nav ul.menu li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    height: 28px;
    text-align: left;
}

.il-footer__nav ul.menu li a {
    display: flex;
    align-items: center;
    height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #24160b;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.il-footer__nav ul.menu li a:hover,
.il-footer__nav ul.menu li a:focus-visible {
    color: #743643;
}

.il-footer__newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 0 0 372.57px;
    width: 372.57px;
}

.il-footer__newsletter-title {
    margin: 0;
    width: 100%;
    line-height: 0;
}

.il-footer__newsletter-title img {
    display: block;
    width: 372.57px;
    max-width: 100%;
    height: auto;
}

.il-footer__newsletter-title--text {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 53.23px;
    white-space: nowrap;
    color: #24160b;
}

.il-footer__newsletter-text {
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #24160b;
}

.il-footer__form {
    width: 100%;
    padding-top: 8px;
}

.il-footer__form .mpForm,
.il-footer__form ul.mpFormTable {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.il-footer__form li.mpQuestionTable {
    margin: 0;
    padding: 0;
    width: 100%;
}

.il-footer__form .mpFormLabel {
    display: none;
}

.il-footer__form .mpFormField {
    width: 100%;
    margin: 0;
    padding: 0;
}

.il-footer__form input[type="text"],
.il-footer__form input[type="email"] {
    display: block;
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 13px 14px;
    margin: 0;
    background-color: #fff !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.il-footer__form input[type="text"]::placeholder,
.il-footer__form input[type="email"]::placeholder {
    color: #000;
    opacity: 1;
}

.il-footer__form input[type="text"]:focus,
.il-footer__form input[type="email"]:focus {
    outline: 2px solid #743643;
    outline-offset: -2px;
}

.il-footer__form input[type="submit"],
.il-footer__form button[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 36px;
    min-height: 36px;
    padding: 10px 24px;
    margin: 0;
    background: #743643;
    border: 0;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease;
}

.il-footer__form input[type="submit"]:hover,
.il-footer__form button[type="submit"]:hover {
    background: #5e2b36;
}

.il-footer__form .mpErrorSummary,
.il-footer__form .mpErrorRow {
    font-size: 12px;
    line-height: 16px;
    color: #b3261e;
}

.il-footer__form .mpLabelRow,
.il-footer__form .submitCellSpacer {
    margin: 0;
    padding: 0;
}

.il-footer__form-choice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    order: 1;
    padding-top: 2px;
}

.il-footer__form li.mpQuestionTable:last-child {
    order: 2;
    padding-top: 8px;
}

.il-footer__form-notice {
    margin: 2px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #b3261e;
}

.il-footer__form-choice .mpFormLabel {
    display: block;
}

.il-footer__form-choice .mpFormLabel label,
.il-footer__form-choice .mpMultipleLabel {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #24160b;
    cursor: pointer;
}

.il-footer__form-choice .mandatorySign {
    display: none;
}

.il-footer__form-choice .mpFormField {
    width: auto;
}

.il-footer__form-choice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.il-footer__form-choice ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.il-footer__form-choice input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-height: 0;
    margin: 0;
    padding: 0;
    flex: 0 0 16px;
    accent-color: #743643;
    cursor: pointer;
}

.il-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid rgba(207, 200, 190, .5);
}

.il-footer__meta,
.il-footer__legal ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.il-footer__meta li,
.il-footer__legal ul.menu li {
    margin: 0;
    padding: 0;
    height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #24160b;
}

.il-footer__legal .footerWidget,
.il-footer__legal .footerNav {
    width: auto;
    margin: 0;
}

.il-footer__legal ul.menu li a {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #24160b;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.il-footer__legal ul.menu li a:hover,
.il-footer__legal ul.menu li a:focus-visible {
    color: #743643;
}

@media (max-width: 1200px) {
    .il-footer__inner {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (max-width: 1100px) {
    .il-footer__main {
        flex-wrap: wrap;
        gap: 40px 60px;
    }

    .il-footer__brand {
        flex-basis: 100%;
        width: 100%;
    }

    .il-footer__newsletter {
        flex: 1 1 372px;
    }
}

@media (max-width: 767px) {
    footer.il-footer {
        padding: 48px 0 20px;
    }

    .il-footer__inner {
        gap: 40px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .il-footer__main {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .il-footer__brand,
    .il-footer__nav,
    .il-footer__nav--main,
    .il-footer__nav--topics,
    .il-footer__newsletter {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        padding: 0;
    }

    .il-footer__brand {
        order: 0;
        align-items: center;
        gap: 16px;
    }

    .il-footer__identity {
        align-items: center;
        gap: 16px;
    }

    .il-footer__logo {
        align-items: center;
        gap: 8px;
        padding-bottom: 0;
    }

    .il-footer__logo-icon {
        width: 46px;
        height: 43px;
    }

    .il-footer__logo-text {
        width: 145px;
        height: 39px;
    }

    .il-footer__tagline {
        max-width: 329px;
        text-align: center;
    }

    .il-footer__tagline p,
    .il-footer .logoWidget p {
        font-size: 16px;
        line-height: 20px;
        color: #24160b;
    }

    .il-footer__social .ilSocials {
        justify-content: center;
    }

    .il-footer__social .ilSocial {
        width: 32px;
        height: 22px;
    }

    .il-footer__social .ilSocial img {
        width: 18px !important;
    }

    .il-footer__newsletter {
        order: 1;
        align-items: center;
        margin-top: 20px;
    }

    .il-footer__newsletter-title img {
        width: 303.72px;
        margin: 0 auto;
    }

    .il-footer__newsletter-title--text {
        white-space: normal;
        line-height: 1.3;
        text-align: center;
    }

    .il-footer__form input[type="submit"],
    .il-footer__form button[type="submit"] {
        width: 100%;
    }

    .il-footer__nav {
        order: 2;
    }

    .il-footer__nav--main {
        margin-top: 20px;
    }

    .il-footer__nav--topics {
        order: 3;
    }

    .il-footer__nav-title {
        display: block;
        margin: 0 0 8px;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #24160b;
    }

    .il-footer__nav ul.menu {
        display: block;
        column-count: 2;
        column-gap: 0;
    }

    .il-footer__nav ul.menu li {
        break-inside: avoid;
    }

    .il-footer__bottom {
        gap: 15px;
    }

    .il-footer__legal {
        order: 0;
        flex: 1 1 0;
        min-width: 0;
    }

    .il-footer__meta {
        order: 1;
        flex: 1 1 0;
        min-width: 0;
    }

    .il-footer__meta,
    .il-footer__legal ul.menu {
        flex-direction: column;
        gap: 0;
    }
}
