/*** RESET ***/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,a,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;outline:0 none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
img,a img,:link img,:visited img{border:0;outline:none}
table{border-collapse:collapse;border-spacing:0}
tr{vertical-align:middle}
th,td{vertical-align:inherit}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
ins{background:#999;color:#000;text-decoration:none}
mark{display:inline-block;vertical-align:middle;padding:0 .5em;background:#999;color:#000;font-style:normal;font-weight:400;line-height:1.5}
del{text-decoration:line-through}
abbr[title],dfn[title]{border:1px dotted #999;cursor:help}
hr{display:block;margin:1em 0;padding:0;height:1px;color:#999;background:#999;border:0}
button,input,select,textarea{margin:0;padding:0;outline:0 none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button,input{width:auto;overflow:visible}
button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner,textarea::-moz-focus-inner{padding:0;border:0}
textarea{overflow:auto;resize:none;vertical-align:top}
input[type="button"],input[type="submit"],input[type="reset"],button{cursor:pointer}
input[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}
input[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}
::-webkit-input-placeholder{color:inherit;opacity:.8}
:-moz-placeholder{color:inherit;opacity:.8}
::-moz-placeholder{color:inherit;opacity:.8}
:-ms-input-placeholder{color:inherit;opacity:.8}
::-ms-clear{display:none}
pre,code,kbd,samp{font-family:monospace,sans-serif}
html{overflow-y:scroll}
small,.small{font-size:.75em}
big,.big{font-size:1.25em}
b,strong{font-weight:700}
i,em{font-style:italic}
sub{vertical-align:sub;font-size:smaller;line-height:.5}
sup{vertical-align:super;font-size:smaller;line-height:.5}
pre{padding:2em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}
img{max-width:100%}

/*** GRID ***/
.d-grid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8.33%;
	padding-right: 8.33%;
	max-width: 1176px;
}
.is-liquid-layout .d-grid { max-width: 100%; }
.is-fixed-layout .d-grid { width: 1176px; }
.d-row {  display: block; margin-left: -15px; margin-right: -15px; }
.d-col { display: inline-block; vertical-align: top; position: relative; float: left; padding-left: 15px; padding-right: 15px; width: 100%; min-height: 1px; }
.d-col.d-fr { float: right; }
.d-row_ib {/* font-size: 0; */}
.d-row_ib .d-col { float: none; margin: 0 -.125em; }
.d-col_xs_0 { width: 0; }
.d-col_xs_1 { width: 8.33%; }
.d-col_xs_2 { width: 16.66%; }
.d-col_xs_3 { width: 25%; }
.d-col_xs_4 { width: 33.33%; }
.d-col_xs_5 { width: 41.66%; }
.d-col_xs_6 { width: 50%; }
.d-col_xs_7 { width: 58.33%; }
.d-col_xs_8 { width: 66.66%; }
.d-col_xs_9 { width: 75%; }
.d-col_xs_10 { width: 83.33%; }
.d-col_xs_11 { width: 91.66%; }
.d-col_xs_12 { width: 100%; }
.d-col-offset_xs_0 { margin-left: 0; }
.d-col-offset_xs_1 { margin-left: 8.33%; }
.d-col-offset_xs_2 { margin-left: 16.66%; }
.d-col-offset_xs_3 { margin-left: 25%; }
.d-col-offset_xs_4 { margin-left: 33.33%; }
.d-col-offset_xs_5 { margin-left: 41.66%; }
.d-col-offset_xs_6 { margin-left: 50%; }
.d-col-offset_xs_7 { margin-left: 58.33%; }
.d-col-offset_xs_8 { margin-left: 66.66%; }
.d-col-offset_xs_9 { margin-left: 75%; }
.d-col-offset_xs_10 { margin-left: 83.33%; }
.d-col-offset_xs_11 { margin-left: 91.66%; }
.d-col-offset_xs_12 { margin-left: 100%; }
@media (min-width:640px){
	.d-col_sm_0 { width: 0; }
	.d-col_sm_1 { width: 8.33%; }
	.d-col_sm_2 { width: 16.66%; }
	.d-col_sm_3 { width: 25%; }
	.d-col_sm_4 { width: 33.33%; }
	.d-col_sm_5 { width: 41.66%; }
	.d-col_sm_6 { width: 50%; }
	.d-col_sm_7 { width: 58.33%; }
	.d-col_sm_8 { width: 66.66%; }
	.d-col_sm_9 { width: 75%; }
	.d-col_sm_10 { width: 83.33%; }
	.d-col_sm_11 { width: 91.66%; }
	.d-col_sm_12 { width: 100%; }
	.d-col-offset_sm_0 { margin-left: 0; }
	.d-col-offset_sm_1 { margin-left: 8.33%; }
	.d-col-offset_sm_2 { margin-left: 16.66%; }
	.d-col-offset_sm_3 { margin-left: 25%; }
	.d-col-offset_sm_4 { margin-left: 33.33%; }
	.d-col-offset_sm_5 { margin-left: 41.66%; }
	.d-col-offset_sm_6 { margin-left: 50%; }
	.d-col-offset_sm_7 { margin-left: 58.33%; }
	.d-col-offset_sm_8 { margin-left: 66.66%; }
	.d-col-offset_sm_9 { margin-left: 75%; }
	.d-col-offset_sm_10 { margin-left: 83.33%; }
	.d-col-offset_sm_11 { margin-left: 91.66%; }
	.d-col-offset_sm_12 { margin-left: 100%; }
}
@media (min-width:768px){
	.d-col_md_0 { width: 0; }
	.d-col_md_1 { width: 8.33%; }
	.d-col_md_2 { width: 16.66%; }
	.d-col_md_3 { width: 25%; }
	.d-col_md_4 { width: 33.33%; }
	.d-col_md_5 { width: 41.66%; }
	.d-col_md_6 { width: 50%; }
	.d-col_md_7 { width: 58.33%; }
	.d-col_md_8 { width: 66.66%; }
	.d-col_md_9 { width: 75%; }
	.d-col_md_10 { width: 83.33%; }
	.d-col_md_11 { width: 91.66%; }
	.d-col_md_12 { width: 100%; }
	.d-col-offset_md_0 { margin-left: 0; }
	.d-col-offset_md_1 { margin-left: 8.33%; }
	.d-col-offset_md_2 { margin-left: 16.66%; }
	.d-col-offset_md_3 { margin-left: 25%; }
	.d-col-offset_md_4 { margin-left: 33.33%; }
	.d-col-offset_md_5 { margin-left: 41.66%; }
	.d-col-offset_md_6 { margin-left: 50%; }
	.d-col-offset_md_7 { margin-left: 58.33%; }
	.d-col-offset_md_8 { margin-left: 66.66%; }
	.d-col-offset_md_9 { margin-left: 75%; }
	.d-col-offset_md_10 { margin-left: 83.33%; }
	.d-col-offset_md_11 { margin-left: 91.66%; }
	.d-col-offset_md_12 { margin-left: 100%; }
}
@media (min-width:1024px){
	.d-col_lg_0 { width: 0; }
	.d-col_lg_1 { width: 8.33%; }
	.d-col_lg_2 { width: 16.66%; }
	.d-col_lg_3 { width: 25%; }
	.d-col_lg_4 { width: 33.33%; }
	.d-col_lg_5 { width: 41.66%; }
	.d-col_lg_6 { width: 50%; }
	.d-col_lg_7 { width: 58.33%; }
	.d-col_lg_8 { width: 66.66%; }
	.d-col_lg_9 { width: 75%; }
	.d-col_lg_10 { width: 83.33%; }
	.d-col_lg_11 { width: 91.66%; }
	.d-col_lg_12 { width: 100%; }
	.d-col-offset_lg_0 { margin-left: 0; }
	.d-col-offset_lg_1 { margin-left: 8.33%; }
	.d-col-offset_lg_2 { margin-left: 16.66%; }
	.d-col-offset_lg_3 { margin-left: 25%; }
	.d-col-offset_lg_4 { margin-left: 33.33%; }
	.d-col-offset_lg_5 { margin-left: 41.66%; }
	.d-col-offset_lg_6 { margin-left: 50%; }
	.d-col-offset_lg_7 { margin-left: 58.33%; }
	.d-col-offset_lg_8 { margin-left: 66.66%; }
	.d-col-offset_lg_9 { margin-left: 75%; }
	.d-col-offset_lg_10 { margin-left: 83.33%; }
	.d-col-offset_lg_11 { margin-left: 91.66%; }
	.d-col-offset_lg_12 { margin-left: 100%; }
}
@media (min-width: 1280px) {
	.d-col_0 { width: 0; }
	.d-col_1 { width: 8.33%; }
	.d-col_2 { width: 16.66%; }
	.d-col_3 { width: 25%; }
	.d-col_4 { width: 33.33%; }
	.d-col_5 { width: 41.66%; }
	.d-col_6 { width: 50%; }
	.d-col_7 { width: 58.33%; }
	.d-col_8 { width: 66.66%; }
	.d-col_9 { width: 75%; }
	.d-col_10 { width: 83.33%; }
	.d-col_11 { width: 91.66%; }
	.d-col_12 { width: 100%; }
	.d-col-offset_0 { margin-left: 0; }
	.d-col-offset_1 { margin-left: 8.33%; }
	.d-col-offset_2 { margin-left: 16.66%; }
	.d-col-offset_3 { margin-left: 25%; }
	.d-col-offset_4 { margin-left: 33.33%; }
	.d-col-offset_5 { margin-left: 41.66%; }
	.d-col-offset_6 { margin-left: 50%; }
	.d-col-offset_7 { margin-left: 58.33%; }
	.d-col-offset_8 { margin-left: 66.66%; }
	.d-col-offset_9 { margin-left: 75%; }
	.d-col-offset_10 { margin-left: 83.33%; }
	.d-col-offset_11 { margin-left: 91.66%; }
	.d-col-offset_12 { margin-left: 100%; }
}

/*** COMMON ***/
body, button, input, select, textarea, .d-row_ib > * {
	font: 300 16px/1.5 'Open Sans', sans-serif;
	color: #fff;
}
button,input,select,textarea { font-size: inherit; line-height: normal; }
.d-row_ib > * { font-family: inherit; color: inherit; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h0 {
	margin-bottom: .5em;
	font-weight: 900;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

.h0 {
	font-size: 8.125em;
}

h1, .h1 {
	font-size: 5.625em;
}

h2, .h2 {
	font-size: 3em;
}

h3, .h3 {
	font-size: 1.75em;
}

h4, .h4 {
	font-size: 1.5em;
}

h5, .h5 {
	font-weight: inherit;
	font-size: .875em;
	font-family: inherit;
}

h6, .h6 {
	font-weight: inherit;
	font-size: 12px;
	font-family: inherit;
}

.hl_v {
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 0;
	margin: -.5em -.6em 0;
	line-height: 1;
	-webkit-transform: rotate(90deg) translate(50%, 50%);
	-moz-transform: rotate(90deg) translate(50%, 50%);
	-ms-transform: rotate(90deg) translate(50%, 50%);
	-o-transform: rotate(90deg) translate(50%, 50%);
	transform: rotate(90deg) translate(50%, 50%);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.hl_v_l {
	left: -.25em;
	right: auto;
	-webkit-transform: rotate(90deg) translate(-50%, -100%);
	-moz-transform: rotate(90deg) translate(-50%, -100%);
	-ms-transform: rotate(90deg) translate(-50%, -100%);
	-o-transform: rotate(90deg) translate(-50%, -100%);
	transform: rotate(90deg) translate(-50%, -100%);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ff_pfdsc {
	font-family: 'Playfair Display', serif;
}

.clr_green {
	color: #017343;
}

.clr_gray {
	color: #959595;
}

.clr_dark {
	color: #010d19;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #017343;
}

a.d-lnk-js, .d-lnk-js:hover, a.d-lnk-js:hover, a.d-lnk-tdn, .d-lnk-tdn a {
	text-decoration: none;
}
a.d-lnk-js { border-bottom: 1px dotted; }
a.d-lnk-js:hover { border-bottom-color: transparent; }
a[href^='tel:'] { color: inherit !important; text-decoration: none !important; cursor: default; }

p { margin-bottom: 1.5em; }
dd { padding: 0 0 1em 1em; }
ol, ul { margin-bottom: 1.5em; }
ol { margin-left: 1.5em; list-style-type: decimal; }
ul { margin-left: 1em; list-style: disc; }
li { margin-bottom: .75em; }
nav ol, nav ul, nav li, fieldset ol, fieldset ul, fieldset li, .d-plain, .d-plain li, .d-plain dd, input.d-plain, button.d-plain, textarea.d-plain { margin: 0; padding: 0; background: none; border: 0; list-style: none; }
nav li:before, fieldset li:before, .d-plain li:before { display: none; }
fieldset li { margin-bottom: 1.5em; }

.d-bsbb,.d-grid,.d-col,.d-wrapper,.btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.d-wrapper { display: block; position: relative; width: 100%; overflow: hidden; }
.d-table { display: table; table-layout: fixed; }
.d-table__row { display: table-row; }
.d-table__cell { display: table-cell; vertical-align: middle; }
.d-cb:after,.d-grid:after,.d-row:after { clear: both; display: block; height: 0; content:'.'; visibility: hidden; }
.d-clear { clear: both; }
.d-ht { display: block; text-align: left; text-indent: -999em; overflow: hidden; } 
.d-db { display: block; }
.d-ib,.btn { display: inline-block; vertical-align: middle; }
.d-ha:after,.d-hb:before { display: block; height: 0; content: '.'; text-align: left; text-indent: -999em; overflow: hidden; }
.d-fn { float: none; }
.d-fl { float: left; }
.d-fr { float: right; }
.d-pr { position: relative; }
.d-tac { text-align: center; }
.d-tal { text-align: left; }
.d-tar { text-align: right; }
.d-taj { text-align: justify; }
.d-ttu { text-transform: uppercase; }
.d-lhn { line-height: normal; }
.d-vat { vertical-align: top; }
.d-vam { vertical-align: middle; }
.d-vab { vertical-align: bottom; }
.d-wsnw { white-space: nowrap; }
.d-hidden,.d-hide-pc { display: none; }
[id^='bx_incl_area'] { display: inline; }

.blockquote {
	position: relative;
	margin: 8em 0;
	border: .5em solid rgba(0, 0, 0, .5);
	border-top: 0;
}

.blockquote:before, .blockquote:after {
	position: absolute;
	top: 0;
	border-top: .5em solid rgba(0, 0, 0, .5);
	content: '';
}

.blockquote:before {
	left: 0;
	right: 50%;
	margin-right: 10%;
}

.blockquote:after {
	right: 0;
	left: 50%;
	margin-left: 10%;
}

.blockquote__body {
	padding: 5em 20%;
	text-align: center;
}

.blockquote__body:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-weight: 900;
	font-size: 15em;
	line-height: .25em;
	font-family: 'Playfair Display', serif;
	color: rgba(0, 0, 0, .5);
	content: 'ʼʼ';
	letter-spacing: -.05em;
	text-align: center;
	text-indent: -.05em;
}

.is-flexbox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.is-flexbox_justify { -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.is-flexbox_row { -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.is-flexbox_stretch { -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; }

/* table */
.page-wrap table { margin: 2em 0; }
.page-wrap tr { vertical-align: inherit; }
.page-wrap td, .page-wrap th { padding: .5em 1em; border: 1px solid #999; }
.page-wrap th { background: #f0f0f0; font-weight: 700; text-align: center; }
.page-wrap table.d-plain, .page-wrap table.d-plain th, .page-wrap table.d-plain td { margin: 0; padding: 0; background: none; border: 0; }

/* form */
.page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, #colorbox button, #colorbox input, #colorbox select, #colorbox textarea, .btn {
	padding: .825em 15px;
	background: none;
	border: 1px solid #fff;
	border-radius: 8px;
}

.page-wrap button, .page-wrap [type="button"], .page-wrap [type="reset"], .page-wrap [type="submit"], #colorbox button, #colorbox [type="button"], #colorbox [type="reset"], #colorbox [type="submit"], .btn {
	padding-left: 40px;
	padding-right: 40px;
	background: #017343;
	border-color: #017343;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2em;
}

.page-wrap button:hover, .page-wrap [type="button"]:hover, .page-wrap [type="reset"]:hover, .page-wrap [type="submit"]:hover, #colorbox button:hover, #colorbox [type="button"]:hover, #colorbox [type="reset"]:hover, #colorbox [type="submit"]:hover, .btn:hover {
	color: #fff;
	box-shadow: 0 1.125em 3.75em rgba(1, 115, 67, .77);
}

.page-wrap .btn_o, #colorbox .btn_o {
	background: none;
	border-color: #fff;
	color: #fff;
}

.page-wrap .btn_buy, #colorbox .btn_buy {
	position: relative;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-color: #017343;
}

.page-wrap .btn_buy .fa, #colorbox .btn_buy .fa {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.5em;
}

.page-wrap .btn_o:hover, #colorbox .btn_o:hover {
	border-color: #017343;
	box-shadow: none;
}

.page-wrap .btn_buy:hover, #colorbox .btn_buy:hover {
	background: #017343;
}

.page-wrap input[type="checkbox"],.page-wrap input[type="radio"],#colorbox input[type="checkbox"],#colorbox input[type="radio"] { position: absolute; padding: 0; width: 1px; height: 1px; background: none; border: 0; opacity: 0; }

.page-wrap input[type="checkbox"] + label, .page-wrap input[type="radio"] + label, #colorbox input[type="checkbox"] + label, #colorbox input[type="radio"] + label {
	display: inline-block;
	position: relative;
	padding-left: 2.5em;
	cursor: pointer;
}

.page-wrap input[type="checkbox"] + label:before, .page-wrap input[type="radio"] + label:before, #colorbox input[type="checkbox"] + label:before, #colorbox input[type="radio"] + label:before {
	position: absolute;
	top: -1px;
	left: 0;
	margin-top: 0;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	border: 1px solid #017343;
	font: normal normal normal 1em/1.5em FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-align: center;
	content: '\f00c';
}

.page-wrap input[type="checkbox"]:checked + label:before, .page-wrap input[type="radio"]:checked + label:before, #colorbox input[type="checkbox"]:checked + label:before, #colorbox input[type="radio"]:checked + label:before {
	color: #017343;
}
.page-wrap select,#colorbox select {-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}

