/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*@import "foundation/settings";*/

meta.foundation-version {
	font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0;
}

meta.foundation-mq-small-only {
	font-family: "/only screen and (max-width: 40em)/";
	width: 0;
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40em)/";
	width: 40em;
}

meta.foundation-mq-medium-only {
	font-family: "/only screen and (min-width:40em) and (max-width:63.938em)/";
	width: 40em;
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64em)/";
	width: 64em;
}

meta.foundation-mq-large-only {
	font-family: "/only screen and (min-width:64em) and (max-width:89.938em)/";
	width: 64em;
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90em)/";
	width: 90em;
}

meta.foundation-mq-xlarge-only {
	font-family: "/only screen and (min-width:90em) and (max-width:99999999em)/";
	width: 90em;
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}

meta.foundation-data-attribute-namespace {
	font-family: false;
}

html,
body {
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-size: 100%;
}

body {
	background: #fff;
	color: #222;
	padding: 0;
	margin: 0;
	font-family: 'FiraSans light', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}

/* Accessibility - hides the forward slash */

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
	content: "/";
}

html * {
	font-family: 'FiraSans light', helvetica;
	letter-spacing: -0.03125rem;
	text-rendering: optimizeLegibility;
}

html {
	min-width: 320px;
}

html,
body {
	height: 100%;
	font-size: 100%;
}

#canvas_wrap {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#inner_wrap {
	min-height: 100vh;
	width: 100%;
}

#inner_wrap main {
	transition: transform 500ms ease 0s;
	-webkit-transition: -webkit-transform 500ms ease 0s;
}

#inner_wrap main.open {
	transform: translateX(-256px);
	-webkit-transform: translateX(-256px);
}

#inner_wrap:after {
	content: ' ';
	display: block;
	//height: 4.375rem;
	clear: both;
}

header {
	transition: transform 500ms ease 0s;
	-webkit-transition: -webkit-transform 500ms ease 0s;
}

header.open {
	transform: translateX(-256px);
	-webkit-transform: translateX(-256px);
}

footer {
	position: relative;
	height: 4.375rem;
	margin-top: -4.375rem;
}

#banner {
	position: relative;
	overflow: hidden;
}

#banner #slider {
	min-height: 22.6875rem;
	width: 100%;
	z-index: 1;
	transition: transform 500ms ease 0s;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

#banner #slider .slide {
	display: none;
	max-height: 22.6875rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#banner #slider .slide .slide_a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
}

#banner .buttons {
	display: none;
	width: 64rem;
	height: 6.625rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32rem;
}

#banner .buttons #btn_right {
	position: absolute;
	left: 100%;
	height: 2.6875rem;
	width: 1.4375rem;
	z-index: 3;
	cursor: pointer;
	background-image: url('../i/gulp/slider_right.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#banner .buttons #btn_left {
	position: absolute;
	right: 100%;
	height: 2.6875rem;
	width: 1.4375rem;
	z-index: 3;
	cursor: pointer;
	background-image: url('../i/slider_left.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#banner #ctrl_elm {
	clear: both;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0%;
	background: rgba(0, 0, 0, 0.6);
	height: 5.3125rem;
	color: white;
	z-index: 2;
}

#banner #ctrl_elm .big {
	display: none;
	padding-bottom: 0.3125rem;
}

#banner #ctrl_elm .big .top {
	font-size: 2.125rem;
}

#banner #ctrl_elm .big .bottom {
	font-size: 0.875rem;
}

#banner #ctrl_elm .small {
	font-size: 1.3125rem;
	padding: 0.375rem 0;
	line-height: 1.375rem;
}

#banner #ctrl_elm .small span {
	height: 1.5625rem;
	display: inline-block;
}

#banner #ctrl_elm .sknt-ctrl {
	background: url("../i/gulp/ban_but_none.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: inline-block;
	height: 0.9375rem;
	width: 0.9375rem;
	text-indent: -9999px;
	background-size: contain;
	cursor: pointer;
	display: none;
}

#banner #ctrl_elm .sknt-ctrl.active {
	background: url("../i/gulp/ban_but.png") no-repeat scroll 0 0 transparent;
	background-size: contain;
	font-weight: bold;
}

#banner #ctrl_elm .sknt-ctrl_small {
	background: url("../i/gulp/ban_but_none.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: inline-block;
	height: 0.9375rem;
	text-indent: -9999px;
	width: 0.9375rem;
	background-size: contain;
}

#banner #ctrl_elm .sknt-ctrl_small.active {
	background: url("../i/gulp/ban_but.png") no-repeat scroll 0 0 transparent;
	background-size: contain;
	font-weight: bold;
}

#banner_i {
	position: relative;
	overflow: hidden;
	background-color: #4B0202;
}

#banner_i #slider {
	min-height: 18.75rem;
	width: 100%;
	z-index: 1;
	transition: transform 500ms ease 0s;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

#banner_i #slider .slide {
	max-height: 18.75rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_i #slider .slide .slide_a {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url("../i/gulp/interior_m.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#banner_i #ctrl_elm {
	clear: both;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 16.5625rem;
	color: white;
	z-index: 4;
}

#banner_i #ctrl_elm .sknt-ctrl {
	background: url("../i/gulp/ban_but_none.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: inline-block;
	height: 0.9375rem;
	text-indent: -9999px;
	width: 0.9375rem;
	background-size: contain;
	cursor: pointer;
}

#banner_i #ctrl_elm .sknt-ctrl.active {
	background: url("../i/gulp/ban_but.png") no-repeat scroll 0 0 transparent;
	background-size: contain;
	font-weight: bold;
}

#banner_i .banner_i_info {
	max-width: 64rem;
	padding: 0 1.5625rem;
	margin: 0px auto;
	position: relative;
	background-color: #4b0202;
	color: white;
}

#banner_i .banner_i_info .title {
	position: absolute;
	top: -14.0625rem;
	z-index: 2;
	font-size: 1.875rem;
	padding: 0 0.625rem;
	background-color: rgba(75, 2, 2, 0.8);
	font-family: 'FiraSans ExtraLight';
	letter-spacing: -0.0625rem;
}

#banner_i .banner_i_info .text {
	padding-top: 0.9375rem;
	padding-bottom: 1.5625rem;
}

#banner_i .banner_i_info .text .title_info {
	font-size: 0.9375rem;
	font-weight: bold;
}

#banner_i .banner_i_info .text .info {
	font-size: 0.75rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
}

