

/* Start:/local/templates/main/styles.css?17876353231095*/
.constructor-panel {
    background-color: rgba(77, 198, 197, .7);
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 1.6rem;
    pointer-events: none;
    width: 100%;
}

.constructor-panel .btn-secondary, .constructor-panel .ui-button, .constructor-panel .ui-button._tertiary {
    align-items: center;
    color: black;
    display: flex;
    justify-content: center;
    pointer-events: all;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* Верхние ссылки справа — подписи в одну строку, список по X с кнопкой */
.header .dropdown._type-2 .dropdown__content {
    left: 0;
    min-width: 22rem;
    right: auto;
    width: max-content;
}

.header .dropdown._type-2 .header__list-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .header .dropdown._type-2 .dropdown__content {
        left: 0;
        min-width: 24rem;
        width: max-content;
    }
}
/* End */
/* /local/templates/main/styles.css?17876353231095 */
