
/*--------- Specification ---------*/
@font-face {
    font-family: 'AGFriquer';
    src: url('../fonts/AGFriquer-Roman.woff2') format('woff2'),
        url('../fonts/AGFriquer-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body{
    margin: 0;
    font-weight: 400;
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    letter-spacing: 0.02em;
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


div, p, form, input, a, span, button, i {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

h1, h2, h3 {
    margin: 0;
    font-weight: 700;
}
h2{
	font-size: 24px;
}
a, a:hover, a:active {
    text-decoration: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

input, button, a {
    outline: none;
}


.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.container {
    margin: 0 auto;
    width: 1140px;
}

.btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

/*------------------------Menu------------------------*/



.menu-wrapp {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;    
    -webkit-box-align: center;    
    -webkit-align-items: center;    
       -moz-box-align: center;    
        -ms-flex-align: center;    
            align-items: center;
            flex-grow: 2;
}

.menu li a {
    color: #fff;
}

.menu__item {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
    font-size: 18px;
    padding: 31px 23px;
    text-transform: uppercase;
}

.menu__item a:hover {
	text-shadow: 0.5px 0 0 #fff;
}

.menu__item.first {
	padding: 0 34px;
}

.menu__item.first a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.menu__item.active {
    background: #1a3121;
}

.menu__item.first.active {
	background: transparent;
}

.menu__social {
	width: 100px;
}

.social-link {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	margin-right: 15px;
}

.social-link:hover {
	text-shadow: 0.5px 0 0 #fff;
}

.social-link i {
	font-size: 25px;
	color: #fff;
}

/*------------------------Header------------------------*/

#section1 {
    position: relative;
}

#section1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#142617;
    z-index: -1;
}

.header__wrapper {
	height: 100vh;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.header__wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fire.gif) no-repeat center center / cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.header__content {
	text-align: center;
}

.header__logo {
	display: block;
}

.header__title {
	font-size: 126px;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-bottom: 10px;
}


.header__text {
	text-transform: uppercase;
	font-size: 31px;
	letter-spacing: 0.08em;
	margin-bottom: 28px;
}


.header__btn {
	padding: 16px 0px;
	width: 271px;
	font-size: 20px;
	background: #2C5234;
	-webkit-transition: 0.7s ease;
	-o-transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	transition: 0.7s ease;
}

.header__btn:hover {
	text-shadow: 0.5px 0 0 #2C5234;
	background: #1B311F;
}


/*------------------------Section2------------------------*/


#section2 {
	position: relative;
	z-index: 0;
}


.about {
	height: 100%;
	padding-top: 86px;
}

.about .container {
	height: 100%;
}

.about__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	height: 100%;
}

.about__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 100%;
}

.about__description {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 35%;
    padding-top: 25px;
}

.about__title-wrapp {
	width: 222px;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f16d1b;
	position: relative;
	margin: 0 auto 13px;
}


.about__title-wrapp::after {
	content: '';
	position: absolute;
	display: block;
	width: 200px;
	height: 270px;
	background: #a95018;
	z-index: -1;
	top: 0;
}

.about__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 600px;
}

.about__item {
	width: 100%;
	height: 55px;
	background-color: #2b5233;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about__item-text{
	font-size: 17px;
}
.about__item:not(:last-child) {
	margin-bottom: 12px;
}

.about__creators {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 65%;
}

.about__creators .about__title-wrapp {
	margin-bottom: 13px;
}



.about__slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;


}


.about__slide-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	   -moz-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	     -o-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	width: 308px;
    height: 48px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f16d1b;
	z-index: 0;
}

.about__slide-photo {
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
}

.about__slide-photo img {
	height: 345px;
}

.about__slide-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 800px;
	height: 120px;
	background-color: #2b5233;
}



/*------------------------Section3------------------------*/


.recipes {
	height: 100%;
	padding-top: 86px;
}

.recipes__wrapper {
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;;
	-webkit-box-align: start;;
	-webkit-align-items: flex-start;;
	   -moz-box-align: start;;
	    -ms-flex-align: start;;
	        align-items: flex-start;
}

.recipes__slide {
	position: relative;
	width: 900px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.dish {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}





/*------------------------Section3------------------------*/



.recipes {
  height: 100vh;
  padding-top: 86px;
}

.recipes__wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;;
  -webkit-box-align: start;;
  -webkit-align-items: flex-start;;
     -moz-box-align: start;;
      -ms-flex-align: start;;
          align-items: flex-start;
}

.recipes__slider {
	width: 900px;
}

.recipes__slide {
  position: relative;
  width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 300px;
  position: relative;
}

.recipes__slide .dish {
	height: 245px;
}

