.footer_logo {
    float: left;
    margin-right: 20px;
}

.footer_menu a {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.footer_menu {
    margin-bottom: 15px;
}

.footer_text_copy {
    color: #c4c4c4;
}

.footer__right {
    display: flex;
}

.footer__right-mark {
    margin-right: 20px;
    width: 50px;
    background: #f24e4e;
    height: 37px;
    color: white;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__right-text {
    color: #c4c4c4;
}