@media only screen and (max-width: 976px) {
	.wrapper {
		width: 750px;
	}
	
}
@media only screen and (max-width: 480px) {
	body {
		margin: 0;
		font-family: Arial, sans-serif;
		background-image: url(/img/fon_mobile_stol.jpg);
		background-size: 120%;
	}
	table{
		font-size: 15px;
	}
	.mob_info_box{
		margin: 0px;
		background-color: white;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
		padding: 10px;
		color: black;
	}
	.button_9{
		font-size: 10px;
	}
	.header_text{
		position: absolute;
		left: 90px;
		width: 100px;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	.num_zakaz{
		font-size: 10px;
	}
	.card{
		position: absolute;
		right: 30px;
		font-size: 20px;
		height: 40px;
	}
	.num_zakaz{
		font-size: 24px;
	}
	.item_menu_1{
		margin: 2px;
		margin-top: 0px;
	}
	.section_foto{
		width: 100%;
		margin: 0 auto;
	}
	.menu_top{
		height: 32px;
	}
	.menu_top_box_1{
		right: 90px;
		top: -5px;
	}
	.menu_top_box_3{
		display: inline-block;
		width: 40px;
		font-size: 15px;
		position: relative;
		top: -4px;
	}
	.menu_top_box_4{
		display: none;
	}
	.menu_top_box_5{
		display: inline-block;
		font-size: 26px;
		position: relative;
		top: 1px;
		left: 10px;
		width: 100px;
		text-align: right;
	}
	.menu_top_box_6{
		font-size: 15px;
		position: relative;
		top: 0px;
		left: 6px;
	}
	.menu_top_box_7{
		display: inline-block;
		font-size: 15px;
		position: relative;
		top: -4px;
	}
	.o_nas{
		position: relative;
		width: 260px;
		font-size: 20px;
		top: -25px;
	}
	.about_list{
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 320px;
		font-size: 20px;
		background-color: black;
		border-radius: 10px;
		padding: 10px;
	}
	.section_menu{
		width: 300px;
		border-radius: 10px;
		font-size: 22px;
		transition: 0.5s;
		margin-top: 20px;
	}
	.section_menu:hover {
		background-color: rgba(0, 0, 0, 1);
		cursor: pointer;
		width: 310px;
		transition: 0.5s;
	}
	.section_1{
		width: 110px;
	}
	.section_2{	
		width: 180px;
		position: absolute;
		margin-top: 15px;
		display: inline-block;
		text-align: center;
		font-size: 26px;
	}
	.blok_1{
		padding-top: 60px;
		text-align: center;
		font-size: 25px;
	}
	.section{
		text-align: left;
		height: 100px;
		width: 95%;
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.5);
		margin: 5px;
		padding: 2px;
		border: 2px solid rgb(131, 124, 124);
	}
	.section:hover {
		background-color: rgb(51, 51, 51);
		cursor: pointer;
		width: 95%;
	}
	.menu_kol {
		position: absolute;
		width: 80px;
		height: 45px;
		background-color: rgb(235, 144, 92);
		left: 78%;
		top: 12px;
		z-index: 50;
		border-radius: 25px;
		font-size: 30px;
		color: black;
	}
	.enter{
		width: 180px;
		font-size: 25px;
		text-align: center;
		height: 30px;
	}
	.information{
		display: none;
	}
	.blok_2{
		width: 90%;
	}
	.blok_4{
		width: 90%;
	}
	.sale{
		bottom: -14px;
		height: 28px;
	}
	.card_kol{
		font-size: 18px;
		bottom: 2px;
	}
	.card_sum{
		margin-top: 10px;
	}
	.new_sum{
		top: 2px;
	}
}
