@charset "utf-8";
/* CSS Document */

.shapka {
    position: relative;
}
.wpml-ls-statics-shortcode_actions {
	position: absolute;
	top: 15px;
	left: calc(50% - 50px);
}
.routes-note {
	padding: 0 0px 10px 10px;
	position: relative;
}
.routes-note::before {
	content:"*";
	position: absolute;
	top: 2px;
	left: 1px;
}
.rtl .routes-note {
	padding: 0 10px 10px 0px;
}
.rtl .routes-note::before {
	top: 2px;
	right: 1px;
}
.modal_frame iframe {
	width: 100%;
	border: 0;
}

.wpml-ls-legacy-list-horizontal > ul {
    direction: rtl;
}
li.wpml-ls-item:first-child::after {
	content: "/";
	font-size: 16px;
}
.wpml-ls-legacy-list-horizontal a {
    display: inline-block;
}
.wpml-ls-current-language a span {
	font-weight: bold
}

.message-he {
	display: none;
}
.rtl .message-he {
	display: block;
}
.rtl .message-en {
	display: none;
}
.waze {
}
.waze a{
	display: flex;
	align-items: center; 
}
.waze a span{
	padding: 0 15px; 
}
@media (max-width: 1200px){
	
	
}
@media (min-width:768px){
}
@media (max-width:767px){
	.wpml-ls-statics-shortcode_actions {
		top: 0px;
	}
	#footer_menu {
		flex-direction: column;
	}
}

@media (max-width:468px){
}

