@font-face {
  font-family: 'PF_DinDisplay_Pro';
  src: url('fonts/pfdindisplaypro-light-webfont.eot');
  src: url('fonts/pfdindisplaypro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfdindisplaypro-light-webfont.svg') format('svg'),
    url('fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
    url('fonts/pfdindisplaypro-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PF_DinDisplay_Pro';
  src: url('fonts/pfdindisplaypro-med-webfont.eot');
  src: url('fonts/pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfdindisplaypro-med-webfont.svg') format('svg'),
    url('fonts/pfdindisplaypro-med-webfont.woff') format('woff'),
    url('fonts/pfdindisplaypro-med-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PF_DinDisplay_Pro';
  src: url('fonts/pfdindisplaypro-reg-webfont.eot');
  src: url('fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfdindisplaypro-reg-webfont.svg') format('svg'),
    url('fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
    url('fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCondPro-Regular';
  src: url('fonts/PFDinTextCondPro-Regular.eot');
  src: url('fonts/PFDinTextCondPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/PFDinTextCondPro-Regular.woff') format('woff'),
    url('fonts/PFDinTextCondPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
html {

}
body {
  background-color:#f9d597;
  background-image:  url('../img/body-bg.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
}
#main-slider .jwplayer .jwuniform {
  background-size: cover!important;
  background-position: top;
}
a {
  outline: none;
  color: #393185;
}
a:hover {
  color: #393185;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
img {
  border: 0;
}
input, textarea {
  outline: none;
  font-family: Tahoma, Verdana, sans-serif;
}
.inp {
  position: relative;
}
.inp .label {
  position: absolute;
  top: 3px;
  left: 10px;
}
.clearfix {
  clear: both;
}
.clear:after {
  content: "";
  clear: both;
  display: table;
}
.hide {
  display: none !important;
}
.hidden {
  display: none;
}
#wrapper {
  background: url('../img/body-bottom-bg.png') no-repeat bottom right;
  background-size: 100% auto;
  position: relative;
  max-width:1920px;
  min-width: 1007px;
  margin: 0 auto;
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 250px;
  padding-top:120px;
  overflow: hidden;
}
/*header*/
#header {
  padding: 0 100px 19px;
  background: #f9d597 url('../img/body-bg.jpg') no-repeat right top;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left:0;
  top:0;
  background-size:100%;
}
#header:after{
  content:"";
  position:absolute;
  width:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  display:block;
  background: url('../img/body-top-bg.png') no-repeat top right;
}
#header .logo {
  margin: 31px 0 0;
  position: relative;
  z-index: 3;
  float:left;
  pointer-events: all;
}
.phone-number{
  float:left;
  margin-left:60px;
  margin-top:40px;
  position: relative;
  z-index: 10;
}
.phone-number__item{
  float:left;
  font-size: 16px;
  color:#008494;
  font-family: 'PF_DinDisplay_Pro';
  margin: 0 20px 0 0;
}
.phone-number__item tel{
  font-size: 26px;
  color:#393185;
  display: block;
}
#header .main-menu {
  margin: 36px 0 0;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 0 118px 0 909px;
  text-align: right;
  height:54px;
}
#header .main-menu__content{
  display: block;
  max-width:100%;
  text-align: right;
  box-sizing: border-box;
  overflow: hidden;
  padding-right:10px;
}
#header .main-menu__content > ul {
  padding: 0 19px;
  box-sizing:border-box;
  margin: 0;
  list-style: none;
  text-align: center;
  background:#008494;
  border-radius:7px; 
  -moz-border-radius:7px;
  -webkit-border-radius: 7px;
  height:54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float:right;
  position: relative;
}
#header .main-menu__content > ul:after{
  position: absolute;
  top:0;
  right:-10px;
  width:22px;
  height:10px;
  content:"";
  background-image: url(../img/main-menu_after.png);
}
#header .main-menu__content > ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#header .main-menu__content > ul li.disabled{
  display:none;
}
#header .main-menu__content > ul li a {
  white-space: nowrap;
  font-family: 'PF_DinDisplay_Pro';
  color: #FFF;
  text-decoration: none;
  line-height: 54px;
  display: inline-block;
  font-size: 22px;
  padding: 0 19px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
#header .main-menu__more{
  display:none;
  float: right;
  margin-left: 6px;
  position: relative;
  z-index: 1;
  margin-right: 3px;
}
#header .main-menu__more .main-menu__more_open{
  cursor:pointer;
  width:54px;
  height:54px;
  display:block;
  background-image: url('../img/open_more_menu.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color:#008494;
}
#header .main-menu__more .main-menu__more_open:hover{
  background-color:#db507d;
}
#profile{  
  position: relative;
  z-index: 3;
}
.policyBlock {
  margin: 10px;
  color: #FFF;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-size: 16px;
}
.policyBlock a {
  color: #FFF;
}
.g-recaptcha > div {
  margin: 0 auto;
}
#reviewForm fieldset form,
.faq-form form {
  position: relative;
}
#reviewForm form .policyBlock {
  text-align: left;
  right: inherit;
  margin-left: 225px;
}
.faq-form form .policyBlock ,
#reviewForm form .policyBlock {
  color: #000;
  position: absolute;
  width: 500px;
  right: 230px;
  text-align: right;
  margin-top: 20px;
}
.faq-form form .policyBlock a ,
#reviewForm form .policyBlock a {
  color: #008494;
}
.open-auth-dialog{
  position: relative;
  z-index: 3;
  float:right;
  margin-top:36px;
  color:#FFF;
  font-family: 'PF_DinDisplay_Pro';
  font-size: 22px;
  background: #8b63bf;
  background: -moz-linear-gradient(top, #8b63bf 0%, #4f3182 100%);
  background: -webkit-linear-gradient(top, #8b63bf 0%,#4f3182 100%);
  background: linear-gradient(to bottom, #8b63bf 0%,#4f3182 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b63bf', endColorstr='#4f3182',GradientType=0 );
  text-decoration: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  line-height: 54px;
  display:block;
  width:98px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.45);
}
.open-auth-dialog:hover{
  color:#FFF;
  background: #da507c;
  background: -moz-linear-gradient(top, #da507c 0%, #a3244d 100%);
  background: -webkit-linear-gradient(top, #da507c 0%,#a3244d 100%);
  background: linear-gradient(to bottom, #da507c 0%,#a3244d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da507c', endColorstr='#a3244d',GradientType=0 );
}
.open-auth-dialog:active{  
  color:#FFF;
  background: #c23765; /* Old browsers */
  background: -moz-linear-gradient(top,  #c23765 0%, #d04170 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c23765 0%,#d04170 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c23765 0%,#d04170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23765', endColorstr='#d04170',GradientType=0 ); /* IE6-9 */
}

/* --- header end --- */
.main-menu__content> ul li.current a,
.main-menu__content >ul li a:hover {
  background: #db507d;
}
.main-menu__more_block{
  display:none;
  position: absolute;
  top:54px;
  bottom:auto;
  right:-4px;
  min-width:190px;
  padding-top: 20px;
}
.main-menu__more_block ul{
  padding: 0;
  margin: 0;
  background: rgba(0,132,148,.9);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 10px;
}
.main-menu__more_block ul:after{
  content:"";
  background-image:url('../img/main-menu-more_after.png');
  width:10px;
  height:20px;
  position: absolute;
  right:0;
  top:-10px;
}
.main-menu__more_block li{
  list-style-type: none;
  position: relative;
  padding-left: 36px;
  margin-bottom: 8px;
  padding-right:10px;
}
.main-menu__more_block li.current a:before {
    opacity: 1;
}
.main-menu__more_block a{
  white-space: nowrap;
  color:#FFF;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
.main-menu__more_block a:before{
  content:"";
  position: absolute;
  bottom: 3px;
  left: -17px;
  width:6px;
  height:2px;
  background: #FFF;
  opacity: .2;
}
.main-menu__more_block a:hover{
  text-decoration: underline;
  background: none!important;
}
.main-menu__more_block a:hover:before{
  opacity:1;
}

/* main slider */
.main-slider-wrapper { 
  margin: -120px 0 0;
  position: relative;
  z-index:1;
}
#main-slider {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
}
#main-slider ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main-slider .container {
  color: #fff;
}
#main-slider .slider-tabs {
  position: absolute;
  bottom:100%;
  padding-bottom:54px;
  left: 100px;
  height: 50px;
  z-index: 30;
}
#main-slider .slider-tabs.fixed{
  position: fixed;
}
#main-slider .slider-tabs ul{
  padding: 0;
  margin: 0;
}
#main-slider .slider-tabs ul li {  
  background: rgba(0,0,0,.3);
  margin-right:20px;
  font-family: 'PF_DinDisplay_Pro';
  float: left;
  font-size: 26px;
  color: #fff;
  box-sizing: border-box;
  border:2px solid rgba(255,255,255,.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  position:relative;
}
#main-slider .slider-tabs span{
  border-bottom: 1px dashed rgba(255,255,255,.2);
}
#main-slider .slider-tabs ul li input {  
  position: absolute; 
  left: -9999px; 
}
#main-slider .slider-tabs ul li .jq-radio {
  display: none !important;
}
#main-slider .slider-tabs ul li.current {
  border-color:#FFF;
  border-bottom: none;
}

#main-slider .slider-tabs ul li.current span{
  border-color:#FFF;
}
#main-slider .slider-tabs ul li label{
  display: block;
  cursor: pointer;
  padding: 12px 20px 13px;
  line-height: 25px;
  position: relative;
}
#main-slider .slider-tabs ul li.current:after{
  height:50%;
  width:45%;
  content:"";
  position: absolute;
  bottom:-2px;
  left:-2px;
  border-left:2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-radius:0 0 0 10px;
  -moz-border-radius:0 0 0 10px;
  -webkit-border-radius:0 0 0 10px;
}
#main-slider .slider-tabs ul li.current:before{
  height:50%;
  width:45%;
  content:"";
  position: absolute;
  bottom:-2px;
  right:-2px;
  border-right:2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-radius:0 0 10px 0;
  -moz-border-radius:0 0 10px 0;
  -webkit-border-radius:0 0 10px 0;
}
#main-slider .slider-tabs ul li.current label:after{
  content:"";
  background-image:url('../img/slider-tabs_current.png');
  width:100px;
  height:10px;
  position: absolute;
  bottom: -10px;
  left:50%;
  margin-left:-50px;
}
#main-slider .wrapper {
  margin: 0;
  height: 800px;
  position: relative;
}
#main-slider .wrapper .preview {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#main-slider .wrapper .preview .video {
  width:100%;
  height:100%;
}
.jwlogo {
  display: none !important;
}
#main-slider .wrapper .preview .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#main-slider .wrapper .preview .img img{
  width:100%;
  height:100%;
}
#main-slider .wrapper .preview .preloader {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url('../img/slider-preloader.gif') no-repeat center top;
  padding: 55px 0 0;
  display: block;
  color: #FFF;
  text-align: center;
  min-height: 0;
  height: 40px;
  margin: -20px 0 0 -90px;
  font-family: Tahoma, Verdana, sans-serif;
}
#main-slider #main-slider-player_display .jwpreview{
  //background-position: center 120px!important;
}
#main-slider .wrapper .desc {
  position: absolute;
  top: 180px;
  right: 100px;
  background: rgba(0,0,0,.7);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 386px;
  z-index: 1;
}
#main-slider .wrapper .desc.hidden{
  display: none;
}
#main-slider .wrapper .desc a {
  color: #52c6d2;
}
#main-slider .wrapper .desc a:hover {
  text-decoration: none;
}
#main-slider .wrapper .desc .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
#main-slider .wrapper .desc .desc-container {
  position: relative;
  z-index: 2;
}
#main-slider .wrapper .desc .title {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: 'PF_DinDisplay_Pro';
  margin-bottom: 15px;
}
#main-slider .wrapper .item {
  padding: 0 0 8px;
  overflow: hidden;
  font-size: 18px;
  font-family: 'PF_DinDisplay_Pro';
}
#main-slider .wrapper .item.actors {

}
#main-slider .wrapper .item.actors .field {
  height: 44px;
  white-space: normal;
  line-height: 22px;
  position: relative;
}

#main-slider .wrapper .item.rating {
  margin: 1px 0 0;
  overflow: visible;
  padding: 0 0 6px;
}
#main-slider .wrapper .item.rating .label {
  margin: 2px 0 0;
}
#main-slider .wrapper .item.seances .field,
#main-slider .wrapper .item.rating .field {
  height: auto;
  white-space: normal;
}
#main-slider .wrapper .item.seances .field  .film-seances{
  max-height: 93px;
}

#main-slider .wrapper .item.premier {
  margin: 16px 0 0;
  overflow: visible;
}
#main-slider .wrapper .item.premier .tip-help {
  height: 20px;
  margin-top: -3px;
  line-height: 20px;
}

#main-slider .wrapper .item.premier .tip-help .content {
  left: -270px;
  right: -30px;
}
#main-slider .wrapper .item.premier .field {
  overflow: visible;
  white-space: normal;
}
#main-slider .wrapper .item .label {
  float: left;
  width: 106px;
  text-align: right;
  padding: 0 20px 0 0;
  color: #19a2b3;
}
#main-slider .wrapper .item .field {
  float: left;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main-slider .wrapper .item .film-rating {
  padding: 0;
  margin: 0px 0 0 1px;
}
#main-slider .wrapper .item .film-rating li {
  background: url('../img/rating-star.png') no-repeat top left;
  margin: 0 -3px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 24px;
  height: 23px;
  display: inline-block;
}
#main-slider .wrapper .item .film-rating li.empty {
  background-position: top left;
}
#main-slider .wrapper .item .film-rating li.fill {
  background-position: bottom left;
}
#main-slider .wrapper .item.seances {
  min-height: 65px;
  overflow: hidden;
  margin: 7px 0 0 0;
}
#main-slider .wrapper .item.seances .label{
  line-height: 16px;
}
#main-slider .wrapper .item.seances ul {
  margin: 3px 0 0;
  padding: 0;
}
#main-slider .wrapper .item.seances ul li {
  display: inline-block;
  margin: 0 0 4px 0px;
  padding: 0;
  line-height: 14px;
}
#main-slider .wrapper .item.seances ul li span,
#main-slider .wrapper .item.seances ul li a{
  display: inline-block;
  width: 54px;
  background: #8b62be; /* Old browsers */
  background: -moz-linear-gradient(top,  #8b62be 0%, #4f3182 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #8b62be 0%,#4f3182 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #8b62be 0%,#4f3182 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b62be', endColorstr='#4f3182',GradientType=0 ); /* IE6-9 */
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height:17px;
  padding: 5px 0 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'PF_DinDisplay_Pro';
  text-decoration: none;
}
#main-slider .wrapper .item.seances ul li a:hover {
  background: #da507c; /* Old browsers */
  background: -moz-linear-gradient(top,  #da507c 0%, #a3244d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #da507c 0%,#a3244d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #da507c 0%,#a3244d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da507c', endColorstr='#a3244d',GradientType=0 ); /* IE6-9 */
}
#main-slider .wrapper .item.seances ul li a:active{
  background: #c23765; /* Old browsers */
  background: -moz-linear-gradient(top,  #c23765 0%, #d04170 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c23765 0%,#d04170 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c23765 0%,#d04170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23765', endColorstr='#d04170',GradientType=0 ); /* IE6-9 */
}
#main-slider .wrapper .buy-button {
  height: 48px;
  z-index: 10;
  position: relative;
  padding-top:10px;
  margin-top:5px;
}
#main-slider .wrapper .buy-button:before{
  content:"";
  position: absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background: rgba(255,255,255,.2);
}
#main-slider .wrapper .buy-button .soon {

}
#main-slider .wrapper .buy-button a {
  background: #8b63bf;
  background: -moz-linear-gradient(top, #8b63bf 0%, #4f3182 100%);
  background: -webkit-linear-gradient(top, #8b63bf 0%,#4f3182 100%);
  background: linear-gradient(to bottom, #8b63bf 0%,#4f3182 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b63bf', endColorstr='#4f3182',GradientType=0 );
  margin: 0 auto;
  padding: 0 30px;
  color: #FFF;
  text-decoration: none;
  line-height: 48px;
  display: table;
  height: 48px;
  text-align: center;
  font-family: 'PF_DinDisplay_Pro';
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 24px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
#main-slider .wrapper .buy-button.future a {
  width: 197px;
  background: url('../img/future-button.png') no-repeat top left;
}
#main-slider .wrapper .buy-button a:hover {
  background: #da507c; /* Old browsers */
  background: -moz-linear-gradient(top,  #da507c 0%, #a3244d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #da507c 0%,#a3244d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #da507c 0%,#a3244d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da507c', endColorstr='#a3244d',GradientType=0 ); /* IE6-9 */
}
#main-slider .wrapper .buy-button .soon {
  background: none;
  color: #380000;
  text-shadow: 0 0 0;
}
#main-slider .wrapper .buy-button a:active {
  background: #c23765; /* Old browsers */
  background: -moz-linear-gradient(top,  #c23765 0%, #d04170 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c23765 0%,#d04170 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c23765 0%,#d04170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23765', endColorstr='#d04170',GradientType=0 ); /* IE6-9 */
}
#main-slider .slider-items {
  position: relative;
  padding: 1px 0 0;
  display: none;
}
#main-slider .slider-items.current {
  display: block;
  width:100%;
  padding: 0 100px;
  box-sizing: border-box;
}
#main-slider #main-slider-player_controlbar,#trailers #popupPlayer_controlbar{
  bottom: 120px!important;
}
#main-slider .slider-items.clone{
  opacity: 0;
  display: block;
}
#main-slider .slider-items .slider-items-arrow-left,
#main-slider .slider-items .slider-items-arrow-right {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  position: absolute;
  width: 28px;
  height: 48px;
  background: url('../img/slider-arrow.png') no-repeat;
  bottom: 284px;
  cursor: pointer;
  z-index: 7;
}
#main-slider .slider-items .slider-items-arrow-left:after,
#main-slider .slider-items .slider-items-arrow-right:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 321px;
  top: -137px;
}
#main-slider .slider-items .slider-items-arrow-left:after {
  left: 0;
}
#main-slider .slider-items .slider-items-arrow-right:after {
  right: 0;
}
#main-slider .slider-items .slider-items-arrow-left {
  background-position: 0 0;
  left: 50px;
}
#main-slider .slider-items .slider-items-arrow-left:hover {
  background-position: 0 -48px;
}
#main-slider .slider-items .slider-items-arrow-left:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
#main-slider .slider-items .slider-items-arrow-left.disabled {
  background-position: 0 -96px;
}
#main-slider .slider-items .slider-items-arrow-left.disabled:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#main-slider .slider-items .slider-items-arrow-right {
  background-position: -28px 0;
  right: 50px;
}
#main-slider .slider-items .slider-items-arrow-right:hover {
  background-position: -28px -48px;
}
#main-slider .slider-items .slider-items-arrow-right:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
#main-slider .slider-items .slider-items-arrow-right.disabled {
  background-position: -28px -96px;
}
#main-slider .slider-items .slider-items-arrow-right.disabled:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#main-slider .slider-items .slider-items-wrapper {
  width: 100%;
  margin: 0 auto 0;
  top:-21px;
  overflow: hidden;
  position: relative;
  height: 497px;
  z-index:2;
}
#main-slider .slider-items .slider-items-wrapper:after{
  content:"";
  background:#008494;
  width:100%;
  height:3px;
  position: absolute;
  bottom: 10px;
  left:0;
  z-index: -1;
}
#main-slider .slider-items ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 497px;
  width: 5000px;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#main-slider .slider-items ul.center {
  text-align: center;
}
#main-slider .slider-items ul.pseudo-bg {
  background: url('../img/pseudo-slide-item.png') repeat-x 0 20px;
}
#main-slider .slider-items .slider-item {
  float: left;
  width: 240px;
  height: 497px;
  box-sizing: border-box;
  padding: 41px 10px 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  background: none;
  margin: 0 -10px 0 0px;
}
#main-slider .slider-items .slider-item:not(.current):hover .img:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border: 2px solid #db507d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
}
#main-slider .slider-items .slider-item.center {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#main-slider .slider-items .slider-item.current .overlay {
  display: block;
}
#main-slider .slider-items .slider-item .overlay {
  background: url('../img/slider-current.png') no-repeat top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
