@font-face{
	font-family:"CaviarDreamsb";
	src:url('fonts/caviar_dreams_bold-webfont.eot');
	src:url('fonts/caviar_dreams_bold-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/caviar_dreams_bold-webfont.woff') format('woff'), 
	url('fonts/caviar_dreams_bold-webfont.ttf') format('truetype'), 
	url('fonts/caviar_dreams_bold-webfont.svg#caviar_dreamsbold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"CaviarDreams";
	src:url('fonts/caviardreams-webfont.eot');
	src:url('fonts/caviardreams-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/caviardreams-webfont.woff') format('woff'), 
	url('fonts/caviardreams-webfont.ttf') format('truetype'), 
	url('fonts/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"Didact Gothic";
	src:url('fonts/didactgothic-webfont.eot');
	src:url('fonts/didactgothic-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/didactgothic-webfont.woff') format('woff'), 
	url('fonts/didactgothic-webfont.ttf') format('truetype'), 
	url('fonts/didactgothic-webfont.svg#didact_gothicmedium') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family: "BebasNeue Bold";
	src: url('fonts/BebasNeue Bold.eot');
	src: local('вє'), url('fonts/BebasNeue Bold.woff') format('woff'), url('fonts/BebasNeue Bold.ttf') format('truetype'), url('fonts/BebasNeue Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*
{
	padding: 0;
	border: none;
	outline: none;
	margin: 0;
	font-weight:normal;
	font-family:"CaviarDreams";
}
body.main_page
{
	width: 100%;
	height: 100%;
	position: fixed;
}
body
{

}
.video-bg {
    background: url(../img/filter.png), url(../img/filter_bg_shadow.png);
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: fixed;
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.clr
{
	clear: both;
}
.wrap
{
	width:1000px;
	box-sizing: border-box;
	margin: 0 auto;
	
}
/********************************/
header
{
	width: 100%;
	box-sizing: border-box;
	/*background: rgba(0,0,0,0.5);*/
	z-index: 3!important;
	position:relative;

}
header .wrap
{
	padding: 0 10px;
}
header .left
{
	float:left;
}
#logo
{
	color:#FFFFFF;
	text-decoration: none;
	font-family: 'CaviarDreamsb';
	text-shadow: 0px 0px 4px #000000;
	font-size: 24px;
	background: url(../img/logo.png) no-repeat left;
	background-size: 30px;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 8px;
	box-sizing: border-box;
	display: block;
}
#logo img
{
	height:30px;
	margin-right: 5px;
}
header .right
{
	float: right;
}
#lang
{
	list-style: none;
	padding: 15px 0px 0px 0px;
	overflow: hidden;	
	width: 96px;
	text-align:center;
	height: 52px;
	box-sizing: border-box;
}
#lang li
{
	display: block;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	padding:4px;

}
#lang:hover 
{
	
	height:auto;
}
#lang li img
{
	height:15px;
	display:block;
	border-radius:1px;
}
#lang li.cur
{
	background: rgba(70,70,70,1);
	padding:4px;
	border-radius:3px;
	
}
/**************************************/
header div.center
{
	float: left;
	position: relative;
	margin-left:50px;
}
header div.center ul
{
	list-style: none;
}
header div.center > ul
{
	display: table;
	position:relative;
	width: 700px;
	text-align:center;
}
header div.center ul a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'CaviarDreamsb';
	font-size:16px;
	text-shadow: 0px 0px 4px #000000;
	/*white-space: pre;*/
}
header div.center > ul > li 
{
	/*position: relative;*/
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    height:52px;
}
header div.center > ul > li > a
{
	max-width: 160px;
	min-width:100px;
	box-sizing:border-box;
	
}
header div.center > ul > li:hover
{
	background: rgba(0,0,0,0.3);
	/*background: rgba(65,159,217,0.5);*/
}
header div.center > ul > li.active
{
	background: rgba(0,0,0,0.5)!important;
	/*background: rgba(65,159,217,0.8)!important;*/
}
header div.center > ul > li > ul
{
	position: absolute;
	display:none;
	top: 52px;
	width: 700px;
	left: 0px;
	background: rgba(0,0,0,0.3);
	/*background: rgba(65,159,217,0.5);*/
}
header div.center > ul > li:hover > ul
{
	display:table;
	text-align:center;
}
header div.center > ul > li > ul >li
{
	/*text-align:left;*/
	/*width: 100%;*/
	display: table-cell;
	vertical-align: middle;
	height:50px;
}
header div.center > ul > li > ul >li> a
{
	/*width: 100%;*/
	font-size:16px;
	
	padding: 3px 7px;
	box-sizing:border-box;
	min-width: 100px;
	max-width:150px;
	display: inline-block;
	
}
header div.center > ul > li > ul >li:hover
{
	background: rgba(0,0,0,0.3);
	/*background: rgba(65,159,217,0.5);*/
	
}
/**************************************/
#video_wrap
{
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}
#video
{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
}
/**************************************/
#b1_main
{
	text-align: center;
	position: absolute;
	z-index: 2!important;
	width:100%;
	left:0;
	top:20%;
}
#b1
{
	text-align: center;
	position: relative;
	z-index:2;
	padding-top:100px;
	padding-bottom:70px;
}
#b1.club
{
	padding-bottom:150px;
}
#b1_main h1
{
	margin-top: 120px;
	/*background: rgba(0,0,0,0.2);*/
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-family:"CaviarDreamsb";
	text-shadow:0px 0px 4px #000000;
	font-size: 50px;
	display: inline-block;
	
}
#b1 h1
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-family:"CaviarDreamsb";
	text-shadow:0px 0px 4px #000000;
	font-size: 50px;
}
/****************************************/
#content
{
	background: rgba(255,255,255,0.8);
	box-sizing:border-box;
	width:100%;
	min-height: 700px;
	padding:25px 20px;
	border-radius: 5px;
	box-shadow:0px 0px 4px #000000;
	position: relative;
	z-index:2;
}
/*************/
#cont_menu
{
	padding: 15px 0;
	text-align: center;
}
#cont_menu ul
{
	list-style:none;
}
#cont_menu ul li
{
	display: inline-block;
	margin: 0 7px;
}
#cont_menu ul li.active a
{
	background:rgba(60,60,60,0.5)!important;
}
#cont_menu ul li a
{
	font-family:"CaviarDreamsb";
	color: #000000;
	display: block;
	box-sizing:border-box;
	width: 200px;
	text-decoration: none;
	border: 1px solid #000000;
	border-radius: 3px;
	padding:5px;
}
#cont_menu ul li a:hover
{
	background:rgba(60,60,60,0.3);
}
/*************/
#cat
{
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#cat .cat_item
{
	border-radius:5px;
	width:270px;
	height: 200px;
	position: relative;
	margin: 10px;
	
}

#cat .cat_item:hover .bottom
{
	display:none;
}
#cat .cat_item .top
{
	width: 270px;
	height:200px;
	box-sizing: border-box;
	display:block;

}
#cat .cat_item .top img
{
	width: 270px;
	height:200px;
	border-radius: 5px;
	
}
#cat .cat_item .bottom
{
	box-sizing:border-box;
	text-align:center;
	background: rgba(50,50,50,0.8);
	width:270px;
	height:200px;
	display:flex;
	border-radius:5px;
	position:absolute;
	top: 0;
	left:0;
	
}
#cat .cat_item .bottom h2
{
	margin: auto;
}
#cat .cat_item .bottom h2 a
{
	font-family:"CaviarDreamsb";
	text-decoration:none;
	font-size:24px;
	line-height:18px;
	color: #FFFFFF;
}
/****************************************/
#content > .top
{
	padding-top:0px;
}
#content > .top > .left
{
	float: left;
	box-sizing: border-box;
	width: 405px;
	padding-left: 5px;
}
#content > .top > .left img
{
	width: 400px;
	border-radius: 5px;
}
#content > .top > .right
{
	float: right;
	width:530px;
}
#content > .top > .right table
{
	 border-collapse: separate;
	 border-spacing: 7px 11px;
}
#content > .top > .right table td
{
	font-size:20px;
	line-height:30px;
}
#content > .top > .right table td a
{
	color: #000000;
	text-decoration: none;
	
}
#content > .top > .right table td a.site
{
	text-decoration:underline;
}
#content > .top > .right table td a.site:hover
{
	text-decoration:none;
}
#content > .top > .right table td.hd
{
	font-family:"CaviarDreamsb";
	vertical-align:top;
	text-align:right;
	
}

#content > .foto
{
	margin-top: 30px;
}
#content > .foto img
{
	width: 224px;
	height: 168px;
	margin: 5px;
	border-radius: 3px;
}
#content .description
{
	margin-top: 30px;
	padding:0 5px;
}
#content .description p
{
	margin-bottom: 10px;
	font-size:18px;
}
#content .description p span
{
	font-family: "CaviarDreamsb";
}
#content .map
{
	margin-top: 30px;
}
#content iframe
{
	border-radius:5px;
}
/****************************************/
footer
{
	background: rgba(0,0,0,0.7);
	/*background: rgba(65,159,217,0.5);*/
	padding: 10px 0;
	margin-top: 60px;
	
	box-sizing: border-box;
	
	z-index:2;
	
}
footer
{
	position:relative;
}
footer.main_page
{
	width:100%;
	bottom:0px;
	left: 0px;
	position:absolute;
}
footer p.left
{
	float: left;
	width: 500px;
}
footer div.right
{
	float:right;
}
footer div.right img
{
	width: 55px;	
	margin: 0 10px;
}
footer div.right p, footer div.right img
{
	float: left;
}
footer p
{
	color: #ffffff;
	font-size: 14px;
	font-family:"CaviarDreams";
}
footer p a
{
	color: #FFFFFF;
}