@media (max-width: 1300px) {
    .tree {
        margin-left: 0;
        justify-content: stretch;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;

    }
    .tree li {
        width: 100%;
    }
    /*details[open] > summary:first-of-type {
        color: var(--main-links-color);
    }*/
    .tree {
        align-items: center;
        flex-direction: column;
    }
    .menu-tree {
        overflow: auto;
        flex-direction: column;
        z-index: 11;
    }
    .close-btn-menu-tree {
        top: 40px;
    }

    .social-icons-burger-menu {
        display: flex;
        padding-top: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .info-block-burger-menu {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }

    .tree-copyright-line {
        width: 25%;
    }


    .tree li a {
        font-size: 16px;
    }

    .tree-copyright {
        margin-bottom: 0;
        padding: 15px;
        background-color: #1E1F26;
        position: fixed;
    }
    .tree li.active > details > summary {
        color: white;
    }
}
