.object-item { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-color-brand { color: var(--tpl-color-brand); }
.object-item-title { margin-top: .5rem; margin-bottom: .5rem; }
.object-full .full-image, .object-item .item-image { position: relative; }
.object-full .full-image { margin-bottom: 1rem; }
.object-full .full-image::before, .object-item .item-image::before { display: block; content: ""; width: 100%; }
.size-16by9::before { padding-top: 56.25%; }
.size-1-62by1::before { padding-top: 61.72%; }
.size-3by2::before { padding-top: 66.66%; }
.size-4by3::before { padding-top: 75%; }
.size-1by1::before { padding-top: 100%; }
.size-::before { padding-top: 66.66%; }
.object-full .full-image .image, .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.object-full .full-image, .object-item .item-image * { width: 100%; height: 100%; }
.object-full .full-image .image img, .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
 { min-height:60px; }
a { text-decoration: none; }
.nc-infoblock-object .news-item { height:100%; }
.news-item { display: -webkit-box; display: -ms-flexbox; display: flex; align-self: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.news-item:hover .news-item-title { color: var(--tpl-color-brand); -webkit-transition: none; transition: none; }
.news-item-image { overflow: hidden; position: relative; background-position: center; width: 100%; height: 200px; background-size: cover; }
.news-item-content { width: 100%; padding: 1rem 0px; }
.news-item .news-date { color: var(--tpl-color-background-main); font-style: italic; background-color: var(--tpl-color-brand); display: inline-block; vertical-align: top; border-radius: 50%; padding: 15px 10px; text-align: center; width: 80px; height: 80px; position: absolute; left: 23px; top: 19px; }
.news-item .news-date-month { padding-top: 4px; }
.news-item-title { line-height: 30px; color: var(--tpl-color-foreground-main); -webkit-transition: all 0.2s; transition: all 0.2s; }
.news-item-text { color: var(--tpl-color-foreground-main); }
.news-item-text:after { color: var(--tpl-color-brand); content: '\24'; padding-left: 9px; vertical-align: bottom; font-family: 'ElegantIcons'; font-weight: 400; }
.news-full .news-title { position: relative; margin-bottom: 1rem; line-height: 1.5; }
.news-full .news-title:after { display: block; content: ''; top:0; left:0; width: 20%; max-width: 200px; height:1px; border-bottom: 1px solid var(--tpl-color-brand); }
.news-full .news-date { color: var(--tpl-color-brand); margin-bottom: 1rem; }
.news-full .news-body[max-width~='500px'] { display: flex; flex-direction: column-reverse; }
.news-full .news-body[max-width~='500px'] .news-text { padding-bottom: 1rem; width:100%; }
.news-full .news-body[max-width~='500px'] .news-image { width:100%; padding-bottom: 1rem; }
.news-full .news-body[min-width~='500px'] { display: flex; flex-direction: row; }
.news-full .news-body[min-width~='500px'] .news-text { padding-right: 1rem; width: 65%; }
.news-full .news-body[min-width~='500px'] .news-image { width: 35%; max-width: 450px; }
.news-full .news-body .news-image img { width: 100%; max-width: 100%; }
