.pages-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;

    width: 100%;
    height: 50px;
    z-index: 990;
}

.pages-footer_basement {
    position: relative;
}

.content_right {
    justify-content: flex-end;
}

.pages-footer_distribute-content_justify {
    justify-content: justify;
}

.pages-footer_distribute-content_between {
    justify-content: space-between;
	height: fit-content;
	flex-wrap: wrap;
}

.pages-footer_indent-g_l {
    padding: 0 10px;
}