html { 
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;	
	background: url(img/bg2.jpg) black no-repeat fixed;
	background-size: cover;
	font-family: tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: black;
	height: 100%; /* важно */
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	outline: none; /* в хроме убирает синюю рамку при фокусе */
}
h1 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 5px 0px;
}
a {
	color: #4E5961;
	text-decoration: none;
}

/* basket */

.btn_head2_desk {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px 11px 8px 10px; 
	background: #df4994;
	opacity: 0.8;
	color: white;
	font-weight: bold;
	text-align: center;
}
.btn_basket_desk {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.btn_head2_mob {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px 11px 8px 10px; 
	background: #df4994;
	opacity: 0.8;
	color: white;
	font-weight: bold;
	text-align: center;
	display: none;
}
.btn_basket_mob {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: none;
}
.cel_itogo_desk {
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.cel_itogo_mob {
	color: white;
	font-weight: bold;
	font-size: 16px;
	display: none;
}
@media all and (max-width: 780px) {
	.cel_itogo_desk, .btn_head2_desk, .btn_basket_desk {
		display: none;
	}
	.cel_itogo_mob, .btn_head2_mob, .btn_basket_mob {
		display: table-cell;
	}
}

/**/

.pay_td_label {
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.pay_div_label {
	padding: 4px 0px 4px 0px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 14px;
	display: none;
}
@media all and (max-width: 780px) {
	.pay_td_label {
		display: none;
	}
	.pay_div_label {
		display: block;
	}
}

/* panel */

.panel-base {
	width: 100%;
	max-width: 1000px;
	gap: 10px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	box-sizing: border-box;
}
@media all and (max-width: 780px) {
	.panel-base {
		padding: 0px 5px;
	}
}

.panel {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 14px; 
	background: rgba(255, 255, 255, 0.4); /* rgba(86, 162, 250, 0.8);*/
	color: white;
	box-sizing: border-box;
}
.panel-room {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 14px; 
	background: rgba(255, 255, 255, 0.4);
	color: white;
	box-sizing: border-box;	 
	width: 100%;	
}
@media all and (max-width: 780px) {
	.panel-room {
		padding: 14px 5px 6px 5px;		
	}
}

#div_calendar {
	display: inline-block; 
	text-align: center; 
	width: 500px;
}
@media all and (max-width: 780px) {
	#div_calendar {
		width: 100%;
	}
}

#lbl_date_note {
	width: calc(100% - 510px); 
	display: inline-block; 
	box-sizing: border-box;
}
@media all and (max-width: 780px) {
	#lbl_date_note {
		width: 100%;
	}
}

