#slider {
	background-image: url('images/header.jpg');
}

.fa {
	margin-bottom: 10px;
}

.fa:last-child {
	margin-bottom: 0px;
}

.global_info {
  color: #00A1D5;
  margin-right: 15px;
  width: 24px;
  text-align: center;
}

.widget.w29p {
	float:right;
}

.background_2 .wrapper.counter {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.background_2 .wrapper.counter div {
	width:calc(100% / 4);
	text-align: center;
}

#hall_info div {
	width:calc(100% / 3);
}

.background_2 .wrapper.counter div p {
	color: #404040;
  font-size: 14px;
  font-weight: 800;
	font-size:16px;
	text-transform: uppercase;
	line-height: 50px;
}

#hall_info div p {
	font-size:18px;
}

.background_2 .wrapper.counter .blue {
	color:#00A1D5;
	font-size:50px;
}

.youtube_video {
	width:100%;
	height:100%;
	min-height:680px;
}

@media (max-width: 1023px) {
	.background_2 .wrapper.counter {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}

	#slider {
		background-position: right !important;
	}

	.breadcrumbs a {
		overflow: unset;
	}

	.widget.w29p {
		float:none;
		margin-top:50px;
	}

	.background_2 .wrapper.counter .blue {
		font-size:40px;
	}

	.background_2 .wrapper.counter div {
		width:calc(100% / 3)
	}

	.background_2 .wrapper.counter div:last-child:not(.not) {
		display: none;
	}

	#hall_info.wrapper {
		display: block;
	}

	#hall_info div {
		width:100%;
		margin-bottom:25px;
	}

	#hall_info div:last-child {
		display: block;
		margin-bottom:0;
	}

	.background_2 .wrapper.counter div p {
		font-size:12px;
		line-height: 30px;
    margin-bottom: 26px;
	}

	#hall_info div p {
		font-size:20px;
	}

	.youtube_video {
		min-height: 280px;
	}
}

@media (max-width: 600px) {
	.col_1_3.big_spacer.full_width_mobile {
		margin-top: 30px;
	}

	.background_2 .wrapper.counter {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.background_2 .wrapper.counter.done {
		display: block;
	}

	.background_2 .wrapper.counter.done div {
		width: 100%;
	}
}