.dish {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.recipes__title{
	font-size: 25px;
	margin-top: 80px;
	line-height: 1.1;
}

.recipes__text{
	width: 630px;
	display: block;
	margin: 0 auto;
	margin-top: 21px;
	letter-spacing: 0.03em;
	font-size: 15px;
}

.recipes__content {
  height: 405px;
  width: 750px;
  margin-top: 185px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.recipes__content_orange{
	background:#FD671A;
}

.recipes__content_yellow{
	background:#EF8923;
}

.recipes__content_green{
	background:#239841;
}

.recipes__content_red{
	background:#D72630;
}

.recipes__button_orange{
	background:#AC3A11;
}

.recipes__button_yellow{
	background:#A35200;
}

.recipes__button_green{
	background:#18642C;
}

.recipes__button_red{
	background:#910A12;
}

.recipes__elements{
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 25px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.recipes__element{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	   -moz-box-orient:vertical;
	   -moz-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}

.recipes__element:first-child {
	margin-right: 24px;
}

.recipes__button{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
	padding: 15px 0;
	color: #fff;
	width: 184px;
	text-align: center;
	display: inline-block;
	margin-top: 21px;
}

.recipes__button:hover {
	-webkit-box-shadow: 3px 3px 5px #060606d1;
	   -moz-box-shadow: 3px 3px 5px #060606d1;
	        box-shadow: 3px 3px 5px #060606d1;
}

.recipes__button:active {
	margin-top: 24px;
	-webkit-box-shadow: 0px 0px 0px #060606d1;
	   -moz-box-shadow: 0px 0px 0px #060606d1;
	        box-shadow: 0px 0px 0px #060606d1;

}

.arrow-recipes {
	cursor: pointer;
	position: absolute;
	height: 60px;
    width: 77px;
    top: 155px;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.swiper-prev-recipes:hover {
	-webkit-box-shadow: 0 0 10px #0202025c inset;
	   -moz-box-shadow: 0 0 10px #0202025c inset;
	        box-shadow: 0 0 10px #0202025c inset;
}

.swiper-next-recipes:hover {
	-webkit-box-shadow: 0 0 10px #0202025c inset;
	   -moz-box-shadow: 0 0 10px #0202025c inset;
	        box-shadow: 0 0 10px #0202025c inset;
}

.swiper-prev-recipes:active {
	-webkit-box-shadow: 0 0 10px #0202025c inset;
	   -moz-box-shadow: 0 0 10px #0202025c inset;
	        box-shadow: 0 0 10px #0202025c inset;
}

.swiper-next-recipes:active {
	-webkit-box-shadow: 0 0 25px #02020238 inset;
	   -moz-box-shadow: 0 0 25px #02020238 inset;
	        box-shadow: 0 0 25px #02020238 inset;
}

.swiper-next-recipes{
	right: 105px;
}


.swiper-prev-recipes{
	right: 182px;
}

/*Стили для кнопок 3 секции слайдер*/

/*1*/
.recipes__slide_orange.swiper-next-recipes {
	background: #F2AE8C;
}

.recipes__slide_orange.swiper-prev-recipes {
	background: #AC3A00;
}

/*2*/
.recipes__slide_yellow.swiper-next-recipes {
	background:#F7BB80;
}

.recipes__slide_yellow.swiper-prev-recipes {
	background: #A35213;
}


/*3*/
.recipes__slide_green.swiper-next-recipes {
	background: #4AC369;
}


.recipes__slide_green.swiper-prev-recipes {
	background: #18642C;
}


/*4*/
.recipes__slide_red.swiper-next-recipes {
	background: #FC6E76;
}

.recipes__slide_red.swiper-prev-recipes {
	background: #910A12;
}

.recipes__name{
	height: 315px;
	position: absolute;
	display: block;
    bottom:-71%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.dish{
	z-index: 1;
}

/*------------------------Section4------------------------*/


.restaurant{
	margin: 0;
}

.shop{
	height: 390px;
	z-index: 700;
}



.info{
	height: 100%;
	padding-top: 78px;
}

.info__wrapper{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.info__wrap{
	width: 433px;
	height: 99px;
	background: #2C5234;
	text-align: center;
}

.info__wrap_cover{
	position: absolute;
	bottom: 0;
	left:50%;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	     -o-transform:translateX(-50%);
	        transform:translateX(-50%);
	bottom:-20px;
}

.info__wrap{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 1;
}

.info__text{
	width: 384px;
	display: block;
	margin: 0 auto;
}

.info__map{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
	width: 629px;
	height: 332px;
	background: url(../img/map.png) no-repeat center center /cover;
	text-align: center;
	margin-top: 60px;
	position: relative;
}

.info__address{
	margin-bottom: 50px;

}

.info__button{
	padding: 5px 28px;
	color:#fff;
	background:#FB6720;
	display: inline-block;
	font-size: 18px;
	transition: 0.3s;
}

.loyalty__button:hover,
.info__button:hover {
	background: #ac572e;
}

.loyalty__button:active,
.info__button:active {
	background: #a24619;
}

.info__together{
	position: relative;
}

.info__man {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;

}

.loyalty__button{
	padding: 7px 31px;
	color:#fff;
	background:#FB6720;
	margin-top: 24px;
	display: inline-block;
	font-size: 18px;
	transition: 0.3s;
}

.info__wrap_bot{
	position: absolute;
	top: 0;
	left:50%;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	     -o-transform:translateX(-50%);
	        transform:translateX(-50%);
	top: 32px;
}

.info__couple{
	position: relative;
}

/*------------------------Slider------------------------*/


/*s1*/

.arrow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 134px;
	z-index: 100;
	height: 48px;
	width: 77px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.arrow.swiper-next:hover {
	-webkit-box-shadow: 0 0 4px #324032 inset;
	   -moz-box-shadow: 0 0 4px #324032 inset;
	        box-shadow: 0 0 4px #324032 inset;
}

.arrow.swiper-next:active {
	-webkit-box-shadow: 0 0 8px #151715 inset;
	   -moz-box-shadow: 0 0 8px #151715 inset;
	        box-shadow: 0 0 8px #151715 inset;
}
    

.arrow.swiper-prev:hover {
	-webkit-box-shadow: 0 0 3px #151715 inset;
	   -moz-box-shadow: 0 0 3px #151715 inset;
	        box-shadow: 0 0 3px #151715 inset;
}

.arrow.swiper-prev:active {
	-webkit-box-shadow: 0 0 13px #151715 inset;
	   -moz-box-shadow: 0 0 13px #151715 inset;
	        box-shadow: 0 0 13px #151715 inset;
}


.arrow img {
	height: 35px;
}


.swiper-next {
	background:#41794D;
	right: 193px;
}

.swiper-prev{
	background:#1B311F;
	right: 270px;
}



.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #0B2612;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FB6720;
    border:2px solid #0B2612;
}
.swiper-pagination-about{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*popup*/
.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
}

.popup-win {
	position: relative;
	width: 90vw;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
}

.box-modal {
    position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
	padding-top: 56%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.popup .box-modal iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}




/**/
.container {
	max-width: 960px;
	width: auto;
}
.header .top-container {
	max-width: 960px;
	margin: 0 auto;
}
.social-link {
	margin: 0;
}
.fa-instagram::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../img/ico-instagram.png);
}
.fa-facebook-square::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../img/ico-facebook.png);
	margin-left: 27px;
}
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #345136;
    background-image: url(../img/header-bg.png);
    background-position: center;
    align-items: stretch;
}

