.contacts_box {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.contact_item {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 2rem;
}
.contact_item:nth-of-type(1) {
	margin-top: 0;
}
.contact_item .standard_title {

}
.contacts_text {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 1rem;
}
.contacts_text span {
	font-weight: 400;
	font-size: 1.6rem;
}
.contacts_text a {
	color: #000000;
	text-decoration: underline;
	font-weight: 400;
	font-size: 1.6rem;
}
.contacts_text a:hover {
	text-decoration: none;
}
.map_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: auto;
	margin-top: 2rem;
}
.map_container {
	display: block;
	width: 80rem;
	height: 50rem;
	border: 2px solid #FFC702;
	border-radius: 1rem;
	overflow: hidden;
	box-sizing: border-box;
}
.warning_container {
	display: block;
	width: 38rem;
	height: 50rem;
	border: 2px solid #FFC702;
	border-radius: 1rem;
	box-sizing: border-box;
	padding: 2rem;
	background-color: #FAFAFA;
}
.warning_title {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 3.2rem;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFC702;
	font-weight: bold;
}
.warning_container .standard_text {
	line-height: 1.4em;
	margin: 2rem auto 0;
}
.warning_container .standard_text span {
	text-transform: uppercase;
	color: #FFC702;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.contacts_box {
		padding-top: 4rem;
		padding-bottom: 8rem;
	}
	.contact_item {
		margin-top: 4rem;
	}
	.contact_item:nth-of-type(1) {
		margin-top: 0;
	}
	.contacts_text {
		font-size: 3.2rem;
		margin-top: 1rem;
	}
	.contacts_text span {
		font-weight: 400;
		font-size: 3.2rem;
	}
	.contacts_text a {
		font-size: 3.2rem;
	}
	.map_box {
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin-top: 4rem;
	}
	.map_container {
		width: 100%;
		height: 150rem;
		border: 1px solid #FFC702;
		border-radius: 1rem;
		margin-top: 4rem;
	}
	.warning_container {
		width: 100%;
		height: auto;
		border: 1px solid #FFC702;
		border-radius: 1rem;
		padding: 4rem 2rem;
	}
	.warning_title {
		font-size: 4rem;
	}
	.warning_container .standard_text {
		font-size: 3.2rem;
		line-height: 1.4em;
		margin: 4rem auto 0;
	}
	.warning_container .standard_text span {
		text-transform: uppercase;
		color: #FFC702;
		font-weight: bold;
	}
}
