/**
 * @category  Individ
 * 2013 Individ LTD (http://individ.ru)
 */

html,
body
{
  width: 100%;
}
html
{
  height: 100%;
}
body
{
  min-height: 100%;
  font-family: 'PT Sans', sans-serif;
}

/*PHONE APP ADVERT BLOCk*/
.phoneAd {
    background: #c2c2c2; /* Old browsers */
    background: -moz-linear-gradient(top,  #c2c2c2 0%, #eeeeee 50%, #c2c2c2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2c2c2), color-stop(50%,#eeeeee), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c2c2c2 0%,#eeeeee 50%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c2c2c2 0%,#eeeeee 50%,#c2c2c2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c2c2c2 0%,#eeeeee 50%,#c2c2c2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c2c2c2 0%,#eeeeee 50%,#c2c2c2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
    height: 60px;
    display: none;
}

.topBlock-preview {
  overflow: hidden;
}

.topBlock-preview-container {
  position: relative;
}
  .topBlock-preview-container > article {
    width: 960px;
    height: 396px;
    float: left;
  }
  .topBlock-preview-container .dnone {
    display: block;
  }


/* Globals independable classes */
#wrapper {
  /*background: url("images/bg.jpg") repeat-x 0 0;*/
  min-height: 500px;
}
/*404*/
.page404
{
  background:#000;
}
.page404 h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: normal;
    margin: 30px 0 37px;
    text-align: left;
    text-transform: uppercase;
}
.screen-img {
    display: block;
    height: 410px;
    margin: 0 auto;
    text-align: center;
    max-width: 650px;
  width:100%;
}
.text404
{
  color: #FFFFFF;
    font-size: 26px;
    margin: 90px 0 60px;
    text-align: left;
}
.fon1
{
  background:url("/images/404/screen1.png") no-repeat center center transparent;
}
#apps {
  display: none;
}
#main-list404 {
    margin: -21px 0 0;
    position: relative;
}
#main-list404 .main-list-area404 {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
#main-list404  #main-list-gal404 {
  position: relative;
  height: 248px;
  overflow: hidden;
  margin: 0 23px;
  padding: 18px 0 0;
}

#main-list404 .list {
  width: 9999px;
}
#main-list404 article {
  position: relative;
  float: left;
  margin: 22px 12px;
  width: 111px;
  font-size: 12px;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
  color:#fff;
}
#main-list404 article.leave {
  left: -30px;
  opacity: 1;
}
#main-list404 article .i {
  position: relative;
  z-index: 20;
  margin: 0 0 15px;
  font-size: 0;
  line-height: 0;
  height: 151px;
}
#main-list404 article .i img {
  border: 3px solid transparent;
  position: relative;
  top: 0;
  
  transition: top .3s;
  -moz-transition: top .3s;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
}
#main-list404 article .i:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  width: 111px;
  height: 11px;
  background: url("images/mainlist-it.png") no-repeat 0 0;
}

#main-list404 article.active {
  cursor: default;
}
#main-list404 article.active, #main-list404 article:hover {
  color: #2CA8EF;;
}
#main-list404 article.active:before, #main-list404 article:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  
  width: 406px;
  height: 483px;
  top: -208px;
  left: -154px;
}
#main-list404 article.active .i img, #main-list404 article:hover .i img {
  border: 3px solid #fff;
  top: -10px;
  box-shadow:0 5px 40px;
}
#main-list404 article.active .i:after, #main-list404 article:hover .i:after {
  background-position: 0 -11px;
}
#main-list404 a
{
  text-decoration:none;
}
#main-list404 a.prev, #main-list404 a.next {
  position: absolute;
  display: block;
  width: 27px;
  height: 42px;
  top: 100px;
  left: -11px;
  background: url("images/sprite.png") no-repeat 0 0;
  cursor: pointer;
}
#main-list404 a.next {
  left: auto;
  right: -11px;
  background-position: -30px 0;
}
#main-list404 a.prev:hover {background-position: 0 -50px;}
#main-list404 a.next:hover {background-position: -30px -50px;}


.page404 #footer
{
  padding-top:30px;
}



/*****конец 404********/
.top-back{
  background: url("images/back404.png") no-repeat scroll center center #000000;
    display: block;
    height: 976px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.content
{
  min-height:900px;
  width:1000px;
  margin:0 auto;
}
.width {
  width: 960px;
  margin: 0 auto;
}
.backF {
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.backF span {
  display: block;
/*  width: 100%;*/
/*  height: 707px;*/
  /*height: 860px;*/
  height: 839px;
  margin: auto;
  max-width: 1920px
}
.backF img {
  box-shadow:  0 0 40px 10px rgba(0, 0, 0, 0.5);
}
/*.backF .w-640 {display: none;}*/

.ispage .backF {
  overflow: visible;
}
.ispage .backF:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  height: 53px;
  background: url("images/curve.png") no-repeat center 0;
}
.ispage .backF:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -238px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
}

.subtitle {
  font-size: 15px;
  color: #7E7E7E;
  margin: -27px 0 29px;
}

#detail .errored,#detail .date
{
  margin:20px 0;
}
#detail .schedule .date
{
  margin:0;
}


/* Deny text selection, for IE use attribute unselectable="on" instead */
.global-no-select
{
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}




/* Movie session time */
.session-time {
  line-height: 1;
  position: relative;
}
.session-time .balloon {
  bottom: 26px;
  border: 1px solid;
  border-color: #D7DAE1 #D1D1D1 #909090;
  border-radius: 6px;
  bottom: 20px;
  color: #CF5E00;
  /*opacity: 0;*/
  font-size: 13px;
  font-weight: bold;
  left: -40px;
  /*left: -99999px;*/
  min-width: 80px;
  max-width: 300px;
  padding: 8px 14px;
  position: absolute;
  text-decoration: none;
  z-index: 50;
  /*visibility: hidden;  */

   display: none; 
}
/*.session-time a:hover .balloon {*/
  /*opacity:1;*/
  /*z-index:1000;*/
  /*left: -40px;*/
  /*visibility: visible;*/

   /*display: block; */
/*}*/
.session-time .balloon:after,
.session-time .balloon:before {
  content: '';
  position: absolute;
}
.session-time .balloon:before {
  background: #E4E5E7;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  
  background: -moz-linear-gradient(top, #F5F6F7 10%, #E4E5E7);
  background: -webkit-linear-gradient(top, #F5F6F7 10%, #E4E5E7);
  background: -o-linear-gradient(top, #F5F6F7 10%, #E4E5E7);
  background: -ms-linear-gradient(top, #F5F6F7 10%, #E4E5E7);
  background: linear-gradient(to bottom, #F5F6F7 10%, #E4E5E7);
}
.session-time .balloon:after {
  background: #E4E5E7;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  bottom: -7px;
  height: 12px;
  left: 48px;
  width: 12px;
  
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.session-time dl.prices {
  margin: 5px 0;
  min-width: 150px;
}
.session-time dl.prices dt{
  font-weight: normal;
}

.session-time .marker {
  background: #D07203;
  border-radius: 4px;
  color: #fff;
  /*// max-width:23px;*/
  max-width: 90px;
  /*display: inline-block;*/
  display: block;
  margin: 2px 0;
  font-size: 8px;
  padding: 1px 3px;
  vertical-align: top;
}
.session-time .marker.marker-muvik {
  display: block;
  margin-top: 1px;
}

.session-time .marker-2d {
  display: none;
}

.session-time .marker-3dpro {
  max-width:29px !important;
}


.app_ios_download {
position: absolute;
width: 80px;
height: 292px;
right: 0;
z-index: 100;
top: 865px;
text-align: right;
overflow: hidden;
}

.app_ios_download img {
box-shadow: none;
}

.app_ios_download .topImage {
position: absolute;
top:8px;
right:-55px;

-webkit-transition: right 0.2s ease-out 0s;
     -moz-transition: right 0.2s ease-out 0s;
     -o-transition: right 0.2s ease-out 0s;
     transition: right 0.2s ease-out 0s;
}

.app_ios_download:hover .topImage {
right: -25px;
}


.isindex .app_ios_download {
top: 1080px;
}


.app_andropov_download {
position: absolute;
width: 80px;
height: 292px;
left: 0;
z-index: 100;
top: 865px;
text-align: left;
overflow: hidden;
}

.app_andropov_download img {
box-shadow: none;
}

.app_andropov_download .topImage {
position: absolute;
top:8px;
left:-55px;

-webkit-transition: left 0.2s ease-out 0s;
     -moz-transition: left 0.2s ease-out 0s;
     -o-transition: left 0.2s ease-out 0s;
     transition: left 0.2s ease-out 0s;
}

.app_andropov_download:hover .topImage {
left: -25px;
}

.isindex .app_andropov_download {
top: 1080px;
}



.topSearch {
position: absolute;
top: 4px;
right: 220px;
font-family: 'PT Sans', sans-serif;
font-size: 13px;
}
	.topSearch input[type="text"] {
	width: 85px;
	border-radius: 6px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #676b6e;
	background: #828284;
	padding: 0 25px 0 7px;
	color: rgb(0, 123, 203);

	     -webkit-transition: width 0.3s ease-out 0s;
	     -moz-transition: width 0.3s ease-out 0s;
	     -o-transition: width 0.3s ease-out 0s;
	     transition: width 0.3s ease-out 0s;
	}
		.topSearch input[type="text"]:active,
		.topSearch input[type="text"]:focus,
		.topSearch input[type="text"].active {
		border: 1px solid #d6d6d6;		
		background: white;
		width: 150px;
		}
	
	.topSearch input[type="submit"] {
	position: absolute;
	border: none;
	background: url("images/i-search.png") no-repeat 0 0;
	width: 11px;
	height: 12px;
	top: 4px;
	right: 6px;
	text-indent: -9999px;	
	}


/* Header */
#header {
   background: url("images/header.png") no-repeat scroll center 0 transparent;
    height: 95px;
    margin-bottom: -15px;
    position: relative;
    z-index: 60;
}
#topline {
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  color: #424242;
  padding: 3px 16px 5px;
  border-radius: 0px 0px 8px 8px;
  
  background: #dddddd;
  background: -webkit-linear-gradient(top,  #dddddd 0%,#b5b5b5 100%);
  background: -ms-linear-gradient(top,  #dddddd 0%,#b5b5b5 100%);
  background: linear-gradient(to bottom,  #dddddd 0%,#b5b5b5 100%);
  
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#topline a {
  border-bottom: 1px dotted #424242;
}
#topline .s {
  display: inline-block;
  width: 238px;
  vertical-align: middle;
}
#topline .selectFixBox {
  border: none;
  font-size: 12px;
  height: 17px;
}
#topline .selectText {
  font-size: 12px;
  height: 17px;
  line-height: 1.2;
  padding-right: 16px;
}
#topline .selectText:before {
  display: none;
}
#topline .selectText span {
  color: #424242;
  border-bottom: 1px dotted #424242;
  position: relative;
}
#topline .selectText span:before {
    background: url("images/sprite.png") no-repeat -130px -50px;
    content: "";
    display: block;
  width: 15px;
    height: 11px;
    position: absolute;
  margin-right:-25px;
  right: 4px;
  top: 4px;
}
#topline .selectText span:hover {
  color: #2ca8ef;
  border-bottom-color: #2ca8ef;
}

