body,html{padding: 0;margin: 0;width:100%;height: 100%;font-family: 'PT Serif', serif;}
body{
    /* min-width: 960px; */
    background: url('../img/site2015/top_bg_line.png') repeat-x;
}
input,select,textarea{font-family: 'PT Serif', serif;}
a img{border: 0}
a{color:#000}
a:hover{ color:#e04a2c;text-decoration: underline}
a:active{outline: none}
:focus{outline: none}
.hidden_blocks{display: none;}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: .25rem !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: .25rem !important;
}
.mt-2 {
    margin-top: .5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}


.top_menu{
    margin: 0;
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0px;
}
.top_menu_box_in{
    padding-left: 50px;position: relative;margin: 0;
}
.top_menu_box_in .navbar{
    min-height: auto;
    margin-bottom: 0;
}
.menu_back_line{
    background: #4B4138;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
}
.top_menu_box{
    position: relative;
    background: #4B4138;
}

.soc_block{
    overflow: hidden;
}
.soc_block.visible-lg {
	position: absolute;
	top: 12px;
	right: 25px;
}
.soc_block .soc_item{
    /*display: inline-block;*/
    display: block;
    float: left;
    cursor: pointer;
    background: url('../img/social-icons.png');
    margin: 0px 3px;
    position: relative;
    width: 25px;
    height: 25px;
    background: #4B4138;
    border-radius: 4px;;
}
.soc_block .soc_item::after{
    content: '';
    background: url('../img/social-icons.png') no-repeat;
    width: 18px;
    height:18px;
    z-index: 1;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}
.soc_block .soc_item:hover{
    background-color: #fff;
}
/*Вконтакте*/
.soc_block .soc_item.vk{
    width: 30px;
}
.soc_block .soc_item.vk::after{
    background-position: -76px -44px;
    width: 22px;
    left: calc(50% - 11px);
}
/* .footer_soc_block .soc_block .soc_item.vk{
    background-position: 0px -32px;
} */
.soc_block .soc_item.vk:hover::after{
    background-position: -76px -1px;
}

/*Instagramm*/
.soc_block .soc_item.instagramm{
    background-position: -96px 0px;
}
/* .footer_soc_block .soc_block .soc_item.instagramm{
    background-position: -96px -32px;
} */
.soc_block .soc_item.instagramm:hover{
    background-position: -96px -16px;
}
/*Livejournal*/
/* .soc_block .soc_item.live{
    background-position: -16px 0px;
}
.footer_soc_block .soc_block .soc_item.live{
    background-position: -16px -32px;
}
.soc_block .soc_item.live:hover{
    background-position: -16px -16px;
} */
/*Facebook*/
/* .soc_block .soc_item.fb{
    background-position: -32px 0px;
}
.footer_soc_block .soc_block .soc_item.fb{
    background-position: -32px -32px;
}
.soc_block .soc_item.fb:hover{
    background-position: -32px -16px;
} */
/*Youtube*/
.soc_block .soc_item.youtube::after{
    background-position: -20px -44px;
}
/* .footer_soc_block .soc_block .soc_item.youtube{
    background-position: -48px -32px;
} */
.soc_block .soc_item.youtube:hover::after{
    background-position: -20px 0px;
}
/*Twitter*/
/* .soc_block .soc_item.twitter{
    background-position: -64px 0px;
}
.footer_soc_block .soc_block .soc_item.twitter{
    background-position: -64px -32px;
}
.soc_block .soc_item.twitter:hover{
    background-position: -64px -16px;
} */
/*Одноклассиники*/
.soc_block .soc_item.ok_link::after{
    background-position: -36px -43px;
}
/* .footer_soc_block .soc_block .soc_item.ok_link{
    background-position: -80px -32px;
} */
.soc_block .soc_item.ok_link:hover::after{
    background-position: -36px 0px;
}

/* Дзен */
.soc_block .soc_item.dzen_link::after{
    background-position: 0px -43px;
}
.soc_block .soc_item.dzen_link:hover::after{
    background-position: 0px 0px;
}

/* Телеграм */
.soc_block .soc_item.telega_link::after{
    background-position: -54px -43px;
}
.soc_block .soc_item.telega_link:hover::after{
    background-position: -54px 0px;
}

.top_menu > li{
    height: 44px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px;
    /* display: table-cell; */
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-radius: 0 !important;
}
a.site_map{
    width: 50px;
    cursor: pointer;
    height: 44px;position: absolute;left: 0px;
}
a.site_map span.ico_all_site{
    display: block;width:18px;height:16px;
    margin: 0 auto;position: relative;top:14px;
    background: url("../img/site2015/menu.png") no-repeat top left;
}
a.site_map:hover,
a.site_map.active{
    background: #ffffff;
}
a.site_map:hover span.ico_all_site,
a.site_map.active span.ico_all_site
{
    background-position: -18px 0px;
}

.all_site_box{
    position: absolute;top:44px;left:0px;
    background: #eeeeee url('../img/site2015/footer_back_light.jpg');
    width: 100%;
    display: none;
    z-index: 10;
    color:#ffffff;
    border: 1px solid #cccccc;
    line-height: 1;
    text-align: left;
    padding: 20px 30px 20px 30px;
    text-transform: none;
    cursor: default;
}
.top_menu_box_in .navbar-default{
    background: transparent;
    border: none;
	height: 44px;
	overflow: hidden;
    border-radius: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #ad8b3f
}
.top_menu_box_in .language_panel {
	position: absolute;
	top: 12px;
	right: 30px;
	color: #999999;
}
.top_menu_box_in .language_panel a {
	color: #999999;
	text-decoration: none;
}
.top_menu_box_in .language_panel a.active {
	color: #fff;
}
.all_site_right{
	border-left: 1px solid #cccccc;
	padding-left: 25px;
}
.all_site_right:after{
    content: '';
    clear: both;
    display: block;
    font-size: 1px;

}
.all_site_box .all_site_left ul li{
    display: none;
    margin-bottom: 15px;
}
.all_site_box .all_site_left ul li a{
    font-size: 16px;
    color: #000000;
    line-height: 18px;
}

.all_site_box .section {
    display: none;
    padding-bottom: 20px;
}
.all_site_box .section>ul {
    display: none;
}
.all_site_box .section2{
    width:490px;
}
.all_site_box .section2 ul li{
    float:left;
    width:45%;
    margin-right: 5%;
}
.all_site_box .section_first{

}
.all_site_box ul{
    padding: 0;margin: 0;list-style-type: none;
}
.all_site_box ul li{
    padding: 0px;margin: 0px;
    font-size: 14px;line-height: 17px;margin-bottom: 5px;
}
.all_site_box ul li a{
    color: #5C5C5C;
    text-transform: none;
    text-decoration: none;
}
.all_site_box ul li a:hover,.all_site_box ul li a.current{
    text-decoration: underline;
    color:#AD8B3F;
}
.all_site_box .section .section_header + ul{
    margin-top: 15px;
}
.all_site_box .section .section_header a{
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 1;
}
.all_site_box .section .section_header a:hover{
    text-decoration: underline;
    color:#AD8B3F;
}

.top_menu>li.active{
    background: #fff;
}
.top_menu>li:hover{
    background: #fff;
}
.top_menu>li:hover a{
    color:#ad8b3f !important;
}
.top_menu_box_in  .top_menu>li>a{
    text-decoration: none;
    color:#fff;
    display: block;
}

.top_menu>li:hover >.sub_menu{
    display: block;
}

.top_menu>li>.sub_menu{
    display: none;
    position: absolute;
    top: 44px;
    left:0px;
    background: #fff;
    z-index: 8;
    padding: 15px 23px 20px 23px;
    width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);*/
}
/*.top_menu>li>.sub_menu .treugolnik{
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    left:40px;
    top:-12px;
}*/