#main-slider .slider-items .slider-item .img {
  border: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
#main-slider .slider-items .slider-item.art .img:before,#main-slider .slider-items .slider-item.mem .img:before,
#wrapper .schedule-container .film-item.mem .img:before{
  content:"";
  left:-1px;
  top:10px;
  height:30px;
  width:38px;
  background-image: url('../img/mem.png');
  background-repeat: no-repeat;
  position: absolute;
}
#main-slider .slider-items .slider-item.art:not(.mem) .img:before{
  background-position: left bottom;
}
#main-slider .slider-items .slider-item.art:not(.mem):hover .img:before{
  background-position: right bottom;
  width:111px;
}
#main-slider .slider-items .slider-item.mem:not(.art) .img:before,#wrapper .schedule-container .film-item.mem .img:before{
  background-position: left top;
}
#main-slider .slider-items .slider-item.mem:not(.art):hover .img:before,#wrapper .schedule-container .film-item.mem .img:hover:before{
  background-position: right top;
  width:111px;
}
#main-slider .slider-items .slider-item.art.mem .img:before{
  height:60px;
  background-position: left top;
}
#main-slider .slider-items .slider-item.art.mem:hover .img:before{
  height:60px;
  width:111px;
  background-position: right top;
}

#main-slider .slider-items .slider-item:active .img {
  -o-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  -moz-transform: scale(0.97, 0.97);
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
#main-slider .slider-items .slider-item.current:active .img {
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#main-slider .slider-items .slider-item.current .img {
}
#main-slider .slider-items .slider-item img {
  width:100%;
  float:left;
}
#main-slider .slider-items .slider-item.current img {

}
#main-slider .slider-items .slider-item.current .tilte {

}
#main-slider .slider-items .slider-item .tilte {
  position: relative;
  z-index: 2;
  margin: 15px 20px 0;
  text-align: center;
  color: #393185;
  font-size: 18px;
  line-height: 20px;
}
#main-slider .slider-items .slider-item .tilte a {
  color: #393185;
}
#main-slider .slider-items .slider-item.current .tilte a{
  color:#db507d;
}

#main-slider .slider-items .slider-item .data {
  display: none;
}

.spring_block{
  position: relative;
  width:100%;
  transition-property: top;
  transition-duration: .5s;
  background: #f9d597 url('../img/body-bg.jpg') no-repeat right bottom;
  background-size: cover;
}

/* --- main-slider end --- */

/* main action */
.b-action{
  width:100%;
  padding: 0 100px;
  box-sizing: border-box;
  margin-top:-7px;
}
.b-action__block{
  margin: 0 -20px 0 0;
}
.b-action__items{
  width:100%;
  overflow: hidden;
  margin-top:15px;
  text-align: center;
}
.b-action__item{
  max-width: 569px;
}
.b-action__item img{
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.b-action__all{
  clear: both;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  display:none;
}
h2{
  text-align: center;
  font-size: 60px;
  color:#008494;
  font-family: 'PF_DinDisplay_Pro';
  font-weight: normal;
  margin: 0;
}
/* --- main action end --- */

/* --- banners --- */
.banners {
  width: 1000px;
  margin: 22px auto 25px;
  text-align: center;
}
.banners .banner {
  position: relative;
  height: 120px;
}
.banners .banner.left {
  float: left;
  width: 250px;
}
.banners .banner.center {
  display: inline-block;
  vertical-align: top;
  width: 460px;
}
.banners .banner.right {
  float: right; 
  width: 250px;
}
.banners .banner > a,
.banners .banner > img {
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  opacity: 0;

  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.banners .banner .current {
  z-index: 10;
  opacity: 1;
} 
/* --- banners end --- */

/* --- news --- */
.b-news{
  margin: 21px auto 107px;
  padding: 0 100px;
  width: 100%;
  box-sizing: border-box;
}
.b-news h2,.b-action h2{
  margin-bottom:16px;
}
#news .news-item-wrapper{
  float:left;
  width:100%;
}
.news-item .news-img,
#news .news-item .news-img {
  float: left;
  margin: 0 21px 0 0;
}
#news .news-item img{
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#news .news-item .news-img {
  height: 110px;
  min-width: 130px;
  max-width: 130px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#news .news-item.loading .news-img {
  background: #198D97;
}
#news .news-item.loading .news-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: url('../img/small-loading.gif') no-repeat center;
}
.news-item .news-date,
#news .news-item .news-date {
  color: #462a08;
  margin: 0;
  font-size: 14px;
}
.news-item .news-title,
#news .news-item .news-title {
  color: #393185;
  font-size: 16px;
  font-weight: 400;
  margin: 7px 0 13px;
  line-height: 19px;
}
.news-item .news-title a,
#news .news-item .news-title a {
  color: #393185;
  text-decoration: none;
}
.news-item .news-title a:hover,
#news .news-item .news-title a:hover {
  text-decoration: none;
}
.news-item .news-desc,
#news .news-item .news-desc {
  overflow: hidden;
  color: #1f1202;
  font-size: 16px;
  line-height: 18px;
}
.newslist {

}
.newslist .news-item {
  background-image: url('../img/dotted-border-horizontal.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  margin: 0 0 18px;
}
.newslist .news-item .news-img {
  margin: 0 0 10px;
}
.newslist .news-item .news-desc {
  padding: 0 0 20px;
}
/* --- news end --- */
/* --- logos --- */
.logos-wrapper {
  /*background: url('../img/logos-bg.png') no-repeat top center;*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABBAAAAB5CAYAAACA0dJxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABjVJREFUeNrs3d1q2zAABlAvY9BSGLsahdKS4HjYF3v/h9kz7B0WbUtJGse/Sitb54Av1jhuka/0TdL36f7+vojo4XD9KgAAAICP9vNw/Y71sE3kP672fgAAACAJP2I+LHaAsPd+AAAAIAlJBwiV9wMAAABJSDpAaLwfAAAASELUYwZiBwil9wMAAABJiDpHjxkghAaGF+8HAAAAkvD9cH2L9bCYAcIP7wYAAACSEu2oAQECAAAArFe0bQwxAwQNDAAAAJAWKxAAAACAXkmuQBAgAAAAQFqizdVjBQgaGAAAACA9j0WkJoZYAULpnQAAAECSoszZYwUIti8AAABAmqIcpBgrQKi9DwAAAEhSlP/0jxUg7L0PAAAASFJSWxisQAAAAIA0JbOFITQwPHkfAAAAkKTQxPB17kNiBAjbw/XZ+wAAAIBkVXMfECNAaLwHAAAASNrsgxQ3KfwRAAAAwE0JEAAAAIDbz90FCAAAALB+Hx4g3B2uZ+8BAAAAkhbaEx/mPGBugFAWGhgAAABgCeo5X54bINi+AAAAAMuwn/NlAQIAAADkoZrz5bkBQmP8AQAAYBFmzeFjnIEAAAAApG/WHH5OgPDlcG2NPwAAACzCSzGjiWFOgBDOP9DAAAAAAMsx+SzDzUf8UgAAAOBDTN7GIEAAAACAfNRTvyhAAAAAgHzYwgAAAADcbi4/NUDQwAAAAADL81RMbGKYGiDsCw0MAAAAsDRhLj/pIMWpAUJlzAEAAGCRJm1jmBogNMYbAAAAFuldA4TSeAMAAMAivWuAoIEBAAAAlqme8qUpAUJoYLACAQAAAJYpNDHcjf3SlABhV2hgAAAAgKWa1MQwJUCojTUAAAAs2uhyhCkBgvMPAAAAYNneZQXC3jgDAADAor3LCgRbGAAAAGDZRu8uGBsghAaGnXEGAACARXv+P8cfbGyAsBv7CwAAAIDkhCaGUasQxgYIDlAEAACAdRAgAAAAAHHn+AIEAAAAyNNNAwQNDAAAALAO5ZibxwQI4YAFDQwAAACwDiFAGFyUsLnVgwEAAICkhYUC+6E3jwkQnH8AAAAA61INvXHsCgQAAABgPQYvFhgTIDTGFQAAAFblJgFCZVwBAABgVaIHCKMOVgAAAAAWIbQtDipMGBogbAsNDAAAALA2Ya6/G3Lj0ABBAwMAAACsUz3kJgECAAAA5G3QkQUCBAAAAMjboDm/AAEAAADyFm0LQ2hgECAAAADAOu3+z/07DQkQngsNDAAAALBWYc5f9t00JECw+gAAAADWrXfuPyRAaIwjAAAArFqUFQilcQQAAIBV6108YAUCAAAAUPXd0BcghFMYrUAAAACAddsXPU0MfQHC0+G6M44AAACwaqGJYdt1Q1+AUBtDAAAAyEJnE8NmzpcBAACA1RAgAAAAAL1mBQgaGAAAACAPkwOEcPri1vgBAABAFkKAcLWJoStACA0MD8YPAAAAshCaGJ6vfdgVIGhgAAAAgLxc3cbQFSDsjRsAAABk5epZiFYgAAAAAEfltQ+6AgQVjgAAAJCXSSsQSuMGAAAAWQlZQGsTw7UA4aXQwAAAAAC5uSv+tTJeuBYg2L4AAAAAeWo9E1GAAAAAAJxqzQSuBQiV8QIAAIAsjQoQrEAAAACAPAkQAAAAgF6tTQxtAUI4bVEDAwAAAOQpZAIXTQxtAYLVBwAAAJC3i2ygLUBojBMAAABkbVCAUBonAAAAyFr99ge2MAAAAABvXSwuaAsQauMEAAAAWevdwvBYaGAAAACA3F00MbwNEBygCAAAAARnqxA2XR8CAAAA2TpbZCBAAAAAANqcHaQoQAAAAADadG5hqIwPAAAAULxpaTwNEEIDw1fjAwAAABT/mhgej/84DRA0MAAAAACnXrOC0wChNC4AAADAiddzEDZtPwQAAAAoThYb2MIAAAAAXGMLAwAAANDrta3xGCCEUxW/GRcAAADgRGhr/NvEcAwQnH8AAAAAtPmbGRwDBNsXAAAAgDZnAYIDFAEAAIA2ZwGCLQwAAABAGwECAAAA0Os1QPheaGAAAAAA2oXM4DEECFYfAAAAAF32IUCojAMAAADQobICAQAAAOjTCBAAAACAPmUIEBrjAAAAAHRo/ggwAMrTJr9Ah9hOAAAAAElFTkSuQmCC);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 15px 0;
}
.logos {
  width: 1000px;
  margin: 0 auto;
  height: 121px;
}
.logos ul {
  text-align: center;
  font-size: 0;
  padding: 24px 0 0;
}
.logos ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 11px;
}
.logos ul li span,
.logos ul li a {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/logos.png?2') no-repeat;
}
.logos ul li.barguzin span,
.logos ul li.barguzin a {
  background-position: 0 0px;
  width:137px;
  height: 57px;
}
.logos ul li.caramel span,
.logos ul li.caramel a {
  background-position: -137px 0px;
  width:126px;
  height: 66px;
}
.logos ul li.rodina span,
.logos ul li.rodina a {
  background-position: -263px 0px;
  width:163px;
  height: 72px;
}
.logos ul li.capital span,
.logos ul li.capital a {
  background-position: -419px 0px;
  width:156px;
  height: 60px;
}
.logos ul li.donotello span,
.logos ul li.donotello a {
  background-position: -582px 0px;
  width:115px;
  height: 60px;
}
.logos ul li.kinojam span,
.logos ul li.kinojam a {
  background-position: -697px 0px;
  width:80px;
  height: 81px;
  margin: 0 0 0 40px;
}
/* --- logos end --- */

.footer-content{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
}
/* --- footer menu --- */
.footer-menu-wrapper {
  height: 62px;
  background: #198d97;
  overflow: hidden;
}
.footer-menu {
  width: auto;
  margin: 0 auto;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0;
  height: 62px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li {
  font-size: 20px;
  padding: 0;
  margin: 0 0px;
  display: inline-block;
}
.footer-menu ul li a {
  font-family: 'PF_DinDisplay_Pro';
  color: #FFF;
  text-decoration: none;
  height: 62px;
  padding: 0 10px;
  line-height: 62px;
  display: inline-block;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);

  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.footer-menu li.current a,
.footer-menu li a:hover {
  background: #db507d;
}




/* --- footer menu end --- */
.footer-wrapper {
  color: #462a08;
  font-size:16px;
  margin: 25px 0 0;
  line-height: 18px;
  width: 100%;
  box-sizing:border-box;
  padding: 0 100px;
}
.footer-wrapper a {
}
.footer {
  width:100%;
  box-sizing:border-box;
  height: 163px;
  border-bottom: 5px solid #198c95;
}
.footer .logo {
  float: left;
  width: 197px;
  margin: 17px 0 0;
}
.footer .desc {
  float: left;
  margin-left: 3%;
  font-family: 'PF_DinDisplay_Pro';
  line-height: 27px;
}
.footer .desc p {
  margin: 8px 0 17px;
}
.footer .desc span {
  display: inline-block;
  margin: 0 0 0 15px;
}
.footer .social {
  float: left;
  margin: 12px 0 0 4.5%;
  font-family: 'PF_DinDisplay_Pro';
}
.footer .social .label {
  margin: 0 0 8px;
}
.social ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 7px 0 0;
  vertical-align: top;
}
.social ul li.disabled {
  background: url('../img/social.png') no-repeat;
}

.auth-form .social ul li.vk a{
  background-position: -96px 0px;
}
.auth-form .social ul li.fb a{
  background-position: 0px 0px;
}
.auth-form .social ul li.gp a{
  background-position: -48px 0px;
}

.auth-form .social ul li.vk a:hover{
  background-position: -96px -48px;
}
.auth-form .social ul li.fb a:hover{
  background-position: 0px -48px;
}
.auth-form .social ul li.gp a:hover{
  background-position: -48px -48px;
}
.social ul li.ok a{
  background-position: 0 0;
}
.social ul li.vk a{
  background-position: -50px 0;
}
.social ul li.fb a{
  background-position: -100px 0;
}
.social ul li.tw a{
  background-position: -150px 0;
}
.social ul li.yt a{
  background-position: -200px 0;
}
.social ul li.in a{
  background-position: -250px 0;
}
.social ul li.tg a{
  background-position: -300px 0;
}

.social ul li a{
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../img/social.png') no-repeat;  
}
.auth-form  .social ul li a{
  width: 48px;
  height: 48px;
  background: url('../img/social_auth.png') no-repeat;  
}
.footer .counters {
  margin: 25px 0 0;
}
.footer .counters li,
.footer .counters li a {
  background: none;
  width: auto;
  height: auto;
  margin: 0 3px 1px 0;
}
.footer .verify {
  float: left;
  margin: 14px 0 0;
}
.footer .developer {
  float: right;
  text-align: right;
  margin: 12px 3% 0 0;
  font-family: 'PF_DinDisplay_Pro';
}
.site_map_link{
  float: right;
  text-align: right;
  margin: 0px 3% 0 0;
  font-family: 'PF_DinDisplay_Pro';
  clear:right;
}
.footer .search{
  float:right;
  width:290px;
  margin-top:15px;
  margin-right: 3.39%;
  position: relative;
}
.footer .search:hover input[type=text]{
  background-color: #f6ecd9;
}
.footer .search input[type=text]{
  width:100%;  
}
.footer .search input[type=submit]{
  float: left;
  background: none;
  background-image: url('../img/search_input.png');
  background-repeat: no-repeat;
  background-position: right center;
  width:30px;
  height:38px;
  position: absolute;
  top:0;
  right:0;
  outline:none;
  border: none;
  cursor:pointer;
}


#content {
  border-top:1px solid #ccac6f;
  width: 100%;
  padding: 0 100px 30px;
  box-sizing: border-box;
  min-height: 150px;
  z-index: 1;
  position: relative;
}
.mcontent {
  font-size: 16px;
  color: #462a08;
}
.mcontent .mtitle {
  font-size: 34px;
  line-height: 34px;
  padding: 34px 0 0;
  margin: 0;
}
.mcontent .mtitle h1 {
  margin: 0;
}
.mcontent h1,
.mcontent h2,
.mcontent h3,
.mcontent h4,
.mcontent h5,
.mcontent h6 {
  color: #008494;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;  
  padding: 0;
  margin: 0;
}
.mcontent .page > h1:first-child,
.mcontent .page > h2:first-child,
.mcontent .page > h3:first-child,
.mcontent .page > h4:first-child,
.mcontent .page > h5:first-child,
.mcontent .page > h6:first-child {
  margin-top: 0;
}
.mcontent h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 32px 0 22px;
}
.mcontent h2 {
  font-size: 42px;
  line-height: 42px;
  margin: 32px 0 22px;
  text-align: left;
}
.mcontent h3 {
  font-size: 36px;
  line-height: 36px;
  margin: 22px 0 18px;
}
.mcontent h4 {
  font-size: 32px;
  line-height: 32px;
  margin: 18px 0 11px;
}
.mcontent p {
  margin: 0 0 20px;
}
.mcontent #fulltext p:first-child{
  margin:0;
}
.mcontent em {
  color: #9C2169;
  font-style: normal;
}
.mcontent img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 20px 10px 0;
  max-width: 100%;
  height: auto;
}
.mcontent img[align="right"] {
  margin-right: 0;
  margin-left: 20px;
}
.mcontent a:hover img {
  border-color: #15d6af;
}

