.footer {
    width: 100%;
    height: 291px;

    background-color: #080A3E;
}

.footer__content {
    display: flex;
    flex-direction: row;

    margin-bottom: 62px;
    padding-top: 40px;
}

.footer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
    opacity: 0.5;

    margin-left: 405px;
    margin-bottom: 10px;
}

.footer__title_text {
    color: #FFFFFF;
}