* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rl_modals_loaded_content {
    overflow: hidden !important;
}

.contentpane.modal {
    overflow: hidden;
}

.ui-label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    cursor: default;
}

#rl_modals_loaded_content {
	padding: unset;
}

.contentpane.modal {
    margin: unset;
}

#schedule {
	color: #fff;
	position: relative;
	height: 100%;
}

.sch-head {
    padding: 10px 68px 10px;
	border-bottom: 1px solid hsla(210,4%,81%,.14);
	
}

.movie_desc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.movie_name {
	font-size: 20px !important;
	font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
	
}

.movie_desc .format,
.movie_desc .age {
    display: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    margin-top: 3px;
    margin-right: 5px;
    padding: 4px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 8px;
    color: #000;
    background-color: #fff;
    background-color: hsla(0,0%,100%,.6);
    border-radius: 3px;
    font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
	display: flex;
	display: -ms-flexbox;
}

.movie_name label {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 20px;
	margin: 5px 10px 5px 0;
}

.lodzname, 
.venue {
    font-size: 14px;
    color: #919295;
	display: inline-block;
	width: auto;
	display: inline-block;
	width: auto;
}

.lodzname{
	margin-right: 5px;
}

.ui-label.date-time {
    display: block;
	margin-top: 5px;
	padding-left: 33px;
	background: url(/components/com_cinema/assets/images/calendar.png) no-repeat;
    background-size: 22px 22px;
	font-size: 16px;
	line-height: 24px;
}

.seats-all {
	position: relative;
}

.seats-all .tooltip, 
.seats-all .seat-block {
    opacity: 1;
}

.seats-all.venue_4 {
	width: 650px;
    height: 330px;
	margin: 110px auto 0;
}

.seats-all.venue_3 {
	width: 650px;
    height: 350px;
	margin: 70px auto 0;
}

.seats-all.venue_2 {
	width: 650px;
    height: 350px;
	margin: 90px auto 0;
}

.seats-all.venue_1 {
	width: 740px;
    height: 700px;
	margin: -50px 120px 0;
}

.seats-all img {
    width: 100%;
	margin-top: -10px;
	transform: translateZ(-10px);
}

.seats-all.venue_3 img {
    margin: -7px 0 0 0;
}

.seats-all > span {
	position: absolute;
	text-align: center;
	border-radius: 50%;
	-webkit-transform: rotate3d(-1, 0, 0, 30deg);
	transform: rotate3d(-1, 0, 0, 30deg);
	-ms-transform: rotate3d(-1, 0, 0, 30deg);
}

.screen {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 30%;
    transform-origin: bottom;
    transform: rotateX(-75deg);
    -webkit-clip-path: polygon(0 0,100% 0,97% 100%,3% 100%);
    clip-path: polygon(0 0,100% 0,97% 100%,3% 100%);
	width: 550px;
    height: 350px;
    margin: auto;
	left: 0;
	right: 0;
	top: -200px;
}

.screen.venue_1 {
    height: 300px;
}

.screen.venue_3 {
    top: -240px;
}

.perspective {
	margin: auto;
	perspective: 800px;
}

.perspective.venue_1 {
	perspective: 1100px;
}

.seats-all {
	transform : rotateX(45deg);
	-webkit-transform : rotateX(45deg);
	-moz-transform : rotateX(45deg); 
	-ms-transform : rotateX(45deg); 
	transform-style: preserve-3d;
}

.venue-seat span {
	position: absolute;
	top: 5px;
	left: 5px;
	box-sizing: border-box;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	font-weight: 700;
	pointer-events: none;
	cursor: pointer;
}

.venue-seat.seat-block span {
    background: #8f8113;
    color: #8f8113;
}

.venue-seat.seat-block:hover span {
    color: #ebf8a4;
    left: 5px;
    top: 5px;
}

.seats-all > span.venue-seat.seat-block:hover {
    cursor: default;
}