.mcontent .breadcrumbs {
  font-size: 14px;
  padding: 8px 0 8px;
}
.mcontent .breadcrumbs ul {
  float: left;
  padding: 0;
  margin: 0;
}
.mcontent .breadcrumbs ul li {
  padding: 0 20px 0 0;
  background: url('../img/breadcrumbs-sep.png') no-repeat 100% 9px;
  margin: 0 7px 0 0;
  float: left;
}
.mcontent .breadcrumbs ul li:last-child {
  background: none;
  padding: 0;
  width: 475px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcontent .breadcrumbs ul li a {
  display: inline-block;
  vertical-align: top;
}
.mcontent  .back {
  float: right;
  text-align: right;
}
.mcontent  .back a {
  display: inline-block;
  position: relative;
}
.mcontent  .back a:after {
  content: "";
  width: 15px;
  height: 7px;
  background: url('../img/back-arrow.png') no-repeat top left;
  position: absolute;
  left: -20px;
  top: 6px;
}
.mcontent  .back a:hover:after {
  background-position: bottom left;
}
.mcontent .page {
  padding: 29px 0 1px;
  line-height: 20px;
  position: relative;
}
.mcontent .page ol,
.mcontent .page ul {
  margin: 10px 0 5px;
}
.mcontent .page ol li,
.mcontent .page ul li {
  padding: 0 0 0 25px;
  background: url('../img/li.png') no-repeat 0 0.68em;
  margin: 0 0 9px;
}
.mcontent .page ol li {
  background: none;
  padding-left: 0;
}
.mcontent .page ul.blue li {
  background-image: url('../img/li-blue.png');
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  background-position: 0.7em 0.6em;
}
.mcontent table {
  border-spacing: 1px 0;
  margin: 25px auto;
}
.mcontent table tr {

}
.mcontent table tr th,
.mcontent table tr td {
  text-align: left;
  padding: 6px 21px 6px;
  vertical-align: middle;
}
.mcontent table tr th {
  background: #449b99;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  padding: 8px 21px;
}
.mcontent table tbody tr td,
.mcontent table tr td {
  background: #f0e2c6;
}
.mcontent table thead td{
  background:#449b99;
  color:#FFF;
}
.mcontent table tbody tr:nth-child(odd) td,
.mcontent table tr:nth-child(odd) td {
  background: #f5ebd7;
}

.mcontent table.no_style {
  border-collapse: collapse;
  border: none;
  margin: 25px 0;
}
.mcontent table.no_style tr th,
.mcontent table.no_style tr td {
  border: none;
  text-align: left;
  padding: 6px 5px 6px;
  vertical-align: middle;
}
.mcontent table.no_style tr th {
  background: none;
  margin: 0;
  color: #15D6AF;
  font-weight: 400;
  padding: 8px 21px;
  font-size: 14px;
}
.mcontent table.no_style tr td {
  background: none;
  text-align: center;
}
.mcontent table.no_style tr:nth-child(odd) td {
  background:none;
}
.mcontent table.no_style img{
  margin-right: 0;
  margin-bottom: 0;
}

.mcontent .statuses {
  color: #fff;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1px;
}
.mcontent .statuses span {
  display: inline-block;
  line-height: 22px;
  padding: 9px 0;
}
.mcontent .statuses.ok {
  background: #11925a;
}
.mcontent .statuses.error {
  background: #c00e51;
}
.mcontent .page .statuses {
  margin: 0 -30px 1px;
}
.form-item {
  width:100%;
  display:table;
  margin: 13px 0 0;
}
.faq-form .form-item a{
  float:right
}
.forgot .form-item .form-item-field .inp{
  width:360px;
}
.userinfo .form-item{
  width:320px;
  margin-right:20px;
}
.userinfo .form-item:first-child{
  width:630px;
}
.faq-form_about .userinfo .form-item{
  width:390px;
}
.userinfo .form-item:last-child{
  margin-right:0;
}
.form-item.inline {
  margin: 18px 0 0;
  font-size: 0;
}
.form-item.left {
  float: left;
}
.profile .form-item {
  width: 360px;
}
.profile .form-item.left {
  margin-right: 60px;
}
.profile .new-email {
    margin-bottom: 55px;
}
.profile{
  width:1200px;
  margin: 30px auto 25px!important;
  max-width: 100%;
}
.profile .form-item.left:nth-child(3n) {
  margin-right: 0px;
}
.form-item.right {
  float: right;
}
.profile .form-item.right {
  margin-left: 50px;
}
.profile .form-item.right:nth-child(3n) {
  margin-left: 0px;
}
.form-item .form-item-label {
  font-size: 20px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  color: #393185;
  margin: 0 0 9px 0;
}
.form-item.inline .form-item-label {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  text-align: left;
}
.form-item .form-item-field {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width:100%;
  float:left;
}
.form-item.inline .form-item-field {
}
.form-item.error .form-item-field input,
.form-item.error .form-item-field textarea {
  border-color: #d22508;
}
.form-item.error .form-item-field:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/error-icon.png') no-repeat;
  position: absolute;
  right: 12px;
  top: 12px;
}
.dialog-auth-form .form-item.error .form-item-field:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/error-icon.png') no-repeat;
  position: absolute;
  right: 12px;
  top: 43px;
}
.form-item .form-item-error {
  color: #e00303;
  font-size: 11px;
  margin: 3px 6px 0;
  text-align: left;
  height: 20px;
  display: none;
}
.form-item.error .form-item-error {
  display: block;
}
.dialog-auth-form .form-item .form-item-error {
  color: #770303;
  text-align: center;
  height: inherit;
}
.message-box .form-item .form-item-error {
  text-align: center;
}
.message-box .form-item.error .form-item-field:after {
  background: none;
  content: " ";
}
.password_remove .form-item .form-item-error{
  width:360px;
}
.password_remove .form-item.error .form-item-field:after{
  left:340px;
  right:auto;
}
.form-item .form-item-field .inp {
  width:100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.form-item .form-item-field .label {
  color: #C287AA;
  top: 6px;
}
.message-box .form-item .form-item-field input:not([type="submit"]) {
  width: 200px;
}

input,
textarea,
.form-item .form-item-field input,
.form-item .form-item-field textarea {
  border: 1px solid #dcbd7e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(246,236,217,.5);
  font-size: 16px;
  color: #462a08;
  box-sizing: border-box;
  padding: 7px 12px 10px;
  width:100%;
}
input:hover,
input:active,
textarea:hover,
textarea:active,
textarea:focus,
.form-item .form-item-field textarea:hover,
.form-item .form-item-field textarea:active,
.form-item .form-item-field textarea:focus{
  background-color: #f6ecd9;
  border-color:#db507d;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder{color:#462a08;}
textarea,
.form-item .form-item-field textarea {
  height: 78px;
  padding: 5px 11px;
  resize: vertical;
  width: 100%;
  line-height: 20px\0/;
  border-color:#dcbd7e;
  display: block;
  overflow: auto;
  color: #462a08;
}
.form-item.disabled .form-item-field .label,
.form-item.disabled .form-item-field:hover .label {
  color: #761d52;
}
.form-item .form-item-field input[disabled="disabled"]:not([type="submit"]),
.form-item .form-item-field input[readonly="readonly"]:not([type="submit"]),
.form-item .form-item-field textarea[readonly="readonly"],
.form-item .form-item-field textarea[disabled="disabled"] {
}
.form-item .form-item-field input:not([type="submit"]):focus,
.form-item .form-item-field input:not([type="submit"]):not([disabled="disabled"]):hover,
.form-item .form-item-field:hover .label {
  background-color: #f6ecd9;
  border-color:#db507d;
}
.button.left {
  float: left;
}
.button.right {
  float: right;
}
.button {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  min-width: 150px;
  padding: 0 19px;
  height: 50px;
  line-height: 50px;  
  background: #8b63bf; /* Old browsers */
  background: -moz-linear-gradient(top,  #8b63bf 0%, #4f3182 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #8b63bf 0%,#4f3182 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #8b63bf 0%,#4f3182 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b63bf', endColorstr='#4f3182',GradientType=0 ); /* IE6-9 */
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
}
.button.small {
  height: 34px;
  line-height: 34px;
  min-width: 60px;
  padding: 0 13px;
  font-size: 15px;
}
.button.medium {
  height: 48px;
  line-height: 48px;
  min-width: 100px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 100;
}
.button.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4f3182  url('../img/button-loading.gif') no-repeat center;
  z-index: 2;
  position: absolute;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.button:hover {
  color: #fff;
  background: #da507c;
  background: -moz-linear-gradient(top, #da507c 0%, #a3244d 100%);
  background: -webkit-linear-gradient(top, #da507c 0%,#a3244d 100%);
  background: linear-gradient(to bottom, #da507c 0%,#a3244d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da507c', endColorstr='#a3244d',GradientType=0 );
  text-shadow: 0 1px 1px rgba(0,0,0,0.45);
}
.button:active{ 
  background: #c23765; /* Old browsers */
  background: -moz-linear-gradient(top,  #c23765 0%, #d04170 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c23765 0%,#d04170 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c23765 0%,#d04170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23765', endColorstr='#d04170',GradientType=0 ); /* IE6-9 */
}
.form-item .checkbox,
.form-item .radio,
.checkbox,
.radio {
  color: #393185;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.form-item .checkbox.disabled,
.form-item .radio.disabled,
.checkbox.disabled,
.radio.disabled
.jq-radio.disabled {
  color: #761d52;
  cursor: default;
}
.form-item .checkbox .jq-checkbox,
.form-item .radio .jq-radio,
.checkbox .jq-checkbox,
.radio .jq-radio,
.jq-radio {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
}
.form-item .checkbox:hover,
.form-item .radio:hover,
.checkbox:hover,
.radio:hover{
  color:#db507d!important;
}
.form-item .checkbox:hover .jq-checkbox,
.form-item .radio:hover .jq-radio,
.checkbox:hover .jq-checkbox,
.radio:hover .jq-radio{
  border-color:#db507d;
}
.form-item .checkbox .jq-checkbox.checked,
.checkbox .jq-checkbox.checked {
  background-image: url('../img/checkbox.png');
  background-repeat: no-repeat;
  background-position: center;
}
.form-item .radio .jq-radio.checked,
.radio .jq-radio.checked,
.jq-radio.checked{
  background-image: url('../img/radiobutton.png');
  background-repeat: no-repeat;
  background-position: center;
}

.form-item .checkbox .checkbox-label,
.form-item .radio .radio-label,
.checkbox .checkbox-label,
.radio .radio-label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  line-height: 21px;
}
.form-item .checkbox .jq-checkbox,
.checkbox .jq-checkbox {
  border: 2px solid #dcbd7e;
  box-sizing: border-box;
  background:#fdeac2;
}
.form-item .radio .jq-radio,
.radio .jq-radio,
.jq-radio {
  border: 2px solid #dcbd7e;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#wrapper .jq-selectbox,
#wrapper select {
  width: 279px;
}
#wrapper .jq-selectbox.opened:after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  background: #f6ecd9;
  border: 1px solid #db507d;
  border-bottom: none;
  width:31px;
  height:37px;
  border-radius: 5px 5px 0 0;  
  -moz-border-radius: 5px 5px 0 0;  
  -webkit-border-radius: 5px 5px 0 0;  
}
#wrapper .jq-selectbox.opened:before{
  content:"";
  position: absolute;
  top:2px;
  right:2px;
  width:29px;
  height:34px;
  background: url('../img/select-arrow.png') no-repeat bottom left;
  z-index:1;
}
#wrapper .jq-selectbox .jq-selectbox__select {
  height: 36px;
  background: rgba(246,236,217,.5);
  border: 1px solid #dcbd7e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #462a08;
  cursor: pointer;

  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#wrapper .jq-selectbox:hover .jq-selectbox__select,
#wrapper .jq-selectbox.opened .jq-selectbox__select {
  border-color: #db507d;
  background:#f6ecd9;
}
#wrapper .jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger-arrow,
#wrapper .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow {
  background-position: bottom left;
}
#wrapper .jq-selectbox.disabled .jq-selectbox__select,
#wrapper .jq-selectbox.disabled:hover .jq-selectbox__select {
  background: #161018;
  color: #761d52;
  cursor: default;
  border-color: #53163a;
}
#wrapper .jq-selectbox.disabled:hover .jq-selectbox__select .jq-selectbox__trigger-arrow {
  background-position: top left;
}
#wrapper .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 7px 0 0 8px;
  max-width: 80%;
}
#wrapper .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  float: right;
  margin: 1px;
}
#wrapper .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow {
  height: 34px;
  width: 29px;
  background: url('../img/select-arrow.png') no-repeat top left;
}
#wrapper .jq-selectbox .jq-selectbox__dropdown {
  width: 100%;
  top: 37px;
}
#wrapper .jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f6ecd9;
  border: 1px solid #db507d;
}
#wrapper .jq-selectbox .jq-selectbox__dropdown ul li {
  background: none;
  padding: 0 8px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
#wrapper .jq-selectbox .jq-selectbox__dropdown ul li.sel,
#wrapper .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #f0e2c7;
}

#content .navigation {
  background-image: url('../img/affiche-tabs-bg.png');
  background-position: 0 0px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #393185;
  width: 100%;
  height:66px;
  padding:0 100px;
  margin: 0 -100px;
  /*font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;*/
  /*font-weight: 400;*/
}
#content .navigation ul {
  margin: 0;
  padding: 0;
}
#content .navigation ul li:first-child {
  background: none;
}
#content .navigation .calendar,
#content .navigation ul li {
  padding: 0;
  margin: 0;
  background: none;
  float: left;
  width: 14.19%;
  height: 66px;
  border-right: 1px solid #ccac6f;
  background-image: url('../img/affiche-tabs_after.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  text-align: center;
}
#content .navigation ul li.current {

}
#content .navigation ul li:first-child.current a {

}
#content .navigation ul li:last-child.current a {

}
#content .navigation .calendar .calendar-button.opened,
#content .navigation ul li.current a {
  background: url('../img/schedule-tabs-current.png') top left repeat-x;
  display: block;
  padding: 7px 0 0;
  margin-top:1px;
  height: 57px;
  border: 1px solid #9C2169;
  border-bottom: 0;
  position: relative;
}
#content .navigation ul li.current a:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-image: url('../img/body-bg.jpg');
  height: 1px;
}
#content .navigation ul li.current a span {
  color: #db507d;
}
#content .navigation ul li.notactive a span:first-child,
#content .navigation ul li.notactive a span,
#content .navigation ul li.notactive a:hover span:first-child,
#content .navigation ul li.notactive a:hover span {
  color: #761d52;
  text-decoration: none;
  cursor: default;
}
#content .navigation .calendar .calendar-button,
#content .navigation ul li a {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;  
  text-decoration: none;
  display: block;
  height: 66px;
}
#content .navigation ul li a{
  padding-top:8px;
}
#content .navigation ul li a:hover span {
  text-decoration: underline;
}
#content .navigation ul li a span {
  display: block;
  line-height: 14px;
}
#content .navigation ul li a span.date ,#content .navigation ul li a span.bold{
  font-size: 16px;
  padding: 3px 0 0;
}
#content .navigation ul li a span:first-child {
  color: #008494;
  font-size: 15px;
  padding: 2px 0 0px;
}
#content .nav-tall-wrapper {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 -30px;
}
#content .navigation.tall {
  border-top: 1px solid #53163A;
  border-bottom: 1px solid #9C2169;
  background: url('../img/nav-tall.png') repeat-x 0 0;
  width: 1021px;
  margin: 31px 0 0;
  height: 80px;
}
#content .navigation.tall ul {
  float: left;
  border-bottom: 0;
  position: relative;
}
#content .navigation.tall ul + ul {

}
#content .navigation.tall ul li.presale,
#content .navigation.tall ul li.presale a {
  /*  -moz-transition: padding 0.25s linear, width 0.25s linear;
    -webkit-transition: padding 0.25s linear, width 0.25s linear;
    transition: padding 0.25s linear, width 0.25s linear;*/
}
#content .navigation.tall ul li {
  float: left;
  height: 80px;
  width: 46px;
  background: url('../img/nav-tall.png') no-repeat 0 -240px;
  border: 0;
}
#content .navigation.tall ul + ul li {
  background: url('../img/nav-tall.png') no-repeat 0 -400px;
}
#content .navigation.tall ul li.presale {
  background: url('../img/presale-border.png') no-repeat 0 0px;
  border-bottom: 1px solid #9C2169;
}
#content .navigation.tall ul li.presale + li {
  background: url('../img/presale-border.png') no-repeat 0 0px;
}
#content .navigation.tall ul li.current {
  background: url('../img/nav-tall.png') no-repeat 0 -160px;
}
#content .navigation.tall ul li.presale.current,
#content .navigation.tall ul li.presale.current a {
  width: 53px;
  height: 91px;
  border: 0;
}
#content .navigation.tall ul li.presale.current {
  height: 80px;
  padding: 0;
}
#content .navigation.tall ul li.presale.current + li,
#content .navigation.tall ul li.presale.current {
  background: url('../img/presale-current-border.png') no-repeat 0 0;
}
#content .navigation.tall ul li.presale.current a {
  padding: 9px 3px 0 4px;
  height: 82px;
  width: 46px;
  background: url('../img/presale-current.png') no-repeat top right;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#content .navigation.tall ul li.presale.current + li {
  background: url('../img/nav-tall.png') no-repeat 0 -160px;
}
#content .navigation.tall ul:first-child li:first-child {
  background: none;
  width: 53px;
}
#content .navigation.tall ul:first-child li:first-child a {
  padding-left: 7px;
  width: 46px;
}
#content .navigation.tall ul li .number {
  font-family: 'PF_DinDisplay_Pro';
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  padding: 6px 0 7px;
}
#content .navigation.tall ul li .day {
  font-size: 14px;
}
#content .navigation.tall ul li .day:first-letter {
  text-transform: uppercase;
}
#content .navigation.tall ul li.current a {
  background: url('../img/nav-tall.png') repeat-x 0 -80px;
  height: 72px;
}
#content .navigation.tall ul:first-child li:first-child.current a {
  padding-left: 9px;
  width: 44px;
  padding-right: 0px;
  margin: 0 0 0 -2px;
}
#content .navigation.tall ul:first-child li:first-child.presale a {
  /* one pixel eat my brain */
  background-position: 7px 0;
}
#content .navigation.tall ul:first-child li:first-child.presale.current a {
  background-position: top right;
  width: 46px;
}
#content .navigation.tall ul:before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -100px;
  width: 200px;
  text-align: center;
  font-family: 'PF_DinDisplay_Pro';
  font-size: 18px;
  font-weight: 400;
  color: #15D6AF;
  top: -31px;
}
#content .navigation.tall ul.hide-title:before {
  content: none;
}
#content .navigation.tall ul li a, 
#content .navigation.tall ul li .box  {
  background: none;
  height: 71px;
}
#content .navigation.tall ul + ul li a, 
#content .navigation.tall ul + ul li .box  {
  background: url('../img/nav-tall.png') repeat-x 0 -320px;
}
#content .navigation.tall ul li.presale a {
  background: url('../img/presale-bg.png') repeat-x top left;
}
#content .navigation.tall ul li.presale a .day {
  color: #ffbd3c;
}
#content .navigation.tall ul li.presale.disabled a .day {
  color: #f2931e;
}
#content .navigation.tall ul li.presale.disabled a .number {
  color: #ffbd3c;
}
#content .navigation.tall ul:first-child:last-child li:last-child,
#content .navigation.tall ul + ul li:last-child {
  width: 53px;
  padding: 0 0 0 1px;
}
#content .navigation.tall ul:first-child:last-child li:last-child a,
#content .navigation.tall ul + ul li:last-child a {
  padding-right: 7px;
  width: 46px;
}
#content .navigation.tall ul + ul li.current:last-child a {
  padding-right: 6px;
}
#content .navigation.tall ul:first-child:last-child li:last-child a,
#content .navigation.tall ul + ul li.presale.current:last-child a {
  background-position: left top;
  padding-left: 1px;
}
#content .navigation.tall ul:first-child:last-child li:last-child span,
#content .navigation.tall ul + ul li.current:last-child span {
  margin-left: -2px;
}
/* --- schedule --- */
#wrapper .schedule {
  position: relative;
  margin: 17px auto 20px;
  clear: both;
  width:100%!important;
}
#wrapper .schedule-more {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  margin: -8px 0 32px;
}
#wrapper .schedule .no-seanses {
  padding: 17px 0 21px 20px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#wrapper .schedule .schedule-name {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
