.human-image {
	display: inline-block;
	vertical-align: bottom;
	width: 7px;
	height: 15px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAPCAYAAAAoAdW+AAAARklEQVQoU2NkgAIrK6v/MPaxY8cYQWwwAQLkS8J0w4yEG4tsJLK9jNgkYArAkiCj0B0E4lMoCbMDnQYHAsw+ZLtB7IGQBADMvVxxOW96eAAAAABJRU5ErkJggg==') no-repeat;/* TODO: на сайте могут быть и другие иконки, обсудить */
}

/* MENU
-------------------------------------------- */
.booking-menu {
	overflow: hidden;
	position: relative;
	height: 145px;
	margin: 10px 0 30px;
	padding: 0 35px;
	display: flex;
}
.booking-menu .line {
	position: absolute;
	top: 28px;
	left: 53px;
	right: 42px;
	display: block;
	height: 3px;
	background: #acafac;
}
.booking-menu .point {
	flex: 0;
	width: 140px;
	text-decoration: none;
}
.booking-menu .pos {
	box-sizing: border-box;
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	background-color: #f4de8d;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}
/* todo: flex ? */
.booking-menu .point-1 {
	position: absolute;
	left: 10px;
}
.booking-menu .point-2 {
	position: absolute;
	left: 180px;
}
.booking-menu .point-3 {
	position: absolute;
	left: 360px;
}
.booking-menu .point-4 {
	position: absolute;
	left: 550px;
}
.booking-menu .point-5 {
	position: absolute;
	right: 0;
}
.booking-menu .title {
	display: block;
	margin-top: 18px;	
	text-align: center;
}
.booking-menu .point.active .title {
	color: #000;
}

/* SYMMARY
-------------------------------------------- */
.summary-table {
	
}
/* STEP 1
-------------------------------------------- */
.BookingPage-layout .date-form {
	margin-bottom: 20px;
}
.BookingPage-layout .booking-table,
.BookingPage-layout .booking-table table {
	width: 100%;
	table-layout: fixed;
	padding: 0;
	margin: 0;
}
.BookingPage-layout .booking-table tr,
.BookingPage-layout .booking-table .room-rates-list {
	border: 1px solid #ccc;
}
.BookingPage-layout .booking-table td,
.BookingPage-layout .booking-table th,
.BookingPage-layout .booking-table tr.rate {
	border: none;
}
.BookingPage-layout td {
	font-size: 14px !important;
}
.BookingPage-layout .booking-table .text-center {
	text-align: center;
}

.BookingPage-layout .booking-table .room-image {
	float: left;
	margin: 0 10px 10px 0;
}

.BookingPage-layout .booking-table .no-return {
	font-size: 0.8em;
	font-style: italic;
}
.BookingPage-layout .cservice-addfields td {
	display: none;
}

.BookingPage-layout .booking-table .more-info-about {
	position: relative;
	display: inline-block;
}
.BookingPage-layout .booking-table .more-info-about .more-info-toggle {
	display: inline-block;
	border-bottom: 1px dashed;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}
.BookingPage-layout .booking-table .more-info-about:hover .more-info-toggle {
	border-bottom: none;
	padding-bottom: 1px;
}
.BookingPage-layout .booking-table .popup-info {
	display: none;
	position: absolute;
	box-sizing: border-box;
	top: 100%;
	left: 100%;
	width: 600px;
	padding: 10px;
	background: #fff;
	border: 1px solid;
	z-index: 999;
}
.BookingPage-layout .booking-table .more-info-about:hover .popup-info {
	display: block;
}

.BookingPage-layout .booking-table .popup-info .param {
	margin-bottom: 10px;
}
.BookingPage-layout .booking-table .popup-info .name {
	float: left;
	box-sizing: border-box;
	width: 30%;
	font-weight: bold;
	padding-right: 10px;
}
.BookingPage-layout .booking-table .popup-info .value {
	float: left;
	width: 70%;
}
.BookingPage-layout .booking-table .popup-info .photos img {
	margin-right: 5px;
}

.BookingPage-layout .cservice-add-field label.left:after {
	content: "\200b\20" attr(data-num);
	display: inline-block;
}
.BookingPage-layout .rate .pic {
	float: left;
	margin-right: 5px;
}
.BookingPage-layout .rate .text {
	text-align: left;
}

/* STEP 2
-------------------------------------------- */
.BookingPage-layout .room-services-table,
.BookingPage-layout .room-services-table table,
.BookingPage-layout .order-services-table {
	width: 100%;
	table-layout: fixed;
}
.BookingPage-layout .room-services-table tbody td.list {
	padding: 0;
}
.BookingPage-layout .room-services-table tbody table.room-rate-services {
	margin: 0;
	table-layout: fixed;	
}
.BookingPage-layout .room-services-table tbody table.room-rate-services {