@font-face {
	font-family: 'DIN Round Pro';
	src: url('../fonts/FF DIN Round Pro - Regular.eot');
	src: local('вШЇ'), url('../fonts/FF DIN Round Pro - Regular.woff') format('woff'), url('../fonts/FF DIN Round Pro - Regular.ttf') format('truetype'), url('../fonts/FF DIN Round Pro - Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select:focus, input[type="file"]:focus, 
input[type="radio"]:focus, 
input[type="checkbox"]:focus {
	outline: none;
}

body{
	display: table;
	width: 100%;
}

body, div, span, a, p, h1, h2, h3 {
    font-family: 'DIN Round Pro';
}

html, body{
/* position: relative; */
/* width: 100%; */
/* height: 100%; */
/* margin: 0px; */
padding: 0px;
}

body.homepage {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: center !important;
}

a {
    cursor: pointer;
}

a, img { 
	outline: none; 
}

a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

.kinolodz-background-home {
	position: fixed;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	bottom: auto;
	right: auto;
	display: none;
	z-index: -1;
}

header {
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
    top: 0;
    transition: .5s linear top;

}

header > div > div {
	float: left;
}

.header-inner.clearfix {
    display: table;
    margin: auto;
}

header .logo {
    height: 100px;
    padding: 0 10px;
	text-align: center;
}

header .logo img {
	max-height: 100px;
}

.header-right {
    height: 100px;
}

nav.navigation {
    margin-top: 35px;
}

header .top-menu li {
    list-style: none;
    display: inline;
    margin: 0 5px;
}

header nav ul.top-menu a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

header nav ul.top-menu a {
    padding: 0 0 5px;
    position: relative;
    display: inline-block;
    margin: 10px 12px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

header nav ul.top-menu a:hover::after, 
header nav ul.top-menu a:focus::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

header nav ul.top-menu li a.buy::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #009cff;
}

header nav ul.top-menu li a.buy {
    border: 2px solid #009cff;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 20px 9px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    color: #fff;
}

header nav ul.top-menu li a.buy:hover::after, 
header nav ul.top-menu li a.buy:active::after {
    width: 100%;
}

a.buy::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.gradient-top-main {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    background: transparent;
    background: linear-gradient(top, rgba( 0, 0, 0, 1 ) 0%, rgba( 255, 255, 255, 255 ) 100% );
    background: -moz-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    background: -ms-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    background: -o-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    background: -webkit-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#550000FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00ffffff);
	z-index: -1;
}

.gradient-bottom-main {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: transparent;
    background: linear-gradient(top, rgba( 255, 255, 255, 255 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -moz-linear-gradient(top, rgba( 255, 255, 255, 0) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -ms-linear-gradient(top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -o-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#00000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00000000);
	z-index: -1;
}

.gradient-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    background: transparent;
    background: linear-gradient(top, rgba( 0, 0, 0, 1 ) 0%, rgba( 255, 255, 255, 255 ) 100% );
    background: -moz-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    background: -ms-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    background: -o-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    background: -webkit-linear-gradient(top, rgba( 0, 0, 0, 1) 0%, rgba( 255, 255, 255, 0 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#550000FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00ffffff);
    z-index: 99999;
}

.gradient-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: transparent;
    background: linear-gradient(top, rgba( 255, 255, 255, 255 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -moz-linear-gradient(top, rgba( 255, 255, 255, 0) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -ms-linear-gradient(top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -o-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#00000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00000000);
    z-index: 99999;
}

#rutube-player {
	width: 1200px;
	height: 502px;
}
.raichu-player-controls-module__controlsStartScreen___kvghj {
	display: none;
}

div.static-image {
    position: absolute;
    height: 700px;
    max-height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
}

.container-fluid .middle {
    width: 1200px;
    margin: 260px auto 0;
    display: table;
	position: relative;
}

.container-fluid .middle.current-movie{
    margin: 30px auto 10px;
}

.movies-list {
    padding: 0 20px 20px;
	background: #fff;
}

.movies-list .movie:first-child {
    margin: 0 20px 35px 0;
}

.movies-list .movie:nth-child(2n+1) {
    margin: 35px 20px 35px 5px;
}

.movies-list .movie {
    width: 380px;
    height: 170px;
    display: inline-block;
    margin: 35px 0;
}

/* .movie > div {
    float: left;
} */

.movies-list .movie .poster::after {
    content: attr(data-year) "+";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #000;
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    border-radius: 50%;
    z-index: 0;
	box-shadow: 1px 2px 5px 2px rgba(255, 255, 255, .5);
}

.movies-list .movie .poster {
    width: 120px;
    height: auto;
    float: left;
    position: relative;
}

.poster img {
    margin: auto;
    display: table;
}

.poster {
    border: 2px solid #fff;
}

#general .poster:hover {
    border: 2px solid #0d77ff;
	cursor: pointer;
}

#movie_data .poster:hover {
    border: 2px solid #00a656;
	cursor: pointer;
}

.movies-list .movie .info {
    width: 250px;
    height: 170px;
    float: left;
    padding: 0 0 0 10px;
}

.movies-list .movie .info .title {
    margin-bottom: 15px;
}

.movies-list .movie .info .title a:hover, 
.movies-list .movie .info .title a:focus {
    text-decoration: none;
}

.movies-list .movie .info .title a {
    color: #009cff;
    font-size: 18px;
    text-decoration: underline;
}

.movies-list .movie .info .meta {
    margin-bottom: 10px;
}

.movies-list .movie .info .meta .format {
    width: 40%;
    float: left;
}

.movies-list .movie .info .meta .genre {
    width: 60%;
    float: left;
}

.movies-list .movie .info .ttl {
    color: #000;
    font-size: 12px;
}

.movies-list .movie .info .val {
    color: #808080;
    font-size: 12px;
}
.movies-list .movie .info .genre .val {
    line-height: 12px;
}

.footer-home {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#aside {
    background: rgba(0, 0, 0, .7);
    margin: 0;
    width: 280px;
	display: table;
}

.movies-list-bg {
    background: rgba(0, 0, 0, .7);
    padding-top: 80px;
	position: relative;
}

.movies-list-bg #myTabTabs {
    position: absolute;
    top: 20px;
}

.movies-list-bg ul#myTabTabs li a {
    font-size: 20px;
    color: #fff;
    border-bottom: 2px dashed #bfbebe;
    margin: 0 0 0 30px;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
}

.movies-list-bg ul#myTabTabs li.active a {
	border: none;
}

.movies-list-bg ul#myTabTabs.nav-tabs {
	border: none;
}

.movies-list-bg ul#myTabTabs li:not(.active) a:hover, 
.movies-list-bg ul#myTabTabs li:not(.active) a:focus {
    text-decoration: none;
    border-bottom: 2px solid #bfbebe;
}

.three_d {
    background: url(/components/com_cinema/assets/images/3d.png) no-repeat;
	width: 44px;
	height: 23px;
	position: absolute;
	top: 22px;
	left: -3px;
	box-shadow: 1px 2px 5px 2px rgba(255, 255, 255, .5);
	border-radius: 3px;
}

.film-label.film-now {
    background: url(/components/com_cinema/assets/images/movie-labels.png) 0 0;
	}

.film-label.film-soon {
    background: url(/components/com_cinema/assets/images/movie-labels.png) 0 -23px;
}

.film-label {
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    width: 44px;
    height: 23px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
	z-index: 10;
}

div.film-label.film-soon .label-1 {
    font-size: 9px;
	}

div.film-label .label-1 {
    font-size: 8px;
    margin: -3px;
    display: block;
}

div.film-label .label-2 {
    font-size: 11px;
    margin: -8px;
    display: block;
}

#movie_data .movie .buy-button {
    padding: 15px 0 0;
}

#youtube_player {
    width: 1200px;
    height: 503px;
    display: table;
    margin: 20px auto 0;
	box-shadow: 1px 1px 50px rgba(255,255,255,0.1);
}