#banner_i .button_i {
	width: 64rem;
	position: absolute;
	left: 50%;
	margin-left: -32rem;
	top: 13.75rem;
	height: 0;
	display: none;
}

#banner_i .button_i #btn_left_i {
	position: relative;
	width: 1.4375rem;
	height: 6.25rem;
	background: url("../i/gulp/int_l.png") no-repeat;
	background-position-y: center;
	background-size: contain;
	top: 0;
	margin-left: -1.4375rem;
	display: inline-block;
	cursor: pointer;
	z-index: 3;
}

#banner_i .button_i #btn_right_i {
	position: relative;
	width: 6.25rem;
	height: 6.25rem;
	background: url("../i/gulp/int_r.png") no-repeat;
	background-size: contain;
	top: 0;
	left: 100%;
	margin-left: -2.8125rem;
	display: inline-block;
	cursor: pointer;
	z-index: 3;
}

#bg_response {
	background: url("../i/gulp/re_bgr.png");
}

#response {
	position: relative;
	background: url("../i/gulp/pen.png") no-repeat scroll 128% 119%;
	background-size: 50%;
	width: 45rem;
	left: 50%;
	margin-left: -22.5rem;
	padding-top: 2.1875rem;
	padding-bottom: 4.6875rem;
}

#response #banner_r {
	position: relative;
	width: 100%;
	max-width: 100vw;
	margin: 0 auto;
	overflow: hidden;
}

#response #banner_r .title {
	font-size: 1.875rem;
	color: #5c5c5c;
	position: absolute;
	top: 1.25rem;
	left: 50%;
	width: 50%;
	text-align: center;
	font-family: 'FiraSans ExtraLight';
	letter-spacing: -0.0625rem;
}

#response #banner_r #slider {
	height: 19.125rem;
	width: 100%;
	z-index: 1;
	transition: transform 500ms ease 0s;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

#response #banner_r #slider .slide {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#response #banner_r #slider .slide_div {
	position: relative;
	height: 100%;
	display: inline-block;
	width: 100%;
	padding: 0 1.5625rem;
}

#response #banner_r #slider .slide_div img {
	width: 6.875rem;
	height: auto;
	padding-left: 1.25rem;
}

#response #banner_r #slider .slide_div .name {
	font-size: 0.75rem;
	line-height: 0.875rem;
	color: #8b8b8b;
	width: 6.875rem;
	padding-left: 1.25rem;
	text-align: center;
	padding-top: 0.3125rem;
}

#response #banner_r #slider .slide_div .text {
	font-size: 0.75rem;
	line-height: 0.875rem;
	color: #8b8b8b;
	padding-top: 0.9375rem;
}

#response .button_r {
	position: absolute;
	top: 12.5rem;
	width: 64rem;
	left: 50%;
	margin-left: -512px;
	display: none;
}

#response .button_r #btn_left_r {
	position: absolute;
	width: 1.4375rem;
	height: 2.6875rem;
	background: url("../i/gulp/r_l.png") no-repeat;
	background-size: contain;
	top: 0;
	right: 100%;
	cursor: pointer;
	z-index: 5;
}

#response .button_r #btn_right_r {
	position: absolute;
	width: 1.4375rem;
	height: 2.6875rem;
	background: url("../i/gulp/r_r.png") no-repeat;
	background-size: contain;
	top: 0;
	left: 100%;
	cursor: pointer;
	z-index: 5;
}

#response #ctrl_elm {
	clear: both;
	width: 100%;
	text-align: center;
	position: absolute;
	color: white;
	z-index: 2;
	bottom: 0px;
}

#response #ctrl_elm .sknt-ctrl {
	background: url("../i/gulp/ban_but_none.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: inline-block;
	height: 0.9375rem;
	text-indent: -9999px;
	width: 0.9375rem;
	background-size: contain;
	cursor: pointer;
}

#response #ctrl_elm .sknt-ctrl.active {
	background: url("../i/gulp/ban_but.png") no-repeat scroll 0 0 transparent;
	background-size: contain;
	font-weight: bold;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top; /* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
  
  1. Buttons

 */

/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url('../i/default-skin.png') 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
  
  4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */
	background: url(/..i/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut { /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

/*
  
  6. Additional styles

 */

/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

#map {
	position: relative;
}

#map #yandex_map {
	background-image: url('../i/gulp/map_m.gif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#map .ymaps-2-1-23-controls__control {
	left: auto !important;
	right: 0.625rem !important;
}

#map .map_text {
	top: 4.0625rem;
	padding: 0 1.5625rem;
	padding-top: 1.25rem;
	padding-bottom: 0.625rem;
	background-color: #393F48;
	color: white;
}

#map .map_text .title {
	font-size: 1.875rem;
	font-family: 'FiraSans ExtraLight';
	padding: 0.625rem 0;
	letter-spacing: -0.0625rem;
	position: absolute;
	top: 5rem;
	padding: 0 0.625rem;
	margin-left: -0.625rem;
	background-color: rgba(91, 100, 115, 0.9);
}

#map .map_text span {
	font-size: 0.75rem;
	line-height: 0.875rem;
	display: block;
	padding-bottom: 0.625rem;
}

#map .map_text span a {
	text-decoration: none;
	color: white;
}

#map .map_text span a:hover {
	text-decoration: underline;
}

#map .map_text span div {
	display: inline-block;
}

#contacts {
	background-color: white;
}

#contacts .contacts_top {
	max-width: 64rem;
	margin: 0 auto;
	padding: 1.5625rem 1.5625rem;
}

#contacts .contacts_top .telephone,
#contacts .contacts_top .address,
#contacts .contacts_top .time_work {
	color: #8b8b8b;
	padding-left: 2.8125rem;
}

#contacts .contacts_top .telephone {
	font-size: 1.125rem;
	background-image: url('../i/gulp/tel_c.png');
	background-repeat: no-repeat;
	background-size: auto 2.0625rem;
	height: 2.0625rem;
	text-decoration: none;
	display: block;
	padding-top: 0.1875rem;
}

#contacts .contacts_top .address {
	font-size: 0.9375rem;
	background-image: url('../i/gulp/addres_c.png');
	background-repeat: no-repeat;
	background-size: auto 2.1875rem;
	background-position: 0.3125rem 0;
	height: 2.1875rem;
	line-height: 1.125rem;
	margin: 0.625rem 0;
	display: block;
	text-decoration: none;
}

