

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/proizv_list/style.css?17804249953082*/
.manufacturer-page-intro {
    max-width: 900px;
    margin: 8px 0 24px;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
}

.manufacturer-page-intro h2 {
    margin: 0 0 12px;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.manufacturer-page-intro p {
    margin: 0;
}

.manufacturer-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0 10px;
}

.manufacturer-card {
    display: flex;
    min-height: 150px;
    padding: 22px;
    align-items: center;
    gap: 20px;
    color: #2b2b2b;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.manufacturer-card:hover,
.manufacturer-card:focus {
    color: #2b2b2b;
    border-color: #ff6a00;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    text-decoration: none;
    transform: translateY(-2px);
}

.manufacturer-card__logo-wrap {
    display: flex;
    width: 128px;
    height: 78px;
    flex: 0 0 128px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.manufacturer-card__logo {
    display: block;
    max-width: 104px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.manufacturer-card__text-logo {
    display: block;
    padding: 0 8px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.manufacturer-card__body {
    display: block;
    min-width: 0;
}

.manufacturer-card__name {
    display: block;
    margin-bottom: 8px;
    color: #00649b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.manufacturer-card__desc {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

.manufacturer-card__action {
    display: inline-block;
    margin-top: 14px;
    color: #ff6a00;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.manufacturer-page-note {
    max-width: 980px;
    margin: 34px 0 10px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.manufacturer-page-note h2 {
    margin: 0 0 12px;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.manufacturer-page-note p {
    margin: 0;
}

@media (max-width: 1199px) {
    .manufacturer-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .manufacturer-list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .manufacturer-card {
        min-height: 128px;
        padding: 16px;
        gap: 14px;
    }

    .manufacturer-card__logo-wrap {
        width: 104px;
        height: 68px;
        flex-basis: 104px;
    }

    .manufacturer-card__logo {
        max-width: 84px;
        max-height: 46px;
    }

    .manufacturer-card__name {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/proizv_list/style.css?17804249953082 */
