@font-face {
  font-family: 'PlusJakartaSans-SemiBold';
  src: url('../fonts/PlusJakartaSans-SemiBold.eot');
  src: url('../fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PlusJakartaSans-SemiBold.otf') format('otf'),
       url('../fonts/PlusJakartaSans-SemiBold.svg#PlusJakartaSans-SemiBold') format('svg'),
       url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype'),
       url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
       url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
}

.frontmap_head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.frontmap_title {
	display: block;
	width: calc(100% - 300px);
	line-height: 64px;
	color: #333;
	font-family: 'PlusJakartaSans-SemiBold';
	font-weight: 600;
	font-size: 56px;
	margin: 0;
}

.frontmap_title strong {
	color: #DC1A1F;
	font-weight: 600;
}

.frontmap_select {
	width: 234px;
}

.frontmap_select select {
	width: 100%;
	height: 56px;
	line-height: 16px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	border: 0.5px solid #333;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0 23px;
	margin: 0;
}

.frontmap_block {
	position: relative;
}

.frontmap_image {
	width: 100%;
	margin: 0;
}

.frontmap_image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.frontmap_points {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.frontmap_item {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
}

.frontmap_item.active .frontmap_info {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.frontmap_circle {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	margin: 0;
}

.frontmap_circle:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #DC1A1F;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
}

.frontmap_circle:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #DC1A1F;
	border-radius: 50%;
	animation: anima_point_frontmap 2s infinite;
	position: absolute;
	top: 0;
	left: 0;
}

.frontmap_info {
	width: 206px;
	background-color: #C8181C;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 100%;
	z-index: -1;
	box-sizing: border-box;
	padding: 10px 32px 10px 10px;
}

.frontmap_close {
	display: block;
	width: 12px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.frontmap_close img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.frontmap_subtitle {
	display: block;
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
}

.frontmap_arrows {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.frontmap_up {
	display: block;
	width: 16px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.frontmap_up img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.frontmap_down {
	display: block;
	width: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.frontmap_down img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}	

.frontmap_cert {
	display: block;
	line-height: 20px;
	color: #FFF;
	font-weight: 400;
	font-size: 12px;
	text-decoration-line: underline;
	margin: 0;
}

.frontmap_cert ul {
	padding: 0;
	margin: 0;
}

.frontmap_cert li {
	list-style-type: none;
	margin: 0;
}

.frontmap_cert a {
	color: #fff;
	outline: none;
}

.frontmap_cert a:hover {
	color: #fff;
}

@keyframes anima_point_frontmap {
	0% {
		transform: scale(.5);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@media screen and (max-width: 1024px){
	.frontmap_title {
		line-height: 1.2;
		font-size: 46px;
	}
}

@media screen and (max-width: 960px){
	.frontmap_title {
		width: calc(100% - 200px);
		line-height: 1.2;
		font-size: 36px;
	}
	.frontmap_select {
		width: 160px;
	}

}

@media screen and (max-width: 767px){
	.frontmap_head {
		flex-direction: column;
		justify-content: inherit;
	}
	.frontmap_title {
		width: 100%;
		font-size: 30px;
	}
	.frontmap_select {
		display: none;
		width: 100%;
	}
	.frontmap_image {
		display: none;
	}
	.frontmap_points {
		height: auto;
		position: relative;
	}
	.frontmap_item {
		width: auto;
		height: auto;
		position: static;
		border-bottom: 1px solid #fff;
	}
	.frontmap_circle {
		display: none;
	}
	.frontmap_info {
		width: 100%;
		background: none;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		position: static;
		z-index: 1;
		padding: 0;
	}
	.frontmap_close {
		display: none;
	}
	.frontmap_subtitle {
		background-color: #333;
		padding: 10px 15px;
		margin: 0;
	}
	.frontmap_subtitle.active .frontmap_up {
		opacity: 1;
		visibility: visible;
	}
	.frontmap_subtitle.active .frontmap_down {
		opacity: 0;
		visibility: hidden;
	}
	.frontmap_arrows {
		display: block;
	}

	.frontmap_cert {
		display: none;
		color: #333;
		padding: 10px 15px;
	}
	.frontmap_cert li {
		margin-bottom: 5px;
	}
	.frontmap_cert a {
		color: #333;
	}

}