/* transition */
.page-wrap a,.page-wrap button,.page-wrap input,.page-wrap select,.page-wrap textarea,#colorbox a,#colorbox button,#colorbox input,#colorbox select,#colorbox textarea,.trans,.trans_hb:before,.trans_ha:after,.btn { -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; }
.page-wrap .notrans,#colorbox .notrans,.notrans_hb:before,.notrans_ha:after { -webkit-transition: all 0s; -moz-transition: all 0s; -o-transition: all 0s; transition: all 0s; }
.cbtrans { -webkit-transition: all 1s cubic-bezier(.215,.61,.355,1); -moz-transition: all 1s cubic-bezier(.215,.61,.355,1); -o-transition: all 1s cubic-bezier(.215,.61,.355,1); transition: all 1s cubic-bezier(.215,.61,.355,1); }

/* figure */
figure.is-bgd { display: block; position: relative; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
figure.is-bgd img { display: none; }
figure.is-contain { display: block; position: relative; overflow: hidden; }
figure.is-contain img { position: absolute; top: 50%; left: 50%; max-height: 100%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

/* slider */
.slider { position: relative; }
.slider:after { display: block; clear: both; height: 0; content: ''; }
.slider__item { float: left; position: relative; }

.slider_top .slider__item:before {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	box-shadow: inset 0 0 300px 150px rgba(0, 0, 0, 1);
}

.slider_top .slider__item a {
	display: block;
	color: #fff !important;
}


.slider_top .slider__item figure {
	padding-bottom: 48.4375%;
}

.slider_top .slider__item .slider__item__art, .slider_top .slider__item .slider__item__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}

.slider_top .slider__item .slider__item__art {
	margin-left: -5%;
}

.slider_top .slider__item .slider__item__art img {
	height: 100%;
}

.slider_top .slider__item__descr {
	position: absolute;
	z-index: 5;
	top: 30%;
	margin-top: 5%;
	left: 0;
	right: 0;
	opacity: .5;
}

.slider_top .slider__item__text {
	max-width: 760px;
}

.slider_top .slick-current .slider__item__art {
	margin-left: 20%;
}

.slider_top .slick-current .slider__item__descr {
	margin-top: 0;
	opacity: 1;
}

.slider_top .slick-dots {
	top: 50%;
	bottom: auto;
	left: 2.5%;
	width: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider_top .slick-dots li {
	display: block;
	margin: 8px 0;
}

.slider_chef {
	position: relative;
	margin-bottom: 7em;
}

.slider_chef:before {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	margin: -60px;
	width: 695px;
	height: 795px;
	background: url(../img/img_chief.png) 0 100% no-repeat;
	background-size: 100%;
	content: '';
}

.slider_chef__caption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	margin: 2% 2.5%;
	line-height: 1.125;
	text-align: right;
}

.slider_chef__caption div {
	font-size: 2em;
}

.slider_chef .slider__item figure {
	padding-bottom: 50%;
}

.slider_chef .slick-dots {
	top: 100%;
	bottom: auto;
	margin-top: 1em;
}

.slider_aquarium {
	position: relative;
}

.slider_aquarium figure {
	position: relative;
	padding-bottom: 48.28125%;
}

.slider_aquarium figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -140px;
}

