@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');
}


:root {
    --color-red: #B55757;
    
    --color-black: #1e1e1e;
    --color-text-black: #1e1e1e;

    --color-blue: #2E6F6F;
    --color-button-blue: #2E6F6F;
}

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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
    font-weight: 400;
}

body.has_main_top_ban {
    padding: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: var(--color-red);
    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;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.red_link {
    color: var(--color-red);
    font-weight: 400;
}

.arrow-right {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 11px;
    height: 12px;
}

.main_wrapper {
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
}

.main_content {
    margin: 0 auto;
}


/*ФУТЕР. -НАЧАЛО-*/
.footer {
    background: #6D4343;
    padding: 70px 0 60px 0;
    color: #ffffff;
}

.footer a{
    color: inherit;
}

.footer_middle {
    margin: 40px 0;
}

.copyright {
    margin: 0 0 36px 0;
}

.copyright p{
    margin: 0 0 10px 0;
}

.copyright p:last-child {
    margin-bottom: 0;
}

.footer_mini_text {
    font-size: 12px;
    opacity: 0.67;
}

.footer_mini_text p {
    margin: 0 0 16px 0;
}

.footer_mini_text p:last-child {
    margin-bottom: 0;
}

.footer_mini_text a {
    color: inherit;
    text-decoration: underline;
}

.footer_text p {
    margin: 0 0 16px 0;
}

.footer_text p:last-child {
    margin-bottom: 0;
}

.map {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: inherit;
}

.map:hover {
    text-decoration: none;
    border-color: transparent;
}


.big_upper_text {
    font-weight: 700;
    text-transform: uppercase;
}


.footer .mediaidea {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background: url('/d/img/mediaidea.png') 0 center no-repeat;
    padding: 0 0 0 45px;
    text-decoration: none;
    color: #ffffff;
    min-height: 35px;
    max-width: 200px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.footer .bombabox {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background: url('/d/img/bombabox.png') 0 center no-repeat;
    padding: 0 0 0 45px;
    text-decoration: none;
    color: #ffffff;
    min-height: 35px;
    max-width: 200px;
    box-sizing: border-box;
}


.footer .social-icons a {
    width: 34px;
    height: 34px;
}
/*ФУТЕР. -КОНЕЦ-*/


/*МЕНЮ ФУТЕРА. -НАЧАЛО-*/
.footer_menu {
    padding: 0;
    margin: 0;
    columns: 3;
    column-gap: 20px;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none;
}

.footer_menu li {
    margin: 0 0 16px 0;
}

.footer_menu a {
    color: inherit;
}
/*МЕНЮ ФУТЕРА. -КОНЕЦ-*/


/*ССЫЛКИ НАД ШАПКОЙ. -НАЧАЛО-*/
.top_links {
    display: flex;
    align-items: center;
    height: 40px;
}

.top_links .link {
    flex: 1 1 auto;
    width: 25%;
    font-size: 14px;
    font-weight: 300;
    color: #1e1e1e;
}
/*ССЫЛКИ НАД ШАПКОЙ. -КОНЕЦ-*/


.top_block {
    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);
    background: #ffffff;
    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;
    bottom: 40px;
    left: 50%;
    width: 289px;
    height: 47px;
    margin-left: -144px;
    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_ny.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: var(--color-red);
    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: var(--color-red);
    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 var(--color-red);
    color: #ffffff;
}

.top_block .non-barrier-environment {
    top: -30px;
    position: absolute;
    left: 252px;
}

.top_block .top_line .social_but {
    width: 190px;
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    height: 40px;
    margin-top: 22px;
    margin-left: 50px;
}

.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 var(--color-red);
    color: #ffffff;
}

.top_block .top_line .search_but.active {
    background: url('/d/img/icon_search.png') 85px -88px no-repeat var(--color-red);
    color: #ffffff;
}

.top_block .top_line .contacts {
    width: 290px;
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    height: 88px;
    display: flex;
    align-items: center;
}

.top_block .top_line .contacts>div {
    width: 100%;
}

.top_block .top_line .contacts .top_phones_item {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    color: #000000;
    align-items: center;
}

.top_block .top_line .contacts .top_phones_item:last-child {
    margin-bottom: 0;
}

