@media (max-width: 767px) {
    .pso-logo {
/*        background-size: 70px;  */
        background: url(/assets/images/logo-brand.png) -18px 50% no-repeat !important;
        padding-left: 70px !important;
        background-size: contain !important;
    }    
    .service_name {
        font-size: 14px !important;
    }
    .pso-nav .pso-nav__item:hover {
    border-top: none;
    border-bottom: 0;
    padding: 0px !important;
    color: #ffffff !important;
    font-weight: 700;
}
}

@media (max-width: 767px) {
    .pso-nav {
        position: fixed;
        top: 64px;
        right: -100%;
        /* Начальное положение за границей экрана */
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: #000 !important;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        transition: right 0.3s ease-in-out;
        /* Анимация перемещения меню вправо */
    }

    .pso-nav-show {
        right: -100px;
        /* Конечное положение на экране */
    }

    .pso-nav-burger {
        width: 32px;
        height: 27px;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1001;
    }

    .pso-nav-burger__line {
        width: 100%;
        height: 3px;
        background-color: #6e6e6e;
        margin-bottom: 5px;
    }

    .pso-nav-burger__line:last-child {
        margin-bottom: 0;
    }

    .pso-nav-show {
        display: flex !important;
        flex-direction: column;
    }

    .pso-nav-show {
        background-color: black !important;
    }

    .auth_form {
        justify-content: flex-start;
        padding: 15px;
    }

    h1.pikh1 {
        font-size: 3rem;
        margin-top: 2rem;
    }

    .cbaup_row {
        padding: 0px 20px 15px 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .c-bxmaker-authuserphone_login-default-box .cbaup_row .btn_show_password {
        right: 75px;
    }

    .c-bxmaker-authuserphone_login-default-box {
        padding-top: 0px;
    }

    .wrapper {
        flex: 1 1 auto;
        min-height: auto;
    }

    .pso-footer {
        transform: translateY(0px) !important;
    }

    .stof_body {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .pso-header {
        height: auto !important;
    }

    button.pso-button {
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    i.pso-svg-icon_excel-white,
    i.pso-svg-icon_project-blue {
        margin: 0 0 10px 0;
    }

    span.pso-button__text {
        display: flex;
        line-height: normal;
        white-space: break-spaces;
    }

    .pso-layout.pso-layout_main {
        padding: 0;
    }

    .pso-svg-icon_lg {
        width: 40px;
        height: 50px;
    }

    .pso-heading_h3 {
        margin-top: 0em !important;
    }

    .modal-content {
        border-radius: 2rem !important;
        padding: 30px 20px 48px 20px !important;
    }

    .btn_rasschet,
    .btn-export,
    .btn_import {
        padding: 10px 20px !important;
    }

    button.btn_rasschet:before,
    button.btn_import:before,
    button.btn-export:before {
        left: 0;
    }

    .raschet-text_mobile,
    .export-text_mobile,
    button.btn_import span {
        display: none;
    }

    .auth_form .form {
        width: 100%;
        height: auto;
    }

    .pso-footer {
        transform: translateY(0px) !important;
    }

    .pso-button_lg .pso-button__icon {
        margin-right: 0px !important;
    }

    .nav-tabs .nav-link {
        padding: 11px 7px !important;
    }
    h2.system, h2.file, h2.file_load, h2.tables {
    line-height: 24px;
    display: flex;
    align-items: center;
}
h2.system:before {
    background: url(/assets/icons/dark/new-settings.svg) no-repeat;
    width: 53px;
    height: 48px;
}
.help_page ul {
    padding-left: 30px;
}
.help_page>ul {
    padding-left: 5px;
}
app-project-new-modal .modal-title {
    font-size: 25px !important;
}


}