.news-card__tag {
 gap: 4px;
}

.news-card__text strong, .news-detailed__body strong, .news__item strong, .news-detailed__textarea b, .news-detailed__textarea strong{font-weight:600}

.news-detailed__body strong{font-size:24px; position:relative}
.news-detailed__body strong a{text-decoration:underline}

/*.news-detailed__body strong:after{ background: url(sha.svg) no-repeat;*/
/*    width: 17px;*/
/*    content: "";*/
/*    height: 17px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: -27px;*/
/*    bottom: 4px;*/
/*}*/

/*.news-detailed__body h2{*/
/*font-size: 24px;*/
/*font-weight: 600;*/
/*line-height: 33.6px;*/
/*}*/

/*.news-detailed__body h1{*/
/*font-size: 48px;*/
/*font-weight: 600;*/
/*line-height: 58.51px;*/
/*}*/

.container-inn strong a{color:#000}

main .thumb-slider__image {
    width: 100%;
    object-fit: contain;
}


/*.numbers{*/
/*    margin-bottom:80px*/
/*}*/

@media (min-width: 1024px) {
main .license__item--first .license__item-inner, main .license__item-inner {
    padding: 18px 40px 15px 10px;
}
}


.jobs__item a, .work__vacansy-card a{color:var(--black); white-space: normal;}


/*main .jobs-card {
    height: 235px;
}*/

.news-detailed__video {
    max-width: 100%;
    margin: 25px 0;
}

.news-detailed__video video {
    max-width: 100%;
}

.news-detailed__video iframe {
    width:100%;
    height: 534px;
}

@media (max-width: 900px) {
    .news-detailed__video iframe {
        height: 400px;
    }

}

@media (max-width: 500px) {
    .news-detailed__video iframe {
        height: 200px;
    }

}

.news-detailed__textarea i{font-style: italic;}

.source-container {
    display: flex; /* Используем flexbox для выравнивания элементов */
    align-items: center; /* Выравниваем по вертикали по центру */
    justify-content: space-between; /* Распределяем элементы по горизонтали */
}

.detail_stron-image {
    width: 16px; /* Установите желаемую ширину изображения */
    height: auto; /* Высота будет пропорциональна ширине */
    margin-left: 5px; /* Отступ слева от изображения для отделения от текста */
}

