@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);

* {
	margin: 0; 
	padding: 0;
	position: relative;
	z-index: 10;
}

html {
	width: 100%;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333; 
	background: #fff;
	font-size: 15px; 
	margin: 0; 
	position: relative;
	letter-spacing: 0.02em;
	z-index: 1;
}

html, body {
	height: 100%;
	min-height: 100%;
}

.normal {
	color: #333; 
	text-decoration: none;
}

table, th, td {
	font-size: 100%; 
	border-collapse: collapse;
}

table, img {
	border:0;
}

img {
	max-width: 100%;
	height: auto;
}

ul li, ol li {
	margin-left: 2rem;
}

p, table, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1.2rem;
}

a, .link {
	color: #883935;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.white, .white a {
	color: white;
}

input, textarea, button, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em; 
}

input[type="text"], input[type="password"]{
	padding: 2px;
	height: 2.5em;
	border-radius: 3px;
	border: 1px solid #ccc;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover{
	border-color: #333;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
	box-shadow: 0 0 3px #333;
}

textarea {
	padding: 2px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

select {
	padding: 2px;
	line-height: 2.4em;
	height: 2.5em;
	border-radius: 3px;
	border: 1px solid #ccc;
}

button, input[type="submit"], input[type="button"], .button, .pseudo_btn {
	background: #ffde59;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 2em;
	padding-left: 2em;
	padding-right: 2em;
	text-align: center;
	height: 2.5em;
	cursor: pointer;
	line-height: 2.4em;
	border: 0;
	border-bottom: 2px solid #d9b742;
}


button:hover, input[type="submit"]:hover, .button:hover, .pseudo_btn:hover {
	background: #ffe475;
}

button:active, input[type="submit"]:active, .button:active, .pseudo_btn:active   {
	border: 0;
	border-top: 2px solid #d9b742;
}

button[disabled], button:hover[disabled], button:active[disabled], .pseudo_btn[disabled]{
	background: #dddddd;
	color: #999999;
}

a.button {
	display: inline-block;
	text-decoration: none;
}

.pseudo_btn .fa {
	color: rgba(0, 0, 0, 0.6);
	vertical-align: baseline;
	margin-right: 8px;
	font-size: 14px;
}

a.pseudo_btn {
	text-decoration: none;
	color: #303030;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 5px;
}

p {
	display: block; 
	max-width: 1000px;
}

h1, .h1	{
	font-family: 'Lobster', cursive;
	font-size: 3em;
	font-weight: bold; 
	display: block; 
	color: #000;
	letter-spacing: 0.03em;
}

h2, .h2	{
	font-family: 'Lobster', cursive;
	font-size: 1.8em;
	font-weight: bold; 
	display: block; 
	color: #000;
	letter-spacing: 0.03em;
}

h3, .h3 {
	font-family: 'Lobster', cursive;
	font-size: 1.6em;
	font-weight: bold;  
	display: block; 
	color: #000;
	letter-spacing: 0.03em;
}

h4, .h4 {
	font-family: 'Lobster', cursive;
	font-size: 1.3em;
	font-weight: bold; 
	display: block; 
	color: #000;
	letter-spacing: 0.03em;
}

h5, .h5 {
	font-family: 'Lobster', cursive;
	font-size: 1.1em;
	font-weight: bold; 
	display: block; 
	color: #000;
	letter-spacing: 0.03em;
}

blockquote {
	padding: 0 0 0 2rem;
	margin-left: 0em;
	max-width: 900px;
}

small, .small {
	font-size: 11px;
}

.fa {
	vertical-align: middle;
}

.fa-14px {
	font-size: 14px !important;
}

.pseudo_link	{
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: pointer;
}

.pseudo_link:hover {
	color: #333;
}

.pseudo_link.active {
	cursor: default;
	font-weight: bold;
	border: 0;
}


#bottom {
	width: 100%;
	padding: 50px 0;
	border-top: 0px solid #ddd;
	position: relative;
}


#logo {
	width: 100%;
	height: 60px;
	margin-top: 25px;
	background-image: url(/images/logo-dark.png?v=1.17);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#menu_block {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	min-height: 100px;
	font-weight: bold;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}


.address_block {
	width: 50%;
	float: left;
	position: relative;
	line-height: 1.7em;
	top: 50px;
	margin-top: -1.7em;
}

.icon_top {
	width: 1em;
	text-align: center;
	height: 1.2em;
	line-height: 1.7em;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	vertical-align: middle;
}

.icon_metro {
	background-image: url(/images/metro_icon_dark.png?v=1.17);
}

.icon_tel {
	background-image: url(/images/phone_icon_dark.png?v=1.17);
}

.icon_addr {
	background-image: url(/images/map_icon_dark.png?v=1.17);
}

#menu_block.white_menu {
	color: white !important;
	background: rgba(255, 255, 255, 0);
	box-shadow: none;
}

#menu_block.white_menu #logo {
	background-image: url(/images/logo-light.png?v=1.17);
}

#menu_block.white_menu, #menu_block.white_menu * {
	color: white !important;
}

#menu_block.white_menu .icon_metro {
	background-image: url(/images/metro_icon_white.png?v=1.17);
}

