@import url("/template/css/fonts.css");

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-image: url(/template/images/background_03.jpg);
	background-attachment: scroll;
	background-size: 6%;
	background-repeat: repeat;
	text-align: justify;
	font-family: 'PT_Sans', 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	border-top: 1px solid #73231C;
}

p {
	padding: 5px 0px;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #73231C;
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0px;
}

ul {
	padding: 20px 20px 20px 40px;
}

button,
button:active,
button:focus {
	outline: none;
	cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number],
input[type=time] {
	-moz-appearance: textfield;
}

input {
	outline: none;
}

input[type=time] {
	width: 100px;
}

input[type=date],
input[type=datetime-local] {
	width: 150px;
}

.errorText {
	padding: 20px;
	color: #e31e24;
	font-weight: bold;
	font-size: large;
}

/* -----Pagination-------------- */
.PaginationPanel {
	padding: 20px 0px;
	margin-bottom: 10px;
}

.PaginationButton,
.PaginationButtonActive {
	display: inline-block;
	padding: 7px 14px;
	margin: 10px 3px;
	border: 1px solid;
	border-color: #999999;
	background-color: white;
	color: black;
	box-shadow: 0px 0px 1px #666666;
}

.PaginationButtonActive {
	font-size: 22px;
	padding: 10px 20px;
	border-color: #fecc00;
	background-color: #fecc00;
	box-shadow: 0px 0px 3px #666666;
}

.PaginationButton:hover,
.PaginationButtonActive:hover {
	border-color: #73231C;
	background-color: #73231C;
	color: white;
	box-shadow: 0px 0px 5px #666666;
}



/*------section-------------------------------*/

.section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.container {
	margin: 0px auto 0px auto;
	max-width: 1280px;
	padding: 5px 0px;
}

.containerContent {
	padding: 0px 10px;
}

.containerTitle {
	padding: 0px 0px 15px 20px;
	margin-bottom: 25px;
	color: black;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #73231C;
}

.content {
	position: relative;
	padding: 30px;
	background-color: white;
	text-align: justify;
	margin: 20px 0px;
	box-shadow: 0px 0px 10px #666666;
}

.contentTitle,
.contentTitle a {
	color: black;
}

.contentTitle a:hover {
	color: #73231C;
}

.ListItems {
	position: relative;
	text-align: center;
}

/*.listObjects {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}*/

/*------header-logoPanel--------------------*/

#header .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*---MiniTopPanel---*/

.headButtonShops,
.headButtonEmail,
.headButtonPhone {
	display: inline-block;
	height: 24px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	margin: 5px 0px;
	margin-left: 20px;
}

.headButtonEmail,
.headButtonPhone {
	width: 140px;
	text-align: left;
}

.headButtonPhone {
	background-image: url("/template/images/icon_tel2.png");
}

.headButtonEmail {
	background-image: url("/template/images/icon_email2.png");
}

.headButtonEmail,
.headButtonPhone,
.headButtonShops {
	color: #73231C;
}

.headButtonEmail:hover,
.headButtonPhone:hover,
.headButtonShops:hover {
	color: #73231C;
	font-weight: bold;
}

/*---logoPanel---*/

.headPanel {
	position: relative;
	width: 100%;
}

.headPanel #C1,
.headPanel #C3 {
	float: left;
	vertical-align: top;
	text-align: center;
}

.headPanel #C1 {
	padding-top: 8px;
	width: 15%;
}

.headPanel #C3 {
	padding-top: 12px;
	width: 50%;
}

.headPanel #C2,
.headPanel #C4,
.headPanel #C5,
.headPanel #C6 {
	float: right;
	vertical-align: top;
	text-align: right;
}

.headPanel #C2 {
	width: 80%;
}

.headPanel #C4 {
	padding-top: 10px;
	width: 30%;
	margin-right: 20px;
}

.headPanel #C5,
.headPanel #C6 {
	width: 100%;
}

.headCompanyName,
.headCompanyInfo {
	color: #73231C;
	text-transform: uppercase;
}

