/* Start:/local/templates/kinobox.chaplin_new/assets/photoswipe/photoswipe-skin.css?148456539411624*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../../../../../local/templates/kinobox.chaplin_new/assets/photoswipe/skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../../../../../local/templates/kinobox.chaplin_new/assets/photoswipe/skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../../../../../local/templates/kinobox.chaplin_new/assets/photoswipe/skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* End */


/* Start:/local/templates/kinobox.chaplin_new/assets/photoswipe/photoswipe.css?14845653944191*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: none !important;
          transition: none !important;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* End */


/* Start:/local/templates/kinobox.chaplin_new/assets/swiper/swiper.min.css?148456539415663*/
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
	z-index: 0
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
/* End */


/* Start:/local/templates/kinobox.chaplin_new/css/normalize.css?14845653947798*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End */


/* Start:/local/templates/kinobox.chaplin_new/css/kinobox-styles.css?1486126786165916*/
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic-ext);
/* ---------------------------------------------------------
   Reset
   ---------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

/* ---------------------------------------------------------
   Base styles
   ---------------------------------------------------------*/
html {
  min-width: 320px;
  min-height: 750px;
  height: 100%; }

body {
  font: 14pt/1.5 "Roboto";
  background-color: #dadada;
  color: #1a1a1a;
  height: 100%; }

.mainwrapper {
  box-sizing: border-box;
  height: 100%; }
  .mainwrapper-whitespace {
    height: 40px; }

a:link, a:visited {
  color: #D00;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  border-bottom: 1px solid transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

a:hover, a:focus, a:active {
  color: #910000;
  border-bottom: 1px solid rgba(145, 0, 0, 0.5);
  outline: none; }

/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important; }
  html {
    background-color: #fff; }
  /* Hide navigation */
  nav {
    display: none; }
  /* Show link destinations in brackets after the link text */
  a[href]:after {
    content: " (" attr(href) ") "; }
  a[href] {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
    border: none; }
  /* Don't show link destinations for JavaScript or internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Show abbr title value in brackets after the text */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  figure {
    margin-bottom: 1em;
    overflow: hidden; }
    figure img {
      border: 1px solid #000; } }

.nav-bar {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: absolute;
  z-index: 200;
  width: 100%;
  min-width: 320px;
  border-bottom: 2px solid #D00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .nav-bar .wrapper {
    width: 100%;
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; }
  .nav-bar .nav-logo {
    width: 80px;
    text-align: left;
    text-decoration: none;
    color: white;
    display: block;
    line-height: 100px;
    border-bottom: none;
    vertical-align: middle;
    float: left; }
    .nav-bar .nav-logo img {
      vertical-align: middle;
      width: 100%;
      height: auto; }
  .nav-bar .nav-city {
    line-height: 100px;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
    font-size: .8em;
    color: #666;
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    float: left;
    font-weight: 300;
    position: relative; }
    .nav-bar .nav-city:hover ul.citylist {
      -webkit-transform: translate(0, 0) scale(1, 1);
          -ms-transform: translate(0, 0) scale(1, 1);
              transform: translate(0, 0) scale(1, 1);
      opacity: 1;
      z-index: 10;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
    .nav-bar .nav-city ul.citylist {
      line-height: 30px;
      list-style: none;
      padding: 0;
      margin: -20px 0 0 -10px;
      top: 50%;
      display: block;
      position: absolute;
      background-color: #444;
      transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
      box-shadow: 0 0 0 transparent;
      -webkit-transform-origin: 0% 50%;
          -ms-transform-origin: 0% 50%;
              transform-origin: 0% 50%;
      -webkit-transform: translate(0, -50%) scale(1, 0);
          -ms-transform: translate(0, -50%) scale(1, 0);
              transform: translate(0, -50%) scale(1, 0);
      opacity: 0; }
      .nav-bar .nav-city ul.citylist li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        white-space: nowrap; }
        .nav-bar .nav-city ul.citylist li a {
          list-style: none;
          margin: 0;
          padding: 5px 20px;
          line-height: 20px;
          text-decoration: none;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
          border-bottom: none;
          width: 100%;
          box-sizing: border-box;
          display: block;
          font-size: 1em;
          color: rgba(255, 255, 255, 0.7);
          box-shadow: inset 0 32px 0 #444, inset 0 0 0 rgba(0, 0, 0, 0.25); }
          .nav-bar .nav-city ul.citylist li a:hover, .nav-bar .nav-city ul.citylist li a:focus, .nav-bar .nav-city ul.citylist li a:active {
            color: white;
            border-bottom: none;
            box-shadow: inset 0 0 0 #444, inset 0 32px 0 rgba(0, 0, 0, 0.25); }
        .nav-bar .nav-city ul.citylist li h4 {
          list-style: none;
          margin: 0;
          color: #777;
          font-size: .8em;
          font-weight: 500;
          cursor: default;
          text-transform: uppercase; }
          .nav-bar .nav-city ul.citylist li h4:first-child {
            padding: 10px 10px 0 10px; }
  .nav-bar .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: .8em;
    float: right;
    display: table;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0; }
    .nav-bar .nav-menu li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      line-height: 100px;
      box-shadow: inset 0 0 0 #444;
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
      .nav-bar .nav-menu li span {
        cursor: default; }
      .nav-bar .nav-menu li a, .nav-bar .nav-menu li span {
        padding: 0 10px;
        text-decoration: none;
        color: #D00;
        border-bottom: none;
        transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
        box-sizing: border-box;
        display: block;
        text-shadow: none; }
      .nav-bar .nav-menu li:hover, .nav-bar .nav-menu li:focus, .nav-bar .nav-menu li:active {
        box-shadow: inset 0 -100px 0 #444; }
        .nav-bar .nav-menu li:hover a, .nav-bar .nav-menu li:hover span, .nav-bar .nav-menu li:focus a, .nav-bar .nav-menu li:focus span, .nav-bar .nav-menu li:active a, .nav-bar .nav-menu li:active span {
          color: rgba(255, 255, 255, 0.7); }
      .nav-bar .nav-menu li.dropdown:hover > ul {
        opacity: 1;
        -webkit-transform: translate(0, 0) scale(1, 1);
            -ms-transform: translate(0, 0) scale(1, 1);
                transform: translate(0, 0) scale(1, 1); }
      .nav-bar .nav-menu li.dropdown ul {
        display: block;
        position: absolute;
        margin: -12px 0 0 0;
        padding: 0;
        background-color: #444;
        -webkit-transform-origin: 0% 50%;
            -ms-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        -webkit-transform: translate(0, -50%) scale(1, 0);
            -ms-transform: translate(0, -50%) scale(1, 0);
                transform: translate(0, -50%) scale(1, 0);
        opacity: 0;
        transition: all 300ms 50ms cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
        .nav-bar .nav-menu li.dropdown ul li {
          display: block;
          margin: 0;
          padding: 0; }
          .nav-bar .nav-menu li.dropdown ul li a {
            display: block;
            margin: 0;
            width: 100%;
            padding: 8px 10px;
            box-sizing: border-box;
            line-height: 16px;
            top: 0;
            text-shadow: none;
            color: rgba(255, 255, 255, 0.7);
            transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
            box-shadow: inset 0 32px 0 #444, inset 0 0 0 rgba(0, 0, 0, 0.25); }
            .nav-bar .nav-menu li.dropdown ul li a:hover {
              color: white;
              box-shadow: inset 0 0 0 #444, inset 0 32px 0 rgba(0, 0, 0, 0.25); }
  .nav-bar .nav-right-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    display: table;
    height: 100px;
    vertical-align: middle; }
    .nav-bar .nav-right-menu li {
      vertical-align: middle;
      line-height: 100px;
      display: inline-block; }
      .nav-bar .nav-right-menu li.nav-phone {
        -webkit-user-select: text;
           -moz-user-select: text;
            -ms-user-select: text;
                user-select: text;
        color: #1a1a1a;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 100px;
        padding: 0 0 0 20px;
        text-shadow: none;
        position: relative; }
        .nav-bar .nav-right-menu li.nav-phone .nav-phone-link {
          color: #1a1a1a;
          border-bottom: transparent !important; }
          .nav-bar .nav-right-menu li.nav-phone .nav-phone-link :hover {
            color: #1a1a1a; }
        .nav-bar .nav-right-menu li.nav-phone path {
          fill: #1a1a1a; }
        .nav-bar .nav-right-menu li.nav-phone small {
          position: relative;
          font-size: .5em;
          opacity: .6;
          top: -11px;
          line-height: 0; }
      .nav-bar .nav-right-menu li.nav-socials {
        padding: 0 0 0 20px; }
        .nav-bar .nav-right-menu li.nav-socials a {
          border: none; }
          .nav-bar .nav-right-menu li.nav-socials a svg {
            width: 32px;
            height: 32px;
            vertical-align: middle; }
            .nav-bar .nav-right-menu li.nav-socials a svg path {
              fill: #D00;
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1); }
            .nav-bar .nav-right-menu li.nav-socials a svg circle {
              stroke: rgba(145, 0, 0, 0);
              fill: none;
              stroke-width: 1.5px;
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1);
              stroke-dashoffset: 90px;
              stroke-dasharray: 90px 90px; }
          .nav-bar .nav-right-menu li.nav-socials a:hover {
            cursor: pointer;
            border: none; }
            .nav-bar .nav-right-menu li.nav-socials a:hover svg path {
              fill: #910000;
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1); }
            .nav-bar .nav-right-menu li.nav-socials a:hover svg circle {
              stroke-dashoffset: 30px;
              stroke-dasharray: 120px 120px;
              stroke: rgba(145, 0, 0, 0.5);
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1); }
      .nav-bar .nav-right-menu li.nav-burger {
        cursor: pointer;
        display: none;
        padding: 0 10px; }
        .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon {
          display: block;
          list-style: none;
          margin: 0;
          padding: 0;
          width: 32px;
          height: 32px;
          transition: all 500ms cubic-bezier(0.1, 0, 0.22, 1);
          -webkit-transform-origin: 50% 50%;
              -ms-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          position: relative; }
          .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon li {
            background-color: #D00;
            font-size: 0;
            display: block;
            position: absolute;
            width: 18px;
            height: 2px;
            left: 7px;
            -webkit-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
                -ms-transform: rotate(0deg) scale(1) translate(0, 0);
                    transform: rotate(0deg) scale(1) translate(0, 0);
            opacity: 1; }
            .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon li.nav-burger-top {
              top: 10px;
              transition: all 400ms 50ms cubic-bezier(0.1, 0, 0.22, 1); }
            .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon li.nav-burger-middle {
              top: 15px;
              transition: all 500ms cubic-bezier(0.1, 0, 0.22, 1); }
            .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon li.nav-burger-bottom {
              top: 20px;
              transition: all 300ms 100ms cubic-bezier(0.1, 0, 0.22, 1); }
          .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon.cross {
            -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                    transform: rotate(135deg); }
            .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon.cross .nav-burger-top {
              -webkit-transform: rotate(0deg) translate(0, 5px);
                  -ms-transform: rotate(0deg) translate(0, 5px);
                      transform: rotate(0deg) translate(0, 5px); }
            .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon.cross .nav-burger-middle {
              -webkit-transform: scale(0);
                  -ms-transform: scale(0);
                      transform: scale(0);
              opacity: 0; }
            .nav-bar .nav-right-menu li.nav-burger ul.nav-burger-icon.cross .nav-burger-bottom {
              -webkit-transform: rotate(90deg) translate(-5px, 0);
                  -ms-transform: rotate(90deg) translate(-5px, 0);
                      transform: rotate(90deg) translate(-5px, 0); }

@media (max-width: 1220px) {
  .nav-bar .wrapper {
    padding: 0 15px; } }

@media (max-width: 900px) {
  .nav-bar .nav-menu {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #444;
    box-shadow: inset 0 -2px 0 2px solid #D00, 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    opacity: 0;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
    .nav-bar .nav-menu li {
      display: block; }
      .nav-bar .nav-menu li a, .nav-bar .nav-menu li.dropdown ul li a {
        background-color: transparent;
        display: block;
        margin: 0;
        width: 100%;
        padding: 0 15px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 44px;
        box-shadow: inset 0 48px 0 #444, inset 0 0 0 rgba(0, 0, 0, 0.25); }
        .nav-bar .nav-menu li a:hover, .nav-bar .nav-menu li.dropdown ul li a:hover {
          box-shadow: inset 0 0 0 #444, inset 0 48px 0 rgba(0, 0, 0, 0.25);
          color: white; }
      .nav-bar .nav-menu li.dropdown span {
        display: none; }
      .nav-bar .nav-menu li.dropdown ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        opacity: 1;
        box-shadow: none;
        background-color: transparent;
        -webkit-transform: translate(0, 0) scale(1, 1);
            -ms-transform: translate(0, 0) scale(1, 1);
                transform: translate(0, 0) scale(1, 1); }
        .nav-bar .nav-menu li.dropdown ul li {
          display: block;
          margin: 0;
          padding: 0; }
    .nav-bar .nav-menu.open {
      display: block;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1; }
  .nav-bar .nav-right-menu {
    position: absolute;
    right: 0;
    top: 0; }
    .nav-bar .nav-right-menu .nav-burger {
      display: table-cell !important; }
    .nav-bar .nav-right-menu .nav-phone {
      margin-right: 5px; } }

@media (max-width: 600px) {
  .nav-bar .nav-right-menu li.nav-phone, .nav-bar .nav-right-menu li.nav-socials {
    display: none; }
  .nav-bar .nav-logo {
    width: 60px; } }

@media (max-width: 480px) {
  .nav-bar .wrapper {
    height: 60px; }
  .nav-bar .nav-logo {
    width: 40px;
    line-height: 60px; }
  .nav-bar .nav-city {
    line-height: 60px; }
  .nav-bar .nav-right-menu {
    height: 60px; }
  .nav-bar .nav-menu {
    top: 60px; } }

.slider-promo {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  height: 600px;
  background: url("../../../../../../local/templates/kinobox.chaplin_new/img/loader.gif") no-repeat 50% 50% #222;
  border-bottom: 2px solid #D00;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  box-sizing: content-box; }
  .slider-promo .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .slider-promo .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative; }
    .slider-promo .swiper-slide .promo-title {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 50px;
      left: 60px;
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transform: translate3d(-100%, 0, 0) scale(0, 1);
              transform: translate3d(-100%, 0, 0) scale(0, 1);
      transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 1;
      font-size: 3em;
      font-weight: 300;
      color: #ffffff;
      background-color: #A00;
      padding: 10px 40px;
      display: inline-block;
      text-shadow: none;
      line-height: 1; }
    .slider-promo .swiper-slide .promo-link {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-bottom: none; }
      .slider-promo .swiper-slide .promo-link:hover {
        border-bottom: none; }
    .slider-promo .swiper-slide.swiper-slide-active .promo-title {
      -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
              transform: translate3d(0, 0, 0) scale(1, 1);
      opacity: 1; }
  .slider-promo .swiper-pagination-bullet {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    text-indent: -999999px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    box-shadow: inset 0 0 8px 8px rgba(255, 255, 255, 0.5), 0 0 1px 4px rgba(255, 255, 255, 0);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    background: transparent;
    opacity: 1; }
    .slider-promo .swiper-pagination-bullet:hover {
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
      box-shadow: inset 0 0 0 2px rgba(68, 68, 68, 0.8);
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      background: transparent;
      opacity: 1; }
  .slider-promo .swiper-pagination-bullet-active,
  .slider-promo .swiper-pagination-bullet-active:hover {
    box-shadow: inset 0 0 0 2px rgba(221, 0, 0, 0.8);
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    background: transparent;
    opacity: 1; }
  .slider-promo .swiper-button-prev {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(5px, 0);
            transform: scale(0.5, 0.8) translate(5px, 0);
    left: 30px;
    opacity: .5; }
    .slider-promo .swiper-button-prev:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0);
      opacity: 1; }
    .slider-promo .swiper-button-prev:active {
      -webkit-transform: scale(0.8, 1) translate(-10px, 0);
          -ms-transform: scale(0.8, 1) translate(-10px, 0);
              transform: scale(0.8, 1) translate(-10px, 0); }
  .slider-promo .swiper-button-next {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(-5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(-5px, 0);
            transform: scale(0.5, 0.8) translate(-5px, 0);
    right: 30px;
    opacity: .5; }
    .slider-promo .swiper-button-next:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0);
      opacity: 1; }
    .slider-promo .swiper-button-next:active {
      -webkit-transform: scale(0.8, 1) translate(10px, 0);
          -ms-transform: scale(0.8, 1) translate(10px, 0);
              transform: scale(0.8, 1) translate(10px, 0); }

@media (max-width: 900px) {
  .slider-promo {
    height: 450px; }
    .slider-promo .swiper-slide .promo-title {
      font-size: 2.4em;
      padding: 5px 30px; }
    .slider-promo .swiper-button-prev {
      left: 20px; }
    .slider-promo .swiper-button-next {
      right: 20px; } }

@media (max-width: 600px) {
  .slider-promo {
    height: 300px; }
    .slider-promo .swiper-slide .promo-title {
      font-size: 2.1em;
      padding: 2px 20px;
      left: 40px;
      bottom: 30px; }
    .slider-promo .swiper-button-prev {
      left: 10px;
      margin-top: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); }
    .slider-promo .swiper-button-next {
      right: 10px;
      margin-top: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); }
    .slider-promo .swiper-pagination {
      bottom: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); } }