.top_block .top_line .contacts span.p {        
    font-size: 14px;
    font-weight: 400;
    flex-grow: 1;
    line-height: 26px;
}
.top_block .top_line .contacts span.p-big {  
    font-size: 18px;
}

.top_block .top_line .contacts span.t {
    font-size: 12px;        
    font-weight: 300;
    line-height: 16px;
    width: 115px;;
}

.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: var(--color-red);
    border: 1px solid var(--color-red);
    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: var(--color-red);
    border: 1px solid var(--color-red);
    color: #ffffff;
}

.afisha #allaf:hover, #baf:hover {
    background: var(--color-red);
    border: 1px solid var(--color-red);
    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: var(--color-red);
}

.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: var(--color-red);
}

.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: var(--color-red);
}

.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;
    max-height: 60px;
    overflow: hidden;
}

.blockactvb .mobile_only{
    display: none !important;
}

.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: var(--color-red);
}

.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: var(--color-red);
}

.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;
}
.abonement_short_big{
    color:#fff;
    font-size: 18px;
    padding: 30px;
}
.dateblock .abonement_short{
    padding: 15px 20px;
    display: block;
    color: #fff;
    font-size: 14px;
}
.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: var(--color-red);
}

.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: var(--color-red);
}

.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;
}

.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-left: 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: 37px 20px 37px 115px;
}

.banners img {
    width: 100%;
}


/*Баннеры партнёров.*/
.partners_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 45px -5px 50px -5px;
    overflow: hidden;
}
.partners_block .item {
    flex: 0 0 auto;
    width: 158px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    margin: 0 5px 10px 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.partners_block .item img {
    max-width: 100%;
    max-height: 100%;
}
/*Баннеры партнёров.*/

.ml90 {
    margin-left: 90px;
}

.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);

}



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;
}

.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 var(--color-red);
    background: var(--color-red);
    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: var(--color-red);
    border: 1px solid var(--color-red);
    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: var(--color-red);
    border-radius: 3px;
    color: #ffffff;
}

.year_calendar .monthlist > li:hover span {
    color: #ffffff;
}

.year_calendar .monthlist > li.actd {
    background: var(--color-red);
    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 var(--color-red);
    background: url('/d/img/calendicon.png') 93% -33px no-repeat, var(--color-red);
    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: var(--color-red);
    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: var(--color-red);
    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;
}


.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;
}

.solistblock {
    display: inline-block;
    width: 330px;
    min-height: 100px;
    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: 100px;
    height: 100px;
}

.solistblock:hover {
    color: var(--color-red);
    text-decoration: none;
}

.solistblock: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: var(--color-red);
}

.nav a + a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.nav a + a:hover {
    color: var(--color-red);
    text-decoration: underline;
}

.nav .chk {
    color: var(--color-red);
    font-size: 14px;
}

.mapblock {
    position: relative;
    margin-bottom: 35px;
    min-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: var(--color-red);
    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: var(--color-red);
    text-decoration: underline;
}


.contactlist-single {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 14px;
}


/*формирование даты для анимации*/
.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: var(--color-red);
}

.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: var(--color-red);
}

.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: var(--color-red);
    height: 7px;
}

.opros .voteline {
    margin-bottom: 5px;
}

.opros .voteline .vote {
    color: var(--color-red);
    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;
    margin: 0 0 30px 0;
}

.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.last {
    border-right: none;
    padding: 0px;
    float: right;
}

.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: 0 0 30px 0px;
}

.abonement_vertical_list .abonement_plashka{
    font-size: 18px;
    line-height: 26px;
}

.abonement_fulltext {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 50px 0;
}

.abonement_fulltext > *:last-child {
    margin-bottom: 0;
}

.abonement_fulltext p {
    padding-left: 50px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.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;
}