.goto {
      position: absolute;
      left:0;
      top: 360px;
      right: 0;
      margin: auto;
      text-align: center;
      width: 100%;
      height: 50px;
    }

    .goto .button{
      font-size: 30px;
      font-family: 'Lobster', cursive;
      padding: 10px;
      text-transform: none;
    }


#togglePlay{
	margin-top: 20px;
	font-size: 20px;
	width: 100px;
	height: 100px;
	line-height: 70px;
	border-radius: 100%;
}

#togglePlay.pause{
	background-color: rgb(0, 0, 0);
	color: #fff;
}

#togglePlay.pause:after{
	content:"pause"
}

#togglePlay.play:after{
	content:"play"
	}

#togglePlay.pause:hover{
	background-color: #fff;
	color: #333;
}

#togglePlay.play{
	background-color: #fff;
	color: #333;
}

#togglePlay.play:hover{
	background-color: rgb(0, 0, 0);
	color: #fff;

}

.playerBox {
	z-index: 999 !important;
}

.about-film {
    background: #fff;
    padding: 50px;
	display: table;
	width: 100%;
}

.movie-name {
    color: #fff;
	font-size: 35px;
	padding: 20px 0 20px 30px;
	line-height: 34px;
}

.movie-name span {
    font-size: 12px;
    display: block;
    margin-top: 15px;
    color: #888;
}

.about-film .description {
    text-align: justify;
}

.about-film .description-info {
    margin: 20px 0;
	border-bottom: 1px solid #ddd;
}

.about-film .description-info .fcol, 
.about-film .description-info .scol {
    float: left;
    width: 50%;
}

.about-film .description-info .note {
    margin: 10px 0;
}

.about-film .description-info .note div:first-child {
    font-size: 14px;
    color: #000 !important;
}

.about-film .description-info .note div:last-child {
    font-size: 14px;
    color: #808080;
}

.about-film .info-summary .note {
    margin: 0 0 10px 0;
}

.about-film .info-summary .note div:first-child {
    color: #000;
}

.about-film .info-summary .note div {
    color: #808080;
    font-size: 14px;
}

.movie-left, .movie-right {
    float: left !important;
}

.movie-right {
    margin: 0 !important;
}

.movie-right #aside {
    width: 100%;
	padding: 0;
}

#aside .mod-presale:first-child {
    margin-top: 160px;
}

.mod-presale {
    padding: 25px;
}

.mod-presale h2 {
    color: #fff;
    text-align: center;
}

.mod-presale .cover {
	position: relative;
}

.movie-right #aside .cover::after,
.mod-presale .cover::after {
    content: attr(data-year) "+";
    position: absolute;
    top: 15px;
    right: 10px;
    color: #fff;
    background-color: #000;
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding: 7px 0;
    text-align: center;
    border-radius: 50%;
    z-index: 0;
	box-shadow: 1px 2px 5px 2px rgba(255, 255, 255, .5);
}

.mod-presale .name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}

.mod-presale .movie-block:hover .cover {
    box-shadow: 2px 2px 10px 10px rgba(255, 255, 255, .2);
}

.movie-right #aside .cover {
    width: 190px;
    height: 270px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 auto 40px;
	
}

.movie-right #aside img {
    display: block;
    max-width: 100%;
    height: auto;
}

.movie-right #aside .sessions {
    display: table;
	width: 100%;
}

.movie-right #aside .count, 
.movie-right #aside .premiere {
    width: 50%;
    float: left;
    text-align: center;
/*    height: 110px;*/
    border-top: 1px solid rgba(236, 236, 236, .15);
    border-bottom: 1px solid rgba(236, 236, 236, .15);
    border-right: 1px solid rgba(236, 236, 236, .15);
    padding: 20px;
	
}

.movie-right #aside .count div:first-child, 
.movie-right #aside .premiere div:first-child {
    font-size: 11px;
    color: #fffefe;
	margin-bottom: 5px;
}

.movie-right #aside .count div:last-child, 
.movie-right #aside .premiere div:last-child {
    font-size: 20px;
    color: #fff;
}