.headCompanyName {
	font-family: 'Olympia_Deco';
	font-size: 55px;
	text-shadow: 2px 2px 5px #666666;
	margin-top: -16px;
}

.headCompanyInfo {
	font-family: 'Bebas_Neue_Cyrillic';
	font-size: 24px;
	text-shadow: 1px 1px 3px #666666;
	margin-top: 0px;
}

.headLogo {
	width: 100%;
}

/*------Cart----------------------------------*/

.cartPanel,
.accauntPanel,
.accauntPanelCabinet {
	background-color: white;
	box-shadow: 0px 0px 5px #666666;
	display: inline-block;
	border-radius: 20px;
	margin-left: 10px;
}

.cartPanel,
.accauntPanel,
.accauntPanelCabinet {
	margin-bottom: 10px;
}

.cartPanel {
	padding: 10px;
	width: 140px;
	background-image: url("/template/images/CartImgB.png");
	background-size: auto 60%;
	background-position-x: 12px;
	background-position-y: center;
	background-repeat: no-repeat;
	color: black;
}

.cartPanel:hover {
	background-color: #73231C;
	color: white;
	background-image: url("/template/images/CartImgW.png");
}

.cartCount {
	display: none;
}

.accauntPanel,
.accauntPanelCabinet {
	padding: 10px;
	width: 200px;
	background-image: url("/template/images/UserIcon.png");
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position-x: 10px;
	background-position-y: center;
	cursor: pointer;
	position: relative;
}

.accauntPanelEnter {
	width: 50px;
	text-align: left;
	padding-left: 50px;
}

.accauntPanel:hover,
.accauntPanelCabinet:hover {
	background-color: #73231C;
	color: white;
	background-image: url("/template/images/UserIconWhite.png");
}

.accauntPanel a {
	color: #73231C;
}

.accauntPanelLink {
	color: black;
}

.accauntPanel:hover a {
	width: 80%;
	text-align: center;
	color: white;
}

.accauntPanel:hover a:hover {
	color: #fecc00;
}

.accauntPanelCabinet:hover {
	border-radius: 20px 20px 0px 0px;
}

.accauntPanelCabinet:hover .cabinetMenu {
	display: block;
}

.cabinetMenu {
	box-shadow: 0px 2px 5px #666666;
	padding-bottom: 10px;
	display: none;
	position: absolute;
	z-index: 5000;
	background-color: white;
	width: 220px;
	margin-top: 10px;
	margin-left: -10px;
	border-radius: 0px 0px 20px 20px;
}

.cabinetMenu a {
	font-size: 14px;
	display: block;
	color: black;
	padding: 4px 20px;
}

.cabinetMenu a:hover {
	color: white;
	background-color: #333333;
}

.cabinetMenu hr {
	margin: 10px 0px;
}

.cabinetMenu .userName {
	background-color: #73231C;
	text-align: left;
	color: white;
	padding: 10px 20px;
}

.userName {
	display: block;
}

/*-------site-Menu-Panel---------------------*/

.siteMenuSection {
	position: relative;
	z-index: 10000;
	clear: both;
	background-color: #000000;
	width: 100%;
	-webkit-box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	box-shadow: 0 2px 3px #666666;
}

.siteMenuPanel {
	overflow: hidden;
	background-color: #000000;
}

.siteMenuButton,
.siteMenuButtonActive {
	padding: 15px;
	font-size: 17px;
}

.siteMenuButton {
	background-color: #000000;
	color: #fecc00;
	text-decoration: none;
}

.siteMenuButtonActive,
.MenuButtonActive {
	text-decoration: none;
	/*background-color: #73231C;*/
	background-color: #fecc00;
	color: black;
}

.siteMenuButton,
.siteMenuButtonActive,
.siteMenuButtonMini {
	float: left;
}

.siteMenu a:hover {
	color: white;
	background-color: #73231C;
}

.siteMenuButtonMini {
	padding: 15px;
	cursor: pointer;
	display: none;
}

.siteMenuOpen {
	display: block;
	color: #fecc00;
}

/*---------Home------------------------------*/

