.op__menu {
    background: #050A16;
}

.op__menu .op__block {
    margin-bottom: 0;
}

.op__menu__inner {
    display: flex;
    padding: 3.33rem 1.11rem 1.66rem;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .op__menu__inner {
        flex-direction: column;
    }
}

.op__menu__links {
    display: flex;
}

@media (max-width: 767px) {
    .op__menu__links {
        margin-bottom: 1.11rem;
        flex-wrap: wrap;
        padding-right: 3.88rem;
    }
}

.op__menu__links a {
    display: block;
    margin-right: 1.66rem;
    border-radius: 50px;
    transition: all 0.1s ease-in-out;
    color: #fff;
}

.op__menu__links a:last-child {
    margin-right: 0;
}

.op__menu__links a:hover, .op__menu__links a:active, .op__menu__links a:focus {
    color: #e4e9f0;
}

.op__menu__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 1.66rem;
    white-space: nowrap;
    width: 100%;
}

.op__menu__logo img {
    height: 1.66rem;
    width: 1.66rem;
    position: relative;
    top: -1px;
    margin-right: 0.55rem;
}

.op__menu__logo__container {
    display: flex;
    align-items: center;
    padding: 0 1.55rem 0 0;
}

@media (max-width: 991px) {
    .op__menu__logo__container .name,
    .op__menu__logo__container .descr {
        display: none;
    }
}

@media (max-width: 767px) {
    .op__menu__logo__container {
        margin-bottom: 1.11rem;
    }
    .op__menu__logo__container .name,
    .op__menu__logo__container .descr {
        display: block;
    }
}

.op__menu__logo__name {
    font-size: 1.44rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*max-width: 90%;*/
    display: block;
}

.op__menu__logo__descr {
    margin-left: 1.11rem;
    padding-left: 1.11rem;
    height: 2.22rem;
    line-height: 2.27rem;
    border-left: 1px solid #4f4f7a;
    color: #6285B5;
}