.movie-right #aside .next-session {
    width: 50%;
    float: left;
    text-align: center;
    height: 130px;
    border-top: 1px solid rgba(236, 236, 236, .15);
    border-bottom: 1px solid rgba(236, 236, 236, .15);
    border-right: 1px solid rgba(236, 236, 236, .15);
    padding: 20px;
	display: table;
;
}

.movie-right #aside .next-session div:first-child {
    font-size: 11px;
    color: #fffefe;
    line-height: 14px;
    margin: 0 0 20px;
}

.movie-right #aside .next-session div:last-child {
    font-size: 32px;
    color: #fff;
	line-height: 25px;
}

.movie-right #aside .today-sessions {
    width: 50%;
    float: left;
    height: 130px;
    border-top: 1px solid rgba(236, 236, 236, .15);
    border-bottom: 1px solid rgba(236, 236, 236, .15);
	border-right: 1px solid rgba(236, 236, 236, .15);
    padding: 20px;
	display: table;
}

.next-session > div,
.today-sessions > div {
    display: table-cell;
    vertical-align: middle;
}

.next-session > div > div:first-child,
.today-sessions > div > div:first-child {
	margin-top: -10px;
}

.movie-right #aside .today-sessions div:first-child {
    font-size: 12px;
    color: #fffefe;
	text-align: center;
}

.movie-right #aside .today-sessions div:last-child span a {
    color: #fff;
    font-size: 11px;
}

.seanses a {
    text-decoration: underline;
}

.seanses a:hover, 
.seanses a:focus {
    text-decoration: none;
}

.movies-list.list-schedules .movie {
	width: 100%;
	position: relative;
}

.movies-list.list-schedules .movie > div {
    float: left;
}

.movies-list.list-schedules .movie .title a.name {
    word-wrap: break-word;
	font-size: 15px;
	color: #009cff;
	text-decoration: underline;
}
	
.movies-list.list-schedules .movie .title a.name:hover, 
.movies-list.list-schedules .movie .title a.name:focus {
    text-decoration: none;
}

.movies-list.list-schedules .movie .title a.name:hover ~ .hidden-img {
    display: block;
}

.movies-list.list-schedules .movie .title .genre {
    font-size: 12px;
    color: #b2b2b2;
}

.movies-list.list-schedules .movie .table-tooltip {
    float: none;
    vertical-align: middle;
    margin-left: 0;
}

.table-tooltip.tooltip-info {
    width: 19px;
    height: 19px;
    background: url(/components/com_cinema/assets/images/actions.png) -19px 0;
}

.table-tooltip.tooltip-memorandum {
    width: 19px;
    height: 19px;
    background: url(/components/com_cinema/assets/images/actions.png) 0 0;
}
.table-tooltip.tooltip-discount {
    width: 19px;
    height: 19px;
    background: url(/components/com_cinema/assets/images/actions.png) -57px 0;
}

.table-tooltip.tooltip-pk {
	width: 30px;
	height: 30px;
	background: url(/components/com_cinema/assets/images/pushkin_black.png) no-repeat 0 0;
	background-size: 100%;
}

.table-tooltip.tooltip-pk.pk-bottom {
	width: 19px;
	height: 19px;
}

.table-tooltip {
    display: inline-block;
    margin: 3px 4px 0 4px;
    float: left;
    position: relative;
    font-size: 11px;
}

.movies-list.list-schedules .movie .info {
    height: auto;
    width: 180px;
	padding: 0;
}

.movies-list.list-schedules .hidden-img {
    position: absolute;
    top: -30px;
    left: 150px;
    z-index: 2;
    overflow: hidden;
    display: none;
    width: 360px;
    max-height: 220px;
    background: #fff;
	padding: 10px;
	box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, .1);
}

.movies-list.list-schedules .hidden-img > div {
    float: left;
}

.movies-list.list-schedules .hidden-img .hide-img {
	width: 35%;
}

.movies-list.list-schedules .hidden-img .hide-desc {
	width: 65%;
	padding-left: 10px;
	color: #555;
}

.movie_time-container .time-left {
    width: 60px;
    padding: 30px 0 0;
    text-align: center;
    float: left;
}

.movie_time-container .time-right {
    margin-left: 60px;
    width: auto;
    float: none;
    padding: 0;
}

.movie_time-container .time-right .time-block {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    height: auto;
    border: none !important;
    padding: 0 5px;
    float: none;
	border-radius: 5px;
}

.movie_time-container .time-right .time-block:hover {
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.movie_time-container .time-right .time-block .one-session {
    display: block;
    width: auto;
    padding: 10px 0;
    position: relative;
}

.movie_time-container .time-right .time-block .one-session .session-time {
    font-size: 15px;
    color: #000;
}

.movie_time-container .time-right .time-block .one-session .session-price {
    font-size: 11px;
    color: #009cff;
}

.movie_time-container .time-right .time-block .one-session .session-place {
    font-size: 11px;
    color: #b2b2b2;
}

.movies-list.list-schedules .movie + .movie {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.movies-list.list-schedules .movie:first-child {
	margin: 20px 0 0;
}

.movies-list.list-schedules .movie {
    height: auto;
    display: inline-block;
    margin: 10px 0 0;
}

.one-session.disabled {
    cursor: default;
}

.one-session.disabled .session-time {
    font-size: 15px !important;
    color: #b2b2b2 !important;
}

.one-session.disabled .session-price {
    font-size: 11px !important;
    color: #b2b2b2 !important;
}

.seanses span {
    color: #fff;
	text-decoration: underline;
}

.seanses span:hover {
	text-decoration: none;
}
.modal_link {
    color: #000;
}

.seanses span.disabled {
    color: #aaa;
    text-decoration: none;
    cursor: default;
}

#rl_modals {
    background: #25272d;
    border-radius: unset !important;
}

#rl_modals_loaded_content {
	padding: unset;
}

.non-today {
    display: table;
    margin: auto;
    padding: 100px 0 50px;
}

.non-today > div {
    font-size: 30px;
}

