.constructor-menu {
    position: sticky;
    top: 62px;
    background: #F3F4F6;
    box-sizing: border-box;
    padding: 20px 0;
    z-index: 11;
	border-bottom: 1px solid #999999;
}

.constructor-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.constructor-menu__item {
    border-radius: 2px;
    padding: 0 14px;
    line-height: 25px;
    height: 27px;
    margin: 0;
	text-transform: uppercase;
}

.constructor-menu__item:before,
.constructor-menu__item:after {
    display: none;
}

.constructor-menu__link {
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #999999;
    text-decoration: none;
}

.bottom-icons-panel:not(.bottom-icons-panel-constructor) {
    display: none !important;
}

.bottom-icons-panel {
    display: none;
}

@media (max-width: 768px) {
    .constructor-menu {
        display: none;
    }
}