@charset "utf-8";
@font-face{

font-family: 'Oswald-Light';

src: url('/css/fonts/Oswald-Light.ttf');

}

@font-face{

font-family: 'Undrgrnd';

src: url(' ../css/fonts/Undrgrnd.otf');

}
@font-face{

font-family: 'Exo2-Bold';

src: url('/css/fonts/Exo2-Bold.ttf');

}


@font-face{

font-family: 'PoiretOne-Regular';

src: url('/css/fonts/PoiretOne-Regular.ttf');

}

@font-face{

font-family: 'RobotoCondensed-Regular';

src: url(' ../css/fonts/RobotoCondensed-Regular.ttf');

}

@font-face{

font-family: 'Exo2-Medium';

src: url('/css/fonts/Exo2-Medium.ttf');

}

@font-face{

font-family: 'Orbitron-Black';

src: url('/css/fonts/Orbitron-Black.ttf');

}

@font-face{

font-family: 'RobotoCondensed-light';

src: url('/css/fonts/RobotoCondensed-Light.ttf');

}

@font-face{

font-family: 'Hortensia';

src: url('../css/fonts/Hortensia.ttf');

}


body {
	margin: 0;
	background-color: #fd8d3b;
}

.top-white {
	display: flex;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-left: 8px;
	align-items: center;
	height: 235px;
	background-image: url(tube_head.jpg);
	background-size:cover;
	
}

.icon-wrap {
	color: #DDD;
	font-family: Orbitron-Black, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
}
#icon-mask {

	height: 40px;

	

}



#top-header {

width: 100%;	

float: left;

display: block;	

}
.razdel {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
	font-family: "Oswald-Light";
	font-size: 18px;
	color: #F3F3F3;
	/* padding-bottom: 8px; */
	/* border-bottom: solid 1px #313131; */
	margin-bottom: 8px;
}
.line {
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px #3a3a3a;
  }


#hd-inf {
	font-family: "Exo2-Medium";
	font-size: 30px;
	color: #dfdfdf;
	margin-right: 20px;
	flex: 1;
	text-align: right;
}


#adress{

	/*position:absolute;*/

	left: 1%;

	top: 10px;

	z-index:4;

	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size:14px;

	/*color:#383838E6;*/

	text-align:center;

	}	

.clearOf {
	font-family:"Oswald-Light";
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	background-color: #737B7B;
	padding: 5px;
	height: auto;
}

.dvd{

	width: 100%;

	height: 8px;

	background-color: #FD8D3B;

	float: left;

}

nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #142336;
	font-family: "RobotoCondensed-Regular";
}

nav .menu{

  padding-left:0;

  margin-top:0;

  margin-bottom:0;

  list-style:none;

  /*background:#110f0f;*/

 /* display:none;*/

  display:flex;

  background:#142336;

  width:60%;

  margin-left:auto;

  margin-right:auto;

}
nav .menu li{

    text-align:center;

  border-right: 1px solid rgba(153, 153, 153, 0.4);

    flex:auto;

  border-bottom: none;

  }

  

  nav .menu li:last-child{

  border:none;

  }


nav a {
	color: rgba(235,235,235,0.47);
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-left: 0;
	font-size: 1em;
	outline: none;
	/*transition: background-color 0.4s;*/
 position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

nav a::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color: #B72222;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}

nav a:hover {
  color: #EBEBEB;
}
nav a:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}
.preflex-title {
	display: flex;
	/* width: 70%; */
	height: 50px;
	color: #f0f0f0;
	font-family: "Undrgrnd";
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	justify-content: center;
	background-color: #e30d02;
	/* align-content: center; */
	align-items: center;
}
 #toggle-menu {

	background: #282f35;

	line-height: 2.5;

	color: #efefef;

	/*padding-left: 1em;*/

	font-size: 1em;

	cursor: pointer;

	display: none;

}

  nav #toggle-menu i{

  margin-right:.5em;

  }



nav .menu .m-submenu li {
	list-style: none;
	background-color: #142336;
	border-right: none;
	/*border-bottom: solid 1px #d7d7d71a;*/
	text-align: center;
}