.data-sch {
    display: table;
    margin: auto;
    font-size: 16px;
	padding: 30px 0;
}

#rl_modals_close {
	background: url(../images/close.png) no-repeat -2px -1px;
	width: 42px;
	height: 42px;
	right: 10px !important;
	top: 10px !important;
	border: 2px solid #fff;
	border-radius: 50%;
}

#week {
    padding: 20px 0 0;
}

.accordion label {
    border-bottom: 1px solid #dfdfdf;
	font-size: 25px;
    color: #009cff;
   /* transition: .3s ease all; */
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion label i.fa {
    transition: .3s ease all;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	margin-right: 5px;
}

.fa-angle-down::before {
    content: "\f107";
}

.accordion label{
	cursor: pointer;
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	color: #333;
}

.accordion .data{
	display: none;
}

/* .accordion:first-child .data{
	display: block;
} */

.movies-list.list-schedules .one-action,
.movies-list.list-schedules .one-action a {
    clear: both;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 27px;
}



.movies-list.list-schedules .action-description {
	margin: 10px 0;
}

.middle .seats-all .tooltip {
	opacity: 1;
}

.middle .seats-all.venue_1 {
	margin: -30px auto 0;
}

.middle .sch-venue .screen.venue_1 {
	top: -200px;
}

.middle .sch-venue .content-venue {
    height: 600px;
	overflow: hidden;
	position: relative;
}

.middle #return {
    position: absolute;
    width: 980px;
    height: 620px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
	border: 2px solid #ccc;
	border-radius: 15px;
	display: none;
	z-index: 1000;
}

.din-overlay {
    width: 100%;
    position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: rgba(0,0,0,.7);
	z-index: 999;
}

.sch-footer .no-action {
    width: 100%;
    font-size: 12px;
    clear: both;
    float: none;
	height: auto;
	color: #aaa;
}

#cl_cinema {
    background: rgba(0, 0, 0, .7);
}

.cl_data {
    color: #eee;
	height: 500px;
}

.cl_h2 {
    text-align: center;
    padding: 20px 0;
}

.cl_group {
    display: flex;
}

.cl_group > div {
    float: left;
    width: 50%;
    margin: 5px 0;
	font-family: Arial;
}

.cl_left {
    text-align: right;
	padding: 0 5px 0;
}

.cl_right {
    text-align: left;
    padding: 0 0 0 5px;
}

.cl_payment {
    background: #0D76FF;
    padding: 20px 30px;
    display: table;
    margin: 10px auto;
    border-radius: 5px;
}

.cl_payment .btn-label{
	font-size: 15px;
}

.cl_payment:hover {
    background: #1165d5;
	cursor: pointer;
}

.cl_error {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
	line-height: 25px;
}

.mod-alarm {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
/*	display: table;
	padding: 30px;
	background: #fff;
	border-radius: 10px;*/
	z-index: 100000;
}

.mod-alarm .custom {
    background: #fff;
    display: table;
    margin: auto;
    padding: 30px;
}

.schedulies,
.films-page {
    padding: 0;
    border: none;
    position: absolute;
    width: 330px;
    right: 0;
    top: -20px;
}

.raspisanie-h,
.films-h {
    padding: 35px 15px;
    background: #0D76FF;
    color: #eee;
	margin: -20px;
	position: relative;
	z-index: 2;
}

.success {
    background: rgba(0, 0, 0, .7);
    display: block;
    padding: 30px;
    font-size: 16px;
    text-align: center;
}

.sch-head .disc {
    text-align: right;
    position: absolute;
    right: 80px;
    top: 60px;
}


#tooltip{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
  
#tooltip:after{ /* triangle decoration */
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
  
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
  
#tooltip.left:after{
	left: 10px;
	margin: 0;
}

#tooltip.right:after{
	right: 10px;
	left: auto;
	margin: 0;
}

#back_to_top a.cd-top:link, 
back_to_top a.cd-top:visited, 
back_to_top a.cd-top:hover {
    text-decoration: none;
    outline: none;
    border: 2px solid #fff;
}

#back_to_top a:hover {
    opacity: 1;
}

#contacts {
    background: #fff;
    padding: 50px;
	display: table;
	width: 100%;
}

.ya-map {
    width: 100%;
    height: 400px;
	margin-bottom: 30px;
}

#content {
    background: rgba(0, 0, 0, .7);
}

.cont {
    color: #fff;
    margin: 25px 0 25px 40px;
	font-size: 24px;
}

#contacts .col-sm-6 {
    width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#contacts .contact-block {
    margin: 10px 0;
}

#contacts .contact-block a {
    font-size: 20px;
	color: #009cff;
    transition: .3s ease all;
    text-decoration: underline;
    white-space: nowrap;
}

#contacts .contact-block span {
    display: block;
    font-size: 15px;
}

.cont-1 {
    display: table-row;
}

#contacts .contact-block h4 {
    font-size: 25px;
}

.fox-popover {
    display: none !important;
}

div#fox-container-m101 .control-group {
    margin-bottom: 10px;
}

#fox-m101-textarea1 {
    height: 100px !important;
}

.fox-row .controls {
    width: 100% !important;
}

.main-mobile {
	display: none;
}

.carousel-home .movie::before {
    content: "";
    display: block;
    padding-top: 93.75%;
}

.carousel-home .movie {
    min-height: 300px;
    height: auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top center;
}

.carousel-home .movie .rating {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
	background: #555;
	text-align: center;
}

.carousel-home .movie .info {
    position: absolute;
    min-height: 100px;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    bottom: 0;
}

.carousel-home .movie .info .lcol {
    width: 60%;
    max-width: 200px;
    float: left;
}

.carousel-home .movie .info .lcol .type {
    padding: 0 15px;
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #fff;
    text-decoration: none;
    display: block;
}

.carousel-home .movie .info .lcol .name a {
    padding: 0 15px;
    font-size: 18px;
    margin: 10px 0 0 0;
    color: white;
    display: block;
}

.error-404 {
    width: 60%;
    margin: 50px auto;
	color: #fff;
}