.menu {
	height: 79px;
	align-items: stretch;
}
.menu__item {
	font-size: 18px;
	padding: 0;
	align-items: center;
	display: flex;
}
.menu__item.first {
	padding: 0;
}
.menu__item.active {
	background: transparent;
	
	border-bottom: 1px solid #6bb545
}
.menu__item.active a {
	color: #59c920;
}
.menu__social {
	align-items: center;
}
#section1:before {
	content: none;
}
.section1-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
}
.header__wrapper:before {
	content: none;
}
.section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: url(../img/page-bg.jpg) no-repeat 50% 20%;
    background-size: cover;
    z-index: -1;
}
#section2:after {
	background: url(../img/products-bg.jpg) no-repeat 50% 50%;
}
#section3:after {
	background: url(../img/chiefs-bg.jpg) no-repeat 50% 50%;
}
#section5:after {
	background: url(../img/gastro-bg.jpg) no-repeat 50% 50%;
}

img.header__logo-description {
	height: auto;
	width: 100%;
	max-width: 634px;
}
.header__offer,
.header__content {
	width: 100%;
}
.header__logo img {
	height: auto;
}
.plane {
	position: absolute;
	left: calc(50% - 165px);
	top: 30px;
	
}
.plane .plane-img {
	background: url(../img/plane.png);
	display: block;
	position: absolute;
	width: 243px;
	height: 120px;
	transition: all 0.5s ease;
	animation: fly 1s infinite linear;
}
.plane:after {
	content: "";
	background: url(../img/plane-lines.png);
	display: block;
	width: 215px;
	height: 30px;
	position: absolute;
	left: 225px;
	top: 72px;
}
.plane-img:before {
	content: "";
	position: absolute;
	top: 57px;
	left: 64px;
	width: 181px;
	height: 62px;
	background: url(../img/plane-sled.png);
	background-repeat: no-repeat;
	z-index: 101;
	animation: sled 0.3s infinite linear;
}
.header__offer {
	display: flex;
	justify-content: space-between;
	margin-top: 2vh;
	position: relative;
}
@keyframes fly {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes sled {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.header__offer img {
	height: auto;
	width: 100%;
}
.header__offer .home-item {
	position: relative;
}
.header__offer .italy {

}
.header__offer .china {
	padding-top: 150px;
	left: -5%;
}
.header__offer .georgia {
	padding-top: 150px;
	left: 5%;
}
.header__offer .india {
	
}
.arr-down {
	margin: 0 auto;
	width: auto;
}


img.header__logo-description.slogan2 {
	margin: 30px 0 10px; 
}

.recipes__content {
	background-color: #3aae2a;
	border-radius: 8px;
	height: auto;
}
.recipes__title {
	font-size: 30px;
	font-family: 'AGFriquer';
	margin-top: 100px;
	display: block;
}
.recipes__text {
	font-size: 18px;
	color: #000;
	width: auto;
	padding: 0 20px 0;
}

.recipes__elements {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 630px;
	margin: 30px auto 20px;
}
.recipes__elements .recipes__element {
	width: 33.333%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.recipes__elements .recipes__element:last-child {
	border-right: none;
}
.recipes__add {
	padding-left: 20px;
}

.recipes__buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 6vh;
}
.recipes__button {
	line-height: 49px;
	padding: 0 45px;
	font-size: 18px;
	color: #4b954b;
	min-width: 147px;
	background: #fff;
	box-shadow: none;
	border-radius: 25px;
}
.recipes__button:hover {
	box-shadow: none;
	opacity: 0.8;
	color: #346a38;
}
.recipes__button:first-child {
	margin-right: 80px;
}
.recipes__name {
	bottom: auto !important;
	top: 400px;
	margin-left: 7%;
}
.arr-white {
	fill: #68b545;
}
.arrow-recipes svg {
	width: 22px;
}
.arrow-recipes {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63px;
	height: 63px;
	background: #fff;
	border-radius: 50%;
}
.arrow-recipes:hover {
	box-shadow: none;
}
.arrow-recipes:hover .arr-white {
	fill: #2e7b2e;
}
.swiper-next-recipes svg {
	transform: rotate(180deg);
}

.recipe__product {
	position: absolute;
	left: 0;
	bottom: -150px;
	z-index: 2;
}
.badge-text {
	font-family: 'AGFriquer';
	font-size: 14px;
	text-transform: uppercase;
	color: #3b5239;
	position: absolute;
	top: 21px;
	left: 6px;
	right: 20px;
	bottom: 13px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.badge-text span .orange {
	color: #e47106;
}

.header__wrapper {
	//align-items: flex-start !important;
	margin-top: 5vh;
}

.chief {
	margin-bottom: -30px;
	z-index: 10;
	position: relative;
}
.chief img {
	//height: 60vh;
	height: 580px; 
}
.chief span.recipes__title {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-45%);
	z-index: 10;
	font-size: 34px;
}
section#chiefs.chiefs {
	height: 100vh;
	padding-top: 78px;
}
.chiefs .recipes__content {
	background: transparent;
	margin-top: 0 !important;
}
.chiefs .recipes__content .chiefs__content {
	background: #fff;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	padding: 35px 40px 28px;
	top: 20px;
}
.chiefs .recipes__text {
	width: auto !important;
}
.chiefs .recipes__text p {
	padding-bottom: 15px;
	font-size: 18px;
}
.chiefs .recipes__text p.green {
	color: #346a38;
	font-size: 18px;
}
.chiefs .recipes__slide {
	padding-bottom: 0 !important;
}
.chiefs .container,
.chiefs .recipes__wrapper.df,
.chiefs .recipes__slider.df,
.chiefs .recipes__slide {
	height: 100%;
}
.chiefs .arrow-recipes {
	top: -32px;
	background: #6bb545;
	top: auto !important;
    	bottom: -17px;
    	z-index: 100;
}
.chiefs .arrow-recipes .arr-white {
	fill: #fff;
}
.chiefs .arrow-recipes:hover {
	background: #346a38;
}
.chiefs .swiper-next-recipes {
	right: 36px;
}
.chiefs .swiper-prev-recipes {
	right: 115px;
}

.swiper-pagination-bullet {
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	box-sizing: border-box;
}
.swiper-pagination-bullet-active {
	background: #6bb545;
	width: 35px;
	border: none;
}

.chiefs-recipes {

}
.chiefs-recipes .logo-slide {
	margin-right: 45px;
}
.chiefs-recipes .chief {
	text-align: center;
	height: 120px;
}
.chiefs-recipes .chief img {
	/height: 30vh;
	height: 250px; 
	position: absolute;
	left: -80px;
	top: 0;
}
.chiefs-recipes .chief span.recipes__title {
	position: static;
	/left: 50%;
	/bottom: 18px;
	transform: none;
	z-index: 10;
	font-size: 36px;
}
.chiefs-recipes .chiefs__content {
	text-align: right;
	/height: 60vh;
}
.chiefs-recipes .recipes__text {
	/height: 35vh;
	overflow: auto;
	/position: absolute;
	top: 120px;
	right: 0;
	bottom: 28px;
	left: 50px
}

.chiefs-recipes .orange-button {
	width: auto;
	background: #e28d3e;
	color: #fff;
	position: relative;
	top: 20px;
	    max-width: 300px;
    margin: 20px auto 0;
	cursor: pointer;
}
.chiefs-recipes .orange-button:hover {
	background: #e47106;
}
@media screen and (max-width: 640px)  {
	.chiefs-recipes .orange-button:hover {
		background: #e28d3e;
	}
}
.chiefs-recipes .recipes__text {
	display: flex;
}
.chiefs-recipes .recipes__text span {
	font-family: 'AGFriquer';
	font-size: 30px;
	margin: 0 0 10px 0;
	display: block;
}
.chiefs-recipes .recipe-cols {
	width: 50%;
	text-align: left;
	padding: 5px;
	font-size: 18px;
	padding-left: 30px;
}
.chiefs-recipes .recipe-cols:first-child {
	border-right: 1px solid #d8d8d8;
	padding-right: 20px;
	padding-left: 0;
}
.chiefs-recipes .recipe-cols p {
	padding-bottom: 5px;
	font-size: 18px;
}
.chiefs-recipes .recipe-cols li {
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.chiefs-recipes .recipe-cols li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #68b545;
	border-radius: 50%;
}
.chiefs-recipes .chiefs__content {
	padding-right: 0 !important;
}
.shop {
	margin-left: 100px;
	position: relative;
	z-index: 10;
}
.info__wrap_cover {
	bottom: auto;
	left: auto;
	position: relative;
	margin: 0 auto;
	transform: none;
	margin-top: -120px; 
}
.info__wrap {
	background: #6bb545;
	border-radius: 8px;
	width: 667px;
	font-size: 18px;
	color: #fff;
	height: auto;
	padding: 32px 21px 21px 32px;
}
.info__text {
	width: auto;
	margin: 0;
}
.info__text p {
	font-size: 18px;
}
.info__text h3,
.info__text span.mgz {
	font-family: 'AGFriquer';
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	background: url(../img/h3-bg.png);
	width: 171px;
	height: 47px;
	background-repeat: no-repeat;
    padding-left: 25px;
    margin: -10px 0 5px -10px;
    display: block;
}
.ell {
	width: 33px;
	height: 33px;
	position: absolute;
	top: -15px;
	left: 100px;
}
.ell-light-green {
	background: url(../img/ell-light-green.png);
}
.ell-green {
	background: url(../img/ell-green.png);
}
.info__wrap_2 .ell {
	left: auto;
	right: 100px;
}
.info__wrap_2 {
	margin-top: 10px;
}
.info__wrap_2 {
	background: #239841;
	z-index: 2;
	position: relative;
}
.info__map {
	width: 570px;
height: 247px;
position: relative;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-top: -100px;
margin: -50px auto 0;
z-index: 1;
}
.apps {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 667px;
}
.apps a {
	text-align: center;
	margin: 20px;
	width: auto;
	display: inline-block;
	margin-top: 0;
}
.apps-icos {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.adress {
	padding: 20px 0 15px;
}
.glovo {
	margin-top: -15px;
}
.lo-txt {
	/flex-grow: 2;
	color: #fff;
	padding-right: 20px;
}
.appstore {
	margin-right: 29px;
}
.gplay {
	margin-right: 33px;
}
.glovo {
	margin-left: 18px;
}
.info .info__wrapper {
	margin-top: -40px;
}
.chiefs,
.recipes {
	min-height: calc(100vh - 78px);
	padding-top: 78px;
}
header#header.header 	{
	padding-top: 78px;
	height: 100%;
}
.header__content {
	/margin-top: -200px;
}

.header__offer img {
	height: 240px;
	width: auto;
}
.header__offer {
	width: 960px;
margin: 0 auto
}
.header__logo img {
	zoom: 0.9;
}
.header__wrapper {
	margin-top: 30px;
}
div.header__wrapper.df {
	height: auto;
}
.ico-cook {
	height: 57px;
}
.ico-oven {
	height: 43px;
}
.ico-grill {
	height: 47px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 6vh;
}

div.recipes__content {
	display: flex;
flex-direction: column;
}
.recipes__title {
	margin-top: 5px;
}
.chiefs-recipes .chief {
	margin-top: 30px;
	position: relative;
}

.recipes .recipes__title {
	margin-top: 80px;
}

.header__logo {
	position: relative;
}
.header__content:before {
	content: "";
	background: url(../img/back-logo.png);
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
	width: 634px;
	height: 274px;
	z-index: 0;
}
.header__content:after {
	z-index: -2;
}
.slogan1,
.header__logo {
	position: relative;
	z-index: 10
}

.recipes__element {
	height: 57px;
}
.chiefs-recipes .chief img {
	top: 0px;
}

.logo-slide {
	width: 200px;
}

.chiefs-recipes .arrow-recipes {
	background: #e28d3e;
}
.chiefs-recipes .arrow-recipes:hover {
	background: #e47106;
}
.chiefs-recipes .logo-slide {
	margin-bottom: -30px;
 }

.chiefs-recipes .recipes__slider {
	zoom: 0.9;
}
.alt-img {
	margin-left: 0;
    margin-top: -10px;
}
.orange-button {
	position: relative !important;
    top: -140px !important;
    z-index: 100;
    display: block;
}
.small-recipe {
	padding-bottom: 80px !important;
}
.tapaka-fix {
	top: 10px !important;
	height: 230px !important;
}

.foodcort p {
	margin-bottom: 10px;
}

.chiefs-recipes .recipes__slide {
	margin-left: 5px;
}

.recipes__badge {
    width: 220px;
}
.recipe__product {
    bottom: -160px;
}
.badge-text {
    font-size: 17px;
    line-height: 20px;
}

.shop {
    height: 440px;
    margin-left: 110px;
}
.info__together {
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.video-recipes {
		padding-top: 30px;
		padding-bottom: 30px;
		/*background: url('../img/page-bg.jpg');*/
		/*background-repeat: repeat-y;*/
		/*background-size: 100% auto;*/
	}
	.video-recipes .container {
		position: static;
	}
}

.video-recipes .section-title {
	margin-bottom: 25px;
	font-family: 'AGFriquer';
	font-size: 35px;
	text-align: center;
	font-weight: 400;
}

.video-recipes__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 80px;
}
@media screen and (max-width: 980px) {
	.video-recipes__list {
		padding: 0 15px;
	}
}

