.neva-bg {
    background: url('bridge_f79595209b.webp') no-repeat center center fixed;
    background-size: cover;
}

.kometa-bg {
    background: url('i.webp') no-repeat center center fixed;
    background-size: cover;
}

.confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.modal-content button {
    margin: 10px;
    padding: 8px 16px;
    cursor: pointer;
}

@media screen and (min-width:501px){
	#calert{
		border-radius: 1rem;
		opacity: 0.8;
		padding: 1rem;
		background-color: #E8EAF6;
		position: absolute;
		left: 50%;
		top: 50%;
		display: block;
		width: 300px;
		height: 200px;
		transform: translate(-50%, -50%)

	}
	#calert_close{
		border-radius: 0 0 1rem 1rem;
		margin-top: 0.5rem;
		padding: 0.5rem;
		position:absolute;
		bottom:0;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 2rem;
		font-weight: 700;
		background-color: #B2FF59;
		color: #D50000;
		cursor: pointer;
	}
	#textalert{
		font-size: 1rem;
		font-weight: 500;
		color: #4E342E;
		margin-bottom: 0.5rem;
	}
	.base_list{
		background-color: #C5CAE9;
		display:flex;
		flex-direction:column;
	}
	.base_list_item{
		background-color: #C5CAE9;
		display:flex;
		flex-direction:row;
	}
	.base_list_item_part1{
		background-color: #FFD180;
		display:flex;
	}
	.base_list_item_part2{
		background-color: #FFCDD2;
		display:flex;
	}
	.base_list_item_cell{
		background-color: #FBE9E7;
		margin:2px;
		padding:4px;
	}
	.base_list_item_row{
		display:flex;
		background-color:#69F0AE;
	}
	.cell_name{
		display:none;
	}

	.c1{
		width: 50px;
	}
	.c2{
		width: 150px;
	}
	.c3{
		width: 180px;
	}
	.c4{
		width: 120px;
	}
	.c5{
		width: 90px;
	}
	.c6{
		width: 90px;
	}
	.c7{
		width: 300px;
	}
	.c8{
		width: 60px;
	}
	.c9{
		width: 120px;
	}
	.c10{
		width: 120px;
	}
	.c11{
		width: 120px;
	}
	.c12{
		width:200px;
	}
	.c13{
		width:60px;
	}
	.c14{
		width:60px;
	}
	.c15{
		width: 60px;
	}
	.c16{
		width: 120px;
	}
	.menu_button_m .bx{
			font-size:2rem;
			font-weight:800;
			display:none;
	}
}
	
