/* CSS Document */
.show_popup{
	opacity: 1 !important;
	z-index: 1000 !important;	
}
.popup_win{
	position: fixed;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	background: white;
	overflow:hidden;
	opacity: 0;
	z-index: -1;
	transition: 0.3s;
}
.popup_header{
	height: 15vw;
	width: 100%;
	background: #3dd9d7;
}
.popup_content{
	padding: 3vw 7vw 30vw;
	background: white;
	height: 100%;
	overflow-y: scroll;
}
.popup_footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 15vw;
	background: #2a93d5;
}
.popup_header h3{
	line-height: 15vw;
	margin-right: 7.33vw;
}
.popup_choose_btn{
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	line-height: 15vw;	
}
.select_box {
    position: relative;
    width: 43vw;
    margin-top: 3vw;
    height: 11vw;
    padding:0 2vw;
    float:right;
}
.select_box input{
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	top:0;
	right: 0;
}
.select_box input:checked + .select_placeholder{
	background: #0a2941;	
	color:white;
	font-size: 3.52vw;	
	border: 0.48vw solid #0a2941;
	-webkit-box-shadow: 6px 7px 7px -4px rgba(0,0,0,0.33);
-moz-box-shadow: 6px 7px 7px -4px rgba(0,0,0,0.33);
box-shadow: 6px 7px 7px -4px rgba(0,0,0,0.33);
}
.select_box .select_placeholder{	
	background: white;
	color: #0a2941;
	font-family: "Conv_OpenSansHebrew-Regular";
	font-size: 4vw;
	padding: 3vw 0;
	text-align: center;
	border: 1px solid #0a2941;
}
.search_area{
	position: absolute;
	top:0;
	left: 7.33vw;
	line-height: 15vw;	
}
.search_area input{
	border: none;
	background: #20c7c5;
	border-radius: 2px;
	height: 7vw;
	padding: 3.89vw 3vw;
	color: white;
	width: 40vw;
}
.search_area_btn{
	width: 7.46vw;
	height: 7.46vw;	
	display: inline-block;
	position: relative;
	top:4vw;
}
.search_area_btn img{
	width: 3vw;
	height: 3.5vw;	
	position: relative;
	top:-3.5vw;
	left: -2.3vw;
}

