@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap");

*:focus {
	outline: none
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Courier Prime', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5
}

button {
	cursor: pointer
}

a {
	color: #2C3037;
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease
}

.btn {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	padding: 10px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.social-links-wrap {
	margin-top: 20px;
	display: flex;
	align-items: baseline
}

.btn-circle {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 29px;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease
}

.btn-circle i {
	font-size: 15px;
	line-height: 32px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

div.wrap-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh
}

section.container {
	padding: 60px 0;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

img.logo-restaurant {
	width: auto;
	height: 34px;
	margin-bottom: 10px
}

h2.title-restaurant {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0
}

img.picture-restaurant {
	width: 450px;
	height: auto;
	margin: 30px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 2px
}

.description-restaurant {
	width: 80%;
	max-width: 550px;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.5
}

section.container-01 {
	background-color: #000;
	color: #FFF
}

section.container-01 a {
	color: #fff
}

section.container-01 .btn--std {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

section.container-01 .btn--std:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff
}

section.container-01 .btn--light {
	border: 1px solid #fff;
	color: #fff
}

section.container-01 .btn--light:hover {
	background: #fff;
	color: #000
}

section.container-01 .description-restaurant {
	color: #FEE600;
	font-weight: bold;
}

.arrow {
	width: 54px;
	margin: 0 auto;
}

section.container-02 {
	background-color: #fff;
	color: #FFF
}

section.container-02 a {
	color: #000
}

section.container-02 .btn--std {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

section.container-02 .btn--std:hover {
	border: 1px solid #000;
	background: transparent;
	color: #000
}

section.container-02 .btn--light {
	border: 1px solid #000;
	color: #000
}

section.container-02 .btn--light:hover {
	background: #000;
	color: #fff
}

div.scroll-down {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden
}

div.scroll-down img {
	width: 16px
}

.fancybox-active {
	overflow: hidden !important
}

body .fancybox-slide {
	height: 100vh
}

body .fancybox-slide--iframe .fancybox-content {
	width: 600px !important;
	max-width: calc(100vw - 30px);
	height: 100%;
	max-height: 570px;
	border-radius: 4px;
	overflow: auto
}

.iframe-wrapper {
	width: 100%;
	height: 100%;
	min-height: 400px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 500px) {
	body .fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
		height: 100% !important;
		max-width: 100%;
		max-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		border-radius: 0
	}
}

@media (max-width: 1000px) {
	div.wrap-container {
		flex-direction: column;
		height: auto
	}

	div.wrap-container section.container {
		width: 100%;
		padding: 60px 0;
		text-align: center
	}

	div.wrap-container section.container img.picture-restaurant {
		width: 80%;
		max-width: 450px
	}

	div.wrap-container section.container a.link-restaurant {
		margin-top: 30px
	}

	.arrow {
		transform: rotate(90deg);
	}
}

@media (max-width: 1200px) {
	div.wrap-container {
		flex-direction: column;
		height: auto
	}

	div.wrap-container section.container {
		width: 100%;
		text-align: center
	}

	div.wrap-container section.container img.picture-restaurant {
		width: 80%;
		max-width: 450px
	}

	div.wrap-container section.container a.link-restaurant {
		margin-top: 30px
	}
}