/* ============================================================
   Ah Product Section — Global Footer
   ============================================================ */

.ahps-footer {
    --ahps-footer-bg-start: var(--ahps-footer1-bg, #5c23e7);
    --ahps-footer-bg-end: var(--ahps-footer1-bg, #632cf0);
    --ahps-footer-heading: var(--ahps-footer1-title, #ffffff);
    --ahps-footer-text: var(--ahps-footer1-content, rgba(255,255,255,.86));
    --ahps-footer-hover: var(--ahps-footer1-hover, #e7deff);
    margin-top: 48px;
    color: var(--ahps-footer-text);
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 18%, rgba(121, 73, 255, .30), transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(171, 99, 255, .18), transparent 24%),
        linear-gradient(90deg, var(--ahps-footer-bg-start) 0%, var(--ahps-footer-bg-end) 52%, var(--ahps-footer-bg-start) 100%);
}

.ahps-footer--footer_1 {
    background: var(--ahps-footer1-bg, var(--ahps-footer-bg-start));
}

.ahps-footer__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 42px 72px 20px;
}

.ahps-footer__grid {
    display: grid;
    grid-template-columns: 1.08fr .95fr .95fr 1.08fr;
    gap: 40px;
}

.ahps-footer__title {
    margin: 0 0 18px;
    color: var(--ahps-area-title, var(--ahps-footer-heading));
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    font-family: inherit;
}

.ahps-footer__about {
    max-width: 360px;
    margin: 0;
    color: var(--ahps-area-text, var(--ahps-footer-text));
    font-size: 16px;
    line-height: 1.58;
}

.ahps-footer__about p,
.ahps-footer__newsletter-text p,
.ahps-footer__contact-richtext p {
    margin: 0 0 12px;
}

.ahps-footer__about p:last-child,
.ahps-footer__newsletter-text p:last-child,
.ahps-footer__contact-richtext p:last-child {
    margin-bottom: 0;
}

.ahps-footer__about strong {
    color: var(--ahps-area-title, var(--ahps-footer-heading));
    font-weight: 700;
}

.ahps-footer__about em {
    font-style: italic;
    opacity: .94;
}

.ahps-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahps-footer__list li {
    margin-bottom: 10px;
}

.ahps-footer__list li:last-child {
    margin-bottom: 0;
}

.ahps-footer__list a {
    color: var(--ahps-area-link, var(--ahps-footer-text));
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: opacity .2s ease, transform .2s ease;
    font-family: inherit;
}

.ahps-footer__list a:hover {
    opacity: 1;
    color: var(--ahps-area-hover, var(--ahps-footer-hover, var(--ahps-area-link, var(--ahps-footer-heading))));
    transform: translateX(2px);
}

.ahps-footer__col {
    background: var(--ahps-area-bg, transparent);
    border-radius: 12px;
    padding: 0;
}

.ahps-footer__col[style*="--ahps-area-bg:"] {
    padding: 18px;
}

.ahps-footer__contact-list {
    display: grid;
    gap: 16px;
}

.ahps-footer__contact-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.ahps-footer__contact-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    color: var(--ahps-area-title, var(--ahps-footer-heading));
    font-size: 24px;
}

.ahps-footer__contact-text {
    display: grid;
    gap: 4px;
}

.ahps-footer__contact-text strong {
    color: var(--ahps-area-title, var(--ahps-footer-heading));
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.ahps-footer__contact-text a {
    color: var(--ahps-area-link, var(--ahps-footer-text));
    font-size: 16px;
    line-height: 1.45;
    text-decoration: none;
}

.ahps-footer__contact-text a:hover,
.ahps-footer__social-link:hover {
    color: var(--ahps-area-hover, var(--ahps-footer-hover, var(--ahps-area-link, var(--ahps-footer-heading))));
}

.ahps-footer__contact-richtext {
    color: var(--ahps-area-text, var(--ahps-footer-text));
    font-size: 16px;
    line-height: 1.45;
}

.ahps-footer__bottom {
    margin-top: 44px;
}

.ahps-footer__bottom p {
    margin: 0;
    color: var(--ahps-footer-text);
    font-size: 16px;
    line-height: 1.4;
}

.ahps-footer__bottom strong {
    color: var(--ahps-footer-heading);
}

.ahps-footer__logo-wrap {
    margin-bottom: 18px;
}

.ahps-footer__logo {
    display: block;
    width: 100%;
    height: auto;
}

.ahps-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ahps-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: var(--ahps-area-link, var(--ahps-footer-text));
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.ahps-footer__newsletter-text {
    margin: 0 0 16px;
    color: var(--ahps-area-text, var(--ahps-footer-text));
    font-size: 15px;
    line-height: 1.6;
}

.ahps-footer__newsletter {
    display: grid;
    gap: 10px;
    max-width: 360px;
}

.ahps-footer__newsletter-input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.12);
    color: var(--ahps-area-text, #fff);
    padding: 0 14px;
}

.ahps-footer__newsletter-input::placeholder {
    color: rgba(255,255,255,.72);
}

.ahps-footer__newsletter-button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--ahps-area-hover, var(--ahps-footer-hover, #4319b9));
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .ahps-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 24px;
    }
}