/*Блок просмотра видео со списком.*/
.layers_video {
    margin: 110px auto 30px auto;
    max-width: 1140px;
    display: flex;
    height: 417px;
    position: relative;
}
.layers_video h2{
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 0 0 20px 0;
}
.layers_video .video {
    flex: 0 0 auto;
    width: 743px;
    height: 100%;
    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;
}
.layers_video .video embed{
    width: 100%;
    height: 100%;
}
.layers_video .select_video {
    flex: 0 1 100%;
    height: 100%;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    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;
    overflow: auto;
    scrollbar-color: #666666 #F5F1E5;
    scrollbar-width: thin;
    box-sizing: border-box;
}
.layers_video .select_video::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F1E5;
}
.layers_video .select_video::-webkit-scrollbar-thumb{
    background-color: #666666;
}
.layers_video .chk_video {
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 1px 0;
}
.layers_video .chk_video:last-child{
    margin: 0;
}
.layers_video .chk_video .yimg {
    flex: 0 0 auto;
    width: 85px;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.layers_video .chk_video .yimg img {
    max-width: 100%;
}
.layers_video .chk_video span {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    line-height: 1.25;
}
.layers_video .chk_video.chk {
    background: var(--color-red);
}
.layers_video .chk_video.chk span {
    color: #ffffff;
}
.layers_video .chk_video:hover {
    background: var(--color-red);
}
.layers_video .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 30px 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;
    padding-top: 40px;
    box-sizing: border-box;
}

.has_main_top_ban .overlay_search_all {
    padding-top: 115px;
}

.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;
}

.search_result .search_go_to_afisha_button {
    float: right;
    margin: 7px 0;
}

.artisis_search_block {
    width: 310px;
    float: left;
    margin-left: 50px;
}

.artisis_search_block .solistblock {
    margin: 0px;
    width: 310px;
}

.artisis_search_block .artists_list {
    display: block;
}

.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: var(--color-red);
    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: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('/d/img/overlay.png') 0 0 repeat;
    z-index: 1000;
    box-sizing: border-box;
    padding-top: 40px;
}

.has_main_top_ban .overlay_all {
    padding-top: 115px;
}

.overlay_all .main_wrapper {
    padding: 0;
}

.soc_icons_header {
    color: #cccccc;
}

/*Ссылки на соцсети.*/
.social-icons {
    font-size: 16px;
    color: #fff;
    display: flex;
    margin:8px 0px 5px 0px;
}
.social-icons svg {
    width: 16px;
    height: 16px;
}
.social-icons.social-top {
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: -3px;
}
.social-icons.social-top svg {
    width: 12px;
    height: 12px;
}
.social-icons.social-top a {
    height: 20px;
    width: 20px;
    color: #999;
    border-color: #999;
}
.social-icons.social-mobile {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
}
.social-icons.social-mobile a {
    height: 26px;
    width: 26px;
    color: #999;
    border-color: #999;
    margin: 0 5px;
}
.social-icons a {
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    align-items: center;
}
.social-icons a:hover {
    color: #fff;
}
.social-icons a.rt-icon svg{
    margin-left: 2px;
    width: 12px;
    height: 12px;
}
.social-icons a.vk-icon:hover {
    background: #5181B8;
    border-color: #5181B8;
}
.social-icons a.fb-icon:hover {
    background: #314987;
    border-color: #314987;
}
.social-icons a.tw-icon:hover {
    background: #41ABE1;
    border-color: #41ABE1;
}
.social-icons a.inst-icon:hover {
    background: #e1306c;
    border-color: #e1306c;
}
.social-icons a.odn-icon:hover {
    background: #F58220;
    border-color: #F58220;
}
.social-icons a.tg-icon:hover {
    background: #039BE5;
    border-color: #039BE5;
}
.social-icons a.yt-icon:hover {
    background: #ff0000;
    border-color: #ff0000;
}
.social-icons a.rt-icon:hover {
    background: #000000;
    border-color: #000000;
}

.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;
    margin-bottom: 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: var(--color-red);
    text-decoration: underline;
}

.sitemap_menu .col_title .big_section_name.active {
    color: var(--color-red);
    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: var(--color-red);
    text-decoration: underline;
}

.sitemap_menu .sub li .section_name.active {
    color: var(--color-red);
    text-decoration: none;
}


/*Карусель статей*/
.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: 186px;
    height: 260px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 9px;
    box-sizing: border-box;
}

.fotoandvideo .item:last-child {
    margin-right: 0px;
}

.fotoandvideo .item .img {
    display: block;
    overflow: hidden;
    height: 130px;
    border-radius: 5px 5px 0 0;
}

.fotoandvideo .item .img img {
    width: 100%;
}

