.page-footer {
    color: #fff;
    background: #412D6F;
}

.site-map {
    padding: 50px 0;
}

.site-map__logo {
    height: 50px;
}

.copyright {
    background: #35245E;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
}

.site-map h2 {
    font-size: 18px;
    font-weight: 600;
}

.site-map__item-1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    max-width: 302px;
}

.site-map__item-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}