@media all and (max-width: 991px){
	.news__item_mobile{
		display: block;
	}
	.news__items .desk{
		display: none;
	}
	.item__title{
		text-align: center;
	}
	.nav img{
		width: 150px;
	}
	.nav a{
		font-size: 15px;
		white-space: nowrap;
	}
	.credit__btn, .credit__item{
		margin: 1rem 0;
	}
	.dws-menu > ul li a{
		margin: 0 10px;
	}
}
@media all and (max-width: 800px) {
	.navbar{
		display: none;
	}
	.container{
		max-width: initial;
	}
	.navbar-light{
		display: flex;
		justify-content: space-between;
	}
	.navbar-light .dropdown-menu{
		border:none;
	}
	.banner{
		display: none;
	}
	.mobile__banner{
		background: url(../img/banner.png) 0 0/cover no-repeat;
    padding-bottom: 36%;
	}
	.credit__info{
		padding: 0;
	}

	.footer__nav{
		flex-direction: row;
}
}