h1.error {
    text-align: center;
    margin: 0 0 50px;
}

.error-404 a {
    font-weight: bold;
    text-decoration: underline;
}

.jb.cookie h2 {
	line-height: 18px !important;
}

.sch-headline {
	display: none;
}

.movie-left .time-right {
    margin: 0;
}

.movie-left #week {
    padding: 0;
}

.carousel-home .movie .info .lcol .name a:hover {
    text-decoration: underline;
}

.carousel-home .movie .info .rcol {
    width: 40%;
    float: right;
}

.carousel-home .movie .info .rcol .session .ttl {
    font-size: 12px;
    text-align: center;
    margin: 10px 0 0 0;
}

.carousel-home .movie .info .rcol .session .vl {
    font-size: 18px;
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
	display: table;
}

.carousel-home .movie .info .rcol .buy {
    text-align: center;
}

.carousel-home .movie .info .rcol .session .owl-carousel .item{
	height: auto;
}

.carousel-home .movie .info .rcol .buy .primary-button {
    padding: 3px 15px 6px;
    margin: 10px 0 0 0;
    background: unset;
    color: #fff;
    border: 2px solid #009cff;
	border-radius: 3px;
}

.carousel-home .movie .info .rcol .session {
    height: 50px;
}

.carousel-home .movie .info .rcol .buy .primary-button:hover {
    background: #009cff;
}

.carousel-home .movie .info .rcol .session .vl .count {
    font-size: 12px;
	margin-top: 10px;
}

.vl a div,
.vl .free {
    text-decoration: underline;
}

.vl a:hover div,
.vl .free:hover {
    text-decoration: none;
}

.onetime_sch {
    color: #aaa;
}

.future-date span {
    font-size: 14px;
}

#slider1 img {
    height: 100%;
    margin: auto;
    display: table;
}

.userpact {
    background: #fff;
    color: #000;
    padding: 30px;
	font-size: 14px;
}

.soglashenie .btn-label:hover {
    color: #fff;
	text-decoration: underline;
}

.sweet-alert .success {
    padding: unset;
    background: unset;
}

.certificate h1,
.zerkalo h1 {
    position: absolute;
    top: 15px;
    left: 40px;
    font-size: 20px;
    color: #fff;
}

.certificate_img {
	width: 60%;
	padding-right: 20px;
}

.certificate_img img {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	width: 100%;
}

.certificate .podarok {
    padding-top: 30px;
}

.certificate_bay,
.z_bay,
.cafe_bay {
    background: #0D76FF;
    color: #fff;
    font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
    font-size: 16px;
   /*  letter-spacing: 2px; */
    border-radius: 4px;
    text-transform: uppercase;
    display: table;
    margin: 20px 0 10px 0;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.certificate_bay:hover {
    background: #1165d5;
}

.certificate_bay .btn-label {
    padding: 10px 20px;
	display: block;
	font-family: Arial;
}

.crtf {
    display: table;
	margin-bottom: 30px;
}

.crtf > div {
    float: left;
}

.crtf_pay {
    width: 40%;
	/* margin-top: 50px; */
}

.crtf_pay h3
.product h3 {
    text-align: center;
}

.crtf-data input,
.product input,
.cafe-data input {
	border-radius: 4px;
	color: #555555;
	background-color: #ffffff;
	height: 28px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.crtf-data input:hover,
.product input:hover,
.plus:hover,
.minus:hover {
	background-color: #ffffe0;
}

.crtf-data input.selected,
.product input.selected {
	border: 1px solid #aaaaaa;
	transition: border linear .2s, box-shadow linear .2s;
	border-color: #75b9ea !important;
	box-shadow: 0 0 6px #ccc !important;
}

.crtf-data {
    display: table;
    margin: 20px auto;
}

.crtf-data .control-group {
    margin: 15px 0;
}

.crtf_pay .ui-text-field {
	margin: unset;
    border-radius: 4px;
	width: 210px;
	height: 32px;
}

.product .ui-text-field {
	margin: unset;
    border-radius: 4px;
	width: 125px;
	height: 32px;
}

table.products tr td,
table.products tr th {
    text-align: center;
}

.products img {
    max-height: 100px;
}

.crtf_pay .ui-text-field.errors {
    margin: unset;
    border-radius: 4px;
	width: 210px;
	height: 32px;
}

.crtf_pay .ui-text-field.errors::before {
    width: 18px !important;
}

.crtf_pay .soglashenie,
.crtf_pay .soglashenie span {
    color: #000;
	line-height: 12px;
}

.crtf_pay .soglashenie span:hover {
	color: #000;
	text-decoration: underline;
}

#youtube_player:hover .mb_YTPBar {
	opacity: 1;
}

.main-mobile .movie > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easy-tuesday {
    background: #000;
    color: #eee;
    text-align: center;
}

.refund-error {
    color: #eee;
    text-align: center;
	font-size: 16px;
}

h2.refund-error {
    font-size: 30px;
    margin: 30px;
}

div.refund-error {
    margin-bottom: 500px;
}

.warn {
    color: #f00;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    padding: 30px 0 10px;
}

main .cafe {
    background: #fff;
    padding: 30px;
	display: table;
}

main .cafe > div {
    width: 50%;
    float: left;
	padding: 15px;
}

.cafe-left {
    text-align: justify;
}

.cafe-clock {
    display: block;
    clear: both;
    padding: 0 15px;
}

h1.cafe-headline {
    color: #eee;
    margin: 30px;
}

.ya-map {
    border: 1px solid #ccc;
}

.movie-left a {
    color: #777;
}

.zerkalo-label {
    position: absolute;
    top: -3px;
    left: -3px;
    background: #000;
    color: #fff;
    height: 28px;
    width: 75px;
    border: 1px solid #ccc;
	border-radius: 6px;
}

.zerkalo-label .label-1 {
    font-size: 9px;
    position: absolute;
    top: -3px;
    left: 5px;
}

.zerkalo-label .label-2 {
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 11px;
}

.table-tooltip.tooltip-zerkalo {
    width: 19px;
    height: 19px;
    background: url(/components/com_cinema/assets/images/actions.png) no-repeat -38px 0;
}

.main-mobile .zerkalo-label {
    left: unset;
    right: 10px;
    top: 10px;
}

.zerkalo-head {
    font-size: 16px;
	padding: 30px 0;
	line-height: 20px;
}

.akkr-table {
    width: 60%;
    margin: 0 auto 30px;
}

.akkr-table thead tr {
	height: 35px;
}

.akkr-table .minus,
.akkr-table .plus {
    width: 38px;
    height: 30px;
    display: block;
	float: left;
	border: 1px solid #ccc;
	margin: 0 5px;
	text-align: center;
	font-size: 22px;
	line-height: 24px;
}

.akkr-table .minus:hover,
.akkr-table .plus:hover {
	cursor: pointer;
	color: #fff;
	background: #888;
}

.akkr-table input {
    width: 40px;
    height: 30px;
	float: left;
	text-align: center;
	font-size: 16px;
}

.akkr-table td {
	text-align: center;
}

.akkr-count {
    display: table;
    margin: 10px auto 0;
}

.akkr-table tbody tr { 
	background-color: rgba(137,137,137,.2); 
}

.akkr-table tbody tr:nth-child(odd) { 
	background-color: rgba(137,137,137,.1); 
}

.akkr-table-bottom {
    float: left;
    margin: 10px;
}

.akkr-table .data-price {
    display: contents;
}

.z-data {
    width: 60%;
    margin: auto;
	display: none;
}

.z-data input {
    height: 30px;
    width: 100%;
    display: block;
	margin: auto;
}

.z-data .ui-text-field {
    width: 100%;
	border-radius: unset;
}

.z_bay .btn-label {
    margin: 10px 0;
    display: block;
}

.z_bay:hover {
    background: #1165d5;
}

#zerkalo .soglashenie {
    color: #888;
}

