@import url(../css/plugins/bootstrap/bootstrap-theme.min.css);
@import url(../css/plugins/bootstrap/bootstrap.min.css);
@import url(../css/plugins/font-awesome/font-awesome.min.css);
@import url(../css/plugins/style.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@font-face {
  font-family: "Ludicrous";
  src: url(../../themes/fonts/ludicrous.woff) format("woff"), url(../../themes/fonts/ludicrous.woff2) format("woff2"); }

@font-face {
  font-family: "Museo500";
  src: url(../../themes/fonts/museo500.woff) format("woff"), url(../../themes/fonts/museo500.woff2) format("woff2"); }

@font-face {
  font-family: "Museo100";
  src: url(../../themes/fonts/museo100.woff) format("woff"), url(../../themes/fonts/museo100.woff2) format("woff2"); }

/* White */
/* Black */
/* Orange */
/* Yellow */
/* Blue */
/* Red */
/* Grey */
/* Green */
/* Beije */
/* CALCULATE REM FROM LINE HEIGHT */
/*  @include line-height(14px)  */
/* END CALCULATE REM FROM LINE HEIGHT */
/* CALCULATE LETTER SPACING FROM PHOTOSHOP */
/*  END CALCULATE FROM PHOTOSHOP */
/* CROSS BROWSER PREFIX */
/* .element {
  @include prefix((transform: translate(-50%, -50%)), webkit ms);
}

/* END CROSS BROWSER PREFIX 





/***** FLEX BOX ***** /

/* Flex box */
/* %flexbox { @include flexbox; } */
/*  %inline-flex { @include inline-flex; } */
/*  %inline-flex { @include inline-flex; } */
/* END FLEX BOX */
/* Clearfix */
/* End Clearfix */
/* Absolute center */
/* End Absolute center */
/* Fixed center */
/* End Fixed center */
html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000; }

body.overlay {
  overflow: hidden; }
  body.overlay:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 3; }

body.no-scroll {
  overflow: hidden; }

body .loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5; }

body .loader-wrapper img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px; }

body.loader {
  overflow: hidden; }

label {
  margin-bottom: 0; }

textarea, select, input, button {
  outline: none; }

