.choice-of-location h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 0.024em;
	text-transform: uppercase;
	margin-top: 0;
	position: relative;
	padding-left: 55px;
	margin-bottom: 27px;
}

.choice-of-location h1:before {
	content: '';
	width: 39px;
	height: 13px;
	position: absolute;
	left: 0px;
	transform: skewX(-17deg);
	background-color: #ED1B23;
	top: 8px;
}

.choice-of-location__title {
	font-size: 40px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: bold;
}

.choice-of-location__subtitle {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2em;
	color: #003595;
}

.b_segment h2 {
	margin-top: 0;
}

.b_segment .segment_color {
	font-family: "Montserrat", sans-serif;
	line-height: 22px;
	font-size: 14px;
	color: #001F5B;
	margin: 24px 0 0px 0;
	width: 100%;
}

.b_segment .segment_color .name {
	padding-right: 30px;
	display: inline-block;
	width: 220px;
}

.b_segment .segment_color .color {
	display: inline-block;
	margin: 0 10px 8px 0;
	padding: 0 13px;
	color: #fff;
	border-radius: 3px;
	border: 1px #001F5B solid;
	font-size: 12px;
	font-weight: 500;
	box-sizing: border-box;
}

.b_segment .segment_color+.segment_color {
	margin-top: 8px;
	margin-bottom: 33px;
}

.b_segment .segment_row {
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #828282;
	display: block;
	margin: 10px 0;
	margin-bottom: 28px;
}

.b_segment .segment_row .color {
	color: #fff;
	display: block;
	float: left;
	margin: 0 2px 3px 0px;
	padding: 0 2px;
	height: 23px;
	line-height: 23px;
	min-width: 23px;
	text-align: center;
	border-radius: 2px;
	border: 1px #000 solid;
	font-size: 11px;
	font-weight: 500;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	opacity: 0.9;
}

.b_segment .segment_row .color:hover {
	opacity: 1;
}

.b_segment .segment_row .name {
	font-size: 12px;
	color: #3c3c3c;
	font-weight: 500;
	display: block;
	float: left;
	width: 50px;
	line-height: 22px;
	margin-right: 19px;
}

.b_segment .place-list {
	width: calc(100% - 70px);
	float: left;
}

.b_segment .color_price_1 {
	border-color: #7cc3ff !important;
	background-color: #7cc3ff;
	color: #1c1c1c;
}

.b_segment .color_price_2 {
	border-color: #E66A8F !important;
	background-color: #E66A8F;
	color: #3c3c3c;
}

.b_segment .color_price_3 {
	border-color: #74e17b !important;
	background-color: #74e17b;
	color: #3c3c3c;
}

.b_segment .color_price_4 {
	border-color: #a9c04c !important;
	background-color: #a9c04c;
	color: #3c3c3c;
}

.b_segment .color_price_5 {
	border-color: #46b3ff !important;
	background-color: #46b3ff;
	color: #3c3c3c;
}

.b_segment .color_price_6 {
	border-color: #ffa337 !important;
	background-color: #ffa337;
	color: #3c3c3c;
}

.b_segment .color_price_7 {
	border-color: #ff5824 !important;
	background-color: #ff5824;
	color: #3c3c3c;
}

.b_segment .color_price_8 {
	border-color: #4cffc2 !important;
	background-color: #4cffc2;
	color: #3c3c3c;
}

.b_segment .color_price_9 {
	border-color: #f3e942 !important;
	background-color: #f3e942;
	color: #3c3c3c;
}

.b_segment .color_price_10 {
	border-color: #00bcd4 !important;
	background-color: #00bcd4;
	color: #3c3c3c;
}

.b_segment .color_price_11 {
	border-color: #673ab7 !important;
	background-color: #673ab7;
	color: #3c3c3c;
}

.b_segment .color_price_12 {
	border-color: #3F51B5 !important;
	background-color: #3F51B5;
	color: #3c3c3c;
}

.b_segment .color_price_13 {
	border-color: #E66A8F !important;
	background-color: #E66A8F;
	color: #3c3c3c;
}

.b_segment .color_price_14 {
	border-color: #E66A8F !important;
	background-color: #E66A8F;
	color: #3c3c3c;
}

.b_segment .color_select {
	border-color: #001F5B !important;
	background-color: #001F5B !important;
	color: #fff;
}

.b_segment .color_hover {
	display: none;
	font-size: 11px;
	color: #000;
	font-weight: 500;
	opacity: 0;
	position: absolute;
	bottom: 39px;
	background: #fff;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, .3);
	border-radius: 4px;
	white-space: nowrap;
	padding: 10px;
	z-index: 10;
	left: -40px;
}

.b_segment .color_hover:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -14px;
	border: transparent 7px solid;
	border-top-color: #fff;
	left: 50%;
	margin-left: -7px;
	z-index: 20;
}

.b_segment .color_busy {
	border-color: #d2d2d2 !important;
	background-color: #fff;
	color: #3c3c3c !important;
	cursor: default !important;
}


.b_segment .arena {
	background-color: #001F5B;
	width: 100%;
	height: 90px;
	margin: 40px 0 0;
	border-radius: 20px;
	line-height: 94px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 767px) {

	.b_segment .segment_color .name,
	.b_segment .segment_row .name {
		width: 100%;
	}

	.b_segment .color_hover {
		display: none !important;
	}

	.b_segment .place-list {
		width: 100%
	}
}

.btn_order {
	float: right;
	margin: 40px 0 10px;
}

.btn_order.disable:before {
	background-color: #999;
}

.btn_order.disable {
	cursor: default;
}


.go2back {
	float: left;
	margin: 40px 0 10px;
}

@media (max-width: 700px) {

	.b_segment .arena {
		margin-bottom: 20px;
	}

	.btn_order {
		margin: 10px 0 10px;
		float: none;
		width: 220px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.go2back {
		float: none;
		font-size: 13px;
		max-width: 100%;
		text-align: center;
		box-sizing: border-box;
		float: left;
		margin-top: 10px;
		width: 100%;
	}
}




@media(max-width: 1299px) {}

@media(max-width: 1199px) {}

@media(max-width: 991px) {
	.choice-of-location h1 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media(max-width: 767px) {
	.choice-of-location h1 {
		margin-bottom: 20px;
		line-height: 28px;
		padding-left: 30px;
		font-size: 18px;
	}

	.choice-of-location h1:before {
		content: '';
		width: 20px;
		height: 8px;
		left: 0;
		top: 9px;
	}

}

@media(max-width: 600px) {}