.video-recipes__item {
	position: relative;
	width: 48%;
	padding-top: 185px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
	.video-recipes__item {
		width: 100%;
	}
}

.video-recipes__head-media {
	display: block;
	width: 404px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/video-btn-bg.png");

	background-position: top center;
	background-repeat: no-repeat;
}

.video-recipes__head-media .btn-open-video {
	display: block;
	height: auto;
	width: 53%;
	padding-top: 50%;
	position: absolute;
	top: 3%;
	left: 6%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url("../img/play-button_white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 78px 78px;
	cursor: pointer;
}
.video-recipes__head-media .btn-open-video:hover {
	background-image: url("../img/play-button_orange.svg");
}

.video-recipes__content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	height: 240px;
	padding: 50px 20px 0 20px;
	color: #000000;
	font-family: 'AGFriquer';
	font-size: 24px;
	text-align: center;
}

.video-recipes__footer-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 205px;
	height: 110px;
	padding: 10px 20px 0 15px;
	position: absolute;
	bottom: 0;
	right: -10px;
	background-image: url("../img/elipse-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #3b5239;
	font-family: 'AGFriquer';
}

.video-recipes__footer-media .color-orange {
	color: #e47106;
	display: block;
}
.no-top-pad {
	padding-top: 0;
}


@media screen and (max-height: 1000px)  {
	/*about*/
	.header__content,
	.recipes__slider  {
		/zoom: 0.75;
	}
}
@media screen and (max-height: 800px)  {
	/*about*/
	.header__content,
	.recipes__slider  {
		/zoom: 0.6;
	}

/* Продукты */	
	.recipes .recipes__content,
	.chief-chiefs .recipes__content,
	.chiefs-recipes  .recipes__slider {
		width: 90%;
	}
	.recipes .recipes__elements {
		max-width: 730px;
	}
	.recipes .arrow-recipes {
		top: 115px
	}
	.recipes .swiper-next-recipes {
		right: 45px;
	}
	.recipes .swiper-prev-recipes {
		right: 122px;
	}

	.recipes .recipes__text,
	.recipes .recipes__title {
		zoom: 1.2;
	}
	.recipes .recipes__add {
		font-size: 18px;
	}
	.recipes .recipes__button {
		font-size: 22px;
	}
	.recipes .recipes__button {
		position: relative;
		top: -20px;
	}
	.recipes .recipes__slide {
		top: -40px;
	}
	.recipes .recipe__product {
		zoom: 1.2;
	}
	.recipes .recipes__name {
		zoom: 1.15;
		top: 350px;
	}
	.recipes .recipes__name.teriyaki {
		top: 390px;
	}

/* Шефы */
	.chiefs {}
	.chief-chiefs .recipes__text {
		zoom: 1.2;
	}
/* Рецепты */	
	.chiefs-recipes .recipes__slide {
		/*width: 1000px;*/
		margin-left: -5px;
		margin-right: 5px;
		width: 100%;
	}
	.chiefs-recipes .recipes__content {
		margin-left: 85px;
		/*width: 1000px;*/
	}
	.chiefs-recipes .container {
		max-width: 1200px;
	}
	.chiefs-recipes .orange-button {
		left: 45px;
	}
	.chiefs-recipes .recipe-cols li,
	.chiefs-recipes .recipe-cols p {
		zoom: 1.2;
	}
/* Гастростудия */	
	.info .info__text {
		zoom: 1.05;
		/*width: 700px;*/
	}
	.info .info__wrap {
		/*width: 900px;*/
	}
	.info .shop {
		/*margin-left: 190px;*/
	}
	.info .info__map {
		margin-top: -70px;
	}

}


