body{
	margin: 0;
	padding: 0;
	background: url(../img/3.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.left{
	float: left;
}
.right{
	float: right;
}
header{
	width: 100%;
	height: 114px;
	background: white;
}
.header{
	width: 850px;
	margin: auto;
	height: 114px;
}
.header p{
	margin: 0;
}
.header div{
	display: inline-block;
}
.logo_block{
	position: relative;
	bottom: 24px;
}
.logo_block p{
	font-size: 14px;
	padding-left: 3px;
}
.graf_block p{
	font-size: 18px;
}
.graf_block{
	position: relative;
	bottom: 40px;
}
.tel_block p{
	font-size: 17px;
}
.tel_block{
	position: relative;
	bottom: 39px;
}
p.zak_zvon{
	color: #e97d0c; 
	cursor: pointer; 
	font-size: 13px; 
	text-decoration: underline;
}
.social_block{
	position: relative;
	bottom: 26px;
}
.social_block div{
	font-size: 13px;
	color: red;
	cursor: pointer;
}
.city_nn{
	text-decoration: underline;
}
.social_vk{
	width: 170px;
	height: 39px;
	background: url(../img/vk.png) no-repeat 2px 2px #4b74a5;
	border-radius: 3px;
	display: block!important;
	margin-bottom: 8px;
}
.social_ig{
	width: 170px;
	height: 39px;
	background: url(../img/ig.png) no-repeat 2px 2px #93776c;
	border-radius: 3px;
	display: block!important;
}
.social_vk a, .social_ig a{
	margin: 0;
	color: white;
	font-size: 14px;
	padding: 11px 0;
	padding-left: 48px;
	position: relative;
	top: 8px;
	text-decoration: none;
	color: white;
}
.header_line{
	width: 2px;
	height: 92px;
	background: url(../img/header_line.png);
	margin: 11px 20px;
}
/*---------------------------------*/
.menu{
	width: 100%;
	min-width: 1000px;
	height: 40px;
	background: #ee902c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	display: block;
	z-index: 101;
}
.menu ul li:first-child{
	margin-left: 0;
}
.menu ul li{
	display: inline;
	margin-left: 22px;
	color: white;
	font-size: 15px;
	text-shadow: 1px 1px 0 #555;
	cursor: pointer;
}
.menu ul li:hover{
	background: #fba241;
	outline: 8px solid #fba241;
}
.menu ul li a{
	text-decoration: none;
	color: white;
}
.menu ul{
	position: relative;
	top: 7px;
	width: 1000px;
	padding-left: 26px;
	margin: auto;
}
/*---------------------------------*/
.action{
	width: 960px;
	margin: 20px auto;
	height: 240px;
	border-radius: 10px;
	background: url(../img/action_fon1.png);
}
/*---------------------------------*/
.sushimaki{
	width: 1000px;
	background: white;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
.sushi{
	width: 960px;
	margin: auto;
	background: white;
}
.check{
	width: 230px;
	height: auto;
}
.check_top{
	width: 230px;
	height: 39px;
	background: url(../img/check_top.png) no-repeat;
}
.check_top p{
	width: 230px;
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}
.check_middle{
	width: 230px;
	max-height: 400px;
  	overflow-y: auto;
  	overflow-x: none;
	background: url(../img/check_middle.png) repeat-y;
}
.check_middle_var{
	width: 204px;
	margin-left: 5px;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 8px;
}
.check_middle_var:first-child{
	border-top: 1px solid #d6d6d6;
}
.check_middle_var p{
	width: 170px;
	font-size: 13px;
	margin: 0;
	padding-bottom: 5px;
}
/*.check_middle_var_name{
	white-space: nowrap;
	text-overflow: ellipsis;
}*/
.check_middle_var span{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.check_bottom{
	width: 230px;
	height: 100px;
	background: url(../img/check_bottom.png) no-repeat;
	padding-top: 10px;
}
.counter{
	width: 80px;
	float: right;
	position: relative; 
	bottom: 2px;
	right: 0;
}
.counter div{
	display: inline-block;
}
.arrow_left{
	width: 14px;
	height: 14px;
	background: url(../img/minus.png) #ee902c;
	border-radius: 7px;
	cursor: pointer;
	position: relative;
	top: 2px;
	right: 2px;
}
.arrow_input input{
	width: 22px;
	height: 16px;
	border-radius: 2px;	
	border: 1px solid #ccc;
	text-align: right;		
}
.arrow_right{
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	left: 2px;
	background: url(../img/plus.png) #ee902c;
	border-radius: 7px;	
	cursor: pointer;		
}
.arrow_left p{
	margin: 0;
	font-size: 11px;
	color: white;
}
.delete{
	width: 19px;
	height: 19px;
	background: url(../img/delete.png);
	cursor: pointer;
	display: block;
	position: relative;
	right: -8px;
	top: -10px;
	float: right;
}
.delete:hover{
	opacity: 0.8;
}
.check_bottom div{
	display: inline-block;
}
.itog span{
	font-size: 14px;
}
.all_price{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.delete_all{
	font-size: 10px;
	color: #444;
	background: #eee;
	border-radius: 20px;
	padding: 0 4px;
	cursor: pointer;
	opacity: 0;
}
.delete_all:hover{
	opacity: 0.8;
}
.checkout{
	width: 150px;
	height: 28px;
	margin: 15px 40px;
	border-radius: 4px;
	border: 1px solid #d52517;
	background: #ee902c;
	background: linear-gradient(to top, #d52517, #f62e1d);
	cursor: pointer;
	color: white;
}
.checkout:hover{
	background: #d52517;
	background: linear-gradient(to top, #f62e1d, #d52517);
}
/*---------------------------------*/
.menu_sushi{
	width: 710px;
	margin-left: 20px; 
	margin-bottom: 20px;
}
.title{
	margin-top: 40px;
	background: #ee902c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	border-radius: 4px;
}
.title:first-child{
	margin-top: 0;
}
.title p{
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	color: white;
	text-shadow: 1px 1px 0 #555;
}
.sushi_card{
	width: 200px;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	margin: 10px 5px;
}
.sushi_card:hover{
	outline: 1px solid #ccc;
}
.sushi_card .counter{
	bottom: 0;
	background: #ee902c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	color: white;
	border: 1px solid #e97d0c;
	border-radius: 0 3px 3px 0;
	padding: 1px 8px;
	padding-bottom: 3px;
	width: 36px;
	/*visibility: hidden;*/
}
.sushi_card:hover .counter{
	visibility: visible;
}
.sushi_card_img{
	line-height:0;
	cursor: pointer;
}
.sushi_card_title p{
	font-weight: bold;
	font-size: 16px;
	color: #e97d0c;
	margin: 7px 0;
}
.sushi_card_sost p{
	font-size: 12px;
	color: #666;
	margin: 7px 0;
}
.sushi_card_sost p span{
	color: #111;
	font-size: 11px;
	font-weight: bold;
}
.sushi_card_price p{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.vkorz{
	background: #ee902c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	color: white;
	border: 1px solid #e97d0c;
	border-radius: 3px 0 0 3px;
	padding: 7px 8px;
	cursor: pointer;
}
input.counter_input{
	height: 15px;
	width: 34px;
	background: white;
}
.sushi_card_input div{
	float: left;
}
.sushi_card_input input:hover{
	background: #e97d0c;
	background: linear-gradient(to top, #ee902c, #e97d0c);
}
/*---------------------------------*/
footer{
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	background: white;
}
.footer{
	width: 970px;
	margin: auto;
	padding: 15px;
}
.footer div{
	float: left;
}
.adress{
	width: 180px;
}
.adress img{
	float: left;
	margin-top: 4px;
}
.free_footer{
	width: 200px;
	font-size: 13px;
	color: #222;
	margin: 0;
	margin-left: 38px;
	margin-bottom: 15px;
}
.tel_footer{
	margin: 5px 0;
	font-weight: bold;
	color: #444;
}
.adress_footer{
	color: #888;
	font-size: 12px;
}
.adress_footer a{
	color: #f62e1d;
}
.menu_footer{
	width: 520px;
	margin-left: 40px;
}
.menu_footer ul{
	width: 520px;
	margin: 0;
}
.menu_footer ul li{
	display: inline;
}
.menu_footer ul li a{
	color: #333;
	font-size: 14px;
	margin-right: 20px;
	line-height: 1.7;
}
.menu_footer p{
	margin-left: 40px;
	font-size: 12px;
	color: #888;
}
.the_delta{
	width: 150px;
	height: 120px;
	margin-left: 50px;
	background: url(../img/delta.png) right bottom no-repeat;
	opacity: 0;
}
.the_delta a{
	color: black;
	font-size: 12px;
	position: relative;
	top: -3px;
}
.the_delta a span{
	background: black;
	color: white;
	padding: 1px 2px;
}
.ert div{
	display: inline-block;
}
.pusto p{
	margin: 0;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 40px 20px;
}
.z_zvonok, .of_zakaz, .photo{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}
.z_zvonok_block{
	width: 540px;
	height: 200px;
	padding: 30px;
	background: url(../img/item-sushi.png) right 30px center no-repeat white;
	border-radius: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.z_zvonok_block p{
	font-size: 20px;
	color: #555;
	margin: 0;
	margin-bottom: 20px;
}
.z_zvonok_block input{
	margin: 10px 0;
}
.z_zvonok_block input[type=text]{
	height: 28px;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 0 4px;
}
.z_zvonok_block input[type=submit]{
	background: #ee902c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	color: white;
	font-size: 15px;
	border: 1px solid #e97d0c;
	border-radius: 3px;
	padding: 4px 10px;
	cursor: pointer;
}
.close_z_zvonok{
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	font-size: 14px;
	cursor: pointer;
}
.of_zakaz_block{
	width: 400px;
	height: 498px;
	background: white;
	border-radius: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.close_of_zakaz{
	text-align: right;
	font-size: 14px;
	cursor: pointer;
	color: white;
	padding: 5px;
	background: #333;
	width: 390px;
}
.of_zakaz_title{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	background: #e97d0c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	color: white;
	text-shadow: 1px 1px 0 #555;
	margin: 0;
}
.of_zakaz table{
	padding: 30px;
	padding-bottom: 15px;
}
.of_zakaz table tr{
	margin-bottom: 10px;
}
.of_zakaz table tr td p{
	font-size: 13px;
	margin: 0;
	text-align: right;
}
.of_zakaz input{
	margin: 5px 0;
	padding: 3px;
}
.of_zakaz input[type="submit"]{
	background: #e97d0c;
	background: linear-gradient(to top, #e97d0c, #ee902c);
	color: white;
	text-shadow: 1px 1px 0 #555;
	width: 250px;
	margin: 0 75px;
	border: 1px solid #e97d0c;
	border-radius: 4px;
	padding: 5px 0;
	cursor: pointer;
}
.of_zakaz_dostavka{
	padding: 10px;
	width: 360px;
	background: #eee;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 30px;
}
.of_zakaz_dostavka img{
	float: left;
	margin-top: 5px;
}
.free_of_zakaz{
	font-size: 13px;
	color: #444;
	margin-top: 0;
	margin-left: 43px;
}
.itg{
	font-weight: bold;
	color: black;
}
.itg_sum{
	font-size: 14px;
	padding-left: 75px;
	color: #777;
}
.photo_block{
	width: 800px;
	padding: 30px;
	background: white;
	background-size: cover;
	margin: auto;
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
}
/*---------------------mazilla-------------------------*/
@-moz-document url-prefix()
{
	.sushi_card .counter{ padding: 0 8px; }
	.menu ul li:hover{ outline: 8px solid #fba241;}
	.menu ul{ top: 7px;}
	.social_vk p, .social_ig p{ padding: 9px 0px 7px 48px;}
	.title p{ padding-bottom: 0;}
	.vkorz{ padding: 4px 8px; }
}
/*-----------------------------------------------------*/
.filtr{
	background: #FFF5EA;
	width: 670px;
	border-radius: 8px;
	padding: 5px 15px;
}
.filtr p{
	color: #ee902c;
	font-weight: bold;
}
.filtr li{
	display: inline;
	background: #FDDCB8;
	margin-right: 15px;
	line-height: 2.5;
	padding: 3px 8px;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
	color: #B85E00;
}
.filtr ul{
	padding: 0;
}
.filtr li:first-child{
	background: #F7BF82;
}
.info{
	width: 210px;
	padding: 10px;
	margin-top: 20px; 
	background: #fff0f0;
	outline: 1px solid #f7dada;
	font-size: 11px;
}
.info p{
	margin: 0;
}
.vibor_goroda{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 320px; 
	padding: 40px;
	margin-top: -180px;
	margin-left: -150px;
	z-index: 100;
	background-color: rgba(238, 144, 44, 0.88);
	display: block;
	border-radius: 10px;
	box-shadow: 0 0 39px -4px #a75907;
}
.city_dzr, .city_nn{
	text-decoration: underline;
	font-size: 13px;
	color: white;
	cursor: pointer;
}
.city_dzr:hover, .city_nn:hover{
	opacity: 0.6;
}