
.icon {
	display: inline-block;
	font-family: var(--font-family-icons);
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon.logo:before {
	content: "\e600"
}

.icon.sandwich:before {
	content: "\e601"
}

.icon.onair:before {
	content: "\e602"
}

.icon.search:before {
	content: "\e603"
}

.icon.people:before {
	content: "\e604"
}

.icon.talks:before {
	content: "\e605"
}

.icon.globe:before {
	content: "\e606"
}

.icon.chevron.up:before {
	content: "\e607"
}

.icon.chevron.down:before {
	content: "\e608"
}

.icon.chevron.left:before {
	content: "\e609"
}

.icon.chevron.right:before {
	content: "\e60a"
}


.icon.video:before {
	content: "\e60b"
}

.icon.times:before {
	content: "\e60c"
}

.icon.external:before {
	content: "\e60d"
}

.icon.comment:before {
	content: "\e60e"
}

.icon.past:before {
	content: "\e60f"
}

.icon.time:before {
	content: "\e610"
}

.icon.plus:before {
	content: "\e611"
}

.icon.calendar:before {
	content: "\e612"
}

.icon.facebook:before {
	content: "\e613"
}

.icon.twitter:before {
	content: "\e614"
}

.icon.vk:before {
	content: "\e615"
}

.icon.mailru:before {
	content: "\e616"
}

.icon.ok:before {
	content: "\e617"
}

.icon.youtube:before {
	content: "\e900"
}

.icon.google-plus:before {
	content: "\e901"
}

a.youtube.icon {
	font-size: 2.5rem!important;
}

.icon.telegram:before {
	content: "\e902"
}

.icon.audio:before {
	content: "\e903"
}

a.audio.icon, a.facebook.icon, a.twitter.icon, a.vk.icon, a.telegram.icon, a.mailru.icon, a.youtube.icon, a.google-plus.icon, a.ok.icon {
	margin: 0 3.5px;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 1.2857142857143;
	transition: opacity .1s linear;
}

a.audio.icon:hover, a.facebook.icon:hover, a.twitter.icon:hover, a.vk.icon:hover, a.mailru.icon:hover, a.youtube.icon:hover, a.telegram.icon:hover, a.google-plus.icon:hover, a.ok.icon:hover {
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

a.audio.icon {
	color: #4a66ad;
}

a.facebook.icon {
	color: #4a66ad;
}

a.telegram.icon {
	color: #4a66ad;
}

a.twitter.icon {
	color: #38a4dc;
}

a.vk.icon {
	color: #5f82ad;
}

a.mailru.icon {
	color: #3866ae;
}

a.ok.icon {
	color: #ff661b;
}

a.youtube.icon {
	color: #cc181e;
}

a.google-plus.icon {
	color: #db4437;
}