#wrapper .schedule.hidden {
  display: none;
}
#wrapper .timeline {
  color: #462a08;
  font-size: 14px;
  border-bottom: 1px solid #ccac6f;
}
#wrapper .timeline ul{
  margin: 0;
  padding: 0;
}
#wrapper .timeline ul li{
  float: left;
  width: 5.88%;
  padding: 0 0 7px;
  margin: 0;
  height: 27px;
  background: none;
  line-height: 30px;
}
#wrapper .schedule-hallplan .timeline ul li{
  //width: 59px;
  margin: 0;
  background: none;
}
#wrapper .schedule-hallplan .schedule .schedule-overlay ul li {
  width: 5.88%;
  text-indent: -9999px;
}
#wrapper .timeline ul li sup{
  vertical-align: 4px;
  font-size: 7px;
}
#wrapper .schedule .schedule-popup {
  display: none;
  position: absolute;
  left: -100%;
  margin: 0 0 0 -60px;
  z-index: 20;
  width: 245px;
  bottom: 20px;
  padding: 17px 0 17px;
  float: none;
}
#wrapper .schedule .schedule-popup.error{
  width:215px;
}
#wrapper .schedule .schedule-popup:after {
  content: "";
  width: 93px;
  height: 21px;
  background: url('../img/schedule-info.png');
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -48px;
}
#wrapper .schedule .schedule-popup.bottom:after {
  top: -2px;
  background-position: top right;
}
#wrapper .schedule .schedule-popup.bottom {
  bottom: auto;
  top: 22px;
}
#wrapper .schedule .schedule-popup.bottom .schedule-popup-wrapper {
  border-bottom: none;
  border-top: 2px solid #db507d;
}
#wrapper .schedule .schedule-popup .schedule-popup-wrapper {
  background: #f9e8c8;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #db507d;
}
#wrapper .schedule .schedule-popup .error-text {
  padding: 5px 5px 6px;
  text-align: center;
}
#wrapper .schedule .schedule-popup .title {
  min-height: 27px;
  padding: 10px 5px 3px;
  text-align: center;
  color: #008494;
  font-size: 18px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  border-bottom:1px solid #ead1a2;
  background:#f7e2bb;
}
#wrapper .schedule .schedule-popup .title .label{
  display: none;
}
#wrapper .schedule .schedule-popup .info {
  border-top: 1px solid #4E2D53;
  font-size: 11px;
  padding: 6px 16px;
}
#wrapper .schedule .schedule-popup .price{
  border-bottom: 1px solid #ead1a2;
  border-top: 1px solid #ead1a2;
  background: #f7e2bb;
  text-align: center;
  padding: 7px 0;
}
#wrapper .schedule .schedule-popup .img {
  padding: 0px 0px 7px;
  text-align: center;
}
#wrapper .schedule .schedule-popup .img img {
  margin: 0;
  padding: 0;
  border: 0;
}
#wrapper .schedule .schedule-popup .hall {
  color: #EC8513;
  padding: 2px 0 0;
}
#wrapper .schedule .schedule-popup .legend {
  border-bottom: 1px solid #4E2D53;
  border-top: 1px solid #4E2D53;
  background: #2F1632;
  text-align: center;
  font-size: 11px;
  padding: 5px 0px 4px;
  overflow: hidden;
}
#wrapper .schedule .schedule-popup .legend span {
  padding: 0px 12px 0px;
  font-size: 11px;
}
#wrapper .schedule .schedule-popup .legend .empty {
  float: left;
}
#wrapper .schedule .schedule-popup .legend .sold {
  float: right;
}
#wrapper .schedule .schedule-popup .legend i {
  display: inline-block;
  width: 6px;
  height: 7px;
  margin: 0 5px 0 0;
  background: url('../img/hall-legend.png') no-repeat top left;
}
#wrapper .schedule .schedule-popup .legend .empty i{
  background-position: top left;
}
#wrapper .schedule .schedule-popup .legend .sold i {
  background-position: bottom left;
}
#wrapper .schedule .schedule-popup .close {
  position: absolute;
  top: 4px;
  right: -13px;
  width: 27px;
  height: 27px;
  background: #000;
  background: url('../img/close-box-button.png') no-repeat left top;
  cursor: pointer;
}
#wrapper .schedule .schedule-popup.bottom .close {
  top: 8px;
}
#wrapper .schedule .schedule-popup .text {
  background: #2F1632;
  border-bottom: 1px solid #4E2D53;
  font-size: 11px;
  padding: 6px 0px 6px 13px;
  line-height: 16px;
}
#wrapper .schedule .schedule-popup .buttons {
  text-align: center;
  padding: 6px 0 11px;
}

#wrapper .schedule .schedule-overlay {
  border-bottom: 1px solid #ccac6f;
  height: 100%;
  box-sizing: border-box;
}
#wrapper .schedule .schedule-overlay ul{
  border-left: 1px solid #d2c9a1;
  padding: 0;
  margin: 0;
  height:100%;
}
#wrapper .schedule .schedule-overlay ul li{
  width: 5.88%;
  height:100%;
  float: left;
  border-right: 1px solid #ead1a2;
  background: #f9eacd;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  text-align: left;
  white-space: normal;
  box-sizing: border-box;
}
#wrapper .schedule .schedule-items {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  left: 0;
}
#wrapper .schedule .schedule-items ul.hall {
  display: block;
  height: 32px;
  position: relative;
  margin: 0 0 3px;
  padding: 0;
}
#wrapper .schedule .schedule-middle {

}
#wrapper .schedule .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  /*background: url('../img/schedule-overlay.png');*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgMAYIMAAAOAA0kr2MMAAAAABJRU5ErkJggg==);
  background: rgba(0, 132, 148, 0.1);
  border-right: 2px solid #db507d;
  height: 100%;
  z-index: 5;
  width: 0;
}
#wrapper .schedule .schedule-item {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
}
#wrapper .schedule .schedule-item .time {
  width: 58px;
  height: 32px;
  background: url('../img/schedule-items.png') no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  color: #FFF;
  font-size: 11px;
  padding: 5px 0 0 17px;
  text-decoration: none;
  line-height: 17px;
  box-sizing: border-box;
}
.ie8 #wrapper .schedule .schedule-item .time {
  height: 26px;
  padding: 2px 0 0 10px;
}
/*
  0   - orange
  28  - red
  56  - purple
  84  - blue
  112 - pink
  140 - green
  168 - yellow
  196 - superorange
  224 - error
*/

#wrapper .schedule .hall-1 .schedule-item .time {  background-position: 0 0px; }
#wrapper .schedule .hall-2 .schedule-item .time {  background-position: 0 -128px; }
#wrapper .schedule .hall-3 .schedule-item .time {  background-position: 0 -160px; }
#wrapper .schedule .hall-4 .schedule-item .time {  background-position: 0 -96px; }
#wrapper .schedule .hall-5 .schedule-item .time {  background-position: 0 -32px; }
#wrapper .schedule .hall-6 .schedule-item .time {  background-position: 0 -192px; }
#wrapper .schedule .hall-7 .schedule-item .time {  background-position: 0 -64px; }
#wrapper .schedule .hall-8 .schedule-item .time {  background-position: 0 -224px; }

#wrapper .schedule .schedule-item .error+.time {  background-position: 0 -256px; }
/* --- schedule end --- */

#wrapper .schedule-container {
  width: 100%;
  position: relative;
}
#wrapper .schedule-container .preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#f9d597 url('../img/slider-preloader.gif') no-repeat 50% 200px;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.schedule_bable__films{
  width: 100%;
  float: left;
  position: relative;
}
.schedule_bable__films:before{
  content:'';
  position: absolute;
  top:-1px;
  left:0;
  width:32.668%;
  height:1px;
  background: url('../img/schedule-films-gradient.png') no-repeat top right;
}
.schedule_bable__film{
  width: 100%;
  display: table;
  position: relative;
  background: url('../img/schedule-films-gradient.png') no-repeat top right;
}
.schedule_bable__film:first-child .left{
  position: relative;  
}
.schedule_bable__film:first-child .left:before{
  
}
#wrapper .schedule-container .left {
  display: inline-block;
  vertical-align: top;
  width: 32.668%;
}
#wrapper .schedule-container .film-items {
  margin: 52px 0 0;
  padding: 1px 0 0;
  background: url('../img/schedule-films-gradient.png') no-repeat top right;
}
#wrapper .schedule-container .film-item {
  background: url('../img/schedule-films-gradient.png') no-repeat bottom right;
  padding: 18px 10px 18px 0;
}
#wrapper .schedule-container .film-item .img {
  float: left;
  width: 220px;
  margin: 0 19px 0 3px;
  height: 330px;
  position: relative;
}
#schedule-container .film-item .img .met{
  position: absolute;
  top: 10px; 
  left:-1px;
}
#schedule-container .film-item .img p{  
  display: none;
  text-indent: -9999px;
  margin: 0;
}
#schedule-container .film-item .img .met.mem .mem{
  display: block; 
}
#schedule-container .film-item .img p.mem{
  content: "";
  height: 30px;
  width: 38px;
  background-image: url(../img/mem.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#schedule-container .film-item .img:hover p.mem{
  background-position: right top;
  width: 111px;
}
.filmdesc .buy-buttons {
  position: absolute;
  right: 0;
}
.b-film__description #schedule-container {
  margin-bottom: 30px;
}
#wrapper .schedule-container .film-item .img img {
  width: 100%;
}
#wrapper .schedule-container .film-item a {
  color: #ec8513;
  text-decoration: none;
}
#wrapper .schedule-container .film-item a img {
  border: 0;
}
#wrapper .schedule-container .film-item .title {
  font-size: 24px;
  margin: 8px 0 15px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #393185;
  overflow: hidden;
}
.schedule_bable > .right{
  float:right;
  margin-top: 29px;
}
#wrapper .schedule-container .film-item .title:hover{
  text-decoration: underline;
}
#wrapper .schedule-container .film-item .desc {
  margin: 0 0 14px;
  padding-left: 240px;
}
#wrapper .schedule-container .film-item .duration {

}
#wrapper .schedule-container .film-item .label {
  color: #008494;
  font-size: 18px;
  margin-bottom:6px;
}
#wrapper .schedule-container .film-item .field {
  max-height: 39px;
  line-height: 18px;
  overflow: hidden;
}
#wrapper .schedule-container .right {  
  width: 67.33%;
  display: inline-block;
  vertical-align: top;
}
#wrapper .schedule-container .schedule_bable__films .right{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
}
#wrapper .schedule-container .schedule {
  margin: 0;
  width:100%!important;
  height:100%;
}
#wrapper .schedule-container .schedule.hide{
  display:none;
}
#wrapper .schedule-legend {
  text-align: left;
  margin: 18px 0 0px -2px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}
#wrapper .schedule-legend ul{
  padding: 0;
  margin: 0;
  background: none;
}
#wrapper .schedule-legend ul li {
  margin: 0 3px 0 0px;
  padding: 0;
  float: left;
  background: none;
  width: 134px;
  position: relative;
}
#wrapper .schedule-legend ul li .wrap:before{
  content: "";
  background: url('../img/schedule-items.png') no-repeat 0 0;
  display: inline-block;
  height: 32px;
  width: 58px;
}
#wrapper .schedule-legend ul li .wrap{
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#wrapper .schedule-legend ul li .wrap:hover {

}
#wrapper .schedule-legend ul li .wrap span {
  margin: 5px 0 0 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#wrapper .schedule-legend ul li a span {
  text-decoration: underline;
}
#wrapper .schedule-legend ul li a:hover span {
  text-decoration: none;
}
#wrapper .schedule-legend ul li .wrap:after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  width: 55px;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 3px;
}
#wrapper .schedule-legend ul li.orange .wrap:before { background-position: 0 0px; }
#wrapper .schedule-legend ul li.orange .wrap:after { content: "1"; }
#wrapper .schedule-legend ul li.red .wrap:before { background-position: 0 -32px; }
#wrapper .schedule-legend ul li.red .wrap:after { content: none; }
#wrapper .schedule-legend ul li.purple .wrap:before { background-position: 0 -64px; }
#wrapper .schedule-legend ul li.purple .wrap:after { content: "7"; }
#wrapper .schedule-legend ul li.turquoise .wrap:before { background-position: 0 -224px; }
#wrapper .schedule-legend ul li.turquoise .wrap:after { content: "8"; }
#wrapper .schedule-legend ul li.blue .wrap:before { background-position: 0 -128px; }
#wrapper .schedule-legend ul li.blue .wrap:after { content: "2"; }
#wrapper .schedule-legend ul li.pink .wrap:before { background-position: 0 -96px; }
#wrapper .schedule-legend ul li.pink .wrap:after { content: "4"; }
#wrapper .schedule-legend ul li.green .wrap:before { background-position: 0 -160px; }
#wrapper .schedule-legend ul li.green .wrap:after { content: "3"; }
#wrapper .schedule-legend ul li.yellow .wrap:before { background-position: 0 -192px; }
#wrapper .schedule-legend ul li.yellow .wrap:after { content: "6"; }
#wrapper .schedule-legend ul li.superorange .wrap:before { background-position: 0 -32px; }
#wrapper .schedule-legend ul li.superorange .wrap:after { content: "5"; }



/* --- filmdesc --- */
#wrapper .filmdesc {
  width: 100%;
  margin: 0 auto;
}
#wrapper .filmdesc .left {
  width: 280px;
  margin: 0 40px 27px 0;
  float: left;
}
#wrapper .filmdesc .left .img {

}
#wrapper .filmdesc .left .img img {
  border: 0;
  width:100%;
  box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
#wrapper .filmdesc .right {
  width: 731px;
  float: left;
  position: relative;
}
#wrapper .reviewdesc .film-links,
#wrapper .filmdesc .film-links,
#wrapper .multicard-menu,
#wrapper .menu_subscription  {
  font-size: 16px;
  margin: 11px 0 15px;
}
#wrapper .reviewdesc .film-links ul,
#wrapper .filmdesc .film-links ul,
#wrapper .multicard-menu ul,
#wrapper .menu_subscription ul {
  padding: 0;
  margin: 0;
}
#wrapper .reviewdesc .film-links ul li,
#wrapper .filmdesc .film-links ul li,
#wrapper .multicard-menu ul li,
#wrapper .menu_subscription ul li {
  padding: 0 23px 0 19px;
  margin: 0;
  background: url('../img/2px-border.png') repeat-y top right;
  float: left;
  line-height: 16px;
}
#wrapper .reviewdesc .film-links ul li:first-child {
  padding: 0 23px 0 2px;
}
#wrapper .filmdesc .film-links ul li:first-child,
#wrapper .multicard-menu ul li:first-child {
  padding: 0 23px 0 9px;
}
#wrapper .reviewdesc .film-links ul li:last-child,
#wrapper .filmdesc .film-links ul li:last-child, 
#wrapper .multicard-menu ul li:last-child,
#wrapper .menu_subscription ul li:last-child {
  background: none;
}
#wrapper .reviewdesc .film-links ul li.current a,
#wrapper .filmdesc .film-links ul li.current a,
#wrapper .multicard-menu ul li.current a {
  color: #462a08;
  text-decoration: none;
}
#wrapper .filmdesc .film-title {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  font-size: 42px;
  color: #008494;
  line-height: 42px;
  text-align: left;
  margin: -5px 0 0 9px;
}
#wrapper .filmdesc .film-title a{
  color: #008494;
  text-decoration: none;
  border-bottom: 1px solid #008494;
}
#wrapper .filmdesc .film-title a:hover {
  border-bottom: 0;
}
#wrapper .filmdesc .film-table {
  margin: 14px 0 0;
  font-size: 18px;
}
#wrapper .filmdesc .film-table table {
  border-collapse: collapse;
  border: 0;
  margin: 20px 0 0;
  width: 100%;
}
#wrapper .filmdesc .film-table table tr {

}
#wrapper .filmdesc .film-table table tr:first-child td {
  border-top: 0;
}
#wrapper .filmdesc .film-table table tr td {
  color: #462a08;
  background: none;
  border: 0;
  border-top: 1px solid #dec18a;
  padding: 8px 10px 9px 9px;
  vertical-align: top;
  font-size: 16px;
}
#wrapper .filmdesc .film-table table tr:first-child td.label {
  border-top: 0;
}
#wrapper .filmdesc .film-table table tr td.label {
  color: #008494;
  border-top: 1px solid #ae8a44;
  width: 220px;
  font-size: 18px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
}
#wrapper .filmdesc .film-table table tr td .payment-item {
  margin-top: 3px;
  margin-bottom: 5px;
}
#wrapper .filmdesc .story,
#wrapper .filmdesc .buttons {
  font-size: 16px;
  padding: 14px 10px 27px 10px;
  margin: 12px 0 0;
  background-image: url('../img/dotted-border-horizontal.png');
  background-repeat: repeat-x;
  background-position: top left;
}
#wrapper .filmdesc .buttons {
  padding: 14px 0px 27px 10px;
  text-align: right;
}

/* --- affiche --- */
#wrapper .affiche {

}
#wrapper .affiche .content-title {
  margin: 30px 0px 25px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  font-size: 42px;
  color: #008494;
  line-height: 29px;
}
#wrapper .affiche .filmdesc {
  background-image: url('../img/2px-border.png');
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 30px;
}
#wrapper .affiche .filmdesc .right {
  margin: 0 0 27px;
}
#wrapper .affiche .filmdesc .story {
  /*padding-bottom: 26px;*/
}
#wrapper .affiche-tabs {
  background-image: url('../img/affiche-tabs-bg.png');
  background-position: 0 0px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #393185;
  height: 66px;
  margin: 0 -100px;
  padding: 0 100px;
  position: relative;
}
#wrapper .affiche-tabs ul {
  padding: 0;
  margin: 0;

}
#wrapper .affiche-tabs ul li {
  padding: 0;
  margin: 0;
  background: none;
  float: left;
  width: 13.623%;
  height: 66px;
  border-right: 1px solid #ccac6f;
  background-image:url('../img/affiche-tabs_after.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  text-align: center;
}
#wrapper .affiche-tabs ul li:last-child{
  border-right: none;
}
#wrapper .affiche-tabs ul li a {
  color: #008494;
  font-size: 15px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  text-decoration: none;
  display: table-cell;
  width: 232px;
  height: 66px;
  position: relative;
  top: 1px;
  vertical-align: middle;
  line-height: 17px;
}
#wrapper .affiche-tabs ul li a:hover {
  text-decoration: underline;
}
#wrapper .affiche-tabs ul li a:hover span {
  text-decoration: underline;
  color:#db507d;
}
#wrapper .affiche-tabs ul li .affiche-tabs-item {
  display: block;
  width: 100%;
  height: 66px;
}
#wrapper .affiche-tabs ul li a span {
  display: block;
  color: #393185;
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 4px;
}
#wrapper .affiche-tabs ul li.current a {
  background: url('../img/schedule-tabs-current.png') top left repeat-x;
  height: 65px;
  border: 1px solid #393185;
  top: 1px;
  border-bottom: 0;
  position: relative;
}
#wrapper .affiche-tabs ul li.current a:after{
  content:"";
  position: absolute;
  left:0;
  right:0;
  bottom: 0;
  background-image: url('../img/body-bg.jpg');
  height:1px;
}
#content .affiche-tabs ul li:first-child.current a {
  padding-left: 1px;
}
#wrapper .affiche-tabs ul li.current a span {
  color: #db507d;
}
noindex:-o-prefocus, #wrapper .affiche-tabs ul li.current a {
  background-position: 0 1px;
  height: 46px;
}
/* --- affiche end --- */
/* --- archive --- */
#content .archive {
  margin: 30px -30px 0;
  background-repeat: repeat-x; 
  background-position: top left; 
  height: 46px;
}
#content .archive.affiche-tabs ul  {
  margin: 0 auto;
  width: 100%;
}
#content .archive.affiche-tabs ul li {
  padding: 0;
  margin: 0;
  float: left;
  width: 8.3%;
  height: 45px;
  border: 0;
}
#content .archive.affiche-tabs ul li.disabled {
  color: #761D52;
  cursor: default;
}
#content .archive.affiche-tabs ul li a {
  display: table-cell;
  width: 76px;
  height: 45px;
}
#content .archive.affiche-tabs ul li:last-child a,
#content .archive.affiche-tabs ul li:last-child span {
  background: none;
}
#content .archive.affiche-tabs ul li a:hover {
  text-decoration: underline;
  color: #ec8513;
}
#content .archive.affiche-tabs ul li a:hover span {
  text-decoration: underline;
}
#content .archive.affiche-tabs ul li .affiche-tabs-item {
  display: table-cell;
  vertical-align: middle;
  width: 77px;
  height: 45px;
}
#content .archive.affiche-tabs ul li.current .affiche-tabs-item{
  padding: 0 0 0 1px;
}
#content .archive.affiche-tabs ul li a span {
  display: block;
  color: #9dce28;
  line-height: 14px;
}
#content .archive.affiche-tabs ul li.current {
  margin: 0 0 0 -1px;
  padding: 0 1px 0 0;
}
#content .archive.affiche-tabs ul li.current a {
  border-bottom: 0;
}
noindex:-o-prefocus, #content .archive.affiche-tabs ul li.current a {
  background-position: 0 1px;
  height: 46px;
}

/* --- hallplan --- */
#content .hallplan {
  margin: 20px auto;
  width: 1096px;
  max-width: 100%;
}
#content .hallplan .left {
  float: left;
  width: 756px;
}
#content .hallplan .right {
  width: 260px;
  float: right;
}
#content .hallplan .sidebar {
  background: url('../img/sidebar-pattern.png');
  border: 1px solid #ccac6f;
  padding: 0 15px;
}
#content .hallplan .sidebar .presale {
  min-height: 68px; 
  background: #ae2603 url('../img/sidebar-presale-bg.png') repeat-x top left;
  margin: -1px -16px 12px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
