.cdek_map_container {
    position: fixed;
    background: white;
    width: 50%;
    height: 60%;
    z-index: 100;
    left: 25%;
    top: 10%;
    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: 90%;
}

.cdek_map_container_map_control {
    position: relative;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cdek_map_container_map_control a.control_button {
    position: absolute;
    padding: 5px;
    margin-right: 10px;
    font-size: 30px;
}

.cdek_map_container_map_control span {
    font-size: 16px;
    width: 100%;
    text-align: center;
}