@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/RobotoLight.eot?');
    src: local('Roboto Light'), 
         local('Roboto-Light'), 
         url('https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcVtXRa8TVwTICgirnJhmVJw.woff2') format('woff2'),
         url('/fonts/RobotoLight.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/RobotoRegular.eot?');
    src: local('Roboto'), 
         local('Roboto-Regular'), 
         url(https://fonts.gstatic.com/s/roboto/v15/IC_Dw3HJuHH__1Luo8iRGA.woff2) format('woff2'),
         url('/fonts/RobotoRegular.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/RobotoMedium.eot?');
    src: local('Roboto Medium'), 
         local('Roboto-Medium'), 
         url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'),
         url('/fonts/RobotoMedium.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/RobotoBold.eot?');
    src: local('Roboto Bold'), 
         local('Roboto-Bold'), 
         url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHTltXRa8TVwTICgirnJhmVJw.woff2) format('woff2'),
         url('/fonts/RobotoBold.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0atxLwxQbNcFnuWuPk3YnjToI.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v15/OpXUqTo0UgQQhGj_SFdLWPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0RLwxQbNcFnuWuPk3YnjToI.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcCxLwxQbNcFnuWuPk3YnjToI.woff2) format('woff2');
}

html,body {padding:0;margin:0;border:0;position:relative;width:100%;}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color:#000000;
    font-weight: 400;
}
a{
    color: #000000;
    text-decoration: none;
}
a:hover{
    color: #b55757;
    text-decoration: underline;
}
a img{
    border:0px;
}
a,span,div,input, select {
    outline: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.cf:after{
    content: '';
    display: block;
    clear: both;
}
.main_wrapper{
    width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
}
.main_content{
    /*padding: 0px 20px;*/
    margin: 0 auto;
    /*max-width: 1440px;*/
}
.top_block{
    padding-top: 40px;
    position: relative;
}
.top_block .top_line{
    height: 88px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47,32,7, 0.1);
    position: relative;
}
.top_line .top_line_link{
    position: absolute;
    left: 0px;
    top: -30px;
    font-size: 14px;
    z-index: 1;
	font-weight:300;
}
.top_block .logo{
    position: absolute;
    top: 180px;
    left: 50%;
    width: 289px;
    height: 47px;
    margin-left: -144px;
    margin-top: -20px;
    z-index: 2;
}
.top_block .logo a{
    display: block;
}
.top_block .fbuild{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 227px;
    height: 204px;
    margin-left: -113px;
    margin-top: -20px;
    background: url('/d/img/fbuild.png') 0px 0px no-repeat;
    cursor:pointer;
}
/*.top_block .fbuild.ny {
    background: url('/d/img/fbuild_new_year.png') 0px 0px no-repeat;
}*/
.top_block .menu{
    height: 108px;
}
.top_block .menu .top_menu_half{
    margin-top: 35px;
    display: inline-block;
}
.top_block .menu .top_menu_half .section_name{
    display: inline-block;
    padding: 5px 10px;
    margin-right: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
.top_block .menu .top_menu_half .section_name:hover{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #b55757;
    color: #ffffff;
}
.top_block .menu a:last-child{
    margin-right: 0px;
}
.top_block .menu .top_menu_half .section_name.chk{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #b55757;
    color: #ffffff;
}
.top_block .top_line .allsite_but{
    width: 100px;
    padding-left: 56px;
    background: url('/d/img/icon_allsite.png') 20px 0px no-repeat;
    font-size: 18px;
    font-weight: 300;
    height: 88px;
    line-height: 86px;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.top_block .top_line .allsite_but:hover,
.top_block .top_line .allsite_but.active{
    background: url('/d/img/icon_allsite.png') 20px -88px no-repeat #b55757;
    color: #ffffff;
}
.top_block .top_line .social_but{
    width: 190px;
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    height: 118px;
    margin-top: -30px;
    margin-left: 50px;
}
.top_block .top_line .social_but a{
    display: inline-block;
    height: 18px;
    margin-top: 47px;
    margin-right: 10px; 
}
.top_block .top_line .social_but a.vk{
    background: url('/d/img/icon_allsoc.png') 0px 0px no-repeat;
    width: 29px;
}
.top_block .top_line .social_but a.ok{
    background: url('/d/img/icon_allsoc.png') -44px 0px no-repeat;
    width: 18px;
    margin-right: 5px;
}
.top_block .top_line .social_but a.fb{
    background: url('/d/img/icon_allsoc.png') -70px 0px no-repeat;
    width: 9px;
}
.top_block .top_line .social_but a.tw{
    background: url('/d/img/icon_allsoc.png') -93px 0px no-repeat;
    width: 21px;
}
.top_block .top_line .social_but a.yt{
    background: url('/d/img/icon_allsoc.png') -128px 0px no-repeat;
    width: 18px;
}
.top_block .top_line .social_but a.is{
    background: url('/d/img/icon_allsoc.png') -161px 0px no-repeat;
    width: 18px;
}
.top_block .top_line .search_but{
    width: 60px;
    padding-right: 45px;
    padding-left: 20px;
    background: url('/d/img/icon_search.png') 85px 0px no-repeat;
    font-size: 18px;
    font-weight: 300;
    height: 88px;
    line-height: 86px;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.top_block .top_line .search_but:hover{
    background: url('/d/img/icon_search.png') 85px -88px no-repeat #b55757;
    color: #ffffff;
}
.top_block .top_line .search_but.active{
    background: url('/d/img/icon_search.png') 85px -88px no-repeat #b55757;
    color: #ffffff;
}
.top_block .top_line .contacts{
    width: 290px;
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    height: 118px;
    margin-top: -30px;    
    font-weight: 300;
}
.top_block .top_line .contacts  .top_phones_item{
    margin-bottom: 5px;
}

.top_block .top_line .contacts span.p{
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    width:150px;
    line-height: 26px;
}
.top_block .top_line .contacts span.t{
    font-size: 14px;
    display: inline-block;
    width: 110px;
    font-weight: 300;
    line-height: 16px;
}

.afisha{
    min-height: 730px;
    margin-bottom: 30px;
    position: relative;
}
.afishaload{
    min-height: 300px;
    margin-bottom: 75px;
    position: relative;
    padding-top: 150px;
    text-align: center;
}
.afisha_but{
    width: 300px;
    margin: 0 auto 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.afisha #baf{
    height: 30px;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    cursor: pointer;
}
.afisha #baf.act{
    background: #b55757;
    border: 1px solid #b55757;
    color: #ffffff;
}
.afisha #allaf{
    height: 30px;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    cursor: pointer;
}
.afisha #allaf.act{
    background: #b55757;
    border: 1px solid #b55757;
    color: #ffffff;
}
.afisha #allaf:hover, #baf:hover{
    background: #b55757;
    border: 1px solid #b55757;
    color: #ffffff;
}
.wrapper_af_all{
    width: 1140px;
    position: relative;
    z-index: 0;
    top: -40px;
}
.wrapper_af{
    width: 1140px;
    position: relative;
    min-height: 680px;
    z-index: 2;
    margin-top: 40px;
}


.tab_af{
    border-collapse: collapse;
}
.tab_af td{
    width: 162px;
    height: 193px;
    border: 1px solid #d8d8d8;
    padding: 0px;
    margin: 0px;
}
.tab_af .days td{
    width: 162px;
    height: 40px;
    border: 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
}
.tab_af_block{
    width: 162px;
    border: 0px;
    position: relative;
    cursor: pointer;
}
.tab_af_block.t1_m{
    height: 193px;
}
.tab_af_block.t2_m{
    height: 97px;
}
.tab_af_block.t2_s{
    height: 96px;
}
.tab_af_block.t3_m{
    height: 83px;
}
.tab_af_block.t3_s{
    height: 55px;
}
.tab_af_block.t4_m{
    height: 82px;
}
.tab_af_block.t4_s{
    height: 37px;
}
.tab_af_block.t5_m{
    height: 74px;
}
.tab_af_block.t5_s{
    height: 30px;
}

.changeprogram .cp1_m{
    height: 193px;
}
.changeprogram .cp2_m{
    height: 97px;
}
.changeprogram .cp2_s{
    height: 96px;
}
.changeprogram .cp3_m{
    height: 83px;
}
.changeprogram .cp3_s{
    height: 55px;
}
.changeprogram .cp4_m{
    height: 82px;
}
.changeprogram .cp4_s{
    height: 37px;
}
.changeprogram .cp5_m{
    height: 74px;
}
.changeprogram .cp5_s{
    height: 30px;
}

.concert_more_info .changeprogram .canceled, .concert_more_info .changeprogram .moved{
    height: 193px;
}
.concert_more_info .changeprogram .canceled .eventtime, .concert_more_info .changeprogram .moved .eventtime{
    margin-top: 50px;
}

.changeprogram .cp2_s .eventtime{
    margin-top: 20px;
}
.changeprogram .cp3_s .eventtime{
    margin-top: 17px;
}
.changeprogram .cp4_s .eventtime{
    margin-top: 11px;
}
.changeprogram .cp5_m .eventtime{
    margin-top: 42px;
}
.changeprogram .cp5_s .eventtime{
    margin-top: 4px;
}

.concert_more_info{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 202px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 15px rgba(47,32,7,.3);
    -moz-box-shadow: 0 2px 15px rgba(47,32,7,.3);
    box-shadow: 0 2px 15px rgba(47,32,7,.3);
    z-index: 6;
    display: none;
    padding-bottom: 20px;
}
.concert_more_info.c2{
    width: 384px;
}
.concert_more_info.c3{
    width: 566px;
}
.concert_more_info.c4{
    width: 750px;
}
.concert_more_info.c5{
    width: 934px;
}
.concert_more_info.c6{
    width: 1118px;
}
.concert_more_info.c7{
    width: 1302px;
}
.concert_more_info.lp0{
    left: -20px;
}
.concert_more_info.lp1{
    left: -202px;
}
.concert_more_info.lp2{
    left: -384px;
}
.concert_more_info.lp3{
    left: -566px;
}
.concert_more_info.lp4{
    left: -750px;
}
.concert_more_info.lp5{
    left: -934px;
}
.concert_more_info.lp6{
    left: -1118px;
}
.concert_more_info.lp7{
    left: -1302px;
}


