@charset "utf-8";




#content.side .map {
	width: 100%;
	margin: 0 auto .5cm;
}
#content.side .map img {
	width: 100%;
}
#content.side #photos {
	margin-bottom: .5cm;
}
#content.side #photos img {
	width: 25%;
}
#content.side #location {
	margin-bottom: .5cm;
}
#content.side #location .label {
	font-weight: bold;
}




/*** Календарь ***/
div.calendar {
	margin-bottom: .5cm;
	cursor: default;
	width: 100%;
	background: #fff;
}
div.calendar .header {
	margin-bottom: 1.042%;
	text-align: center;
}
div.calendar .header button:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: no-repeat;
	background-size: 20px 20px;
}
div.calendar .header button:first-of-type:before {
	background-image: url(/areas/site/templates/img/arrow_left.png);
}
div.calendar .header button:last-of-type:before {
	background-image: url(/areas/site/templates/img/arrow_right.png);
}
div.calendar .header input {
	width: 5.2083%;
	margin: 0 1.042%;
	text-align: center;
}

table.calendar {
	width: 100%;
	border-collapse: collapse;
}
table.calendar th {
	padding: 0.521% 0;
	text-align: center;
	background: #333;
	color: #fff;
}
table.calendar td {
	padding: 0.3125% 0;
}
table.calendar .week_day {
	width: 3.125%;
	font-weight: bold;
}
table.calendar .week_end_day {
	color: #c30;
}
table.calendar .day {
	width: 1.9792%;
	padding-left: 0.209%;
	padding-right: 0.209%;
	text-align: right;
}
table.calendar.selectable .day.fill {
	cursor: pointer;
}
table.calendar.selectable .day.fill.day_select_block {
	background: #c30;
	color: #fff;
}
table.calendar.selectable .day.fill.day_select_mark {
	background: #fc3;
	color: #000;
}
table.calendar.selectable .day.fill.day_select_handle {
	background: #09c;
	color: #fff;
}
table.calendar.selectable .day.fill.unavailable {
	opacity: .5;
}
table.calendar tr:hover .week_day,
table.calendar .day.fill:hover {
	background: #333 !important;
	color: #fff !important;
}
table.calendar .month_separator {
	width: 1.771%;
}
table.calendar tr.separator td {
	height: 1.042%;
	padding: 0;
}