<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.events .wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-views.news-items .items.events .item .title {
	margin: 0;
	height: inherit;
}
.items.events .video {
  position: relative;
  padding-bottom: 56.25%; /* Р·Р°РґР°С‘С‚ РІС‹СЃРѕС‚Сѓ РєРѕРЅС‚РµР№РЅРµСЂР° РґР»СЏ 16:9 (РµСЃР»Рё 4:3 вЂ” РїРѕСЃС‚Р°РІСЊС‚Рµ 75%) */
  height: 0;
  overflow: hidden;
}
.items.events .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.maxwidth-theme .all {
    margin: 43px 0 0 0;
}
.period {
	padding-top: 15px;
	height: 80px;
}
@media (max-width: 560px) {
	.period {
		height: auto;
	}
}</pre></body></html>