* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--bottom-logo-opacity: 0;
	--theme-dark: 0;
	--background-color: #fff;
	--text-color: #000;
}
html {
	font-size: 10px;
	overflow-x: hidden;    
}
body {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	height: 100vh;
	min-width: 360px;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 16px;
}
.theme-dark body {
	background-color: black;
	color: white;
}
a { 
	&, &:hover, &:visited, &:active {
		color: #000;
		text-decoration: none;
	}
}
.theme-dark a {
	&, &:hover, &:visited, &:active {
		color: #fff;
	}
}
img.themelight {
	display: block;
}
.theme-dark img.themelight {
	display: none;
}
img.themedark {
	display: none;
}
.theme-dark img.themedark {
	display: block;
}
.invertable {
	-webkit-filter: none;
	filter: none;
}
.theme-dark .invertable {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
[v-cloak] {
	display: none;
}
#header {
	width: 100%;
	position: fixed;
	background-color: transparent;
	z-index: 100;
}
#header-centered {
	background: #fff;
}
.theme-dark #header-centered {
	background: #000;
}

#header-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 2300px;
	margin: auto;
	padding: 10px 30px;
}
#header-dividor {
	height: 10px;
	width: 100%;
	background-color: transparent;
	background-image: url(/s/img/menu_bottom_gradient.png);
	background-position: bottom 0px right 0px;
	background-repeat: repeat-x;
}
#logo {
	flex: 0 0 auto;
	padding: 15px 0;
	height: 66px;
}
#menu {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}
#menu #expanded {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.menu-item {
	width: auto;
	margin: 0 65px;
	vertical-align: middle;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out;
	cursor: pointer; 
}
.menu-item:hover {
	color: #ff4200;
}
.menu-item.selected, .menu-droplist-item.selected {
	color: #ff4200;
	text-decoration: underline;
}
#theme-switch {
	height: 30px;
}
#menu #collapsed {
	display: none;
	text-align: right;
}
#menu-icon {
	height: 80px;
	width: 80px;
	padding: 15px 0px;
}
#menu-droplist {
	display: none;
	z-index: 101;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1 1 auto;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 0px;
	padding: 0;
	text-align: left;
	transition: height 0.5s ease-out;
}
.theme-dark #menu-droplist {
	background-color: #000;
}
#menu-header {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 30px;
}
#menu-logo {
	flex: 0 0 auto;
	height: 50px;
	padding: 15px 0;
}
#menu-close {
	flex: 1 1 auto;
	text-align: right;
	height: 20px;
	width: 20px;
}
.menu-droplist-item {
	font-family: "Montserrat";
	font-weight: 500; 
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 20px;
}
.menu-droplist-item:hover {
	color: #ff4200;
}
.at-bottom {
	align-self: start;
}
#main-space {
	max-width: 2300px;
	margin: 0 auto auto;
	padding: 160px 40px;
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: normal;
}

#footer-dividor {
	visibility: visible;
	height: 10px;
	width: 100%;
	background-color: transparent;
	background-image: url(/s/img/menu_bottom_gradient.png);
	background-position: bottom 0px right 0px;
	background-repeat: repeat-x;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
#footer {
	width: 100%;
	background-color: #000;
}
#footer-centered {
	margin: auto;
}
#footer-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: auto;
	margin: auto;
	max-width: 2300px;
	padding: 40px;
}
#legal {
	width: 40%;
	padding: 0 13px 0 0;
	text-align: left;
}
#legal img {
	margin: 0 0 26px 0;
}
#dividor-vertical {
	display: flex;
	align-items: stretch;
	width: 2px;
}
#white-strip-vertical {
	width: 2px;
	padding: 40px 0;
	background-image: url(/s/img/footer_vertical_line.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#dividor-horizontal {
	display: none;
	width: 100%;
	align-items: stretch;
	height: 2px;
	padding: 20px 0;
	margin: auto;
}
#white-strip-horizontal {
	height: 2px;
	width: 100%;
	background-image: url(/s/img/footer_horizontal_line.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#channels {
	width: 59%;
	padding: 30px 0;
}