#contacts .contacts_top .time_work {
	font-size: 0.9375rem;
	background-image: url('../i/gulp/time.png');
	background-repeat: no-repeat;
	background-size: auto 1.4375rem;
	height: 1.4375rem;
	background-position: 0.3125rem 0;
}

#contacts .bottom_border {
	clear: both;
	border-bottom: 0.0625rem solid #e6e6e6;
}

#contacts .contacts_bottom {
	max-width: 64rem;
	margin: 0 auto;
	padding: 1.5625rem 1.5625rem;
	font-size: 0.75rem;
	color: #8b8b8b;
	line-height: 0.875rem;
}

#menu {
	position: relative;
	background-color: #efe9bb;
}

#menu .menu_img {
	width: 100%;
	position: relative;
	top: 0;
	background-image: url('../i/gulp/menu_m.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	height: 10.625rem;
	display: block;
}

#menu .menu_text {
	max-width: 64rem;
	padding: 0 1.5625rem;
	margin: 0px auto;
	text-decoration: none;
	color: black;
	display: block;
}

#menu .menu_text .title {
	font-size: 1.875rem;
	font-family: 'FiraSans ExtraLight';
	position: absolute;
	top: 20%;
	left: 1.5625rem;
	letter-spacing: -0.0625rem;
	text-decoration: none;
	color: #273035;
	border-bottom: 0.125rem solid #273035;
	display: inline-block;
}

#menu .menu_text .title:hover {
	color: #cb0000;
	border-bottom: 0.125rem solid #cb0000;
}

#menu .menu_text .menu_chose {
	position: absolute;
	top: 7.1875rem;
	right: 1.5625rem;
}

#menu .menu_text .menu_chose a {
	display: inline-block;
	font-size: 0.9375rem;
	color: #c32200;
}

#menu .menu_text .menu_chose a:first-child {
	margin-right: 0.625rem;
}

#menu .menu_text .menu_bottom {
	font-size: 0.75rem;
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
	line-height: 0.875rem;
}

#bar {
	position: relative;
	background-image: url('../i/gulp/mob_bar_bgr.jpg');
}

#bar .bar_img {
	width: 100%;
	position: relative;
	top: 0;
	background-image: url('../i/gulp/bar_m.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	height: 10.625rem;
	display: block;
}

#bar .bar_text {
	max-width: 64rem;
	padding: 0 1.5625rem;
	margin: 0px auto;
	text-decoration: none;
	display: block;
}

#bar .bar_text .title {
	font-size: 1.875rem;
	font-family: 'FiraSans ExtraLight';
	position: absolute;
	top: 20%;
	right: 1.5625rem;
	letter-spacing: -0.0625rem;
	text-decoration: none;
	color: white;
	border-bottom: 0.125rem solid white;
	display: inline-block;
}

#bar .bar_text .title:hover {
	color: #cb0000;
	border-bottom: 0.125rem solid #cb0000;
}

#bar .bar_text .bar_bottom {
	font-size: 0.75rem;
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
	line-height: 0.875rem;
	color: white;
}

#menu_dishes {
	background-color: white;
}

#menu_dishes .menu_one {
	display: none;
}

#menu_dishes .shadow {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

#menu_dishes .shadow.show_it {
	display: block;
}

#menu_dishes .top {
	position: relative;
}

#menu_dishes .top .img {
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	height: 13.125rem;
}

#menu_dishes .top .info {
	color: white;
}

#menu_dishes .top .info .title {
	font-family: 'FiraSans ExtraLight';
	font-size: 1.875rem;
	padding: 0 1.5625rem;
	display: inline-block;
	height: 13.125rem;
	width: 18.75rem;
	padding-top: 0.625rem;
	padding-bottom: 0.9375rem;
	z-index: 1;
	position: relative;
	line-height: 1.875rem;
	padding: 0px;
}

#menu_dishes .top .info .title div {
	background-color: rgba(75, 2, 2, 0.8);
	position: absolute;
	left: 0px;
	padding-left: 1.5625rem;
	padding: 0.9375rem 1.5625rem;
	bottom: 0;
	width: 100%;
}

#menu_dishes .top .info .title_text {
	background-color: #4B0202;
	padding: 0.9375rem 1.5625rem;
	font-size: 0.9375rem;
	padding-bottom: 0.625rem;
	font-weight: bold;
	margin-top: -0.625rem;
}

#menu_dishes .top .info .text {
	background-color: #4B0202;
	padding: 0 1.5625rem;
	font-size: 0.65625rem;
	padding-bottom: 1.5625rem;
}

#menu_dishes .content_menu {
	padding: 0 1.5625rem;
}

#menu_dishes .content_menu .dishes {
	padding: 1.25rem 0;
}

#menu_dishes .content_menu .dishes .title {
	font-size: 1.125rem;
	font-family: 'FiraSans ExtraLight';
	width: 78%;
}

#menu_dishes .content_menu .dishes .text {
	font-size: 0.5625rem;
	display: inline-block;
	width: 78%;
	padding-right: 0.625rem;
}

#menu_dishes .content_menu .dishes .right_dishes {
	display: inline-block;
	width: 20%;
}

#menu_dishes .content_menu .dishes .right_dishes .structure {
	font-size: 0.5625rem;
}

#menu_dishes .content_menu .dishes .right_dishes .price {
	font-size: 1.125rem;
}

#menu_dishes .content_menu.drinks .grup_title {
	padding-top: 1.875rem;
	position: relative;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_right {
	float: right;
	font-size: 0.9375rem;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 85%;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_left {
	font-family: 'FiraSans ExtraLight';
	font-size: 1.875rem;
	text-align: center;
	float: none;
}

#menu_dishes .content_menu.drinks .grup_title.none {
	display: none;
}

#menu_dishes .content_menu.drinks .sub_grup_title {
	padding-top: 1.25rem;
	border-bottom: 0.0625rem solid black;
	position: relative;
	margin-bottom: 1.25rem;
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_right {
	float: right;
	font-size: 0.9375rem;
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 0px;
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_left {
	float: left;
	font-size: 1.125rem;
	font-family: 'FiraSans ExtraLight';
}

#menu_dishes .content_menu.drinks .sub_grup_title.none {
	display: none;
}

#menu_dishes .content_menu.drinks .dishes {
	padding-bottom: 0;
}

#menu_dishes .content_menu.drinks .clear {
	clear: both;
}

#menu_dishes #contacts {
	border-top: 0.0625rem solid #e6e6e6;
}