.logo {
  margin: 28px 24px 0 -2px;
  float: left;
}
#header nav {
  float: left;
  margin: 41px 0 0 -8px;
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 1;
}
#header nav a {
  text-decoration: none;
  margin: 0 15px 0 0;
  padding: 3px 0 0 8px;
  position: relative;
  display: inline-block;
  height: 21px;
}
#header nav a:hover
{
  color:#fff;
}
#header nav a.active:before, #header nav a:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  background: url("images/sprite.png") no-repeat 0 -200px;
}
#header nav a.active:after, #header nav a:hover:after {
  content: '';
  display: block; position: absolute;
  width: 8px;
  height: 25px;
  top: 0;
  right: -8px;
  background: url("images/sprite.png") no-repeat right -200px;
}
#header nav a.imax {
  /*
  display: inline-block;
  width: 37px;
  text-indent: -9999px;
  background: url("images/imax-top.png") no-repeat center center;
  vertical-align: middle;
  */
  
  color: #0084FF;
  text-transform: uppercase;
  font-weight: bold;
}
#header nav a.dolby {
  display: inline-block;
  /* width: 46px; */
  width: 54px;
  text-indent: -9999px;
  background: url("images/dolby-atmos-top.png") no-repeat right center;
  vertical-align: middle;
  padding-right: 4px;
}
#header nav a.territory {
  position: absolute;
  right: 90px;
  top: 2px;
}
#header nav a.territory:before{
  content: '';
  position: absolute;
    background: url("images/sprite.png") no-repeat -50px -150px;
    display: block;
    width: 11px;
    height: 11px;
    left: -7px;
    top: 6px;
}
#header nav a.territory.active:after, #header nav a.territory:hover:after {
  display: none;
}
#header nav a.territory:hover {
  color: #2ca8ef;
}

#header .soc-links {
  position: absolute;
  right: 0;
  top: 5px;
}
#header a.buy {
  position: absolute;
  width: 101px;
  height: 43px;
  right: -12px;
  top: 30px;
  background: url("images/buy-top.png") no-repeat 0 0;
  text-indent: -9999px;
}
#header a.buy:hover {
  background-position: 0 -43px;
}


/* Main page*/
#main-preview {
  position: relative;
  height: 396px;
  margin-top: 258px;
}

	.isindex #main-preview {
		height: 502px;
		/*height: 407px;*/
    margin-top: 337px;
		/*margin-top: 338px;*/
		font-family: 'PT Sans', sans-serif;
	}

	.ispage #main-preview {
		/*height: 495px;*/
		height: 106px;
		/*margin-top: 299px;*/
		margin-top: 338px;
		font-family: 'PT Sans', sans-serif;
	}

#main-preview .preview {
  position: absolute;
  overflow: hidden;
  width: 960px;
  height: 396px;
}
#main-preview .panes-line {
  position: absolute;
  width: 9999px;
}
#main-preview .preview .pane {
  width: 960px;
  height: 396px;
  float: left;
  background: #000;
}
#main-preview .info {
  position: relative;
  height: 369px;
  padding: 20px 75px 7px;
  
  transition: all .4s;
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
}
#main-preview .info.play,
#main-preview .topBlock-preview__nav.play {
  opacity: 0;
  
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
#main-preview .topBlock-preview__arrows.play .next,
#main-preview .topBlock-preview__arrows.play .prev {
  opacity: 0;
  
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1); 
}
#main-preview h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin: 0 0 22px;
  text-shadow: 0 0 30px #000;
}
#main-preview h2 a {
  text-decoration: none;
  color: #fff;
}
#main-preview h2 a:hover {
  color: #008BDA;
}
#main-preview .types {
  position: relative;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  margin-left: -26px;
  text-shadow: 0 0 7px #000000;
  
}
#main-preview .types a {
  position: relative;
  margin: 0 -16px 0 0;
  cursor: pointer;
  display: inline-block;
  width: 121px;
  text-align: center;
  color:#ffffff;
  
}
#main-preview .types a:hover
{
  color: #008BDA;
}
#main-preview .types a span:hover
{
  border-bottom: 1px dotted #008BDA;
}
#main-preview .types a span {
  border-bottom: 1px dotted #fff;
  
}
#main-preview .types a.active {
  cursor: default;
}
#main-preview .types a.active span {
  border-bottom: none;
}
#main-preview .types i {
  position: absolute;
  background: url("images/rect.png") no-repeat 0 0;
  width: 121px;
  height: 39px;
  margin: -3px 0 0 -2px;
  left: 2px;
}
#main-preview .age, #detail-preview  .age {
  position: absolute;
  /*left: 48px;*/
  left: 77px;
  bottom: 38px;
  color: #FF8002;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
}
#main-preview .screenings {
  position: absolute;
  left: 284px;
  top: 285px;
  
  font-size: 21px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
#main-preview .screenings .title {
  margin: 0 16px 0 0;
}
#main-preview .screenings .filter {
  color: #000;
  font-size: 14px;
  width: 340px;
  height: 42px;
  
  border-radius: 10px;
  box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.3);
  
  background: #c9dae1;
  background: -moz-linear-gradient(left,  #e4e8ea 0%, #c9dae1 20%, #c9dae1 80%, #e7e9ea 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4e8ea), color-stop(20%,#c9dae1), color-stop(80%,#c9dae1), color-stop(100%,#e7e9ea));
  background: -webkit-linear-gradient(left,  #e4e8ea 0%,#c9dae1 20%,#c9dae1 80%,#e7e9ea 100%);
  background: -o-linear-gradient(left,  #e4e8ea 0%,#c9dae1 20%,#c9dae1 80%,#e7e9ea 100%);
  background: -ms-linear-gradient(left,  #e4e8ea 0%,#c9dae1 20%,#c9dae1 80%,#e7e9ea 100%);
  background: linear-gradient(to right,  #e4e8ea 0%,#c9dae1 20%,#c9dae1 80%,#e7e9ea 100%);
}
#main-preview .screenings .filter .s1,
#main-preview .screenings .filter .s2{
  position: relative;
  float: left;
  width: 193px;
  border-right: 1px solid #D4E5EB;
  height: 42px;
}
#main-preview .screenings .filter .s2{
  width: 144px;
  border-right: none;
  border-left: 1px solid #B0C2C8;
}
#main-preview .screenings .formats {
  display: inline-block;
}
#main-preview .screenings .f {
  display: none;
}
#main-preview .screenings .f.active {
  display: block;
}
#main-preview .screenings a {
  position: relative;
  z-index: 210;
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
}
#main-preview .screenings a span {
  border-bottom: 1px dotted #fff;
}
#main-preview .screenings a.active {
  background: #c9dae1;
  color: #FF7600;
  border-radius: 10px 10px 0px 0px;
  cursor: default;
}
#main-preview .screenings a.active span {
  border-bottom: none;
}
#main-preview .screenings .cinemaselect, #main-preview .screenings .timeselect {
  display: none;
}
#main-preview .screenings .cinemaselect.active, #main-preview .screenings .timeselect.active {
  display: block;
}

#main-preview .buybtn {
  position: absolute;
  top: 302px;
  left: 776px;
  z-index: 10;
}

#main-preview .selectFixBox{
  border: none;
}
#main-preview .selectText {
  font-size: 16px;
  color: #000;
  padding: 10px;
}
#main-preview .selectText:before {
  top: 17px;
}
#main-preview .selectText span {
  border-bottom-color: #000;
}

#main-preview .frames-list-area {
  width: 960px;
  position: relative;
  margin: 0;
}
#main-preview .frames-list-gal {
  position: relative;
  height: 396px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#main-preview .frames-list-gal .list {
  width: 99999px;
}
#main-preview .frames-list-gal article {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  width: 594px;
  font-size: 0;
}
#main-preview .frames-list-gal article img {
  opacity: 0.3;
    min-height: 396px;
    width: auto;
}
#main-preview .frames-list-gal article.active img {
  opacity: 1;
}
#main-preview .frames-list-area a.prev, #main-preview .frames-list-area a.next {
  position: absolute;
  z-indeX: 50;
  display: block;
  width: 27px;
  height: 42px;
  bottom: 110px;
  right: 120px;
  background: url("/bitrix/templates/formulakino/images/sprite.png") no-repeat -170px 0;
  cursor: pointer;
}
#main-preview .frames-list-area a.next {
  right: 80px;
  background-position: -200px 0;
}
#main-preview .frames-list-area a.prev:hover {background-position: -170px -51px;}
#main-preview .frames-list-area a.next:hover {background-position: -200px -51px;}

#main-preview .main-about {
  color: #fff;
  width: 960;
  height: 150px;
  margin: 140px 75px 0;
  overflow: hidden;
  line-height: 1.2;
}

/*body.ua-ios #main-preview{
  padding-top: 110px;
}
body.ua-ios #main-preview:before{
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 6px 6px 0 0;
  content: '';
  height: 110px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.ua-ios #main-preview h2,
body.ua-ios #main-preview .types{
  position: relative;
  top: -120px;
}
body.ua-ios #main-preview .buybtn{
  top: -86px;
}
body.ua-ios #main-preview .main-about{
  margin-top:30px;
}*/

.news .slot:hover,
#list aside article:hover
{
  color: #2CA8EF;
}
#news-right .name,
#list aside #news-right  article .name span

{
  font-size:12px;
}
select.jfix
{
  display:none;
}
#main-list {
  background: url("images/mainlist-bg.png") no-repeat scroll center bottom transparent;
