@import 'https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400i|PT+Serif:400,400i,700,700i';
@font-face {
    font-family: 'montser';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'montser';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'montser';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{height: 100%;}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-family: 'PT Serif', Tahoma, serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	background: #fff;
	color: #000;
	min-width: 1680px;
	-webkit-appearance: none;
}
nav ul {
    list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, span{
	display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
h3{
	font-size: 12px;
	color: #a6b3b9;
	text-transform: uppercase;
	font-family: 'montser', Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 35px;
	letter-spacing: 2px;
}
p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 35px;
}
b{
	font-weight: 700;
}
i{
	font-weight: 400;
	font-style: italic;
}
b i, i b{
	font-weight: 700;
	font-style: italic;
}
sup{
	font-size: 10px;
	font-weight: 700;
	font-style: italic;
}
.main{
	padding-bottom: 134px;
}
.wrapper{
	width: 1030px;
	margin: 0 auto;
}
.wrapper *{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header_wrapp{
	max-width: 1660px;
	margin: 0 auto;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: #ffc400;
	z-index: 100;
}
.fixed {
	height: 60px;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.35);
}
header.fixed .menu{
	padding-top: 20px;
}
header.fixed .menu ul li a{
	font-size: 16px;
}
header.fixed .logo{
	padding-top: 10px;
}
header.fixed .logo a{
	background: url(../images/logo2.png) no-repeat;
	width: 86px;
	height: 32px;
}
.logo{
	float: left;
	width: 148px;
	padding-top: 21px; 
}
.logo a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 148px;
	height: 73px;
}
.menu{
	float: right;
	width: 715px;
	text-align: right;
	padding-top: 47px;
}
.menu ul li{
	display: inline-block;
	margin-left: 45px;
}
.menu ul li:first-child {
	margin-left: 0;
}
.menu ul li a{
	font-size: 18px;
	color: #000;
	line-height: normal;
	font-weight: 100;
	font-family: 'montser', Arial, sans-serif;
	text-decoration: none;
}
.menu ul li a:hover{
	color: #a38315;
}
.section{
	min-height: 600px;
	background-size: cover;
	position: relative;
	z-index: 10;
	width: 100%;
}
.section1{
	height: 100vh;
	background: #050505 url(../images/bg1.jpg) no-repeat;
	background-size: cover;
}
.first_center{
	position: absolute;
	height: 210px;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -105px;
}
.text_ft{
	font-size: 16px;
	color: #d2d1d0;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
	margin-top: 15px;
	letter-spacing: 2px;
}
.bottom_first{
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	text-transform: uppercase;
	font-family: 'montser', Arial, sans-serif;
}
.bottom_first span{
	color: #ffc400;
}
.top_arrow{
	position: absolute;
	bottom: 100px;
	width: 62px;
	height: 62px;
	left: 50%;
	margin-left: -31px;
}
.top_arrow a{
	display: block;
	background: url(../images/arrow_bottom.png) no-repeat;
	width: 62px;
	height: 62px;
	-webkit-animation: spin 2s infinite linear;
  	animation: spin 2s infinite linear;
  	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.top_arrow a:hover{
	opacity: 0.8;
}
.section2{
	background: #282939 url(../images/bg2.jpg) no-repeat;
	background-size: cover;
}
.col_block{
	float: right;
	width: 470px;
	padding: 85px 0;
}
.col_block .title{
	font-size: 46px;
	color: #ffffff;
	font-family: 'montser', Arial, sans-serif;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 35px;
}
.col_block .title span{
	color: #ffc400;
}
.text_sb{
	position: relative;
	padding-bottom: 35px;
}
.text_sb:after{
	content: '';
	background: #ffc400;
	height: 2px;
	width: 83px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.text_sb p{
	color: #a6b3b9;
}
.section3{
	background: #f9f9f9 url(../images/bg3.jpg) center center no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.what_block{
	max-width: 1030px;
	margin: 0 auto;
}
.what_block h3{
	text-align: center;
}
.what_block .title{
	font-weight: 700;
	color: #ffc400;
	font-size: 52px;
	font-family: 'montser', Arial, sans-serif;
	text-align: center;
}
.note_text{
	font-size: 18px;
	color: #000000;
	margin-top: 30px;
	text-align: center;
}
.what_content{
	padding: 75px 0;
	margin: 50px 0;
	position: relative;
}
.what_content:before{
	content: '';
	background: #dedede;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 515px;
	top: 0;
}
.colums_block{
	float: left;
	width: 436px;
}
.title_colums{
	font-size: 14px;
	text-transform: uppercase;
	color: #ffc400;
	font-weight: 700;
	margin-bottom: 18px;
	position: relative;
	font-family: 'montser', Arial, sans-serif;
	display: inline-block;
	letter-spacing: 2px;
}
.left_col{
	text-align: right;
	margin-left: 30px;
}
.right_col{
	text-align: left;
	margin-left: 565px; 
}
.colums_block p{
	font-size: 18px;
	line-height: 27px;
	color: #626b70;
	margin-bottom: 10px;
}
.colums1 .title_colums:before{
	content: '';
	background: url(../images/col_img1.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
.colums2 .title_colums:before{
	content: '';
	background: url(../images/col_img2.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -45px;
	left: 50%;
	width: 35px;
	height: 34px;
	margin-left: -17px;
}
.colums3 .title_colums:before{
	content: '';
	background: url(../images/col_img3.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 30px;
	height: 27px;
	margin-left: -15px;
}
.colums4 .title_colums:before{
	content: '';
	background: url(../images/col_img4.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
.colums5 .title_colums:before{
	content: '';
	background: url(../images/col_img5.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -45px;
	left: 50%;
	width: 18px;
	height: 37px;
	margin-left: -9px;
}
.title_colums:after{
	content: '';
	background: #ffc400;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
}
.left_col .title_colums:after{
	right: -55px;
}
.right_col .title_colums:after{
	left: -55px;
}
.bottom_text{
	text-align: center;
}
.tt_text{
	font-size: 36px;
	color: #ffc400;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
}
.bottom_text p{
	margin: 18px 0 0;
}
.section4{
	position: relative;
}
/*.text_slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}*/
.recipe p{
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 0;
}
.inform_cook{
	margin-top: 30px;
	padding-top: 20px;
	border-top: #747474 solid 1px;
	position: relative;
}
.name_cook{
	display: inline-block;
	font-size: 30px;
	color: #ffc400;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
}
.text_cook{
	margin-left: 15px;
	color: #a6b3b9;
	font-size: 14px;
}
.signature_cook{
	position: absolute;
	right: 0;
	top: -12px;
	width: 194px;
	height: 100px;
	text-align: center;
}
.signature_cook img{
	display: inline-block;
}
.top_text_slider{
	position: relative;
	min-height: 400px;
	padding: 140px 0 60px;
	box-sizing: border-box;
}
.wrapp_text{
	width: 830px;
	margin: 0 auto;
	position: relative;
	z-index: 150;
}
.recipe:before{
	content: '';
	width: 35px;
	height: 25px;
	background: url(../images/quotes.png) no-repeat;
	position: absolute;
	left: -52px;
	top: 0;
}
.recipe:after{
	content: '';
	width: 35px;
	height: 25px;
	background: url(../images/quotes.png) no-repeat;
	-moz-transform: scale(1) rotate(180deg);
	-webkit-transform: scale(1) rotate(180deg);
	-o-transform: scale(1) rotate(180deg);
	-ms-transform: scale(1) rotate(180deg);
	transform: scale(1) rotate(180deg);
	position: absolute;
	right: -42px;
	bottom: 78px;
}
.bx-pager{
	position: absolute;
	z-index: 50;
	width: 830px;
	left: 50%;
	margin-left: -415px;
	top: 30px;
}
.bx-pager a{
	display: inline-block;
	border: transparent solid 3px;
	overflow: hidden;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	line-height: 46px;
	background: #ffcf28;
	margin-right: 25px;
}
.bx-pager a.active{
	background: none;
	border: #ffcf28 solid 3px;
}
.bx-pager a img{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	width: 100%;
}
.title_pager{
	font-size: 12px;
	color: #ffd628;
	font-family: 'montser', Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
.bx-controls.bx-has-controls-direction{
	position: absolute;
	width: 415px;
	height: 46px;
	top: 71px;
	margin-left: 0;
	left: 50%;
}
.bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 0;
	width: 46px;
	height: 46px;
	z-index: 50;
}
.bx-wrapper .bx-next{
	right: 0;
	background: url(../images/arrow_slider.png) no-repeat -46px 0;
}
.bx-wrapper .bx-prev{
	left: auto;
	right: 70px;
	background: url(../images/arrow_slider.png) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover{
	background: url(../images/arrow_slider.png) no-repeat -46px -46px;
}
.bx-wrapper .bx-prev:hover{
	background: url(../images/arrow_slider.png) no-repeat 0 -46px;
}
.bottom_text_slider{
	padding: 45px 0;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: inset -10px 0 30px rgba(0,0,0,.15);
	-webkit-box-shadow: inset -10px 0 30px rgba(0,0,0,.15);
	box-shadow: inset -10px 0 30px rgba(0,0,0,.15);
	z-index: 150;
}
.bottom_decor{
	right:-90px;
	position: absolute;
	top: 0;
	max-width: 500px;
}
.bottom_decor img{
	display: block;
	width: 100%;
}
.name_recipe{
	font-size: 24px;
	color: #ffc400;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
	margin-bottom: 20px;
}
.title_col{
	font-size: 12px;
	color: #a6b3b9;
	font-weight: 400;
	font-family: 'montser', Arial, sans-serif;
	text-transform: uppercase;
}
.recipe_col_left{
	float: left;
	width: 300px;
}
.recipe_col_right{
	float: left;
	width: 370px;
	margin-left: 30px;
}
.list_ingr ul li{
	list-style: none;
	margin-top: 15px;
	height: 25px;
	line-height: 25px;
}
.img_ing{
	display: inline-block;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
.img_ing img{
	display: inline-block;
}
.name_ing{
	display: inline-block;
	margin-left: 10px;
	width: 190px;
	vertical-align: middle;
	font-size: 14px;
	color: #a6b3b9;
}
.mass_ing{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #a6b3b9;
}
.how_cook ul li{
	list-style: none;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	line-height: normal;
	color: #000;
	margin-top: 15px;
}
.how_cook ul li:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #ffc400;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 50%;
}
.section5{
	background: #ffc400;
	padding: 70px 0 0;
}
.product_block{
	text-align: center;
	padding-bottom: 225px;
}
.product_block h3{
	color: #000000;
}
.title_prouct{
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	font-family: 'montser', Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-wrapper{
	margin: 0;
}
.sertificate_block ul li{
	display: inline-block;
	list-style: none;
	margin-left: 51px;
}
.sertificate_block ul li:first-child{
	margin-left: 0;
}
.product_list{
	width: 100%;
	height: 320px;
	background: #fff;
}
.product_list .wrapper{
	position: relative;
}
.product_list ul{
	position: absolute;
	top: -217px;
	width: 100%;
	text-align: center;
}
.product_list ul li{
	display: inline-block;
	list-style: none;
	margin-left: 80px;
}
.product_list ul li:first-child{
	margin-left: 0;
}
.product_name{
	text-align: center;
	position: relative;
	padding-top: 18px;
}
.product_name:before{
	content: '';
	background: #ffc400;
	width: 50px;
	height: 1px;
	left: 50%;
	margin-left: -25px;
	top: 0;
	position: absolute;
}
.name_p{
	font-size: 14px;
	color: #373b3e;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
	margin-bottom: 5px;
}
.size_p{
	font-size: 14px;
	color: #656b6f;
}
.section6{
	background: url(../images/bg4.jpg) no-repeat;
	background-size: cover;
}
footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 134px;
	background: #ffc400;
}
.contact_block{
	margin: 0 auto;
	width: 830px;
	padding: 90px 0;
}
.contact_left{
	float: left;
	width: 300px;
}
.contact_right{
	float: right;
	width: 450px;
}
.title_c{
	font-size: 36px;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.contact_left .title_c{
	color: #ffd628;
}
.contact_left p{
	color: #fff;
}
.contact_list ul li{
	list-style: none;
	margin-bottom: 40px;
	overflow: hidden;
}
.photo_c{
	float: left;
	width: 70px;
	height: 70px;
	line-height: 68px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.photo_c img{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.info_c{
	float: left;
	margin-left: 30px;
	width: 200px;
}
.name_contact{
	font-size: 16px;
	color: #ffd628;
	font-weight: 700;
	font-family: 'montser', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.position_c{
	font-size: 16px;
	color: #a8a8a8;
	margin-bottom: 12px;
}
.mail_c a{
	font-size: 16px;
	color: #ffffff;
	font-family: 'montser', Arial, sans-serif;
	font-weight: 100px;
	text-decoration: none;
}
.form{
	margin-top: 45px;
	position: relative;
}
.form_row{
	margin-bottom: 25px;
}
.form_row label{
	float: left;
	display: block;
	font-size: 12px;
	color: #a8acb9;
	font-weight: 100;
	font-family: 'montser', Arial, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.error_text{
	display: none;
	float: right;
	color: #f2534d;
	font-weight: 700;
	font-size: 12px;
	font-family: 'montser', Arial, sans-serif;
}
.form_row.error .error_text{
	display: block;
}
.form_row input[type="text"],
.form_row textarea{
	width: 450px;
	height: 42px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #eff0f3;
	border: #eff0f4 solid 3px;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #4f5362;
	font-weight: 100;
	font-family: 'montser', Arial, sans-serif;
}
.form_row input[type="text"]:hover,
.form_row input[type="text"]:focus,
.form_row textarea:hover,
.form_row textarea:focus{
	border: #ffcf28 solid 3px;
}
.form_row.error input[type="text"]:hover,
.form_row.error input[type="text"]:focus,
.form_row.error input[type="text"],
.form_row.error textarea,
.form_row.error textarea:hover,
.form_row.error textarea:focus{
	border: #f24841 solid 3px;
}
.form_row textarea{
	height: 120px;
	padding: 10px;
	resize: none;
}
.form_row .radio input[type="checkbox"]{
	display: none;
}
.form_row .radio input[type="checkbox"] + label {
	font-size: 12px;
	color: #a8acb9;
	font-weight: 100;
	font-family: 'montser', Arial, sans-serif;
	text-transform: none;
}
.form_row .radio input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 23px;
    margin: 0 10px 0 0;
    background: url(../images/radio_icon.png) no-repeat;
    background-repeat: no-repeat;
    vertical-align: -6px;
}
.form_row .radio input[type="checkbox"] + label::before {
    background-position: 0px 0px;
}
.form_row .radio input[type="checkbox"]:checked + label::before {
    background-position: 0px -22px;
}
.form_row input[type="button"]{
	float: right;
	width: 215px;
	height: 42px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ffc400;
	border: 0;
	font-size: 14px;
	color: #000000;
	font-weight: 100;
	font-family: 'montser', Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-appearance: none;
}
.form_row input[type="button"]:hover{
	background: #ffd627;
}
.radio{
	margin-top: 10px;
}
.footer_wrapp{
	width: 1170px;
	margin: 0 auto;
}
.logo_footer{
	float: left;
	width: 270px;
	margin-top: 49px;
	font-size: 20px;
	color: #000;
	font-family: 'montser';
	font-weight: 100;
}
.logo_footer a{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px;
}
.logo_footer a.logo_f1{
	background: url(../images/logo2.png) no-repeat;
	width: 86px;
	height: 32px;
	margin-left: 0;
}
.logo_footer a.logo_f2{
	background: url(../images/footer_logo.png) no-repeat;
	width: 117px;
	height: 30px;
	position: relative;
	top: 4px;
}
.copy_w{
	font-size: 12px;
	color: #000000;
	float: right;
	width: 200px;
	margin-top: 60px;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: translate(0px, 0px);}
    30%  {-webkit-transform: translate(0px, -5px);}
    50%  {-webkit-transform: translate(0px, 10px);}
    70%  {-webkit-transform: translate(0px, 0px);}
}
@keyframes spin {
    0%  {transform: translate(0px, 0px);}
    30%  {transform: translate(0px, -5px);}
    50%  {transform: translate(0px, 10px);}
    70%  {transform: translate(0px, 0px);}
}
.cook_photo{
	position: absolute;
	left: 0;
	z-index: 50;
	max-width: 400px;
	bottom: 0px;
}
.slide2 .recipe_col_left{
	width: 495px;
}
.slide2 .list_ingr{
	width: 230px;
	float: left;
}
.list_ingr.list2{
	margin-left: 30px;
}
.slide2 .name_ing{
	width: 140px;
}
.slide2 .recipe_col_right{
	float: right;
	width: 315px;
	margin-left: 10px;
}
.slide2 .bottom_decor{
	max-width: 400px;
}
.slide3 .bottom_decor{
	max-width: 650px;
}
.page_img2 img{
	margin-left: -3px;
}
.page_img3 img{
	margin-left: 3px;
}
.menu_button{
	display: none;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.drop_menu{
	display: block;
}
#page-preloader{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 100500;
}
#page-preloader .spinner{
	width: 62px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/loader.gif) no-repeat;
	margin: -31px 0 0 -31px;
}
.recipe_col_left,
.recipe_col_right{
position: relative;
}
.recipe_col_left:after,
.recipe_col_right:after{
	content: '';
	background: url(../images/bg_white.png);
	background-size: 100% 100%;
	width: 130%;
	height: 250%;
	position: absolute;
	left: -15%;
	top: -100px;
}
.title_col, 
.list_ingr,
.title_col,
.how_cook,
.name_recipe{
	position: relative;
	z-index: 5;
}
.dis_bock{
	padding-top: 30px;
	text-align: center;
	color: #000;
	font-size: 12px;
}
@media only screen and (max-width: 1680px){
	body{
		min-width: 1100px;
	}
	.header_wrapp{
		width: 1080px;
	}
	header{
		height: 90px;
	}
	.logo{
		padding-top: 12px;
	}
	.logo a{
		width: 128px;
		height: 63px;
		background-size: cover;
	}
	.menu{
		padding-top: 35px;
	}
	.menu ul li a{
		font-size: 16px;
	}
	.recipe_col_right{
		margin-left: 20px;
	}
	.what_block .title{
		font-size: 42px;
	}
	p{
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.colums_block p{
		font-size: 16px;
		line-height: 21px;
		color: #626b70;
		margin-bottom: 5px;
	}
	.what_content{
		padding: 45px 0;
		margin: 30px 0;
	}
	.tt_text{
		font-size: 30px;
	}
	.title_prouct{
		font-size: 42px;
	}
	.footer_wrapp{
		width: 1080px;
	}
	.slide2 .bottom_decor{
		right: -50px;
		max-width: 360px;
	}
	.slide3 .bottom_decor{
		right: -250px;
	}
	.cook_photo{
		max-width: 290px;
	}
	.note_text{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1366px){
	.cook_photo{
		max-width: 250px;
		left: -20px;
	}
	.slide2 .bottom_decor{
		right: -110px;
	}
}
@media only screen and (max-width: 1100px){
	body{
		min-width: 940px;
	}
	.header_wrapp{
		width: 940px;
	}
	.section2{
		background-position: -130px center;
	}
	.wrapper{
		width: 960px;
	}
	.cook_photo{
		display: none;
	}
	.bottom_decor{
		display: none;
	}
	.footer_wrapp{
		width: 940px;
	}
	.left_col{
		margin-left: 0;
	}
	.left_col .title_colums:after{
		right: -35px;
	}
	.what_content:before{
		left: 465px;
	}
	.right_col{
		float: right;
		margin-left: 0;
		margin-right: 9px;
	}
}
@media only screen and (max-width: 670px){
	body{
		min-width: 460px;
		-webkit-text-size-adjust: 100%;
	}
	.drop_menu{
		display: none;
	}
	.menu_button{
		display: block;
	}
	.menu_button a{
		display: block;
	}
	.menu_button a span{
		display: block;
		height: 3px;
		width: 100%;
		background: #000;
		margin-top: 7px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.menu_button a span:first-child{
		margin-top: 0;
	}
	.menu{
		width: 40px;
		padding-top: 18px;
	}
	header.fixed .menu{
		padding-top: 18px;
	}
	header{
		height: 60px;
	}
	header.fixed .logo{
		padding-top: 12px;
	}
	header .logo a{
		background: url(../images/logo2.png) no-repeat;
		width: 86px;
		height: 32px;
	}
	.header_wrapp,
	.footer_wrapp{
		width: 96%;
	}
	.wrapper{
		width: 96%;
	}
	.contact_block{
		width: 100%;
	}
	.bottom_first{
		font-size: 30px;
		margin-top: 10px;
	}
	.col_block{
		width: 100%;
		text-align: center;
		padding: 45px 0;
	}
	.section2{
		background-position: 100% center;
	}
	.text_sb:after{
		left: 50%;
		margin-left: -42px;
	}
	.text_sb{
		padding-bottom: 5px;
	}
	.col_block .title{
		font-size: 30px;
		line-height: 40px;
	}
	.section{
		min-height: auto;
	}
	.colums_block{
		width: 100%;
		float: none;
		text-align: center!important;
		margin-bottom: 60px;
	}
	.what_content:before{
		background: none;
		height: 0;
	}
	.title_colums:after{
		background: none!important;
		display: none;
	}
	.what_content{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.wrapp_text{
		width: 96%;
	}
	.recipe{
		text-align: center;
	}
	.bx-pager{
		position: absolute;
		z-index: 50;
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 30px;
		text-align: center;
	}
	.name_cook{
		display: block;
		text-align: center;
	}
	.text_cook{
		display: block;
		text-align: center;
	}
	.signature_cook{
		display: block;
		position: static;
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
	.bx-controls.bx-has-controls-direction{
		display: none;
	}
	.name_recipe{
		text-align: center;
	}
	.recipe_col_left{
		float: none;
		margin: 0 auto;
	}
	.recipe_col_right{
		float: none;
		margin: 25px auto 0;
		width: 320px;
	}
	.section5{
		padding: 40px 0;
	}
	.section5 h3{
		margin-bottom: 15px;
	}
	.bx-pager a.page_img3{
		margin-right: 0;
	}
	.product_list{
		height: auto;
		margin-bottom: -180px;
	}
	.product_list ul{
		position: relative;
	}
	.slide2 .list_ingr{
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	.title_col{
		text-align: center;
	}
	.slide2 .recipe_col_right{
		float: none;
		margin: 25px auto 0;
		width: 340px;
	}
	.bottom_text_slider{
		-moz-box-shadow: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    padding: 45px 0 65px;
	}
	.name_recipe{
		line-height: 30px;
	}
	.slide2 .recipe_col_left{
		width: 100%;
	}
	.product_list ul li{
		margin: 25px 0 0 50px;
	}
	.product_list ul li:nth-child(3n){
		margin-left: 0;
	}
	.contact_left{
		float: none;
		margin: 0 auto;
	}
	.address{
		text-align: center;
		margin-bottom: 50px;
	}
	.title_c{
		text-align: center;
	}
	.contact_right{
		float: none;
		width: 100%;
		margin-top: 60px;
	}
	.address a{
		color: #fff;
		text-decoration: none;
	}
	.form{
		margin-top: 35px;
	}
	.form_row label{
		font-size: 16px;
		text-align: center;
	}
	.form_row input[type="text"], .form_row textarea{
		width: 100%;
	}
	.radio{
		display: block;
	}
	.form_row.subm input[type="submit"]{
		text-align: center;
		margin-top: 30px;
		float: none;
		width: 100%;
	}
	.main{
		padding-bottom: 95px;
	}
	footer{
		height: 95px;
	}
	.logo_footer{
		float: none;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	.logo_footer a{
		margin: 0 auto;
	}
	.copy_w{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.contact_block{
		padding-bottom: 45px;
	}
	.drop_menu{
		height: 100vh;
		width: 80%;
		top: 60px;
		position: absolute;
		right: 0;
		background: #ffc400;
		box-sizing: border-box;
		text-align: left;
	}
	.menu ul li:first-child{
		border-top: 0;
	}
	.menu ul li{
		display: block;
		padding: 15px 25px;
		margin-left: 0;
		border-top: rgba(0,0,0,0.2) solid 1px;
	}
	.menu ul li a{
		display: block;
	}
	.menu.open .drop_menu{
		display: block;
	}
	.menu.open .menu_button a span.bm1{
		-moz-transform: scale(1) rotate(45deg) translateX(0) translateY(14px);
		-webkit-transform: scale(1) rotate(45deg) translateX(0) translateY(14px);
		-o-transform: scale(1) rotate(45deg) translateX(0) translateY(14px);
		-ms-transform: scale(1) rotate(45deg) translateX(0) translateY(14px);
		transform: scale(1) rotate(45deg) translateX(0) translateY(14px);
	}
	.menu.open .menu_button a span.bm2{
		opacity: 0;
	}
	.menu.open .menu_button a span.bm3{
		-moz-transform: scale(1) rotate(-45deg) translateX(0) translateY(-14px);
		-webkit-transform: scale(1) rotate(-45deg) translateX(0) translateY(-14px);
		-o-transform: scale(1) rotate(-45deg) translateX(0) translateY(-14px);
		-ms-transform: scale(1) rotate(-45deg) translateX(0) translateY(-14px);
		transform: scale(1) rotate(-45deg) translateX(0) translateY(-14px);
	}
	.menu.open .menu_button a span{
		margin-left: 10px;
	}
	.recipe:before,
	.recipe:after{
		background: none;
	}
	.dis_bock{
		padding-top: 10px;
	}
	    
}
.popup_text{
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	font-family: 'montser', Arial, sans-serif;
}
.popup{
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.post_form form{
	opacity: 0.3;
}
.popup_text a{
	display: block;
	width: 215px;
	height: 42px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ffc400;
	border: 0;
	font-size: 14px;
	color: #000000;
	font-weight: 100;
	font-family: 'montser', Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-appearance: none;
	margin: 0 auto;
	line-height: 42px;
	text-decoration: none;
	margin-top: 20px;
}
.popup_text a:hover{
	background: #ffd627;
}
.dis_bock a{
	color: #000;
	text-decoration: none;
}

/*@media screen and (orientation:landscape) and (max-device-width: 900px) {
    html{
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: left top;
           -moz-transform-origin: left top;
            -ms-transform-origin: left top;
             -o-transform-origin: left top;
                transform-origin: left top;
        width: 320px; 
        position: absolute;
        top: 100%;
        left: 0
    }
}*/






