.top_menu>li>.sub_menu ul{
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.top_menu>li>.sub_menu>ul>li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    text-transform: none;
}
.top_menu>li>.sub_menu>ul>li a{
    font-size: 14px;
    color: #322e2c;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    display: inline-block;
}
.top_menu>li>.sub_menu>ul>li:hover a{
    text-decoration: underline;
    color:#e04a2c;
}
.top_menu>li.active>a{color:#ad8b3f}
.clear{clear: both}

.page_header{
    margin-bottom: 30px;
}
.children_page .page_header{
    margin-bottom: 0px;
}

.page_container{
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.page_container.container {
    width: 100%;
}
.page_container.border_bottom{
    border-bottom: 1px solid #ECEBEB;
}
a.logo{
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    color:#000}
a.logo img{
    width:300px;
    max-width: 100%;
}
.top_logo_box{
    padding: 15px 0px 10px 0px;
    position: relative;
    text-align: center;
}

.top_logo_box.first{
    display: flex;
}
.top_logo_box.first .left_col{
    width: 300px;
}
.top_logo_box.first .right_col{
    width: 300px;
}
.top_logo_box.first .logo-middle{
    flex: 1 1 auto;
}

.top_logo_box.second {
    padding: 0px 0px 10px 0px;
}
.top_logo_box .language_panel{
  text-align: right;
    color: #999999;
}
.top_logo_box .language_panel a{
    padding: 0px 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    text-decoration: none;
}
.top_logo_box .language_panel a.active{
    color: #333333;
}
.language_panel{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.middle_logo_box > .poster_box{
    border-bottom: 1px solid #ecebeb;
}

/*Блок с афишей и фильтрами.*/
.poster_box{
    position: relative;
    margin-bottom: 30px;
}
.poster_box h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    margin: 0px;
}
.poster_box .afisha_header{
    margin-bottom: 30px;
}
.poster_box .afisha_header .top_line{
    padding-top: 10px;
}
.poster_box .filter_box{
    margin-right: 190px;
}
.poster_box .filter_box.chek{
    display: block;
}
.poster_box .filter_box .box{
    display: table;
    margin:  0 auto;
}
.poster_box .filter_box a{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #ad8b3f;
    border-bottom: 1px dotted;
    font-weight: bold;
    padding: 2px 5px 4px 5px;
    margin: 0 10px 2px 0;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.poster_box .filter_box .box a.clearAll{
    opacity: 0;
    border:none;
    padding: 6px;
    margin: 0px 0px -3px 15px;
    background: url("../img/site2015/filterClearAll.png") center;
}
.poster_box .filter_box .box a.clearAll.chek{
    opacity: 1;
    color: #ad8b3f;
}
.poster_box .filter_box a.chek{
    background: #e04a2c;
    color: #fff;
    border-bottom: 0px;
}
.poster_box .afisha_controls{
    float: right;
    width: 190px;
    text-align: right;
    font-size: 0;
    line-height: 30px;
}
.afisha_controls .but_all{
    color: #ad8b3f;
    font-size: 16px;
    border-bottom: 1px dashed;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    text-decoration: none;
    z-index: 1;
    margin-right: 10px;
}
.afisha_controls .but_all:hover{
    color: #d91919;
}
.afisha_controls .icon_button{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #BBBBB9;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-left: 10px;
}
.afisha_controls .icon_button.active{
    border-color: #AD8B3F;
    background-color: #AD8B3F;
}
.afisha_controls .icon_button.calendar_icon{
    background-image: url('/d/img/site2015/calendar_icon_black.svg');
}
.afisha_controls .icon_button.calendar_icon.active{
    background-image: url('/d/img/site2015/calendar_icon_white.svg');
}
.afisha_controls .icon_button.list_icon{
    background-image: url('/d/img/site2015/list_icon_black.svg');
}
.afisha_controls .icon_button.list_icon.active{
    background-image: url('/d/img/site2015/list_icon_white.svg');
}
.poster_box .post_calendar,
.poster_box .post_calendar_square{
    display: none;
}
.poster_box .post_calendar.active,
.poster_box .post_calendar_square.active{
    display: block;
}

/*Афиша в виде календаря.*/
.poster_box .post_calendar ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 125px;
    /*overflow: hidden;*/
}
.poster_box .post_calendar ul .post_calendar_item{
    float: left;
    margin: 0px 2px 25px 0px;
    position: relative;
    height: 125px;
    width: 85px;
}
.post_calendar_item.chek .img_box{
    cursor: pointer;
}
.post_calendar_item .calendar_item_afisha{
    position: relative;
}
.post_calendar_item .calendar_item_afisha .post_afisha{
    position: absolute;
    z-index: 6;
    bottom: 91px;
    left: 50%;
    margin-left: -98px;
    padding: 14px 14px 14px 14px;
    background: #fff;
    width: 196px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 19px 3px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 19px 3px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 0px 19px 3px rgba(50, 50, 50, 0.48);
}
.post_calendar_item .calendar_item_afisha .post_afisha .box{
    float:left;
    margin-left: 15px;
    width: 168px;
}
.post_calendar_item .calendar_item_afisha .post_afisha .box:first-of-type{
    margin-left: 0px;
}
.post_calendar_item .calendar_item_afisha .post_afisha .image{
    max-width: 168px;
    max-height: 178px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.post_calendar_item .calendar_item_afisha .post_afisha .image img{
    max-width: 100%;
}
.post_calendar_item .calendar_item_afisha .foot_date_box{
    background: url(../img/site2015/postafisha.png) no-repeat bottom center;
    position: absolute;
    top: 99.4%;
    z-index: 7;
    width: 150px;
    height: 85px;
    left: 50%;
    margin-left: -75px;
}
.post_calendar_item .calendar_item_afisha .post_afisha .foot_date_box.dateMini{
    background: url(../img/site2015/postafishaMini.png) no-repeat bottom center;
}
.post_calendar_item .calendar_item_afisha .post_afisha .foot_date_box .date{
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    background: #ad8b3f;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 200px;
    margin: 0px 56px;
}
.post_calendar_item .calendar_item_afisha .post_afisha.anim{
    transition: 0.25s;
}
.post_calendar_item .calendar_item_afisha .post_afisha a{
    text-decoration: none;
}
.post_calendar_item .calendar_item_afisha .post_afisha.hid{
    opacity: 0;
    z-index: 0;
    /*bottom: 110px;*/
    display: none;
}

/*Афиша блоками.*/
.post_calendar_square .post-calendar-square-item {
    height: 260px;
    margin: 0 0 20px 0;
    border-radius: 4px;
    overflow: hidden;
    background: #FEFCF6;
}
.post_calendar_square  .post-calendar-square-item.filter{
    background: #eeeeee;
    opacity: 0.4;
}
.post-calendar-square-item .image{
    display: block;
    width: 315px;
    height: 100%;
    float: left;
    overflow: hidden;
    text-align: right;
    position: relative;
}
.post-calendar-square-item .image img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.post-calendar-square-item.filter .image img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.post-calendar-square-item .image .genreOver{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 22px;
}
.post-calendar-square-item .text_info{
    height: 100%;
    margin-left: 315px;
    padding: 0 30px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #E6DFCF;
}
.post-calendar-square-item.filter .text_info{
    border-color: #cccccc;
}
.post-calendar-square-item .text_info .inner_table{
    width: 100%;
    height: 100%;
    display: table;
}
.post-calendar-square-item .inner_table .one_cell{
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.post-calendar-square-item .inner_table .one_cell.left{
    width: 60%;
}
.post-calendar-square-item .inner_table .one_cell.right{
    width: 40%;
    text-align: right;
}
.post-calendar-square-item .text_info .gerne{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #AD8B3F;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.post-calendar-square-item.filter .text_info .gerne{
    color: #000000;
}
.post-calendar-square-item .text_info .title{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}
.post-calendar-square-item .text_info .title a{
    color: #000000;
    text-decoration: none;
}
.post-calendar-square-item .text_info .title a:hover{
    color: #e04a2c;
}
.post-calendar-square-item .text_info .date_time{
    color: #5F4306;
    font-size: 24px;
    line-height: 32px;
}
.post-calendar-square-item.filter .text_info .date_time{
    color: #000000;
}
.post-calendar-square-item .text_info .today_flag{
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    color: #ffffff;
    background: #E04A2C;
    border-radius: 2px;
    margin-right: 10px;
    padding: 0 10px;
    vertical-align: top;
}
.post-calendar-square-item .text_info .reserve_button{
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    border-radius: 2px;
    color: #ffffff;
    background: #AD8B3F;
    padding: 0 30px;
    margin: 5px 0;
    text-decoration: none;
}
.post-calendar-square-item.filter .text_info .today_flag,
.post-calendar-square-item.filter .text_info .reserve_button{
    background: #999999;
}


.post_afisha .date{
    color: #ad8b3f;
    font-size: 14px;
}

.post_afisha .name{
    color: #333333;
    font-size: 18px;
    line-height: 20px;
}
.post_afisha .descr{
    color: #888888;
    font-size: 14px;
}

.bron{
    display: flex;
    justify-content: center;
    align-item: center;
    background: #322e2c;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
}
.bron:hover{
    text-decoration: none;
    background: #ad8b3f;
    color: #fff;
}

.poster_box .post_calendar ul .post_calendar_item .img_box{
    width: 85px;
    height: 85px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    z-index: 1;
}

.poster_box .post_calendar ul .post_calendar_item .img_box .img{
    width: 85px;
    height: 85px;
}
.poster_box .post_calendar ul .post_calendar_item.chek .img_box .img{
    cursor: pointer;
}
/* Фильтер */
.post_calendar_item .item.filter img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    opacity: 0.4;
}

/* Вуаль для картинок */
.post_calendar_item .img_box .item{
    position: relative;
}
/*.post_calendar_item .img_box .item .veil{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0, 0, 0, 0.50);
}*/

/* 1 картинка */
.post_calendar_item .img_box .sum1 .item{
    width: 85px;
    height: 85px;
    border-radius: 200px;
}

.post_calendar_item .img_box .sum1 .item img{
    max-width: 100%;
    border-radius: 200px;
}

/* 2 картинки */
.post_calendar_item .img_box .sum2 .item{
    width: 85px;
    height: 85px;
    position: relative;
    z-index: 1;
}
.post_calendar_item .img_box .sum2 .item{
    width: 40px;
    height: 85px;
    overflow: hidden;
    float:left;
}
.post_calendar_item .img_box .sum2 .item:nth-of-type(1){
    -webkit-border-top-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-radius-topleft: 200px;
    -moz-border-radius-bottomleft: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
.post_calendar_item .img_box .sum2 .item:nth-of-type(1) img{
    -webkit-border-top-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-radius-topleft: 200px;
    -moz-border-radius-bottomleft: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}


.post_calendar_item .img_box .sum2 img{
    width: 85px;
}
.post_calendar_item .img_box .sum2 .item:nth-of-type(2){
    position: relative;
    z-index: 2;
    float:left;
    margin-left: 5px;
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.post_calendar_item .img_box .sum2 .item:nth-of-type(2) img{
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    position: absolute;
    left:-45px;
}
/* //// */


/* 3 картинки */
.post_calendar_item .sum3 .item{
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.post_calendar_item .sum3 img{
    width: 85px;
    height: 85px;
}
.post_calendar_item .sum3 .item:nth-of-type(1){
    transform:rotate(45deg);
    margin-top: -30px;
    border: 5px solid #fff;
    position: absolute;
    top:-30px;
    left:-5px;
    z-index: 3;
}
.post_calendar_item .sum3 .item:nth-of-type(2){
    float:left;
    border-right: 5px solid #fff;
    z-index: 2;
    width: 40px;
}
.post_calendar_item .sum3 .item:nth-of-type(3){
    float:left;
    z-index: 2;
    width: 40px;
}

/* 4 картинки */
.post_calendar_item .sum4 .item{
    width: 40px;
    height: 40px;
    float:left;
    overflow: hidden;
}

.post_calendar_item .sum4 .item:nth-of-type(even){
    margin-left: 5px;
}

.post_calendar_item .sum4 .item:nth-of-type(n+3){
    margin-top: 5px;
}

/* 5 картинок */
/* Костыль */
.post_calendar_item .rotate{
    transform: rotate(180deg);
}
.post_calendar_item .rotate .date{
    transform: rotate(180deg);
}

.post_calendar_item .sum5 .item{
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.post_calendar_item .sum5 img{
    width: 85px;
    height: 85px;
}
.post_calendar_item .sum5 .item:nth-of-type(1){
    z-index: 1;
    position: absolute;
    top: -45px;
    left: -45px;
    border-right: 5px solid #fff;
}
.post_calendar_item .sum5 .item:nth-of-type(2){
    position: absolute;
    z-index: 2;
    top: -45px;
    right: -45px;
    border:none;
}
.post_calendar_item .sum5 .item:nth-of-type(3){
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 0px;
    border: none;
}
.post_calendar_item .sum5 .item:nth-of-type(4){
    position: absolute;
    z-index: 3;
    left: -75px;
    top: 12px;
    border: 5px solid #fff;
    transform: rotate(33deg);
}
.post_calendar_item .sum5 .item:nth-of-type(5){
    position: absolute;
    z-index: 3;
    right: -75px;
    top: 12px;
    border: 5px solid #fff;
    transform: rotate(-33deg);
}
/* 5 картинок */
/*
.post_calendar_item .sum5 .item{
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.post_calendar_item .sum5 img{
    width: 85px;
    height: 85px;
}
.post_calendar_item .sum5 .item:nth-of-type(1){
    transform:rotate(45deg);
    margin-top: -40px;
    border: 5px solid #fff;
    position: absolute;
    top:-30px;
    left:-5px;
    z-index: 3;
}
.post_calendar_item .sum5 .item:nth-of-type(2){
    float:left;
    border-right: 5px solid #fff;
    z-index: 2;
    width: 40px;
}
.post_calendar_item .sum5 .item:nth-of-type(3){
    float:left;
    z-index: 2;
    width: 40px;
}

.post_calendar_item .sum5 .item:nth-of-type(4){
    transform: rotate(64deg);
    border: 5px solid #fff;
    position: absolute;
    bottom: -69px;
    left: -30px;
    z-index: 3;
}
.post_calendar_item .sum5 .item:nth-of-type(5){
    transform: rotate(18deg);
    border: 5px solid #fff;
    position: absolute;
    bottom: -68px;
    left: 32px;
    z-index: 4;
}
/* ///  */


.poster_box .post_calendar ul .post_calendar_item .img_box .date{
    position: absolute;
    top: 23px;
    left: 23px;
    background: #fff;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 37px;
    border-radius: 70px;
    font-size: 22px;
    color: #888888;
    z-index: 5;
}
.poster_box .post_calendar ul .post_calendar_item.chek .img_box .date{
    color: #000000;
}


.poster_box .post_calendar ul .post_calendar_item .img_box .date.cur_date{
    color: #e04a2c;
}
.poster_box .post_calendar ul .post_calendar_item .date_box{
    text-align: center;
    font-size: 14px;
    color:#888888;
    line-height: 14px;
    margin-top: 9px;
    font-weight: bold;
    height: 28px;
}
.poster_box .post_calendar ul .post_calendar_item .date_box.weekend{
    margin-top: 7px;
}
.poster_box .post_calendar ul .post_calendar_item .date_box.weekend span{
    color: #fff;
    display: inline-block;
    background: #e04a2c;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    font-size: 14px;
    font-weight: normal;
}
.poster_box .post_calendar ul .post_calendar_item .date_box.cur_date{
    color:#e04a2c;
    text-transform: lowercase;
}


/* Лист с афишей */
.list_postrs_box{
    margin: 0px 20px;
    padding: 25px 0px;
    border-bottom: 1px solid #ecebeb;
}

.list_postrs_box ul{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    list-style: none;
    display: block;
    overflow: hidden;
}

.list_postrs_box .poster_item{
    padding: 8px 15px 2px 0px;
}

.list_postrs_box .poster_item a{
    text-decoration: none;
}

.list_postrs_box .poster_item .name{
    color:#333333;
    font-size: 16px;
    line-height: 17px;
}
.list_postrs_box .poster_item:hover .name{
    color: #d91919;
}

.list_postrs_box .poster_item .date{
    color:#999999;
    font-size: 12px;
    padding: 0px 0px 2px 0px;
}
.list_postrs_box .poster_item .descr{
    font-size: 12px;
    color:#888888;
}

.list_postrs_box .poster_item img{
    float:left;
    margin: 3px 0px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.list_postrs_box .poster_item .text_box{
    float:left;
    padding: 0px 0px 0px 10px;
    max-width: 260px;
}

.list_postrs_box li{
    min-height: 75px;
    display: inline-block;
    vertical-align: top;
}

.list_postrs_box .group{
    padding: 29px 0px 5px 0px;
    margin: 0px 20px 0px 0px;
    background: url('../img/site2015/element.png') top center no-repeat;
    color: #AD8B3F;
    text-transform: none;text-align: center;
    min-height: 51px;
}
.list_postrs_box .group a{
    color: #ad8b3f;
    font-size: 20px;
    text-decoration: none;
}

.news-xs {
	display: inline-block;
	clear: both;
	width: 100%;
	margin-top: 15px;
	padding: 0 25px;
}
.top_logo_box .news_box{
    position: relative;
    overflow: hidden;
	width: 260px;
    margin: 0;
}

.top_logo_box .box_news_box .twit-pagination a{
    display: inline-block;
    padding: 5px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    background: url(../img/site2015/twit_pagination.png) no-repeat center;
}

.top_logo_box .box_news_box .twit-pagination a.active{
    background: #000;
    background: url(../img/site2015/twit_pagination_active.png) no-repeat center;
}


.top_logo_box .box_news_box{

    padding: 0px 0px 0px 25px;
    background: url('../img/site2015/twit_news_box.png') no-repeat 0px 6px;
    z-index: 1;
}

.top_logo_box .box_news_box .twit-pagination{
    display: table;
}

.top_logo_box .news_box ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
    width: 25000em;
    position: relative;
}
.top_logo_box .news_box .news_item{
    float:left;
    width: 260px;
    text-align: left;
}
.top_logo_box .news_box .news_item .twit{
    display: block;
    color: #000000;
    font-size: 14px;
}
.top_logo_box .news_box .news_item .twit:hover{
    color:#e04a2c;
}
.top_logo_box .news_box .news_item .date{
    color: #999999;
    font-size: 12px;
}
.top_logo_box .gray{
    color: #888888;
    font-size: 14px;
}


/* Слайдер */
.jcarousel-poster {
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.jcarousel-poster ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-poster li {
    float: left;
    margin: 0px 2px 0px 2px;
    width:410px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.jcarousel-poster li a{
    text-decoration: none;
    display: block;
    position: relative;
}
.jcarousel-poster li .imgBox{
    overflow: hidden;
    height: 350px;
}
.jcarousel-poster li img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    min-height: 320px;
}
/* Эффект при наведении*/
.jcarousel-poster li:hover img{
    transform: scale(1.2);
}

.jcarousel-poster li .descr_box{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 110px;
}
.jcarousel-poster li .descr_box .back{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #4F463E;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.jcarousel-poster li:hover .descr_box .back{
    opacity: 1;
}

.jcarousel-poster li .descr{
    color: #AEAEAE;
    padding: 6px 20px;
    text-align: center;
    position: relative;
}
.jcarousel-poster li .descr .date{
    font-size: 16px;
    color: #f0c363;
    font-weight: bold;
}
.jcarousel-poster li .descr .name{
    font-size: 25px;
    color: #fff;
    margin: 5px 0;
}
.jcarousel-poster li .descr .gray{
    font-size: 14px;
    color: #999999;
}
.jcarousel-poster li .descr .red{
    font-size: 14px;
    color: #d91919;
}
.poster-wrapper{
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 1;
}
a.poster-next, a.poster-prev {
	position: absolute;
	top: 0;
	display: block;
	width: 13%;
	height: 100%;
	background-size: 45px auto;
	background-repeat: no-repeat;
	max-width: 66px;
}
a.poster-next{
    right: 0;
    background-image: url('../img/site2015/arrow_next_index.png');
    background-position: right 0 top 50%;
}
a.poster-prev {
	left: 0;
	background-image: url('../img/site2015/arrow_prev_index.png');
    background-position: left 0 top 50%;
}
.inner-page a.poster-next, .inner-page a.poster-prev {
    background-position-y: 50%;
}

/*Список статей с видео.*/
.video_list{
    overflow: hidden;
    margin: 0 0 20px 0;
}
.video_list h2{
    margin-top: 0;
}
.video_list .top_line{
    margin-bottom: 30px;
}
.video_list .top_line .but_all_news{
    float: right;
}
.video_news_list{
    list-style: none;
    padding: 0px;
    margin: 0px -10px 30px -10px;
}
.video_news_list .item{
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.video_news_list .item a{
    text-decoration: none;
}
.video_news_list .item .video_prev{
    position: relative;
    margin-bottom: 15px;
}
.video_news_list .item .video_prev .back{
    width: 100%;
}
.video_news_list .item .video_prev .marka{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url('../img/site2015/video_bigger.png') no-repeat;
}
.video_news_list .item .text_box{

}
.video_news_list .item .name{
    color:#333333;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
}
.video_news_list .item:hover .name{
    color: #e04a2c;
}
.video_news_list .item  .date{
    color: #999999;
    font-size: 18px;
    line-height: 20px;
}

/* foot box */
.foot_box .left .h2{
    margin: 0px 0px 13px 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 100;
    color:#322f2d;
}

/* Лента новостей в футуре */
.foot_box .news_box{
    border-left: 1px solid #e4e4e4;
    padding: 0px 5% 0px 5%;

}



.foot_box .news_box .navi{
    padding: 0px 0px 10px 0px;
    display: table;
    width: 100%;
}
.cel{
    display: table-cell;
    position: relative;
}

.foot_box .news_box .navi .rss{
    position: absolute;
    top: -3px;
    right: 17px;
    width: 16px;
    height: 16px;
    background: url(../img/site2015/rss.png) no-repeat center;
    text-decoration: none;
    border: none;
    background-size: 12px;
}

.foot_box .news_box .navi a{
    font-size: 25px;
    line-height: 27px;
    border-bottom: 1px dashed;
    display: inline-block;
    color: #bb9e5f;
    text-decoration: none;
	margin: 0 25px 0 0 !important;
}
.foot_box .news_box .navi a:hover{
    color: #e04a2c;
}
.foot_box .news_box .navi a.chek{
    color: #322f2d;
    border-bottom: 1px solid #fff;
}
.foot_box .news_box .news_list .item{
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.foot_box .news_box .news_list .item .name{
    font-size: 16px;
    line-height: 16px;
    color:#333333;
    display: block;
    text-decoration: none;
}
.foot_box .news_box .news_list .item a:hover.name{
    color:#e04a2c;
}

.foot_box .news_box .news_list .item .date{
    color:#999999;
    font-size: 12px;
    margin-top: 1px;
}
.foot_box .news_box .but_all_news{
    margin: 18px 0px;
}
.but_all_news{
    font-size: 18px;
    color:#ad8b3f;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.but_all_news:hover{
    color:#e04a2c;
}
/* Подписка */
.subscription_box{
    border:1px solid #e9e9e9;
    background: #fafafa;
    padding: 17px 20px 24px 20px;
    margin: 0 auto 30px auto;
}
.subscription_box .name{
    font-size: 16px;
    color:#333333;
    text-transform: uppercase;
    font-weight: bold;
}
.subscription_box .descr{
    padding: 5px 0px 12px 0px;
    color:#333333 ;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;

}
.subscription_box .input_box{
    position: relative;
    padding: 9px 10px 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #bcbcbc;
    background: #fff;
}
.subscription_box .submit{
    position: absolute;
    top:4px;
    right: 5px;
    background: url("../img/site2015/subscribe.png") no-repeat center #bcbcbc;
    border: none;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.subscription_box .email{
    font-size: 16px;
    width: 100%;
    border:none;
}
.subscription_box .response div{
    padding: 5px 5px 0px 5px;
}
.subscription_box .response div.ok{
    color: green;
}
.subscription_box .response div.error{
    color: rgb(168, 32, 32);
}
/* Banner */
.sliderReferencesBox-container {
    border: 1px solid #ad8b3f;
    padding: 10px;
    overflow: hidden;
}
.sliderReferencesBox{
    overflow: hidden;
    position: relative;
    width: 240px;
    height: 300px;
    border: 1px solid #ECEBEB;
    margin: 0 auto;
}
.sliderReferencesBox ul{
    width: 25000em;
    /*width: 100%;*/
    position: relative;
}
.sliderReferencesBox li{
    float:left;
    /*width: 215px;*/
    /*height: 300px;*/
}

.references_list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.references_list li img{
    width: 100%;
    padding: 5px;
}


.references_box .references{
    padding: 0px 0px 0px 20px;
    margin: 15% 0px 0px 0px;
    border-left: 1px solid #e4e4e4;
}

.references_box .references a{
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0px 10px 0px;
    margin-top: 10px;
    text-decoration: none;
}

.references_box .references a:hover .name{
    color:#e04a2c;
}

.references_box .references a:last-of-type{
    border-bottom: 1px solid #fff;
}

.references_box .references a .name{
    font-size: 22px;
    color: #333333;
    line-height: 20px;
}
.references_box .references a .descr{
    font-size: 12px;
    color:#999999;
    padding: 2px 0px 0px 0px;
}
/* Соц блоки */
.soc_box{
    margin: 12px 0px 0px 0px;
}

.soc_box .item:last-of-type{
    margin-right: 0px;
}
.soc_box .item.vk{
    padding: 10px;
    border:1px solid #dbdbdb;
}

 .soc_box .item.twit {
     padding: 0;
 }




/* партнёры */
.partners_box{
    margin: 70px 0;
}
.partners_box .name{
    font-size: 24px;
    line-height: 24px;
    color: #ad8b3f;
    text-decoration: none;
    display: table;
    margin: 0 auto 30px auto;
}

.partners_box .name:hover{
    color:#e04a2c;;
}

.partners_list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.partners_list .item {
	text-align: center;
	display: inline-block;
	margin: 0 25px 25px 0;
	max-width: 190px;
	vertical-align: top;
}
.partners_list .item a{
    text-decoration: none;
	display: block;
}
.partners_list .item .img_box {
	min-height: 80px;
	min-width: 80px;
}
.partners_list .item img{
}

.partners_list .item:hover img{
}

.partners_list .item:last-of-type{
    margin-right: 0px;
}

.partners_list .item .name{
    color:#191919;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
	padding: 0 20px;
}

/*Логотип медиаидеи.*/
.mi{
    position: relative;
    padding: 11px 0px 15px 60px;
    background: url("../img/site2015/mi.png") 0px 0px no-repeat;
    right: 12px;
    margin-bottom: 10px;
}
.mi a{
    font-size: 14px;
    text-decoration: none;
    line-height: 17px;
    display: inline-block !important;
}
/*Логотип бомбабокса.*/
.bombabox{
    background: url('../img/site2015/blue-logo-bombabox.png') 0 0 no-repeat;
    font-size: 14px;
    height: 57px;
    padding-left: 49px;
    color: #ffffff;
    line-height: 17px;
}
.bombabox a{
    text-decoration: none;
    display: inline-block !important;
}

/* footer */
.footer_box{
    padding: 50px 0;
    background: #eeeeee url('../img/site2015/footer_back_light.jpg');
    color: #000000;
    overflow: hidden;
}
.footer_box .header,
.footer_box .copyright{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.footer_box .text{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.footer_box .gray_color{
    color: #5C5C5C;
}
.footer_box .text a{
    color: #5C5C5C;
}
.local_ref{
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.local_ref:hover{
    text-decoration: none;
    border-bottom-color: transparent;
}

.footer_soc_block{
    margin-bottom: 20px;
}
.footer_soc_block .header{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}


.fansyBoxBox{
    display: none;
}

#map_info {
    width: 700px;
    height: 600px;
    display: none;
}

/*  !!   */
.mid{
    margin: 0 auto;
	max-width: 1204px;
}
.mid_content{
    width: 100%;
    max-width: 1280px;
}

.my_frends{
    padding: 5px 0 10px;
}

div#second_wrapper {
/*
	float:left;width:100%;
*/
	position: relative;
}
div#second_content{/*margin-left:270px;*/}
.second_content{
    padding: 0px 0px 30px 0px;
    /*float: left;*/
}

.second_content .calendar_nav{
    position: absolute;
    top:0px;
    right: 0px;
}

.second_content .calendar_nav a{
    color: #ad8b3f;
    font-size: 18px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: dashed 1px;
    margin: 0 10px;
}

.second_content .calendar_nav .linkAfishaBox{
    display: inline-block;
}

.second_content .calendar_nav .linkAfishaBox.prev{
    background: url("../img/site2015/strelkaLeft.png") no-repeat left center;
    padding: 0 0 0 7px;
}

.second_content .calendar_nav .linkAfishaBox.next{
    background: url("../img/site2015/strelkaRight.png") no-repeat right center;
    padding: 0 7px 0 0;
}
.catalog_afisha_kids .calendar_nav{
    position: absolute;
    top: 0px;
    left: 20px;
    color: #28a7f6;
}

.catalog_afisha_kids .calendar_nav a{
    color: #28a7f6;
    font-size: 18px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: dashed 1px;
    margin: 0 10px 0 0;
}
.catalog_afisha_kids .calendar_nav .dots{
    color: #28a7f6;
    font-size: 18px;
    line-height: 14px;
    margin: 0 10px 0 0;
}

.catalog_afisha_kids .calendar_nav .linkAfishaBox{
    display: inline-block;
}

div#second_navigation{
	/*
    float:left;
    width:220px;
    margin-left:-100%;
	*/
    position: relative;
    z-index: 1;
}
div#second_extra{clear:left;width:100%}

/*Хлебные крошки. Навигация.*/
.breadcrumbs {
    margin:0 0 14px 0;
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #888888;
}
.breadcrumbs a{
    text-decoration: none;
    color: #333333;
}
.breadcrumbs a:hover{
    color: #e04a2c;
}

.breadcrumbs .sep{display: inline-block; width: 9px; height: 9px; background: url('../img/site2015/arr1.png') no-repeat -148px 0; vertical-align:middle; margin:0 5px 0 5px;}
.breadcrumbs .current{}

.clear_after:after{
    clear: both;
    content: '';
    font-size: 0px;
}

/*Модуль репертуара.*/
.repertuar_module .repertuar_genre{
    padding-top: 7px;
}
.repertuar_module h1{
    margin: 0;
}
.repertuar_module .filter-box{
    margin-bottom: 15px;
}
.repertuar_module  .buttons_block{
    text-align: right;
}
.repertuar_box .repertuar_list{
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0;
}
.repertuar_list .item{
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.repertuar_box a{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
    background: #4B4138;
	display: block;
    border-radius: 4px;
}
.repertuar_box a .imgBox{
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 205px;
    background: #eeeeee;
}
.repertuar_box a .imgBox img{
    max-width: 100%;
}
.imgBox .genreOver{
    position: absolute;
    top:10px;
    right: 10px;
    width: 24px;
    height: 24px;
}
.repertuar_box .descr_box{
    background: #4B4138;
    width: 100%;
    height: 150px;
}
.repertuar_box .descr_box .descr{
    display: table;
    width: 100%;
    height: 100%;
}
.repertuar_box .descr_box .inner_cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.repertuar_box .descr_box .descr .schedule_next{
    font-size: 16px;
    line-height: 18px;
    color: #AD8B3F;
    display: block;
    margin-bottom: 5px;
}
.repertuar_box .descr_box .descr .title{
    font-size: 30px;
    line-height: 32px;
    color: #ffffff;
    display: block;
    padding-bottom: 5px;
}
.repertuar_box .descr_box .descr .genre{
    font-size: 16px;
    line-height: 18px;
    color: #AEAEAE;
    display: block;
}

/*Просто белая кнопка.*/
.big_white_button{
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.big_white_button.ticket_sales{
    padding-left: 36px;
    background: url('/d/img/site2015/ticket_sales.png') no-repeat #ffffff;
    background-position: left 15px center;
}
.big_white_button:hover{
    background-color: #312E2B;
    color: #ffffff !important;
}
.big_white_button.ticket_sales:hover{
    background-image: url('/d/img/site2015/ticket_sales_white.png');
}
.big_white_button.claim_button{
    margin-bottom: 15px;
}
.big_red_button{
    background: #e51033;
    color:#fff !important;
    border:1px solid #e51033 !important;
}
.big_red_button:hover{
    background: #c20827 !important;
    border:1px solid #e51033 !important;
}

/*Главный поиск на сайте.*/
#find_box{
    position: absolute;
    left: 0px;
    top:0px;
    width:100%;
    height:100%;
    z-index: 99999;
    height: 100%;
    display: none;
    background: url('../img/site2015/back_search.png');
}
#find_but{
    margin-right: 15px;
}
#find_but,#find_but_open{
    background: url('../img/site2015/find.png') no-repeat -30px 0px;
    width:30px;height:30px;
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    position: relative;
}
#find_but_open {
	position: absolute;
	top: 156px;
	right: 20px;
}
#find_but_open,#find_but:hover{
    background-position:0px 0px;
}
.find_container{
    max-width: 1280px;margin: 0 auto;position: relative;height:208px;
    border-bottom: 1px solid #444444;
    background-image: url("../img/site2015/logo.png");
    background-position: center 25px;
    background-repeat: no-repeat;
    background-size: 224px auto;
}

.find_container .name_box{
    position: absolute;
    top:150px;
    left:30px;
}

.find_container .name_box .name{
    color: #555555;
    font-size: 25px;
}

.find_container .name_box .count_seek{
    font-size: 25px;
    color: #fff;
}

#find_field{
    position: absolute;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 0px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding: 0px 30px;
    top: 153px;
    z-index: 9;
    right: 17px;
    width: 58%;
    box-sizing: border-box;
}
#find_close{
    color:#d2bc8a;position: absolute;top:120px;right: 20px;font-size: 14px;
}
body.lock{height:100%;overflow: hidden;}
#find_container_result{
    max-width: 1280px;margin: 0 auto;position: relative;
    color:#fff;padding: 20px 0px 40px 0px;
}

/* Результаты поиска */
.search_res{
    padding: 0px 2%;
}
.search_res .box{
    float:left;
    margin: 0px 2% 0px 0px;
}
.search_res .box:last-of-type{
    margin: 0px;
}
.search_res .afisha{
    width: 52%;

}
.search_res .news_and_pressa.smal{
    width: 28%;
    margin: 0px;
}
.search_res .news_and_pressa.big{
    width: 45.5%;
    margin: 0px;
}

.search_res .news_and_pressa ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.search_res .news_and_pressa ul li{
    padding: 5px 0px 10px 0px;
}
.search_res .news_and_pressa ul li .text{
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    color: #c3c2c2;
    line-height: 14px;
}
.search_res .news_and_pressa ul li a{
    font-size: 16px;
    color: #d2bc8a;
    line-height: 20px;
}

.search_res .afisha ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.search_res .afisha.big .item{
    width: 95%;
    padding: 2.5%;
    background: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 10px 0;
}

.search_res .afisha.big .item .img_box{
    float:left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 48%;
}
.search_res .afisha.big .item .img_box img{
    max-width: 100%;
}

.search_res .afisha.big .item .descr{
    float:left;
    color: #c3c2c2;
    font-size: 14px;
    line-height: 18px;
    width: 45%;
    padding: 0px 0px 0px 3%;
}
.search_res .afisha.big .item .descr .info{
    color: #666666;
}
.search_res .afisha.big .item .descr .info .white{
    color: #c3c2c2;
}

.search_res .afisha.big .item .title{
    font-size: 22px;
    color: #d2bc8a;
    display: block;
    margin: 0px 0px 10px 0px;
}
.search_res .afisha.big .item .text{
    padding: 10px 0px 0px 0px;
    line-height: 16px;
    font-size: 14px;
    color: #c3c2c2;
}


.search_res .afisha.small .item{
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: 178px;
    float:left;
    list-style: none;
    margin: 5px;
    height: 275px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.search_res .afisha.small .item .title{
    font-size: 22px;
    color: #d2bc8a;
    display: table;
    margin: 0px 0px 3px 0px;
    line-height: 24px;
}
.search_res .afisha.small .item .info{
    color: #c3c2c2;
    font-size: 14px;
    line-height: 16px;
}

.search_res h2{
    font-weight: normal;
    font-size: 22px;
}

/* Меню внутренее */
.menu_cat_a{
    margin: 0px 0px 30px 0px;
}

.menu_cat_a>ul{
    padding: 0px;
    margin: 0px;
}
.menu_cat_a>ul>li{
    list-style: none;
    margin: 0px;
}
.menu_cat_a>ul>li{
    background: #f3eee2;
    border-top:1px solid #e6dfcf;
    border-left:1px solid #e6dfcf;
    border-right:1px solid #e6dfcf;
}
.menu_cat_a>ul>li>a{
    padding: 11px 22px 9px;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.menu_cat_a>ul>li:first-of-type{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.menu_cat_a>ul>li:last-of-type{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.menu_cat_a>ul>li:last-of-type{
    border-bottom:1px solid #e6dfcf;
}

.menu_cat_a>ul>li.active>a{
    color: #e04a2c;
}
.menu_cat_a>ul>li.active{
    background: #ffffff;
}

.menu_cat_a>ul>li:hover{
    background: #ffffff;
}
.menu_cat_a>ul>li:hover>a{
    color: #e04a2c;
}

.menu_cat_a>ul>li>.sub_menu{
    padding: 0px 0 20px 35px;
}

.menu_cat_a>ul>li>.sub_menu li{
    list-style-image:url(../img/site2015/marker.png);
}
.menu_cat_a>ul>li>.sub_menu>li>a{
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    padding: 1px 0px 1px 3px;
}
.menu_cat_a>ul>li>.sub_menu li.active>a,.menu_cat_a>ul>li>.sub_menu li:hover>a{
    color: #e04a2c;
}

/* Страница события. */
.concert_page .top_line{
    margin-bottom: 20px;
}
.concert_page .top_line h1{
    margin: 0 !important;
}
.concert_page .buttons_block{
    text-align: right;
}

.concert_page .navi a{
    padding: 1% 2%;
    border-top:1px solid #e6dfcf;
    border-left:1px solid #e6dfcf;
    border-bottom:1px solid #e6dfcf;
    text-decoration: none;
    background: #f4f0e5;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
}

.concert_page .textBox{
    padding: 15px 0 15px 0;
}
.concert_page .textBox > div{
    display: none;
}
.concert_page .textBox > div.chek{
    display: block;
}

.concert_page .artistsListBox{
    padding: 0px 25px 20px 25px;
    background: #f4f0e5;
    border:1px solid #e6dfcf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.concert_page .artistsListBox h2{
    color: #322f2d;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    margin: 20px 0 18px;
}

.concert_page .artistsList{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.concert_page .artistsList .item img{
    float:left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 4px 12px 0 0;
}

.concert_page .artistsList .item{
    margin: 0 0 10px 0;
}
.concert_page .artistsList .item:last-child{
    margin-bottom: 0;
}
.concert_page .artistsList .item:hover .name{
    text-decoration: underline;
    color: #e04a2c;
}

.concert_page .artistsList .item a{
    text-decoration: none;
}

.concert_page .artistsList .item .name{
    color: #333333;
    font-size: 16px;
    line-height: 18px;
}
.concert_page .artistsList .item .role{
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    font-weight: bold;
}



.concert_page .navi a.chek, .concert_page .navi a:hover{
    background: #ffffff;
    color: #e04a2c;
}

.concert_page .navi a:last-of-type{
    border-right:1px solid #e6dfcf;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.concert_page .navi a:first-of-type{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.concert_page .catalog_page_images .main{
    max-width: 100%;
}

.concert_page .repertuar .showSolists{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #AD8B3F;
    text-decoration: none;
    border-bottom: 1px dotted;
    display: table;
    font-weight: normal;
    cursor: pointer;
    margin: 3px 0 0 0;
}
.concert_page .repertuar .price{
    margin: 0 0 10px 10px;
}

.concert_page .concert_list .artistsList{
    margin: 15px 0 0 0;
    display: none;
}

.concert_page .repertuar h2{
    color: #322f2d;
    font-size: 25px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.concert_page .repertuar li .linkRepertuar .firstBox{
    margin-bottom: 10px;
}
.concert_page .repertuar li .linkRepertuar .date{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}


.concert_page .repertuar li .linkRepertuar .solistBox{
    margin: 5px 0;
}

.side_wrapper{
    margin: 0px 0px 25px 0px;
    font-size: 18px !important;
    font-weight: bold;
    color: #000000;
}
.side_wrapper span{
    font-size: 18px !important;
}
.side_wrapper ul{
    margin: 0px;
    padding: 0px;
}

.concert_page .right_row{
    float:left;
    width: 31%;
}
.concert_page .left_row{
    float: left;
    width: 65%;
    padding: 0px 4% 0px 0px;

}

.concert_page .catalog_page_images{
    position: relative;
	margin-bottom: 10px;
}

.concert_page .catalog_page_images .genreOver{
    position: absolute;
    top: 8px;
    right: 26px;
    width: 24px;
    height: 24px;
}

.concert_page .navi{
    margin: 35px 0 0 0;
}

.concert_page .info{
    padding: 20px 25px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 0px 25px 0px;
}

.concert_page .info .item{
    padding: 3px 0px;
}


/* Опрос */
.voting_block{
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #f1f1f1;
}
.voting_block h2{
    font-size: 25px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}
.voting_block h3{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    line-height: 16px;
}
.voting_box .submit{
    font-size: 16px;
    color: #333333;
    border: 1px solid #c1c0bf;
    background: none;
    cursor: pointer;
    padding: 1px 10px 4px 10px;
    margin: 13px 0px 5px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: table;

}

.voting_box .radio {
    display: table;
}
.voting_box .radio .line{
    display: table-row;
    padding: 0px 0px 5px 0px ;
}
.voting_box .radio .line span{
    display: table-cell;
}
.voting_box .radio .line{
    padding: 0px 0px 5px 0px ;
    line-height: 16px;
    font-size: 16px;
}

.voting_block ul{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    line-height: 16px;
    font-size: 16px;
}
.voting_block ul li{
    padding: 5px 0px;
}
.voting_block ul li.title{
    padding: 10px 0px 0px 0px;
}
.voting_block .percent_box{
    width: 100%;
    height: 7px;
    background: #fff;
    border:1px solid #e6dfcf;
    margin:3px 50px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.progress{
    background: #f3eee2;
    height: 100%;
}

/* children child  */

@font-face {
    font-family: 'foo';
    src: url('/fonts/foo.eot');
    src: url('/fonts/foo.eot?#iefix') format('embedded-opentype'),
        url('/fonts/foo.woff') format('woff'),
        url('/fonts/foo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.concert_page .additional .body{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
}

.children_menu_wrap {
    height:70px;
    background:url('../img/site2015/children/menu_bg.jpg') no-repeat center top #fefefd;
    border-bottom: 5px solid #28a7f6;
}

.children_menu_wrap .container {
    z-index: 30;
}

.children_page_top {
    height: 254px;
    margin:0 auto;
    position:relative;
    z-index:20;
    /*background:url('../img/site2015/children/children_page_top.png') no-repeat center top;*/
}

.children_page_top .cloud{
    background:url('../img/site2015/children/top2015.png') no-repeat center top;
    height: 350px;
    position: absolute;
    top: -76px;
    width: 100%;
}

.children_page_top .inner_wrapper{
    height: 100%;
    min-width: 960px;
    max-width: 980px;
    margin:0 auto;
    position: relative
}

.children_page_top .inner_wrapper .breadcrumbs{
    margin: 0px;
    padding: 15px 0px 14px 140px;
}

.children_page_top .logo{
    top:33px;
    left: 145px;
    position: absolute;
}

.wrap {
	/*
    float: left;
    width: 100%;
	*/
    min-height: 1px;
}

.children_page_top .logo_link{
    top:154px;
    left: 0px;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

#children_main {
    position:relative;
    margin-top: -190px;
    z-index: 21;
}

#children_main .content_wrap {
    padding: 0 20px;
    position: relative;
}

#children_main #find_but{
    top: 0px;
    right: 0px;
}

.children_logo_box{
    font-size: 19px;
    background: url('../img/site2015/logo.png') top center no-repeat;
    padding: 57px 0 0 0;
    position: absolute;
    top: 70px;
    z-index: 5;
    left: 290px;
    line-height: 21px;
}

#children_main .container{
    max-width: 1050px;
    min-width: 960px;
    margin: 0 auto;
}

#children_main .nav{
    margin: 0px;
}

#children_main .left{
    z-index: 5;
    width: 160px;
    margin-left: -50%;
    margin-top: -181px;
	/*
    float: left;
    margin-right: 20px;
	*/
}
#children_main .wrap {
    /*margin-right: -70px;*/
}

#children_main .razdel_content {
    /*margin: 0 0 50px 160px;*/
}

#children_main .left div{
    margin: 0px;
}

#children_main .catalog_object_list{
    position: relative;
    display: inline-block;
}

#children_main .catalog_object_list h1{
    font: 35px foo;
    color: #28a7f6;
    margin: 10px 0 30px 0px;
}

#children_main .catalog_object_list .image{
    display: block;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#children_main .catalog_object_list .image img{
    display: block;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
}

#children_main .catalog_object_list ul{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    z-index: 1;
}

.kids_preview_item .title,
#children_main .catalog_object_list li .title{
    margin: 0 0 10px 0;
}

.kids_preview_item .title a,
#children_main .catalog_object_list li .title a{
    font-size: 22px;
    text-decoration: none;
    line-height: 22px;
    color: #333333;
    font-family: 'PT Serif', serif;
    text-shadow: 1px 1px 10px white;
}

