
  
  .band_holder {
      position: relative;
      overflow: hidden;
  }
  
  .band {
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
  }
  
  .band .band_background, .band .band_shadow {
      position: relative;
      width: 100%;
      max-width: 1920px;
      min-width: 980px;
      height: 100%;
      margin: 0 auto;
      background-position: center top;
  }

.band_holder .wrapper {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;;
}
  
.up_button_container {
    position: relative;
    margin: 0 auto;
    width: 980px;
    display: none;
}

@media only screen and (min-width: 1140px) {
    .up_button_container {
        display: block;
    }
}
 
.up_button_control {
    position: fixed;
    bottom: 15px;
}

.up_button {
    cursor: pointer;
    position: fixed;
    background-image: url(/img/up_top.png);
    height: 29px;
    width: 45px;
    margin-left: 1015px;
    bottom: 15px;
    display: none;
}

.up_button:hover {
    background-position:  45px 0;
}

.up_button_absolute {
    position: absolute;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/loader.gif);
}

.showmore_button {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    background-color: #ffd479;
    font-size: 18px;
    color: #ba551d;
    text-transform: uppercase;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    font-family: FranxurterTotallyFat;
    width: 210px;
    text-align: center;
    vertical-align: top;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.showmore_button:hover {
    background-color: #eec368;
}

.repertuar_pagination .pagination_inner {
    display: inline-block;
    margin: 0 10px 30px;
}

.age_filter_item.age_filter_item_disabled {
    color: #999999;
    border-color: #999999;
    background-color: #e9e9e9;
    cursor: auto;
}

.popup_block_video iframe {
    width: 100%;
    height: 500px;
    display: block;
}

.spec_item_afisha {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(52,77,47,0.6);
    background-color: rgba(242,197,106,0.9);
    line-height: 35px;
    
    color: #ffffff;
    color: #ba551d;
    border-radius: 0 0 23px 23px;
    -moz-border-radius: 0 0 23px 23px;
    -webkit-border-radius: 0 0 23px 23px;
    font-weight: bold;
    /* width: 100%; */
    text-align: center;
    font-size: 12px;
    
}

.spec_item_afisha_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background-image: url(/img/times_icon.png);
    background-image: url(/img/times_icon_brown.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 15px;
    height: 18px;
}

.afisha_list_item {
    /* width: 330px; */
}

.calendar_block {
    width: 330px;
    height: 450px;
    background-color: #ffffff;
    
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.calendar_block_tigr {
    position: absolute;
    width: 185px;
    height: 385px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/img/calendar_tigr.png);
    top: 27px;
    right: -159px;
}

.calendar_block_content {
    
}

.calendar_block_top {
    border: 1px solid #f0f4f7;
    background-color: #ffffff;
    height: 40px;
    line-height: 38px;
    font-weight: 900;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    overflow: hidden;
    margin-bottom: 40px;
}

.calendar_block_year {
    width: 80px;
    background-color: #f0f4f7;
    display: inline-block;
    color: #a2acb3;
    text-align: center;
    margin-right: 10px;
}

.calendar_block_month {
    display: inline-block;
    font-size: 15px;
    color: #6d777e;
    width: 75px;
    text-align: center;
}

.calendar_block_arrows {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.calendar_block_arrow {
    display: inline-block;
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 18px;
    cursor: pointer;
}

.calendar_block_arrow_left {
    background-image: url(/img/calendar_arrow_left.png);
}

.calendar_block_arrow_right {
    background-image: url(/img/calendar_arrow_right.png);
}

.calendar_block_dates {
    
}

.calendar_block_table {
    padding-left: 6px;
}

.calendar_block_colomn {
    float: left;
    width: 36px;
    margin-left: 5px;
}

.calendar_block_table_wide .calendar_block_colomn {
    width: 30px;
    margin-left: 4px;
}
.calendar_block_table_narrow .calendar_block_colomn {
    width: 43px;
    margin-left: 8px;
}

.calendar_block_colomn.calendar_block_days {
    margin-left: 0;
    width: 36px;
}

.calendar_block_cell {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #344d2f;
    
}

.calendar_block_days .calendar_block_cell {
    text-transform: uppercase;
    font-size: 13px;
    color: #6d777e;;
    
}

.calendar_block_cell.calendar_red {
    color: #ba551d;
}

.calendar_block_cell.calendar_gray {
    color: #bdc4c9;
}

.calendar_block_cell.calendar_strong {
    cursor: pointer;
    font-weight: 900;
}

.calendar_block_diapable .calendar_block_cell {
    cursor: pointer;
}

.calendar_block_diapable .calendar_gray {
    cursor: auto;
}

.calendar_strong:hover {
    background-color: #f0f4f7;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
}

.calendar_block_diapable .calendar_block_cell.active {
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
}


.calendar_block_cell.active, .calendar_block_cell.pseudoactive {
    background-color: #f0f4f7;
    border-radius: 0;
    -moz-border-radius: 0
    -webkit-border-radius: 0
}

.calendar_block_cell.pseudoactive {
    
}

.calendar_block_cell.diapazon_last, .calendar_block_cell:last-child  {
    border-radius: 0 0 17px 17px;
}

.calendar_block_cell.diapazon_first, .calendar_block_cell:first-child {
    border-radius: 17px 17px 0 0;
}



.calendar_block_cell.active:first-child, .calendar_block_cell.active:last-child, .calendar_block_cell:hover:first-child, .calendar_block_cell:hover:last-child {
    border-radius: 17px;
}

.calendar_block_cell:hover.diapazon_first, .calendar_block_cell.active.diapazon_first, .calendar_block_cell.pseudoactive:first-child {
    border-radius: 17px 17px 0 0;
}

.calendar_block_cell:hover.diapazon_last, .calendar_block_cell.active.diapazon_last, .calendar_block_cell.pseudoactive:last-child {
    border-radius: 0 0 17px 17px;
}

.calendar_block_cell.diapazon_first:last-child,  .calendar_block_cell.diapazon_last:first-child  {
    border-radius: 17px;
}

.afisha_mob_switcher {
    display: none;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}

.afisha_mob_switcher_item {
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px dotted;
    display: inline-block;
    text-transform: uppercase;
}

.afisha_mob_switcher_item:hover {
    border-bottom-color: transparent
}

.afisha_mob_switcher_item_calendar {
    display: none;
}

.slider_item {
    overflow: hidden;
}

.slider_paralax_img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 80px;
    margin-top: -80px;
    margin-left: -80px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-position: center;
    
}

.slider_mob_img {
    
    width: 100%;
    
    display: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    
    
}

.project_list {
    text-align: justify;
    padding-top: 30px;
    margin-bottom: -30px;
}

.project_list_item {
    display: inline-block;
    width: 330px;
    vertical-align: top;
    background-color: #ffffff;
    box-shadow: 0 16px 48px 0 rgba(195,195,195,0.24);
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: left;
    padding-bottom: 25px;
}


.project_item_img_wrapper {
    display: block;
    background-color: #344d2f;
}

.project_item_img {
    margin-bottom: 25px;
    display: block;
}

.project_item_content {
    padding: 0 30px;
    display: block;
}

.project_item_title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #344d2f;
    margin-bottom: 16px;
}