#content .hallplan .sidebar .presale:after {
  content: "";
  border-top: 10px solid #ae2603;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  width: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
#content .hallplan .sidebar .presale .title {
  font-family: 'PF_DinDisplay_Pro';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 0 10px;
}
#content .hallplan .sidebar .presale .desc {
  color: #ffefd6;
}
#content .hallplan .sidebar .presale .desc a {
  color: #ffefd6;
}
#content .hallplan .sidebar .item {
  font-size: 13px;
  margin: 9px 0 10px;
}
#content .hallplan .sidebar .item .label {
  font-size: 20px;
  margin: 0 0 1px;
  color: #008494;
  font-family: 'PF_DinDisplay_Pro';
}
#content .hallplan .sidebar .item .field {
  font-size: 16px;
}
#content .hallplan .sidebar .item .field a {
  color: #EC8513;
}
#content .hallplan .sidebar .item.time .field span {
  display: inline-block;
  width: 51px;
  height: 22px;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 3px 0 5px;
  padding: 4px 0 0;
  text-align: center;
}
#content .hallplan .sidebar .item.places {
  margin: 11px 0 16px;
}
#content .hallplan .sidebar .item.places .label {
  margin: 0 0 3px;
}
#content .hallplan .sidebar .item.places .field {
  line-height: 17px;
}
#content .hallplan .sidebar .item.places .field span{
  display: block;
}
#content .hallplan .sidebar .item.seance .field:first-letter {
  text-transform: uppercase;
}
#content .hallplan .sidebar .item.bonusCard {
  padding: 16px 0 0;
  border-top: 1px solid #ccac6f;
}
#content .hallplan .sidebar .item.payment {
  margin: 9px 0 10px;
  padding: 16px 0 0;
  border-top: 1px solid #ccac6f;
}
#content .hallplan .sidebar .item.payment .field {

}
#content .hallplan .sidebar .item.payment .field .payment-item {
  margin: 5px 0 0px;
}
#content .hallplan .sidebar .item.payment .field .payment-item label {
  color: #462a08;
  margin: 0 0 5px;
}
#content .hallplan .sidebar .item.payment .field .payment-item .radio-label {
  max-width: 175px;
}
#content .hallplan .sidebar .item.price,
#content .hallplan .sidebar .item.fee {
  margin: 10px 0 10px;
}
#content .hallplan .sidebar .item.price .label,
#content .hallplan .sidebar .item.price .field,
#content .hallplan .sidebar .item.fee .label,
#content .hallplan .sidebar .item.fee .field,
#content .hallplan .sidebar .item.total .label,
#content .hallplan .sidebar .item.total .field {
  display: inline-block;
  vertical-align: top;
}
#content .hallplan .sidebar .item.price .field,
#content .hallplan .sidebar .item.total .field,
#content .hallplan .sidebar .item.fee .field {
  margin: 0 0 0 4px;
}
#content .hallplan .sidebar .item.total {
  margin: 14px 0 14px;
  padding: 16px 0 0;
  border-top: 1px solid #ccac6f;
}
#content .hallplan .sidebar .buttons {
  text-align: center;
  margin: 12px 0 28px;
}
#content .hallplan .sidebar .buttons a.clear {
  font-size: 16px;
  color: #393185;
  text-decoration: none;
  border-bottom: 1px dashed #393185;
  margin: 5px 0 0;
  display: inline-block;
}
#content .hallplan .sidebar .buttons a.clear:hover {
  padding: 0 0 1px;
  border: 0;
}
#content .hallplan .legend {
  margin: 20px 0 0;
}
#content .hallplan .legend .legend-item {
  margin: 0 0 10px 9px;
  float: left;
  width: 230px;
}
#content .hallplan .legend .legend-item:nth-child(3n) {
  //margin: 0 0 10px 36px;
  //width: 190px;
}
#content .hallplan .legend .legend-item i{
  width: 28px;
  height: 34px;
  display: inline-block;
  vertical-align: -8px;
  background: url('../img/hallplan-place.png') no-repeat;
  background-repeat: no-repeat;
  margin: 0 11px 0 0;
}

#content .hallplan .sidebar .item.time .field span.hall-1 { background-color: #83992b; }
#content .hallplan .sidebar .item.time .field span.hall-2 { background-color: #c82d72; }
#content .hallplan .sidebar .item.time .field span.hall-3 { background-color: #3e7da1; }
#content .hallplan .sidebar .item.time .field span.hall-4 { background-color: #8c2890; }
#content .hallplan .sidebar .item.time .field span.hall-5 { background-color: #c9121e; }
#content .hallplan .sidebar .item.time .field span.hall-6 { background-color: #da5c21; }
/* --- hallplan end --- */

/* --- hall-plan --- */
#content .hall-plan {

}
#content .hall-plan .buttons {
  margin: 20px 0 0;
  padding: 0 0 21px;
  color: #462a08;
  background: url('../img/dashed-border-horizontal.png') repeat-x bottom left;
}
#content .hall-plan .buttons .updtime {
  line-height: 15px;
  display: table-cell;
  height: 25px;
  vertical-align: middle;
}
#content .hall-plan .buttons .refresh-time {

}
#content .hall-plan .buttons .button {
  margin: 0 19px 0px 0;
  float: left;
}
#content .hall-plan .buttons .error {
  width: 379px;
  padding: 5px 5px 6px;
  float: right;
  font-size: 14px;
  color: #FFF;
  background: #c00e51;
  text-align: center;
  margin: 0 0 0 20px;
  line-height: 34px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height:34px;
  overflow: hidden;
}
#content .hall-plan .buttons .error ul {
  padding: 0;
  margin: 0;
}
#content .hall-plan .buttons .error ul li {
  padding: 0;
  margin: 0;
  background: none;
}
#content .hall-plan .price-range,
#content .hall-plan .date {
  font-size: 16px;
  margin: 0px 0 11px;
}
#content .hall-plan .date {
  float: left;
}
#content .hall-plan .price-range {
  float: right;
}
#content .hall-plan .date:first-letter {
  text-transform: uppercase;
}
#content .hall-plan .hall-helper {
  color: #e00303;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 11px 0 17px;
  text-align: left;
}
#content .hall-plan .hall-name {
  color: #008494;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  margin: 11px 0 17px;
  text-align: center;
}
#content .hall-plan .wrapper {
  padding: 0 0 40px;
  background: url('../img/dashed-border-horizontal.png') repeat-x bottom left;
}
#content .hall-plan .hall {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  position:relative;
}
#content .hall-plan .hall .display {
  background: url('../img/display_bg.png');
  text-align: center;
  color: #462a08;
  font-size: 16px;
  height: 34px;
  padding: 6px 0 0;
  margin: 0 0 37px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
#content .hall-plan.hall-8 .hall .display{
  height: 4px;
  margin-left: -28px;
  padding-top: 15px;
}
#content .hall-plan.hall-7 .hall .display{
  height: 1px;
  padding-top: 21px;
}
#content .hall-plan.hall-6 .hall .display{
  height: 4px;
  margin-left: -60px;
  padding-top: 27px;
}
#content .hall-plan.hall-5 .hall .display{
  height: 4px;
  padding-top: 24px;
}
#content .hall-plan.hall-4 .hall .display{
  height: 4px;
  padding-top: 30px;
  margin-right: -47px;
}
#content .hall-plan.hall-3 .hall .display{
  height: 4px;
  padding-top: 30px;
  margin-left: -50px;
}
#content .hall-plan.hall-2 .hall .display{
  height: 4px;
  padding-top: 24px;
}
#content .hall-plan.hall-1 .hall .display{
  height: 4px;
  padding-top: 28px;
  margin-right: -54px;
}
#content .hall-plan .hall .passage{
  -webkit-transform: rotate(-90deg); /* Chrome y Safari */
  -moz-transform: rotate(-90deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
  -o-transform: rotate(-90deg); /* Opera */
  background:#f8ebd2;
  border: 2px solid #ccac6f;
  width: 200px;
  height:30px;
  position: absolute;
  bottom: 0;
  color: #462a08;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#content .hall-plan.hall-1 .hall .passage{
  right: -23px;
  width: 320px;
  bottom: 146px;
}
#content .hall-plan.hall-2 .hall .passage{
  left: 55px;
  width: 200px;
  bottom: 82px;
}
#content .hall-plan.hall-3 .hall .passage{
  left: -34px;
  width: 320px;
  bottom: 146px;
}
#content .hall-plan.hall-4 .hall .passage{
  right: -23px;
  width: 320px;
  bottom: 146px;
}
#content .hall-plan.hall-5 .hall .passage{
  left: 55px;
  width: 200px;
  bottom: 82px;
}
#content .hall-plan.hall-6 .hall .passage{
  left: -34px;
  width: 320px;
  bottom: 146px;
}
#content .hall-plan.hall-7 .hall .passage{
  left: 53px;
  width: 250px;
  bottom: 108px;
}
#content .hall-plan.hall-8 .hall .passage{
  right: 94px;
  width: 235px;
  bottom: 104px;
}
#content .hall-plan .hall ul {
  margin: 0;
  padding: 0;
} 
#content .hall-plan .hall ul li {
  padding: 1px 0 0;
  height: 40px;
  margin: 0;
  background: none;
  color: inherit;
} 
#content .hall-plan .hall .number-left, #content .hall-plan .hall .number-right {
  width: 28px;
  height: 28px;
  background: url('../img/hallplan-row.png');
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}
#content .hall-plan .hall .number-left {
  background-position: bottom right;
  padding: 6px 2px 0px 0px;
  float: left;
} 
#content .hall-plan .hall .number-right {
  background-position: top left;
  padding: 4px 0px 0 2px;
  float: right;
  margin-left: 6px;
} 
#content .hall-plan .hall .rows {
  margin: 2px 0 0;
} 
#content .hall-plan .hall .rows .item {
  width: 28px;
  height: 34px;
  color: #A3AE6C;
  text-align: center;
  font-size: 10px;
  float: right;
  background: url('../img/hallplan-place.png') no-repeat;
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  margin: 1px 0 0 4px;
} 
#content .hall-plan .hall li.margin-top {
  margin-top: 32px;
}
#content .hall-plan .hall .rows .item.margin-two-left {
  margin-left: 64px;
}
#content .hall-plan .hall .rows .item.margin-two-right {
  margin-right: 64px;
}
#content .hall-plan .hall .rows .item.margin-four-right {
  margin-right: 128px;
}
#content .hallplan .legend .legend-item.empty i,
#content .hall-plan .hall .rows .item.empty {
  background-position: 0 0px;
} 
#content .hallplan .legend .legend-item.babl i,
#content .hall-plan .hall .rows .item.dbox {
  background-position: 0 -204px;
} 
#content .hall-plan .hall .rows .item.empty {
  cursor: pointer;
}
#content .hallplan .legend .legend-item.selected i,
#content .hall-plan .hall .rows .item.selected {
  background-position: 0 -68px!important;
} 
#content .hall-plan .hall .rows .item.selected {
  cursor: pointer;
}
#content .hallplan .legend .legend-item.sold i,
#content .hall-plan .hall .rows .item.sold {
  background-position: 0 -136px!important;
} 
#content .hallplan .legend .legend-item.buy i,
#content .hall-plan .hall .rows .item.buy {
  background-position: 0 -102px;
} 
#content .hallplan .legend .legend-item.booked i,
#content .hall-plan .hall .rows .item.booked,
#content .hall-plan .hall .rows .item.invader {
  background-position: 0 -136px;
} 
#content .hall-plan .hall .rows .item.empty:hover {
  background-position: 0 -34px;
} 
#content .hall-plan .hall .rows .item.selected.empty:hover {
  background-position: 0 -68px;
} 
#content .hall-plan .hall .rows .item.disabled,
#content .hall-plan .hall .rows .item.disabled:hover {
  background-position: initial;
  opacity: 0.4;
  cursor: default;
} 
#content .hall-plan .hall .rows .item .place-info {
  width: 81px;
  height: 68px;
  background-image: url('../img/schedule-item-popup.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 19px;
  left: -31px;
  text-indent: 0;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  display: none;
  padding: 2px 0 0;
  z-index: 20;
  pointer-events: none;
}
#content .hall-plan .hall .rows .item .place-info .info-item{
  height: 15px;
  padding: 1px 0 0;
}
#content .hall-plan .buttons.hall-4-helper {
  margin: 0 0 20px;
}
#content .hall-plan .hall-4-helper {
  display: none;
}
#content .hall-plan.hall-4 .hall-4-helper {
  display: block;
}
#content .hall-plan.hall-4 .price-range  .hall-4-helper {
  display: inline;
}
#content .hall-plan.hall-4 .hall .rows .item .place-info .info-item {
  white-space: nowrap; 
}
/* --- hall 0 --- */
#content .hall-plan.hall-0 .rows{
  width: 582px;
}
#content .hall-plan.hall-0 ul li:nth-child(1) .item:first-child,
#content .hall-plan.hall-0 ul li:nth-child(2) .item:first-child,
#content .hall-plan.hall-0 ul li:nth-child(3) .item:first-child,
#content .hall-plan.hall-0 ul li:nth-child(4) .item:first-child {
  margin-right: 69px;
}
#content .hall-plan.hall-0 ul li:nth-child(1) .item:nth-child(8),
#content .hall-plan.hall-0 ul li:nth-child(2) .item:nth-child(8),
#content .hall-plan.hall-0 ul li:nth-child(3) .item:nth-child(8),
#content .hall-plan.hall-0 ul li:nth-child(4) .item:nth-child(8),
#content .hall-plan.hall-0 ul li:nth-child(5) .item:nth-child(11),
#content .hall-plan.hall-0 ul li:nth-child(6) .item:nth-child(11),
#content .hall-plan.hall-0 ul li:nth-child(7) .item:nth-child(11),
#content .hall-plan.hall-0 ul li:nth-child(8) .item:nth-child(11) {
  margin-right: 46px; 
}
/* --- hall 1 --- */
#content .hall-plan.hall-1 .rows{
  width: 416px;
  margin: 2px auto 0;
}

/* --- hall 2 --- */
#content .hall-plan.hall-2 .rows{
  width: 384px;
  margin: 2px auto 0;
}
#content .hall-plan.hall-2 ul li:nth-child(1) .item:first-child{
  margin-right:32px;
}

/* --- hall 3 --- */
#content .hall-plan.hall-3 .rows{
  width: 448px;
  margin: 2px auto 0;
}
#content .hall-plan.hall-3 ul li:nth-child(1) .item:first-child{
  margin-right:192px;
}
#content .hall-plan.hall-3 ul li:nth-child(2) .item:first-child,
#content .hall-plan.hall-3 ul li:nth-child(3) .item:first-child{
  margin-right:96px;
}
#content .hall-plan.hall-3 ul li:nth-child(4) .item:first-child,
#content .hall-plan.hall-3 ul li:nth-child(5) .item:first-child{
  margin-right:64px;
}
#content .hall-plan.hall-3 ul li:nth-child(6) .item:first-child,
#content .hall-plan.hall-3 ul li:nth-child(7) .item:first-child{
  margin-right:32px;
}
/* --- hall 4 --- */
#content .hall-plan.hall-4 .rows{
  width: 416px;
  margin: 2px auto 0;
}
/* --- hall 5 --- */
#content .hall-plan.hall-5 .rows{
  width: 384px;
  margin: 2px auto 0;
}
#content .hall-plan.hall-5 ul li:nth-child(1) .item:first-child{
  margin-right:32px;
}
/* --- hall 6 --- */
#content .hall-plan.hall-6 .rows{
  width: 416px;
  margin: 2px auto 0;
}
#content .hall-plan.hall-6 ul li:nth-child(1) .item:first-child{
  margin-right:160px;
}
#content .hall-plan.hall-6 ul li:nth-child(2) .item:first-child,
#content .hall-plan.hall-6 ul li:nth-child(3) .item:first-child{
  margin-right:64px;
}
#content .hall-plan.hall-6 ul li:nth-child(4) .item:first-child,
#content .hall-plan.hall-6 ul li:nth-child(5) .item:first-child{
  margin-right:32px;
}
/* --- hall 7 --- */
#content .hall-plan.hall-7 .rows{
  width:320px;
  margin: 2px auto 0;
}
#content .hall-plan.hall-7 .rows .item{
  float:left;
  margin: 1px 4px 0 0;
}
#content .hall-plan.hall-7 ul li:nth-child(1) .item:first-child,
#content .hall-plan.hall-7 ul li:nth-child(3) .item:first-child{
  margin-left:32px;
}
#content .hall-plan.hall-7 ul li:nth-child(4) .item:first-child{
  margin-left:83px;
}
#content .hall-plan.hall-7 ul li:nth-child(6) .item:first-child{
  margin-left:64px;
}
/* --- hall 8 --- */
#content .hall-plan.hall-8 .rows{
  width:256px;
  margin: 2px auto 0;
}
#content .hall-plan.hall-8 ul li:nth-child(1) .item:first-child,
#content .hall-plan.hall-8 ul li:nth-child(3) .item:first-child,
#content .hall-plan.hall-8 ul li:nth-child(6) .item:first-child{
  margin-right:32px;
}
#content .hall-plan.hall-8 ul li:nth-child(4) .item:first-child{
  margin-right:64px;
}
#content .hall-plan.hall-8 ul li:nth-child(6) .item:last-child{
  margin-right:32px;
}



