<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.usdrur_news_block {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.usdrur_news_block .unb_news {
    flex: 1 0 31.1%;
    max-width: 500px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.usdrur_news_block .unb_news:hover { border: 1px solid #dcdcdc; }
.usdrur_news_block .unb_news a { text-decoration: none; }
.usdrur_news_block .unb_img {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.usdrur_news_block .unb_img::after {
    content: '';
    background: #fff url(/i/img/watermark_insta_2018.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: calc(50% - 83px);
    z-index: 1;
    width: 166px;
    height: 28px;
    background-size: 100%;
}
.usdrur_news_block .unb_img img {
    width: 100%;
    flex: 1 1 330px;
    min-height: 200px;
}
.usdrur_news_block .unb_text_title {
    margin: 5px auto 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
.usdrur_news_block .unb_text_desc {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}
.usdrur_news_block .unb_author_date_hits {
    text-align: justify;
    cursor:default;
}
.usdrur_news_block .unb_author {
    margin-bottom: 5px;
    font-size: 15px;
    color: #808080;
}
.usdrur_news_block .unb_author span {
    color: #000;
    font-weight: bold;
}
.usdrur_news_block .unb_date_hits {
    display: flex;
    font-size: 13px;
}
.usdrur_news_block .unb_date_hits .unb_hits {
    position: relative;
    margin-left: 35px;
}
.usdrur_news_block .unb_date_hits .unb_hits::before {
    content: "";
    position: absolute;
    left: -20px;
    background: url(/i/img/photonews/icon_eye.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 15px;
    height: 15px;
}
@media (max-width: 690px) {
    .usdrur_news_block { display: block; }
    .usdrur_news_block .unb_news {
        max-width: 100%;
        margin-bottom: 10px;
        background: #efefef;
        border: 1px solid #dcdcdc;
    }
    .usdrur_news_block .unb_news:nth-child(even) { background: #fff; }
}</pre></body></html>