.HomeBlockTitle {
	position: relative;
	margin: 20px 0px;
	padding: 30px 40px;
	background-color: white;
	box-shadow: 0px 0px 10px #666666;
}

/*------about------------------------------*/

.about_block {
	margin-top: 20px;
	padding-left: 20px;
}

.about_slogan {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

.about_corn,
.about_factory,
.about_turkey,
.about_shop_trolley {
	text-align: left;
	padding: 5px 5px 5px 50px;
	min-height: 40px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: left center;
}

.about_corn {
	background-image: url("/template/images/corn.png");
}

.about_factory {
	background-image: url("/template/images/factory.png");
}

.about_turkey {
	background-image: url("/template/images/turkey.png");
}

.about_shop_trolley {
	background-image: url("/template/images/shop_trolley.png");
}

/*---------News-----------------------------*/

.newsItem {
	float: left;
	position: relative;
	text-align: justify;
	vertical-align: top;
	width: 29%;
	margin: 1%;
	padding: 10px;
	background-color: white;
	box-shadow: 0px 0px 10px #666666;
}

.newsItem:hover {
	box-shadow: 0px 0px 12px #222222;
}

.newsItemImg {
	object-position: left top;
	height: 200px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 5px;
}

.newsItemDate,
.newsItemTitle,
.newsItemButton {
	margin-bottom: 5px;
}

.newsItemDate {
	font-weight: bold;
}

.newsItemTitle {
	height: 40px;
}

.newsItemTitle a {
	color: black;
}

.newsItemButton a {
	color: #73231C;
	font-weight: bold;
}

.newsOneVideo {
	height: 460px;
}

.newsOneImg {
	box-shadow: 0px 0px 20px #cccccc;
	float: left;
	width: 45%;
	margin: 2% 2% 2% 0%;
}

/*---------Production-------------------------*/

.categoriesList {
	text-align: center;
	margin-bottom: 15px;
}

.categoriesButton,
.categoriesButtonActive {
	display: inline-block;
	text-align: center;
	min-width: 260px;
	padding: 10px 15px;
	margin: 5px;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0px 0px 10px #666666;
}

.categoriesButton {
	color: #fecc00;
	/*background-color: #73231C;*/
	background-color: black;
}

.categoriesButtonActive {
	color: black;
	background-color: #fecc00;
}

.categoriesButton:hover,
.categoriesButtonActive:hover {
	color: white;
	background-color: #73231C;
	box-shadow: 0px 0px 8px #000000;
}

/* Create an active/current tablink class */

.productionCategoriesDescription {
	background-color: white;
	padding: 20px;
	margin: 30px 0px;
	box-shadow: 0px 0px 10px #666666;
}

.ListItems {
	position: relative;
	text-align: center;
}

.productionItem {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 260px;
	position: relative;
	margin: 1%;
	padding: 10px;
	background-color: white;
	box-shadow: 0px 0px 8px #666666;
}

.productionItem:hover {
	box-shadow: 0px 0px 12px #222222;
}

.productionItemNew {
	position: absolute;
	top: 0px;
	z-index: 100;
	padding: 5px 0px;
	text-align: center;
	color: white;
	background-color: #e31e24;
}

.productionItemNew {
	left: 0px;
	width: 120px;
}

.productionItemImg {
	object-fit: scale-down;
	width: 100%;
	height: 175px;
}

.productionItemTitle,
.productionItemTitleNoPrice {
	padding: 0px 8px;
	color: #333333;
	height: 55px;
	text-align: center;
}

.productionItemPrice,
.productionItemPriceDiscount {
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}

.productionItemPriceDiscount {
	padding: 0px 5px;
	color: #e31e24;
}

.productionItemPriceOld {
	position: relative;
	color: black;
	padding: 0px 5px;
	font-size: large;
	font-weight: bold;
}

.productionItemPriceOld:before {
	content: "";
	border-bottom: 2px solid #e31e24;
	position: absolute;
	left: 2px;
	right: 2px;
	height: 70%;
	transform: rotate(-12deg);
}

.productionItemImg,
.productionItemTitle,
.productionItemPrice,
.buttonInCart,
.buttonsQuantity,
.buttonsQuantity1 {
	margin: 0px auto 10px auto;
}

.productionItemTitleNoPrice {
	margin-bottom: 26px;
}

.productionItemCart {
	position: relative;
	text-align: center;
}

.productItemCart {
	text-align: left;
}

.buttonsQuantity {
	display: inline-block;
}

.buttonQuantity,
.buttonQuantity1 {
	width: 40px;
	padding: 5px;
	text-align: center;
	border: 1px solid #666666;
}

.buttonQuantity {
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
}

.buttonQuantityPlus,
.buttonQuantityMinus {
	background-color: #ffffff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: 1px solid #666666;
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.buttonQuantityPlus:hover,
.buttonQuantityMinus:hover {
	background-color: #73231C;
	color: white;
	border: 1px solid #73231C;
}

.buttonQuantityPlus,
.buttonQuantityPlus:hover {
	border-left: 0px;
	padding: 5px;
}

.buttonQuantityMinus,
.buttonQuantityMinus:hover {
	border-right: 0px;
	padding: 5px 6px;
}

.buttonInCart {
	margin: 0px 8px 0px 8px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 8px 15px;
	background-color: #fecc00;
	color: #73231C;
	font-weight: bold;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 3px #666666;
	-moz-box-shadow: 0 1px 3px #666666;
	box-shadow: 0 1px 3px #666666;
}

.buttonInCart:hover {
	background-color: #73231C;
	color: white;
	-webkit-box-shadow: 0 3px 5px #666666;
	-moz-box-shadow: 0 3px 5px #666666;
	box-shadow: 0 3px 5px #666666;
}

.productImgBlock,
.productParams {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	vertical-align: top;
}

.productImgBlock {
	float: right;
	margin: 0% 0% 2% 2%;
	position: relative;
}

.productImg {
	width: 100%;
}

.productText {
	text-align: justify;
}

.productParams {
	text-align: justify;
}

.productCode {
	color: #666666;
	margin: 0px auto 10px auto;
}

.productPrice,
.productPriceDiscount {
	font-size: x-large;
	font-weight: bold;
	margin: 0px auto 10px auto;
	text-align: left;
}

.productPriceDiscount {
	color: #73231C;
}

.productPriceOld {
	position: relative;
	color: #666666;
	padding-left: 10px;
	font-size: large;
	font-weight: normal;
}

.productPriceOld:before {
	content: "";
	border-bottom: 2px solid #73231C;
	position: absolute;
	width: 85%;
	height: 70%;
	transform: rotate(-7deg);
}

.productCart {
	margin-bottom: 30px;
}

/*------shops--------------------------------*/

.shopsTitle {
	width: 100%;
}

.shopsTitle td {
	width: 50%;
}

.shop_container_list {
	text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.shop_container {
	margin: 15px 0px 15px 20px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
	width: 90%;
	display: inline-block;
	border-left: 2px solid #73231C;
}

.shopsButton {
	float: left;
	display: block;
	text-align: center;
	width: 260px;
	padding: 10px 15px;
	margin: 5px;
	cursor: pointer;
	font-size: 20px;
}

.shopsButton {
	color: #fecc00;
	background-color: black;
}

.shopsButton.Active {
	color: black;
	background-color: #fecc00;
}

.shopsButton:hover {
	color: white;
	background-color: #73231C;
}

.shop-panels-button {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #fecc00;
	padding: 15px;
	width: 100%;
	cursor: pointer;
}

.shop-panels-buttons button:hover {
	background-color: #ddd;
}

.shop-panels-buttons button.active {
	background-color: #fecc00;
	color: #73231C;
}

.shop_container_adress {
	font-weight: bold;
}

.shop_container_mail {
	color: #73231C;
}

#shopsMap {
	width: 100%;
	height: 70vh;
	background-color: white;
	box-shadow: 0px 0px 20px #cccccc;
}

#shopsList {
	text-align: left;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 0px 20px #cccccc;
}

.shopItem {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 30%;
	margin: 10px;
	height: auto;
	font-size: small;
}

.shopItemTitle {
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #73231C;
	display: block;
	padding: 20px 10px 5px 10px;
	border-bottom: 1px solid #73231C;
	clear: both;
}

.shopItem span {
	margin-bottom: 0px;
}

.shopItemName {
	font-weight: bold;
	font-size: medium;
}

.shopItem a:hover {
	color: #73231C;
}

/*---------recipes----------------------------*/

.recipesItem,
.productRecipeItem {
	color: black;
	vertical-align: top;
	text-align: justify;
	margin: 1%;
	padding: 10px;
	width: 21%;
	background-color: white;
	box-shadow: 0px 0px 8px #666666;
}

.recipesItem {
	display: inline-block;
}

.productRecipeItem {
	float: left;
}

.recipesItem:hover {
	color: #73231C;
	box-shadow: 0px 0px 12px #222222;
}

.recipesItem Img,
.productRecipeItem Img {
	object-position: left top;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.recipesItemDate {
	display: none;
}

.recipesItemTitle {
	height: 50px;
	padding: 0px 6px;
}

.recipesItemButton a {
	color: #73231C;
	font-weight: bold;
}

.recipesItem Img,
.recipesItemTitle {
	text-align: center;
	margin: 0px auto 10px auto;
}

.recipeIngredients {
	float: right;
	width: 50%;
	margin: 0px 2% 0px 0px;
}

.recipeImg {
	box-shadow: 0px 0px 20px #cccccc;
	float: right;
	width: 45%;
	margin: 0% 0% 2% 2%;
}

/*---------vacancies---------------------------*/

.vacanciesItem {
	float: left;
	/*display: inline-block;*/
	color: black;
	vertical-align: top;
	text-align: justify;
	margin: 10px;
	padding: 20px;
	width: 282px;
	height: 200px;
	background-color: white;
	box-shadow: 0px 0px 10px #cccccc;
}

.vacanciesItem:hover {
	color: #73231C;
	box-shadow: 0px 0px 20px #c0c0c0;
}

.vacanciesItemTitle {
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}

.vacanciesItemName,
.vacanciesItemSalary,
.vacanciesItemDuties {
	text-align: left;
	margin: 0px auto;
}

.vacanciesItemName {
	font-size: x-large;
}

.vacanciesItemSalary {
	font-size: large;
	font-weight: bold;
	padding: 10px 0px 6px 0px;
	padding-bottom: 6px;
	color: #73231C;
}

.vacanciesItemDuties {
	font-size: small;
	color: #666666;
}

.vacanciesItemText {
	color: #333333;
}

.VacancyInfo,
.VacancyContact {
	margin-right: 20px;
	margin-bottom: 20px;
}

.VacancyContact {
	margin-top: 20px;
	margin-right: 0px;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 0px 10px #cccccc;
}

.VacancyContact p {
	color: #333333;
}

/*------Shares---------------------------------*/

.shareItem {
	display: inline-block;
	background-color: white;
	margin: 1%;
	padding: 10px;
	width: 45%;
	box-shadow: 0px 0px 8px #666666;
}

.shareItem:hover {
	box-shadow: 0px 0px 12px #222222;
}

.shareItem img {
	width: 100%;
}

.share img,
.share span {
	float: right;
	width: 49%;
}

.share img {
	box-shadow: 0px 0px 10px #cccccc;
	margin: 0% 0% 2% 2%;
}

.share span {
	float: left;
	margin: 0%;
}

/*------contact----------------------------*/

.contactItem {
	background-color: white;
	display: inline-block;
	padding: 20px;
	width: 19%;
	margin: 1%;
	text-align: left;
	box-shadow: 0px 0px 8px #666666;
}

.contactItem:hover {
	box-shadow: 0px 0px 12px #222222;
}

/*=====media==================================*/

@media (max-width: 1180px) {
	.recipesItem {
		width: 28%;
	}
}

@media (max-width: 1140px) {
	.headCompanyName {
		font-size: 40px;
		margin-top: -5px;
	}
}

@media (max-width: 1000px) {
	.shopItem {
		width: 45%;
	}

	.newsItem {
		width: 45%;
	}
}

@media (max-width: 970px) {
	.siteMenu {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
		display: none;
		position: absolute;
		z-index: 50000;
		background-color: black;
		width: 200px;
		margin-top: 51px;
	}

	.siteMenuButtonActive,
	.siteMenuButton {
		float: none;
		display: block;
		font-size: 15px;
		padding: 10px 20px;
	}

	.siteMenuButton {
		background: black;
		color: #fecc00;
	}

	.siteMenuButtonMini {
		cursor: pointer;
		display: block;
		color: white;
	}

	.siteMenuOpen {
		display: block;
	}
}

@media (max-width: 960px) {
	.newsOneVideo {
		width: 100%;
		height: 460px;
	}

	.contactItem {
		width: 30%;
	}

	.headCompanyName {
		font-size: 25px;
	}

	.headCompanyInfo {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	.newsOneVideo {
		width: 100%;
		height: 460px;
	}

	.newsOneImg {
		display: inline-block;
		width: 95%;
		margin: 2%;
		box-shadow: 0px 0px 20px #cccccc;
	}
}

@media (max-width: 850px) {
	.recipesItem {
		width: 40%;
	}
}

@media (max-width: 800px) {

	.recipeIngredients,
	.recipeImg {
		display: inline-block;
		width: 95%;
		margin: 2%;
	}

	.recipeImg {
		box-shadow: 0px 0px 20px #cccccc;
	}

	.about_block {
		padding-left: 20px;
	}
}

@media (max-width: 780px) {
	.recipesItem {
		width: 40%;
	}
}

@media (max-width: 730px) {
	.headPanel #C2 {
		width: 34%;
		text-align: left;
	}

	.headPanel #C4 {
		width: 100%;
		margin-right: 20px;
	}

	.headPanel #C5 {
		float: right;
		width: 69%;
	}

	.headPanel #C6 {
		float: left;
		width: 30%;
		text-align: left;
		vertical-align: middle;
	}
}