@media (max-width: 768px) {
    .ahps-footer {
        margin-top: 28px;
    }

    .ahps-footer__inner {
        padding: 28px 18px 22px;
    }

    .ahps-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ahps-footer__title {
        margin-bottom: 14px;
        font-size: 19px;
    }

    .ahps-footer__about,
    .ahps-footer__list a,
    .ahps-footer__contact-text a,
    .ahps-footer__contact-richtext {
        font-size: 16px;
    }

    .ahps-footer__contact-item {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
    }

    .ahps-footer__contact-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .ahps-footer__contact-text strong {
        font-size: 17px;
    }

    .ahps-footer__bottom {
        margin-top: 36px;
    }

    .ahps-footer__bottom p {
        font-size: 16px;
    }
}

.ahps-footer--footer_2 {
    margin-top: 0;
    border-top: 1px solid #dfe3e8;
    color: var(--ahps-footer2-content, #272b31);
    background: var(--ahps-footer2-bg, #ffffff);
    font-family: Arial, Helvetica, sans-serif;
}

.ahps-footer--footer_2 .ahps-footer__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 64px 70px 66px;
}

.ahps-footer2__grid {
    width: min(100%, 1620px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(310px, 1.15fr) repeat(2, minmax(245px, .95fr)) minmax(340px, 1.2fr);
    align-items: start;
}

.ahps-footer2__brand,
.ahps-footer2__column,
.ahps-footer2__contact {
    min-width: 0;
    min-height: 312px;
    padding: 0 52px;
    color: var(--ahps-area-text, var(--ahps-footer2-content, #272b31));
    background: var(--ahps-area-bg, transparent);
}

.ahps-footer2__brand {
    padding-left: 24px;
}

.ahps-footer2__column,
.ahps-footer2__contact {
    border-left: 1px solid #e4e6e9;
}

.ahps-footer2__contact {
    padding-right: 0;
}

.ahps-footer2__bag {
    width: 52px;
    height: 58px;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    color: var(--ahps-area-hover, var(--ahps-footer2-hover, #0968c7));
    font-size: 55px;
    line-height: 1;
}

.ahps-footer2__brand h2 {
    max-width: 310px;
    margin: 0;
    color: var(--ahps-area-title, var(--ahps-footer2-title, #15191f));
    font-size: 24px;
    font-weight: 700;
    line-height: 1.34;
}

.ahps-footer2__grid h3 {
    margin: 0;
    color: var(--ahps-area-title, var(--ahps-footer2-title, #15191f));
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ahps-footer2__line {
    display: block;
    width: 32px;
    height: 2px;
    margin: 20px 0 29px;
    background: var(--ahps-area-hover, var(--ahps-footer2-hover, #0968c7));
}

.ahps-footer2__brand .ahps-footer2__line {
    margin: 19px 0 25px;
}

.ahps-footer2__copy p,
.ahps-footer2__contact-row p {
    margin: 0;
}

.ahps-footer2__copy {
    color: var(--ahps-area-text, var(--ahps-footer2-content, #272b31));
    font-size: 16px;
    line-height: 1.7;
}

.ahps-footer2__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahps-footer2__list li {
    position: relative;
    margin: 0;
    padding: 0;
}

.ahps-footer2__list li::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 0;
    color: #727880;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-52%);
    pointer-events: none;
}

.ahps-footer2__list a {
    min-height: 43px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    color: var(--ahps-area-link, var(--ahps-footer2-content, #272b31));
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.ahps-footer2__list a:hover,
.ahps-footer2__list a:focus-visible,
.ahps-footer2__contact a:hover,
.ahps-footer2__contact a:focus-visible {
    color: var(--ahps-area-hover, var(--ahps-footer2-hover, #0968c7));
}

.ahps-footer2__list a:hover,
.ahps-footer2__list a:focus-visible {
    padding-left: 4px;
}

.ahps-footer2__contact-row {
    margin: 0 0 21px;
    display: flex;
    align-items: flex-start;
    gap: 21px;
    color: var(--ahps-area-link, var(--ahps-footer2-content, #272b31));
    font-size: 16px;
    line-height: 1.55;
    text-decoration: none;
}

.ahps-footer2__contact-row > i {
    width: 24px;
    flex: 0 0 24px;
    margin-top: 1px;
    font-size: 24px;
    line-height: 1;
}

.ahps-footer2__hours {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid #e4e6e9;
}

@media (max-width: 1150px) {
    .ahps-footer--footer_2 .ahps-footer__inner {
        padding-right: 34px;
        padding-left: 34px;
    }

    .ahps-footer2__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 0;
    }

    .ahps-footer2__brand,
    .ahps-footer2__column,
    .ahps-footer2__contact {
        padding: 0 38px;
    }

    .ahps-footer2__brand,
    .ahps-footer2__column:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .ahps-footer--footer_2 .ahps-footer__inner {
        padding: 32px 18px 36px;
    }

    .ahps-footer2__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
    }

    .ahps-footer2__brand,
    .ahps-footer2__contact {
        grid-column: 1 / -1;
    }

    .ahps-footer2__brand,
    .ahps-footer2__column,
    .ahps-footer2__contact {
        min-height: 0;
        padding: 26px 0;
        border-left: 0;
        border-bottom: 1px solid #e4e6e9;
    }

    .ahps-footer2__brand {
        padding-top: 0;
    }

    .ahps-footer2__column {
        padding-right: 10px;
    }

    .ahps-footer2__column + .ahps-footer2__column {
        padding-right: 0;
        padding-left: 20px;
        border-left: 1px solid #e4e6e9;
    }

    .ahps-footer2__contact {
        padding: 27px 0 0;
        border-bottom: 0;
    }

    .ahps-footer2__bag {
        width: 44px;
        height: 50px;
        margin-bottom: 18px;
        font-size: 48px;
    }

    .ahps-footer2__brand h2 {
        font-size: 21px;
    }

    .ahps-footer2__copy,
    .ahps-footer2__contact-row {
        font-size: 14px;
    }

    .ahps-footer2__grid h3 {
        font-size: 14px;
        letter-spacing: .03em;
    }

    .ahps-footer2__line {
        width: 28px;
        margin: 13px 0 16px;
    }

    .ahps-footer2__list a {
        min-height: 37px;
        gap: 7px;
        font-size: 13px;
    }

    .ahps-footer2__contact-row {
        margin-bottom: 16px;
        gap: 14px;
    }

    .ahps-footer2__contact-row > i {
        width: 20px;
        flex-basis: 20px;
        font-size: 20px;
    }

    .ahps-footer2__hours {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 420px) {
    .ahps-footer2__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ahps-footer2__brand,
    .ahps-footer2__contact {
        grid-column: auto;
    }

    .ahps-footer2__column,
    .ahps-footer2__column + .ahps-footer2__column {
        padding: 23px 0;
        border-left: 0;
        border-bottom: 1px solid #e4e6e9;
    }
}

.ahps-footer--footer_3 {
    margin-top: 0;
    color: var(--ahps-footer3-content, #d0d6de);
    background:
        radial-gradient(circle at 88% 15%, rgba(34, 63, 91, .28), transparent 30%),
        var(--ahps-footer3-bg, #101f2e);
    font-family: Arial, Helvetica, sans-serif;
}

.ahps-footer--footer_3 .ahps-footer__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 38px 72px 46px;
}

.ahps-footer3__grid {
    width: min(100%, 1580px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(270px, 1.08fr) minmax(230px, 1fr) minmax(250px, 1fr) minmax(330px, 1.18fr);
    align-items: start;
}

.ahps-footer3__brand,
.ahps-footer3__column,
.ahps-footer3__contact {
    min-width: 0;
    padding: 0 52px;
    color: var(--ahps-area-text, var(--ahps-footer3-content, #d0d6de));
    background: var(--ahps-area-bg, transparent);
}

.ahps-footer3__brand {
    padding-left: 0;
}

.ahps-footer3__column,
.ahps-footer3__contact {
    min-height: 288px;
    border-left: 1px solid rgba(219, 225, 232, .13);
}

.ahps-footer3__contact {
    padding-right: 0;
}

.ahps-footer3__leaf {
    width: 74px;
    height: 46px;
    margin: 0 auto 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ahps-area-hover, var(--ahps-footer3-hover, #d2a153));
    font-size: 56px;
    line-height: 1;
    transform: rotate(-18deg);
}

.ahps-footer3__logo {
    width: auto;
    max-height: 58px;
    margin: 0 auto 9px;
    display: block;
    object-fit: contain;
}

.ahps-footer3__brand h2 {
    margin: 0;
    color: var(--ahps-area-title, var(--ahps-footer3-title, #ffffff));
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
}

.ahps-footer3__subtitle {
    margin: 4px 0 23px;
    color: var(--ahps-area-title, var(--ahps-footer3-title, #ffffff));
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .22em;
    text-align: center;
    text-transform: uppercase;
}

.ahps-footer3__description {
    max-width: 275px;
    margin: 0 auto;
    color: var(--ahps-area-text, var(--ahps-footer3-content, #d0d6de));
    font-size: 15px;
    line-height: 1.65;
}

.ahps-footer3__description p,
.ahps-footer3__contact-row p {
    margin: 0;
}

.ahps-footer3__grid h3 {
    margin: 0;
    color: var(--ahps-area-title, var(--ahps-footer3-title, #ffffff));
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ahps-footer3__line {
    display: block;
    width: 46px;
    height: 2px;
    margin: 17px 0 25px;
    background: var(--ahps-area-hover, var(--ahps-footer3-hover, #d2a153));
}

.ahps-footer3__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahps-footer3__list li {
    position: relative;
    margin: 0;
    padding: 0;
}

.ahps-footer3__list li::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 0;
    color: #c8cdd4;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-52%);
    pointer-events: none;
}

.ahps-footer3__list a {
    min-height: 39px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    color: var(--ahps-area-link, var(--ahps-footer3-content, #d0d6de));
    font-size: 15px;
    line-height: 1.25;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.ahps-footer3__list a:hover,
.ahps-footer3__list a:focus-visible,
.ahps-footer3__contact a:hover,
.ahps-footer3__contact a:focus-visible {
    color: var(--ahps-area-hover, var(--ahps-footer3-hover, #d2a153));
}

.ahps-footer3__list a:hover,
.ahps-footer3__list a:focus-visible {
    padding-left: 4px;
}

.ahps-footer3__contact-row {
    margin: 0 0 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: var(--ahps-area-link, var(--ahps-footer3-content, #d0d6de));
    font-size: 15px;
    line-height: 1.55;
    text-decoration: none;
}

.ahps-footer3__contact-row > i {
    width: 23px;
    flex: 0 0 23px;
    margin-top: 1px;
    font-size: 23px;
    line-height: 1;
}

@media (max-width: 1150px) {
    .ahps-footer--footer_3 .ahps-footer__inner {
        padding-right: 36px;
        padding-left: 36px;
    }

    .ahps-footer3__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 0;
    }

    .ahps-footer3__brand,
    .ahps-footer3__column,
    .ahps-footer3__contact {
        padding: 0 38px;
    }

    .ahps-footer3__brand,
    .ahps-footer3__column:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .ahps-footer--footer_3 .ahps-footer__inner {
        padding: 28px 18px 30px;
    }

    .ahps-footer3__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
    }

    .ahps-footer3__brand,
    .ahps-footer3__contact {
        grid-column: 1 / -1;
    }

    .ahps-footer3__brand,
    .ahps-footer3__column,
    .ahps-footer3__contact {
        min-height: 0;
        padding: 26px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(219, 225, 232, .13);
    }

    .ahps-footer3__brand {
        padding-top: 0;
    }

    .ahps-footer3__leaf {
        width: 64px;
        height: 40px;
        font-size: 48px;
    }

    .ahps-footer3__brand h2 {
        font-size: 18px;
    }

    .ahps-footer3__subtitle {
        margin-bottom: 17px;
        font-size: 11px;
    }

    .ahps-footer3__description {
        max-width: 340px;
        text-align: center;
        font-size: 14px;
        line-height: 1.55;
    }

    .ahps-footer3__column {
        padding-right: 10px;
    }

    .ahps-footer3__column + .ahps-footer3__column {
        padding-right: 0;
        padding-left: 20px;
        border-left: 1px solid rgba(219, 225, 232, .13);
    }

    .ahps-footer3__grid h3 {
        font-size: 15px;
        letter-spacing: .09em;
    }

    .ahps-footer3__line {
        width: 38px;
        margin: 12px 0 14px;
    }

    .ahps-footer3__list a {
        min-height: 36px;
        gap: 8px;
        font-size: 13px;
    }

    .ahps-footer3__contact {
        padding: 26px 0 0;
        border-bottom: 0;
    }

    .ahps-footer3__contact-row {
        margin-bottom: 16px;
        gap: 14px;
        font-size: 14px;
        line-height: 1.45;
    }

    .ahps-footer3__contact-row > i {
        width: 20px;
        flex-basis: 20px;
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .ahps-footer3__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ahps-footer3__brand,
    .ahps-footer3__contact {
        grid-column: auto;
    }

    .ahps-footer3__column,
    .ahps-footer3__column + .ahps-footer3__column {
        padding: 24px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(219, 225, 232, .13);
    }

    .ahps-footer3__list a {
        min-height: 34px;
    }
}

.ahps-footer--footer_6 {
    --ahps-footer-heading: var(--ahps-footer6-content, #ffffff);
    --ahps-footer-text: var(--ahps-footer6-content, #ffffff);
    --ahps-footer-hover: var(--ahps-footer6-hover, #12c79c);
    margin-top: 0;
    color: rgba(255, 255, 255, .86);
    background: var(--ahps-footer6-bg, #061d35);
    font-family: Arial, Helvetica, sans-serif;
}

.ahps-footer--footer_6 .ahps-footer__inner {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 10px 30px 12px;
}

.ahps-footer6__top {
    display: grid;
    grid-template-columns: 1.1fr .86fr 1.2fr;
    gap: 70px;
    align-items: start;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(18, 199, 156, .22);
}

.ahps-footer6__brand,
.ahps-footer6__company,
.ahps-footer6__contact {
    min-width: 0;
}

.ahps-footer6__logo-link {
    display: inline-flex;
    width: 156px;
    text-decoration: none;
}

.ahps-footer6__logo {
    display: block;
    width: 100%;
    height: auto;
}

.ahps-footer6__brand-copy {
    max-width: 250px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.ahps-footer6__brand-copy p,
.ahps-footer6__contact-item p {
    margin: 0;
}

.ahps-footer6__title {
    margin: 12px 0;
    color: var(--ahps-footer6-hover, #12c79c);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ahps-footer6__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahps-footer6__list li {
    margin: 0 0 12px;
}

.ahps-footer6__list a,
.ahps-footer6__contact a {
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.ahps-footer6__list a:hover,
.ahps-footer6__contact a:hover,
.ahps-footer6__legal a:hover {
    color: var(--ahps-footer6-hover, #12c79c);
}

.ahps-footer6__contact-list {
    display: grid;
    gap: 3px;
}

.ahps-footer6__contact-item {
    display: grid;
    grid-template-columns: 23px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.12;
}

.ahps-footer6__icon {
    width: 19px;
    height: 19px;
    color: rgba(255, 255, 255, .78);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.ahps-footer6__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding-top: 9px;
}

.ahps-footer6__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ahps-footer6__legal {
    display: flex;
    align-items: center;
    gap: 17px;
}

.ahps-footer6__legal a {
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.ahps-footer6__legal span {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 900px) {
    .ahps-footer6__top {
        grid-template-columns: 1fr 1fr;
        gap: 28px 46px;
    }

    .ahps-footer6__contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .ahps-footer--footer_6 .ahps-footer__inner {
        padding: 18px 18px 14px;
    }

    .ahps-footer6__top {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 18px;
    }

    .ahps-footer6__title {
        margin-top: 0;
    }

    .ahps-footer6__brand-copy {
        max-width: none;
    }

    .ahps-footer6__bottom {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 12px;
    }
}
