

/* Start:/local/templates/webcenter/components/bitrix/catalog.section.list/proizvoditeli/style.css?17619824892784*/
.producers-list__brands-list {
    list-style: none;
    margin: 0;
}
.producers-list__country-title {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 700;
}
.producers-list__collections-list {
    margin: 0 0 10px 0;
    list-style: none;
}
.producers-list__collection-link:hover {
    color: var(--color-primary);
}
.producers-list__brand-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    transition: border .3s ease-in-out;
    cursor: pointer;
    margin-bottom: 58px;
}
.producers-list__toggle-icon {
    height: 12px;
    width: 12px;
    min-width: 12px;
    margin-right: 4px;
    padding: 3px;
    border-radius: 2px;
    background: #D9D9D9;
    color: #818285;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0%;
    font-size: 15px;
}
.producers-list__brand-item:hover, .producers-list__brand-item.is-active {
    border-color: var(--color-primary);
}
.producers-list__brand-item img {
    max-height: 75px;
}

.producers-list__collections-list--hidden {
    display: none;
}
.producers-list__toggle-collections {
    cursor: pointer;
    transition: border .3s ease-in-out;
}
.producers-list__toggle-all-collections {
    margin-bottom: 36px;
    color: var(--color-primary);
}
.producers-list__toggle-collections > * {
    display: flex;
    align-items: center;
}
.producers-list__toggle-collections:hover {
    color: var(--color-primary);
}
.producers-list__toggle-collections:hover path {
    stroke: var(--color-primary);
}
.producers-list__brand-image {
    min-height: 75px;
    margin-bottom: 10px;
}
.producers-list__brand-header {
    display: flex;
   flex-direction: column;
}
.producers-list__brand-info {
    display: flex;
    align-items: center;
}
.producers-list__brand-title {
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    font-size: 20px;
    font-weight: 600;
}
.producers-list__brand-title:hover{
    color: var(--color-primary);
}
.producers-list__brand-title img {
    margin-bottom: 10px;
    width: fit-content;
}
.producers-list__brand-image {
    max-width: 100%;
}
.producers-list__official-link {
    display: inline-block;
    width: 16px;
    height: 16px;
}
a.official_link {
    font-size: 13px;
}
@media (max-width: 768px) {
    .producers-list__country-title {
        margin-bottom: 12px;
        align-items: center;
        gap: 5px;
        font-size: 16px;
        font-weight: 700;
    }
    .producers-list__country-img {
        width: 20px;
    }
    .producers-list__toggle-collections {
        font-size: 12px;
    }
    .producers-list__toggle-all-collections {
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/webcenter/components/bitrix/catalog.section.list/proizvoditeli/style.css?17619824892784 */