#zerkalo .soglashenie span {
	color: #000;
}

#zerkalo .soglashenie span:hover {
    text-decoration: underline;
}

.z-data .g-recaptcha {
    position: relative;
}

.moduletable-easy-tuesday.akkr-zerkalo .custom-easy-tuesday .easy-tuesday {
	width: 275px;
}

.moduletable-easy-tuesday.akkr-zerkalo .custom-easy-tuesday .easy-tuesday a {
    text-decoration: underline;
    color: #009cff;
}

.moduletable-easy-tuesday.akkr-zerkalo .custom-easy-tuesday .easy-tuesday a:hover {
    color: #fff;
}

.akkr-close {
    color: #f00;
}

.mod-presale-home {
    background: #000;
    padding: 10px;
	border: 4px solid #009cff;
	display: none;
}

.mod-presale-home h2 {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.mod-presale-home .name {
    font-size: 16px;
    margin: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
}

.mod-presale-home a:hover {
	color: #009cff;
}

.mod-presale .desc {
    text-align: center;
	margin-bottom: 20px;
}

.movie-block {
    margin-bottom: 10px;
}



.movie-image {
    width: 100px;
}

.movie-content > div {
    display: table-cell;
}
.movie-content .movie-text .desc {
    color: #fff;
    text-align: center;
}
.movie-content .movie-text {
    vertical-align: top;
    padding-top: 20px;
	width: 80%;
}

.decline {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.advert {
    position: absolute;
    bottom: 270px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    background: rgba(0,0,0,.8);
    border: 2px solid #009cff;
    border-radius: 5px;
    color: #fff;
    width: 700px;
    padding: 30px;
    font-size: 20px;
    line-height: 22px;
	text-align: center;
}

.products th,
.products td {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
}

.block_price {
    text-align: right;
    font-size: 16px;
    margin: 15px 0;
}

.block_price span {
    font-size: 20px;
    font-weight: 400;
}

.cafe_bay {
    padding: 10px 50px;
    width: auto;
    float: right;
    clear: both;
}

.cafe-data .ui-text-field {
    width: auto;
}

.cafe-data {
    margin: 20px 0 0;
	display: table;
}

.cafe-data > div {
    width: 50%;
    float: left;
}

.cafe-data .ui-text-field input {
    width: 100%;
	display: block;
	margin: 0;
}

#cafe {
    width: 100%;
    display: table;
}

#cafe .ui-text-field.errors {
    border-radius: 4px;
    width: auto;
    height: 32px;
}

#cafe .ui-text-field.errors::before {
    top: 2px;
}

.cafe-data #delivery_date {
    float: left;
    border-radius: 4px 0 0 4px;
}

.plus, 
.minus {
    cursor: pointer;
}

label {
    cursor: default;
}

.ui-text-field.errors.del-date::before {
    display: none;
}

.text-visible {
	display:block !important;
}

#cafe .text-hidden {
    padding: 20px;
}

.control-group.recaptcha {
    clear: both;
}

#cafe .select.input-append.dtime-select {
    width: 100%;
	display: block;
}

#cafe .select.input-append.dtime-select select {
	width: 100%;
}

#cafe .time-no {
    color: #ccc;
}

#delivery_date_btn {
    right: 2px;
    position: relative;
}

.prod-volume {
    text-align: center;
    color: #777;
    font-style: italic;
}

.prod-value > div {
    margin: auto !important;
}

.product.fline {
    border-top: 2px solid #ccc;
}

.jazz-vagon h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 20px;
}

.cafe-close {
    text-align: center;
    font-size: 20px;
    padding: 50px 0;
	line-height: 26px;
}

.discount-string {
    width: 100% !important;
    margin: 0 0 15px;
}