.more_info_el{
    float: left;
    width: 182px;
}
.concert_more_info.one .tit{
    display: block;
    margin: 20px 20px 10px 20px;
    font-size: 18px;
}
.concert_more_info.one .price{
    margin: 0px 10px 10px 20px;
    font-size: 23px;
    color: #000000;
}
.concert_more_info.one .buy_online_concert{
    display: inline-block;
    color: #2e6f6f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:  1px solid #2e6f6f;
    text-decoration: none;
    padding: 5px 10px 7px;
    margin: 0px 20px 0px 20px;
}
.concert_more_info.more .tit{
    display: block;
    margin: 5px 20px 5px 20px;
    font-size: 14px;
    line-height: 18px;
}
.concert_more_info .small_text{
    margin: 0px 20px 5px 20px;
    font-size: 12px;
    line-height: 15px;
}
.concert_more_info.more .price{
    margin: 0px 10px 0px 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: 14px;
}
.concert_more_info.more .buy_online_concert{
    display: inline-block;
    color: #2e6f6f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:  1px solid #2e6f6f;
    text-decoration: none;
    padding: 3px 10px 5px;
    margin: 10px 20px 0px 20px;
    font-size: 14px;
}
.concert_more_info .buy_online_concert:hover{
    background: #2e6f6f;
    color: #ffffff;
}
.concert_more_info .solists{
    margin-top: 15px;
    margin-left: 20px;
}
#eventafishablock:hover .concert_more_info{
    display: block;
}

.concert_more_info .concertimg{
    display: block;
    width: 162px;
    margin: 20px 20px 0px 20px;
    position: relative;
    height: 193px;
}
.concert_more_info .concertimg:hover{
    text-decoration: none;
}
.concert_more_info .concertimg.t1{
    height: 193px;
}
.concert_more_info .concertimg.t2{
    height: 97px;
}
.concert_more_info .concertimg.t3{
    height: 83px;
}
.concert_more_info .concertimg.t4{
    height: 82px;
}
.concert_more_info .concertimg.t5{
    height: 82px;
}



.concert_more_info .date{
    position: absolute;
}
.concert_more_info .calend_day{
    display: block;
    margin: 10px 7px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
    text-shadow: 1px 1px 3px #090c12;
}
.concert_more_info .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
    text-shadow: 1px 1px 3px #090c12;
}
.concert_more_info .eventtime{
    margin: 0px 0px 0px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 4px 4px;
    line-height: 18px;
}
.concert_more_info .eventtime.today{
    background: #b55757;
}
.concert_more_info .eventtime.tomorow{
    background: #2e6f6f;
}





.tab_af_block_o{
    width: 162px;
    height: 193px;
    overflow: hidden;
}
.tab_af_block_o .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #cccccc;
    float: left;
    line-height: 16px;
}
.tab_af_block_o .eventtime{
    margin: 0px 0px 0px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 4px 4px;
    line-height: 18px;
}
.tab_af_block_o .eventtime.today{
    background: #b55757;
}
.tab_af_block .date{
    position: absolute;
}
.tab_af_block .calend_day{
    display: block;
    margin: 10px 7px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
    text-shadow: 1px 1px 3px #090c12;
}
.tab_af_block .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
    text-shadow: 1px 1px 3px #090c12;
}
.tab_af_block .eventtime{
    margin: 0px 0px 0px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 4px 4px;
    line-height: 18px;
}
.tab_af_block .eventtime.today{
    background: #b55757;
}
.tab_af_block .eventtime.tomorow{
    background: #2e6f6f;
}
.tab_af_block .title{
    margin: 0px 20px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    text-shadow: 1px 1px 3px #090c12;
}

.tab_af_block_o .calend_day{
    display: block;
    margin: 10px 10px 0px 20px;
    font-size: 32px;
    color: #cccccc;
    font-weight: 300;
    float: left;
}
.movedmain{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.80);
}
.movedmain .todate{
    margin: 60px 0px 0px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px 5px 0px;
    line-height: 22px;
    background: #513737;
}
.movedmain .todate span{
    font-size: 22px;
    margin-right: 7px;
}


.blockactb .movedmain .todate{
    margin: 50px 0px 0px 20px;
    font-size: 16px;
    line-height: 18px;
    padding: 2px 10px 5px 0px;
}
.blockactb .movedmain .todate span{
    font-size: 18px;
    margin-right: 3px;
}

.blockactbtwo .movedmain .todate{
    margin: 15px 0px 0px 120px;
    font-size: 16px;
    line-height: 18px;
    padding: 2px 10px 5px 0px;
}
.blockactbtwo .movedmain .todate span{
    font-size: 18px;
    margin-right: 3px;
}

.blockactsmall .movedmain .todate{
    margin: 25px 0 0 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 10px 3px 0px;
    display:none;
}
.blockactsmall .movedmain .todate span{
    font-size: 14px;
    margin-right: 3px;
}

.movedmain .canceledm{
    margin: 60px 0px 0px 20px;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 8px 4px;
    line-height: 25px;
    background: #a0a0a0;
}

.blockactb .movedmain .canceledm{
    margin: 50px 0px 0px 20px;
}
.blockactbtwo .movedmain .canceledm{
    margin: 15px 0px 0px 120px;
}
.blockactsmall .movedmain .canceledm{
    margin: 25px 0 0 17px;
    font-size: 16px;
    line-height: 16px;
    padding: 0px 7px 4px 7px;
    display:none;
}
.blockactsmall .movedmain:hover .canceledm{
    display: inline-block;
}
.blockactsmall .movedmain:hover .todate{
    display: inline-block;
}

.blockactvb{
    position: absolute;
    width: 475px;
    height: 646px;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.1);
    border: 1px solid #d8d8d8;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}