.slider_aquarium .slider__item__text {
	margin-left: 50%;
	padding: 0 8% 0 140px;
}

.slider_aquarium .slider__item__text .h3 {
	display: inline-block;
	position: relative;
	padding-bottom: .25em;
	border-bottom: 1px solid #fff;
}

.slider_aquarium .slider__item__text .h3:before {
	position: absolute;
	top: 100%;
	right: 100%;
	width: 160px;
	border-top: 1px solid #fff;
	content: '';
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.slider_aquarium .slider__item__text p {
	margin: 0;
}

.slider_aquarium .slider__item__dot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1em;
	width: 2em;
	height: 2em;
	background: #001024;
	border-radius: 100%;
}

.slider_aquarium .slick-dots {
	margin-bottom: 4em;
}

.slider_about {
	margin: 5em 0;
}

.slider_about .slider__item__body {
	position: relative;
	margin-bottom: 80px;
}

.slider_about figure {
	padding-bottom: 48%;
}

.slider_about__descr {
	position: absolute;
	bottom: -80px;
	left: 50%;
	right: 8%;
	margin: 0 15px;
	padding: 30px;
	background: #041624;
}

.slider_about__descr h3 {
	margin-bottom: 1.5em;
}

.slider_about nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
	text-align: center;
}

.slider_about nav div {
	display: inline-block;
	position: relative;
	padding: 0 30px;
}

.slider_about .slick-dots {
	position: static;
}

.slider_menu {
	margin-bottom: 8em;
}

.slider_menu .slider__item__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .075;
}

.slider_menu .slider__item__body {
	position: relative;
	z-index: 2;
	padding: 8%;
}

.slider_menu .slider__item__body figure {
	padding-bottom: 66.67%;
}

