@media (max-width: 970px) {
    .header__img-balansirovka {
        max-width: 380px;
    }
}
@media (max-width: 920px) {
    .header__img-balansirovka {
        max-width: 350px;
    }
}
@media (max-width: 880px) {
    .header__content-text2 {
        display: none;
    }
    .mob-header__content-text2 {
        display: block;
        margin-bottom: 50px;
    }
    .header__inner-balansirovka {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(32, 32, 32, 0.7)), url(../images/balansirovka-main.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 40px;
    }
    .header__content-text2-list--item,
    .header__content-text2--title {
        color: #fff;
        font-weight: 500;
    }
    .header__content-text2--title,
    .header__content-text2-list--item {
        color: #232323;
        font-weight: 400;
    }
    .header__content-text2--title {
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        line-height: 1.3;
    }
}