.kids_preview_item .title a,
#children_main .catalog_object_list li a:hover{
    color: #e04a2c;
}

#children_main .catalog_object_list li .image img {
	width: auto;
	height: 150px;
}

#children_main .catalog_object_list li {
    width: 230px;
    margin: 0 30px 30px 0;
    position: relative;
}

.children_image_shadow{
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0px 12px 12px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    0px 12px 12px rgba(50, 50, 50, 0.7);
    box-shadow:         0px 12px 12px rgba(50, 50, 50, 0.7);
    height: 25px;
    width: 90%;
    position: absolute;
    bottom: 1px;
    left: 5%;
    z-index: 1;
}
.children_page_cat{
    position: absolute;
    z-index: 20;
    right: 235px;
    top: -28px;
    width: 140px;
    height: 226px
}


.right_menu_children{
    position: relative;
    float: left;
}
.right_menu_children ul {
    list-style-type: none;
    margin: 0;
    padding: 0 32px 0 31px;
    position: relative;
    z-index: 10;
}

.right_menu_children li {
    margin: 29px 0;
}

.right_menu_children a {
    font: 16px/20px Tahoma;
    color: #28a7f6;
    display: block;
    width: 121px;
    overflow: hidden;
    text-align: center;
    padding: 5px 3px;
    margin: 0 auto;
}