@media screen and (max-height: 740px)  {
	.arr-down {
		opacity: 0;
	}
	/*
	.recipes__text {
		zoom: 1.3;
	}
	*/

}

@media screen and (max-height: 600px)  {

	.chiefs .swiper-container {
		padding-bottom: 70px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0;
	}
	.recipes .recipes__name {
		top: 100%;
	}

}

/* MOBILE */
.burger {
	width: 26px;
	height: 26px;
	position: relative;
	cursor: pointer;
}
.burger span {
	height: 0;
	border-top: 2px solid #fff;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}
.burger span:before {
	content: "";
	border-top: 2px solid #fff;
	height: 0;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
}
.burger span:after {
	content: "";
	border-top: 2px solid #fff;
	height: 0;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
}
.close span {
	border: none; 
}
.close span:before {
	transform: rotate(45deg);
	top: 10px;
}
.close span:after {
	transform: rotate(-45deg);
	top: 10px;
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1a5031;
	height: 100vh;
	padding-top: 20px
}
.mobile-menu li {
	padding: 14px 18px;
}
.mobile-menu li.active {
	border: none;
}
.mobile-view {
	display: none;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.mobile-view .menu__item.first {
	flex-grow: 2;
}

.in-slide-btn {
	display: none;
}

.recipes__name-mob,
.recipe__product-mob {
	display: none;
}


.recipes .tapaka-iph {
	top: 380px;
}
.recipes .recipes__title {
    margin-top: 60px;
}

.chiefs .martin .chiefs__content {
	padding: 25px 40px 20px;
}

.chiefs-recipes .recipes__content {
	width: 900px;
	margin-left: 100px;
}
.chiefs-recipes {
	height: 100vh;
}
.chiefs-recipes  .recipes__slider {
	width: 1000px
}

#chiefs-mb {
	position: absolute;
	top: -45px;
}


@media screen and (max-width: 980px) {
	#fullpage {
		overflow: hidden;
	}
	.site-header {
		    padding: 0 10px;
	}
	.menu li a {
		font-size: 16px;
	}
	.header__offer {
		width: 100%;
	}
	.header__offer .home-item img {
		width: 100%;
		height: auto;
	}
	.header__offer .home-item.italy,
	.header__offer .home-item.india {
		width: 22%;
		/*background-color: pink;*/
	}
	.header__offer .home-item.china,
	.header__offer .home-item.georgia {
		width: 30%;
		/*background-color: palegreen;*/
	}
	.recipes__slider {
		width: 100%;
	}
	.recipes__slide {
		width: 100%;
	}
	.chiefs-recipes .recipes__slide,
	.chiefs-recipes .recipes__content {
		width: auto;
	}
}

