.hamburger__button {
	width: 90px;
}
.hamburger__button i {
	background: url(../images/i-list.svg) center no-repeat;
	background-size: 30px;
}
.logo-mobile {
	display: none;
}
@media(max-width: 1200px)
{
	.navbar-brand img {
		display: none;
	}
	.navbar-brand img.logo-mobile {
		display: block;
	}
	#atr__header .bg-red{
		background: #fff;
	}
}