.cap_sess {
	padding: 10px; 
	cursor: pointer;
	color: #ff69b4;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
@media all and (max-width: 780px) {
	.cap_sess {
		font-size: 16px;
	}
}

.btn_place {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 60px;
	margin-left: 10px;
}
.btn_place:hover {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 60px;
	margin-left: 10px;
}
.btn_place_img {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 60px;
	margin-left: 10px;
	padding: 0px 0px 0px 10px
}
.btn_place_img:hover {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 60px;
	margin-left: 10px;
	padding: 0px 0px 0px 10px
}
.img_place {
	display: block;
	width: 40px;
	margin-top: 5px;
	margin-left: 5px;
}
@media all and (max-width: 780px) {
	.btn_place, .btn_place:hover {
		font-size: 16px;
		padding: 10px 0px 10px 0px;
		width: 35px;
		margin-left: 5px;
	}
	.btn_place_img, .btn_place_img:hover {
		font-size: 16px;		
		width: 35px;
		margin-left: 5px;
		padding: 0px 0px 0px 0px
	}
	.img_place {
		width: 25px;
		margin-top: 7px;
		margin-left: 5px;
	}
}






/*
a:hover {
	color: #4E5961;
	text-decoration: underline;
}
*/

/* topmenu */

.topmenu {
	 background: url(img/submenu.png) #046DA9;
	 border: 1px solid white;
	 border-radius: 20px;
	 box-shadow: 0px 0px 10px white;
}
.topmenu-item {
	color: white; 
	font-size: 12px;
	padding: 10px;
}
.topmenu-item:hover {
	border-radius: 10px;
	border: 1px solid #0E548C;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3) inset;
	background: white;
	color: #0E548C; 
	font-size: 12px;
	cursor: pointer;
}

/* base_block */

.btn_base_a {
	text-decoration: none;
}
.btn_base_block {
	border: 2px white solid; 
	border-radius: 20px; 
	background: rgba(255, 255, 255, 0.4); 
}
.btn_base_block:hover {
	border: 2px white solid; 
	border-radius: 20px; 
	background: rgba(255, 255, 255, 0.4); 
	box-shadow: 0px 0px 10px white;
}
.btn_base_block2 {
	border: 2px white solid; 
	border-radius: 20px; 
	background: rgba(255, 255, 255, 0.4);
}
.btn_base {
	border-radius: 20px 20px 0px 0px; 
}
.btn_base_text {
	font-size: inherit;
	color: black;
	background: white;
	padding: 5px;
	border-radius: 0px 0px 17px 17px;
	border-top: 1px solid rgba(86, 162, 250, 0.4);
}
.btn_base_tab {
	font-size: inherit;
	color: black;
	background: white;
	padding: 5px;
}
.btn_base_tab:hover {
	background: #ff69b4; 
	box-shadow: 0px 0px 10px white;
	border: 1px solid white;
	padding: 5px;
	cursor: pointer;
}
.btn_base_tab_sel {
	font-size: inherit;
	border: 1px solid white;
	background: url(img/back-button-sel.png) repeat-x;
	padding: 5px;
	color: white;
}

/* btn */

.btn {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.btn:hover {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.btn_dis {
	border: 2px #aaa solid; 
	border-radius: 10px; 
	padding: 10px; 
	color: #aaa;
	font-size: 24px;
	text-align: center;
}
.btn_sel {
	border: 2px black solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: white; 
	cursor: pointer;
	color: red;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5) inset;
}
.btn_head {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: #df4994; 
	color: white;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
@media all and (max-width: 780px) {
	.btn_head {
		font-size: 14px;
		padding: 8px 5px 8px 5px;
	}
	.btn, .btn:hover, .btn_dis, .btn_sel {
		font-size: 16px;
		padding: 10px 5px 10px 5px;
	}
}
.btn_head2 {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px 11px 8px 10px; 
	background: #df4994;
	opacity: 0.8;
	color: white;
	font-weight: bold;
	text-align: center;
}
.cap {
	padding: 10px; 
	cursor: pointer;
	color: #ff69b4;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.btn_backdate {
	border: 2px white solid; 
	border-radius: 20px 20px 0px 0px; 
	background: #5BABF9; 
	cursor: pointer;
	color: #ff69b4;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);	
}
.btn_backdate:hover {
	border: 2px white solid; 
	border-radius: 20px 20px 0px 0px; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer;
	color: #ff69b4;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.btn_price {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 5px; 
	width: 20px;
}
.lbl_price {
	color: white;
	font-weight: bold;
	font-size: 18px;
}













.iframe_hide {
	width: 0px;
	height: 0px;
	border: 0px;
}

.btn_date_blank {
	border: 2px gray solid; 
	border-radius: 10px; 
	padding: 10px; 
	cursor: pointer;
	color: gray;
	font-size: 24px;
	text-align: center;
}
.btn_date_select {
	border: 2px black solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: white; 
	cursor: pointer;
	color: red;
	font-size: 24px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5) inset;
}

/*
.btn_place_select {
	border: 2px #FF0099 solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: #FF66FF; 
	cursor: pointer;
	color: #FF0099;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	width: 30px;
}
.btn_date {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.btn_date:hover {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
*/
.lbl_date { 
	border-radius: 10px; 
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
/*
.btn_week {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: #a75501; 
	opacity: 0.8;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.month {
	padding: 10px; 
	cursor: pointer;
	color: yellow;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.price-head {
	padding: 10px; 
	color: white;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.panel_date {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 14px; 
	background: rgba(237, 181, 94, 0.8); 
}
*/
.panel_date_price {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 10px; 
	background: #EEB85F; 
	opacity: 0.8;
}
/*
.btn_place_blank {
	border: 2px gray solid; 
	border-radius: 10px; 
	padding: 10px;	
	cursor: pointer;
	color: gray;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 30px;
}
.btn_place {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px;	
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 30px;
}
.btn_place:hover {
	border: 2px white solid; 
	border-radius: 10px; 
	padding: 10px; 
	background: #006eec;	
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 30px;
}
.btn_place_line {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px 11px 8px 10px; 
	background: #a75501; 
	opacity: 0.8;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
*/
/*
.btn_place_price {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 5px; 
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 20px;
}
*/
.btn_basket {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.btn_basket_over {
	border: 2px white solid; 
	border-radius: 5px; 
	padding: 8px; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.show_banner {
	border: 2px gray solid; 
	border-radius: 20px; 
	padding: 20px; 
	/*background: #56a2fa; 
	opacity: 0.8;*/
}
.label {
	padding: 10px; 
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.label-text {
	padding: 10px; 
	color: white;
	font-weight: bold;
	font-size: 18px;
}
/*
.label-price {
	color: white;
	font-weight: bold;
	font-size: 18px;
}
*/
.input {
	padding: 5px; 
	cursor: pointer;
	color: black;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #7A4000;
	background: white;
	box-sizing: border-box;
	/*background: url(img/back-button-sel.png) #0470AF;*/
}
.dlg_modal {
	position: absolute; 
	padding: 20px; 
	border: 4px solid #0c5ab8; 
	border-radius: 20px;
	background: #b6cae5;
}
.list {
	list-style-type: none;
}
.list-li {
	float: left;
	padding: 10px;
	text-align: center;
	border: 2px white solid;
	border-radius: 20px;
}
.list-li:hover {
	float: left;
	padding: 10px;
	text-align: center;
	background: #006eec;
	border: 2px white solid;
	border-radius: 20px;
}
.list-link {
	text-decoration: none;
}
.list-name {
	color: white;
	font-weight: bold;
}
.link-footer {
	color: white;
	text-decoration: underline;
}


/* CHECKBOX */

.input_checkbox {
    display:none;
}
.input_checkbox + label {	
    /*position: absolute;    
    margin-left: 0px;
    margin-top: 0px;*/
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 3px; 
    /*box-shadow: 0px 0px 4px rgba(0,0,255,0.4) inset;*/
    background: white;    
    display: block;
}
.input_checkbox:checked + label {
	background: url(../img/checkbox.png) white;
	background-size: cover;
	display: block;
}