.right_menu_children .chk > a {
    color: white;
    text-decoration: none;
    background: #28a7f6;
    border-radius: 8px;
}

.children_menu_balloons{
    background:url('../img/site2015/children/children_menu_balloons.png') no-repeat 0 0;
    width: 216px;
    height: 221px;
    position: relative;
    float: left;
}

.children_menu_bottom{
    background:url('../img/site2015/children/children_menu_bottom.png') no-repeat 0 0;
    width: 216px;
    height: 58px;
    position: relative;
    float: left;
}

.children_menu_middle{
    background:url('../img/site2015/children/children_menu_middle_back.png') repeat-y 0 0;
    width: 216px;
    min-height: 177px;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
}

.children_menu_middle_fon{
    background:url('../img/site2015/children/children_menu_middle_fon.png') no-repeat 0 0;
    width: 216px;
    position: absolute;
    height: 177px;
    top: 0px;
    left: 0px;
}

.object_list_left_angle{
    background:url('../img/site2015/children/object_list_left_angle.png') no-repeat 0 0;
    width: 174px;
    height: 142px;
    position: absolute;
    bottom: 22px;
    left: -38px;
    z-index: -1;
}

.object_list_right_angle{
    background:url('../img/site2015/children/object_list_right_angle.png') no-repeat 0 0;
    width: 233px;
    height: 199px;
    position: absolute;
    right: 50px;
    top: 84px;
    z-index: 0;
}