.slider_menu .slider__item__body figure:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: -webkit-linear-gradient(left, rgba(1, 15, 28, 0), rgba(1, 15, 28, 1));
	background: -moz-linear-gradient(left, rgba(1, 15, 28, 0), rgba(1, 15, 28, 1));
	background: -ms-linear-gradient(left, rgba(1, 15, 28, 0), rgba(1, 15, 28, 1));
	background: -o-linear-gradient(left, rgba(1, 15, 28, 0), rgba(1, 15, 28, 1));
	background: linear-gradient(to right, rgba(1, 15, 28, 0), rgba(1, 15, 28, .75));
}

.slider_menu .slider__item__descr {
	position: relative;
	left: -30%;
	padding-top: 25%;
}

.slider_menu .slider__item__descr .h4 {
	margin: 0;
	font-family: inherit;
}

.slider_menu .slider__item__text {
	margin-bottom: 1.5em;
}

.slider_menu .slick-dots {
	bottom: 6%;
	left: 0;
	right: 25%;
	width: auto;
}

/* nav */
.nav_pager { margin: 3em 0; line-height: 1; text-align: center; }
.nav_pager li { display: inline-block; vertical-align: middle; margin-right: 6px; background: #ebebeb; text-align: center; border-radius: 4px; }
.nav_pager a, .nav_pager span { display: block; padding: .9285714285714286em 0; width: 40px; color: #2b2b2b; border: 0; border-radius: 4px; }
.nav_pager a:hover, .nav_pager .nav_pager__current { background: #313541; color: #fff; }
.nav_pager .nav_pager__current span { color: inherit; }

.nav_top {
	padding: 0 15px;
}

.nav_top li {
	display: inline-block;
	margin-right: 1.5em;
}

.nav_bottom {
	padding: 0 15px;
}

.nav_bottom li {
	display: inline-block;
	margin-right: 1.5em;
}

.nav_socials {
	text-align: center;
}

.nav_socials li {
	display: inline-block;
	margin: 0 .25em;
	font-size: 1.5em;
}

.nav_socials a {
	text-decoration: none;
}

.nav_icons {
	position: relative;
	z-index: 30;
	margin-top: -130px;
	margin-bottom: 40px;
}

.nav_icons ul {
	margin: 0;
}

.nav_icons ul:after {
	display: none;
}

.nav_icons li {
}

.nav_icons a {
	display: block;
	text-decoration: none;
}

.nav_icons figure {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 40px;
	width: 90px;
	height: 90px;
	overflow: unset;
}

.nav_icons figure:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -20px;
	background: url(../img/bg_nav_icons.png) 50% no-repeat;
	background-size: 100%;
	content: '';
}

.nav_icons span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
}

.nav_grid_menu {
	position: relative;
	margin: 7.5em 0;
}

.nav_grid_menu li {
	width: 33.33%;
}

.nav_grid_menu a {
	display: block;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 80%;
	background: #000;
	overflow: hidden;
}

.nav_grid_menu a:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	content: '';
	opacity: .9;
}

.nav_grid_menu figure {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav_grid_menu span {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 1em;
}

.nav_grid_menu li:nth-child(4n+1) {
	width: 66.66%;
}

.nav_grid_menu li:nth-child(4n+1) a {
	padding-bottom: calc(38.839%);
}

.nav_grid_menu li:nth-child(4n+2) {
	float: right;
}

.nav_grid_menu li:nth-child(4n+2) a {
	padding-bottom: calc(160% + 30px);
}

.nav_grid_menu a:hover figure {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.nav_inner {
	margin-bottom: 4em;
}

.nav_inner li {
	display: inline-block;
	vertical-align: bottom;
}

.nav_inner a {
	text-decoration: none;
}

.nav_inner__parent li {
	margin: 0 40px 10px 0;
}

.nav_inner__parent a {
	border-bottom: 5px solid transparent;
}

.nav_inner__parent a:hover {
	color: inherit;
	opacity: .8;
}

.nav_inner__parent a.current {
	border-bottom-color: #017343;
	opacity: 1;
}

.nav_inner__child {
}

.nav_inner__child li {
	margin: 0 15px 10px 0;
}

.nav_inner__child a {
	color: #959595;
}

.nav_inner__child a:hover {
	color: #fff;
}

.nav_inner__child a.current {
	color: #017343;
}

.nav_breadcrumbs {
	position: absolute;
	top: 140px;
	left: 60px;
	width: 100vh;
	font-size: .875em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.nav_breadcrumbs li {
	display: inline-block;
}

.nav_breadcrumbs li + li:before {
	display: inline-block;
	content: '>';
}

.iconed {
	position: relative;
}

.iconed:before {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/icons.png) no-repeat;
	content: '';
}

.iconed_hit {
	padding-left: 35px;
}

.iconed_hit:before {
	margin-top: -10px;
	width: 30px;
	height: 20px;
	background-position: -5px -10px;
}

.iconed_chef {
	padding-left: 30px;
}

.iconed_chef:before {
	margin-top: -12px;
	width: 25px;
	height: 23px;
	background-position: -7px -48px;
}

/*** STYLES ***/
html, body { min-width: 1176px; min-height: 100%; height: 100%; }

body {
	position: relative;
	background: #010f1c;
	-webkit-text-size-adjust: 100%;
}

#d-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-size: 100% 930px;
	overflow: hidden;
}

#d-wrap:after { display: block; clear: both; height: 0; content:''; }

#d-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 333;
	padding: 15px 0;
	min-width: 320px;
}

#d-header .d-grid {
	padding-left: 15px;
	padding-right: 15px;
}

.d-header__logo {
	display: block;
	width: 8.33%;
	-webkit-flex: 0 1 8.33%;
	-ms-flex: 0 1 8.33%;
	flex: 0 1 8.33%;
}

.d-header__logo img {
	display: block;
}

#d-header .nav_top ul {
	max-width: 340px;
}

.d-header__contacts {
	position: relative;
	top: -.15em;
	margin: 0 -1em;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.d-header__contacts__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em;
}

.d-header__contacts__item .fa {
	position: relative;
	top: .065em;
	margin-right: .5em;
	vertical-align: middle;
}

#d-header .nav_socials {
	padding: 0 15px;
}

.d-header__buttons {
	margin-left: 15px;
}

.d-header_address {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	margin: -.5em .75em 0;
	padding: 0 .5em;
	font-size: 2em;
	line-height: 1;
	color: #fff;
	-webkit-transform: rotate(-90deg) translate(50%, 50%);
	-moz-transform: rotate(-90deg) translate(50%, 50%);
	-ms-transform: rotate(-90deg) translate(50%, 50%);
	-o-transform: rotate(-90deg) translate(50%, 50%);
	transform: rotate(-90deg) translate(50%, 50%);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.d-header_address:hover {
	margin: -.5em 1.25em 0;
}

#d-content { min-height: 100vh; }

.page-content {
	padding: 10em 0;
}

.page-section {
	padding: 0 8.33%;
}

.section-aquarium {
	position: relative;
	background: url(../img/bg_aquarium.jpg) 50% no-repeat;
	background-size: cover;
}

.section-aquarium:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/bg_aquarium_art.png) 50% no-repeat;
	background-size: cover;
	content: '';
}

.section-aquarium__caption {
	position: absolute;
	z-index: 10;
	top: 6em;
	left: 0;
}

.section-aquarium__caption h2 {
	margin-bottom: .25em;
}

.section-aquarium__btn {
	position: absolute;
	bottom: 7em;
	left: 0;
	right: 0;
	text-align: center;
}

.section-about {
	position: relative;
	padding: 10em 0 6em;
}