#menu_slider {
	position: relative;
	height: 5rem;
	margin: 0 1.5625rem;
}

#menu_slider #slider_m {
	position: relative;
	z-index: 2;
	background-color: #f2f2f2;
	height: initial;
	-webkit-user-select: none;
	position: absolute;
	width: 100%;
}

#menu_slider #slider_m .more_slider_m {
	overflow: hidden;
}

#menu_slider #slider_m .sel {
	text-shadow: 0px 0px 0px black;
	color: black;
}

#menu_slider #slider_m .slider_m_type {
	height: 5rem;
	white-space: nowrap;
	transition: transform 500ms ease 0s;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

#menu_slider #slider_m .slider_m_type .menu_type {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: 5rem;
	width: 33.3333%;
	font-size: 0.6875rem;
	line-height: 0.875rem;
	padding: 0 0.3125rem;
	padding-top: 3rem;
	white-space: normal;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 2.1875rem;
	background-position: center 20%;
}

#menu_slider #slider_m .slider_m_type .menu_type .en_text {
	font-size: 0.625rem;
}

#menu_slider #slider_m .slider_m_type .menu_type:hover {
	text-shadow: 0px 0px 0px black;
	color: black;
}

#menu_slider #slider_m .hidden_slider {
	height: 0px;
	position: relative;
	overflow: hidden;
	background-color: #f2f2f2;
	transition: height 0s;
	-webkit-transition: height 0s; /* Safari and Chrome */
	-moz-transition: height 0s; /* Firefox 4 */
	-o-transition: height 0s; /* Opera */
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	float: left;
	height: 5rem;
	width: 33.3333%;
	font-size: 0.6875rem;
	line-height: 0.875rem;
	padding: 0 0.3125rem;
	padding-top: 3rem;
	background-repeat: no-repeat;
	background-size: 2.1875rem;
	background-position: center 20%;
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden.check {
	display: none;
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden .en_text {
	font-size: 0.625rem;
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden:hover {
	text-shadow: 0px 0px 0px black;
	color: black;
}

#menu_slider #slider_m #anchor {
	position: absolute;
	top: 100%;
	width: 4.1875rem;
	height: 0.75rem;
	left: 50%;
	margin-left: -2.0625rem;
	background: url("../i/gulp/anchor_01.png") no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	z-index: 3;
}

#menu_slider #slider_m #anchor:hover {
	background: url("../i/gulp/anchor_02.png") no-repeat;
	background-size: contain;
}

#menu_slider .button_m {
	position: absolute;
	top: 0;
	height: 5rem;
	width: 100%;
}

#menu_slider .button_m.no_ready {
	display: none;
}

#menu_slider .button_m #btn_left_m {
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 100%;
	background-image: url("../i/gulp/arr_l1.png");
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 0.9375rem;
	cursor: pointer;
	z-index: 4;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#menu_slider .button_m #btn_right_m {
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 100%;
	background-image: url("../i/gulp/arr_r1.png");
	background-repeat: no-repeat;
	background-position: 0% center;
	background-size: 0.9375rem;
	cursor: pointer;
	z-index: 4;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#menu_slider .button_m #btn_left_m:hover {
	background-image: url("../i/gulp/arr_l2.png");
}

#menu_slider .button_m #btn_right_m:hover {
	background-image: url("../i/gulp/arr_r2.png");
}

body {
	background-color: #f2f2f2;
}

header {
	-webkit-transform: translateZ(0);
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: #273035;
}

header #top_menu {
	max-width: 64rem;
	margin: 0 auto;
	padding: 0 1.5625rem;
	height: 3.125rem;
}

header #top_menu .logo2 {
	height: 1.5625rem;
	width: 1.5625rem;
	display: inline-block;
	float: left;
	background-image: url('../i/gulp/logo_mob.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

header #top_menu menu {
	list-style-type: none;
	display: inline-block;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: calc(100% - 1.5625rem);
}

header #top_menu menu li {
	display: none;
	color: white;
	text-align: center;
	font-size: 0.5625rem;
	height: 100%;
}

header #top_menu menu li.big_li {
	background-image: url('../i/gulp/logo_mob.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0% center;
	height: 1.5625rem;
	display: inline-block;
	width: 100%;
	font-size: 0.75rem;
	margin-top: 0.71875rem;
	padding-left: 1.5625rem;
	padding-top: 0.25rem;
}

header #top_menu menu li a {
	text-decoration: none;
	color: white;
	font-family: 'FiraSans Regular';
	width: 100%;
	display: block;
	height: 100%;
}

header #top_menu menu li.big_li a {
	width: calc(100% + 1.5625rem);
	margin-left: -1.5625rem;
	padding-left: 1.5625rem;
}

header #top_menu .btn_right_menu {
	position: absolute;
	height: 3.125rem;
	width: 4.25rem;
	float: left;
	cursor: pointer;
	background-image: url('../i/gulp/menu_mob.svg');
	background-repeat: no-repeat;
	background-size: 1.5625rem;
	background-position: 1.125rem center;
	display: inline-block;
	margin-left: -1.125rem;
}

#right_menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	z-index: 4;
	width: 16rem;
}

#right_menu a {
	display: block;
	height: 3.1875rem;
	border-bottom: 1px solid #969595;
	text-decoration: none;
	color: white;
	font-family: 'FiraSans Regular';
	font-size: 0.75rem;
	padding-left: 2.5rem;
	padding-top: 0.9375rem;
}

#right_menu a.sel {
	background-color: #cb0000;
}

footer {
	background-color: #273035;
}

footer .social {
	max-width: 64rem;
	margin: 0 auto;
	height: 100%;
	padding: 0 1.5625rem;
}

footer .social a {
	display: inline-block;
	height: 100%;
	padding: 0.9375rem 0;
	width: 25%;
	float: left;
}

footer .social a img {
	height: 100%;
	display: block;
	margin: 0 auto;
}

main #restaurant-bar {
	padding-top: 3.125rem;
}

main #right_menu_background {
	-webkit-transform: translateZ(0);
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	z-index: 4;
	width: 16rem;
	height: 100%;
	background-color: #2d2b2b;
}

