

/* Start:/local/templates/main/styles.css?17876363761589*/
.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 !important;
    min-width: 22rem;
    right: auto !important;
    transform: translateY(10px) !important;
    width: max-content;
}

.header .dropdown._type-2 .header__list-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    white-space: nowrap;
}

.service-card__icon:has(img) {
    bottom: 0.4rem;
    right: 1.2rem;
}

.service-card__icon img {
    display: block;
    height: 7.2rem;
    object-fit: contain;
    transition: filter .3s cubic-bezier(.61, 1, .88, 1);
    width: 7.2rem;
}

.service-card:hover .service-card__icon img {
    filter: brightness(0) invert(1);
}

.service-card:hover .service-card__icon svg {
    color: #fff;
}

@media (max-width: 1023px) {
    .header .dropdown._type-2 .dropdown__content {
        left: 0 !important;
        min-width: 24rem;
        width: max-content;
    }
}
/* End */
/* /local/templates/main/styles.css?17876363761589 */