.children_footer .footer_topline{
    background: #2f9864;
}

#children_page_bottom{
    height: 341px;
    position: relative;
}

#children_page_bottom{
    position: relative;
}

#children_page_bottom #glade{
    height: 341px;
    width: 899px;
    background:url('../img/site2015/children/children_page_bottom.png') no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    z-index: 0;
}

#children_page_bottom #children_page_hare{
    width: 136px;
    height: 230px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -66px;
    background:url('../img/site2015/children/children_page_hare.png') no-repeat 0 0;
    z-index: 1;
}

#children_page_bottom .grass{
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#children_page_bottom #grass1{
    background:url('../img/site2015/children/grass1.png') repeat-x 0 0;
    height: 80px;
    z-index: 2;
}

#children_page_bottom #grass2{
    background:url('../img/site2015/children/grass2.png') repeat-x 37px 0;
    height: 102px;
    z-index: 3;
}

#children_page_bottom #grass3{
    background:url('../img/site2015/children/grass3.png') repeat-x 150px 0;
    height: 106px;
    z-index: 4;
}

.children_main_wrap {
    z-index:3;
    position: relative;
}
.children_main_wrap #header{
    z-index: 12;
}

#children_page_pillar{
    position: absolute;
    z-index: 0;
    background: #dae8f1;
    height: 100%;
    width: 100%;
}

#pillar_inner{
    background: #FFFFFF;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background:url('../img/site2015/children/children_page_pillar.png') repeat-y 0 0;
}

.children_info_title{
    width: 460px;
    font: normal 35px/30px Tahoma;
    color: #454441;
}

.children_concert_page .catalog_page_banner{
    margin-top: 37px;
    margin-bottom: 35px;
    border: none;
    position: relative;
    height: 313px;
    display: inline-block;
}

.children_concert_page .catalog_page_banner > img{
    height: 313px;
    width: 830px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.children_concert_page .catalog_page_banner .object_left_angle{
    background:url('../img/site2015/children/object_left_angle.png') no-repeat 0 0;
    width: 177px;
    height: 171px;
    position: absolute;
    bottom: -31px;
    left: -18px;
    z-index: 0;
}

.children_concert_page .catalog_page_banner .object_right_angle{
    background:url('../img/site2015/children/object_right_angle.png') no-repeat 0 0;
    width: 261px;
    height: 365px;
    position: absolute;
    top: -36px;
    right: -67px;
    z-index: 0;
}

.children_concert_page .catalog_page_banner .side_children{
    position: absolute;
    background: #28a475;
    color: #FFFFFF;
    z-index: 2;
    width: 211px;
    bottom: -33px;
    right: -23px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font: normal 16px/21px Arial !important;
}

.children_concert_page .catalog_page_banner .side_children_wrapper{
    margin: 20px;
}

.children_main_wrap .concert_page .info {
    color: #666666;
}

.children_main_wrap .concert_page .info table{
    font: 13px/16px Tahoma,"Geneva CY",Kalimati,Sans-Serif;
    color: #666;
}
.children_main_wrap .concert_page .info table td{
    padding: 4px 0px;
}
.children_main_wrap .concert_page .info table b{
    color: #383737;
}


.children_concert_page .info{
    background: #e3eef5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 7px 7px 10px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    7px 7px 10px rgba(50, 50, 50, 0.25);
    box-shadow:         7px 7px 10px rgba(50, 50, 50, 0.25);
    /*width: 382px;*/
    color: #666666;
    float: right;
    margin: 0 0 20px 20px;
    padding: 10px 20px;
    max-width: 260px;
}

.children_concert_page .art_text, .children_competition_page .art_text{
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    margin: 20px 0;
}

.catalog_afisha_kids ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#children_main .catalog_afisha_kids h1, .competition_list h1{
    font: 35px foo;
    color: #28a7f6;
}