main .hide_shadow {
	cursor: pointer;
	box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	display: none;
	position: absolute;
	z-index: 6;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

main.open .hide_shadow {
	display: block;
	background: rgba(0, 0, 0, 0.2);
}

.only_up {
	display: none;
	position: absolute;
	left: 0;
	top: 4.375rem;
	width: 6.25rem;
	cursor: pointer;
	z-index: 998;
	padding-left: 2.1875rem;
	background-image: url('../i/only_up.svg');
	background-repeat: no-repeat;
	background-size: 1.25rem;
	background-position-x: 0.5rem;
	background-position-y: 0.4375rem;
	background-color: rgba(91, 100, 115, 0.9);
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	color: white;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
	background-image: url(../i/default-skin.svg);
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
	background: none;
}

}

@media only screen and (min-width:40em) {

header #top_menu menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5rem;
}

header #top_menu menu:before,
header #top_menu menu:after {
	content: " ";
	display: table;
}

header #top_menu menu:after {
	clear: both;
}

header #top_menu menu li {
	padding-left: 0;
	padding-right: 0;
	width: 16.66667%;
	float: left;
}

header #top_menu menu li.big_li {
	padding-left: 0;
	padding-right: 0;
	width: 33.33333%;
	float: left;
}

#banner #ctrl_elm .big {
	display: block;
}

#banner #ctrl_elm .small {
	display: none;
}

#banner #ctrl_elm .sknt-ctrl {
	height: 1.8125rem;
	width: 2rem;
	display: inline-block;
}

#banner #ctrl_elm .sknt-ctrl_small {
	display: none;
}

#banner_i #ctrl_elm .sknt-ctrl {
	height: 1.8125rem;
	width: 2rem;
}

#response #ctrl_elm .sknt-ctrl {
	height: 1.8125rem;
	width: 2rem;
}

#contacts .contacts_top .telephone,
#contacts .contacts_top .address,
#contacts .contacts_top .time_work {
	display: inline-block;
}

#contacts .contacts_top .time_work {
	display: none;
}

#menu .menu_text {
	position: absolute;
	top: 0px;
	margin-left: 2.8125rem;
	width: 35%;
	margin-top: 3.75rem;
	padding: 0;
}

#menu .menu_text .menu_chose {
	position: initial;
}

#bar .bar_text {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	margin-right: 2.8125rem;
	width: 35%;
	margin-top: 3.75rem;
	padding: 0;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_right {
	text-align: right;
	top: 50%;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_left {
	float: left;
}

#menu_dishes .content_menu.drinks .sub_grup_title {
	margin-bottom: 0;
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_right {
	position: initial;
	padding-top: 0.9375rem;
}

header #top_menu menu li.sel {
	background-color: #ae0000;
}

header #top_menu menu li:hover {
	background-color: #cb0000;
}

header #top_menu .btn_right_menu {
	display: none;
}

main.open .hide_shadow {
	display: none;
}

}

@media only screen and (min-width:40em) and (max-width:63.938em) {

#banner #slider {
	min-height: 25.5rem;
}

#banner #slider .slide {
	max-height: 25.5rem;
}

#banner #ctrl_elm {
	height: 6.25rem;
}

#banner #ctrl_elm .big .bottom {
	line-height: 0.625rem;
}

#banner #ctrl_elm .big .bottom span {
	height: 0.875rem;
	display: inline-block;
}

#banner_i #slider {
	min-height: 20.6875rem;
}

#banner_i #slider .slide {
	max-height: 20.6875rem;
}

#banner_i #slider .slide .slide_a {
	background: url("../i/gulp/interior_p.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#banner_i #ctrl_elm {
	top: initial;
	bottom: 0;
}

#banner_i .banner_i_info {
	padding: 0.625rem 1.25rem 0 2.8125rem;
	position: absolute;
	top: 3.125rem;
	background-color: rgba(75, 2, 2, 0.8);
	width: 20rem;
	z-index: 2;
}

#banner_i .banner_i_info .title {
	position: initial;
	padding: 0;
	background-color: initial;
	font-size: 2.125rem;
	letter-spacing: -0.125rem;
	margin-left: -0.3125rem;
}

#banner_i .banner_i_info .text {
	padding-top: 0;
	padding-bottom: 1.5625rem;
}

#banner_i .banner_i_info .text .title_info {
	font-size: 0.875rem;
	font-family: 'FiraSans Book';
}

#banner_i .banner_i_info .text .info {
	font-size: 0.75rem;
	line-height: 0.875rem;
}

#response {
	width: 100%;
	left: 0%;
	margin: 0;
	background: url("../i/gulp/pen.png") no-repeat scroll 135% 13.3125rem;
	background-size: 50%;
	padding: 0 2.8125rem;
	padding-bottom: 5rem;
	overflow: hidden;
}

#response #banner_r .title {
	position: initial;
	text-align: right;
	width: initial;
	letter-spacing: -0.125rem;
	font-size: 2.125rem;
	padding-top: 0.9375rem;
}

#response #banner_r #slider {
	height: 9.375rem;
}

#response #banner_r #slider {
	height: 9.375rem;
}

#response #banner_r #slider .slide {
	height: 9.375rem;
	overflow: hidden;
}

#response #banner_r #slider .slide_div {
	padding: 0;
}

#response #banner_r #slider .slide_div img {
	width: 6.4375rem;
	padding-left: 0;
}

#response #banner_r #slider .slide_div .name {
	font-size: 0.875rem;
	width: 6.4375rem;
	padding: 0 0.625rem;
	margin-top: 0.625rem;
	line-height: 1rem;
}

#response #banner_r #slider .slide_div .text {
	position: absolute;
	top: 0;
	padding-left: 7.5rem;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

#map .map_text {
	width: 15.625rem;
	top: 3.125rem;
	padding: 0;
	padding-left: 2.8125rem;
	left: 0%;
	position: absolute;
	background-color: rgba(91, 100, 115, 0.9);
}

#map .map_text .title {
	position: initial;
	padding: 0.625rem 0;
	font-size: 2.125rem;
	letter-spacing: -0.125rem;
	background-color: initial;
	margin-left: -0.3125rem;
}

#map .map_text span {
	font-size: 0.75rem;
	line-height: 0.875rem;
	padding-bottom: 1.25rem;
}

#map .map_text span div {
	display: block;
}

#contacts .contacts_top {
	padding: 1.5625rem 2.125rem;
}

#contacts .contacts_top .telephone {
	background-size: auto 1.875rem;
	font-size: 1.3125rem;
	height: 1.875rem;
	margin: 0 2.9375rem;
	padding-left: 2.5rem;
	padding-top: 0;
	display: inline-block;
	vertical-align: top;
}

