*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

.header{
	position: fixed;
	width: 100%;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	z-index: 1;
	background-color: #FFFFFF;
	top: 0;
}

.btn {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #1D1D1D;
	background: transparent;
	border: 1px solid #E0E0E0;
	height: 40px;
	width: 78px;
	margin-left: 8px;
	transition-duration: .4s;
	border-radius: 4px;
}

.basket{
	margin-left: 19px;
}

.btn:hover{
	color: black;
	border: 1px solid #969696;
	background: #F5F2F2;
}

.btn:active{
	background: #deb887;
}


.hh{
	padding: 0 8px;
	background-color: white;
	height: 72px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}


.logo{
	display: flex;
	align-items: center;
}

/* Хеадер конец */

.pfon{
	width: 100%;
	height: auto;
	background: url(img/pfon.png);
	background-size: cover;
	margin-top: 72px;
	background-position: center;
}

.pushkin{
	min-height: 204px;
	margin: 80px 0px;
	background-color: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 2px 16px rgb(117 117 117 / 20%);
	text-align: center;
}

.rr{
	padding: 0 8px;
}

.traktir{
	height: 50%;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: #1D1D1D;
	display: flex;
	align-items: center;
	justify-content: center;
}

.price{
	height: 50%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 29px;
}

.cantry{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #626262;
	display: flex;
	justify-content: center;
	align-items: center;
}

.time{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	background: #262626;
	border-radius: 16px;
	color: #FFFFFF;
	width: 100px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.line{
	height: 80px;
	border-bottom: 1px solid rgba(117, 117, 117, 0.2);
	display: flex;
	align-items: center;
}

.menu{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color:#626262;;
	margin-right: 40px;
}

.m1{
	color: #327430;
}


.meat{
	margin-top: 56px;
}
.eat{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	color: #1D1D1D;
	
}

.hid{
	display: flex;
	margin-bottom: 24px;
	
}

.eatoption{
	border: none;
	margin: 0 auto;
	appearance: none;
	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	color: #1D1D1D;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 2px 16px rgb(117 117 117 / 20%);
	background-color: transparent;
	border-radius: 6px;
	visibility: hidden;
	padding: 2px 10px;
}

.sol{
	border: 1px solid #757575;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 50px;
	margin: 0 auto 35px;
	display: none;
}

.card{
	margin: 16px 0 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	/*transition-duration: .3s;*/
	z-index: 2;
	display: flex;
	justify-content: space-between;
	border: 1px solid rgba(117, 117, 117, 0.2);
	border-radius: 2px;
	height: 160px;
	overflow: hidden;
}

.poz2{
	height: 100%
}
.pad{
	padding: 1px;
}
.poz1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 16px;
}

.card:hover{
	/*transform: scale(1.03);*/
	background-color: #F2F2F2;
}

.name1{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #1D1D1D;
}

.name2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #626262;
}

.pr{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #1D1D1D;
}




@media (max-width: 767px) {
	.basket {
		display: none;
	}
	.pushkin{
		transition-duration: .3s;
		margin-top: 131px;
	}
	.pfon{
		height: 256px;
	}
	.price{
		flex-direction: column;
		height: 35%;
	}
	.line{
		visibility: hidden;
	}
	.eat{
		display: none;
	}
	.eatoption{
		visibility: visible;
	}
	.card{
		transition-duration: .3s;
		height: 102px;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		overflow: hidden;
	}
	.name1{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		color: #1D1D1D;
	}
	.poz1{
		margin: 0 15px 15px 0;
	}
	.sol{
		display: block;
	}
}



/* Футер начало */

.footer{
	margin: 100px 0 0 0;
	background-color: #262626;
	
}

.white-logo{
	padding: 56px 0 40px 0;
}

hr{
	height: 1px;
	border-top: 1px solid #FFFFFF;
	opacity: 0.4;
	margin-bottom: 32px;
}

.opt{
	margin-bottom: 33px;
	display: flex;
	background-color: #3B3B3B;
}
.rox{
	margin-bottom: 33px;
	
}
.world{
	padding: 12px 16px;
}
.sel{
	background-color: #3B3B3B;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	border: none;
	width: 100%;
	outline: none;
	cursor: pointer;
}


.sp{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
span{
	color: #49A144;
}
.ots{
	margin-right: 20px;
}
.txt{
	margin-bottom: 23px;
}
.ftor{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}

.sos{
	display: flex;
	max-width: 300px;
	justify-content: space-between;
	margin: 0 auto 32px;
	
}

.foot{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	padding-bottom: 24px;
}

.prava{
	padding-bottom: 8px;
}

.btn-up{
	position: fixed;
	bottom: 24px;
	right: 16px;
}