/*    margin: -21px 0 0;*/
/*     margin: -23px 0 0; */
    margin: 70px 0 0;
    position: relative;
}
#main-list .main-list-area {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
#main-list-gal {
  position: relative;
  height: 248px;
  overflow: hidden;
  margin: 0 64px;
  padding: 18px 0 0;
}
#main-list-gal:before, #main-list-gal:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 80;
  left: 0;
  top: 0;
  width: 37px;
  height: 228px;
  background: url("images/mainlist-sh.png") no-repeat -37px 0;
}
#main-list-gal:after {
  left: auto;
  right: 0;
  background-position: 0 0;
}
#main-list .list {
  width: 9999px;
}
#main-list article {
  position: relative;
  float: left;
  margin: 22px 12px;
  width: 111px;
  font-size: 12px;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
}
#main-list article.leave {
  left: -30px;
  opacity: 1;
}
#main-list article .i {
  position: relative;
  z-index: 20;
  margin: 0 0 15px;
  font-size: 0;
  line-height: 0;
  height: 151px;
}
#main-list article .i img {
  border: 3px solid transparent;
  position: relative;
  top: 0;
  
  transition: top .3s;
  -moz-transition: top .3s;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
}
#main-list article .i:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  width: 111px;
  height: 11px;
  background: url("images/mainlist-it.png") no-repeat 0 0;
}
#main-list article a {
  display: block;
  position: relative;
  z-index: 20;
}

#main-list article.active {
  cursor: default;
}
#main-list article.active, #main-list article:hover {
  color: #2CA8EF;;
}
#main-list article.active:before, #main-list article:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  
  width: 406px;
  height: 483px;
  top: -208px;
  left: -154px;
}
#main-list article.active .i img, #main-list article:hover .i img {
  border: 3px solid #fff;
  top: -10px;
  box-shadow:0 5px 40px;
}
#main-list article.active .i:after, #main-list article:hover .i:after {
  background-position: 0 -11px;
}

#main-list a.prev, #main-list a.next {
  position: absolute;
  display: block;
  width: 27px;
  height: 42px;
  top: 100px;
  left: 12px;
  background: url("images/sprite.png") no-repeat 0 0;
  cursor: pointer;
}
#main-list a.next {
  left: auto;
  right: 12px;
  background-position: -30px 0;
}
#main-list a.prev:hover {background-position: 0 -50px;}
#main-list a.next:hover {background-position: -30px -50px;}


#promo-gal-area {
  position: relative;
  margin-top: 30px;
}
#promo-gal {
  position: relative;
  height: 200px;
  overflow: hidden;
  transition: height .2s;
  -moz-transition: height .2s; /* Firefox 4 */
  -webkit-transition: height .2s; /* Safari and Chrome */
  -o-transition: height .2s; /* Opera */
}

#personal .territory-cart-info span.infoBon
{
  display:block;
  font-size:10px;
  font-weight:normal;
  line-height:10px;
  color: #888888;
}
.h15#promo-gal
{
  height:0;
}
.promoline {
  width: 100%;
  height: 25px;
  background: url("images/promo-line.png") no-repeat center 0;
  margin: 28px 0 34px;
}
.promoline a {
  display: block;
  position: absolute;
  left: 50%;
  width: 150px;
  height: 25px;
  margin: -19px 0 0 -75px;
  background: url("images/ars-promo.png") no-repeat 0 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 12px 0 0;
  cursor: pointer;
}
.promoline a .s{display: none;}
.promoline a.promohide {
  background-position: 0 -37px;
  margin-top: -13px;
  padding-top: 6px;
}
.promoline a.promohide .h{display: none;}
.promoline a.promohide .s{display: inline-block;}

#promo-gal .list {
  width: 9999px;
}
#promo-gal article {
  float: left;
  margin: 0 10px;
  width: 300px;
  height: 200px;
  text-align: center;
}
    #promo-gal article:first-child {
      margin-left: 0;
      margin-right: 20px;
    }
    #promo-gal article:last-child {
      margin-right: 0;
      margin-left: 20px;
    }
#promo-gal-area a.prev, #promo-gal-area a.next {
  position: absolute;
  display: none !important;
  display: block;
  width: 27px;
  height: 42px;
  top: 66px;
  left: -48px;
  background: url("images/sprite.png") no-repeat -70px 0;
  cursor: pointer;
}
#promo-gal-area a.next {
  left: auto;
  right: -48px;
  background-position: -100px 0;
}
#promo-gal-area a.prev:hover {background-position: -70px -50px;}
#promo-gal-area a.next:hover {background-position: -100px -50px;}





/* Content */
.content-area {
  overflow: hidden;
  width: 100%;
}
#content {
  margin-bottom: 37px;
  background-color: white\9;
}
.pagecontent {
  /*.ispage #content {*/
  background: #fff;
  position: relative;
/*  margin-top: 270px; */
/*   margin-top: 258px;  */
  min-height: 800px;
  padding: 0;
  overflow: hidden;
  box-shadow:  0 0 20px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.pagecontent .content-width {
  width: 732px;
  float: left;
  padding: 16px 20px;
}

.pagecontent .content-width #events-list {
  overflow: hidden;
}


#content nav {
  font-size: 15px;
  line-height: 1;
  color: #000;
  margin: 0 0 37px;
}
#content nav a {
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 11px 16px 5px;
  display: inline-block;
  height: 20px;
}#content nav a span {
  border-bottom: 1px dotted #000;
}
#content nav a:hover {
  color: #2ca8ef;
}
#content nav a:hover span {
  border-bottom: 1px dotted #2ca8ef;
}
#content nav a.active {
  background: url("images/nav-sub-l.png") no-repeat 0 0;
  font-weight: bold;
  cursor: default;
}
#content nav a.active span {
  border-bottom: none;
}
#content nav a.active:hover {
  color: #000;
}
#content nav a.active:before {
  content: '';
  position: absolute;
  background: url("images/nav-sub-r.png") no-repeat 0 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 36px;
}
#content nav a.active:after {
  content: '';
  position: absolute;
  background: url("images/nav-sub-ar.png") no-repeat 0 0;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  width: 15px;
  height: 10px;
}

.pagecontent aside {
  width: 188px;
  float: right;
  position: relative;
  /*right: 0;
  position: absolute;*/
  background: #F6F6F6;
  box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  
  padding: 8px 16px 5000px;
  margin: 0 0 -5000px;
  
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  
  color: #313131;
  font-size: 13px;
  line-height: 1.2;
  height: 100%;
}
.pagecontent aside .news {
  margin: 20px 0 0 -10px;
}
.pagecontent aside .news article {
  margin: 0 0 26px;
  font-size: 12px;
  color: #555;
}
.pagecontent aside .news article a {
  text-decoration: none;
}
.pagecontent aside .news article a:hover {
  color: #2ca8ef;
}
.pagecontent aside .news article span{
    font-size: 10px;
    color:#888;
    margin-right: 5px;
}
.format .title {
    display: inline-block;
    margin: 10px 17px 0 0;
    vertical-align: top;
  
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
}
.format .t {
  color: #008BDA;
  font-size: 25px;
  line-height: 1.2;
  display: inline-block;
  margin: 3px 0 0;
}
.format .t a {
  display: inline-block;
  text-decoration: none;
  padding: 2px 11px 4px;
  cursor: pointer;
}
.format .t a span {
  border-bottom: 2px dotted #008BDA;
}
.format .t a:hover {
  color: #2ca8ef;
}
.format .t a:hover span {
  border-bottom: 2px dotted #2ca8ef;
}
.format .t a.active {
  cursor: default;
  position: relative;
  color: #fff;
  border-radius: 5px;
  background: #0e63f8;
  background: -moz-linear-gradient(top,  #408fd4 0%, #0e63f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408fd4), color-stop(100%,#0e63f8));
  background: -webkit-linear-gradient(top,  #408fd4 0%,#0e63f8 100%);
  background: -o-linear-gradient(top,  #408fd4 0%,#0e63f8 100%);
  background: -ms-linear-gradient(top,  #408fd4 0%,#0e63f8 100%);
  background: linear-gradient(to bottom,  #408fd4 0%,#0e63f8 100%);
  
  box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.format .t a.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid #fff;
  border-top: 6px solid #0e63f8;
  left: 50%;
  margin-left: -4px;
  bottom: -12px;
}
.format .t a.active span {
  border: none;
}

.format .t a.imax1, .format .t a.dolby {
  padding-bottom: 0;
}
.format .t a.imax1 span, .format .t a.dolby span,
.format .t a.format-dolby-atmos span {
  position: relative;
  width: 59px;
  display: inline-block;
  text-indent: -9999px;
}
.format .t a.imax1.active, .format .t a.dolby.active {
  padding-bottom: 4px;
}
.format .t a.imax1 span:before, .format .t a.dolby span:before ,
.format .t a.format-dolby-atmos span:before
{
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  width: 59px;
  height: 19px;
  background: url("images/imax.png") no-repeat 0 0;
}
.format .t a.imax1.active span:before, .format .t a.dolby.active span:before,
.format .t a.format-dolby-atmos.active span:before
{
  background-position: 0 -19px;
}

.format .t a.dolby span,
.format .t a.format-dolby-atmos span{
  width: 70px;
}
.format .t a.format-dolby-atmos span:before,
.format .t a.dolby span:before {
  width: 70px;
  background: url("images/dolby-atmos.png") no-repeat 0 0;
}


/* List on page */
#list-page article {
  width: 350px;
  float: left;
  /*display:inline-block;*/
  margin: 0 20px 60px 0;
  padding: 0;
  position: relative;
  font-size: 13px;
  line-height: 1.2;
}

#list-page > .w350 > article {
  width: 350px !important;
}


#list-page article .default-one {
  margin-right: 0;
}

#list-page article:after {
    background: url("images/d-review.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 216px;
    position: absolute;
    right: -20px;
    top: -4px;
    width: 13px;
}

.fest-cont #list-page article {
  margin: 0 8px 60px 0;
}

#list-page article:nth-child(2n) {
  margin-right: 0;
}
#list-page article:nth-child(2n):after {
  display: none;
}
#list-page article .img {
  position: relative;
  margin: 0 17px 0 0;
  width: 114px;
}
#list-page article .age {
  display: block;
  position: absolute;
  background: url("images/sprite.png") no-repeat 0 -100px;
  width: 22px;
  height: 20px;
  color: #FF8A01;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  top: -4px;
  right: -14px;
  padding: 5px 0 0 6px;
}
#list-page article .info {
  float: left;
  width: 200px;
}
#list-page article h2 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  color: #007BCB;
  max-width: 103px;
  display: inline-block;
  overflow: hidden;
}
#list-page article h2 a {
  text-decoration: none;
}
#list-page article h2 a:hover {
  color: #2ca8ef;
}
#list-page article .prop {
  float: none;
  color: #2E2E2E;
  margin: 0 0 4px;
}
#list-page article .prop b {
  display: block;
}
#list-page article .text {
  color: #656565;
  margin: 14px 0 0;
  line-height: 1.4;
}
#list-page article .btn { 
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 8px;
  margin: 7px 0 0 6px;
  text-align:center;
  text-align:center;
  border: none;
  border-radius: 8px;
  
  background: #ffc500;
  background: -webkit-linear-gradient(top,  #ffc500 0%,#ff8702 100%);
  background: -ms-linear-gradient(top,  #ffc500 0%,#ff8702 100%);
  background: linear-gradient(to bottom,  #ffc500 0%,#ff8702 100%);
  
  box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}

#list-page article .btn_off { 
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 8px;
  margin: 7px 0 0 6px;
  text-align:center;
  text-align:center;
  border: none;
  border-radius: 8px;
  
  background: #FC3A00;
  background: -webkit-linear-gradient(top,  #FC3A00 0%,#ff8702 100%);
  background: -ms-linear-gradient(top,  #FC3A00 0%,#ff8702 100%);
  background: linear-gradient(to bottom,  #FC3A00 0%,#ff8702 100%);
  
  box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	
	bottom: -40px;
	height: 35px;
	margin: 0;
	position: absolute;
	right: 6px;
	text-align: center;
	
	cursor: default !important;
}



#fest-list {
  margin: 12px 0 0;
}
#fest-list .fest-item {
  /*margin: 0 0 10px;*/
  margin: 0 0 0;
  text-align: left;
}
#fest-list h2.title {
  position: relative;
  z-index: 10;
  
  /*font-size: 28px;*/
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #0596d6;
  padding: 16px 16px 0;
  margin: 0;
  min-height: 60px;
  cursor: pointer;
  
  border-radius: 10px;
  text-decoration: underline;
  /*box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background: #f5f6f7;
  background: -webkit-linear-gradient(top, #f5f6f7 0%,#e1e3e5 100%);
  background: -ms-linear-gradient(top, #f5f6f7 0%,#e1e3e5 100%);
  background: linear-gradient(to bottom, #f5f6f7 0%,#e1e3e5 100%);*/
  
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#fest-list .fest-item h2.title:before  {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(/bitrix/templates/formulakino/images/cat_prefix_icon.png) no-repeat;
    float: left;
    margin-top: 4px;
    margin-right: 20px;
}
#fest-list .fest-item.active h2 {
    text-decoration: none;
}
#fest-list .fest-item.active h2.title:before  {
    background-position: -22px 0;
}
#fest-list h2.title span {
  /*border-bottom: 2px dotted #007BCB;*/
}
#fest-list h2.title:hover {
  color: #2ca8ef;
}
#fest-list h2.title:hover span {
  /*border-bottom: 2px dotted #2ca8ef;*/
}
#fest-list .active h2.title {
  font-size: 24px;
  color: #375260;
  font-weight: bold;
}
#fest-list .active h2.title span {
  border-bottom: none;
}
#fest-list h2.title:after {
  /*content: '';*/
  display: block;
  position: absolute;
  width: 10px;
  height: 16px;
  top: 24px;
  right: 19px;
  background: url("images/sprite.png") no-repeat -150px -50px;
}
#fest-list .active h2.title:after {
  top: 26px;
  width: 15px;
  height: 11px;
  background-position: -130px -50px;
}
#fest-list .fest-cont {
  position: relative;
  top: -15px;
  padding:10px;
  padding-left: 60px;
}
.advert#fest-list .fest-cont
{
  top:0;
  padding:10px;
}
#fest-list .top .info {
  position: relative;

  margin: 0 0 30px;
}
#fest-list .top .info:after {
  /*content: '';*/
  display: block;
  position: absolute;
  width: 754px;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url("images/fest-sh.png") no-repeat center 0;
}
#fest-list .top .info .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 278px;
  height: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  padding: 27px 19px;
}
#fest-list .top .info .date {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 9px;
}
#fest-list .fest-cont {
  display: none;
}
#fest-list .active .fest-cont {
  display: block;
}

