.News div.item {
    clear: both;
    margin: 0 0 2em 0;
}

#center .News div.item h1 {
    clear: right;
    text-align: left;
}
#center .News div.item h2 {
    text-align: right;
}
#center .News div.item>a>img, #center .News div.item>img,
#center .News video
 {
    float: left;
    display: block;
    margin: -1em 2em 1em 0;
    width: 350px;
    box-sizing: border-box;
}

#center .News img.margin_bottom-2
{
    margin-bottom: 2em!important;
}

#center .News img.margin_bottom-4
{
    margin-bottom: 4em!important;
}

#center .News img.margin_bottom-6
{
    margin-bottom: 6em!important;
}

#center .News img.margin_bottom-8
{
    margin-bottom: 8em!important;
}


.News div.expand {
    display: none
}
.News a.explink {
    font-weight:600;
}
.News a.explink.none {
    display:none;
}


.News div.item .bukv,.News div.item h1+p.ref+p::first-letter,.News div.item h1+p:not(.ref)::first-letter,.News div.item h2+p.ref+p::first-letter,.News div.item h2+p:not(.ref)::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: red
}

.News img.left  {
    float: left;
}

.News img.right {
    float: right
}

.News p.quote {
    font-style: italic;
}
.News .rno_play {
    text-align: center;
    min-width:100%;
}

.News .rno_play a {
    display: inline-block;
    margin:0.5em;
    padding:0.3em;
    border: 2px solid;
    font-size:1.4em;
    font-style:italic;
    border-color: #cc9933;
    border-radius: 0.3em;
    vertical-align: middle;
    max-width:29%;
}

.News .rno_play .cap_rno {
    color: Chocolate;
    font-size: 1.5em;
    font-family: "Courier New", Courier, monospace
}
.News .rno_play audio{
    max-width:100%
}
.News .video {
    height:250px;
}
.News ul li {
    font-size:1.3em;
    list-style-position: inside;
    list-style-image: url(../../lib/imgs/galka.gif);
    margin: 0.5em 0 0.7em 0;
}
.News div.social {
    margin:2em auto;
    text-align:center;
}
.News div.social img {
    max-width:120px;
}
.News .news-addons   {
    text-align:center;
}
.News .news-addons img {
    margin:1em auto;
    width:100%;
}
.News .edv_imgs {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:stretch;
}
.News .edv_imgs img {
    min-width: 0; /* Allows images to shrink below their intrinsic width */
    margin: 0.5em; /* Adds 10px margin around each image */
    flex: 1 1 auto; /* Allows images to grow and shrink, with an initial size based on content */
    max-width: 100%; /* Ensures images don't exceed their original size */
    height: auto; /* Maintains aspect ratio */
}
.News div.item iframe {
    width:350px;
    height:250px;
    float:left;
    margin:0 2em 1em 0;
}
.News .videotheka img {
    width:80px;
    margin:1em auto;
}