header#header .flex-row{
	justify-content: space-between;
	align-items: stretch!important;
	position: relative;
	z-index: 99;
}

.menu_sidebar_wrapper{
	display: grid;
    grid-template-columns: repeat(3, auto);
    height: 100%;
    position: relative;
}

.menu_sidebar_wrapper form{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	outline: none;
	position: absolute;
  right: 100%;
  top: -100%;
  transform: translateY(-50%);
  transition: .4s ease;
}

.menu_sidebar_wrapper form.active-search{
    top: 50%;
}

.menu_sidebar_wrapper form input{
	border: 0px;
	border-bottom: 1px solid #E1E0E0;
	padding: 5px 15px 5px 10px;
	outline: none;
	font-size: 17px;
	color: #707070;
}

.menu_sidebar_wrapper form input::placeholder{
	color: #DBDBDB;
}

.menu_sidebar_wrapper form button{
	background: transparent;
	border: 0px;
	margin-left: 10px;
	cursor: pointer;
}

.menu_sidebar_wrapper .menu_sidebar_wrapper_search,
.menu_sidebar_wrapper .menu_sidebar_wrapper_hamburger{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	/*background: #f8f8f8;*/
	width:	82px;
	cursor: pointer;
}

.menu_sidebar_wrapper .menu_sidebar_wrapper_hamburger{
	position: relative;
	flex-direction: column;
}

.menu_sidebar_wrapper_hamburger span{
    font-size: 10px;
    margin-top: -15px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar_menu{
	position: fixed;
	width:  406px;
	height:  100vh;
	right: -406px;
	top: 0;
	z-index: 99999;
	background: #fff;
	padding: 80px 100px 20px 50px;
	box-shadow: -4px 0px 5px -6px rgba(113, 113, 113, 1);
	transition: .4s cubic-bezier(1, -0.02, 0.1, 1.12);
	overflow-y: scroll;
}

.sidebar_menu.active-sidebar{
	right: 0px;
}

.sidebar_menu ul{
	padding-left:  0px;
}

.sidebar_menu ul li:hover:after{
	width: 70%;
}

.sidebar_menu ul li:hover a{
	color: #FFA406;
}

.sidebar_menu ul li{
	font-size: 23px;
	line-height: 34px;
	color: #707070;
	list-style: none;
	text-align: left;
	margin-bottom: 8px;
	padding: 4px 10px 4px 10px;
	transition: .4s ease;
	font-family: "Poppins",sans-serif !important;
	font-weight: 300;
	position: relative;
}

.sidebar_menu ul li:after{
	content: '';
	width:  100%;
	height:  1px;
	background: #707070;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s ease;
}

.sidebar_menu ul li a{
	color: #707070;
	display: block;
	width: 100%;
	transition: .4s ease;
}

.sidebar_menu .sidebar_menu_close {
	width: 69px;
	height:  69px;
	position: absolute;
	left: 0;
	top: 0;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.sidebar_menu .sidebar_menu_other_citis h2{
	font-size: 23px;
	line-height: 34px;
	font-weight: bold;
	color: #DBDBDB;
	margin-top: 35px;
	font-family: "Poppins",sans-serif !important;
}

.sidebar_menu_other_citis .sidebar_menu_other_citis_flex{
	display: flex;
	flex-wrap: wrap;
}

.sidebar_menu_other_citis .sidebar_menu_other_citis_flex .sidebar_menu_other_citis_flex-single{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 7px;
	background: #464646;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
	transition: .4s ease;
}

.sidebar_menu_other_citis .sidebar_menu_other_citis_flex .sidebar_menu_other_citis_flex-single:hover{
	opacity: .7;
}

.bottom_sidebar_menu ul li{
	border-bottom: 0px;
	padding-left:  0px;
}

.bottom_sidebar_menu ul li:after{
	display: none;
}

@media all and (min-width: 768px){
	.desktop-icon-hide{
		display: none;
	}
}

@media all and (max-width: 767px){

	.menu_sidebar_wrapper .menu_sidebar_wrapper_search,
	.menu_sidebar_wrapper .menu_sidebar_wrapper_hamburger{
		width:	63px;
	}

	.menu_sidebar_wrapper form{
		position: fixed;
	  right: 0;
	  top: -75px;
	  transform: translateY(0%);
	  height: 75px;
	  width: 100%;
	  z-index: 1;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: #fff;
	  padding: 10px 30px;
	  z-index: 9;
	}

	.menu_sidebar_wrapper form input{
		width: 100%;
	}

	.menu_sidebar_wrapper form.active-search{
    top: 0;
	}

	.sidebar_menu{
		width:  100%;
		right: -100%;
	}

}

.site__header{
	z-index: 0;
}

.site__header.fixed{
	position: fixed!important;
	width: 100%;
	top: 0;
	z-index: 999;
}

.site__header.fixed .triangle-slazag-svg{
	max-height: 0px;
}

.triangle-slazag-svg{
	transition: .2s ease;
}

.site__header.fixed .triangle-slazag-svg{
	opacity: 0;
}

.weather__widget{
	display: flex;
	padding: 5px 0;
	margin-left: 80px;
	transition: .4s;
}

.weather__widget .weather__info p{
	margin: 0 0 5px 0;
	line-height: 15px;
}

.weather__widget .weather__info .temp__wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.weather__widget .weather__info .temp__wrapper .temp p{
	text-align: center;
	font-weight: 500;
}

.weather__widget .weather__info small{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size:  10px;
}

.weather__widget .weather__info small.light{
	font-weight: 400;
	font-size:  10px;
}

.weather__widget .data-index{
	font-size: 13px;
}

.weather__widget .weather__info:nth-child(1){
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eee;
}

.weather__widget .air_status{
	position: relative;
	width: fit-content;
}

.weather__widget .air_status .big-dot{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	opacity: .4;
}

.weather__widget .air_status .small-dot{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.weather__info.weather__right{
	display: flex;
	align-items: flex-start;
}

.weather__info.weather__right .air_status{
	margin-right: 15px;
	display: flex;
	align-items: center;
	height: 100%;
}

.weather__info.weather__left{
	text-align: right;
}

.weather__info.weather__left .big-dot{
	width: auto;
}

.logo__wrapper{
	display: flex;
	align-items: center;
}

.flex-row-logo{
	display: flex;
	align-items: center;
}

.weather__widget .temp .info .data-city{
	display: block;
}

.weather__widget .data-index{
	margin-bottom: 0px!important;
	margin-top: 4px!important;
}

.site__header.mobile--header{
	padding: 22px 0!important;
}

.site__header.mobile--header .menu_sidebar_wrapper_hamburger span{
	display: none!important;
}

@media all and (max-width:  991px){
	.weather__widget {
		margin-left: 0px;
		z-index: 9;
	}
}

@media all and (max-width:  767px){
	.weather__widget {
		display: none;
	}
}

@media all and (max-width: 830px){
	.weather__widget{
		max-width:  350px;
	}
}

@media all and (min-width: 576px){
	.site__header.mobile--header{
		display: none;
	}	
}

@media all and (max-width: 575px){
	.site__header.desktop--header .search_and_menu_wrapper{
		display: none;
	}	

	.site__header.desktop--header .flex-row,
	.site__header.mobile--header .flex-row{
		justify-content: center!important;
	}
}

.site__header.fotoPage,
.site__header.fotoPage + .container{
	display: none;
	opacity: 0;
	height: 0px;
	width: 0px;
}