#cinema-img-area {
  position: relative;
  margin: 0 0 28px;
}
#cinema-img {
  font-size: 0;
}
#cinema-img-area .pre { margin: 6px 0 0 -3px;
}
#cinema-img-area .pre .pano {
  float: right;
  margin: 0 -6px 0 0;
}
#cinema-img-area .pre .pano span {
  font-size: 13px;
  line-height: 1.2;
  color: #2E2E2E;
  font-weight: bold;
  width: 80px;
  margin: 6px 0 0;
}
#cinema-img-area ul {
  margin: 0 0 7px;
  padding: 0;
  float: left;
}
#cinema-img-area li {
  margin: 0 4px 0 0;
  padding: 0;
  background: none;
  float: left;
  border: 3px solid transparent;
  font-size: 0;
  border-radius: 3px;
}
#cinema-img-area span {
  float: left;
}
#cinema-img-area li.active {
  border-color: #007BCB;
}
#cinema-img-area .pre .links {
  margin: 0 16px 7px;
  font-size: 15px;
  color: #000;
}
#cinema-img-area .pre .links a.plan {
  margin-right: 35px;
}
#cinema-img-area .pre .links a {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  cursor: pointer;
  margin: 0 12px;
}
#cinema-img-area .pre .links a.active {
  font-size: 20px;
  color: #FFAE00;
  font-weight: bold;
  border-bottom: none;
  cursor: default;
}
#cinema-img-area:after {
  content: '';
  display: block;
  position: absolute;
  width: 754px;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url("images/fest-sh.png") no-repeat center 0;
}
#cinema-img-area .links {
  padding: 10px 0 16px;
  font-size: 15px;
  line-height: 1;
}
#cinema-img-area .links a {
  color: #000;
  text-decoration: none;
  border-bottom: dotted 1px #000;
  line-height: 1.5;
  margin: 0 7px;
}
#cinema-img-area .links a.active {
  color: #FFAE00;
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
#cinema-img-area .links .title {
  margin: 0 20px 0 0;
  float: none;
}

#cinemas .desc {
  line-height: 1.2;
}
#cinemas .desc .col {
  float: left;
  width: 212px;
  margin: 0 46px 0 0;
}
#cinemas .desc .col:nth-child(3n) {
  margin-right: 0;
}
#cinemas .desc h3 {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  margin: 17px 0 5px -10px;
  padding: 2px 10px;
  background: #FFBA00;
}
#cinemas .date h2, #detail .date h2 {
  float: left;
  margin: 0 10px 7px 0;
}
#cinemas .date .s, #detail .date .s {
  width: 160px;
  float: left;
   margin: 2px 30px 0 0;
}


/*Cinemas halls*/
.halls .hall {
  margin: 20px auto;
  position: relative;
}

.halls .hall .screen {
  background: black;
  font-size: 13px;
  height: 4px;
  margin:0 auto;

  text-align: center;
}

.halls .hall .row {
  height: 14px;
  position: absolute;
  width: 100%;
}

.halls .hall .places {
   height: 100%;
    margin: 0 auto;
    position: relative;
    width: 690px;
}

.halls .hall .row .place {
  background: #28B9CB;
  color: white;
  font-size: 11px;
  height: 100%;
  line-height: 1.7;
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
}

.halls .hall .row .row-num {
  font-size: 11px;
  line-height: 1.3;
  position: absolute;
  top: 0;
}
.halls .hall .row .row-num.left {
  left: 0;
}
.halls .hall .row .row-num.right {
  right: 0;
}
#cinemas .cinema-movie-schedule .date .s{
    float: left;
    margin: 8px 30px 0 0;
    width: 160px;
}
/* Footer */
#footer {
  background: url("images/footer-bg.gif");
  color: #fff;
}

#footer-gal-area {
  position: relative;
  padding: 29px 0 0;
  margin: 0 0 31px;
}
#footer-gal {
  position: relative;
  height: 79px;
  overflow: hidden;
  margin: 0 29px;
}
#footer-gal .list {
  width: 9999px;
}
#footer-gal article {
  float: left;
  margin: 0 15px;
  width: 195px;
}
#footer-gal-area a.prev, #footer-gal-area a.next {
  position: absolute;
  display: block;
  width: 14px;
  height: 21px;
  top: 58px;
  left: 0;
  background: url("images/sprite.png") no-repeat -130px 0;
  cursor: pointer;
}
#footer-gal-area a.next {
  left: auto;
  right: 0;
  background-position: -150px 0;
}

#footer nav {
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 1.4;
}
#footer nav a {
  display: inline-block;
  margin: 0 20px 6px 0;
  text-decoration: none;
  width: 140px;
}
#footer nav a:nth-child(6n) {
  margin-right: 0;
}
#footer .info {
  border-top: 1px solid #2D3236;
  font-size: 12px;
  line-height: 1;
  padding: 14px 0;
}
#footer .info .soclinks {
  margin: 0 0 0 10px;
}
#footer .col {float: left;}
#footer .col1 {
  margin: 0 80px 0 0;
}
#footer .col1 a {
  display: inline-block;
  vertical-align: middle;
}
#footer .col3 { float: right;
}
#footer .search {
  display: inline-block;
  position: relative;
  margin: -3px 0 0;
}
#footer .search .inputtext {
  border: 1px solid #555;
  font-size: 11px;
  line-height: 1;
  color: #909090;
  font-family: 'PT Sans', sans-serif;
  padding: 1px 5px;
  width: 158px;
  vertical-align: middle;
}
#footer .search .btn {
  position: absolute;
  border: none;
  background: url("images/i-search.png") no-repeat 0 0;
  width: 11px;
  height: 12px;
  top: 4px;
  right: 6px;
  text-indent: -9999px;
}

#footer .maplink {
  display: none;
}


#app-android, #app-iphone {
  position: absolute;
  z-index: 120;
  top: 878px;
  left: 0;
  width: 65px;
  height: 320px;
  font-size: 11px;
  line-height: 1.2;
  color: #000;
}
#app-android a, #app-iphone a {
  text-decoration: none;
}
#app-iphone {
  overflow: hidden;
  left: auto;
  right: 0;
  width: 115px;
}
#app-android .inc {
  right: 0;
  position: absolute;
  padding: 0 0 0 20px;
}
#app-android .store {
  margin: 30px 0 0 80px;
}
#app-android span {
  display: block;
  margin: 6px 0 0 80px;
}
#app-android .phone, #app-iphone .phone {
  transition: all .2s;
  -moz-transition: all .2s; /* Firefox 4 */
  -webkit-transition: all .2s; /* Safari and Chrome */
  -o-transition: all .2s; /* Opera */
}
#app-android .phone {
  position: relative;
  left: 0;
}
#app-iphone .phone {
  position: relative;
  right: 0;
  margin: 0 0 0 85px;
}
#app-iphone .store {
  margin: 30px 0 0 50px;
}
#app-iphone span {
  display: block;
  width: 60px;
  margin: 6px 0 0 50px;
}
#app-android:hover .phone {
  left: 80px;
}
#app-iphone:hover .phone {
  right: 70px;
}