.color-block-seats {
    background: #8f8113;
}

.venue_1 .venue-seat span {
	width: 15px;
	height: 15px;
	top: 4px;
	left: 4px;
	font-size: 12px;
}

.venue-seat.std:hover {
    border-color: #0d76ff;
}

.venue-seat.std span {
    background:#0d76ff;
    color: #0d76ff;
}

.venue-seat.vip span {
    background:#1100ff;
    color: #1100ff;
}

.venue-seat.vipplus span {
    background:#6fff00;
    color: #6fff00;
}

.venue-seat:hover span {
    color: #fff;
	left:3px;
	top: 3px;
}

.venue_1 .venue-seat:hover span {
    left: 2px;
    top: 2px;
}

.seats-all > span.venue-seat:hover {

	display: block;
	cursor: pointer;
}

.seats-all > span.venue-seat.std:hover {
	border: 2px solid #0d76ff;
}

.seats-all > span.venue-seat.vip:hover {
	border: 2px solid #1100ff;
}

.seats-all > span.venue-seat.vipplus:hover {
	border: 2px solid #6fff00;
}

.seats-all > span.venue-seat.vipplus:hover span {
    color: #000;
}

#tool {
	background: #FFF;
	/* border-radius: 50px; */
	border: 1px solid #1e8cbe;
	padding: 10px 35px;
	z-index: 10000 !important;
	color: #000;
	font-size:14px;
	line-height:140%;
	text-align: center;
	max-width: 300px ;
}

.venue-seat.std.active {
    background: #0d76ff;
}

.venue-seat.vip.active {
    background: #1100ff;
}

.venue-seat.vipplus.active {
    background: #6fff00;
}

.venue-seat.active span {
	color: #000;
	background: #fff;
}

.sch-footer {
    padding: 10px 10px 15px;
    border-top: 1px solid hsla(210,4%,81%,.14);
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #24262c;
    background-color: rgba(36,38,44,.9);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 56px;
	font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
}

.sch-footer .bay {
    background: #0D76FF;
    color: #fff;
	height: 42px;
	font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
/*	padding: 0 32px;*/
	width: 240px;
	border-radius: 4px;
	text-transform: uppercase;
	display: table;
	float: right;
	opacity: .2;
	cursor: default;
	margin-top: 5px;
}

.sch-footer .bay.payment:hover {
	background: #1165d5;
}

.sch-footer .bay .btn-label {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	
}

.sch-footer > div {
    width: 33.33%;
    float: left;
/*	height: 42px;*/
}

.sch-footer .zona {
    display: table;
    float: left;
	font-size: 12px;
}

.sch-footer .zona > div {
	float: left;
	margin: 15px 5px 0;
}

.sch-footer .zona > div > span:first-child {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.sch-footer .zona > div > span:last-child {
    position: relative;
    top: -4px;
}

.zona_color_std {
    background: #0d76ff;
}

.zona_color_vip {
    background: #1100ff;
}

.zona_color_vipplus {
    background: #6fff00;
}

.movie_price {
    text-align: right;
	margin: 15px 0 0;
}

#sc_arrow_bottom {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

#sc_arrow_bottom_inner {
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -16px;
    width: 0px;
    height: 0px;
}

#non-schedule {
    height: 620px;
    display: table;
    width: 100%;
}

.ui-alert-content {
    display: table-cell;
    vertical-align: middle;
}

.ui-alert {
    display: table;
    margin: auto;
    color: #fff;
}

.ui-label.alert-title-label {
    text-align: center;
    font-size: 20px;
}

.ui-label.alert-message-label {
    text-align: center;
}

.ui-btn.alert-ok-btn {
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica Neue,Helvetica,Tahoma,Geneva,Arial,sans-serif;
    background: #0d76ff;
    padding: 15px 0;
    margin: 10px auto;
    border-radius: 5px;
	cursor: pointer;
}

