


/* Start:/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/slidermain/style.css*/
.slide {
	width:940px;
	height:345px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	cursor:pointer;
}

.slide .data {
	margin:15px 20px;
}

.slide .data .leftdat {
	margin-top:10px;
	width:220px;
	float:left;
	display:inline-block;
	vertical-align:top;
}

.slide .data .rightdat {
	width:280px;
	float:right;
	display:inline-block;
	vertical-align:top;
	text-align:right;
}


.slide .data .centerdat {
	margin-top:3px;
	width:400px;
	float:left;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}


.slide .title {
	background-color:rgba(35,19,9,0.8);
	height:110px;
	width:100%;
	overflow:hidden;
	color:#;
	position:absolute;
	bottom:0px;
	left:0px;
}

.slide .title .name{
	font-family:heuristicareg;
	font-size:30px;
	color:#f5efe4;
}

.slide .title .date{
	font-family:heuristicareg;
	font-size:18px;
	color:#f0e7d7;
}


.slide .title .opis{
	font-family:espumapro;
	font-size:14px;
	color:#dfc49b;
}


.slide .title .scene{
	font-family:espumapro;
	font-size:12px;
	color:#dfc49b;
}

.slide .title .alldat{
	font-family:espumapro;
	font-size:12px;
	color:#dfc49b;
}
.slide .title .alldat .imya {
	font-family:espumapro;
	font-size:12px;
	color:#f0e7d7;
}


.slide .premiere {
	position:absolute;
	right:0px;
	top:0px;
	margin-right:-2px;
	margin-top:-2px;
	background:url('/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/slidermain/images/premiere.png') top right;
	width:103px;
	height:101px;
}

.slide .age {
	position:absolute;
	left:0px;
	top:10px;
	background:#ba9d7b ;
	width:auto;
	font-family:espumapro;
	color:#f0e7d7;
	font-size:16px;
	padding:4px 6px;
}


#wrapper {
	width: 100%;
	height: 345px;
	overflow: hidden;
	position: relative;
	left: 0;
}
#carousel img {
	display: block;
	float: left;
}
#prev, #next {
	background-color: rgba(240, 231, 215, 0.85);
	background-repeat:no-repeat;
	display: block;
	height: 345px;
	width: 50%;
	top: 0;
	position: absolute;
}
#next:hover {
	background-image:url('/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/slidermain/images/rightn.png');
}
#prev:hover {
	background-image:url('/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/slidermain/images/leftn.png');
}
#prev {
	left: -470px;
	background-image:url('/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/slidermain/images/left.png');
	background-position:center right;
}
#next {
	right: -470px;
	background-image:url('/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/slidermain/images/right.png');
	background-position:center left;
}
#pager {
	margin-left: -470px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}
/* End */



/* Start:/bitrix/templates/info_light_gray_copy/components/bitrix/system.pagenavigation/modern/style.css*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */



/* Start:/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/newsmain/style.css*/
.news_block {
	width:300px;
	height:auto;
	margin-right:20px;
	float:left;
}

.news_block:nth-last-child(1) {
	margin-right:0px;
}

.news_block img {
	width:300px;
	height:200px;
	border: 4px solid #fff;
}

.news_block:hover img {
	border: 4px solid #efe2d0;
	==box-shadow:0px 0px 0px 4px #efe2d0;
}

.news_block .date{
	color:#d8b789;
	font-size:14px;
	font-family:espumapro;
	margin-top:14px;
}

.news_block .title {
	color:#231309;
	font-size:18px;
	font-family:heuristicareg;
}

.news_block:hover .title {
	color:#c7a16c;
	font-family:heuristicareg;
}

.news_block a {
	color:#dfc49b;
}

.news_block:hover a {
	text-decoration:none;
}
.news_block .discr {
	color:#231309;
	font-size:12px;
	font-family:espumapro;
}
#news_pag {
	margin:15px 0px;
}
#news_pag a {
	margin-right:14px;
	text-decoration:none;
}

#news_pag a.selected {
	color:#231309;
	text-decoration:none;
}
#af_pag {
	margin:15px 0px;
}
#af_pag a {
	margin-right:14px;
	text-decoration:none;
}

#af_pag a.selected {
	color:#231309;
	text-decoration:none;
}
/* End */



/* Start:/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/afishamain/style.css*/
.afisha {
	background-color:#eee7dd;
}

.afisha_block {
	
	width:170px;
	min-height:343px;
	margin-right:5px;
	float:left;
	border:6px solid rgba(255,255,255,0);
	position:relative;
	cursor:pointer;
	margin-bottom:15px;
}

.afisha_block:nth-last-child(1) {
	margin-right:0px;
}

.afisha_block:hover {
	background-color:#e8d9c3;
	border:6px solid #e8d9c3;
	border-left-width::9px;
}

.afisha_block:hover img{
	box-shadow:none;
}

.afisha_block:hover .button_pole{
	display:block;
}



.afisha_block .date {
	font-family:heuristicareg;
	color:#c7a16c;
	font-size:18px;
}

.afisha_block .img {
	position:relative;
	width:164px;
}

.afisha_block .scena {
	background-color:#8c765c;
	position:absolute;
	top:0px;
	left:0px;
	color:#f0e7d7;
	font-size:14px;
	font-family:espumapro;
	padding:4px 6px;
}

.afisha_block .age {
	background-color:rgba(186,157,123,.75);
	position:absolute;
	bottom:6px;
	right:-4px;
	color:#f0e7d7;
	font-size:14px;
	font-family:espumapro;
	padding:4px 6px;
}

.afisha_block img {
	box-shadow:5px 5px 0px 0px #decbb0;
	width:168px;
	height:220px;
}

.afisha_block .title {
	margin:7px 0px;
	margin-bottom:3px;
}

.afisha_block .autor {
	font-family:espumapro;
	font-size:12px;
	color:#231309;
	margin-bottom:10px;
	
}

.afisha_block .title a{
	text-decoration:none;
	font-family:heuristicareg;
	font-size:17.5px;
	color:#231309;
}

.afisha_block .descr {
	margin:3px 0px;
}

.afisha_block .button_pole {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:auto;
	background-color:#e8d9c3;
	display:none;
	text-align:center;
	cursor:pointer;
}

.afisha_block .zakaz {
	margin:8px 15px;
	padding:6px 18px;
	background-color:#c6ac8d;
	font-family:espumapro;
	color:#f5efe4;
	font-size:16px;
}
/* End */



/* Start:/bitrix/templates/info_light_gray_copy/components/bitrix/news.list/sponsormain/style.css*/



.partnerses {
	width:100%;
	padding:15px 0px;
	height:116px;
	line-height:116px;
	text-align:center;
}


.partnerses img {
	margin:15px 60px;
}
/* End */