.fotoandvideo .item .text_info {
    height: 130px;
    padding: 8px 15px;
    border: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

.fotoandvideo .item .title {
    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: var(--color-red);
    border-color: var(--color-red);
    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;
    max-width: 100%;
    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: var(--color-red);
    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: var(--color-red);
}

.pagination .item:hover.dots {
    color: #000000;
    background-color: #ffffff;
}

.hidden_form {
    display: none;
}

/*Галерея в статье*/
.simple_gallery {
    margin: 0 -10px 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.simple_gallery .item {
    display: block;
    padding: 0px 10px 10px 0px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.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: block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.simple_gallery .item img {
    display: block;
    max-height: 100%;
    height: 235px;
}

.simple_gallery:after {
    display: block;
    clear: both;
    content: '';
}

.simple_gallery .clear {
    width: 100%;
}

.hidden_photos {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.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: var(--color-red);
    border: 1px solid var(--color-red);
    color: #ffffff;
}

/*Подписка.*/
/*Обычный блок.-START-*/
.subscribe_ok{
    color: green;
}
.subscribe_error {
    color: #ee0000;
}
.subscribe_block {
    display: inline-block;
    padding: 20px;
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}
.subscribe_block *{
    box-sizing: border-box;
}
.subscribe_block .subscribe_header {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.subscribe_block .subscribe_subheader {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px 0;
}
.subscribe_field {
    margin: 0 0 8px 0;
    overflow: hidden;
}
.subscribe_field:last-child{
    margin-bottom: 0;
}
.subscribe_field .title {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin: 0 0 2px 0;
}
.subscribe_field input[type=text] {
    height: 36px;
    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: 36px;
    padding: 0 10px;
    border: none;
    background-color: #2e6f6f;
    color: #ffffff;
    height: 36px;
    cursor: pointer;
    margin: 0;
}
/*Обычный блок.-END-*/

/*Мини блок.-START-*/
.subscribe_block.mini_block{
    text-align: center;
}
.mini_block .subscribe_field {
    margin: 0 0 12px 0;
}
.mini_block .subscribe_field input[type=text]{
    width: 100%;
    text-align: center;
}
.mini_block .subscribe_field input[type=submit]{
    width: 100%;
}
/*Мини блок.-START-*/

.subscribe_page_message {
    margin: 0 0 20px 0;
}

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


.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_cont 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: var(--color-red);
}

.concert_info .description {
    font-size: 14px;
    line-height: 16px;
    display: none;
}

.concert_info .description table{
    max-width: 100%;
}
.concert_info .description img{
    width: auto;
    height: auto;
    max-width: 100%;
}

.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: 100%;
    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;
    min-width: 460px;
    width: 100%;
    color: #000000;
    height: 66px;
    line-height: 22px;
    font-size: 18px;
}

.claim_input.captcha {
    width: 140px;
    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: var(--color-red);
    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: var(--color-red);
}

.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;
}

.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 {
    margin-bottom: 25px;
}

.layers_gallery .simple_gallery .item {
    margin-right: 25px;
}

.layers_gallery .simple_gallery .item a {
    margin-bottom: 10px;
}

.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 var(--color-red);
    background: var(--color-red);
}

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

/*Фильтр по датам в статьях*/
.date_filter_cont {
    display: none;
    position: absolute;
    width: 100%;
    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 0 20px;
    box-sizing: border-box;
}

.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: var(--color-red);
    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: var(--color-red);
    border-color: var(--color-red);
    color: #ffffff;
}

.open_date_filter:hover {
    background: url('/d/img/calendicon.png') 93% -35px no-repeat var(--color-red);
    border-color: var(--color-red);
    color: #ffffff;
}

.date_filter {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-color: var(--color-red) #F5F1E5;
}
.date_filter::-webkit-scrollbar{
    height: 12px;
    background-color: #F5F1E5;
}
.date_filter::-webkit-scrollbar-thumb{
    background-color: var(--color-red);
}

.date_filter .date_filter_reel {
    display: flex;
    justify-content: flex-start;
}

.date_filter .year_col {
    display: block;
    flex: 0 0 auto;
    width: 110px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.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: var(--color-red);
    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: var(--color-red);
    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 var(--color-red);
}

