.banner-header{
	padding: 0 40px;
	position: relative;
	z-index: 1;
}
.banner-header__block{
	max-width: 1266px;
	margin: auto;
	width: 100%;
	padding: 5px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.banner-header__block a{
	display: block;
}
.banner-header__img{
	width: calc(100% - 64px);
	margin-right: 40px;
	display: block;
}
.banner-header__close{
	width: 16px;
	cursor: pointer;
}
.header__close svg{
	width: 100%;
}
.banner-header__img img{
	width: 100%;
	line-height: 0;
}
.banner-header__img picture{
	line-height: 0;
	display: block;
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
	.banner-header{
		padding: 0 16px;
	}
	.banner-header__img{
		width: calc(100% - 32px);
		margin-right: 16px;
	}
}
