.menu-tree {
    background: #1E1F26;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    color: var(--main-text-color);
    display: none;
    overflow: scroll;
}
.menu-item.gradient-bg > a {
    background: linear-gradient(90deg, #21232C 0%, #2D303A 72%);
}
.tree {
    --spacing: 1.5rem;
    --radius: 10px;
    margin-top: 10%;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.tree details li {
    padding-left: 20px;
}
.tree li {
    display: block;
    position: relative;
    font-family: "Roboto Light";
    font-size: 18px;
    padding-bottom: 5px;
}

.tree li a {
    color: var(--text-color-header);
}

.tree {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}

.tree .parent {
    border-left: none;
}

.tree li:last-child {
    border-color: transparent;
}

.tree .parent::before {
    display: none;
}

/*.tree li::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / -2.5);
    left: -1px;
    width: calc(var(--spacing) + 10px);
    height: calc(var(--spacing) + 4px);
    border: dotted var(--text-color-header);
    border-width: 0 0 1px 1px;
}*/

.tree-copyright {
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 25px;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: var(--text-color-header);
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    padding-bottom: 30px;
}

.tree-copyright-line {
    width: 10%;
    height: 1px;
    background: gray;
    margin: 0 2%;
}

.header-point,
.header-point-second {
    font-size: 18px;
    font-family: "Roboto Medium";
    text-transform: uppercase;
    color: var(--main-text-color);
}

.header-point-second {
    text-transform: initial;
}

/* Подсвечивание активного пункта меню первого уровня */
.tree li.active > details > summary {
    color: var(--main-links-color);
}

/* Подсвечивание активного пункта на любом уровне */
.tree a.active-item,
.tree summary.active-item {
    color: var(--main-links-color);
}

.tree summary {
    display: block;
    cursor: pointer;

}

.tree li:first-child::before {
    display: none;
}

.tree li details {
    padding-top: 10px;
}

.tree summary::marker,
.tree summary::-webkit-details-marker {
    display: none;
}

.tree summary:focus {
    outline: none;
}

.tree summary:focus-visible {
    outline: 1px dotted #000;
}

.close-btn-menu-tree {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 8%;
    right: 5%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn-menu-tree::before,
.close-btn-menu-tree::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color-header);
}

.close-btn-menu-tree::before {
    transform: rotate(45deg);
}

.close-btn-menu-tree::after {
    transform: rotate(-45deg);
}

.tree li.active > details > summary {
    color: var(--main-links-color) !important;
}

.tree li.active > a {
    color: var(--main-links-color) !important;
}
.tree li a.active-item,
.tree li details summary.active-item {
    color: var(--main-links-color) !important;
}

.social-icons-burger-menu .social-icons-burger-menu__item {
    margin: 0 20px 0 0;
}
.phone-number-burger-menu {
    padding-top: 20px;
    color: var(--text-color-header);
}
.bid-btn-burger-menu:hover {
    cursor: pointer;
    transition: 0.5s ease-in-out;
    background-color: var(--main-links-color);
    border: 1px solid var(--main-links-color);
}
.bid-btn-burger-menu {
    height: 74px;
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 100%;
}
.bid-btn-burger-menu .icon{
    padding-left: 15px;
    font-size: 18px;
}
.logo-burger-menu {
    padding-top: 20px;
    text-align: center;
}
.policy-burger-menu {
    padding-top: 20px;
    text-align: center;
    font-family: Roboto Light;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--text-color-header);
}
.social-icons-burger-menu {
    display: flex;
    padding-top: 20px;
}