@media (max-width: 480px) {
  .slider-promo {
    height: 198px;
    padding-top: 60px; }
    .slider-promo .swiper-slide .promo-title {
      font-size: 1.5em;
      padding: 2px 10px;
      left: 20px; } }

.slider-films {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: none;
  margin: 0;
  display: block;
  background-color: #dadada;
  text-align: center;
  height: 290px;
  overflow: hidden;
  -webkit-perspective: 600px;
          perspective: 600px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(0, 0, 0, 0.15); }
  .slider-films * {
    transition: all 300ms cubic-bezier(0.1, 0, 0.22, 1); }
  .slider-films .slider-films-today, .slider-films .slider-films-tomorrow, .slider-films .slider-films-soon {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
    transition-duration: 300ms; }
    .slider-films .slider-films-today.active, .slider-films .slider-films-tomorrow.active, .slider-films .slider-films-soon.active {
      z-index: 2;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      transition-delay: 50ms; }
    .slider-films .slider-films-today.prev, .slider-films .slider-films-tomorrow.prev, .slider-films .slider-films-soon.prev {
      -webkit-transform: translate3d(-100px, 0, 0);
              transform: translate3d(-100px, 0, 0); }
  .slider-films .slider-films-filter {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 15px 15px;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    font-size: .6em; }
    .slider-films .slider-films-filter li {
      display: inline-block;
      list-style: none; }
      .slider-films .slider-films-filter li a {
        border-radius: 50px;
        padding: 5px 10px;
        background-color: transparent;
        box-shadow: inset 0 0 0 1px rgba(170, 0, 0, 0);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
        color: #D00; }
        .slider-films .slider-films-filter li a:hover {
          border-bottom: transparent;
          background-color: transparent;
          box-shadow: inset 0 0 0 1px rgba(221, 0, 0, 0.3);
          color: #910000; }
        .slider-films .slider-films-filter li a.active, .slider-films .slider-films-filter li a:focus, .slider-films .slider-films-filter li a:active {
          border-bottom: transparent;
          background-color: transparent;
          box-shadow: inset 0 0 0 1px rgba(221, 0, 0, 0.3);
          color: #1a1a1a; }
  .slider-films .films-list-today, .slider-films .films-list-tomorrow, .slider-films .films-list-soon {
    display: block;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 8px !important; }
    .slider-films .films-list-today .films-item, .slider-films .films-list-tomorrow .films-item, .slider-films .films-list-soon .films-item {
      list-style: none;
      padding: 0;
      margin: 0 5px;
      width: 150px;
      height: 220px;
      display: inline-block;
      box-shadow: 0 0 0 0 transparent;
      overflow: hidden;
      text-align: left;
      color: rgba(255, 255, 255, 0.75); }
      .slider-films .films-list-today .films-item:hover, .slider-films .films-list-tomorrow .films-item:hover, .slider-films .films-list-soon .films-item:hover {
        box-shadow: 0 5px 30px -5px black; }
        .slider-films .films-list-today .films-item:hover .films-item-back, .slider-films .films-list-tomorrow .films-item:hover .films-item-back, .slider-films .films-list-soon .films-item:hover .films-item-back {
          -webkit-transform: translate(0, -100%);
              -ms-transform: translate(0, -100%);
                  transform: translate(0, -100%); }
        .slider-films .films-list-today .films-item:hover .films-item-front, .slider-films .films-list-tomorrow .films-item:hover .films-item-front, .slider-films .films-list-soon .films-item:hover .films-item-front {
          -webkit-transform: translate(0, -5%) scale(1.1, 1.1);
              -ms-transform: translate(0, -5%) scale(1.1, 1.1);
                  transform: translate(0, -5%) scale(1.1, 1.1); }
      .slider-films .films-list-today .films-item > li, .slider-films .films-list-tomorrow .films-item > li, .slider-films .films-list-soon .films-item > li {
        display: block;
        width: 150px;
        height: 220px;
        overflow: hidden; }
      .slider-films .films-list-today .films-item .films-item-front, .slider-films .films-list-tomorrow .films-item .films-item-front, .slider-films .films-list-soon .films-item .films-item-front {
        cursor: pointer;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
      .slider-films .films-list-today .films-item .films-item-back, .slider-films .films-list-tomorrow .films-item .films-item-back, .slider-films .films-list-soon .films-item .films-item-back {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        font-size: 1em;
        background-color: rgba(170, 0, 0, 0.85); }
        .slider-films .films-list-today .films-item .films-item-back > div, .slider-films .films-list-tomorrow .films-item .films-item-back > div, .slider-films .films-list-soon .films-item .films-item-back > div {
          padding: 3px 6px;
          white-space: normal; }
        .slider-films .films-list-today .films-item .films-item-back h4, .slider-films .films-list-tomorrow .films-item .films-item-back h4, .slider-films .films-list-soon .films-item .films-item-back h4 {
          margin: 0;
          padding: 0;
          font-size: .8em; }
          .slider-films .films-list-today .films-item .films-item-back h4 a, .slider-films .films-list-tomorrow .films-item .films-item-back h4 a, .slider-films .films-list-soon .films-item .films-item-back h4 a {
            color: #e6e6e6;
            text-shadow: none; }
            .slider-films .films-list-today .films-item .films-item-back h4 a:hover, .slider-films .films-list-today .films-item .films-item-back h4 a:focus, .slider-films .films-list-today .films-item .films-item-back h4 a:active, .slider-films .films-list-tomorrow .films-item .films-item-back h4 a:hover, .slider-films .films-list-tomorrow .films-item .films-item-back h4 a:focus, .slider-films .films-list-tomorrow .films-item .films-item-back h4 a:active, .slider-films .films-list-soon .films-item .films-item-back h4 a:hover, .slider-films .films-list-soon .films-item .films-item-back h4 a:focus, .slider-films .films-list-soon .films-item .films-item-back h4 a:active {
              color: white !important;
              border-bottom-color: rgba(255, 255, 255, 0.5) !important;
              text-shadow: none; }
        .slider-films .films-list-today .films-item .films-item-back p, .slider-films .films-list-tomorrow .films-item .films-item-back p, .slider-films .films-list-soon .films-item .films-item-back p {
          font-size: .7em; }
          .slider-films .films-list-today .films-item .films-item-back p .age, .slider-films .films-list-tomorrow .films-item .films-item-back p .age, .slider-films .films-list-soon .films-item .films-item-back p .age {
            font-size: .75em;
            font-weight: bold;
            letter-spacing: -1px;
            padding: 0 0 0 2px;
            opacity: .75;
            font-family: verdana, serif; }
        .slider-films .films-list-today .films-item .films-item-back .seances, .slider-films .films-list-tomorrow .films-item .films-item-back .seances, .slider-films .films-list-soon .films-item .films-item-back .seances {
          list-style: none;
          padding: 0;
          margin: 0;
          display: block;
          position: absolute;
          bottom: 5px;
          left: 5px;
          right: 5px; }
          .slider-films .films-list-today .films-item .films-item-back .seances-title, .slider-films .films-list-tomorrow .films-item .films-item-back .seances-title, .slider-films .films-list-soon .films-item .films-item-back .seances-title {
            display: block;
            width: 100%;
            font-size: .6em;
            font-weight: 600; }
          .slider-films .films-list-today .films-item .films-item-back .seances a, .slider-films .films-list-today .films-item .films-item-back .seances span, .slider-films .films-list-tomorrow .films-item .films-item-back .seances a, .slider-films .films-list-tomorrow .films-item .films-item-back .seances span, .slider-films .films-list-soon .films-item .films-item-back .seances a, .slider-films .films-list-soon .films-item .films-item-back .seances span {
            color: #111111;
            list-style: none;
            padding: 3px 0;
            margin: 2px;
            display: inline-block;
            width: 42px;
            box-sizing: border-box;
            cursor: pointer;
            font-size: .7em;
            font-weight: 600;
            letter-spacing: -.5px;
            text-align: center;
            border: 1px solid rgba(51, 51, 51, 0.15);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 0 0 #A00, 0 0 0 0 transparent;
            background-color: rgba(255, 255, 255, 0.8);
            transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
            .slider-films .films-list-today .films-item .films-item-back .seances a:hover, .slider-films .films-list-today .films-item .films-item-back .seances span:hover, .slider-films .films-list-tomorrow .films-item .films-item-back .seances a:hover, .slider-films .films-list-tomorrow .films-item .films-item-back .seances span:hover, .slider-films .films-list-soon .films-item .films-item-back .seances a:hover, .slider-films .films-list-soon .films-item .films-item-back .seances span:hover {
              color: white;
              border: 1px solid #A00;
              box-shadow: inset 41px 0 0 #A00, 0 5px 25px -5px black; }
            .slider-films .films-list-today .films-item .films-item-back .seances a.disabled, .slider-films .films-list-today .films-item .films-item-back .seances span.disabled, .slider-films .films-list-tomorrow .films-item .films-item-back .seances a.disabled, .slider-films .films-list-tomorrow .films-item .films-item-back .seances span.disabled, .slider-films .films-list-soon .films-item .films-item-back .seances a.disabled, .slider-films .films-list-soon .films-item .films-item-back .seances span.disabled {
              color: rgba(100, 100, 100, 0.5);
              cursor: not-allowed; }
            .slider-films .films-list-today .films-item .films-item-back .seances a.disabled:hover, .slider-films .films-list-today .films-item .films-item-back .seances span.disabled:hover, .slider-films .films-list-tomorrow .films-item .films-item-back .seances a.disabled:hover, .slider-films .films-list-tomorrow .films-item .films-item-back .seances span.disabled:hover, .slider-films .films-list-soon .films-item .films-item-back .seances a.disabled:hover, .slider-films .films-list-soon .films-item .films-item-back .seances span.disabled:hover {
              color: white;
              border: 1px solid #440000;
              box-shadow: inset 41px 0 0 #440000, 0 5px 25px -5px black; }
      .slider-films .films-list-today .films-item-lastholder, .slider-films .films-list-tomorrow .films-item-lastholder, .slider-films .films-list-soon .films-item-lastholder {
        display: none; }
  .slider-films .films-list-scrollbar {
    height: 2px;
    margin: 0 5px 5px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none; }
  .slider-films .swiper-scrollbar-drag {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 0 2px rgba(0, 0, 0, 0.15); }
  .slider-films .swiper-button-prev {
    display: none;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(5px, 0);
            transform: scale(0.5, 0.8) translate(5px, 0);
    left: 5px; }
    .slider-films .swiper-button-prev:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0); }
    .slider-films .swiper-button-prev:active {
      -webkit-transform: scale(0.8, 1) translate(-10px, 0);
          -ms-transform: scale(0.8, 1) translate(-10px, 0);
              transform: scale(0.8, 1) translate(-10px, 0); }
  .slider-films .swiper-button-next {
    display: none;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(-5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(-5px, 0);
            transform: scale(0.5, 0.8) translate(-5px, 0);
    right: 5px;
    opacity: .5; }
    .slider-films .swiper-button-next:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0);
      opacity: 1; }
    .slider-films .swiper-button-next:active {
      -webkit-transform: scale(0.8, 1) translate(10px, 0);
          -ms-transform: scale(0.8, 1) translate(10px, 0);
              transform: scale(0.8, 1) translate(10px, 0); }
  .slider-films.with-arrows .swiper-button-prev, .slider-films.with-arrows .swiper-button-next {
    display: block; }

@media (max-width: 480px) {
  .slider-films.with-arrows .swiper-button-prev, .slider-films.with-arrows .swiper-button-next {
    display: none; } }

.slider-frames {
  display: block;
  width: 100%;
  height: 600px;
  background: url("../../../../../../local/templates/kinobox.chaplin_new/img/loader.gif") no-repeat 50% 50% #222;
  border-bottom: 2px solid #D00;
  min-width: 320px;
  position: relative;
  overflow: hidden; }
  .slider-frames .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .slider-frames .film-info-wrapper {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0; }
    .slider-frames .film-info-wrapper .play {
      position: absolute;
      height: 64px;
      width: 64px;
      top: 50%;
      left: 50%;
      margin: -32px 0 0 -32px;
      display: block;
      z-index: 100;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      transition-delay: 0;
      background: no-repeat 50% 50%;
      background-size: 64px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
      border-bottom-color: transparent; }
      .slider-frames .film-info-wrapper .play:hover {
        -webkit-transform: scale(2.5);
            -ms-transform: scale(2.5);
                transform: scale(2.5);
        border-bottom-color: transparent; }
  .slider-frames .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
  .slider-frames .swiper-pagination-bullet {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    text-indent: -999999px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    box-shadow: inset 0 0 8px 8px rgba(255, 255, 255, 0.5), 0 0 1px 4px rgba(255, 255, 255, 0);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    background: transparent;
    opacity: 1; }
    .slider-frames .swiper-pagination-bullet:hover {
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
      box-shadow: inset 0 0 0 2px rgba(68, 68, 68, 0.8);
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      background: transparent;
      opacity: 1; }
  .slider-frames .swiper-pagination-bullet-active,
  .slider-frames .swiper-pagination-bullet-active:hover {
    box-shadow: inset 0 0 0 2px rgba(221, 0, 0, 0.8);
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    background: transparent;
    opacity: 1; }
  .slider-frames .swiper-button-prev {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(5px, 0);
            transform: scale(0.5, 0.8) translate(5px, 0);
    left: 30px;
    opacity: .5;
    margin-top: 11px; }
    .slider-frames .swiper-button-prev:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0);
      opacity: 1; }
    .slider-frames .swiper-button-prev:active {
      -webkit-transform: scale(0.8, 1) translate(-10px, 0);
          -ms-transform: scale(0.8, 1) translate(-10px, 0);
              transform: scale(0.8, 1) translate(-10px, 0); }
  .slider-frames .swiper-button-next {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(-5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(-5px, 0);
            transform: scale(0.5, 0.8) translate(-5px, 0);
    right: 30px;
    opacity: .5;
    margin-top: 11px; }
    .slider-frames .swiper-button-next:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0);
      opacity: 1; }
    .slider-frames .swiper-button-next:active {
      -webkit-transform: scale(0.8, 1) translate(10px, 0);
          -ms-transform: scale(0.8, 1) translate(10px, 0);
              transform: scale(0.8, 1) translate(10px, 0); }

@media (max-width: 900px) {
  .slider-frames {
    height: 450px; }
    .slider-frames .swiper-button-prev {
      left: 20px; }
    .slider-frames .swiper-button-next {
      right: 20px; } }

@media (max-width: 600px) {
  .slider-frames {
    height: 300px;
    padding-top: 60px; }
    .slider-frames .swiper-button-prev {
      left: 10px; }
    .slider-frames .swiper-button-next {
      right: 10px; } }

.afisha {
  padding: 0 0 10px 0;
  position: relative;
  overflow: hidden;
  /* Список дней  */
  /* Фильтры */
  /* Общие стили фильмов */
  /* Сеансы */
  /* Премьеры */ }
  .afisha * {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
  .afisha.loading .afisha-loader-overlay {
    display: block;
    opacity: 1;
    z-index: 9999; }
  .afisha.loading .afisha-seance {
    opacity: .5; }
  .afisha-days-wrapper {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-top: 2px solid #2b2b2b;
    position: relative;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 110;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    opacity: 1; }
    .afisha-days-wrapper.hiden {
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      opacity: 0; }
  .afisha-days-scrollbar {
    height: 2px;
    width: 100%;
    margin: 0;
    background-color: #999;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: -2px; }
    .afisha-days-scrollbar .swiper-scrollbar-drag {
      background-color: #D00;
      border-radius: 0;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 0 2px rgba(0, 0, 0, 0.15);
      transition-timing-function: linear; }
  .afisha-days {
    position: relative;
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: inset 0 90px 0 #eaeaea; }
    .afisha-days .swiper-wrapper {
      max-width: 1200px; }
    .afisha-days .afisha-day {
      list-style: none;
      display: inline-block;
      box-sizing: border-box;
      text-align: center;
      vertical-align: middle;
      line-height: 150%;
      padding: 10px 0;
      margin: 0;
      min-width: 100px;
      max-width: 12.5%;
      width: 12.5%;
      height: 90px;
      font-size: .7em;
      font-weight: 300;
      color: #444;
      cursor: pointer;
      border-bottom: transparent;
      text-decoration: none; }
      .afisha-days .afisha-day * {
        transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1); }
      .afisha-days .afisha-day:hover, .afisha-days .afisha-day:active, .afisha-days .afisha-day:focus {
        color: #ffffff; }
        .afisha-days .afisha-day:hover span, .afisha-days .afisha-day:active span, .afisha-days .afisha-day:focus span {
          color: #ffffff; }
        .afisha-days .afisha-day:hover .bottom-arrow polygon, .afisha-days .afisha-day:active .bottom-arrow polygon, .afisha-days .afisha-day:focus .bottom-arrow polygon {
          -webkit-transform: translate(0, 0px);
              -ms-transform: translate(0, 0px);
                  transform: translate(0, 0px);
          opacity: 1; }
      .afisha-days .afisha-day span {
        position: relative;
        transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1);
        font-size: .9em; }
        .afisha-days .afisha-day span.date {
          font-size: 2em;
          display: block;
          font-weight: 300;
          line-height: 34px; }
      .afisha-days .afisha-day.premiere {
        background-color: #A00;
        color: white;
        font-size: 1.4em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 66px; }
        .afisha-days .afisha-day.premiere span {
          color: white; }
        .afisha-days .afisha-day.premiere.current span, .afisha-days .afisha-day.premiere:hover span {
          color: #ffffff; }
      .afisha-days .afisha-day .bottom-arrow {
        display: block;
        max-width: 200px;
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: -15px;
        -webkit-transform-origin: 0% 50%;
            -ms-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1); }
        .afisha-days .afisha-day .bottom-arrow polygon {
          transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
          fill: #555;
          -webkit-transform: translate(0, -100%);
              -ms-transform: translate(0, -100%);
                  transform: translate(0, -100%);
          opacity: 0; }
      .afisha-days .afisha-day.current span, .afisha-days .afisha-day.current:hover span, .afisha-days .afisha-day.current:active span, .afisha-days .afisha-day.current:focus span {
        color: #ffffff; }
      .afisha-days .afisha-day.current .bottom-arrow polygon, .afisha-days .afisha-day.current:hover .bottom-arrow polygon, .afisha-days .afisha-day.current:active .bottom-arrow polygon, .afisha-days .afisha-day.current:focus .bottom-arrow polygon {
        fill: #444;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        opacity: 1; }
      .afisha-days .afisha-day.disabled, .afisha-days .afisha-day.disabled:hover, .afisha-days .afisha-day.disabled:active, .afisha-days .afisha-day.disabled:focus {
        cursor: not-allowed;
        color: rgba(100, 100, 100, 0.5) !important;
        box-shadow: none;
        text-shadow: none; }
        .afisha-days .afisha-day.disabled span, .afisha-days .afisha-day.disabled:hover span, .afisha-days .afisha-day.disabled:active span, .afisha-days .afisha-day.disabled:focus span {
          color: rgba(100, 100, 100, 0.5) !important; }
        .afisha-days .afisha-day.disabled .bottom-arrow polygon, .afisha-days .afisha-day.disabled:hover .bottom-arrow polygon, .afisha-days .afisha-day.disabled:active .bottom-arrow polygon, .afisha-days .afisha-day.disabled:focus .bottom-arrow polygon {
          fill: transparent;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); }
  .afisha.pinned {
    padding-top: 120px; }
    .afisha.pinned .afisha-days {
      padding-bottom: 20px;
      box-shadow: inset 0 43px 0 #eaeaea; }
      .afisha.pinned .afisha-days-wrapper {
        height: auto; }
      .afisha.pinned .afisha-days .afisha-day {
        line-height: 0.2;
        padding: 12px 0 0 0;
        height: 44px;
        display: block; }
        .afisha.pinned .afisha-days .afisha-day span {
          font-weight: 500; }
          .afisha.pinned .afisha-days .afisha-day span.dayname {
            font-size: 1em;
            font-weight: 400;
            display: block; }
          .afisha.pinned .afisha-days .afisha-day span.date {
            font-size: .9em;
            font-weight: 400;
            display: inline;
            padding: 0 4px 0 0; }
          .afisha.pinned .afisha-days .afisha-day span.premiere {
            font-weight: 300;
            line-height: 0.8; }
    .afisha.pinned-days-scrollbar {
      position: relative;
      top: 0; }
  .afisha-filters {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    list-style: none;
    padding: 0 5px;
    margin: 0 auto 10px auto;
    display: table;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    text-align: right;
    transition: none; }
    .afisha-filters * {
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
    .afisha-filters li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table-cell;
      font-size: .7em;
      width: auto; }
      .afisha-filters li input[type='radio'] {
        display: none; }
      .afisha-filters li.afisha-filters-cinema {
        vertical-align: middle;
        text-align: left;
        white-space: nowrap; }
        .afisha-filters li.afisha-filters-cinema label {
          cursor: pointer;
          color: #A00;
          padding: 5px 10px;
          background-color: transparent;
          border-radius: 30px;
          transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
          display: inline-block; }
          .afisha-filters li.afisha-filters-cinema label:hover {
            color: white;
            background-color: #A00; }
        .afisha-filters li.afisha-filters-cinema input[type='radio']:checked + label {
          color: white;
          background-color: #999; }
        .afisha-filters li.afisha-filters-cinema #afisha-filters-cinema-dropdown {
          display: none;
          color: #D00;
          padding: 8px;
          border: none;
          outline: none;
          box-shadow: none;
          background-color: transparent;
          background-image: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%; }
      .afisha-filters li.afisha-filters-hall {
        vertical-align: middle;
        text-align: left;
        white-space: nowrap; }
        .afisha-filters li.afisha-filters-hall label {
          cursor: pointer;
          color: #A00;
          padding: 5px 10px;
          background-color: transparent;
          border-radius: 30px;
          transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
          display: inline-block; }
          .afisha-filters li.afisha-filters-hall label:hover {
            color: white;
            background-color: #A00; }
        .afisha-filters li.afisha-filters-hall input[type='radio']:checked + label {
          color: white;
          background-color: #999; }
        .afisha-filters li.afisha-filters-hall #afisha-filters-hall-dropdown {
          display: none;
          color: #D00;
          padding: 8px;
          border: none;
          outline: none;
          box-shadow: none;
          background-color: transparent;
          background-image: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%; }
      .afisha-filters li.afisha-filters-format {
        vertical-align: middle;
        text-align: right;
        white-space: nowrap; }
        .afisha-filters li.afisha-filters-format label {
          cursor: pointer;
          color: #A00;
          padding: 5px 10px;
          background-color: transparent;
          border-radius: 30px;
          transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
          display: inline-block; }
          .afisha-filters li.afisha-filters-format label:hover {
            color: white;
            background-color: #A00; }
          .afisha-filters li.afisha-filters-format label.format-3d {
            color: #d96c00; }
            .afisha-filters li.afisha-filters-format label.format-3d:hover {
              color: white;
              background-color: #d96c00; }
          .afisha-filters li.afisha-filters-format label.format-imax {
            color: #ad0000; }
            .afisha-filters li.afisha-filters-format label.format-imax:hover {
              color: white;
              background-color: #ad0000; }
          .afisha-filters li.afisha-filters-format label.format-imax3d {
            color: #b000c7; }
            .afisha-filters li.afisha-filters-format label.format-imax3d:hover {
              color: white;
              background-color: #b000c7; }
          .afisha-filters li.afisha-filters-format label.format-original {
            color: #3dad00; }
            .afisha-filters li.afisha-filters-format label.format-original:hover {
              color: white;
              background-color: #3dad00; }
          .afisha-filters li.afisha-filters-format label.format-subs {
            color: #181818; }
            .afisha-filters li.afisha-filters-format label.format-subs:hover {
              color: white;
              background-color: #181818; }
        .afisha-filters li.afisha-filters-format input[type='radio']:checked + label {
          color: white;
          background-color: #999; }
        .afisha-filters li.afisha-filters-format #afisha-filters-format-dropdown {
          display: none;
          color: #D00;
          padding: 8px;
          border: none;
          outline: none;
          box-shadow: none;
          background-color: transparent;
          background-image: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%; }
      .afisha-filters li.afisha-filters-view {
        vertical-align: middle;
        width: 1px;
        text-align: right;
        white-space: nowrap;
        padding-left: 10px; }
        .afisha-filters li.afisha-filters-view .filters-view-timeline, .afisha-filters li.afisha-filters-view .filters-view-list, .afisha-filters li.afisha-filters-view .filters-view-tiles {
          fill: rgba(32, 164, 226, 0);
          width: 36px;
          height: 36px;
          cursor: pointer; }
          .afisha-filters li.afisha-filters-view .filters-view-timeline .inside, .afisha-filters li.afisha-filters-view .filters-view-list .inside, .afisha-filters li.afisha-filters-view .filters-view-tiles .inside {
            fill: rgba(255, 255, 255, 0.5); }
        .afisha-filters li.afisha-filters-view label {
          display: inline-block;
          height: 36px;
          width: 36px; }
          .afisha-filters li.afisha-filters-view label circle {
            fill: rgba(170, 0, 0, 0.1); }
          .afisha-filters li.afisha-filters-view label .inside {
            fill: white; }
          .afisha-filters li.afisha-filters-view label:hover circle {
            fill: #A00; }
          .afisha-filters li.afisha-filters-view label:hover .inside {
            fill: white; }
        .afisha-filters li.afisha-filters-view input[type='radio']:checked + label circle {
          fill: #999; }
        .afisha-filters li.afisha-filters-view input[type='radio']:checked + label .inside {
          fill: white; }
  .afisha .film-title, .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .afisha .film-title {
    margin: 0;
    padding: 0;
    font-weight: 300;
    width: 100%;
    font-size: 1.2em; }
  .afisha .film-genre, .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-genre, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .afisha .film-genre {
    margin: 0;
    color: rgba(26, 26, 26, 0.67);
    line-height: 16px;
    font-size: .7em;
    font-weight: 400; }
    .afisha .film-genre .age, .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-genre .age, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .afisha .film-genre .age {
      font-size: .75em;
      font-weight: bold;
      letter-spacing: -1px;
      padding: 0 0 0 2px;
      opacity: .75;
      font-family: verdana, serif; }
  .afisha-seance {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    height: 0;
    /* Общий лейаут */
    /* Фильмы таймлан */
    /* Фильмы списком */
    /* Фильмы плиткой */
    /* Общие стили сеансов */
    /* Форматы фильмов в виде подписей вместо точек */ }
    .afisha-seance-wrapper {
      position: relative;
      overflow: hidden;
      opacity: 0;
      height: 0;
      z-index: -1; }
      .afisha-seance-wrapper.show {
        height: auto;
        opacity: 1;
        z-index: 1; }
    .afisha-seance.show {
      position: relative;
      opacity: 1;
      z-index: 1;
      transition-delay: 50ms;
      height: auto; }
    .afisha-seance .afisha-view-timeline,
    .afisha-seance .afisha-view-list,
    .afisha-seance .afisha-view-tile {
      margin: 0 auto;
      width: 100%;
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .afisha-seance .afisha-view-timeline.show,
      .afisha-seance .afisha-view-list.show,
      .afisha-seance .afisha-view-tile.show {
        display: block;
        transition-delay: 50ms;
        position: relative;
        opacity: 1;
        z-index: 1; }
    .afisha-seance .afisha-view-timeline {
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .afisha-seance .afisha-view-timeline .afisha-timeline-item {
        list-style: none;
        display: table;
        width: 100%;
        padding: 0 5px;
        margin: 0 auto;
        position: relative;
        background-color: rgba(0, 0, 0, 0.1); }
        .afisha-seance .afisha-view-timeline .afisha-timeline-item:hover {
          background-color: rgba(0, 0, 0, 0.2); }
        .afisha-seance .afisha-view-timeline .afisha-timeline-item.header {
          background-color: transparent !important;
          height: 20px;
          line-height: 0; }
          .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-poster {
            width: 50px; }
          .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-detail {
            width: 20%;
            min-width: 320px;
            max-width: 640px; }
          .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-seances {
            width: auto;
            background-color: rgba(0, 0, 0, 0.1);
            border-top: 1px solid rgba(0, 0, 0, 0.15); }
            .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-seances svg {
              height: 20px; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-seances svg .tick line {
                fill: none;
                stroke: rgba(0, 0, 0, 0.15);
                shape-rendering: crispEdges; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-seances svg .tick text {
                display: block;
                fill: rgba(255, 255, 255, 0.25);
                font-size: .7em;
                -webkit-transform: translate(10px, 14px);
                    -ms-transform: translate(10px, 14px);
                        transform: translate(10px, 14px); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item.header li.film-seances svg .domain {
                fill: transparent; }
        .afisha-seance .afisha-view-timeline .afisha-timeline-item li {
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          list-style: none;
          padding: 0;
          margin: 0;
          display: table-cell;
          vertical-align: top;
          font-weight: 300;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
          .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-poster {
            width: 50px;
            padding: 0 10px 0 0;
            transition: none; }
            .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-poster a {
              border-bottom: none;
              display: block;
              position: relative;
              margin: 6px 0 0 0; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-poster a::before {
                content: '';
                display: block;
                height: 100%;
                width: 100%;
                background: no-repeat 50% 50%;
                background-size: 24px;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
                position: absolute;
                -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                        transform: scale(0.8);
                z-index: 100;
                transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-poster a:hover::before {
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-poster a:hover img {
                -webkit-transform: scale(1.025);
                    -ms-transform: scale(1.025);
                        transform: scale(1.025); }
            .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-poster img {
              transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
              width: 100%;
              height: auto; }
          .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-detail {
            width: 20%;
            min-width: 320px;
            max-width: 640px; }
          .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances {
            width: auto;
            background-color: rgba(0, 0, 0, 0.05); }
            .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg {
              width: 100%;
              height: 100%; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .tick line {
                fill: none;
                stroke: rgba(0, 0, 0, 0.2);
                shape-rendering: crispEdges; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .tick text {
                display: none;
                fill: rgba(255, 255, 255, 0.25);
                font-size: .7em;
                -webkit-transform: translate(10px, 14px);
                    -ms-transform: translate(10px, 14px);
                        transform: translate(10px, 14px); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .now {
                fill: none;
                stroke: rgba(255, 255, 255, 0.1);
                stroke-width: 2px;
                shape-rendering: crispEdges; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg text {
                fill: rgba(255, 255, 255, 0.8);
                font-size: 0.8em; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg rect {
                shape-rendering: crispEdges;
                transition: fill 200ms cubic-bezier(0.77, 0, 0.175, 1); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-2d rect.border {
                fill: #444; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-2d rect.bg {
                fill: rgba(68, 68, 68, 0.2); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-3d rect.border {
                fill: #d96c00; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-3d rect.bg {
                fill: rgba(217, 108, 0, 0.2); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-imax rect.border {
                fill: #ad0000; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-imax rect.bg {
                fill: rgba(173, 0, 0, 0.2); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-imax3d rect.border {
                fill: #b000c7; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-imax3d rect.bg {
                fill: rgba(176, 0, 199, 0.2); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-original rect.border {
                fill: #3dad00; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-original rect.bg {
                fill: rgba(61, 173, 0, 0.2); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-subs rect.border {
                fill: #181818; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.format-subs rect.bg {
                fill: rgba(24, 24, 24, 0.5); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover {
                cursor: pointer; }
                .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover.format-2d rect.bg {
                  fill: rgba(68, 68, 68, 0.6); }
                .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover.format-3d rect.bg {
                  fill: rgba(217, 108, 0, 0.6); }
                .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover.format-imax rect.bg {
                  fill: rgba(173, 0, 0, 0.6); }
                .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover.format-imax3d rect.bg {
                  fill: rgba(176, 0, 199, 0.6); }
                .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover.format-original rect.bg {
                  fill: rgba(61, 173, 0, 0.6); }
                .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance:hover.format-subs rect.bg {
                  fill: rgba(24, 24, 24, 0.85); }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg .timeline-seance.disabled {
                opacity: 0.25;
                cursor: not-allowed; }
              .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-seances svg foreignObject {
                display: none; }
      .afisha-seance .afisha-view-timeline .timeline-tooltip {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 0 10px;
        position: fixed;
        z-index: 1000;
        box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.3);
        -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        opacity: 0;
        transition: left, top 0s; }
        .afisha-seance .afisha-view-timeline .timeline-tooltip.show {
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
        .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format {
          padding: 0;
          margin: 0;
          list-style: none;
          display: block;
          line-height: 1em;
          font-size: 70%;
          text-transform: uppercase; }
          .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li {
            display: block;
            padding: 5px 10px;
            margin: 0 -10px; }
            .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li.format-3d {
              background-color: #d96c00; }
            .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li.format-imax {
              background-color: #ad0000; }
            .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li.format-imax3d {
              background-color: #b000c7; }
            .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li.format-original {
              background-color: #3dad00; }
            .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li.format-subs {
              background-color: #181818; }
          .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-format > li.format-2d {
            display: none !important; }
        .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-price {
          display: block;
          font-size: 90%;
          padding: 0;
          color: rgba(255, 255, 255, 0.5); }
          .afisha-seance .afisha-view-timeline .timeline-tooltip .tooltip-price .price-value::after {
            font-size: 70%;
            content: 'р.';
            display: inline;
            padding: 0 3px; }
    .afisha-seance .afisha-view-list {
      max-width: 1200px; }
      .afisha-seance .afisha-view-list .afisha-list-item {
        padding: 0;
        margin: 0 auto;
        display: table;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        box-sizing: border-box; }
        .afisha-seance .afisha-view-list .afisha-list-item:hover {
          background-color: transparent; }
        .afisha-seance .afisha-view-list .afisha-list-item:last-child {
          border-bottom-color: transparent; }
        .afisha-seance .afisha-view-list .afisha-list-item .film-poster {
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          width: 13.4%;
          box-sizing: border-box;
          padding: 0 10px 0 0;
          transition: none;
          margin: 0;
          display: table-cell;
          vertical-align: top; }
          .afisha-seance .afisha-view-list .afisha-list-item .film-poster a {
            border-bottom: none;
            display: block;
            position: relative;
            margin: 6px 0 0 0; }
            .afisha-seance .afisha-view-list .afisha-list-item .film-poster a::before {
              content: '';
              display: block;
              height: 100%;
              width: 100%;
              background: no-repeat 50% 50%;
              background-size: 48px;
              background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
              position: absolute;
              -webkit-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                      transform: scale(0.8);
              z-index: 100;
              transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1); }
            .afisha-seance .afisha-view-list .afisha-list-item .film-poster a:hover::before {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); }
            .afisha-seance .afisha-view-list .afisha-list-item .film-poster a:hover img {
              -webkit-transform: scale(1.025);
                  -ms-transform: scale(1.025);
                      transform: scale(1.025); }
          .afisha-seance .afisha-view-list .afisha-list-item .film-poster img {
            transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
            width: 100%;
            height: auto; }
        .afisha-seance .afisha-view-list .afisha-list-item .film-detail {
          padding: 0;
          margin: 0;
          display: table-cell;
          vertical-align: top; }
        .afisha-seance .afisha-view-list .afisha-list-item .film-cinema-title {
          display: block;
          margin: 5px 0 0 0;
          padding: 5px 0 0 0;
          font-size: 80%; }
        .afisha-seance .afisha-view-list .afisha-list-item .film-seances {
          padding: 0 0 10px 0;
          margin: 0;
          display: block;
          width: 100%; }
          .afisha-seance .afisha-view-list .afisha-list-item .film-seances-hall {
            display: block;
            margin: 5px 0 0 0;
            padding: 5px 0 0 0;
            border-top: 1px dotted rgba(0, 0, 0, 0.1);
            font-size: 80%; }
          .afisha-seance .afisha-view-list .afisha-list-item .film-seances-item {
            padding: 0 5px 10px 5px;
            margin: 0;
            display: inline-block;
            width: 11%;
            min-width: 80px;
            transition: none; }
            .afisha-seance .afisha-view-list .afisha-list-item .film-seances-item.disabled a {
              cursor: not-allowed;
              color: rgba(26, 26, 26, 0.5);
              border-bottom-color: transparent; }
              .afisha-seance .afisha-view-list .afisha-list-item .film-seances-item.disabled a .seance-price:empty {
                display: none; }
              .afisha-seance .afisha-view-list .afisha-list-item .film-seances-item.disabled a:hover {
                border-bottom-color: transparent; }
            .afisha-seance .afisha-view-list .afisha-list-item .film-seances-item.disabled:hover {
              opacity: 1; }
    .afisha-seance .afisha-view-tile {
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .afisha-seance .afisha-view-tile-wrapper {
        max-width: 1200px;
        position: relative;
        margin: 0 auto; }
      .afisha-seance .afisha-view-tile .afisha-tile-item {
        position: relative;
        overflow: hidden;
        display: block;
        box-sizing: border-box; }
        .afisha-seance .afisha-view-tile .afisha-tile-item.tile-big {
          width: 600px;
          height: 400px; }
        .afisha-seance .afisha-view-tile .afisha-tile-item.tile-mid {
          width: 500px;
          height: 300px; }
        .afisha-seance .afisha-view-tile .afisha-tile-item.tile-small {
          width: 400px;
          height: 200px; }
        .afisha-seance .afisha-view-tile .afisha-tile-item .film-frames {
          width: 100%;
          height: 100%;
          -webkit-transform-origin: 50% 50%;
              -ms-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          -webkit-transform: scale(1, 1) rotate3d(0, 0, 0, 0deg);
                  transform: scale(1, 1) rotate3d(0, 0, 0, 0deg);
          transition: all 2000ms cubic-bezier(0.15, 0, 0, 1); }
          .afisha-seance .afisha-view-tile .afisha-tile-item .film-frames .film-frame {
            background-position: 50% 50%;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 0;
            opacity: 0;
            transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
            .afisha-seance .afisha-view-tile .afisha-tile-item .film-frames .film-frame.active {
              opacity: 1;
              z-index: 1; }
        .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2; }
          .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail > a.play {
            display: block;
            height: 48px;
            width: 48px;
            bottom: 10px;
            right: 10px;
            background: no-repeat 50% 50%;
            background-size: 48px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
            position: absolute;
            -webkit-transform: scale(0);
                -ms-transform: scale(0);
                    transform: scale(0);
            opacity: 0;
            -webkit-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            z-index: 100;
            transition-delay: 200ms;
            border-bottom-color: transparent; }
            .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail > a.play:hover {
              transition-delay: 0ms !important;
              -webkit-transform: scale(2.5) !important;
                  -ms-transform: scale(2.5) !important;
                      transform: scale(2.5) !important;
              border-bottom-color: transparent; }
          .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail h3 {
            -webkit-user-select: text;
               -moz-user-select: text;
                -ms-user-select: text;
                    user-select: text;
            -webkit-transform: scale(1, 0);
                -ms-transform: scale(1, 0);
                    transform: scale(1, 0);
            -webkit-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                    transform-origin: 50% 0;
            background-color: #444;
            margin: 0;
            padding: 8px 10px;
            font-weight: 300;
            line-height: 110%;
            font-size: 120%;
            z-index: 4;
            opacity: 0; }
            .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail h3 a {
              color: rgba(255, 255, 255, 0.7); }
              .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail h3 a:hover {
                color: rgba(255, 255, 255, 0.7);
                border-bottom-color: transparent; }
          .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail p {
            -webkit-user-select: text;
               -moz-user-select: text;
                -ms-user-select: text;
                    user-select: text;
            -webkit-transform: scale(1, 0);
                -ms-transform: scale(1, 0);
                    transform: scale(1, 0);
            -webkit-transform-origin: 50% -300%;
                -ms-transform-origin: 50% -300%;
                    transform-origin: 50% -300%;
            background-color: rgba(255, 255, 255, 0.75);
            margin: 0;
            padding: 2px 10px;
            font-size: 70%;
            color: rgba(0, 0, 0, 0.75);
            z-index: 3;
            opacity: 0; }
            .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail p .age {
              font-size: .75em;
              font-weight: bold;
              letter-spacing: -1px;
              padding: 0 0 0 2px;
              opacity: .75;
              font-family: verdana, serif; }
          .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail .nextseance {
            -webkit-user-select: text;
               -moz-user-select: text;
                -ms-user-select: text;
                    user-select: text;
            position: absolute;
            bottom: 10px;
            left: 0;
            display: table;
            width: auto;
            background-color: rgba(255, 255, 255, 0.75);
            -webkit-transform: scale(0, 1);
                -ms-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: 0 50%;
                -ms-transform-origin: 0 50%;
                    transform-origin: 0 50%;
            opacity: 0;
            transition-delay: 400ms; }
            .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail .nextseance > div {
              display: table-cell;
              padding: 5px 10px;
              vertical-align: middle; }
              .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail .nextseance > div:first-child {
                line-height: 110%;
                font-size: 70%; }
                .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail .nextseance > div:first-child span {
                  display: block; }
              .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail .nextseance > div:last-child {
                vertical-align: middle; }
                .afisha-seance .afisha-view-tile .afisha-tile-item .film-detail .nextseance > div:last-child a {
                  display: block;
                  border-bottom-style: dotted;
                  line-height: 120%;
                  font-size: 150%; }
        .afisha-seance .afisha-view-tile .afisha-tile-item:hover .film-frames {
          -webkit-transform: scale(1.1, 1.1) rotate3d(0, 1, 1, 1deg);
                  transform: scale(1.1, 1.1) rotate3d(0, 1, 1, 1deg);
          transition: all 800ms cubic-bezier(0.15, 0, 0, 1); }
        .afisha-seance .afisha-view-tile .afisha-tile-item:hover .film-detail h3 {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
          opacity: 1; }
        .afisha-seance .afisha-view-tile .afisha-tile-item:hover .film-detail p {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
          opacity: 1; }
        .afisha-seance .afisha-view-tile .afisha-tile-item:hover .film-detail a.play {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          opacity: 1; }
        .afisha-seance .afisha-view-tile .afisha-tile-item:hover .film-detail .nextseance {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
          opacity: 1; }
    .afisha-seance .seance {
      border-bottom-style: dotted;
      font-size: 1.2em;
      font-weight: 300;
      letter-spacing: -.5px; }
    .afisha-seance .seance-format {
      padding: 0;
      margin: 0 0 0 2px;
      list-style: none;
      display: inline-block;
      line-height: 8px; }
      .afisha-seance .seance-format > li {
        display: inline-block !important;
        position: relative;
        text-indent: -999999px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        cursor: default;
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
        .afisha-seance .seance-format > li::after {
          content: attr(data-title);
          padding: 1px 6px;
          position: absolute;
          color: white;
          background: inherit;
          display: block;
          font-size: 10px;
          line-height: 15px;
          font-weight: 500;
          font-family: verdana, serif;
          white-space: nowrap;
          text-indent: 0;
          bottom: 50%;
          left: 50%;
          border-radius: 50px;
          -webkit-transform: scale(0, 0.2) translate3d(-50%, 0, 0);
                  transform: scale(0, 0.2) translate3d(-50%, 0, 0);
          -webkit-transform-origin: 0% 100%;
              -ms-transform-origin: 0% 100%;
                  transform-origin: 0% 100%;
          transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
        .afisha-seance .seance-format > li:hover::after {
          display: block;
          -webkit-transform: scale(1, 1) translate3d(-50%, -6px, 0);
                  transform: scale(1, 1) translate3d(-50%, -6px, 0); }
        .afisha-seance .seance-format > li.format-3d {
          background-color: #d96c00; }
        .afisha-seance .seance-format > li.format-imax {
          background-color: #ad0000; }
        .afisha-seance .seance-format > li.format-imax3d {
          background-color: #b000c7; }
        .afisha-seance .seance-format > li.format-original {
          background-color: #3dad00; }
        .afisha-seance .seance-format > li.format-subs {
          background-color: #181818; }
      .afisha-seance .seance-format > li.format-2d {
        display: none !important; }
    .afisha-seance .seance-price {
      display: block;
      font-size: .7em !important;
      padding: 0 0 0 3px;
      color: rgba(0, 0, 0, 0.75); }
      .afisha-seance .seance-price .price-value::after {
        content: 'р.';
        display: inline;
        padding: 0 3px; }
    .afisha-seance.full-format .seance-format {
      padding: 0;
      margin: 0 0 0 2px;
      list-style: none;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      font-size: 7px;
      font-family: Verdana, sans-serif; }
      .afisha-seance.full-format .seance-format > li {
        display: inline-block !important;
        position: relative;
        text-indent: 0;
        padding: 2px 3px;
        line-height: 1;
        width: auto;
        height: auto;
        border-radius: 3px;
        color: white; }
        .afisha-seance.full-format .seance-format > li::after {
          display: none; }
        .afisha-seance.full-format .seance-format > li:hover::after {
          display: none; }
      .afisha-seance.full-format .seance-format > li.format-2d {
        display: none !important; }
    .afisha-seance.full-format .seance-price {
      display: block;
      font-size: 70% !important;
      padding: 0 0 0 3px;
      color: rgba(30, 30, 30, 0.5);
      white-space: nowrap; }
      .afisha-seance.full-format .seance-price .price-value::after {
        content: 'р.';
        display: inline;
        padding: 0 3px; }
  .afisha-premiere {
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    height: 0; }
    .afisha-premiere.show {
      position: relative;
      opacity: 1;
      z-index: 1;
      transition-delay: 150ms;
      height: auto; }
    .afisha-premiere .afisha-view-list {
      max-width: 1200px;
      margin: 0 auto; }
      .afisha-premiere .afisha-view-list .afisha-list-item {
        list-style: none;
        padding: 0;
        margin: 30px auto;
        display: table;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        box-sizing: border-box; }
        .afisha-premiere .afisha-view-list .afisha-list-item:last-child {
          border-bottom-color: transparent; }
        .afisha-premiere .afisha-view-list .afisha-list-item li {
          list-style: none;
          padding: 0;
          margin: 0;
          display: table-cell;
          vertical-align: top;
          font-weight: 300; }
          .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            width: 13.4%;
            box-sizing: border-box;
            padding: 0 10px 0 0; }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster a {
              border-bottom: none;
              display: block;
              position: relative;
              margin: 6px 0 0 0; }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster a::before {
                content: '';
                display: block;
                height: 100%;
                width: 100%;
                background: no-repeat 50% 50%;
                background-size: 48px;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
                position: absolute;
                -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                        transform: scale(0.8);
                z-index: 100;
                transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1); }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster a:hover::before {
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1); }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster a:hover img {
                -webkit-transform: scale(1.025);
                    -ms-transform: scale(1.025);
                        transform: scale(1.025); }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster img {
              transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
              width: 100%;
              height: auto; }
          .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-starts {
            margin: 0 0 0 10px;
            padding: 5px 10px;
            color: rgba(255, 255, 255, 0.67);
            float: right;
            text-align: right;
            background-color: #A00;
            font-size: .8em; }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-starts .date {
              font-weight: 400;
              color: rgba(255, 255, 255, 0.75); }
          .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info {
            display: table;
            width: 100%;
            border-top: 1px dotted rgba(0, 0, 0, 0.1);
            padding: 5px 10px 0 0; }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item {
              display: table-cell;
              width: 30%;
              padding: 0 5px 0 0; }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item:first-child, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item:last-child {
                width: 20%; }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item > * {
                display: block;
                width: 100%;
                font-weight: 300; }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item h4 {
                margin: 0;
                padding: 0;
                font-size: .5em;
                font-weight: 600;
                color: rgba(26, 26, 26, 0.25); }
              .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item span {
                margin: 0;
                padding: 0;
                font-size: .7em;
                color: rgba(26, 26, 26, 0.75); }
          .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-actors {
            display: block;
            margin: 5px 0 0 0;
            padding: 0 0 5px 0;
            border: 1px dotted rgba(0, 0, 0, 0.1);
            border-left-width: 0;
            border-right-width: 0; }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-actors > * {
              font-weight: 300; }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-actors h4 {
              margin: 0;
              padding: 0;
              font-size: .5em;
              font-weight: 600;
              color: rgba(26, 26, 26, 0.25); }
            .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-actors span {
              margin: 0;
              padding: 0;
              font-size: .7em;
              color: rgba(26, 26, 26, 0.75); }
          .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-description {
            display: block;
            margin: 10px 0 20px 0;
            padding: 0;
            font-size: .9em;
            color: #1a1a1a; }

@media (max-width: 1220px) {
  .afisha .afisha-seance {
    padding: 0 10px; }
  .afisha .tl-marginfix {
    margin: 0 -10px; }
  .afisha .afisha-premiere {
    padding: 0 10px; } }

@media (max-width: 900px) {
  .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-detail .film-genre {
    font-size: 70%; }
  .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item {
    width: 100%;
    padding: 0 5px;
    margin: 0 auto; }
    .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item.header {
      display: none; }
    .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item .film-poster {
      float: left; }
    .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item .film-detail {
      width: 100%;
      max-width: 100%; }
      .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item .film-detail:after {
        content: '';
        display: table;
        clear: both; }
    .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item .film-seances svg .tick text {
      display: block; } }

@media (max-width: 600px) {
  .afisha .afisha-filters li.afisha-filters-cinema label {
    display: none; }
  .afisha .afisha-filters li.afisha-filters-cinema #afisha-filters-cinema-dropdown {
    display: inline-block; }
  .afisha .afisha-filters li.afisha-filters-hall label {
    display: none; }
  .afisha .afisha-filters li.afisha-filters-hall #afisha-filters-hall-dropdown {
    display: inline-block; }
  .afisha .afisha-filters li.afisha-filters-format label {
    display: none; }
  .afisha .afisha-filters li.afisha-filters-format #afisha-filters-format-dropdown {
    display: inline-block; }
  .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-detail .seances .seance-price {
    font-size: 9px; }
  .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-detail .film-title {
    font-size: 140%; }
  .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-poster {
    width: 50px; }
    .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-poster a::before {
      background-size: 24px; }
  .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-detail .film-title {
    font-size: 140%; }
  .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-detail .film-genre {
    font-size: 70%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster {
    width: 50px; }
    .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster a::before {
      background-size: 32px; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title {
    font-size: 140%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-genre {
    font-size: 70%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-starts {
    font-size: 80%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item h4 {
    font-size: 50%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-info-item span {
    font-size: 70%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-actors h4 {
    font-size: 50%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info-actors span {
    font-size: 70%; } }

@media (max-width: 480px) {
  .afisha .afisha-filters {
    display: block; }
    .afisha .afisha-filters li.afisha-filters-cinema, .afisha .afisha-filters li.afisha-filters-hall, .afisha .afisha-filters li.afisha-filters-format, .afisha .afisha-filters li.afisha-filters-view {
      width: 100%;
      display: block;
      text-align: center;
      float: none; }
  .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-poster {
    width: 50px; }
    .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-poster a::before {
      background-size: 24px; }
  .afisha .afisha-seance .afisha-view-list .afisha-list-item .film-detail .film-title {
    font-size: 100%; }
  .afisha .afisha-seance .afisha-view-timeline .afisha-timeline-item li.film-detail .film-title {
    font-size: 100%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster {
    width: 50px; }
    .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-poster a::before {
      background-size: 24px; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title {
    font-size: 100%; }
  .afisha .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-starts .date {
    display: block; } }

.afisha-loader {
  list-style: none;
  display: block;
  position: absolute;
  width: 70px;
  height: 12px;
  left: 50%;
  top: 300px;
  -webkit-transform: translate3D(-50%, 0, 0);
      -ms-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0); }
  .afisha-loader-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition-delay: 150ms; }
  .afisha-loader-wrapper {
    position: relative; }
    .afisha-loader-wrapper div {
      list-style: none;
      background-color: rgba(255, 255, 255, 0.7);
      width: 12px;
      height: 12px;
      border-radius: 100%;
      font-size: 0;
      position: absolute; }
      .afisha-loader-wrapper div:nth-child(1) {
        -webkit-animation: object 2s linear infinite;
        animation: object 2s linear infinite; }
      .afisha-loader-wrapper div:nth-child(2) {
        -webkit-animation: object 2s linear infinite -.4s;
        animation: object 2s linear infinite -.4s; }
      .afisha-loader-wrapper div:nth-child(3) {
        -webkit-animation: object 2s linear infinite -.8s;
        animation: object 2s linear infinite -.8s; }
      .afisha-loader-wrapper div:nth-child(4) {
        -webkit-animation: object 2s linear infinite -1.2s;
        animation: object 2s linear infinite -1.2s; }
      .afisha-loader-wrapper div:nth-child(5) {
        -webkit-animation: object 2s linear infinite -1.6s;
        animation: object 2s linear infinite -1.6s; }

@-webkit-keyframes object {
  0% {
    left: 60px;
    top: 0; }
  80% {
    left: 0;
    top: 0; }
  85% {
    left: 0;
    top: -12px;
    width: 12px;
    height: 12px; }
  87% {
    left: 0;
    top: -16px;
    width: 12px;
    height: 16px; }
  90% {
    width: 24px;
    height: 12px; }
  93% {
    left: 60px;
    top: -16px;
    width: 12px;
    height: 16px; }
  95% {
    left: 60px;
    top: -12px;
    width: 12px;
    height: 12px; }
  100% {
    left: 60px;
    top: 0; } }

@keyframes object {
  0% {
    left: 60px;
    top: 0; }
  80% {
    left: 0;
    top: 0; }
  85% {
    left: 0;
    top: -12px;
    width: 12px;
    height: 12px; }
  87% {
    left: 0;
    top: -16px;
    width: 12px;
    height: 16px; }
  90% {
    width: 24px;
    height: 12px; }
  93% {
    left: 60px;
    top: -16px;
    width: 12px;
    height: 16px; }
  95% {
    left: 60px;
    top: -12px;
    width: 12px;
    height: 12px; }
  100% {
    left: 60px;
    top: 0; } }

.trailer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  .trailer-popup {
    width: 70%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10000; }
    .trailer-popup iframe {
      width: 100%;
      height: 100%; }
    .trailer-popup-close {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 40px;
      width: 40px;
      cursor: pointer; }
      .trailer-popup-close:before, .trailer-popup-close:after {
        content: ' ';
        display: block;
        width: 24px;
        height: 4px;
        background-color: white;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg) translate(-8px, 18px);
            -ms-transform: rotate(-45deg) translate(-8px, 18px);
                transform: rotate(-45deg) translate(-8px, 18px); }
      .trailer-popup-close:after {
        -webkit-transform: rotate(45deg) translate(15px, 5px);
            -ms-transform: rotate(45deg) translate(15px, 5px);
                transform: rotate(45deg) translate(15px, 5px); }

.page {
  padding: 120px 0 0 0; }
  .page * {
    transition: all 300ms cubic-bezier(0.1, 0, 0.22, 1); }
  .page .wrapper {
    max-width: 1200px;
    margin: 0 auto; }
    .page .wrapper .breadcrumbs {
      display: block;
      margin: 10px 0;
      font-size: 80%; }
      .page .wrapper .breadcrumbs li {
        display: inline; }
        .page .wrapper .breadcrumbs li:after {
          content: '›';
          padding: 0 3px 0 3px;
          opacity: .5; }
        .page .wrapper .breadcrumbs li:last-child:after {
          content: ''; }
  .page ul, .page li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .page h1, .page h2, .page h3, .page h4 {
    font-weight: 300;
    margin: 0;
    color: #6e6e6e; }
  .page h1 {
    font-size: 32px;
    padding: 0 0 16px; }
  .page h2 {
    font-size: 22px;
    padding: 0 0 12px; }
  .page h3 {
    font-size: 20px;
    padding: 0 0 6px; }
  .page h4 {
    font-size: 17px;
    padding: 0 0 2px; }
  .page p {
    font-size: 0.8em; }
  .page p + h1, .page p + h2, .page p + h3, .page p + h4 {
    padding: 20px 0 0 0; }

@media (max-width: 1220px) {
  .page .wrapper {
    padding: 0 15px; } }

@media (max-width: 900px) {
  .page .wrapper {
    padding: 0 15px; } }

@media (max-width: 600px) {
  .page .wrapper h1 {
    font-size: 30px; }
  .page .wrapper h2 {
    font-size: 20px; }
  .page .wrapper h3 {
    font-size: 18px; }
  .page .wrapper h4 {
    font-size: 17px; } }

@media (max-width: 480px) {
  .page .wrapper h1 {
    font-size: 24px;
    font-weight: 400; }
  .page .wrapper h2 {
    font-size: 18px;
    font-weight: 400; }
  .page .wrapper h3 {
    font-size: 16px;
    font-weight: 400; }
  .page .wrapper h4 {
    font-size: 14px;
    font-weight: 400; } }

.about .wrapper .about-thumb {
  width: 100%;
  height: auto; }

.about .wrapper .about-photogallery {
  font-size: 0;
  text-align: center; }
  .about .wrapper .about-photogallery li {
    display: inline-block;
    width: 200px;
    padding: 5px;
    box-sizing: border-box; }
    .about .wrapper .about-photogallery li a {
      display: block;
      border-bottom: none !important;
      width: 100%; }
      .about .wrapper .about-photogallery li a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .about .wrapper .about-photogallery li a:hover img {
        -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
                transform: scale(1.025); }

.about .wrapper .about-features {
  font-size: 0.8em; }
  .about .wrapper .about-features li {
    padding: 5px 10px;
    margin: 10px 0;
    border-left: 5px solid #444;
    background-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 900px) {
  .about .wrapper .about-photogallery {
    font-size: 0;
    text-align: center; }
    .about .wrapper .about-photogallery li {
      width: 25%; } }

@media (max-width: 600px) {
  .about .wrapper .about-photogallery {
    font-size: 0;
    text-align: center; }
    .about .wrapper .about-photogallery li {
      width: 33.333%; } }

@media (max-width: 480px) {
  .about .wrapper .about-photogallery {
    font-size: 0;
    text-align: center; }
    .about .wrapper .about-photogallery li {
      width: 50%; } }

.contacts .wrapper {
  position: relative;
  height: 100%; }

.contacts-info {
  position: absolute;
  top: 30px;
  right: 0;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  padding: 20px;
  box-sizing: content-box; }
  .contacts-info h1 {
    padding: 0; }
  .contacts-info .phone {
    font-size: 250%;
    font-weight: 200; }
    .contacts-info .phone span {
      font-size: 60%;
      opacity: .5;
      vertical-align: top;
      position: relative;
      top: 6px; }
  .contacts-info .mail {
    padding: 10px 0;
    font-size: 90%; }
  .contacts-info .adress {
    padding: 10px 0;
    font-size: 90%; }
  .contacts-info .times {
    padding: 10px 0; }
    .contacts-info .times li {
      font-size: 90%; }
  .contacts-info .comment {
    padding: 10px 0;
    opacity: .75; }

#contacts-map {
  margin-top: -120px;
  margin-bottom: -40px;
  height: 80%;
  overflow: hidden; }

@media (max-width: 1220px) {
  .contacts-info {
    right: 15px; } }

@media (max-width: 900px) {
  .contacts-info {
    width: 35%; }
    .contacts-info .phone {
      font-size: 190%; } }

@media (max-width: 600px) {
  .contacts-info {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: transparent;
    right: auto;
    top: auto; }
  #contacts-map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    top: auto;
    margin: 20px 0 0 0; } }

.actions-banners {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 30px auto;
  display: table;
  border-spacing: 0;
  box-sizing: border-box; }
  .actions-banners * {
    transition: all 300ms cubic-bezier(0.1, 0, 0.22, 1); }
  .actions-banners .banner {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: table-cell;
    position: relative;
    margin: 0;
    padding: 0;
    border: solid transparent;
    border-width: 0 3px;
    overflow: hidden;
    color: #dadada; }
    .actions-banners .banner:last-child {
      border-width: 0 5px;
      border-right-width: 0; }
    .actions-banners .banner:first-child {
      border-width: 0 5px;
      border-left-width: 0; }
    .actions-banners .banner h3 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0;
      padding: 5px 10px;
      background-color: rgba(102, 102, 102, 0.9);
      color: #dadada;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      opacity: 0;
      font-weight: 300;
      z-index: 3; }
    .actions-banners .banner p {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(102, 102, 102, 0.9);
      color: #dadada;
      font-size: 0.7em;
      margin: 0;
      padding: 5px 10px;
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      opacity: 0;
      transition-delay: 160ms;
      z-index: 2; }
    .actions-banners .banner img {
      width: 100%;
      height: auto;
      display: block; }
    .actions-banners .banner:hover h3 {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1;
      color: #fff; }
    .actions-banners .banner:hover p {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1; }

.actions-item {
  display: table;
  margin-bottom: 20px !important; }
  .actions-item .thumb {
    display: table-cell;
    width: 360px;
    vertical-align: top;
    transition: none; }
    .actions-item .thumb a {
      border-bottom: none; }
      .actions-item .thumb a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
      .actions-item .thumb a:hover {
        border-bottom: none; }
        .actions-item .thumb a:hover img {
          -webkit-transform: scale(1.025);
              -ms-transform: scale(1.025);
                  transform: scale(1.025); }
  .actions-item .description {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
    box-sizing: border-box; }
    .actions-item .description h2 {
      margin: 0;
      padding: 0; }
    .actions-item .description p {
      margin: 10px 0 0 0;
      padding: 0; }

.actions-post .wrapper .action-thumb {
  width: 100%;
  height: auto; }

.actions-post .wrapper h1 {
  padding: 20px 0 0 0; }

@media (max-width: 1220px) {
  .actions-banners {
    padding: 0 10px; } }

@media (max-width: 900px) {
  .actions-item .thumb {
    width: 40%; }
  .actions-item .description p {
    margin: 5px 0 0 0; } }

@media (max-width: 600px) {
  .actions-item {
    display: block;
    width: 100%; }
    .actions-item .thumb {
      display: block;
      width: 100%; }
    .actions-item .description {
      display: block;
      width: 100%;
      padding: 0 0 30px 0; }
  .actions-banners {
    display: block; }
    .actions-banners .banner {
      display: block;
      margin: 10px 0;
      border-width: 0 !important; }
      .actions-banners .banner h3 {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1; }
      .actions-banners .banner p {
        display: none; } }

.advert-item {
  display: table;
  margin: 20px 0 !important; }
  .advert-item .thumb {
    display: table-cell;
    width: 360px;
    vertical-align: top;
    transition: none; }
    .advert-item .thumb img {
      width: 100%;
      height: auto; }
  .advert-item .description {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px; }
    .advert-item .description h2 {
      display: block;
      margin: 0;
      padding: 0; }
    .advert-item .description p {
      display: block;
      font-size: 100%;
      margin: 10px 0 0 0;
      padding: 0; }

@media (max-width: 900px) {
  .advert-item .thumb {
    width: 33%; } }

@media (max-width: 600px) {
  .advert-item {
    display: block;
    margin-bottom: 20px !important; }
    .advert-item .thumb {
      display: block;
      width: 100%; }
    .advert-item .description {
      display: block;
      vertical-align: top;
      padding: 10px 0 20px 0; } }

.bar-thumb {
  width: 100%;
  height: auto; }

.bar-menu {
  margin: 0 0 40px 0; }
  .bar-menu-table {
    width: 100%; }
    .bar-menu-table th {
      padding: 5px 10px;
      font-weight: 300;
      vertical-align: middle;
      background-color: rgba(68, 68, 68, 0.25);
      color: #ffffff; }
      .bar-menu-table th.title, .bar-menu-table th.weight, .bar-menu-table th.price {
        font-size: 12px; }
    .bar-menu-table tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.1); }
    .bar-menu-table tr:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.05); }
    .bar-menu-table td {
      padding: 5px 10px;
      font-weight: 300;
      vertical-align: middle; }
      .bar-menu-table td span {
        font-size: 80%;
        opacity: .5; }
    .bar-menu-table .title {
      text-align: left; }
    .bar-menu-table .weight {
      width: 100px;
      text-align: right;
      font-size: 80%; }
    .bar-menu-table .price {
      width: 100px;
      text-align: right;
      font-size: 120%; }

.bowling .wrapper .bowling-thumb {
  width: 100%;
  height: auto; }

.bowling .wrapper .bowling-photogallery {
  font-size: 0;
  text-align: center; }
  .bowling .wrapper .bowling-photogallery li {
    display: inline-block;
    width: 200px;
    padding: 5px;
    box-sizing: border-box; }
    .bowling .wrapper .bowling-photogallery li a {
      display: block;
      border-bottom: none !important;
      width: 100%; }
      .bowling .wrapper .bowling-photogallery li a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .bowling .wrapper .bowling-photogallery li a:hover img {
        -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
                transform: scale(1.025); }

.bowling .wrapper .bowling-features li {
  padding: 5px 10px;
  margin: 10px 0;
  border-left: 5px solid #444;
  background-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 900px) {
  .bowling .wrapper .bowling-photogallery {
    font-size: 0;
    text-align: center; }
    .bowling .wrapper .bowling-photogallery li {
      width: 25%; } }

@media (max-width: 600px) {
  .bowling .wrapper .bowling-photogallery {
    font-size: 0;
    text-align: center; }
    .bowling .wrapper .bowling-photogallery li {
      width: 33.333%; } }

@media (max-width: 480px) {
  .bowling .wrapper .bowling-photogallery {
    font-size: 0;
    text-align: center; }
    .bowling .wrapper .bowling-photogallery li {
      width: 50%; } }

.news-widget {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  padding: 0;
  border: none;
  max-width: 1200px; }
  .news-widget a {
    display: inline-block;
    position: relative;
    border: solid transparent;
    border-width: 0 5px 10px 5px;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top; }
    .news-widget a:hover h3 {
      color: #dadada; }
    .news-widget a:hover p {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1; }
    .news-widget a h3 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 0 0 0;
      padding: 5px 10px 5px 100px;
      background-color: rgba(102, 102, 102, 0.9);
      color: #dadada;
      font-weight: 300;
      font-size: 100%; }
    .news-widget a .news-date {
      position: absolute;
      left: 10px;
      top: 0;
      width: 80px;
      height: 80px;
      font-size: 60%;
      color: white;
      text-shadow: none; }
      .news-widget a .news-date > span {
        position: absolute;
        text-align: center;
        line-height: 18px;
        display: block;
        width: 100%;
        top: 0; }
        .news-widget a .news-date > span .date {
          display: block;
          font-size: 200%; }
      .news-widget a .news-date polygon {
        fill: #111111; }
    .news-widget a img {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 100%;
      height: auto;
      display: block; }
    .news-widget a p {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(102, 102, 102, 0.9);
      color: #dadada;
      font-size: 90%;
      margin: 0;
      padding: 5px 10px;
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      opacity: 0;
      transition: all 300ms 100ms cubic-bezier(0.1, 0, 0.22, 1); }
  .news-widget.col-1 a {
    width: 100%;
    border-width: 0; }
  .news-widget.col-2 a {
    width: 50%; }
    .news-widget.col-2 a:nth-child(even) {
      border-right-width: 0; }
    .news-widget.col-2 a:nth-child(odd) {
      border-left-width: 0; }
  .news-widget.col-3 a {
    width: 33%; }
    .news-widget.col-3 a:nth-child(3n-2) {
      border-left-width: 0; }
    .news-widget.col-3 a:nth-child(3n-1) {
      width: 34%;
      border-width: 0 8px; }
    .news-widget.col-3 a:nth-child(3n) {
      border-right-width: 0; }

.news-item {
  display: table;
  margin: 20px 0 !important; }
  .news-item .thumb {
    display: table-cell;
    width: 360px;
    vertical-align: top;
    transition: none; }
    .news-item .thumb a {
      border-bottom: none; }
      .news-item .thumb a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
      .news-item .thumb a:hover {
        border-bottom: none; }
        .news-item .thumb a:hover img {
          -webkit-transform: scale(1.025);
              -ms-transform: scale(1.025);
                  transform: scale(1.025); }
  .news-item .description {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px; }
    .news-item .description .news-title {
      display: block;
      margin: 0;
      padding: 0; }
    .news-item .description .news-date {
      font-size: 80%;
      color: rgba(26, 26, 26, 0.5); }
    .news-item .description .news-announce {
      display: block;
      font-size: 100%;
      margin: 10px 0 0 0;
      padding: 0; }

.news-post .wrapper .news-thumb {
  width: 100%;
  height: auto; }

.news-post .wrapper .news-title {
  padding: 20px 0 0 0; }

.news-post .wrapper .news-date {
  font-size: 80%;
  color: rgba(26, 26, 26, 0.5); }

.news-post .wrapper .news-photogallery {
  font-size: 0; }
  .news-post .wrapper .news-photogallery li {
    display: inline-block;
    width: 20%;
    padding: 5px;
    box-sizing: border-box; }
    .news-post .wrapper .news-photogallery li a {
      display: block;
      border-bottom: none !important;
      width: 100%; }
      .news-post .wrapper .news-photogallery li a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .news-post .wrapper .news-photogallery li a:hover img {
        -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
                transform: scale(1.025); }

@media (max-width: 900px) {
  .news-widget h3 {
    font-size: 80%; }
  .news-widget a p {
    font-size: 80%; }
  .news-widget.col-3 a {
    width: 50% !important; }
    .news-widget.col-3 a:nth-child(even) {
      border-left-width: 5px;
      border-right-width: 0; }
    .news-widget.col-3 a:nth-child(odd) {
      border-left-width: 0;
      border-right-width: 5px; }
  .news-item .thumb {
    width: 40%; }
  .news-item .description .news-announce {
    margin: 5px 0 0 0; }
  .news-post .wrapper .news-photogallery li {
    width: 25%; } }

@media (max-width: 600px) {
  .news-widget.col-1 a, .news-widget.col-2 a, .news-widget.col-3 a {
    width: 100% !important;
    border-width: 0 0 10px 0 !important; }
  .news-widget a p {
    display: none; }
  .news-item {
    display: block;
    width: 100%; }
    .news-item .thumb {
      display: block;
      width: 100%; }
    .news-item .description {
      display: block;
      width: 100%;
      padding: 0 0 30px 0; }
  .news-post .wrapper .news-photogallery li {
    width: 33.333%; } }

@media (max-width: 480px) {
  .news-post .wrapper .news-photogallery li {
    width: 50%; } }

.faq h2 {
  padding-top: 20px; }

.faq-item {
  display: block;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 rgba(68, 68, 68, 0.05); }
  .faq-item:first-child {
    border-top: none; }
  .faq-item:hover {
    box-shadow: inset 0 1000px 0 rgba(68, 68, 68, 0.05); }
    .faq-item:hover h3 {
      color: #910000; }
  .faq-item h3 {
    display: inline-block;
    padding: 0;
    color: #D00; }
  .faq-item .arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 16px;
    right: 10px;
    position: absolute;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
    .faq-item .arrow:after, .faq-item .arrow:before {
      content: '';
      display: block;
      position: absolute;
      top: 12px;
      right: 9px;
      width: 9px;
      height: 2px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      background-color: #D00;
      transition: all 300ms cubic-bezier(0.1, 0, 0.22, 1); }
    .faq-item .arrow:before {
      right: auto;
      left: 8px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%; }
  .faq-item.open .arrow:after {
    top: 7px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .faq-item.open .arrow:before {
    top: 7px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .faq-item-responce {
    margin: 6px 0;
    cursor: default;
    font-size: 100%;
    display: none;
    transition: none; }
    .faq-item-responce p {
      margin: 0;
      padding: 0; }

.faq-question {
  float: right;
  font-size: initial;
  margin: 8px;
  border-bottom-style: dotted !important; }

.faq-form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  .faq-form-popup {
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    height: 500px;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10000; }
    .faq-form-popup iframe {
      width: 100%;
      height: 100%; }
    .faq-form-popup-close {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 40px;
      width: 40px;
      cursor: pointer;
      z-index: 10000; }
      .faq-form-popup-close:before, .faq-form-popup-close:after {
        content: ' ';
        display: block;
        width: 24px;
        height: 4px;
        background-color: white;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg) translate(-8px, 18px);
            -ms-transform: rotate(-45deg) translate(-8px, 18px);
                transform: rotate(-45deg) translate(-8px, 18px); }
      .faq-form-popup-close:after {
        -webkit-transform: rotate(45deg) translate(15px, 5px);
            -ms-transform: rotate(45deg) translate(15px, 5px);
                transform: rotate(45deg) translate(15px, 5px); }

.popup {
  min-height: 500px; }
  .popup body {
    background-color: #dadada; }
  .popup .mainwrapper {
    -webkit-overflow-scrolling: touch; }
  .popup .page {
    padding: 40px 20px; }

@media (max-width: 600px) {
  .faq-item .arrow {
    top: 14px; } }

@media (max-width: 480px) {
  .faq-item .arrow {
    top: 13px; }
  .faq-form-popup {
    height: 100%; }
    .faq-form-popup-close {
      right: 0;
      top: 0; }
      .faq-form-popup-close:before, .faq-form-popup-close:after {
        width: 16px; } }

.film-info {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative; }
  .film-info * {
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
  .film-info .film-heading {
    position: relative; }
    .film-info .film-heading .film-title, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title {
      position: absolute;
      bottom: 100px;
      font-weight: 300;
      font-size: 220%;
      color: #ffffff;
      background-color: #d00;
      padding: 10px 20px;
      margin: 0;
      display: inline-block;
      z-index: 2; }
      .film-info .film-heading .film-title > p, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title > p, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title > p {
        background-color: rgba(0, 0, 0, 0.8);
        color: #888;
        position: absolute;
        bottom: -34px;
        left: 0;
        margin: 0;
        padding: 5px 20px;
        font-size: 0.4em;
        white-space: nowrap; }
        .film-info .film-heading .film-title > p .age, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title > p .age, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title > p .age {
          opacity: 0.66;
          font-size: 80%;
          font-weight: bold;
          letter-spacing: -1px;
          padding: 0 0 0 2px; }
  .film-info .film-starts {
    margin: 0 0 0 10px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.25);
    float: right;
    text-align: right;
    background-color: #A00;
    top: 30px;
    position: relative; }
    .film-info .film-starts .date {
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75); }
  .film-info .counter {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    right: 10px;
    top: 0;
    height: 64px;
    width: 320px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 100; }
    .film-info .counter:hover {
      -webkit-transform: translate3d(0, -276px, 0);
              transform: translate3d(0, -276px, 0);
      height: 340px;
      z-index: 300 !important; }
      .film-info .counter:hover h2 {
        box-shadow: 0 0 0 300px rgba(91, 91, 91, 0.7); }
      .film-info .counter:hover > div, .film-info .counter:hover > a {
        opacity: 1; }
      .film-info .counter:hover .time {
        transition-delay: 380ms; }
      .film-info .counter:hover .seance {
        transition-delay: 440ms; }
      .film-info .counter:hover .order-btn {
        transition-delay: 500ms; }
    .film-info .counter > div, .film-info .counter > a {
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0; }
    .film-info .counter h2 {
      margin: 0 0 14px 0;
      padding: 0;
      height: 64px;
      line-height: 64px;
      box-sizing: border-box;
      font-size: .9em;
      font-weight: 300;
      text-align: center;
      color: #ffffff;
      background-color: #A00;
      box-shadow: 0 0 0 0 #A00;
      transition: border-radius 800ms cubic-bezier(0.77, 0, 0.175, 1), box-shadow 400ms 220ms cubic-bezier(0.77, 0, 0.175, 1); }
      .film-info .counter h2 .timeout {
        display: inline; }
    .film-info .counter .date {
      transition-delay: 300ms;
      font-size: .9em;
      text-align: center;
      color: white; }
    .film-info .counter .time {
      transition-delay: 260ms;
      display: table;
      width: 90%;
      margin: 15px auto;
      box-sizing: border-box;
      border-spacing: 5px;
      opacity: 0; }
      .film-info .counter .time span {
        display: table-cell;
        position: relative;
        width: 23%;
        font-size: 3em;
        font-weight: 400;
        line-height: 80px;
        color: #222222;
        text-align: center;
        border-radius: 3px;
        box-shadow: inset 0 45px 0 -5px #FFFFFF, inset 0 -45px 0 -5px #EFEFEF, 0 2px 6px rgba(0, 0, 0, 0.56); }
        .film-info .counter .time span.sep {
          width: 2%;
          box-shadow: none;
          position: relative; }
          .film-info .counter .time span.sep:after, .film-info .counter .time span.sep:before {
            content: '';
            position: absolute;
            display: block;
            width: 4px;
            height: 4px;
            top: 35%;
            border-radius: 6px;
            background-color: white; }
          .film-info .counter .time span.sep:after {
            top: 60%; }
    .film-info .counter .seance {
      transition-delay: 190ms;
      display: table;
      opacity: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: #ffffff;
      font-size: .8em; }
      .film-info .counter .seance .hall {
        display: table-cell;
        width: 50%;
        padding: 5px 15px;
        text-align: left; }
      .film-info .counter .seance .price {
        display: table-cell;
        width: 50%;
        padding: 5px 15px;
        text-align: right; }
    .film-info .counter .order-btn {
      transition-delay: 100ms;
      display: block;
      opacity: 0;
      line-height: 50px;
      text-align: center;
      background-color: #d00;
      color: white;
      margin: 20px 15px 15px 15px;
      border-bottom: none; }
      .film-info .counter .order-btn:hover {
        border-bottom: none;
        transition-delay: 0ms;
        background-color: #e00; }
  .film-info .rating {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: table;
    border-spacing: 10px;
    margin: -10px 0 0 -10px; }
    .film-info .rating > * {
      display: table-cell;
      background-color: #eaeaea;
      width: 130px;
      height: 64px;
      color: #1a1a1a; }
      .film-info .rating > * h5 {
        background-color: #aaa;
        color: #666;
        font-size: .5em;
        font-weight: 400;
        font-family: arial, sans-serif;
        padding: 2px 10px;
        margin: 0;
        text-transform: capitalize; }
        .film-info .rating > * h5 span {
          float: right; }
      .film-info .rating > * > span {
        font-size: 2.2em;
        padding: 0 10px;
        font-weight: 200;
        letter-spacing: -3px;
        line-height: 45px; }
  .film-info .afisha-list-item {
    padding: 0;
    margin: 40px auto 30px auto;
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box; }
    .film-info .afisha-list-item:last-child {
      border-bottom-color: transparent; }
    .film-info .afisha-list-item li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table-cell;
      vertical-align: top;
      font-weight: 300; }
      .film-info .afisha-list-item li.film-poster {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 20%;
        box-sizing: border-box;
        padding: 0 10px 0 0; }
        .film-info .afisha-list-item li.film-poster a {
          border-bottom: none;
          display: block;
          position: relative;
          margin: 0; }
          .film-info .afisha-list-item li.film-poster a::before {
            content: '';
            display: block;
            height: 100%;
            width: 100%;
            background: no-repeat 50% 50%;
            background-size: 48px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
            position: absolute;
            -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                    transform: scale(0.8);
            z-index: 100;
            transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1); }
          .film-info .afisha-list-item li.film-poster a:hover::before {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
          .film-info .afisha-list-item li.film-poster a:hover img {
            -webkit-transform: scale(1.025);
                -ms-transform: scale(1.025);
                    transform: scale(1.025); }
        .film-info .afisha-list-item li.film-poster img {
          transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
          width: 100%;
          height: auto; }
      .film-info .afisha-list-item li.film-detail .film-info {
        display: table;
        width: 100%;
        border-top: 1px dotted rgba(0, 0, 0, 0.1);
        padding: 5px 10px 0 0; }
        .film-info .afisha-list-item li.film-detail .film-info .film-info-item {
          display: table-cell;
          width: 30%;
          padding: 0 5px 0 0; }
          .film-info .afisha-list-item li.film-detail .film-info .film-info-item:first-child, .film-info .afisha-list-item li.film-detail .film-info .film-info-item:last-child {
            width: 20%; }
          .film-info .afisha-list-item li.film-detail .film-info .film-info-item > * {
            display: block;
            width: 100%;
            font-weight: 300; }
          .film-info .afisha-list-item li.film-detail .film-info .film-info-item h4 {
            margin: 0;
            padding: 0;
            font-size: 60%;
            font-weight: 600;
            color: rgba(26, 26, 26, 0.25); }
          .film-info .afisha-list-item li.film-detail .film-info .film-info-item span {
            margin: 0;
            padding: 0;
            font-size: 80%;
            color: rgba(26, 26, 26, 0.75); }
      .film-info .afisha-list-item li.film-detail .film-info-actors {
        display: block;
        margin: 5px 0 0 0;
        padding: 0 0 5px 0;
        border: 1px dotted rgba(0, 0, 0, 0.1);
        border-left-width: 0;
        border-right-width: 0; }
        .film-info .afisha-list-item li.film-detail .film-info-actors > * {
          font-weight: 300; }
        .film-info .afisha-list-item li.film-detail .film-info-actors h4 {
          margin: 0;
          padding: 0;
          font-size: 60%;
          font-weight: 600;
          color: rgba(26, 26, 26, 0.25); }
        .film-info .afisha-list-item li.film-detail .film-info-actors span {
          margin: 0;
          padding: 0;
          font-size: 80%;
          color: rgba(26, 26, 26, 0.75); }
      .film-info .afisha-list-item li.film-detail .film-info-description {
        display: block;
        margin: 10px 0 20px 0;
        padding: 0;
        font-size: 90%;
        color: #1a1a1a; }

@media (max-width: 1220px) {
  .film-info {
    padding: 0 15px; } }

@media (max-width: 900px) {
  .film-info .film-heading .film-title, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title {
    font-size: 176%;
    padding: 5px 30px; }
    .film-info .film-heading .film-title > p, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title > p, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title > p {
      bottom: -29px; }
  .film-info .film-heading .counter {
    width: 220px; }
    .film-info .film-heading .counter h2 {
      line-height: inherit;
      padding: 8px; }
      .film-info .film-heading .counter h2 .timeout {
        display: inline-block; }
    .film-info .film-heading .counter .time span {
      font-size: 380%; } }

@media (max-width: 600px) {
  .film-info .film-heading {
    margin-top: 74px; }
    .film-info .film-heading .film-title, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title {
      font-size: 176%;
      position: relative;
      background-color: transparent;
      padding: 0 0 0 0;
      bottom: 0;
      width: 100%;
      top: 0;
      display: inline;
      color: #1a1a1a; }
      .film-info .film-heading .film-title > p, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title > p, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title > p {
        position: relative;
        background-color: transparent;
        padding: 0;
        top: 0; }
    .film-info .film-heading .film-starts {
      font-size: 80%;
      top: 10px; }
    .film-info .film-heading .counter {
      width: 100%;
      right: 0;
      top: -64px;
      z-index: 99; }
      .film-info .film-heading .counter h2 {
        line-height: 64px;
        padding: 0; }
      .film-info .film-heading .counter .time span {
        font-size: 380%; }
  .film-info .afisha-list-item {
    margin: 20px 0 30px 0; } }

@media (max-width: 480px) {
  .film-info .film-heading .film-title, .film-info .film-heading .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-title, .afisha-premiere .afisha-view-list .afisha-list-item li.film-detail .film-info .film-heading .film-title {
    font-size: 1.5em; }
  .film-info .film-heading .film-starts .date {
    display: block; } }

.halls .wrapper .swiper-pagination {
  position: relative;
  margin: 10px 0; }
  .halls .wrapper .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 5px 10px;
    margin: 5px;
    opacity: 1;
    background-color: transparent;
    color: #1a1a1a; }
    .halls .wrapper .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #444;
      color: #ffffff; }

.halls .wrapper .photogallery {
  font-size: 0;
  text-align: center;
  margin: 10px 0 0 0; }
  .halls .wrapper .photogallery li {
    display: inline-block;
    width: 100px;
    padding: 5px;
    box-sizing: border-box; }
    .halls .wrapper .photogallery li a {
      display: block;
      border-bottom: none !important;
      width: 100%; }
      .halls .wrapper .photogallery li a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .halls .wrapper .photogallery li a:hover img {
        -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
                transform: scale(1.025); }

.halls .slider-halls {
  overflow: hidden;
  position: relative; }
  .halls .slider-halls .swiper-slide .hall-img {
    height: 600px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
  .halls .slider-halls .swiper-slide .description {
    padding: 10px 0;
    text-align: center; }
  .halls .slider-halls .swiper-slide img {
    margin: 0 auto;
    width: auto;
    height: 100%; }

@media (max-width: 1220px) {
  .halls .slider-halls .swiper-slide .hall-img {
    margin: 0 15px; } }

@media (max-width: 900px) {
  .halls .slider-halls .swiper-slide .hall-img {
    height: 500px; } }

@media (max-width: 600px) {
  .halls .slider-halls .swiper-slide .hall-img {
    height: 400px; } }

@media (max-width: 480px) {
  .halls .slider-halls .swiper-slide .hall-img {
    height: 300px; } }

.job-item {
  padding: 0;
  margin: 10px 0 20px 0;
  border-left: 5px solid #444;
  background-color: rgba(0, 0, 0, 0.1); }
  .job-item-header {
    display: table;
    width: 100%; }
    .job-item-header > * {
      display: table-cell;
      padding: 10px; }
    .job-item-header .answer {
      text-align: right;
      padding: 8px 20px; }
      .job-item-header .answer a {
        border-bottom-style: dotted !important; }
    .job-item-header .info p {
      margin: 0;
      font-size: 90%; }
  .job-item-description {
    width: 100%;
    padding: 10px;
    display: table;
    background-color: rgba(0, 0, 0, 0.1); }
    .job-item-description > ul {
      display: table-cell;
      width: 33.33%; }
      .job-item-description > ul h3 {
        margin: 0 5px 0 0; }
      .job-item-description > ul li {
        color: rgba(26, 26, 26, 0.67);
        list-style: square;
        margin: 0 5px 0 30px;
        font-size: 90%; }

.job-form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  .job-form-popup {
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    height: 600px;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10000; }
    .job-form-popup iframe {
      width: 100%;
      height: 100%; }
    .job-form-popup-close {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 40px;
      width: 40px;
      cursor: pointer;
      z-index: 10000; }
      .job-form-popup-close:before, .job-form-popup-close:after {
        content: ' ';
        display: block;
        width: 24px;
        height: 4px;
        background-color: white;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg) translate(-8px, 18px);
            -ms-transform: rotate(-45deg) translate(-8px, 18px);
                transform: rotate(-45deg) translate(-8px, 18px); }
      .job-form-popup-close:after {
        -webkit-transform: rotate(45deg) translate(15px, 5px);
            -ms-transform: rotate(45deg) translate(15px, 5px);
                transform: rotate(45deg) translate(15px, 5px); }

.popup {
  min-height: 500px; }
  .popup body {
    background-color: #dadada; }
  .popup .mainwrapper {
    -webkit-overflow-scrolling: touch; }
  .popup .page {
    padding: 40px 20px; }

@media (max-width: 600px) {
  .job-item-header {
    display: block; }
    .job-item-header > * {
      display: block; }
    .job-item-header .answer {
      padding: 0 10px 10px;
      text-align: left; }
  .job-item-description {
    display: block; }
    .job-item-description > ul {
      display: block;
      width: 100%;
      margin: 0 0 20px 0; }
      .job-item-description > ul li {
        margin: 0 5px 0 30px; } }

@media (max-width: 480px) {
  .job-form-popup {
    height: 100%; }
    .job-form-popup-close {
      right: 0;
      top: 0; }
      .job-form-popup-close:before, .job-form-popup-close:after {
        width: 16px; } }

.karaoke .wrapper .karaoke-thumb {
  width: 100%;
  height: auto; }

.karaoke .wrapper .karaoke-photogallery {
  font-size: 0;
  text-align: center; }
  .karaoke .wrapper .karaoke-photogallery li {
    display: inline-block;
    width: 200px;
    padding: 5px;
    box-sizing: border-box; }
    .karaoke .wrapper .karaoke-photogallery li a {
      display: block;
      border-bottom: none !important;
      width: 100%; }
      .karaoke .wrapper .karaoke-photogallery li a img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .karaoke .wrapper .karaoke-photogallery li a:hover img {
        -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
                transform: scale(1.025); }

.karaoke .wrapper .karaoke-features li {
  padding: 5px 10px;
  margin: 10px 0;
  border-left: 5px solid #444;
  background-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 900px) {
  .karaoke .wrapper .karaoke-photogallery {
    font-size: 0;
    text-align: center; }
    .karaoke .wrapper .karaoke-photogallery li {
      width: 25%; } }

@media (max-width: 600px) {
  .karaoke .wrapper .karaoke-photogallery {
    font-size: 0;
    text-align: center; }
    .karaoke .wrapper .karaoke-photogallery li {
      width: 33.333%; } }

@media (max-width: 480px) {
  .karaoke .wrapper .karaoke-photogallery {
    font-size: 0;
    text-align: center; }
    .karaoke .wrapper .karaoke-photogallery li {
      width: 50%; } }

.slots-item {
  display: table;
  margin-bottom: 20px !important; }
  .slots-item .thumb {
    display: table-cell;
    width: 360px;
    vertical-align: top;
    transition: none; }
    .slots-item .thumb img {
      width: 100%;
      height: auto; }
    .slots-item .thumb a {
      border-bottom: none;
      display: block;
      position: relative;
      margin: 0; }
      .slots-item .thumb a::before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: no-repeat 50% 50%;
        background-size: 48px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGNpcmNsZSBmaWxsLW9wYWNpdHk9JzAuNTUnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwb2x5Z29uIGZpbGw9JyNGRkZGRkYnIGZpbGwtb3BhY2l0eT0nMC43NScgcG9pbnRzPScyMiwxNiAxNywxOC45IDEyLDIxLjggMTIsMTYgMTIsMTAuMiAxNywxMy4xICcvPjwvc3ZnPg==");
        position: absolute;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        z-index: 100;
        transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1); }
      .slots-item .thumb a:hover::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .slots-item .thumb a:hover img {
        -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
                transform: scale(1.025); }
  .slots-item .description {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px; }
    .slots-item .description h2 {
      display: block;
      margin: 0;
      padding: 0; }
    .slots-item .description p {
      display: block;
      font-size: 100%;
      margin: 10px 0 0 0;
      padding: 0; }

@media (max-width: 900px) {
  .slots-item .thumb {
    width: 33%; } }

@media (max-width: 600px) {
  .slots-item {
    display: block;
    margin-bottom: 20px !important; }
    .slots-item .thumb {
      display: block;
      width: 100%; }
    .slots-item .description {
      display: block;
      vertical-align: top;
      padding: 10px 0 20px 0; } }

.slider-5d {
  height: 600px;
  position: relative; }
  .slider-5d .swiper-slide {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .slider-5d .swiper-slide h3 {
      position: absolute;
      top: 20px;
      left: 0;
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transform: translate3d(-100%, 0, 0) scale(0, 1);
              transform: translate3d(-100%, 0, 0) scale(0, 1);
      transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      font-size: 1.5em;
      font-weight: 300;
      color: #ffffff;
      background-color: #A00;
      padding: 5px 20px;
      display: inline-block;
      margin: 0; }
    .slider-5d .swiper-slide .description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px 20px 40px 20px;
      color: white;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      transition: all 600ms 300ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      font-size: .8em; }
    .slider-5d .swiper-slide.swiper-slide-active h3 {
      -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
              transform: translate3d(0, 0, 0) scale(1, 1);
      opacity: 1; }
    .slider-5d .swiper-slide.swiper-slide-active .description {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1; }
  .slider-5d .swiper-button-prev {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(5px, 0);
            transform: scale(0.5, 0.8) translate(5px, 0);
    left: 30px; }
    .slider-5d .swiper-button-prev:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0); }
    .slider-5d .swiper-button-prev:active {
      -webkit-transform: scale(0.8, 1) translate(-10px, 0);
          -ms-transform: scale(0.8, 1) translate(-10px, 0);
              transform: scale(0.8, 1) translate(-10px, 0); }
  .slider-5d .swiper-button-next {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0.5, 0.8) translate(-5px, 0);
        -ms-transform: scale(0.5, 0.8) translate(-5px, 0);
            transform: scale(0.5, 0.8) translate(-5px, 0);
    right: 30px;
    opacity: .5; }
    .slider-5d .swiper-button-next:hover {
      -webkit-transform: scale(0.8, 0.8) translate(0, 0);
          -ms-transform: scale(0.8, 0.8) translate(0, 0);
              transform: scale(0.8, 0.8) translate(0, 0);
      opacity: 1; }
    .slider-5d .swiper-button-next:active {
      -webkit-transform: scale(0.8, 1) translate(10px, 0);
          -ms-transform: scale(0.8, 1) translate(10px, 0);
              transform: scale(0.8, 1) translate(10px, 0); }

.fiveDcinema-info {
  display: table;
  margin-top: 20px; }
  .fiveDcinema-info-thumb {
    display: table-cell;
    vertical-align: top;
    width: 33%; }
    .fiveDcinema-info-thumb img {
      width: 100%;
      height: auto; }
    .fiveDcinema-info-thumb .price {
      padding: 20px;
      width: 100%;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.8);
      font-size: 120%;
      font-weight: 300;
      display: table; }
      .fiveDcinema-info-thumb .price > span {
        text-align: right;
        display: table-cell;
        color: #1a1a1a; }
        .fiveDcinema-info-thumb .price > span:first-child {
          text-align: left; }
        .fiveDcinema-info-thumb .price > span:last-child {
          text-align: right; }
  .fiveDcinema-info-description {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px; }
    .fiveDcinema-info-description p {
      margin: 0; }
    .fiveDcinema-info-description h3 {
      margin: 20px 0; }
    .fiveDcinema-info-description ul {
      padding: 0 0 0 30px; }
      .fiveDcinema-info-description ul li {
        list-style: circle; }

.fiveDcinema-icons {
  display: block;
  width: 100%;
  font-size: 0;
  margin: 20px 0 !important; }
  .fiveDcinema-icons li {
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    width: 16.66%;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box; }
    .fiveDcinema-icons li img {
      width: 100%; }

@media (max-width: 900px) {
  .slider-5d .swiper-slide h3 {
    font-size: 180%; }
  .slider-5d .swiper-slide.swiper-slide-active .description {
    font-size: 90%; } }

@media (max-width: 600px) {
  .slider-5d .swiper-slide h3 {
    font-size: 150%; }
  .slider-5d .swiper-slide.swiper-slide-active .description {
    font-size: 85%; }
  .fiveDcinema-info {
    display: block; }
    .fiveDcinema-info-thumb {
      width: 100%;
      display: block;
      text-align: center; }
    .fiveDcinema-info-description {
      padding: 20px 0 0 0; }
  .fiveDcinema-icons li {
    width: 33.33%; } }

@media (max-width: 480px) {
  .slider-5d .swiper-slide h3 {
    font-size: 120%; }
  .slider-5d .swiper-slide.swiper-slide-active .description {
    font-size: 80%; }
  .fiveDcinema-icons li {
    width: 50%; } }

.form-row {
  font-size: 0;
  line-height: 0;
  white-space: nowrap; }

.form-item {
  display: inline-block;
  margin: 20px 0 0 0;
  font: 14pt/1.5 "Roboto";
  vertical-align: top; }
  .form-item.half {
    width: 50%; }
    .form-item.half:nth-child(even) {
      padding: 0 0 0 5px; }
    .form-item.half:nth-child(odd) {
      padding: 0 5px 0 0; }
  .form-item.full {
    width: 100%; }

.form .mf-captcha {
  display: block;
  font-size: 0;
  white-space: nowrap; }
  .form .mf-captcha .form-item {
    margin: 0;
    padding: 0; }
  .form .mf-captcha .captcha-input {
    width: 40%; }
  .form .mf-captcha .captcha-img {
    overflow: hidden;
    width: 60%; }
    .form .mf-captcha .captcha-img img {
      margin: -1px;
      height: 42px;
      width: 102%; }
  .form .mf-captcha .resid {
    border: 0 none; }

.form input, .form textarea {
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222; }
  .form input:focus, .form input:active, .form textarea:focus, .form textarea:active {
    background-color: rgba(255, 255, 255, 0.95); }

.form input {
  height: 40px; }

.form textarea {
  min-height: 140px; }

.form input[type='submit'] {
  background-color: #D00;
  color: white;
  cursor: pointer; }
  .form input[type='submit']:hover {
    background-color: #E00; }

.form h2 {
  font-size: 1em;
  padding: 0; }

@media (max-width: 480px) {
  .form-item {
    display: block;
    margin: 20px 0 0 0; }
    .form-item.half {
      width: 100%;
      padding: 0 !important; }
    .form-item.full {
      width: 100%; }
  .form .mf-captcha .captcha-input {
    display: inline-block;
    width: 50%; }
  .form .mf-captcha .captcha-img {
    display: inline-block;
    width: 50%; } }

.banners {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
  display: table;
  border-spacing: 0;
  box-sizing: border-box; }
  .banners * {
    transition: all 300ms cubic-bezier(0.1, 0, 0.22, 1); }
  .banners .banner {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: table-cell;
    position: relative;
    margin: 0;
    padding: 0;
    border: solid transparent;
    border-width: 0 5px;
    overflow: hidden;
    color: white; }
    .banners .banner:last-child {
      border-right-width: 0; }
    .banners .banner:first-child {
      border-left-width: 0; }
    .banners .banner h3 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0;
      padding: 5px 10px;
      background-color: rgba(102, 102, 102, 0.9);
      color: #dadada;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      opacity: 0;
      font-weight: 300;
      z-index: 3; }
    .banners .banner p {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(102, 102, 102, 0.9);
      color: #dadada;
      font-size: 0.7em;
      margin: 0;
      padding: 5px 10px;
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
              transform: scale(1, 0);
      opacity: 0;
      transition-delay: 160ms;
      z-index: 2;
      max-height: 70px;
      overflow: hidden; }
    .banners .banner img {
      width: 100%;
      height: auto;
      display: block; }
    .banners .banner:hover h3 {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1;
      color: #fff; }
    .banners .banner:hover p {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1; }

@media (max-width: 1220px) {
  .banners {
    padding: 0 10px; } }

@media (max-width: 600px) {
  .banners {
    display: block; }
    .banners .banner {
      display: block;
      margin: 10px 0;
      border-width: 0 !important; }
      .banners .banner h3 {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
        color: #fff; }
      .banners .banner:hover p {
        -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
                transform: scale(1, 0);
        opacity: 0; } }

footer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  background-color: #bbb;
  border-top: 2px solid white;
  box-shadow: 0 170px 0 #bbb, 0 340px 0 #bbb, 0 510px 0 #bbb, 0 680px 0 #bbb, 0 850px 0 #bbb, 0 1020px 0 #bbb, 0 1190px 0 #bbb, 0 1360px 0 #bbb, 0 1530px 0 #bbb, 0 1700px 0 #bbb; }
  footer * {
    transition: all 300ms cubic-bezier(0.1, 0, 0.22, 1); }
  footer .footer-wrapper {
    margin: 0 auto;
    width: 100%;
    background-color: #bbb;
    max-width: 1200px;
    box-sizing: border-box; }
    footer .footer-wrapper #foot-nav-dropdown {
      display: none;
      color: #D00;
      padding: 16px 20px;
      border: none;
      outline: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      font-size: 70%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    footer .footer-wrapper .foot-nav {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      footer .footer-wrapper .foot-nav > li {
        margin: 0 20px 0 0;
        padding: 10px 0;
        float: left; }
        footer .footer-wrapper .foot-nav > li a {
          font-size: 70%; }
      footer .footer-wrapper .foot-nav:after {
        content: "";
        display: table;
        clear: both; }
    footer .footer-wrapper .foot-blocks {
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0;
      display: table;
      width: 100%;
      box-sizing: border-box; }
      footer .footer-wrapper .foot-blocks > li {
        margin: 0 0 0 0;
        padding: 0 10px;
        display: table-cell;
        width: 33.33%;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        box-sizing: border-box; }
        footer .footer-wrapper .foot-blocks > li h4 {
          font-size: 70%;
          font-weight: 300;
          margin: 0 0 5px 0; }
        footer .footer-wrapper .foot-blocks > li.paytype img {
          height: 20px;
          width: auto;
          margin-right: 5px;
          opacity: 0.66;
          -webkit-filter: grayscale(100%);
                  filter: grayscale(100%); }
          footer .footer-wrapper .foot-blocks > li.paytype img:hover {
            opacity: 1;
            -webkit-filter: grayscale(0);
                    filter: grayscale(0); }
          footer .footer-wrapper .foot-blocks > li.paytype img:last-child {
            margin-right: 0; }
        footer .footer-wrapper .foot-blocks > li.phones {
          font-size: 115%;
          font-weight: 300; }
          footer .footer-wrapper .foot-blocks > li.phones span.phone {
            color: #1a1a1a;
            display: inline; }
            footer .footer-wrapper .foot-blocks > li.phones span.phone small {
              opacity: .6;
              font-size: .7em;
              vertical-align: text-top; }
        footer .footer-wrapper .foot-blocks > li.socials a {
          border: none; }
          footer .footer-wrapper .foot-blocks > li.socials a svg {
            width: 32px;
            height: 32px; }
            footer .footer-wrapper .foot-blocks > li.socials a svg path {
              fill: #D00;
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1); }
            footer .footer-wrapper .foot-blocks > li.socials a svg circle {
              stroke: rgba(145, 0, 0, 0);
              fill: none;
              stroke-width: 1.5px;
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1);
              stroke-dashoffset: 90px;
              stroke-dasharray: 90px 90px; }
          footer .footer-wrapper .foot-blocks > li.socials a:hover {
            cursor: pointer;
            border: none; }
            footer .footer-wrapper .foot-blocks > li.socials a:hover svg path {
              fill: #910000;
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1); }
            footer .footer-wrapper .foot-blocks > li.socials a:hover svg circle {
              stroke-dashoffset: 30px;
              stroke-dasharray: 120px 120px;
              stroke: rgba(145, 0, 0, 0.5);
              transition: all 600ms cubic-bezier(0.1, 0, 0.22, 1); }
        footer .footer-wrapper .foot-blocks > li:first-child {
          padding-left: 0; }
        footer .footer-wrapper .foot-blocks > li:last-child {
          border-right-color: transparent; }
    footer .footer-wrapper .foot-copyrights {
      display: table;
      width: 100%; }
      footer .footer-wrapper .foot-copyrights .cinema {
        display: table-cell;
        font-size: 70%;
        line-height: 50px;
        vertical-align: middle; }
      footer .footer-wrapper .foot-copyrights .kb {
        display: table-cell;
        text-align: right;
        vertical-align: middle; }
        footer .footer-wrapper .foot-copyrights .kb a {
          border-bottom: 0 none !important;
          display: inline-block;
          width: 170px; }
          footer .footer-wrapper .foot-copyrights .kb a:hover {
            border-bottom: 0 none !important; }
            footer .footer-wrapper .foot-copyrights .kb a:hover path, footer .footer-wrapper .foot-copyrights .kb a:hover ellipse, footer .footer-wrapper .foot-copyrights .kb a:hover rect, footer .footer-wrapper .foot-copyrights .kb a:hover polygon {
              fill: rgba(221, 0, 0, 0.75); }
        footer .footer-wrapper .foot-copyrights .kb svg {
          width: 100%; }
          footer .footer-wrapper .foot-copyrights .kb svg path, footer .footer-wrapper .foot-copyrights .kb svg ellipse, footer .footer-wrapper .foot-copyrights .kb svg rect, footer .footer-wrapper .foot-copyrights .kb svg polygon {
            fill: rgba(221, 0, 0, 0.25); }

@media (max-width: 1220px) {
  footer .footer-wrapper {
    padding: 0 10px; } }

@media (max-width: 600px) {
  footer {
    width: 100%;
    margin: 50px 0 0 0; }
    footer .footer-wrapper #foot-nav-dropdown {
      display: block; }
    footer .footer-wrapper .foot-nav {
      display: none; }
    footer .footer-wrapper .foot-blocks {
      display: block; }
      footer .footer-wrapper .foot-blocks > li {
        margin: 0 0 0 0;
        padding: 20px 10px;
        display: block;
        width: 100%;
        text-align: center;
        border-right-color: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    footer .footer-wrapper .foot-copyrights {
      display: block; }
      footer .footer-wrapper .foot-copyrights .cinema {
        display: block;
        text-align: center; }
      footer .footer-wrapper .foot-copyrights .kb {
        display: block;
        text-align: center; } }

/* End */


/* Start:/local/templates/kinobox.chaplin_new/style-custom.css?148957947494*/
/*Увеличиваем размер логотипа*/
.nav-bar .nav-logo {
	width: 200px;
}
/* End */
/* /local/templates/kinobox.chaplin_new/assets/photoswipe/photoswipe-skin.css?148456539411624 */
/* /local/templates/kinobox.chaplin_new/assets/photoswipe/photoswipe.css?14845653944191 */
/* /local/templates/kinobox.chaplin_new/assets/swiper/swiper.min.css?148456539415663 */
/* /local/templates/kinobox.chaplin_new/css/normalize.css?14845653947798 */
/* /local/templates/kinobox.chaplin_new/css/kinobox-styles.css?1486126786165916 */
/* /local/templates/kinobox.chaplin_new/style-custom.css?148957947494 */
