.v2_map {
	position: relative;
	z-index: 70;
}
.v2_map .section_head .d_row {
	margin-bottom: 28px;
}
.activity-dir {
	position: relative;
    z-index: 50;
    margin-top: -30px;
}
.activity-dir__inner {
	display: flex;
	align-items: flex-start;
}
.activity-dir__side {
	width: 337px;
	min-width: 337px;
}
.activity-line-slider {
	position: relative;
	padding-right: 16px;
	
}
.activity-line-slider:after {
	content: '';
	background: linear-gradient(180deg, rgba(20, 20, 20, 0.00) 0%, #141414 100%);
	position: absolute;
	z-index: 50;
	width: calc(100% - 16px);
	height: 180px;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.activity-line-slider .swiper {
	max-height: 650px;
}
.activity-line-slider__slide {
	border-radius: 20px;
	background: #191919;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
	padding: 20px;
	cursor: pointer;
}
.activity-line-slider__slide-logo {

}
.activity-line-slider__slide-logo img {
	display: block;
	max-width: 100%;
}
.activity-line-slider__slide-text {
	margin-top: 12px;
	color: #646464;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.activity-line-slider__scrollbar {

}
.activity-line-slider__scrollbar .swiper-scrollbar.swiper-scrollbar-vertical {
	width: 4px;
	right: 0;
	height: 100%;
	top: 0;
	border-radius: 1000px;
	background: #191919;
}
.activity-line-slider__scrollbar .swiper-scrollbar-drag {
	border-radius: 1000px;
	background: #00CB62;
	cursor: grab;
}
.activity-line-slider__scrollbar .swiper-scrollbar-drag:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	height: 100%;
	z-index: 0;
	transform: translateX(-50%);
	
}

.activity-dir__body {
	flex-grow: 1;
	position: relative;
}
.activity-dir__map {
	margin-top: -105px;
    padding-left: 23px;
    max-width: 100%;
}

.activity-dir__sliders {

}
.activity-modal {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	align-items: flex-start;
	margin-left: 46px;
	display: none;
	
}
.activity-modal.show {
	display: flex;
}
.activity-modal__body {
	width: 385px;
	min-width: 385px;
}
.activity-modal__close {
	margin-left: 12px;
	width: 52px;
	min-width: 52px;
	height: 52px;
	border-radius: 8px;
	background: #1F1F1F;
	position: relative;
	cursor: pointer;
}
.activity-modal__close svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.activity-modal-slider {
	display: none;
}
.activity-modal-slider.show {
	display: block;
}
.activity-modal-slider__slide {
	padding: 24px;
	border-radius: 20px;
	background: #1F1F1F;
}
.activity-modal-slider__slide-image {
	height: 216px;
}
.activity-modal-slider__slide-image img {
	display: block;
	width: 100%;
	border-radius: 24px;
	max-height: 100%;
	object-fit: cover;
}
.activity-modal-slider__slide-title {
	margin-top: 24px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
}
.activity-modal-slider__slide-place {
	margin-top: 4px;
	color: #646464;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
}
.activity-modal-slider__slide-text {
	margin-top: 16px;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; 
}
.activity-modal-slider__slide-button {
	margin-top: 23px;
}
.activity-modal-slider__slide-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #141414;
	padding: 16px;
}
.activity-modal-slider__slide-button a span {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; 
}
.activity-modal-slider__slide-button a svg {
	margin-left: 5px;
	display: block;		
}
.activity-modal-slider__navigation {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.activity-modal-slider__arrows {
	display: flex;
	align-items: flex-start;
}
.activity-modal-slider__arrow.swiper-button-prev,
.activity-modal-slider__arrow.swiper-button-next {
	width: 52px;
	min-width: 52px;
	height: 52px;
	cursor: pointer;
	background-color: #1F1F1F;
	border-radius: 12px;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	transition: all 0.3s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.activity-modal-slider__arrow:after {
	content: none !important;
}
.activity-modal-slider__arrow:hover {
	background-color: #00CB62;
}
.activity-modal-slider__arrow svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto !important;
	height: auto !important;
}
.activity-modal-slider__arrow_next.swiper-button-next {
	margin-left: 6px;
}
.activity-modal-slider__counter {
	border-radius: 12px;
	background: #1F1F1F;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	width: 52px;
	min-width: 52px;
	height: 52px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.activity-dir__map-area path {
	cursor: pointer;
	transition: all 0.3s;
}
.activity-dir__map-area:hover path,
.activity-dir__map-area.active path {
	fill: #00CB62;
}



@media (max-width: 1560px) {
	.activity-dir__map svg {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 1400px) {
	.activity-dir__side {
	    width: 284px;
	    min-width: 284px;
	}
	.activity-dir__map {
		padding-right: 13px;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.v2_map.v2_map_new {
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.activity-dir {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.activity-dir__side {
		display: none;
	}
	.activity-dir__body {
		max-width: 100%;
	}
	.activity-dir__map {
		display: none;
	}
	.activity-modal {
		display: flex;
		position: relative;
		transform: none;
		margin-left: auto;
		margin-right: auto;
		left: auto;
		justify-content: center;
	}
	.activity-modal-slider_mobile {
		display: block;
	}
	.activity-modal__close {
		display: none;
	}
	.activity-modal__body {
		min-width: 0;
		max-width: 385px;
		width: 100%;
	}
	.activity-modal-slider__slide {
		padding: 12px;
	}
	.activity-modal-slider__slide-image {
		height: 200px;
	}
	.activity-modal-slider__slide-image img {
		border-radius: 20px;
	}
	.activity-modal-slider__slide-title {
		margin-top: 16px;
		font-size: 22px;
	}
	.activity-modal-slider__slide-place {
		margin-top: 8px;
	}
	.activity-modal-slider__slide-text {
		font-size: 16px;
		margin-top: 12px;
	}
	.activity-modal-slider__slide-button {
		margin-top: 16px;
	}
}
