

/* Start:/tag-page/style.css?1763579683114*/
.content__layout__tags {
    display: flex;
    justify-content: normal;
    gap: 20px;
    margin-bottom: 40px;
}
/* End */


/* Start:/local/components/adhesol/menu/templates/left_product/style.css?17634036312296*/
.menu-wrapper__wrap {
    border-bottom: 1px solid var(--color-EDEEEF);

}

.menu-wrapper__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;

    cursor: pointer;
    transition: .3ms;

    a {
        color: var(--color-3F4B69);
        font-size: 16px;
        font-weight: 500;

        &:hover {
            color: var(--color-0074BC);
        }
    }


    svg {
        width: 12px;
        height: 7px;
        flex-shrink: 0;
        stroke: var(--color-0074BC);
        transition: transform 0.3s;
    }

}

.menu-wrapper__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
}

.menu-wrapper__item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    color: var(--color-3F4B69);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: .3ms;

    &:before {
        content: '';
        width: 3px;
        height: 3px;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: var(--color-C9CACC);
        transition: .3ms;
    }

    &:hover {
        color: var(--color-0074BC);

        &:before {
            background-color: var(--color-0074BC);
        }
    }


    &.active {
        color: var(--color-0074BC);
        font-weight: 600;

        &:before {
            background-color: var(--color-0074BC);
        }
    }
}

@media (max-width: 576px) {

    .menu-wrapper__title {
        a {
            font-size: 14px;
        }
        svg{
            width: 9px;
        }
    }

}


.js-accordion_open-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
}

.js-accordion_open-body.open {
    max-height: 500px;
    display: flex;
}

.js-accordion_open.active a {
    color: var(--color-0074BC);
    font-weight: 600;
}

.js-accordion_open svg {
    transition: transform 0.3s ease;
}

.js-accordion_open.open svg {
    transform: rotate(180deg);
}

/* Скрываем стрелку у элементов без контента */
.js-accordion_open.no-arrow svg {
    display: none !important;
}

/* Или альтернативный вариант */
.js-accordion_open:not(.no-arrow) svg {
    display: block;
}




/* End */


/* Start:/local/components/adhesol/tagpage/templates/tagpage/style.css?17635799972110*/
.catalog-term__content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog-term__item {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-C9CACC);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    flex: 0 0 calc(100% / 2 - (20px / 2 * 1));

    &:hover .catalog-term__item-text {
        color: var(--color-028EE4);
    }
}

.catalog-term__img {
    height: 227px;
    width: auto;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.catalog-term__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 0 1 82%;


}

.catalog-term__item-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    color: var(--color-3F4B69);
}

.catalog-term__item-text {
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    transition: color .3s;
}

.catalog-term__item-btn {
    padding: 10px 30px;
    border-radius: 8px;
    color: var(--color-white);
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--color-0074BC);
}

@media (max-width: 576px) {
    .catalog-term__item-name {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .catalog-term__content {
        gap: 12px;
    }

    .catalog-term__item {
        flex: 0 0 calc(100% / 2 - (12px / 2 * 1));
        flex-direction: column;
        padding: 20px;

        &:hover {
            .catalog-term__item-btn {
                display: block;
            }
        }
    }

    .catalog-term__img {
        height: 110px;
    }

    .catalog-term__info {
        gap: 10px;
        flex: 1;
    }

    .catalog-term__item-text {
        font-size: 12px;
    }

    .catalog-term__item-btn {
        font-size: 12px;
        display: none;
    }

}
/* End */
/* /tag-page/style.css?1763579683114 */
/* /local/components/adhesol/menu/templates/left_product/style.css?17634036312296 */
/* /local/components/adhesol/tagpage/templates/tagpage/style.css?17635799972110 */