.project_item_anons {
    display: block;
    color: #272827;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.project_list_item:hover .project_item_img {
    opacity: 0.8;
}

.project_list_item:hover .project_item_title {
    text-decoration: underline;
}

.justify_gluh {
    display: inline-block;
    width: 330px;
}

.project_card_band .band_background {
    
}

.project_card_container {
    color: #ffffff;
    min-height: 590px;
    padding: 20px 0;
}

.project_card_cell {
    height: 550px;
    vertical-align: middle;
    display: table-cell;
}

.project_card_h1 {
    max-width: 720px;;
    font-family: FranxurterTotallyFat;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}

.project_card_lozung {
    font-size: 20px;
    
}

.project_card_files {
    
}

.project_files_item {
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 20px 30px 20px 90px;
    min-width: 330px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-image: url(/img/project_file_icon.png);
    background-position: left 30px center;
    background-repeat: no-repeat;
    margin-right: 25px;
    margin-top: 25px;
}

.project_files_item_title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 1px;
    display: block;
}

.project_files_item_type {
    opacity: 0.56;
    font-size: 13px;
    margin-right: 10px;
}

.project_files_item_ras {
    text-transform: uppercase;
}

.project_files_item_word {
    font-size: 14px;
    font-weight: 900;
}

.project_files_item:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,0.1);
}

.project_files_item:hover .project_files_item_word {
    text-decoration: underline;
}

.project_card_band_fade {
    background-image: url(/img/project_card_bg.png);
    background-position: center top;
    
    width: 100%;
    height: 100%;
}

.project_card_horse {
    position: absolute;
    max-height: 97%;
    bottom: 0;
    left: 50%;
}

.project_card_content .blog-article__text {
    margin-bottom: 40px;
}

.project_card_content .share__container {
    margin: 35px 0 0 0;
}

.fest_content_band .band_background {
    
}

.fest_content_container {
    padding-top: 65px;
    padding-bottom: 40px;
}

.fest_content_left {
    /*position: absolute;*/
    float: left;
    width: 330px;
}

