/*TODO переделать на сборку*/
.header_phone {
    display: flex;
    align-items: center;
    font-size: 0.90278vw;
    font-weight: 500;
    line-height: 120%;
    color: rgb(151, 165, 208);
    padding-left: 2.66667vw;
    margin-top: -10px;
    padding-bottom: 5px;
}

.header__right {
    flex-basis: unset!important;
}

@media (max-width: 575px) {
    .header__logo {
        width: 65%!important;
        height: 100%!important;
    }
    .header__logo img {
        width: 59.4vmin!important;
    }
}
