﻿@font-face {
    font-family: 'Conv_DINPro-Regular';
	src: url('../fonts/DINPro-Regular.eot');
	src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Regular.woff') format('woff'),
		url('../fonts/DINPro-Regular.ttf') format('truetype'),
		url('../fonts/DINPro-Regular.svg#Conv_DINPro-Regular') format('svg');
	font-style: normal;
}
@font-face {
    font-family: 'Conv_DINPro-Medium';
	src: url('../fonts/DINPro-Medium.eot');
	src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Medium.woff') format('woff'),
		url('../fonts/DINPro-Medium.ttf') format('truetype'),
		url('../fonts/DINPro-Medium.svg#Conv_DINPro-Medium') format('svg');
	font-style: normal;
}
@font-face {
    font-family: 'Conv_DINPro-Bold';
	src: url('../fonts/DINPro-Bold.eot');
	src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Bold.woff') format('woff'),
		url('../fonts/DINPro-Bold.ttf') format('truetype'),
		url('../fonts/DINPro-Bold.svg#Conv_DINPro-Bold') format('svg');
	font-style: normal;
}
/*===== reset =====*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
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;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.4;		
	font-size: 62.5%;
	font-family: 'Conv_DINPro-Regular', Helvetica, Arial, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
	outline: 0;
    font-size:100%;
    background:transparent;	
	text-decoration:none;
	transition: all 0.4s ease;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:0;
    border:0;   
    border-top: 1px solid #d4d6d7;
    margin: 0 auto;
    padding:0;
}
input, select,textarea {
    vertical-align:middle;	
	padding: 7px 10px;
}
form  {
	text-align: center;
}
.cf:before, .cf:after {
    content: " "; 
    display: table; 
}
.cf:after {
    clear: both;
}
.clearfix {
        -height: 1%; /*IE6*/
        *zoom: 1; /*IE6-7*/
        display: table;
}
.clearfix:after {
   content: '1 1 1 1 1 1 1 1 1 1 1'; /*Op12+*/
   font: .1px/0 a;
   display: block;
   word-spacing: 99in;
   overflow: hidden; /*IE8-*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: 1.2;
}
::selection {
  color: #fff;	
  background: #3695eb;
}
::-moz-selection {
  color: #fff;	
  background: #3695eb;
}
* {
  border: none;
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    font-size: .7em;
    line-height: 1;
    }
sup {
    bottom: 1ex;
    }
sub {
    top: .5ex;
    }
/*===== layout =====*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.full-width, .inner-width {
width: 100%;
margin: 0 auto; 	
}
.wrapper {
    width: 100%;
	min-height: 100%;
	margin: 0 auto; 	 	
}
footer {
z-index: 1;
background-color: #3d3d3d;
}
.full-width {

}
.inner-width {
max-width: 1170px;
}
main, .main, .footer-wrapper {
	margin: 0 auto; 
	width: 100%;
	position: relative;
}
.footer-wrapper {
	max-width: 1170px;
}
.ccol-left-fixed-right-fluid {
margin-left: 360px;  
box-sizing: border-box;
}
.lcol-left-fixed-right-fluid {
width: 320px; 
box-sizing: border-box;
}
.ccol-wrapper-left-fluid-right-fixed {
width: 100%;
}
.ccol-left-fluid-right-fixed {
margin-right: 320px; 
}
.rcol-left-fluid-right-fixed {
width: 320px; 
margin-left: -320px; 
}
.two-col .col {
width: 50%;
box-sizing: border-box;
}
.main-content aside {
padding: 0 50px 0 15px;
}
/* common */
/* transition */
.card img, .list-switcher, .company-group-element img, .company-group-element span, .shops-list	.pop-up, .shops-list, .shops h1 span, .shops-list li, .dropdown, .logo, .product-logo, .indicator li, .product-list span {
transition: all 0.4s ease;
}
/* transition none */
.test {
transition: none;
}
/* cursor: pointer; */
.iso_logo, .halal_logo, .claims, .mailto, .list-switcher, .shops h1 span, .shops-list li, .indicator li, .product-list span, .goTop {
cursor: pointer;
}
/* background-color: #fff; */
.test {
background-color: #fff;
}
/* color: #000; */
.shops-list h3, .shops-list dl {
color: #000;
}
/* color: #666; */
.pop_wrapper h3, .pop_wrapper dt {
color: #666;
}
/* color: #fff; */
.ordered-list, .claims, .mailto, .management-list dd, .management-list dd a, .list-switcher, .history-list dd, .history-list dt .caption, .about-ext p, .about-ext h2, .product-list a, .news-content-wrapper p, .news-content-wrapper h3, .regions-list a, .product-card p, .shops h1, .shops-list li, .shops .tabs span, .properties-list a, .allproducts, .history-legend p, .logo span, .about h2, .properties-list, .product h2, .product h1, .product-list span, .hotline a, .slide p, .animated-text, .footer-links a, .slogan, .lang-switcher a, nav a {
color: #fff;
}
/* color: #e31e24; */
.mailto:hover, .claims:hover, .management-list dd a:hover, .management-list dt, .history-list dt, .about-ext h2, .product-list .active a, .product-list a:hover, .news-content-wrapper .date, .regions-list .active a, .regions-list a:hover, .hotline a:hover, .lang-switcher .active a, .lang-switcher a:hover, .lang-switcher span, nav a:hover, .product-list span:hover, .product-list .active span, .hotline dt {
    color: #e31e24;
}
/* color: #b72221; */
.test {
    color: #b72221;
}
/* border-bottom: 1px solid; */
.test {
border-bottom: 1px solid;
}
/* border-bottom: 1px dotted; */
.shops h1 span, .properties-list a {
border-bottom: 1px dotted;
}
/* border-color: transparent; */
.shops h1 span:hover, .properties-list a:hover {
border-color: transparent;
}
/* border: 1px solid; */
.test {
border: 1px solid;
}
/* background-image: url('../img/misc/sprite.png'); */
.test {
background-image: url('../img/misc/sprite.png');
background-repeat: no-repeat;
}
/* generaterd content */
.claims span:before, .company-list li:before, .company-list li:after, .company-list a:after, .company-list a:before, .news li:after, .socials a:before, .logo:before, .product-logo:before {
content: "";
}
/* background-image: url('../img/misc/sprite.png'); */
.company-list a:after, .company-list a:before {
background-image: url('../img/misc/sprite-2560.png');
background-repeat: no-repeat;
}
/* opacity: 0.5; */
.news-image:hover, .shops h1 span:hover {
opacity: 0.7;
}
/* border-radius: 50%; */
.claims span, .socials a {
border-radius: 50%;
}
/* max-width: 100%; */
.news img, .shops-list	img, .properties-list img, .product-card img, .logo img, .product-logo img {
max-width: 100%;
}
/* margin: 0 auto; */
header {
margin: 0 auto;
}
/* margin-bottom: 0; */
.test {
margin-bottom: 0;
}
/* margin-bottom: 5px; */
.management-list dt, .pop_wrapper h3, .pop_wrapper dd, .about-ext h2, .product-list li, .shops-list h3 {
margin-bottom: 5px;
}
/* margin-bottom: 10px; */
.news-content-wrapper h3, .news-content-wrapper p, .news-content-wrapper .date, .regions-list li, .shops-list li, .product-list.news-menu-ext li  {
margin-bottom: 10px;
}
/* margin-bottom: 20px; */
.news-content-wrapper p, .history-list li, .product-card p, .shops h1 {
margin-bottom: 20px;
}
/* margin-bottom: 30px; */
.management-list dd:nth-child(3), .news-wrapper.single-col h3, .about-ext p, .video-wrapper, .news li, .tabs {
margin-bottom: 30px;
}
/* float: none; */
.test {
float: none;
}
/* float: left; */
.claims, .mailto, .photo-gallery-ext .news-content-wrapper .list-switcher, .photo-gallery-ext .news-content-wrapper h3, .lcol-left-fixed-right-fluid, .shops-list dd, .shops-list dt, .properties-list dd, .properties-list dt, .product-card .l_col, .product-card .r_col, .lcol, .rcol, .hotline, .lang-switcher li, .nav>li, .header {
float: left;
}
/* float: right; */
.regions-list li, .product-list, .lang-switcher, .header-wrapper .logo {
float: right;
}
/* clear: both; */
.regions-list li {
clear: both;
}
/* clear: left; */
.test {
clear: left;
}
/* position: relative; */
.header-wrapper .lcol, .claims span, .hotline, .company-list li, .company-list a, .news li, .shops-list li, .nav>li, .shops .content, .product .content, .logo, .product-logo, .header .lcol {
position: relative;
}
/* position: absolute; */
.iso_logo, .halal_logo, .claims span:before, .arc, .company-list li:before, .company-list li:after, .company-list a:after, .company-list a:before, .news li:after, .regions-list-wrapper, .shops-list	.pop-up, .vegs-wrapper, .socials a:before, .socials a, .allproducts, .animated-text, .logo:before, .product-logo:before {
position: absolute;
}
/* position: fixed; */
.header-wrapper {
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
/* display: none; */
.test {
display: none;
}
/* display: block; */
.claims span:before, .properties-list strong, .socials a:before, .socials a, nav a, .logo:before, .product-logo:before {
display: block;
}
/* display: inline; */
.test {
display: inline;
}
/* display: inline-block; */
.about-ext p.mini-slogan, .shops-list h3, .allproducts, .hotline dd, .hotline dt {
display: inline-block;
}
/* display: flex; */
.test {
display: flex;
}
/* box-sizing: border-box; */
.logo, .product-logo, .properties-list dd, .properties-list dt, .logo, .product-logo {
box-sizing: border-box;
}
/* text-align: left; */
.regions-list-wrapper a, .dropdown a {
text-align: left;
}
/* text-align: right; */
.product-list li {
text-align: right;
}
/* text-align: center; */
.shops h1, .allproducts, nav a {
text-align: center;
}
/* overflow: hidden; */
.vegs-wrapper {
overflow: hidden;
}
/* overflow: visible; */
.test {
overflow: visible;
}
/* vertical-align hack */
.test {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;   
  vertical-align: middle;
}
/* vertical-align: top */
.test {
  vertical-align: top;
}
/* vertical-align: middle */
.test {
  vertical-align: middle;
}
/* typography*/
/* font-size: 1.1em; */
.test {
font-size: 1.1em;
}
/* font-size: 80%; */
.product-card em {
font-size: 60%;
}
.management-list dd a {
font-size: 75%;
}
.dropdown li a {
font-size: 150%;
line-height: 1;
text-transform: none;
}
.regions-list-wrapper .sub a, .dropdown.tabs a small {
font-size: 140%;
padding-left: 10px;
}
.history-list dt .caption, .regions-list-wrapper a small {
font-size: 90%;
}
/*
.dropdown li a[data-region], .dropdown li a[data-position] {
 color: yellow;
}
*/
/* font-size: 100%; */
.product-list em, .lang-switcher a {
font-size: 100%;
}
.lang-switcher li span, .news-content-wrapper span.list-switcher, .lang-switcher a {
font-size: 140%;
}
/* font-size: 120%; */
.shops-list h3, .properties-list span, .hotline dd, .hotline dt {
font-size: 120%;
}
.ordered-list, .history-list dd, .news-content-wrapper p, .news-content-wrapper .date, .hotline dd, .hotline dt {
font-size: 160%;
}
/* font-size: 180%; */
.about-ext p, nav a {
font-size: 180%;
}
/* font-size: 140%; */
.shops-list li, .allproducts {
font-size: 140%;
}
/* font-size: 160%; */
.pop-success-wrapper p, .pop-fail-wrapper p, .history-list dt, .about-ext h2, .regions-list-wrapper li a, .product-list span, .product-list.news-menu-ext a {
font-size: 220%;
line-height: 1.2;
}
/* font-size: 160%; */

/* font-size: 200%; */
.claims, .mailto, .shops span, .properties-list strong, .product-card h2 {
font-size: 180%;
}
/* font-size: 200%; */
.management-list dd, .news-content-wrapper h3 {
font-size: 200%;
}
/* font-size: 200%; */
.management-list dt {
font-size: 250%;
}


/* font-size: 220%; */

/* font-size: 700%; */
.animated-text {
font-size: 400%;
}
/* font-style: italic; */
.test {
font-style: italic;
}
/* font-style: normal; */
.claims i, .history-list em, em.red, .product-list em, .product-card em {
font-style: normal;
}
/* font-weight: normal; */
.test {
font-weight: normal;
}
/* line-height: 1.2; */
.management-list dd, .management-list dt, .animated-text {
line-height: 1.2;
}
/* line-height: 1.6; */
.about-ext p {
line-height: 1.6;
}
/* line-height: 1; */
.claims, .mailto, .lang-switcher li span, .animated-text, .allproducts, .hotline a, .hotline dd, .hotline dt, .footer-links a, .lang-switcher a, nav a {
line-height: 1;
}
/* text-transform: uppercase; */
.product-card h1, .animated-text, .footer-links a, .slogan, .lang-switcher a, nav a {
text-transform: uppercase;
}
/* letter-spacing: 1px */
.about h2 span, .company-list a, .slogan {
letter-spacing: 1px;
}
/* letter-spacing: 2px */
.test {
letter-spacing: 2px;
}
/*  font-family: 'Conv_DINPro-Regular'; */
textarea, .history-list dt em, .regions-list-wrapper li small, .product-list em, .product-card h1 em, .history-legend p, .product-list span em, .footer-links a, .lang-switcher a {
 font-family: 'Conv_DINPro-Regular';
}
/*  font-family: 'Conv_DINPro-Medium'; */
.ordered-list, .claims, .mailto, .lang-switcher li span, span.company-group-legend, .regions-list-wrapper li a, .product-list.news-menu-ext a, .product-list a, .news-content-wrapper h3, .news-content-wrapper p, .news-content-wrapper .date, nav a, .indicator li span, .history-legend p b, .product h2, .product-list span, .animated-text, .contacts h2, .contacts p, .production p, .company-list a, .hotline dt, .hotline a, .lang-switcher a {
 font-family: 'Conv_DINPro-Medium';
}
/*  font-family: 'Conv_DINPro-Bold'; */
.form-wrapper input[type=submit], .pop-success-wrapper p, .pop-fail-wrapper p, .management-list dd a, .management-list dt, .pop_wrapper h3, .pop_wrapper dt, .history-list dt, .about-ext h2, .contacts h1, .shops-list h3, .shops-list dt, .shops h1,  .animated-text, .slogan, .logo span, .about h2, .product h1, .production h2, .hotline dt {
 font-family: 'Conv_DINPro-Bold';
}
/* general */

/* bof slider */
.slide {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden; 	
    animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
.slide-1 {
	animation-name: slide-animation-1;
	opacity: 1;
	visibility: visible; 
}
.slide-2 {
	animation-name: slide-animation-2;
}
.slide-3 {
	animation-name: slide-animation-3;
}
.slide-4 {
	animation-name: slide-animation-4;
}
.slide-5 {
	animation-name: slide-animation-5;
}
@keyframes slide-animation-1 {
	0% { opacity: 1; visibility: visible; }	
	15% { opacity: 1; visibility: visible; }	
	20% { opacity: 0; visibility: hidden; }
}
@keyframes slide-animation-2 {
	15% { opacity: 0; visibility: hidden; }
	20% { opacity: 1; visibility: visible; }	
	35% { opacity: 1; visibility: visible; }	
	40% { opacity: 0; visibility: hidden; }
}
@keyframes slide-animation-3 {
	35% { opacity: 0; visibility: hidden; }
	40% { opacity: 1; visibility: visible; }	
	55% { opacity: 1; visibility: visible; }	
	60% { opacity: 0; visibility: hidden; }
}
@keyframes slide-animation-4 {
	55% { opacity: 0; visibility: hidden; }
	60% { opacity: 1; visibility: visible; }	
	75% { opacity: 1; visibility: visible; }	
	80% { opacity: 0; visibility: hidden; }
}
@keyframes slide-animation-5 {
	75% { opacity: 0; visibility: hidden; }
	80% { opacity: 1; visibility: visible; }	
	95% { opacity: 1; visibility: visible; }	
	100% { opacity: 0; visibility: hidden; }
}
.image-slider .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.1);
}
.image-slider .slide:nth-child(1) {
	background-image: url('../img/slider/slide-1.jpg');	
}
.image-slider .slide:nth-child(2) {
	background-image: url('../img/slider/slide-2.jpg');
}
.image-slider .slide:nth-child(3) {
	background-image: url('../img/slider/slide-3.jpg');
}
.image-slider .slide:nth-child(4) {
	background-image: url('../img/slider/slide-4.jpg');
}
.image-slider .slide:nth-child(5) {
	background-image: url('../img/slider/slide-5.jpg');
}
/* eof slider */
.header-wrapper {
	width: 100%;
}
.lcol {
	width: 35%;
}
.rcol {
	width: 65%;
}
.header {
    width: 80%;
    margin-top: 3%;
}
.header-top {
    padding-bottom: 2%;
	margin-bottom: 2%;
    border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
	height: 25px;
	overflow: visible!important;
}
.logo, .product-logo {
	background: #e01e24;
	background: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	z-index: 1;	
}
.logo {
	width: 42%;
	margin-right: 40px;
	padding: 3% 3% 1.5% 3%;	
}
.claims:hover span, .hotline dt:first-child a:hover, .logo:hover, .product-logo:hover, .allproducts:hover, .socials a:hover {
	background: #b72221;
	background: -moz-linear-gradient(top, #b72221 0%, #b72221 100%);
	background: -webkit-linear-gradient(top, #b72221 0%,#b72221 100%);
	background: linear-gradient(to bottom, #b72221 0%,#b72221 100%);
}
.logo:before, .product-logo:before {
    top: 100%;
    left: 0;
    width: 100%;
    height: 18px;
    background-image: url('../img/misc/logo-bottom.png');
    background-repeat: no-repeat;
    background-size: contain;
}
/* BOF halal */
.halal_logo {
	width: 80px;
	right: 75%;
	top: 10px;
	/* animation: shake-animation 2.72s cubic-bezier(.36,.07,.19,.97) infinite; */
  transform-origin: 50% 50%;
  overflow: hidden;
}
/*
.halal_logo:before, .halal_logo:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.halal_logo:before {  
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
  border-radius: 50%;
  animation: shake-animation-1 2.72s cubic-bezier(.36,.07,.19,.97) infinite;
}
@keyframes shake-animation-1 {
   10.71429% { opacity: 0; transform: scale(0.1, 0.1); border-radius: 50%; }
  100% { opacity: 1; transform: scale(1, 1); border-radius: 0; }
}
.halal_logo:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: shake-animation-2 2.72s cubic-bezier(.36,.07,.19,.97) infinite;
}
*/
.halal_logo:hover:after {
  opacity: 0;
}
/*
@keyframes shake-animation-2 {
   10.71429% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
*/
.halal_logo img, .iso_logo img {
	width: 100%;
	max-width: 100%;
}
.certificates-wrapper {
	position: relative;
}
.certificates {
	position: absolute;
	width: 70%;
	margin-top: 20%;
	left: 0;	
}
.certificates-list.halal-ex {
	text-align: center;
}
.certificates-list li {
	float: left;
	width: calc(33.3% - 36px);
	margin-right: 54px;
	opacity: 0;
}
.certificates-list.halal-ex li {
	float: none;
	display: inline-block;
}
.certificates-list img {
	width: 100%;
	max-width: 100%;
}
.certificates-list li:last-child {
	margin-right: 0;
}
.certificates-list.active li {
	opacity: 1;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
}
.certificates-list.active li:nth-child(2) {
	transition-delay: 0.2s;
}
.certificates-list.active li:nth-child(3) {
	transition-delay: 0.4s;
}
/* EOF halal */
/* BOF iso */
.iso_logo {
	width: 80px;
	right: 53%;
	top: 10px;
  overflow: hidden;
}
/*
.certificates-list.iso-ex li {
	float: right;
	margin: 0 0 0 54px;
}
.certificates-list.iso-ex li:last-child {
	margin-right: 0;
}
*/
/* EOF iso */
.lang-switcher li {
    margin-left: 7px;
}
.lang-switcher li:first-child {
    margin-left: 0;
}
.hotline {
	margin-right: 7px;
	overflow: visible!important;
}
.hotline dt a {
	top: -4px;
}
.hotline dt:first-child {
	margin-right: 5px;
}
.hotline dt:first-child a {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e01e24;
	background: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	position: relative;
	margin-bottom: -10px;
}
.hotline dt:first-child a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-image: url('../img/misc/phone.png');
    background-repeat: no-repeat;
	background-size: cover;
}
.claims {
	margin-top: -3px;
	overflow: visible!important;
	  margin-right: 7px;
}
.mailto {
	line-height: 1;
	float: left;
	vertical-align: top;
	position: relative;
	margin-top: -3px;
}
.claims {
	padding-left: 30px;
	position: relative;
}
.claims span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e01e24;
	background: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	position: absolute;
	margin-right: 5px;
	left: 0;
}
.claims span:before {
	display: inline-block;
	width: 16px;
	height: 10px;
	position: absolute;
	top: 6px;
	left: 4px;
	background-image: url('../img/misc/mail.png');
    background-repeat: no-repeat;
	background-size: cover;
}
.nav>li {
	width: calc(21% - 2px);
	border-right: 1px solid #fff;
}
.nav>li:last-child {
	width: 16%;	
	border: none;
}
.nav>li:last-child {
	float: right;
	border: none;
}
.nav>li:first-child a {	
	text-align: left;
}
.nav>li:last-child a {	
	text-align: right;
}
.dropdown {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	box-sizing: border-box;
}
.nav>li:hover .dropdown {
	max-height: 400px;
	overflow: visible;
	opacity: 1;
}
.nav>li:hover .dropdown.tabs {
	height: 400px;	
	max-height: 400px;
	overflow-y:scroll;
}
.dropdown li {
	border-right: none;
	float: none!important;
	width: 100%;
	display: block;
	text-align: left!important;
	padding: 10px 0;
}
.dropdown.tabs li {
	padding: 5px 0;
}
.dropdown li:first-child {
	padding-top: 0;
}
.dropdown li:last-child {
	padding-bottom: 0;
}
.dropdown a {
	white-space: nowrap;
}
/* regions-list-wrapper */

.regions-list-wrapper {
	position: static;
	width: 100%;
	overflow: hidden;
}
.nav>li:hover .shops-list-wrapper {
	display: block;
}
.regions-list-wrapper li {
	padding-left: 20px;
}
.regions-list-wrapper li small {
	padding-left: 5px;
}
/* regions-list-wrapper */
.animated-text {
	top: 150%;
	left: 71%;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
.slide-1 .animated-text {
	animation-name: slide-1-animation-text;
}
.slide-2 .animated-text {
	animation-name: slide-2-animation-text;
}
.slide-3 .animated-text {
	animation-name: slide-3-animation-text;
}
.slide-4 .animated-text {
	animation-name: slide-4-animation-text;
}
.slide-5 .animated-text {
	animation-name: slide-5-animation-text;
}
@keyframes slide-1-animation-text {
	0% {top: 150%;}
	3% {top: 32%;}
    19% {top: 32%; }
	20% {top: 150%;}
}
@keyframes slide-2-animation-text {
	17% {top: 150%;}
	20% {top: 39%;}
    39% {top: 39%;}
	40% {top: 150%;}
}
@keyframes slide-3-animation-text {
	37% {top: 150%;}
	40% {top: 39%;}
    59% {top: 39%;}
	60% {top: 150%;}
}
@keyframes slide-4-animation-text {
	57% {top: 150%;}
	60% {top: 39%;}
    79% {top: 39%;}
	80% {top: 150%;}
}
@keyframes slide-5-animation-text {
	77% {top: 150%;}
	80% {top: 32%;}
    99% {top: 32%;}
	100% {top: 150%;}
}
html[lang="en"] .slide-4 .animated-text {
	animation-name: slide-4-animation-en-text;
}
@keyframes slide-4-animation-en-text {
	57% {top: 150%;}
	60% {top: 32%;}
    79% {top: 32%;}
	80% {top: 150%;}
}
.allproducts {
	white-space: nowrap;
	padding: 10px 20px;
	border-radius: 3px;
	background: #e01e24;
	background: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	top: 150%;
	left: 71%;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
.slide-1 .allproducts {
	animation-name: slide-1-allproducts;
}
.slide-2 .allproducts {
	animation-name: slide-2-allproducts;
}
.slide-3 .allproducts {
	animation-name: slide-3-allproducts;
}
.slide-4 .allproducts {
	animation-name: slide-4-allproducts;
}
.slide-5 .allproducts {
	animation-name: slide-5-allproducts;
}
@keyframes slide-1-allproducts {
	2% {top: 150%;}
	5% {top: 50%;}
    20% {top: 50%; }
	25% {top: 150%;}
}
@keyframes slide-2-allproducts {
	19% {top: 150%;}
	22% {top: 50%;}
    40% {top: 50%;}
	45% {top: 150%;}
}
@keyframes slide-3-allproducts {
	39% {top: 150%;}
	42% {top: 50%;}
    60% {top: 50%;}
	65% {top: 150%;}
}
@keyframes slide-4-allproducts {
	59% {top: 150%;}
	62% {top: 50%;}
    80% {top: 50%;}
	85% {top: 150%;}
}
@keyframes slide-5-allproducts {
	79% {top: 150%;}
	82% {top: 50%;}
    99% {top: 50%;}
	100% {top: 150%;}
}
.socials a {
	width: 40px;
	height: 40px;
	background: #e01e24;
	background: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	top: 150%;
	left: 71%;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
.slide-1 .fb {
	animation-name: slide-1-fb;
}
.slide-2 .fb {
	animation-name: slide-2-fb;
}
.slide-3 .fb {
	animation-name: slide-3-fb;
}
.slide-4 .fb {
	animation-name: slide-4-fb;
}
.slide-5 .fb {
	animation-name: slide-5-fb;
}
.slide-1 .ytb {
	animation-name: slide-1-ytb;
}
.slide-2 .ytb {
	animation-name: slide-2-ytb;
}
.slide-3 .ytb {
	animation-name: slide-3-ytb;
}
.slide-4 .ytb {
	animation-name: slide-4-ytb;
}
.slide-5 .ytb {
	animation-name: slide-5-ytb;
}
.socials .fb:before {
	width: 15px;
	height: 25px;
	background-image: url('../img/misc/facebook.png');
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -8px;
}
.socials .ytb {
	left: calc(71% + 55px);
}
.socials .ytb:before {
	width: 25px;
	height: 18px;
	background-image: url('../img/misc/youtube.png');
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -13px;
}
@keyframes slide-1-fb {
	3% {top: 250%;}
	6% {top: 59%;}
    20% {top: 59%;}
	25% {top: 250%;}
}
@keyframes slide-2-fb {
	20% {top: 250%;}
	23% {top: 59%;}
    40% {top: 59%;}
	45% {top: 250%;}
}
@keyframes slide-3-fb {
	40% {top: 250%;}
	43% {top: 59%;}
    60% {top: 59%;}
	65% {top: 250%;}
}
@keyframes slide-4-fb {
	60% {top: 250%;}
	63% {top: 59%;}
    80% {top: 59%;}
	85% {top: 250%;}
}
@keyframes slide-5-fb {
	80% {top: 250%;}
	83% {top: 59%;}
    99% {top: 59%;}
	100% {top: 250%;}
}
@keyframes slide-1-ytb {
	4% {top: 250%;}
	7% {top: 59%;}
    20% {top: 59%;}
	25% {top: 250%;}
}
@keyframes slide-2-ytb {
	21% {top: 250%;}
	24% {top: 59%;}
    40% {top: 59%;}
	45% {top: 250%;}
}
@keyframes slide-3-ytb {
	41% {top: 250%;}
	44% {top: 59%;}
    60% {top: 59%;}
	65% {top: 250%;}
}
@keyframes slide-4-ytb {
	61% {top: 250%;}
	64% {top: 59%;}
    80% {top: 59%;}
	85% {top: 250%;}
}
@keyframes slide-5-ytb {
	81% {top: 250%;}
	84% {top: 59%;}
    99% {top: 59%;}
	100% {top: 250%;}
}
/* vegs */
.vegs-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.vegs-wrapper .bayleaf-slide-4-2 {
	top: auto;
	bottom: -50px;
}
.vegs-wrapper .parsley-slide-2 {
	top: 100px;
}
.vegs {
	background-repeat: no-repeat;
	background-size: cover;	
	position: absolute;
}
.vegs img {
	max-width: 100%;
}
.rozmarin-slide-1 {
	width: 25%;
	top: 0;
	right: 0;
}
.tomatoes-slide-1 {
	width: 25%;
	bottom: 30%;
	right: -10%;
}
.parsley-slide-1 {
	width: 22%;
	top: 0;
	left: 0;
}
.pepper-slide-1 {
	width: 25%;
	bottom: 15%;
	left: -4%;
}
.bayleaf-slide-1 {
	width: 13%;
	bottom: 0;
	left: -6%;
}
.bayleaf-slide-2 {
	width: 10%;
	bottom: 10%;
	right: 5%;
}
/* BOF product */
.wrapper.product, .wrapper.shops, .wrapper.contacts {
	background-image: url('../img/bg/product.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.wrapper.product {
	background-image: url('../img/bg/products.jpg');
}
.wrapper.maigustos {
	background-image: url('../img/bg/products.jpg');
}
.wrapper.contacts {
	background-image: url('../img/bg/contacts.jpg');
}
.wrapper.shops, .wrapper.news-ext.about-ext, .wrapper.news-ext {
	background-image: url('../img/bg/company-group.jpg');
}
.wrapper.shops:before {
	/* content: "";
	position: absolute;
	width: 605px;
	height: 1000px;
	left: 100px;
	bottom: 0;
	background-image: url('../img/bg/2560/shopman.png');
	*/
	display: none;
}
.wrapper.news-ext.about-ext:before, .wrapper.news-ext:before {
	/* content: "";
	position: absolute;
	width: 396px;
	height: 950px;
	top: 50%;
	margin-top: -350px;
	left: 150px;
	background-image: url('../img/bg/2560/notorium.png');
	*/
	display: none;
}
.wrapper.news-ext.about-ext:before {
	width: 144px;
	height: 800px;
	margin-top: -300px;
	left: 150px;
	background-image: url('../img/bg/2560/mercury.png');
}
.product .content {
	z-index: 1;
}
.product .content>.lcol, .product .content>.rcol  {
	padding-top: 12%;
}
.product .content>.rcol  {
	min-height: 1px;
}
.product-list {
	margin-right: 40px;
}
.products-list {
	position: relative;
	width: 100%;	
}
.product-card {
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.product-card .l_col {
	width: 330px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 20px;
}
.product-card .r_col {
	width: calc(100% - 330px);
}
.properties-list dd:last-child {
	padding-right: 0;
}
.product-card h1 {
	display: block;
	width: 100%;
}
.product-card h1, .product-card p, .product-card h2, .properties-list {
	margin-bottom: 2%;
}
/* halal */
.halal-ext .product-card .l_col {
	position: relative;
	padding-bottom: 0;
}
.halal-ext .product-card .l_col .img_wrapper {
  position: relative;
  width: 100%;
}
.halal-ext .product-card .l_col .img_wrapper:before {
 content: "";
	display: block;
	padding-top: 150%; 
}
.halal-ext .product_slide {
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;  
}
.halal-ext .product_slide_1 {
	background-image: url('../img/products/halal.png');
    animation:prodfade 12s infinite;
-webkit-animation:prodfade 12s infinite;

} 
.halal-ext .product_slide_2 {
    animation:prodfade2 12s infinite;
-webkit-animation:prodfade2 12s infinite;
}
html[lang="ro"] .halal-ext .product_slide_2 {
	background-image: url('../img/products/halal_cert_ro.png');
}
html[lang="ru"] .halal-ext .product_slide_2 {
	background-image: url('../img/products/halal_cert_ru.png');
}
html[lang="en"] .halal-ext .product_slide_2 {
	background-image: url('../img/products/halal_cert_en.png');
}
.halal-ext .product_slide_3 {
	background-image: url('../img/products/halal_1.png');
    animation:prodfade3 12s infinite;
-webkit-animation:prodfade3 12s infinite;
}
.halal-ext .product_slide_4 {
	background-image: url('../img/products/halal_2.png');
    animation:prodfade4 12s infinite;
-webkit-animation:prodfade4 12s infinite;
}
@keyframes prodfade
{
 0%   {opacity:1}
  11.11% { opacity: 1}
  22.22% { opacity: 1}
  33.33% { opacity: 0}
  44.44%   {opacity: 0}
  55.55% { opacity: 0}
  66.66% { opacity: 0}
  77.77% { opacity: 0}
  88.88% { opacity: 0}
  100% { opacity: 1}
}
@keyframes prodfade2
{
  0%   {opacity:0}
  11.11% { opacity: 0}
  22.22% { opacity: 0}
  33.33% { opacity: 1}
  44.44%   {opacity: 1}
  55.55% { opacity: 0}
  66.66% { opacity: 0}
  77.77% { opacity: 0}
  88.88% { opacity: 0}
  100% { opacity: 0}
}
@keyframes prodfade3
{
  0%   {opacity:0}
  11.11% { opacity: 0}
  22.22% { opacity: 0}
  33.33% { opacity: 0}
  44.44%   {opacity: 0}
  55.55% { opacity: 1}
  66.66% { opacity: 1}
  77.77% { opacity: 0}
  88.88% { opacity: 0}
  100% { opacity: 0}
}
@keyframes prodfade4
{
  0%   {opacity:0}
  11.11% { opacity: 0}
  22.22% { opacity: 0}
  33.33% { opacity: 0}
  44.44%   {opacity: 0}
  55.55% { opacity: 0}
  66.66% { opacity: 0}
  77.77% { opacity: 1}
  88.88% { opacity: 1}
  100% { opacity: 0}
}
/* properties-list */
.product-card h1 {
font-size: 32px;
}
.properties-list a {
	font-size: 	14px;
}
.properties-list span {
	font-size: 	16px;
}
.properties-list strong, .product-card h2 {
font-size: 20px;
}
/* font-size: 130%; */
.product-card p {
font-size: 16px;
}
.properties-list dt {
	width: 50px;
	padding-right: 10px;
}
.properties-list img {
	margin-top: 5px;
}
.properties-list dd {
	padding-right: 15px;
}
.properties-list:nth-child(4) dt:nth-child(1) {
	padding-right: 15px;
}
.properties-list dd + dd {
	border-left: 2px solid #fff;
	padding-left: 20px;
}
.properties-list:nth-child(8) img {
	max-width: 80%;
	display: block;
	margin: 0 auto;	
}
.properties-list:nth-child(8) .product-logo {
	padding: 5px 0;	
}
.properties-list:nth-child(8) {
	margin-bottom: 0;
}
/* EOF product */
/* BOF shops */
.shops .content {
	padding-top: 14%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.shops.news-ext .content {
	padding-left: 0;
	padding-right: 0;
}
.regions-list {
	margin-right: 15px;
}
.shops .map-holder {
	overflow: hidden;
	padding-left: 20px;
}
.shops #map {
	height: 100%;	
 }
.shops-list {
column-count: 8;
width: 90%;
margin: 0 auto;
overflow: hidden;
opacity: 0;
max-height: 0;
 -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;  
}
.shops-list li {
break-inside: avoid-column;
 -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;  
	display: inline-block;
}
.shops-list.active {
overflow: visible;
opacity: 1;
max-height: 10000px;
}

.pop-up {
	width: 400px;
	height: auto;	
}
.pop_wrapper {
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px 6px #000; 
	overflow: hidden;
}
.pop_wrapper .l_col {
	width: 40%;
	overflow: hidden;
	float: left;
}
.pop-up .pop_wrapper .l_col img {
	max-width: 100%;
}
.pop_wrapper .r_col {
	width: calc(30% - 20px);
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	margin-left: 20px;
}
.pop_wrapper .r_col:last-child dt:first-child, .pop_wrapper .r_col:last-child dt:nth-child(3) {
 
}
.pop_wrapper .r_col:last-child dt:first-child:before, .pop_wrapper .r_col:last-child dt:nth-child(3):before {
	content: "";
	display: inline-block;
	width:15px;
	height:15px;
	top: 0;
	left: 100%;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.pop_wrapper .r_col:last-child dt:first-child:before {
	background-image: url('../img/misc/summer.png');
}
.pop_wrapper .r_col:last-child dt:nth-child(3):before {
	background-image: url('../img/misc/winter.png');
}
.pop_wrapper dl, .pop_wrapper dt, .pop_wrapper dd {
	display: block;
}
.pop_wrapper .r_col:last-child dd:nth-child(2), .pop_wrapper h3 {
	margin-bottom: 7px;
}
.pop_wrapper dt {
	clear: left;
	margin-right: 5px;	
}
.pop_wrapper dd small {
	font-size: 11px;
}
/* EOF shops */
.card {
	position: absolute;
	width: 250px;
	height: auto;
	bottom: 30px;
	left: 71%;
}
.card a {
	display:block;
	position: relative;
}
.card a:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;	
background-image: url('../img/misc/play_button.png');
background-repeat: no-repeat;
background-size: cover;
top: 50%;
margin-top: -25px;
left: 50%;
margin-left: -25px;
}
.card a:hover img {
	opacity: 0.6;
}
.card img {
	max-width: 100%;
}
/* BOF shops 2 */
.ccol-wrapper-left-fluid-right-fixed {
    float: left;
    width: 100%;	
}
.ccol-left-fluid-right-fixed {
    box-sizing: border-box;
	padding: 25px;
	width: 100%;
	
}
.rcol-left-fluid-right-fixed {
  
}
/* EOF shops 2 */
/* EOF news */
ul.preview-list li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;	
}
.news-image img, ul.preview-list li {
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
} 
.preview-list li:before {
	content: "";
	display:block;
	padding-top: 75%;
}
.press-release-ext .preview-list li:before {
	padding-top: 66%;
}
.press-release-ext .preview-list li.portrait-ext:before {
	padding-top: 141%;
}
.preview-list li:nth-child(4n) {
	margin-right: 0;	
}
.preview-list a {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.preview-list img {
  max-width: 100%;
  width: 100%;
  /* min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
ul.news>li:last-child, .history-list>li:last-child, .news-list-wrapper p:last-child {
	margin-bottom: 500px;	
}
.news-list-wrapper.press-release-ext p:last-child {
	margin-bottom: 20px;
}
.news li:last-child:after {
    border-bottom:none;
}
.news-list-wrapper  {
	height: 370px;
	width: calc(80% + 30px);
	box-sizing: border-box;
}
.management-list {
	max-width: 300px;
	text-align: center;
}
.management-list li {
	padding-top: 25px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e31e24;
	text-align: left;
}
.management-list li:first-child {
	padding-top: 0;
}
.management-list li:last-child {
	border-bottom: none;
}
.company-group-ext .news-list-wrapper  {
margin-top: -1.5%;	
}
.video-wrapper {
	width: 100%;
	height: auto;
}
.default .video-wrapper {
	width: 50%;
	position: absolute;
	z-index: 1;
	left: 17.5%;
	top: 25%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.default .video-wrapper video {
	box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.5);
}
.video-wrapper video {
	width: 100%;
	height: auto;
}
.news.video-list-ext {
	padding-left: 0;
}
.news li {
	padding-bottom: 30px;
}
.ordered-list li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news .lcol-left-fixed-right-fluid {
	width: 220px;
}
.news .ccol-left-fixed-right-fluid {
	margin-left: 275px;
}
.news li:after {
	top: 100%;
	left: 0;
	width: 75%;
	border-bottom: 1px solid #fff;
}
.ordered-list li:after {
	display: none;
}
.ordered-list {
	list-style-type: decimal;
	list-style-position: inside;
}
.news-wrapper .lcol {
	width: 250px;
}
/* BOF news */


/* EOF contacts */
.contacts #map {
	width: 100%;
    height: 100%;
}
.contacts .map-wrapper {
	height: 40%;
	position: absolute; 
	z-index: 1;
	left: 0;
	width: 100%;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-direction: normal;
	animation-name: contacts-map;
	animation-delay: 1.5s;
	bottom: -250%;
}
@keyframes contacts-map {
	from {bottom: -250%;}
	to {bottom: 0;}
}
.contacts {
	height: auto;
}
.contacts .content {
	overflow: hidden;
	position: relative;
}
.contacts h1 {
	position: absolute;
	font-size: 5em;
	text-align: center;
	top: 250%;
	left:0;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-direction: normal;
	animation-name: contacts-h1;
}
@keyframes contacts-h1 {
	from {top: 250%;}
	to {top: 22%;}
}
.contacts p {
	position: absolute;
	font-size: 3.5em;
	text-align: center;
	top: 250%; 
	left:0;
	color: #fff;
	width: 100%;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
.contacts .fline {
	animation-name: fline;
	animation-delay: 0.2s;
}
.contacts .sline {
	animation-name: sline;
	animation-delay: 0.4s;
}
.contacts .tline {
	animation-name: tline;
	animation-delay: 0.6s;
}
.contacts .ftline {
	animation-name: ftline;
	animation-delay: 0.8s;
}
.contacts .socials {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 250%;
	margin-top: 0;
	animation-name: contacts-socials;
	animation-delay: 1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
@keyframes fline {
	from {top: 250%;}
	to {top: 28%;}
}
@keyframes sline {
	from {top: 250%;}
	to {top: 33%;}
}
@keyframes tline {
	from {top: 250%;}
	to {top: 38%;}
}
@keyframes ftline {
	from {top: 250%;}
	to {top: 43%;}
}
@keyframes contacts-socials {
	from {top: 250%;}
	to {top: 50%;}
}	
/* EOF contacts */

/* BOF about */
/** BOF company-group **/
.list-switcher {
	margin-left: 15px;
	border-bottom: 1px dotted;	
	line-height: 2;
}
.list-switcher:hover {
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px dotted transparent;
}
.company-group-wrapper img {
	max-width: 100%;
}
.news-list-wrapper.company-group-wrapper, .company-group-canvas-wrapper {
	position: relative;
}
.company-group-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.company-group-element, .company-group-legend {
	position: absolute;
}
span.company-group-legend {
	color: #fff;
	font-size: 140%;
	line-height: 1.2;
}
.company-group-center span.company-group-legend {
	display: none;
}
.company-group-element img {
	width: 100%;
}
.company-group-element:hover img {
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}
.company-group-element:hover span {
	color: #e31e24;
}
.company-group-canvas-wrapper:before {
	content: "";
	display: block;
	padding-top: 64.95%;
}
.company-group-center {
	position: absolute;
	width: 36.27%;
	top: 24.76%;
	left: 32.96%;	
}
.company-group-meat-processing {
	width: 11.35%;
	top: 4.15%;
	left: 45.73%;	
}
.company-group-meat-processing .company-group-legend {
	top: 20%;
	left: 115%;	
	width: 150px;
}
.company-group-waste-processing {
	width: 13.93%;
	top: 20.41%;
	left: 65.74%;	
}
.company-group-waste-processing .company-group-legend {
	top: 20%;
	left: 100%;	
	width: 200px;
}
.company-group-distribution {
	width: 12%;
	top: 45.27%;
	left: 70.53%;	
}
.company-group-distribution .company-group-legend {
	top: 20%;
	left: 120%;	
	width: 120px;
}
.company-group-distribution-system {
	width: 12%;
	top: 71.26%;
	left: 65%;	
}
.company-group-distribution-system .company-group-legend {
	top: 30%;
	left: 120%;	
	width: 150px;
}
.company-group-incubation {
	width: 13.5%;
	top: 69.8%;
	left: 22.9%;	
}
.company-group-incubation .company-group-legend {
	top: 30%;
	right: 105%;	
	width: 100px;
	text-align: right;
}
.company-group-feed-production {
	width: 11.97%;
	top: 44.8%;
	left: 19.4%;	
}
.company-group-feed-production .company-group-legend {
	top: 11%;
	right: 115%;	
	width: 100px;
	text-align: right;
}
.company-group-chickens-growing {
	width: 15.16%;
top: 20.28%;
left: 23.46%;
}
.company-group-chickens-growing .company-group-legend {
	top: 0;
	right: 100%;	
	width: 240px;
	text-align: right;
}
/** EOF company-group **/
.caption {
	margin-left: 10px;
}
.mini-slider-wrapper, .about-ext h2, .about-ext p, .history-ext .video-wrapper {
	width: 100%;	
}
.mini-slider-wrapper, .history-ext .video-wrapper {
	position: relative;
	margin-bottom: 70px;
}
.mini-slider-wrapper:before, .history-ext .video-wrapper:before {
	content: "";
	display: block;
	padding-top: 66%; 	
}
.history-ext .video-wrapper:before {
	padding-top: 56.25%; 	
}
.feed-production-ext .mini-slider-wrapper:before, .meat-processing-ext .mini-slider-wrapper:before, .incubation-ext .mini-slider-wrapper:before, .chickens-growing-ext .mini-slider-wrapper:before, .waste_processing-ext .mini-slider-wrapper:before {
	padding-top: 66.5%; 	
}
.waste_processing-ext .mini-slider-wrapper:before {
	padding-top: 70.5833%; 	
}
.mini-slide, .history-ext iframe, .history-ext video {	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mini-slider-list li {
	display: none;
}
.mini-slide img {	
	max-width: 100%;
	width: 100%;
}
.about-ext p.mini-slogan, em.red {
	background-color: rgba(227, 30, 36, 0.5);
	width: auto;
	padding: 3px 5px;
}
.company-list {
padding-top: 124px;
padding-left: 124px;
padding-right: 124px;
box-sizing: border-box;
}
.company-list li {
	float: left;
	width: 35%;	
}
.company-list li:nth-child(3n) {
	width: 30%;
}
.company-list a {
	color: #fff;
	display: block;
	padding-left: 120px;
margin: 0 0 140px 0;
font-size: 2.2em;
}
.company-list a:hover {
	color: #e13525;
}
.company-list a:after, .company-list a:before {
	top: 0;
	left: 0;
}
.company-list li:nth-child(2) a:after, .company-list li:nth-child(2) a:before {
	left: 20px;
}
.company-list li:last-child a:after, .company-list li:last-child a:before {
	left: -10px;
}
.company-list li a:hover:before {
	opacity: 0;
}
.company-list li a:hover:after {
	opacity: 1;
}
.company-list a:after {
	opacity: 0;
}
.company-list li:nth-child(1) a:before, .company-list li:nth-child(1) a:after {
	width: 85px;	
	height: 71px;
	background-position: 0 0;
}
.company-list li:nth-child(1) a:after {
	background-position: -86px 0;
}
.company-list li:nth-child(2) a:before, .company-list li:nth-child(2) a:after {
	width: 55px;	
	height: 74px;
	background-position: -175px 0;
}
.company-list li:nth-child(2) a:after {
	background-position: -231px 0;
}
.company-list li:nth-child(3) a:before, .company-list li:nth-child(3) a:after {
	width: 83px;	
	height: 74px;
	background-position: -289px 0;
}
.company-list li:nth-child(3) a:after {
	background-position: -374px 0;
}
.company-list li:nth-child(4) a:before, .company-list li:nth-child(4) a:after {
	width: 77px;	
	height: 72px;
	background-position: -458px 0;
}
.company-list li:nth-child(4) a:after {
	background-position: -537px 0;
}
.company-list li:nth-child(5) a:before, .company-list li:nth-child(5) a:after {
	width: 91px;	
	height: 63px;
	background-position: 0 -78px;
}
.company-list li:nth-child(5) a:after {
	background-position: -92px -78px;
}
.company-list li:nth-child(6) a:before, .company-list li:nth-child(6) a:after {
	width: 80px;	
	height: 103px;
	background-position: -187px -78px;
}
.company-list li:nth-child(6) a:after {
	background-position: -268px -78px;
}
.company-list li:nth-child(7) a:before, .company-list li:nth-child(7) a:after {
	width: 80px;	
	height: 77px;
	background-position: -353px -78px;
}
.company-list li:nth-child(7) a:after {
	background-position: -434px -79px;
}
.company-list li:nth-child(8) a:before, .company-list li:nth-child(8) a:after {
	width: 102px;	
	height: 91px;
	background-position: 0 -182px;
}
.company-list li:nth-child(8) a:after {
	background-position: -104px -182px;
}
.company-list li:nth-child(9) a:before, .company-list li:nth-child(9) a:after {
	width: 105px;	
	height: 96px;
	background-position: -208px -182px;
}
.company-list li:nth-child(9) a:after {
	background-position: -315px -182px;
}






.company-list li:nth-child(1):before, .company-list li:nth-child(2):before, .company-list li:nth-child(3):before, .company-list li:nth-child(7):before, .company-list li:nth-child(8):before, .company-list li:nth-child(9):before {
	width: 250px;	
	height: 54px;
	background-image: url('../img/bg/2560/arrow-down.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 170px;
	left: 35px;
}
.company-list li:nth-child(7):before, .company-list li:nth-child(8):before, .company-list li:nth-child(9):before {
	top: -60px;
}
.company-list li:nth-child(1):after, .company-list li:nth-child(2):after, .company-list li:nth-child(4):after, .company-list li:nth-child(5):after {
	width: 78px;	
	height: 26px;
	background-image: url('../img/bg/2560/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 85px;
	left: calc(100% - 40px);
}
.company-list li:nth-child(4):after, .company-list li:nth-child(5):after {
	top: 125px;
}
.company-list li:nth-child(7):after, .company-list li:nth-child(8):after {
	top: 105px;
} 
.company-list .arc, .company-list li:nth-child(3):after {
	width: 353px;	
	height: 124px;
	background-image: url('../img/bg/2560/arc.png');
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 100%;
	right: 20%;
}
.company-list .arc {
	right: auto;
	left: 20%;
}
.company-list li:nth-child(4):before, .company-list li:nth-child(6):before {
	width: 124px;	
	height: 354px;
	background-image: url('../img/bg/2560/side-arc.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	margin-top: -230px;
	right: 100%;
}
.company-list li:nth-child(6):before {
	background-image: url('../img/bg/2560/side-arc-right.png');
	right: auto;
	left: 100%;
} 
figure a img {
	max-width: 100%;
}
figure {
	display: block;
	margin-bottom: 40px;
}
/* EOF about */
/* mobile-menu */
.mobile-menu {
  display: none;
  position: relative;
  float: right;
  z-index: 999;
  overflow: hidden;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}
.mobile-menu span {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}
.mobile-menu span:before,
.mobile-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  content: "";
  
}
.mobile-menu span:before {
  top: -10px;
}
.mobile-menu span:after {
  bottom: -10px;
}
.mobile-menu span {
  transition: background 0s 0.3s;
}
.mobile-menu span:before,
.mobile-menu span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.mobile-menu span:before {
  transition-property: top, transform;
}
.mobile-menu span:after {
  transition-property: bottom, transform;
}
.mobile-menu.is-active span {
  background: none;
}
.mobile-menu.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-menu.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-menu.is-active span:before,
.mobile-menu.is-active span:after {
  transition-delay: 0s, 0.3s;
}
/* BOF sub-menu animation */
@-webkit-keyframes sub-menu-switcher-click-hover {
     0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.95);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

@keyframes sub-menu-switcher-click-hover {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.95);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.95);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

@-webkit-keyframes sub-menu-switcher-click {
     0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,30,36, 0.95);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(227,30,36, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227,30,36, 0);
  }
}

@keyframes sub-menu-switcher-click {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227,30,36, 0.95);
    box-shadow: 0 0 0 0 rgba(227,30,36, 0.95);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(227,30,36, 0);
      box-shadow: 0 0 0 10px rgba(227,30,36, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(227,30,36, 0);
      box-shadow: 0 0 0 0 rgba(227,30,36, 0);
  }
}
/* EOF sub-menu animation */
/* BOF pop-up */
.blanket {
	position: fixed;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.form-wrapper, .pop-success-wrapper, .pop-fail-wrapper {
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -250px;
	width: 500px;
	height: 550px;
	z-index: 2;
	border: 1px solid red;
	border-radius: 40px;
	overflow: hidden;
	padding: 30px 80px;
	box-sizing: border-box;
	text-align:left;
	display: none;
}
.pop-success-wrapper, .pop-fail-wrapper {
	margin-top: -125px;
	margin-left: -250px;
	width: 500px;
	height: 250px;
	padding: 100px 80px 30px;
}
.pop-success-wrapper {
	padding: 80px 30px 30px;
}
.pop-success-wrapper span {
	display: block;
	margin-bottom: 10px;
}
.pop-success-wrapper p, .pop-fail-wrapper p {
	text-align: center;
	color: red;
}
.input-wrapper, input[type="file"] {
	border: 1px solid red;
	border-radius: 8px;
	position: relative;
}
.error-baloon {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	color: red;
}
.error-baloon.active {
	display: inline-block;
}
.form-wrapper label, .form-wrapper .input-wrapper {
	font-size: 14px;
	float: left;
	clear: both;
	width: 100%;
	text-align:left;
	margin-bottom: 10px;
}
.form-wrapper .input-wrapper {
	margin-bottom: 20px;
	padding: 2px;
}
.form-wrapper input, .form-wrapper textarea {
	padding: 3px;
	width: 100%;
	line-height: 1;
	box-sizing: border-box;
}
.form-wrapper textarea {
	font-size: 14px;
}
.form-wrapper .col {
	float: left;
	width: 50%;
	text-align: left;
}
.form-wrapper input[type="file"] {
	padding: 5px;
}
.form-wrapper .label {
	font-size: 14px;
	line-height: 1;	
}
.form-wrapper .two-col {
	margin-bottom: 20px;	
}
.form-wrapper .captcha {
	width: 304px;
	margin: 0 auto 20px auto;
}
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url('../img/misc/close.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.form-wrapper label {
	position: relative;
}
.form-wrapper label:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -40px;
}
.form-wrapper label[for="name"]:before {
	width: 30px;
	height: 30px;
	background-color: #e01e24;
	background-color: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background-color: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background-color: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	background-image: url('../img/misc/name.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid transparent;
	border-radius: 6px;
	overflow: hidden;
}
.form-wrapper label[for="phone"]:before {
	width: 30px;
	height: 30px;
	background-color: #e01e24;
	background-color: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background-color: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background-color: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	background-image: url('../img/misc/phone.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid transparent;
	border-radius: 6px;
	overflow: hidden;
}
.form-wrapper label[for="message"]:before {
	width: 30px;
	height: 30px;
	background-color: #e01e24;
	background-color: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background-color: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background-color: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	background-image: url('../img/misc/message.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid transparent;
	border-radius: 6px;
	overflow: hidden;
}
.form-wrapper input[type=submit] {
    padding:8px 10px; 
    color:#fff; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	background-color: #e01e24;
	background-color: -moz-linear-gradient(top, #e01e24 0%, #b72221 100%);
	background-color: -webkit-linear-gradient(top, #e01e24 0%,#b72221 100%);
	background-color: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
	display: inline-block;
	width: auto;
}
.form-wrapper .file-upload {
    text-align: center;
}
.file-dialog-wrapper {
	margin-bottom: 10px;
}
/* EOF pop-up */
/* responsive */
@media (max-width: 1440px) {

	.contacts h1 {
	font-size: 3.5em;	
}
.contacts p {
	font-size: 2em;
}
@keyframes fline {
	from {top: 250%;}
	to {top: 29%;}
}
@keyframes sline {
	from {top: 250%;}
	to {top: 33%;}
}
@keyframes tline {
	from {top: 250%;}
	to {top: 37%;}
}
@keyframes ftline {
	from {top: 250%;}
	to {top: 41%;}
}
@keyframes contacts-socials {
	from {top: 250%;}
	to {top: 48%;}
}		
header {
	
}
.animated-text, .allproducts, .socials a {
	
}
.socials .ytb {
	
}
.product .content>.lcol, .product .content>.rcol  {
	padding-top: 12%;
}
}
@media (max-width: 1680px) {
.wrapper.shops:before {
	width: 242px;
	height: 400px;
	left: 50px;
	bottom: 0;
	background-image: url('../img/bg/1366/shopman.png');
}
.wrapper.news-ext.about-ext:before, .wrapper.news-ext:before {
	width: 167px;
	height: 400px;
	top: 50%;
	margin-top: -200px;
	left: 50px;
	background-image: url('../img/bg/1366/notorium.png');
}	
.wrapper.news-ext.about-ext:before {
	width: 72px;
	height: 400px;
	margin-top: -200px;
	left: 75px;
	background-image: url('../img/bg/1366/mercury.png');
}	
.company-list a {
	font-size: 1.4em;
	padding-left: 70px;	
	margin: 35px 0 70px;
}	
.company-list li:nth-child(1) a:before, .company-list li:nth-child(1) a:after {
	width: 43px;	
	height: 36px;
	background-position: 0 0;
}
.company-list li:nth-child(1) a:after {
	background-position: -43px 0;
}
.company-list li:nth-child(2) a:before, .company-list li:nth-child(2) a:after {
	width: 28px;	
	height: 38px;
	background-position: -87px 0;
}
.company-list li:nth-child(2) a:after {
	background-position: -116px 0;
}
.company-list li:nth-child(3) a:before, .company-list li:nth-child(3) a:after {
	width: 42px;	
	height: 37px;
	background-position: -145px 0;
}
.company-list li:nth-child(3) a:after {
	background-position: -187px 0;
}
.company-list li:nth-child(4) a:before, .company-list li:nth-child(4) a:after {
	width: 39px;	
	height: 36px;
	background-position: -231px 0;
}
.company-list li:nth-child(4) a:after {
	background-position: -272px 0;
}
.company-list li:nth-child(5) a:before, .company-list li:nth-child(5) a:after {
	width: 46px;	
	height: 32px;
	background-position: 0 -39px;
}
.company-list li:nth-child(5) a:after {
	background-position: -46px -39px;
}
.company-list li:nth-child(6) a:before, .company-list li:nth-child(6) a:after {
	width: 40px;	
	height: 52px;
	background-position: -93px -39px;
}
.company-list li:nth-child(6) a:after {
	background-position: -136px -39px;
}
.company-list li:nth-child(7) a:before, .company-list li:nth-child(7) a:after {
	width: 40px;	
	height: 39px;
	background-position: -178px -38px;
}
.company-list li:nth-child(7) a:after {
	background-position: -219px -38px;
}
.company-list li:nth-child(8) a:before, .company-list li:nth-child(8) a:after {
	width: 51px;	
	height: 46px;
	background-position: -1px -90px;
}
.company-list li:nth-child(8) a:after {
	background-position: -53px -90px;
}
.company-list li:nth-child(9) a:before, .company-list li:nth-child(9) a:after {
	width: 53px;	
	height: 48px;
	background-position: -106px -90px;
}
.company-list li:nth-child(9) a:after {
	background-position: -162px -90px;
}
.company-list a:after, .company-list a:before  {
	background-image: url('../img/misc/sprite-1366.png');
}

.company-list {
    padding-top: 85px;
    padding-left: 86px;
    padding-right: 86px;
    box-sizing: border-box;
}
.company-list li:nth-child(1):before, .company-list li:nth-child(2):before, .company-list li:nth-child(3):before, .company-list li:nth-child(7):before, .company-list li:nth-child(8):before, .company-list li:nth-child(9):before {
	width: 160px;	
	height: 37px;
	background-image: url('../img/bg/1366/arrow-down.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 130px;
	left: 35px;
}
.company-list li:nth-child(7):before, .company-list li:nth-child(8):before, .company-list li:nth-child(9):before {
	top: -20px;
}
.company-list li:nth-child(1):after, .company-list li:nth-child(2):after, .company-list li:nth-child(4):after, .company-list li:nth-child(5):after {
	width: 55px;	
	height: 18px;
	background-image: url('../img/bg/1366/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 85px;
	left: calc(100% - 40px);
}
.company-list li:nth-child(7):after, .company-list li:nth-child(8):after {
	top: 105px;
} 
.company-list .arc, .company-list li:nth-child(3):after {
	width: 245px;	
	height: 86px;
	background-image: url('../img/bg/1366/arc.png');
	background-repeat: no-repeat;
	background-position: center center;
	bottom: calc(100% - 20px);
	right: 30%;
}
.company-list .arc {
	right: auto;
	left: 30%;
}
.company-list li:nth-child(4):before, .company-list li:nth-child(6):before {
	width: 86px;	
	height: 245px;
	background-image: url('../img/bg/1366/side-arc.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	margin-top: -122px;
	right: 100%;
}
.company-list li:nth-child(6):before {
	background-image: url('../img/bg/1366/side-arc-right.png');
	right: auto;
	left: 100%;
} 

}
@media (max-width: 1440px) {
.wrapper.news-ext.about-ext:before {
	left: 35px;
}
}
@media (max-width: 767px) { 
/* BOF mobile */	
.mobile-menu {
	display: block;
}
.nav {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: all 0.4s ease;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
padding-left: 35%;
padding-top: 35px;
}
.nav a, .nav > li:last-child a {
text-align: left;
font-size: 2.5em;
line-height: 1;
}
.lang-switcher a, .lang-switcher li span {
	font-size: 130%;
} 
.hotline dd a {
	font-size: 90%;
} 
.nav > li {
    width: 100%;
	float:none!important;
	border: none;
	padding: 15px 0;
}
.nav > li:first-child {
    padding-top: 30px;
}
.nav > li:last-child {
    padding-bottom: 30px;
}
.mobile-menu.is-active + .nav {
max-height: 10000px;
overflow: visible;
opacity: 1;
z-index: 1;
}
.dropdown {
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    padding: 30px 0 0 15px;
    max-height: none;
    overflow: visible;
    opacity: 1;
}
.dropdown li a {
    font-size: 2em;
}
.product-list span {
	font-size: 1.7em;
}
/* BOF 600*/
.about-ext .content>.rcol, div.content>div.rcol, .product div.content>div.rcol {
	width: 100%;
	padding-left: 20px;
	padding-top: 100px;
	box-sizing: border-box;
}
.animated-text, .socials a, .card, .allproducts {
    left: 50%;
}
.animated-text {
    left: 0%;
width: 100%;
text-align: center;
}
.allproducts {
    left: 50%;
width: 130px;
margin-left: -70px;
box-sizing: border-box;
}
.socials .ytb {
    left: 50%;

}
.socials .fb {
    left: 50%;
margin-left: -50px;
}
.animated-text {
	font-size: 2.5em;
}
.card {
	width: 150px;
left: 50%;
margin-left: -75px;
}
.logo {
    width: 85px;
    margin-right: 10px;
    padding: 5px 5px 3px 5px;
}
.hotline dt {
	display: none;
}
/* BOF sub-menu */
.product-list {	
	position: fixed;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.product-list li {	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #e31e24;
	float:none;
	border-radius: 50%;
	transition: all 0.4s ease;
	margin: 0!important;
	padding: 0;	
}
.product .product-list li {	
	width: 20px;
	height: 20px;
}
.sub-menu-switcher.active + .product-list li {	
	box-shadow: 0 0 10px 2px #000; 
}

.news-ext .sub-menu-switcher.active + .product-list li:nth-child(6) {	
	bottom: 45px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(5) {	
	bottom: 90px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(4) {	
	bottom: 135px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(3) {	
	bottom: 180px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(2) {	
	bottom: 225px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(1) {	
	bottom: 270px;
}

.about-ext .sub-menu-switcher.active + .product-list li:nth-child(10) {	
	bottom: 45px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(9) {	
	bottom: 90px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(8) {	
	bottom: 135px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(7) {	
	bottom: 180px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(6) {	
	bottom: 225px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(5) {	
	bottom: 270px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(4) {	
	bottom: 315px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(3) {	
	bottom: 360px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(2) {	
	bottom: 405px;
}
.about-ext .sub-menu-switcher.active + .product-list li:nth-child(1) {	
	bottom: 450px;
}


.product.maigustos .sub-menu-switcher.active + .product-list li:nth-child(5) {	
	bottom: 50px;
}
.product.maigustos .sub-menu-switcher.active + .product-list li:nth-child(4) {	
	bottom: 75px;
}
.product.maigustos .sub-menu-switcher.active + .product-list li:nth-child(3) {	
	bottom: 100px;
}
.product.maigustos .sub-menu-switcher.active + .product-list li:nth-child(2) {	
	bottom: 125px;
}
.product.maigustos .sub-menu-switcher.active + .product-list li:nth-child(1) {	
	bottom: 150px;
}

.product .sub-menu-switcher.active + .product-list li:nth-child(19) {	
	bottom: 50px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(18) {	
	bottom: 75px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(17) {	
	bottom: 100px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(16) {	
	bottom: 125px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(15) {	
	bottom: 150px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(14) {	
	bottom: 175px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(13) {	
	bottom: 200px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(12) {	
	bottom: 225px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(11) {	
	bottom: 250px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(10) {	
	bottom: 275px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(9) {	
	bottom: 300px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(8) {	
	bottom: 325px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(7) {	
	bottom: 350px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(6) {	
	bottom: 375px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(5) {	
	bottom: 400px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(4) {	
	bottom: 425px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(3) {	
	bottom: 450px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(2) {	
	bottom: 475px;
}
.product .sub-menu-switcher.active + .product-list li:nth-child(1) {	
	bottom: 500px;
}

.about-ext .sub-menu-switcher.active + .product-list li:before, .news-ext .sub-menu-switcher.active + .product-list li:before {	
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.sub-menu-switcher.active + .product-list li:nth-child(1):before {	
	background-image: url('../img/misc/history-ico-small.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(2):before {	
	background-image: url('../img/misc/structura.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(3):before {	
	background-image: url('../img/misc/top_menedjment.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(4):before {	
	background-image: url('../img/misc/all-mash.png');
	margin-left: -11px;
}
.sub-menu-switcher.active + .product-list li:nth-child(5):before {	
	background-image: url('../img/misc/inkubatia.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(6):before {	
	background-image: url('../img/misc/broiler.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(7):before {	
	background-image: url('../img/misc/meat-processing.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(8):before {	
	background-image: url('../img/misc/icon-recycling.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(9):before {	
	background-image: url('../img/misc/distribution.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(10):before {	
	background-image: url('../img/misc/sale.png');
}
.product-list li a, .product-list li span {	
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 46px;
	white-space: nowrap;
	line-height: 1;
	font-size: 1.3em!important;
	color: #555;
	background-color: #fff;
	display: inline-block;
	padding: 2px 4px;
	padding: 0;
	border-radius: 3px;
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 2px #000;  
}
.product-list li span {	
	left: 30px;
}
.sub-menu-switcher.active + .product-list a, .sub-menu-switcher.active + .product-list span {	
	padding: 2px 4px;
	max-width: 10000px;
	overflow: visible;
	opacity: 1;
}
.sub-menu-switcher {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #e31e24;
	border-radius: 50%;
	transition: all 0.4s ease;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
    animation: sub-menu-switcher-click 2s infinite;
	box-shadow: 0 0 10px 2px #000; 
}
.product .sub-menu-switcher {
	bottom: 40px;
}
.sub-menu-switcher.active {
	background-color: #fff;
	animation: sub-menu-switcher-click-hover 2s infinite;
}
.sub-menu-switcher:before {
	content: "\002B";
	position: relative;
	z-index: 1;
	display: inline;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.sub-menu-switcher.active:before {
	color: #e31e24;
}
/* EOF sub-menu */
.company-group-canvas {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	height: auto;
}
.company-group-canvas-wrapper:before {
	display: none!important;
}
.company-group-canvas>li {
	position: static!important;
	display: block;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
.company-group-canvas img, .company-group-element .company-group-legend br {
	display: none!important;
}
.company-group-element .company-group-legend {
	position: relative!important;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	height: auto;
	font-size: 1.6em;
}
.company-group-center span.company-group-legend {
    display: inline-block;
	position: static!important;
	font-size: 1.6em;
}
.management-list dt {
	font-size: 1.8em;
}
.management-list dd {
	font-size: 1.6em;
}
.management-list dd a {
	font-size: 0.9em;
}
.management-list dd:nth-child(3) {
	margin-bottom: 15px;
}
.management-list li {
    padding-top: 10px;
}
.mini-slider-wrapper {
    margin-bottom: 20px;
}
.product .content>.rcol {
    width: 100%;
	box-sizing: border-box;
}
.products-list {
	min-height: 800px;
}
.product-card {
 width: 100%;
}
.product-card .l_col {
    width: 100%;
float: none;
clear: both;
margin: 0 auto;
}
.product-card .l_col img {
display: block;
width: 75%;
margin: 0 auto;
}
.product-card .r_col {
    width: 100%;
    float: none;
    clear: none;
}
.product-card h1 {
    font-size: 1.8em;
}
.product-card p {
    font-size: 13px;
}
.properties-list strong, .product-card h2 {
    font-size: 16px;
}
.properties-list dt {
    width: 30px;
}
.properties-list span {
    font-size: 13px;
}
.regions-list-wrapper {
    position: fixed;
    width: 0;
    overflow: hidden;
	top: 0;
	left: -20px;
	bottom: 0;
height: 100%;	
	z-index: 2;
	background-color: rgba(0,0,0,0.85);
	padding: 75px 20px 75px 0;
	transition: all 0.4s ease;
}
.sub-menu-switcher.active + .regions-list-wrapper {
    width: 220px;
	left: 0;
}
.shops .map-holder {
    padding-left: 0;
	box-sizing: border-box;
	float: none;
}
.shops .content {
    padding-top: 20px;
	box-sizing: border-box;
}
.regions-list-wrapper li a {
	font-size: 1.8em;
	line-height: 1.8;
}
.shops .content {
    padding-left: 0;
}
.pop-up {
    width: 150px;
}
.pop-up .pop_wrapper .l_col img {
	max-width: 100px;
}
.pop_wrapper {
    padding: 0;
}
.pop_wrapper .l_col {
    width: 100%;
	float: none;
}
.pop_wrapper .r_col {
    width: 100%;
    margin-left: 0;
	float: none;
}
.news .lcol-left-fixed-right-fluid {
    width: 100px;
margin: 0 20px 10px 0;
}
.news .ccol-left-fixed-right-fluid {
    margin-left: 0;
clear: none;
}
.news-content-wrapper p {
    font-size: 14px;
	margin-bottom: 10px;
}
.news-content-wrapper .date {
    font-size: 16px;
}
.news li {
    padding-bottom: 15px;
	margin-bottom: 15px;
}
.contacts .socials {
    left: 0;
    width: 100%;
	margin-left: 0;
}
.contacts .socials .fb {
    left: 50%;
    margin-left: -40px;
}
.contacts .socials .ytb {
    left: 50%;
    margin-left: 10px;
}
.contacts h1 {
    font-size: 2em;
}
.contacts p {
    font-size: 1.6em;
}
/* EOF 600*/
/* EOF mobile */	
}
@media (max-width: 1366px) {
.contacts h1 {
    font-size: 2.7em;
}
.contacts p {
    font-size: 2em;
}
.product-list span {
	font-size: 160%;
}
}
@media (max-width: 1280px) {
.halal_logo, .iso_logo {
	width: 80px;
	right: 60%;
}
.iso_logo {
	top: 110px;
}
.claims i, .mailto {
	display: none;
}
}
@media (max-width: 1152px) {
.header {
	width: 90%;
}
}
@media (max-width: 1024px) {
.halal_logo, .iso_logo {
	width: 85px;
	right: auto;
	left: 10px;
	top: 25px;
}
.iso_logo {
	top: 125px;
}	
.animated-text {
    font-size: 300%;
}
}

@media (max-width: 350px) {


/* BOF sub-menu */
.product-list {	
	position: fixed;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.product-list li {	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #e31e24;
	float:none;
	border-radius: 50%;
	transition: all 0.4s ease;
	margin: 0!important;
	padding: 0;	
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li {	
	box-shadow: 0 0 10px 2px #000; 
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(10) {	
	bottom: 35px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(9) {	
	bottom: 70px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(8) {	
	bottom: 105px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(7) {	
	bottom: 140px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(6) {	
	bottom: 175px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(5) {	
	bottom: 210px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(4) {	
	bottom: 245px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(3) {	
	bottom: 280px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(2) {	
	bottom: 315px;
}
.about-ext.news-ext .sub-menu-switcher.active + .product-list li:nth-child(1) {	
	bottom: 350px;
}

.news-ext .sub-menu-switcher.active + .product-list li:nth-child(6) {	
	bottom: 35px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(5) {	
	bottom: 70px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(4) {	
	bottom: 105px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(3) {	
	bottom: 140px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(2) {	
	bottom: 175px;
}
.news-ext .sub-menu-switcher.active + .product-list li:nth-child(1) {	
	bottom: 210px;
}
.news-ext .sub-menu-switcher.active + .product-list li:before {	
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.sub-menu-switcher.active + .product-list li:nth-child(1):before {	
	background-image: url('../img/misc/history-ico-small.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(2):before {	
	background-image: url('../img/misc/structura.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(3):before {	
	background-image: url('../img/misc/top_menedjment.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(4):before {	
	background-image: url('../img/misc/all-mash.png');
	margin-left: -11px;
}
.sub-menu-switcher.active + .product-list li:nth-child(5):before {	
	background-image: url('../img/misc/inkubatia.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(6):before {	
	background-image: url('../img/misc/broiler.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(7):before {	
	background-image: url('../img/misc/meat-processing.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(8):before {	
	background-image: url('../img/misc/icon-recycling.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(9):before {	
	background-image: url('../img/misc/distribution.png');
}
.sub-menu-switcher.active + .product-list li:nth-child(10):before {	
	background-image: url('../img/misc/sale.png');
}
.product-list li a {	
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 46px;
	white-space: nowrap;
	line-height: 1;
	font-size: 1.3em!important;
	color: #555;
	background-color: #fff;
	display: inline-block;
	padding: 2px 4px;
	padding: 0;
	border-radius: 3px;
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 2px #000;  
}
.sub-menu-switcher.active + .product-list a {	
	padding: 2px 4px;
	max-width: 10000px;
	overflow: visible;
	opacity: 1;
}
.sub-menu-switcher {
	width: 30px;
	height: 30px;
	bottom: 20px;
	left: 20px;
	animation: sub-menu-switcher-click 2s infinite;
	box-shadow: 0 0 10px 2px #000; 
}
.sub-menu-switcher.active {
	background-color: #fff;
	animation: sub-menu-switcher-click-hover 2s infinite;
}
.sub-menu-switcher:before {
	content: "\002B";
	position: relative;
	z-index: 1;
	display: inline;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.sub-menu-switcher.active:before {
	color: #e31e24;
}
/* EOF sub-menu */
}




@media (min-width: 1400px) {
	.product-card h1 {
font-size: 35px;
}
.product-list span {
    font-size: 200%;
}
		.card {
			width: 400px;
}	

.animated-text {
	font-size: 700%;
}
@keyframes slide-1-animation-text {
	0% {top: 150%;}
	3% {top: 25%;}
    19% {top: 25%; }
	20% {top: 150%;}
}
@keyframes slide-2-animation-text {
	17% {top: 150%;}
	20% {top: 32%;}
    39% {top: 32%;}
	40% {top: 150%;}
}
@keyframes slide-3-animation-text {
	37% {top: 150%;}
	40% {top: 32%;}
    59% {top: 32%;}
	60% {top: 150%;}
}
@keyframes slide-4-animation-text {
	57% {top: 150%;}
	60% {top: 32%;}
    79% {top: 32%;}
	80% {top: 150%;}
}
@keyframes slide-5-animation-text {
	77% {top: 150%;}
	80% {top: 25%;}
    99% {top: 25%;}
	100% {top: 150%;}
}
@keyframes slide-4-animation-en-text {
	57% {top: 150%;}
	60% {top: 25%;}
    79% {top: 25%;}
	80% {top: 150%;}
}

@keyframes slide-1-allproducts {
	2% {top: 150%;}
	5% {top: 44.5%;}
    20% {top: 44.5%; }
	25% {top: 150%;}
}
@keyframes slide-2-allproducts {
	19% {top: 150%;}
	22% {top: 45.5%;}
    40% {top: 45.5%;}
	45% {top: 150%;}
}
@keyframes slide-3-allproducts {
	39% {top: 150%;}
	42% {top: 45.5%;}
    60% {top: 45.5%;}
	65% {top: 150%;}
}
@keyframes slide-4-allproducts {
	59% {top: 150%;}
	62% {top: 45.5%;}
    80% {top: 45.5%;}
	85% {top: 150%;}
}
@keyframes slide-5-allproducts {
	79% {top: 150%;}
	82% {top: 44.5%;}
    99% {top: 44.5%;}
	100% {top: 150%;}
}
@keyframes slide-1-fb {
	3% {top: 250%;}
	6% {top: 51.5%;}
    20% {top: 51.5%;}
	25% {top: 250%;}
}
@keyframes slide-2-fb {
	20% {top: 250%;}
	23% {top: 51.5%;}
    40% {top: 51.5%;}
	45% {top: 250%;}
}
@keyframes slide-3-fb {
	40% {top: 250%;}
	43% {top: 51.5%;}
    60% {top: 51.5%;}
	65% {top: 250%;}
}
@keyframes slide-4-fb {
	60% {top: 250%;}
	63% {top: 51.5%;}
    80% {top: 51.5%;}
	85% {top: 250%;}
}
@keyframes slide-5-fb {
	80% {top: 250%;}
	83% {top: 51.5%;}
    99% {top: 51.5%;}
	100% {top: 250%;}
}
@keyframes slide-1-ytb {
	4% {top: 250%;}
	7% {top: 51.5%;}
    20% {top: 51.5%;}
	25% {top: 250%;}
}
@keyframes slide-2-ytb {
	21% {top: 250%;}
	24% {top: 51.5%;}
    40% {top: 51.5%;}
	45% {top: 250%;}
}
@keyframes slide-3-ytb {
	41% {top: 250%;}
	44% {top: 51.5%;}
    60% {top: 51.5%;}
	65% {top: 250%;}
}
@keyframes slide-4-ytb {
	61% {top: 250%;}
	64% {top: 51.5%;}
    80% {top: 51.5%;}
	85% {top: 250%;}
}
@keyframes slide-5-ytb {
	81% {top: 250%;}
	84% {top: 51.5%;}
    99% {top: 51.5%;}
	100% {top: 250%;}
}
}	
@media (min-width: 1680px) {
@keyframes slide-1-allproducts {
	2% {top: 150%;}
	5% {top: 48%;}
    20% {top: 48%; }
	25% {top: 150%;}
}
@keyframes slide-2-allproducts {
	19% {top: 150%;}
	22% {top: 48.5%;}
    40% {top: 48.5%;}
	45% {top: 150%;}
}
@keyframes slide-3-allproducts {
	39% {top: 150%;}
	42% {top: 48.5%;}
    60% {top: 48.5%;}
	65% {top: 150%;}
}
@keyframes slide-4-allproducts {
	59% {top: 150%;}
	62% {top: 48.5%;}
    80% {top: 48.5%;}
	85% {top: 150%;}
}
@keyframes slide-5-allproducts {
	79% {top: 150%;}
	82% {top: 48%;}
    99% {top: 48%;}
	100% {top: 150%;}
}
@keyframes slide-1-fb {
	3% {top: 250%;}
	6% {top: 54%;}
    20% {top: 54%;}
	25% {top: 250%;}
}
@keyframes slide-2-fb {
	20% {top: 250%;}
	23% {top: 54.5%;}
    40% {top: 54.5%;}
	45% {top: 250%;}
}
@keyframes slide-3-fb {
	40% {top: 250%;}
	43% {top: 54.5%;}
    60% {top: 54.5%;}
	65% {top: 250%;}
}
@keyframes slide-4-fb {
	60% {top: 250%;}
	63% {top: 54.5%;}
    80% {top: 54.5%;}
	85% {top: 250%;}
}
@keyframes slide-5-fb {
	80% {top: 250%;}
	83% {top: 54.5%;}
    99% {top: 54.5%;}
	100% {top: 250%;}
}
@keyframes slide-1-ytb {
	4% {top: 250%;}
	7% {top: 54%;}
    20% {top: 54%;}
	25% {top: 250%;}
}
@keyframes slide-2-ytb {
	21% {top: 250%;}
	24% {top: 54.5%;}
    40% {top: 54.5%;}
	45% {top: 250%;}
}
@keyframes slide-3-ytb {
	41% {top: 250%;}
	44% {top: 54.5%;}
    60% {top: 54.5%;}
	65% {top: 250%;}
}
@keyframes slide-4-ytb {
	61% {top: 250%;}
	64% {top: 54.5%;}
    80% {top: 54.5%;}
	85% {top: 250%;}
}
@keyframes slide-5-ytb {
	81% {top: 250%;}
	84% {top: 54%;}
    99% {top: 54%;}
	100% {top: 250%;}
}	
}	
@media (min-width: 1500px) {
		.card {
	bottom: 7%;
}
	
	.shops #map1, .shops #map2, .shops #map3, .shops #map4 {
		
	    height: 700px;
      }
	  nav a {
	font-size: 240%;
}
.lang-switcher a, .hotline dd, .hotline dt, .lang-switcher li span {
font-size: 180%;
}
}	
@media (min-width: 1900px) {
.iso_logo {
    width: 125px;
    top: 10px;
    right: 52%;
}
.halal_logo {
    width: 125px;
    top: 37px;
    right: 75%;
}	
	.card {
	width: 500px;
}
.card a:after {
	
	width: 100px;
	height: 100px;	

margin-top: -50px;

margin-left: -50px;
}
.product-card .l_col {
    width: 400px;
}
.product-card .r_col {
    width: calc(100% - 400px);
}	
.company-group-ext .news-list-wrapper  {
margin-top: -1.5%;
margin-left: 0;	
}

	.shops-list {
		width: 50%;
	}
.animated-text {
    font-size: 900%;
}
.allproducts {
	font-size: 200%;
}
.product-list span {
font-size: 260%;
}
.product-list li {
    margin-bottom: 15px;
}
/* properties-list */
.properties-list h1 {
	font-size: 	40px;
}
.properties-list a {
	font-size: 	16px;
}
.properties-list span {
	font-size: 	20px;
}
.properties-list strong, .product-card h2 {
font-size: 20px;
}
.product-card p {
font-size: 16px;
}
.properties-list dt {
	width: 70px;
	padding-right: 20px;
}
.properties-list img {
	margin-top: 10px;
}
.properties-list dd {
	padding-right: 20px;
}
.properties-list:nth-child(4) dt:nth-child(1) {
	padding-right: 10px;
}
.properties-list dd + dd {
	border-left: 4px solid #fff;
	padding-left: 40px;
}
.product-list span, .product-list.news-menu-ext a, .regions-list-wrapper li a, .about-ext h2 {
font-size: 260%;
}
.about-ext p {
	font-size: 220%;
}
.shops .content {
	padding-top: 11%;
}
}
@media (min-width: 2400px) {
.default .video-wrapper {
    width: 35%;
    left: 24%;
}	
.product-card h1 {
		font-size: 500%;	
	}	
.company-group-ext .company-list li  {
	width: 33%!important;
	height: 270px;
}
.company-group-ext .company-list a {
	font-size: 1.75em;
}
.company-group-ext .company-list a br  {
	display: none;
}
.properties-list a {
	font-size: 	18px;
}
.properties-list span {
	font-size: 	25px;
}
.properties-list strong, .product-card h2 {
font-size: 30px;
}
.product-card p {
font-size: 20px;
}	
	
.lang-switcher a, .hotline dd, .hotline dt {
font-size: 190%;
}
nav a {
font-size: 220%;
}
.lcol {
	width: 38%;
}
.rcol {
	width: 62%;
}
.header {
    width: 56%;
}
.news-list-wrapper {
    width: calc(56% + 30px);
}
.header {
    margin-top: 3.7%;
}
.logo {
	width: 33%;
}
.product-card .l_col {
    width: 500px;
}
.product-card .r_col {
    width: calc(100% - 500px);
}
}

@media (max-width: 767px) {
	.hotline dt, .hotline dd {
	display: none;
}	
.hotline dt:first-child {
	display: block;
}
/* animation on main */
@keyframes slide-1-animation-text {
	0% {top: 150%;}
	3% {top: 25%;}
    19% {top: 25%; }
	20% {top: 150%;}
}
@keyframes slide-2-animation-text {
	17% {top: 150%;}
	20% {top: 32%;}
    39% {top: 32%;}
	40% {top: 150%;}
}
@keyframes slide-3-animation-text {
	37% {top: 150%;}
	40% {top: 32%;}
    59% {top: 32%;}
	60% {top: 150%;}
}
@keyframes slide-4-animation-text {
	57% {top: 150%;}
	60% {top: 32%;}
    79% {top: 32%;}
	80% {top: 150%;}
}
@keyframes slide-5-animation-text {
	77% {top: 150%;}
	80% {top: 25%;}
    99% {top: 25%;}
	100% {top: 150%;}
}
html[lang="en"] .slide-4 .animated-text {
	animation-name: slide-4-animation-en-text;
}
@keyframes slide-4-animation-en-text {
	57% {top: 150%;}
	60% {top: 25%;}
    79% {top: 25%;}
	80% {top: 150%;}
}
@keyframes slide-1-allproducts {
	2% {top: 150%;}
	5% {top: 42%;}
    20% {top: 42%; }
	25% {top: 150%;}
}
@keyframes slide-2-allproducts {
	19% {top: 150%;}
	22% {top: 42%;}
    40% {top: 42%;}
	45% {top: 150%;}
}
@keyframes slide-3-allproducts {
	39% {top: 150%;}
	42% {top: 42%;}
    60% {top: 42%;}
	65% {top: 150%;}
}
@keyframes slide-4-allproducts {
	59% {top: 150%;}
	62% {top: 42%;}
    80% {top: 42%;}
	85% {top: 150%;}
}
@keyframes slide-5-allproducts {
	79% {top: 150%;}
	82% {top: 42%;}
    99% {top: 42%;}
	100% {top: 150%;}
}
@keyframes slide-1-fb {
	3% {top: 250%;}
	6% {top: 51%;}
    20% {top: 51%;}
	25% {top: 250%;}
}
@keyframes slide-2-fb {
	20% {top: 250%;}
	23% {top: 51%;}
    40% {top: 51%;}
	45% {top: 250%;}
}
@keyframes slide-3-fb {
	40% {top: 250%;}
	43% {top: 51%;}
    60% {top: 51%;}
	65% {top: 250%;}
}
@keyframes slide-4-fb {
	60% {top: 250%;}
	63% {top: 51%;}
    80% {top: 51%;}
	85% {top: 250%;}
}
@keyframes slide-5-fb {
	80% {top: 250%;}
	83% {top: 51%;}
    99% {top: 51%;}
	100% {top: 250%;}
}
@keyframes slide-1-ytb {
	4% {top: 250%;}
	7% {top: 51%;}
    20% {top: 51%;}
	25% {top: 250%;}
}
@keyframes slide-2-ytb {
	21% {top: 250%;}
	24% {top: 51%;}
    40% {top: 51%;}
	45% {top: 250%;}
}
@keyframes slide-3-ytb {
	41% {top: 250%;}
	44% {top: 51%;}
    60% {top: 51%;}
	65% {top: 250%;}
}
@keyframes slide-4-ytb {
	61% {top: 250%;}
	64% {top: 51%;}
    80% {top: 51%;}
	85% {top: 250%;}
}
@keyframes slide-5-ytb {
	81% {top: 250%;}
	84% {top: 51%;}
    99% {top: 51%;}
	100% {top: 250%;}
}
.card {
    width: 250px;
    margin-left: -125px;
}
}	
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
	height: 100vw;
  }
}
@media screen and (min-width: 1600px) {
.halal_logo, .iso_logo {
	top: 10px;
	right: 55%;
}
.halal_logo {
    right: 75%;
	top: 10px;
}	
.certificates {
	width: 80%;
	margin-top: 20%;
	left: -10%;
}
} 
@media screen and (min-width: 1680px) {
.iso_logo, .halal_logo {
    width: 90px;
top: 37px;
right: 75%;
}	
.iso_logo {
right: 55%;
}	
.certificates {
	width: 90%;
	margin-top: 25%;
	left: -15%;
}
}
@media (min-width: 1900px) {
.iso_logo, .halal_logo {
    width: 110px;
    top: 10px;
    right: 52%;
}
.halal_logo {
    right: 75%;
}
}
@media (min-width: 2500px) {
.iso_logo, .halal_logo {
    width: 130px;
    top: 20px;
    right: 42%;
}
.halal_logo {
    right: 55%;
}
}
@media ((min-width: 320px) and (max-width: 720px)) {
.halal_logo, .iso_logo {
    width: 40px;
    right: auto;
    left: 5px;
    top: 5px;
}
.iso_logo {
    top: 55px;
}
}
/* custom video */
.close_video_button {
	position: fixed;	
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 998;
	background: linear-gradient(to bottom, #e01e24 0%,#b72221 100%);
}
.close_video_button:hover {
	background: #b72221;
}
.close_video_button:after{
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  content: "\00d7"; 
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -13px;
}
.custom_video_blanket {
	position: fixed;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 997;
}
.custom_video_wrapper_outer  {	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.custom_video_wrapper_2 {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;  
}
.custom_video_wrapper_2:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; 
}

.custom_video_wrapper {
   display: inline-block;
  vertical-align: middle;
    width: 854px;
}

.custom_video_blanket video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
@media (max-width: 860px)  {
	.custom_video_wrapper {
	  width: 100%;
	}
}
/** custom video */