.news-item-page__rubrics {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.news-item-page__rubric {
    background: #FEC40E;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
}

.news-item-page__item .products .product__image img {
    background: no-repeat;
    height: auto;
    width: auto;
    max-width: 100%;
}

.ya-share2__badge {
    display: inline-block!important;
    height: fit-content;
    height: -moz-fit-content;
}

.ya-share2__icon,
.ya-share2__badge,
.ya-share2__list.ya-share2__list_direction_vertical,
.ya-share2__link,
.news-item-page__share-buttons-title {
    margin: 0!important;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    margin-bottom: 0;
}

.ya-share2__link {
    display: flex!important;
    flex-direction: row!important;
}

.ya-share2__title {
    margin-bottom: 5px!important;
}

.news-item-page__share-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.news__item-rubrics {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 0 10px 0;
}

.news__item-rubric {
    color: #3E3E3E;
}

.news__text-preview {
    margin: 0 0 13px 0;
}

.news-item-page__item img {
    max-width: 700px;
    width: 100%;
    height: auto!important;
}

.date-time-read {
    display: flex;
    align-items: center;
}

.news-item-page__publish-date {
    margin-right: 10px;
}

.news-item-page__text-read-rime {
    display: flex!important;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    line-height: 100%!important;
    margin-bottom: 0;
}

.news-item-page__title {
    text-transform: uppercase;
    margin: 0 0 5px !important;
}

@media (max-width: 1024px) {
    .news__item-container .news__item {
        width: 48%!important;
        margin: 0!important;
    }
    
    .news__item-container {
        justify-content: space-between;
    }
}

@media (max-width: 899px) {
    .news__item-container .news__item {
        width: 100% !important;
    }
    
    .news__item-container {
        gap: 20px;
    }

    .news__item-container .news__item img {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .news__item-container .news__item img, .news__item-container .news__item .news__text {
        width: 100%;
    }

    .news__item-container .news__item {
        flex-direction: column;
        height: auto;
        min-height: 200px;
    }
}

@media (max-width: 600px) {
    .news__item-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .news__item-container .news__item .news__text {
        height: auto;
    }
}

.usefull-materials-contents__title {
    font-size: 1.5rem;
    font-weight: 800;
}

.usefull-materials-contents {
    margin: 0 0 25px 0;
}

.usefull-materials-contents__elements {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 0 0;
}

.usefull-materials-contents__element a {
    transition: all .3s;
}