#menu_block.white_menu .icon_tel {
	background-image: url(/images/phone_icon_white.png?v=1.17);
}

.top_menu {
	list-style:none;
	position: relative;
	top: 50px;
	margin-top: -0.8em;
}

.top_menu li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 2%;
	line-height: 1.5em;
}

.top_menu a {
	text-decoration: none;
	color: #333;
}

.frame {
	padding-top: 100px;
	position: relative;
	padding-bottom: 50px;
}

#frame_1 {
	height: 100%;
	min-height: 300px;
	background-image: url(/images/background.png?v=1.17);
	background-size: cover;
	background-position: 50% 50%;
	background-color: #777;
	color: white;
}

#name_frame_1 {
	font-size: 1.2em;
	position: absolute;
	top: 190px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	line-height: 1.2em;
}

#name_frame_1 span {
	display: inline-block;
	position: relative;
	position: relative;
	margin-top: -0.5em;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#name_frame_1 span:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	margin-top: 0.575em;
	margin-left: -50px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	background: white;
}

#name_frame_1 span:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 3px;
	margin-top: 0.575em;
	margin-right: -50px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	background: white;
}

#logo_bottom {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 25%;
	max-width: 250px;
	height: 200px;
	background-image: url(/images/grillgyroslogowhite.png?v=1.17);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom; 
	z-index: 1;
}

#logo_bottom_dark {
	position: relative;
	width: 100%;
	max-width: 250px;
	height: 250px;
	background-image: url(/images/grillgyroslogo.png?v=1.17);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top; 
}

#social_bottom {
	position: absolute;
	bottom: 100px;
	margin-bottom: -0.5em;
	left: 0;
	font-size: 4em;
}

#social_bottom a {
	color: white;
	text-decoration: none;
	margin-right: 10px;
}

#frame_3 {
	/*
	max-height: 70%;
	overflow-y: hidden;
	*/
}

.big {
	font-size: 2em;
}

.medium {
	font-size: 1.5em;
}

.green {
	color: #7f991e;
}

.tab {
	font-size: 2em;
	font-family: 'Lobster', cursive;
	text-decoration: none;
	margin: 0 20px;
	opacity: 0.6;
	cursor: pointer;
}

.tab.active {
	opacity: 1;
}

.tab.active span {
	border-bottom: 3px solid;
}

.nikos {
	width: 80%;
	max-width: 400px;
	margin-top: -80px;
}

.gyros {
	width: 70%;
	max-width: 400px;
	margin-top: -50px;
}

.video-wrapper {
	background: #333;
}

.video-wrapper video {
	width: 100%;
	height: auto;
	opacity: 0.6;
}

.menu_block {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: #333;
	position: relative;
	overflow: hidden;
	transition: 2s background;
	text-align: left;
}

.menu_block:hover {
	background-size: 120%;
}

.menu_block img {
	width: 100%;
	height: auto;
}

.menu_block .menu_item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	margin-top: -6em;
	background: rgba(0,0,0,.5);
	color: white;
	z-index: 3;
	padding: 0.7em;
	transition: 0.3s all;
}

.menu_block:hover .menu_item {
	/*margin-top: -100%;*/
	top: 0;
	margin-top: -0em;
}

.menu_item .top_block {
	height: 6em;
}

.menu_item .header {
	font-family: 'Lobster', cursive;
	font-size: 1.4em;
}

.menu_item .price {
	font-family: 'Lobster', cursive;
	font-size: 1.1em;
}
.menu_item .price .old {
	display: inline-block;
	opacity: 0.7;
	text-decoration: line-through;
	font-size: 0.9em;
	margin-right: 1em;
}

.menu_item .info {
	line-height: 1.2em;
}

#new_menu_block {
	position: fixed;
	z-index: 1000;
	left: 0;
	width: 100%;
	height: calc(70px);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
	transition: 0.3s all;
	opacity: 0;
}

#new_menu_block.icanseeit, #new_menu_block.globalmenuison {
	opacity: 1;
}

#logo-white {
	/*
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -102px;
	width: 203px;
	height: 203px;
	background-image: url(/img/logo-new.png?v=1.17);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	*/
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 150px;
	background-image: url(/img/logo-new-white-shadow.png?v=1.17);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#logo-white-small {
	position: absolute;
	top: 1rem;
	left: 1rem;;
	width: 160px;
	height: 47px;
	background-image: url(/img/logo-new-white-shadow.png?v=1.17);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.menu_frame_1_container {
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	width: 100%;
	text-align: center;
}

.menu_frame_1 a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.menu_frame_1 a span {
	display: inline-block;
	padding: 0.5em 0 0 0;
	transition: 0.3s all;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	font-weight: 600;
}

.menu_frame_1 a:hover span {
	margin-top: 5px;
}

.menu_frame_1 a:hover .icon {
	cursor: pointer;
	margin-top: -5px;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.2), inherit;
}


