.news-detail
{
	word-wrap: break-word;
}
.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.autor {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    font-size: 26px;
    align-items: center;
    font-weight: 600;
}

img.autor-img {
    max-width: 100px;
    border-radius: 100%;
}

span.date {
    color: #858585;
    margin-top: 10px;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.share-like {
    display: flex;
    gap:30px;
    margin: 60px 0 30px;
    align-items: end;
}
.vs-likeit:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -4px;
}
.container.container_dzen {
    max-width: 640px !important;
}
h1 {
    font-size: 40px;
}

h2 {
    font-size: 24px;
}
.video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin:30px 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.slider-label {
    margin-top: -24px;
    position: relative;
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
}