body {
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	overflow-x: hidden;
}
.container {
	margin: 0px 166px;
}
.header {
	background-image: url("../images/bg.png");
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-line {
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.nav-item {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	transition: color 0.10s;
	padding-right: 10px;
}
.nav-item:hover {
	color: #FF7400;
}
.btn {
	background: #FF7400;
	padding: 14px 18px;
	text-align: center;
}
.btn a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.phone-wrapper {
	display: flex;
}
.phone-text {
	color: #fff;
	font-weight: 400;
}
.number a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.number a:hover {
	color: #FF7400;
}
.cart {
	border-right: solid 1px #fff;
	padding-right: 10px;
	height: 50px;
	position: relative;
}
.cart-img {
	position: absolute;
	top: 18px;
	right: 15px;
}
.header-title {
	color: #D67E35;
	font-family: Tinos;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 0;
	margin-bottom: 12px;
}
.header-subtitle {
	font-size: 80px;
}
.hd-wrapper {
	margin-left: 175px;
	position: relative;
	margin-top: 222px;
}
.header-suptitle {
	color: #fff;
	font-family: Open Sans;
	font-size: 18px;
}
.header-suptitle:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 61px;
	background-color: #fff;
	top: 161px;
  	left: 85px;
}

.header-suptitle:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 61px;
	background-color: #fff;
	top: 161px;
  	left: 335px;
}
.wmenu-btn {
	text-align: center;
	position: relative;
}
.wmenu-button {
	font-family: Open Sans;
	background-color: #FF7400;
	color: #fff;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 700;
	width: 137px;
	text-decoration: none;
}
.card-image {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}
.card {
	box-shadow: 10px 10px 40px 20px #0000001A;
	margin-left: 31px;
	margin-top: -137px;
	width: 349px;
	height: 350px;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-family: Tinos;
	background-color: #fff;

}
.cards-holder {
	display: flex;
	justify-content: center;
	position: relative;
}
.card-title {
	text-align: center;
	font-size: 26px;
}
.card-desc {
	text-align: center;
	font-size: 26px;
	color: #656363;
}
.cdt-another {
	color: #BB8F60;
}
.history {
	margin-top: 166px;
}
.history-title {
	font-size: 54px;
	font-family: Tinos;
	width: 444px;
	text-align: center;
}
.history-desc {
	font-size: 16px;
	width: 444px;
	text-align: center;
	margin-top: 21px;
}
.history-title span {
	color: #D67E34;
}
.history-number {
	display: flex;
	width: 444px;
	justify-content: center;
	margin-top: 39px;
	margin-left: 30px;
}
.number-item {
	margin-right: 60px;
	text-align:center;
	font-size: 40px;
	color: #BC9060;
}
.number-item span {
	display: block;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.history-images {
	position: relative;
	right: 206px;
}
.history-holder {
	display: flex;
	justify-content: space-around;
}
.images-1 {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;

}
.images-2 {
	z-index: -999;
	position: absolute;
	top: -49px;
  	left: 213px;
}
.images-3 {
	position: absolute;
	z-index: 999;
	top: 145px;
	left: 301px;
}
.black-block {
	margin-top: 122px;
	background-image: url("../images/bb-bg.png");
	width: 100%;
	height: 357px;
	position: relative;
	color: #fff;
}
.black-rect {
	position: absolute;
	width: 100%;
	height: 357px;
	background-color: #000;
	opacity: 85%;
}
.bb-text {
	z-index: 999;
}
.bb-title {
	color: #D67E34;
	font-family: Tinos;
	margin-top: 80px;
	font-size: 52px;
}
.bb-subtitle {
	margin-top: 20px;
	font-family: Open Sans;
	font-size: 24px;
	font-weight: 700;
}
.bb-btn {
	margin-top: 155px;
	background-color: #FF7400;
	padding: 14px;
	z-index: 999;	
}
.bb-button {
	color: #fff;
	text-decoration: none;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 14px;
}
.bb-holder {
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 999;
}
.dishes-holder {
	display: flex;
	position: relative;

}
.dish-item {
	display: flex;
	align-items: center;
}
.dish-item.mt {
	margin-top: 25px;
}
.dish-item-name {
	margin-left: 30px;
	font-family: Tinos;
	font-size: 26px;
}
.dish-price {
	font-family: Tinos;
	font-size: 26px;
	font-weight: 400;
}
.dish-item hr {
	width: 204px;
	height: 0px;
	border: dashed 1px #000;
	margin: 0 7px;
}
.dishes-list {
	margin-left: 30px;
}
.dishes-title {
	text-align: center;
	font-size: 54px;
	margin: 139px 0;
	font-family: Tinos;
}
.dishes-title span {
	color: #D67E34;
}
.dish-name-price {
	display: flex;
	align-items: center;
}
.menu {
	background-image: url("../images/menu-bg.png");	
	height: 110vh;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	margin-top: 150px;
}
.menu-title {
	color: #fff;
	font-size: 54px;
	font-family: Tinos;
	text-align: center;
	padding-top: 100px;
}
.menu-item {
	width: 350px;
	height: 510px;
	background: #fff;
	position: relative;
	margin: 138px 30px;
}
.menu-items-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-item-holder {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.menu-item-img img{
	border-radius: 100%;
}
.menu-item-price {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	background-color: #D67E34;
	border: solid #fff 7px;
	font-family: Cookie;
	font-size: 30px;
	color: #fff;
	left: 203px;
	top: 231px;
}
.menu-recomended {
	display: flex;
	align-items: flex-start;
	position: absolute;
	justify-content: flex-start;
	background-color: #D67E34;
}
.menu-item-name {
	margin-top: 25px;
	font-family: Tinos;
	font-size: 26px;
}
.menu-item-desc {
	margin-top: 17px;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
}
.buy-btn {
	background-color: #D67E34;
	padding: 14px;
	margin-top: 20px;
}
.buy-button {
	color: #fff;
	text-decoration: none;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 14px;
}
.com-slider .no-active{
	width: 5px;
	height: 5px;
	background: #C4C4C4;
	border-radius: 100%;
	margin-left: 2px;
}
.comment {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	height: 60vh;
	background: #E5E5E5;

}
.com-slider {
	display: flex;
	align-items: center;
	justify-content: center;
}
.com-slider .active {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: solid 1px #FF7400;
	margin-left: 2px;
}
.visitor-info {
	margin-top: 76px;
}
.client-img img {
	border-radius: 100%;
}
.com-text {
	font-family: Open Sans;
	font-style: italic;
	font-size: 20px;
}
.visitor-text {
	font-weight: 600;
	font-family: Open Sans;
	margin-top: 16px;
	font-size: 20px;
}
.visitor-name {
	font-family: Open Sans;
	margin-top: 9px;
	margin-bottom: 26px;
	font-size: 20px;
}
.gallery-photos {
	display: flex;
	justify-content: center;
}
.gallery-photos img{
	margin:30px 30px;
}
.cookers-gallery {
	margin-bottom: 100px;
}
.gallery-title:nth-child(1){
	font-family: Tinos;
	text-align: center;
	font-size: 54px;
	margin-top: 100px;
	margin-bottom: 60px;

}
.gallery-title:nth-child(2){
	font-family: Tinos;
	text-align: center;
	font-size: 54px;
	margin-top: 100px;
	margin-bottom: 60px;

}
.gallery-title span {
	color: #D67E34;
}
.footer {
	width: 100%;
	height: 100vh;
	background-image: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 1500px) {
	.cookers-gallery, .gallery-photos, .gallery-photos img{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 30px 10px;
	}
} 
@media (max-width: 1300px) {
	.menu-items-holder {
		flex-direction: column;
	}
	.menu-item:nth-child(2), .menu-item:nth-child(3) {
		display: none;
	}
	.container {
		margin: 0px;
	}
	.header-suptitle {
		content: none;
	}
	.bb-holder {
		flex-direction: column;
		text-align: center;
	}
	.black-block {
		height: 500px;
	}
	.black-rect {
		height: 500px;
	}
	.bb-btn, .bb-button {
		margin: 10px 0px;
	}
	.cards-holder {
		display: block;
	}
	.card:nth-child(2), .card:nth-child(3){
		margin-top: 20px;
	}
	.cards {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header {
		height: 800px;
	}
	.header-title {
		font-size: 30px;
		display: block;
		text-align: center;
	}
	.header-subtitle {
		font-size: 40px;
	}
	.history-holder {
		flex-direction: column;
	}
	.history {
		height: 900px;
		display: flex;
		justify-content: center;
	}
	.images-3 {
		width: 125px;
		height: 154px;
		top: 149px;
    	left: 447px;
	}
	.images-1 {
		top: 60px;
    	left: 293.5px;
		width: 150px;
	}
	.images-2 {
		width: 138px;
		height: 222px;
		top: 36px;
    	left: 390px;
	}
	.history-number {
		flex-direction: column;
	}
	.history-desc {
		width: 100%;
		marin: 10px 10px;
		text-align: center;
	}
	.dishes-holder {
		flex-direction: column;
	}
	.dish-item hr {
		display: none;
		flex
	}
	.dish-item:nth-child(1) {
		margin-top: 50px;
	}
	.dish-item.mt {
		margin-top: 87px;
	}
	.comment {
		height: 80vh;
	}
	.dish-name-price {
		text-align: center;
		flex-direction: column;

	}
	.dish-price {
		font-size: 26px;
	}

	.gallery-photos img {
		width: 375px;
		height: 375px;
		object-fit: cover;
	}
	.big-dish-img img{
		width: 100%;
	}
	* {
		overflow-x: hidden;
	}
}
