.cdek_map_container {
	position: fixed;
    background: white;
    width: 90%;
    height: 80%;
    z-index: 100;
    left: 5%;
    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%;
    height: 100%;
    background: yellow;
    position: relative;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 50%);
    border-bottom: none;
}
.cdek_map_container_map_control {
	width: 100%;
    height: 10%;
    box-shadow: 3px 2px 4px 0px rgb(0 0 0 / 50%);
    margin-top: -6px;
}
@media (max-width: 768px){
    .cdek_map_container_map_control {
        height: 5%;
    }
}

.cdek_map_container_map_control a.control_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    color: #212121;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #8a8a8a;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
a.control_button:visited{
    color: #212121;
}
.cdek_description {
    position: relative;
    left: 17px;
    background-color: #F0F0F0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 10px 4px 10px;
    margin: -3px 0px 0px 0px;
    font-size: 12px;
}
.cdek_map_input_wrp{
    width: 300px;
    height: 40px;
    /* border: 1px solid #212121; */
    background-color: #fff;
    border: none;
}
.cdec_map_input_icon{
    width: 20px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    z-index: 1
}
.checkout__inp--map{
    border: none !important;
    padding-left: 40px !important;
}
.cdek_map_input_wrp{
    position: relative;
}
.cdek_map_input{
    position: absolute;
    top: 10px;
    left: 20px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
    border-radius: 3px;
}
.control_button{
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;

}
.dropdown-map{
    background-color: #fff;
    position: absolute;
    max-height: 355px;
    overflow: auto;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-top: 1px solid #cccccc;
    width: 100%;
    box-sizing: border-box;
}
@media(max-width: 767px){
    .dropdown-map{
        max-height: 175px;    
    }
}
.dropdown-map li:not(:last-child){
    margin-bottom: 15px;
}
.dropdown-map li a{
   color: #212121;
}
.dropdown-map li a:visited
.dropdown-map li a:active{
    color: #212121;
}
.dropdown-map li a:hover{
    color: #000000;
}
/* .cdek_map_container_map_control{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.control_button::before,
.control_button::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #fff;
}
.control_button::before{
    top: 18px;
    left: 0;
    transform: rotate(45deg);
}
.control_button::after{
    top: 18px;
    left: 0;
    transform: rotate(-45deg);
} */