/*vacancies*/
.citylinks
{
  margin:10px 0 20px 0;
}
.citylinks a
{
  text-decoration:none;
  border-bottom:1px dotted;
  font-size: 15px;
  margin-right:10px;
}
.citylinks a.active
{
  border-bottom: medium none;
    color: #FFAE00;
    font-size: 16px;
    font-weight: bold;
}



/* Loading indicator */
.loading-indicator
{
  min-height: 16px;
  position: relative;
}
.loading-indicator .loading-layer,
.loading-indicator .loading-icon
{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.loading-indicator .loading-layer
{
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.loading-indicator .loading-icon
{
  background: url('images/loading.gif') no-repeat center center transparent;
}




/* Form */
.form label
{
}
.form .field
{
}
.form-required,
.starrequired, .required
{
  color: red;
}
.form .form_footer
{
}
.form .form_info
{
}

.konkurs .form label
{
  font-weight:bold;
}
.konkurs .form .field
{
  margin-bottom:10px;
}
.konkurs .form .field label
{
  font-weight:normal;
  margin-left:15px;
}
.konkurs .form_footer
{
  margin:30px 0 20px 0;
}
.inputtext
{
   border: 1px solid #ACACAC;
    border-radius: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    text-align: left;
  padding:0 0 0 10px;
}
.inputselect
{
}
.inputtextarea
{
}
button::-moz-focus-inner
{
  padding: 0;
  border: 0
}

#content .btn, #cinemas-map .btn{
    margin: 0 35px;
    color: #fff;
    padding: 0 15px;
    width: auto;
    height: 25;
    border: none;
  background: #fec600;
  background: -webkit-linear-gradient(top,  #fec600 0%,#ff8702 100%);
  background: -ms-linear-gradient(top,  #fec600 0%,#ff8702 100%);
  background: linear-gradient(to bottom,  #fec600 0%,#ff8702 100%);
    border-radius:12px;
    box-shadow: 0px 1px 2px #888;
  text-decoration: none;
}
#cinemas-map .btn
{
  float:left;
  margin:10px 0;
  padding:3px 15px;
}
#content .btn:hover,
#cinemas-map .btn:hover{
  background: #ff8702;
  background: -webkit-linear-gradient(top,  #ff8702 0%,#fec600 100%);
  background: -ms-linear-gradient(top,  #ff8702 0%,#fec600 100%);
  background: linear-gradient(to bottom,  #ff8702 0%,#fec600 100%);
  box-shadow:none;
  color: #fff;
}

/* select */
.selectFixBox {
    display: block;
    font-size: 14px;
  font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 8px;
  position: relative;
  height: 30px;
}
.selectFixBox.boxOpened{
  z-index: 180;
}
.selectText {
  color: #008BDA;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 160;
}
.selectBlock {
  display: none;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
  padding: 40px 10px 10px;
    position: absolute;
    z-index: 120;
}
.selectBlock.opened {
  display: block;
  border-radius: 10px;
  background: #f5f7f8;
  background: -webkit-linear-gradient(top, #f5f7f8 0%,#e2e4e6 100%);
  background: -ms-linear-gradient(top, #f5f7f8 0%,#e2e4e6 100%);
  background: linear-gradient(to bottom, #f5f7f8 0%,#e2e4e6 100%);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  z-index:100;
}
.selectBlock > div {
  overflow: hidden;
  overflow-y: auto;
}
#content ul.selectFix  {
  margin:0;
  list-style:none outside none;
}
.opened .selectFix {

}
.selectFix li {
    border-radius: 8px;
    cursor: pointer;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}
.selectFix li.disabled, .selectFix li.city {
  color: #008BDA;
  text-transform: uppercase;
  font-weight: bold;
  cursor:default;
}
.selectFix.opened li:hover {
    color: #000;
}
.selectFix li.li_top {
    color: #000000;
    display: block;
  position: relative;
}
.selectFix.opened li.li_top {
    margin-bottom: 15px;
}
.selectText:before {
    background: url("images/sprite.png") no-repeat -131px -50px;
    content: "";
    display: block;
  width: 15px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 11px;
}
.selectFix.opened li.selected, .selectFix.opened li.selected:hover {
    color: #2ca8ef;
  font-weight: bold;
}
.selectFix li img {
    float: left;
    margin-top: 5px;
    max-height: 22px;
}
.selectFix li:hover span  {
  color: #2ca8ef;
}

.metro .selectFix li 
{
  padding:4px 0;
}
.metro .iconM
{
  border-radius: 24px 24px 24px 24px;
    float: left;
    height: 24px;
    margin: -4px 8px 0 0;
    text-align: center;
    width: 24px;
}
.metro .selectText 
{
  padding:2px 10px;
}
.metro .selectText .iconM
{
  margin-top:1px;
}
.metro .iconM img
{
  float:none;
  margin:1px;
}
.metro .selectFix li .iconM img
{
  float:none;
  margin:6px 0;
}
.selectFix li.disabled:hover span
{
  color: #008BDA;
}

table.table {
  width: 100%;
}
table.table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table.table td {
  border: 1px solid #ddd;
  padding: 8px;
}




/* Tools */
.notetext, .errortext
{
  color: #0f514c;
}
.errortext
{
  color: #650d0d;
}

a.soc {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/images/icons_social.png");
  margin: 0 2px;
}
a.soc-vk {background-position: 0 0;}
a.soc-fb {background-position: -20px 0;}
/*a.soc-yt {background-position: -40px 0;}*/
a.soc-tw {background-position: -40px 0;}
a.soc-ig {background-position: -60px 0;}
a.soc-ok {background-position: -80px 0;}

.buybtn {
  display: block;
  position: relative;
  background: url("images/buy-main-sp.png") no-repeat 0 0;
  width: 135px;
  height: 59px;
  text-indent: -9999px;
}
.buybtn:hover {
  background: none;
}
.buybtn:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 210px;
  height: 130px;
  background: url("images/buy-main-sp.png") no-repeat 0 -59px;
  margin: -36px 0 0 -33px;
}

.cinema-select {
  font-size: 20px;
  margin: 7px 0 0 0;
}
.cinema-select .s {
  margin: 5px 0 0 -3px; /*-7px 0 0 -12px*/
  width: 222px;
}
.cinema-select .b-core-ui-select {
  color: #008BDA;
  font-size: 20px;
  font-weight: normal;
}
.cinema-select .b-core-ui-select__value {
  border-bottom: 1px dotted #008BDA;
    display: inline-block;
    max-width: 183px;
}
.cinema-select .b-core-ui-select__button {
  top: 19px;
  right: 5px;
}

.schedule {
  border-radius: 10px;
  margin: 13px -15px;
}
.schedule .head {
  position: relative;
  z-index: 50;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #7F7E7E;
  min-height: 51px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  background: #f5f6f7;
  background: -webkit-linear-gradient(top,  #f5f6f7 0%,#e1e3e5 100%);
  background: -ms-linear-gradient(top,  #f5f6f7 0%,#e1e3e5 100%);
  background: linear-gradient(to bottom,  #f5f6f7 0%,#e1e3e5 100%);
}
.schedule .date {
  border-right: 1px solid #CACACB;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 0 15px 0 28px;
  padding: 0 8px 0 0;
  width: 50px;
}
.schedule .date .s {
  margin: -9px 0 0 -14px;
  width: 86px;
}
.schedule .cinema {
  margin: 7px 15px 0 0;
  width: 166px;
  float: left;
}
.schedule .cinema .s {
  margin: -9px 0 0 -14px;
}
.schedule .point-of-ref {
  margin-left: 80px;
}
.schedule .time {
  margin-top: 7px;
}
.schedule .time .v {
  color: #3E3E3E;
  font-size: 10px;
  font-weight: normal;
  margin-top: 7px;
  margin-right: -1%;
  overflow: hidden;
}
.schedule .time .v span {
  float: left;
  width: 5.55555%;
}
.schedule .cinemas {
  position: relative;
}
.schedule .cinemas .timeline {
  bottom: 0;
  position: absolute;
  top: 0;
}
.schedule .cinemas .timeline span {
  background: #f26902;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 40;
  
  background: -webkit-linear-gradient(top, #f26902 0%,#fabe00 100%);
  background: -ms-linear-gradient(top, #f26902 0%,#fabe00 100%);
  background: linear-gradient(to bottom, #f26902 0%,#fabe00 100%);
}
.schedule .cinemas .timeline span:before {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: #f26902;
}

.schedule .item {
  font-size: 15px;
  line-height: 1;
  color: rgb(46, 46, 46);
  position: relative;
  padding: 17px 15px 18px;
  
  background: rgb(250, 250, 250);
  background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;
  background: -ms-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;
  background: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;
}
.schedule .item:first-child {
  padding-top: 31px;
}
.schedule .last-item {
  padding-bottom: 0;
}
.schedule .item b {
  font-weight: normal;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 4px;
  position: relative;
  z-index: 50;
}
.schedule .item .times {
  bottom: 0;
  position: absolute;
  top: 0;
  padding:10px 0;
  z-index: 50;
}
.schedule .item a {
  color: #008BDA;
  cursor: pointer;
  position: relative;
  text-decoration: underline;

  display: block;
  margin-bottom: 2px;
}
.schedule .item a:hover {
  color: #2ca8ef;
}
.schedule .item .hall {
  border-bottom: 1px #e0e0e0 dotted;
  position: relative;
  padding:10px 0;
}
.schedule .item .hall:hover {
  background-color: rgba(210, 230, 250, 0.5);
  border: 1px solid #aaeeff;
  border-radius: 10px;
}
.schedule .item .hall .hall-name-type {
  display: inline-block;
    vertical-align: top;
    width: 88px;
}
.schedule .item .hall .type
{
  color: #D07203;
  /*display: inline-block;*/
  display: block;
  font-size:13px;
  /*width: 35px;*/
  // width: 150px;
  width: 78px;
}
.schedule .item .hall a.past {
  opacity: 0.5;
  cursor: default;
}
.schedule .item .hall .date {
  display: none;
}
.schedule .item .hall .date.active {
  display: block;
}

.schedule .item .session-time {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  /*display: inline-block;*/
}

/* Offsets:
 * - base left: 80
 * - padding-left: 15px
 * - padding-right: 15px
 */
.schedule .cinemas .timeline {
  left: 95px;/*80 + 15*/
  right: 30px;/* 15 + 15*/
}
.schedule .item .times {
  left: 90px;
  right: 15px;
}
.schedule .time{
  margin-left: 95px;/*80 + 15*/
}



.transition {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
}
.sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.ar-gray {
  background: url("images/ars-gray.png") no-repeat 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: bold;
  left: 50%;
  line-height: 1.2;
  margin: -19px 0 0 -57px;
  padding: 12px 0 0 0;
  position: absolute;
  text-align: center;
  width: 116px;
  height: 36px;
}
a.ar-gray .s {
  display: none;
}
a.ar-gray.active .h {
  display: none;
}
a.ar-gray.active .s {
  display: block;
}
.search-page input.inputtext 
{
  border: 1px solid #ACACAC;
    border-radius: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    text-align: left;
  padding: 0 0 0 10px;
  width:400px;
}

#content .search-page  input.btn
{
   bottom: -40px;
    height: 35px;
    margin: 0;
    position: absolute;
    right: 6px;
    text-align: center;
}

.show640 {
  display: none;
}
.show320 {
  display: none !important;
}
.show320 .marker
{
   display: block;
    margin: 3px 0;
}
.show320  .marker-2d {
  display:none;

}
.hide320 .marker-subtitles
{
  display:inline-block;
}
/*imax page*/
.imgImax{
  margin:0 0 0 -20px;
  position:relative;
  width:771px;
}
.imgImax img{
  min-width: 100%;
}
.text-block
{
  background: url("images/shadow.png") no-repeat scroll center bottom transparent;
    margin: 30px 0;
    padding: 0 0 54px;
}
.text-block .block
{
   display: inline-block;
    vertical-align: top;
    width: 48%;
  margin:0 1% 0 0;
}

.imgImax .imax-txt {
    bottom: 14px;
    color: #FFFFFF;
    font-family: 'PT Sans',sans-serif;
    font-size: 45px;
    font-weight: bold;
    left: 30px;
    line-height: 45px;
    position: absolute;
    right: 30px;
    text-align: center;
}

.info-txt
{
  float:left;
  text-align:left;
  width:360px;
  font-size: 14px;
}
.info p
{
  margin:10px 0;
}
.info a
{
  color:#008BDA;
}
.info a:hover
{
  color:#008BDA;
}
.info h2
{
  line-height: 28px;
    margin-top: 0;
}
.city-choose
{ 
  float:right;
  margin-top:0;
  width:265px;
  margin-right:40px;
}
.city-choose .sel-choose
{
  width:160px;
  float:right;
  margin-top:2px;
}
#detail .date h2
{
  font-size:21px;
}
.cinema-movie-schedule .date
{
  margin-bottom:10px;
}

.topBlock-preview__arrows {  
}
    .topBlock-preview__arrows .next,
    .topBlock-preview__arrows .prev {     
      text-decoration: none;
      position: absolute;
      top: 106px;
      width: 50px;
      height: 396px;
      overflow: hidden;
      text-indent: -9999px;
      background: rgba(0,0,0,.3);
      opacity: 0;

      transition: all .4s;
      -ms-transition: all .4s;
      -webkit-transition: all .4s;
    }
    .topBlock-preview__arrows .prev {
        left: -50px;
    }
    .topBlock-preview__arrows .next {
        right: -50px;
    }     
      .topBlock-preview__arrows .prev:hover,
      .topBlock-preview__arrows .next:hover {
      }

    .topBlock-preview__arrows .prev:before,
    .topBlock-preview__arrows .next:before {
      content: '';
      display: block;
      width: 21px;
      position: absolute;
      height: 62px;
      background: url(/images/nav_arrows.png) no-repeat;
      top: 50%;
      margin-top: -30px;
      left: 50%;
      margin-left: -10px;
    }
    .topBlock-preview__arrows .prev:before {
      background-position: 0 0;
      background-position: -21px 0;
    }
        .topBlock-preview__arrows .prev:hover:before {
        }
    .topBlock-preview__arrows .next:before {
      background-position: 0 -62px;
        background-position: -21px -62px;
    }
        .topBlock-preview__arrows .next:hover:before {
        }

/* Responsive: width <= 1200px */
@media screen and (max-width: 1200px), screen and (max-device-width: 1200px)
{
  #promo-gal-area a.prev {
    left: -30px;
  }
  #promo-gal-area a.next {
    right: -30px;
  }
}


/* Responsive: width <= 1000px */
@media screen and (max-width: 1000px), screen and (max-device-width: 1000px)
{
  #promo-gal-area a.prev {
    left: 0;
  }
  #promo-gal-area a.next {
    right: 0;
  }
  .content-width .filter .cinema-select {
    float: left;
    margin: -10px 0 30px;
    width: 405px;
    vertical-align: middle;
  }
}


/* Responsive: width <= 960px */
@media screen and (max-width: 960px), screen and (max-device-width: 960px) and (orientation:portrait) {
.bottom_banner {
    display: none;
}

.topBlock-preview {
  height: 263px;
}

.topSearch {
top:2px;
}

.app_ios_download {
top: 520px;
}

.isindex .app_ios_download {
top: 930px;
}

.topBlock-preview__arrows .next, 
.topBlock-preview__arrows .prev {
  height: 263px;
}


  .show640 {
    display: block;
  }
  .hide640 {
    display: none;
  }
  .imax-img640 {
    width: 45%;
    height: 45%;
  }
  .news .row {
    clear: none;
    float: none;
}
  .width {
    width: 640px;
  }
  #detail .date .s {
    float: left;
    margin: 0 20px 10px 0;
    width: 155px;
  }
  .format .t a.dolby span,
  .format .t a.format-dolby-atmos span{
    width: 59px;
  }
  
  #content .format .t a.dolby span,
  #content .format .t a.format-dolby-atmos span{
    width: 59px;
  }
  
  #content .format .t a.format-dolby-atmos span:before,
  #content .format .t a.dolby span:before  {
    width: 59px;
    background: url("images/dolby-atmos-640.png") no-repeat 0 0;
  }
  #wrapper {
    background: none;
  }
  #detail .errored,#detail .date
  {
    margin:20px 0 0;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    margin: 11px 0 8px;
  }
  .subtitle {
    margin: -25px 0 16px;
  }
  .logo {
    margin: 18px 13px 0 2px;
  }
  .logo img {
    width: 180px;
    height: auto;
  }
  #detail .date h2
  {
    font-size:18px;
    margin:0 10px 0 0;
  }
  .format .t {
    font-size:20px;
  }
  .top-ad .w-default {display: none;}
  .top-ad .w-640 {display: block;}
  .top-ad span {
    height: 460px;
  }
  
/* KOCMOC add block   */
  .backF .w-default {display: block;}
  /*.backF .w-640 {display: block;}*/
  .backF span {
    height: 460px;
  }
/* KOCMOC add block end  */
  
  
  #header 
  {
    background: url("images/header.png") no-repeat scroll center 0 transparent;
    position: relative;
    z-index: 60;
  }
  #header nav {
    margin: 20px 0 0 0;
    line-height: 1.4;
    width: 423px;
    line-height: 1;
  }
  #header nav a {
    height: 23px;
  }
  #header .soc-links {
    right: 6px;
  }
  #header a.buy {
    right: -8px;
  }
  
  #main-preview {
    margin-top: 121px;
    height: 263px;
    z-index: 20;
  }
  #main-preview .preview, 
  #main-preview .preview .pane,
  #main-preview video,
  #main-preview .video-js {
    width: 640px !important;
    height: 263px !important;
    overflow:hidden;
  }
  
  #main-preview .frames-list-area a.prev
  {
    right:395px;
    top:150px;
  }
  #main-preview .frames-list-area a.next 
  {
    right:360px;
    top:150px;
  }
  #main-preview .main-about
  {
  
  }
  #main-preview .info {
    height: 253px;
    padding: 5px 11px;
  }
  #main-preview h2 {
    font-size: 44px;
  }
  #main-preview .buybtn {
    left: 504px;
    top: 204px;
  }
  #main-preview .types {
    position:absolute;
    margin: 0 0 0 1px;
    
  }
  #main-preview .main-about
  {
    margin-top:116px;
  }
  #main-preview .age {
    left: 10px;
    bottom: 14px;
  }
  #main-preview .screenings {
    left: 105px;
    top: 184px;
  }
  
  /*body.ua-ios #main-preview h2,
  body.ua-ios #main-preview .types{
    top: -108px;
  }*/
  
  #main-list {
    margin: 0;
    
    background: #f3f3f3;
    background: -moz-linear-gradient(top,  #f3f3f3 0%, #c5c8cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#c5c8cb));
    background: -webkit-linear-gradient(top,  #f3f3f3 0%,#c5c8cb 100%);
    background: -o-linear-gradient(top,  #f3f3f3 0%,#c5c8cb 100%);
    background: -ms-linear-gradient(top,  #f3f3f3 0%,#c5c8cb 100%);
    background: linear-gradient(to bottom,  #f3f3f3 0%,#c5c8cb 100%);
  }
  #main-list-gal {
    height: 216px;
    padding: 28px 0 0;
  }
  
  #promo-gal-area {
    margin-top: 15px;
  }
  #promo-gal {
    height: 133px;
    /*margin: 0 38px;*/
  }
  #promo-gal article {
    width: 200px;
    margin: 0 0 0 0;
    height: 133px;
  }
  #promo-gal article img {
    width: 100%;
    height: auto;
  }
  #promo-gal-area a.prev {
    top: 30px;
    left: 0;
  }
  #promo-gal-area a.next {
    top: 30px;
    right: 0;
  }
  .promoline {
    margin-bottom: -8px;
  }
  
  #newsshow {
    display: none;
  }
  .filter .params .subtitles
  {
    width:600px;
  }
  .premium-hall
  { 
    display:inline-block;
    margin:0 15px 0 0;
  }
  .pagecontent .content-width {
    float: none;
    width: auto;
  }
  .pagecontent aside {
    float: none;
    width: auto;
    padding: 16px;
    margin: 0;
  }
  .pagecontent aside .news {
    margin: 0 0 0 10px;
  }
  .pagecontent aside .news article {
    float: left;
    margin-right: 30px;
    width: 172px;
  }
  
  #cinemas .content-width {
    padding: 53px 15px 16px;
    width: 610px;
  }
  .halls .hall .row .place {
    font-size: 10px;
  }

  #list-page article {
    width: 286px;
  }
  #list-page article .info {
    width: 154px;
  }
  
  #fest-list .top .info:after {
    width: 600px;
  }
  
  #content #cinema-img-area img {
    width: 100%;
  }
  
  #footer nav a:nth-child(6n){
    margin-right: 20px;
  }
  #footer nav a:nth-child(4n){
    margin-right: 0;
  }
  #footer .col1 {
    margin: 0 19px 0 0;
  }
  
  #apps {
    text-align: center;
  }
  #app-android, #app-iphone {
    position: static;
    width: 154px;
    height: auto;
    display: inline-block;
    margin: 0 70px 20px;
    vertical-align: top;
    text-align: left;
  }
  #app-android .inc {
    position: relative;
  }
  #app-android .phone, #app-iphone .phone {
    width: 45px;
    height: auto;
    float: left;
  }
  #app-iphone .phone {
    float: right;
    margin: 0;
  }
  #app-android .store {
    margin: 12px 0 0 30px;
  }
  #app-iphone .store {
    margin: 12px 30px 0 0;
  }
  #app-iphone span {
    margin-left: 0;
  }
  #app-android span b, #app-iphone span b {
    display: block;
  }
  #app-android:hover .phone {
    left: 0;
  }
  #app-iphone:hover .phone {
    right: 0;
  }
  /*cinemas*/
  .schedule
  {
    width:640px;
  }
  
  /*imax*/
  .imgImax
  {
    width:640px;
  }
  .info .info-txt
  {
    width:300px;
  }
  .text-block .block {
    display: inline-block;
    margin: 10px 0;
    vertical-align: top;
    width:100%;
  }
  
  /*rating*/
  #detail .detailtop .stars i:after {
    background: url("/bitrix/templates/formulakino/images/star_IPAD.png") no-repeat scroll 0 -14px transparent;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
    z-index: 20;
  }
  #detail .detailtop .stars i {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    height: 13px;
    margin: 0 -4px 0 0;
    position: relative;
    width: 25px;
  }
  
  #detail .detailtop .stars i span {
    background: linear-gradient(to bottom, #FCD931 0%, #FAA516 100%) repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    position: absolute;
    top: 0;
    width: 29px;
    z-index: 10;
  }
  #detail .detailtop .stars {
    margin: 0 0 0 -3px;
  }
  .type
  {
    display:none;
  }
  /*404*/
  .content
  {
    min-height:900px;
    width:600px;
    margin:0 auto;
  }
  .page404 h1 {
    font-size: 26px;
    margin: 30px 0 49px;
  }
  .fon1
  {
    background-size:100%;
  }
  #cinemas .metro {
    display: inline-block;
