.news-rfq-promo {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
    color: #202124;
    font-family: Scada, Arial, sans-serif;
    margin: 32px 0 40px;
    overflow: hidden;
}

.news-rfq-promo__head {
    align-items: flex-start;
    border-bottom: 1px solid #dedede;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 10px 28px;
}

.news-rfq-promo__head h2 {
    background: inherit;
    color: #202124;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 2px;
}

.news-rfq-promo__head p {
    color: #666666;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
}

.news-rfq-promo__all {
    color: #202124;
    flex: 0 0 auto;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.news-rfq-promo__all:hover {
    color: #000000;
    text-underline-offset: 4px;
    text-decoration: underline !important;
}

.news-rfq-promo__list {
    background: #ffffff;
}

.news-rfq-promo__reply:hover {
    color: #0b65c2;
    text-underline-offset: 4px;
    text-decoration: underline !important;
}

.news-rfq-promo__row {
    align-items: center;
    border-bottom: 1px solid #dedede;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(250px, 1fr) minmax(90px, .28fr) minmax(100px, .34fr) minmax(90px, .28fr) minmax(80px, auto);
    min-height: 58px;
    padding: 8px 28px;
}

.news-rfq-promo__product {
    text-overflow: ellipsis;
}

.news-rfq-promo__name {
    color: #202124;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
}

.news-rfq-promo__size {
    color: #777777;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 2px;
}

.news-rfq-promo__volume,
.news-rfq-promo__country,
.news-rfq-promo__date,
.news-rfq-promo__reply {
    font-size: 16px;
    line-height: 1.2;
}

.news-rfq-promo__volume,
.news-rfq-promo__country,
.news-rfq-promo__date {
    color: #777777;
}

.news-rfq-promo__reply {
    color: #176ec7;
    justify-self: end;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .news-rfq-promo {
        margin: 18px 0 28px;
    }

    .news-rfq-promo__head {
        display: block;
        padding: 16px 18px 18px;
    }

    .news-rfq-promo__head h2 {
        font-size: 26px;
    }

    .news-rfq-promo__head p {
        font-size: 17px;
    }

    .news-rfq-promo__all {
        display: inline-block;
        font-size: 18px;
        margin-top: 12px;
    }

    .news-rfq-promo__row {
        display: grid;
        gap: 8px 14px;
        grid-template-columns: 1fr auto;
        min-height: 0;
        padding: 16px 18px;
    }

    .news-rfq-promo__product {
        grid-column: 1 / -1;
    }

    .news-rfq-promo__name {
        font-size: 19px;
    }

    .news-rfq-promo__size {
        font-size: 16px;
    }

    .news-rfq-promo__volume,
    .news-rfq-promo__country,
    .news-rfq-promo__date {
        font-size: 17px;
    }

    .news-rfq-promo__country,
    .news-rfq-promo__date {
        justify-self: start;
    }

    .news-rfq-promo__reply {
        align-self: end;
        font-size: 18px;
        grid-column: 2;
        grid-row: 2 / 5;
    }
}