.flash{
    animation: glowing 1300ms infinite;
    transition: 1.3s;    
}
@keyframes glowing {
      0% { background-color: #5983ab; box-shadow: 0 0 5px #5983ab; }
      50% { background-color: #00a7ff; box-shadow: 0 0 20px #00a7ff; }
      100% { background-color: #5983ab; box-shadow: 0 0 5px #5983ab; }
      } 
.base_btn{
	border-radius:0.2rem; 
	margin:2px;
}
#al{
		display:flex;
		flex-direction:column;
	}

#menu{
	display:block;
	flex-direction:row;
	flex-wrap:wrap;
	}

#textalert{
    font-size: 1rem;
    font-weight: 500;
    color: #4E342E;
    margin-bottom: 0.5rem;
}
#right_menu{
	display:flex;
	flex-direction:row;
	background: #00a7ff;
	box-shadow: 0 0 20px #00a7ff;
}
#left_menu{
	display:flex;
	flex-direction:row;
	background: #78909C;
	box-shadow: 0 0 20px #78909C;
}
#calert .transfer{
    border-radius: 1rem;
    opacity: 0.8;
    padding: 1rem;
    background-color: #E8EAF6;
    position: sticky;
    left: 30%;
    top:5%;
    display: block;
    width: 320px;
    height: 600;
    transform: translate(10%, 10%)
}
@media screen and (max-width:500px){
	.base_list{
		background-color:#EA80FC;
		padding:1rem;
	}
	.base_list_item{
		background-color: #C5CAE9;
		display:flex;
		flex-direction:column;
		margin:2%;
		padding:2%;
		border-radius:1rem;
	}
	.cell_name{
		display:flex;
		margin-right:1rem;
		margin-left:0.5rem;
		color:blue;
		font-weight:550;
	}
	.menu_button_m .bx{
		font-size:3rem;
		font-weight:1000;
		display:block;
		border-radius:30%;
	}
	
	.menu_favicon{
		border-radius:30%;
		position:fixed;
		top:20px;
		left:10px;
	}
	.base_list_item_row{
		width:96%;
		display:flex;
		padding:2%;
		margin:2%;
		flex-direction:column;
		background-color:#69F0AE;
		border-radius:1rem;
	}
	.base_list_item_cell{
		width:98%;
		display:flex;
		align-items:baseline;
		background-color: #FFCCBC;
		margin:1%;
		padding:0.5rem;
		border-radius:1rem;
	}
	.c1 .c2 .c3 .c4 .c5 .c6 .c7 .c8 .c9 .c10 .c11 .c12 .c13 .c14 .c14 .c15 .c16{
		width:90%;
	}
	.base_list_item_cell:not(.c1):not(.c2):not(.c3):not(.c6){
		background-color:#FBE9E7;
	}
	
	#al{
		display:block;
		flex-direction:column;
	}
	#calert{
		border-radius: 1rem;
		opacity:1;
		padding: 1rem;
		background-color: #E8EAF6;
		position: absolute;
		left: 50%;
		top: 50%;
		display: block;
		width: 300px;
		height: 200px;
		transform: translate(-50%, -50%)

	}
	#calert_close{
		border-radius: 0 0 1rem 1rem;
		margin-top: 0.5rem;
		padding: 0.5rem;
		position:absolute;
		bottom:0;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 2rem;
		font-weight: 700;
		background-color: #B2FF59;
		color: #D50000;
		cursor: pointer;
	}
	#textalert{
		font-size: 1rem;
		font-weight: 500;
		color: #4E342E;
		margin-bottom: 0.5rem;
	}
	#menu{
		display:flex;
		flex-direction:row;
		z-index:5000;
		position:fixed;
		top:10%;
	}
	button{
		margin-bottom:4px;
	}
	#right_menu  {
		padding:4px;
		width:48%;
		margin:2px;
		display:flex;
		flex-direction:column;
		flex-wrap:wrap;
		background: #00a7ff;
		box-shadow: 0 0 20px #00a7ff;
	}
	#left_menu  {
		padding:4px;
		width:48%;
		margin:2px;
		display:flex;
		flex-direction:column;
		flex-wrap:wrap;
		background: #78909C;
		box-shadow: 0 0 20px #78909C;
	}
}

.transfer_off{
    border-radius: 0 0 1rem 1rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
    position:absolute;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    background-color: #B2FF59;
    color: #D50000;
    cursor: pointer;
}


.disabled{
	opacity: 0.5;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.curr_exc_conditions{
	align-content:right;
	color:Red;	
}
#usr_block{
	display: flex;
}
#usr_info{
	padding: 1rem;
	flex:3;
	display: block;
	background-color:Honeydew;
}
#usr_tickets{
	padding: 1rem;
	flex:4;
	display: block;
	background-color:Seashell;
}
.route_label{
	cursor : pointer;
}

.processing{
	width: 25px;
    height: 10px;
    background: url("https://i.ytimg.com/vi/tIk1Mc170yg/maxresdefault.jpg");
}