.kids_preview li.kids_preview_item{
    float: none;
    color: #666666;
    font: 14px Arial;
    display: inline-block;
    width: 250px;
    margin: 0 26px 26px 0;
    vertical-align: top;
    z-index: 2;
    position: relative;
    overflow: visible
}
.kids_preview li.kids_preview_item b{
    color: #383737;
}
.kids_date{
    font: 16px Arial;
}
.kids_preview_item h2 a{
    color: #454441;
    font: 18px Tahoma;
}
.kids_preview_item{
    z-index: 2;
}
.kids_preview_item .bron_button{
    display: block;
    border-radius: 15px;
    padding: 10px 15px;
    background: #28a7f6;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.kids_preview_description li{
    margin: 8px 12px;
    float: none;
    display: block;
    width: auto;
}
.kids_preview_description li a{
    color: #28a7f6;
}
.kids_preview_description li a div{
    margin-top: 5px;
    color: #28a7f6;
}
.kids_preview_container{
    min-height: 220px;
    background: #e3eef5;
    border-radius: 15px;
    position: relative;
    padding-bottom: 15px;
}
.kids_time {
	position: absolute;
	width: 125px;
	color: white;
	background: #41aa67;
	right: -15px;
	top: 90px;
	border-radius: 15px;
	z-index: 3;
	font: 24px foo;
	padding: 10px 15px;
	line-height: 24px;
}
.kids_preview_image img{
    width: 250px;
    height: 140px;
}
.kids_preview_image{
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 250px;
    height: 140px;
    margin-bottom: 20px;
}
.catalog_afisha_kids .object_list_right_angle{
    right: 10px;
    top: 66px;
}
.catalog_afisha_kids .object_list_left_angle{
    left: -35px;
    bottom: -2px;
}
.kids_preview_item .children_image_shadow{
    width: 99%;
    left: 1%;
}
.competitions ul{padding: 0;}
.competitions ul li{
    list-style: none;
    margin: 30px 0;
}
.competitions ul li a{
    color: #2da572;
    font: 22px/35px Tahoma;
    margin: 0px 16px 0px 0px;
}
.competition_close a{
    color: #a7a7a7 !important;
}
.close_box{
    position: relative;
    display: inline-block;
    background: #dcdcdc;
    border-radius: 10px;
    padding: 10px 16px;
    font: 14px Tahoma;
    text-transform: lowercase;
    color: white;
    /*margin: 0 0 0 16px;*/
    top: -3px;
}
.children_additional_menu{
    border: 1px solid #28a7f6;
    border-radius: 7px;
    display: inline-block;
    height: auto !important;
    padding: 0px;
    list-style: none;
}
.children_additional_menu li{
    padding: 5px 10px;
    border-left: 1px solid #28a7f6;
    float: left;
    line-height: 20px;
}
.children_additional_menu li:first-child{
    border: none;
}
.children_additional_menu li a{
    color: #28a7f6;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 5px;
}
.children_additional_menu li a.selected{
    background: #28a7f6 !important;
    color: #ffffff;
}
.children_concert_page ul.body a{
    color: #28a7f6;
}
.children_gallery_banner{
    background: #D8E8F1;
    background-image: -ms-linear-gradient(left , #F6F9FB 0%, #cedde7 50%, #cedde7 50%, #E4EEF5 100%); /* IE10 */
    background-image: -moz-linear-gradient(left, #F6F9FB 0%, #cedde7 50%, #cedde7 50%, #E4EEF5 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(left, #F6F9FB 0%, #cedde7 50%, #cedde7 50%, #E4EEF5 100%); /* Opera */
    background-image: -webkit-linear-gradient(left, #F6F9FB 0%, #cedde7 50%, #cedde7 50%, #E4EEF5 100%); /* Webkit (Chrome 11+) */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F9FB', endColorstr='#E4EEF5',GradientType=1 );/* IE < 10 */
    padding: 13px 0;
    margin: 0 auto;
    zoom:1;
}
.children_gallery_banner .part li img{
    border-radius: 10px;
    width: 168px;
    margin-left: 12px;
}
.children_gallery_banner .part li, .children_gallery_banner .part li:first-child{
    border-color: #D8E8F1;
}
.children_gallery_banner{
    margin-left: 10px;
}
.children_gallery_banner .forth{
    background: url('../img/site2015/children/rarr.png') !important;
    border: none !important;
}
.children_gallery_banner .back{
    background: url('../img/site2015/children/larr.png') no-repeat !important;
    border: none !important;
}

/*animate*/
.self-cat{
    background-image: url('../img/site2015/children/cat.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 182px;
    width: 124px;
}
.cat_hand{
    background-image: url('../img/site2015/children/cat_focus.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 166px;
    width: 150px;
    position: absolute;
    top: -92px;
    right: -64px;
}
.chameleon{
    background-image: url('../img/site2015/children/chameleon.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 256px;
    width: 107px;
    position: absolute;
    top: 230px;
    left: -64px;
    z-index: 5;
}
.butterfly{
    background-image: url('../img/site2015/children/butterfly.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 92px;
    width: 150px;
    position: absolute;
    top: 179px;
    left: -117px;
    z-index: 5;
}
#children_page_filin, .children_page_bear{
    position: absolute;
    left: 50%;
    bottom: 30px;
}
#children_page_filin{
    background: url('../img/site2015/children/parrot.png') 0 0;
    width: 105px;
    height: 200px;
    margin-left: -52px;
}
.children_page_bear{
    height: 281px;
    width: 200px;
    margin-left: -100px;
    bottom: -5px;
}
#children_page_bear_head{
    height: 120px;
    width: 100%;
    background: url('../img/site2015/children/bear_head.png') 0 0;
}
#children_page_bear_boyan{
    height: 161px;
    width: 100%;
    background: url('../img/site2015/children/bear_boyan.png') 0 0;
}

/* page_nav */
.page_nav a{
    display: inline-block;
    padding: 5px;
}

/* Внутренняя */
.article_module .article_date {
    color: #888888;
    margin: 0 0 10px 0;
}
.article_content{
    padding: 0 0 15px 0;
}

.second_content .galeryBox{
    overflow: hidden;
    position: relative;
    margin: 0;
}
.children_page .galeryBox{
    overflow: hidden;
    position: relative;
    margin: 0 25px 0 25px;
}

.second_content .boxGaleryBox,.children_page .boxGaleryBox{
    display: block;
    margin: 15px auto 15px;
    position: relative;
}

.second_content .galery,.children_page .galery{
    width: 20000em;
    overflow: hidden;
    position: relative;
}

.second_content .galery a,.children_page .galery a{
    display: block;
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.second_content .galery a img,.children_page .galery a img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.boxGaleryBox .galery_prev{
    width: 49px;
    position: absolute;
    height: 90px;
    top: -7px;
    left: 0;
    outline: none;
    background: url("../img/site2015/arrow_prev.png") no-repeat;
    background-position: left 0px center;
    background-size: 70%;
    cursor: pointer;
    outline: none;
}

.boxGaleryBox .galery_prev.inactive{
    opacity: 0.5;
}

.boxGaleryBox .galery_next{
    width: 49px;
    position: absolute;
    height: 90px;
    top: -7px;
    right: 0;
    outline: none;
    background: url("../img/site2015/arrow_next.png") no-repeat;
    background-position: right 0px center;
    background-size: 70%;
    cursor: pointer;
    outline: none;
}

.boxGaleryBox .galery_next.inactive{
    opacity: 0.5;
}

.second_content h1{
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
    line-height: 35px;
}

.second_content .float_right_col{
    float: right;
}

/* Статьи */

.article_box .rss{
    padding: 2px 2px 2px 15px;
    background: url("../img/site2015/rss.png") no-repeat 0px center;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
    /*position: relative;
    top:-20px;*/
    margin: 0 0 0 30px;
}

.article_box .rss:hover{
    color: #e04a2c;
}

.article_box .list{
    padding: 0px 0px 20px 0px;
    margin: 0px;
    list-style: none;
}

.videoListBox .list .item{
    float: left;
    width: 31%;
    margin: 0 2% 0 0;
    height: 120px;
    border-bottom: none !important;
    overflow: hidden;
}

.article_box.videoListBox .list .item .imgBox{
    margin: 5px 15px 5px 0px;
    float: left;
    position: relative;
}

.videoListBox .item .marka {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 24px;
    height: 24px;
    background: url('../img/site2015/video.png') no-repeat;
}

.videoListBox .list .item .date{
    margin: 2px 0 0 0 !important;
}

.article_box .list .item{
    padding: 16px 0px 19px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.article_box .list .item:last-of-type{
    border-bottom: 0px;
}

.article_box .list .item a{
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
}

.article_box .list .item a:hover{
    color: #e04a2c;
}

.article_box .list .item imgBox{
    margin: 5px 15px 0px 0px;
    float:left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.article_box .list .item .date{
    color: #999999;
    font-size: 12px;
    margin-top: 7px;
}

.article_box .list .item .intro{
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin-top: 7px;
}

.page_progress_box{
    background: #bcbcbc;
    height: 2px;
    width: 100%;
}
.page_progress_box .progress{
    height: 100%;
    background: #e04a2c;
}
.page_nav{
    margin: 10px 0px 25px 0px;
}
.page_nav a{
    text-decoration: none;
    font-size: 25px;
    color: #333333;
    display: inline-block;
    padding: 7px 10px;
}
.page_nav a.chek{
    color:#e04a2c;
}
.page_nav a:hover{
    color:#e04a2c;
}

/* вопрос - ответ */

.gb_no{
    color: red;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0;
}

.gb_ok{
    color: green;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0;
}

.reviewsBox{
    position: relative;
}

.rewiewsBox .return a{
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.reviewsBox ul{
    padding: 0 0 31px 0;
    margin: 0px;
}

.reviewsBox ul li{
    padding: 16px 0 0;
    list-style: none;
    border-top:1px solid #f1f1f1;
    margin: 20px 0 0 0;
}
.reviewsBox ul li .name{
    font-size: 16px;
    color: #888888;
    line-height: 15px;
    border-left: 2px solid #a0a0a0;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}
.reviewsBox ul li .ask{
    line-height: 18px;
    font-size: 16px;
    padding: 0 0 0px 0;
    color: #333333;
}

.reviewsBox ul li .answer{
    margin: 11px 0 0 0;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    color:#333333;
    background: rgb(242,238,226);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZWVlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2Y2ZWZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2Y0ZjJlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2Y2ZjJlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y0ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(242,238,226,1) 0%, rgba(246,239,229,1) 43%, rgba(244,242,230,1) 55%, rgba(246,242,233,1) 61%, rgba(247,244,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,238,226,1)), color-stop(43%,rgba(246,239,229,1)), color-stop(55%,rgba(244,242,230,1)), color-stop(61%,rgba(246,242,233,1)), color-stop(100%,rgba(247,244,237,1)));
    background: -webkit-linear-gradient(top,  rgba(242,238,226,1) 0%,rgba(246,239,229,1) 43%,rgba(244,242,230,1) 55%,rgba(246,242,233,1) 61%,rgba(247,244,237,1) 100%);
    background: -o-linear-gradient(top,  rgba(242,238,226,1) 0%,rgba(246,239,229,1) 43%,rgba(244,242,230,1) 55%,rgba(246,242,233,1) 61%,rgba(247,244,237,1) 100%);
    background: -ms-linear-gradient(top,  rgba(242,238,226,1) 0%,rgba(246,239,229,1) 43%,rgba(244,242,230,1) 55%,rgba(246,242,233,1) 61%,rgba(247,244,237,1) 100%);
    background: linear-gradient(to bottom,  rgba(242,238,226,1) 0%,rgba(246,239,229,1) 43%,rgba(244,242,230,1) 55%,rgba(246,242,233,1) 61%,rgba(247,244,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eee2', endColorstr='#f7f4ed',GradientType=0 );
    border:1px solid #e6dfcf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.reviewsBox .date{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 0 0 6px 0;
}

.imp{
    color:red;
}

.askFormBox{
    background: #fafafa;
    display: table;
    padding: 30px;
    border:1px solid #e9e9e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 15px 0;
}

.askFormBox .block{
    float:left;
    margin: 0 20px 13px 0;
}

.askFormBox .block .name{
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 5px 0;
    color: #333333;
    min-height: 16px;

}

.askFormBox .block.size1{
    width: 128px;
    margin: 0 10px 0 0;
}

.askFormBox .block .captchaBox{
    border:1px solid #c1c0bf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #e7f1f4;
    height: 34px;
}

.askFormBox .submitLine{
    margin: 15px 0 0 0;
}

.askFormBox .block.size2{
    width: 200px;
}
.askFormBox .block.size3{
    width: 620px;
    margin: 0 0 13px 0;
}

.askFormBox .block.size3 .inputBox{
    height: 117px;
}

.askFormBox .block .inputBox{
    border:1px solid #c1c0bf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 7px;
    background: #fff;
}
.askFormBox .block input, .askFormBox textarea{
    border: none;
    width: 100%;
    padding: 0px;
    font-size: 16px;
    line-height: 18px;
    resize: none;
}

.askFormBox .intro{
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0;
}

.askFormBox .submit{
    font-size: 18px;
    color:#ffffff;
    background: #ad8b3f;
    padding: 9px 18px 9px 17px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.askFormBox textarea{
    height: 100%;
}

.askFormBox h2{
    padding: 0 0 20px 0;
    margin: 0px;
    font-size: 25px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
}

.ascForm .line{
    padding: 3px 0;
}
.ascForm .line .name{
    float: left;
    width: 200px;
    min-height: 1px;
}
.ascForm .line .value{
    float: left;
    width: 311px;
}
.ascForm .line .value input, .ascForm .line .value textarea{
    border: 1px solid #bcbcbc;
    width: 300px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 7px;
}

.ascForm.longName .line .name {
    float: left;
    width: 450px;
    min-height: 1px;
    padding: 0 20px 0 0;
}

.ascForm .line .value select{
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 7px;
}

.ascForm .line.captcha img{
    float: left;
}
.ascForm .line.captcha input{
    width: 155px;
    float: left;
    padding: 7px 5px;
    margin: 0 0 0 10px;
}
.ascForm .line input.blueBut{
    width: 120px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    font-size: 15px;
    /*border: 1px solid #1A5180;*/
}
.claim_comment_field{
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #666666;
    line-height: 15px;
}

.hall_box_logo{
    background: rgb(68,4,4);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0MDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjNGIwNTA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjNzMwNzA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjODAwYTA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjODAwYTA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNzYwNzA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjNGIwNTA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjNDIwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyMDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(68,4,4,1) 0%, rgba(75,5,5,1) 6%, rgba(115,7,7,1) 27%, rgba(128,10,7,1) 45%, rgba(128,10,7,1) 55%, rgba(118,7,7,1) 70%, rgba(75,5,5,1) 92%, rgba(66,4,4,1) 99%, rgba(66,4,4,1) 100%, rgba(69,4,4,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(68,4,4,1)), color-stop(6%,rgba(75,5,5,1)), color-stop(27%,rgba(115,7,7,1)), color-stop(45%,rgba(128,10,7,1)), color-stop(55%,rgba(128,10,7,1)), color-stop(70%,rgba(118,7,7,1)), color-stop(92%,rgba(75,5,5,1)), color-stop(99%,rgba(66,4,4,1)), color-stop(100%,rgba(66,4,4,1)), color-stop(100%,rgba(69,4,4,1)));
    background: -webkit-linear-gradient(left,  rgba(68,4,4,1) 0%,rgba(75,5,5,1) 6%,rgba(115,7,7,1) 27%,rgba(128,10,7,1) 45%,rgba(128,10,7,1) 55%,rgba(118,7,7,1) 70%,rgba(75,5,5,1) 92%,rgba(66,4,4,1) 99%,rgba(66,4,4,1) 100%,rgba(69,4,4,1) 100%);
    background: -o-linear-gradient(left,  rgba(68,4,4,1) 0%,rgba(75,5,5,1) 6%,rgba(115,7,7,1) 27%,rgba(128,10,7,1) 45%,rgba(128,10,7,1) 55%,rgba(118,7,7,1) 70%,rgba(75,5,5,1) 92%,rgba(66,4,4,1) 99%,rgba(66,4,4,1) 100%,rgba(69,4,4,1) 100%);
    background: -ms-linear-gradient(left,  rgba(68,4,4,1) 0%,rgba(75,5,5,1) 6%,rgba(115,7,7,1) 27%,rgba(128,10,7,1) 45%,rgba(128,10,7,1) 55%,rgba(118,7,7,1) 70%,rgba(75,5,5,1) 92%,rgba(66,4,4,1) 99%,rgba(66,4,4,1) 100%,rgba(69,4,4,1) 100%);
    background: linear-gradient(to right,  rgba(68,4,4,1) 0%,rgba(75,5,5,1) 6%,rgba(115,7,7,1) 27%,rgba(128,10,7,1) 45%,rgba(128,10,7,1) 55%,rgba(118,7,7,1) 70%,rgba(75,5,5,1) 92%,rgba(66,4,4,1) 99%,rgba(66,4,4,1) 100%,rgba(69,4,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440404', endColorstr='#450404',GradientType=1 );
}

.hall_box_logo a{
    display: table;
    margin: 0 auto;
    padding: 4px 0;
}

.hall_box{
    background: url("../img/site2015/hall.jpg") center;
    height: 1275px;
    width: 100%;
}

.toAskedForm{
    position: absolute;
    top: 5px;
    right: 20px;
    color: #ad8b3f;
    font-size: 14px;
    border-bottom: 1px dashed;
    font-weight: bold;
    padding: 0px 0px 1px 0px;
    text-decoration: none;
    z-index: 1;
}

.toAskedForm:hover{
    text-decoration: none;
}

/* Страница солиста */
.solist_page .block_solist_info img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float:left;
    max-height: 400px;
    max-width: 70%;
    margin: 0 30px 0 0;
}

.solist_page .solist_info{
    display: table;
    background: rgb(243,238,226);
    padding: 25px 25px 25px 25px;
    margin: 0 0 0 30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZWVlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y0ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(243,238,226,1) 0%, rgba(247,244,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,238,226,1)), color-stop(100%,rgba(247,244,236,1)));
    background: -webkit-linear-gradient(top,  rgba(243,238,226,1) 0%,rgba(247,244,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(243,238,226,1) 0%,rgba(247,244,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(243,238,226,1) 0%,rgba(247,244,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(243,238,226,1) 0%,rgba(247,244,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eee2', endColorstr='#f7f4ec',GradientType=0 );
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #e6dfcf;
}

.solist_page .solist_info{
    font-size: 16px;
    line-height: 20px;
    color :#000;
}

.solist_page .solist_info .prof{
    font-size: 25px;
    line-height: 28px;
    color: #000;
    margin: 0 0 5px 0;
}

.solist_page .art_text{
    padding: 20px 0 0 0;
}

.solist_page .art_text .smi{
    float: right;
    width: 295px;
    padding: 0 0 0 20px;
}
.solist_page .art_text .smi h2{
    margin: 0 0 5px 0;
    font-size: 25px;
    line-height: 22px;
    color: #000000;
}

.solist_page .art_text .smi .item{
    padding: 12px 0 14px 0;
    border-bottom: 1px solid #f1f1f1;
}

.solist_page .art_text .smi .title, .solist_page .art_text .smi a{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}

.solist_page .art_text .smi .date{
    line-height: 16px;
    color: #999999;
    font-size: 12px;
}

.solist_page .smi .item div{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}

.solist_page h2{
    font-size: 25px;
    color: #322f2d;
    font-weight: 300;
    margin: 20px 0 10px;
}

/*Блок с ближайшими концертами.--start--*/
.repertuar{
    margin: 0 0 25px 0;
}
.repertuar ol{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.repertuar>.concert_list>li{
    padding: 15px 20px;
    background: #FEFCF6;
    border: 1px solid #E6DFCF;
    border-radius: 2px;
    margin-bottom: 10px;
}
.repertuar li .linkRepertuar{
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.repertuar li .price{
    float: right;
    margin: 0 0 0 55px;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.repertuar li .price .value{
    font-weight: bold;
}
.repertuar li .bron{
    float: none;
    display: block;
    color: #ffffff;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    background: #AD8B3F;
    border-radius: 2px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}
.repertuar li .bron:hover{
    background: #ad8b3f;
}
.repertuar li .role{
    color: #333333;
    font-size: 14px;
    margin: 4px 0 0 0;
}
/*Блок с ближайшими концертами.--end--*/

/*Блок с ближайшими детскими концертами.--start--*/
.repertuar.children_theme>.concert_list>li{
    padding: 15px 20px;
    background: #e3eef5;
    border: 1px solid #28a7f6;
    border-radius: 15px;
}
.repertuar.children_theme li .bron{
    background: #28a7f6;
    border-radius: 8px;
}
.concert_page .repertuar.children_theme li .linkRepertuar .date{
    font-family: foo;
    font-size: 20px;
    line-height: 1;
    color: #28a7f6;
}
.concert_page .repertuar.children_theme .showSolists{
    color: #28a7f6;
}
.concert_page .repertuar.children_theme .artistsList .item:hover .name{
    color: #28a7f6;
}
/*Блок с ближайшими детскими концертами.--end--*/



/* Католог Афиша */
/*Фильтр афиши*/
.catalog_afisha .filter-box{
    margin-bottom: 30px;
}
.filter-box .filter {
    border: 1px solid #e6dfcf;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 15px;
}
.filter-box .filter.list_switcher{
    display: none;
}
.filter span {
    padding: 6px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.filter span.month {
    border-left: 1px solid #e6dfcf;
}
.filter span.a {
    color: #e04a2c;
    cursor: default;
}
.filter-block a {
    color: #ad8b3f;
    display: inline-block;
    padding: 0px 0px;
    margin: 0 13px 8px 8px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.filter-block a.a {
    background-color: #e04a2c;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    margin: 0 5px 5px 0px;
    border-color: transparent;
}
.filter-block a:hover{
    border-bottom: 0px;
}
/*Концерты в афише.*/
.catalog_afisha .buttons_block{
    text-align: right;
}
.catalog_afisha .catalog_list{
    padding: 0px;
    margin-left: -10px;
    margin-right: -10px;
    list-style: none;
    font-size: 0;
}
.catalog_afisha .catalog_list .item{
    margin: 0 0 17px 0;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.catalog_afisha .catalog_list .item:nth-of-type(3n){
    /*margin: 0 0 17px 0;*/
}

.catalog_afisha .catalog_list .item a{
    text-decoration: none;
}

.catalog_afisha .catalog_list .item .dateBox{
    padding: 14px 0 5px 0;
    font-size: 22px;
    color: #000000;
    line-height: 24px;
}

.catalog_afisha .catalog_list .item .dateBox.transfer{
    padding: 0 0 5px 0;
}
.catalog_afisha .catalog_list .item .dateBox.transfer .date{
    color: #888888;
    text-decoration: line-through;
    margin-right: 5px;
}
.catalog_afisha .catalog_list .item .dateBox .dateMigration{
    display: inline-block;
    color: #d91919;
}
.catalog_afisha .catalog_list .item .dateBox .dateMigration .coment{
    font-size: 14px;
    line-height: 14px;
}
.catalog_afisha .catalog_list .item .dateBox .dateMigration .curDate{
    font-size: 22px;
    line-height: 18px;
}
.catalog_afisha .catalog_list .item .dateBox .time{
    font-weight: bold;
    background: url("../img/site2015/Clock.png") no-repeat 0px center;
    padding: 0 0 0 19px;
    margin: 0 0 0 7px;
}

.catalog_afisha .catalog_list .item .dateBox.transfer .time{
    color: #d91919;
    background: url("../img/site2015/clockRed.png") no-repeat 0px center;
}

.catalog_afisha .catalog_list .item .box{
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: #000000;
    padding-bottom: 100px;
}
.catalog_list .box .image{
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 0 0 15px 0;
}
.catalog_list .box .image img{
    max-width: 100%;
}
.catalog_list .box .image .flags{
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    padding: 0 20px;
}
.catalog_list .box .flags .one_flag{
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    padding: 0 10px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-radius: 2px;
    background-color: #E04A2C;
    color: #ffffff;
}
.catalog_list .box .flags .one_flag.premiere{
    background-color: #ffffff;
    color: #E04A2C;
}
.catalog_list .box .infoBox{
    bottom: 0px;
    padding: 0 20px;
    min-height: 150px;
    position: relative;
}
.catalog_list .box .infoBox.small{
    min-height: 90px;
}
.catalog_list .box .name{
    color: #ffffff;
    font-size: 23px;
    line-height: 22px;
    margin: 0 0 7px 0;
}
.catalog_list .box .inf{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.catalog_list .box .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 15px 20px;
}
.catalog_list .box .line{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}
.catalog_list .box .lenght{
    font-size: 16px;
    background: url("../img/site2015/Clock.png") no-repeat 0px center;
    background-size: 10px;
    padding: 0 0 0 16px;
    float: left;
}
.catalog_list .box .price{
    float: right;
}
.catalog_list .box .bronBut{
	display: block;
	font-size: 18px;
	line-height: 44px;
    height: 44px;
	color: #ffffff;
	background: #ad8b3f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    text-align: center;
    margin:2px 0px;
}
.catalog_list .box .bronBut.disabled{
    opacity: 0.5;
    background: #999999;
}
.catalog_list .box .infoM{
    font-size: 14px;
    line-height: 22px;
    color: #fbcc63;
    padding: 0 14px 0 0;
}
.catalog_list .box .premiere{
    font-size: 14px;
    line-height: 22px;
    color: #f82f2f;
}
.catalog_list .box .genreOver{
    position: absolute;
    top: 0px;
    right: 14px;
    width: 24px;
    height: 22px;
}

.genreOver.age0{
    background: url("../img/site2015/genre/0.png") no-repeat;
}
.genreOver.age6{
    background: url("../img/site2015/genre/6.png") no-repeat;
}
.genreOver.age12{
    background: url("../img/site2015/genre/12.png") no-repeat;
}
.genreOver.age16{
    background: url("../img/site2015/genre/16.png") no-repeat;
}
.genreOver.age18{
    background: url("../img/site2015/genre/18.png") no-repeat;
}

.ticketSales{
    display: table;
    padding: 12px 22px 12px 60px;
    font-size: 22px;
    line-height: 24px;
    color:#ffffff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 25px 0;
    background: url('../img/site2015/tiketSales.png') no-repeat 22px center #322e2c;
}

.ticketSales:hover{
    background: url('../img/site2015/tiketSales.png') no-repeat 22px center #ad8b3f;
    color: #fff;
}

.reMessage{
    padding: 13px 0 0 20px;
    float: left;
    max-width: 220px;
}

.gbError{
    font-size: 16px;
    line-height: 18px;
    color: rgb(232, 59, 59);
    padding: 5px 0 0 0;
}

.writeUs{
    font-size: 22px;
    line-height: 16px;
    color:#ffffff;
    background: #322e2c;
    padding: 15px 30px 15px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    display: table;
    margin: 40px 0 0 0;
}

.writeUs:hover{
    text-decoration: none;
    background: #ad8b3f;
    color: #fff;
}

#writeUsForm{
    margin: 0;
}


.ticketSales:hover{
    text-decoration: none;
}

.catalog_afisha a.print{
    margin: 10px 0 0 0;
    background: url("../img/site2015/print.png") no-repeat 10px center;
    border: 1px solid #c1c0bf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 30px;
    display:table;
    text-decoration: none;
    padding: 0px 25px 0 35px;
}

/* claim */

.ascForm.claim .line .value input, .ascForm.claim .line .value textarea{
    width: 500px;
}
.ascForm.claim .line .value{
    width: 516px;
}

.ascForm.claim .captchaInput{
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    width: 100px;
    padding: 7px 7px 7px 7px;
    float: left;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.askFormBox.claim h2{
    padding: 0 0 10px 0;
}

.ascForm.claim .line .comment{
    font-size: 12px;
    line-height: 22px;
    color: #888888;
    font-style: italic;
}

.ascForm.claim .captcha{
    float: left;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    left:-1px;
}

.ascForm.claim .submit{
    margin: 5px 0 0 0;
    padding: 4px 18px 6px 17px;
}

/* Теги */
.tags{
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 20px;
}
.tags_h2{
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
}
.news_list .tags_h2{
    display: none;
}
.tags a {
    font-size:12px;
    line-height: 1em;
    text-decoration: none;
    color:#5B5751;
}

.tags a:hover{
    text-decoration: underline;
}

.tags a.w0{font-size:100%;}
.tags a.w1{font-size:110%;}
.tags a.w2{font-size:120%;}
.tags a.w3{font-size:130%;}
.tags a.w4{font-size:140%;}
.tags a.w5{font-size:150%;}
.tags a.w6{font-size:160%;}
.tags a.w7{font-size:170%;}
.tags a.w8{font-size:180%;}
.tags a.w9{font-size:190%;}
.tags a.w10{font-size:200%;}
a.tags_cur{color: #b40002;}

.tags_cloud_box{
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.tags_object{
    margin-bottom: 10px;
}

.tags_object a{
    font-size: 18px;
    font-family: 'PT Serif', serif;
}
.tags_link {
    font-size: 18px;
    color: #ad8b3f;
}

/* Галерея детская */
.gallery_banner,.gallery_banner1 {
    margin-left: -23px;
    margin-right: -24px;
}

.gallery_banner .window,.gallery_banner1 .window {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 117px;
}

.gallery_banner .image_reel,.gallery_banner1 .image_reel {
    position: absolute;
    top: 0;
    left: 0;
}

.gallery_banner .parts,.gallery_banner1 .parts {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 10000em;
}

.gallery_banner .parts > li,.gallery_banner1 .parts > li {
    float: left;
}

.gallery_banner .part,.gallery_banner1 .part {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallery_banner .part li,.gallery_banner1 .part li {
    position: relative;
    float: left;
    border-left: none;
    height: 115px;
    width: 180px;
}

.gallery_banner .part li:first-child,.gallery_banner1 .part li:first-child {
}

.gallery_banner .part li a,.gallery_banner1 .part li a {
    text-decoration: none;
}

.gallery_banner .window .back,.gallery_banner1 .window .back {
    border-right: 1px solid #6E0605;
    width: 141px;
    position: absolute;
    height: 117px;
    top: 0;
    left: 0;
    outline: none;
    background: url("../img/gallery_banner_back.png");
}

.gallery_banner .window .forth,.gallery_banner1 .window .forth {
    border-left: 1px solid #6E0605;
    width: 142px;
    position: absolute;
    height: 117px;
    top: 0;
    right: 0;
    outline: none;
    background: url("../img/gallery_banner_forth.png");
}

.gallery_banner .window .back.disabled,.gallery_banner1 .window .back.disabled {
    cursor: default;
    background-position: 100% 0;
}

.gallery_banner .window .forth.disabled,.gallery_banner1 .window .forth.disabled {
    cursor: default;
    background-position: 100% 0;
}

.gallery_banner .part .desc,.gallery_banner1 .part .desc {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url("../img/main_afisha_banner_hover_bg.png");
    font: 22px/18px Times New Roman;
    color: #7A0706;
    text-align: center;
}

.gallery_banner .part .desc h3,.gallery_banner1 .part .desc h3 {
    font: bold 45px Times New Toman;
}

.gallery_banner .part .desc hr,.gallery_banner1 .part .desc hr {
    border-bottom: medium none;
    border-top: 1px solid #7A0706;
    margin: -5px 25% 10px;
}

.repertuar.repertuar_list{
    padding: 15px 15px 15px 15px;
}

.repertuar.solist{
    max-width: 768px;
}
.repertuar.solist .name{
    margin-bottom: 5px;
    font-size: 18px;
}

table.tickets__list{
    width:100%;
    border-collapse: collapse;
    margin: 0px 0px 30px 0px;
}
table.tickets__list td,
table.tickets__list th
{
    padding: 5px;
    vertical-align: top;
    text-align: left;
    border:1px solid #ccc;
    font-size:12px;
}
table.tickets__list th{
    background: #eee;
    text-align: left;
    font-size: 12px;
}
iframe {
	margin: 10px 0;
}



.bad_vision {
	width: 50px;
	height: 21px;
	background: url('../img/site2015/badvision.png') 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 2px;
}
.top_logo_box .language_panel  a.enter_cabinet{
	color:#000;
	font-size:14px;
	text-transform: none;
	display:inline-block;
	margin-bottom:5px;
	text-decoration:underline;
}
.top_logo_box .language_panel  a.enter_cabinet:hover{
	color:#d91919;
}

/*Кнопки для блока с новостями на главной.*/
.news_box{
    margin-bottom: 50px;
}
.news_box .navi{
    margin-bottom: 20px;
}
.nav-tabs .nav{
    font-size: 30px;
    color: #AD8B3F;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-tabs .nav.chek{
    color: #000000;
}

/*Обычный список статей из раздела.*/
.article_block{
    margin-bottom: 30px;
}
.articles_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.articles_list .item{
    display: block;
    border-bottom: 1px solid #ECEBEB;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.articles_list .item .image{
    width: 275px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.articles_list .item .image img{
    max-width: 100%;
    border-radius: 2px;
}
.articles_list .item.with_image .text_info{
    margin-left: 295px;
    padding-top: 12px;
}
.articles_list .item .title{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}
.articles_list .item .title a{
    color: #000000;
}
.articles_list .item .intro{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.articles_list .item .date{
    font-size: 16px;
    line-height: 18px;
    color: #999999;
}

.gray_line_top{
    border-top: 1px solid #ECEBEB;
}
.gray_line_bottom{
    border-bottom: 1px solid #ECEBEB;
}
.page_section{
    padding-top: 50px;
    margin-bottom: 50px;
}

/*Блоки соц.сетей.*/
#twittertimeline{
    display: block !important;
    height: 425px !important;
    margin: 0 auto 50px auto !important;
}
#vk_groups{
    margin: 0 auto 50px auto;
}
#instagramtimeline{
    display: block !important;
    height: 425px !important;
    margin: 0 auto 50px auto !important;
}
.soc-col-3 iframe{
    margin: 0 auto 50px auto;
}

/*Блок с ссылками внизу.*/
.references{
    margin: 0 auto 30px auto;
}
.references .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECEBEB;
}
.references .item:last-child{
    border-color: transparent;
}
.references .item .title{
    font-size: 24px;
    line-height: 26px;
}
.references .item .title a{
    color: #000000;
}
.references .item .descr{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-top: 10px;
}

/*Внутреннее горизонтальное меню.*/
.horizontal_menu{
    margin-bottom: 30px;
    background: #F4F0E5;
    border: 1px solid #E6DFCF;
    border-radius: 2px;
    padding: 10px 18px;
    clear: both;
}
.horizontal_menu>ul{
    display: block;
    margin: 0 -15px;
    list-style: none;
    padding: 0;
}
.horizontal_menu .item{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.horizontal_menu .item a{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding: 5px 12px;
    border-radius: 2px;
}
.horizontal_menu .item a:hover{
    color: #e04a2c;
}
.horizontal_menu .item.active a{
    color: #e04a2c;
    background: #FFFFFF;
    border: 1px solid #E6DFCF;
    text-decoration: none !important;
}

/*Виджет поддписки.*/
#eipsk-subscribe{
    margin: 0 auto 30px auto;
    max-width: 450px;
}

@media print {
    .no_print{
        display: none !important;
    }

    .footer_box{
        display: none;
    }

    *{
        background: none;
    }

    .partners_box{
        display: none;
    }

    .language_panel{
        display: none;
    }

    .top_menu_box{
        display: none;
    }

    div#second_content{
        margin: 0;
    }

    a.logo{
        padding: 0px !important;
    }

    .calendar_nav{
        display: none;
    }

    a.print{
        display: none;
    }

    .bronUrl{
        display: none !important;
    }

    #find_box{
        display: none;
    }

    .catalog_afisha .catalog_list .item{
        padding: 10px 0;
    }

}

.excursion_box{
    justify-content: space-between;
    align-items: center;
    padding: 40px 70px;
    background: #FEFCF6;
    border: 1px solid #F1E1C9;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 50px;
}
.bronButRed{
    display: block;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    color: #ffffff;
    background: #e50a0a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    margin:2px 0px;
}
a.bronButRed:hover, a.bronButRed:visited{
    color: #ffffff;
    text-decoration: none;
}


/*some article text*/
.pictures_text .right_block{
    width: 350px;
    float: right;
    margin: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pictures_text .right_block .image{
    max-width: 350px;
    text-align: center;
    margin: 0 0 20px 0;
}
.pictures_text img{
    max-width: 100%;
}
.bn-block {
    margin-bottom: 30px;
}
.bn-block img{
    max-width: 100%;
}

/*Вертикальный слайдер.*/
.vertical_slider_block{
    margin: 0 0 30px 0;
}
.vertical_slider_cont{
    width: 100%;
    padding: 0 0 22% 0;
    position: relative;
}
.vertical_slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vertical_slider ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 10000em;
    position: relative;
}
.vertical_slider ul li{
    display: block;
    width: 100%;
    padding: 0 0 22% 0;
    margin: 0;
    position: relative;
}
.vertical_slider ul .image_cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.vertical_slider ul .image_cont img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.vertical_slider_cont .prev,
.vertical_slider_cont .next{
    position: absolute;
    left: 50%;
    width: 300px;
    height: 40px;
    margin: 0 0 0 -150px;
    display: flex;
    justify-content: center;
}
.vertical_slider_cont .prev::after,
.vertical_slider_cont .next::after{
    content: '';
    display: block;
    width: 40px;
    height: 105px;
    background: url('../img/site2015/arrow_next_index.png') center/contain no-repeat;
}
.vertical_slider_cont .prev{
    top: 0;
}
.vertical_slider_cont .prev::after{
    transform: rotate(-90deg);
    margin: -33px 0 0 0;
}
.vertical_slider_cont .next{
    bottom: 0;
}
.vertical_slider_cont .next::after{
    transform: rotate(90deg);
    margin: -32px 0 0 0;
}


.top_under_menu_box{
    position: relative;
    min-height: 44px;
    text-align: center;
    font-size: 28px;
    background: #e6e6e6;
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 60px;
    padding-left: 60px;
}

/* Люди театра */

.people-section{
    position: relative;
}

.people-section a, .people-section a:hover{
    text-decoration: none;
}

.people-sticky{
    position: sticky;
    z-index: 1;
    top: 0px;
    background: white;
    border-bottom: 1px solid #ad8b3f;
    margin-bottom: 15px;
    padding-top: 1.5rem !important;
    padding-bottom: 0rem !important;
}

.itemGroupPeopleItem {
    border: 1px solid #eedcb5;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,.12);
    height: 100%;
}

.CommonPeopleCard-image {
    flex-shrink: 0;
    padding: 6px;
    border: 1px solid #eedcb5;
    border-radius: 8px;
    overflow: hidden;
}

.CommonPeopleCard-image-inner {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,.12);
}

.CommonPeopleCard-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.CommonPeopleCard-image img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.people-section a:hover .CommonPeopleCard-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.CommonPeopleCard-inner .CommonPeopleCard-name {
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

.people-section a:hover  .CommonPeopleCard-name{
    text-decoration: underline;
}

.CommonPeopleCard-inner .CommonPeopleCard-position {
    color: grey;
    font-size: 12px;
    line-height: 1.5;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

/* */


/*Кнопка наверх*/
.move_up {
    display: none;
    padding: 33px 8px 8px 8px;
    background: #ffffff;
    color: #000000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
}
.move_up::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 17px;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
}