.vk-icon {
    background: url('../images/icon_vk.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.vk-icon:hover {
	background: url('../images/icon_vk.png') no-repeat -40px 0;
}

.no_seats {
  background: repeating-linear-gradient(45deg,#606dbc00,#606dbc00 10px,#ff0000ab 10px,#ff000078 20px);
} 

.fcol.discount-string div span.discount_no {
    color: #f00;
    text-transform: uppercase;
}

.fcol.discount-string div span.discount_yes {
    color: #01930a;
    text-transform: uppercase;
}

.no_seats .one-session {
    background: rgba(255,255,255,.7);
}

.mobile-banner {
    position: relative;
}

.close-banner {
    display: none;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 3px 6px;
}

.close-banner:hover {
	color: #009cff;
	border: 2px solid #009cff;
	cursor: pointer;
}

.owl-pk {
	position: absolute;
	background: rgba(0,156,255,.9);
	bottom: 7px;
	z-index: 10;
	text-align: center;
	color: #fff;
	line-height: 12px;
	padding: 5px 0 8px;
}

.main-mobile .owl-pk {
	bottom: 105px;
	width: 100%;
}

.box-inner-pk {
	position: absolute;
	top: 30px;
	right: -800px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
	background: #25272d;
	z-index: 1;
}

.box-inner-pk .box-pk-txt {
	color: #fff;
	padding-top: 6px;
}

.box-inner-pk div {
	float: left;
}

.box-inner-pk .box-pk-img {
	padding: 0 10px 0 0;
}

.box-inner-pk .box-pk-img img {
	width: 50px;
	height: 50px;
}

.box-inner-pk.pk-black {
	position: unset;
	background: unset;
	border: 1px solid #000;
	display: table;
	margin-top: 5px;
}

.box-inner-pk.pk-black .box-pk-txt {
	color: #000;
	font-size: 13px;
	line-height: 15px;
}

.box-inner-pk.pk-black .box-pk-img img {
	width: 40px;
	height: 40px;
}

.box-inner-pk.pk-black .box-pk-img {
	padding: 0 5px 0 0;
}

#movie_data .movie .start {
	width: 50%;
	float: left;
}

.about-film .description .pk-label {
	width: 100%;
	display: table;
	margin: 0 0 10px;
}

.about-film .description .box-inner-pk.pk-black {
	float: right;
}

.swal2-popup {
	background: #fff !important;
}

.swal2-footer {
	display: block !important;
}

#swal2-title {
	color: #F00;
	margin-bottom: 20px;
}

#swal2-html-container {
	text-align: center;
}

.swal2-footer-duble {
	justify-content: center;
	border-bottom: 1px solid #555;
	color: #bbbbbb;
	font-size: 1em;
}

.swal2-footer {
	display: none !important;
}

#swal2-html-container .swal-text {
	font-size: 20px;
	line-height: 26px;
}

.swal-footer-1,
.swal-footer-2 {
	color: #333;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
}

.swal2-styled {
	padding: 8px 30px !important;
}

.swal2-actions {
	margin-top: 10px !important;
}

.time-block.free,
.seanses .free,
.vl .free {
	cursor: pointer;
}

.movie_time-container .time-right .time-block .one-session .session-price.price-free {
	color: #f00;
}

.swal2-container {
	z-index: 10000 !important;
}

.movie-action-title {
	text-align: center;
	font-size: 30px;
	color: #f00;
	margin-bottom: 10px;
}

.movie-action-text {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
}

.movie-action-posttext {
	margin-bottom: 30px;
	font-style: italic;
	text-align: center;
	font-size: 12px;
}

.swal-footer-1 span,
.movie-action-text span {
	color: #f00;
}

#event-1 {
	height: 820px;
}

.event-promo .middle {
	margin: 0 auto;
}

.block-promo-left, 
.block-promo-right {
	width: 50%;
	float: left;
	padding-top: 100px;
	position: relative;
}

.event-promo h2 {
	color: #fff;
	font-size: 46px;
	line-height: 50px;
	margin: 0 0 40px;
}

#event-2 h2,
#event-9 h2 {
	color: #000;
}

.event-promo p {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}

.block-promo-1 .block-promo-left p {
	margin: 0 0 20px;
}

.block-promo-2 {
	background: #fff;
}

.promo-h2 h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0;
}

#price-calc {
	padding: 30px;
}

.block-promo-3 h2,
.block-promo-3 p,
.block-promo-5 h2,
.block-promo-5 p {
	color: #fff;
	margin: 0 0 30px;
}

.block-promo-4 h2,
.block-promo-4 p {
	color: #000;
	margin: 0 0 30px;
}

.block-promo-1 .image-block-right {
	text-align: center;
}

.block-promo-1 .stiker {
	background: url('/images/events/stiker5000.png') no-repeat;
	width: 185px;
	height: 182px;
	position: absolute;
	right: -40px;
	top: 20px;
}

.event-promo .button_wrapper {
	width: 70%;
	margin: 30px 0 0;
}

.event-promo .button_wrapper .btn-label {
	background: #0D76FF;
	padding: 15px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 22px;
	border-radius: 5px;
	border: 2px solid #0d76ff;
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}

#event-2 > div {
	padding: 0;
}

.event-promo .button_wrapper .btn-label:hover {
	background: none;
	border: 2px solid #0d76ff;
	border-radius: 30px;
	color: #0D76FF;
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}

.event-promo #venues_chzn {
	width: 100% !important;
	display: block;
}

#event-2 .ui-text-field {
	width: 100%;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 10px;
}

#event-2 #price-calc .ui-text-field.errors {
	border-color: #f00;
}

.event-promo .order-form .chzn-container-single .chzn-single {
	height: auto;
	padding: 10px;
}

.event-promo .order-form .chzn-container-single .chzn-single div b {
	background-position: 0px 13px;
}

.event-promo .order-form .chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 13px;
}

.event-promo .order-form label {
	color: #fff;
	font-size: 16px;
	padding: 0 0 10px;
}

.event-promo .block-promo-1 .button_wrapper {
	margin: 0 auto;
}

.event-promo .block-promo-3 .button_wrapper {
	margin: 0;
}

#event-3,
#event-3 .block-promo-right,
#event-4,
#event-4 .block-promo-left,
#event-7, 
#event-7 .block-promo-right,
#event-9, 
#event-9 .block-promo-right {
	height: 540px;
}

