:root {
    --color-orange: #0e70bb!important;
} 
.section-price{
 --table_background_first: #0e70bb!important;
}  
.section-news_title {
  --section_news_title_background_title: #0e70bb;
}

:root {
  --main_color: #0e70bb;
  --main_button_swiper: #0e70bb;
  --header_middle_color: #0e70bb;
  --header_menu_background: #0e70bb;
  --header_menu_background_hover: #003170;
  --header_menu_color_mb: #003170;
}
.section-news_title [class^=swiper-button]{
  --section_news_title_button_swiper: #0e70bb;

} 
.nav_header {
	justify-content: space-around;
}
.header .logo {
	display: flex;
	width: 150px;
} 
.nav_header_right {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-item-language {
	margin-left: 30px;
}
#google-translate > a {
	padding: 0 3px;
}
@media (max-width: 575px) {
	.nav_header {
		flex-wrap: nowrap;
	}
    .nav_header_right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
    }
	.menu-item-language {
		order: 1;
		margin-right: 15px;
	}
	.nav_customize--right {
		order: 2;
	}
}
.overlay_booking {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 30, 45, 0.4);
    z-index: 999;
    display: none;
}
.open-form .overlay_booking {
    display: block;
}
.open-form::after {
	display: none !important;
} 

@media(max-width: 991px) {
	.header__menu .bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
    	display: none;
    }
}