<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.producers-brand__items {
    margin-top: 30px;
    width: 105.7%;
}

.producers-brand__items .producers-brand__item {
    height: 202px;
    width: 30%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 16px;
    overflow: hidden;
}

.producers-brand__item .producers-brand__item-title {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 9px;
}

.producers-brand__item .producers-brand__item-title_image {
    width: 50%;
    margin-right: 4%;
    float: left;
}

.producers-brand__item .producers-brand__item-title_image img {
    max-width: 100%;
}

.producers-brand__item .producers-brand__item-title_name {
    width: 46%;
    float: left;
}

.producers-brand__item .producers-brand__item-title_name h3 {
    color: #3f4448;
    text-decoration: underline; 
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: normal;
}
.producers-brand__item .producers-brand__item-title_name span {
    color: #6b737a;
    font-size: 15px;
    text-transform: uppercase;
}


.producers-brand__item .producers-brand__item-description {
    padding-top: 12px;
    color: #3f4448;
    font-size: 13px;
    line-height: 17px;
}


.producer_detail {
    margin-bottom: 20px;
}

.producer_detail .producer_detail-title {
    width: 31.62%;
    float: left;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 28px 0;
    font-size: 13px;
}

.producer_detail .producer_detail-title .producer_detail-title_info {
    margin-top: 20px;
}

.producer_detail .producer_detail-title .producer_detail-title_info div {
    margin-bottom: 5px;
}

.producer_detail .producer_detail-title a {
    color: #327dad;
    text-decoration: underline;
}

.producer_detail .producer_detail-title img {
    max-width: 100%;
}

.producer_detail .producer_detail-description {
    width: 65.81%;
    float: right;
    font-size: 15px;
    color: #3f4448;
}

.producer_detail .producer_detail-description p {
    margin-bottom: 5px;
}

.brand_tab_icon_izd:before, 
.brand_tab_icon_osn:before,
.brand_tab_icon_zap:before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 25px;
    background-image: url(/static/adopt/brands/icons_brands.png)
}

.brand_tab_icon_izd:before {
    
    background-position: 0 0;
}

.brand_tab_icon_osn:before {
    width: 22px;
    background-position: -25px 0;
}

.brand_tab_icon_zap:before {
    background-position: -47px 0;
}

.tabs_arrows_brand_categories .tabs_arrows_icons a:before {
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .producers-brand__items .producers-brand__item {
        width: 46%;
    }

    .producers-brand__items .producers-brand__item {
        height: 220px;
    }
}

@media screen and (max-width: 600px) {
    .producers-brand__items .producers-brand__item {
        width: 95%;
    }
}</pre></body></html>