@media (max-width: 700px) {
	.contactItem {
		width: 80%;
	}

	.newsItem {
		float: none;
		width: 90%;
		height: auto;
		margin: 15px auto;
	}

	.newsItemTitle {
		height: auto;
	}
}

@media (max-width: 670px) {
	.shopItem {
		width: 90%;
		height: auto;
	}

	.productionCategoriesDescription {
		display: none;
	}

	.contentTitle {
		text-align: center;
	}
}

@media (max-width: 600px) {
	#banner {
		display: none;
	}
}

@media (max-width: 550px) {
	.recipesItem {
		width: 90%;
		height: auto;
		margin: 10px 0px;
	}

	.headCompanyName {
		font-size: 22px;
	}

	.headCompanyInfo {
		font-size: 8px;
	}

	.headPanel #C2 {
		width: 32%;
	}

	.headButtonShops,
	.headButtonEmail,
	.headButtonPhone {
		height: 20px;
		padding-left: 24px;
		background-repeat: no-repeat;
		background-size: auto 20px;
		margin: 2px 0px;
		margin-left: 0px;
		font-size: small;
		text-align: left;
	}
}

@media (max-width: 500px) {
	.about_block {
		padding-left: 0px;
	}

	.headPanel #C3 {
		text-align: center;
		width: 40%;
	}

	.headPanel #C2 {
		width: 40%;
	}

	.headPanel #C5 {
		width: 100%;
	}

	.headPanel #C6 {
		display:block;
		position: absolute;
		right: 0px;
		margin-top:18px;
	}
}

@media (max-width: 400px) {
	.subscriptionEmail {
		display: none;
	}
}

@media (max-width: 350px) {
	.recipesItemTitle {
		height: 80px;
	}
}

@media print {
	body {
		background-color: #ffffff;
		background-image: none;
	}

	.content {
		box-shadow: none;
	}

	#menu,
	.menuSection,
	.PricePrintButton {
		display: none;
	}

	.headButtonShops,
	#banner,
	.headPanel #C4 {
		display: none;
	}
}