@media screen and (max-width: 640px)  {
	.section:after {
		background-repeat: repeat-y;
		background-size: auto;
	}
	.header {
		padding: 7px 19px;
		box-sizing: border-box;
	}
	header#header.header {
		min-height: 100vh;
		height: auto;
	}
	.menu__social {
		width: auto;
		padding-right: 3px;
	}
	.menu__social i:before {
		width: 20px;
		height: 20px;
		margin-right: 18px;
		margin-left: 0;
		background-size: 100%;
	}
	.mob-logo {
		height: 30px;
	}
	.menu.desktop {
		display: none;
	}
	.mobile-view {
		display: flex;
	}

	.header__wrapper {
	    margin-top: 0;
	}

	.header__logo img {
		height: 100px;
	}
	img.header__logo-description {
		max-width: 400px;
	}

	section {
		min-height: 100vh;
	}
	section .container,
	.recipes__wrapper {
		min-height: calc(100vh - 45px);
		position: absolute;
	    top: 54px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	.recipes__wrapper {
		top: 0;
	}

	.header__offer .home-item {
		width: 25%;
	}
	.header__offer {
	    width: auto;
	    padding-top: 90px;
	}
	.header__offer img {
	    width: auto;
	    height: 160px;
	}
	.header__content:before {
		width: 434px;
		background-size: 100%;
	}
	.plane {
		zoom: 0.7;
	}
	.header__offer .china {
	    padding-top: 160px;
	    left: -12%;
	}
	.header__offer .georgia {
	    padding-top: 160px;
	    left: 8%;
	}

	#section4 {
		/*height: 1250px;*/
	}
	.recipes__slider {
		width: 100%;
	}
	.recipes__slide {
		width: 100%;
		/padding-left: 20px;
		/padding-right: 20px;
	}
	
	.chiefs, .recipes {
	    padding-top: 45px;
	    min-height: 700px;
	}
	.recipes .recipes__content, .chief-chiefs .recipes__content, .chiefs-recipes .recipes__slider {
		width: calc(100% - 38px);
	}
	.recipes .recipes__title {
		font-size: 26px;
		margin-top: 60px;
	}
	.recipes__text {
		font-size: 16px;
	}
	.recipes__button {
		font-size: 16px !important;
		min-width: 0;
		width: auto;
	}

	.recipes__slide {
		padding-bottom: 270px;
		    overflow: hidden;
	}
	.recipes__name {
		height: auto;
    	width: 90%;
    	top: auto !important;
    	bottom: -60% !important;
    	max-width: 600px;
	}
	.recipes__elements .recipes__element {
		flex-direction: column;

	}
	.recipes .recipes__add {
	    font-size: 16px;
	    padding-left: 0;
		padding-top: 10px; 
	}
	.recipes__badge {
		width: 165px;
	}
	.badge-text {
		font-size: 12px;
		line-height: 16px;
	}


	/* Шефы */
	section#chiefs.chiefs {
		padding-top: 45px;
		min-height: 720px;
	}
	.chief img {
		height: auto;
		width: 80%;
		max-width: 400px;
	}
	.chiefs .recipes__content .chiefs__content {
		padding: 35px 10px 10px;
	}
	.chiefs .recipes__text p,
	.chiefs .recipes__text p.green {
		font-size: 16px;
	}


    .fp-section,
    .fp-tableCell {
        height: auto !important;
        /min-height: 100%;
    }
    body * {
    	box-sizing: border-box;
    }
    .tapaka-fix {
    	height: auto !important;
    }

	.header__offer .home-item.italy,
	.header__offer .home-item.india {
		width: 50%;
		/*background-color: pink;*/
	}
	.header__offer .home-item.china,
	.header__offer .home-item.georgia {
		width: 50%;
		/*background-color: palegreen;*/
	}

	.chiefs-recipes {
		height: auto;
	}
    
}
.section {
    	position: relative;
    }
@media screen and (max-width: 590px)  {
	.recipes__name {
    	bottom: -50% !important;

	}
	
}
@media screen and (max-width: 520px)  {
	.recipes__name {
    	bottom: -40% !important;

	}
	
}
.break {
	display: none;
	width: 100%;
	height: 0;
}

