.online-tickets .container{
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.headr-tickets{
	background-color: #e6e6e6;
	display: flex;
	min-height: 122px;
	z-index: 20;
}
.headr-tickets .container{
	padding: 0 10px 0 208px;
}
.headr-tickets .logo{
	top: 9px;
	height: 85px;
	line-height: 85px;
	left: 44px;
}
.headr-tickets .logo:before{
	font-size: 98px;
		color: #b0253b;
}
.title-header{
	display: block;
	margin: 0 0 4px;
	text-transform: uppercase;
	font-weight: 400;
	font: 32px/36px 'Roboto Slab', Aria, sans-serif;
	padding: 23px 0 0;
}
.title-header span{
	color: #b0253b;
}
.btn-back{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 18px;
	position: relative;
	color: #4b4b4b;
	font: 20px/24px 'Roboto Slab', Aria, sans-serif;
	font-weight: 400;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.btn-back:after{
	position: absolute;
	content: '\003C';
	top: 0;
	left: 0;
}
.btn-back:hover,
.btn-back:after:hover{
	color: #b0253b;
}
.online-tickets #main{
	padding: 10px 0 0;
}
.form-menu{
	font-size: 0;
	line-height: 0;
	margin: 0 0 109px;
}
.form-menu:after{
	clear: both;
	display: block;
	content: '';
}
.form-menu li{
	float: left;
	width: 33.3%;
	padding: 0 0 0;
	margin: 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-menu li a{
	display: block;
	text-align: center;
	font: 20px/24px "Roboto", Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: rgba(187,187,187,.5);
	position: relative;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	min-height: 56px;
	padding: 5px 10px;
}
.form-menu li a:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 100%;
	width: 20px;
	background: url("../images/icon-10.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	opacity: 0;
	z-index: 0;
}
.form-menu .active a{
	color: #fff;
	background: #b0253b;
	text-decoration: none;
}
.form-menu .active a:after{
	opacity: 1;
	z-index: 2;
}
.form-menu .last a{
	background: #e6e6e6;
	color: #2b2b2b;
	z-index: 1;
}
.form-menu .last a:after{
	background: url("../images/icon-10-1.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 5;
	opacity: 1;
}
.row{
	margin: 0 -15px;
}
.row:after{
	clear: both;
	display: block;
	content: '';
}
.col{
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 78px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.full-width{
	width: 100%;
	margin: 0 0 22px;
}
.title-form{
	display: block;
	margin: 0 0 19px;
	color: #2b2b2b;
	font: 24px/28px 'Roboto Slab', Aria, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 5px;
}
.form-holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 17px;
}
.form-holder.textarea-holder,
.form-holder.email-holder{
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.form-holder label{
	display: block;
	padding: 0 15px 0;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	min-width: 186px;
}
.form-holder.textarea-holder label,
.form-holder.email-holder label{
	padding: 10px 15px 0;
}
.inner-holder{
	width: 100%;
	height: 37px;
	position: relative;
	width: 100%;
}
.input-holder{
	width: 100%;
}
.select-wrapper {
	height: 100%;
	position: relative;
}
.select-wrapper:after{
	position: absolute;
	content: '';
	width: 15px;
	height: 8px;
	top: 50%;
	right: 10px;
	background: url("../images/icon-11.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: none;
}
.inner-holder select{
	width: 100%;
	height: 100%;
	border: none;
	background: #e6e6e6;
	color: #b0253b;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 30px;
	position: relative;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inner-holder select::-ms-expand {
    display: none;
}

.inner-holder .form-control{
	width: 100%;
	padding: 5px 30px;
	height: 100%;
	background: #e6e6e6;
	border: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #b0253b;
}
.textarea-holder .inner-holder{
	height: 100px;
}
.textarea-holder .form-control{
	resize: none;
	margin: 0 0 8px;
}
.desc{
	opacity: 0.5;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: block;
	padding: 15px 0 0;
}
.desc-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.list-desc{
	font-size: 0;
	line-height: 0;
}
.list-desc li{
	display: inline-block;
	vertical-align: top;
	margin: 0 31px 0 0;
	opacity: 0.5;
	color: #2b2b2b;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
.desc-box span{
	padding: 0 25px 0 0;
	color: #b0253b;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
.submit-holder {
	padding: 49px 10px 0;
}
.submit-holder input[type="submit"]{
	/* max-width: 374px;
	width: 100%; */
	height: 40px;
	background: #b0253b;
	cursor: pointer;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	border: 1px solid #b0253b;
	display: block;
	letter-spacing: 0.06em;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.submit-holder input[type="submit"]:hover{
	background: transparent;
	color: #b0253b;
}
.full-width .checkbox{
	display: block;
	margin: -50px 0 0;
	padding: 0 15px;
}
.full-width .checkbox span{
	text-transform: none;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.full-width .desc{
	padding: 10px 15px 0;
}
.full-width input[type=checkbox] + span:after{
	top: 5px;
}
.form .text-block{
	border-top: 1px solid rgba(75,75,75,.2);
	margin: -4px 0 0;
}
.form dl{
	padding: 25px 5px 0;
	font-size: 0;
	line-height: 0;
	margin: 0 0 21px;
}
.form dl dt,
.form dl dd{
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px;
}
.form dl dt{
	width: 150px;
}
.form dl dd{
	padding: 0 0 0 44px;
	width: calc(100% - 150px);
}
.form dl dd.price{
	color: #b0253b;
}
.form dl dd a{
	color: #b0253b;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.form dl dd a:hover{
	text-decoration: underline;
}
.text{
	padding: 18px 0 0;
}
.table-section{
	background: #e6e6e6;
	padding: 106px 0 71px;
}
.table-box{
	overflow-x: auto;
	width: 100%;
	max-width: 1423px;
	margin: 0 0 29px;
}
.table{
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.table th{
	color: #2b2b2b;
	font: 24px/28px 'Roboto Slab', Aria, sans-serif;
	font-weight: 400;
	height: 65px;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0;
}
.table th:last-child{
	width: 150px;
}
.table th:nth-child(3){
	width: 300px;
}
.table td{
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	height: 46px;
	padding: 14px 5px;
	text-align: left;
}
.table td:first-child{
	padding: 0 0 0 10px;
}
.table tr:nth-child(even) td{
	background: #fff;
}
.table .text{
	padding: 0;
}
.table .price-table .text{
	text-align: right;
	max-width: 53px;
}
.table td p{
	margin: 0 0 4px;
}
.table .total td{
	color: #b0253b;
}
.table .total td a{
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 500;
}
.table .total td a:hover{
	text-decoration: underline;
}
.table-section .checkbox {
	margin: 0 0 10px;
	display: block;
}
.table-section .checkbox span{
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.table-section .checkbox input[type=checkbox] + span:before{
	font-size: 20px;
	line-height: 20px;
	margin: 0 6px 0 3px;
}
.table-section .checkbox span a {
	color: #b0253b;
}
.table-section input[type=checkbox] + span:after{
	width: 13px;
	height: 13px;
	top: 5px;
}
.table-section .col{
	margin: 0 0 0;
}
.table-section .submit-holder{
	padding: 10px 0 0;
}
.text-block.change{
	padding: 19px 0 0;
}
.text-block .form-holder{
	margin: 0 0 11px;
}
.text-block .form-holder label{
	padding: 0;
	min-width: 162px;
}
.text-block .input-holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.text-block .form-holder .inner-holder,
.text-block .form-holder .link-box{
	width: 50%;
	height: 30px;
}
.text-block .form-holder .link-box{
	padding: 0 0 0 28px;
}
.text-block .form-holder .link{
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.text-block .form-holder .link:hover{
	text-decoration: underline;
}
/* New Pop-up */
#new-order-popup .popup__overlay{
	background: rgba(0,0,0,.5);
}
.new-order-box {
	width: 100%;
	max-width: 626px;
	height: 250px;
	background: #f8f8f8;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
	padding: 30px 30px 28px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.title-popup{
	display: block;
	margin: 0 0 13px;
	text-transform: uppercase;
	color: #2b2b2b;
	font: 24px/28px 'Roboto Slab', Aria, sans-serif;
	font-weight: 400;
}
.new-order-box p{
	margin: 0 0 24px;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.005em;
}
.btn-holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.btn-holder a{
	display: block;
	width: 48.5%;
	margin: 0 0 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 10px;
	min-height: 40px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.055em;
}
.btn-holder .button{
	background: #b0253b;
	border: 1px solid #b0253b;
}
.btn-holder .button:hover{
	background: transparent;
	color: #b0253b;
	text-decoration: none;
}
.btn-holder .create-btn{
	background: #4b4b4b;
	border: 1px solid #4b4b4b;
}
.btn-holder .create-btn:hover{
	background: transparent;
	color: #4b4b4b;
	text-decoration: none;
}
/* End New Pop-up */

@media screen and (max-width: 1640px) {
	.online-tickets .container{
		padding: 0 20px;
	}
	.headr-tickets .container{
		padding: 0 10px 0 208px;
	}
}
@media screen and (max-width: 1410px){
	.headr-tickets .logo{
		left: 20px;
		width: 120px;
	}
	.headr-tickets .container{
		padding: 0 10px 0 188px;
	}
	.text-block .form-holder .link-box{
		padding: 0 0 0 15px;
	}
	.text-block .form-holder label{
		min-width: 120px;
	}
	.text-block .form-holder .link{
		font-size: 12px;
		line-height: 17px;
	}
}
@media screen and (max-width: 980px){
	.form-menu li{
		width: 50%;
	}
	.form .col,
	.table-section .col{
		width: 100%;
	}
	.table-section .submit-holder{
		max-width: 100%;
	}
	.table-section .submit-holder input[type="submit"]{
		margin: 0;
	}
	.table th:nth-child(3),
	.table th:last-child{
		width: auto;
	}
	.full-width .checkbox{
		padding: 0;
	}
	.full-width .desc{
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 760px){
	.headr-tickets{
		min-height: 102px;
	}
	.headr-tickets .container{
		padding: 0 10px 0 148px;
	}
	.title-header{
		font-size: 24px;
		line-height: 28px;
	}
	.btn-back{
		font-size: 16px;
		line-height: 20px;
	}
	.form-menu{
		margin: 0 0 59px;
	}
	.table th{
		font-size: 20px;
		line-height: 24px;
		height: 45px;
	}

}
@media screen and (max-width: 690px){
	.form-menu li{
		width: 100%;
	}
	table.table thead,
	table.table .hide-mob{
		display: none;
	}
	.table tr{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.table tr td{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	table.table tbody td { 
		display: block;
		/* min-height: 46px; */
		height: auto;
		width: 70%;
		display: inline-block;
		vertical-align: top;
	}
	table.table tbody td:before{
		display: none;
	}
	table.table tbody .head-mob td{
		line-height: 30px;
		width: 100%;
	}
	table.table tbody .head-mob td:before { 
		content: attr(data-th); 
		font-weight: bold;
		float: left;
		font: 20px/24px 'Roboto Slab', Aria, sans-serif;
		width: 120px;
		display: block;
	}
	.table td:first-child,
	.table td{
		padding: 5px 10px;
	}
	table.table tbody td.price-table{
		text-align: right;
		width: 30%;
		overflow: hidden;
	}
	.table tr.total{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.table tr.total td{
		width: 100%;
	}
	.table tr.total td:first-child{
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
	}
	.table tr.total td:last-child{
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.table tr.total td:nth-child(2){
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	.table td .text{
		padding: 0;
	}
	.btn-holder {
		display: block;
	}
	.btn-holder a{
		width: 100%;
	}
}
@media screen and (max-width: 540px){
	.online-tickets #wrapper{
		padding: 72px 0 0;
	}
	.headr-tickets{
		height: auto;
		min-height: 72px;
	}
	.headr-tickets .container{
		padding: 0 10px 0 78px;
	}
	.headr-tickets .logo{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.headr-tickets .logo:before{
		font-size: 40px;
	}
	.title-header{
		padding: 10px 0 0;
	}
	.form-holder{
		display: block;
	}
	.title-form{
		padding: 0;
	}
	.form-holder label{
		padding: 0;
		margin: 0 0 10px;
	}
	.form-holder label br{
		display: none;
	}
	.submit-holder{
		padding: 49px 0 0;
	}
	.text-block .form-holder .inner-holder,
	.text-block .form-holder .link-box{
		width: 100%;
		padding: 0;
	}
	.inner-holder .form-control,
	.inner-holder select{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 480px){
	.title-header{
		font-size: 20px;
		line-height: 24px;
	}
	.submit-holder input[type="submit"]{
		font-size: 12px;
	}
	.form dl dd{
		padding: 0 0 0 15px;
		width: calc(100% - 100px);
	}
	.form dl dt{
		width: 100px;
	}
	.title-form{
		font-size: 22px;
	}
	table.table tbody td:before{
		font: 16px/20px 'Roboto Slab', Aria, sans-serif;
		width: 100px;
		font-weight: 700;
	}
	.table td .text{
		padding: 3px 0 0;
	}
	.new-order-box{
		padding: 20px 20px 10px;
		height: auto;
	}
}

/* font: 16px/32px "Roboto", Arial, sans-serif; */
/* font: 52px/66px 'Roboto Slab', Aria, sans-serif; */
/* font: 18px/21px 'PT Sans', Aria, sans-serif; */

.headr-tickets {
  flex-wrap: wrap;
}
.tickets-form {
  width: 100%;
  margin-top: 15px;
  background: #b0253b;
}
.headr-tickets .tickets-form .container {
  padding: 0 0 0 44px;
}
.headr-tickets .tickets-form .form-row {
	float: left;
}
.headr-tickets .tickets-form .form-col {
  float: left;
  position: relative;
  padding: 23px 48px 26px 0;
  margin: 0 47px 0 0;
}
.headr-tickets .tickets-form .form-col:after {
  background: #b26874;
  width: 1px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);  
  content: "";
}
.headr-tickets .tickets-form .select-col {
  float: left;
  position: relative;
  padding: 25px 48px 24px 0;
  margin: 0 47px 0 0;
}
.headr-tickets .tickets-form .select-col .select-row {
	float: left;
}
.headr-tickets .tickets-form .row:after {
  display: block;
  clear: both;
  content: "";
}
.headr-tickets .tickets-form label {
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 7px 14px 0 0;
}
.headr-tickets .tickets-form .select-col label {
  font-size: 14px;
}
.headr-tickets .tickets-form input[type=text] {
  text-indent: 0 !important;
  background: none;
  width: 128px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.headr-tickets .tickets-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

.headr-tickets .tickets-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

.headr-tickets .tickets-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

.headr-tickets .tickets-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
.headr-tickets .tickets-form select {
 border: none;
 box-shadow: none;
 background: transparent;
 background-image: none;
 -webkit-appearance: none;
  float: left;
  
  width: 150%;
}
.headr-tickets .tickets-form .select {
	margin: 5px 19px 0 8px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #fff;
	width: 43px;
}
.headr-tickets .tickets-form .select:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 10px;
    pointer-events: none;
    border: 4px solid transparent;
    border-top: 5px solid #4b4b4b;
}
.headr-tickets .tickets-form .button {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 -67px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    width: auto;
}
.headr-tickets .tickets-form .button:hover {
  background: #fff;
  color: #b0253b;
}
.headr-tickets .tickets-form .datepicker-inline {
  margin-top: 10px;
}
.day-hours {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.day-hours .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 16.6666%;
  padding: 0 5px 10px 5px;
}
.day-hours .item a, .day-hours .item span.link_submit_form {
  width: 100%;
  padding: 0;
  text-align: center;
  display: block;
  height: 198px;
  background: #e6e6e6;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.day-hours .item:first-child {
	padding-left: 0;
}
.day-hours .item:nth-child(6n) {
	padding-right: 0;
}
.day-hours .item:nth-child(6n+7) {
	padding-left: 0;
}
.day-hours .item a:hover, .day-hours .item span.link_submit_form:hover {
  background: #b0253b;
  -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 55px 0 rgba(0,0,0,0.25);
}
.day-hours .item a strong, .day-hours .item span.link_submit_form strong {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  color: #4b4b4b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.day-hours .item:not(.disabled) a:hover strong,
.day-hours .item:not(.disabled) span.link_submit_form:hover strong {
  opacity: 0.3;
  color: #fff;
  font-size: 24px;
  margin-top: -35px;
}
.day-hours .item em,
.day-hours .item span:not(.link_submit_form) {
 font-style: normal;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 120px;
  left: 20px;
  right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.day-hours .item:not(.disabled) a:hover span,
.day-hours .item:not(.disabled) span.link_submit_form:hover span {
	opacity: 1;
	top: 89px;
}
.day-hours .item.disabled a {
	background: rgba(230,230,230,0.5);
}
.day-hours .item.disabled strong {
	opacity: 0.5;
}
.day-hours .item.action em,
.day-hours .item.disabled em {
	opacity: 1;
	top: 122px;
	color: #b0253b;
	font-weight: 300;
}
.block.pay-info {
	min-height: auto;
}
.block.pay-info .column {
	min-height: auto;
}
.block.pay-info .text h2 {
  margin-bottom: 41px;
}
.block.pay-info .text p {
  font-size: 16px;
    line-height: 25px;
    margin: 0 0 37px;
}
.block.pay-info .text span.note {
  font-size: 14px;
  display: block;
  letter-spacing: 0.06em;
  padding: 11px 0 0;
  text-transform: uppercase;
}
.payments {
	margin: 0 0 55px;
	padding: 0 0 0 21px;
	list-style: none;
	overflow: hidden;
}
.payments li {
	text-align: center;
	float: left;
	margin: 0 71px 5px 0;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #4b4b4b;
}
.payments li span {
	display: block;
	line-height: 36px;
	vertical-align: middle;
	height: 36px;
	margin: 0 0 19px;
}
.payments li span img {
	vertical-align: middle;
}
.block.ticket-block {
	min-height: 400px;
}
.block.ticket-block .column {
	min-height: 400px;
}
.block.ticket-block .holder {
	align-items: stretch;
}
.time-booking {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #4b4b4b;
	border-right: 10px solid #fff;
	flex-direction: column;
	flex: 1 0 319px;
	padding: 0 20px;
}
.block.ticket-block .text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	padding: 40px 50px 20px;
}
.time-booking .time {
	background: url(../images/clock.png) no-repeat;
	width: 169px;
	height: 169px;
	margin: 73px auto;
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	line-height: 169px;
	vertical-align: middle;
	color: #fff;
	letter-spacing: 0.06em;
}
.time-booking ul {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.06em;
}
.time-booking ul li {
	float: left;
	background: url(../images/arrow_01.png) no-repeat 0 9px;
	padding: 0 0 0 17px;
}

.time-booking ul li + li{
	float: right;
	background: url(../images/arrow_02.png) no-repeat 100% 9px;
	padding: 0 19px 0 0;
}
.time-booking ul li a {
	color: #fff;
	text-decoration: none;
}
.time-booking ul li a:hover {
	text-decoration: underline;
}
.time-booking p {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 400;
}
.block.ticket-block .text h3 {
	font-size: 24px;
	line-height: 28px;
	color: #b0253b;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.block.ticket-block .time-booking + .text h3 {
	color: #4b4b4b;
	margin: 0 0 35px;
}
.block.ticket-block ul.list {
	line-height: 18px;
	letter-spacing: 0.06em;
	margin: 0;
}
.block.ticket-block ul.list li {
	padding: 3px 0 20px 27px;
}
.block.ticket-block ul.list li:last-child {
	padding-bottom: 0;
}
.block.ticket-block ul.list a {
	color: #4b4b4b;
	text-decoration: underline;
}
.block.ticket-block ul.list a:hover {
	text-decoration: none;
}
.block.ticket-block .block-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.block.ticket-block .ticket-info .visual {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1 0 47%;
}
.block.ticket-block .ticket-info .text {
	padding: 29px 30px 0 32px;
}
.block.ticket-block .ticket-info h3 {
	background: url(../images/icon_15.png) no-repeat 0 66%;
	min-height: 50px;
	padding: 13px 0 0 85px;
	margin: 0 0 29px -3px;
}
.block.ticket-block .ticket-info .text-uppercase {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 13px;
	font-weight: 400;
}
.block.ticket-block .ticket-info p {
	font-size: 9px;
	line-height: 14px;
	font-weight: 400;
	margin: 0;
}
.block.ticket-block .ticket-info .action {
	margin: 0;
	color: #000;
	padding: 0 0 19px;
	list-style: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	flex-direction: column;
}
.block.ticket-block .ticket-info .action ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.block.ticket-block .ticket-info .action li {
	overflow: hidden;
	margin: 0 0 11px;
}
.block.ticket-block .ticket-info .action em {
	font-style: normal;
	font-size: 12px;
}
.block.ticket-block .ticket-info .action span {
	float: right;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.block.ticket-block .ticket-info .action ul i {
	float: left;
	font-style: normal;
}
.block.ticket-block .ticket-info .action ul i span {
	display: block;
	float: none;
	text-transform: none;
	font-size: 10px;
	line-height: 12px;
}
.block.ticket-block .ticket-info .action span span {
	font-size: 12px;
	text-transform: none;
}
.block.ticket-block .ticket-info .action .more {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	height: 47px;
	font-size: 16px;
	line-height: 45px;
	border: 1px solid #b0253b;
	padding: 0 5px;
	background: #b0253b;
	color: #fff;
	text-align: center;
	margin: 0;
}
.block.ticket-block .ticket-info .action span.more {
	background: none !important;
	border: 1px solid transparent;
	color: #b0253b;
	font-size: 19px;
	opacity: 1;
}
.block.ticket-block .ticket-info .action span.more i {
	background: url(../images/icon_16.png) no-repeat;
	width: 20px;
	height: 20px;
	margin: -4px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.block.ticket-block .ticket-info .action .more:hover {
	color: #b0253b;
	background: #fff;
}
.block.ticket-block .ticket-info.booked .holder {
	background: rgba(230,230,230,0.2);
}

.block.ticket-block .ticket-info.booked .holder .visual img {
	opacity: 0.2;
}
.block.ticket-block .ticket-info.booked .holder .text > * {
	opacity: 0.2;
}
.block.ticket-block .ticket-info.booked .holder .text .action {
	opacity: 1;
}
.block.ticket-block .ticket-info.booked .holder .text .action > * {
	opacity: 0.2;
}
.block.ticket-block .ticket-info.booked .holder .text .action .more {
	opacity: 1;
}
.block.ticket-block .ticket-info.booked .holder .visual .booked-info {
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 65px;
	bottom: 50px;
	right: 65px;
	background: #4b4b4b;
}
.block.ticket-block .ticket-info.booked .holder .visual .booked-info {
	color: #fff;
	text-align: center;
}
.block.ticket-block .ticket-info.booked .holder .visual .booked-info p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding: 62px 30px 0;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.block.ticket-block .ticket-info.booked .holder .visual .booked-info p strong {
	display: block;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}
.block.ticket-block .ticket-info.booked .holder .visual .booked-info .more {
	position: absolute;
	bottom: 22px;
	left: 27px;
	right: 27px;
	font-size: 11px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	background: #b0253b;
	color: #fff;
}
.block.ticket-block .ticket-info.booked .holder .visual .booked-info .more:hover {
	background: #fff;
	color: #b0253b;
	font-weight: 500;
}
.block .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow: visible;
}
.block .logo:before {
	color: #b0253b;
	font-size: 224px;
}
.block .logo a {
	text-indent: -9999px;
}
@media only screen and (max-width: 1480px) {
	.tickets-form {
		padding-bottom: 15px;
	}
	.ticket-block .column {
		width: 100%;
		margin-bottom: 10px;
	}
	.ticket-block .column:last-child {
		margin-bottom: 0;
	}
	.time-booking {
		padding-bottom: 10px;
	}
	.block.ticket-block {
		flex-wrap: wrap;
	}
	.ticket-block .column .holder {
		margin:0;
	}
	.block.ticket-block .logo {
		position: relative;
		margin: 20px auto;
		display: block;
		top: auto;
		left: 0;
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		-o-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
		height: 300px;
		width: 230px;
		line-height: 300px;
	}
	.block.ticket-block .logo:before {
		position: relative;
	}
	.headr-tickets .tickets-form {
		text-align: center;
	}
	.headr-tickets .tickets-form .form-row {
		
		display: block;
		width: 100%;
	}
	.headr-tickets .tickets-form .button {
		margin: 0;
	}
}
@media only screen and (max-width: 1380px) {
	.day-hours .item {
		width: 20%;
	}
	.day-hours .item:first-child {
	padding-left: 0;
	}
	.day-hours .item:nth-child(6n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(6n+7) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(5n) {
		padding-right: 0;
	}
	.day-hours .item:nth-child(5n+6) {
		padding-left: 0;
	}
	.headr-tickets .tickets-form .select-col {
		padding-right: 0;
	}
	.headr-tickets .tickets-form form{
		width: 700px;
		margin: 0 auto;
	}
	.headr-tickets .tickets-form .form-col + .form-col:after {
		display: none;
	}
	.online-tickets #wrapper {
		padding: 0 !important;
	}
	.ticket-block .column:last-child {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1133px) {
.day-hours .item {
		width: 25%;
	}
	.day-hours .item:first-child {
	padding-left: 0;
	}
	.day-hours .item:nth-child(6n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(6n+7) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(5n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(5n+6) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(4n) {
		padding-right: 0;
	}
	.day-hours .item:nth-child(4n+5) {
		padding-left: 0;
	}
}
@media only screen and (max-width: 940px) {
    .day-hours .item {
		width: 33.33333%;
	}
	.day-hours .item:first-child {
	padding-left: 0;
	}
	.day-hours .item:nth-child(6n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(6n+7) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(5n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(5n+6) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(4n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(4n+5) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(3n) {
		padding-right: 0;
	}
	.day-hours .item:nth-child(3n+4) {
		padding-left: 0;
	}
}
@media only screen and (max-width: 880px) {
	.block.ticket-block .ticket-info .action span.more {
		font-size: 16px;
	}
	.block.ticket-block .ticket-info.booked .holder .visual .booked-info {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.payments li {
		margin-right: 40px;
	}
}
@media only screen and (max-width: 760px) {
	.headr-tickets .tickets-form form {
		width: 100%;
	}
	.headr-tickets .tickets-form .container {
		padding: 15px;
	}
	.headr-tickets .tickets-form .form-col {
		float: left;
		width: 50%;
		text-align: center;
		margin: 0 ;
		padding: 0 5% 0 0;
	}
	.headr-tickets .tickets-form .form-col + .form-col {
		padding: 0 0 0 5%;
	}
	.headr-tickets .tickets-form .form-col label {
		width: 100%;
		margin: 0 0 4px;
		text-align: center;
	}
	.headr-tickets .tickets-form .form-col:after {
		display: none;
	}
	.headr-tickets .tickets-form .select-col .select-row {
		width: 100%;
	}
	.headr-tickets .tickets-form .select-col {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.headr-tickets .tickets-form label {
		float: left;
		width: 170px;
		text-align: left;
		padding-right: 14px;
	}
	.headr-tickets .tickets-form input[type=text] {
		float: left;
		width: 100%;
	}
	.headr-tickets .tickets-form select {
		margin-left: 0;
	}
	.ticket-block .column .holder {
		flex-direction: column;
	}
	.time-booking .time {
		margin: 20px auto;
	}
	.block.ticket-block {
		flex-direction: column;
	}
	.block.ticket-block .ticket-info .visual {
		min-height: 250px;
	}
	.day-hours .item {
		width: 50%;
	}
	.day-hours .item:first-child {
		padding-left: 0;
	}
	.day-hours .item:nth-child(6n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(6n+7) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(5n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(5n+6) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(4n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(4n+5) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(3n) {
		padding-right: 5px;
	}
	.day-hours .item:nth-child(3n+4) {
		padding-left: 5px;
	}
	.day-hours .item:nth-child(2n) {
		padding-right: 0;
	}
	.day-hours .item:nth-child(2n+1) {
		padding-left: 0;
	}
}