body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.container {
	margin: 0px 166px;
}

.header {
	background-image: url(bg.jpg);
	
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-line {
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.nav-item {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-right: 25px;

	transition: color 0.3s linear;
}
.nav-item:hover {
	color: #FF0000;
}
.cart {
	position: relative;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	height: 50px;
}
.cart-img {
	position: absolute;
	top: 18px;
	right: 7px;
}
.num {
	color: #fff;
	text-decoration: none;
	font-weight: 700;

	transition: color 0.3s linear;
}
.num:hover {
	color: #FF0000;
}
.phone-text {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.phone-holder {
	display: flex;
	align-items: center;
}

.header-down {
	position: relative;
}

.header-title {
	color: #FF8C00;
	font-family: 'Tinos', serif;
	font-size: 50px;
	font-weight: 400;

	text-align: center;
	position: static;
	left: 0;

	margin-top: 150px;
	margin-bottom: 12px;
}
.header-suptitle {
	padding-top: 52px;
	color: #fff;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
}

.header-button {
	background-color: #FF7400;
	padding: 14px 28px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;

	transition: background-color 0.3s linear;
}
.header-button:hover {
	background-color: #904506;
}

.cards-holder {
	display: flex;
	justify-content: center;
}

.card {	
	width: 349px;
	box-shadow: 10px 10px 40px 20px #0000001A;
	margin-right: 31px;
	background-color: #fff;
	margin-top: -80px;
	padding: 10px 10px;
}

.card-image {
	display: flex;
	justify-content: center;
	padding-top: 31px;
	padding-bottom: 15px;
}
.card-title {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	font-family: 'Tinos', serif;
	font-size: 26px;
	font-weight: 400;
}

.card-title span {
	color: #D67E35;
	margin-left: 2px;
}

.card-desc {
	text-align: center;
	font-family: 'Tinos', serif;
	font-size: 24px;
	font-weight: 400;
	color: #656363;
}

.history {
	margin-top: 166px;
	padding-bottom: 300px;
}

.history-title {
	font-family: 'Tinos', serif;
	font-size: 50px;
	font-weight: 400;
	width: 600px;
	text-align: center;
	margin-top: 21px;
}
.history-title span {
	color: #D67E35;
}
.history-desc {
	color: #656363;
	font-size: 20px;
	width: 800px;
	text-align: left;
}
.history-descs {
	color: #656363;
	font-size: 20px;
	width: 800px;
	text-align: left;
}

.history-number {
	display: flex;
	width: 444px;
	justify-content: center;
	margin-top: 40px;
	margin-left: 30px;
}
.number-item {
	margin-right: 60px;
	text-align: center;
	font-size: 40px;
	color: #BC9060;
}
.number-item span {
	display: block;
	color: #000;
	font-size: 30px;
}

.history-images {
	position: relative;
}

.history-holder {
	display: flex;
}
.images-1 {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 50px;
}
.images-2 {
	position: absolute;
	z-index: 0;
	top: -92px;
	left: 383px;
}
.images-3 {
	position: absolute;
	z-index: 999;
	top: 246px;
	left: 481px;
}
.menu {
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.menu-title {
	font-family: 'Tinos', serif;
	font-size: 54px;
	padding-top: 60px;
	color: #fff;
	text-align: center;
	padding-bottom: 138px;
}

.menu-item {
	background-color: #fff;
	text-align: center;
	width: 33%;
	padding-top: 20px;
	padding-bottom: 30px;

	margin-right: 20px;
}

.menu-text {
	font-family: 'Tinos', serif;
	font-size: 26px;
	padding-top: 16px;
	padding-bottom: 17px;
}

.menu-subtext {
	font-size: 20px;
}

.menu-btn {
	background-color: #D67E34;
	text-decoration: none;
	padding: 14px 67px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 5px 5px 10px 0px #00000040;

	transition: background-color 0.3s linear;
}

.menu-btn:hover {
	background-color: #904506;
}


.menu-button {
	margin-top: 20px;
}

.menu-items {
	display: flex;
	justify-content: center;
}


.menu-text span {
	color: #D67E35;
	margin-left: 2px;
}

.map-title {
	font-family: 'Tinos', serif;
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 100px;
}

.map-title span{
	color: #D67E34;
}

.footer {
	background-color: #000;
	padding: 50px 0px;
	color: #fff;
	text-align: center;
}

.adress-text {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.adress span{
	color: #D67E34;
}

.arrow-up {
	position: fixed;
	bottom: 30px;
	right: 30px;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.arrow-up.active{
	bottom: 40px;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}



@media (max-width:  1350px) {

	.nav,
		.cart,
		.phone-text,
		.btn {
			display: none;
		}


	.menu-items {
		display: block;
	}


	.menu-item {
		margin: 20px auto;
		width: 600px;
	}
	.header-title {
		position: static;
		margin-left: 0px;
		font-size: 50px;
	}

	.header-suptitle:before,
	.header-suptitle:after {
		content: none;
	}

	.history-images {
		display: none;
	}
	.history-title,
	.history-desc,
	.history-number,
	.history-descs {
		width: auto;
	}
}
@media (max-width:  1185px) {
		

		.header-line {
			justify-content: space-between;
		}

		.num {
			font-size: 20px;
		}
		.adress-text {
			font-size: 20px;
		}

}
@media (max-width:  1000px) {

	.adress-text {
			display: none;
		}

	.cards-holder {
		display: block;
	}

	.card {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.adress-text {
		font-size: 20px;
	}

	.header-button {
		font-size: 14px;
	}


	.header {
		height: auto;
	}

	.container {
		padding-bottom: 100px;
	}

}

@media (max-width: 780px) {
	.history-holder {
		display: block;
	}

	.menu-item {
		width: auto;
	}
	.number-item {
		font-size: 23px;
	}




}




.col{
	columns: 3 400px;
	column-gap: 50px;
	column-rule: 2px solid rgb(255, 255, 255);
}
.header-title {
	font-size: 50px;
}
.header-suptitle {
	font-size: 30px;
}







* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#footer {
	width: 100%;
	padding-top: 300px;
	position: relative;
}

.title-text {
	text-align: center;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.title-text h4 {
	color: orange;
	font-size: 20px;
}


.title-text h1 {
	font-size: 40px;
}


.footer {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


.footer-left,.footer-right {
	flex-basis: 35%;
	padding: 10px;
	margin-bottom: 20px;
}


.footer-right {
	text-align: right;
}

.footer-left {
	text-align: left;
}


.footer h2 {
	margin: 10px 0;
	color: #fff;
}


.footer p {
	line-height: 35px;
	color: #fff;
}


.footer-left .fas,.footer-right .fas {
	font-size: 17px;
	color: orange;
	margin-right: 5px;
}


.social-links {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.social-links .fab {
	font-size: 20px;
	border: 2px solid orange;
	color: #fff;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: .8s;
}

.social-links .fab:hover {
	background: orange;
	color:  #fff;
	transform: translateY(-8px);
}