/* quick reset */
html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: "Noto Sans", Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
h1,
ul,
li {
	margin: 0;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}
:focus:not(:focus-visible) {
	outline: 0;
}

.vicon {
	fill: currentcolor;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font: 20px/0 a;
}
.vicon__body {
    display: block;
    width: 1em;
    height: 1em;
    background: inherit;
    transform: translateX(0);
    -ms-transform: translate(.5px, -.3px);
}
.vh {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
}

.ok_widget {
    background: #F5F8F9;
    border-radius: 4px;
    display: flex;
	flex-direction: column;
    height: 100%;
}

.ok_widget__title {
    font: bold 1.5rem/2.5rem a;
    font-family: inherit;
    padding: .9rem 3.7rem .9rem;
    border-bottom: 1px solid #ddd;
    color: #004465;
    margin-bottom: 1.5rem;
}
.ok_widget__list {
    padding: 0;
	list-style: none;
}
.ok_widget__item {
    font: 1.5rem/2rem a;
    font-family: inherit;
    margin: 0 1.5rem 1.5rem 1rem;
    position: relative;
}
.ok_widget__item--main {
    font: bold 3rem/3.2rem a;
    font-family: inherit;
}

.ok_widget__item--main .ok_widget__link:before {
    position: absolute;
	top: 0px;
	padding: 2px;
	color: #cf0d0d;
	left: .1rem;
	content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cpath fill='%23cf0d0d' d='m10 .5-7 9 5-1-3 7 8-10-5 1 2-6z'%3E%3C/path%3E%3C/svg%3E") 50% 50% no-repeat;
	background-size: 2rem;
    width: 20px;
	height: 20px;
}

.ok_widget__link {
    color: #000;
    text-decoration: none;
    padding-left: 2.7rem;
    position: relative;
    display: block;
}

.ok_widget__item:not(.ok_widget__item--main) .ok_widget__link {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-line-clamp: 2;
}

.ok_widget__item:not(.ok_widget__item--main) .ok_widget__link::before {
    content: '';
	position: absolute;
	top: 0.7rem;
	left: 1.1rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: currentcolor;
}

.ok_widget__link:hover,
.ok_widget__link:focus-visible {
    color: #666;
}

.live {
	background-color: #cf0d0d;
	padding: 0 .4rem .1rem 1.3rem;
	font-size: 1.1rem;
	line-height: 1.4rem;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
    margin-left: .3rem;
}
.live:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .4rem;
    animation: live__pulse .8s linear infinite alternate;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto 0;
}
.live--partners {
    background-color: #004465;
    padding-left: 1.2rem;
    margin-left: 0;
}
.live--partners:before {
    left: .5rem;
}
.live--bulletless {
    padding-left: .4rem;
    text-decoration: none;
}
.live--bulletless:before {
    content: none;
}
.live__text {
    animation: live__pulse_text .8s linear infinite alternate;
}
.top_news__update {
	position: relative;
	padding: 0 .3rem;
	color: #aaa;
	font: bold .9rem / 1.8rem a;
	font-family: inherit;
	text-transform: uppercase;
	white-space: nowrap;
}
@keyframes live__pulse {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .25;
	}
}
@keyframes live__pulse_text {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .8;
	}
}