@media screen and (max-width: 751px)  {
	.apps-icos {
		flex-wrap: wrap;
	}
	.break {
		display: block;
	}
	.apps-icos .lo-txt {
	flex-grow: 0;
	margin: 10px 10px 20px; 
	}
}
@media screen and (max-width: 640px)  {

	.recipes__name {
    	bottom: -17vh !important;
	}
	.strips-prov .recipes__name {
    	bottom: -22vh !important;
	}
	.recipes .recipes__name.teriyaki {
		bottom: -20vh !important;
	}
	.header__offer .china {
		left: -16%;
	}
	.header__offer .georgia {
		    left: 5%;
	}
	.header__offer {
		padding-top: 70px;
	}
	.header__offer img {
		height: 140px;
	}
	.recipes__slide .dish {
		height: 185px;
	}
	.recipes__content {
		height: 100%;
	}
	.recipes__content {
		margin-top: 125px;
	}
	.arrow-recipes {
		width: 52px;
    	height: 52px;
	}
	.arrow-recipes svg {
		width: 20px;
	}
	.arrow-recipes {
		top: 60px !important;
	}
	.swiper-next-recipes {
		right: 10px !important;
	}
	.swiper-prev-recipes {
		right: 70px !important;
	}
	.chiefs .arrow-recipes {
		top: -25px !important;
		z-index: 100;
		background: #346a38;
	}
	.chiefs-recipes .arrow-recipes {
		background: #e28d3e;
	}
	.chiefs .swiper-next-recipes {
		right: -10px !important;
		top: auto !important;
    	bottom: -17px;
	}
	.chiefs .swiper-prev-recipes {
		right: 50px !important;
		top: auto !important;
    	bottom: -17px;
	}


	.recipes .recipes__title {
		font-size: 22px;
		padding: 0 10px;
	}
	.recipes__text {
		font-size: 15px;
	}
	.swiper-slide,
	.swiper-wrapper,
	.swiper-container {
		height: calc(100% - 45px);
	}
	.chiefs .recipes__text p,
	.chiefs .recipes__text p.green {
		font-size: 15px;
	}
	.chief-chiefs .recipes__text {
		margin-top: 5px;
    		padding: 0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 4vh;
	}

	.chief span.recipes__title {
		bottom: 4px;
    	font-size: 24px
	}
	.recipes__buttons {
		   margin-bottom: 4vh;
    	margin-top: 2vh;
	}

	.chiefs-recipes .container,
	.chiefs-recipes .recipes__wrapper,
	.chiefs-recipes .recipes__slider,
	.chiefs-recipes .swiper-slide, 
	.chiefs-recipes .swiper-wrapper, 
	.chiefs-recipes .swiper-container {
		height: auto !important;
	}
	.chiefs-recipes .recipes__wrapper,
	.chiefs-recipes .container {
		position: static;
	}
	.chiefs-recipes .recipes__slider {
		width: 100%;
	}
	.chiefs-recipes .recipe-cols {
		width: 100%;
	}
	.chiefs-recipes .recipes__text {
		    flex-wrap: wrap;
	}
	.chiefs-recipes .recipes__slide {
		width: 100%;
	}
	.chiefs-recipes .chief {
		margin-top: 0px;
    	position: relative;
    	display: flex;
    	flex-direction: column;
	}
	.chiefs-recipes .chief .recipes__title {
		order: 1;
		margin-bottom: 30px;
	}
	.chiefs-recipes .chief img {
		position: relative;
		top: 0;
		left: 0;
		order: 2;
		pointer-events: none;
		height: auto;
		margin-bottom: -100px;
		margin-left: -10px;
	}
	.chiefs-recipes .recipes__content {
		width: calc(100% - 35px);
    	margin-left: 0;

	}


	.info {

	}
	.info .shop {
		height: auto;
    	width: 100%;
    	margin: 0 auto;
    	margin-left: 8%;
	}
	.info .info__wrap {
		width:  calc(100% - 35px);
	}
	.info .info__text {
		width: 100%;
		padding-top: 10px;
	}
	.info__couple .info__wrap {
		margin: 10px auto;
	}
	.info__wrap_cover {
		margin-top: -90px;
	}
	.info__text h3,
	.info__text span.mgz {
		font-family: 'AGFriquer';
		font-size: 22px;
		background-size: 100%;
		width: 138px;
    	height: 40px;
    	line-height: 32px;
	}
	.info__text p {
		font-size: 16px;
	}
	.info .info__map {
		width: 300px;
	}

	.info {
		height: auto;
	}
	.info .container {
		position: relative;
		top: 0;
	}
	.apps {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.lo-txt {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 36px;
		font-size: 14px;
	}
	.za-txt {
		font-size: 14px;
	}
	.appstore {
		width: 50%;
		margin: 0;
		text-align: right;
		padding-right: 13px;
	}
	.gplay {
		width: 50%;
		margin: 0;
		padding-left: 13px;
	}
	.glovo {
		margin: 30px 0 50px;
		padding-left: 15px;
	}
	.chiefs-recipes .chief {
		height: auto;
	}
	#section3:after {
		background-size: auto 100%;
	}
	.chiefs-recipes .orange-button {
		top: 0 !important;
		left: 0;
		margin-bottom: 10px;
	}
	.recipes__button:first-child {
		margin-right: 20px
	}
	.chiefs-recipes .recipe-cols li {
		font-size: 15px;
	}
	.chiefs-recipes .recipe-cols {
		padding-left: 0;
	}
	.chiefs-recipes .recipe-cols:first-child {
		border-right: none;
    padding-right: 0px;
	}
	.chiefs .recipes__content .chiefs__content {
		margin-bottom: 10px;
	}
	#section5:after {
		background-size: auto 100%;
	}
	#erecipes {
		padding-top: 0;
	}
	#erecipes .container {
		top: 0;
	}
	.chiefs-recipes .chiefs__content {
		text-align: center;
	}
	.chiefs-recipes .recipes__content .chiefs__content {
		padding-top: 140px;
	}
	.chiefs-recipes .logo-slide {
		margin-right: 0;
	}
	.header__offer {
		flex-wrap: wrap;
	}
	.header__offer .home-item {
		width: 50%;
		padding: 0;
		left: 0;
		text-align: left;
	}
	.header__offer .home-item img {
		height: auto;
		width: 74%;
	}
	.header__offer .china img,
	.header__offer .georgia img {
		width: 100%;
		margin-top: 10%;
	}
	.header__offer .india,
	.header__offer .china {
		text-align: right;
	}
	.header__offer .china {
		order: 3;
	}
	.header__offer .india {
		order: 2;
	}
	.header__offer .italy {
		order: 1;
	}
	.header__offer .georgia {
		order: 4;
	}
	.header__offer .china,
	.header__offer .italy {
		padding-right: 3%
	}
	.header__offer .georgia,
	.header__offer .india {
		padding-left: 3%
	}
	.ico-cook {
		margin-top: -10px;
	}
	.recipes__element:first-child {
		margin-right: 0;
	}
	.video-btn {
		/*display: none;*/
	}
	.in-slide-btn {
		display: block;
	}
	#products {
		position: absolute;
		top: -45px;
	}
	section .container,
	.header__content {
		zoom: 0.86;
	}
	
}