#event-8 {
	/* background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(11,11,11,1) 32%, rgba(227,227,227,1) 68%, rgba(255,255,255,1) 100%); */
	background: #000;
}

#event-8, 
#event-8 .block-promo-right {
  height: 800px;
}

#event-6,
#event-6 .block-promo-right  {
	height: 600px;
}

#event-3 .promo-content,
#event-7 .promo-content{
	padding-right: 80px;
	width: 600px;
	float: right;
}

#event-3 .block-promo-right {
	width: 50%;
}

#event-3 .block-promo-right,
#event-4 .block-promo-left {
	padding: 0;
}

#event-4 .block-promo-right {
	padding-left: 100px;

}

#event-4 .promo-content,
#event-6 .promo-content{
	width: 500px;
	margin: auto;
}

.event-promo #event-6 .button_wrapper {
	margin: 30px auto;
}

.swal2-no-war {
	display: none;
}

#event-8 .promo-content-8 > div {
	width: 50%;
	float: left;
	padding: 20px;
}

.promo-content-8.middle {
	padding: 50px 0;
}

#event-8 .promo-content {
	border: 3px solid #fff;
}

#event-8 .promo-content .promo-text {
	background: #fff;
	padding: 10px;
}

#event-10 {
	padding-bottom: 50px;
}

#event-10 .block-promo-left {
	padding: 0;
}

#event-10 .block-promo-right {
	padding: 100px 0 0 80px;
}

.event-promo .order-form label.label-h2 {
	font-size: 30px;
	text-align: center;
	margin: 0 0 20px;
}

#event-2 .ui-text-field.calc {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px;
}

.order-form input {
	margin: 0;
	border: 0;
}

.block-datetimepicker > div {
	float: left;
	margin-right: 20px;
}

.block-datetimepicker .ui-text-field {
	padding: 10px;
}

.block-promo-center,
#price-calc {
	display: table;
	width: 100%;
}

.promo-content-2 {
	max-width: 900px;
}

.block-datetimepicker {
	display: flex;
}

.ui-text-field-add {
	color: #fff;
	margin-top: 33px;
}

.block-radio {
	padding: 20px 0;
}

.block-radio .ui-text-field input[name=user_content] {
	width: 100%;
	display: block;
}

.block-radio .ui-text-field {
	margin: 0;
}

.block-radio label {
	display: table;
	cursor: pointer;
}

.block-radio::after {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
}

.block-radio.responsibility::after {
	content: "Ответственность за нарушение авторских прав и смежных прав предусмотрена ст. 1301 ГК РФ, КоАП РФ Статья 7.12., УК РФ Статья 146.";
}

.block-radio.repertoire::after {
	content: 'Текущий репертуар вы можете посмотреть на странице "Фильмы" нашего сайта';
}

.hidden {
	display: none;
}

#user_textarea {
	width: 100%;
	height: 120px;
	border-radius: 5px;
}

#event-2 .block-user-data .user-data {
	width: 50%;
	float: left;

}

#event-2 .block-user-data .user-data .ui-text-field {
	margin: 0 0 10px;
}

#event-2 .block-user-data .user-data:first-child {
	padding: 0 5px 0 0;
}

#event-2 .block-user-data .user-data:last-child {
	padding: 0 0 0 5px;
}

#price-calc select {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
}

#event-2 .soglashenie,
#event-2 .soglashenie .btn-label-done {
	color: #fff;
}

#event-2 .user-order-form {
	display: table;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 100px;
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}

#event-2 .user-order-form:hover {
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms;
	border-radius: 30px;
	cursor: pointer;
	background: #fff;
}

#event-2 .user-order-form:hover .btn-label-done {
	color: #0d76ff;
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}

#event-2 .user-order-form .btn-label-done {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}	
	
#event-2  .ui-text-field.errors::before {
	background: none;
}

.block-datetimepicker input,
.block-user-data input,
.user-phone input {
	width: 100%;
	display: block;
}

.prem-img {
	max-width: 150px;
}

.presession {
	border-top: 1px solid #ddd;
	padding: 20px 0;
	display: table;
	width: 100%;
}

.presession > div {
	float: left;
}

.presession .prem-description {
	padding-left: 20px;
	width: 73%;
}

.filim-name {
	font-size: 20px;
	font-weight: 500;
}

.pres-text {
	color: #808080;
	margin: 0 0 30px;
	font-style: italic;
}

.userpact a,
.politika {
	color: #01aefe;
}

.swal-check #swal2-html-container {
	font-family: Arial;
	font-size: 24px;
	margin: 0 0 20px;
}

.raichu-video-tag {
	height: auto !important;
}

.jb.bottom.blue .jb.cookie-bg.white, 
.jb.bottom.blue .jb.cookie-bg.black {
	border-top: 1px solid rgb(0, 137, 242);
}
.jb.cookie div.cookie-bg {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.9;
	position: absolute;
	z-index: -1;
}
.jb.cookie-bg.black {
	background-color: black;
}
.jb.black {
  color: white;
}
.jb.cookie {
	position: fixed !important;
	z-index: 999;
	width: 100% !important;
	height: auto;
	text-align: center;
	display: none;
	box-shadow: rgb(68, 68, 68) 0px 0px 40px;
	padding: 10px 0px;
	left: 0px;
	right: 0px;
	float: none !important;
	text-shadow: none;
	border-radius: 0px !important;
	margin: 0px auto !important;
	bottom: 0;
}

.jb.accept:hover {
	box-shadow: rgb(0, 0, 0) 0px 0px 15px;
}
.jb.accept {
	cursor: pointer;
	font-size: 14px;
	margin: 5px auto;
	min-width: 100px;
	padding: 4px 12px;
	border-radius: 4px;
	text-shadow: rgb(0, 114, 202) 1px 1px 0px;
	color: rgb(255, 255, 255);
	background-image: linear-gradient(rgb(0, 137, 242) 0%, rgb(0, 114, 202) 100%);
	float: none !important;
}

footer .container-fluid > div {
	float: left;
	margin: 0 0 5px 30px;
	color: #fff;
}




