:root{
  --family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
}
@charset "utf-8";
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    height: 100%;
}
body{ 
    width: 100%;
    height: 100%;
    background-color:#fff;
    color: #2C2222;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    position:relative;
}
b, strong{

}
ul, h1, h2, h3, p {
    margin:0;
    padding:0;
    list-style-type:none;
}
ol,
ul,
dl {
}
dt {
}
dd {
}
small {
  font-size: 80%;
}
img {
    border:none;
    padding:0;
    margin:0;
}
a{
    outline: none;
}
a{
    color: #374795;
    text-decoration: none;
}
a:hover {
    color: #cc0000;
    text-decoration: underline;
}
a:active,
a:hover{
    outline: 0;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a:focus{}
a:visited{}
/*a, a:hover{
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    transition: all.6s ease;
}*/

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6, .h1 {
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
span{}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.dn{
  display: none;
}

.mb35{
  margin-bottom: 35px;
}
.mt20{
  margin-top: 20px;
}
.nav{
  margin-bottom: 5px;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
}
.clearfix::after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.main{
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.wrapper{
    flex: 1 0 auto;
}

.red-color, .imp{
    color: #C01E3F;
}

.white_border_button{
  background: #FFFFFF;
  color: #004B91;
  padding: 5px 15px;
  border: 1px solid #004B91;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
}
.white_border_button:hover{
   background: #004B91;
   color: #FFFFFF;
   text-decoration: none;
}

header{
}

footer{
    margin-top: 60px;
    flex: 0 0 auto;
    background-color: #5F2137;
    position: relative;
    padding: 45px 20px 60px;
    color: #fff;
    font-size: 14px;
}
footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
footer a{
  color: #CDC0C5;
}
footer a:hover{
  color: #FFCA02;
}
footer p{
  margin-bottom: 1rem;
}
footer ul li{
  margin-bottom: 1rem;
}
/*----------------------------------------*/
/*----------------------------------------*/
/*--Content--------------------------------------*/
button,
input,
textarea,
select{
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}
.play{
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
}
.header-fill{
  width: 100%;
  height: 180px;
  position: relative;
}
.header-fill:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: url(/d/img/top-fon.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: .25;
  z-index: -1;
}
nav.menu{
  width: 100%;
  min-height: 50px;
  background: -webkit-linear-gradient(#374795 0%, #1B3661 100%);
  background: -o-linear-gradient(#374795 0%, #1B3661 100%);
  background: linear-gradient(#374795 0%, #1B3661 100%);
  position: relative;
  z-index: 3;
}
nav.menu:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
nav.menu ul.top-menu > li{
  position: relative;
  float: left;
  font-size: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
nav.menu ul.top-menu > li a{
  display: block;
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 1.5rem;
}
nav.menu ul.top-menu > li:hover, 
nav.menu ul.top-menu > li a.active {
    background: #142748;
}
nav.menu ul.top-menu li > ul{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50px;
  width: 260px;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(68, 23, 35, 0.3);
  z-index: 999;
}
nav.menu ul.top-menu li ul li{
  float: none;
  font-size: 16px;
  border-left: none;
}
nav.menu ul.top-menu li ul li a{
  height: auto;
  line-height: 18px;
  font-size: 16px;
  color: #333;
  padding: .5rem 1rem;
  border-bottom: 1px solid #EDE5E0;
}
nav.menu ul.top-menu li ul li a:hover,
nav.menu ul.top-menu li ul li a.active{
  background-color: #EDE5E0;
}

nav.menu ul.top-menu li:hover > ul{
  display: block;
}
ul.header-social-ic li{
  display: inline-block;
  margin-left: 5px;
  margin-top: 10px;
}
.flex-menu_social{
  display: flex;
  justify-content: space-between;
}
.flex-menu{
  display: flex;
}
.copyright{
  margin-bottom: 30px;
}
.footer-menu a{
  color: #fff;
}
.home-slider{
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  padding-top: 20px;
}
.home-slider:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 266px;
  background: url(/d/img/home-slider.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100%;
  z-index: -1;
}

.repertoire_text{
  padding: 15px 20px 25px;
  font-size: 15px;
}
.buy{
  background: #FFCA02;
  border-radius: 4px;
  color: #262626;
  padding: 6px 12px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}
.buy:hover{
  background: #C01E3F;
  color: #fff;
}
.home-slider_item .repertoire_img .buy{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-slider_item .repertoire_img .repertoire_date-premiere{
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}
.home-slider_item .repertoire_img .repertoire_age{
  position: absolute;
  top: 10px;
  right: 10px;
}
.repertoire_age{
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  border: 1px solid #d2bda4;
}
span.repertoire_date-day{
  font-size: 50px;
  line-height: 50px;
  display: block;
}
.repertoire_premiere{
  position: relative;
  height: 21px;
  background-color: #fff;
  font-weight: 700;
  color: #B32E46;
  padding: 0 10px 0;
  margin-top: 10px;
}
.repertoire_premiere:after{
  content: '';
  position: absolute;
  top: 0;
  right: -9px;
  width: 9px;
  height: 21px;
  background: url(/d/img/repertoire_premiere.png) 0 0 no-repeat;
}
.home-slider_item .repertoire_img .repertoire_premiere{
  margin-left: -10px;
}
.repertoire_item_list .repertoire_item_list-day{
  width: 100%;
  border-bottom: 1px solid #EDE5E0;
  padding: 20px 0 0;
}
.repertoire_item_list .repertoire_item_list-day.hide{
  display: none;
}
.repertoire_item_list .repertoire_item{
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.repertoire_item.hide{
  display: none;
}
.repertoire_item-left{
  display: flex;
}
.repertoire_item-right{
  text-align: right;
  min-width: 140px;
}
.repertoire_item-row{
  margin-bottom: 20px;
}
.repertoire_item-row .repertoire-img{
  background-color: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 160px;
  border-radius: 4px;
  position: relative;
  margin-right: 30px;
}
.repertoire_item_list .repertoire_date-premiere{
  width: 130px;
}
.repertoire_item_list .repertoire_date-premiere .repertoire_date-time{
  font-weight: 700;
  display: table;
  background: #F1F1F1;
  border-radius: 4px;
  min-width: 60px;
  padding: 4px 10px;
  text-align: center;
  margin-top: 10px;
}
.repertoire_item-row .repertoire_premiere{
  position: absolute;
  bottom: 10px;
  left: 0;
}
.repertoire_item-row .repertoire_text{
  padding: 0 30px 0 0;
  position: relative;
  font-size: 16px;
}
.repertoire_item-row .repertoire_text .title{
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}
.repertoire_item-row .repertoire_text .description{
  margin-bottom: 5px;
}
.repertoire_item-row .repertoire_text .repertoire_age{
  font-size: 16px;
  font-family: Noto Sans;
}
.repertoire_item-right .repertoire-price{
  margin-bottom: 10px;
}
a.more-repertoire{
  border: 1px solid #374795;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 30px;
}
a.more-repertoire:hover{
  border: 1px solid #cc0000;
  text-decoration: none;
}
.fon-more-repertoire{
  text-align: center;
}
.nearest-repertoire{
  margin-bottom: 60px;
}
.home-company{
  background: linear-gradient(180deg, #60AB8D 0%, #6090AB 100%), linear-gradient(0deg, #60AB8D, #60AB8D), radial-gradient(669.00px at 50% 50%, #FFFFFF 0%, rgba(248, 243, 232, 0) 100%);
  padding: 80px 20px 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home-company_item h2{
  text-align: center;
  margin-bottom: 40px;
}
a.more-stories{
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 30px;
  color: #fff;
}
a.more-stories:hover{
  text-decoration: none;
  color: #FFCA02;
}
.fon-more-stories{
  text-align: center;
}

/*Список статей карточками.*/
.home-list_news .item-new{
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(68, 23, 35, 0.15);
  border-radius: 4px;
  transition: .5s;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-list_news .item-new:hover{
  transform: translateY(-10px);
}
.item-new .item-new_img{
  max-height: 200px;
  /*min-height: 100px;*/
  overflow: hidden;
  position: relative;
}
.item-new .item-new_img img{
  float: left;
  max-width: 100%;
}
.item-new .item-new_img .item-new_tag{
  background: #332F2F;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.item-new .item-new_img .item-new_tag a{
  color: #ffffff;
}
.item-new .item-new_date{
  color: #717171;
  display: block;
  margin-bottom: 5px;
}
.item-new .item-new_text{
  padding: 12px 20px 25px;
  color: #717171;
}
.item-new_text a{
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.item-new_text span{
  display: block;
  margin-top: 8px;
}


.list-banners{
  margin: 60px 0 120px;
}
.item-poll_border{
  border: 1px solid #D5D0D0;
  padding: 20px;
}
.list-banner_item{
  margin-bottom: 10px;
}
.list-banner_item img{
  width: 100%;
  border-radius: 4px;
  transition: .5s;
}
.list-banner_item img:hover{
  transform: translateY(-20px);
  box-shadow: 0px 10px 25px rgba(68, 23, 35, 0.15);
}
.list-banner_item-poll{
  border: 1px solid rgba(213, 208, 208, 0.5);
  border-radius: 4px;
  padding: 30px 20px;
  text-align: center;
}
.list-banner_item-poll h3{
  display: block;
  margin-bottom: 15px;
}
a.more-banner_item-poll{
  border: 1px solid #374795;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 10px;
}
a.more-banner_item-poll:hover{
  border: 1px solid #cc0000;
  text-decoration: none;
}

.logo a.logo-img{
  float: left;
  display: block;
  margin-right: 30px;
  margin-top: 15px;
}
svg.logo-svg{
  width: 110px;
  height: auto;
}
.index-header svg.logo-svg{
  width: 100px;
  height: 100px;
}
.index-header a.logo-img{
  margin-right: 20px;
  margin-top: 10px;
}
svg.logo-svg_footer{
  width: 125px;
  height: 166px;
}
.header-fill_index{
  height: 120px;
}
.header-fill_index:after{
  display: none;
}
a.logo-text{
  color: #5B2219;
}
.mbpt20{
  padding-top: 20px;
  margin-bottom: 20px;
}
a.logo-text h1,
a.logo-text .h1{
  font-size: 60px;
  line-height: 45px;
}
a.logo-text h1 small,
a.logo-text .h1 small{
  font-size: 30px;
  display: block;
}
a.logo-text:hover{
  text-decoration: none;
}
.feader-contacts{
  font-size: 18px;
  line-height: 25px;
}
.index-header .feader-contacts{
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
.logo-text_left{
  display: inline-block;
  margin-right: 30px;
  margin-top: 7px;
}
svg.header-phone{
  display: inline-block;
  width: 25px;
  height: 25px;
  transform: translateY(5px);
}
svg.header-map{
  display: inline-block;
  width: 19px;
  height: 24px;
  transform: translateY(5px);
}
.characters1{
  position: absolute;
  top: 0;
  right: 350px;
  width: 97px;
  height: 198px;
  background: url(/d/img/k1.png) 0 0 no-repeat;
}
.characters2{
  position: absolute;
  top: 0;
  right: 150px;
  width: 211px;
  height: 198px;
  z-index: 2;
  background: url(/d/img/k2.png) 0 0 no-repeat;
}
.characters3{
  position: absolute;
  top: 0;
  right: 50px;
  width: 122px;
  height: 198px;
  background: url(/d/img/k3.png) 0 0 no-repeat;
}
.home-slider-h2{
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  font-weight: 900;
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
  color: #5F2137;
  z-index: 2;
}
.filter{
  margin: 20px 0 30px;
}
.filter input, 
.filter select, 
.filter .inline-block{
  margin-right: 10px;
}
.filter .date_input{
  width: 110px;
  display: inline-block;
}
.filter .form-inline{
  display: inline-block;
}
.search_input{
  background: url(/d/img/search.svg) right 10px top 12px no-repeat;
  padding-right: 22px;
}

/*Переключатель вида афиши.*/
.afisha_view_switcher{
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #EDE5E0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}
.filter .afisha_view_switcher{
  float: right;
}
.afisha_view_switcher .view_type{
  display: inline-block;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  border-right: 1px solid #EDE5E0;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.afisha_view_switcher .view_type.list_icon{
  background-image: url('/d/img/list_type.png');
}
.afisha_view_switcher .view_type.list_icon.active{
  background-image: url('/d/img/list_type_active.png');
}
.afisha_view_switcher .view_type.calendar_icon{
  background-image: url('/d/img/calendar_type.png');
}
.afisha_view_switcher .view_type.calendar_icon.active{
  background-image: url('/d/img/calendar_type_active.png');
}
.afisha_view_switcher .view_type:last-child{
  border-right: none;
}
.afisha_view_switcher .view_type.active{
  border-color: #C01E3F;
  background-color: #C01E3F;
  cursor: default;
  color: #ffffff;
}

/*Оготип медиаидеи.*/
.mediaidea{
  background: url(/d/img/mediaidea.png) left top no-repeat;
  height: 40px;
  padding-left: 50px;
  margin-top: 20px;
}
.mediaidea a{
  display: block;
}
ul.footer-icons li{
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
svg.ic-tw,
svg.ic-fb,
svg.ic-vk,
svg.ic-ok{
  width: 30px;
  height: 30px;
  fill: #fff;
}
svg.ic-tw:hover{fill: #55cdf2;}
svg.ic-fb:hover{fill: #4267b2;}
svg.ic-vk:hover{fill: #70b2ff;}
svg.ic-ok:hover{fill: #ee8208;}
svg.glasses{
  width: 36px;
  height: 14px;
  transform: translateY(2px);
    margin-left: 6px;
}
.header-right{
  position: absolute;
  top: 10px;
  right: 0;
  width: 200px;
  z-index: 50;
  text-align: right;
}
.header-right a{
  opacity:0.5;
  color: #2C2222;
  font-weight: 700;
}
.header-right a:hover{
  opacity:1;
}
.gingerbread-man{
  position: absolute;
  top: 480px;
  left: 130px;
  width: 202px;
  height: 206px;
  background: url(/d/img/gingerbread-man.png) 0 0 no-repeat;
}
.fox{
  position: absolute;
  top: 0;
  left: -76px;
  width: 316px;
  height: 586px;
  background: url(/d/img/fox.png) 0 0 no-repeat;
}
.fist-girl{
  position: absolute;
  top: 0;
  right: -90px;
  width: 308px;
  height: 588px;
  background: url(/d/img/fist-girl.png) 0 0 no-repeat;
}
.circle1{
  background: #4F977A;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  right: -400px;
}
.circle2{
  background: #F1E8C9;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -530px;
}
.touch-menu_fon{
  height: 50px;
  padding-top: 15px;
  padding-right: 1rem;
  padding-left: 1rem;
  cursor: pointer;
}
.touch-menu_fon:hover{
  background-color: #C01E3F;
}
.touch-menu_fon_on{
  background-color: #C01E3F;
}
.touch-menu {
    display: block;
    width: 28px;
    height: 28px;
    transition: all 0.3s;
}
.touch-menu_fon:hover .touch-menu{
  margin-top: 2px;
    height: 20px;
}
.touch-menu_fon:hover .touch-menu span:after, .touch-menu_fon:hover .touch-menu span:before {
    content: "";
    top: 7px;
}
.touch-menu_fon:hover .touch-menu span:after{
    top: 14px;
}
.touch-menu_fon:hover .on{
  margin-top: 0;
    height: 28px;
}
.touch-menu_fon:hover .on span:after, .touch-menu_fon:hover .touch-menu.on span:before {
    content: "";
    top: 9px;
}
.touch-menu_fon:hover .on span:after{
    top: 18px;
}
.touch-menu span:after, .touch-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
}

.touch-menu span:after{
    top: 18px;
}
.touch-menu span {
    position: relative;
    display: block;
}

.touch-menu span, .touch-menu span:after, .touch-menu span:before{
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
.on span {
    background-color: transparent}

.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    -moz-transform: rotate(45deg) translate(-1px, 0px);
    -o-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
    background-color: #fff;
}

.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -moz-transform: rotate(-45deg) translate(6px, -7px);
    -o-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    background-color: #fff;
}
.all-menu{
  background-color: rgba(95, 33, 55, 1);
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
  display: none;
}
.all-menu input{
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
}
.all-menu input:focus{
  border: 1px solid #FFCA02;
}
.all-menu input::-webkit-input-placeholder{
  color: #AF909B;
}
.all-menu input::-moz-placeholder{
  color: #AF909B;
}
ul.all-menu_link{
  margin-top: 40px;
}
ul.all-menu_link a{
  color: #fff;
}
ul.all-menu_link a:hover,
ul.all-menu_link a.active{
  color: #FFCA02;
}
ul.all-menu_link li ul li{
  margin-bottom: 20px;
  font-size: 20px;
}
ul.all-menu_link li ul li ul li{
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 0;
}
ul.all-menu_link li ul li ul li a{
  color: #CDC0C5;
}
li.top-menu_sub{
  position: relative;
}
li.top-menu_sub:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 5px;
  background: url(/d/img/arrow.svg) 0 0 no-repeat;
  transform: translateY(-50%);
  transition: .5s;
}
li.top-menu_sub:hover:after{
  transform: rotate(180deg);
}
.content{
  padding-top: 20px;
}
.left-spectacle{
  width: 360px;
  margin-top: 20px;
  min-height: 100%;
  position: relative;
}
.left-spectacle h1{
  margin-top: 5px;
}
.right-spectacle{
  width: calc(100% - 390px);
  position: relative;
  min-height: 500px;
}
ul.position-menu{
  min-width: 300px;
  position: sticky;
  bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 20px;
  display: flex;
  margin-bottom: 30px;
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
ul.position-menu li:not(:last-child){
  margin-right: 20px;
}
ul.position-menu li a:hover{
  text-decoration: none;
}
ul.position-menu li a.active{
  color: #C01E3F;
}
.spectacle-all{
  display: flex;
  justify-content: space-between;
}
.right-spectacle_people{
  background-color: #FCFAF7;
  padding: 25px;
  border-radius: 4px;
  margin-left: -20px;
}
ul.characters{
  margin-right: -10px;
}
ul.characters li{
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 14px;
  border-radius: 4px;
  text-align: center;
  transition: .5s;
}
ul.characters li:hover{
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
ul.characters li .img_cont{
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #EEEEEE;
}
ul.characters li img{
  max-width: 100%;
}
.characters-faces{
  margin-bottom: 6px;
}
ul.characters li .fio{
  color: #99856D;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
ul.characters li a{
  color: #99856D;
  text-decoration: underline;
}
ul.characters li a:hover{
  color: #C01E3F;
  text-decoration: none;
}
.characters-category{
  color: #717171;
  font-size: 14px;
  margin-bottom: 6px;
}
.characters-job{
  display: none;
  font-size: 14px;
}
ul.characters li:hover .characters-job{}
.right-spectacle_reviews{
  margin-bottom: 30px;
  padding-top: 20px;
}
.right-spectacle_reviews .feedback_button{
  float: right;
}
.right-spectacle_reviews ul{
  display: flex;
}
.right-spectacle_reviews ul li{
  width: calc(50% - 15px);
}
.right-spectacle_reviews-item{
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 25px 30px 30px;
}
.right-spectacle_reviews ul li:not(:last-child){
  margin-right: 20px;
}
.right-spectacle_reviews ul li i{
  display: block;
  margin-bottom: 15px;
}
.right-spectacle_reviews ul li span{
  float: right;
}
.right-spectacle_gallery{
  margin-bottom: 2px;
}
.right_spectacle_gallery_thumbs{
  overflow: hidden;
}
.right_spectacle_gallery_thumbs .item_thumb, 
.right_spectacle_gallery_thumbs .video_thumb{
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 60px;
    margin: 0 2px 2px 0;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #eeeeee;
}
.right_spectacle_gallery_thumbs .thumb{
  max-width: 100%;
  opacity: 0.3;
}
.right_spectacle_gallery_thumbs .item_thumb.active .thumb, 
.right_spectacle_gallery_thumbs .video_thumb.active .thumb{
  opacity: 1;
}
.right_spectacle_gallery_thumbs .video_thumb .play_button{
  position: absolute;
  top: 15px;
  left: 30px;
}
.fancy_iframe_cont{
  padding: 0;
  line-height: 0;
}
.fancy_iframe_cont .fancybox-close-small{
  color: #ffffff;
}
.right-spectacle h3{
  font-weight: normal;
  color: #C01E3F;
  font-size: 30px;
  margin-bottom: 15px;
}
.left-spectacle_briefly{
  margin-bottom: 30px;
}
.left-spectacle_stime-poll{
  top: 30px;
  position: sticky;
  margin-bottom: 30px;
}
.left-spectacle_stime{
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  
  margin-top: 30px;
  margin-bottom: 30px;
  
  border-radius: 4px;
}
.left-spectacle_day{
  display: flex;
  padding-left: 1px;
  margin-bottom: 10px;
}
.left-spectacle_day-item{
  width: calc(25% - 1px);
  background: #EEEEEE;
  margin-right: 1px;
  margin-top: 1px;
  text-align: center;
  color: #8E8E8E;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
  cursor: pointer;
}
.left-spectacle_day-item:hover{
  color: #fff;
  background: #C01E3F;
}
.left-spectacle_day-item:hover .left-spectacle_day-item_big{
  color: #fff;
}
.left-spectacle_day-item.active{
  color: #fff;
  background: #C01E3F;
}
.left-spectacle_day-item.active .left-spectacle_day-item_big{
  color: #fff;
}
.left-spectacle_day-item:first-child{
  border-radius: 4px 0 0; 
}
.left-spectacle_day-item:last-child{
  border-radius:0 4px 0 0; 
}
.left_spectacle_one_date{
  display: none;
}
.left_spectacle_one_date.active{
  display: block;
}
.left-spectacle_info{
  padding: 20px 20px 10px;
  font-size: 14px;
}
.left-spectacle_info p{
  margin-bottom: 12px;
}
.left-spectacle_day-item_big{
  font-size: 30px;
  color: #2C2222;
  line-height: 30px;
  margin-bottom: 3px;
}
.icon-calendar{
  fill: #BBBBBB;
  width: 30px;
  height: 30px;
  margin-top: 17px;
}
.left-spectacle_day-item:hover .icon-calendar{
  fill: #fff;
}
.left-spectacle_day-item.active .icon-calendar{
  fill: #fff;
}
.left-spectacle_info-big{
  font-size: 35px;
  line-height: 35px;
  float: left;
  margin-right: 10px;
}

/*Блок с сылкой на анкету зрителя.*/
.block-poll{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 105px 20px 30px 20px;
  background: url('/d/img/poll.svg') center 20px no-repeat #ffffff;
  text-align: center;
}
.block-poll h4{
  font-size: 22px;
  margin-bottom: 10px;
}
.block-poll p{
  font-size: 14px;
  color: #717171;
  margin-bottom: 20px;
}
.right-spectacle_text{
  padding-top: 20px;
}

/*Репертуар карточками.*/
.repertoire-cards .card-item{
  margin-bottom: 35px;
}
.repertoire-cards .card-item.hide{
  display: none;
}
.repertoire-item .repertoire-img{
  width: 100%;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 12px;
  background: #eeeeee;
}
.repertoire-item .title{
  font-family: var(--family);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.repertoire-item .title span{
  width: calc(100% - 40px);
  display: block;
}
.repertoire-item .description{
  margin-bottom: 5px;
}
.repertoire_text-time{
  background: url(/d/img/clock.svg) left center no-repeat;
  padding-left: 20px;
}
.repertoire-cards .repertoire_age{
  position: absolute;
  top: 0;
  right: 0;
}
.repertoire-cards .repertoire-item_text{
  position: relative;
}

/*Текст статьи.*/
.article_text{
  margin-bottom: 40px;
}
.article_text h1, .article_text h2{
  margin-bottom: 15px;
}
.article_text h3, .article_text h4, .article_text h5, .article_text h6{
  margin-bottom: 15px;
  font-weight: normal;
}
.article_text ul, 
.article_text ol{
  margin-top: 8px;
  margin-bottom: 12px;
  position: relative;
}
.article_text ul{
  list-style-type: disc;
  left: 18px;
  margin-right: 18px;
}
.article_text ol{
  list-style-type: decimal;
  left: 20px;
  margin-right: 20px;
}
.article_text ul li, 
.article_text ol li{
  margin-bottom: 10px;
}
.article_text ol li::marker{
  font-weight: bold;
}

.article_gallery{
  overflow: hidden;
  font-size: 0;
}
.article_gallery .item{
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  text-decoration: none;
}

/*Горизонтальное внутреннее меню.*/
.sub-menu{
  width: auto;
  margin-bottom: 20px;
}
.sub-menu ul{
  padding-left: 2px;
}
.sub-menu ul li{
  display: inline-block;
  vertical-align: top;
}
.sub-menu ul li a{
  display: block;
  padding: 8px 10px;
  border: 2px solid #EDE5E0;
  background: #ffffff;
  margin: -2px 0 0 -2px;
}
.sub-menu ul li:hover a,
.sub-menu ul li a.active{
  text-decoration: none;
  background: #C01E3F;
  color: #ffffff;
}

/*Страница контактов.*/
.contacts-page_item{
  background: #FFFFFF;
  border: 1px solid #EDE5E0;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.contacts-page_documents{
  background: #FFFFFF;
  border: 1px solid #EDE5E0;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 30px 20px 20px;
}
.contacts-page_documents h3{
  font-weight: normal;
  color: #C01E3F;
}
.contacts-page_documents ul li{
  padding: 12px 0;
  border-bottom: 1px solid #EDE5E0;
}
.contacts-page_documents ul li:last-child{
  border: none;
}
.contacts-page_documents ul li a{
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.contacts-page{
  margin-bottom: 50px;
}
.contacts-page_map{
  width: 65%;
  min-height: 520px;
}
.contacts-page_item{
  display: flex;
}
.contacts-page_text{
  width: 35%;
  padding: 40px 15px 10px;
}
.contacts-page_text p{
  padding: 0 15px 0px;
}
p.announcement{
  background: #C01E3F;
  border-radius: 4px;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.fs25{
  font-size: 25px;
}

/*Вакансии*/
.job_module .intro{
    font-size: 22px;
    line-height: 24px;
    color: #C01E3F;
    margin-bottom: 30px;
}
.vac_list{
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EDE5E0;
    border-radius: 4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
}
.vac_list .item{
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #EDE5E0;
}
.vac_list .item:last-child{
    border-bottom-color: transparent;
}
.vac_list .item .title{
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}
.vac_list .item .title a{
    color: #004B91;
}
.vac_list .item .description{
    font-size: 16px;
    line-height: 22px;
    color: #2C2222;
    margin-top: 10px;
}

.vac_info_table{
    border-collapse: collapse;
    border: 1px solid #E2E2E2;
    text-align: left;
}
.vac_info_table th, 
.vac_info_table td{
    padding: 8px 15px;
    border: 1px solid #E2E2E2;
}
.vac_info_table th{
    font-weight: bold;
}

/*Пагинация.*/
.pages_nav{
    display: inline-block;
    overflow: hidden;
    border: 1px solid #EDE5E0;
    border-radius: 4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
}
.pages_nav a, .pages_nav span, .pages_nav b{
    height: 40px;
    padding: 0 14px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    border-right: 1px solid #EDE5E0;
    float: left;
    display: block;
}
.pages_nav *:last-child{
    border-color: transparent;
}
.pages_nav a, .pages_nav span{
    color: #2C2222;
}
.pages_nav b{
    color: #ffffff;
    background-color: #C01E3F;
}
.taright{
  text-align: right;
}
/*Цветовое изменение*/
.home-company{
  padding: 80px 20px 40px;
  background: linear-gradient(180deg, #9797CB 0%, #374795 100%), linear-gradient(180deg, #60AB8D 0%, #9797CB 100%), linear-gradient(0deg, #60AB8D, #60AB8D), radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(248, 243, 232, 0) 100%);
}
.fox,
.circle1,
.circle2,
.fist-girl,
.gingerbread-man,
.characters1,
.characters2,
.characters3
{
  display: none;
}
.block_cont{
  margin-top: 50px;
}
footer{
  background-color: #1B3661;
}
footer a {
    color: #ABC5EE;
}

.all-menu{
  background-color:#142748;
}
.all-menu input::-webkit-input-placeholder{
  color: #9797CB;
}
.all-menu input::-moz-placeholder{
  color: #9797CB;
}
ul.all-menu_link li ul li ul li a {
    color: #9797CB;
}
a.logo-text h1, a.logo-text .h1{
  font-family: 'Conv_OldOakAP','Noto Sans', Arial, Helvetica, sans-se;
  font-size: 65px;
  font-weight: normal;
  color: #374795;
  display: inline-block;
}
.header-fill_index .h1{
  margin-top: 7px;
}
.sub-menu ul li:hover a, .sub-menu ul li a.active {
    background: #142748;
}
.mbpt20{
  padding-top: 20px;
  margin-bottom: 10px;
}
.slider-s{
  height: 490px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.slider-s_item{
  height: 490px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.slider-s_item .title_cont{
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.slider-s_item .title{
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  font-style: italic;
  font-weight: bold;
  color: #1E3766;
  font-family: var(--family);
  font-size: 18px;
}
.home-slider{
  margin-bottom: 60px;
}
.home-slider:after{
  content: '';
  background: linear-gradient(180deg, #DDE4F2 0%, rgba(255, 255, 255, 0) 100%);
}
.slick-prev,
.slick-next{
  z-index: 1;
  top: 42%;
}
.slick-prev:before{
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #fff url(/d/img/slick-prev.png) right 20px center no-repeat;
  border-radius: 50%;
  opacity: 1;
}
.slick-next:before{
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #fff url(/d/img/slick-next.png) left 20px center no-repeat;
  border-radius: 50%;
  opacity: 1;
}
.slick-next{
  right: 20px;
  
}
.slick-prev{
  left: -60px;
  
}

/*Вопрос-ответ.*/
.faq_intro{
  margin-bottom: 20px;
}
.faq_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq_list .item{
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}
.faq_list .faq_message{
  padding: 20px 30px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}
.faq_list .item.with_answer .faq_message{
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.faq_list .faq_answer{
  padding: 20px 30px;
  border: 1px solid #FFA1C2;
  border-radius: 0 0 4px 4px;
  background-color: #F8E9E5;
}
.faq_message .title{
  font-weight: bold;
  margin-bottom: 8px;
}
.faq_message .date{
  font-weight: normal;
  color: #717171;
}

/*Галерея изображений.*/
.images_list{
  font-size: 0;
}
.images_list .item{
  display: inline-block;
  padding-right: 24px;
  margin: 0 0 15px 0;
  width: 224px;
  max-width: 33%;
  vertical-align: top;
}
.images_list .item a{
  text-decoration: none;
}
.images_list .item img{
  margin: 0 0 15px 0;
  max-width: 100%;
}
.images_list .item .text{
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #717171;
}
.images_list .item p{
  margin: 0 0 15px 0;
}

.concert_module .view_type_block{
  display: none;
}
.concert_module .view_type_block.active{
  display: block;
}

/*Календарь афиши.*/
.month_block{
  margin-bottom: 25px;
}
.afisha_calendar_table{
  border-top: none;
  border-color: #EDE5E0;
}
.afisha_calendar_table .table_name{
  font-family: 'Playfair Display';
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #99856D;
}
.afisha_calendar_table.table_mini .table_name{
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.afisha_calendar_table .weekend{
  color: #C01E3F;
}
.afisha_calendar_table .table_name{
  border-top: none;
  border-bottom: none;
}
.weekdays td, .weekdays th{
  border-right: none;
  border-left: none;
  border-top: none;
}
.afisha_calendar_table th{
  border-color: #EDE5E0;
}
.afisha_calendar_table thead th{
  border-color: #EDE5E0;
}
.afisha_calendar_table td{
  border-color: #EDE5E0;
  max-width: 300px;
}
.afisha_calendar_table.table_mini td, 
.afisha_calendar_table.table_mini th{
  padding: 3px;
}
.afisha_calendar_table td.date_cell{
  min-height: 200px;
}
.afisha_calendar_table .date{
  color: #99856D;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
}
.afisha_calendar_table .day_schedule{
  margin-bottom: 30px;
}
.afisha_calendar_table.table_mini .day_schedule{
  text-align: center;
}

.day_schedule .concert_item.hide{
  display: none;
}
.day_schedule .top_line{
  margin-bottom: 8px;
  line-height: 30px;
}
.day_schedule .age{
  float: right;
  font-weight: bold;
  font-size: 16px;
}
.day_schedule .time{
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 3px 10px;
  background: #F1F1F1;
  border-radius: 4px;
}
.day_schedule .title{
  font-family: 'Playfair Display';
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #004B91;
  margin-bottom: 10px;
}
.day_schedule .text{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.day_schedule .bottom_line .buy_button{
  float: right;
}
.day_schedule .bottom_line .price{
  font-size: 16px;
  line-height: 34px;
}

/*Страница артиста.*/
.person_info::after{
  content: " ";
  display: block;
  clear: both;
}
.person_info .image_cont{
  max-width: 50%;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.person_info .image_cont img{
  max-width: 100%;
}
.person_info h3{
  font-weight: normal;
  color: #C01E3F;
  font-size: 30px;
  margin-bottom: 15px;
}
.person_info .description{
  margin-bottom: 40px;
}
.person_info .roles_list{
  list-style-image: url('/d/img/li_marker.png');
  position: relative;
  left: 22px;
  margin-right: 22px;
}
.person_info .roles_list li{
  margin-bottom: 8px;
}

/*Большой поиск в шапке.*/
.big_menu_cont, 
.big_search_cont{
  display: none;
}
.big_menu_cont.active, 
.big_search_cont.active{
  display: block;
}
.search_message{
  text-align: center;
  color: #ffffff;
}
.big_search_cont{
  color: #ffffff;
}
.big_search_cont a{
  color: #ffffff;
}
.big_search_block h3{
  margin-bottom: 35px;
}

/*Обычный список статей.*/
.articles_list .item{
  margin-bottom: 35px;
}
.articles_list .item .date{
  margin-bottom: 5px; 
}
.articles_list .item .title{
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
.articles_list .item .intro{
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

/*Репертуар списком.*/
.repertoire_list .list_item{
  margin-bottom: 35px;
  overflow: hidden;
}
.repertoire_list .list_item .image{
  float: left;
  width: 150px;
  height: 110px;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
.repertoire_list .list_item .image img{
  max-width: 100%;
}
.repertoire_list .list_item .text_info{
  margin-left: 170px;
}
.repertoire_list .list_item .title{
  font-family: 'Playfair Display','Noto Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
.repertoire_list .list_item .description, 
.repertoire_list .list_item .duration{
  margin-top: 8px;
}
.repertoire_list .list_item .duration{
  background: url(/d/img/clock.svg) left center no-repeat;
  padding-left: 20px;
}
.repertoire_list .list_item .age{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 26px;
  margin-left: 10px;
  vertical-align: top;
}
.images_list .item img{
  border: 1px solid #D0D0D0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
#logo-svg-gl2{
  display: none;
}