nav .menu .m-submenu li a {
	color:rgba(235,235,235,0.47);;
	width: 100%;
}
nav .menu .m-submenu li a:hover{
	 color: #EBEBEB;
	
}
nav .menu .m-submenu {
	position: absolute;
	left: 0px;
	width: 100%;
	padding-left: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 21px 21px 5px rgba(0, 0, 0, 0.89);
	margin-left:0 !important;
	padding: 0 !important;
	z-index: 100;
}
nav .menu > li:hover .m-submenu {

 -webkit-transition: opacity .5s ease-in-out;

  -moz-transition: opacity .5s ease-in-out;

  -ms-transition: opacity .5s ease-in-out;

  -o-transition: opacity .5s ease-in-out;

  transition: opacity .5s ease-in-out;

  opacity: 1;

  visibility: visible;

}
.topSpace {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	/*background-color: rgba(211,211,211,1.00);*/
	position: relative;

}

.bigContainer {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}
.frameWrap {
	background-color: #010101;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
	/* position: relative; */
	display: flex;
	/* justify-content: center; */
}
iframe{
	border:none
}



#foot{
	width: 100%;
	height: 5px;
}
#left_side {
	height: 391px;
	/* height: 164px; */
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
	flex: 1;
	display: flex;
	flex-direction: column;
	/* margin-left: 8px; */
	overflow-x: hidden;
	overflow-y: auto;
	/* border: solid 1px #2d3140; */
}
#right_side {
	height: 395px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
	margin-left: 8px;
	margin-right: 8px;
	overflow-x: hidden;
	overflow-y: auto;
}
#moved{
   height: 395px;
    overflow: hidden
}

.remarka {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
	font-family: "Oswald-Light";
	font-size: 18px;
	color: #F3F3F3;
	/* padding-bottom: 8px; */
	/* border-bottom: solid 1px #313131; */
	margin-bottom: 8px;
}

.video_menu {
	width: 100%;
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	padding-bottom: 8px;
}

.text_menu{
	/*color:#F3F3F3;*/
	float:left;
	margin:10px;
}
.thumber{
	width:140px;
	height:72px;
    float:left;
}
.playClip {
	width: 98%;
	height: 86px;
	text-decoration: none;
	color: #F3F3F3;
	display: flex;
	align-items: center;
	margin: 2px;
	font-family: "Oswald-Light";
font-size:14px;
}
.playClip:hover{
	border:1px solid #515151;
	background-color: #232323;
    cursor: pointer;
}
.category {
	width: 100%;
	text-decoration: none;
	color: #F3F3F3;
	font-family: "Oswald-Light";
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding-top: 15px;
}
.category:hover{
border:1px solid #515151;
	background-color: #232323;
    cursor: pointer;

}

#vidos{
	width:640px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	/*display:none;*/
	
}

iframe{
	width:640px;
	height:360px;
	
}
#underFrame {
	width: 100%;
	height: 70px;
	background-color: #142336;
	margin-bottom: 20px;

}
.link-page{
	width:200px;
	height:120px;
	border:solid 2px #333;
	border-radius: 8px;
}
.link-page:hover{
    cursor: pointer;
}


#help {
	color: #FFF;
	font-size: 32px;
	text-align: center;
	width: 93%;
	margin: 0 auto;
	padding: 10px;
	font-family: 'PoiretOne-Regular';
	background-color: #363c554d;
	/* display: flex; */
}
.active_video{
border:1px solid #515151;
	background-color: #232323;		
}
.active_block{
border:1px solid #515151;
background-color:#142336;
}


.star_wrap {
	position: relative;
	display: flex;
	width: 100%;
	color: #FCFCFC;
	justify-content: center;
	padding: 12px 15px 8px 15px;
}
#video-frame {
	border: solid 8px #1a2026;
	height: 360px;
	border-radius: 8px;
	width: 640px;
}
.table-down{
    display:none;
    width:auto;
	flex-direction: column;
	margin-left: 8px;
  overflow-x: hidden;
 overflow-y: auto; 
 
}
/*.thumber{
    width:91%;
    
}*/
.show_ctg {
	padding: 10px 0px;
	width: 62%;
	margin: 0 auto;
	background: #0072aa;
	color: #fff;
	margin-top: 10px;
}