#modalwindow .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1001;
  display: none;
}
.ui-widget-overlay{
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget-overlay.transparent {
  filter: alpha(opacity=0);
  opacity: 0;
}
.ui-front {
  z-index: 100;
}
#modalwindow .message-box, .ui-dialog{
  width: 280px;  
  z-index: 1002;  
  top: 50%;
  left: 50%;
  margin-left: -142px;
  padding: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 10px 0 10px 10px;
  -moz-border-radius: 10px 0 10px 10px;
  -webkit-border-radius: 10px 0 10px 10px;
  outline: none;
}
#modalwindow .message-box{
  width:320px;
}
#modalwindow .message-box{
  position: fixed;
  background:#f7e2bb;
  padding-bottom: 20px;
}
.ui-dialog{
  background: #db507d;
  position: absolute;
}
#modalwindow .message-box .message-box-close {
  width: 27px;
  height: 27px;
  background: url('../img/close-box-button.png');
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
#modalwindow .message-box .message-box-title, .ui-dialog .ui-dialog-title{
  font-size: 20px;
  background:#f7e2bb;  
  border-bottom: 1px solid #ead1a2;
  padding: 8px 20px 7px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
}
#modalwindow .message-box .message-box-title{
  color: #008494;
}
.ui-dialog .ui-dialog-title{
  color: #FFF;
}
.ui-dialog.dialog-auth-form{
  top:100px!important;
}
.ui-dialog.dialog-auth-form #accordion{
}
.ui-dialog.dialog-auth-form .ui-dialog-titlebar{
  display: none;
}
.ui-dialog.dialog-auth-form h5{
  color:#FFF;
  background:#d23f6a;
  font-size: 22px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  border-top:1px solid #ec8fb3;
  margin: 0;
  height:51px;
  outline: none;
  width:100%;
  text-align: center;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
.ui-dialog.dialog-auth-form h5.ui-accordion-header-active{
  border-top:none;
  border-bottom: 1px solid #ec8fb3;
  background: none;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
}
.ui-dialog.dialog-auth-form h5.ui-accordion-header-active p{
  border: none;
}
.ui-dialog.dialog-auth-form h5:first-child{
  border-bottom: 1px solid #ec8fb3;
  border-top:none;  
  position: relative;
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.ui-dialog.dialog-auth-form h5:first-child:after{
  content:"";
  position: absolute;
  right: 0;
  top:-10px;
  background-image: url('../img/auth_title.png');
  width:10px;
  height:10px;
  background-position: bottom;
}.ui-dialog.dialog-auth-form h5.ui-accordion-header-active:first-child:after{
  background-position: top;
}
.ui-dialog.dialog-auth-form h5 p{
  display: inline-block;
  margin: 14px auto 0;
  vertical-align: middle;
  border-bottom: 1px dotted #FFF;
  text-transform: uppercase;
  font-weight:400;
}
.form-item .form-item-field p{
  color:#FFF;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-size: 20px;
  margin: 0 0 12px;
}
.ui-dialog.dialog-auth-form .form-item .form-item-field input[type="text"],
.ui-dialog.dialog-auth-form .form-item .form-item-field input:not([type="submit"]){
  color:#FFF;
  background:#c54870;
  border-color:#efaebf;
  width:220px;
}
.ui-dialog.dialog-auth-form .checkbox .checkbox-label{
  color:#FFF;
  font-size: 20px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
}
.ui-dialog.dialog-auth-form .checkbox .jq-checkbox{
  background:none;
  border:none;
  background-image: url('../img/checkbox2.png');
}
.ui-dialog.dialog-auth-form .checkbox:hover .jq-checkbox{
  border:none;
}
.ui-dialog.dialog-auth-form .checkbox .jq-checkbox.checked{
  background-position:0 -42px;
  border: none;
}
.ui-dialog.dialog-auth-form .button{
  color:#c00e51;
  height:48px;
  line-height:48px;
  background:#f8d4e2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: none;
  margin-bottom: 20px;
  min-width: 180px;
  outline: none;
  cursor:pointer;
  font-weight: 400;
}
.ui-dialog.dialog-auth-form .button:hover{
  background:#FFF;
}
.ui-dialog .ui-dialog-title{
  background:none;
  border-bottom:none;
}
.form-item .form-item-field .label{
  display:none;
}
.auth-form .recovery {
  text-align: center;
  font-size: 16px;
  margin: 8px 11px 15px;
}
.auth-form .recovery a{
  color:#FFF;
}
.auth-form .remember {
  font-size: 16px;
  margin: 15px auto 15px;
  text-align: center;
  display: block;
}
.dialog-profile_dialog .ui-dialog-titlebar{
  display:none;
}
.dialog-profile_dialog h5{
  color:#FFF;
  font-size: 22px;
  background:#d23f6a;
  border-bottom: 1px solid #ec8fb3;
  height: 51px;
  line-height: 51px;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.dialog-profile_dialog h5.user_name{
  overflow: visible;
  height: auto;
  line-height: 22px;
  padding: 14px 0;
}
.dialog-profile_dialog h5:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  background-image: url('../img/auth_title.png');
  width: 10px;
  height: 10px;
  background-position: bottom;
}
.dialog-profile_dialog ul{
  text-align: left;
  padding-left: 30px;
  margin-top:18px;
}
.dialog-profile_dialog li a{
  color:#FFF;
  font-size: 20px;
}
.dialog-profile_dialog li{
  margin-bottom:13px;
}
.ui-dialog.no-close-button .ui-dialog-titlebar-close {
  display: none;
}
.reg-form .dialog-footer, .auth-form .dialog-footer {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ae8a44;
  padding: 19px 0px 0px;
  margin: 20px 0 0;
}
.reg-form,.profile_dialog{
  display:none;
}
.reg-form .social, .auth-form .social{
  margin-bottom: 20px;
}
.reg-form .social .label, .auth-form .social .label {
  color: #FFF;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight:100;
  font-size: 16px;
  padding: 0 15px;
  margin: 0 0 11px;
}
#auth-form{
  display:none;
}
#reg-form .statuses, #auth-form .statuses {
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  margin: 15px 0px;
  display: none;
}
#reg-form .statuses.error, #auth-form .statuses.error {
  background: #c00e51;
  border-top: 1px solid #a70b43;
  border-bottom:1px solid #a70b43;
  padding: 7px 0;
}
#reg-form .statuses span, #auth-form .statuses span {
  padding: 5px 0px;
  line-height: 20px;
  color:#FFF;
}
#modalwindow .message-box .message-box-desc ,.ui-dialog .ui-dialog-content{
  padding: 0px 0px;
  line-height: 18px;
}
#modalwindow .message-box .message-box-desc p {
  margin: 14px 0;
  font-size: 16px;
  padding: 0 20px;
  line-height: 20px;
}
#modalwindow .message-box .message-box-desc p .open-auth{
  color: #393185;
  cursor:pointer;
  text-decoration: underline;
}
#modalwindow .message-box .message-box-desc p .open-auth:hover{
  text-decoration: none;
}
#modalwindow .message-box .message-box-desc small {
  color: #1b8794;
  font-size: 16px;
  line-height: 18px;
}
.message-box .total {
  font-size: 16px;
  margin: 13px 0 18px
}
.message-box .pay-system-item {
  margin: 0 23px 10px;
  display: block;
  text-align: left;
}
.message-box .label {
  color: #1b8794;
}
#modalwindow .message-box .message-box-desc .buttons {
  margin: 0 -20px;
}
#modalwindow .message-box .message-box-desc .buttons .button:first-child {
  margin: 0 7px 0 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 20px 0 0;
  position: relative;
}

.quick-auth .bottom_link, .quick-pay .bottom_link {
    padding: 10px 0 0;
    font-size: 16px;
}
#modalwindow .quick-auth .links {
    margin: 20px 0;
}
#modalwindow .quick-auth .links a{
  font-size: 16px;
}
#modalwindow .quick-auth .links a.reg_link {
    padding: 0 10px;
}
#modalwindow .quick-auth .remember {
    margin: 9px 0 20px;
}
#modalwindow .quick-auth .remember label{
  font-size: 20px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  display: inline-block;
  cursor: pointer;
  color: #393185;
}
#modalwindow .message-box .quick-auth .remember .checkbox-label {
    display: inline-block;
    vertical-align: bottom;
}
#modalwindow .quick-auth .jq-checkbox {
    border: 2px solid #dcbd7e;
    box-sizing: border-box;
    background: #fdeac2;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    cursor: pointer;
}
#modalwindow .quick-auth label:hover .jq-checkbox{
    border-color: #db507d;
}
#modalwindow .quick-auth .jq-checkbox.checked {
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
}
#modalwindow .quick-auth .social-auth{
  margin-top: 20px;
  margin-bottom: 5px;
}
#modalwindow .quick-auth .social-auth .label {
    font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
    color:#393185;
    font-size: 20px;
    padding: 0 15px;
    margin: 0 0 11px;
}
#modalwindow .quick-auth .social-auth ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 7px 0 0;
    vertical-align: top;
}
#modalwindow .quick-auth .social-auth ul li a {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/social.png) no-repeat;
}
#modalwindow .quick-auth .social-auth ul li.fb a{
  background-position: -100px 0;
}
#modalwindow .quick-auth .social-auth ul li.vk a{
  background-position: -50px 0;
}
#modalwindow .quick-auth .social-auth ul li.gp a{
  background-position: -200px 0;
}
#modalwindow .quick-auth .social-auth ul li.fb a:hover{
  background-position: -100px -50px;
}
#modalwindow .quick-auth .social-auth ul li.vk a:hover{
  background-position: -50px -50px;
}
#modalwindow .quick-auth .social-auth ul li.gp a:hover{
  background-position: -200px -50px;
}

.best-reviews {
  background: url('../img/2px-border.png') repeat-x top left;
  padding: 28px 0 33px;
}
.best-reviews .review-items {
  background: none;
  padding: 1px 0 5px;
  margin: 25px 0 0;
}
.best-reviews .buttons {
  text-align: center;
  margin: -20px 0 0;
}
.best-reviews .buttons .button {
  min-width: 140px;
}
.best-reviews h2 {
  margin: -4px 0 30px; 
}
.faq-items,
.review-items {

}
.faq-items {
  position: relative;
}
.faq-items:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #161018;
  background: rgba(22, 16, 24, 0.7);
  background-image: url('../img/comment-loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 120px;
  z-index: 105;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;

  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.faq-items.loading:before {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}
.faq-items .faq-container:first-child,
.review-items .review-container:first-child {
  margin-top: 0;
}
.faq-items .faq-container,
.review-items .review-container {
  padding: 0 0 6px;
  background: url('../img/2px-border.png') repeat-x bottom left;
  margin: 31px 0 0;
}
.review-items .review-container {
  margin: 15px 0 0;
  padding: 0 0 20px;
  background: none;
}
.review-items .review-container:empty {
  display: none;
}
.faq-items .faq-item,
.review-items .review-item {
  margin: 0 0 26px;


}
.review-items .review-item .review-body {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.review-items .review-item.faded > .review-body {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.review-items .review-item.faded.editable > .review-body,
.review-items .review-item.faded.opened > .review-body,
.review-items .review-item > .review-body:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.review-items .review-item:hover {

}
.review-items .review-item {
  margin: 0;
}
.review-item .review-item .review-item .review-item .review-item .review-item .review-item .review-item .review-item .review-item {
  margin-left: 0;
}
.review-items .review-item .review-item {
  margin-top: 34px;
  margin-left: 0;
}
.review-items .review-container .review-item .review-item {
  margin: 34px 0 0 30px;
}
.faq-items .faq-item.question {

}
.faq-items .faq-item.answer {
  margin-left: 20px;
}
.faq-items .faq-item .faq-header,
.review-items .review-item .review-header {
  margin: 1px 0 10px;
}
.review-items .review-item .review-header {
  margin: 1px 0 10px 39px;
  position: relative;
}
.review-items .review-item .review-footer {
  text-align: right;
  margin: 12px 0 0;
  float: right;
}
.review-items .review-item .review-footer .comments {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 8px 0 0;
  padding: 0 0 0 0px;
  min-width: 69px;
}
.review-items .review-item .review-footer .comments:before {
  content: "";
  width: 18px;
  height: 16px;
  background: url('../img/review-icons.png') no-repeat;
  background-position: 0 0px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}
.review-items .review-item .review-footer .comments:empty:before {
  content: none;
}

.review-items .review-item .review-footer .review-vote {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 20px 0 15px;
  position: relative;
}
.review-items .review-item .review-footer .review-reply {
  display: inline-block;
  vertical-align: middle;
  margin: 0 21px 0 5px;
}
.review-items .review-item .review-footer .vote {
  background: url('../img/review-icons.png') no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  opacity: 0.3;

  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.review-item .review-footer .review-vote.ready .vote {
  pointer-events: all;
  opacity: 1;
}
.review-items .review-item .review-footer .review-vote-plus {
  background-position: -36px 0px;
  vertical-align: initial;
}
.review-items .review-item .review-footer .review-vote-minus {
  background-position: -18px 0px;
  vertical-align: bottom;
}
.review-items .review-item .review-footer .review-vote-plus:hover {
  background-position: -36px -18px;
}
.review-items .review-item .review-footer .review-vote-minus:hover {
  background-position: -18px -18px;
}
.review-items .review-item .review-footer .review-vote-plus.disabled {
  background-position: -36px -36px;
  cursor: default;
}
.review-items .review-item .review-footer .review-vote-minus.disabled {
  background-position: -18px -36px;
  cursor: default;
}
.review-items .review-item .review-footer .review-vote-plus.voted {
  background-position: -36px 1px;
  cursor: default;
}
.review-items .review-item .review-footer .review-vote-minus.voted {
  background-position: -18px 1px;
  cursor: default;
}
.review-items .review-item .review-footer .review-rating {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  text-align: center;
  padding: 0 5px;
}
.review-item .review-footer .review-vote.loading .review-rating{
  color: transparent;
}
.review-item .review-footer .review-vote.loading:after {
  content: "";
  width: 40px;
  height: 26px;
  position: absolute;
  top: -3px;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('../img/small-loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.faq-items .faq-item .faq-name,
.faq-items .faq-item .faq-date,
.review-items .review-item .review-name,
.review-items .review-item .review-date {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
  min-height: 20px;
  position: relative;
}
.faq-items .faq-item .faq-name,
.review-items .review-item .review-name {
  color: #393185;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq-items .faq-item .faq-name {
  max-width: 300px;
}
.review-items .review-item .review-name {
  margin: 0 11px 0 9px;
}
.review-items .review-item .cinema-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.review-items .review-item .cinema-icon.goodwin {
  background: url('https://goodwincinema.ru/favicon.png');
}
.review-items .review-item .cinema-icon.kinopolis {
  background: url('https://kino-polis.ru/favicon.png');
  margin-top: 0px;
}
.review-items .review-item .cinema-icon.kinojam {
  background: url('https://kinojam.net/img/favicon.png');
}
.review-items .review-item .cinema-icon.karamel {
  background: url('https://kinokaramel.net/img/favicon.png');
}
.review-items .review-item .cinema-icon.barguzin {
  background: url('https://barguzin.net/img/favicon.png');
  margin-top: -3px;
}
.review-items .review-item .cinema-icon.kapital {
  background: url('https://capitalcinema.ru/img/favicon.png');
}
.review-items .review-item .review-from {
  display: inline-block;
  vertical-align: bottom;
  color: #15d6af;
}
.review-items .review-item .review-from span {
  color: #462a08;
  margin: 0 7px 0 0;
}
.review-items .review-item .review-header:before {
  content: "";
  background: url('../img/user-icons.png') no-repeat 0 -50px;
  width: 20px;
  height: 25px;
  margin: 0;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  left: -24px;
  bottom: -2px;
}
.review-items .review-item .review-header.woman:before {
  background-position: 0 0px;
}
.review-items .review-item .review-header.man:before {
  background-position: 0 -25px;
}
.faq-items .faq-item .faq-date,
.review-items .review-item .review-date {
  color: #462a08;
}
.faq-items .faq-item .faq-content,
.review-items .review-item .review-content {
  position: relative;
  padding: 8px 15px 10px;
  border: 1px solid #dec18a;
  background: rgba(255,255,255,.1);
  overflow: hidden;
  clear: both;
}
.review-items .review-item.blocked > .review-body .review-content,
.review-items .review-item.blocked > .review-content {
  font-style: italic;
  color: #C287AA;
}
.faq-items .faq-item .faq-date:before,
.review-items .review-item .review-date:before {
  content: "";
  background: url('../img/faq-item-corner.png') no-repeat top left;
  width: 12px;
  height: 13px;
  right: -27px;
  top: 18px;
  position: absolute;
  z-index: 10;
}
.faq-items .faq-item.answer .faq-date:before,
.review-items .review-item.answer .review-date:before {
  background-position: bottom left;
}

.faq-items .faq-item.answer .faq-content p,
.review-items .review-item.answer .review-content p {
  margin: 0;
}
.review-items .review-container + .no-comments {
  display: none;
}
.review-items {
  background-image: url('../img/dotted-border-horizontal.png');
  background-repeat: repeat-x;
  padding: 25px 0 20px;
  margin: 25px 0 0;
}
.review-items .no-comments {
  color: #462a08;
}
.review-items .review-item .hidden {
  display: none;
}
.review-items.loading:before {
  content: "";
  width: 84px;
  height: 19px;
  display: inline-block;
  background: url('../img/comment-loading.gif') no-repeat;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -13px;
}
.review-item.loading form {
  position: relative;
}
.review-item.loading form:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22,16,24, 0.6) url('../img/comment-loading.gif') no-repeat center center;
  position: absolute;
  display: block;
}
.review-item .admin-actions {
  float: right;
  margin: 14px 11px 0 5px;
}
.review-item .admin-actions a {
  display: inline-block;
  vertical-align: middle;
}
.review-item .admin-actions .edit-group {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0px 0 0;
  display: none;
}
.review-item .admin-actions .edit-group li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
  background: none;
}
.review-item .admin-actions .edit {
  margin: -1px 0px 0 0;
}
.review-item .review-mail {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 26px;
  font-size: 11px;
}
.review-item .review-name input[type="text"] {
  width: 180px;
}
.review-item .review-content textarea {
  width: 100%;
  height: 82px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#write-review {
  text-decoration: none;
  padding: 5px 0 28px;
  display: none;
  cursor: pointer;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #393185;
}
#write-review span {
  border-bottom: 1px dashed;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #393185;
}
#write-review:hover span {
  border-bottom: 0;
  padding: 0 0 1px;
}
#wrapper .pager {
  margin: 30px 0 0;
}
#wrapper .pager ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
#wrapper .pager ul li {
  padding: 0;
  margin: 0 3px;
  background: none;
  display: inline-block;
  vertical-align: middle;
}
#wrapper .pager ul li span,
#wrapper .pager ul li a {
  padding: 0 7px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  text-decoration: none;
}
#wrapper .pager ul li.current a {
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #db507d;
  text-decoration: none;
}
#wrapper .pager ul li:not(.current) a:hover {
  color:#db507d;
  text-decoration: underline;
}
#wrapper .pager ul li.prev,
#wrapper .pager ul li.next {
  margin: 0 18px;
}
#wrapper .pager ul li.prev a,
#wrapper .pager ul li.next a,
#wrapper .pager ul li.prev span,
#wrapper .pager ul li.next span {
  text-indent: -9999px;
  width: 30px;
  padding: 0;
  position: relative;
}
#wrapper .pager ul li.prev a:before,
#wrapper .pager ul li.next a:before,
#wrapper .pager ul li.prev span:before,
#wrapper .pager ul li.next span:before {
  content: "";
  width: 30px;
  height: 11px;
  padding: 0;
  background: url('../img/pager-arrow.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 0 0;
}
#wrapper .pager ul li.prev a:before {
  background-position: 0 0px;
}
#wrapper .pager ul li.next a:before {
  background-position: 100% 0;
}
#wrapper .pager ul li.prev a:hover:before {
  background-position: 0 -11px;
}
#wrapper .pager ul li.next a:hover:before {
  background-position: 100% -11px;
}
#wrapper .pager ul li.prev span:before {
  background-position: 0 -22px;
}
#wrapper .pager ul li.next span:before {
  background-position: 100% -22px;
}
#wrapper .faq-form {
  margin: 30px auto 0;
  width:1000px;
  max-width: 100%;
}
#wrapper .faq-form_about{
  width:800px;
}
#wrapper .faq-form .statuses {
  margin: 0 -50px 1px -50px;
}
#wrapper .faq-form .form-item.right.inline .form-item-label {
  width: auto;
} 
#wrapper .faq-form .form-item-label {
  width: 100%;
}
#wrapper .faq-form select {
  width: 100%;
}
#wrapper .help-contents {
  position: absolute;
  width: 334px;
  padding: 0 19px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  top: 14px;
  right:0px;
  overflow: hidden;
  box-sizing: border-box;
}
#wrapper .help-contents.fixed {
  position: fixed;
  right: 100px;
  top: 73px;
}
#wrapper .help-contents.is_stuck{
  right: 100px!important;
  top: 14px!important;
}
#wrapper .help-contents .overlay {
  background: #f9e8c8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#wrapper .help-contents .box {
  position: relative;
  z-index: 2;
}
#wrapper .help-contents .header {
  color: #393185;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 100;
  font-size: 30px;
  padding: 18px 0 20px;
  line-height: 27px;
  cursor: pointer;
}
#wrapper .help-contents .header span {
  border-bottom: 1px dashed #393185;
  display: inline-block;
}
#wrapper .help-contents .header span:hover {
  border-bottom: none;
  padding: 0 0 1px;
}
#wrapper .help-contents .toggle {
  float:right;
  width:14px;
  height:9px;
  background-image:url('../img/box-arrow.png');
  margin-top:8px;  
}
#wrapper .help-contents .toggle.opened {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: FlipV;
  -ms-filter: "FlipV"; 
}
#wrapper .help-contents .links {
  font-size: 12px;
  padding: 0px 0 21px;
  display: none;
  margin: -3px 0 0;
}
#wrapper .help-contents .links li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}
#wrapper .help-contents .links li {
  background: url('../img/2px-border.png') repeat-x top left;
  padding: 10px 0 0px;
  font-size: 16px;
  margin: 9px 0 0;
}
#wrapper .help-contents .links li a{
  text-decoration: none;
}
#wrapper .film-rating {
  position: relative;
}
#wrapper .film-rating .stars-wrapper {
  position: relative;
  text-align: center;
}
#wrapper .review-vote .tip,
#wrapper .film-rating .tip {
  position: absolute;
  background: #f9e8c8;
  width: 150px;
  padding: 5px 8px 4px;
  font-size: 11px;
  left: 50%;
  margin: 0 0 0 -84px;
  line-height: 15px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
  bottom: 43px;
  text-align: center;
  display: none;
}
#wrapper .review-vote .tip {
  width: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  box-shadow: 0 0 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
  bottom: 34px;
  display: block;

  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#wrapper .review-vote .tip b,
