body {
	background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(154, 187, 148, 0.8) ), url(/img/fon_5.jpg);
	background-size: 100%;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-attachment: fixed;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1{
	margin: 0px;
	padding: 0px;
}
.num_zakaz{
	font-size: 50px;
}
a{
    text-decoration: none;
	color: black;
	outline: none;
	-webkit-tap-highlight-color: transparent;

}	
.menu_1{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px rgb(108, 108, 108);
    position: fixed;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 60px;
    z-index: 500;
	font-size: 25px;
	padding-left: 30px;
}
.menu_under{
	height: 60px;
}
.menu_left_5{
	position: fixed;
	z-index: 200;
	height: 100px;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.5);
	top: 70px;
	left: -120px;
	border-radius: 10px;
	transition: 1s;
	font-size: 36px;
	padding-top: 10px;
	padding-left: 20px;
	border: 2px solid rgb(131, 124, 124);
}
.menu_left_5:hover {
	left: -10px;
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}
.admin_back{
    transition: 0.5s;
    position: fixed;
    left: 10px;
    top: 5px;
	z-index: 1500;
}
.admin_back:hover{
    transform: scale(1.2);
    transition: 0.5s;
    cursor: pointer;
}
.menu_left_img_4{
	display: inline-block;
	background-image: url(/img/ico/back.jpg);
	width: 85px;
	height: 90px;
	border-radius: 10px;
	vertical-align: middle;
}
.menu_left_text{
	display: inline-block;
	text-align: center;
	font-size: 35px;
	padding-bottom: 2px;
	color: white;
}
.item_menu_1{
    margin-top: 15px;
    margin-right: 70px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.card{
	position: absolute;
	right: 0px;
	height: 70px;
	background-color: rgb(105, 239, 87);
	padding: 10px;
	border-radius: 10px;
	margin-top: 1px;
	box-shadow: 0px 0px 15px rgb(108, 108, 108);
	transition: 0.5s;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.card:hover{
	background-color: rgb(250, 203, 35);
	transition: 0.5s;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
    .card_img{
		margin-right: 10px;
    }
	.sale{
		position: absolute;
		width: 47px;
		text-align: center;
		font-weight: bold;
		left: 22px;
		bottom: 17px;
		color: red;
		background-color: white;
		font-size: 20px;
	}
    .card_sum{

    }
	.cherta{
		text-decoration: line-through;
	}
	.new_sum{
		position: absolute;
		right: 10px;
		bottom: 30px;
		height: 30px;
		color: red;
	}
    .card_kol{
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 20px;
    }
.info_box{
	margin: 10px;
	font-size: 30px;
	text-align: center;
}
.round{
	border-radius: 10px;
}
.all_tovar{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.header_text{
	font-size: 30px;
	line-height: 55px;
	font-weight: bold;
}
.about{
	
}
.input3{
	font-size: 24px;
	border-radius: 5px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}
.info_about{
		position: relative;
		width: 150px;
		background-color: white;
		margin: 10px;
		padding: 5px;
		border-radius: 15px;
		transition: 1s;
		color: black;
		border: 2px solid rgb(131, 124, 124);
		box-shadow: 0px 0px 10px 0px black;
		text-align: center;
		user-select: none;
		outline: none;
}
.info_about_enter{
	width: 250px;
	height: 360px;
	background-color: rgb(255, 163, 78);
	margin: 20px;
	border-radius: 15px;
	transition: 0.2s;
	color: black;
	box-shadow: 0px 0px 15px 5px black;
}
.info_about:hover{
	box-shadow: 0px 0px 10px 0px rgb(82, 255, 48);
	transition: 0.2s;
	cursor: pointer;
}
.img{
	text-align: left;
}
.massa{
	position: absolute;
	background-color: white;
	border-radius: 0px 10px 0px 10px;
	right: 4px;
	top: 48px;
	font-size: 12px;
	padding: 2px;
	padding-left: 5px;
	color: brown;
}
.price{
	position: absolute;
	left: 5px;
	top: 168px;
	background-color: white;
	border-radius: 0px 10px 0px 10px;
	font-size: 20px;
	padding: 2px;
	color: rgb(76, 133, 16);
	font-weight: bold;
}
.kol_v{
	background-color: white;
	position: absolute;
	left: 5px;
	top: 48px;
	padding: 2px 5px 2px 5px;
	border-radius: 10px 0px 10px 0px;
	font-size: 14px;
}
.add{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.add_plus{
	margin: 5px;
	margin-top: 7px;
}
.add_minus{
	margin: 5px;
	margin-top: 7px;
}
.button{
	height: 40px;
	width: 40px;
	font-size: 30px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}
.button:hover{
	background-color: rgb(88, 177, 255);
}
.inter_kol{
	width: 40px;
	height: 40px;
	border: 1px solid black;
	border-radius: 5px;
	margin: 5px;
	font-size: 30px;
	text-align: center;
	cursor: default;
}
.nazva {
	margin-bottom: 3px;
	font-size: 14px;
	height: 40px;
	line-height: 12px;
	font-weight: bold;
}
.blok_2{
	font-size: 24px;
	background-color: white;
	padding: 10px;
	box-shadow: 0px 0px 15px rgb(108, 108, 108);
	border-radius: 10px;
	margin: 10px;
}
.blok_3{
	font-size: 30px;
	background-color: white;
	padding: 10px;
	box-shadow: 0px 0px 15px rgb(108, 108, 108);
	border-radius: 10px;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	margin-top: 40px;
}
.logo{
	margin-top: 0px;
}
.kolll{
	margin-top: 10px;
}
.button_9{
	font-size: 24px;
}
.button4{
	background-color: rgb(105, 239, 87);
	padding: 10px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 1px;
	box-shadow: 0px 0px 15px 2px rgb(108, 108, 108);
	transition: 0.5s;
	border: 2px solid rgb(108, 108, 108);
}
.button4:hover{
	cursor: pointer;
	background-color: rgb(250, 203, 35);
	transition: 0.5s;
}
.boot1{
    width: 40px;
    height: 40px;
}
.font_size{
	font-size: 24px;
	font-weight: bold;
}
.info_line{
	padding: 5px;
	background-color: rgb(255, 255, 255);
	font-size: 30px;
	padding-bottom: 0px;
}
.info_line_2{
	margin-top: 5px;
	background-color: rgb(255, 255, 255);
	font-size: 30px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.info_vid_2{
	margin-top: 5px;
	background-color: rgb(255, 255, 255);
	font-size: 24px;
	padding: 5px 10px 5px 5px;
	font-weight: bold;
	border-radius: 0px 20px 20px 0px;
	width:fit-content;
}
.info_vid_2_2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block_145{
	margin: 5px;
	background-color: white;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	position: relative;
}
.nazva_145{
	text-align: center;
	position: absolute;
	bottom: 0px;
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 10px 10px 0px 0px;
	width: 100px;
}
.round_145{
	border-radius: 5px;
}
.img_145{
	text-align: center;
}
.check_asorti{
    height: 50px;
    width: 50px;
    font-size: 24px;
}
.pixel_but{
	background-color: rgb(209, 255, 207);
	width: fit-content;
	margin: 0 auto;
	padding: 10px 25px 10px 25px;
	border: 2px solid rgb(42, 194, 0);
	border-radius: 10px;
	box-shadow: 2px 2px 5px 2px black;
	font-weight: bold;
}
.pixel_but:hover{
	background-color: rgb(145, 255, 142);
	border-radius: 10px;
}
.add_box{
	width: 100px;
	height: 100px;
	z-index: 120;
	position: absolute;
	margin-top: 80px;
	margin-left: 70px;
	border-radius: 5px;
}
	.add_box_cena{
		width: 80px;
		z-index: 130;
		font-size: 15px;
		position: absolute;
		margin-top: 140px;
		margin-left: 70px;
		border-radius: 5px 0px 0px 5px;
		color: red;
		user-select: none;
		background-color: white;
	}