.event-list {
	margin-top: 48px;
}

.item-event {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}


.item-event-info {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 35px;
    border: 3px solid #f0f3f7;
    transition: 0.3s ease;
    height: 100%;
    width: 100%;
}

.item-event .item-event-name {
	font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #1b202d;
    display: table;
	width: 100%;
}


.item-event .item-event-name:hover {
	color: #3D61E0 !important;
	text-decoration: none;
}


.mini-event .item-event-name {
	padding-bottom: 20px;
}

.item-event .item-event-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
	height: 200px;
	border-radius: 5px;
}

.item-event .item-event-info .item-event-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.item-event.big-event {
	height: 336px;
}

.item-event.big-event .item-event-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 336px;
	border-radius: 5px;
}

.item-event.big-event .item-event-info {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	margin-top: 0;
}

.item-event.big-event .item-event-info .item-event-name {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #3B4256;
	margin-bottom: 18px;
}

.item-event.big-event .item-event-info .item-event-text {
	font-size: 17px;
	line-height: 160%;
	color: #3B4256;
}

.item-event.big-event .item-event-info .item-event-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.event-list.owl-carousel .owl-stage-outer {
	overflow: initial;
}

@media (min-width: 769px) and (max-width: 5000px) {
	.event-desktop {
		display: initial;
	}

	.event-mobile {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.event-desktop {
		display: none !important;
	}

	.event-mobile {
		display: initial;
	}

	.cat-list {
		white-space: nowrap;
    	overflow-x: auto;
    	width: 120%;
    	padding-right: 30px;
    	padding-bottom: 0;
	}

	.event-list {
	    margin-top: 20px;
	}
}