#wrapper .film-rating .tip b {
  font-weight: 400;
  color: #462a08;
  padding: 2px 0 5px;
  display: inline-block;
}
#wrapper .review-vote .tip:empty,
#wrapper .film-rating .tip b:empty {
  display: none;
}
#wrapper .review-vote .tip:after,
#wrapper .film-rating .tip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -5px;
  border-top: 5px solid #f9e8c8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#wrapper .review-vote:hover .tip:not(:empty) {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  width: 120px;
  padding: 3px 8px 2px;
  overflow: visible;
  visibility: visible;
  margin: 0 0 0 -65px;
  opacity: 1;
}
#wrapper .film-rating ul{
  margin: 0 auto 10px;
  padding: 0;
  width: auto;
  display:inline-block;
  position: relative;
}
#wrapper .film-rating ul li{
  width: 24px;
  height: 23px;
  float: left;
  background-image: url('../img/rating-star.png');
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0;
  padding: 0;
}
#wrapper .film-rating ul.loading:before {
  content: "";
  width: 84px;
  height: 19px;
  display: inline-block;
  background: url('../img/comment-loading.gif') no-repeat;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -42px;
}
#wrapper .film-rating ul.loading li{
  visibility: hidden;
}
#wrapper .film-rating ul li.active {
  background-position: bottom left;
}
#wrapper .film-rating.hover ul li.active {
  background-position: top left;
}
#wrapper .film-rating ul li.active {
  background-position: bottom left;
}
#wrapper .film-rating.hover ul li.hover {
  background-position: bottom left;
}
#wrapper .film-rating ul li a {
  display: block;
  width: 20px;
  height: 19px;
  padding: 0 0 0 3px;
}
#wrapper .film-rating .rating-desc {
  text-align: center;
  font-size: 14px;
}
#wrapper .film-rating .rating-desc .label {
  color: #462a08;
}
#wrapper .film-rating .rating-desc .value {
}
#wrapper .film-rating .your-mark {
  display: none;
}

/*all review */
#wrapper .reviewdesc {
  padding: 1px 0px 1px;
  margin: 0;
}
#wrapper .reviewdesc .film-title {
  margin: -20px 0px 12px;
  font-size: 30px;
  color: #008494;
}
#wrapper .reviewdesc .film-links {
  margin: 11px 0 0px;
}
#reviewForm {
  margin: 0px 0px 5px;
  width: 100%;
}
#reviewForm fieldset{
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
#reviewForm .statuses {
  margin: 30px 0px 1px;
}
#reviewForm .form-item.inline .form-item-label {
  width: 110px;
}
#reviewForm .form-item .form-item-field input:not([type="submit"]){
  width: 100%;
}
/*all review end*/

.search-items {

}
.search-items .search-item {
  margin: 0 0 30px;
  width:100%;
  box-sizing:border-box;
  padding-left: 80px;
  position: relative;
}
.search-items .search-item .left {
  position: absolute;
  top:0;
  left:0;
  width: 80px;
}
.search-items .search-item .right {
  float: left;
  background: url('../img/2px-border.png') repeat-x bottom left;
  width: 100%;
  box-sizing: border-box;
}
.search-items .search-item .id {
  color: #008494;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 100;
  font-size: 22px;
  text-align: center;
}
.search-items .search-item .title {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 100;
  line-height: 28px;
  margin: -4px 0 12px;
  font-size: 28px;
}
.search-items .search-item .title a {
  text-decoration: none;
  color:#008494;
}
.search-items .search-item .desc {
  margin: 0 0 15px;
}
.search-items .search-item .link {
  margin: 0 0 27px;
}
.search-items .search-item .link a {

}

.req {
  font-size: 22px;
  font-style: normal;
}
.bump {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.630, -0.600, 0.425, 1.650);
  transition: transform 0.3s cubic-bezier(0.630, -0.600, 0.425, 1.650);
}

.profile, .forgot {
  margin: 30px 0px 25px;
}

.search-form {
  margin: 3px 0;
}
.search-form .form-item {
  margin: 0 0 13px;
}
.search-form .form-item.left{
  float:none;
  width: 100%;
  padding-right: 190px;
  box-sizing: border-box;
}
.search-form .form-item.right{
  width:auto;
  margin-top: -51px;
}
.search-form .form-item.right .button{
  width:180px;
  height:38px;
  padding: 0;
  line-height: 38px;
}
.search-form .form-item input[type="text"] {
  width: 100%;
}
.search-form .form-item .checkbox, 
.search-form .form-item .radio {
  margin: 0 16px 0 0;
}
.search-form .total {
  color: #393185;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  line-height: 28px;
  margin: 15px 0 28px;
  font-size: 28px;
  text-align: center;
}

/* trailers */
.trailers {
  clear: both;
  margin: 0px -100px 0px;
  height: 800px;
}
.trailers #play-video{
  height:100%;
}
.trailers .trailers-title {
  color: #15d6af;
  font-size: 14px;
  margin: 0 0 15px;
}
.trailers .trailers-items {
  margin: 8px 0;
}
.trailers .trailer-item {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
.trailers .trailer-item a {

}
.trailers .trailer-item a:before {
  content: "";
  width: 68px;
  height: 68px;
  background: url('../img/play-button.png') no-repeat top left;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -34px;
  position: absolute;
}
.trailers .trailer-item a:hover:before {
  background-position: bottom left;
}
.trailers .trailer-item a img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.mcontent .share {
  margin: 0 10px 34px;
  padding: 0;
  clear: both;
}
.mcontent .share.page {
  margin: 25px 0;
}
.mcontent.about #fulltext +.share.page{
  display: none;
}
.mcontent .share .options {
  display: none;
}
.mcontent .share .hidden {
  display: none;
}
.mcontent .share ul {
  padding: 0;
  margin: 0;
}
.mcontent .share ul li {
  padding: 0;
  margin: 0 6px 0 0;
  background: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.mcontent .share ul li a {
  display: block;
  width: 116px;
  height: 30px;
  background: url('../img/share.png') no-repeat 0 0;
}
.mcontent .share ul li.vk a {
  background-position: 0 0;
}
.mcontent .share ul li.fb a {
  background-position: 0 -30px;
}
.mcontent .share ul li.ok a {
  background-position: 0 -60px;
}
.mcontent .share ul li.tw a {
  background-position: 0 -90px;
}
.mcontent .share ul li.ml a {
  background-position: 0 -120px;
}
.tip-help {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: -1px 0 0 2px;
}
.tip-help .icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url('../img/hint-icon.png') no-repeat;
  position: relative;
}
.tip-help .icon:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin: 0 0 0 -6px;
  border-bottom: 5px solid #f9e8c8;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);

  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; 
  height: 0;
  overflow: hidden;
}
.tip-help .icon:before {
  content: none;
  position: absolute;
  left: -150px;
  right: -150px;
  height: 26px;
}
.tip-help .content {
  position: absolute;
  background: #f9e8c8;
  color:#462a08;
  top: 26px;
  left: -150px;
  right: -150px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; 
  height: 0;
  overflow: hidden;
  z-index: 11;
}
#main-slider .wrapper .desc .tip-help .content a{
  color:#393185;
}
.tip-help:hover .icon:after {
  opacity: 1;
  height: auto;
}
.tip-help:hover .icon:before {
  content: "";
}
.tip-help:hover .content {
  opacity: 1;
  height: auto;
  padding: 3px 10px 4px;
  white-space: normal;
  font-size: 13px;
  line-height: 20px;
}
/* calendar */
#content .navigation {
  position: relative;
}
#content .nav-slider {
  overflow: hidden;
  position: relative;
  height: 67px;
  margin: 0 69px 0 0;
}
#content .navigation .calendar {
  position: absolute;
  right: 100px;
  top: 0;
  width: 73px;
  height: 66px;
  border-right: none;
}
#content .navigation .calendar {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#content .navigation .calendar input {
  width: 253px;
  position: absolute;
  height: 66px;
  top: -1px;
  right: -1px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}
#content .navigation .calendar .calendar-button {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-right: 0;
  margin: 0;
}
#content .navigation .calendar .calendar-button.opened {
  width: 66px;
  background:#f9e8c8;
}

#content .navigation .calendar .calendar-button.inverse.opened {
  border: 1px solid #9C2169;
  border-top: 0;
}
#content .navigation .calendar .calendar-button:after {
  content: "";
  background: url('../img/calendar-sprite.png') no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  margin: auto;
}
#content .navigation .calendar .calendar-button.disabled {
  cursor: default;
}

#content .navigation .calendar .calendar-button.opened:after {  
  background-position: 0 0;
  top: -2px;
  right:-5px;
}
#content .nav-slider ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
}
#content .navigation .notactive-popup {
  position: absolute;
  width: 250px;
  padding: 10px 7px;
  box-sizing: border-box;
  z-index: 20;
  background: #f9e8c8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #db507d;
  text-align: center;
  bottom: 100%;
  margin-left: 100px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
