/*шрифты*/
:root{
	--col-green: #2dae2d;
}
@font-face {
	font-family: 'RobotoBold';
	src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot');
	src: local('Roboto Bold'), local('RobotoCondensed-Bold'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2') format('woff2'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoLight';
	src: url('../fonts/RobotoCondensed/RobotoCondensed-Light.eot');
	src: local('Roboto Light'), local('RobotoCondensed-Light'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Light.woff2') format('woff2'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Light.woff') format('woff'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
	src: local('Roboto'), local('RobotoCondensed-Regular'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2') format('woff2'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
	url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LobsterRegular';
	src: url('../fonts/Lobster/Lobster-Regular.eot');
	src: local('Lobster Regular'), local('Lobster-Regular'),
	url('../fonts/Lobster/Lobster-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lobster/Lobster-Regular.woff2') format('woff2'),
	url('../fonts/Lobster/Lobster-Regular.woff') format('woff'),
	url('../fonts/Lobster/Lobster-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans.eot');
	src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans.woff') format('woff'),
	url('../fonts/opensans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rouble';
	src: url('../fonts/rouble.eot');
	src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'),
	url('../fonts/rouble.woff') format('woff'),
	url('../fonts/rouble.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?53265510');
	src: url('../fonts/fontello.eot?53265510#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff?53265510') format('woff'),
	url('../fonts/fontello.ttf?53265510') format('truetype'),
	url('../fonts/fontello.svg?53265510#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../fonts/fontello.svg?53265510#fontello') format('svg');
	}
}

@font-face {
	font-family: Museo100; /* Имя шрифта */
	src: url('../fonts/MuseoSansCyrl-100.ttf');
}
@font-face {
	font-family: Museo300; /* Имя шрифта */
	src: url('../fonts/MuseoSansCyrl-300.ttf');
}
@font-face {
	font-family: Museo500; /* Имя шрифта */
	src: url('../fonts/MuseoSansCyrl-500.ttf');
}
@font-face {
	font-family: Museo700; /* Имя шрифта */
	src: url('../fonts/MuseoSansCyrl-700.ttf');
}
@font-face {
	font-family: Museo900; /* Имя шрифта */
	src: url('../fonts/MuseoSansCyrl-900.ttf');
}


html, body
{
  font-family: 'RobotoRegular', sans-serif;
  color:#212121;
  /*background-color:#f5f5f5;*/
  margin: 0;
}

.m-20px{
	margin: 20px;
}

.mlr-10px{
	margin-left: 10px;
	margin-right: 10px;
}

.mb-5px{
	margin-bottom: 5px;
}

.mb-100px{
	margin-bottom: 100px;
}

.mt-0px{
	margin-top: 0 !important;
}

.mt-36px{
	margin-top: 36px;
}

.mt-40px{
	margin-top: 40px;
}

.mt-50px{
	margin-top: 50px !important;
}

.mt-80px{
	margin-top: 80px !important;
}

.mt-85px{
	margin-top: 85px;
}

.pt-10px{
	padding-top: 10px;
}

.pt-20px{
	padding-top: 20px;
}

.text-center{
	text-align: center;
}

#Popup1,#Popup2
{
	top:50px;
	left:0;
	position:fixed;
	list-style-type: none;
	background-color:rgba(157, 157, 157, 0.8);
	width:100%;
	height:100%;
	z-index:10000;
	-webkit-tap-highlight-color: transparent;
	}

#tt,#tt2
{
	position:relative;
	top:5px;
	background-color:#fff;
	width:80%;
	padding:12px;
	height:auto;
	margin:5px auto auto auto;
}

a
{
	color:#212121;
	font-family: 'RobotoRegular', sans-serif;
	text-shadow: none;
	font-size:14px;
	line-height:1.1;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none; /* Отменяем подчеркивание у ссылки */
}

li
{
	padding: 0 0;
	text-align:center;
	list-style-type: none; /* Убираем маркеры */
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}
ul
{
	margin-left: 0; /* Отступ слева в браузере IE и Opera */
	padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}	

/*главная страница*/
.gridmenuimagecontainer{
	min-width:150px;
	width:100%;
}

.gridmenuimagecontainer a{
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gridmenuimage{
	padding: 0;
	margin:0;
	width:100%;
	min-height:132px;
	min-width:150px;
	border:0;
}

.gridmenuimageBig{
	padding: 0;
	margin:0;
	width:100%;
	min-height:132px;
	min-width:150px;
	border:0;
	display: inherit;
	text-align: center;
}

.gridmenuimageBig img{
	width:100%;
}

.form-modal {
	margin: 0px 15px 0px 15px;
}

.close-modal{
	right: 0;
	position: inherit;
	background: url(../img/cross.png) round;
	border: 0;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 5px 5px 0 0;
	top: 0;
}
.type_paykind
{
	font-size: 20px;
	font-weight: 600;
	line-height: 0;
}

.big-img {
	margin-top: 0;
	min-height: 150px;
	min-width: 100%;
}

.gridmenuitemBg{
	width:100%;
	font-size: 17px;
	text-align:center;
	padding:8px 0;
	position: absolute;
	bottom: 0;
	background:#8dc900;
	color:#ffffff;
}

.gridmenuitemBgRed{
	width:100%;
	font-size: 17px;
	text-align:center;
	padding:8px 0;
	position: absolute;
	bottom: 0;
	background: #cc0605;
	color:#ffffff;
}

.menuNameDishShow{
	width: 100%;
	font-size: 22px;
	padding: 8px 0;
	bottom: 3px;
	text-align: center;
	font-weight: 100;
	position: absolute;
	right: 1px;
	text-transform: uppercase;
}

/*меню на главной*/
.menu-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menu-flex-item{
	flex: 49%;
	max-width: 49%;
}

.food_category/*Название раздела меню*/
{
	width:100%;
	position: relative;
	left:0;
	font-family: 'RobotoBold',sans-serif;
	text-align: center;
	font-size:24px;
	padding: 3px 0 5px 0;
	text-transform: uppercase;
	background-color: rgba(255, 149, 0, 0.9);
	color: #ffffff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:    0 0 5px rgba(0,0,0,0.3);
	box-shadow:         0 0 5px rgba(0,0,0,0.3);
	z-index: 90;
}
		
.pages_header/* Шапка */
{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	background:#ffffff;
	z-index:1000;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.pages_header.dish {
	height: 90px;
}

.menu-block.search{
	position: absolute;
	top: 55px;
	left: 10px;
	width: 100%;
}

.menu-block.search input{
	width: 92%;
	height: 20px;
	border: 1px #8080808c solid;
	border-radius: 4px;
	position: relative;
	padding: 4px;
}


.menu-block.main-search{
	width: 100%;
	margin: 5px 0;
}

.menu-block.main-search input{
	width: 94%;
	margin: 0 6px;
	height: 22px;
	border: 1px #8080808c solid;
	border-radius: 4px;
	position: relative;
	padding: 4px;
}

/*иконки в верхнем меню*/
.menu-icon{
	width: 33px !important;
	margin-left: 2px !important;
	margin-top: 3px !important;
}

/*иконка с телефоном*/
#phone_call{
	margin: 3px 0 0 5px;
	float: left;
}
		
.line/*Горизонтальная линия*/
{
  border-top: 1px solid #b8b8b8;
  margin:7px 0 7px 0;

}

.photo
{
	max-width: none;
}

.food_conteiner/* Контейнер еды */
{
	display: block;
	width:96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
.food_conteiner_content/* Контейнер контента карточки клиента */
{
  background-color:#ffffff;
  margin:12px 0;
  padding:10px;
  -webkit-box-shadow: 0 2px 2px 1px #bbbbbb;
  -webkit-tap-highlight-color: transparent;
}		

/* Колонки для веса, цены и кнопки Купить */
#left, #center, #right {height:24px;}

/* левая колонка обтекание слева */
#left {float:left;}
#left img {width:90px; }
/* правая колонка обтекание справа */
#right {float:right; width:90px; text-align: right;}
/* середина, ширина резиновая */
#center {margin:0 0; text-align: center;}

/* Колонки для маленьких МЕНЮ */
#left_menu, #center_menu, #right_menu {height:40px;}
/* левая колонка обтекание слева */
#left_menu {float:left; margin:3px 0 0 5px;}
/* правая колонка обтекание справа */
#right_menu {float:right; margin:3px 5px 0 0;background-color: rgb(163, 163, 163);}
/* середина, ширина резиновая */
#center_menu {margin:0 0; text-align: center;background-color: rgb(242, 242, 242);}
		

.buttonsmall_menu/* Кнопка МЕНЮ маленькая */
{
	border: 1px solid #ddd;
	border-radius: 40px;
	height:40px;
	width:40px;
	padding: 0 0 0 0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	/* ie7 */-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	/* ie8 */
	 outline:none;
}

#ord_href/* Кнопка В ЗАКАЗ */
{
	float: left;
	padding: 10px;
	background-color: var(--col-green);
	color: white;
	font-weight: bold;
	border-radius: 50px;
	margin: 7px 0 0 10px;
}

#formToSend{
	background-color: #f5f5f5;
	padding: 15px 15px 0px 15px;
}

.buttonsmall_menu img
{
	width:20px;
	margin: 10px 0 0 9px;
}
.buttonsmall_menu:active
{
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

#basketwidjet{
	position: relative;
	left: 23px;
	top: -35px;
}

#summa_zakaza{
	font-size: 17px !important;
	padding-top: 10px;
	font-weight: 400;
	color: rgb(31, 148, 10) !important;
}

#bsum{
	/*font-size: 17px !important;*/
	color: rgb(236, 65, 55) !important;
}

.food_name/* Название товара */
{
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
.food_name:first-letter { text-transform: capitalize !important; }

.food_text/* Описание товара */
{
	font-size: 12px;
	text-align:justify;
	line-height: 1.1;
	color:#212121;
	margin: 0
}
.food_text:first-letter { text-transform: capitalize !important; }

.food_price/* Цена товара */
{
	font-size: 15px;
	text-align:justify;
	line-height: 1.2;
	color:#212121;
	font-weight: bold;
	padding: 0;
}
		
.button_buy/* Кнопка купить */
{
	width:80px;
	font-family: 'RobotoBold',sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;/*padding:3px 10px 3px 10px;*/
	/*height: 20px;*/
	color:#ffffff;
	text-transform: uppercase;
	background-color: rgb(93, 186, 0);
	border-radius:10px 10px 10px 10px;
	text-decoration: none; /* Отменяем подчеркивание у ссылки */

	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.button_buy.incart{
	background-color: rgb(236, 65, 55);
}

.button_buy:active
{
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	text-decoration: none; /* Отменяем подчеркивание у ссылки */
}	
.button_menu/* Кнопка МЕНЮ */ {
	position:fixed;
	left:80px;
	right:80px;
	top:6px;
	z-index:1000;
	font-family: 'RobotoBold',sans-serif;
	font-size:32px; 
	color: #009999;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 36px;
	height:36px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
}
		
.button_menu:active
{
	background: #e9e9e9;
	position: fixed;
	top:6px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
.menu_body/* Тело МЕНЮ */
{	
	margin:15px 2% 15px 2%;
	padding: 10px 30px;
	background-color:#ffffff;
	border-radius: 5px;
	list-style-type: none;
	border:0 solid #f5f5f5;
	box-shadow: 0 2px 15px 3px #f5f5f5;
	-webkit-box-shadow: 0 4px 15px 1px #bbbbbb;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}
.menu_body a
{
	font-family: 'RobotoBold', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #009999;
}
		
.food_hit_color/* Лента Хит продаж */
{
	font-family: 'RobotoLight',sans-serif;
	font-size: 11px;
	text-align: left;
	position: relative;
	padding: 1px 5px 1px 5px;
	background-color: rgba(255, 0, 157, 0.8);
	color: #ffffff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:    0 0 5px rgba(0,0,0,0.3);
	box-shadow:         0 0 5px rgba(0,0,0,0.3);
	z-index: 90;

}
.food_hit/* Контейнер для ленты Хит продаж !!! Обязательно должен быть после food_hit_color !!! */
{
	position: absolute;
	z-index: 120;
	margin: 5px 0 0 -3px ;
}
/* */
.column/* Колонка в контейнере еды для фото и описания */
{
	display:table-cell;
	vertical-align: top;	
}		
		
.column img/* Картинка в контейнере еды для фото и описания */
{
	width:140px;
	margin:0 10px 5px 0;
	box-shadow: 0 0 2px 1px #c7c7c7;
	-webkit-box-shadow: 0 0 2px 1px #c7c7c7;
}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 0 10px 0 0; /* Отступы вокруг картинки */
}
span.round
{
  font-family: 'RobotoLight', sans-serif;
  font-size: 8px;
  background: #ec4137;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  width: 1.6em;
 
}
.message/* Сообщение "Корзина пуста" */
{
	background: #FFF;
	border-radius: 10px;
	margin: 20px;
	padding: 40px 7px 40px 7px;
	text-align: center;
}

.red-message/* Сообщение*/
{
	background: rgba(227, 0, 0, 0.75);
	border-radius: 10px;
	margin: 20px;
	padding: 40px 7px 40px 7px;
	text-align: center;
	color: white;
}

.red-message a{
	font-weight: bold;
	color: white;
	font-size: 16px;
}

.btable
{
	width: 100%;
	table-layout: fixed;
}
/* Карточка товаров в корзине */
.card_body {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #0000001a;
	box-shadow: 0 2px 15px 3px #f5f5f5;
}
.card_body_inline {
	display: inline-block;
}
.card_body_right {
	float: right;
}
.bbutton-basket {
	border: none;
	color: #FFF;
	width: 80%;
	font-weight: 600;
	background-color: var(--col-green);
	padding: 5px 10px;
	margin: auto 10%;
	cursor: pointer;
}
.table/*Таблица для иконок контактов и социальных сетей*/
{
	display:table;
}
.row
{
	display:table-row;
}
.col
{
	display:table-cell;
	text-align: center;
}
.cell_info
{
	width:100%;
	background:#ffffff;
	color:#212121;
	font-family: 'RobotoRegular', sans-serif;
	font-size:14px;
	text-shadow: none;
	text-align:justify;
	padding:5px 5px 5px 5px;
}
.cell_img img
{
	width:70px;
	margin: 5px 5px 5px 5px;
	box-shadow: 0 0 2px 1px #c7c7c7;
	-webkit-box-shadow: 0 0 2px 1px #c7c7c7;
	max-width: none;
}

.bbutton/* Кнопки оформления и отправки заказа в корзине */
{
	cursor: pointer;
	font-family: 'RobotoBold',sans-serif;
	font-size: 16px;
	text-align: center;
	padding:5px 10px 5px 10px;
	color:#ffffff;
	text-transform: uppercase;
	background-color: #009999;
	border-radius:50px;
	text-shadow: none;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none; /* Отменяем подчеркивание у ссылки */
	float: right;
}		

.bbutton:active/* Кнопки оформления и отправки заказа в корзине */
{
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	text-decoration: none; /* Отменяем подчеркивание у ссылки */
}	
	
.popup/* Оформление формы заполнения заказа */
{
	width: 100%;	
	/*display: none;*/
	font-family: 'RobotoRegular',sans-serif;
	font-size: 16px;
	color:#212121;
    font-weight: normal;

}  

.popup form/* Оформление формы заполнения заказа */
{
	padding: 0 30px 0 10px;
}

.error-min-delivery {
	text-align: center;
}

.loading {
	position: fixed;
	display: block !important;
	background: url('../img/ajax-loader.gif') center center no-repeat;
	background-color: #1d1d1d;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.green_button{
	background: rgb(31, 148, 10);
	color: #fff;
	border: none;
	text-transform: uppercase;
}

.cenakorzina {
	width: 100%;
}

#right {
	float: right;
	width: 90px;
	text-align: right;
}

.cena {
	width: 50%;
	float: left;
}

.hr {
	border: 0;
	width: 30%;
	color: #bcbcbc;
	background-color: #bcbcbc;
	height: 3px;
	position: relative;
	left: 35%;
	margin-top: 110px;
	margin-bottom: 40px;
}

.contenrs {
	position: relative !important;
	height: 98% !important;
	/*overflow-x: auto;*/
	padding-bottom: 30px;
}

.delivery-checkbox .collection-item_checkbox {
	padding-left: 10px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.delivery-checkbox .collection-item_checkbox form {
	position: relative;
	left: 2px;
	width: 29px;
}

.delivery-checkbox .collection-item_checkbox:hover {
	color: rgb(93, 186, 0)
}

.delivery-checkbox .collection-item_checkbox label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	height: 25px;
}

.delivery-checkbox [type="radio"]:not(:checked), .delivery-checkbox [type="radio"]:checked,
.delivery-checkbox [type="checkbox"]:not(:checked), .delivery-checkbox [type="checkbox"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.delivery-checkbox [type="radio"],
.delivery-checkbox [type="checkbox"] {
	border: solid 0.5px #e6e6e6 !important;
	margin: 0px 0px 10px 0px !important;
	padding: 0px 40px !important;
	font: 18px/18px "SFUIDisplay-Regular", sans-serif;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.delivery-checkbox [type="radio"] + label:before, .delivery-checkbox [type="radio"]:not(.filled-in) + label:after,
.delivery-checkbox [type="checkbox"] + label:before, .delivery-checkbox [type="checkbox"]:not(.filled-in) + label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	margin-top: 2px;
	-webkit-transition: .2s;
	transition: .2s;
}

.delivery-checkbox [type="radio"]:not(.filled-in) + label:after,
.delivery-checkbox [type="checkbox"]:not(.filled-in) + label:after {
	border: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.delivery-checkbox [type="radio"]:checked + label:before,
.delivery-checkbox [type="checkbox"]:checked + label:before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid rgb(93, 186, 0);
	border-bottom: 2px solid rgb(93, 186, 0);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.form-control {
	height: auto !important;
}

.bbutton-basket {
	margin: 2em 10px 2em 10px !important;
	/*width: calc(100% - 30px) !important;*/
	height: 40px;
}

.button-add-dish {
	border: none;
	color: #FFF;
	width: 75%;
	font-weight: 600;
	background-color: var(--col-green);
	padding: 5px 10px;
	margin: auto 10%;
	cursor: pointer;
	display: inline-block;
}

.button-remove-dish {
	border: none;
	color: #FFF;
	width: 75%;
	font-weight: 600;
	background-color: rgb(208, 9, 9);
	padding: 5px 10px;
	/*margin: auto 10% 10px;*/
	cursor: pointer;
	display: inline-block;
}

#itog {
	padding: 0px 30px 0px 10px;
}

#btable, .delivery_info_basket, .delivery_info_bonus {
	padding: 0px 10px 0px 10px;
}

.custom-input {
	width: 101%;
}

.nav-bar-block {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}

.bar.bar-custom {
	display: flex;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9;
	height: 35px;
	background-color: rgba(227, 36, 36, 1);
	color: rgba(255, 255, 255, 1);
	border: 1px rgba(145, 202, 0, 1) solid;
}

.bar.bar-custom .title {
	color: rgba(255, 255, 255, 1);
	padding: 8px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	overflow: hidden;
	margin: 0 10px;
	min-width: 30px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	left: 49px;
	right: 49px;
	transform: translate3d(0px, 0px, 0px);
	transition-duration: 0ms;
}

.fa-home::before {
	content: "\f015";
	color: white;
	font-size: 25px;
}

#home{
	display: block;
	margin-right: 5px;
	padding: 5px;
	white-space: nowrap;
	font-weight: 400;
}

/*меню внизу страницы*/
.footer-fxd{
	width: 100%;
	height: 62px;
	position: fixed;
	left: 0;
	bottom: 19px;
	background: #ffffff;
	z-index: 1000;
}

#no-ios{
	bottom: 0;
}

.footer-fxd ul{
	box-shadow: 0 0 10px #000;
	padding: 4px;
	border-color: rgba(145, 202, 0, 1);
	display: flex;
	justify-content: space-between;
	background: rgba(252, 252, 252, 1);
	width: 100%;
	margin: 0;
}

.footer-fxd ul li{
	position: relative;
	font-size: 10px;
	line-height: 14px;
	opacity: 1;
	display: block;
	padding: 5px;
	width: 100%;
}

.footer-fxd ul li img{
	width: 30px;
	height: 30px;
	max-height: 80%;
	margin-left: 4px;
}

.footer-fxd ul li p{
	line-height: 11px;
	font-size: 11px;
	height: 16px;
	margin-top: 2px;
	overflow: hidden;
	color:black;
}

/*блоки с информацией*/
.block-eat24{
	background-color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	overflow: hidden;
	border-radius: 2px;
}

.block-eat24,
.block-eat24-img{
	margin: 20px 10px;
}

/*стиль для изображений в промо-акциях*/
.block-eat24-img img{
	width: 100%;
}

.block-eat24 a{
	font-size: 16px;
}

.block-eat24 .inner{
	display: block;
	position: relative;
	margin: -1px;
	padding: 16px;
	font-size: 16px;
	border-color: rgba(68, 68, 68, 1);
	background-color: white;
	color: rgba(68, 68, 68, 1);
}

.img-eat24{
	float: left;
	margin-right: 10px;
	width: 25%;
}

.content-eat24{
	text-align: left;
	background-color: inherit;
	overflow: visible;
	white-space: normal;
}

.content-eat24 p{
	margin-top: 0;
	margin-bottom: 2px;
}

.content-eat24.ic{
	padding: 16px 16px 16px 56px;
	display: flex;
	align-items: center;
}
.content-eat24.ic i{
	font-size: 24px;
	position: absolute;
	left: 40px;
}

.bold{
	font-weight: bold;
}

.brd-bt{
	border-bottom: 1px black solid;
}

/*о нас*/
.button-custom{
	margin: 20px 10px;
	background-color: rgba(145, 202, 0, 1);
	text-align: center;
	padding: 12px;
	position: relative;
	display: block;
	border: 1px rgb(255, 255, 255) solid;
	border-radius: 4px;
}

.button-custom .inner{
	font-size: 16px;
	color: white;
}

.button-custom .inner i{
	font-size: 20px;
	position: absolute;
	left: 20px;
}

/*-------Cart page--------*/
@media (max-width: 420px){
	.delivery-checkbox{
		margin-bottom: 20px;
	}
}

/*заказы в личном кабинете*/
.lk-order-items h3#title{
	text-align: center;
	padding-top: 20px;
}

.lk-order-items .order-item{
	height: 62px;
	border-top: 1px #80808033 solid;
	display: flex;
	position: relative;
	padding: 12px 8px 10px;
	justify-content: space-between;
	align-items: center;
	background-color: white;
}

.lk-order-items .order-item h3{
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
}

.lk-order-items .order-item i {
	flex: 5%;
	font-size: 22px;
	font-weight: bold;
	color: var(--c-green)
}

.lk-order-items .order-item h3.ord {
	flex: 40%;
	color: black;
}

.lk-order-items .order-item .date {
	flex: 25%;
	font-size: 12px;
	color: gray;
}

.lk-order-items .order-item h3.price {
	flex: 15%;
	text-align: right;
	color: var(--c-green)
}

.order-show{
	background-color: white;
	padding: 10px;
}

.order-show .head{
	margin-bottom: 15px;
	color: grey;
}

.order-show .items{
	margin-bottom: 20px;
	color: black;
}

.order-show .items b{
	margin-bottom: 5px;
	display: block;
}

.order-show .items p{
	font-size: 14px;
	margin: 0;
}

.order-show .total span{
	font-weight: bold;
}

.order-show button{
	margin: 0 !important;
	width: 100% !important;
}

.order-show button i{
	margin-right: 5px;
}

#count-s{
	position: absolute;
	right: 14px;
	top: 0;
	width: 16px;
	height: 16px;
	color: white;
	background: rgb(255, 0, 0);
	border-radius: 50%;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

#run-o{
	display: block;
	margin-bottom: 15px;
	width: fit-content;
	border-bottom: 3px dotted rgb(255, 133, 98);
	color: rgb(255, 133, 98);
	font-size: 16px;
}

.order-desc{
	background-color: white;
	margin-top: -20px;
	min-height: 100vh;
	padding: 20px;
}

.recent-order-desc{
	background-color: white;
	margin-top: -20px;
	height: fit-content;
	overflow-y: auto;
	margin-bottom: 0 !important;
}

.order-desc .o-block{
	margin-bottom: 20px;
}

.order-desc .first-block h3{
	font-weight: bold;
	margin-bottom: 0;
}

.order-desc .o-block span{
	font-size: 14px;
	color: grey;
}

.order-desc .o-block p{
	margin-bottom: 0;
}