.flag-single-banner{
	float: right;
}

.info-single-banner{
	float: left;
}

.banner-ue{
	width: 400px;
    height: 250px;
}

.burger-nav span{
	background: #fff;
}

@media(max-width: 1250px){
	.content-single-banner{
		width: 90%;
	}
	.under-nav-region{
		width: 90%;
	}
	.body-solo-single{
		width: 90%;
	}
	.left-solo-single{
		width: 50%;
	}
	.right-solo-single{
		float: right;
	}
}

@media(max-width: 1000px){
	.right-solo-single{
		display: none;
	}
	.left-solo-single{
		width: 100%;
	}
}

@media(max-width: 550px){
	.flag-single-banner{
		float: none;
		margin-bottom: 20px;
	}
	.info-single-banner{
		width: 100%;
	}
	.content-single-banner{
		padding-top: 50px;
	}
	.banner-single-page{
		height: 500px;
	}
	.dark-banner-single{
		height: 500px;
	}
	.banner-ue{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.banner-ue img{
		width: 100%;
	}
}