/*     margin: 59px 0 0 82px; */
    width: 191px;
  }
}




/* Responsive: width <= 639px */
@media only screen and (min-width: 640px)
{
  #footer nav {
    display: block !important;
  }
}
@media screen and (max-width: 639px), screen and (max-device-width: 639px)
{

    



  .show320 {
    display: block !important;
  }
/* KOCMOC add  */
  .backF .w-default {display: none;}
  /*.backF .w-640 {display: none;}*/
/* KOCMOC add end */
  
.schedule .item .hall .type {
  /*width: 40px;*/
  width: 100%;
} 

.app_ios_download {
top: 120px;
}

.isindex .app_ios_download {
top:475px;
}

.topSearch {
display: inline-block;
position: relative;
left: 0;
margin: 5px 0;
width: 100%;
}
        .topSearch input[type="text"] {
        background: #828284;
        border: 1px solid #676b6e;
	width: 266px;
        }

        .topSearch input[type="text"]:active,
        .topSearch input[type="text"]:focus,
        .topSearch input[type="text"].active {
        border-radius: 6px;
        height: 18px;
        line-height: 18px;
        padding: 0 25px 0 7px;
        color: rgb(0, 123, 203);
        border: 1px solid #d6d6d6;
        background: white;
        width: 266px;
        }

  .hide320 {
    display: none;
  }
  
  .selectBlock > div {
    overflow-y: overlay;
  }
  #wrapper
  {
    min-width:320px;
  }
  /*404*/
  .content
  {
    width:300px;
    min-height:300px;
    margin:0 auto;
  }
  .top-back {
    background:none;
    height:auto;
  }
  #cinemas .date h2, #detail .date h2
  {
    font-size:20px;
  }
  #content .format .t a.dolby span,
  #content .format .t a.format-dolby-atmos span{
    width: 44px;
  }
  
  #content .format .t a.format-dolby-atmos span:before,
  #content .format .t a.dolby span:before {
    width: 44px;
    background: url("images/dolby-atmos-320.png") no-repeat 0 0;
  }
  #cinemas .metro {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 220px;
  }
  .schedule .item .hall .hall-name-type
  {
    /*width:70px;*/
    font-size: 12px;
    width: 100%;
    display: block;
    position: relative;

  }
  .text404 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 30px 0 24px;
    text-align: left;
  }
  .format .t {
    font-size:16px;
  }
  #detail .errored, #detail  .date
  {
    margin:10px 0 0;
  }
  #detail .errored h2
  {
    margin-top:10px;
  }
  #detail .date .s {
    float: left;
    margin: 10px 10px 0 0;
    width: 130px;
  }
  #detail .props
  {
    padding:10px 12px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 30px 0 8px;
  }
  
  #fest-list .top .info:after {
    background: none;
  }
  
  #fest-list .top .info img {
    display: none;
  }
  
  #fest-list .top .info .text {
    left: -9px;
    position: inherit;
  }
  
  #content #cinema-img-area {
    display: none;
  }
  
  #content nav a {
    padding: 11px 15px 5px;
  }
  
  .width {
    width: 320px;
  }
  
  .top-ad {
    display: none;
  }
  
  #topline {
    width: 100%;
  }
  #topline .show320 {
    display: inline;
  }
  
  #topline .s {
    display: inline-block;
    width: 170px;
    vertical-align: middle;
  }
  .logo {
    margin: 10px 25px 0 0;
    z-index:100;
  }
  #header 
  {
    background: url("images/header320.png") repeat scroll center 0px transparent;
    height:auto;
    margin-bottom:0;
  }
  #header .soc-links {
    display: none;
  }
  #header nav {
    margin-top: -30px;
    position: relative;
    width: 423px;
  }
  #header .dropmenu {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 130px;
    padding: 0 15px 0 0;
    position: relative;
    width:45px;
    text-transform: uppercase;
  }
  #header .dropmenu:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 11px;
    height: 12px;
    background: url("images/sprite.png") no-repeat 0 -182px;
  }
  
  #header .topmenu {
    display: none;
    margin: 10px 0;
    width: 423px;
  }
  #header a.buy
  {
    top:7px;
  }
  #header nav a.territory
  {
    right: -8px;
    top: 5px;
    position:relative;
  }
  #header nav,#header .topmenu
  {
    width:300px;
  }
  #territory-movie
  {
    margin-top:0;
  }
  #content nav {
    margin: 20px 0 37px;
  }
  .pagecontent {
    margin-top: 0;
  }
  .search-page input.inputtext 
  {
    width:170px;
  }
  #main-preview {
    margin-top: 0;
    margin-bottom: 44px;
  }
  #main-preview .preview, 
  #main-preview .preview .pane,
  #main-preview video,
  #main-preview .video-js,
  #main-preview .info {
    height: 253px;
    padding: 5px 11px;
  }
  #main-preview h2 {
    font-size: 22px;
    letter-spacing: -0.2px;
    margin: 0 0 18px;
  }
  #main-preview .age {
    bottom: 40px;
    left: 12px;
  }
  #main-preview .types {
    margin: 0 0 0 -10px;
  }
  #main-preview .types a {
    margin: 0 -25px 0 0;
  }
  #main-preview .buybtn {
    left: 177px;
    top: 176px;
  }
  #main-preview .screenings {
    left: 0;
    top: 226px;
  }
  #main-preview .screenings .filter {
    width: 320px;
  }
  #main-preview .screenings .filter .s1 {
    width: 178px;
  }
  /*body.ua-ios #main-preview{
    padding-top: 96px;
  }
  body.ua-ios #main-preview h2,
  body.ua-ios #main-preview .types{
    top: -78px;
  }*/
  
  #main-list {
    margin: 0;
  }
  #main-list-gal {
    padding: 32px 0 2px;
    width: 300px;
    height: 180px;
    margin: 0 auto;
  }
  #main-list a.prev,  #main-list a.next
  {
    display:none;
  }
  #main-list article {
    width: 86px;
    margin: 0 7px;
    line-height: 1;
  }
  #main-list article .i {
    height: 118px;
  }
  #main-list article .i:after {
    left: -16px;
    bottom: -14px;
  }
  #main-list article .i img {
    width: 80px;
    height: auto;
  }
  
  #promo-gal {
    margin: 0;
    height: 105px;
  }
  #promo-gal-area a.prev, #promo-gal-area a.next {
    display: none;
  }
  #promo-gal article {
    width: 144px;
    height: 96px;
  }
      #promo-gal article:first-child {
        margin-left: 6px;
      }
  .promoline {
    margin: 4px 0 -9px;
  }
  .promoline a {
    display: none;
  }
  
  .ispage #content {
    margin-top: 0;
  }
  
  .content-width .filter .cinema-select {
    float: none;
    margin: -25px 0 0 0px;
    width: 280px;
    vertical-align: middle;
  }
  
  .filter .cinema-select .k {
    display: none;
  }
  .filter .cinema-select .s  {
    /*margin-left: 4px;*/
    width: 280px;
  }
  
  
  #footer-gal-area {
    display: none;
  }
  #footer-gal-area a.prev, #footer-gal-area a.next {
    display: none;
  }
  #footer-gal {
    margin: 0;
  }
  #footer .info {
    text-align: center;
  }
  #footer .col {
    float: none;
  }
  #footer .info .soclinks {
    display: block;
    margin: 10px 0;
  }
  #footer .search {
    margin: 0 0 10px;
  }
  
  #footer nav {
    display: none;
    padding-top: 32px;
  }
  #footer nav a:nth-child(2n){
    margin-right: 0;
  }
  #footer .maplink {
    display: block;
    text-align: center;
  }
  #footer .maplink a {
    position: relative;
    cursor: pointer;
  }
  #footer .maplink a:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 9px;
    top: 7px;
    right: -18px;
    background: url("images/sprite.png") no-repeat 0 -150px;
  }
  #footer .maplink a.active:after {
    top: 4px;
    width: 14px;
    height: 14px;
    background-position: -20px -150px;
  }
  
  
  #app-android, #app-iphone {
    display: block;
    margin: 20px auto;
  }
  
  
  /* Tools */
  
  
  #cinemas .tools
  {
    width:300px;
  }
  #cinemas .cinema-select .s
  {
    width:285px;
  }
  #cinemas .content-width
  {
    width:300px;
    
  }
  #cinema-img-area .links a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .schedule .cinemas .timeline div,
  .schedule .cinemas i  
  {
    display:none;
  }
  .schedule .item a
  {
    margin:0 5px 0 0;
  }
  .schedule .item .times
  {
    /*left:65px;*/
    left: 0;
    right: 0;
    position: relative;
  }
  .schedule {
    background: none;
    width:320px;
  }
  .schedule .date
  {
    font-size: 13px;
    margin: 0 15px 0 8px;
    padding: 0 8px 0 0;
    width: 287px;

    border-right: none;
  }
  .schedule .item .session-time.show320 {
    display: inline;
    float: left;
    margin: 0 1px;
    position: relative;
  }
  #detail .schedule .date {
    margin: 0;
  }
  .schedule .item.selected {
    display: block;
  }
  
  .info-txt
  {
    float:none;
    text-align:left;
    width:auto;
    font-size: 14px;
  }
  
}