textarea {
  resize: none; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

a {
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: none; }

a:-webkit-any-link {
  text-decoration: none; }

p, h1, h2, h3, h4 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media (min-width: 1400px) {
  .container {
    width: 1280px; } }

@media (min-width: 769px) and (max-width: 991px) {
  .sub-container {
    max-width: 617px;
    margin: auto;
    padding: 0 15px; } }

/* Project max width */
.page,
.newsletter {
  max-width: 1920px;
  margin: auto; }

/* End of Project max width */
.slick-slider {
  opacity: 0;
  visibility: hidden; }
  .slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

.slick-slider .slick-slide {
  opacity: 0;
  visibility: hidden; }

.slick-slider.slick-initialized .slick-slide {
  opacity: 1;
  visibility: visible; }

.relative {
  position: relative; }

.flex-item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

/* Modal Styles */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  max-width: 822px;
  width: calc(100% - 30px);
  background: #fff;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25);
  padding: 26px 30px 30px; }
  .modal.modal-open {
    display: block; }
  .modal .modal-btn--wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px; }
  .modal .modal-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Museo500"; }
  .modal .modal-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    margin-top: 22px; }
  .modal .modal-link {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #878787; }
  .modal .modal-btn {
    max-width: 220px;
    width: 100%; }
  .modal .modal-close {
    width: 42px;
    height: 42px;
    background: url("../img/modal-close@2x.png") no-repeat center/22px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

/* End of Modal Styles */
/* Form Styles */
.form-group {
  margin-bottom: 23px; }
  .form-group .help-block {
    display: none;
    color: #e0040b;
    font-size: 12px;
    padding-left: 26px;
    margin-top: 10px; }
  .form-group.has-error input {
    border-color: #e0040b; }
  .form-group.has-error .help-block {
    display: block; }

.form-input {
  width: 100%;
  border-radius: 20px;
  padding: 11px 26px 10px;
  border: 1px solid #fff;
  font-size: 14px; }

.form-checkbox-wrapper {
  margin-bottom: 5px; }
  .form-checkbox-wrapper input {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #878787;
    border-radius: 0;
    margin-right: 6px;
    margin-top: 0; }
    .form-checkbox-wrapper input:checked {
      background: #fff url("../../themes/img/checked.png") no-repeat center/10px; }
  .form-checkbox-wrapper span {
    width: calc(100% - 21px);
    font-size: 12px;
    font-weight: 400; }
    .form-checkbox-wrapper span a {
      color: #000;
      text-decoration: underline; }
      .form-checkbox-wrapper span a:hover {
        text-decoration: none; }
  .form-checkbox-wrapper input,
  .form-checkbox-wrapper span {
    float: left; }

textarea {
  min-height: 100px; }

.form-message {
  border-radius: 20px;
  padding: 13px 26px 12px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 15px 0;
  background: #fff;
  border: 1px solid; }
  .form-message p {
    font-size: 14px;
    line-height: 1.1; }
  .form-message i {
    margin-right: 10px; }
  .form-message.form-success-message {
    border-color: #8cba1a; }
    .form-message.form-success-message p {
      color: #8cba1a; }
  .form-message.form-error-message {
    border-color: #e0040b; }
    .form-message.form-error-message p {
      color: #e0040b; }

/* End of Form Styles */
/* Product Item */
.product-item {
  position: relative; }
  .product-item .share-btn {
    position: absolute;
    top: 21px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    margin-left: 0;
    z-index: 1; }
  .product-item:hover .product-item--link {
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25); }
  .product-item:hover .product-item--btn {
    background-color: #f19800;
    border-color: #f19800; }
    .product-item:hover .product-item--btn span {
      width: 44px; }
  .product-item:hover .share-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out; }
  .product-item:hover .product-item--title {
    transition: all 0.4s ease-in-out; }
  .product-item:hover .product-item--img .img-hover {
    opacity: 1; }
  .product-item .product-item--link {
    display: block;
    background-color: #fff;
    padding: 20px 20px 30px;
    transition: all 0.4s ease-in-out; }
  .product-item .product-item--img {
    position: relative;
    text-align: center; }
    .product-item .product-item--img img {
      max-width: 100%;
      display: inline-block; }
    .product-item .product-item--img .img-hover {
      opacity: 0;
      transition: all 0.4s ease-in-out;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product-item .product-item--content {
    margin-top: 40px; }
  .product-item .product-item--flags {
    text-align: center;
    min-height: 25px; }
  .product-item .product-item--flags + .product-item--title {
    padding-top: 20px;
    height: 56px; }
  .product-item .product-item--title {
    text-align: center;
    font-family: "Museo100";
    color: #000;
    padding-top: 45px;
    height: 81px;
    line-height: normal;
    font-size: 16px; }
  .product-item .product-item--btn {
    max-width: 220px;
    margin: 25px auto 0; }

.item-flags {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .item-flags .flag {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 5px 12px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .item-flags .flag:not(:first-child) {
      margin-left: 5px; }
    .item-flags .flag p {
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .item-flags .flag p span {
        padding-left: 5px; }
    .item-flags .flag svg + span {
      padding-left: 5px; }
  .item-flags .flag-red {
    background-color: #e0040b; }
  .item-flags .flag-green {
    background-color: #8cba1a; }

/* End of Product Item */
.time-flag {
  background: #e0040b url("../../themes/img/clock@2x.png") no-repeat left 14px center/22px;
  color: #fff;
  font-family: "Ludicrous";
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  padding: 8px 20px 4px 43px;
  border-radius: 20px; }

/* Media Item - Recipes and News */
.media-item .media-item--link {
  display: block;
  background-color: #fff;
  transition: all 0.4s ease-in-out; }
  .media-item .media-item--link:hover {
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25); }
    .media-item .media-item--link:hover .media-item--btn {
      background-color: #f19800;
      border-color: #f19800;
      color: #fff; }
      .media-item .media-item--link:hover .media-item--btn span {
        width: 44px; }
      .media-item .media-item--link:hover .media-item--btn svg path {
        fill: #fff; }

.media-item .media-item--img {
  width: 100%; }
  .media-item .media-item--img img {
    width: 100%; }

.media-item .media-item--flags {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.media-item .time-flag {
  position: absolute;
  top: 20px;
  right: 20px; }

.media-item .media-item--content {
  padding: 15px 20px 30px; }

.media-item .media-item--title {
  font-size: 20px;
  font-weight: bold;
  height: 48px;
  color: #000; }

.media-item .media-item--subtitle {
  margin-top: 4px;
  color: #000;
  height: 95px;
  overflow: hidden; }

.media-item .media-item--note {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #878787;
  margin-top: 22px; }

.media-item .media-item--btn {
  max-width: 220px;
  width: 100%;
  margin: 22px auto 0; }

/* End of Media Item - Recipes and News */
/* Top banner - Recipes and News */
.top-background-box {
  color: #fff;
  padding: 30px 35px 50px;
  max-width: 456px;
  width: 100%;
  max-height: 190px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25); }
  .top-background-box.red-bg {
    background: #d0021b; }
  .top-background-box.blue-bg {
    background: #004597; }

.background-box--brand {
  height: 45px;
  margin-bottom: 5px; }

.background-box--title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  width: 100%; }

.background-box--subtitle {
  color: #fff;
  width: 100%; }

.background-box--title + .background-box--subtitle {
  margin-top: 10px; }

.background-box--btn {
  max-width: 220px;
  width: 100%;
  position: absolute !important;
  bottom: -24px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.background-box--flag {
  font-family: "ludicrous";
  font-size: 44px;
  position: absolute;
  top: -20px;
  right: -20px;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  text-shadow: 0 2px 21px rgba(0, 0, 0, 0.5); }
  .background-box--flag:after {
    content: '';
    width: 50px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: -30px;
    background: url("../../themes/img/lines.svg") no-repeat right top/100%;
    -ms-transform: rotate(50deg);
    transform: rotate(50deg); }

/* End of Top banner - Recipes and News */
/* List background images and Spacing - Recipes and News */
.media-column {
  margin-top: 40px; }

.media-column--title {
  margin-top: 40px; }

.recipes-list {
  background: url(../../themes/img/legumes@2x.png) no-repeat left top 230px/268px, url(../../themes/img/egg@2x.png) no-repeat right bottom 95px/237px, url(../../themes/img/fillet_bg.jpg) repeat left top/4px 103px; }

.news-list {
  background: url(../../themes/img/news-top@2x.png) no-repeat right top/270px, url(../../themes/img/news-bottom@2x.png) no-repeat left bottom/309px, url(../../themes/img/fillet_bg.jpg) repeat left top/4px 103px; }

/* End of List background images and Spacing - Recipes and News */
/* Sidebar - Default page / news / recipes */
.sidebar-links {
  /*width: 290px;*/
  width: 23.2%; }
  .sidebar-links .sidebar-link--item {
    display: block; }
    .sidebar-links .sidebar-link--item img {
      width: 100%; }
    .sidebar-links .sidebar-link--item.link:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0;
      transition: all 0.4s ease-in-out; }
    .sidebar-links .sidebar-link--item.link:hover:after {
      background-color: rgba(0, 0, 0, 0.5); }
    .sidebar-links .sidebar-link--item:not(:first-child) {
      margin-top: 30px; }
    .sidebar-links .sidebar-link--item.bg-blue--image {
      background: #004597 url("../../themes/img/bg-flower.svg") no-repeat right bottom;
      height: 272px;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
    .sidebar-links .sidebar-link--item .flex-item {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  .sidebar-links .sidebar-link--text.absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .sidebar-links .sidebar-link--text {
    z-index: 1;
    color: #fff;
    text-align: center;
    max-width: 230px;
    width: 100%; }
    .sidebar-links .sidebar-link--text .sidebar-link--title {
      font-family: "Ludicrous";
      font-size: 50px;
      line-height: 1;
      text-transform: lowercase; }
    .sidebar-links .sidebar-link--text .sidebar-link--title + .flex-item {
      margin-top: 20px; }
    .sidebar-links .sidebar-link--text .sidebar-phone--link:hover {
      background-color: #f19800;
      color: #fff; }
    .sidebar-links .sidebar-link--text .sidebar-mail--link {
      display: inline-block;
      font-weight: 500;
      font-style: italic;
      color: #fff; }
      .sidebar-links .sidebar-link--text .sidebar-mail--link:hover {
        text-decoration: underline; }
    .sidebar-links .sidebar-link--text .sidebar-phone--link + .sidebar-mail--link {
      margin-top: 20px; }
  .sidebar-links .used-products {
    border-left: 2px solid #f19800;
    border-right: 2px solid #f19800;
    border-bottom: 2px solid #f19800;
    padding: 30px 20px; }
    .sidebar-links .used-products .used-products--title {
      text-transform: uppercase;
      font-family: "Museo500";
      font-size: 20px;
      max-height: 46px;
      overflow: hidden; }
    .sidebar-links .used-products .usedProducts-item a {
      display: block;
      padding: 10px 5px;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
    .sidebar-links .used-products .usedProducts-item:not(:last-child) {
      margin-bottom: 10px; }
    .sidebar-links .used-products .usedProducts-item--image {
      max-width: 72px;
      width: 100%;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
      .sidebar-links .used-products .usedProducts-item--image img {
        width: auto; }
    .sidebar-links .used-products .usedProducts-list {
      margin-top: 16px;
      margin-bottom: 0; }
    .sidebar-links .used-products .usedProducts-item--info {
      margin-left: 15px; }
    .sidebar-links .used-products .usedProducts-item--title {
      font-size: 14px;
      font-weight: 500;
      color: #000;
      max-height: 34px;
      overflow: hidden; }
    .sidebar-links .used-products .usedProducts-item--link {
      font-size: 14px;
      font-weight: 500;
      font-style: italic;
      color: #878787;
      margin-top: 18px; }
      .sidebar-links .used-products .usedProducts-item--link svg path {
        fill: #878787; }
    .sidebar-links .used-products .usedProducts-item a:hover .usedProducts-item--link {
      color: #f19800; }
      .sidebar-links .used-products .usedProducts-item a:hover .usedProducts-item--link span {
        width: 44px; }
      .sidebar-links .used-products .usedProducts-item a:hover .usedProducts-item--link svg path {
        fill: #f19800; }

/* End of Sidebar - Default page / news / recipes */
/* Breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .breadcrumb li {
    position: relative; }
    .breadcrumb li:not(:first-child) {
      padding-left: 14px; }
    .breadcrumb li:before {
      padding: 0 3px !important;
      color: #767676;
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1; }
  .breadcrumb a, .breadcrumb p {
    font-size: 13px;
    font-weight: 500; }
  .breadcrumb a {
    color: #767676;
    transition: all 0.3s ease; }
    .breadcrumb a:hover {
      color: #000; }
  .breadcrumb p {
    color: #000; }

/* End of Breadcrumb */
.news-out .sugested-products {
  padding: 45px 0;
  background: url(../../themes/img/news-bottom@2x.png) no-repeat left bottom/309px, url(../../themes/img/fillet_bg.jpg) repeat left top/4px 103px; }

.news .media-item .time-flag,
.news-out .media-item .time-flag,
.news .media-item .media-item--flags,
.news-out .media-item .media-item--flags {
  display: none; }

/* Cookies Bar */
.cookies-bar--active .cookies-bar {
  display: block; }

.cookies-bar {
  background: #fff2dc;
  padding: 15px 0px;
  position: relative;
  display: none;
  z-index: 4; }
  .cookies-bar .container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .cookies-bar .cookies-text--wrapper {
    -ms-flex: 1;
    flex: 1; }
  .cookies-bar .cookies-bar--text {
    font-size: 14px;
    line-height: 1.29;
    width: 100%;
    padding-right: 15px; }
  .cookies-bar .cookies-bar--link {
    color: #000;
    font-weight: 400; }
  .cookies-bar .cookies-bar--btn {
    border: 1px solid #f19800;
    background: #f19800;
    color: #fff;
    border-radius: 22.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 15px;
    max-width: 50px;
    width: 100%; }

/* End of Cookies Bar */
/* Contacts and product-out layout */
.contacts-content {
  max-width: 82%;
  width: 100%;
  float: right;
  padding: 50px 13.7% 50px 31%; }

.product-out--content {
  max-width: 82%;
  width: 100%;
  float: right;
  padding: 50px 13.7% 70px 31%;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12); }

.contacts-image,
.productOut-slider--wrapper {
  height: 630px;
  position: absolute;
  left: 0;
  top: 0;
  width: 41.4%; }

/* End of Contacts and product-out layout */
/* Scroll Btn */
.scroll-btn--wrapper {
  position: absolute;
  bottom: -240px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5; }

.scroll-btn {
  width: 45px;
  height: 78px;
  border-radius: 22.5px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 0;
  float: right;
  position: relative; }
  .scroll-btn span {
    width: 22px;
    overflow: hidden;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.3s ease; }
    .scroll-btn span svg {
      float: right; }
      .scroll-btn span svg path {
        fill: #c7c7c7; }
  .scroll-btn:hover span {
    width: 44px; }

.about-us .scroll-btn--wrapper {
  bottom: 480px; }

/* End of Scroll Btn */
@keyframes animationArrowRight {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1); }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9); }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9); }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1); } }

@keyframes animationArrowLeft {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(180deg) scale(1); }
  25% {
    opacity: 0;
    transform: translateX(-10px) rotate(180deg) scale(0.9); }
  26% {
    opacity: 0;
    transform: translateX(10px) rotate(180deg) scale(0.9); }
  55% {
    opacity: 1;
    transform: translateX(0px) rotate(180deg) scale(1); } }

@keyframes animationSuggestedArrowRight {
  0% {
    opacity: 1;
    transform: translate(0, -50%) scale(1); }
  25% {
    opacity: 0;
    transform: translate(10px, -50%) scale(0.9); }
  26% {
    opacity: 0;
    transform: translate(-10px, -50%) scale(0.9); }
  55% {
    opacity: 1;
    transform: translate(0, -50%) scale(1); } }

.instagram-title {
  max-width: 300px;
  margin: auto; }

.instagram-bar li {
  margin: 0 5px; }
  .instagram-bar li a {
    display: block; }

.instagram-bar img,
.instagram-bar video {
  width: auto;
  max-height: 337px;
  height: 100%; }

/* Header Menu */
header {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
  z-index: 3;
  position: relative; }

.flex-center-around {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.flex-center-between {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.header-wrapper {
  height: 94px; }
  .short-menu .header-wrapper {
    height: 60px; }

.menu-wrapper {
  -ms-flex: 1;
  flex: 1; }

.language-wrapper {
  background: #f4f4f4;
  border-radius: 18px;
  padding: 4px 13px; }

.language-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #767676;
  display: block;
  padding: 5px;
  transition: all 0.3s ease; }
  .language-link:hover {
    color: #f19800; }

.menu-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #767676;
  display: block;
  padding: 5px;
  transition: all 0.3s ease;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .menu-link svg {
    opacity: 0; }
  .menu-link.orange svg path {
    fill: #f19800; }
  .menu-link.red svg path {
    fill: #e0040b; }
  .menu-link.green svg path {
    fill: #8cba1a; }
  .menu-link.blue svg path {
    fill: #004597; }
  .menu-link.yellow svg path {
    fill: #ffe400; }
  .menu-link p {
    margin-left: 5px; }
  .menu-link:hover, .menu-link.active {
    font-weight: 500;
    color: #000; }
    .menu-link:hover svg, .menu-link.active svg {
      opacity: 1; }

.logo-wrapper {
  padding: 0 45px;
  position: relative; }
  .logo-wrapper:after {
    content: '';
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    background: url(../../themes/img/oval_shape.svg) no-repeat center/112%;
    width: 100%;
    height: 55px; }
  .short-menu .logo-wrapper:after {
    display: none; }

.logo-link {
  display: block; }

.logo-link img {
  width: 90px; }
  .short-menu .logo-link img {
    width: 72px; }

.toggle-menu {
  width: 50px;
  height: 50px;
  cursor: pointer; }
  .toggle-menu svg {
    transition: all 0.3s ease; }
  .toggle-menu .menu-icon-open {
    display: block; }
  .toggle-menu .menu-icon-close {
    display: none; }

.menu-open .toggle-menu .menu-icon-open {
  display: none; }

.menu-open .toggle-menu .menu-icon-close {
  display: block; }

.language-holder--mobile {
  position: relative;
  height: 40px;
  width: 50px; }

.language-dropdown--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  border-radius: 24px;
  text-transform: uppercase;
  color: #767676;
  font-size: 18px;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .language-dropdown--wrapper svg {
    width: 6px;
    height: 13px;
    margin-left: 5px;
    transition: all 0.3s ease; }
    .language-dropdown--wrapper svg path {
      fill: #878787; }
  .language-dropdown--wrapper.open svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .language-dropdown--wrapper span {
    display: block;
    padding: 0 5px; }
  .language-dropdown--wrapper a {
    color: #767676;
    padding: 0 5px; }
  .language-dropdown--wrapper .language-dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -100%;
    transition: all 0.3s ease; }
  .language-dropdown--wrapper.open .language-dropdown {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0; }

/* End of Header Menu */
/* Menu Mobile */
.menu-mobile {
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #fff;
  display: none; }
  .menu-mobile li {
    border-top: 1px solid #f4f4f4; }
    .menu-mobile li:last-child {
      border-bottom: 1px solid #f4f4f4; }
    .menu-mobile li .menu-mobile--link {
      display: block;
      padding: 18px 30px;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .menu-mobile li .menu-mobile--link svg {
        width: 12px; }
      .menu-mobile li .menu-mobile--link p {
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        color: #000; }

.menu-open .logo-wrapper {
  display: none; }

.cookies-bar--active .menu-mobile {
  top: 127px; }

/* End of Menu Mobile */
footer {
  padding: 30px 0 20px;
  background-color: #f4f4f4; }
  footer .slick-dots {
    margin-top: 30px;
    position: static; }
    footer .slick-dots li {
      margin: 0 3px; }
      footer .slick-dots li button {
        width: 25px;
        height: 25px; }
        footer .slick-dots li button:before {
          content: '';
          background: transparent;
          border: 1px solid #767676;
          border-radius: 100%;
          display: block;
          position: static;
          width: 15px;
          height: 15px; }
    footer .slick-dots li.slick-active button:before {
      background-color: #767676; }
  footer .share-btn {
    width: 35px;
    height: 35px; }

.partner-link {
  display: block;
  width: 178px;
  height: 55px;
  margin: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.footer-bottom {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .footer-bottom .footer-bottom--right {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    .footer-bottom .footer-bottom--right .signature a {
      color: #767676; }
      .footer-bottom .footer-bottom--right .signature a:hover {
        color: #000; }
    .footer-bottom .footer-bottom--right .signature,
    .footer-bottom .footer-bottom--right .footer-right--link {
      font-size: 12px;
      color: #767676;
      margin: 0 19px; }
    .footer-bottom .footer-bottom--right .footer-right--link:hover {
      color: #000; }

.copyright p {
  background: url("../../themes/img/logo-flower@2x.png") no-repeat left top/21px;
  padding-left: 34px; }

.copyright p, .copyright a {
  font-size: 12px;
  color: #767676;
  line-height: 2; }

.copyright a:hover {
  color: #000; }

.share-btn {
  width: 55px;
  height: 30px;
  display: block;
  border-radius: 22px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background: #3b5998;
  margin-left: 19px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .share-btn:hover {
    background-color: #29487d; }
  .share-btn.inst-btn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    margin-left: 10px;
    font-size: 16px;
    position: relative; }
    .share-btn.inst-btn:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      border-radius: 22px;
      opacity: 0; }
    .share-btn.inst-btn:hover {
      background-color: #29487d; }
      .share-btn.inst-btn:hover:after {
        opacity: 0.1; }
  .share-btn i {
    color: #fff;
    position: relative;
    z-index: 1; }

.certificates {
  padding-bottom: 20px; }
  .certificates > div {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .certificates a {
    display: block;
    max-width: 400px; }
  .certificates img {
    width: 100%; }

.main-banner--column {
  /*@include flex(1);*/
  width: 50%; }

.main-slider--wrapper {
  position: relative;
  z-index: 1; }

.main-slider {
  height: 100%;
  max-height: 665px; }
  .main-slider .main-slider--item {
    position: relative;
    overflow: hidden; }
    .main-slider .main-slider--item img {
      position: absolute;
      right: 0;
      top: 50%;
      bottom: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .main-slider .slick-list,
  .main-slider .slick-track {
    height: 100% !important; }

.main-slider--content {
  position: absolute;
  right: 0;
  bottom: 0;
  /*max-width: 519px;*/
  max-width: 73%; }

.main-slider--controls {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.main-slider-arrow {
  width: 75px;
  height: 75px;
  border: 0;
  background: #fff; }
  .main-slider-arrow svg {
    max-width: 12px;
    transition: all 0.3s ease; }
  .main-slider-arrow:hover svg {
    animation-name: animationArrowRight;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .main-slider-arrow.main-slider--left svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .main-slider-arrow.main-slider--left:hover svg {
    animation-name: animationArrowLeft;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.main-slider--text {
  background: #fff;
  padding: 25px 25px 30px 40px;
  position: relative; }
  .main-slider--text .slider-content--title {
    text-transform: uppercase;
    font-family: "Museo500";
    font-size: 20px;
    transition: all 0.4s ease-in-out; }
  .main-slider--text .slider-content--text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    margin-top: 5px; }
  .main-slider--text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    transition: all 0.4s ease-in-out; }
  .main-slider--text.green .slider-content--title {
    color: #8cba1a; }
  .main-slider--text.green:before {
    background-color: #8cba1a; }
  .main-slider--text.orange .slider-content--title {
    color: #f19800; }
  .main-slider--text.orange:before {
    background-color: #f19800; }
  .main-slider--text.yellow .slider-content--title {
    color: #ffe400; }
  .main-slider--text.yellow:before {
    background-color: #ffe400; }
  .main-slider--text.red .slider-content--title {
    color: #e0040b; }
  .main-slider--text.red:before {
    background-color: #e0040b; }
  .main-slider--text.blue .slider-content--title {
    color: #004597; }
  .main-slider--text.blue:before {
    background-color: #004597; }
  .main-slider--text:not(:first-child) {
    display: none; }

.product-slider--scroll {
  display: none; }

.product-slider {
  width: 72.38%;
  height: 100%;
  max-height: 665px;
  overflow: hidden; }
  .product-slider .slick-list {
    height: 100% !important; }

.product-slider--item {
  position: relative;
  height: 100% !important;
  max-height: 665px;
  overflow: hidden; }
  .product-slider--item .product-slider--placeholder {
    opacity: 0; }
  .product-slider--item .product-slider--background {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-slider--item .product-slider--product {
    position: absolute;
    left: 50%;
    top: 40%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }
  .product-slider--item .product-slider--content {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28%; }
    .product-slider--item .product-slider--content p {
      font-family: "Ludicrous";
      font-size: 30px;
      color: #fff;
      text-align: center;
      line-height: 1; }
  .product-slider--item .product-slider--link {
    max-width: 260px;
    margin: 12px auto 0; }

.pag-slider {
  width: 27.62%;
  max-height: 665px; }
  .pag-slider .slick-list {
    height: 100% !important; }
  .pag-slider .pag-slider--item {
    padding: 22% 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center; }
    .pag-slider .pag-slider--item.slick-current, .pag-slider .pag-slider--item:hover {
      background-color: #f4f4f4; }
  .pag-slider .pag-slider--image {
    position: relative;
    display: inline-block; }
    .pag-slider .pag-slider--image img {
      max-width: 77.17px;
      width: 100%; }
    .pag-slider .pag-slider--image .pag-slider--flag {
      background-color: #e0040b;
      border-radius: 15px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      font-size: 12px;
      padding: 8px 15px;
      position: absolute;
      bottom: 21px;
      right: -20px; }
  .pag-slider .pag-slider--desc {
    font-size: 13px;
    text-align: center;
    color: #4f4f4f;
    margin-top: 5px; }
  .pag-slider .pag-slider--item.slick-current .pag-slider--desc,
  .pag-slider .pag-slider--item:hover .pag-slider--desc {
    font-weight: bold; }

.section-title {
  font-size: 34px;
  font-family: "Museo500";
  text-transform: uppercase; }
  .section-title span {
    color: #f19800; }

* + .section-title {
  margin-top: 25px; }

.section-title + * {
  margin-top: 25px; }

.about-section {
  position: relative;
  margin-bottom: 70px; }
  .about-section .about-text--wrapper {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
    max-width: 82%;
    float: right;
    padding: 50px 16.5% 105px 12%;
    position: relative; }
    .about-section .about-text--wrapper .image-absolute--bottom {
      position: absolute;
      bottom: -140px;
      right: 0;
      max-width: 260px;
      width: 100%; }
  .about-section .about-text {
    line-height: 1.38;
    margin-top: 20px; }
  .about-section .about-brands {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 95%; }
    .about-section .about-brands li {
      max-width: 127px;
      width: 100%;
      height: 47px;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
    .about-section .about-brands img {
      max-width: 100%;
      max-height: 100%;
      margin: auto; }

.about-caracteristics {
  position: absolute;
  left: 0;
  top: 0;
  width: 27.1%;
  z-index: 1; }
  .about-caracteristics li {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 15px 57px 15px 30px;
    background: #f19800;
    min-height: 140px; }
    .about-caracteristics li:not(:last-child) {
      margin-bottom: 2px; }
  .about-caracteristics p {
    margin-left: 25px;
    color: #fff;
    font-size: 15px;
    -ms-flex: 3;
    flex: 3; }
  .about-caracteristics .about-img--wrapper {
    width: 70px;
    height: 76px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1; }
    .about-caracteristics .about-img--wrapper img {
      max-width: 100%;
      max-height: 100%; }

.background-repeat {
  background: url("../../themes/img/fillet_bg.jpg") repeat top left/4px 103px; }

.sugested-products--title {
  float: right;
  width: 82%; }

.sugested-products {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .sugested-products .row {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 0; }
  .sugested-products .product-column {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px; }
  .sugested-products .sugested-products--arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #f19800;
    border: 0;
    width: 112px;
    height: 112px;
    border-radius: 100%; }
    .sugested-products .sugested-products--arrow svg {
      position: absolute;
      top: 50%;
      left: 30px;
      width: 14px;
      height: 30px;
      display: block;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .sugested-products .sugested-products--arrow svg path {
        fill: #fff; }
    .sugested-products .sugested-products--arrow:hover svg {
      animation-name: animationSuggestedArrowRight;
      animation-duration: 1.4s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
  .sugested-products .sugested-products--left {
    left: -56px;
    -ms-transform: rotate(-180deg) translate(0, 50%);
    transform: rotate(-180deg) translate(0, 50%); }
  .sugested-products .sugested-products--right {
    right: -56px; }
    .sugested-products .sugested-products--right svg {
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .sugested-products .slick-dots {
    position: static; }
    .sugested-products .slick-dots li button {
      padding: 0;
      border: 1px solid #878787;
      background: #fff;
      border-radius: 100%; }
      .sugested-products .slick-dots li button:before {
        display: none; }
    .sugested-products .slick-dots li.slick-active button {
      background: #f19800;
      border: #f19800; }

.newsletter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(131deg, #a1d326, #8cba1a); }
  .newsletter > div {
    position: relative;
    max-width: 1086px; }
    .newsletter > div:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -95px;
      background: url(../../themes/img/envelope.svg) no-repeat top -10px right/134px;
      height: 100%;
      width: 133px;
      display: block;
      z-index: 0; }

.newsletter-form {
  height: 121px;
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .newsletter-form > div:nth-child(2) {
    margin-left: 20px;
    max-width: 75%;
    width: 100%; }

.form-message--wrapper {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .form-message--wrapper .form-message {
    width: 100%;
    margin: 0; }

.newsletter-form--wrapper {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.newsletter-title--wrapper {
  max-width: 225px;
  width: 100%; }

.newsletter-title {
  color: #fff;
  font-family: "Ludicrous";
  font-size: 32px;
  line-height: 1;
  padding: 20px 0 0 20px;
  width: 100%;
  background: url("../../themes/img/lines.svg") no-repeat top left/45px; }

.newsletter-input--wrapper {
  width: 100%;
  margin-bottom: 0; }

.newsletter-input {
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  padding: 10px 26px 9px;
  border: 1px solid #fff; }

::-webkit-input-placeholder {
  color: #878787;
  opacity: 1; }

::-moz-placeholder {
  color: #878787;
  opacity: 1; }

::-ms-placeholder {
  color: #878787;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #878787;
  opacity: 1; }

:-ms-input-placeholder {
  color: #878787;
  opacity: 1; }

::placeholder {
  color: #878787;
  opacity: 1; }

.newsletter-btn--wrapper {
  max-width: 220px;
  width: 100%;
  margin-left: 20px; }

.newsletter-btn {
  background-color: #fff;
  color: #4f4f4f;
  font-weight: bold;
  font-style: italic;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
  padding: 11px 20px 10px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none !important; }
  .newsletter-btn:link, .newsletter-btn:visited, .newsletter-btn:active {
    color: #4f4f4f; }
  .newsletter-btn:hover {
    background-color: #000;
    color: #fff; }

.footer-banner .container {
  height: 100%; }

.footer-banner-img {
  display: block; }
  .footer-banner-img img {
    width: 100%; }
  .footer-banner-img .banner-mobile,
  .footer-banner-img .banner-tablet {
    display: none; }

.banner-content--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.footer-banner--link {
  display: block; }

.footer-banner-content {
  position: absolute;
  top: 52%;
  right: 175px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-top: 50px;
  padding-left: 15px; }

.footer-banner--title {
  color: #fff;
  font-family: "Ludicrous";
  font-size: 80px;
  line-height: 1; }

.footer-banner--subtitle {
  color: #fff;
  font-family: "Ludicrous";
  font-size: 60px;
  line-height: 1;
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  position: absolute;
  top: 0;
  left: 0; }

.footer-banner--btn {
  margin: 35px auto 0;
  max-width: 260px; }

.top-banner--image {
  height: 344px;
  position: relative;
  overflow: hidden; }
  .top-banner--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.top-banner--holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .top-banner--holder > div {
    height: 100%; }

.top-banner--title {
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .top-banner--title p, .top-banner--title h1 {
    font-family: "Museo500";
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    max-width: 525px; }

.top-text--box {
  position: absolute;
  bottom: 0;
  right: 15px;
  background: #f19800 url("../../themes/img/rialto-bridge-icon.svg") no-repeat bottom right/144px;
  max-width: 290px;
  color: #fff;
  padding: 28px 25px 32px 22px; }
  .top-text--box .top-text--title {
    font-family: "Ludicrous";
    font-size: 50px;
    line-height: 1; }
  .top-text--box .top-text--content {
    line-height: 1.38;
    margin-top: 5px; }

.page-text--section {
  position: relative;
  padding-bottom: 132px;
  overflow: hidden; }
  .page-text--section .page-text--image {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .page-text--section .page-text--column {
    width: 60%;
    padding: 45px 20px 60px 0;
    min-height: 600px; }
    .page-text--section .page-text--column p + p {
      margin-top: 25px; }
  .page-text--section .page-image--column {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 600px; }
    .page-text--section .page-image--column figure {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.list-section {
  background: #f4f4f4;
  padding: 45px 0 50px;
  position: relative; }
  .list-section li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 34px; }
    .list-section li:nth-child(n+3) {
      margin-top: 40px; }
    .list-section li:after {
      content: '';
      width: 10px;
      height: 13px;
      display: block;
      position: absolute;
      top: 3px;
      left: 10px;
      background: url("../../themes/img/active-navigation.png") no-repeat center/10px; }
  .list-section .list-section--image {
    position: absolute;
    bottom: -53px;
    left: 0; }
    .list-section .list-section--image img {
      width: 100%; }

.text-blocks--section {
  padding: 80px 0 50px; }
  .text-blocks--section .text-block + .text-block {
    margin-top: 42px; }
  .text-blocks--section .text-block--signature {
    font-weight: normal;
    margin-top: 25px; }
  .text-blocks--section .text-block--image {
    margin-top: 15px; }

.map-section {
  color: #fff;
  position: relative;
  height: 605px;
  overflow: hidden; }
  .map-section .map-section--bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .map-section .map-section--absolute {
    padding: 40px 0 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .map-section .map-content--wrapper {
    position: relative;
    z-index: 1;
    margin-top: 0; }
  .map-section .map-content--holder {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-left: 30px; }
    .map-section .map-content--holder ul {
      margin-top: 55px; }
      .map-section .map-content--holder ul:not(:last-child) {
        margin-right: 84px; }
    .map-section .map-content--holder li p {
      position: relative;
      padding-left: 15px; }
      .map-section .map-content--holder li p:before {
        content: "-";
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .map-section .map-content--holder p {
      line-height: 2;
      text-transform: uppercase; }
  .map-section .map-image {
    max-width: 753px;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 0; }
    .map-section .map-image img {
      width: 100%; }
  .map-section .slick-dots {
    position: static;
    margin-top: 30px !important; }
    .map-section .slick-dots li {
      padding: 0; }
      .map-section .slick-dots li button {
        border: 1px solid #fff;
        background-color: #fff;
        border-radius: 100%;
        opacity: 0.5; }
        .map-section .slick-dots li button:before {
          display: none; }
      .map-section .slick-dots li.slick-active button {
        opacity: 1; }

.pl-banner {
  background-color: #fff2dc; }
  .pl-banner .flex-item {
    height: 420px;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }

.pl-banner--text {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 480px;
  width: 100%; }

.pl-banner--title {
  color: #e0040b; }

.pl-banner--desc {
  margin-top: 15px; }

.pl-banner--image {
  max-width: 736px;
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  .pl-banner--image img {
    width: 100%; }

.pl-list {
  background: url("../../themes/img/alface.png") no-repeat left top/327px, url("../../themes/img/tomate@2x.png") no-repeat right center/225px, url("../../themes/img/fillet_bg.jpg") repeat left top/4px 103px; }
  .pl-list .pl-list-top {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 30px 0 45px;
    position: relative; }
    .pl-list .pl-list-top img {
      width: auto;
      height: 100%; }
    .pl-list .pl-list-top .go-back--link {
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .pl-list .list-view {
    padding-top: 143px; }
  .pl-list .pl-list-top + .list-view {
    padding-top: 0; }
  .pl-list .pl-product--column:nth-child(n+5) {
    margin-top: 60px; }
  .pl-list .category-image--wrapper {
    min-height: 68px; }

.pagination-wrapper {
  padding: 67px 0 53px; }
  .pagination-wrapper ul {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .pagination-wrapper li {
    margin: 0 10px; }
  .pagination-wrapper .page a {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    cursor: pointer;
    font-weight: bold;
    color: #c7c7c7;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .pagination-wrapper .page a:hover, .pagination-wrapper .page a.active {
      background-color: #f19800;
      border-color: #f19800;
      color: #fff; }
  .pagination-wrapper .arrow a {
    width: 12px;
    height: 20px;
    position: relative;
    display: block; }
    .pagination-wrapper .arrow a svg {
      width: 100%; }
      .pagination-wrapper .arrow a svg path {
        fill: #c7c7c7; }
    .pagination-wrapper .arrow a:hover svg path {
      fill: #878787; }
  .pagination-wrapper .arrow.left {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.category-select--wrapper {
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25); }
  .category-select--wrapper select {
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px 30px;
    background: #fff url("../../themes/img/category-select-arrow.png") no-repeat center right 30px/20px 12px; }

.go-back--link {
  font-weight: 500;
  color: #878787; }
  .go-back--link svg path {
    fill: #878787; }
  .go-back--link:hover {
    color: #878787; }

.list-view .empty {
  padding-bottom: 100px;
  text-transform: uppercase;
  font-family: "Museo500";
  font-size: 20px; }

.recipes .list-view .empty {
  padding-top: 50px; }

.category-bar {
  height: 134px;
  background-color: #fff;
  border-top: 5px solid #c7c7c7;
  border-bottom: 5px solid #c7c7c7; }

.category-item {
  -ms-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -5px;
  margin-bottom: -5px;
  height: 134px;
  border-top: 5px solid #c7c7c7;
  border-bottom: 5px solid #c7c7c7;
  position: relative; }
  .category-item:not(:first-child):after {
    content: '';
    width: 25px;
    height: 50px;
    display: block;
    position: absolute;
    background: url("../../themes/img/lines-red.svg") no-repeat center/57px;
    opacity: 0;
    transition: all 0.3s ease; }
  .category-item.grey-border {
    border-top-color: #878787;
    border-bottom-color: #878787; }
    .category-item.grey-border:after {
      top: 17px;
      right: 43px; }
  .category-item.orange-border {
    border-top-color: #f19800;
    border-bottom-color: #f19800; }
    .category-item.orange-border:after {
      top: 30px;
      right: 10px; }
  .category-item.yellow-border {
    border-top-color: #ffe400;
    border-bottom-color: #ffe400; }
    .category-item.yellow-border:after {
      top: 17px;
      right: 43px; }
  .category-item.green-border {
    border-top-color: #8cba1a;
    border-bottom-color: #8cba1a; }
    .category-item.green-border:after {
      top: 25px;
      right: 25px; }
  .category-item.red-border {
    border-top-color: #e0040b;
    border-bottom-color: #e0040b; }
    .category-item.red-border:after {
      top: 36px;
      right: 20px; }
  .category-item.blue-border {
    border-top-color: #004597;
    border-bottom-color: #004597; }
    .category-item.blue-border:after {
      top: 17px;
      right: 43px; }
  .category-item .category-item--title {
    font-family: "Museo500";
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: normal; }
  .category-item img {
    max-width: 150px;
    opacity: 0.5;
    transition: all 0.3s ease; }
  .category-item:hover img, .category-item:hover:after, .category-item.active img, .category-item.active:after {
    opacity: 1; }

.not-found--page {
  background-color: #fff2dc;
  padding: 85px 0 70px; }
  .not-found--page .container {
    padding-left: 25px;
    padding-right: 25px; }

.not-found--heading {
  text-align: center; }

.not-found--title {
  font-family: "Ludicrous";
  font-size: 60px;
  color: #f19800;
  line-height: 1; }

.not-found--title + .not-found--subtitle {
  margin-top: 20px; }

.other-pages--wrapper {
  text-align: center; }

.not-found--heading + .other-pages--wrapper {
  margin-top: 50px; }

.other-pages--title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.other-pages--title + .other-pages--list {
  margin-top: 20px; }

.other-pages--list li {
  display: inline-block;
  margin: 0 5px; }

.other-pages--list a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f19800;
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  text-align: center;
  padding: 6px 18px;
  border-radius: 22px; }

.not-found--image {
  text-align: center;
  margin-top: 25px; }
  .not-found--image img {
    max-width: 100%; }

.main-column {
  margin-right: 30px;
  /*max-width: 930px;
  width: 100%;*/
  width: 74.4%; }

.main-column--top {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.main-column--content {
  margin-top: 30px; }

.default-page .top-banner--image {
  height: 360px; }

.default-page .default-content {
  padding: 30px 0 50px; }

.default-page .main-column--title {
  font-size: 26px;
  font-weight: bold; }

.default-page .main-column--title + .main-column--text {
  margin-top: 20px; }

.default-page .main-column--subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  text-transform: uppercase; }

.default-page .main-column--title + .main-column--subtitle {
  margin-top: 5px; }

.default-page .main-column--title + .main-column--desc,
.default-page .main-column--subtitle + .main-column--desc {
  margin-top: 27px; }

.default-page .main-column--text p + p {
  margin-top: 30px; }

.default-page .main-column--btn {
  max-width: 195px;
  width: 100%;
  margin-top: 30px; }

.default-page .mainColumn-slider--wrapper {
  margin-top: 40px;
  max-width: 823px;
  width: 100%; }

.default-page .mc-slider--item img {
  width: 100%; }

.default-page .mc-slider-controllers {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0; }

.default-page .mc-slider--arrow {
  width: 75px;
  height: 75px;
  border: 0;
  float: left;
  background: #f4f4f4;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .default-page .mc-slider--arrow svg {
    width: 12px; }
  .default-page .mc-slider--arrow.mc-slider--left {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .default-page .mc-slider--arrow:hover svg {
    animation-name: animationArrowRight;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.default-page .main-column--slider .slick-dots {
  position: static;
  margin: 15px 0 14px; }
  .default-page .main-column--slider .slick-dots li button {
    padding: 0;
    border: 1px solid #878787;
    background: #fff;
    border-radius: 100%; }
    .default-page .main-column--slider .slick-dots li button:before {
      display: none; }
  .default-page .main-column--slider .slick-dots li.slick-active button {
    background: #f19800;
    border: #f19800; }

.contacts-content {
  background: #f8f8f8; }

.contacts-content--title {
  font-family: "Museo500";
  font-size: 34px;
  text-transform: uppercase; }

.contacts-content--subtitle {
  font-size: 18px;
  font-style: italic;
  font-weight: 400; }

.contacts-content--title + .contacts-content--subtitle {
  margin-top: 7px; }

.contacts-info {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 33px -15px 0; }
  .contacts-info .contacts-info--item {
    margin: 0 15px; }
    .contacts-info .contacts-info--item a, .contacts-info .contacts-info--item p, .contacts-info .contacts-info--item h2 {
      line-height: 1.4; }
    .contacts-info .contacts-info--item a {
      display: block;
      color: #000; }
  .contacts-info .contacts-info--title {
    font-weight: 500;
    margin-bottom: 14px;
    font-size: 16px; }
  .contacts-info .contacts-info--email {
    margin-top: 10px; }
  .contacts-info .contacts-info--map {
    font-size: 12px;
    font-weight: 500;
    color: #3c3c3c; }

.contacts-form {
  margin-top: 30px;
  max-width: 591px; }
  .contacts-form .contacts-form--title {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px; }
  .contacts-form .contacts-form--btn {
    max-width: 170px;
    width: 100%;
    float: right; }

.contacts-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.contacts-image .contacts-image--btn {
  position: absolute;
  right: 20px;
  bottom: 17px;
  max-width: 195px;
  width: 100%; }

.recipes-out .top-banner--image {
  height: 360px; }

.recipes-out .main-column {
  margin-top: 30px; }

.recipes-out .sugested-products {
  padding: 45px 0;
  background: url(../../themes/img/egg@2x.png) no-repeat right bottom/237px, url(../../themes/img/fillet_bg.jpg) repeat left top/4px 103px; }

.recipes-out .main-column--title {
  color: #f19800;
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px; }

.recipes-out .main-column--content {
  padding-bottom: 20px; }

.main-column--desc {
  margin-top: 15px; }
  .main-column--desc p + p {
    margin-top: 15px; }

.main-column--left {
  width: 32%;
  margin-right: 30px; }

.main-column--right {
  width: 68%; }

.main-column--item {
  padding-bottom: 30px; }
  .main-column--item:not(:first-child) {
    padding-top: 25px;
    border-top: 1px solid #c7c7c7; }

.time-flag--wrapper {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  display: inline-block;
  padding: 11px 160px 10px 25px; }
  .time-flag--wrapper .time-flag--label {
    color: #878787;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; }
  .time-flag--wrapper .time-flag {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px; }

.specs-table {
  border: 1px solid #c7c7c7;
  margin-top: 35px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .specs-table li {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 80px; }
    .specs-table li:not(:last-child) {
      border-right: 1px solid #c7c7c7; }
    .specs-table li p {
      margin-top: 10px; }
  .specs-table .specs-image-wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 24px; }
    .specs-table .specs-image-wrapper svg {
      margin: 0 2px; }
    .specs-table .specs-image-wrapper.difficulty-level svg path.background {
      fill: #fff; }
    .specs-table .specs-image-wrapper.difficulty-level-1 svg:first-child path.background {
      fill: #f19800; }
    .specs-table .specs-image-wrapper.difficulty-level-2 svg:first-child path.background,
    .specs-table .specs-image-wrapper.difficulty-level-2 svg:nth-child(2) path.background {
      fill: #f19800; }
    .specs-table .specs-image-wrapper.difficulty-level-3 svg path.background {
      fill: #f19800; }

.instructions-title,
.igredient-checklist-title {
  text-transform: uppercase;
  font-family: "Museo500";
  font-size: 20px; }

.instructions-wrapper ol {
  list-style: none;
  padding-left: 0;
  counter-reset: counter; }

.instructions-wrapper li {
  counter-increment: counter;
  padding: 7px 0 0 36px;
  position: relative;
  margin-top: 15px; }
  .instructions-wrapper li::before {
    content: counter(counter) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Ludicrous";
    font-size: 30px;
    color: #f19800;
    line-height: 1; }

.instructions-wrapper .notes-wrapper {
  margin-top: 30px; }

.instructions-wrapper .notes-title {
  font-family: "Ludicrous";
  font-size: 24px;
  color: #f19800;
  text-transform: uppercase; }

.instructions-btn--wrapper {
  margin-top: 35px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .instructions-btn--wrapper a {
    max-width: 195px;
    width: 100%; }
    .instructions-btn--wrapper a:not(:last-child) {
      margin-right: 20px; }

.video-link--wrapper .video-link {
  position: relative;
  display: block; }
  .video-link--wrapper .video-link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4) url("../../themes/img/play-video.png") no-repeat center/63px; }

.video-link--wrapper img {
  width: 100%; }

.video-link--wrapper .preview {
  margin-top: 10px;
  display: block; }

.igredient-checklist {
  margin-top: 16px; }
  .igredient-checklist li {
    line-height: 0; }
    .igredient-checklist li:not(:last-child) {
      margin-bottom: 10px; }

@keyframes brush {
  0% {
    stroke-dashoffset: 126.37; }
  20% {
    stroke-dashoffset: 126.37; }
  80% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

.fk-checkbox {
  cursor: pointer; }
  .fk-checkbox .fk-checkbox--input {
    display: none; }
  .fk-checkbox .checkbox-box {
    border: 1px solid #878787;
    background: #fff;
    width: 25px;
    height: 25px;
    position: relative; }
  .fk-checkbox .fk-checkbox-svg {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    margin-top: -7px;
    left: 2px;
    pointer-events: none; }
    .fk-checkbox .fk-checkbox-svg path {
      fill: none;
      stroke-dasharray: 126.37, 126.37;
      stroke-dashoffset: 0;
      stroke-width: 10px;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: none;
      animation: brush 0.5s linear 1; }
  .fk-checkbox .checkbox-label {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 300; }
  .fk-checkbox .flex-fk-checkbox {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .fk-checkbox .flex-fk-checkbox.checked .checkbox-label {
      text-decoration: line-through; }
    .fk-checkbox .flex-fk-checkbox.checked .fk-checkbox-svg path {
      display: block;
      stroke: #329308; }

.video-wrapper img {
  width: 100%; }

.mfp-figure figcaption {
  display: none; }

.product-out {
  background: url("../../themes/img/pimento@2x.png") no-repeat left bottom 532px/171px, url("../../themes/img/fillet_bg.jpg") repeat left top/4px 103px; }
  .product-out .sugested-products {
    padding-top: 75px; }
  .product-out .tabs-wrapper .tabs-header {
    background-color: #f4f4f4;
    padding-right: 25px;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .product-out .tabs-wrapper .tab {
    padding: 32px 30px 31px;
    background-color: #f4f4f4;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    position: relative; }
    .product-out .tabs-wrapper .tab:hover, .product-out .tabs-wrapper .tab.active {
      background-color: #f19800;
      color: #fff; }
    .product-out .tabs-wrapper .tab.active:after {
      content: '';
      width: 18px;
      height: 18px;
      background: #f19800;
      position: absolute;
      bottom: -8px;
      left: 50%;
      -ms-transform: translate(-50%, 0) rotate(45deg);
      transform: translate(-50%, 0) rotate(45deg); }
  .product-out .tabs-wrapper .tab-content {
    display: none;
    padding: 6% 8%; }
    .product-out .tabs-wrapper .tab-content.active {
      display: block; }
  .product-out .tabs-wrapper .tab-content--title {
    font-size: 26px;
    font-weight: bold;
    line-height: normal; }
  .product-out .tabs-wrapper .tab-content--subtitle {
    font-size: 18px;
    font-style: italic;
    font-weight: 400; }
  .product-out .tabs-wrapper .tab-content--title + .tab-content--subtitle {
    margin-top: 20px; }
  .product-out .tabs-wrapper .tab-content--subtitle + p,
  .product-out .tabs-wrapper .tab-content--subtitle + table,
  .product-out .tabs-wrapper .tab-content--text {
    margin-top: 10px; }
  .product-out .tabs-wrapper .tab-content--btns {
    margin-top: 60px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .product-out .tabs-wrapper .tab-content--btns .tab-content--btn {
      max-width: 195px;
      width: 100%; }
      .product-out .tabs-wrapper .tab-content--btns .tab-content--btn.request-sample--btn {
        background: #f19800;
        border-color: #f19800;
        color: #fff; }
        .product-out .tabs-wrapper .tab-content--btns .tab-content--btn.request-sample--btn:hover {
          background-color: #ef6504;
          border-color: #ef6504; }
  .product-out .top-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 75px 0 115px;
    background-color: #fff; }
  .product-out .top-banner--content {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1344px;
    height: 100%; }
  .product-out .top-banner--product {
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px;
    cursor: pointer; }
    .product-out .top-banner--product.current-product {
      -ms-flex: 2;
      flex: 2; }
    .product-out .top-banner--product a {
      display: block; }
    .product-out .top-banner--product img {
      width: 100%; }
  .product-out .prev-product,
  .product-out .next-product {
    position: relative;
    padding-top: 15px; }
    .product-out .prev-product:after,
    .product-out .next-product:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.8);
      z-index: 1;
      transition: all 0.4s ease-in-out; }
    .product-out .prev-product .product-label,
    .product-out .next-product .product-label {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
      text-transform: uppercase;
      color: #767676;
      font-weight: normal;
      transition: all 0.4s ease-in-out;
      text-align: center; }
    .product-out .prev-product:hover:after,
    .product-out .next-product:hover:after {
      background: rgba(255, 255, 255, 0); }
    .product-out .prev-product:hover .product-label,
    .product-out .next-product:hover .product-label {
      opacity: 0; }
  .product-out .top-banner--image {
    height: 560px; }
  .product-out .top-banner--text {
    font-family: "Ludicrous";
    font-size: 178px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    right: 2%;
    color: #f4f4f4; }
  .product-out .product-page--content {
    background-color: transparent;
    padding-top: 80px;
    margin-top: -80px;
    z-index: 1; }
  .product-out .navigate-products--link {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px;
    background-color: #f19800;
    color: #f19800;
    font-size: 14px;
    font-weight: 500;
    width: 175px;
    height: 108px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    transition: all 0.3s ease;
    display: none; }
    .product-out .navigate-products--link svg {
      width: 12px;
      height: 20px;
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .product-out .navigate-products--link svg path {
        fill: #fff; }
    .product-out .navigate-products--link.navigate-products--left {
      left: -118px;
      border-top-right-radius: 54px;
      border-bottom-right-radius: 54px;
      padding-right: 55px; }
      .product-out .navigate-products--link.navigate-products--left svg {
        right: 30px;
        -ms-transform: translate(0, -50%) rotate(-180deg);
        transform: translate(0, -50%) rotate(-180deg); }
    .product-out .navigate-products--link.navigate-products--right {
      right: -118px;
      border-top-left-radius: 54px;
      border-bottom-left-radius: 54px;
      padding-left: 55px; }
      .product-out .navigate-products--link.navigate-products--right svg {
        left: 30px; }
    .product-out .navigate-products--link:hover.navigate-products--left {
      left: 0;
      color: #fff;
      padding-right: 15px;
      padding-left: 30px; }
      .product-out .navigate-products--link:hover.navigate-products--left svg {
        right: auto;
        left: 15px; }
    .product-out .navigate-products--link:hover.navigate-products--right {
      right: 0;
      color: #fff;
      padding-left: 15px;
      padding-right: 30px; }
      .product-out .navigate-products--link:hover.navigate-products--right svg {
        left: auto;
        right: 15px; }
  .product-out .breadcrumb {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .product-out .form-input {
    border-color: #c7c7c7; }
  .product-out .request-sample--form {
    margin-top: 40px;
    display: none; }
  .product-out .request-sample--title + .request-sample {
    margin-top: 20px; }
  .product-out .form-row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    margin: 0 -15px; }
    .product-out .form-row .form-input-wrapper {
      padding: 0 15px;
      -ms-flex: 1;
      flex: 1;
      width: 100%; }
  .product-out .request-sample--btn.active {
    background: #f19800;
    border-color: #f19800;
    color: #fff; }
  .product-out .form-btn--wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .product-out .form-btn {
    max-width: 195px;
    width: 100%; }

.product-out--content {
  background: #fff;
  min-height: 620px;
  padding-left: 23.4%;
  padding-top: 0;
  padding-right: 6.2%; }
  .product-out--content > div {
    position: relative;
    margin-top: -80px; }

.productOut-slider--wrapper .slick-dots {
  bottom: 25px; }
  .productOut-slider--wrapper .slick-dots li button {
    padding: 0;
    border: 1px solid #878787;
    background: #fff;
    border-radius: 100%; }
    .productOut-slider--wrapper .slick-dots li button:before {
      display: none; }
  .productOut-slider--wrapper .slick-dots li.slick-active button {
    background: #f19800;
    border: #f19800; }

.productOut-slider--wrapper .productOut-slider-controllers {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0; }

.productOut-slider--wrapper .productOut-slider--item {
  position: relative;
  height: 630px;
  overflow: hidden; }
  .productOut-slider--wrapper .productOut-slider--item.white-bg {
    background-color: #fff; }
  .productOut-slider--wrapper .productOut-slider--item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.productOut-slider--wrapper .productOut-slider--arrow {
  width: 75px;
  height: 75px;
  border: 0;
  float: left;
  background: #f4f4f4;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .productOut-slider--wrapper .productOut-slider--arrow svg {
    width: 12px;
    height: 21px; }
  .productOut-slider--wrapper .productOut-slider--arrow.productOut-slider--left {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .productOut-slider--wrapper .productOut-slider--arrow:hover svg {
    animation-name: animationArrowRight;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.productOut-slider--wrapper .item-flags {
  position: absolute;
  top: 30px;
  right: 30px; }
  .productOut-slider--wrapper .item-flags .flag {
    padding: 8px 15px; }

.generic-btn {
  font-weight: 600;
  font-style: italic;
  border-radius: 28px;
  padding: 15px 20px;
  text-align: center;
  display: block; }

.white-btn {
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease; }
  .white-btn svg path {
    fill: #000; }
  .white-btn:link, .white-btn:visited, .white-btn:active {
    color: #000; }
  .white-btn:hover {
    background: #000;
    color: #fff; }
    .white-btn:hover svg path {
      fill: #fff; }

.black-btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.3s ease; }
  .black-btn svg path {
    fill: #fff; }
  .black-btn:link, .black-btn:visited, .black-btn:active {
    color: #fff; }
  .black-btn:hover {
    background: #f19800;
    border: 1px solid #f19800;
    color: #fff; }

.grey-btn {
  background-color: #f4f4f4;
  border: 1px solid #c7c7c7;
  color: #000;
  transition: all 0.3s ease; }
  .grey-btn svg path {
    fill: #000; }
  .grey-btn:link, .grey-btn:visited, .grey-btn:active {
    color: #000; }
  .grey-btn:hover {
    background: #f19800;
    border-color: #f19800;
    color: #fff; }
    .grey-btn:hover svg path {
      fill: #fff; }

.fb-blue--btn {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
  transition: all 0.3s ease; }
  .fb-blue--btn:link, .fb-blue--btn:visited, .fb-blue--btn:active {
    color: #fff; }
  .fb-blue--btn:hover {
    background: #29487d;
    border-color: #29487d;
    color: #fff; }
  .fb-blue--btn i {
    margin-left: 15px; }

.arrow-btn {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 15px; }
  .arrow-btn span {
    margin-left: 10px;
    width: 24px;
    overflow: hidden;
    transition: all 0.3s ease; }
    .arrow-btn span svg {
      float: right; }
  .arrow-btn:hover span {
    width: 44px; }

.arrow-link {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  .arrow-link span {
    margin-right: 10px;
    width: 24px;
    overflow: hidden;
    transition: all 0.3s ease; }
    .arrow-link span svg {
      float: left;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .arrow-link.arrow-right span {
    margin-right: 0;
    margin-left: 10px; }
    .arrow-link.arrow-right span svg {
      float: right;
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .arrow-link:hover span {
    width: 44px; }

.print-btn,
.phone-btn {
  position: relative;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px; }
  .print-btn svg,
  .phone-btn svg {
    margin-left: 10px; }
    .print-btn svg path,
    .phone-btn svg path {
      fill: #000; }

.phone-btn p {
  padding-top: 3px; }

/* Bigger than */
@media (min-width: 1440px) {
  .pag-slider .pag-slider--item {
    padding: 40.57px 10px; } }

@media (min-width: 769px) {
  .product-slider--item {
    width: 100% !important; } }

/* Smaller than */
@media (max-width: 1440px) {
  .about-section .about-text--wrapper {
    max-width: 86.5%;
    padding-left: 16.5%; }
  .map-section .map-image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 20px; }
  .map-section .map-image img {
    width: 90%;
    float: right; } }

@media (max-width: 1400px) {
  .top-text--box {
    width: 22.6%; }
  .pl-banner--image {
    max-width: 650px; }
  .pl-banner--text {
    max-width: 435px; } }

@media (max-width: 1366px) {
  .pag-slider .pag-slider--item {
    padding: 21.5% 10px; }
  .about-section .about-brands li {
    max-width: 100px; }
  .product-out .top-banner {
    padding-bottom: 140px; }
  .product-out .top-banner--text {
    font-size: 160px; } }

@media (max-width: 1200px) {
  .product-slider {
    width: 100%; }
  .pag-slider {
    display: none !important; }
  .main-slider--content {
    max-width: 100%; }
  .about-section .about-brands li {
    max-width: 90px; }
  .about-section .about-text--wrapper .image-absolute--bottom {
    bottom: -140px;
    max-width: 230px; }
  .about-caracteristics li {
    padding-right: 30px;
    padding-left: 15px; }
  .about-caracteristics p {
    font-size: 14px; }
  .section-title {
    font-size: 30px; }
  .about-section .about-text {
    font-size: 15px; }
  .default-page .default-content .flex-item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .default-page .main-column {
    width: 100%; }
  .sidebar-links {
    width: 100%;
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 295px;
    overflow: hidden;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .default-page .mainColumn-slider--wrapper {
    max-width: 100%; }
  .default-page .main-column--btn {
    margin: 30px 0 0; }
  .recipes-content > .flex-item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-column {
    width: 100%; }
  .sidebar-links {
    height: auto;
    margin-top: 20px; }
    .sidebar-links .sidebar-link--item .flex-item {
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
    .sidebar-links .sidebar-link--item .sidebar-btn {
      max-width: 230px;
      width: 100%; }
      .sidebar-links .sidebar-link--item .sidebar-btn:last-child {
        margin-left: 30px; }
    .sidebar-links .sidebar-link--item.bg-blue--image {
      height: 160px;
      margin-top: 44px;
      background-position: right bottom -110px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sidebar-links .sidebar-link--item.bg-blue--image .sidebar-link--text {
        max-width: 100%; }
        .sidebar-links .sidebar-link--item.bg-blue--image .sidebar-link--text .sidebar-link--title {
          font-size: 40px; }
    .sidebar-links .usedProducts-list {
      margin-left: -10px;
      margin-right: -10px; }
      .sidebar-links .usedProducts-list .slick-dots {
        position: static;
        margin: 15px 0 0; }
        .sidebar-links .usedProducts-list .slick-dots li button {
          padding: 0;
          border: 1px solid #878787;
          background: #fff;
          border-radius: 100%; }
          .sidebar-links .usedProducts-list .slick-dots li button:before {
            display: none; }
        .sidebar-links .usedProducts-list .slick-dots li.slick-active button {
          background: #f19800;
          border: #f19800; }
    .sidebar-links .used-products {
      border: 0;
      padding: 0; }
      .sidebar-links .used-products .usedProducts-item {
        padding: 0 10px;
        margin-bottom: 0 !important; }
        .sidebar-links .used-products .usedProducts-item a {
          border: 1px solid #c7c7c7; }
  .product-out .tabs-wrapper .tab {
    padding-left: 15px;
    padding-right: 15px; }
  .default-page .default-content,
  .recipes-content {
    padding-bottom: 200px; }
  .top-text--box {
    width: 100%; }
  .map-section .map-image {
    opacity: 0.2; }
    .map-section .map-image img {
      width: 100%; }
  .category-item img {
    max-width: 125px;
    margin-bottom: 5px; }
  .pl-banner--text {
    max-width: 360px; }
  .pl-banner--image {
    max-width: 540px; }
  .category-item:not(:first-child):after {
    display: none; } }

@media (max-width: 1024px) {
  .about-section .about-brands li {
    max-width: 75px; } }

@media (max-width: 991px) {
  .productOut-slider--wrapper .item-flags {
    right: 20px; }
  .footer-banner-img .banner-desktop,
  .footer-banner-img .banner-mobile {
    display: none; }
  .footer-banner-img .banner-tablet {
    display: block; }
  .main-banner--column:first-child {
    width: 58.465%; }
  .main-banner--column:last-child {
    width: 41.535%; }
  .main-slider,
  .product-slider,
  .pag-slider,
  .product-slider--item {
    max-height: 414px; }
  .main-slider--text {
    padding: 18px 25px 19px 40px; }
    .main-slider--text .slider-content--title {
      font-size: 16px; }
    .main-slider--text .slider-content--text {
      font-size: 14px; }
  .main-slider-arrow {
    width: 59px;
    height: 59px;
    background-size: 10px; }
    .main-slider-arrow svg {
      max-width: 10px; }
  .product-slider {
    width: 100%; }
  .product-slider--item .product-slider--product {
    max-width: 55%;
    top: 38%;
    min-width: 200px; }
  .product-slider--item .product-slider--content {
    height: 33%; }
    .product-slider--item .product-slider--content p {
      font-size: 22px; }
  .about-caracteristics {
    width: 100%;
    position: static; }
    .about-caracteristics ul {
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      background-color: #f19800; }
    .about-caracteristics li {
      -ms-flex: 1;
      flex: 1;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 15px 10px; }
    .about-caracteristics p {
      margin-left: 0;
      text-align: center;
      margin-top: 10px;
      font-size: 13px; }
    .about-caracteristics .about-img--wrapper {
      max-width: 50px;
      height: 50px; }
  .image-absolute--bottom {
    display: none; }
  .section-title {
    font-size: 22px; }
  .about-section {
    margin-bottom: 45px; }
    .about-section .about-text--wrapper {
      padding: 40px 30px;
      max-width: 100%;
      float: none; }
      .about-section .about-text--wrapper .about-text--title {
        margin: auto; }
      .about-section .about-text--wrapper .about-text {
        margin: 12px auto 0; }
      .about-section .about-text--wrapper ul {
        margin: 20px auto 0; }
  .sugested-products .row {
    margin-right: -11px;
    margin-left: -11px; }
  .sugested-products .product-column {
    padding-right: 11px;
    padding-left: 11px; }
  .sugested-products .sugested-products--arrow {
    display: none; }
  .sugested-products .slick-dotted.slick-slider {
    margin-bottom: 15px; }
  .generic-btn {
    font-size: 15px; }
  .product-item .flag {
    padding: 2px 10px; }
  .product-item .product-item--link {
    padding: 15px 20px 20px; }
  .product-item .product-item--content {
    margin-top: 10px; }
  .product-item .product-item--flags + .product-item--title {
    padding-top: 5px; }
  .product-item .product-item--btn {
    margin-top: 0px; }
  /* Menu Mobile */
  .menu-wrapper {
    display: none; }
  header .container {
    width: 100%; }
  .header-wrapper {
    height: 77px !important;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .logo-link img {
    width: 100px !important; }
  .logo-wrapper:after {
    display: none; }
  /* End of Menu mobile */
  .newsletter {
    position: relative; }
    .newsletter > div {
      position: static; }
      .newsletter > div:after {
        right: 0;
        background-position: center right; }
  .newsletter-form {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0px 30px;
    height: auto; }
  .newsletter-title--wrapper {
    max-width: 100%;
    display: inline-block;
    width: auto; }
  .newsletter-form--wrapper {
    margin-left: 0;
    margin-top: 13px;
    width: 100%;
    max-width: 100%; }
  footer {
    padding: 0; }
  .partners-slide img {
    width: 50%; }
  .partners-slider--wrapper {
    padding: 30px 0; }
    .partners-slider--wrapper .slick-dotted.slick-slider {
      margin-bottom: 0; }
  .footer-bottom--wrapper {
    background: #fff;
    padding: 25px 0 55px; }
  .footer-bottom {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-bottom .copyright {
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 17px; }
    .footer-bottom .footer-bottom--right {
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
      .footer-bottom .footer-bottom--right .footer-right--link,
      .footer-bottom .footer-bottom--right .signature {
        display: none; }
    .footer-bottom .share-btn {
      width: 40px;
      height: 40px;
      margin-left: 0;
      margin-right: 3px;
      margin-left: 3px; }
  .copyright p,
  .copyright a {
    line-height: 1; }
  .page-text--section .page-text--column {
    width: 100%;
    min-height: auto;
    padding: 38px 0px 60px 0; }
  .list-section li {
    width: 100%; }
    .list-section li:not(:first-child) {
      margin-top: 15px; }
  .map-section {
    background: #004597;
    height: 456px; }
    .map-section .map-image {
      position: absolute;
      right: -282px;
      top: 15px;
      width: 770px;
      max-width: none; }
  .map-section .map-content--holder {
    padding: 0;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .map-section .map-content--holder ul {
      margin-top: 20px;
      margin-right: 80px;
      max-width: 132px;
      width: 100%; }
    .map-section .map-content--holder p {
      font-size: 14px; }
  .top-banner--image {
    height: 268px !important; }
  .top-banner--title {
    text-align: center;
    width: 100%;
    position: relative;
    left: 0; }
    .top-banner--title img {
      max-width: 90px;
      width: 100%; }
    .top-banner--title p, .top-banner--title h1 {
      margin: 20px auto 0;
      font-size: 30px;
      max-width: 100%; }
  .pl-list {
    background: url("../../themes/img/fillet_bg.jpg") repeat left top/4px 103px; }
    .pl-list .pl-product--column:nth-child(n+4) {
      margin-top: 30px; }
    .pl-list .pl-list-top .category-image--wrapper {
      height: 50px;
      min-height: 50px; }
  .pl-banner--image {
    max-width: 436px; }
  .pl-banner--title {
    font-size: 30px; }
  .pl-banner--text {
    max-width: 318px;
    top: 65px;
    -ms-transform: none;
    transform: none; }
  .pl-banner .flex-item {
    height: 270px; }
  .pagination-wrapper {
    padding: 40px 0; }
  .category-bar .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .top-background-box {
    padding: 27px 22px 37px; }
  .background-box--title {
    font-size: 18px; }
  .background-box--subtitle {
    font-size: 14px; }
  .background-box--btn {
    font-size: 14px;
    max-width: 150px; }
    .background-box--btn:after {
      left: 65%; }
  .media-item .media-item--title {
    font-size: 18px; }
  .media-item .media-item--btn {
    max-width: 190px; }
    .media-item .media-item--btn:after {
      left: 65%; }
  .recipes-list,
  .news-list {
    background: url("../../themes/img/fillet_bg.jpg") repeat left top/4px 103px; }
  .not-found--page {
    padding-bottom: 47px; }
  .not-found--heading {
    max-width: 500px;
    width: 100%;
    margin: auto; }
  .not-found--title {
    font-size: 40px; }
  .other-pages--list li {
    margin: 0 10px; }
  .other-pages--list a {
    padding: 11px 16px 10px; }
  .not-found--image img {
    max-width: 464px;
    width: 100%; }
  .not-found--heading + .other-pages--wrapper {
    margin-top: 25px; }
  .default-content .flex-item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .default-page .main-column {
    margin-right: 0;
    width: 100%; }
  .news-out .sidebar-links {
    display: none; }
  .default-page .mc-slider--arrow {
    width: 54px;
    height: 54px; }
    .default-page .mc-slider--arrow svg {
      width: 9px; }
  .contacts {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contacts-content {
    float: none;
    max-width: 100%;
    padding: 40px 30px;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .contacts-image {
    position: static;
    width: 100%;
    height: auto;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .contacts-image img {
      position: static;
      width: 100%; }
  .contacts-content--title {
    font-size: 22px; }
  .contacts-content--title + .contacts-content--subtitle {
    margin-top: 0; }
  .cookies-bar {
    padding: 10px 0px; }
    .cookies-bar .cookies-bar--text {
      font-size: 12px; }
  .time-flag--wrapper {
    width: 100%; }
  .main-column {
    width: 100%;
    margin-right: 0; }
  .main-column--item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 23px; }
    .main-column--item:not(:first-child) {
      padding-top: 0; }
    .main-column--item:last-child {
      padding-bottom: 40px; }
  .main-column--right {
    width: 100%;
    margin-top: 30px; }
  .main-column--left {
    width: 100%;
    margin-right: 0; }
  .recipes-out .main-column {
    margin-top: 40px; }
  .recipes-out .main-column--content {
    margin-top: 0;
    padding-bottom: 0; }
  .video-link--wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .video-link--wrapper .video-link,
    .video-link--wrapper .preview {
      -ms-flex: 1;
      flex: 1;
      max-width: calc(50% - 10px); }
    .video-link--wrapper .preview {
      margin-top: 0; }
    .video-link--wrapper .slick-dots {
      position: static;
      margin: 15px 0 14px; }
      .video-link--wrapper .slick-dots li button {
        padding: 0;
        border: 1px solid #878787;
        background: #fff;
        border-radius: 100%; }
        .video-link--wrapper .slick-dots li button:before {
          display: none; }
      .video-link--wrapper .slick-dots li.slick-active button {
        background: #f19800;
        border: #f19800; }
  .tablet-tabs--wrapper {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0 !important;
    border-bottom: 1px solid #c7c7c7; }
    .tablet-tabs--wrapper .tablet-tab-content {
      display: none;
      margin-top: 0; }
      .tablet-tabs--wrapper .tablet-tab-content.active {
        display: block; }
  .tablet-tab--btns {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px; }
    .tablet-tab--btns .tablet-tab {
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      padding: 24px 15px;
      background: #f4f4f4;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 500; }
      .tablet-tab--btns .tablet-tab.active {
        color: #fff;
        background: #f19800;
        position: relative; }
        .tablet-tab--btns .tablet-tab.active:after {
          content: '';
          width: 18px;
          height: 18px;
          background: #f19800;
          position: absolute;
          bottom: -8px;
          left: 50%;
          -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg); }
  .instructions-btn--wrapper {
    margin-top: 54px; }
  .time-flag--wrapper {
    margin-bottom: 20px; }
  .recipes-out .main-column--title {
    margin-top: 0; }
  .productOut-slider--wrapper {
    width: 100%;
    position: static; }
  .product-out .breadcrumb {
    position: static;
    text-align: center;
    -ms-transform: translate(0);
    transform: translate(0);
    padding: 14px 30px; }
  .productOut-slider--wrapper,
  .productOut-slider--wrapper .productOut-slider--item {
    height: 440px; }
  .product-out--content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    padding-top: 65px;
    min-height: 0; }
  .product-out .tabs-wrapper .tabs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .product-out .tabs-wrapper .tab {
    padding: 25px 30px 23px; }
  .product-out .tabs-wrapper .tab-content {
    padding: 45px 0; }
  .product-out {
    background: url("../../themes/img/fillet_bg.jpg") repeat left top/4px 103px; }
  .product-out .sugested-products {
    padding-top: 47px; }
  .news-out .default-content {
    padding-bottom: 40px !important; }
  .product-out--content > div {
    position: static;
    margin-top: 0; }
  .sugested-products--title {
    float: none;
    width: 100%; }
  .product-out .product-page--content {
    padding-top: 0;
    margin-top: 0; }
  .instagram-title {
    max-width: 250px; }
  .certificates > div {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media (max-width: 768px) {
  .hidden-sm {
    display: block !important; }
  .col-xs-12 {
    width: 100% !important; }
  .hidden-xs {
    display: none !important; }
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .category-item:not(:first-child):after {
    display: none; }
  .product-slider--scroll {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .product-slider--scroll svg {
      width: 11px;
      height: 19px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .product-slider--scroll svg path {
        fill: #fff; }
  /* Menu Mobile */
  .header-wrapper {
    height: 77px;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .logo-link img {
    width: 88px; }
  .logo-wrapper:after {
    display: none; }
  .language-dropdown--wrapper {
    padding: 6px 5px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .language-dropdown--wrapper:after {
      display: none; }
  .language-dropdown--wrapper .language-dropdown {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -100%;
    left: 0; }
  .language-dropdown--wrapper.open .language-dropdown {
    top: 0; }
  .language-dropdown--wrapper a,
  .language-dropdown--wrapper span {
    padding-top: 3px;
    padding-bottom: 3px; }
  /* End of Menu Mobile */
  .product-item {
    max-width: 300px;
    margin: auto;
    width: 75%; }
  .media-item {
    max-width: 320px;
    margin: auto; }
  .main-banner--column:first-child {
    display: none; }
  .main-banner--column:last-child {
    width: 100%; }
  .product-slider--arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 0;
    background-color: transparent;
    width: 19px;
    height: 31px;
    padding: 0;
    z-index: 1; }
    .product-slider--arrow:before {
      display: none; }
    .product-slider--arrow.product-slider--next {
      right: 20px; }
    .product-slider--arrow.product-slider--prev {
      left: 20px;
      -ms-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg); }
    .product-slider--arrow svg {
      width: 19px; }
      .product-slider--arrow svg path {
        fill: rgba(255, 255, 255, 0.4); }
  .product-slider,
  .product-slider--item {
    max-height: 100%;
    height: 490px !important; }
  .product-slider--item .product-slider--content {
    bottom: 7%; }
    .product-slider--item .product-slider--content p {
      font-size: 26px; }
  .product-slider--item .product-slider--product {
    max-width: 35%;
    top: 33%; }
  .generic-btn {
    font-size: 13px; }
  .about-caracteristics {
    padding-bottom: 30px;
    background-color: #f19800; }
    .about-caracteristics ul,
    .about-caracteristics li {
      display: block; }
    .about-caracteristics li {
      padding: 30px 30px 20px;
      margin-bottom: 0 !important;
      min-height: 0; }
    .about-caracteristics .about-img--wrapper {
      max-width: 60px;
      height: 60px;
      margin: auto; }
    .about-caracteristics p {
      font-size: 16px;
      margin-top: 15px; }
    .about-caracteristics .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .about-caracteristics .slick-dots {
      position: static !important; }
      .about-caracteristics .slick-dots li {
        border: 1px solid #fff;
        background-color: #fff;
        border-radius: 100%;
        opacity: 0.5;
        margin-left: 0 !important;
        transition: all 0.3s ease; }
        .about-caracteristics .slick-dots li.slick-active {
          opacity: 1; }
        .about-caracteristics .slick-dots li:not(:last-child) {
          margin-right: 25px; }
        .about-caracteristics .slick-dots li button:before {
          display: none; }
  .section-title {
    font-size: 20px; }
  .about-section .about-text {
    font-size: 16px; }
  .about-section .about-text--wrapper ul {
    margin-top: 35px; }
  .about-section .about-brands {
    display: block; }
    .about-section .about-brands li {
      max-width: 100%;
      height: 39px;
      padding: 0 15px; }
  .newsletter-form {
    background: none; }
  .newsletter-form--wrapper {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .newsletter-btn--wrapper {
    margin-left: 0;
    margin-top: 15px; }
  .top-banner--title p,
  .top-banner--title h1 {
    font-size: 20px;
    max-width: 265px; }
  .page-text--section .page-text--column .section-title + p {
    margin-top: 12px; }
  .page-text--section .page-text--column p + .section-title {
    margin-top: 19px; }
  .map-section {
    height: 517px; }
    .map-section .container {
      padding-left: 30px;
      padding-right: 30px; }
    .map-section .map-content--holder ul {
      max-width: 100%;
      margin: 0 !important;
      padding-top: 20px;
      padding-left: 25px; }
    .map-section .map-content--holder p {
      font-size: 14px; }
    .map-section .map-image {
      top: -60px; }
  .category-bar {
    height: auto;
    border: 0; }
    .category-bar .flex-item {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .category-bar .category-item {
      border-top: 1px solid #c7c7c7;
      border-bottom: 0;
      margin-top: 0;
      margin-bottom: 0;
      opacity: 1;
      background-image: linear-gradient(to bottom, #e2e2e2, rgba(255, 255, 255, 0) 20%, rgba(243, 243, 243, 0.39) 83%, #e2e2e2);
      position: relative;
      padding: 23px 60px 23px 25px;
      height: auto;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      .category-bar .category-item:last-child {
        border-bottom: 1px solid #c7c7c7; }
      .category-bar .category-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 10px; }
      .category-bar .category-item.orange-border:before {
        background-color: #f19800; }
      .category-bar .category-item.yellow-border:before {
        background-color: #ffe400; }
      .category-bar .category-item.green-border:before {
        background-color: #8cba1a; }
      .category-bar .category-item.red-border:before {
        background-color: #e0040b; }
      .category-bar .category-item.blue-border:before {
        background-color: #004597; }
      .category-bar .category-item .category-item--title {
        margin-left: 20px;
        font-size: 18px; }
      .category-bar .category-item svg {
        position: absolute;
        top: 50%;
        right: 30px;
        width: 12px;
        height: 20px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .category-bar .category-item img {
        max-width: 91px; }
  .footer-banner-img {
    position: relative;
    height: 200px;
    overflow: hidden; }
    .footer-banner-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      min-height: 400px; }
    .footer-banner-img .banner-desktop,
    .footer-banner-img .banner-tablet {
      display: none; }
    .footer-banner-img .banner-mobile {
      display: block; }
  .toggle-list {
    display: none; }
  .pl-list .pl-list-top {
    margin: 40px 0 30px; }
  .pl-list .pl-product--column:nth-child(n+2) {
    margin-top: 40px; }
  .pl-banner--text {
    top: 40px; }
  .top-background-box {
    max-width: 246px; }
  .media-item .time-flag {
    top: -20px;
    right: 50%;
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  .recipes-list .recipe-column {
    padding-left: 30px;
    padding-right: 30px; }
  .not-found--page {
    padding: 40px 0 30px; }
  .not-found--title {
    font-size: 30px; }
  .not-found--title + .not-found--subtitle {
    margin-top: 10px; }
  .not-found--heading + .other-pages--wrapper {
    margin-top: 20px; }
  .other-pages--list li {
    display: block; }
    .other-pages--list li:not(:first-child) {
      margin-top: 15px; }
  .default-page .main-column--title {
    font-size: 20px; }
  .default-page .main-column--title + .main-column--desc,
  .default-page .main-column--subtitle + .main-column--desc {
    margin-top: 20px; }
  .default-page .main-column--content {
    margin-top: 10px; }
  .default-page .main-column--btn {
    margin: 30px auto 0;
    font-size: 16px; }
  .contacts-info {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contacts-info .contacts-info--item:not(:first-child) {
      margin-top: 22px; }
  .contacts-content--title {
    font-size: 20px; }
  .contacts-content--title + .contacts-content--subtitle {
    margin-top: 12px;
    font-size: 16px; }
  .contacts-form {
    margin-top: 40px; }
    .contacts-form .contacts-form--btn {
      float: none;
      margin: 30px auto 0; }
  .cookies-bar {
    padding: 15px 0 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .cookies-bar .container {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .cookies-bar .cookies-bar--text {
      padding-right: 0;
      font-size: 14px; }
    .cookies-bar .cookies-bar--btn {
      margin-top: 15px;
      padding: 11px 15px 10px;
      max-width: 100%; }
  .cookies-bar--active .menu-mobile {
    top: 77px; }
  .language-dropdown--wrapper svg {
    display: none; }
  .time-flag--wrapper {
    border: 0;
    padding: 0;
    width: auto;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .time-flag--wrapper .time-flag--label {
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      font-size: 16px; }
    .time-flag--wrapper .time-flag {
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      background-color: #fff;
      color: #e0040b;
      border-radius: 0;
      position: static; }
  .recipes-out .main-column {
    margin-top: 30px; }
  .recipes-out .main-column--title {
    font-size: 20px; }
  .tablet-tab--btns {
    margin-right: -30px;
    margin-left: -30px; }
    .tablet-tab--btns .tablet-tab {
      padding: 19px 15px; }
  .specs-table {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0; }
    .specs-table li {
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      border-top: 1px solid #c7c7c7;
      height: 50px;
      padding: 0 11px; }
      .specs-table li:last-child {
        border-bottom: 1px solid #c7c7c7; }
      .specs-table li:not(:last-child) {
        border-right: 0; }
      .specs-table li p {
        margin-top: 0;
        margin-left: 15px; }
    .specs-table .specs-image-wrapper {
      height: 32px;
      width: 32px; }
      .specs-table .specs-image-wrapper.difficulty-level svg path.background {
        fill: #fff !important; }
      .specs-table .specs-image-wrapper.difficulty-level svg:not(:first-child) {
        display: none; }
  .specs-item--wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .main-column--item {
    padding-bottom: 40px; }
  .tablet-tab--btns {
    margin-bottom: 28px; }
    .tablet-tab--btns .tablet-tab {
      font-size: 16px; }
  .instructions-btn--wrapper {
    -ms-flex-direction: column;
    flex-direction: column; }
    .instructions-btn--wrapper a {
      margin-right: 0 !important; }
      .instructions-btn--wrapper a:first-child {
        margin-bottom: 25px; }
  .main-column--item {
    border-bottom: 0; }
  .sidebar-links {
    margin-top: 0; }
  .main-column--right {
    margin-top: 10px; }
  .product-out--content {
    padding-top: 60px; }
  .product-out .tabs-wrapper .tabs-header {
    padding-right: 0; }
  .product-out .tabs-wrapper .tab {
    padding: 22px 14px 21px; }
  .product-out .tabs-wrapper .tab-content--btns {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px; }
  .product-out .tabs-wrapper .tab-content--link {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    font-style: italic; }
    .product-out .tabs-wrapper .tab-content--link svg path {
      fill: #878787; }
  .product-out .tabs-wrapper .sample-contacts--btn {
    margin-top: 25px; }
  .product-out .tabs-wrapper .tab-content--btn + .tab-content--btn {
    margin-top: 10px; }
  .product-out .tabs-wrapper .tab-content {
    padding-top: 35px; }
  .product-out .tabs-wrapper .tab-content--title {
    font-size: 20px; }
  .product-out .tabs-content--wrapper {
    padding: 0 30px; }
  .product-out .sugested-products {
    padding-top: 40px; }
  .product-out .form-btn--wrapper {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .product-out .form-row {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
    .product-out .form-row .form-input-wrapper {
      padding: 0; }
  .sidebar-links {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px); }
  .sidebar-links .sidebar-link--item.bg-blue--image {
    background-position: right -34px bottom -54px; }
  .main-column--item:last-child {
    padding-bottom: 0; }
  .product-item,
  .media-item {
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.25); }
  .sugested-products--title {
    padding: 0 30px; }
  .instagram-title {
    max-width: 200px; }
  .list-view .empty {
    font-size: 18px; } }

@media (max-width: 640px) {
  .sidebar-links .sidebar-link--item.bg-blue--image {
    height: 260px; }
  .sidebar-links .sidebar-link--item .flex-item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .sidebar-links .sidebar-link--item .sidebar-btn:last-child {
    margin-left: 0;
    margin-top: 22px; }
  .default-page .default-content,
  .recipes-content {
    padding-bottom: 300px; }
  .page-text--section .page-text--image {
    left: 85%; }
  .pl-banner--image {
    max-width: 400px; } }

@media (max-width: 580px) {
  .pl-banner--image {
    max-width: 375px; } }

@media (max-width: 520px) {
  .pl-banner--image {
    max-width: 330px; } }

@media (max-width: 480px) {
  .page-text--section .page-text--image {
    left: 95%; } }
