.cdek_map_container {
	position: fixed;
    background: white;
    width: 50%;
    height: auto;
    max-height: 450px;
    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);
    overflow: hidden;
}
.cdek_map_container legend {
    padding-left: 15px;
}
.cdek_map_container #tablist1 {
    padding: 5px 15px;

}
.cdek_map_container #tablist1 input {
    margin-bottom: 15px;

}

.cdek_map_container .nav-tabs {
    margin-bottom: 0px;
}

.cdek_map_container #tablist1 .selectdeliverypoint ul {
    overflow-y: scroll !important;
    max-height: 260px;
}
.cdek_map_container #tablist1 .selectdeliverypoint ul li {
    
    
}
.cdek_map_container #tablist1 .selectdeliverypoint ul li a {
    
    
}
.cdek_map_container_map {
    min-height: 400px;
}

@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 {
	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;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cdek_description {
	border:  none;
    padding: 5px;
    margin: 5px 0 0 20px;
    font-size: 14px;
    line-height: 120%;
}

div.sdek_pvz_info a {

    display: block;
    padding: 8px 4px 4px 0;
    font-size: 14px;
    text-decoration: underline;

}

.custom-radio>span {
 font-size: 16px;
 font-weight: 500;
}