.cdek_map_container {
	position: fixed;
	background: white;
	width: 50%;
	height: 90%;
	z-index: 10000;
	left: 25%;
	top: 5%;
	border: 1px solid #8a8a8a;
	border-radius: 5px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
	.cdek_map_container {
	    width: 100%;
	    height: 95%;

	    left: 0;
	    top: 5px;
	}
}

.cdek_map_container_map {
	width: 100%;
	background: yellow;
	height: 100%;
	padding-top: 30px;
}
.cdek_map_container_map_control {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.cdek_map_container_map_control a.control_button {
	display: inline-block;
	float: right;
	padding: 5px;
	margin-right: 10px;
	font-size: 16px;
	color: #333333;
}
 