#contacts .contacts_top .address {
	font-size: 0.875rem;
	background-size: auto 2.5rem;
	height: 2.5rem;
	margin: 0 2.1875rem;
	padding-left: 2.5rem;
	line-height: 1.25rem;
	display: inline-block;
}

#contacts .contacts_top span {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

#contacts .contacts_top span .telephone {
	margin: 0 auto;
	display: block;
	width: 12.5rem;
}

#contacts .contacts_top span .address {
	margin: 0 auto;
	display: block;
	width: 13.4375rem;
}

#contacts .contacts_bottom {
	padding: 1.875rem 2.8125rem;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

#menu {
	height: 20.5625rem;
}

#menu .menu_img {
	height: 20.5625rem;
	background-image: url('../i/gulp/menu_p.jpg');
}

#menu .menu_text .title {
	position: initial;
	font-size: 2.125rem;
	letter-spacing: -0.125rem;
}

#menu .menu_text .menu_chose a {
	font-size: 1.625rem;
}

#menu .menu_text .menu_chose a:first-child {
	margin-right: 0.9375rem;
}

#menu .menu_text .menu_bottom {
	padding: 0;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

#bar {
	height: 20.5625rem;
}

#bar .bar_img {
	height: 20.5625rem;
	background-image: url('../i/gulp/bar_p.jpg');
}

#bar .bar_text .title {
	position: initial;
	font-size: 2.125rem;
	letter-spacing: -0.125rem;
}

#bar .bar_text .bar_bottom {
	padding: 0;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

#menu_dishes .top .img {
	height: 15.625rem;
}

#menu_dishes .top .info .title {
	height: 15.625rem;
}

#menu_dishes .top .info .title div {
	padding-left: 2.8125rem;
	font-size: 2.125rem;
}

#menu_dishes .top .info .title_text {
	padding-left: 2.8125rem;
	font-size: 0.875rem;
}

#menu_dishes .top .info .text {
	padding-left: 2.8125rem;
	font-size: 0.75rem;
}

#menu_dishes .content_menu {
	padding: 0 2.8125rem;
}

#menu_dishes .content_menu .dishes .title {
	font-size: 1.5rem;
	width: 50%;
}

#menu_dishes .content_menu .dishes .text {
	font-size: 0.875rem;
	width: 50%;
}

#menu_dishes .content_menu .dishes .right_dishes {
	width: calc( 49% - 10px);
}

#menu_dishes .content_menu .dishes .right_dishes .structure {
	display: inline-block;
	font-size: 0.875rem;
	text-align: right;
	width: 60%;
}

#menu_dishes .content_menu .dishes .right_dishes .price {
	display: inline-block;
	font-size: 1.5rem;
	text-align: right;
	width: 38%;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_right {
	font-size: 0.875rem;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_left {
	font-size: 2.125rem;
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_right {
	font-size: 0.875rem;
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_left {
	font-size: 1.5rem;
}

#menu_slider {
	height: 5.625rem;
	margin: 0;
	padding: 0 2.8125rem;
}

#menu_slider #slider_m {
	width: calc(100% - 5.625rem);
}

#menu_slider #slider_m .slider_m_type {
	height: 5.625rem;
}

#menu_slider #slider_m .slider_m_type .menu_type {
	width: 20%;
	font-size: 0.75rem;
	line-height: 0.875rem;
	background-position: center 25%;
	background-size: 2.5rem;
	height: 5.625rem;
	padding: 0 0.9375rem;
	padding-top: 3.4375rem;
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden {
	width: 20%;
	font-size: 0.75rem;
	line-height: 0.875rem;
	background-position: center 25%;
	background-size: 2.5rem;
	height: 5.625rem;
	padding: 0 0.9375rem;
	padding-top: 3.75rem;
}

#menu_slider .button_m {
	height: 5.625rem;
	width: calc(100% - 5.625rem);
}

header #top_menu {
	height: 3.125rem;
	padding: 0 2.125rem;
}

header #top_menu .logo2 {
	background-image: url('../i/gulp/logo_mob.svg');
	height: 3.125rem;
	width: 3.125rem;
}

header #top_menu menu {
	width: 100%;
	height: 3.125rem;
}

header #top_menu menu li {
	display: inline-block;
	width: 11%;
}

header #top_menu menu li.big_li {
	width: 44%;
	margin: 0;
	padding-top: 0;
	padding-left: 2.25rem;
	height: 100%;
	background-size: 1.5625rem;
	background-position: 0.6875rem center;
}

header #top_menu menu li a {
	padding-top: 1rem;
	font-size: 0.75rem;
}

}

@media only screen and (min-width:64em) {

html * {
	letter-spacing: -0.0625rem;
}

#inner_wrap:after {
	//height: 7.25rem;
}

footer {
	height: 7.25rem;
	margin-top: -7.25rem;
}

#banner #slider {
	min-height: 45.375rem;
}

#banner #slider .slide {
	max-height: 45.375rem;
}

#banner .buttons {
	display: block;
}

#banner .buttons #btn_right {
	background-image: url('../i/slider_right.png');
}

#banner .buttons #btn_left {
	background-image: url('../i/slider_left.png');
}

#banner #ctrl_elm {
	height: 10.625rem;
}

#banner #ctrl_elm .big {
	padding-bottom: 0.625rem;
}

#banner #ctrl_elm .big .top {
	padding-top: 0.3125rem;
	font-size: 3.75rem;
}

#banner #ctrl_elm .big .bottom {
	margin-top: -0.625rem;
	font-size: 1.5rem;
}

#banner #ctrl_elm .sknt-ctrl {
	background: url("../i/ban_but_none.png") no-repeat scroll 0 0 transparent;
}

#banner #ctrl_elm .sknt-ctrl.active {
	background: url("../i/ban_but.png") no-repeat scroll 0 0 transparent;
}

#banner_i #slider {
	min-height: 36.75rem;
}

#banner_i #slider .slide {
	max-height: 36.75rem;
}

#banner_i #ctrl_elm {
	top: initial;
	bottom: 0;
}

#banner_i #ctrl_elm .sknt-ctrl {
	background: url("../i/ban_but_none.png") no-repeat scroll 0 0 transparent;
}

#banner_i #ctrl_elm .sknt-ctrl.active {
	background: url("../i/ban_but.png") no-repeat scroll 0 0 transparent;
}

#banner_i .banner_i_info {
	padding: 1.25rem 1.25rem 0 5rem;
	position: absolute;
	top: 5.625rem;
	background-color: rgba(75, 2, 2, 0.8);
	left: 50%;
	margin-left: -35.75rem;
	width: 35.75rem;
	z-index: 2;
}

