.node-anounce { margin-bottom: 30px; background: #f5f5f5; position: relative; padding: 30px 40px 30px 80px; font-weight: 500; font-size: 16px; font-size: 1rem; font-style: italic; color: #000; }

.node-anounce:before { content: ""; position: absolute; left: 40px; top: 35px; bottom: 35px; width: 3px; background: #21b049; }

.img-gallery .lightgallery { display: block; margin-bottom: 20px; position: relative; border-bottom: 0; }

.img-gallery .lightgallery img { margin-bottom: 0; }

.img-gallery .lightgallery:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.45) url(../images/new-icons/i-magnifying.png) center no-repeat; -webkit-background-size: 48px; background-size: 48px; opacity: 0; -webkit-transition: opacity .4s; transition: opacity .4s; }

.img-gallery .lightgallery:hover:after { opacity: 1; }

.snippet-cite { position: relative; padding-left: 82px; padding-top: 3px; margin-bottom: 33px; min-height: 36px; font-weight: 700; color: #000; }

.snippet-cite:before { content: ""; position: absolute; left: 50px; top: 18px; width: 18px; height: 1px; background: #e9e9e9; }

.snippet-cite i[class*="i-"] { display: block; position: absolute; left: 0; top: 0; width: 36px; height: 36px; -webkit-border-radius: 50%; border-radius: 50%; }

.i-info { background: #21b049 url(../images/new-icons/i-info.png) center no-repeat; -webkit-background-size: 18px; background-size: 18px; }

.i-snippet-comment { background: #ed2b32 url(../images/new-icons/i-comment.png) center no-repeat; -webkit-background-size: 18px; background-size: 18px; }

.persons-in-node { position: relative; padding-left: 110px; }

.persons-in-node .label { text-transform: uppercase; font-weight: 700; position: absolute; left: 0; top: 12px; color: #000; }

.person-in-node { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; color: #333; border-bottom: 0; margin-bottom: 20px; }

.person-in-node .img { margin-right: 20px; -webkit-flex: 0 0 55px; flex: 0 0 55px; max-width: 55px; }

.person-in-node .img img { -webkit-border-radius: 50%; border-radius: 50%; margin-bottom: 0; }

.person-in-node .name { text-decoration: underline; text-decoration-color: #21b049; line-height: 1.25; }

.news-snippet { background: #f4f4f4; margin: 0 0 32px; padding: 25px 32px; }

.news-snippet .snippet-img { -webkit-box-flex: 26%; -webkit-flex: 0 0 26%; -ms-flex: 0 0 26%; flex: 0 0 26%; max-width: 26%; margin-right: 22px; }

.news-snippet .snippet-img img { margin-bottom: 0; display: block; }

.news-snippet .title { font-size: 16px; font-size: 1rem; font-weight: 700; margin-bottom: 10px; line-height: 1.42; }

.news-snippet .title a { color: #3f3f3f; border-bottom: 0; }

.news-snippet .title a:hover { color: #21b049; }

.snippet-img + .snippet-body { padding-top: 20px; }