/* Printer version */
@media print
{
}

.vacancy_phone {
    margin: 20px 0 0 30% !important;
    font-weight: bold;
}


#foxtail{
	background: url("images/3dpro.png") 0 0 no-repeat;
	width: 96px;
	height: 49px;
	right: 0px;
	top: 30px;
	position: absolute;
}


@media screen and (max-width: 639px), screen and (max-device-width: 639px)
{
	#foxtail{
		background: url("images/3dpro.png") 0 0 no-repeat;
		width: 96px;
		height: 49px;
		right: 0px;
		top: 0px;
		position: absolute;
	}

}



@keyframes animate-tail { 
	0% {
			background-position: -4800px 0;         
	}
	100% {
		background-position: 0 0;   
	}
}

#foxtail {
	animation: animate-tail 2s steps (50) infinite;
}
#foxtail:hover {
	-moz-animation-play-state: paused; 
	-webkit-animation-play-state: paused; 
}

/* =NEW MOBILE MENU ========== */
/* =UPDATE - 31/03/2015 ========== */
.menu-mobile {
  position: relative;
}
.menu-mobile .logo {
  display: block;
  margin: 17px auto 6px;
  float: none;
  width: 180px;
  height: auto;
}
.menu-mobile .menu-mobile-call {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('images/b-mm-menu.png') no-repeat;
  background-position: 0 0;
  left: 15px;
  top: 11px;
}
  .menu-mobile .menu-mobile-call.close {
    background-position: -30px 0;
  }