#banner_i .banner_i_info .title {
	position: initial;
	padding: 0;
	background-color: initial;
	font-size: 3.75rem;
	letter-spacing: -0.125rem;
	margin-left: -0.3125rem;
}

#banner_i .banner_i_info .text {
	padding-top: 0;
	padding-bottom: 3.125rem;
}

#banner_i .banner_i_info .text .title_info {
	font-size: 1.5rem;
	font-family: 'FiraSans Book';
}

#banner_i .banner_i_info .text .info {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

#banner_i .button_i #btn_left_i {
	background: url("../i/int_l.png") no-repeat;
	background-position-y: center;
}

#banner_i .button_i #btn_right_i {
	background: url("../i/int_r.png") no-repeat;
}

#response {
	width: 90rem;
	left: 50%;
	margin-left: -45rem;
	background: url("../i/pen.png") no-repeat scroll 139% 144%;
	padding-bottom: 10.625rem;
	overflow: hidden;
}

#response #banner_r {
	margin: 0;
	padding: 0;
	width: 64rem;
	left: 50%;
	margin-left: -32rem;
}

#response #banner_r .title {
	position: initial;
	text-align: right;
	width: initial;
	letter-spacing: -0.125rem;
	font-size: 3.75rem;
	padding-right: 1.25rem;
}

#response #banner_r #slider {
	height: 15.625rem;
}

#response #banner_r #slider .slide {
	height: 15.625rem;
	overflow: hidden;
}

#response #banner_r #slider .slide_div {
	padding: 0 1.25rem;
	padding-right: 0;
	padding-left: 0;
}

#response #banner_r #slider .slide_div img {
	width: 11.25rem;
}

#response #banner_r #slider .slide_div .name {
	font-size: 1.375rem;
	line-height: 1.375rem;
	width: 11.875rem;
	padding: 0 0.625rem;
	padding-left: 1.875rem;
	margin-top: 0.625rem;
	line-height: 1.5625rem;
}

#response #banner_r #slider .slide_div .text {
	position: absolute;
	top: 0;
	padding-left: 13.75rem;
	padding-right: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

#response .button_r {
	display: block;
}

#response .button_r #btn_left_r {
	background: url("../i/r_l.png") no-repeat;
}

#response .button_r #btn_right_r {
	background: url("../i/r_r.png") no-repeat;
}

#response #ctrl_elm .sknt-ctrl {
	background: url("../i/ban_but_none.png") no-repeat scroll 0 0 transparent;
}

#response #ctrl_elm .sknt-ctrl.active {
	background: url("../i/ban_but.png") no-repeat scroll 0 0 transparent;
}

#map #yandex_map {
	background-image: none;
}

#map .map_text {
	width: 27.5625rem;
	top: 5.625rem;
	padding: 0;
	padding-left: 5rem;
	left: 50%;
	margin-left: -35.75rem;
	position: absolute;
	background-color: rgba(91, 100, 115, 0.9);
}

#map .map_text .title {
	position: initial;
	padding: 0.625rem 0;
	font-size: 3.75rem;
	letter-spacing: -0.125rem;
	background-color: initial;
	margin-left: -0.3125rem;
}

#map .map_text span {
	font-size: 1.125rem;
	line-height: 1.375rem;
	padding-bottom: 1.25rem;
}

#map .map_text span div {
	display: block;
}

#contacts .contacts_top {
	padding: 1.875rem 1.25rem;
}

#contacts .contacts_top .telephone {
	background-image: url('../i/tel_c.png');
	background-size: auto 3.125rem;
	font-size: 2.25rem;
	height: 3.375rem;
	margin: 0 5rem;
	padding-left: 4.75rem;
	padding-top: 0;
	display: inline-block;
}

#contacts .contacts_top .address {
	background-image: url('../i/addres_c.png');
	font-size: 1.5rem;
	background-size: auto 3.125rem;
	margin: 0;
	height: 3.375rem;
	margin: 0 3.75rem;
	padding-left: 4.75rem;
	line-height: 1.5625rem;
	display: inline-block;
}

#contacts .contacts_bottom {
	padding: 3.125rem 1.25rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

#menu {
	height: 36.875rem;
}

#menu .menu_text {
	margin: 0 auto;
	left: 50%;
	margin-left: -30.75rem;
	margin-top: 7.5rem;
	width: 26.25rem;
}

#menu .menu_text .title {
	position: initial;
	font-size: 3.75rem;
	letter-spacing: -0.125rem;
}

#menu .menu_text .menu_chose a {
	font-size: 3rem;
}

#menu .menu_text .menu_chose a:first-child {
	margin-right: 1.25rem;
}

#menu .menu_text .menu_bottom {
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

#bar {
	height: 36.875rem;
}

#bar .bar_text {
	margin: 0 auto;
	right: 50%;
	margin-right: -30.75rem;
	margin-top: 7.5rem;
	width: 26.25rem;
}

#bar .bar_text .title {
	position: initial;
	font-size: 3.75rem;
	letter-spacing: -0.125rem;
}

#bar .bar_text .bar_bottom {
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

#menu_dishes .top {
	height: 34.625rem;
}

#menu_dishes .top .img {
	height: 34.625rem;
}

#menu_dishes .top .info {
	width: 64rem;
	position: absolute;
	width: 64rem;
	left: 50%;
	margin-left: -35.75rem;
	bottom: 0;
}

#menu_dishes .top .info .title div {
	padding-left: 5rem;
	margin-bottom: -0.40625rem;
	padding-top: 1.5625rem;
	line-height: 3.75rem;
}

#menu_dishes .top .info .title {
	margin: 0;
	padding: 0;
	width: 35.75rem;
	font-size: 3.75rem;
	padding-left: 5rem;
	letter-spacing: -0.125rem;
	padding-right: 1.25rem;
	line-height: 2.8125rem;
	padding-top: 1.5625rem;
	padding-bottom: 0.9375rem;
	height: initial;
}

#menu_dishes .top .info .title_text {
	background-color: rgba(75, 2, 2, 0.8);
	margin: 0;
	padding: 0;
	width: 35.75rem;
	font-size: 1.5rem;
	font-family: 'FiraSans Book';
	padding-left: 5rem;
}

#menu_dishes .top .info .text {
	background-color: rgba(75, 2, 2, 0.8);
	margin: 0;
	padding: 0;
	width: 35.75rem;
	padding-left: 5rem;
	font-size: 1.125rem;
	padding-top: 1.25rem;
	padding-bottom: 3.125rem;
	padding-right: 1.25rem;
}

