.cdek_map_container {
	position: fixed;
    background: #9d969642;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}
.map_body {
display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
	.cdek_map_container {
	    width: 100%;
	    height: 95%;

	    left: 0;
	    top: 5px;
	}
}
.map_ty {
	width: 80%;
    height: 80%;
    background: #fff;
	border-radius: 8px;
}
.cdek_map_container_map {
	width: 100%;
    height: 90%;
}
.cdek_map_container_map_control {
	width: 100%;
    height: 10%;
}

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

.cdek_description {
	border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0 0 20px;
}