.section-about:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0) 50%, #000);
	background: -moz-linear-gradient(top, #000, rgba(0, 0, 0, 0) 50%, #000);
	background: -ms-linear-gradient(top, #000, rgba(0, 0, 0, 0) 50%, #000);
	background: -o-linear-gradient(top, #000, rgba(0, 0, 0, 0) 50%, #000);
	background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0) 50%, #000);
}

.section-about .d-grid {
	position: relative;
	z-index: 2;
}

.section-about__header {
	position: relative;
}

.section-about__header figure {
	padding-bottom: 50%;
}

.section-about__header__title {
	position: absolute;
	top: 50%;
	left: 0;
	max-height: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-about__descr {
	position: relative;
	padding-bottom: 3em;
}

.section-about__descr:before {
	position: absolute;
	top: 25%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 -5%;
	border: .33em solid #fff;
	content: '';
}

.section-about__text {
	position: relative;
	z-index: 2;
	margin: -12% 10% 5em;
	padding: 8%;
	background: #010d19;
	box-shadow: 5px 65px 172px rgba(0, 0, 0, .5);
}

.section-about__text p:last-child {
	margin-bottom: 0;
}

.section-about__gallery {
	position: relative;
	z-index: 2;
}

.section-map {
	position: relative;
	padding: 5em 0;
	min-height: 25em;
}

.section-map__body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section-map__descr {
	position: relative;
	z-index: 5;
	margin-left: auto;
	padding: 5% 15px;
	background: #010d19;
	text-align: center;
}

.section-map__descr h2 {
	margin-bottom: 1em;
}

.grid_events .d-col {
	margin-bottom: 30px;
}

.grid_events__item {
	position: relative;
	padding: 15px 15px 80px;
	height: 100%;
	background: #030d17;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid_galleries .grid_events__item {
	padding-bottom: 15px;
}

.grid_events__item__img {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 75%;
}

.grid_events__item__img figure {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.grid_events__item__date {
	margin-bottom: 1em;
}

.grid_events__item__title {
	display: block;
	margin-bottom: .75em;
	line-height: 1.25;
}

.grid_events__item__preview {
	font-weight: 400;
	line-height: 1.125;
	color: #959595;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 3.375em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid_events__item__price {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.grid_events__item__price .h4 {
	margin: 0;
}

.grid_events__more {
	position: relative;
	z-index: 13;
	float: right;
	margin-top: 30px;
}

.grid_events.slider {
	margin: 5em 0;
}

.grid_events.slider h2 {
	margin-bottom: 2em;
}

.grid_events.slider .d-row {
	display: block;
}

.grid_events.slider .d-col {
	margin: 0;
	height: auto;
}

.grid_events.slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.grid_events.slider .slick-track:before, .grid_events.slider .slick-track:after {
	display: none;
}

.grid_events.slider .slick-dots {
	top: 100%;
	bottom: auto;
	margin-top: 30px;
}

.grid_gallery {
	margin-top: 4em;
	width: 100% !important;
}

.grid_gallery figure {
	margin-bottom: 30px;
	padding-bottom: 100%;
}

.page_menu__header {
	margin: 0 8.33%;
}

.page_menu__body {
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.page_menu__body.has-bg {
	padding-top: 33%;
}

.page_menu__body.has-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 10%;
	padding-bottom: 100%;
	content: '';
	background: -webkit-linear-gradient(top, rgba(1, 15, 28, 0), #010f1c 25%, #010f1c);
	background: -moz-linear-gradient(top, rgba(1, 15, 28, 0), #010f1c 25%, #010f1c);
	background: -ms-linear-gradient(top, rgba(1, 15, 28, 0), #010f1c 25%, #010f1c);
	background: -o-linear-gradient(top, rgba(1, 15, 28, 0), #010f1c 25%, #010f1c);
	background: linear-gradient(to bottom, rgba(1, 15, 28, 0), #010f1c 25%, #010f1c);
}

.page_menu__content {
	position: relative;
	z-index: 5;
	margin: 0 8.33%;
	padding-bottom: 1px;
	background: rgba(1, 15, 28, .7);
	box-shadow: 0 35px 90px rgba(0, 0, 0, .5);
}

.page_menu__content__header {
	position: relative;
	margin-bottom: 4em;
	text-align: center;
}

.page_menu__content__header h2 {
	position: relative;
	top: -.5em;
	margin-bottom: -.5em;
}
.page_menu__content__header h2 + div { margin-top: 1em; }

.page_menu__content section {
	position: relative;
	margin: 0 30px 4em;
	padding: 0 8.33%;
}

.page_menu__content section:before {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 30px;
	width: 1em;
	height: 6em;
	background: #01663b;
	content: '';
}

.page_menu__subtitle { margin-top: -1em; margin-bottom: 2em; }

.page_menu__content__item {
	margin-bottom: 2em;
}

.page_menu__content__item__title {
	margin-bottom: .25em;
	font-family: inherit;
	text-transform: none;
}

.page_menu__content__item__price .h4 {
	display: inline;
	font-family: inherit;
}

.page_menu__content__item__price .fa {
	margin-left: .25em;
}

.page_menu__content__item__feat {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 21px 10px 0;
}

.page_about {
	padding-top: 10%;
	background: url(../img/bg_about.png) 25% 0 no-repeat;
	background-size: 50%;
}

.page_about h1 {
	margin-bottom: 0;
}

.page_about__preview {
	margin: 4em 0 3em;
}

.page_about__text {
	margin: 5em 0;
}

.page_about .btn {
	margin: 0 15px 15px 0;
	width: 250px;
}

.interactive-gallery {
	position: relative;
	margin: 8em 0;
	padding-bottom: 56.25%;
}

.interactive-gallery .h2 {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 8%;
	margin-top: -.5em;
}

.interactive-gallery iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_contacts {
	margin-bottom: -10em;
}

.page_contacts__body {
	position: relative;
	z-index: 13;
	padding: 10% 0 17% 35%;
	background: url(../img/bg_contacts.png) 50% 100% no-repeat;
	background-size: 100%;
}

.page_contacts .section-map {
	margin-top: -6.66%;
}

.page_events {
	margin: 20% -40px 0;
	padding: 1px 40px 0;
	background: -webkit-linear-gradient(top, rgba(1, 15, 28, .9), rgba(1, 15, 28, 0));
	background: -moz-linear-gradient(top, rgba(1, 15, 28, .9), rgba(1, 15, 28, 0));
	background: -ms-linear-gradient(top, rgba(1, 15, 28, .9), rgba(1, 15, 28, 0));
	background: -o-linear-gradient(top, rgba(1, 15, 28, .9), rgba(1, 15, 28, 0));
	background: linear-gradient(to bottom, rgba(1, 15, 28, .9), rgba(1, 15, 28, 0));
	box-shadow: 0 35px 90px rgba(0, 0, 0, .25);
}

.page_events h1 {
	margin: -.5em 0 .5em;
	text-align: center;
}

.detail-event__header {
	margin-bottom: 5em;
}

.detail-event__img {
	float: left;
	width: 41.66%;
}

.detail-event__img img {
	display: block;
	margin: 0 auto;
}

.detail-event__info {
	margin-left: 50%;
	margin-right: 8.33%;
	padding-top: 7%;
}

.detail-event__info h1 {
	margin-bottom: .125em;
}

.detail-event__preview {
	margin-top: 2em;
}

.detail-event__price {
	margin: 1.5em 0 .25em;
}

.detail-event__actions {
	padding-top: 1em;
}

.detail-event__actions .btn {
	margin: 1em 30px 1em 0;
	width: 240px;
}

.detail-event__actions .fa {
	margin-right: 10px;
}

.detail-event__actions_bottom {
	padding-top: 3em;
}

.detail-event__text {
	margin: 5em 0;
}

.detail-event_custom .detail-event__img {
	float: none;
	margin-bottom: -13%;
	width: 100%;
}

.detail-event_custom .detail-event__info {
	position: relative;
	margin-left: 25%;
	padding: 3em 8%;
	background: #010d19;
	background: -webkit-linear-gradient(left, #010d19, #051726);
	background: -moz-linear-gradient(left, #010d19, #051726);
	background: -ms-linear-gradient(left, #010d19, #051726);
	background: -o-linear-gradient(left, #010d19, #051726);
	background: linear-gradient(to right, #010d19, #051726);
	box-shadow: 5px 65px 170px rgba(0, 0, 0, .53);
}

.grid_gallery figure {
	margin-bottom: 30px;
	padding-bottom: 100%;
}

.box_video {
	position: relative;
	margin: 5em 0;
	padding-bottom: 56.25%;
}

.box_video .h1 {
}

.box_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_404 {
	position: relative;
	padding: 0 15px 1px;
	text-align: center;
}

.page_404 img {
	display: block;
	margin: 0 auto -15em;
}

.page_404__text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.page_lunch {
	text-align: center;
}

.page_lunch__header {
	margin-bottom: 4em;
	padding-top: 17%;
}

.page_lunch__header h1 {
	margin-bottom: 0;
}

.page_lunch__body {
	padding: 6em 8.33% 4em;
	background: #010f1c;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.15);
}

.page_lunch__vars {
	margin: 5em 10% -5em;
}

.page_lunch__var {
	margin-bottom: 4em;
}

.page_lunch__var__item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100px;
	height: 100px;
	background: url(../img/bg_lunch_vars.png) no-repeat;
	background-size: 100%;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.page_lunch__var__item + .page_lunch__var__item {
	margin-left: 20px;
}

.page_lunch__var__item + .page_lunch__var__item:before {
	position: absolute;
	top: 50%;
	right: 100%;
	margin: -.5em 6px 0 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	content: '+';
}

.page_lunch__var__item_salad {
	background-position: 50% 0;
}

.page_lunch__var__item_soup {
	background-position: 50% -100px;
}

.page_lunch__var__item_main {
	background-position: 50% -200px;
}

.page_lunch__var__item span {
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
}

.page_lunch__var__sum {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 20px;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.page_lunch__var__sum span {
	display: block;
	font-size: 2em;
}

.page_lunch__var__sum:before {
	position: absolute;
	top: 50%;
	right: 100%;
	margin: -.5em 6px 0 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	content: '=';
}

.page_lunch__var_complex .page_lunch__var__item + .page_lunch__var__item {
	margin-left: -42px;
}

.page_lunch__var_complex .page_lunch__var__item:before {
	display: none;
}

.page_lunch__var_complex .page_lunch__var__sum {
	margin-left: 20px;
}

.page_lunch__section {
	margin-top: 10em;
	padding: 1px 8.33% 1em;
	background: #010f1c;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.15);
}

.page_lunch__section h2 {
	margin: -.5em 0 0;
}

.page_lunch__section__items {
	margin-top: 5em;
}

.page_lunch__section__items .d-col {
	margin-bottom: 2em;
}

.page_lunch__section__items .h4 {
	font-family: inherit;
	text-transform: none;
}

.page_lunch__promo {
	margin-top: 4em;
}

.page_lunch__promo .h1 {
	margin-bottom: .25em;
}

.grid_promos__wrap {
	margin: 0 -40px;
	padding: 3em 40px 1px;
	background: #010f1c;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.15);
}

.grid_promos__wrap h1 {
	margin-bottom: 1em;
}

.grid_promos {
	margin: 0 -15px;
}

.grid_promos .grid_promos__item {
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 41.66%;
}

.grid_promos .grid_promos__item figure {
	padding-bottom: 78.25%;
	background-color: #017343;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid_promos .grid_promos__item:nth-child(4n+1),
.grid_promos .grid_promos__item:nth-child(4n+4) {
	width: 58.33%;
}

.grid_promos .grid_promos__item:nth-child(4n+1) figure,
.grid_promos .grid_promos__item:nth-child(4n+4) figure {
	padding-bottom: 55.13%;
	height: 100%;
}

.grid_promos__item__descr {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 15px;
}

.grid_promos__item__text {
	padding: 25px;
	width: 420px;
	max-width: 100%;
	min-height: 200px;
	background: rgba(3, 13, 23, .8);
}

.grid_promos__item__text h3 {
	margin-bottom: 1em;
}

#d-footer {
	clear: both;
	padding: 4em 0 2em;
	background: #010d19;
	color: #fff;
}

#d-footer .d-grid {
	padding-left: 15px;
	padding-right: 15px;
}

#d-footer .d-row_ib .d-col {
	vertical-align: middle;
}

#d-footer .nav_socials {
	margin-top: 2em;
}

#d-footer .nav_socials ul {
	display: inline-block;
	vertical-align: middle;
}

#d-footer .nav_bottom {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.d-footer__logo {
	display: block;
	width: 8.33%;
	-webkit-flex: 0 1 8.33%;
	-ms-flex: 0 1 8.33%;
	flex: 0 1 8.33%;
}

.d-footer__logo img {
	display: block;
}

.d-footer__phone {
	margin: 0;
}

.d-footer__buttons {
	margin-left: 30px;
}

.page-overlay {
	position: fixed;
	z-index: 390;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(1, 13, 25, .9);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.html_contacts .page-content {
	background: url(../img/bg_spot.png) 50% 0 no-repeat;
	background-size: 100%;
}

.html_menu .page-content {
	padding-top: -webkit-calc(34.5% + 10em);
	padding-top: -moz-calc(34.5% + 10em);
	padding-top: calc(34.5% + 10em);
	background: url(../img/bg_page_header_menu.png) 50% 10em no-repeat;
	background-size: 100%;
}

.html_lunch .page-content {
	background: url(../img/bg_page_header_lunch.png) 50% 0 no-repeat;
	background-size: 100%;
}

.html_contacts .page-content__body {
	padding: 0;
}

.html_gallery #d-content {
	background: url(../img/bg_spot.png) 50% 0 no-repeat;
	background-size: auto 100%;
}

.html_events .page-content {
	background: url(../img/bg_events.jpg) 50% 0 no-repeat;
	background-size: 100%;
}

.form_popup {
	width: 450px;
	max-width: 100%;
}

.form_popup__header {
	margin-bottom: 2.5em;
	text-align: center;
	padding: 0 20px;
}

.form_popup fieldset label {
	display: block;
	margin-bottom: .25em;
	color: #959595;
}

.form_popup fieldset input, .form_popup fieldset select, .form_popup fieldset textarea {
	width: 100%;
}

.form_popup input, .form_popup button {
	box-shadow: none !important;
}

.form_popup__success {
	margin: 0 auto;
	max-width: 290px;
}

.popup-window input, .popup-window select, .popup-window textarea { color: inherit; }

.fixed_tsr { position: fixed; z-index: 333; bottom: 0; right: 0; margin: 15px; }
.fixed_tsr img { display: block; }


/*** MEDIA QUERIES ***/
@media (max-width: 1600px) {
	.nav_icons figure {
		margin-right: 25px;
	}
}

@media (max-width: 1440px) {
	body, .d-row_ib > * {
		font-size: 14px;
	}

	.h0 {
		font-size: 8.125em;
	}

	h1, .h1 {
		font-size: 2.286em;
	}

	h2, .h2 {
		font-size: 2em;
	}

	h3, .h3 {
		font-size: 1.57em;
	}

	h4, .h4 {
		font-size: 1.286em;
	}

	h5, .h5 {
		font-weight: inherit;
		font-size: .875em;
		font-family: inherit;
	}

	h6, .h6 {
		font-weight: inherit;
		font-size: 12px;
		font-family: inherit;
	}

	#d-header .nav_top ul {
		max-width: unset;
	}

	#d-header .nav_socials, .d-header__contacts__map {
		display: none;
	}

	.d-header__logo, .d-footer__logo {
		width: 70px;
		-webkit-flex: 0 1 70px;
		-ms-flex: 0 1 70px;
		flex: 0 1 70px;
	}

	.nav_icons figure {
		width: 70px;
		height: 70px;
	}

	.slider_chef:before {
		margin: -42px;
		width: 500px;
		height: 572px;
	}

	.nav_grid_menu {
		margin-bottom: 5em;
	}

	.slider_aquarium .slider__item__text {
		padding-right: 0;
	}

	.page_lunch__vars {
		margin: 5em 0 -5em;
	}

	.nav_breadcrumbs {
		top: 80px;
		left: 40px;
	}

	.grid_promos__item__text {
		min-height: 160px;
	}

}

@media (max-width: 1279px) {
	html, body {
		min-width: 990px;
	}

	.d-hide_lg {
		display: none !important;
	}

	.d-show_lg {
		display: block !important;
	}

	.d-fn_lg {
		float: none;
	}

	.d-fl_lg {
		float: left;
	}

	.d-fr_lg {
		float: right;
	}

	.d-tac_lg {
		text-align: center;
	}

	.d-tal_lg {
		text-align: left;
	}

	.d-tar_lg {
		text-align: right;
	}

	.d-grid {
		max-width: 100%;
	}

	.is-fixed-layout .d-grid {
		width: 960px;
	}

	.h0 {
		font-size: 4em;
	}

	#d-header .nav_top {
		display: none;
	}

	.d-header__contacts__map {
		display: inline-block;
	}

	#d-header .btn_order {
		padding-left: 0;
		padding-right: 0;
		width: 46px;
		background-image: url(../img/ico_order.png);
		background-position: 50% 8px;
		background-repeat: no-repeat;
		overflow: hidden;
		text-indent: -999em;
	}

	.d-footer__phone {
		display: block;
		margin: 0 0 1em;
	}

	.d-burger__toggle {
		display: inline-block;
		position: relative;
		margin-left: 15px;
		padding-left: 0;
		padding-right: 0;
		width: 46px;
		border-color: #017343 !important;
		text-indent: -999em;
		overflow: hidden;
	}

	.d-burger__toggle .fa {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin-top: -.5em;
		font-size: 1.5em;
		text-indent: 0;
	}

	.nav_icons {
		text-align: center;
	}

	.nav_icons figure {
		display: block;
		margin: 0 auto .5em;
	}

	.slider_chef:before {
		margin: -27px;
		width: 320px;
		height: 366px;
	}

	.slider_chef__caption div {
		font-size: 1.5em;
	}

	.slider_aquarium .slider__item__text {
		font-size: 12px;
	}

	.d-header_address {
		font-size: 1.5em;
	}

	.page_lunch__var__item {
		width: 80px;
		height: 80px;
		font-size: 13px;
	}

	.page_lunch__var__item_soup {
		background-position: 50% -80px;
	}

	.page_lunch__var__item_main {
		background-position: 50% -160px;
	}

	.page_lunch__var__item span {
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
	}

	.page_lunch__var__sum {
		font-size: 1.25em;
	}

	.page_lunch__var_complex .page_lunch__var__item + .page_lunch__var__item {
		margin-left: -32px;
	}

	.page_lunch__var_complex .page_lunch__var__sum {
		margin-left: 20px;
	}

}

@media (max-width: 1023px) {
	html, body {
		min-width: 320px;
	}

	.d-hide_md {
		display: none !important;
	}

	.d-show_md {
		display: block !important;
	}

	.d-fn_md {
		float: none;
	}

	.d-fl_md {
		float: left;
	}

	.d-fr_md {
		float: right;
	}

	.d-tac_md {
		text-align: center;
	}

	.d-tal_md {
		text-align: left;
	}

	.d-tar_md {
		text-align: right;
	}

	.is-fixed-layout .d-grid {
		width: 700px;
	}

	.h0 {
		font-size: 3em;
	}

	.d-grid {
		padding-left: 15px;
		padding-right: 15px;
	}

	#d-header {
		position: fixed;
		padding: 5px 0;
		height: 62px;
		background: #010f1b;
	}

	.d-header__logo {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 5px -35px;
	}

	.d-header__contacts {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 30px;
		background: #010f1b;
		box-shadow: inset 0 20px 40px -20px rgba(0, 0, 0, .88);
	}

	.d-header__buttons {
		position: relative;
		z-index: 2;
		margin: 0;
		padding-top: 8px;
		width: 100%;
	}

	.d-burger__toggle {
		float: right;
	}

	.d-header__contacts__phone {
		font-size: 16px;
	}

	.d-header__contacts__phone .fa {
		display: none;
	}

	.d-header__contacts__phone .d-ib {
		display: block;
	}

	.d-header__contacts__map {
		display: none;
	}

	.d-burger {
		display: block;
		position: fixed;
		z-index: 500;
		top: 0;
		bottom: 0;
		right: 0;
		margin-right: -360px;
		width: 300px;
		background: #010d19;
		overflow: hidden;
	}

	.d-burger__header {
		position: relative;
		padding: 0 15px;
		height: 72px;
		background: #010f1b;
		text-align: right;
		box-shadow: 0 5px 40px rgba(0, 0, 0, .88);
	}

	.d-burger__header .d-burger__toggle {
		float: left;
		margin-top: 13px;
	}

	.d-burger__header .d-burger__toggle .fa {
		font-size: 16px;
	}

	.d-burger__header .h4 {
		margin: 0;
		padding-top: 20px;
	}

	.d-burger__header .h4 .fa {
		position: relative;
		top: .065em;
		margin-right: .5em;
		vertical-align: middle;
	}

	.d-burger__body {
		position: absolute;
		top: 72px;
		bottom: 0;
		left: 0;
		right: -40px;
		overflow: auto;
	}

	.d-burger__content {
		position: relative;
		padding: 2em 0;
		width: 300px;
		text-align: center;
	}

	.d-burger__content .nav_top li, .nav_top a {
		display: block;
		margin: 0;
		padding: .325em 0;
	}

	.d-burger__buttons {
		margin: 3em 0;
	}

	.d-footer__logo {
		margin: 0 auto 2em;
	}

	.nav_bottom, #d-footer .d-tar {
		width: 100%;
		text-align: center;
	}

	.nav_bottom {
		margin-bottom: 3em;
	}

	.nav_bottom li, .nav_bottom a {
		display: block;
		margin: 0;
		padding: .325em 0;
	}

	.d-footer__buttons {
		margin: 0;
	}

	#d-footer .nav_socials {
		margin: 3em 0 .5em;
	}

	#d-footer .nav_socials ul {
		display: block;
	}

	html.is-burger-opened {
		overflow: hidden;
	}

	html.is-burger-opened .page-overlay {
		opacity: 1;
		visibility: visible;
	}

	html.is-burger-opened .d-burger {
		margin: 0;
	}

	#d-content {
		padding-top: 100px;
		min-height: unset;
	}

	#d-panel {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.slider_top {
		margin-bottom: 4em;
	}

	.slider_top .slider__item:before {
		opacity: .25;
	}

	.slider_top .slider__item__imgs {
		position: relative;
	}

	.slider_top .slider__item__descr {
		position: relative;
		top: -30px;
		margin: 0 15px;
		padding: 5% 0;
		background: #010d19;
	}

	.slider_top .slick-dots {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.slider_top .slick-dots li {
		display: inline-block;
		margin: 0 4px;
	}

	.d-header_address {
		display: none;
	}

	.nav_icons {
		margin: 0 2.5% 30px;
	}

	.nav_grid_menu {
		margin: 4em 0 3em;
	}

	.nav_grid_menu .h1 {
		display: none;
	}

	.nav_grid_menu li {
		width: 100%;
	}

	.nav_grid_menu a {
		margin-bottom: 15px;
		padding-bottom: 280px;
	}

	.nav_grid_menu li:nth-child(4n+1) {
		width: 100%;
	}

	.nav_grid_menu li:nth-child(4n+1) a {
		padding-bottom: 280px;
	}

	.nav_grid_menu li:nth-child(4n+2) {
		float: left;
	}

	.nav_grid_menu li:nth-child(4n+2) a {
		padding-bottom: 280px;
	}

	.slider_chef:before {
		margin: -14px;
		width: 160px;
		height: 183px;
	}

	.slider_chef .slider__item figure {
		padding-bottom: 65%;
	}

	.slider_chef__caption {
		display: none;
	}

	.section-aquarium {
		position: relative;
		padding: 3em 0;
		background: url(../img/bg_aquarium.jpg) 50% no-repeat;
		background-size: cover;
	}

	.section-aquarium:before {
		display: none;
	}

	.section-aquarium__caption {
		position: relative;
		top: 0;
	}

	.section-aquarium__btn {
		position: relative;
		bottom: 0;
		margin: 2em 0 0;
	}

	.slider_aquarium figure {
		position: relative;
		padding: 48.28125% 0 0;
	}

	.slider_aquarium figure img {
		top: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.slider_aquarium figcaption {
		position: relative;
		top: 0;
		margin: 1.5em 0 3em;
	}

	.slider_aquarium .slider__item__text {
		margin-left: 0;
		padding: 0;
	}

	.slider_aquarium .slider__item__text .h3 {
		display: block;
		border-bottom: 1px solid #fff;
	}

	.slider_aquarium .slider__item__text .h3:before {
		display: none;
	}

	.slider_aquarium .slider__item__dot {
		display: none;
	}

	.slider_aquarium .slick-dots {
		margin-bottom: 0;
	}

	.grid_events.slider {
		margin: 2.5em 0;
	}

	.grid_events__more {
		float: none;
		margin-top: 60px;
		text-align: center;
	}

	.grid_events.slider h2 {
		margin-bottom: 1em;
	}

	.section-about__descr:before {
		display: none;
	}

	.section-about {
		padding: 2.5em 0;
	}

	.section-about__header figure {
		margin-left: -15px;
		margin-right: -15px;
	}

	.section-about__text {
		margin: -30px 0 3em;
		padding: 15px;
	}

	.section-map {
		padding: 0;
		min-height: unset;
	}

	.section-map__body {
		position: relative;
		height: 320px;
	}

	.section-map__descr {
		margin: -50px 15px 0;
		padding: 15px;
	}

	.page-content {
		padding: 1.5em 0 3em;
	}

	.page_about {
		padding-top: 5em;
	}

	.page_about .d-tac_md {
		margin-right: -15px;
	}

	.slider_menu {
		margin: 0 -15px 4em;
	}

	.slider_menu .slider__item__bg {
		display: none;
	}

	.slider_menu .slider__item__body {
		padding: 0;
	}

	.slider_menu .slider__item__body figure:before {
		display: none;
	}

	.slider_menu .slider__item__descr {
		left: 0;
		margin: -30px 15px 30px;
		padding: 5%;
		background: #041321;
	}

	.slider_menu .slick-dots {
		bottom: 0;
		left: 0;
		right: 0;
	}

	.page_contacts {
		margin-bottom: -3em;
	}

	.page_contacts__body {
		padding: 0 0 320px;
		background-position: 0 100%;
		background-size: auto 290px;
	}

	.page_contacts__body .d-col {
		margin-top: 1.5em;
	}

	.page_contacts .section-map {
		margin-top: -60px;
	}

	.html_contacts .page-content {
		background-size: 200%;
	}

	.detail-event__header {
		margin-bottom: 3em;
	}

	.detail-event__info {
		padding-top: 3.5%;
	}

	.detail-event__actions_bottom {
		padding-top: 2em;
	}

	.detail-event__text {
		margin: 3em 0;
	}

	.detail-event_custom .detail-event__img {
		margin: 0 -15px -30px;
		width: auto;
	}

	.detail-event_custom .detail-event__info {
		margin: 0;
		padding: 15px;
	}

	.box_video {
		margin: 3em 0;
	}

	.page_404 img {
		margin: 0 auto -10%;
	}

	.html_menu .page-content {
		padding-top: -webkit-calc(34.5% + 3em);
		padding-top: -moz-calc(34.5% + 3em);
		padding-top: calc(34.5% + 3em);
		background-position: 50% 3em;
	}

	.nav_breadcrumbs {
		position: static;
		top: 0;
		left: 0;
		margin-bottom: 1.5em;
		width: auto;
		font-weight: 400;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.grid_promos__wrap {
		padding-top: 2em;
	}

	.grid_promos__wrap h1 {
		margin-bottom: 1.25em;
	}

	.grid_promos .grid_promos__item {
		padding: 0;
		width: 100%;
	}

	.grid_promos .grid_promos__item:nth-child(4n+1),
	.grid_promos .grid_promos__item:nth-child(4n+4) {
		width: 100%;
	}

	.grid_promos .grid_promos__item:nth-child(4n+1) figure,
	.grid_promos .grid_promos__item:nth-child(4n+4) figure {
		padding-bottom: 78.25%;
		height: auto;
	}

	.grid_promos__item__descr {
		position: relative;
		left: 0;
		right: 0;
		margin: -40px 15px 15px;
		padding: 0;
	}

	.grid_promos__item__text {
		padding: 25px;
		width: auto;
		min-height: 0;
	}

	.grid_promos__item__text h3 {
		margin-bottom: 1em;
	}

}

@media (max-width:767px){
	.d-hide_sm { display: none !important; }
	.d-show_sm { display: block !important; }
	.d-fn_sm { float: none; }
	.d-fl_sm { float: left; }
	.d-fr_sm { float: right; }
	.d-tac_sm { text-align: center; }
	.d-tal_sm { text-align: left; }
	.d-tar_sm { text-align: right; }
	.is-fixed-layout .d-grid { width: 600px; }
	.d-row_ib > * {/* font-size: 14px; */}

	.nav_icons ul {
		display: block;
		font-size: 0;
	}

	.nav_icons li {
		display: inline-block;
		vertical-align: top;
		margin: 1.5em 0;
		width: 50%;
		font-size: 12px;
	}

	.page_about {
		background-position: 40px 0;
		background-size: 320px;
	}

	.page_about__preview {
		margin: 2em 0;
	}

	.page_about__text {
		margin: 3em 0;
	}

	.slider_about {
		margin: 3em -15px;
	}

	.slider_about .slider__item__body {
		position: relative;
		margin-bottom: 50px;
	}

	.slider_about__descr {
		position: relative;
		margin-top: -30px;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.slider_about__descr h3 {
		margin-bottom: 1em;
	}

	.slider_about nav {
		right: 0;
	}

	.interactive-gallery {
		margin: 4em -15px 3em;
	}

	.page_menu__content {
		margin: 0;
		text-align: center;
	}

	.page_menu__content__item__feat {
		margin: 0 20px 10px;
	}

	.detail-event__img {
		margin-bottom: 2em;
		float: none;
		width: auto;
	}

	.detail-event__info {
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
	}

	.blockquote {
		margin: 4em 0;
	}

	.blockquote:before {
		margin-right: 20%;
	}

	.blockquote:after {
		margin-left: 20%;
	}

	.blockquote__body {
		padding: 3em 30px;
	}

	.blockquote__body:before {
		font-size: 10em;
	}

	.page_lunch__header {
		margin-bottom: 1em;
		padding-top: 0;
		min-height: 320px;
		text-align: left;
	}

	.page_lunch__body {
		margin: 0 -15px;
		padding: 2em 15px;
	}

	.page_lunch__vars {
		margin: 3em 0 0;
	}

	.page_lunch__section {
		margin-top: 3em;
	}

	.page_lunch__section__items {
		margin-top: 2.25em;
	}

	.html_lunch .page-content {
		background-position: -80px 60px;
		background-size: auto 400px;
	}

}

@media (max-width:639px){
	.d-hide_xs { display: none !important; }
	.d-show_xs { display: block !important; }
	.d-fn_xs { float: none; }
	.d-fl_xs { float: left; }
	.d-fr_xs { float: right; }
	.d-tac_xs { text-align: center; }
	.d-tal_xs { text-align: left; }
	.d-tar_xs { text-align: right; }
	.is-fixed-layout .d-grid { width: 100%; }
	.d-row_ib > * {/* font-size: 14px; */}
}

/*** PRINT STYLES ***/
@media print {
	@page { margin: 0.5cm; }
	* { background: #fff !important; color: #333 !important; text-shadow: none !important; }
	a, a:visited { border: 0 !important; color: #333 !important; text-decoration: underline !important; }
	abbr:after { content: " (" attr(title) ")"; }
	pre, blockquote { border: 1px solid #333; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}