.fest_menu_block {
    box-shadow: 0 16px 48px 0 rgba(195,195,195,0.24);
    background-color: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.fest_menu_item {
    
}

.fest_menu_item a {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #344d2f;
    text-decoration: none;
    font-weight: 900;
    padding: 20px 40px;
}

.fest_menu_item.active a, .fest_menu_item:hover a {
    color: #c5543b;
}

.fest_content_right {
    margin-left: 360px;
}

.pagetext  {
    font-size: 18px;
    line-height: 30px;
}

.pagetext p {
    margin-bottom: 18px;
}

.project_galery_container {
    margin-top: 30px
}

.fest_galery_item {
    width : 32%;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 330px;
    min-width: 200px;
    margin-right: 5px;
}

.fest_galery_item img {
    width: 100%;
}

.project_main_horse {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 90%;
}

.typical_h2 {
    
}

.search_item {
    
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    padding: 30px 40px;
}

.search_item_title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.search_item_title a {
    color: #344d2f;
    text-decoration: none;
}

.search_item_title a:hover {
    text-decoration: underline;
}

.search_item_category {
    font-size: 12px;
    color: #8e8d8b;
    font-weight: bold;
    margin-bottom: 10px;
}

.search_item_category a {
    color: #8e8d8b;
}

.search_item_category a:hover {
    text-decoration: none;
}

.search_item_anons {
    line-height: 22px;
}

.search_item:hover {
    background-color: #e4e9e6;
}

.search_item:hover .search_item_title a {
    
}

.foundbg {
    background-color: #344d2f;
    color: #ffffff;
}

.afisha_list {
    text-align: justify;
}

.afisha_list_separator {
    width: 100%;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: left;
    
}

.afisha_list_separator:first-child {
    margin-top: 0;
}

.afisha_item {
    width: 48.5%;
    display: inline-block;
    text-align: left;
    position: relative;
    height: 200px;
    vertical-align: top;
}

.afisha_item_left {
    
    width: 200px;
    position: absolute;
}

.afisha_item_img {
    width: 100%;
    display: block;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.afisha_item_age {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fed071;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    line-height: 48px;
    text-align: center;
    color: #ba551d;
    font-family: FranxurterTotallyFat;
    font-weight: 600;
    font-size: 24px;
}

.afisha_item_right {
    margin-left: 225px;
}

.afisha_item_texts {
    max-height: 150px;
    overflow: hidden;
}

.afisha_item_title {
    font-size: 22px;
    overflow: hidden;
    max-height: 52px;
    line-height: 26px;
    margin-bottom: 6px;
}

.afisha_item_title a {
    color: inherit;
}

.afisha_item_anons {
    line-height: 20px;
    font-size: 14px;
    max-height: 80px;
    color: rgba(52, 77, 47, 0.42);
    overflow: hidden;
    margin-bottom: 20px;
}

.afisha_item_kogda {
    display: inline-block;
    background-image: url(/img/dest/pages/calendar-icon.png);
    background-position: left top 6px;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    width: 185px;
    vertical-align: top;
}

.afisha_item_date {
    font-size: 18px;
}

.afisha_item_time {
    font-size: 13px;
    color: rgba(52, 77, 47, 0.42);
}

.afisha_item_buy {
    width: 160px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    font-family: FranxurterTotallyFat;
    font-weight: 900;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: .025em;
    background-image: -webkit-gradient(linear,left top,right top,from(#355030),to(#417836));
    background-image: -o-linear-gradient(left,#355030 0,#417836 100%);
    background-image: linear-gradient(90deg,#355030 0,#417836 100%);
    display: inline-block;
    border-radius: 32px;
    text-transform: uppercase;
}

.afisha_item_buy:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear,right top,left top,from(#355030),to(#417836));
    background-image: -o-linear-gradient(right,#355030 0,#417836 100%);
    background-image: linear-gradient(270deg,#355030 0,#417836 100%);
}

a.inverse {
    text-decoration: none;
}

a.inverse:hover {
    text-decoration: underline;
}

.afisha_filter_field {
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    color: #344d2f;
    border: 1px dotted #212529;
    height: 32px;
    line-height: 32px;
    background-image: url(/img/dest/pages/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right 15px top 6px;
    position: relative;
    z-index: 11;
    
}

.filter_form_kogda .selection-filter__field {
    width: 242px;
}

.history_galery_center {
    text-align: center;
    justify-content: center;
}

.footer_bottom {
    padding: 20px 0;
    background-color: #ffffff;
}

.footer_bottom_itcity {
    float: left;
    line-height: 24px;
}

.footer_bottom_itcity a {
    color: #344d2f;
    font-weight: 900;
}

.footer_bottom_evraz {
    float: right;
    line-height: 24px;
}

.evraz_logo3 {
    
    vertical-align: middle;
    height: 22px;
    margin-top: -2px;
}

.footer_bottom_evraz_caption {
    margin-right: 25px;
}

.aaa_pagetext img {
    height: auto !important;
    max-width: 100%;
    
}

.timer_band .band_background {
    background-image: url(/img/dest/welcome/welcome-repertoire__bg.png);
}

.timer_container {
    padding: 60px 0;
    text-align: center;
}

.timer_h1 {
    margin-bottom: 40px;
    color: #ffffff;
}

.timer_content {
    
}

.afisha_list_item .card__title {
    font-size: 20px;
    line-height: 28px
}

.label_block {
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.label_block img {
    width: auto;
    display: inline-block;
    height: 32px;
    margin-right: 8px;
}

.label_block_onimg {
    position: absolute;
    top: 11px;
    left: 11px;
    margin-top: 0;
    z-index: 2;
}

.label_block_onimg img {
    height: 26px;
    margin-right: 5px;
}

.label_block_card {
    float: right;
    margin-top: 69px;
}

.label_block_card img {
    height: auto;
    margin-right: 0;
    margin-left: 20px;
}


.captcha_field_wrap {
    margin-right: 135px;
}

.captcha_block {
    float: right;
    padding: 12px 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #000000;
}

.newmodal_field .captcha_block {
    float: right;
    
}