#logo-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap: 30px;
}
.logo-list-item {
	place-self: center;
}
.channel-logo {
	width: 110px;
	background-size: contain; 
	background-position: top;
	background-repeat: no-repeat;
	animation: logo-expand 0.3s forwards;
}
.channel-logo img {
	width: 100%;
	opacity: var(--bottom-logo-opacity);
}
.channel-logo:hover {
	transform-origin: center;
	cursor: pointer;
	animation: logo-shrink 0.3s forwards;
}
.channel-logo:hover img {
	opacity: var(--bottom-logo-opacity);
}
#vkus {
	background-image: url(/s/img/logo/vkus_white_hover.svg);
}
#bridge-tv {
	background-image: url(/s/img/logo/bridge_tv_white_hover.svg);
}
#bridge_rushit {
	background-image: url(/s/img/logo/bridge_rushit_white_hover.svg);
}
#bridge_sh {
	background-image: url(/s/img/logo/bridge_sh_white_hover.svg);
}
#bridge_classic {
	background-image: url(/s/img/logo/bridge_classic_white_hover.svg);
}
#bridge_deluxe {
	background-image: url(/s/img/logo/bridge_deluxe_white_hover.svg);
}
#bridge_hits {
	background-image: url(/s/img/logo/bridge_hits_white_hover.svg);
}
#bridge_rock {
	background-image: url(/s/img/logo/bridge_rock_white_hover.svg);
}
#bridge_fresh {
	background-image: url(/s/img/logo/bridge_fresh_white_hover.svg);
}
#bridge_dance {
	background-image: url(/s/img/logo/bridge_dance_white_hover.svg);
}
#bridge_etno {
	background-image: url(/s/img/logo/bridge_etno_white_hover.svg);
}
#babytime {
	background-image: url(/s/img/logo/babytime_white_hover.svg);
}
.text-tall {
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-tall, 20px);
}
.text-normal {
	font-weight: var(--font-weight-normal, 500);
	font-size: var(--font-size-normal, 16px);
}
.text-small {
	font-weight: var(--font-weight-normal, 500);
	font-size: var(--font-size-small, 14px);
}
.text-white {
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 10px;
	color: #fff;
}
.text-white a {
	&, &:hover, &:visited, &:active {
		color: #fff;
		text-decoration: none;
	}
}
.text-white-bold {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 10px;
	color: #fff;	
}
.about-cookies {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 20rem;
	background: #ff4200;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 2rem 0;
}
#cookies-text {
	font-size: 2.4rem;
	text-align: center;
}
#cookies-text a {
	&, &:hover, &:visited, &:active {
		text-decoration: underline;
	}
}
#cookies-button {
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
	padding: 1rem 1.4rem;
	cursor: pointer;
	margin: 0 3rem;
	text-align: center;
}
#cookies-button:hover {
	color: #fff;
	background-color: #000;
}
.span-nowrap {
	white-space: nowrap;
}
.grecaptcha-badge { 
	visibility: hidden !important;
}
@media (max-width: 700px) {
	html {
		font-size: 8px;
	}
	.span-nowrap {
		white-space: normal;
	}
	#header {
		height: 80px;
	}
	#header-content {
		padding: 10px 30px;
	}
	#logo, #menu-icon, #menu-logo {
		height: 50px;
	}
	#menu #expanded {
		display: none;
	}
	#droplist-theme-switch {
		height: 30px;
	}
	#menu #collapsed {
		display: block;
	}
	#menu-header {
	}
	#legal {
		width: 100%;
	}
	#dividor-vertical {
		display: none;
	}
	#dividor-horizontal {
		display: flex;
	}
	#channels {
		width: 100%;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr;
	}
	#footer {
	}
	#footer-content {
		padding: 25px 30px;
	}
}
@media (min-width: 700px) {
	.text-normal {
		font-size: 10px;
	}
	#header {
		height: 80px;
	}
	#header-content {
		padding: 10px 30px;
	}
	#logo, #menu-icon {
		height: 50px;
	}
	#menu #expanded {
	}
	#theme-switch {
		height: 18px;
	}
	#menu #collapsed {
		display: none;
	}
	.menu-item {
		margin: 0 10px;
		font-size: 10px;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr;
	}
	#footer {
	}
	#footer-content {
		padding: 25px 30px;
	}
}
@media (min-width: 830px) {
	.text-normal {
		font-size: 12px;
	}
	#header {
		height: 100px;
	}
	#header-content {
		padding: 10px 30px;
	}
	#logo, #menu-icon {
		height: 50px;
	}
	#menu #expanded {
	}
	#theme-switch {
		height: 20px;
	}
	#menu #collapsed {
		display: none;
	}
	.menu-item {
		margin: 0 12px;
		font-size: 12px;
	}
	#footer {
	}
	#footer-content {
		padding: 25px 30px;
	}
}
@media (max-width: 749px) {
	#legal {
		width: 100%;
	}
	#dividor-vertical {
		display: none;
	}
	#dividor-horizontal {
		display: flex;
	}
	#channels {
		width: 100%;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 1024px) {
	html {
		font-size: 12px;
	}
	.text-normal {
		font-size: 14px;
	}
	#menu #expanded {
	}
	#theme-switch {
		height: 24px;
	}
	#menu #collapsed {
		display: none;
	}
	#logo, #menu-icon {
		height: 60px;
	}
	.menu-item {
		margin: 0 13px;
		font-size: 14px;
	}
	#legal {
		width: 40%;
	}
	#dividor-vertical {
		display: flex;
	}
	#dividor-horizontal {
		display: none;
	}
	#channels {
		width: 56%;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr;
	}
	#footer {
	}
}
@media (max-width: 1025px) {
}
@media (min-width: 1200px) {
	.text-normal {
		font-size: 16px;
	}
	#header {
		height: 133px;
	}
	#header-content {
		padding: 15px 30px;
	}
	#logo, #menu-icon {
		height: 66px;
	}
	#theme-switch {
		height: 28px;
	}
	.menu-item {
		margin: 0 15px;
		font-size: 16px;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#footer {
	}
	#footer-content {
		padding: 25px 40px;
	}
}
@media (max-width: 1201px) {
}
@media (min-width: 1440px) {
	.menu-item {
		margin: 0 30px;
		font-size: 16px;
	}
	
}
@media (max-width: 1440px) {
	
}
@media (min-width: 1580px) {
	#logo-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	#footer {
	}
}
@media (min-width: 1920px) {
	#header {
		height: 16px;
	}
	#header-content {
		padding: 15px 36px;
	}
	#logo, #menu-icon {
		height: 80px;
	}
	.menu-item {
		margin: 0 25px;
		font-size: 18px;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	#footer-content {
		padding: 30px 48px;
	}
}
@media (min-width: 2380px) {
	#header {
		height: 16px;
	}
	#header-content {
		padding: 15px 36px;
	}
	#logo, #menu-icon {
		height: 80px;
	}
	.menu-item {
		margin: 0 30px;
		font-size: 21px;
	}
	#logo-list {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	#footer {
	}
	#footer-content {
		padding: 30px 48px;
	}
}
@keyframes logo-shrink {
	from {
		scale: 100%;
		--bottom-logo-opacity: 1;
	}
	50% {
		--bottom-logo-opacity: 0.2;
	}
	to {
		scale: 90%;
		--bottom-logo-opacity: 0;
	}
}
@keyframes logo-expand {
	from {
		scale: 90%;
		--bottom-logo-opacity: 0;
	}
	50% {
		--bottom-logo-opacity: 0.8;
	}
	to {
		scale: 100%;
		--bottom-logo-opacity: 1;
	}
}
@keyframes logo-shade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}