.element {
	position: absolute;
	right: 0;
	top: calc(50% - 10vw);
}

.element img {
	width: 40vw;
}

.element_bg {
	position: absolute;
	right: 0;
	top: 80px;
}

.element_bg img {
	width: 30vw;
}

.event_popup {
	width: 100%;
	position: absolute;
	top: 0;
}

.event_popup .text_container {
	border: none;
	padding-top: 8vh;
	padding-bottom: 5vh;
	padding-right: 4vh;
	padding-left: 6vh;
}

.event_popup .text_container .transition {
	width: calc(100% - 12vh);
	z-index: 3;
	bottom: 5vh;
}

.event_popup .text_container .inner {
	height: 100%;
}

.event_popup .text_container .inner img {
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.event_popup a.close {
	position: absolute;
	right: calc(4vh - 5px);
	top: 2vh;
	z-index: 3;
	opacity: .5 !important;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.event_popup a.close:hover {
	opacity: 1 !important;
}

.event_popup a.close img {
	width: 16px;
}

.event_popup h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.event_popup .choose_years .year {
	width: 100%;
	display: inline-block;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-family: GoodPro-Medium;
	border: 2px solid #e23b2a;
	border-radius: 5px;
	color: #e23b2a;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.event_popup .choose_years .year:hover {
	background: #e23b2a;
	color: #ffffff;
}

.event_popup .choose_years .year.active {
	background: #e23b2a;
	color: #ffffff;
	cursor: default;
}


.event_popup .line,
.event_popup .line_2 {
	width: 100%;
	height: 1px;
	display: block;
	background: #ccc;
	margin-bottom: 50px;
	margin-top: 50px;
}

.event_popup .line_2 {
	margin-top: 30px;
}


.event_popup .list {
	display: none;
}

.event_popup .show_images {
	height: auto;
	max-height: 90000px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: max-height 1s ease, opacity .5s ease;
	transition: max-height 1s ease, opacity .5s ease;
}

.event_popup .show_images.hide {
	opacity: 0;
	max-height: 0;
}

@media (min-width: 100px) and (max-width: 725px) {
	.event_popup .text_container {
		padding: 0 !important;
	}

	.event_popup .text_container .inner {
		height: 100%;
	}

	.event_popup a.close {
		background: #fff;
		border-radius: 70px;
		padding: 14px 20px 18px 20px;
		opacity: 1 !important;
		border-radius: 60px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		top: auto !important;
		bottom: 2%;
		right: 2%;
	}
}

.prevDef {
	color: #909090 !important;
}

.prevDef p b {
	border-bottom: none !important;
}
