﻿@font-face {
  font-family: Signika_Regular; 
  src: url(../fonts/Signika-Regular.eot);
  src: local(signika_Regular), url(../fonts/Signika-Regular.ttf); 
}
@font-face {
  font-family: Signika_Light; 
  src: url(../fonts/Signika-Light.eot);
  src: local(signika_Light), url(../fonts/Signika-Light.ttf); 
}
@font-face {
  font-family: Signika_Semibold; 
  src: url(../fonts/Signika-Semibold.eot);
  src: local(signika_Semibold), url(../fonts/Signika-Semibold.ttf); 
}
@font-face {
  font-family: Signika_Bold; 
  src: url(../fonts/Signika-Bold.eot);
  src: local(signika_Bold), url(../fonts/Signika-Bold.ttf); 
}
@font-face {
  font-family: sugar_pieregular;
  src: url(../fonts/sugar_pie.eot);
  src: local(sugar_pieregular), url(../fonts/sugar_pie.ttf);
}
* { 
  margin: 0;
  padding: 0;
  border: 0;
} 
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration:none;
}
ul {
  margin:0;padding:0;
}
li {
  list-style-type:none;
}
img {
  border: none;
}
select, input, textarea {
  outline:none; 
  resize:none;
}
.clear {
  clear:both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.img_block {
  width: 100%;
  height: auto;
  display: block;
}
h1 {
  font: normal 43px futura_trheavy;
  letter-spacing: 0.01em;
  margin-left: -2px;
  color: #333;
}
h1.center {
  text-align: center;
}
h2 {
  font: normal 16px Signika_Bold, Arial, sans-serif;
  letter-spacing: 0.01em;
}
h3 {
  font: normal 13px Signika-Regulart, Arial, sans-serif;
  letter-spacing: 0.01em;
  color: #4bb21b;
}
/*----------------menu------------------*/
.menu {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 450px;*/
  min-height: 100%;
  /*display: none;*/
  width: 0;
  /*max-width: 490px;*/
  transition: all 0.4s;
}

.menu .find,
.menu .products_link {
  display: none;
}
.menu.showed .find,
.menu.showed .products_link {
  display: initial;
}
.menu_block {
  position: absolute;
  top: 0;
  /*left: 100%;*/
  width: 100%;
  height: 100%;
  background-color: #fe4800;
  color: #fff;
  font: normal 15px Signika_Light, Arial, sans-serif;
  z-index: 100;
}
.menu_btn {
  position: fixed;
  top: 78px;
  right: 35px;
  width: 27px;
  height: 23px;
  background: url(../img/menu_icon.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 99;
}
.menu_btn.red {
  background-position: 0 -23px;
}
.menu_close {
  position: fixed;
  top: 80px;
  right: 38px;
  width: 21px;
  height: 26px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}
.products_link {
  position: absolute;
  top: 73px;
  right: 140px;
  width: 118px;
  height: 34px;
  z-index: 10; 
  background: url(../img/products_btn.png) no-repeat;
  background-size: cover;
  background-position: 0 -35px;
} 
.products_link.red {
  background: url(../img/products_btn.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.find {
  position: absolute;
  top: 80px;
  right: 287px;
  height: 20px;
  padding-left: 23px;
  font: normal 18px Signika_Light, Arial, sans-serif;
  line-height: 22px;
  color: #fff;
  background: url(../img/find_icon.png) left no-repeat;
  background-position: 0 -20px;
  z-index: 10;
}
.find.red {
  background-position: 0 0;
  color: #fe4800;
}
nav {
  width: 100%;
  margin-top: 135px;
}
nav a {
  position: relative;
  display: block;
  padding: 8px 0 8px 76px;
  font-size: 30px;
  letter-spacing: 0.02em;
  overflow: hidden;
}
nav a.active {
  color: #ffa987;
}
nav .bckrg_color {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fd6300;
  -webkit-transition: left .1s linear;
     -moz-transition: left .1s linear;
       -o-transition: left .1s linear;
          transition: left .1s linear;
  z-index: -1;
}
nav a:hover .bckrg_color {
  left: 0;
}
nav a.active:hover .bckrg_color {
  left: 100%;
}
.menu_fixed {
  position: fixed;
  width: 100%;
}
.menu_block .products_link,
.menu_block .find {
  position: fixed;
}
.menu_block_contacts {
  margin: 41px 0 0 77px;
  padding-bottom: 30px;
}
.phone {
  display: inline-block;
  height: 18px;
  padding-left: 25px;
  margin-right: 20px;
  background: url(../img/phone_icon02.png) no-repeat;
  background-size: contain;
  line-height: 17px;
}
.mail {
  display: inline-block;
  height: 15px;
  padding-left: 20px;
  background: url(../img/mail_icon02.png) no-repeat;
  background-size: contain;
  line-height: 17px;
}
.sn_link {
  position: absolute;
  top: 45px;
  left: 35px;
  width: 19px;
  overflow: hidden;
  z-index: 10;
}
.sn_link li {
  position: relative;
  width: 100%;
  height: 18px;
  margin-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.sn_link a {
  width: 100%;
  height: 100%;
  display: block;
}
.sn_link img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.sn_link.gray img {
  left: -39px;
}
.sn_link li:hover {
  opacity: 1;
} 
.sn_link.gray li:hover {
  opacity: 1;
} 
.sn_link.gray li:hover img {
  left: -19px;
}
/*----------------end menu------------------*/
.container {
  position: relative;
  width: 100%;
  height: auto;
}
.overflow {
  overflow: hidden;
}
.img_fullwidth {
  width: 100%;
  height: auto;
  display: block;
}
.color_light {
  background-color: #f7f3eb;
}

.block01_text {
  position: absolute;
  left: 542px;
  top: 440px;
  width: 410px;
  color: #fff;
  font: normal 15px Signika_Light, Arial, sans-serif;
}
.block01_text h1 {
  font-size: 65px;
  color: #fff;
}
p {
  line-height: 1.4;
  margin-top: 21px;
  white-space: pre-line;
}
.mouse_icon {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 46px;
  background: url(../img/mouse_icon.png) no-repeat;
  background-size: contain;
}
.products_btn {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 77px;
  background: url(../img/btn_bckgr.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 77px;
  font-size: 29px;
  display: block;
}  
.btn_color2 {
  background: url(../img/btn_bckgr.png) no-repeat;
  background-size: cover;
  background-position: 0 -77px;
}
.btn_color3 {
  background: url(../img/btn_bckgr.png) no-repeat;
  background-size: cover;
  background-position: 0 -154px;
}
.block02_text {
  position: absolute;
  bottom: 182px;
  left: 50%;
  margin-left: -310px;
  width: 620px;
  opacity: 0
}
.block02_text p {
  height: 65px;
  margin-top: 0;
  color: #333;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  display: block;
}
.block03 {
  height: 755px;
  background: #ffd200 url(../img/story_gradient.jpg) repeat-x;    
  background-size: contain;
}
.story_bckgr_animation {
  -webkit-transition: left 0.6s linear;
     -moz-transition: left 0.6s linear;
       -o-transition: left 0.6s linear;
      -ms-transition: left 0.6s linear;
          transition: left 0.6s linear;
}
.story_bckgr01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4100px;
  height: 282px;
  background: url(../img/story_bckgr01.png) bottom no-repeat;
  background-size: contain;
}
.story_bckgr02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5186px;
  height: 230px;
  background: url(../img/story_bckgr02.png) bottom no-repeat;
  background-size: contain;
}
.story_bckgr03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 6454px;
  height: 100%;
  background: url(../img/story_bckgr03.png) top no-repeat;
  background-size: contain;
  -webkit-transition: right 0.6s linear;
     -moz-transition: right 0.6s linear;
       -o-transition: right 0.6s linear;
      -ms-transition: right 0.6s linear;
          transition: right 0.6s linear;
}
.story_blocks {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 100%;
}
.story_block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.story_menu {
  position: absolute;
  top: 230px;
  left: 50%;
  margin-left: -412px;
  width: 824px;
  height: 50px;
  background: url(../img/story_menu.png) center no-repeat;
}
.story_menu_step {
  position: absolute;
  top: 0;
  left: 0px;
  width: 80px;
  height: 40px;
  border-radius: 25px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  z-index: 10;
}
.story_menu_step:nth-child(2) {
  top: 0;
  left: 186px;
}
.story_menu_step:nth-child(3) {
  top: 0;
  left: 547px;
}
.story_menu_step:nth-child(4) {
  top: 0;
  left: 737px;
}
.story_menu_step.active {
  border: 3px solid #4bb21b;
  background-color: #4bb21b;
}
.story_img {
  position: relative;
  margin: 0 auto; 
  margin-top: 50px;
  width: 400px;
  height: auto;
  display: block;
  z-index: 1;
  opacity: 0;
}
.story_text {
  width: 100%;
  margin-top: -10px;
  text-align: center;
  opacity: 0;
}
.story_title {
  margin: 0px;
  font-size: 44px;
  font-family: Signika_Semibold;
}
.story_text p {
  width: 800px;
  margin: 0 auto;
  margin-top: 18px; 
  letter-spacing: -0.01em;
  line-height: 1.75;
  opacity: 0;
}
.block05 {
  height: 630px;
}
/*---------------------inside page------------------*/
.left_content {
  position: relative;
  padding-top: 65px;
  width: 50%;
  overflow: hidden;
}
.left_content_text {
  float: right;
  margin: 0 100px 100px 0;
  width: 560px;
}
.full_height p {
  padding: 4px 0 20px 0;
  margin-top: 0;
}
.left_content h2 {
  margin-top: 37px;
}
h3 {
  margin: 20px 0 10px 0;
}
h2.neg_indent {
  margin-left: -7px;
}
.img_halfwidth {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.catering_img {
  background: url(../img/catering.jpg) center no-repeat;
  background-size: cover;
}
.loyalty_img {
  background: url(../img/loyalty.jpg) center no-repeat;
  background-size: cover;
}
.cater_ul {
  margin-top: 17px;
  width: 475px;
  column-count: 2;
  column-width: 185px;
}
.cater_ul li {
  position: relative;
  padding-left: 40px;
  width: 185px;
  height: 40px;
  background: url(../img/star02.png) 14px center no-repeat;
  background-color: #f2f2f2;
  line-height: 42px;
  display: inline-block;
}
.cater_ul li:nth-child(2n+2) {
  background-color: #f7f7f7;
}
.frame {
  border-radius: 15px;
  border: 1px dashed #0083c2;
  display: inline-block;
}
.frame a {
  color: #0083c2;
}
.catering_contact {
  width: 558px;
  margin-top: 60px;
  padding: 25px 0 30px 0;
  text-align: center;
}
.catering_contact a {
  font-size: 28px;
  font-family: Signika_Light;
  border-bottom: 1px solid #0083c2;
}
.catering_contact a:hover {
  border-bottom: 1px solid rgba(0,0,0,0);
}
.loyalty_ul {
  width: 100%;
}
.loyalty_ul li {
  width: 100%;
  margin-bottom: 7px;
}
.loyalty_ul li:first-child {
  margin-top: -4px;
}
.center_content {
  width: 1155px;
  margin: 0 auto;
  padding-top: 65px;
}
.press {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 65px;
  text-align: center;
}
.press_block {
  position: relative;
  margin: 0 10px 8px 0;
  width: 375px;
  height: 168px;
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
}
.press_block:nth-child(3n+3){
  margin-right: 0;
}
.press_block img {
  margin: 20px auto;
  width: 80%;
  height: auto;
  display: block;
}
.press_block_title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  width: 100%;
  background-color: rgba(255,255,255,0.15);
  text-align: center;
  font-family: Signika_Light;
}
.press_block:hover .press_block_title {
  background-color: rgba(255,255,255,0.30); 
}
.press_block_inside {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.press_block_inside h1 {
  font-size: 35px;
}
.press_block_inside img {
  width: 100%;
  height: auto;
  display: block;
}
.press_block_inside .text {
  width: 78%;
  margin: 40px auto;
  overflow: hidden;
}
.press_block_inside p {
  margin: 20px 0;
}
.press_block_inside .link {
  float: left;
  width: 190px;
  height: auto;
}
.back_link {
  float: right;
  margin-top: 20px;
  width: 100px;
  color: #0083c2;
  text-align: right;
}
.faq_page {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 65px;
}
.faq_block {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.faq_title {
  position: relative;
  left: -25px;
  padding-left: 25px;
  color: #4bb21b;
  font-size: 1.2em;
  font-family: Signika_Light;
  cursor: pointer;
}
.faq_btn {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../img/faq_btn.png) no-repeat;
  background-size: cover;
}
.faq_btn.open {
  background-position: 0 -12px;
}
.faq_text {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.faq_text.show {
  height: auto;
}
.faq_text p {
  padding: 25px 0 0 0;
  line-height: 1.6;
}
.contacts {
  text-align: center;
}
.map {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 40px;
}
.map .map_blocks {
  top: 30px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  display: block;
  z-index: 0;
}
.block05 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  z-index: 0;
}
/*-----------------------map point-------------------*/
.map_blocks {
  position: relative;
  top: 150px;
  left: 150px;
}
.map_point_block {
  position: relative;
  width: 270px;
  height: 110px;
  margin: 7px 5px;
  padding: 20px 30px 20px 80px;
  background-color: #fff;
  border-radius: 7px;
  z-index: 1;
  display: inline-block;
}
.map_point {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 55px;
  background: url(../img/map_points_02.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  font: normal 22px Signika_Semibold;
  line-height: 47px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.address {
  padding-bottom: 5px;
  font: normal 15px Signika_Bold;
}
.phone_num {
  padding-bottom: 20px;
  font: normal 15px Signika_Regular;
}
.work_time {
  width: 100%;
  font-size: 11px;
  display: inline-block;
}
.work_time span {
  color: #4bb21b;
}
.map_point_block.open .map_point{
  background-position: 0 -66px;
}
.map_contacts_block {
  position: relative;
  top: 30px;
  left: 150px;
  width: 320px;
  margin: 7px 5px;
  padding: 20px 30px;
  background-color: #4bb21b;
  color: #fff;
  border-radius: 7px;
  font: normal 14px Signika_Light, Arial, sans-serif;
  display: inline-block;
  z-index: 1;
}
.map_contacts_block .title {
  padding-bottom: 10px;
  font: normal 22px Signika_Semibold;
}
/*-----------------------end map point-------------------*/
.complaints {
  width: 700px;
  margin: 0px auto; 
  margin-top: 42px;
}
.complaints_text {
  float: right;
  width: 50%;
}
.contacts_block {
  padding: 13px 18px;
  margin: 10px 0 26px 0;
  font: normal 30px Signika_Light;
  color: #0083c2;
  line-height: 28px;
  border-radius: 8px;
}
.contacts_phone {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 15px -4px 0;
  background: url(../img/phone_icon_big.png) no-repeat;
  background-size: contain;
}
.complaints_text a {
  color: #0083c2;
  text-decoration: underline;
}
.complaints_text a:hover {
  text-decoration: none;
}
.complaints_photo {
  float: right;
  margin-right: 40px;
  width: 280px;
  height: 280px;
  border-radius: 280px;
}
.blog {
  margin: 30px 0 65px 0;
  width: 100%;
}
.blog_item {
  float: left;
  margin: 0 8px 20px 8px;
  width: 561px;
  border-radius: 15px;
  background-color: #fff;
}
.blog_item .text {
  width: 85%;
  margin: 40px auto;
  overflow: hidden;
}
.blog_item h2 {
  font-size: 18px;
}
.blog_item .date {
  margin: 5px 0;
  color: #666666;
  font-size: 12px;
}
.blog_item p {
  margin-top: 20px;
}
.background_404 {
  background: url(../img/404.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.title_404 {
  margin: 37px 0 -65px 0;
  font: normal 330px Signika_Bold;
}
.text_404 {
  font: normal 30px Signika_Light;
}
.text_404 a {
  color: #013f5d;
  font-family: Signika_Regular;
}
/*------------------------product pages------------------------*/

/*background product pages */
.background_products_color01 {
  background: #a5e38b url(../img/juices_background.jpg) top center no-repeat;
}
.background_products_color02 {
  background: #ff9db6 url(../img/smoothies_background.jpg) top center no-repeat;
}
.background_products_color03 {
  background: #88d7ff url(../img/yogurt_background.jpg) top center no-repeat;
}
/*background color menu, button, size */
.field_color01 {
  background-color: #4bb21b;
}
.field_color02 {
  background-color: #ff2860;
}
.field_color03 {
  background-color: #0083c2;
}
/*background color botton field */
.bottom_color01 {
  background-color: #edf9e8;
}
.bottom_color02 {
  background-color: #ffe8ef;
}
.bottom_color03 {
  background-color: #e7f7ff;
}
/*text color*/
.color01 {
  color: #4bb21b !important;
}
.color02 {
  color: #ff2860 !important;
}
.color03 {
  color: #0083c2 !important;
}
/*properties icon in bottom field*/
.properties_icon01 {
  background: url(../img/properties_icon01.png) no-repeat;
  background-size: contain;
}
.properties_icon02 {
  background: url(../img/properties_icon02.png) no-repeat;
  background-size: contain;
}
.properties_icon03 {
  background: url(../img/properties_icon03.png) no-repeat;
  background-size: contain;
}
.products_menu {
  width: 100%;
  text-align: center;
  margin-top: 58px;
}
.products_menu a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font: normal 45px sugar_pieregular, Signika_Bold;
  color: rgba(255,255,255,0.7);
  overflow: visible;
}
.products_menu a:hover {
  color: rgba(255,255,255,1);
}
.products {
  position: relative;
  width: 1655px;
  margin: 0 auto;
  padding: 45px 0 32px 0;
}
.products_block {
  position: relative;
  width: 400px;
  height: 386px;
  margin: 5px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
}
.three_blocks_width {
  width: 1245px;
}
.all_width {
  width: 1230px;
  height: 205px;
  padding-top: 20px;
  overflow: visible;
}
.products_block img {
  width: 100%;
  height: auto;
  margin-top: 8px;
  display: block;
}
.products_title {
  font-size: 28px;
  font-family: Signika_Bold;
}
.ingredients {
  color: #737373;
  font-size: 12px;
}
.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  padding: 10px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.bottom .text {
  height: 25px;
  margin-left: 14px;
  padding-left: 37px;
  line-height: 25px;
  font-size: 12px;
  text-align: left;
}
.all_width .text {
  text-align: center;
}
.all_width .properties_icon03 {
  background-position: 357px 0;
}
.flavor_title {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.3;
}
.prices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.prices_block {
  position: relative;
  width: 190px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.prices_block li {
  width: 100%;
  overflow: hidden;
}
.prices_block li:nth-child(2n+2) {
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.prices_icon {
  float: left;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  border-radius: 55px;
  color: #fff;
  font: normal 30px Signika_Bold;
  text-transform: uppercase;
  line-height: 57px;
}
.prices_icon.field_color03 {
   line-height: 44px;
}
.prices_icon span {
  margin-top: -10px;
  width: 100%;
  font: normal 12px Signika_Light;
  text-transform:none;
  display: block;
}
.prices_value {
  float: right;
  width: 122px;
  color: #000;
  font: normal 44px Signika_Semibold;
}
.prices_size {
  float: right;
  width: 122px;
  margin-top: -6px;
  font: normal 16px Signika_Light;
  text-align: left;
}
.htgi_link {
  position: relative;
  left: 50%;
  margin-left: -133px;
  margin-bottom: 45px;
  padding: 20px 0;
  width: 266px;
  border-radius: 38px;
  font-size: 30px;
  font-family: Signika_Light;
  text-align: center;
  display: block;
}
.products_map {
  position: relative;
  width: 100%;
  height: 143px;
}
.products_map img {
  width: 100%;
  display: block;
}
.products_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
  display: block;
  z-index: 0;
}
.products_map_text,
.block05_map_text {
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -170px;
  width: 340px;
  font: normal 44px Signika_Bold;
  color: #0083c2;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.block05_map_text {
  color: #333;
}
.not_active {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  z-index: 3;
}
.map_btn {
  position: absolute;
  top: 15px;
  right: -35px;
  width: 27px;
  height: 27px;
  background: url(../img/map_btn.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.map_btn.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*--------------------products slider---------------------*/
.products_slider {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}
.products_slider .sefa {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 1;
  /* background-color: #94d154; */
}
.products_slider .sefa:nth-child(2) {
  background-color: #f5476d;
}
.products_slider .sefa:nth-child(3) {
  background-color: #00b5f0;
}
.products_slider .sefa.active {
  float: left;
  position: relative;
  opacity: 1;
  z-index: 2;
}
.products_slider img {
  position: relative;
  width: 100%;
  height: auto;
  /*display: block;*/
}
.products_slider img.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.products_slider img.bckgr {
  opacity: 0;
}
.product_bckgr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: url(../img/slider/juices_back01.jpg) center no-repeat;
  background-size: 1905px 985px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -10;
}
    .product_bckgr.smoothies {
        background: url(../img/slider/smoothies_back01.jpg) center no-repeat;
        background-size: 1905px 985px;
    }
    .product_bckgr.yogurt {
        background: url(../img/slider/yogurt_back01.jpg) center no-repeat;
        background-size: 1905px 985px;
    }
.fruits {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.glass {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btn-dots {
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.products_slider .btn-dot {
  display: inline-block;
  zoom: 1;
  padding: 4px 15px;
  margin: 0 3px;
  border: 3px solid rgba(0,0,0,0);
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.products_slider .btn-dot.active {
  border: 3px solid #fff;
}
.products_slider .btn-dot:hover {
  border: 3px solid #fff;
}
/*-------------------------carousel----------------------------*/
.owl-carousel {
  width: 100%;
}
.block04 .owl-carousel {
  margin-bottom: 80px;
  z-index: 10;
}
.products_block .owl-carousel {
  width: 1190px;
  margin: 0 auto;
}
.sefa {
  position: relative;
  width: 100%;
  height: auto;
}
.products_block .sefa {
  width: 104px;
  margin: 0;
}
.sefa img { 
  width: 100%;
  height: auto;
  z-index: -10;
}
.sefa .product_btn {
  opacity: 0;
}
.block04 .owl-controls {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.products_block .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-dots {
  position: absolute;
  top: 181px;
  width: 100%;
  text-align: center;
}
.block04 .owl-dots {
  top: 25px;
  display: block;
}
.block04 .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 5px;
  height: 5px;
  margin: 0 4px;
  border: 3px solid #ffa200;
  border-radius: 5px;
  color: rgba(0,0,0,0);
  line-height: 5px;
  text-align: center;
}
.block04 .owl-dot.active {
  width: 18px;
  height: 18px;
  border: 3px solid #ffa200;
  border-radius: 18px;
  background-color: #ffa200;
  color: #fff;
  line-height: 20px;
}
.block04 .owl-dot:hover {
  border: 3px solid #ffa200;
}
.owl-prev {
  position: absolute;
  top: 0;
  width: 20px;
  height: 35px;
  background: url(../img/nav_btn.png) no-repeat;
  background-size: cover;
}
.owl-next {
  position: absolute;
  top: 0;
  right: -60px;
  width: 20px;
  height: 35px;
  background: url(../img/nav_btn.png) no-repeat;
  background-size: cover;
  background-position: -20px 0;
}
/*------------------prelouder-------------------*/
.load-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f99638;
  z-index: 99999;
}
.spinner {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center; 
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*---------------------------media-----------------------------*/
@media screen and (min-width: 1921px){ 
.product_bckgr {
  background: url(../img/products_mainpage/juices_back01.jpg) center no-repeat;
  background-size: auto;
}
.product_bckgr.smoothies {
  background: url(../img/products_mainpage/smoothies_back01.jpg) center no-repeat;
  background-size: auto;
}
.product_bckgr.yogurt {
  background: url(../img/products_mainpage/yogurt_back01.jpg) center no-repeat;
  background-size: auto;
}
} 
@media screen and (max-width: 1680px){ 
  .logo {
    top: 100px;
    left: 340px;
    width: 190px;
  }
  .block01_text {
    left: 370px;
    top: 315px;
    width: 350px;
    font-size: 14px;
  }
  .block01_text h1 {
    font-size: 55px;
  } 
  p {
    margin-top: 12px;
  }
  .owl-dots {
    top: 120px;
  }
  .products_btn {
    bottom: 45px;
    margin-left: -95px;
    width: 190px;
    height: 67px;
    line-height: 67px;
    font-size: 26px;
  }
  .btn_color2 {
    background-position: 0 -67px;
  }
  .btn_color3 {
    background-position: 0 -134px;
  }
  .btn-dots {
    top: 70px;
  }
  .block02_text {
    bottom: 135px;
  }
  .left_content {
    padding-top: 165px;
  }
  .left_content_text {
    margin-right: 80px;
  }
  .faq_page {
    width: 700px;
  }
  .products {
    width: 1245px;
  }
  .title_404 {
    margin: 37px 0 -40px 0;
    font: normal 230px Signika_Bold;
  }
  .products_menu {
    margin-top: 63px;
  }
  .products_menu a {
    font: normal 35px sugar_pieregular, Signika_Bold;
  }
}
@media screen and (max-width: 1285px){ 
  .img_fullwidth {
    width: 120%;
    margin: 0 -10%;
  }
  .logo {
    left: 235px;
  }
  .block01_text {
    left: 260px;
  }
  .products_btn {
    bottom: 35px;
    margin-left: -75px;
    width: 150px;
    height: 52px;
    line-height: 54px;
    font-size: 20px;
  }
  .btn_color2 {
    background-position: 0 -52px;
  }
  .btn_color3 {
    background-position: 0 -105px;
  }
  .btn-dots {
    top: 55px;
  }
  .block02_text {
    bottom: 105px;
  }
  .left_content_text {
    width: 480px;
  }
  .catering_contact {
    width: 470px;
  }
  .products {
    width: 825px;
  }
  .three_blocks_width .products_block {
    width: 262px;
    height: 276px;
  }
  .products_block.all_width {
    width: 815px;
    height: 205px;
    padding-top: 20px;
  }  
  .products_block .owl-carousel {
    width: 800px;
    margin: 0 auto;
  }
  .all_width .properties_icon03 {
    background-position: 145px 0;
  }
  .products_menu {
    text-align: left;
    margin-top: 65px;
    margin-left: 205px;
  }
  .press_block_inside {
    margin-top: 120px;
  }
} 
@media screen and (max-width: 1024px){ 
  .menu_btn {
    width: 50px;
    height: 42px;
  }
  .menu_btn.red {
    background-position: 0px -42px;
  }
  .products_link {
    top: 78px;
    right: 140px;
    width: 145px;
    height: 42px;
    background-position: 0px -42px;
  }
  .find {
    top: 90px;
    right: 330px;
  }
  /*.menu {
    width: 490px;
  }*/
  .menu_close {
    right: 38px;
    width: 50px;
    height: 42px;
  }
  nav {
    margin-top: 155px;
  } 
  .img_fullwidth {
    width: 150%;
    margin: 0 -20%;
  }
  .logo {
    left: 135px;
  }
  .block01_text {
    left: 165px;
  }
  .btn-dots {
    top: 35px;
  }
  .block02_text {
    bottom: 120px;
  }
  .block02_text p {
    /*font-size: 10px;*/
  }
  .products_btn {
    position: absolute;
    bottom: 40px;
  }  
  .block02 .products_slider {
    width: 156%;
    margin: 0 -28%;
  }
  .map_blocks {
    left: 100px;
  }
  .map_contacts_block {
    left: 100px;
  }  
  .left_content_text {
    width: 400px;
    margin-right: 40px;
  }
  .cater_ul {
    width: 410px;
    column-width: 155px;
  }
  .cater_ul li {
    width: 155px;
  }
  .catering_contact {
    width: 385px;
    padding-top: 10px;
    margin-top: 40px;
  }
  .center_content {
    padding-top: 150px;
    width: 780px;
  }  
  .press {
    margin-top: 10px;
  }
  .press_block:nth-child(3n+3){
    margin-right: 10px;
  } 
  .press_block:nth-child(2n+2){
    margin-right: 10px;
  }
  .press_block_inside {
    width: 780px;
    margin-top: 50px;
  }
  .blog {
    width: 561px;
    margin: 40px auto;
  }
  .products_menu {
    text-align: center;
    margin-top: 180px;
    margin-left: 0;
  }
  .products_slider img.layer {
    display: none;
  }
  .products_slider img.bckgr {
    opacity: 1;
  }
  .product_bckgr {
    display: none;
  }
  .products_slider img {
    display: block;
  }
} 

@media screen and (min-width: 501px){
  .menu.showed {
    width: 450px;
  }
}

@media screen and (max-width: 500px){
  .menu.showed {
    width: 100%;
  }
}

/*-------------animation product btn---------------*/
.scale {
  -webkit-transition: all .5s cubic-bezier(.2, 3, .4, 1);
     -moz-transition: all .5s cubic-bezier(.2, 3, .4, 1);
       -o-transition: all .5s cubic-bezier(.2, 3, .4, 1);
          transition: all .5s cubic-bezier(.2, 3, .4, 1);
}
.scale:hover {
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}