.ui-btn.alert-ok-btn:hover{
	background: #0062c4;
}


/* Preloader */
/* #preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:99;
  opacity: 0.7;
}
#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%;
  top:50%;
  background-image:url(../images/status.gif);
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px;
} */


.venue-seat span {
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
}

#payment,
.blur {
    position: absolute;
    width: 980px;
    height: 620px;
    top: 0;
}

.pay-head {
	border-bottom: 1px solid hsla(210,4%,81%,.14);
	padding: 10px 68px 10px;
	height: 70px;
}

.pay-back {
	position: absolute;
    background: url(/components/com_cinema/assets/images/pay-back.png) no-repeat 8px 9px / 20px;
    width: 42px;
    height: 42px;
    left: 10px !important;
    top: 10px !important;
    border: 2px solid #fff;
    border-radius: 50%;
	opacity: .3;
}

.pay-back:hover {
	opacity: .8;
	cursor: pointer;
}

.pay-head .pay-logo,
.pay-head .pay-timer,
.pay-head .pay-phone {
	width: 33.33%;
	float: left;
}

.pay-head .pay-logo {
    color: #fff;
    font-family: Arial;
    font-size: 26px;
	margin: 5px 0 0;
}

.pay-head .pay-phone {
	color: #6d6d6d;
	font-family: Arial;
}

.pay-head .pay-phone span {
    display: block;
}

.pay-phone > div {
    float: right;
    text-align: center;
}

.pay-phone > div > span {
	color: #fff;
}

