.container {
	margin: 0 auto;
	max-width: 1480px;
}

.header {


	background: linear-gradient(270deg, #007ABE 0%, #003DA6 100%);
	height: 93px;
}

.header-image {

	padding: 25px 30px;
}

.slider {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 30rem;
}

.slider-image {
	width: 100%;
	height: 30rem;
	object-fit: cover;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;

}

.slider-title {
	color: #FFF;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 150px;

}

.slider-subtitle {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 10px;
}

.filter-block {
	margin-bottom: 20px;
	/*width: 200px;*/
	color: #686868;
}

.filter-block label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #686868;
}

.filter-block select {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #686868;
}

.filter {
	font-family: Arial, sans-serif;
	display: flex;
	align-items: center;
	margin-top: 50px;
	color: #686868;
	flex-direction: row;
	gap: 20px;
}

----------------
body {
	font-family: Arial, sans-serif;
}

.hidden {
	border-radius: 10px;
}

#content-container {
	margin-top: 20px;
}

.block {
	border: 1px solid #ccc;
	/*padding: 20px 45px;*/
	padding: 20px 20px;
	/*display: flex;*/
	margin-bottom: 20px;

	border-radius: 10px;


	background-color: white;

	align-items: center;
	flex-direction: row;
	align-content: center;
	box-shadow: 0px 2px 10px 0px #00000026;


}

.date-time, .event-details, .event-sections, .price, .buttons {
	margin-bottom: 10px;
}

.buttons button {
	margin-right: 10px;
}


.date-time {
	gap: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.time-date {
	color: #9E9E9E;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */

}

.time-time {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 29px; /* 90.625% */

}

.time-month {
	color: #9E9E9E;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
}

.event-gps {
	background: #007BFF;
	/*font-family: Helvetica;*/
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-align: left;
	color: #FFFFFF;
	padding: 3px 4px;
	gap: 5px;

	border-radius: 4px;



}

.event-location {
	display: flex;
	gap: 5px;
	/*padding: 6px;*/
}

.event-title {

	color: #000;
	/*font-family: Avenir;*/
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px; /* 116.667% */
	margin-bottom: 7px;
}

.event-details {
	display: flex;
	width: 514px;
	flex-direction: column;
	/*align-items: flex-start;*/
	padding-top: 10px;
	/*gap: 5px;*/
	@media screen and (max-width: 1450px) {
		padding-right: 50px;
	}
	@media screen and (max-width: 1100px) {
		padding-right: 10px;
	}
}

.event-sections {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px; /* 100% */
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	/*padding-right: 290px;*/
	/*@media screen and (max-width: 1600px) {*/
	/*	padding-right: 150px;*/
	/*}*/
	/*@media screen and (max-width: 1450px) {*/
	/*	padding-right: 50px;*/
	/*}*/
	/*@media screen and (max-width: 1100px) {*/
	/*	padding-right: 10px;*/
	/*}*/
}

.price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.price-number {
	font-size: 45px;
	font-style: normal;
	line-height: 45px; /* 100% */
	color: var(--Brand-500, #3A61C3);

}

.price-price {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #9D9D9D;
}

.btn-register {
	background: var(--Brand-500, #007BFF);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 6px 12px;
	color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #007BFF;
	box-shadow: none;
	&:hover {
		background: #FFFFFF;
		color: #002D9F;
	}
}
.audition-loadmore-btn {
	background: #007BFF;
	border: 1px solid #007BFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}


.buttons {
	/*display: flex;*/
	/*gap: 10px;*/
	float: right;
	padding-top: 22px;
}

.btn-view {
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #002D9F;
	background: transparent;
	border-radius: 4px;
	border: 1px solid #007BFF;
	box-shadow: none;
;

	&:hover {
		background: white;
		color: #007BFF;
	}
}
.left{
	@media screen and (max-width: 992px) {

	}
}

@media screen and (max-width: 800px) {
	.price {
		justify-content: center;
	}
}

.buttons button {
	margin-right: 0 !important;
}

.buttons {
	display: flex !important;
	gap: 10px;
	float: right;
	padding-top: 22px;
	gap: 10px;

}

.slider-image {
	background: linear-gradient(0deg, rgba(0, 45, 159, .8), rgba(0, 45, 159, .5)), url(images/background.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 30rem;
	object-fit: cover;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}