@media screen and (max-width: 640px) and (min-width: 390px)  {
	.recipes__name {
    	    bottom: -30vh !important;
	}
}

@media screen and (max-width: 640px) and (max-height: 812px) {
	
	
	.header__content:before {
		width: 100%;
	}
}

@media screen and (orientation:landscape) and  (min-width: 640px) and  (max-width: 991px) {
	.section:after {
		background-repeat: repeat-y;
		background-size: auto;
	}
 	.header {
		padding: 7px 19px;
		box-sizing: border-box;
	}
	header#header.header {
		min-height: 100vh;
		height: auto;
	}
	.menu__social {
		width: auto;
		padding-right: 3px;
	}
	.menu__social i:before {
		width: 20px;
		height: 20px;
		margin-right: 18px;
		margin-left: 0;
		background-size: 100%;
	}
	.mob-logo {
		height: 30px;
	}
	.menu.desktop {
		display: none;
	}
	.mobile-view {
		display: flex;
	}
	.header__content,
	section .container {
		zoom: 0.7;
	}
	.chiefs, .recipes {
		height: auto !important;
	    min-height: calc(100vh);
	    padding-top: 45px !important;
	}
	.recipes {
		padding-top: 0 !important;
	}
	#section2 #products {
		position: absolute;
		top: -45px !important;
	}
	#chiefs {
		min-height: 695px;
	}
	#chiefs-recipes {
		min-height: 670px;
	}
	.chiefs .container {
		height: auto; 
	    /*position: absolute;*/
	    top: 45px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    min-height: 900px;
	}
	.chiefs-recipes .container {
		top: 0;
	}
	.chiefs .recipes__wrapper.df, .chiefs .recipes__slider.df, .chiefs .recipes__slide {

	}
	.chiefs-recipes .chief {
		padding: 0 155px;
		height: 140px;
	}
	.recipes .recipes__name {
		zoom: 1;
    	top: 430px;
	}
	.recipes .recipes__name.teriyaki {
		top: 500px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets {
	    bottom: 30px;
	}
	.info {
		padding-top: 45px;
	}
	body,
	body * {
		-webkit-text-size-adjust: none !important;
	}
	.iphone-view .recipes .recipes__button {
		font-size: 16px;
	}
	.iphone-view .recipes .recipes__add {
		font-size: 14px;
	}
	.iphone-view .chiefs-recipes .chief span.recipes__title {
		font-size: 26px;
	}
	.chiefs-recipes .recipes__text span {
		font-size: 24px;
	}
	.iphone-view .info__text h3,
	.iphone-view .info__text span.mgz {
		font-size: 21px;
	}
	.iphone-view  .info__text p {
		font-size: 16px;
	}
	.chiefs .recipes__text p {
		zoom: 0.99;
	}
	.chiefs-recipes .recipes__text p {
		zoom: 1.2;
	}
	.iphone-view .chief span.recipes__title {
		font-size: 26px;
		bottom: 12px;
	}
	.badge-text {
		font-size: 15px;
	}
	
	.info .info__wrapper {
		margin-top: 0;
	}
	.martin .chiefs__content {
		padding: 20px 40px 20px !important;
	}
	.tapaka-iph {
		top: 450px !important;
	}
	.tapaka-heade--iph {
		padding: 0 105px !important;
	}
	.apps {
		width: 90%;
	}
	.chiefs-recipes .container {
		/*min-height: 1250px !important;*/
	}
	#chiefs-recipes {
		min-height: 670px !important;
	}
	.section section {
		height: 100%;
	}
}

@media only screen and (min-device-width: 374px) and (max-device-width: 667px) and (orientation : portrait) {
	.swiper-slide, .swiper-wrapper, .swiper-container {
		/height: auto;
	}
	.chief-chiefs .container {
		top: 0;
	}
}

.iphone-view .video-recipes__footer-media {
	width: 270px;
	height: 140px;
	background-size: 100%;
	bottom: -40px;
	padding-top: 0;
}

.video-recipes__content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 70px;
}
.video-btn {
	font-size: 22px;
    line-height: 62px;
    border-radius: 31px;

    position: absolute !important; 
    bottom: 10px !important;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.video-recipes {
	display: none;
	margin-top: 50px;
	margin-left: 50px;
	//padding-top: 200px;
	position: relative;
}

@media only screen and (max-height: 678px) {
	.video-recipes {
	//	margin-top: 350px;
	}
	
}
@media only screen and (min-height: 850px) {
	.video-recipes {
	//	margin-top: 0px;
	}
	
}

@media only screen and (max-width: 991px) {
	.video-opened:after {
		background-attachment: fixed;
	}
}
@media only screen and (max-width: 640px) { 
	.video-btn {
		position: static !important;
		margin: 40px auto 40px 50% !important;
		margin-left: 50%
	}
	.video-recipes { 
		margin-left: 0px;
	}
}

.info__wrap_2 a {
	color: #fff !important;
}