.ui-helper-hidden-accessible { display:none; }

select#cdek{font-size:11px;}


a.select-office{padding: 8px 20px;
    cursor: pointer;
    font: 300 16px/1 'Verdana';
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    border-radius: 3px;
    outline: none;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;}

a.select-office::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(80, 166, 49, 0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    border-radius: 3px;
}




#modal_form {
    width: 90%; 
    height: 90%;
    text-shadow: 0 1px 0 #fff; 
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 7px #333;
    background: #fff;
    position: fixed; 
    margin-top:3%;
    margin-left: 5%;
    display: none; 
    opacity: 0; 
    z-index: 5; 
	
}




#overlay {
	z-index:3; 
	position:fixed; 
	background-color:#000;
	opacity:0.8; 
	-moz-opacity:0.8; 
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	cursor:pointer;
	display:none;
}
 




@media (max-width: 480px) {
	#modal_form {
		top: 10px;
		left: 10px;
		right: 10px;
	}

}




#pvz_cdek {
       
    line-height: 1.5;

text-decoration:none!important;
border:1px solid #ccc;
padding:5px 10px;
cursor:pointer;
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;	
}

#pvz_cdek:hover, #pvz_cdek:active {
line-height: 1.5;

text-decoration:none!important;
border:1px solid #ccc;

cursor:pointer;
}



input#validate_pvz{display:none!important;}