#content .navigation .notactive-popup.show {
  opacity: 1;
}
#content .navigation .notactive-popup:after {
  content: "";
  width: 95px;
  height: 12px;
  background: url('../img/schedule-info.png') 0px -4px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -48px;
}
#content .navigation .notactive-popup.bottom {
  border-top: 2px solid #db507d;
  border-bottom: none;
  bottom: auto;
  top: 100%;
}
#content .navigation .notactive-popup.bottom:after {
  top: -12px;
  background-position: -93px -5px;
  background-repeat: no-repeat;
}
/* datepicker */
.nav-datepicker {

}
.ui-datepicker {
  font-size: 16px;
  text-align: center;
  background: #f9e8c8;
  border: 1px solid #654397;
  border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  -webkit-border-radius: 5px 0 5px 5px;
  display: none; 
  margin-top: -1px;
  margin-left:-36px;
}
.ui-datepicker:before{
  width:66px;
  height:1px;
  top:-1px;
  right:0;
  position: absolute;
  content:"";
  background:#f9e8c8;
}
.ui-datepicker.inverse {
  border-top: 1px solid #9c2169;
}
.ui-datepicker .ui-datepicker-header {
  margin: 15px 0 10px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  text-indent: -9999px;
  white-space: nowrap;
  width: 10px;
  height: 16px;
  margin: 5px 15px;
  background: url('../img/calendar_arrow.png') no-repeat;
  position: relative;
  cursor: pointer;

  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  right: -20px;
  bottom: -10px;
  display: block;
}
.ui-datepicker .ui-datepicker-prev {
  background-position: top left;
  float: left;
}
.ui-datepicker .ui-datepicker-prev:hover {
  background-position: top left;
}
.ui-datepicker .ui-datepicker-next {
  background-position: top right;
  float: right;
}
.ui-datepicker .ui-datepicker-next:hover {
  background-position: top right;
}
.ui-datepicker .ui-datepicker-title {
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-size: 20px;
  color: #393185;
}
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  height: 35px;
  font-weight: 500;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-size: 16px;
  color:#008494;
  border: 1px solid #f9e8c8;
}
.ui-datepicker .ui-datepicker-calendar th span{
  border-top: 2px solid #cbb493;
  height: 35px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 6px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  color: #947753;
}
.ui-datepicker .ui-datepicker-calendar td {
  width: 40px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  background:#f7e2bb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #f9e8c8;
}
.ui-datepicker .ui-datepicker-calendar td:first-child {
  border-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 0;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child td {
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  height: 35px;
  line-height: 35px;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #393185;
  font-weight: 600;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar td a:hover{
  border: 2px solid #654397;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 32px;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  color: #FFF;
  background:#393185;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}
.actions{
  text-align: center;
  margin-top:30px;
}
.actions h3{
  text-align: left;
  margin-bottom: 30px;
}
.actions-item{
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 30px;
  width:416px;
  height:226px;
  position: relative;
  overflow: hidden;
}
.actions-item img{
  width:100%;
  margin: 0;
  border: none;
}

.gallery-item{
  float:left;
  width:338px;
  height:248px;
  overflow: hidden;
  margin: 0 2px 2px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.gallery-item .title{
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  background:rgba(0,132,148,.96);
  color:#FFF;
  text-align: center;
  font-size: 18px;
  font-family: 'PF_DinDisplay_Pro';
  padding: 11px 10px 12px;
  box-sizing: border-box;
  margin: 0;
}
.gallery-item .title span{
  background: rgba(146,167,61,.9);
  color: #FFF;
  width: 116px;
  line-height: 32px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.gallery-item:hover{
  border: 3px solid #FFF;
  width: 360px;
  height:270px;
  margin: -13px;
  z-index:1;
}
.gallery-item:hover .title{
  background:#d8537f;
  padding: 11px 21px 12px;
}
.album-items a{
  float:left;
}
.schedule-filter_format{
  width:100%;
  overflow: hidden;
  margin-top:30px;
}
.schedule-filter_format_right{
  float:right;
}
.schedule-filter_format p{
  display: inline-block;
  vertical-align: middle;
  color:#008494;
  font-size: 18px;
  font-family: Tahoma;
  margin: 0 17px 4px 0;
}
.schedule-filter_format a{
  display:inline-block;
  vertical-align: middle;
  margin-right:8px;
  cursor: pointer;
  font-size: 16px;
  height:34px;
  line-height: 34px;
  min-width: auto;
  padding: 0 16px 0 15px;
  font-family: Tahoma;
}
.schedule-filter_format a.active{
  background: none;
  border: 3px solid #93738d;
  color:#393185;
  box-sizing: border-box;
  line-height: 28px;
}
.schedule-filter_format a:hover{
  text-shadow: none;
}
.schedule-filter_format a:last-child{
  margin-right:0;
}
.b-kinopoisk{
  width:100%;
  margin-bottom:10px;
}
.b-kinopoisk a{
  display: table;
  margin: 0 auto;
  font-size: 14px;
}
.b-kinopoisk img{
  margin: 0 auto 10px;
  display: table;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.mcontent .page.film-detail {
  padding-top: 0;
  margin-top: -120px;
}
.mcontent .not-found-img{max-width:100%;margin: 0 auto;}
/*------Contacts Page---------*/
.block-2gismap{
  margin:0 -100px;
  overflow: hidden;
}
.b-contacts{
  width:100%;
  margin:-20px 0 25px;
  background:#f6ddb0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 34px 0 22px;
  border-bottom: 1px solid #ccac6f;
  box-sizing: border-box;
}
.b-col{
  float:left;
  box-sizing: border-box;
  padding: 0 50px;
}
.b-col_4{
  width:25%;  
}
.b-contacts h5{
  font-size: 20px;
  color: #008494;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  font-weight:500;
  margin-bottom: 11px;
}
.b-contacts  p{
  font-size: 16px;
  line-height: 22px;
}
.b-contacts  big{
  font-size: 24px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  display:block;
  line-height: 28px;
  margin-bottom: -2px;
  margin-top: 7px;
}
#popupPlayer_display .jwpreview{
  background-size:cover!important;
}
.gallery-items,.album-items{
  display:table;
  margin-bottom: 50px;
}
.b-film__description{
  width: 100%;
  padding: 0 100px;
  margin: 0 -100px;
  background-color:#f9d597;
  background-image:  url('../img/body-bg.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
  position: relative;
  padding-top: 40px;
  transition-property: margin-top;
  transition-duration: .5s;
}
.site_map ul {
    list-style: none outside none;
    margin-left: 15px;
}
#content .site_map ul li {
    background: none;
    display: block;
    line-height: 15px;
    list-style: none outside none;
    padding: 0;
}
.site_map li > a+.line> .items ,.site_map li > a+.line> .items_open{
    float: left;
    
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAASCAMAAAB7LJ7rAAAAOVBMVEUAAACmo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Pz8/PPz8/U1NTe3t6WrHTWAAAAD3RSTlMAGQgzDFY7BBEhcClKZCbH6WHmAAAAkElEQVQoz7WRSxIDIQgFA6IDUTMk9z9sdIqSwco2vXDTvJLPY3EgMeiECfE43JgF0XOiwFdF0AQvPXVgrwaPLGmEHSUM4dqi5hF3LWnTQDfNUnLUwq7xl8b/a28tILwN1t/OJwndNdSSe39e9J5Ltbl9qaVlo5VkX684S03FSFV4huO5ZQFM20VHAbFBQ077BUrjDxsSVhx4AAAAAElFTkSuQmCC") no-repeat scroll 6px 8px rgba(0, 0, 0, 0);
}
.site_map li > a+.line> .items_open{
  clear:both;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAZBAMAAADUG4MpAAAALVBMVEUAAACko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Pz8/PPz8+SD7TBAAAADXRSTlMABAEKECEYLThFV25jNVD9cAAAAMFJREFUGNNjoAVgUhIUFFRSgPOVhE1cnA2F4HxFk7x3754YCwopQZQLu8XdvXsvxcVYSAHMF0l/e/fu3Xfv3hmC+YxmESA+UIkzmK/oWgnlJwuA+Mqufe/A4F4KhJ8+DyJ9LwTMF8bgz3mLyp+1D8x/FwI1r+scWAOUr+hWuRps/nMo3yRi1undu3efmg6xn0k4tXPWqlWrZpY6K0D8ZxZe0dHRUR5iCOULu4UCQZizIITPJGjsAgSIIFFSFBSGBBkAWD1o9clDz24AAAAASUVORK5CYII=") no-repeat scroll 7px 1px rgba(0, 0, 0, 0);
  
}
.site_map  li>.items_last{
    float: left;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAMAAACqEUSYAAAAM1BMVEUAAACin5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5/w8PDHx8fdvOySAAAAD3RSTlMAHgg5FAMkDgUBWlAwb0D2mk/VAAAAp0lEQVQoz83Syw7CIBBAUWc6Lx5S/v9rhQYLo6YbY+LdsDgJEJjbfxdCYDbmtn5ANtQeGod3RCWoPUU061t4lLr3KpAqYvNTraMLeSqSbHVfqoqnskIuXgn5qdY0eQW1qbJdaDs2ehX6Rq/OFTV351iXMkxlJSkp3kcxFSHl5a0gl5TiUUolA6F7Z5C8jbIAqU3lxs1HQA05vH4+Hc0ZWAfHRuPzf9oDV5IP4TvWTogAAAAASUVORK5CYII=") no-repeat scroll 7px 0 rgba(0, 0, 0, 0);
}
.site_map ul li h3 {
    font-weight: bold;
    margin-bottom: 4px;
}
.site_map .items,
.site_map .items_last,
.site_map .items_open {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAASCAMAAAB7LJ7rAAAAQlBMVEUAAACmo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Omo6Pz8/PPz8/U1NTe3t7wcgIDAAAAEnRSTlMAExlaAgghEAwFKDlPMT9wPWqLx0dNAAAA00lEQVQoz3WR25ICIQxEDZck3GbV7P7/r24aSnQs7Ydhqk+lgeaSLF2mUlYKBonmUtKy8bOoBLY7ZIFEcy7wfZlr0VDtbtD6Wi7A5hjDxAPDWybZfTXEJAwfZ0zAIoqTZOHRzziop5OIeYBZbfGMWYCNECChXr9g50K+9TsmYPo6DewQHSh9DhdbJydu3V61Me49LxZ/n/obCztFa6ilx9vP1C32owZNT4xSj97jVO/H4NWaAeNJiOto7epqbVQmlLZxch54K5C6vcPBs6KfWcTD/QcrPhT58FAS4gAAAABJRU5ErkJggg==") no-repeat scroll 6px 8px rgba(0, 0, 0, 0);
    display: block;
    padding: 6px 0 6px 36px;
}
.site_map .items_last {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAMAAACqEUSYAAAANlBMVEUAAACin5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5+in5/w8PDHx8e9vb0Y94SRAAAAD3RSTlMAIRk+EQMIBQ0BWyxPbzR5igpfAAAA00lEQVQoz7WSW24DIQxFg/GToZTsf7O1CUyLmozyk/MzGh3ulZG5dTK7vaQLXVhmubDKQhfNb1kzIxIi//5vNhJWJ35ttyFZEXoQByQqVvOQkPp30AFRmd2fVkJuuF7NxphaRE+68rChPXrk3SJTNCuzRLTuFlSGVZ8T7vey24RhUR304ufWUS9+bvUyy4G+shKMmUv/Q3vMHKt53LeWr0mp+QA9F2sRzrWWQa25JWQ7rSimo7U8aO1IqPJryTVAmgC4pGXX8nGyvYH1cGQyl/9RfgBAzhKI+6OvQQAAAABJRU5ErkJggg==") no-repeat scroll 7px 0 rgba(0, 0, 0, 0);
    margin-top: 0;
}
.site_map .items_open {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAZCAMAAAAR624oAAAAOVBMVEUAAACko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Oko6Pz8/PPz8/Nzc1uIfMBAAAAEHRSTlMANiIWCQMQBQwBRh1WK25ik/sMJgAAAOhJREFUKM+N0luygyAQRdEo/QJE05n/YO/pGK4kVqzsL8tVND64Oed8+54rXzGRXrGR8gX7j5xzZkWMi9NwqBKZiMWNfGKoJH8mRn1IHx5aZ79HnpIYkcIPltqguz+D/w9nSvMEPnKj4HBmjJ7KOydiDI9dlCy1ycfuXk2DDdvQ49HeFgcLWJCZYedPng+W4M3P7FCUaivb6gf7i2FEJHi0ZVz+YoGqwrF8Wf1oiifv760Uuy/burctpSXj4aNaeFn2SmlVqH/z7m3qtZpMwdaZ1STVea8mMeWBw8lMouFQ7P9tPE06HKk/i8UUl7jvqU4AAAAASUVORK5CYII=") no-repeat scroll 7px 1px rgba(0, 0, 0, 0);
}
.site_map  .line {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAEAQMAAAB1Fsd5AAAABlBMVEUAAADCwsK76u2xAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjAIEGhgYAAggBAbk+CHcAAAAASUVORK5CYII=") repeat-y scroll 7px 0 rgba(0, 0, 0, 0);
}
.site_map h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
.site_map .items_open a {
    display: block;
    margin-bottom: 5px;
}
.site_map .items a,
.site_map .items_last a {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.scroll-to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius:50%;
  background:#f9d597;
  z-index: 30;
  opacity: 0;
  border: 2px solid #393185;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.scroll-to-top.enabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.scroll-to-top:after{
  width: 22px;
  height: 36px;
  background: url('../img/slider-arrow.png') no-repeat;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: '';
  position: absolute;
  top: 2px;
  left: 13px;
  background-position: -28px 0;
  background-size: 200%;
}

@media(max-width:1900px){
  #main-slider .wrapper .item .field{font-size: 18px;}
  #main-slider .slider-items .slider-item .tilte,#main-slider .wrapper .item,#main-slider .wrapper .item.seances ul li a{font-size:16px;}
  #main-slider .slider-items .slider-item .tilte{margin: 14px 15px 0;}
  #main-slider .slider-items .slider-item,#main-slider .slider-items ul,#main-slider .slider-items .slider-items-wrapper{height:463px;}
  #main-slider .slider-items .slider-item .overlay{background: url('../img/slider-current_1600.png') no-repeat top center;}  
}
@media(max-width:1600px){
  #main-slider .slider-items.current,.b-action,.footer-wrapper,#content,#content .navigation,.b-news,.b-film__description{padding: 0 50px;}
  #content{padding-bottom: 30px}
  .b-film__description{padding-top:40px;}
  #header{padding: 0 50px 20px}
  #wrapper .affiche-tabs,#content .navigation,.trailers,.block-2gismap,.b-film__description{margin: 0 -50px}
  #wrapper .help-contents.is_stuck{right:50px!important}
  #content .navigation .calendar{right:50px}
  #main-slider .slider-items .slider-items-arrow-right{right:0;}
  #main-slider .slider-items .slider-items-arrow-left{left:0;}
  #wrapper .filmdesc .film-title{font-size:30px;}
  #wrapper .schedule-container .film-item .title{font-size:20px}
  #main-slider .wrapper .item .field ,#wrapper .filmdesc .film-table table tr td.label,#wrapper .schedule-container .film-item .label{font-size:16px;}
  #main-slider .slider-items .slider-item .tilte,#main-slider .wrapper .item,#main-slider .wrapper .item.seances ul li a,#wrapper .filmdesc .film-table table tr td,
  .mcontent,.footer-wrapper,.news-item .news-title, .news-item .news-desc, #news .news-item .news-desc,#wrapper .filmdesc .story{font-size:14px;}
  #wrapper .reviewdesc .film-links, #wrapper .filmdesc .film-links{font-size:12px;}
  #main-slider .slider-items .slider-item,#main-slider .slider-items ul,#main-slider .slider-items .slider-items-wrapper{height:425px;}
  #main-slider .slider-items .slider-item .overlay{background: url('../img/slider-current_1200.png') no-repeat top center;}
  #wrapper .schedule-container .film-item .img{width:160px;height:240px}
  #wrapper .schedule-container .film-item .desc{padding-left:180px}
  #main-slider .wrapper .desc{width: 325px;right:50px;top:140px}
  #main-slider .wrapper .item .field{width:200px;}
  #main-slider .wrapper .item .label{width:85px;}
  #main-slider .slider-tabs{left:50px}
  #content .navigation .notactive-popup{margin-left:50px;}
  #main-slider .wrapper .item.premier .field{
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media(max-width:1500px){
  .footer .search {margin-right:3%;clear:right;margin-top: -68px;}
  .footer .developer{margin-top:50px;}
  #main-slider .slider-tabs ul li label{padding:10px 10px 13px;}
  #main-slider .slider-tabs ul li{font-size:20px}
  #main-slider .slider-tabs ul li label{line-height:20px;}
}
@media(max-width:1400px){  
}
@media(max-width:1300px){
  .profile .form-item {width: 30%;}
  .profile .form-item.left{margin-right:5%;}
  #wrapper .schedule .schedule-popup{
    width: 180px;
    margin: 0 0 0 -15px;
  }
}
@media(max-width:1220px){
  #header .main-menu{padding-left:800px;}
}
@media(max-width:1200px){
  .news-item .news-date, #news .news-item .news-date{font-size:12px;}
  #main-slider .slider-items .slider-item,#main-slider .slider-items ul,#main-slider .slider-items .slider-items-wrapper{height:387px;}
  #main-slider .slider-items .slider-item .overlay{background: url('../img/slider-current_1000.png') no-repeat top center;}
  
  #main-slider .slider-tabs ul li{font-size:18px}
  #main-slider .wrapper .buy-button a{font-size:20px}
  #main-slider .wrapper .buy-button{padding-top:11px;}
  #wrapper .filmdesc .left{width:190px}
  #wrapper .schedule-container .film-item .label,#wrapper .schedule-container .film-item .field{font-size:12px;}
}
@media(max-width:1124px){
  #header .main-menu{padding-left:700px;}
  #header .logo{width:350px;margin-top:30px;}
  #header .logo img{width:100%;}
  .phone-number{margin-top:30px;} 
  #main-slider .slider-tabs ul li label{padding: 5px 10px 7px;}
  .userinfo .form-item:first-child {width: 560px;}
  #main-slider .wrapper .buy-button,#main-slider .wrapper .buy-button a{height:40px}
  #main-slider .wrapper .buy-button a{line-height:40px}
  #main-slider .wrapper .item{padding-bottom:0;}
}

/*Бонусные карты*/
div.bonusCardContent .buttonCard {
  margin-top: 22px;
}
div.bonusCardContent .bonusCardContent__descriptionBonusCard {
  margin-top: 10px;
}
div.bonusCardContent .form-item.user_text_message {
  width: 100%;
  display: inline-block;
}
div.bonusCardContent .form-item.user_text_message textarea {
  min-height: 120px;
  max-height: 200px;
  overflow: hidden;
}
div.bonusCardContent .bonusCardContent__error p:first-child {
  font-weight:bold;
  color: #c00;
  margin-top: 10px;
}
div.bonusCardContent .bonusCardContent__balance {
  margin-top: 20px !important;
}
div.bonusCardContent .cancelBonusCard {
  display: inline-block;
}
div.bonusCardContent table.bonusCardContent__tableOperations {
  margin: 25px 0;
}
div.bonusCardContent table.bonusCardContent__tableOperations tr td.Balance,
div.bonusCardContent table.bonusCardContent__tableOperations tr td.Summa {
  text-align: right;
}
.bonusCardContent__lastOperations--preloader.loading:before {
  content: "";
  width: 84px;
  height: 19px;
  display: inline-block;
  background: url('../img/comment-loading.gif') no-repeat;
  position: relative;
  left: 306px;
  top: -15px;
  margin: 0 0 0 0px;
}
/*Бонусные карты - конец*/

/*Профиль - Подписки*/
.mcontent .subscription_table td, .mcontent .subscription_table th {
  text-align: center;
}
.mcontent .subscription_table {
  margin: 25px 0;
  width: 1024px;
}
.subscription_table .jq-checkbox,
.checkbox-subs .jq-checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.subscription_table .jq-checkbox + label,
.checkbox-subs .jq-checkbox + label {
  cursor: pointer;
}
.subscription_table .jq-checkbox,
.checkbox-subs .jq-checkbox {
  position: absolute;
  opacity: 0;
}
.subscription_table .jq-checkbox + label,
.checkbox-subs .jq-checkbox + label {
  position: relative; 
  padding: 0px 0px 0px 48px; 
}
.subscription_table .jq-checkbox + label:before, .checkbox-subs .jq-checkbox + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 45px;
  height: 23px;
  border-radius: 20px;
  border: 2px solid #dcbd7e;
  background: #c4a972;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.subscription_table .jq-checkbox + label:after, .checkbox-subs .jq-checkbox + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s;
  background: url(/img/icon_checkbox_control.png) no-repeat center center;
  background-size: 100%;
}
.subscription_table .jq-checkbox.checked + label:before,
.checkbox-subs .jq-checkbox.checked + label:before {
  background: #7e9c43;
}
.subscription_table .jq-checkbox.checked + label:after,
.checkbox-subs .jq-checkbox.checked + label:after {
  left: 26px;
}
.subscription_table .jq-checkbox.focused + label:before,
.checkbox-subs .jq-checkbox.focused + label:before {
  box-shadow: 0 0 0 2px #db507d;
}
.subscription_table .jq-checkbox.disabled + label:before, .checkbox-subs .jq-checkbox.disabled + label:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 45px;
  height: 22px;
  border-radius: 20px;
  border: 2px solid #dec082;
  background: rgba(134, 149, 181, 0);
  box-shadow: none;
}
.subscription_table .jq-checkbox.disabled + label:after, .checkbox-subs .jq-checkbox.disabled + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: #dec082;
  transition: all .2s;
  box-shadow: none;
  background-color: none;
  border: none;
}
#wrapper .menu_subscription ul li:first-child {
  padding: 0 23px 0 0;
}
.all_subs, .active_subs {
  text-decoration: underline;
}
.all_subs--disabled {
  pointer-events: none;
  cursor: none;
  color: #462a08;
  text-decoration: none;
}
.subscription_table--movie {
  min-width: 330px;
}
.subscription_table--begin {
  width: 120px;
}
.subscription_table--film-genre {
  font-size: 14px;
}
.no-subscription {
  display: none;
}

.date-premiere, 
.on-subscription {
  font-size: 20px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  color: #393185;
  margin: 0 0 9px 0;
}
/*всплывающее окно - подписки*/

.modal-subscriptions {
  display: none;
}
#modalwindow-1 .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1001;
  display: none;
}
.modal-subscriptions #modalwindow-1 .message-box-1 {
  width: 600px;
  z-index: 999;
  top: 5%;
  left: 50%;
  margin-left: -300px;
  padding: 0 0 20px 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 10px 0 10px 10px;
  -moz-border-radius: 10px 0 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  outline: none;
}
#modalwindow-1 .message-box-1{
  position: fixed;
  background:#f7e2bb;
  padding-bottom: 20px;
}
#modalwindow-1 .message-box-1 .message-box-close {
  width: 27px;
  height: 27px;
  background: url('../img/close-box-button.png');
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
#modalwindow-1 .message-box-1 .message-box-title {
  font-size: 20px;
  background:#f7e2bb;  
  border-bottom: 1px solid #ead1a2;
  padding: 8px 20px 7px;
  font-family: 'PF_DinDisplay_Pro', Tahoma, Verdana, sans-serif;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:10px 10px 0 0;
}
#modalwindow-1 .message-box-1 .message-box-title{
  color: #008494;
}
#modalwindow-1 .message-box-1 .message-box-desc {
  padding: 0px 0px;
  line-height: 18px;
}
#modalwindow-1 .message-box-1 .message-box-desc p.control-subs {
  text-align: center;
  color: #8d7654;
  font-size: 13px;
}
#modalwindow-1 .message-box-1 .message-box-desc p {
  margin: 14px 0;
  font-size: 16px;
  padding: 0 20px;
  line-height: 20px;
  text-align: justify;
}
#modalwindow-1 .message-box-1 .message-box-desc p .open-auth{
  color: #393185;
  cursor:pointer;
  text-decoration: underline;
}
#modalwindow-1 .message-box-1 .message-box-desc p .open-auth:hover{
  text-decoration: none;
}
#modalwindow-1 .message-box-1 .message-box-desc small {
  color: #1b8794;
  font-size: 16px;
  line-height: 18px;
}
#modalwindow-1 .message-box-1 .message-box-desc .buttons {
  margin: 0 -20px;
}
#modalwindow-1 .message-box-1 .message-box-desc .buttons .button:first-child {
  margin: 0 7px 0 0;
}
.message-box-close-subs {
  cursor: pointer;
}
/*END - Всплывающее окно подписки*/


.on-subscription {
  text-align: left;
  width: 250px;
}
.subscription-line-contacts {
  display: inline-block;
  vertical-align: middle;
}
.subscription-line-on {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}
.checkbox-subs {
  margin: 0 20px;
  width: 50px;
  margin-left: 15px;
  position: relative;
}
.subs-date {
  text-align: left;
  font-size: 12px;
  color: #8d7654;
}
.subscription-line-contacts_contact {
  text-align: left;
}
.subscription-line-contacts_contact {
  text-align: left;
  width: 500px;
  font-size: 14px;
}
.subscription-line-contacts_change {
  width: 250px;
  text-align: center;
}
.subs-modal-block {
    margin: 30px auto;
}
.control-subs {
  margin-bottom: 20px;
}
#modalwindow-1 .message-box-1 .message-box-desc p.modal-subscriptions_title-movie {
  text-align: center;
}
span.pink-hightlight {
    color: #d55468;
}
.b-action .bx-wrapper .bx-viewport div {
  height: 219px;
}
.lazy {
  position:absolute;
  top:50%;
  left:50%;
  margin-top: -20px;
  margin-left: -90px;
}
/* END - подписки*/
#wrapper .purchases .filmdesc .film-table table tr.code td {
  font-size: 24px;
}
#wrapper .schedule-filter_hall_message {
  display: none;
  border: 1px solid #ccac6f;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  color: #008494;
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
}
ul.paycards{
  width: 199px;
  padding: 5px;
  text-align: center;
  float: left;
  margin: 12px 0 0 6.5%;
}
ul.paycards li{
  background-image: url('../img/card_sprite.png');
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
ul.paycards li:nth-child(1){
  background-position: -7px -6px ;
  width: 70px;
  height: 21px;
  margin-right: 10px;
}
ul.paycards li:nth-child(2){
  background-position: -88px -3px ;
  width: 38px;
  height: 30px;
  margin-right: 7px;
}
ul.paycards li:nth-child(3){
  background-position: -135px -5px ;
  width: 65px;
  height: 24px;
  margin-right: -9px;
}
ul.paycards li:nth-child(4){
  background-position: 0 -40px ;
  width: 74px;
  height: 24px;

}
ul.paycards li:nth-child(5){
  background-position: -79px -39px ;
  width: 56px;
  height: 27px;
  margin: 8px 0;
}
ul.paycards li:nth-child(6){
  background-position: -141px -39px ;
  width: 56px;
  height: 24px;
}
ul.paycards li:nth-child(7){
  background-position: -47px -77px ;
  width: 110px;
  height: 36px;
}
@media(max-width:1675px){
  .footer .social {
    margin: 12px 0 0 2.5%;
  }
  ul.paycards {
    margin: 12px 0 0 4.5%;
  }
}
@media(max-width:1200px){
  ul.paycards {
    position: absolute;
    margin: 12px 0 0 17.5%;
    bottom: 12px;
    width: inherit;
    text-align: left;
  }
  ul.paycards li {
    margin: 0 5px;
  }
}
#paySystemChange .button-cancel,
.quick-auth .button-cancel ,
.quick-pay .button-cancel {
  position: absolute;
  top: -10px;
  right: -10px;
  text-indent: -9999px;
  background: #d4c6ab url(../img/close.png) no-repeat center;
  background-size: 14px;
  min-width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
}

/* Стили ошибок при несовпадении почты */
.domain_typo .form-item-error,
.domain_hardtypo .form-item-error,
.domain_possible .form-item-error,
.domain_not_supported .form-item-error {
  padding: 15px 0;
}

.domain_typo .my-email-is-correct,
.domain_hardtypo .my-email-is-correct,
.domain_not_supported .my-email-is-correct {
  padding: 10px 0;
  border-top: 1px solid #ab0a47;
}

.domain_typo .form-item-error,
.domain_hardtypo .form-item-error,
.domain_not_supported .form-item-error,
.domain_typo .my-email-is-correct,
.domain_hardtypo .my-email-is-correct,
.domain_not_supported .my-email-is-correct {
  background-color: #c00e51;
}

.domain_typo .form-item-error,
.domain_hardtypo .form-item-error,
.domain_possible .form-item-error,
.domain_not_supported .form-item-error {
  margin-top: 0;
}

.email-is-reported,
.domain_typo .form-item-error,
.domain_hardtypo .form-item-error,
.domain_possible .form-item-error,
.domain_not_supported .form-item-error,
.domain_typo .my-email-is-correct,
.domain_hardtypo .my-email-is-correct,
.domain_possible .my-email-is-correct,
.domain_not_supported .my-email-is-correct {
  width: auto;
  color: #f4dee6;
  font-size: 14px;
  text-align: center;
  margin: 0 20px;
  padding: 15px 10px;
} 

.email-is-reported {
  color: #2b2240;
  padding: 15px 0;
  margin: 15px 0;
  background-color: #fff;
}

.domain_typo a,
.domain_hardtypo a,
.domain_possible a {
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
  user-select: none;
  margin: 10px 0 0 5px;
}

.domain_typo a,
.domain_hardtypo a {
  background-color: #d52e6d;
}

.domain_possible a {
  background-color: #dc8d35;
}

.domain_possible .form-item-error {
  background-color: #b36208;
}

#modalwindow .email-is-reported,
#modalwindow .domain_typo .form-item-error,
#modalwindow .domain_hardtypo .form-item-error,
#modalwindow .domain_possible .form-item-error,
#modalwindow .domain_not_supported .form-item-error,
#modalwindow .domain_typo .my-email-is-correct,
#modalwindow .domain_hardtypo .my-email-is-correct,
#modalwindow .domain_possible .my-email-is-correct,
#modalwindow .domain_not_supported .my-email-is-correct {
  width: auto;
  margin: 0 20px;
  height: auto;
}

.message-box .form-item .inp {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.message-box .form-item .form-item-field {
  width: 100%;
}

.message-box .form-item .inp input:not([type="submit"]) {
  width: 100%;
}