

/* Start:/local/templates/glavdent/components/bitrix/news/manufactures/bitrix/news.list/.default/style.css?17793693213369*/
.manufacturers {
    margin-bottom: 60px;
}
.manufacturers h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 138%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.manufacturers-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.manufacturers-item {
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgba(240, 240, 240, 0.1);
    border: 1px solid rgba(30, 30, 30, 0.05);
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.manufacturers-item:hover {
    border: 1px solid var(--thirdy-color);;
}
.catalog__container-filter-block-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    color: #00adc7;
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.catalog__container-filter-block-title::before {
    content: ' ';
    display: block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6H20M5 10.5H17M8 15H14" stroke="%2300ADC7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
    background-repeat: no-repeat;
}
.manufacturers__info {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    align-items: center;
}
.manufacturers__info-items {
    display: flex;
}
.manufacturers__info-item {
    padding: 8px 20px;
    background: #e2f3f6;
    color: #00adc7;
    cursor: pointer;
}
.manufacturers__info-item.active {
    background: #00adc7;
    color: #fff;
}
.manufacturers__info-item:first-child {
    border-radius: 8px 0 0 8px;
}
.manufacturers__info-item:last-child {
    border-radius: 0 8px 8px 0;
}
@media (max-width: 1208px) {
    .manufacturers {
        margin-bottom: 40px;
    }
    .manufacturers h1 {
        font-size: 22px;
        line-height: 109%;
    }
    .manufacturers-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .manufacturers__info {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .manufacturers-detali-block {
        flex-direction: column;
    }
    .manufacturers-detali-block-info h1 {
        display: none;
    }
    .mobile-title {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 122%;
        text-transform: uppercase;
    }
    .content-product-card-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .manufacturers-detali-product h2 {
        font-size: 22px;
        line-height: 109%;
    }
    .content-product-card-items .product-item-container:nth-child(13) .content-product.part,
    .content-product-card-items .product-item-container:nth-child(4) .content-product.part {
        border-radius: 0
    }
    .content-product-card-items .product-item-container:nth-child(2) .content-product.part {
        border-radius: 0 20px 0 0
    } 
    .content-product-card-items .product-item-container:nth-child(15) .content-product.part {
        border-radius: 0 0 0 20px;
    }
    .manufacturers-detali-product, .manufacturers-detali {
        margin-bottom: 40px;
    }
}
/* End */
/* /local/templates/glavdent/components/bitrix/news/manufactures/bitrix/news.list/.default/style.css?17793693213369 */