.blockactvb .imageel{
    position: absolute;
    width: 475px;
    height: 443px;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.blockactvb .dateel{
    position: absolute;
    width: 475px;
    height: 443px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.descractvb{
    display: block;
    margin: 0px 30px 15px 0px;
    font-size: 25px;
    color: #000000;
    text-decoration: none;
}
.descractvbs{
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #ffffff;
}
.priceactvb{
    display: block;
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
}
.blockactvb .calend_day{
    display: block;
    margin: 20px 10px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
}
.blockactvb .calend_month{
    display: block;
    margin: 22px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
}
.blockactvb .eventtime{
    margin: 3px 0px 0px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 7px 5px;
    line-height: 20px;
}
.blockactvb .eventtime.today{
    background: #b55757;
}
.blockactvb .eventtime.tomorow{
    background: #2e6f6f;
}
.blockactvb .tit_block{
    position: absolute;
    left: 30px;
    top: 470px;
    right: 0;
}
.blockactvb .tit_block .buy_online{
    margin-left: 0px;
}
.afisha .buy_online{
    display: inline-block;
    color: #2e6f6f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:  1px solid #2e6f6f;
    text-decoration: none;
    padding: 5px 10px 7px;
    margin-left: 30px;
}
.afisha .buy_online.mini{
    margin-left: 250px;
}
.afisha .buy_online:hover{
    background: #2e6f6f;
    color: #ffffff;
}

.blockactb{
    position: absolute;
    width: 486px;
    height: 236px;
    top: 0px;
    left: 510px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.1);
    border: 1px solid #d8d8d8;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}
.blockactb .imageel{
    position: absolute;
    width: 220px;
    height: 238px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.descractb{
    display: block;
    margin-top: 20px;
    margin-left: 250px;
    margin-right: 20px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.descractbs{
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #ffffff;
}
.priceactb{
    display: block;
    font-size: 25px;
    color: #000000;
    margin-left: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blockactb .dateblock{
    position: absolute;
    width: 220px;
    height: 238px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.blockactb .calend_day{
    display: block;
    margin: 10px 10px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
}
.blockactb .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
}
.blockactb .eventtime{
    margin: 3px 0px 0px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 7px 5px;
    line-height: 20px;
}
.blockactb .eventtime.today{
    background: #b55757;
}
.blockactb .eventtime.tomorow{
    background: #2e6f6f;
}



.blockactbtwo{
    position: absolute;
    width: 486px;
    height: 236px;
    top: 251px;
    left: 510px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.1);
    border: 1px solid #d8d8d8;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}
.blockactbtwo .imageel{
    position: absolute;
    width: 220px;
    height: 238px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.blockactbtwo .descractbs{
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #ffffff;
}


.blockactbtwo .dateblock{
    position: absolute;
    width: 220px;
    height: 38px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.blockactbtwo .calend_day{
    display: block;
    margin: 10px 10px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
}
.blockactbtwo .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
}
.blockactbtwo .eventtime{
    margin: 3px 0px 0px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 7px 5px;
    line-height: 20px;
}
.blockactbtwo .eventtime.today{
    background: #b55757;
}
.blockactbtwo .eventtime.tomorow{
    background: #2e6f6f;
}
.blockactbtwo .date_raz{
    position: absolute;
    width: 22px;
    height: 43px;
    top: 8px;
    left: 94px;
    z-index: 5;
    background: url('/d/img/afisha_date_fest.png') no-repeat;
}


.blockactbtwo.fest .descractb{
    display: block;
    margin-top: 60px;
    margin-left: 20px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 300;

}
.blockactbtwo.fest .descractbs{
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #ffffff;
}
.blockactbtwo.fest .priceactb{
    display: block;
    font-size: 25px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.blockactbtwo.fest .calend_day{
    display: block;
    margin: 10px 10px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
}
.blockactbtwo.fest .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
}
.blockactbtwo.fest .eventtime{
    margin: 3px 0px 0px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 7px 5px;
    line-height: 20px;
}
.blockactbtwo.fest .eventtime.today{
    background: #b55757;
}
.blockactbtwo.fest .eventtime.tomorow{
    background: #2e6f6f;
}






.blockactsmall{
    position: absolute;
    width: 110px;
    height: 70px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.1);
    border: 1px solid #d8d8d8;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}
.blockactsmall .imageel{
    position: absolute;
    width: 60px;
    height: 72px;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.blockactsmall > .calend_day{
    display: block;
    width: 49px;
    font-size: 25px;
    color: #000000;
    float: left;
    text-align: center;
    margin-top: 15px;
    line-height: 22px;
}
.blockactsmall > .calend_day span{
    font-size: 15px;
    display: block;
    line-height: 15px;
	text-transform: uppercase;
}
.blockactsmall.p1{
    top: 0px;
    left: 1030px;
}
.blockactsmall.p2{
    top: 82px;
    left: 1030px;
}
.blockactsmall.p3{
    top: 164px;
    left: 1030px;
}
.blockactsmall.p4{
    top: 246px;
    left: 1030px;
}
.blockactsmall.p5{
    top: 328px;
    left: 1030px;
}
.blockactsmall.p6{
    top: 410px;
    left: 1030px;
}
.blockactsmall.p7{
    top: 492px;
    left: 1030px;
}
.blockactsmall.p8{
    top: 574px;
    left: 1030px;
}
.blockbuyonline{
    display: block;
    position: absolute;
    width: 486px;
    height: 140px;
    top: 504px;
    left: 510px;
    background: url('/d/img/buy_online_block.png') 0px 0px no-repeat;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.1);
    border: 1px solid #2e6f6f;
    overflow: hidden;
    z-index: 2;
}
.blockbuyonline .info{
    display: block;
    float: left;
    width: 150px;
    line-height: 22px;
    color: #ffffff;
    padding: 20px 0 0 20px;
    font-size: 18px;
    margin-top: 25px;
}
.blockbuyonline .block{
    display: block;
    float: right;
    width: 170px;
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url('/d/img/rulespay.png') 10px 12px no-repeat, #ffffff;
    padding: 25px 20px 37px 115px;
}

.banners img{
    width: 100%;
}

.partners_block{
    margin-top: 95px;
    overflow: hidden;
}
.partners_block .item{
    width: 158px;
    height: 84px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px 10px;
    line-height: 84px;
}

.ml90{
    margin-left: 90px;
}

.footer{
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
    margin-top: 35px;
}
.footer .copy_r{
    float: left;
}
.footer .copy_r a{
    color:#555555;
}
.footer .copy_r a:hover{
    color:#b55757
}
.map{
    display: inline-block;
    border-bottom: 1px dashed;

    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
.map:hover{
    text-decoration: none;
}
.footer .menu_f{
    float: left;
}
.footer .menu_f ul{
    display: block;
    float: left;
    list-style: none;
    padding: 0px;
    margin: -10px 50px 0px 0px;
    max-width: 190px;
}
.footer .menu_f ul:last-of-type{
    margin-right: 0;
}
.footer .menu_f ul li{
    margin: 10px;
}
.footer .menu_f ul li .section_name{
    color: #555555;
    text-decoration:  none;
    cursor: pointer;
}
.footer .menu_f ul li .section_name:hover{
    color: #B55757;
    text-decoration: underline;
}

.footer .mediaidea{
    float: right;
}
.footer .mediaidea .makesite{
    display: block;
    background: url('/d/img/mediaidea.png') 0 center no-repeat;
    padding: 10px 0px 14px 45px;
    width: 155px;
    text-decoration: none;
    color: #555555;
}
.footer .mediaidea a.makesite:hover{
    color: #B55757;
    text-decoration: underline;
}
.footer .mediaidea .bombabox{
    display: block;
    background: url('/d/img/bombabox.png') 0 center no-repeat;
    padding: 10px 0px 14px 45px;
    width: 185px;
    text-decoration: none;
    color: #555555;
}
.footer .mediaidea a.bombabox:hover{
    color: #B55757;
    text-decoration: underline;
}
.footer .buyonline{
    margin-top: 35px;
    margin-bottom: 10px;
}

.jcarousel{
    position: relative;
    overflow: hidden;
}
.jcarousel .list{
    width: 20000em;
    position: relative;
}

.more_concert{
    width: 40px;
    margin: 20px auto 0px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.more_concert img{
    -moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    transition: 0.5s all;
}
.more_concert:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);

}

.artist .artist_text{
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.artist .mimg{
    max-width: 612px;
    max-height: 542px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    margin: 0px 50px 35px 0px;
}
.artist .mimg{
    max-width: 100%;
}

.artist .titul{
    color: #9e9e9e;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 300;
}
.artist p{
    /*padding-left: 60px;*/
    margin: 5px 0px;
    line-height: 25px;
}
.artist p .b{
    font-weight: 400;
}
.artist_text ul,
.artist_text ol{
    position: relative;
    padding: 0;
    margin-right: 22px;
    left: 22px;
}
.artist_text li{
    margin: 0 0 5px 0;
}
.artist_foto_gal_cont{
    margin: 0 -10px 0 0;
}
.artist .foto_gal{
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    height: 235px;
    margin: 0px 10px 10px 0px;
    float: left;
}
.artist .video{
    width: 743px;
    height: 417px;
    background: #000000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    overflow: hidden;
    float: left;
}
.artist .select_video{
    float: left;
    height:415px;
    width: 375px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /*padding: 25px 0px 20px 20px;*/
    overflow: auto;
}
.select_video:after{
    display: block;
    content: '';
    clear: both;
}
.artist .chk_video{
    width: 100%;
    height: 90px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom:1px;
}
.artist .chk_video .yimg{
    float: left;
    width: 85px;
    height: 48px;
    overflow: hidden;
    margin: 20px;
}
.artist .chk_video .yimg img{
    margin-top: -8px;
}
.artist .chk_video span{
    display: table-cell;
    width: 210px;
    margin-left: 125px;
    height: 90px;
    vertical-align: middle;
    line-height: 20px;
}
.artist .chk_video.chk{
    background: #b55757;
}
.artist .chk_video.chk span{
    color: #ffffff;
}
.artist .chk_video:hover{
    background: #b55757;
}
.artist .chk_video:hover span{
    color: #ffffff;
}
h1{
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin-top: 0;
}
h2{
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    margin-top: 40px;
}
h4{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    margin: 15px 0px 5px 0px;
}
h3{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}
.artist .press{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.artist .press li{
    display: inline-block;
    width: 325px;
    margin-left: 30px;
    margin-top: 10px;
    line-height: 26px;
}
.artist .press li .sil_line{
    width: 55px;
    height: 3px;
    background: #cccccc;
    margin: 15px 0px 10px 0px;
}
.artist .press li .date{
    display: block;
    color: #999999;
}
.artist .press li .tit{
    display: block;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
    margin: 7px 0px;
}
.artist .press li .tit:hover{
    text-decoration: none;
}
.artist .press li .text{
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.bl_con{
    width: 160px;
    border: 1px solid #e0e0e0;
    background: #FFF;
    box-shadow: 0px 2px 12px rgba(47, 32, 7, 0.15);
    padding: 20px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.bl_con:last-of-type{
    margin-right: 0px;
}
.bl_con .img{
    width: 162px;
    height: 193px;
    display: block;
}
.bl_con .date{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    width: 150px;
    height: 50px;
}
.bl_con .date .calend_day{
    display: block;
    margin: 5px 7px 0px 0px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
    text-shadow: 1px 1px 3px #090c12;
}
.bl_con .date .calend_month{
    display: block;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
    text-shadow: 1px 1px 3px #090c12;
}
.bl_con .tit{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: block;
}
.bl_con .price{
    font-size: 25px;
    color: #000000;
    font-weight: 400;
}
.bl_con .buy_online_concert{
    font-size: 16px;
    display: inline-block;
    color: #2e6f6f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:  1px solid #2e6f6f;
    text-decoration: none !important;
    padding: 3px 10px 5px;
    line-height: 22px;
    margin-top: 10px;
}
.bl_con .buy_online_concert:hover{
    background: #2e6f6f;
    color: #ffffff;
}


.solists{
    margin-top: 15px;
    line-height: 14px;
}
.solists span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 3px;
}
.solists .concert_cart_solist_img{
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    width: 29px;
    height: 29px;
}
.solists .concert_cart_solist_img.all{
    width: 27px;
    height: 27px;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
}
.solists .concert_cart_solist_img.all:hover{
    border: 1px solid #b55757;
    background: #b55757;
    color: #ffffff;
}


#filtr{
    height: 30px;
    width: 130px;
    text-align: center;
    border: 1px solid #cccccc;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
#filtr:hover{
    background: #b55757;
    border: 1px solid #b55757;
    color: #ffffff;
}
.save_pdf{
    display: inline-block;
    background: url('/d/img/save_pdf.png') left center no-repeat;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.filtr_block{
    width: 1090px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.1);
    margin-bottom: 5px;
    position: relative;
    padding: 25px;
}
.filtr_block .selectdate{
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 40px 0 10px;
    height: 35px;
    line-height: 33px;
    background: url('/d/img/calendicon.png') 93% 0px no-repeat;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.filtr_block .selectdate .monthc{
    text-transform: capitalize;
}

.year_calendar{
    position: absolute;
    top: 67px;
    left: 0px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(47, 32, 7, 0.25);
    border-radius: 5px;
    font-size: 14px;
    z-index: 20;
    height: 380px;
}
.year_calendar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.year_calendar .yeargroup{
    width: 20000em;
    position: relative;
}
.year_calendar .yeargroup > li{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 110px;
}
.year_calendar .yeargroup > li:last-of-type{
    margin-right: 0px;
}
.year_calendar .monthlist > li{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 7px;
    line-height: 21px;
    cursor: pointer;
    text-transform: capitalize;
}
.year_calendar .monthlist > li:hover{
    background: #b55757;
    border-radius: 3px;
    color: #ffffff;
}
.year_calendar .monthlist > li:hover span{
    color: #ffffff;
}
.year_calendar .monthlist > li.actd{
    background: #b55757;
    border-radius: 3px;
    color: #ffffff;
}
.year_calendar .monthlist > li.actd span{
    color: #ffffff;
}
.year_calendar .monthlist > li:first-of-type{
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    cursor: default;
}
.year_calendar .monthlist > li:first-of-type:hover{
    background: none;
    border-radius: 3px;
    color: #000000;
}
.year_calendar .monthlist > li span{
    all: unset;
    color: #999999;
    display: inline;
}

.closefdate{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('/d/img/close.png') 0 0 no-repeat;
    cursor: pointer;
    margin-left: 10px;
}
.closefdate:hover{
    background: url('/d/img/close.png') -10px 0 no-repeat;
}

.filtr_block .selectdate:hover{
    border: 1px solid #b55757;
    background: url('/d/img/calendicon.png') 93% -33px no-repeat, #b55757;
    color: #ffffff;
}
.filtr_block .close{
    height: 31px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 80px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: block;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
.filtr_block .close:hover{
    background: #b55757;
    border: 0px;
    color: #ffffff;
}
.filtr_block .filtrclear{
    position: absolute;
    top: 55px;
    right: 10px;
    padding: 4px 10px;
}
.filtr_block .filtrclear a{
    font-size: 14px;
    color: #999999;
}


.field{
    display: inline-block;
    height: 65px;
    margin-right: 40px;
    vertical-align: top;
    position: relative;
}
.field span{
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.field input{
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 410px;
    height: 33px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
}
.field select{
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 285px;
    height: 35px;
    padding-left: 15px;
}

.zhanr{
    margin-top: 20px;
}
.zhanr .tit{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.zhanr ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.zhanr ul li{
    display: block;
    margin-right: 20px;
    float: left;
}
.zhanr ul li:last-of-type{
    margin-right: 0px;
}
.zhanr ul li span{
    display: block;
    padding: 3px 5px;
    margin: 3px 0px;
    font-size: 14px;
    line-height: 14px;
}
.zhanr ul li span.act{
    background: #b55757;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
}
.notfiltr{
    position: absolute;
    z-index: 100;
    background: rgba(255,255,255, 0.7);
    width: 162px;
    height: 193px;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 3;
}
.notfiltr.afisha_date_end{
    display: block;
}
.concertpage h1{
    margin-bottom: 8px;
}

.concertpage_price .concertpage_skidka{
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: right;
    color:#000;
}
.concertpage_price_skidka{
    float: left;
    width:230px;
    position: relative;
}
.concertpage_price_skidka .skidka{
    text-align: right;
    position: absolute;
    font-size: 14px;
    right:20px;
    width:300px;
    font-weight: 300;
    line-height: 1;
}
.concertpage_price_skidka .skidka span{    
    font-weight: 600;
    color:#b55757;
}
.concertpage .concert_comment{
    margin: 0 0 10px 0;
}
.concertpage .concert_comment a {
    color: #9E9E9E;
}
.concertpage_image{
    width: 1140px;
    max-height: 450px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    text-align: center;
    background: #eeeeee;
    line-height: 0;
}
.concertpage_image img{
    max-width: 100%;
    display: inline-block;
}
.concertpage_date{
    float: left;
    height: 100px;
}
.concertpage_date .date{
    display: block;
    height: 77px;
    border-right: 1px solid #000000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 23px 25px 0 20px;
    float: left;
    text-transform: uppercase;
}
.concertpage_date .time{
    display: block;
    width: 200px;
    height: 77px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 64px;
    padding-top: 23px;
    color: #9e9e9e;
    float: left;
    border-right: 1px solid #000000;
}
.concertpage_date .concertpage_take_place{
    display: block;
    height: 77px;
    font-size: 30px;
    font-weight: 300;
    line-height: 64px;
    padding: 23px 0 0 70px;
    background: url('/d/img/mini_emblem.png') 23px 43px no-repeat;
    float: left;
}
.concertpage_date .concertpage_take_place.bigtext1{
    font-size: 27px;
    width: 290px;
    line-height: 27px;
    padding-top: 30px;
}
.concertpage_date .concertpage_take_place.bigtext2{
    font-size: 22px;
    width: 290px;
    line-height: 22px;
    padding-top: 35px;
}
.concertpage_date .concertpage_take_place.bigtext3{
    font-size: 22px;
    width: 290px;
    line-height: 22px;
    padding-top: 25px;
}
.concertpage_date .date .date_num{
    font-size: 60px;
    line-height: 64px;
    float: left;
    margin: 0 10px 0 0;
}
.concertpage_date .date .date_other{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    float: left;
    margin: 8px 0 0 0;
}
.concertpage_price{
    float: right;
    height: 100px;
}
.played_concert .concertpage_price{
    color: #9e9e9e;
}
.played_concert .concertpage_take_place{
    opacity: 0.5;
}

.concertpage_price .price{
    display: block;
    font-size: 30px;
    font-weight: 300;
    padding-top: 34px;
    line-height: 45px;
    margin-right: 20px;    
    text-align: right;
}
.concertpage_price .price_small{
    font-size: 24px;
    line-height: 30px;
}
.concertpage_price span.played_concert{
    color: #cccccc;
    margin-right: 201px;
}
.concertpage_price .buyonline{
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: 400;
    background: #2e6f6f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    margin-top: 35px;
}
.concertpage_price .buyonline:hover{
    background: #347e7e;
}
.concertpage_text{
    padding-left: 50px;
    margin: 5px 0px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
}
.solistslist{
    list-style: none;
    margin: 10px 0px 0px 60px;
    padding: 15px 0px;
}
.solistslist li{
    display: inline-block;
    width: 425px;
    height: 72px;
    margin-bottom: 35px;
    padding-left: 90px;
}
.solistslist li a{
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.solistslist li a:hover{
    text-decoration: none;
}
.solistslist li font{
    font-size: 18px;
    font-weight: 300;
    color: #9e9e9e;
}

.profgroup{
    color: #b55757;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
.solistblock{
    display: inline-block;
    width: 330px;
    height: 72px;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-left: 50px;
    margin-right: -5px;
    text-decoration: none;
    vertical-align: top;
}
.solistblock span{
    text-transform: capitalize;
}

.solistblock font{
    font-size: 18px;
    font-weight: 300;
    color: #9e9e9e;
    line-height: 18px;
}
.solistblock img{
    float: left;
    margin-right: 20px;
    width: 72px;
    height: 72px;
}
.solistblock:hover {
    color: #b55757;
    text-decoration: none;
}
.solistblock:hover span{
    text-decoration: underline;
}

.solistblock_colective{
    display: inline-block;
    width: 330px;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-left: 50px;
    text-decoration: none;
    vertical-align: top;
    margin-right: -5px;
}


.solistblock_colective font{
    font-size: 18px;
    font-weight: 300;
    color: #9e9e9e;
    line-height: 18px;
}
.solistblock_colective:hover {
    color: #b55757;
    text-decoration: none;
}
.solistblock_colective:hover span{
    text-decoration: underline;
}

#map_info{
    width: 700px;
    height: 500px;
    display: none;
}
.banner_v_item{
    margin-bottom: 20px;
}
.nav a{
    color: #000000;
    font-size: 22px;
    text-decoration: none;
}
.nav a:hover{
    color: #b55757;
}
.nav a+a{
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.nav a+a:hover{
    color: #b55757;
    text-decoration: underline;
}
.nav .chk{
    color: #b55757;
    font-size: 14px;
}

.sub_top_menu{
    margin: 0 auto;
    text-align: center;
}
.sub_top_menu .section_name.first{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.sub_top_menu .section_name{
    display: inline-block;
    margin: 0px 0px 10px -1px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}
.sub_top_menu .section_name.last{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sub_top_menu .section_name:hover{
    background: #b55757;
    color: #ffffff;
    border: 1px solid #b55757;
}
.sub_top_menu .section_name.chk{
    background: #b55757;
    color: #ffffff;
    border: 1px solid #b55757;
    z-index: 2;
    position: relative;
}

.mapblock{
    position: relative;
    margin-bottom: 35px;
    height: 440px;
}
.contactinmap{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 510px;
    height: 378px;
    border: 1px solid #e3e3df;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    font-size: 14px;
}
.contactinmap .tit{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contactinmap p{
    margin: 0px 0px 15px;
    line-height: 24px;
}
.contactinmap .ptext{
    min-height: 30px;
    line-height: 24px;
    padding-left: 25px;
}
.contactinmap .tram{
    background: url('/d/img/tram.png') 3px 2px no-repeat;
}
.contactinmap .tr{
    background: url('/d/img/tr.png') 3px 2px no-repeat;
}
.contactinmap .avt{
    background: url('/d/img/avt.png') 3px 5px no-repeat;
}
.contactinmap .mart{
    background: url('/d/img/mart.png') 3px 4px no-repeat;
    margin-bottom: 20px;
}
.contactinmap a{
    color: #000000;
    text-decoration: underline;
}
.contactinmap a:hover{
    text-decoration: none;
}

.contactlist{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.contactlist:after {
    content: "";
    display: table;
    clear: both;
}
.contactlist li{
    float: left;
    width: 360px;
    font-size: 14px;
    line-height: 25px;
    margin: 0 20px 30px 0;
}
.contactlist li:nth-child(3n+1){
    clear: left;
}
.contactlist li .type{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #b55757;
    line-height: 24px;
}
.contactlist li .type:after{
    display: block;
    clear: both;
    content: '';
}
.contactlist li .name{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.contactlist li .itemtype{
    color: #888888;
}
.contactlist li a{
    color: #000000;
    text-decoration: none;
}
.contactlist li a:hover{
    color: #b55757;
    text-decoration: underline;
}

.canceled{
    position: absolute;
    width: 162px;
    height: 193px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.80);
}
.canceled .eventtime{
    margin: 50px 0px 0px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 4px 4px;
    line-height: 18px;
    background: #a0a0a0;
}
.moved{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.80);
}
.moved .eventtime{
    margin: 50px 0px 0px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 4px 4px 0px;
    line-height: 18px;
    background: #513737;
}
.moved .eventtime span{
    font-size: 18px;
}


/*формирование даты для анимации*/
.animedate{
    position: absolute;
}
.animedate .calend_day{
    display: block;
    margin: 10px 7px 0px 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    float: left;
    text-shadow: 1px 1px 3px #090c12;
}
.animedate .calend_month{
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 16px;
    text-shadow: 1px 1px 3px #090c12;
}
.animedate .eventtime{
    margin: 0px 0px 0px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 4px 4px;
    line-height: 18px;
}
.animedate .eventtime.today{
    background: #b55757;
}
.animedate .eventtime.tomorow{
    background: #2e6f6f;
}
.animetit .title{
    margin: 0px 20px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    text-shadow: 1px 1px 3px #090c12;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.press_block{
    margin-left: 30px;
    padding-top: 10px;
}

.ageblock{
    width: 26px;
    height: 27px;
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 3px;
    background: url('/d/img/age.png') 0 0 no-repeat;
}
.ageblock_big{
    background: url('/d/img/age_big.png') 0 0 no-repeat;
    width: 46px;
    height: 46px;
    top: 10px;
    right: 10px;    
}
.ageblock_big.age0{
    
}
.ageblock_big.age6{
    background-position: -45px 0px;
}
.ageblock_big.age12{
    background-position: -92px 0px;    
}
.ageblock_big.age16{
    background-position: -138px 0px;
}
.ageblock_big.age18{
    background-position: -183px 0px;
}
.age0{
    background-position: 0px 0px;
}
.age6{
    background-position: -26px 0;
}
.age12{
    background-position:-52px 0;
}
.age16{
    background-position: -78px 0;
}
.age18{
    background-position: -104px 0;
}

.ban_part_block h2{
    display: block;
    margin-top: 0px;
}
.ban_part_block .item{
    display: inline-block;
    width: 165px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 15px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
    min-height: 134px;
}
.ban_part_block .item img{
    margin-bottom: 10px;
}
.ban_part_block .item span{
    display: block;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 14px;
}
.ban_part_block .item:hover span{
    color: #b55757;
}
.opros{
    width: 450px;
    padding: 40px 40px 0px 40px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
}
.opros ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.opros ul li{
    padding: 5px 0px;
}

.opros h2{
    margin: 0px 0px 15px 0px;
}
.opros .tit{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}
.opros .button_bg{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #d8d8d8;
    margin-bottom: -1px;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}

.opros .variant_answers{
    background: #d8d8d8;
    height: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.opros .variant_answers_ugol{
    background: #b55757;
    height: 7px;  
}
.opros .voteline{
    margin-bottom: 5px;
}
.opros .voteline .vote{
    color: #b55757;
    font-weight: 400;
}
#var_answers{
    margin: 0px 0px 40px 20px;
}

.abonement_info_line{
    height: 105px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #d8d8d8;
    position: relative;
}
.red_ticket{
    position: absolute;
    width: 17px;
    top: -3px;
    left: -3px;
    bottom: -3px;
    background: #df2926;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.red_ticket .round{
    position: absolute;
    height: 18px;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    left: -10px;
    background: #ffffff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.abonement_info_line ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.abonement_info_line ul li{
    display: block;
    float: left;
    height: 83px;
    border-right: 1px solid #d8d8d8;
    padding: 22px 40px 0px;
    font-size: 14px;
}
.abonement_info_line ul li:first-of-type{
    padding: 22px 40px 0px 60px;
}
.abonement_info_line ul li span{
    display: block;
    font-size: 40px;
    font-weight: 300;
}
.abonement_info_line ul li:first-of-type span{
    font-weight: 700;
}
.abonement_info_line .buyonline{
    display: block;
    float: right;
    font-size: 20px;
    font-weight: 400;
    background: #2e6f6f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    margin-top: 29px;
    margin-right: 30px;
}
.abonement_info_line .buyonline:hover{
    background: #347e7e;
}
.abonement_plashka{
    font-size: 30px;
    line-height: 40px;
    color: #9e9e9e;
    font-weight: 300;
    width: 940px;
    margin: 30px 0px;
}
.abonement_fulltext p{
    padding-left: 50px;
    font-size: 18px;
    line-height: 32px;
	font-weight:300;
}
.abonement_fulltext{
	font-weight:300;
	font-size: 18px;
	line-height: 32px;
}

.concertpage_image .date{
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 5;
    line-height: 1;
}
.concertpage_image .num{
    float: left;

}
.concertpage_image .num span{
    float: left;
    font-size: 55px;
    color: #ffffff;
    font-weight: 300;
    margin-right: 10px;
}
.concertpage_image .num>font{
    float: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 7px;
    line-height: 24px;
}
.fromto{
    float: left;
    width: 32px;
    height: 66px;
    background: url('/d/img/fromto.png') 0px 0px no-repeat;
    margin: 0px 20px;
}
.gr_conimg{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 168px;
    background: url('/d/img/gr_conimg.png') repeat-x;
    z-index: 2;
}
.concertpage_image .videosmall{
    position: absolute;
    bottom: 20px;
    right: 225px;
    z-index: 5;
    width: 185px;
    height: 130px;
    overflow: hidden;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.concertpage_image .videosmall .tit{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #ffffff;
}
.concertpage_image .videosmall .video_but{
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/d/img/video_button.png) no-repeat;
    width: 35px;
    height: 25px;
    margin-top: -12px;
    margin-left: -17px;
}
.concertpage_image .fotosmall{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    width: 185px;
    height: 130px;
    overflow: hidden;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.concertpage_image .fotosmall .tit{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #ffffff;
}

.video{
    width: 743px;
    height: 417px;
    background: #000000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    overflow: hidden;
    float: left;
}
.select_video{
    float: left;
    height:415px;
    width: 375px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /*padding: 25px 0px 20px 20px;*/
    overflow: auto;
}
.chk_video{
    width: 100%;
    height: 90px;
    font-size: 18px;
    cursor: pointer;
}
.chk_video .yimg{
    float: left;
    width: 85px;
    height: 48px;
    overflow: hidden;
    margin: 20px;
}
.chk_video .yimg img{
    margin-top: -8px;
}
.chk_video span{
    display: table-cell;
    width: 210px;
    margin-left: 125px;
    height: 90px;
    vertical-align: middle;
    line-height: 22px;
}
.chk_video.chk{
    background: #b55757;
}
.chk_video.chk span{
    color: #ffffff;
}
.chk_video:hover{
    background: #b55757;
}
.chk_video:hover span{
    color: #ffffff;
}
.fest_plashka{
    font-size: 30px;
    line-height: 40px;
    color: #9e9e9e;
    font-weight: 300;
    width: 940px;
    margin: 30px 0px;
}
.fest_full{
    overflow: hidden;
    margin: 0 0 20px 0;
    font-size:18px;
    line-height:25px;
    font-weight:300;
}
.fest_fulltext p{
    padding-left: 50px;
    font-size: 18px;
    line-height: 25px;
}



.overlay_search_all{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: url(/d/img/overlay.png) 0 0 repeat;
    z-index: 100;
}
.overlay_search_all .main_wrapper{
    padding: 0;
}
.overlay_search_all .top_block .top_line{
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.overlay_search_all .top_block .top_line .allsite_but{
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.overlay_search_all .top_block .top_line .search_but{
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.search_block{
    background: #ffffff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.fieldsearch{
    height: 90px;
    font-weight: 300;
    position: relative;
    z-index: 10px;
}
.fieldsearch input[type="text"]{
    display: inline-block;
    position: relative;
    z-index: 10px;
    width: 1090px;
    height: 90px;
    font-size: 25px;
    font-weight: 300;
    color: #a3a3a3;
    border: 0px;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    box-shadow: inset 0px 10px 10px rgba(47, 32, 7, 0.1);
}
.fieldsearch input[type="submit"]{
    display: inline-block;
    width: 102px;
    height: 73px;
    background: url('/d/img/entersearch.png') center no-repeat;
    border: 0px;
    vertical-align: top;
    cursor: pointer;
}
.fieldsearch .but{
    position: absolute;
    width: 102px;
    height: 73px;
    top: 10px;
    right: 10px;
}

.afisha_search_block{
    width: 695px;
    float: left;
}

.afisha_search_block{
    overflow: hidden;
    margin: 0 0 40px 0;
}
.block_tit{
    color: #DF2926;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.afisha_search_block .concert_line{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
}
.afisha_search_block .concert_line.last{
    border-bottom: none;
}
.afisha_search_block .concert_line:hover{
    background-color: #fbf6f6;
}
.afisha_search_block .concert_line .concert_info_cell{
    width: 380px;
}
.afisha_search_block .concert_line .concert_info_cell .concert_info .title a{
    font-size: 16px;
}
.afisha_search_block .concert_line .price_cell{
    width: 145px;
}

.search_result{
    margin: 0 30px;
}
.search_result .top_sil_line{
    margin: 5px 0;
    height: 1px;
    background: #d8d8d8;
}
.artisis_search_block{
    width: 310px;
    float: left;
    margin-left: 50px;
}

.artisis_search_block .solistblock{
    margin: 0px;
    width: 310px;
}
.artisis_search_block .artists_list .sl{
    height: 1px;
    background: #d8d8d8;
    margin: 20px 0;
}



.article_search_block .news_group_tit{
    color: #df2926;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.article_search_block .news_item{
    overflow: hidden;
}
.article_search_block .news_item .img_n{
    float: left;
    width: 90px;
    display: inline-block;
    height: 70px;
}
.article_search_block .news_item .text{
    float: left;
    width: 900px;
    font-size: 14px;
    color: #332f2e;
    font-weight: 300;
}
.article_search_block .news_item .text .date{
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    display: block;
}
.article_search_block .news_item .text .tit{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    display: block;
    margin: 5px 0px 10px;
}
.article_search_block .news_item .text .tit a:hover{
    color: #B55757;
    text-decoration: underline;
}
.article_search_block .sil_line{
    background: #e0e0e0;
    height: 1px;
    width: 42px;
    margin: 15px 0px;
}
.info_sort{
    font-size: 14px;
    margin: 25px 0;
}
.module_cont{
    overflow: hidden;
}
.module_header_line{
    overflow: hidden;
}
.module_header_line h1{
    float: left;
    margin-top: 0;
    margin-right: 20px;
}
.overlay_all{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('/d/img/overlay.png') 0 0 repeat;
    z-index: 100;
}
.overlay_all .main_wrapper{
    padding: 0;
}
.top_phones_header{
    color: #cccccc;
    margin-bottom: 24px;    
}
.soc_icons_header{
    color: #cccccc;
}
.top_block .top_line{
    background: #ffffff;
    position: relative;
}
.overlay_all .top_block .top_line{
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.overlay_all .top_block .top_line .allsite_but{
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.overlay_all .top_block .top_line .search_but{
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

/*Карта сайта вверху*/
.sitemap_menu{
    background: #ffffff;
    padding: 27px 0 10px 28px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.sitemap_menu .col{
    float: left;
    overflow: hidden;
    width: 205px;
    margin: 0 15px 0 0;
    position: relative;
}
.sitemap_menu .main_map{
    margin: 0 0 0 230px;
    overflow: hidden;
}
.sitemap_menu .col_title{
    margin: 0 0 18px 0;
}
.sitemap_menu .col_title .big_section_name{
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}
.sitemap_menu .col_title .big_section_name:hover{
    color: #b55757;
    text-decoration: underline;
}
.sitemap_menu .col_title .big_section_name.active{
    color: #b55757;
    text-decoration: none;
}
.sitemap_menu .sub{
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    display: block;
}
.sitemap_menu .sub li{
    margin: 0 0 10px 0;
    line-height:1;
}
.sitemap_menu .sub li .section_name{
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    text-decoration: none;
}
.sitemap_menu .sub li .section_name:hover{
    color: #b55757;
    text-decoration: underline;
}
.sitemap_menu .sub li .section_name.active{
    color: #b55757;
    text-decoration: none;
}

/*Список новостей*/
.info_block{
    min-height: 100px;
}

.info_block .news{
    padding: 25px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bnews_menu .item{
    height: 30px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.bnews_menu .item.first{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
}
.bnews_menu .item.last{
    border-right: 1px solid #cccccc;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
}
.bnews_menu .item.act,
.bnews_menu .item:hover{
    background: #b55757;
    border-color: #b55757;
    color: #ffffff;
}
.themes_articles{
    display: none;
}
.themes_articles.act{
    display: block;
}
.themes_cont{
    margin: 0 0 30px 0;
}
.info_block .news #brss{
    height: 30px;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    margin-left: 20px;
}

.info_block .news .news_group_tit{
    color: #df2926;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.info_block .news .news_item{
    overflow: hidden;
}
.info_block .news .news_item .img_n{
    float: left;
    width: 90px;
    display: inline-block;
    height: 70px;
}
.info_block .news .news_item .text{
    font-size: 14px;
    color: #332f2e;
    font-weight: 300;
}
.info_block .news .news_item .text .date{
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    display: block;
}
.info_block .news .news_item .text .tit{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    display: block;
    margin: 5px 0px 10px;
}
.info_block .news .news_item .text .tit a:hover{
    color: #B55757;
    text-decoration: underline;
}
.info_block .news .news_item .text .tags_n{
    display: block;
    margin: 10px 0px 0px;
    padding-left: 20px;
    font-size: 12px;
    background: url('/d/img/icon_tags.png') 0 center no-repeat;
}
.info_block .news .sil_line{
    background: #e0e0e0;
    height: 1px;
    width: 42px;
    margin: 15px 0px;
}
.info_block .news .news_group_tit a{
    color: #df2926;
    text-decoration: none;
}
.info_block .news .news_item .text .tit a{
    color: #000000;
    text-decoration: none;
}

.left_container{
    width: 825px;
}

/*Карусель статей*/
.fotoandvideo {
    padding: 25px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 40px;
    position: relative;
}
.fotoandvideo .prev{
    position: absolute;
    width: 26px;
    height: 52px;
    top: 50%;
    left: -23px;
    margin-top: -26px;
    background: url('/d/img/slide_control.png') 0 0 no-repeat;
    cursor: pointer;
}
.fotoandvideo .next{
    position: absolute;
    width: 26px;
    height: 52px;
    top: 50%;
    right: -23px;
    margin-top: -26px;
    background: url('/d/img/slide_control.png') -26px 0 no-repeat;
    cursor: pointer;
}
.fotoandvideo .block_title {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px 15px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    background: #ffffff;
    margin-top: -20px;
}
.art_carousel{
    position: relative;
    overflow: hidden;
}
.art_carousel .list{
    width: 20000em;
    position: relative;
}
.fotoandvideo .item {
    width: 154px;
    height: 256px;
    float: left;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 0px 15px;
    margin-right: 9px;
}
.fotoandvideo .item:last-child {
    margin-right: 0px;
}
.fotoandvideo .item .img{
    display: block;
    overflow: hidden;
    width: 186px;
    height: 130px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.fotoandvideo .item .img img{
    width: 186px;
    height: 130px;
}
.fotoandvideo .item .type_title{
    display: block;
    margin-top: 140px;
    color: #df2926;
    font-size: 16px;
    font-weight: bold;
}
.fotoandvideo .item .title{
    display: block;
    margin-top: 5px;
    font-size: 16px;
}
.fotoandvideo .item .img .video_button{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -12px;
}

/*Модуль статей из темы*/
.themes_menu{
    margin: 0 0 40px 0;
}
.themes_menu:after{
    content: '';
    clear: both;
    display: block;
}
.themes_menu .item{
    height: 30px;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
}
.themes_menu .item.first{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
}
.themes_menu .item.last{
    border-right: 1px solid #cccccc;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
}
.themes_menu .item.act,
.themes_menu .item:hover{
    background: #b55757;
    border-color: #b55757;
    color: #ffffff;
}
.multitheme_articles_module{
    margin: 0 0 20px 0;
    position: relative;
}
.articles_list{
    margin: 0 0 40px 0;
    overflow: hidden;
    font-size: 0;
}
.articles_list .item{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 0 3% 0 0;
    margin: 0 0 40px 0;
}
.articles_list .item .themes{
    margin: 0 0 10px 0;
    color: #DF2926;
    font-size: 16px;
    font-weight: bold;
}
.articles_list .item .themes a{
    color: #DF2926;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.articles_list .item .themes a:hover{
    text-decoration: underline;
}
.articles_list .item .img_cont{
    display: inline-block;
    overflow: hidden;
    margin: 0 0 17px;
    background: url(/d/img/no_photo_logo.png) center center no-repeat #d8d8d8;
}
.articles_list .item .img_cont img{
    max-width: 100%;
    float: left;
}
.articles_list .item .gray_line{
    border-bottom: 3px solid #cccccc;
    width: 55px;
    margin: 0 0 17px;
}
.articles_list .item .text_info .date{
    font-size: 22px;
    line-height: 24px;
    color: #999999;
    margin: 0 0 14px 0;
}
.articles_list .item .text_info .title{
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 14px 0;
}
.articles_list .item .text_info .title a{
    text-decoration: none;
    color: #000000;
}
.articles_list .item .text_info .title a:hover{
    color: #B55757;
    text-decoration: underline;
}
.articles_list .item .text_info .intro{
    font-size: 14px;
    line-height: 18px;
    color: #332f2e;
    margin: 0 0 14px 0;
}

.pagination{
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(47,32,7,.1);
    -moz-box-shadow: 0 2px 10px rgba(47,32,7,.1);
    box-shadow: 0 2px 10px rgba(47,32,7,.1);
    border: solid 1px #d8d8d8;
}
.pagination .item{
    float: left;
    display: inline-block;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    padding: 0 13px;
    background-color: #ffffff;
    text-decoration: none;
}
.pagination .item.selected,
.pagination .item:hover{
    color: #ffffff;
    background-color: #b55757;
}
.pagination .item:hover.dots{
    color: #000000;
    background-color: #ffffff;
}

.hidden_form{
    display: none;
}

/*Галерея в статье*/
.simple_gallery{
    margin: 0 -10px 50px 0;
}
.simple_gallery .item{
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
    height: 235px;
    position: relative;
    overflow: hidden;
}
.simple_gallery .item .descr{
    background:rgba(0,0,0,0.8);
    color:#fff;
    position: absolute;
    bottom: -150px;
    left:0px;
    width:100%;
    box-sizing: border-box;
    padding: 10px;    
    transition: 300ms;    
    font-size: 14px;
    line-height: 16px;
}
.simple_gallery .item:hover .descr{
    bottom: 0px;
}
.simple_gallery .item a{
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.simple_gallery .item img{
    max-height: 100%;
    float: left;
    height: 235px;
}
.simple_gallery:after{
    display: block;
    clear: both;
    content: '';
}
.hidden_photos{
    overflow: hidden;
    clear: both;
    display: none;
}
.show_hidden_photos{
    margin: 20px 0 0 0;
    color: #000000;
    font-size: 16px;
    height: 30px;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.show_hidden_photos:hover{
    background-color: #B55757;
    border: 1px solid #B55757;
    color: #ffffff;
}
/*Подписка*/
.subscribe_ok{
    color: green;
}
.subscribe_error{
    color: #ee0000;
}
.subscribe_block{
    display: inline-block;
    padding: 20px;
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
}
.subscribe_block .subscribe_header{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.subscribe_field{
    margin: 0 0 8px 0;
    overflow: hidden;
}
.subscribe_field .title{
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin: 0 0 2px 0;
}
.subscribe_field input[type=text]{
    height: 34px;
    line-height: 34px;
    width: 410px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    float: left;
    font-size: 14px;
}
.subscribe_field .with_button input[type=text]{
    width: 286px
}
.subscribe_field input[type=submit]{
    font-size: 14px;
    line-height: 14px;
    padding: 9px 10px 11px 10px;
    border: none;
    background-color: #2e6f6f;
    color: #ffffff;
    height: 36px;
    cursor: pointer;
    margin: 0;
}
.subscribe_page_message{
    margin: 0 0 20px 0;
}

/*Хлебные крошки*/
.breadcrumb{
    margin: 0 0 28px 0;
}

/*Статья с аудифайлами*/
.article_text{
    margin: 0 0 20px 0;
    font-size:18px;
    font-weight:300;
    line-height:25px;
}
.media_list{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.media_list li{
    display: block;
    margin: 0 0 15px 0;
}
.media_list li .author{
    font-weight: bold;
    margin: 0 0 5px 0;
}

.artist_search{
    display: none;
    padding: 0 30px 0 10px;
    border: 1px solid #cccccc;
    width: 200px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #000000;
    margin: 7px 0 0 0;
    background: url("/d/img/icon_search.png") no-repeat scroll 212px -28px;
}
.profgroup.hide{
    display: none;
}
.filterable.hide{
    display: none;
}

.abonement_description{
    overflow: hidden;
    margin: 0 0 30px 0;
}
.fistival_description{
    overflow: hidden;
    margin: 0 0 30px 0;
}
/*Список концертов*/
.concerts_list_header{
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.concerts_list{
    overflow: hidden;
    margin: 0 0 40px 0;
}
.concerts_list .concert_line{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
}
.concerts_list .concert_line.last{
    border-bottom: none;
}
.concerts_list .concert_line:hover{
    background-color: #fbf6f6;
}
.concert_line .date_cell{
    float: left;
    width: 165px;
}
.date_cell .day_number{
    float: left;
    width: 48px;
    margin: 0 0 0 10px;
    font-size: 33px;
    line-height: 35px;
    text-align: center;
}
.date_cell .day_number .year{
    font-size: 11px;
    line-height: 12px;
}
.date_cell .date_info{
    margin: 0 15px 0 60px;
    font-size: 14px;
    line-height: 16px;
}
.date_info .time{
    font-weight: bold;
}
.concert_line .concert_info_cell{
    float: left;
    width: 665px;
}
.concert_info_cell .img_cont{
    float: left;
    width: 60px;
}
.concert_info_cell img{
    width: 60px;
    height: 70px;
}
.concert_info_cell .concert_info{
    margin: 0 40px 0 82px;
}
.concert_info .title{
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 20px;
}
.concert_info .description_short{
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 16px;
}
.concert_info .description_short a{
    color: #9e9e9e;
}
.concert_info .description_ref{
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px dotted;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
}
.concert_info .description_ref.active{
    color: #b55757;
}
.concert_info  .description{
    font-size: 14px;
    line-height: 16px;
    display: none;
}
.concert_line .price_cell{
    float: left;
    width: 155px;
}
.concert_line.played .price_cell{
    color: #9E9E9E;
}
.price_cell .price_text{
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 3px 0;
}
.price_cell .price_num{
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 5px 0;
}
.played_concert .price_cell .price_num{
    color: #cccccc;
}
.price_cell .discount{
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e;
    font-style: italic;
}
.concert_line .buy_cell{
    float: right;
    width: 150px;
}
.green_button{
    display: inline-block;
    text-align: center;
    padding: 0 12px;
    color: #2e6f6f;
    border: 1px solid #2e6f6f;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
}
.green_button:hover{
    color: #ffffff;
    background-color: #2e6f6f;
    text-decoration: none;
}

/*Заявка*/
.imp{
    color: #ff0000;
}
.claim_module{
    padding: 20px;
    width: 960px;
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(47,32,7,.1);
    -moz-box-shadow: 0 2px 10px rgba(47,32,7,.1);
    box-shadow: 0 2px 10px rgba(47,32,7,.1);
}
.claim_module .claim_error{
    color: #ff0000;
}
.claim_table{
    border-collapse: collapse;
}
.claim_table td{
    padding: 0 20px 20px 0;
    vertical-align: top;
}
.claim_table .field_title{
    padding: 5px 20px 15px 0;
    width: 200px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
}
.claim_input{
    font-family: "Roboto",sans-serif;
    padding: 0 10px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 460px;
    color: #000000;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}
.claim_textarea{
    font-family: "Roboto",sans-serif;
    padding: 10px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 460px;
    min-width: 460px;
    color: #000000;
    height: 66px;
    line-height: 22px;
    font-size: 18px;
}
.claim_input.captcha{
    width: 80px;
    border-right: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}
.captcha_image{
    display: block;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    float: left;
    height: 32px;
}
.claim_button{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 9px 10px;
    background: #b55757;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    border: none;
    cursor: pointer;
}

.article_text a,
.abonement_description a,
.fistival_description a,
.main_wrapper .artist_text a,
.concertpage_text a,
.layers_content a
{
    text-decoration: underline;
}

.artist_links_list{
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 0 0 0 22px;
}

/*Карточки абонементов*/
.abonement_year_intro{
    margin: 0 0 30px 0;
}
.abonemnet_groups_list{
    margin: 0 0 40px 0;
}
.abonemnet_groups_list_header{
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 22px 0;
    clear: both;
}
.abonemnet_groups_list .abonemnet_group{
    margin: 0 0 30px 0;
    border-bottom: 1px solid #cccccc;
}
.abonemnet_groups_list .abonemnet_group.last{
    border-bottom: none;
}
.abonemnet_group .group_title{
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 22px 0;
}
.abonemnet_group .abonement_list{
    padding: 0 0 10px 24px;
}
.abonemnet_group .abonement_list .abonement_cont{
    display: inline-block;
    vertical-align: top;
    width: 330px;
    margin: 0 50px 20px 0;
    position: relative;
    cursor: pointer;
}
.abonemnet_group .abonement_list .abonement_cont:nth-of-type(3n){
    margin-right: 0;
}
.abonement_cont .abonemnet_inner{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 8px solid #df2926;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px 12px 15px;
    background-color: #ffffff;
}
.abonement_cont .abonement_title{
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.abonement_cont:hover .abonement_title{
    color: #b55757;
}
.abonement_cont .abonement_title .first_line{
    margin: 0 0 8px 0;
}
.abonement_cont .abonement_title .second_line{
    margin: 0 0 3px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.abonement_cont .info_line{
    margin: 0 0 3px 0;
    font-size: 14px;
    line-height: 16px;
}
.abonement_cont .circle{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -7px 0 0 -7px;
}

/*Простой список статей*/
.articles_simple_list{
    margin: 0 0 40px 0;
}
.articles_simple_list .item{
    margin: 0 0 40px 0;
    overflow: hidden;
}
.articles_simple_list .img_cont{
    float: left;
    width: 120px;
    height: 120px;
    margin: 5px 0 0 0;
}
.articles_simple_list .item .info{
    margin: 0 0 0 146px;
}
.articles_simple_list .item .info.no_photo{
    margin-left: 0;
}
.articles_simple_list .item .title{
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}
.articles_simple_list .intro{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

/*Список фестивалей*/
.festival_list{
    margin: 0 0 40px 0;
}
.festival_list .festival{
    margin: 0 0 60px 0;
    overflow: hidden;
}
.festival .img_cont{
    display: block;
    float: left; 
    margin-right: 20px; 
    margin-bottom: 20px;
    width: 488px;
}
.festival .img_cont .img{
    float: left;
}
.festival .info{
    margin: 0 0 0 510px;
}
.festival_list_short .festival{
    margin-bottom: 30px;
}
.festival_list_short .festival .info{
    margin: 0 0 0 210px;
}
.festival_list_short .festival .img_cont{
   width:190px;
   margin-bottom: 10px;
}
.festival_list_short .festival_date_line {
/*    float: left;
    widh:35%;
    margin-right: 5%;*/
}
.festival_list_short .festival .title{ 
    font-size: 22px;
    
}
.festival .title{
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 6px 0;
}
.festival .description{
    font-size: 14px;
    line-height: 20px;
}
.festival_date_line{
    overflow: hidden;
    margin: 0 0 10px 0;
}
.festival_date_line .num{
    float: left;
    margin: 2px 0 0 0;
}
.festival_date_line .num span{
    float: left;
    font-size: 33px;
    font-weight: 300;
    margin-right: 10px;
}
.festival_date_line .num font{
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 3px 0 0 0;
}
.festival_date_line .fromto{
    float: left;
    width: 22px;
    height: 43px;
    background: url('/d/img/fest_date_arrow.png') 0px 0px no-repeat;
    margin: 0px 9px;
}

/*Кнопка наверх*/
.move_up{
    display: none;
    padding: 33px 8px 8px 8px;
    background: #ffffff url("/d/img/arrow_up.png") no-repeat scroll center 8px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    cursor: pointer;
	width: 30px;
	text-align: center;
}
.layers_content{
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;    
}
.layers_gray_box{
    font-size:24px;
    color:#9e9e9e;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}
.layers_images_one{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height:550px;
    margin-bottom: 30px;
}
.layers_note_box{
    font-size:30px;
    color:#000;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 45px;
    width:971px;
    height: 246px;
    background: url('/d/img/note2.jpg') no-repeat;    
}
.layers_note_box_in{
    padding: 65px 75px 0px 75px;
    text-align: center;    
}
.layers_gallery .simple_gallery .item{
    min-height: 235px;
    float: none;
    display: inline-block;
    margin-right: 25px;    
}
.layers_gallery .simple_gallery .item a{
    display: block;
    margin-bottom: 10px;
}
.layers_gallery{
    margin-bottom: 45px;
}
.layers_padding_left_box{
    padding-left: 60px;
    margin-bottom: 45px;    
    font-weight: 300;    
}

table.tbl_default{
    width:100%;
    border-collapse:collapse;
}
table.tbl_default td{
    vertical-align:top;
    padding:0px 5px 25px 5px;
}

.nosearchresult{
    margin: 25px 0px;
}
.concert_zal{
    margin: 30px 0 80px 0;
}
.concert_zal .mtit{
    text-align: center;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 25px;
}

.concert_zal ul{
    padding: 0;
    margin: 20px 0 0 0;
}
.concert_zal ul li{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 60px;
    font-size: 14px;    
}
.concert_zal ul li:first-of-type{
    margin-right: 0px;
}
.concert_zal ul li:last-of-type{
    margin-right: 0px;
}
.concert_zal ul li span{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 25px;
}
.seotext{
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
}
.concert_zal .more{
    width: 110px;
    margin: 35px auto 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    height: 35px;
    border: 1px solid #CCC;
    padding: 0px 10px;
    line-height: 35px;
    display: block;
    cursor: pointer;
    border-radius: 3px;
}
.concert_zal .more:hover{
    color: #ffffff;
    border: 1px solid #b55757;
    background:#b55757;
}

.conzal_wrapper ul{
    margin-top: 10px;
    margin-bottom: 35px;
}

/*Фильтр по датам в статьях*/
.date_filter_cont{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 1px;
    border-radius: 5px;
    border-top-right-radius: 1px;
    overflow: hidden;
    padding: 45px 20px 20px 20px;
}
.date_filter_cont .close_date_filter{
    position: absolute;
    top: -1px;
    right: -1px;
    border: 1px solid #d8d8d8;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
}
.reset_date_filter{
    position: absolute;
    top: 10px;
    left: 19px;
    font-size: 14px;
    padding: 0 7px;
    line-height: 21px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.reset_date_filter:hover{
    background: #b55757;
    color: #ffffff;
    text-decoration: none;
}
.open_date_filter{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #d8d8d8;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 40px 0 15px;
    background: url("/d/img/calendicon.png") no-repeat 93% -2px #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
}
.close_date_filter:hover{
    background: #b55757;
    border-color: #b55757;
    color: #ffffff;
}
.open_date_filter:hover{
    background: url('/d/img/calendicon.png') 93% -35px no-repeat #b55757;
    border-color: #b55757;
    color: #ffffff;
}
.date_filter{
    overflow: hidden;
}
.date_filter .year_col{
    float: left;
    width: 110px;
    overflow: hidden;
}
.date_filter .line{
    margin: 0 0 0 0;
}
.date_filter .year_num{
    display: inline-block;
    padding: 0 7px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}
.date_filter .year_num:hover,
.date_filter .year_num.active{
    background: #b55757;
    color: #ffffff;
}
.date_filter .month_num{
    display: inline-block;
    padding: 0px 7px;
    margin: 0 0 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
}
.date_filter .month_num:hover,
.date_filter .month_num.active{
    background: #b55757;
    color: #ffffff;
}
.date_filter .count_articles{
    color: #999999;
}
.date_filter .month_num:hover .count_articles,
.date_filter .month_num.active .count_articles{
    color: #ffffff;
}


/*Слоёный контент*/
.layers_congratulate{
    margin: 0 auto;
    max-width: 1025px;
}
.layers_congratulate .nav{
    list-style-type:none;
    padding:0;
    margin:0;
}
.layers_congratulate .nav li{
    float:left;
    width:220px;
    margin-right:45px;
    text-align:center;
    cursor: pointer;
    position: relative;
}
.layers_congratulate .nav li .arrow{
    display: none;
}
.layers_congratulate .nav li.active .arrow{
    width:40px;
    height: 18px;
    display: inline-block;
    background: url('/d/img/congratulation/arrow.png') no-repeat;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -20px;
}
.layers_congratulate .nav li:last-child{
    margin-right: 0px;
}
.layers_congratulate .nav li .name{
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    width:190px;
	min-height:40px;
}
.layers_congratulate .nav li .img{
    padding: 10px;
    border:1px solid #fff;
    margin-bottom: 10px;
    -webkit-border-radius:150px;
    -moz-border-radius:150px;
    border-radius:150px;
    display: block;
    width: 200px;
    height: 200px;
}
.layers_congratulate .nav li.active .img{
    border:1px solid #b55757;
}
.layers_congratulate .nav li.active .name{
    color:#b55757;
}
.layers_congratulate .nav li img{
    -webkit-border-radius:150px;
    -moz-border-radius:150px;
    border-radius:150px;
}

.layers_congratulate .congratulate_box{
    border:1px solid #d8d8d8;
    padding:30px 30px 20px 30px;    
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	font-size:18px;
	font-weight:300;	
}
.layers_congratulate .congratulate_item{
    display: none;
	line-height:25px;
}
.layers_congratulate .congratulate_item.active{
    display: block;
}
.after_clear:after{
    display:block;
    content:'';
    clear:both;
}
.mb_35{
    margin-bottom: 35px;
}
.mb_15{
    margin-bottom: 15px;
}
.layers_video{
    margin: 0 auto;
    max-width: 1140px;
}
.flashlist{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    overflow: hidden;
    height: 355px;
    position: relative;
    margin-bottom: 70px;
}
.flashlist .deladv{
    width: 190px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    height: 375px;
}


.faq_module .addquest{
    float: right;
    display: block;
    height: 44px;
    line-height: 42px;
    background: #2e6f6f;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 0 20px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.faq_module .addquest:hover{
    background: #2f7c7c;
}
.faq_module h1{
    float: left;
}
.faq .info span{
    font-size: 18px;
    color: #b55757;
}
.faq .info font{
    font-size: 18px;
    color: #888888;
}
.faq .quest{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin: 10px 0;
}
.faq .ans{
    background: #fafafa;
    border: 1px solid #d8d8d8;
    padding: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin-bottom: 40px;
    font-size:18px;
}
.form_bg{
    width: 690px;
    background: #fafafa;
    border: 1px solid #d8d8d8;
    padding: 25px 30px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin-top: 60px;
}
.form_bg .tit{
    font-size: 25px;
}
.form_bg .inp_f{
    width: 210px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}
.textarea_f{
    width: 620px;
    float: left;
    margin-top: 10px;
}
.form_bg label{
    display: inline-block;
    margin-bottom: 3px;
    color: #333333;
    font-weight: 300;
}
.form_bg .inp_f input{
    width: 200px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #c1c0bf;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;

}
.textarea_f textarea{
    width: 620px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #c1c0bf;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding: 15px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    text-indent: 0px;
    margin: 0;
    font-size: 14px;
    max-width:100%;
}
.cap{
    width: 125px;
    float: left;
    border: 1px solid #c1c0bf;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    box-sizing: border-box;
    margin-top: 32px;
    height: 38px;
    overflow: hidden;
}
.form_bg .capt{
    width: 125px;
}
.form_bg .capt input{
    width: 125px;
}
.cap img{
    height: 40px;
    width: 125px;
}
.form_bg .inp_f .but{
    width: 125px;
    height: 38px;
    line-height: 38px;
    background: #2e6f6f;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    text-transform: uppercase;
}
.form_bg .inp_f .but:hover{
    background: #2f7c7c;
}
.reqf{
    margin-top: 10px;
}
.reqf font{
    color: red;
}
.gb_ok{
    margin-top: 10px;
    color: green;
}
.gb_no{
    margin-top: 10px;
    color: red;
}
.reqc{
    color: red;
}
.layers_wrapper_right,
.layers_wrapper_left{
    float:left;
    width:100%;
}
.layers_content_right{
    margin-right:310px
}
.layers_right_right{
    float:left;
    width:280px;
    margin-left:-280px
}
.layers_content_left{
    margin-left:310px
}
.layers_left_left{
    float:left;
    width:280px;
    margin-left:-100%
}
.layers_person{
    margin-bottom: 30px;
}
.layers_person .person_photo{
    margin-bottom:12px;    
    padding-left:24px;
}
.layers_person .person_photo img{
    padding:10px;
    border-radius:100px;
    border:1px solid #d5d5d5;
}
.layers_person .person_name{
    font-size:20px;
    font-weight:600;
    line-height:1;
    margin-bottom:15px;
    padding-left:24px;
}
.layers_person .person_descr{
    font-style:italic;
    color:#9e9e9e;
    line-height:20px;
    font-size:18px;
    font-weight:300;
    line-height:24px;
    position:relative;
    padding-left:24px;    
}
.layers_person .person_quote_left,
.layers_person .person_quote_right
{
    font-size:40px;
}
.layers_person .person_quote_left{
    position:absolute;
    top:-4px;
    left:0px;
}
.layers_person .person_quote_right{
    position:absolute;
    bottom:4px;    
    margin-left:10px;
}
.person_box_left{
    float: left;
    width:280px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.person_box_right{
    float: right;
    width:280px;
    margin-left: 40px;
    margin-bottom: 40px;
}
ul.kassa_list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.kassa_list li{
    padding: 0px;
    float: left;
    width: 50%;
    margin-bottom: 30px;
    box-sizing: border-box;
}
ul.kassa_list li:nth-child(even){
    padding-right: 20px;
}
ul.kassa_list li:nth-child(odd){
    padding-left: 20px;
    clear: left;
}
div.kassa_wrapper{
    float:right;
    width:100%;
    margin-left:-145px
}
div.kassa_content{
    margin-left:145px
}
div.kassa_navigation{
    float:left;
    width:145px;            
}
.kassa_content .title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#b55757;
}
.kassa_content .address,
.kassa_content .descr{
    font-weight: 300;
    margin-bottom: 10px;
}
.ico_trans{
    display: inline-block;
    background: url('/d/img/ico_transp.png') no-repeat;
    width:15px; 
    left: 0px;
    position: absolute;
}
.ico_trans.ico_tram{
    height: 20px;
    
}
.ico_trans.ico_bus{
    height: 14px;
    background-position: 0px -21px;
    margin-top:3px; 
}
.ico_trans.ico_trolleybus{
    height: 18px;
    background-position: 0px -36px;
    
}
.transp_item{
    line-height: 20px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-weight: 300;
}
.transp_num{
    font-weight: 600;    
}
.transp_num span{
    font-weight: 300;
    
}

.tickets__list{
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.tickets__list th{
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}
.tickets__list td{
    height: 50px;
    vertical-align: middle;
    text-align: left;
    padding: 7px;
}
.tickets__list tr:nth-of-type(odd) td{
    background: #eee;
}
.tickets__list tr td:first-of-type{
/*    width: 400px;*/
}
.tickets__list tr td:nth-of-type(2){
    width: 220px;
}

.article_text .tick{
    text-decoration: none;
    font-weight: 400;
}

#kassa_map{
    height: 445px;
    width: 100%;
    margin-bottom: 50px;
}


.current_year{
    float:  left;
    width: 145px;
    box-shadow: 7px 0px 7px rgba(0,0,0,0.1);
    height: 100%;
    padding: 15px 0px 0px 15px;
    box-sizing: border-box;
}

.slider_filtr_date{
    width: 360px;
    overflow: hidden;
    position: relative;
    float:  left;
}
.slider_filtr_date_control{
    padding: 15px 20px 0 30px;
    position: relative;
    float: left;
}

.slider_filtr_date_control .fdprev{
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -26px;
    width: 31px;
    height: 52px;
    background: url('/d/img/fd_control.png') 0 0 no-repeat;
    cursor: pointer;
    z-index: 10;
}
.slider_filtr_date_control .fdnext{
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -26px;
    width: 31px;
    height: 52px;
    background: url('/d/img/fd_control.png') -31px 0 no-repeat;
    cursor: pointer;
    z-index: 10;
}

.small_week td{
    height: 60px;
}

.small_week td .tab_af_block_o{
    height: 60px;
}
.main_table_container{
    position: relative; 
    width: 162px; 
    height: 193px;
}
.small_week .main_table_container{ 
    height: 60px;
}

.tab_af_block_o.fortoday{
    position: relative;
}
.tab_af_block_o.fortoday .eventtime.today {
    background: #b55757;
    position: absolute;
    top: 33px;
    left: 49px;
}

.small_descr_vb{
    margin-top: -10px;
    margin-bottom: 7px;
    font-size: 14px;
    padding-right: 20px;
}
.small_descr_b{
    margin-left: 250px;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-right: 20px;
}


.nd{
    display: none;
}

.page_date_news{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 14px;
}
.top_block .top_line .lang_switch {
	margin-top: -35px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 10px;
}
.top_block .top_line .lang_switch a {
	display: inline-block;
	padding: 6px;
	cursor: pointer;
	height: 100%;
	color: #949292;
}
.top_block .top_line .lang_switch a.active {
	color: #000;
	background-color: #f0f0f0;
	cursor: default;
	text-decoration: none;
}