.menu-mobile-m {
  background: white;
  background: rgba(255,255,255,.85);
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
}
.menu-mobile-m .b-mm-search {
  margin: 15px auto;
  position: relative;
  padding: 0 20px;
}
  .menu-mobile-m .b-mm-search input[type="text"] {
    border: 1px solid #a5a5a5;
    background: #666666;
    border-radius: 9px;
    height: 26px;
    line-height: 26px;
    padding: 0 35px 0 10px;
    color: white;
    box-sizing: border-box;
    width: 100%;
  }
  .menu-mobile-m .b-mm-search input[type="submit"] {
    display: block;
    position: absolute;
    border: 0;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    background: url('images/b-mm-menu.png');
    background-position: -60px 0;
    top: 4px;
    right: 30px;
  }
.menu-mobile-m .b-mm-links {
    text-align: center;
  font-size: 24px;
}
  .menu-mobile-m .b-mm-links ul {
padding-bottom: 15px;
  }
  .menu-mobile-m .b-mm-links li {
  line-height: 24px;
  padding: 0;
  margin: 13px;
  }
  .menu-mobile-m .b-mm-links a {
text-decoration: none;
  color: #666666;
  }
  .menu-mobile-m .b-mm-links .divider {
width: 80%;
  margin: 0 auto;
  height: 2px;
  background: #949494;
  }

.menu-mobile .lines {
 /* display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;*/
  display: inline-block;
  width: 2rem;
  height: 0.25143rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}
.menu-mobile .lines:before, .menu-mobile .lines:after {
 /* display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;*/
  display: inline-block;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 2rem;
  height: 0.25143rem;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.menu-mobile .lines:before {
  top: .5rem;
}
.menu-mobile .lines:after {
  top: -.5rem;
}

.menu-mobile .lines-button:hover .lines:before {
  /*top: 1.14286rem;*/
  top: .5rem;
}
.menu-mobile .lines-button:hover .lines:after {
  /*top: -1.14286rem;*/
  top: -.5rem;
}
.menu-mobile .lines-button {
/*  padding: 2rem 1rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;*/

   transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  position: absolute;
  left: 15px;
  top: 10px;
  padding: 0;
  margin: 0;
}
.menu-mobile button {
  display: inline-block;
  margin: 0 1em;
  border: none;
  background: none;
}
  .menu-mobile .lines-button.x.close .lines {
  background: transparent;
}
.menu-mobile .lines-button.x.close .lines:before, 
.menu-mobile .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.menu-mobile .lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.menu-mobile .lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.b-widgets-app {
  position: fixed;
  left: 0;
  top: 50%;
  display: block;
  z-index: 100;
  margin-top: -80px;
}

  .b-widgets-app .app {
    width: 65px;
    text-align: center;
    padding: 10px;
    background: red;
    margin-bottom: 20px;
    background: #152e3d;
    border-radius: 10px;
    height: 50px;
    position: relative;
    margin-left: -10px;    
    z-index: 100;
    display: block;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .b-widgets-app .app:hover {
    width: 175px;
    margin-left: 20px;
  }
    .b-widgets-app .app:hover > .normal {
      opacity: 0;
    }
    .b-widgets-app .app:hover > .hover {
      opacity: 1;
    }

  .b-widgets-app .app .normal {
    width: 60px;
    height: 50px;
    position: absolute;
    right: 10px;
  }
  .b-widgets-app .app .hover {
    height: 50px;
    opacity: 0;
  }

  .b-widgets-app .app.ios .normal {
    background: url(/bitrix/templates/formulakino/images/b-app-ios-normal.png) center center no-repeat;
    background-size: contain;
  }
  .b-widgets-app .app.ios .hover {
    background: url(/bitrix/templates/formulakino/images/b-app-ios-hover.png) center center no-repeat;
    background-size: contain;
  }
  .b-widgets-app .app.wp .normal {
    background: url(/bitrix/templates/formulakino/images/b-app-wp-normal.png) center center no-repeat;
    background-size: contain;
  }
  .b-widgets-app .app.wp .hover {
    background: url(/bitrix/templates/formulakino/images/b-app-wp-hover.png) center center no-repeat;
    background-size: contain;
  }  
  .b-widgets-app .app.andr .normal {
    background: url(/bitrix/templates/formulakino/images/b-app-and-normal.png) center center no-repeat;
    background-size: contain;
  }
  .b-widgets-app .app.andr .hover {
    background: url(/bitrix/templates/formulakino/images/b-app-and-hover.png) center center no-repeat;
    background-size: contain;
  }

  @media screen and (max-width: 639px), screen and (max-device-width: 639px) {
    .b-widgets-app {
      display: none;
    }
  }

  .pluso .pluso-more {
    display: none !important;
  }
  .pluso .pluso-wrap a {
    margin-right: 12px !important;
  }

.topBlock-preview .info .recommend {
  width: 135px;
  height: 107px;
  position: absolute;
  right: 50px;
  top: 30px;
}
.topBlock-preview .info .recommend.ddd {
  background: url(/images/recomend_3d.png) no-repeat center top;
 }
.topBlock-preview .info .recommend.imax {
  background: url(/images/recomend_imax.png) no-repeat center top;
}
.topBlock-preview .info .recommend.da {
  background: url(/images/recomend_da.png) no-repeat center top;
}

.topBlock-preview__nav {
  position: absolute;
  z-index: 10;
  width: 60%;
  margin-left: 20%;
  bottom: 35px;


  transition: all .4s;
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
}
  .topBlock-preview__nav ul {
    width: 100%;
    text-align: center;
  }
  .topBlock-preview__nav li {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    border: 2px solid #008BCC;
    background: #FFF;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
      .topBlock-preview__nav li.dnone {
        background: #11232E;
        border-color: transparent;
        box-shadow: inset 0 0 10px #2F4757, 0 0 5px rgba(0, 0, 0, 0.5);
      }
          .topBlock-preview__nav li.dnone:hover {
            border-color: white;
          }
          .topBlock-preview__nav li.dnone:hover .topBlock-preview__nav--item {
            opacity: 1;
            bottom: 25px;
            visibility: visible;
          }

  .topBlock-preview__nav--item {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 110px;
    padding: 10px 10px 5px;
    font-size: 12px;
    background: #193546 url(/bitrix/templates/formulakino/images/bg-topMenu.png) bottom left repeat-x;
    border-radius: 5px;
    color: #FFF;
    bottom: 20px;
    left: -55px;
    line-height: 16px;

    transition: bottom .3s, opacity .15s;
    -moz-transition: bottom .3s, opacity .15s;
    -webkit-transition: bottom .3s, opacity .15s;
    -o-transition: bottom .3s, opacity .15s;
  }
    .topBlock-preview__nav--item span {
      display: inline-block;
      margin: 1px 0 3px;
    }

.topBlock-preview:hover .topBlock-preview__arrows .next,
.topBlock-preview:hover .topBlock-preview__arrows .prev {
  opacity: 1;  
}
  .topBlock-preview:hover .topBlock-preview__arrows .prev {
    left: 0;
  }
  .topBlock-preview:hover .topBlock-preview__arrows .next {
    right: 0;
  }


/* =STYLES FOR TOUCH DEVICES ========== */
html.bx-touch .topBlock-preview__nav {
  width: 60%;
  bottom: 40px;
  margin-left: 20%;
}
html.bx-touch .topBlock-preview__arrows {
  display: none !important;
}
html.bx-touch .topBlock-preview__nav--item {
  display: none !important;
}
  html.bx-touch .topBlock-preview__nav li.dnone:hover {
    border-color: rgba(0, 0, 0, 0);
  }