.layers_congratulate .nav li.active .name {
    color: var(--color-red);
}

.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_60 {margin-bottom: 60px;}

.mb_50 {margin-bottom: 50px;}

.mb_40 {margin-bottom: 40px;}

.mb_36 {margin-bottom: 36px;}

.mb_35 {margin-bottom: 35px;}

.mb_30 {margin-bottom: 30px;}

.mb_15 {margin-bottom: 15px;}

.mb_5 {margin-bottom: 5px;}


.mt_60 {margin-top: 60px;}

.mt_50 {margin-top: 50px;}

.mt_40 {margin-top: 40px;}

.mt_36 {margin-top: 36px;}

.mt_30 {margin-top: 30px;}

.mt_15 {margin-top: 15px;}

.mt_5 {margin-top: 5px;}



.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: var(--color-red);
}

.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: var(--color-red);
}

.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;
}

.tickets__list .small {
    font-size: 75%;
    color: #4f4f4f;
}

#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: var(--color-red);
    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;
}

.bad_vision {
    position: absolute;
    width: 100%;
}

.change_to_bad_vision {
    cursor: pointer;
}

.change_to_bad_vision:hover {
    color: var(--color-red);
    text-decoration: underline;
}


/* lightTabs */
.tab {
    cursor: pointer;
}

.tab.chk, .tab.chk {
    cursor: pointer;
}

.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;
}


/*Верхний банер в виде строки. -НАЧАЛО-*/
.main_top_ban {
    background: #d12473;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
.main_top_ban.green {
    background: #8AB53C;
    color: #282828;
}
.main_top_ban.green a{
    color: #282828;
}
.main_top_ban.orange {
    background: #ff7900;
    color: #1E1E1E;
}
.main_top_ban.orange a{
    color: #1E1E1E;
}
.main_top_ban_content {
    font-size: 16px;    
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}
.main_top_ban a {
    color: #faf07e;
}
/*Верхний банер в виде строки. -КОНЕЦ-*/

.overlay_all .top_block .top_line .contacts span.t {
    color: #151515;
}

.main_down_ban_content {
    background-color: #232326;
    vertical-align: middle;
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.main_down_ban_content_rem {
    color: white;
    margin-left: 10px;
}

.main_down_ban_content a {
    color: #fec84c;
}

.cabinet_title {
    font-size: 10px;
    display: block;
    line-height: 8px;
}

/* Превью маленьких картинок  */
#screenshot {
    border: 0 solid #777777;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 2147483647;
}
#screenshot img {
    border-radius: 5px 5px 5px 5px;
}
/* */


.small_smap_item{
    border-bottom: 1px solid #d8d8d8;
    height: 39px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    display: block;
    position: relative;
    z-index: 10;
}
.small_smap_item:hover{
    background: #b55757;
    color: #fff;
    text-decoration: none;
}
.small_smap_item.act{
    background: #b55757;
    color: #fff;
}


/*Блоки для мобильных. Видимо.*/
.mobilegal .fancybox-close{
    display: none;
}
.mobilegal_overlay{
    background: #000;
    width: 100% !important;
    z-index: 100000000000 !important;
}
.mobilegal_overlay .logo_gal{
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 33px;
    background: url('/d/img/logo_gal.png') 0 0 no-repeat;
    z-index: 100000;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.mobilegal_overlay .counter{
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -40px;
    width:80px;
    font-size: 18px;
    color: #cccccc;
    z-index: 100000;
    text-align: center;
}
.mobilegal .fancybox-inner{
    overflow: hidden;
}
.mobilegal .fancybox-prev span, .mobilegal .fancybox-next span{
    background-image: url('/d/img/fb_pn.png');
    -webkit-background-size: auto;
    background-size: auto;
}
.mobilegal .fancybox-prev span{
    background-position: 0 0;
}
.mobilegal .fancybox-next span{
    background-position: -37px 0;
}
.mobilegal .fancybox-nav span{
    height: 50px;
    margin-top: -25px;
    visibility: visible;
    display: block;
}
.fb_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url('/d/img/fb_close.png') no-repeat;
    cursor: pointer;
}
.mobile_afisha_time{
    margin: 10px 0px 0px 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    text-shadow: 1px 1px 3px #090c12;
}