/*
.menu_frame_1 {
	display: inline-block;
	width: 33%; 
	text-align: center;
	position: relative;
	font-size: 1.25em;
	height: 200px;
}

.menu_frame_1 a .icon {
	display: inline-block;
	position: relative;
	background-image: url(/img/new_menu.png?v=1.17);
	background-size: 192px 768px;
	width: 96px;
	height: 96px;
	border-radius: 30px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	transition: 0.3s all;
}

.menu_frame_1.menu1 a .icon {	background-position: 0 0 ;}
.menu_frame_1.menu2 a .icon {	background-position: 0 -128px;}
.menu_frame_1.menu3 a .icon {	background-position: 0 -256px;}
.menu_frame_1.menu4 a .icon {	background-position: 0 -384px;}
.menu_frame_1.menu5 a .icon {	background-position: 0 -512px;}
.menu_frame_1.menu6 a .icon {	background-position: 0 -640px;}
.menu_frame_1.menu7 a .icon {	background-position: 0 -768px;}
.menu_frame_1.menu8 a .icon {	background-position: 0 -896px;}
*/

.menu_frame_1 {
	display: inline-block;
	width: 33%; 
	text-align: center;
	position: relative;
	font-size: 1em;
	height: 20vh;
	min-height: 140px;
	font-size: 1.1em;
}

.menu_frame_1 a .icon {
	display: inline-block;
	position: relative;
	background-image: url(/img/new_menu.png?v=1.17);
	background-size: 192px 864px;
	width: 96px;
	height: 96px;
	border-radius: 22px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	transition: 0.3s all;
}

.menu_frame_1.menu1 a .icon {	background-position: 0 0 ;}
.menu_frame_1.menu2 a .icon {	background-position: 0 -96px;}
.menu_frame_1.menu3 a .icon {	background-position: 0 -192px;}
.menu_frame_1.menu4 a .icon {	background-position: 0 -288px;}
.menu_frame_1.menu5 a .icon {	background-position: 0 -384px;}
.menu_frame_1.menu6 a .icon {	background-position: 0 -480px;}
.menu_frame_1.menu7 a .icon {	background-position: 0 -576px;}
.menu_frame_1.menu8 a .icon {	background-position: 0 -672px;}
.menu_frame_1.menu9 a .icon {	background-position: 0 -768px;}


@media all and (max-width : 700px), all and (max-height: 720px) {
	.menu_frame_1 {
		height: 20vh;
		min-height: 100px;
	}
	
	.menu_frame_1 a .icon {
		background-size: 128px 576px;
		width: 64px;
		height: 64px;
		border-radius: 15px;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		transition: 0.3s all;
	}
	
	.menu_frame_1.menu1 a .icon {	background-position: 0 0 ;}
	.menu_frame_1.menu2 a .icon {	background-position: 0 -64px;}
	.menu_frame_1.menu3 a .icon {	background-position: 0 -128px;}
	.menu_frame_1.menu4 a .icon {	background-position: 0 -192px;}
	.menu_frame_1.menu5 a .icon {	background-position: 0 -256px;}
	.menu_frame_1.menu6 a .icon {	background-position: 0 -320px;}
	.menu_frame_1.menu7 a .icon {	background-position: 0 -384px;}
	.menu_frame_1.menu8 a .icon {	background-position: 0 -448px;}
	.menu_frame_1.menu9 a .icon {	background-position: 0 -512px;}
}


.menu_btn {
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(/img/menu_global.png?v=1.17) no-repeat 0 center;
	background-position: 0 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
	z-index: 105;
}

.menu_btn:hover, .menu_btn.sel {
	background-position: 0 -30px;
}

.menu_btn.sel {
	position: fixed;
	top: 57px;
	right: var(--space-2);
}

#menu_container {
		position: fixed;
		color: #333;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: white;
		z-index: 101;
		display: none;
	}

/*
#menu_global {
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 12em;
	top: 50%;
	margin: -6em auto 0 auto;
}

#menu_global div {
	display: block;
	float: left;
	width: 50%;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 2em;
	padding: 0 1em;
}

#menu_global div:nth-child(2n+1) {
	text-align: right;
}
*/

#menu_global {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
}

#menu_global #logo_bottom {
	display: none;
}

.text-about-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	margin: auto;
	z-index: 100;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	font-weight: 600; 
}

.text-about-container .txt {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}


.swiper-outer-container {
	padding: 10px;
	border: 1px solid #ddd;
}

.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(0, 0, 0, 0.3);*/
}
.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-slider {
    height: 60%;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
}
.gallery-slider-thumbs {
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
}
.gallery-slider-thumbs .swiper-slide {
    width: 70px;
    height: 100%;
    opacity: 0.6;
    background-size: cover;
}
.gallery-slider-thumbs .swiper-slide-active {
    opacity: 1;
}


.img_wide {
	display: none;
}

.wide .img_wide {
	display: block;
}

.wide .img_square {
	display: none;
}

#cross-links {
	position: absolute;
	z-index: 1001;
	text-align: center;
	width: 100%;
	color: white;
}

.site-link {
	display: block;
	box-sizing: border-box;
	float: left;
	height: 3.5em;
	line-height: 3.5em;
	font-weight: bold;
	background: black;
}

.site-link.active {
	background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0));
}

.site-link a {
	display: block;
	color: white;
	text-align: center;
}