

/* Start:/bitrix/components/ws/producer.list/templates/.default/style.css?1628080930934*/
.bx-title.dbg_title {
    margin-top: 20px;
}

.producer-list .producer-item {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    height: 150px;
    overflow-y: hidden;
}

.producer-title {
    margin-top:0;
    font-weight: bold;
}

.producer-logo {
    float: left;
    max-width: 120px;
    max-height: 100px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.producer-list .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.producer-logo img {
    width: 100%;
    height: 100%;
}

.producer-item:nth-child(1) {
    padding-right: 15px;
}

.producer-item:nth-child(2) {
    padding-left: 15px;
}

.producer-description {
    text-align: justify;
    margin-bottom: 5px
}

.producer-url {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .producer-list .producer-item {
        width: 100%;
        padding: 0 15px;
        height: auto;
        min-height: 150px;
    }
}
/* End */
/* /bitrix/components/ws/producer.list/templates/.default/style.css?1628080930934 */
