.nvosti-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f1f4f6;
}
.nvosti-wrapper .heading-25 {
    margin-bottom: 0px;
    line-height: 29px;
    font-size: 32px;
}

/*РЅРѕРІРѕСЃС‚Рё*/
.nevs-paraart {
    background: #F0F5F7;
}
.nevs-paraart .offers-grid {
    grid-gap: 15px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    position: relative;
    display: grid;
}
.offers-grid3 {
    grid-gap: 15px;
    grid-template-columns: repeat(2,1fr);
    position: relative;
    display: grid;
}
.nevs-paraart .offers-grid__item {}


.offers-grid3 .offers-grid__item {
    height: 150px;
}
.nevs-paraart .list-card__content .nvosti-content {
    margin-top: 0px;
}
.nevs-paraart .list-card__content .nvosti-content .nvosti-title {
    color: #222426;
    margin-bottom: 0em;
    margin-top: 0;
    font-weight: 600;
    max-height: 5em;
    line-height: 1.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nevs-paraart .list-card__content .nvosti-content .nvosti-title {
    font-size: 18px;
    height: 47px;
    overflow: hidden;
}
.nevs-paraart .list-card__content:hover .nvosti-content .nvosti-title {
    color: #4812ad;
}
.nevs-paraart .list-card__content .nvosti-text {
    margin-top: 4px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 2.5em;
    font-size: 16px;
    line-height: 1.25em;
    color: #5d6267;
}
.nevs-paraart .offers-grid__item .credentials {
    font-size: 12px;
    line-height: 18px;
    color: #939cb0;
    margin-top: 10px;
}
.nevs-paraart .nvosti-img .nvosti-img_wrap {
    display: block;
    margin-top: 0px;
    position: relative;
    background-color: #f1f1f1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.nevs-paraart .offers-grid__item .nvosti-img {
    border-radius: 8px;
    overflow: hidden;
}
.nevs-paraart .attachments-grid-item__wrapper {
    padding-bottom: 40.25%;
}
.nevs-paraart .nvosti-img .nvosti-img_wrap img {
    display: none;
}

.offers-grid3 .list-card__content {
    display: flex;
    width: 100%;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 88px;
    grid-template-columns: 1fr 88px;
    position: relative;
    display: grid;
}
.offers-grid3 .list-card__content .nvosti-img {
    min-width: 88px;
    height: 90px;
}
.nevs-paraart .offers-grid3 .attachments-grid-item__wrapper {
    padding-bottom: 100%;
}
.nevs-paraart .offers-grid3 .list-card__content .nvosti-content .nvosti-title {
    font-size: 14px;
    height: 35px;
}