.pay-body {
	padding: 10px 32px 36px 68px;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.pay-body > div {
	float: left;
}

.pay-block-left {
	width: 40%;
	background: rgba(34, 38, 43, 0.8);
	height: 500px;
	border-radius: 15px;
	position: relative;
}

.pay-block-right {
	width: 60%;
	padding-left: 20px;
}

.pay-info {
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border-radius: 15px 15px 0 0;
}

.pay-date {
    color: #fff;
    font-family: Arial;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

.blur {
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);
	width: 980px;
	height: 620px;
	background-size: auto 100%;
	background-position: center;
}

.ui-label.format,
.ui-label.age {

    margin: 3px 6px 5px 0;
    padding: 3px 6px 2px;
    width: auto;
    background: #fff;
    background: hsla(0,0%,100%,.6);
    border-radius: 4px;
    font-family: Arial,sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000;
    color: rgba(0,0,0,.7);

}

.pay-info .desc-format {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pay-info .moviename {
    color: #fff;
    font-family: Arial;
	margin-top: 5px;
}

.pay-info .desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.venue-bl-left {
	padding: 15px 30px;
	color: #fff;
	font-family: Arial;
}

.ui-view.tickets-info {
	padding: 10px 30px 20px;
	margin: 0 0 5px;
	height: 22px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.tickets-count {
    font-family: Arial;
    color: #0d76ff;
	margin-right: 8px;
}

.tickets-bottom {
    height: 10px;
	border-bottom: 1px dotted rgba(0,0,0,.3);
    border-bottom-color: rgba(238, 238, 238, 0.4);
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.tickets-btn {
    width: 22px;
    height: 22px;
    background: url(/components/com_cinema/assets/images/ticket_btn.png) no-repeat;
}

.tickets-total {
	color: #eee;
	padding: 0 10px;
}

.ui-view {
    overflow: hidden;
    box-sizing: border-box;
	font-family: Arial;
}

.ui-view.ticket {
	margin: 0 0 5px;
	height: 22px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.ui-view.tickets-all {
    padding: 0 50px;
	display: none;
}

.ticket-name {
    color: #eee;
    padding: 0 10px 0 0;
}

.tickets-btn {
    transform: rotateX(0deg);
}

.tickets-btn.tickets-btn-up {
    transform: rotateX(180deg);
}

.summ-total {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.summ-total label {
    color: #eee;
    font-size: 22px;
}

.pay-block-right .step-1,
.pay-block-right .step-2{
    border: 1px solid hsla(0,0%,100%,.1);
	padding: 10px 20px 0;
	border-radius: 15px;
	margin-bottom: 7px;
}

.label-step-1 .ui-label,
.label-step-2 .ui-label {
    color: #eee;
	margin-bottom: 10px;
}

.ui-text-field {
    display: -webkit-box;
    -webkit-box-flex: 1;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
	margin: 0 8px 10px 0;
	flex: 0 1 235px;
	width: 60%;
}

.ui-text-field .input-text {
    -webkit-appearance: none;
    display: -webkit-box;
    -webkit-box-flex: 1;
    margin: 0 0 0 10px;
    width: auto;
    background: transparent;
    border: none;
    outline: none;
    font-stretch: normal;
    box-sizing: border-box;
    padding: 2px 35px 3px 6px;
    font-size: 17px;
    line-height: 22px;
    font-family: Arial,sans-serif;
    font-weight: 300;
    color: #606060;
	height: 36px;
}

.ui-selectlist-content {
    overflow: hidden;
    overflow-y: auto;
    /* min-height: 123px; */
    /* max-height: 174px; */
    -ms-flex: 1 0 153px;
    flex: 1 0 153px;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    margin-bottom: 10px;
}

.payment_method {
    color: #000;
    background: #fff;
    opacity: 1;
	padding: 10px 10px 10px 10px;
	width: 150px;
	font-family: Arial;
	text-align: center;
	display: block;
}

.soglashenie {
	color: hsla(0,0%,100%,.4);
	font-size: 11px;
	font-family: Arial;
}

.soglashenie .btn-label {
	color: hsla(0,0%,100%,.6);
}

.add-data_card_pk .ui-text-field {
	margin: 0 8px 8px 0;
}

.card-pk {
	margin: 0 0 10px;
}

.pay_btn,
.card-pk {
    background: #0D76FF;
    color: #fff;
	height: 42px;
	font-family: Arial,sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase;
	display: table;
	cursor: pointer
}

.pay_btn:hover {
	 background: #1165d5;
}

.pay_btn .btn-label,
.card-pk .btn-label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	font-family: Arial;
}

.ui-text-field.errors {
    border: 2px solid #ff004d;
}

.ui-text-field.errors::before {
    position: absolute;
    content: "";
    background: url(/components/com_cinema/assets/images/warning.png) no-repeat 0 0 / 100%;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 5px;
}

.text-hidden, 
.text-hidden::after {
    position: absolute;
    background: #ff004d;
}

.text-hidden {
	width: 235px;
    left: 0;
    bottom: 46px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .04em;
    color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 14px 79px 14px 20px;
	display: none;
	font-family: Arial;
}

.text-hidden::after {

    content: "";
    right: 10px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    //: 14px;
    //: 8px;

}

.errors input[id="name"]:focus + .text-hidden,
.errors input[id="mail"]:focus + .text-hidden,
.errors input[id="phone"]:focus + .text-hidden,
.errors input[id="adress"]:focus + .text-hidden,
.errors input[id="fio"]:focus + .text-hidden,
.errors input[id="ccNumber"]:focus + .text-hidden {
	display: block;
}

.pay-timer{
	text-align: center;
	color: #eee;
}

#timer {
    text-align: center;
    color: #eee;
    font-size: 16px;
    font-family: Arial;
}

#rl_modals_close {
	transition: transform .5s;
}

#rl_modals_close:hover {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: transform .5s;
}

.sch-footer > div:first-child {
    width: 45%;
}

.sch-footer > div:nth-child(2) {
    width: 20%;
}

.venue_1 .venue-seat.seat-block:hover span {
    left: 4px;
    top: 4px;
}

.pushkins-card {
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
	font-size: 16px;
	height: 36px;
}























