@font-face {
  font-family: 'MullerRegular';
  src: local("MullerRegular"), local("Muller - Regular"), url("../fonts/MullerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular.ttf") format("truetype"), url("../fonts/MullerRegular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'MullerRegular';
  src: local("MullerBold"), local("Muller - Bold"), url("../fonts/MullerBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBold.woff") format("woff"), url("../fonts/MullerBold.ttf") format("truetype"), url("../fonts/MullerBold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

body {
  font-size: 16px;
  font-family: 'MullerRegular', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #efc825;
    text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

strong {
  font-weight: 600; }

input, button {
  outline: none; }
  input:hover, input:focus, button:hover, button:focus {
    outline: none; }

.loader {
  position: fixed;
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader-inner {
    background-image: url(../img/preloader_gif.gif);
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 80px;
    width: 80px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

/* helper classes */
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.btn {
  background-color: transparent;
  border: none; }

/* END helper classes */
/* sections */
.section-header {
  font: 600 40px 'MullerRegular';
  text-transform: uppercase;
  text-align: center; }
  .section-header > span {
    position: relative;
    display: inline-block; }
    .section-header > span:before, .section-header > span:after {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 36px;
      height: 1px;
      background: #919191; }
    .section-header > span:before {
      left: -90%; }
    .section-header > span:after {
      right: -90%; }

.catalog,
.info,
.advantages,
.promotion {
  padding: 70px 0; }

.recipe,
.advantages,
.catalog {
  background-color: #f2f2f2; }

.contact-btn,
.catalog-btn,
.form-btn {
  font: 600 16px 'MullerRegular';
  color: #fff;
  background-image: -webkit-linear-gradient(246deg, #79a432 0%, #acca65 100%);
  background-image: -o-linear-gradient(246deg, #79a432 0%, #acca65 100%);
  background-image: linear-gradient(-156deg, #79a432 0%, #acca65 100%);
  -webkit-transition: background-image .5s ease, -webkit-box-shadow .15s ease-out;
  transition: background-image .5s ease, -webkit-box-shadow .15s ease-out;
  -o-transition: background-image .5s ease, box-shadow .15s ease-out;
  transition: background-image .5s ease, box-shadow .15s ease-out;
  transition: background-image .5s ease, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out; }

.link-btn {
  padding: 0;
  color: #efc825;
  border-bottom: 1px solid #efc825; }

.catalog-button-wrap .contact-btn,
.map-banner .contact-btn,
.banner-button-wrap .contact-btn {
  width: 270px;
  height: 70px; }

.map-banner .contact-btn {
  width: 100%; }

.banner-button-wrap {
  z-index: 1600; }
  .banner-button-wrap a {
    line-height: 70px;
    text-align: center;
    z-index: 1500; }

h3 > span,
.site-slogan > span {
  color: #f1cb2f; }

/* END sections */
/* header */
.main-header {
  padding: 10px 0 15px;
  background: #fff; }

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logo-container .logo-text-wrap {
  margin-left: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 4px solid #f1cb2f;
  line-height: 20px; }

.time-container {
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .time-container .time-img {
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f1cb2f;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 20px; }
  .time-container .time-text {
    padding-top: 5px; }

.lang-list {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  overflow: hidden; }
  .lang-list a {
    display: block;
    padding: 5px 13px 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .lang-list a.active {
      padding-top: 8px;
      padding-bottom: 5px;
      background: #f1cb2f;
      color: #fff;
      border-bottom: 1px solid #e7e7e7; }

.contacts-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts-container .contact-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.main-header .contact-list {
  font: 600 18px 'MullerRegular'; }
  .main-header .contact-list li:nth-child(2) {
    text-align: right; }

.header-btn {
  padding-bottom: 3px;
  margin-top: 5px;
  color: #f1cb2f;
  border-bottom: 2px solid #f1cb2f;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

/* END header */
/* banner */
.banner {
  padding-top: 100px;
  position: relative;
  height: 815px;
  background: url("../img/banner_bg.jpg") center/cover no-repeat;
  overflow: hidden; }
  .banner .img-container {
    position: absolute;
    width: 100%;
    bottom: -5px; }
    .banner .img-container .banner-img-1,
    .banner .img-container .banner-img-2 {
      position: absolute; }
    .banner .img-container .banner-img-1 {
      width: 15%;
      bottom: -25px;
      left: 25px; }
    .banner .img-container .banner-img-2 {
      width: 35%;
      bottom: 100px;
      right: 0; }
    .banner .img-container .banner-img-3 {
      margin: 0 auto; }

.site-slogan,
.site-subslogan {
  text-align: center; }

.site-slogan {
  margin-bottom: 20px;
  font: 600 50px 'MullerRegular';
  text-transform: uppercase; }

.site-subslogan {
  margin-bottom: 30px;
  font-size: 24px; }
  .site-subslogan > span {
    padding: 5px 0;
    border-top: 2px solid #f1cb2f;
    border-bottom: 2px solid #f1cb2f; }

.banner-icons-row {
  margin-top: 55px; }

.banner-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-item .banner-icon-img {
    margin-right: 20px;
    width: 54px;
    height: 54px;
    border: 2px solid #f1cb2f;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-image: url("../img/banner-sprite.png");
    background-repeat: no-repeat; }
    .banner-item .banner-icon-img.eco {
      background-position: -2px 9px; }
    .banner-item .banner-icon-img.money {
      background-position: -56px 9px; }
    .banner-item .banner-icon-img.boxes {
      background-position: -112px 9px; }
  .banner-item .banner-icon-text {
    width: 75%; }

.banner-button-wrap {
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-button-wrap span {
    margin: 0 15px; }
  .banner-button-wrap .booking-btn {
    display: block;
    width: 50%;
    color: #79a432;
    text-decoration: underline;
    text-align: left;
    z-index: 1600;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

/* END banner */
/* catalog */
.catalog-row {
  margin-top: 25px; }

.hidden-row {
  display: none; }

.catalog-item {
  margin-bottom: 40px; }
  .catalog-item .catalog-btn {
    width: 120px;
    height: 42px; }
  .catalog-item .catalog-item-img img {
    width: 100%; }
  .catalog-item .catalog-item-text {
    position: relative;
    padding-right: 0;
    padding-left: 0; }
  .catalog-item .catalog-item-content {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 2px solid #e3e3e3; }
  .catalog-item .catalog-item-header {
    font: 600 20px 'MullerRegular';
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .catalog-item .catalog-item-header .catalog-item-price {
      color: #f1cb2f; }
  .catalog-item .catalog-item-compound {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .catalog-item .catalog-item-compound h4 {
      text-transform: uppercase;
      margin-right: 15px;
      font-weight: 600; }
    .catalog-item .catalog-item-compound p {
      color: #f1cb2f; }
  .catalog-item .catalog-item-characteristics {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .catalog-item .catalog-item-characteristics > div {
      width: 50%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1; }
      .catalog-item .catalog-item-characteristics > div:not(:last-child) {
        margin-bottom: 20px; }
      .catalog-item .catalog-item-characteristics > div .round {
        width: 15px;
        height: 15px;
        line-height: 1;
        font-size: 13px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #f1cb2f;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .catalog-item .catalog-item-status {
    width: 100%;
    bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .catalog-item .catalog-item-status p {
      color: #f1cb2f; }
  .catalog-item .catalog-item-descr__last {
    border-bottom: none; }

.catalog-button-wrap {
  text-align: center; }

/* END catalog */
/* info */
.info {
  color: #fff;
  background: transparent url("../img/info-bg.jpg") center/cover no-repeat; }

.info-row {
  margin-top: 70px; }

.info-personal .info-photo img {
  width: 100%; }

.info-personal .info-descr {
  padding: 5px 0 5px 15px;
  margin-top: 20px;
  position: relative;
  font-size: 18px; }
  .info-personal .info-descr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-left: 4px solid #f1cb2f;
    -webkit-box-shadow: 0px -1px 20px 2px #efc825;
            box-shadow: 0px -1px 20px 2px #efc825; }

.info-personal .info-signature img {
  margin-left: auto;
  margin-right: 0; }

.info-item {
  margin-bottom: 50px; }
  .info-item .info-item-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .info-item .info-item-header > div {
      position: relative;
      margin-right: 15px;
      width: 60px;
      height: 60px;
      border: 3px solid #f1cb2f;
      background: url("../img/info-sprite.png") center no-repeat;
      overflow: hidden;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
      .info-item .info-item-header > div.diploma {
        background-position: -3px -3px; }
      .info-item .info-item-header > div.ingridients {
        background-position: -63px -3px; }
      .info-item .info-item-header > div.clear {
        background-position: -123px -3px; }
      .info-item .info-item-header > div.zip {
        background-position: -180px -1px; }
      .info-item .info-item-header > div.tech {
        background-position: -242px -3px; }
      .info-item .info-item-header > div.drop {
        background-position: -305px -3px; }
      .info-item .info-item-header > div:after {
        content: '';
        background-color: rgba(239, 200, 37, 0.2);
        position: absolute;
        width: 35%;
        height: 250%;
        left: -100%;
        top: -100%;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: rotate(40deg);
            -ms-transform: rotate(40deg);
                transform: rotate(40deg); }
    .info-item .info-item-header h3 {
      width: 65%;
      font-weight: 600;
      text-transform: uppercase; }
  .info-item .info-item-content {
    font-size: 14px;
    line-height: 24px; }

.info-question {
  padding: 40px 30px;
  position: relative;
  font-size: 24px;
  border: 7px solid #46443f; }
  .info-question h3 {
    margin-bottom: 5px; }
  .info-question p {
    font-size: 16px; }
    .info-question p a > span {
      padding-bottom: 3px;
      color: #f1cb2f;
      border-bottom: 2px solid #f1cb2f;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .info-question > div {
    position: absolute;
    top: -60px;
    left: -120px;
    font-size: 150px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }

/* END info */
/* advantages */
.advantages-row {
  margin-top: 45px; }

.advantage-item .advantage-item-img {
  margin-bottom: 40px; }
  .advantage-item .advantage-item-img img {
    margin: 0 auto; }

.advantage-item .advantage-item-text {
  line-height: 30px; }
  .advantage-item .advantage-item-text h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font: 600 20px 'MullerRegular'; }
  .advantage-item .advantage-item-text p {
    margin-bottom: 30px; }

/* END advantages */
/* years */
.years {
  position: relative;
  height: 540px;
  padding: 85px 0;
  color: #fff;
  text-align: center;
  background: url("../img/years-bg.jpg") center/cover no-repeat; }
  .years .images-container img {
    position: absolute; }
  .years .images-container .years-img-1 {
    top: -100px; }
  .years .images-container .years-img-2 {
    right: 10%;
    bottom: -70px; }
  .years .images-container .years-img-3 {
    right: 30%;
    top: 50%; }
  .years .images-container .years-img-4 {
    top: 0;
    right: 15%; }
  .years .images-container .years-img-5 {
    top: -60px;
    left: 20%; }
  .years .images-container .years-img-6 {
    top: 40%;
    right: 10%; }
  .years .images-container .years-img-7 {
    top: 30%;
    left: 0; }
  .years .images-container .years-img-8 {
    bottom: 0;
    left: 25%; }
  .years > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5; }
  .years h2, .years h3, .years p {
    z-index: 2; }
  .years h2, .years h3 {
    text-transform: uppercase; }
  .years h2 {
    font: 600 120px 'MullerRegular'; }
  .years h3 {
    font-size: 30px;
    margin-bottom: 20px; }
  .years p {
    font-size: 20px; }

.litres-wrap {
  width: 120px !important; }

.years-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 1; }
  .years-title > div {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 80%;
    border: 13px solid #5b9e11;
    z-index: -1; }

/* END years */
/* recipe */
.recipe {
  padding: 135px 0; }

.recipe-item {
  margin-bottom: 75px; }
  .recipe-item .recipe-item-img,
  .recipe-item .recipe-item-text {
    height: 500px; }
  .recipe-item .recipe-item-img img {
    width: 100%; }
  .recipe-item .recipe-item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .recipe-item .recipe-item-text h3 {
      margin-bottom: 50px;
      font: 600 46px 'MullerRegular';
      text-transform: uppercase;
      line-height: 60px; }
    .recipe-item .recipe-item-text p {
      font-size: 20px;
      line-height: 36px; }

/* END recipe */
/* promotion */
.promotion {
  padding: 60px 0 90px;
  color: #fff;
  background: url("../img/promotion-bg.jpg") center/cover; }

.promotion-img-wrap img {
  width: 100%; }

/* END promotion */
/* form */
.main-form {
  position: relative;
  margin-top: 50px;
  font: 600 16px 'MullerRegular';
  color: #fff; }
  .main-form .form-input,
  .main-form .form-btn {
    width: 100%;
    height: 65px; }
  .main-form .form-input {
    padding-left: 20px;
    background-color: transparent;
    border: 1px solid #79a432;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .main-form .form-input::-webkit-input-placeholder {
      text-indent: 0;
      color: #fff;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .main-form .form-input::-moz-placeholder {
      text-indent: 0;
      color: #fff;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .main-form .form-input:-moz-placeholder {
      text-indent: 0;
      color: #fff;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .main-form .form-input:-ms-input-placeholder {
      text-indent: 0;
      color: #fff;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .main-form .form-input:focus {
      -webkit-box-shadow: 0px 0px 30px -7px #f1cb2f;
              box-shadow: 0px 0px 30px -7px #f1cb2f; }
      .main-form .form-input:focus::-webkit-input-placeholder {
        text-indent: 500px; }
      .main-form .form-input:focus::-moz-placeholder {
        text-indent: 500px; }
      .main-form .form-input:focus:-moz-placeholder {
        text-indent: 500px; }
      .main-form .form-input:focus:-ms-input-placeholder {
        text-indent: 500px; }

.message {
  position: absolute;
  width: 100%;
  bottom: -30px;
  text-align: center;
  display: none; }
  .message span {
    color: #79a432;
    font-size: 14px;
    letter-spacing: 1px; }

/* END form */
/* map */
.map {
  height: 540px;
  position: relative; }
  .map .container-outer {
    height: 1px; }
    .map .container-outer > .container {
      height: 1px; }
      .map .container-outer > .container > .row {
        height: 1px; }

.map-container, .container-outer {
  position: absolute;
  width: 100%;
  height: 100%; }

.map-banner {
  padding: 40px 35px;
  width: 370px;
  line-height: 30px;
  -webkit-box-shadow: 0px 9px 54.87px 4.13px rgba(0, 3, 2, 0.23);
          box-shadow: 0px 9px 54.87px 4.13px rgba(0, 3, 2, 0.23);
  background: #fff;
  height: 455px;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px); }
  .map-banner h3 {
    text-transform: uppercase;
    font: 600 36px 'MullerRegular'; }
  .map-banner p {
    margin-bottom: 25px; }
  .map-banner .divider {
    margin: 25px 0;
    width: 48px;
    height: 8px;
    background: #f1cb2f; }

/* END map */
/* footer */
.main-footer {
  padding: 20px 0;
  color: #fff;
  background: #2d2d2d; }
  .main-footer .contact-list a {
    color: #fff; }

.footer-contact-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-contact-container .footer-contact-img {
    margin-right: 15px;
    width: 33px;
    height: 33px;
    background-color: #efc825;
    background-image: url("../img/footer-contacts.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .footer-contact-container .footer-contact-img.address {
      background-position: 0 0; }
    .footer-contact-container .footer-contact-img.tel {
      background-position: -33px 0; }
    .footer-contact-container .footer-contact-img.email {
      background-position: -66px 0; }

/* END footer */
/* modals */
.md-overlay {
  background: rgba(148, 199, 64, 0.4); }

.md-order .md-content {
  background-color: #fff; }
  .md-order .md-content .close {
    position: absolute;
    color: #000;
    font-size: 20px;
    right: 5px; }
  .md-order .md-content h3 {
    opacity: 1;
    border: none;
    background-image: -webkit-linear-gradient(246deg, #79a432 0%, #acca65 100%);
    background-image: -o-linear-gradient(246deg, #79a432 0%, #acca65 100%);
    background-image: linear-gradient(-156deg, #79a432 0%, #acca65 100%); }
  .md-order .md-content > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    border-top: none;
    background: #fff; }

.md-order .input-wrap {
  margin-bottom: 15px; }

.md-order .form-input,
.md-order .form-btn {
  height: 42px; }

.md-order .form-btn {
  font-size: 18px; }

.md-order .form-input {
  color: #212121; }
  .md-order .form-input::-webkit-input-placeholder {
    text-indent: 0;
    color: #212121;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .md-order .form-input::-moz-placeholder {
    text-indent: 0;
    color: #212121;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .md-order .form-input:-moz-placeholder {
    text-indent: 0;
    color: #212121;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .md-order .form-input:-ms-input-placeholder {
    text-indent: 0;
    color: #212121;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

/* END modal order */
/* tooltip */
.ui-tooltip {
  color: #212121;
  font-size: 12px;
  font-style: italic;
  padding: 3px; }

/* END tooltip */
/* fancybox */
.fancybox-caption:before {
  background-image: none; }

/* END fancybox */
/* media */
@media screen and (min-width: 640px) {
  /* hover */
  .contact-list a {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
    .contact-list a:hover {
      color: #efc825; }
  .contact-btn:hover,
  .catalog-btn:hover,
  .form-btn:hover {
    background-image: -webkit-linear-gradient(315deg, #79a432 0%, #acca65 100%);
    background-image: -o-linear-gradient(315deg, #79a432 0%, #acca65 100%);
    background-image: linear-gradient(135deg, #79a432 0%, #acca65 100%);
    -webkit-box-shadow: 0px 0px 30px -7px #f1cb2f;
            box-shadow: 0px 0px 30px -7px #f1cb2f; }
  .header-btn:hover {
    color: #fcce0e;
    border-bottom-color: #fcce0e; }
  .lang-list a:hover {
    color: #fff;
    background: #fcce0e; }
  .banner-button-wrap .booking-btn:hover {
    color: #87c91a; }
  .info-item:hover .info-item-header > div {
    background-color: rgba(239, 200, 37, 0.2);
    -webkit-box-shadow: 0px -1px 20px 2px #efc825;
            box-shadow: 0px -1px 20px 2px #efc825; }
    .info-item:hover .info-item-header > div:after {
      left: 175%; }
  .info-question p a > span:hover {
    color: #fcce0e; }
  .footer-contact-container:hover .footer-contact-img {
    -webkit-box-shadow: 0px -1px 20px 2px #efc825;
            box-shadow: 0px -1px 20px 2px #efc825; }
  /* END hover */ }

@media screen and (min-width: 1920px) {
  .banner .img-container .banner-img-1 {
    bottom: -20%; } }

@media screen and (min-width: 2560px) {
  .banner-button-wrap {
    background: rgba(255, 255, 255, 0.75);
    padding: 15px; }
    .banner-button-wrap .booking-btn {
      color: #fff; } }

@media screen and (max-width: 1500px) {
  /* banner */
  .banner-img-3 {
    width: 90%; }
  /* END banner */ }

@media screen and (max-width: 1400px) {
  /* banner */
  .banner-img-3 {
    width: 80%; }
  /* END banner */ }

@media screen and (max-width: 1200px) {
  /* info */
  .info-question {
    padding: 20px 15px;
    text-align: center; }
    .info-question p {
      line-height: 1.6; }
  /* END info */
  /* catalog */
  .catalog-item .catalog-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalog-item .catalog-item-header .catalog-item-title {
      margin-bottom: 10px; }
  /* END catalog */
  /* recipe */
  .recipe-item .recipe-item-text h3 {
    font: 600 32px 'MullerRegular';
    line-height: 1.1; }
  .recipe-item .recipe-item-text p {
    font-size: 18px;
    line-height: 1.2; }
  /* END recipe */ }

@media screen and (max-width: 991px) {
  /* header */
  .logo-text-wrap,
  .time-container .time-img {
    display: none; }
  /* END header */
  /* banner */
  .banner {
    height: 960px; }
  .banner-item {
    margin-bottom: 15px; }
  .banner-button-wrap {
    margin-top: 40px; }
  /* END banner */
  /* info */
  .info-personal {
    margin-bottom: 25px; }
  .info-item .info-item-header h3 {
    width: 85%; }
  .info-question > div {
    left: 0; }
  /* END info */
  /* advantages */
  .advantages {
    padding-bottom: 0; }
  .advantage-item {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .advantage-item .advantage-item-img {
      margin-right: 5%;
      width: 25%; }
    .advantage-item .advantage-item-text {
      width: 70%; }
      .advantage-item .advantage-item-text h3 {
        margin-bottom: 15px; }
  /* END advantages */
  /* years */
  .years {
    height: 420px; }
    .years h2 {
      font: 600 70px 'MullerRegular'; }
    .years .images-container img {
      width: 13%; }
  .years-title > div {
    top: 20px; }
  /* END years */
  /* recipe */
  .recipe {
    padding: 40px 0; }
  .recipe-item {
    margin-bottom: 25px; }
    .recipe-item .recipe-item-img,
    .recipe-item .recipe-item-text {
      height: 320px; }
  /* END recipe */
  /* promotion */
  .promotion .main-form .input-wrap {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    width: 80%; }
    .promotion .main-form .input-wrap .form-input,
    .promotion .main-form .input-wrap .form-btn {
      height: 50px; }
  /* END promotion */
  /* map */
  .map-container, .container-outer {
    position: relative; }
  .map-container {
    height: 300px; }
  .map {
    padding-bottom: 40px; }
  .container-outer {
    padding-top: 40px; }
  .map,
  .map .container-outer,
  .map .container-outer > .container,
  .map .container-outer > .container > .row {
    height: auto; }
  .map-banner {
    width: auto;
    height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  /* END map */
  /* footer */
  .footer-contact-container {
    height: 60px; }
  /* END footer */ }

@media screen and (max-width: 767px) {
  /* header */
  .header-row {
    flex-warp: wrap; }
  /* END header */
  /* sections */
  .section-header {
    font: 600 32px 'MullerRegular'; }
  /* END sections */
  /* banner */
  .banner {
    padding-top: 40px;
    height: 830px; }
  .banner .img-container .banner-img-2 {
    bottom: 70px; }
  /* END banner */
  /* catalog */
  .catalog-item {
    height: auto; }
    .catalog-item .catalog-item-img img {
      margin-right: auto;
      margin-left: auto;
      width: 40%; }
  /* END catalog */
  /* info */
  .info-question > div {
    left: 40%;
    font-size: 70px; }
  /* END info */
  /* years */
  .years {
    height: auto; }
    .years h2 {
      font: 600 36px 'MullerRegular'; }
    .years h3 {
      font-size: 24px; }
    .years p {
      font-size: 18px; }
    .years .images-container img {
      width: 9%; }
    .years .images-container .years-img-1 {
      top: -70px; }
    .years .images-container .years-img-2 {
      bottom: -30px; }
  .years-title {
    margin-bottom: 20px; }
    .years-title > div {
      top: 10px;
      border-width: 6px; }
  /* END years */
  /* recipe */
  .recipe-item {
    margin-bottom: 40px; }
    .recipe-item .recipe-item-img,
    .recipe-item .recipe-item-text {
      height: auto; }
    .recipe-item .recipe-item-text {
      display: block !important; }
      .recipe-item .recipe-item-text h3 {
        margin-bottom: 20px; }
  /* END recipe */
  /* promotion */
  .promotion {
    padding: 40px 0 60px; }
  /* END promotion */ }

@media screen and (max-width: 640px) {
  /* header */
  .header-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header-col {
    margin-bottom: 5px;
    width: 50% !important;
    text-align: center; }
    .header-col .contact-wrap,
    .header-col .time-container {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .header-col .lang-list li {
      display: inline-block; }
    .header-col .lang-list a {
      padding: 5px !important; }
      .header-col .lang-list a.active {
        border-bottom: none; }
  /* END header */
  /* banner */
  .site-slogan {
    font-size: 36px; }
  .site-subslogan {
    font-size: 18px;
    margin-bottom: 20px; }
  .site-subslogan {
    font-size: 16px; }
  .banner-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .banner-button-wrap span {
      margin: 15px 0; }
    .banner-button-wrap a {
      text-align: center; }
  /* END banner */
  /* advantages */
  .advantage-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .advantage-item .advantage-item-img {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
    .advantage-item .advantage-item-text {
      width: 100%;
      text-align: center; }
  /* END advantages */
  /* years */
  .years .images-container {
    display: none; }
  /* END years */
  /* map */
  .map-banner {
    padding: 15px; }
    .map-banner h3 {
      font: 600 28px 'MullerRegular'; }
  /* END map */ }

@media screen and (max-width: 540px) {
  /* banner */
  .banner .img-container .banner-img-2 {
    bottom: 35px; }
  .banner-button-wrap a {
    width: 100%; }
  /* END banner */
  /* advantages */
  .advantage-item .advantage-item-img {
    width: 100%; }
  /* END advantages */
  /* recipe */
  .recipe-item .recipe-item-text h3 {
    font: 600 26px 'MullerRegular'; }
  /* END recipe */ }

@media screen and (max-width: 480px) {
  /* header */
  .header-row .header-col:nth-child(3) {
    width: 40% !important;
    padding-right: 0; }
  .header-row .header-col:nth-child(4) {
    width: 60% !important;
    padding-left: 0; }
  .main-header .contact-list {
    font: 400 16px 'MullerRegular'; }
  .banner-button-wrap .booking-btn {
    width: 100%; }
  /* END header */ }

@media screen and (max-width: 400px) {
  /* info */
  .info-item .info-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .info-item .info-item-header > div {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
    .info-item .info-item-header h3 {
      width: 100%;
      text-align: center; }
  /* END info */ }

@media screen and (max-width: 380px) {
  /* banner */
  .catalog-item .catalog-item-img img {
    margin-right: auto;
    margin-left: auto;
    width: 80%; }
  /* END banner */
  /* info */
  .info-question {
    font-size: 22px; }
  /* END info */
  /* promotion */
  .promotion .main-form .input-wrap {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    width: 100%; }
  /* END promotion */ }

/* END media */
/* catalog item heights */
@media screen and (min-width: 768px) {
  .catalog-item .catalog-item-status {
    position: absolute; }
  .catalog-item_one .catalog-item-text,
  .catalog-item_two .catalog-item-text {
    height: 690px; }
  .catalog-item_three .catalog-item-text,
  .catalog-item_four .catalog-item-text {
    height: 690px; }
  .catalog-item_five .catalog-item-text,
  .catalog-item_six .catalog-item-text {
    height: 740px; }
  .catalog-item_seven .catalog-item-text,
  .catalog-item_eight .catalog-item-text {
    height: 750px; }
  .catalog-item_nine .catalog-item-text,
  .catalog-item_ten .catalog-item-text {
    height: 750px; }
  .catalog-item_eleven .catalog-item-text,
  .catalog-item_tvelve .catalog-item-text {
    height: 755px; }
  .catalog-item_thirteen .catalog-item-text,
  .catalog-item_fourteen .catalog-item-text {
    height: 760px; }
  .catalog-item_fifteen .catalog-item-text,
  .catalog-item_sixteen .catalog-item-text {
    height: 900px; }
  .catalog-item_seventeen .catalog-item-text {
    height: 820px; } }

/* END catalog item heights */
/* catalog item heights */
@media screen and (min-width: 991px) {
  .catalog-item_one .catalog-item-text,
  .catalog-item_two .catalog-item-text {
    height: 790px; }
  .catalog-item_three .catalog-item-text,
  .catalog-item_four .catalog-item-text {
    height: 810px; }
  .catalog-item_five .catalog-item-text,
  .catalog-item_six .catalog-item-text {
    height: 880px; }
  .catalog-item_seven .catalog-item-text,
  .catalog-item_eight .catalog-item-text {
    height: 825px; }
  .catalog-item_nine .catalog-item-text,
  .catalog-item_ten .catalog-item-text {
    height: 810px; }
  .catalog-item_eleven .catalog-item-text,
  .catalog-item_tvelve .catalog-item-text {
    height: 885px; }
  .catalog-item_thirteen .catalog-item-text,
  .catalog-item_fourteen .catalog-item-text {
    height: 800px; }
  .catalog-item_fifteen .catalog-item-text,
  .catalog-item_sixteen .catalog-item-text {
    height: 1080px; }
  .catalog-item_seventeen .catalog-item-text {
    height: 930px; } }

/* END catalog item heights */
@media screen and (min-width: 1200px) {
  .catalog-item_one .catalog-item-text,
  .catalog-item_two .catalog-item-text {
    height: 700px; }
  .catalog-item_three .catalog-item-text,
  .catalog-item_four .catalog-item-text {
    height: 700px; }
  .catalog-item_five .catalog-item-text,
  .catalog-item_six .catalog-item-text {
    height: 730px; }
  .catalog-item_seven .catalog-item-text,
  .catalog-item_eight .catalog-item-text {
    height: 760px; }
  .catalog-item_nine .catalog-item-text,
  .catalog-item_ten .catalog-item-text {
    height: 760px; }
  .catalog-item_eleven .catalog-item-text,
  .catalog-item_tvelve .catalog-item-text {
    height: 720px; }
  .catalog-item_thirteen .catalog-item-text,
  .catalog-item_fourteen .catalog-item-text {
    height: 720px; }
  .catalog-item_fifteen .catalog-item-text,
  .catalog-item_sixteen .catalog-item-text {
    height: 920px; }
  .catalog-item_seventeen .catalog-item-text {
    height: 820px; } }

/* END catalog item heights */
@media screen and (max-width: 767px) {
  .catalog-item {
    height: auto !important;
    margin-bottom: 60px; } }

/* ua */
@media screen and (min-width: 767px) {
  .catalog-item_seven.ua .catalog-item-text,
  .catalog-item_eight.ua .catalog-item-text {
    height: 710px; }
  .catalog-item_thirteen.ua .catalog-item-text,
  .catalog-item_fourteen.ua .catalog-item-text {
    height: 670px; }
  .catalog-item_fifteen.ua .catalog-item-text,
  .catalog-item_sixteen.ua .catalog-item-text {
    height: 850px; } }

@media screen and (min-width: 991px) {
  .catalog-item_one.ua .catalog-item-text,
  .catalog-item_two.ua .catalog-item-text {
    height: 840px; }
  .catalog-item_seven.ua .catalog-item-text,
  .catalog-item_eight.ua .catalog-item-text {
    height: 820px; }
  .ua-item-one {
    margin-bottom: 50px; }
  .ua-item-two {
    margin-bottom: 65px; } }

@media screen and (min-width: 1200px) {
  .catalog-item_one.ua .catalog-item-text,
  .catalog-item_two.ua .catalog-item-text {
    height: 750px; }
  .catalog-item_five.ua .catalog-item-text,
  .catalog-item_six.ua .catalog-item-text {
    height: 750px; }
  .catalog-item_seven.ua .catalog-item-text,
  .catalog-item_eight.ua .catalog-item-text {
    height: 710px; }
  .catalog-item_eleven.ua .catalog-item-text,
  .catalog-item_tvelve.ua .catalog-item-text {
    height: 780px; }
  .catalog-item_thirteen.ua .catalog-item-text,
  .catalog-item_fourteen.ua .catalog-item-text {
    height: 720px; }
  .catalog-item_fifteen.ua .catalog-item-text,
  .catalog-item_sixteen.ua .catalog-item-text {
    height: 880px; }
  .ua-item-one {
    margin-bottom: 25px; }
  .ua-item-two {
    margin-bottom: 50px; } }
