body 
{
	font-size: 12px;
	line-height: 1.5;
	min-width: 320px;
	width: 100%;
}

/* Menu */

.menu
{
	position: fixed;
	min-height:10px;
	width: 100%;
	background-color: #222629;
	z-index:999;
	top:0;
	left:0;
}
	
.menu .core
{
	margin: 0 auto;
	position: relative;
	min-height:10px;
	width: 100%;
	color:#fff;
	font-size:11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 3;
}
	
.menu .core .nav_f ul
{
	position:relative;
	width: 100%;
	float:none;
	text-align:center;
	margin:0 auto;
}
	
.menu .core  .nav_f li
{
	display:inline-block;
}
			
.menu .core  .nav_f a
{
	position:relative;
	display:block;
	outline:0;
	color:#e27689; 
	font-size:13px;
	margin-top:15px;
	font-weight:800;
	height:30px;
    line-height: 2.5;
    padding: 0 15px 0 15px;
    border-radius: 4px;
    text-decoration: none;
    border: solid 1px #575d69;
    white-space: nowrap;
	transition:color 0.2s ease-in-out 0s;
}
			
.menu .core  .nav_f a:hover
{
	color:#e27689;  
	cursor:pointer; 
}
	
.menu .core .nav ul
{
	position:relative;
	width: 100%;
	text-align:center;
	margin:0 auto;
}
	
.menu .core  .nav li
{
	display:inline-block;
}
			
.menu .core  .nav a
{
	position:relative;
	display:block;
	text-decoration:none;
	outline:0;
	padding:15px 10px 15px 10px;
	color:#fff;
	transition:color 0.2s ease-in-out 0s;
	font-weight:600;
}
			
.menu .core  .nav a:hover
{
	color:#e27689; 
	cursor:pointer; 
}
	
/* Content */
	
.back_space
{
	position:relative;
	width:100%;
	height:100px;
	background: #f5f5f5;
}
	
.block_scene
{
	position:relative;
	width:100%;
	min-height:500px;
	background: #f5f5f5;
}
	
.content_block
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:100px;
	margin:0 auto;
}
	
.space_title
{
	position:relative;
	width:100%;
	height:50px;
}
	
.block_title
{
	position:relative;
	width:100%;
	min-height:70px;
	color: #262626;
	font-size: 30px;
	text-transform: uppercase;
	text-align:center;
	padding:20px 0;
}
	
.block_desc
{
	position:relative;
	width:100%;
	min-height:5px;
	color: #999999;
	font-size: 21px;
	font-weight:300;
	text-align:center;
}
	
.actors_block
{
	position:relative;
	min-width: 320px;
	width: 100%;
	height:340px;
	float:left;
}
	
.actors_content
{
	position:relative;
	width:90%;
	height:300px;
	margin:0 auto;
	background:#fff;
}

.actors_cover
{
	height: 210px;
	width:100%;
	background-position: center;
	background-size: cover;
	position:relative;
	transition-duration: 0.5s;
}

.space_actors
{
	position:relative;
	width:100%;
	height:20px;
}

.actors_title
{
	position:relative;
	width:100%;
	height:45px;
	color: #262626;
	font-size: 20px;
	text-transform: uppercase;
	text-align:center;
}
	
.actors_title::after 
{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background-color: #e27689;
	margin-top: 10px;
	margin-bottom: 5px;
}

.actors_date
{
	position:relative;
	width:100%;
	height:15px;
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
	text-align:center;
}
	
.afisha_block
{
	position:relative;
	min-width: 320px;
	width: 100%;
	height:640px;
	float:none;
}
	
.afisha_content
{
	position:relative;
	width:90%;
	min-height:600px;
	margin:0 auto;
	background:#fff;
	margin:0 auto;
}
	
.afisha_cover 
{
	height: 510px;
	width:100%;
	background-position: center;
	background-size: cover;
	position:relative;
	transition-duration: 0.5s;
	margin:0 auto;
}
	
.space_afisha
{
	position:relative;
	width:100%;
	height:20px;
}

.afisha_title
{
	position:relative;
	width:100%;
	height:40px;
	color: #262626;
	font-size: 16px;
	text-transform: uppercase;
	text-align:center;
}
	
.afisha_title::after 
{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background-color: #e27689;
	margin-top: 10px;
	margin-bottom: 5px;
}

.afisha_date
{
	position:relative;
	width:100%;
	height:15px;
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
	text-align:center;
}
	
