.eventsSection .header {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767.98px) {
	.eventsSection .header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		padding-bottom: 15px;
	}
}

.eventsSection .header > h2 {
	font-size: 34px !important;
	font-family: 'VDNHLebedev' !important;
	color: #000 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin-top: 45px !important;
	margin-bottom: 30px !important;
	line-height: 46px !important;
	
	white-space: nowrap;
	
	flex: 0 1 auto;
}

.eventsSection .header > h2:before {
    content: '';
	display: inline-block;
    width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: -4px;
	background-color: #f04927;
	
	-o-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}

.eventsSection .completed {
	margin: auto 10px;
	padding: 8px 16px;
	
	flex: 0 1 auto;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	
	background-color: rgb(240, 73, 39);
}

.eventsSection .completed.active, .eventsSection .completed:hover {
	background-color: rgb(255, 108, 74);
}

.eventsSection .sections {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	margin-left: auto;
	
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	flex: 0 1 auto;
}

@media (max-width: 767.98px) {
	.eventsSection .sections {
		width: 100%;
		
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.eventsSection .sections a {
	display: inline-block;
	padding: 8px 16px;
	margin: 5px 10px;
	
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	
	background-color: rgb(240, 73, 39);
}

.eventsSection .sections a.active , .eventsSection .sections a:hover {
	background-color: rgb(255, 108, 74);
}

#eventsSectionList {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	padding-bottom: 30px;
}

#eventsSectionList .events {
	width: 31.248333%;
	padding: 1.0425%;
	margin: 1.0425%;
	box-sizing: border-box;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: outline .3s;
	outline: 6px solid rgba(240, 73, 39, .4);
}

#eventsSectionList .events:hover {
	outline: 6px solid rgba(240, 73, 39, 1);
}

#eventsSectionList .events .image {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex: 0;
	flex-grow: 0;
	
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	
	-webkit-flex-basis: auto;
	flex-basis: auto;
	
	position: relative;
}

#eventsSectionList .events .image span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(240, 73, 39);
	color: rgb(255, 255, 255);
	padding: 4px 6px;
	text-transform: uppercase;
	font-size: 12px;
}

#eventsSectionList .events .image img {
	width: 100%;
}

#eventsSectionList .events hr {
	margin: 3.575% -3.575% 3.575% 50%;
	width: 53.575%;
	height: 1px;
	border-left: 0 !important;
	transition: background .3s;
	background-color: rgba(240, 73, 39, .4);
	
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex: 0;
	flex-grow: 0;
	
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex: 0;
	flex-shrink: 0;
	
	-webkit-flex-basis: auto;
	flex-basis: auto;
}

#eventsSectionList .events:hover hr {
	background-color: rgba(240, 73, 39, 1);
}

#eventsSectionList .events .content {
	text-align: right;
	
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
	
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	
	-webkit-flex-basis: auto;
	flex-basis: auto;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#eventsSectionList .events .content hr {
	margin: 3.575% 0 3.575% -3.575%;
}

#eventsSectionList .events .content .header {
	margin-left: 25%;
	
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
	
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	
	-webkit-flex-basis: auto;
	flex-basis: auto;
}

#eventsSectionList .events .content .header h3 {
	display: inline-block;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
}

#eventsSectionList .events .content .header h3 a {
	text-decoration: none;
	color: #000 !important;	
}

@media all and (max-width: 1140px) {
	#eventsSectionList .events .content .header {
		margin-left: 25%;
	}
}

@media all and (max-width: 992px) {
	#eventsSectionList .events .content .header {
		margin-left: 15%;
	}
	
	#eventsSectionList .events .content .header h3 {
		font-size: 18px;
	}
}

@media all and (max-width: 768px) {
	#eventsSectionList .events .content .header {
		margin-left: 5%;
	}
	
	#eventsSectionList .events {
		width: 47.915%;
		padding: 1.454%;
	}
}

@media all and (max-width: 540px) {
	#eventsSectionList .events {
		margin: 3.025% 1.0425%;
		width: 97.915%;
		padding: 3.025%;
	}
	
	#eventsSectionList .events .content .header {
		margin-left: 15%;
	}
	
	#eventsSectionList .events .content .header h3 {
		font-size: 20px;
	}
}

#eventsSectionList .events .content .info {
	margin-top: auto;
	padding-top: 15px;
	font-size: 0;
}

#eventsSectionList .events .content .section {
	display: inline-block;
	width: 50%;
	text-align: left;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
}

@media all and (max-width: 992px) {
	#eventsSectionList .events .content .section {
		font-size: 15px;
	}
}

@media all and (max-width: 768px) {
	#eventsSectionList .events .content .section {
		font-size: 14px;
	}
}

@media all and (max-width: 540px) {
	#eventsSectionList .events .content .section {
		font-size: 16px;
	}
}

#eventsSectionList .events .content .date {
	display: inline-block;
	width: 50%;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#eventsSectionList .events .content .type {
	display: inline-block;
	width: 40%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#eventsSectionList .events .content .lektor {
	display: inline-block;
	width: 60%;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.eventsSection .pagination {
	text-align: center;
}

.eventsSection .pagination .active {
	display: inline-block;
	min-width: 17px;
	padding: 4px 8px;
	border: 1px solid rgb(240, 73, 39);
}

.eventsSection .pagination a {
	display: inline-block;
	min-width: 17px;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	background-color: rgb(240, 73, 39);
}

.eventsSection .pagination .icon-arr-left, .eventsSection .pagination .icon-arr-right {
	display: none;
}