.site-footer.footer {
    background:
        radial-gradient(circle at 10% 0, rgba(239, 165, 111, .12), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fffaf6 100%);
    border: 1px solid #eadfd6;
    border-radius: 24px 24px 0 0;
    bottom: auto;
    box-shadow: 0 -10px 32px rgba(73, 56, 44, .07);
    color: #6c6661;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    left: auto;
    margin-left: 5px;
    margin-top: 26px;
    padding: 30px 30px 20px;
    position: static;
    right: auto;
    width: calc(100% - 5px);
}

.site-footer-main {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(135px, .75fr));
}

.site-footer-brand {
    max-width: 430px;
}

.site-footer-logo {
    color: #302b27;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1;
    text-decoration: none;
}

.site-footer-logo span {
    color: #e1854f;
}

.site-footer-logo:hover,
.site-footer-logo:focus {
    color: #302b27;
    text-decoration: none;
}

.site-footer-brand > p {
    font-size: 12px;
    line-height: 1.7;
    margin: 14px 0 16px;
    max-width: 410px;
}

.site-footer-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.site-footer-highlights span {
    align-items: center;
    background: #fff;
    border: 1px solid #eee3da;
    border-radius: 999px;
    color: #5d5752;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 6px;
    padding: 6px 9px;
}

.site-footer-highlights i {
    color: #df814a;
}

.site-footer-column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.site-footer-column h2 {
    color: #35302c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .035em;
    margin: 2px 0 13px;
    text-transform: uppercase;
}

.site-footer-column > a:not(.site-footer-support) {
    color: #6c6661;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 9px;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.site-footer-column > a:not(.site-footer-support):hover,
.site-footer-column > a:not(.site-footer-support):focus {
    color: #d8753e;
    transform: translateX(2px);
}

.site-footer-help > p {
    font-size: 11px;
    line-height: 1.55;
    margin: 0 0 13px;
}

.site-footer-support {
    align-items: center;
    background: #fff0e4;
    border: 1px solid #f0d8c7;
    border-radius: 11px;
    color: #c96835;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 7px;
    line-height: 1.25;
    padding: 9px 11px;
    text-decoration: none;
}

.site-footer-support:hover,
.site-footer-support:focus {
    background: #ffe8d7;
    color: #b85a2d;
    text-decoration: none;
}

.site-footer-bottom {
    align-items: center;
    border-top: 1px solid #ebe2db;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 17px;
}

.site-footer-adult {
    align-items: center;
    display: flex;
    gap: 10px;
    max-width: 740px;
}

.site-footer-adult > span {
    align-items: center;
    background: #3b3632;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 34px;
    font-size: 11px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
}

.site-footer-adult p,
.site-footer-copyright {
    font-size: 10px;
    line-height: 1.5;
    margin: 0;
}

.site-footer-copyright {
    color: #77716c;
    flex: 0 0 auto;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .site-footer-main {
        grid-template-columns: minmax(240px, 1.35fr) repeat(2, minmax(135px, .8fr));
    }

    .site-footer-help {
        grid-column: 2 / -1;
    }
}

@media (max-width: 767.98px) {
    .site-footer.footer {
        border-radius: 20px 20px 0 0;
        margin-left: 0;
        padding: 25px 19px 86px;
        width: 100%;
    }

    .site-footer-main {
        gap: 25px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-brand {
        grid-column: 1 / -1;
    }

    .site-footer-help {
        grid-column: 1 / -1;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .site-footer-brand,
    .site-footer-help {
        grid-column: auto;
    }

    .site-footer-column {
        border-top: 1px solid #eee5de;
        padding-top: 18px;
    }
}
