@media (max-width: 1340px){
	.block_sidebar p, .block_sidebar span, .title_sidebar, .razdely_sidebar .right, .crash_games p, .knopki .skachat p, .knopki p, .knopki .button_download_img, .knopki .button_lang .img_arrow, .razdely_sidebar a .left:after, .crash_games{
		display: none;
	}

	aside{
		width: 76px;
		padding: 16px 10px;
	}

	aside .logotiptip{
		width: 100%;
		margin-bottom: 24px;
	}

	.block_sidebar{
		padding-left: 0;
		justify-content: center;
	}

	.block_sidebar.block_50, aside .knopki a.button_chat, aside .knopki a.button_lang{
		width: 100%;
		border-radius: 16px;
	}

	aside .knopki a img {
		width: 100%;
	}

	body{
		gap: 16px;
	}

	.container{
		width: calc(100% - 98px);
	}
}

@media (max-width: 1150px){
	header > a{
		display: none;
	}
}

@media (max-width: 1060px){
	footer .logotip{
		display: none;
	}
}

@media (max-width: 830px){
	header{
		height: 41px;
	}

	header .knopki, aside{
		display: none;
	}

	.banner_main_content .title1{
		font-size: 45px;
		line-height: 55px;
	}

	.banner_main_content .title2{
		font-size: 21px;
		line-height: 26px;
	}

	.banner_main_content .subtitle{
		font-size: 12px;
	}

	header .logotip{
		display: flex;
	}

	.container{
		width: 100%;
	}

	.register_login{
		padding-right: 10px;
	}

	.banner_main_content{
		width: 200px;
	}
}

@media (max-width: 700px){
	.menu_footer{
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

	.menu_footer ul{
		width: calc(33% - 9px);
		order: 2;
	}

	.menu_footer .kolonka{
		width: 100%;
		order: 1;
		display: flex;
		justify-content: center;
	}

	footer a.skachat{
		width: 100%;
		max-width: 400px;
	}
}

@media (max-width: 550px){
	.banner_main{
		height: 180px;
		overflow: hidden;
	}

	.banner_main img{
		width: auto;
		height: 100%;
	}

	.banner_main_content{
		right: 5px;
	}

	.blocks_jackpot .jackpot_left_block, .blocks_jackpot .jackpot_right_block{
		display: none;
	}
}

@media (max-width: 435px){
	.blocks_jackpot .jackpot_center_block{
		width: 100%;
	}

	.banner_jackpots img.title{
		width: 100%;
	}
}