.qa-bem-calendar__day-active{
        -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 700;
    background-color: rgba(0,166,255,.48235);
    border: 1px solid transparent;
    color: #fff;
    visibility: visible;
}
.qa-bem-calendar__day-theme{
        -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #999;
    border-radius: 100%;
    margin-bottom: 10px;
    opacity: .5;
    cursor: not-allowed;
    border: 1px solid transparent;
    visibility: visible;
}
.qa-bem-calendar__day-highlighted{
        -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 100%;
    margin-bottom: 10px;
    cursor: default;
    font-weight: 700;
    color: #fff;
    border: 1px solid #00a7ff;
    background: #00a7ff;
    visibility: visible;
}
.qa-bem-calendar__day{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 100%;
    margin-bottom: 10px;
    cursor: default;
    font-weight: 700;
    color: #fff;
    border: 1px solid #00a7ff;
    background: #00a7ff;
    visibility: visible;
}
.bem-calendar__weeks{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    padding: 0 10px;
}
.bem-calendar__week{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bem-calendar__week-days-titles{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    padding: 0 10px 10px;
    width: 100%;
    justify-content: space-between;
}
.bem-calendar__week-day-title{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #999;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 30px;
    width: 30px;
}
.clndrwrapper{
	
	opacity:0.9;
	position: absolute;
	top:15%;
	right:10%;
	min-width:280px;
	max-width: 510 px;
	max-height: 600px;
	min-height : 310px;
	background-color: white;
}
.ccclose{
	cursor:pointer;
	position: absolute;
	top:15%;
	right:10%;
	font-size:3rem;
	font-weight:800;
	color: blue;
}
.clndrcontent{
	position:relative;
	width: 85%;
	height: 65%;
	opacity:0;
	background-color: salmon;
}

table{
    background:#FFFFFF;
	border:0px;
}
.today{
    color:red;
    font-weight:bold;
}
.form_main{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    padding: 25px;
}
.price-spacer{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    margin-right: auto;
    -webkit-tap-highlight-color: transparent;
}
.button_plusform_tickets{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNmgxME02IDF2MTAiIHN0cm9rZT0iIzA2RiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
    -webkit-tap-highlight-color: transparent;
    border: 1px solid rgba(0,166,255,.21176);
    filter: invert(52%) sepia(53%) saturate(4922%) hue-rotate(176deg) brightness(105%) contrast(104%);
}
.button_minusform_tickets{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwIiBzdHJva2U9IiMwNkYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
    -webkit-tap-highlight-color: transparent;
    border: 1px solid rgba(0,166,255,.21176);
    filter: invert(52%) sepia(53%) saturate(4922%) hue-rotate(176deg) brightness(105%) contrast(104%);
}
.form-ticket{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-tap-highlight-color: transparent;
}
.message_alert{
    color: rgba(255, 0, 8, 0.786);
    font-weight: 600;
}
.count-block{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}
.ticket-title{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    display: flex;
    align-items: center;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin-right: auto;
    min-height: 30px;
    width: 50%;
    margin-bottom: 0;
    -webkit-tap-highlight-color: transparent;
}
.form_wrapper{
    padding-right: 20px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
}
.form-datepicker{
    line-height: 1.15;
    -webkit-text-size-adjust: 60%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: -5px -5px 5px;
}
.datepicker-day{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    touch-action: manipulation;
    width: 100%;
    margin: 5px;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    transition: all .1s;
    cursor: default;
    font-size: 16px;
    padding: 15px 5px 18px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    background: #00a7ff;
    background-color: #00a7ff;
    border: 1px solid #00a7ff;
    color: #fff;
}
.datepicker-calendar{
    line-height: 1.15;
    -webkit-text-size-adjust: 60%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 5px;
    min-height: 45px;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .1s;
    font-size: 16px;
    background: #00a7ff;
    border: 1px solid #00a7ff;
    color: #fff;
}
.datepicker-calendar__item, .datepicker-calendar__item2{
    line-height: 1.15;
    -webkit-text-size-adjust: 60%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-sizing: border-box;
    padding: 0 5px;
    width: 25%;
}
.datepicker-calendar__button-wrapper{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    padding: 14px 5px 18px;
}
.datepicker-calendar__stub-icon {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNSA0LjgxM2MtLjU3IDAtMS4wMzEtLjQ2Mi0xLjAzMS0xLjAzMnYtMi43NWExLjAzMSAxLjAzMSAwIDAxMi4wNjIgMHYyLjc1QTEuMDMgMS4wMyAwIDAxNS41IDQuODEyem0xMSAwYy0uNTcgMC0xLjAzMS0uNDYyLTEuMDMxLTEuMDMydi0yLjc1YTEuMDMxIDEuMDMxIDAgMTEyLjA2MiAwdjIuNzVBMS4wMyAxLjAzIDAgMDExNi41IDQuODEyek0yLjA2MiAxOS45MzhoMTcuODc1VjguMjVIMi4wNjN2MTEuNjg4ek0xLjAzMiAyMkExLjAzMSAxLjAzMSAwIDAxMCAyMC45NjlWMy43OGMwLS41Ny40NjItMS4wMzEgMS4wMzEtMS4wMzFoMi4wNjNWMy43OGEyLjQwNiAyLjQwNiAwIDEwNC44MTIgMFYyLjc1aDYuMTg4djEuMDMxYTIuNDA2IDIuNDA2IDAgMTA0LjgxMiAwVjIuNzVoMi4wNjNjLjU3IDAgMS4wMzEuNDYyIDEuMDMxIDEuMDMxVjIwLjk3YTEuMDMgMS4wMyAwIDAxLTEuMDMxIDEuMDMxSDEuMDN6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.event {
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    touch-action: manipulation;
    width: 80px;
    margin: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    text-align: center;
    box-sizing: border-box;
    transition: all .1s;
    font-size: 16px;
    line-height: 40px;
    cursor: default;
    background: #00a7ff;
    background-color: #00a7ff;
    border: 1px solid #00a7ff;
    color: #fff;
	cursor:pointer;
}
.event:hover{
	background:#ff7f50;
	background-color: #ff7f50;
}
.event_picker_body{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 20px;
}
.form_bookButton{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    box-sizing: inherit;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    line-height: 50px;
    max-width: 400px;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    border: none;
    margin: auto;
    background-color: #00a7ff!important;
    outline: none;
    opacity: .5;
}
._order-form-wrapper{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-order{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
}
.form-order__info{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    margin-bottom: 20px;
    flex-direction: row;
}
.ticketpricer-totalprice{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-tap-highlight-color: transparent;
}
.ticket-pricer_total-price{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: right;
    color: #444;
    line-height: 20px;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}
.order-info-message{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.order-form_with-validation{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.form-order_question_link{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: block;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    color: #00a7ff;
    opacity: .5; 
}
.form-privacy{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size: 13px;
    line-height: 21px;
    color: #444;
    padding-top: 5px;
    cursor: default;
    text-align: center;
}
.ticket-count{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    margin: 0 15px;
    width: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.eventpicker{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
}
.eventpicker__body{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 20px;
}
.bem-select__button{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    box-sizing: inherit;
    font-family: inherit;
    margin: 0;
    text-transform: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding: 0 41px 0 15px;
    user-select: none;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    outline: none;
    background: transparent;
    color: #999;
    cursor: pointer;
    transition: all .15s;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bem-heap{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -6px;
    margin-bottom: 10px;
}

.bem-heap__item{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    margin: 6px;
    background-color: #fff;
    display: flex;
}
.eventpicker__title{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #000;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.eventpicker__meet-point-select{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    margin: 6px;
    background-color: #fff;
    display: flex;
}
.bem-row-separator_15{

}
.bem-radio__label{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size: 13px;
    line-height: 22px;
    margin-left: 10px;
    cursor: pointer;
    color: #444;
}
/*.bem-radio__input{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    user-select: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}*/
.ticket-price{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    -webkit-appearance: none;
    box-sizing: inherit;
    display: flex;
    align-items: center;
    width: 100px;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    margin-left: auto;
    -webkit-tap-highlight-color: transparent;
    color: #00a7ff!important;
    justify-content: flex-start;
}
.qa-bem-calendar__day{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 100%;
    margin-bottom: 10px;
    cursor: default;
    font-weight: 700;
    color: #fff;
    border: 1px solid #00a7ff;
    background: #00a7ff;
    visibility: visible;
}
.bem-calendar__weeks{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    padding: 0 10px;
}
.bem-calendar__week{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bem-calendar__week-days-titles{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    padding: 0 10px 10px;
    width: 100%;
    justify-content: space-between;
}
.bem-calendar__week-day-title{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #999;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 30px;
    width: 30px;
}
.bem-calendar{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    max-width: 300px;
    min-width: 280px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    user-select: none;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
    margin-top: 4px;
    margin-right: 5%;
    left: auto;
    width: 300px;
}
.bem-calendar__arrow_left{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    text-align: center;
    font-size: 16px;
    color: #fff;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    min-width: 40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background-size: 9px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE1Ij48cGF0aCBmaWxsPSIjOTk5IiBkPSJNLjAzMiA3LjVMMCA3LjQ2OGwxLjI4Ni0xLjI1NS4wMzIuMDMyTDcuNzE0IDAgOSAxLjI1NSAyLjYwNCA3LjUgOSAxMy43NDUgNy43MTQgMTUgMS4zMTggOC43NTVsLS4wMzIuMDMyTDAgNy41MzIuMDMyIDcuNXoiLz48L3N2Zz4=);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.bem-calendar__arrow_right{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    min-width: 40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background-size: 9px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE1Ij48cGF0aCBmaWxsPSIjOTk5IiBkPSJNLjAzMiA3LjVMMCA3LjQ2OGwxLjI4Ni0xLjI1NS4wMzIuMDMyTDcuNzE0IDAgOSAxLjI1NSAyLjYwNCA3LjUgOSAxMy43NDUgNy43MTQgMTUgMS4zMTggOC43NTVsLS4wMzIuMDMyTDAgNy41MzIuMDMyIDcuNXoiLz48L3N2Zz4=);
    border-right: 1px solid #ddd;
    transform: rotate(180deg);
    border-top: 1px solid #ddd;
}
.bem-calendar__controls{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    color: #444;
    text-align: center;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    width: 100%;
    height: 40px;
}
.bem-calendar__month-title{
    -webkit-text-size-adjust: 100%;
    --star-size: 24px;
    --star-color: #ddd;
    --star-background: #fd6;
    font-family: PT Sans Caption,Verdana,Dejavu,Sans;
    user-select: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: default;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}