#menu_dishes .content_menu {
	width: 64rem;
	padding: 1.25rem 1.25rem;
	margin: 0 auto;
	padding-bottom: 2.5rem;
}

#menu_dishes .content_menu .dishes {
	padding: 2.5rem 0;
}

#menu_dishes .content_menu .dishes .title {
	width: 32rem;
	font-size: 2.25rem;
}

#menu_dishes .content_menu .dishes .text {
	width: 32rem;
	padding: 0;
	font-size: 1.125rem;
}

#menu_dishes .content_menu .dishes .right_dishes {
	width: 29.25rem;
}

#menu_dishes .content_menu .dishes .right_dishes .structure {
	display: inline-block;
	font-size: 1.125rem;
	text-align: right;
	width: 22.5rem;
}

#menu_dishes .content_menu .dishes .right_dishes .price {
	display: inline-block;
	font-size: 2.25rem;
	text-align: right;
	width: 6.5rem;
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_right {
	font-size: 1.5rem;
	font-family: 'FiraSans Book';
}

#menu_dishes .content_menu.drinks .grup_title .grup_title_left {
	font-size: 3.75rem;
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_right {
	font-size: 1.5rem;
	font-family: 'FiraSans Book';
}

#menu_dishes .content_menu.drinks .sub_grup_title .sub_grup_title_left {
	font-size: 2.25rem;
}

#menu_slider {
	height: 10.75rem;
	margin: 0;
	height: 10.75rem;
	left: 50%;
	margin-left: -32rem;
	width: 64rem;
}

#menu_slider #slider_m .slider_m_type {
	height: 10.75rem;
}

#menu_slider #slider_m .slider_m_type .menu_type {
	width: 20%;
	font-size: 1.125rem;
	line-height: 1.125rem;
	background-position: center 25%;
	background-size: 5.3125rem;
	height: 10.75rem;
	padding: 0 2.1875rem;
	padding-top: 7.5rem;
}

#menu_slider #slider_m .slider_m_type .menu_type .en_text {
	font-size: 0.875rem;
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden {
	width: 20%;
	font-size: 1.125rem;
	line-height: 1.125rem;
	background-position: center 25%;
	background-size: 5.3125rem;
	height: 10.75rem;
	padding: 0 2.1875rem;
	padding-top: 7.5rem;
}

#menu_slider #slider_m .hidden_slider .menu_type_hidden .en_text {
	font-size: 0.875rem;
}

#menu_slider #slider_m #anchor {
	margin-left: -4.1875rem;
	width: 8.375rem;
	height: 1.5rem;
	background: url("../i/anchor_01.png") no-repeat;
	background-size: contain;
}

#menu_slider #slider_m #anchor:hover {
	background: url("../i/anchor_02.png") no-repeat;
	background-size: contain;
}

#menu_slider .button_m {
	height: 10.75rem;
}

#menu_slider .button_m #btn_left_m {
	background-image: url("../i/arr_l1.png");
	background-position: calc(100% - 20px) center;
	margin-right: -1.25rem;
	background-size: 1.4375rem;
}

#menu_slider .button_m #btn_right_m {
	background-image: url("../i/arr_r1.png");
	background-position: 1.25rem center;
	margin-left: -1.25rem;
	background-size: 1.4375rem;
}

#menu_slider .button_m #btn_left_m:hover {
	background-image: url("../i/arr_l2.png");
}

#menu_slider .button_m #btn_right_m:hover {
	background-image: url("../i/arr_r2.png");
}

@font-face {
	font-family: 'FiraSans light';
	src: url("../css/fira_font/woff/FiraSans-Light.woff"), url("../css/fira_font/firasans-light.ttf"), url("../css/fira_font/otf/FiraSans-Light.otf");
}

@font-face {
	font-family: 'FiraSans Regular';
	src: url("../css/fira_font/woff/FiraSans-Regular.woff"), url("../css/fira_font/firamono-regular.ttf"), url("../css/fira_font/otf/FiraSans-Regular.otf");
}

@font-face {
	font-family: 'FiraSans ExtraLight';
	src: url("../css/fira_font/woff/FiraSans-ExtraLight.woff"), url("../css/fira_font/firasans-extralight.ttf"), url("../css/fira_font/otf/FiraSans-ExtraLight.otf");
}

@font-face {
	font-family: 'FiraSans Book';
	src: url("../css/fira_font/woff/FiraSans-Book.woff"), url("../css/fira_font/firasans-book.ttf"), url("../css/fira_font/otf/FiraSans-Book.otf");
}

header #top_menu {
	height: 3.125rem;
	padding: 0;
}

header #top_menu .logo2 {
	background-image: url('../i/logo.png');
	height: 3.125rem;
	width: 3.125rem;
}

header #top_menu menu {
	width: 100%;
	max-width: 64rem;
	height: 3.125rem;
}

header #top_menu menu li {
	display: inline-block;
	width: 12%;
}

header #top_menu menu li.big_li {
	background-image: url('../i/logo_mob.svg');
	width: 40%;
	font-size: 1.125rem;
	margin: 0;
	padding-left: 4.375rem;
	height: 100%;
	background-position: 1.25rem center;
	padding-top: 0;
}

header #top_menu menu li a {
	padding-top: 0.625rem;
	font-size: 1.125rem;
}

header #top_menu menu li.big_li a {
	width: calc(100% + 4.375rem);
	margin-left: -4.375rem;
	padding-left: 4.375rem;
}

}

@media only screen and (min-width:64em) and (max-width:89.938em) {

#banner_i #slider .slide .slide_a {
	background: url("../i/gulp/interior_d.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#menu .menu_img {
	height: 36.875rem;
	background-image: url('../i/gulp/menu_d.jpg');
}

#bar .bar_img {
	height: 36.875rem;
	background-image: url('../i/gulp/bar_d.jpg');
}

}

@media only screen and (min-width:90em) {

#banner_i #slider .slide .slide_a {
	background: url("../i/gulp/interior_w.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#menu .menu_img {
	height: 36.875rem;
	background-image: url('../i/gulp/menu_w.jpg');
}

#bar .bar_img {
	height: 36.875rem;
	background-image: url('../i/gulp/bar_w.jpg');
}

}

@media screen and (max-width: 1024px) {

.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right;
}

}

@-webkit-keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