.block_market
{
	position:relative;
	width:100%;
	min-height:100px;
	padding: 70px 0 70px 0;
	background-image: url(/templates/image/cover/ticket.jpg);
	background-size: cover;
	background-position: 50% 50%;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.block_market:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px; 
	left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
	
.block_title_market
{
	position:relative;
	width:100%;
	min-height:50px;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	text-align:center;
}

.itext
{
    min-width: 320px;
	width: 100%;
	position:relative;
	box-sizing: border-box;
	padding: 0 10px;
}
	
.block_desc_market
{
	position:relative;
	width:100%;
	min-height:50px;
	color: #fff;
	font-size: 20px;
	font-weight:300;
	line-height: 25px;
	text-align:center;
}
	
.block_tikets_title 
{
	font-size: 30px;
	color: #262626;
	line-height: 28px;
	text-align:center;
}

.block_tikets_title::after
{
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #e27689;
	margin:0 auto;
    margin-top: 12px;
    margin-bottom: 15px;
	text-align:center;
}

.block_tikets_desc 
{
    color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	text-align:center;
	margin-bottom: 15px;
}

.block_tikets_desc.unoi
{
	text-align:center;
}
	
.sfooter
{
	position:relative;
	width:100%;
	min-height:10px;
	background: #000000;
	padding: 20px 0;
}

.sfooter a
{
	color:#fff;
}

.sfooter a:hover
{
	color: #e27689;
	text-decoration: none;
}
	
.tx3 
{
	min-width: 320px;
	width: 100%;
	min-height: 5px;
	position: relative;
	margin:0 auto;
	text-align:center;
	font-size:13px;
	color:#fff;
}

.content_afisha
{
	margin: 0 auto;
	position: relative;
	min-width: 320px;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
	
.background_cover_afisha
{
	width: 100%;
	height:510px;
}
	
.full_afisha
{
	position: relative;
	min-width: 320px;
	width: 100%;
	min-height:100px;
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	text-align: justify;
}
	
.full_afisha_l
{
	min-width: 320px;
	width: 100%;
	min-height:100px;
	position: relative;
	float:none;
}
	
.full_afisha_r
{
	min-width: 320px;
	width: 100%;
	min-height:100px;
	position: relative;
	margin-left:0;
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	text-align: justify;
}
	
	
.block_loz
{
	position:relative;
	width:100%;
	min-height:10px;
	padding: 70px 0 70px 0;
	background: #f5f5f5;
}
	
.block_actors_l
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:10px;
	float:none;
}
	
.block_actors_r
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:10px;
	margin-left:0;
}
	
.face_block_actors
{
	position:relative;
	min-width: 320px;
	width: 100%;
	height:300px;
	float:left;
}
	
.block_scene_actors
{
	position:relative;
	width:100%;
	min-height:10px;
	background: #f5f5f5;
}
	
.content_block_actors
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:10px;
	margin:0 auto;
	padding: 70px 0 70px 0;
}
	
	
.face_back_block_actors
{
	position:relative;
	width:260px;
	height:260px;
	margin:0 auto;
	background:#fff;
}
	
.afisha_face_back 
{
	height: 160px;
	width:260px;
	background-position: center;
	background-size: cover;
	position:relative;
	transition-duration: 0.5s;
}
	
.space_afisha
{
	position:relative;
	width:100%;
	height:20px;
}

.afisha_face_back_desc
{
	position:relative;
	width:100%;
	height:45px;
	color: #262626;
	font-size: 20px;
	text-transform: uppercase;
	text-align:center;
}
	
.afisha_face_back_desc::after 
{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background-color: #e27689;
	margin-top: 10px;
	margin-bottom: 5px;
}

.afisha_face_back_date
{
	position:relative;
	width:100%;
	height:15px;
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
	text-align:center;
}
	
	
.content_block_contact
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:100px;
	margin:0 auto;
}
	
.block_contact
{
	position:relative;
	width:100%;
	min-height:100px;
	padding: 70px 0 70px 0;
	background: #222629;
}

.block_contact a
{
	color:#fff;
}

.block_contact a:hover
{
	color: #e27689;
	text-decoration: none;
}
	
.block_contact_one
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:10px;
	float:none;
}

.block_contact_one.broader
{
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:10px;
	float:none;
}
	
.block_contact_one_t 
{
    font-size: 20px;
    color: #fff;
    line-height: 28px;
	text-align:center;
}

.block_contact_one_t::after 
{
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #e27689;
	margin:0 auto;
    margin-top: 12px;
    margin-bottom: 15px;
	text-align:center;
}

.block_contact_one_d 
{
    color: #b0b0b0;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 15px;
	position:relative;
	min-width: 320px;
	width: 100%;
	min-height:10px;
	text-align:center;
}

.block_contact_one_d.filer 
{
    min-width: 320px;
	width: 100%;
	float:none;
	text-align:center;
}

/* Frame */

.fr_css
{
	width:100%;
	height:200px;
}