@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Black.eot");
  src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?jtbgv2");
  src: url("../fonts/icomoon.eot?jtbgv2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jtbgv2") format("truetype"), url("../fonts/icomoon.woff?jtbgv2") format("woff"), url("../fonts/icomoon.svg?jtbgv2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-telegram:before {
  content: "\e902"; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  outline: none !important;
  box-sizing: border-box; }

*::-moz-selection {
  color: #ffffff;
  background-color: #1b2991; }

*::selection {
  color: #ffffff;
  background-color: #1b2991; }

html {
  height: 100%;
  font-family: "Gotham Pro";
  color: #000000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #000; }
  a:hover {
    color: #DB330D; }

img {
  max-width: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ffffff; }

.wrapper {
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px; }
  .container .row {
    margin: 0 -15px; }

.fullpage__nav {
  position: fixed;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  z-index: 100; }
  @media (max-width: 1600px) {
    .fullpage__nav {
      left: 15px; } }
  .fullpage__nav-item {
    height: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .fullpage__nav-item--prev {
      -webkit-box-align: end;
      align-items: flex-end; }
      .fullpage__nav-item--prev .fullpage__btn {
        -webkit-box-pack: start;
        justify-content: flex-start; }
    .fullpage__nav-item--next {
      -webkit-box-align: start;
      align-items: flex-start; }
      .fullpage__nav-item--next .fullpage__btn {
        -webkit-box-pack: end;
        justify-content: flex-end; }
        .fullpage__nav-item--next .fullpage__btn img {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .fullpage__nav-item--hidden {
      opacity: 0;
      pointer-events: none; }
    .fullpage__nav-item--animated {
      top: -100px;
      position: relative; }
      .fullpage__nav-item--animated .fullpage__btn span {
        background-color: #fff; }
        .fullpage__nav-item--animated .fullpage__btn span img {
          -webkit-animation: aarrowAnimed 1.5s infinite;
          animation: aarrowAnimed 1.5s infinite;
          position: relative; }
      .fullpage__nav-item--animated .fullpage__btn i {
        color: #ffffff; }

.fullpage__nav.intro {
  height: 60%; }

.fullpage__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 240px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-height: 900px) {
    .fullpage__btn {
      min-height: 230px; } }
  @media (max-height: 660px) {
    .fullpage__btn {
      min-height: 200px; } }
  @media (max-width: 991px) {
    .fullpage__btn {
      display: none; } }
  .fullpage__btn span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .fullpage__btn i {
    font-style: normal;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 10px 15px;
    text-transform: uppercase;
    opacity: 0.3;
    font-size: 13px; }

#fp-nav.fp-left {
  left: 280px; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: none; }

#fp-nav .ArrowUp,
#fp-nav .ArrowDown {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 70px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  opacity: 1; }
  #fp-nav .ArrowUp::after,
  #fp-nav .ArrowDown::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 18px;
    height: 10px;
    background: url("../images/chevron-arrow.svg") no-repeat center;
    background-size: cover; }
  #fp-nav .ArrowUp:hover, #fp-nav .ArrowUp:focus, #fp-nav .ArrowUp:active,
  #fp-nav .ArrowDown:hover,
  #fp-nav .ArrowDown:focus,
  #fp-nav .ArrowDown:active {
    border: 1px solid rgba(0, 0, 0, 0.4); }

#fp-nav .ArrowDown {
  margin-bottom: 0; }
  #fp-nav .ArrowDown::after {
    -webkit-transform: translate(-50%, -40%) rotate(-180deg);
    transform: translate(-50%, -40%) rotate(-180deg); }

.section {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s ease 300ms;
  transition: .6s ease 300ms; }
  @media (max-width: 991px) {
    .section {
      opacity: 1;
      visibility: visible;
      margin-bottom: 100px;
      position: relative; }
      .section:last-child {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 0; 
    }
    .section.tabFruit {
      padding-top: 20px;
    }
  }

.section.active {
  visibility: visible;
  opacity: 1; }

.Info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 991px) {
    .Info {
      margin-bottom: 200px; } }
  @media (max-width: 767px) {
    .Info {
      display: block;
    }  
  }
  .Info::after {
    content: "";
    position: absolute;
    right: -110px;
    top: -1060px;
    background: url("../images/info/All.png") no-repeat center;
    background-size: cover;
    width: 264px;
    height: 789px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .2s 100ms, top .7s ease 400ms;
    transition: opacity .2s 100ms, top .7s ease 400ms; }
    @media(max-width: 700px) {
      body.home .news_part .inner_news_part {
        height: 600px;
      }
      body.home .owl-dots {
        padding: 0 8px;
      }
    }
    @media (max-width: 1600px) {
      .Info::after {
        width: 160px;
        height: 475px;
        right: -10px;
        top: -700px; } }
    @media (max-width: 991px) {
      .Info::after {
        display: none; } }
  .Info__teaser {
    margin-top: 50px;
    max-width: 590px; }
    @media (max-width: 1600px) {
      .Info__teaser {
        margin-left: 90px; } }
    @media (max-width: 1200px) {
      .Info__teaser {
        margin-left: 70px;
        max-width: 480px; } }
    @media (max-width: 991px) {
      .Info__teaser {
        margin-left: 0;
        max-width: 400px;
        margin-top: 0; } }
    @media (max-width: 767px) {
      body.home .news_part .inner_news_part {
        height: 380px;
      }
      .news_part .inner_news_part .news_info_block {
        height: 200px;
      }
      .Info__teaser {
        max-width: inherit;
        width: 100%;
        margin-left: 0; 
        margin-bottom: 50px;} }
  .Info__teaserItem {
    padding-left: 70px;
    margin-bottom: 60px;
    position: relative;
    -webkit-transition: opacity .2s 100ms, left  .8s ease 400ms;
    transition: opacity .2s 100ms, left  .8s ease 400ms;
    opacity: 0;
    left: -600px; }
    .Info__teaserItem:last-child {
      margin-bottom: 0;
      -webkit-transition: opacity .2s 100ms, left  .8s 500ms;
      transition: opacity .2s 100ms, left  .8s 500ms; }
      .Info__teaserItem:last-child::before {
        background: url("../images/info/circle1.svg") no-repeat center;
        background-size: cover; }
    .Info__teaserItem:first-child {
      -webkit-transition: opacity .2s 100ms, left .8s 300ms;
      transition: opacity .2s 100ms, left .8s 300ms; }
      .Info__teaserItem:first-child::before {
        background: url("../images/info/circle3.svg") no-repeat center;
        background-size: cover; }
    .Info__teaserItem::before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 46px;
      height: 40px;
      background: url("../images/info/circle2.svg") no-repeat center;
      background-size: cover; }
      @media (max-width: 991px) {
        .Info__teaserItem::before {
          width: 35px;
          height: 30px; } }
    @media (max-width: 991px) {
      .Info__teaserItem {
        padding-left: 50px;
        margin-bottom: 30px; } }
  .Info h3,
  .Info h1, .Info__teaserDesc {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px; }
    @media (max-width: 1600px) {
      .Info h3,
      .Info h1, .Info__teaserDesc {
        font-size: 33px; } }
    @media (max-width: 1200px) {
      .Info h3,
      .Info h1, .Info__teaserDesc {
        font-size: 29px; } }
    @media (max-width: 991px) {
      .Info h3,
      .Info h1, .Info__teaserDesc {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .Info h3,
      .Info h1, .Info__teaserDesc {
        font-size: 22px; } }
  .Info__image {
    width: 650px;
    position: absolute;
    top: 760px;
    right: -40px;
    opacity: 0;
    -webkit-transition: opacity .2s 100ms, top .7s ease 400ms;
    transition: opacity .2s 100ms, top .7s ease 400ms; }
    @media (max-width: 767px) {
      .Info__image img {
        display: none; } }
    .Info__image .mobile {
      display: none; }
      @media (max-width: 767px) {
        .Info__image .mobile {
          display: block;
          top: 0; } }
    @media (max-width: 1600px) {
      .Info__image {
        width: 440px;
        right: 20px;
        top: 560px; } }
    @media (max-width: 1200px) {
      .Info__image {
        width: 390px; } }
    @media (max-width: 991px) {
      .Info__image {
        width: 340px;
        top: 0; } }
    @media (max-width: 767px) {
      .Info {
        margin-bottom: 0;
      }
      body.home footer.footer {
        border-top:1px solid rgba(0,0,0,0.1);
      }
      .news_section_part .instagram {
        padding: 48px 0;
      }
      .Info__image {
        top: inherit;
        right: inherit;
        position: relative;
        margin: 0 auto;
        margin-bottom: -170px;
        width: 100%;
        max-width: 420px;
        -webkit-transition: opacity .6s 100ms;
        transition: opacity .6s 100ms; }
        .Info__image img {
          margin-right: 0;
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          max-width: 100%; } }

.Intro__Wrap {
  display: none;
  position: relative; }
  @media (max-width: 991px) {
    .Intro__Wrap {
      max-height: 500px; } }

.Intro__Img {
  width: 700px;
  position: absolute;
  top: -900px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s 200ms, top .7s ease 300ms;
  transition: opacity .2s 200ms, top .7s ease 300ms;
  opacity: 0; }
  @media (max-width: 1600px) {
    .Intro__Img {
      width: 550px; } }
  @media (max-width: 1200px) {
    .Intro__Img {
      width: 450px; } }
  @media (max-width: 991px) {
    .Intro__Img {
      opacity: 1;
      position: relative;
      top: 70px;
      width: 300px; } }

.Intro__Logo {
  position: absolute;
  top: 550px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: opacity .2s 200ms, top .7s ease 300ms;
  transition: opacity .2s 200ms, top .7s ease 300ms;
  opacity: 0;
  text-align: center; }
  @media (max-width: 1200px) {
    .Intro__Logo img {
      width: 70%;
      margin: auto; } }
  @media (max-width: 991px) {
    .Intro__Logo {
      position: absolute;
      opacity: 1;
      width: 200px;
      top: 50%; } }

.youtube {
  position: relative;
  top: 0;
  margin-top: -110px; }
  .youtube::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    z-index: 1;
    display: block; }
    @media (max-width: 1440px) {
      .Tab__bodyItem.crisp.active .Tab__bodyImgFruit{
        top: 200px;
      }
      .Tab__bodyItem.watermelon.lush.active .Tab__bodyImgFruit {
        top: 400px;
        width: 160px;
        left: -100px;
      }
      .youtube::after {
        height: calc(100% - 65px); } }
    @media (max-width: 991px) {
      .youtube::after {
        display: none; } }
  @media (max-width: 991px) {
    .youtube {
      margin-top: 61px; } }
  @media (max-width: 767px) {
    .youtube {
      } }
  .youtube__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .youtube__wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .youtube__wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media (max-width: 1500px) {
  .owl-carousel {
    padding: 0 42px; } }

.owl-carousel .instagram-item {
  margin-bottom: 20px; }

.owl-carousel .item {
  position: relative;
  margin-bottom: 20px; }
  .owl-carousel .item img {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-height: 900px) {
      .owl-carousel .item img {
        height: 430px; } }
    @media (max-height: 660px) {
      .owl-carousel .item img {
        height: 360px; } }
    @media (max-height: 600px) {
      .owl-carousel .item img {
        height: 340px; } }
  .owl-carousel .item .instagram-teaser {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 36px; }
    @media (max-width: 991px) {
      .owl-carousel .item .instagram-teaser {
        padding: 25px; } }
    @media (max-height: 800px) {
      .owl-carousel .item .instagram-teaser {
        padding: 25px; } }
    .owl-carousel .item .instagram-teaser h4,
    .owl-carousel .item .instagram-teaser .instagram-title {
      font-family: "Geometria";
      font-weight: bold;
      font-size: 30px;
      line-height: 1.266667;
      letter-spacing: 0px;
      color: #ffffff;
      margin: 0 auto;
      margin-bottom: 18px;
      max-height: 76px;
      overflow: hidden; }
    .owl-carousel .item .instagram-teaser p,
    .owl-carousel .item .instagram-teaser .instagram-desc {
      font-family: "Geometria";
      font-size: 15px;
      line-height: 1.466667;
      letter-spacing: 0px;
      color: #ffffff;
      margin: 0 auto;
      min-height: 63px;
      max-height: 63px;
      overflow: hidden; }

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(227, 30, 36, 0.3);
  background-size: cover;
  margin-right: 12px; }

.owl-carousel button.owl-dot.active {
  background-color: #E31E24; }

.body-overlay {
  position: fixed;
  top: -300px;
  bottom: -200px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
  .body-overlay img {
    min-width: 200px; }

.body-overlay.loaded {
  opacity: 0;
  visibility: hidden; }

@-webkit-keyframes aarrowAnimed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em) rotate(180deg);
    transform: translateY(-1em) rotate(180deg); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0.5em) rotate(180deg);
    transform: translateY(0.5em) rotate(180deg); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0.5em) rotate(180deg);
    transform: translateY(0.5em) rotate(180deg); }
  to {
    opacity: 0;
    -webkit-transform: translateY(0.5em) rotate(180deg);
    transform: translateY(0.5em) rotate(180deg); } }

@keyframes aarrowAnimed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em) rotate(180deg);
    transform: translateY(-1em) rotate(180deg); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0.5em) rotate(180deg);
    transform: translateY(0.5em) rotate(180deg); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0.5em) rotate(180deg);
    transform: translateY(0.5em) rotate(180deg); }
  to {
    opacity: 0;
    -webkit-transform: translateY(0.5em) rotate(180deg);
    transform: translateY(0.5em) rotate(180deg); } }

.history.active .Info::after {
  top: -140px;
  opacity: 1; }
  @media (max-height: 900px) {
    .history.active .Info::after {
      top: -50px; } }
  @media (max-height: 800px) {
    .history.active .Info::after {
      top: 0; } }

.history.active .Info__image {
  top: 60px;
  opacity: 1; }
  @media (max-width: 767px) {
    .owl-carousel {
      padding: 0;
    }
    .history.active .Info__image {
      top: inherit; } }

.history.active .Info__teaserItem {
  left: 0;
  opacity: 1; }

.tabFruit.active .Tab__bodyColorTitle,
.tabFruit.active .Tab__bodySvg,
.tabFruit.active .Tab__bodyTitle,
.tabFruit.active .Tab__bodyDesc,
.tabFruit.active h2,
.tabFruit.active h3,
.tabFruit.active p {
  left: 0;
  opacity: 1; }

.intro.loaded .Intro__Wrap {
  display: none; }

.intro.loaded .Intro__Img {
  top: -250px;
  opacity: 1; }
  @media (max-width: 1600px) {
    .intro.loaded .Intro__Img {
      top: -200px; } }
  @media (max-width: 1200px) {
    .Tab__bodyItem.watermelon.lush.active .Tab__bodyImgFruit {
      top: 350px;
    }
    .intro.loaded .Intro__Img {
      top: -150px; } }
  @media (max-width: 991px) {
    .intro.loaded .Intro__Img {
      top: 70px; } }

.intro.loaded .Intro__Logo {
  top: 50%;
  opacity: 1; }

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding: 18px 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 101; }
  @media (max-width: 767px) {
    .header {
      padding: 15px 0; } }
  .header__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .header__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
  .header__logo {
    margin-right: 70px; }
    @media (max-width: 991px) {
      .header__logo {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .header__logo {
        max-width: 90px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-right: 20px; } }
    @media (max-width: 350px) {
      .header__logo {
        margin-right: 13px; } }
  .header__leftLink {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 160px;
    text-decoration: none;
    font-weight: 500; }
    @media (max-width: 350px) {
      .header__leftLink {
        margin-right: 8px; } }
    .header__leftLink .text {
      display: block; }
      @media (max-width: 350px) {
        .header__leftLink .text {
          font-size: 12px; } }
  .header__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .header__right {
        -webkit-box-pack: end;
        justify-content: flex-end; }
        .header__right .header__socials {
          display: none; } }
  .header__lang {
    margin-right: 36px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.166666;
    letter-spacing: 0px;
    color: #000000;
    position: relative; }
    .header__lang:hover .header__langDrop {
      visibility: visible;
      opacity: 1; }
    @media (max-width: 767px) {
      .header__lang {
        margin-right: 15px; } }
    .header__lang li.widget {
      list-style: none; }
    .header__lang .wpml-ls-legacy-dropdown {
      width: inherit;
      max-width: inherit; }
    .header__lang .wpml-ls-legacy-dropdown > ul {
      list-style: none; }
    .header__lang .wpml-ls-legacy-dropdown a {
      background: transparent;
      padding: 0; }
    .header__lang .wpml-ls-legacy-dropdown a span {
      padding: 10px 5px;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .header__lang .wpml-ls-legacy-dropdown a span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 12px;
        height: 8px;
        background: url("../../assets/images/arrow-down.svg") no-repeat center;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
    .header__lang .wpml-ls-current-language:hover .wpml-ls-sub-menu {
      visibility: visible;
      opacity: 1; }
    .header__lang .wpml-ls-sub-menu {
      border: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      visibility: hidden;
      opacity: 0;
      background-color: #cbcbcb;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .header__lang .wpml-ls-sub-menu .wpml-ls-native {
        display: block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        color: #000000;
        cursor: pointer;
        width: 100%;
        padding: 7px 15px;
        text-decoration: none;
        color: #fff; }
        .header__lang .wpml-ls-sub-menu .wpml-ls-native::after {
          display: none; }
        .header__lang .wpml-ls-sub-menu .wpml-ls-native:hover {
          color: #df2f2f; }
    .header__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      border: none;
      right: initial;
      left: 50%;
      top: 30px; }
    .header__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
      border-bottom: 1px solid #ffffff;
      width: 100%;
      text-align: center; }
      .header__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
        border-bottom: none; }
    .header__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
      width: 100%;
      display: block;
      border-width: 0; }
    .header__lang .wpml-ls-legacy-dropdown a:hover, .header__lang .wpml-ls-legacy-dropdown a:focus, .header__lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
      background: none;
      color: #000000; }
    .header__lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      border: none;
      padding: 0;
      background: none; }
    .header__lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
      display: none; }
  .header__phone {
    margin-right: 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.166666;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none; }
    @media (max-width: 767px) {
      .header__phone {
        display: none; } }
  .header__phone-mobile {
    display: none; }
    @media (max-width: 767px) {
      .header__phone-mobile {
        display: block;
        min-width: 25px; } }
  .header__socials {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
  .header__socialsItem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    background-color: rgba(203, 203, 203, 0.15);
    border-radius: 6px;
    font-size: 20px;
    margin: 0 3px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    color: #cbcbcb; }
    .header__socialsItem:hover {
      color: #DB330D; }

.flag {
  display: inline-block;
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  background-color: red;
  position: relative;
  margin-right: 10px;
  vertical-align: middle; }
  @media (max-width: 991px) {
    .flag {
      min-width: 30px;
      min-height: 30px;
      max-width: 30px;
      max-height: 30px; } }
  .flag::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 20px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .flag::after {
        width: 5px;
        height: 17px; } }
  .flag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 7px;
    width: 20px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .flag::before {
        height: 5px;
        width: 17px; } }

.Tab {
  position: relative; }
  @media (max-width: 991px) {
    .Tab {
      margin-top: 300px;
      margin-bottom: 100px;
      min-height: 450px; } }
  @media (max-width: 767px) {
    .Tab.main .Tab__bodyItem {
      height: 650px;
    }
    .Tab.main .Tab__bodyImg {
      bottom: -70px;
    }
    .Tab.main {
      margin-top: 0;
      margin-bottom: 0;
      min-height: 650px; } }
  .Tab__mobile-text {
    display: none; }
    @media (max-width: 991px) {
      .Tab__mobile-text {
        display: block;
        text-align: left;
        margin-bottom: 25px;
        font-size: 25px;
        opacity: 0.4;
        padding-left: 40px;
        font-weight: 400; } }
    @media (max-width: 767px) {
      .flag {
      min-width: 20px;
      min-height: 20px;
      max-width: 20px;
      max-height: 20px;
    }
    .flag::before {
      height: 4px;
      width: 13px;
    }
    .flag::after {
      height: 13px;
      width: 4px;
    }
      .Tab__mobile-text {
        text-align: right;
        font-size: 18px;
        line-height: 24px;
        padding-left: 0; } }
    }
    @media (max-width: 355px) {
      .Tab__mobile-text {
        margin-bottom: 15px; } }
  .Tab__list {
    position: absolute;
    bottom: -400px;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 1600px) {
      .Tab__list {
        bottom: -350px;
        left: 70px; } }
    @media (max-height: 800px) {
      .Tab__list {
        bottom: -310px; } }
    @media (max-height: 700px) {
      body.home .news_part .inner_news_part {
        height: 450px;
      }
      .Tab__list {
        bottom: -280px; } }
    @media (max-width: 1200px) {
      .Tab__bodyItem.watermelon.crisp.active .Tab__bodyImgFruit {
        top: 200px;
      }
      .Tab__bodyItem.watermelon.funky.active .Tab__bodyImgFruit {
        max-width: 120px;
        top: 35%;
        left: -60px;
      }
      .Tab__bodyItem.active.zingy .Tab__bodyImgBuble {
        right: -70px;
        max-width: 130px;
        top: 45%;
      }
      .Tab__bodyItem.watermelon.zingy.active .Tab__bodyImgFruit {
        top: 33%;
      }
      .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
        right: -60px;
        top: 35%;
        width: 120px;
      }
      .Tab__list {
        left: 75px; } }
    @media (max-width: 992px) {
      .Tab__bodyItem.watermelon.lush.active .Tab__bodyImgFruit {
        top: 350px;
      }
      .Tab__list {
        left: 30px;
        bottom: 20px; } }
    @media (max-width: 767px) {
      .Tab__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        bottom: inherit;
        top: 50px;
        right: 0;
        left:auto; } }
  .Tab__listItem {
    margin: 0 6px;
    padding: 9px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 1600px) {
      .Tab__listItem {
        width: 60px;
        height: 60px; } }
    @media (max-width: 767px) {
      .Tab__listItem {
        width: 50px;
        height: 50px;
        padding: 5px;
        margin-bottom: 25px; } }
    .Tab__listItem:hover .Tab__listDesc {
      opacity: 1;
      visibility: visible;
      padding-top: 10px;
      text-align: center; }
      @media (max-width: 1600px) {
        .Tab__listItem:hover .Tab__listDesc {
          padding-top: 7px; } }
      @media (max-width: 767px) {
        .Tab__listItem:hover .Tab__listDesc {
          top: 52px;
          font-size: 10px; } }
  .Tab__listItem.active {
    border: 2px solid #E5007D; }
  .Tab__listDesc {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 65px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #cbcbcb;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .Tab__listDesc {
        top: 52px; } }
  .Tab__body {
    position: relative; }
  .Tab__bodyItem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease; }
    @media (max-width: 991px) {
      .Tab__bodyItem {
        top: 0;
        -webkit-transform: none;
        transform: none;
        height: auto; } }
    @media (max-width: 767px) {
      .Tab.child .Tab__bodyItem {
        height: 650px;
      }
      .Tab.child .Tab__bodyItem.active .Tab__bodyImgBuble {
        top: 5% !important;
      }
      .Tab.child .Tab__bodyItem.active.orange .Tab__bodyImgBuble {
        top: 30% !important;
      }
      .Tab.child .Tab__bodyItem .Tab__bodyImg {
        bottom: -60px;
      }
      .Tab__bodyItem {
        display: block; 
        height: 600px;
      } }
  .Tab__bodyTeaser {
    padding: 0 130px;
    padding-left: 30px; }
    @media (max-width: 1600px) {
      .Tab__bodyTeaser {
        padding-left: 110px; } }
    @media (max-width: 1200px) {
      .Tab__bodyTeaser {
        padding: 0 80px; } }
    @media (max-width: 991px) {
      .Tab__bodyTeaser {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .Tab__bodyTeaser {
        padding-left: 65px;
        padding-right: 0;
        margin-bottom: 30px; } }
  .Tab__bodySvg {
    position: relative;
    left: -500px;
    -webkit-transition: opacity .2s 100ms, left .8s 300ms;
    transition: opacity .2s 100ms, left .8s 300ms; }
    @media (max-width: 1600px) {
      .Tab__bodySvg {
        width: 230px; } }
    @media (max-width: 991px) {
      .Tab__bodySvg {
        width: 150px;
        left: 0;
        opacity: 1; } }
    @media (max-width: 767px) {
      .Tab__bodySvg {
        width: 145px;
        margin-bottom: 10px; } }
  .Tab__bodyBg {
    position: absolute;
    max-width: 500px;
    top: 20px;
    left: -35px;
    z-index: -1; }
    .Tab__bodyBg img {
      min-width: 500px;
      min-width: 500px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.15; }
    @media (max-width: 1600px) {
      .Tab__bodyBg {
        left: -20px;
        max-width: 350px; } }
    @media (max-width: 991px) {
      .Tab__bodyBg {
        left: -10px;
        top: 10px; } }
  .Tab__bodyColorTitle {
    font-weight: 900;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    left: -700px;
    -webkit-transition: opacity .2s 100ms, left .8s 300ms;
    transition: opacity .2s 100ms, left .8s 300ms;
    position: relative; }
    @media (max-width: 1600px) {
      .Tab__bodyColorTitle {
        font-size: 85px; } }
    @media (max-width: 1200px) {
      .Tab__bodyColorTitle {
        font-size: 65px; } }
    @media (max-width: 991px) {
      .Tab__bodyColorTitle {
        font-size: 50px;
        left: 0;
        opacity: 1; } }
    @media (max-width: 767px) {
      .Tab__bodyBg {
        width: 240px;
        max-width: 240px;
      }
      .Tab__bodyBg img {
        min-width: 100%;
      }
      .Tab {
        margin-top: 0;
      }
      .Tab.child {
        margin-bottom: 0;
        min-height: 650px;
      }
      .Tab__bodyColorTitle {
        font-size: 32px;
        margin-bottom: 10px; } }
  .Tab__bodyColorTitle.orange {
    color: #F07E00; }
  .Tab__bodyColorTitle.red {
    color: #DB330D; }
  .Tab__bodyColorTitle.green {
    color: #94C11C; }
  .Tab h2, .Tab__bodyTitle {
    font-weight: 900;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    left: -700px;
    -webkit-transition: opacity .2s 100ms, left .8s 400ms;
    transition: opacity .2s 100ms, left .8s 400ms;
    position: relative; }
    @media (max-height: 800px) {
      .Tab h2, .Tab__bodyTitle {
        margin-bottom: 25px; } }
    @media (max-width: 1600px) {
      .Tab h2, .Tab__bodyTitle {
        font-size: 85px; } }
    @media (max-width: 1200px) {
      .Tab h2, .Tab__bodyTitle {
        font-size: 65px;
        max-width: 500px;
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .Tab h2, .Tab__bodyTitle {
        font-size: 50px;
        left: 0;
        opacity: 1; } }
    @media (max-width: 767px) {
      .Tab h2, .Tab__bodyTitle {
        font-size: 32px;
        max-width: 100%;
        margin-bottom: 15px; } }
  .Tab p, .Tab__bodyDesc {
    font-size: 24px;
    line-height: 1.3333;
    max-width: 470px;
    margin-left: 110px;
    left: -700px;
    -webkit-transition: opacity .2s 100ms, left .8s 500ms;
    transition: opacity .2s 100ms, left .8s 500ms;
    position: relative;
    opacity: 0; }
    .Tab p p, .Tab__bodyDesc p {
      margin: 0;
      padding: 0; }
    @media (max-width: 1600px) {
      .Tab p, .Tab__bodyDesc {
        font-size: 20px;
        max-width: 400px; } }
    @media (max-width: 1200px) {
      .Tab p, .Tab__bodyDesc {
        font-size: 17px;
        margin-left: 50px; } }
    @media (max-width: 991px) {
      .Tab p, .Tab__bodyDesc {
        max-width: 350px;
        margin-left: 30px;
        left: 0;
        opacity: 1; } }
    @media (max-width: 767px) {
      .Tab p, .Tab__bodyDesc {
        font-size: 15px;
        margin-left: 0;
        max-width: 100%; } }
  .Tab__bodyImg {
    top: -320px;
    position: absolute;
    right: 120px; }
    @media (max-width: 1600px) {
      .Tab__bodyImg {
        top: -250px;
        right: 150px; } }
    @media (max-width: 991px) {
      .Tab__bodyImg {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 80px; } }
    @media (max-width: 767px) {
      .Tab__bodyImg {
        right: inherit;
        top: auto;
        bottom: 0;
        margin-left:0;
        bottom: -50px;
        left: 0;
        width: 130px;
        -webkit-transform: none;
        transform: none;
        position: absolute; } }
  .Tab__bodyImgChild {
    position: absolute;
    top: 195px;
    left: -100px;
    z-index: 1; }
    @media (max-width: 1600px) {
      .Tab__bodyImgChild {
        left: -90px;
        max-width: 150px; } }
    @media(max-width: 1400px) {
      .Tab__bodyImgChild {
        top: 165px;
      }
    }
    @media (max-width: 991px) {
      .Tab__bodyImgChild {
        max-width: 120px;
        left: -70px; } }
  .Tab__bodyImgMain {
    position: relative;
    z-index: 1;
    top: 400px;
    -webkit-transition: .4s ease 20ms;
    transition: .4s ease 20ms; }
    @media (max-width: 1600px) {
      .Tab__bodyImgMain {
        max-width: 240px; } }
    @media (max-width: 1440px) {
      .Tab__bodyItem.active.zingy .Tab__bodyImgBuble {
        right: -120px;
        top: 45%;
      }
      .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
        top: 33%;
      }
      .Tab__bodyImgMain {
        max-width: 200px; } }
    @media (max-width: 1200px) {
      .Tab__bodyImgMain {
        max-width: 170px; } }
    @media (max-width: 767px) {
      .Tab__bodyImgChild {
        top: 40px;
        left: 80px;
      }
      .Tab.child .Tab__bodyImg a.all_link {
        bottom: 135px;
      }
      .Tab__bodyImgMain {
        right: inherit;
        top: inherit;
        max-width: inherit; } }
    @media (max-width: 355px) {
      .Tab__bodyImgMain {
        max-width: 120px; } }
  .Tab__bodyImgBuble {
    position: absolute;
    top: -50px;
    right: -80px;
    max-width: 133px;
    -webkit-transition: .4s ease 10ms;
    transition: .4s ease 10ms; }
    @media (max-width: 1600px) {
      .Tab__bodyImgBuble {
        max-width: 120px; } }
    @media (max-width: 1200px) {
      .Tab__bodyImgBuble {
        max-width: 100px;
        right: -60px; } }
    @media (max-width: 767px) {
      .Tab__bodyImgFruit {
        display: none;
      }
      .Tab__bodyImgBuble {
        left: auto !important;
        right: -80px !important;
        max-width: 133px !important;
        top: 30% !important;
        z-index: 0 !important; } }
  .Tab__bodyImgFruit {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: -150px;
    -webkit-transition: .4s ease;
    transition: .4s ease; }
    @media (max-width: 1600px) {
      .Tab__bodyImgFruit {
        max-width: 200px;
        left: -120px; } }
    @media (max-width: 1200px) {
      .Tab__bodyItem.watermelon.crush.active .Tab__bodyImgFruit {
        right: -70px;
        max-width: 130px;
        top: 30%;
      }
      .Tab__bodyImgFruit {
        max-width: 150px;
        left: -80px; } }
    @media (max-width: 767px) {
      .Tab__bodyImgFruit {
        right: inherit !important;
        left: -50px !important;
        max-width: 80% !important;
        top: 0% !important;
        z-index: 0 !important; } }
  .Tab__bodyItem.crisp .Tab__bodyImgBuble {
    right: inherit;
    left: -100px; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.crisp .Tab__bodyImgBuble {
        left: -80px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.crisp .Tab__bodyImgBuble {
        left: -60px; } }
    @media (max-width: 767px) {
      .Tab__bodyItem.tangy .Tab__bodyImgTops {
        display: none;
      }
      .Tab__bodyItem.crisp .Tab__bodyImgBuble {
        left: auto !important;
        right: -80px !important;
        max-width: 133px !important;
        top: 30% !important;
        z-index: 0 !important; } }
  .Tab__bodyItem.crisp .Tab__bodyImgFruit {
    left: inherit;
    right: -150px; }
    @media (max-width: 991px) {
      .Tab__bodyItem.crisp .Tab__bodyImgFruit {
        right: -90px; } }
    @media (max-width: 767px) {
      .Tab__bodyItem.crisp .Tab__bodyImgFruit {
        right: inherit !important;
        left: -50px !important;
        max-width: 80% !important;
        top: 0% !important;
        z-index: 0 !important; } }
  .Tab__bodyItem.watermelon.active {
    opacity: 1;
    visibility: visible; }
    .Tab__bodyItem.watermelon.active .Tab__bodyImgMain {
      top: 0; }
      @media (max-width: 767px) {
        .Tab__bodyItem.watermelon.active .Tab__bodyImgMain {
          right: inherit;
          top: inherit; } }
    .Tab__bodyItem.watermelon.active .Tab__bodyImgBuble {
      top: 120px; }
    .Tab__bodyItem.watermelon.active .Tab__bodyImgFruit {
      top: 480px; }
  .Tab__bodyItem.crisp.active {
    opacity: 1;
    visibility: visible; }
    .Tab__bodyItem.crisp.active .Tab__bodyImgMain {
      top: 0; }
    .Tab__bodyItem.crisp.active .Tab__bodyImgBuble {
      top: 410px; }
      @media (max-width: 1600px) {
        .Tab__bodyItem.crisp .Tab__bodyImgFruit {
          right: -110px;
        }
        .Tab__bodyItem.crisp.active .Tab__bodyImgFruit {
          top: 200px;
        }
        .Tab__bodyItem.crisp .Tab__bodyImgBuble {
          left: -70px;
        }
        .Tab__bodyItem.crisp.active .Tab__bodyImgBuble {
          top: 340px; } }
    .Tab__bodyItem.crisp.active .Tab__bodyImgFruit {
      top: 230px; }
  .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
    top: 30%;
    max-width: 193px;
    right: -140px; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
        right: -110px;
        top: 43%;
        max-width: 153px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
        top: 20%;
        max-width: 130px;
        right: -70px; } }
  .Tab__bodyItem.tangy.active .Tab__bodyImgFruit {
    z-index: 0;
    top: 310px;
    max-width: 250px;
    left: -110px; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.tangy.active .Tab__bodyImgFruit {
        max-width: 200px;
        left: -90px; 
        top: 270px;} }
    @media (max-width: 991px) {
      .Tab__bodyItem.tangy.active .Tab__bodyImgFruit {
        max-width: 150px;
        left: -70px;
        top: 200px; } }
  .Tab__bodyItem.crush.active .Tab__bodyImgBuble {
    top: 40%;
    max-width: 223px;
    right: -140px; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.crush.active .Tab__bodyImgBuble {
        right: -110px;
        max-width: 193px;
        top: 35%; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.crush.active .Tab__bodyImgBuble {
        max-width: 140px;
        right: -80px;
        top: 40%; } }
  .Tab__bodyItem.crush.active .Tab__bodyImgFruit {
    z-index: 1;
    top: 190px;
    max-width: 250px;
    left: -130px; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.crush.active .Tab__bodyImgFruit {
        max-width: 150px;
        left: -100px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.crush.active .Tab__bodyImgFruit {
        max-width: 120px;
        left: -90px; } }
  .Tab__bodyItem.active.funky .Tab__bodyImgBuble {
    top: -10%;
    max-width: 223px;
    right: -100px;
    z-index: 1; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.funky .Tab__bodyImgBuble {
        right: -90px;
        max-width: 120px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.funky .Tab__bodyImgBuble {
        right: -70px;
        max-width: 100px;
        top: 0; } }
  .Tab__bodyItem.active.funky .Tab__bodyImgFruit {
    left: -110px;
    top: 17%; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.funky .Tab__bodyImgFruit {
        max-width: 170px;
        top: 20%; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.funky .Tab__bodyImgFruit {
        max-width: 130px;
        left: -80px;
        top: 25%; } }
  .Tab__bodyItem.active.zingy .Tab__bodyImgBuble {
    top: 50%;
    max-width: 223px;
    right: -140px; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.zingy .Tab__bodyImgBuble {
        right: -130px;
        max-width: 183px;
         } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.zingy .Tab__bodyImgBuble {
        right: -80px;
        max-width: 140px;
        top: 40%; } }
  .Tab__bodyItem.active.zingy .Tab__bodyImgFruit {
    left: -78px;
    top: 23%;
    width: 128px;
    z-index: 1; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.zingy .Tab__bodyImgFruit {
        max-width: 128px;
      }
      .Tab__bodyItem.active.zingy .Tab__bodyImgFruit {
        left: -80px; 
        top: 25%;} }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.zingy .Tab__bodyImgFruit {
        max-width: 95px;
        left: -70px; } }
  .Tab__bodyItem.active.strawberry .Tab__bodyImgBuble {
    top: 5%;
    max-width: 160px;
    right: -100px;
    left: inherit; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.strawberry .Tab__bodyImgBuble {
        max-width: 130px;
        right: -85px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.strawberry .Tab__bodyImgBuble {
        max-width: 100px;
        right: -60px; } }
  .Tab__bodyItem.active.strawberry .Tab__bodyImgFruit {
    left: -140px;
    top: 37%;
    max-width: 220px;
    z-index: 1; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.strawberry .Tab__bodyImgFruit {
        max-width: 180px;
        left: -125px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.strawberry .Tab__bodyImgFruit {
        left: -100px;
        max-width: 140px; } }
  .Tab__bodyItem.active.orange .Tab__bodyImgBuble {
    top: 35%;
    max-width: 223px;
    right: -160px;
    left: inherit; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.orange .Tab__bodyImgBuble {
        right: -110px;
        max-width: 185px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.orange .Tab__bodyImgBuble {
        right: -80px;
        max-width: 140px;
        top: 40%; } }
  .Tab__bodyItem.active.orange .Tab__bodyImgFruit {
    left: -160px;
    top: 50%; }
    @media (max-width: 1600px) {
      .Tab__bodyItem.active.orange .Tab__bodyImgFruit {
        left: -120px; } }
    @media (max-width: 991px) {
      .Tab__bodyItem.active.orange .Tab__bodyImgFruit {
        left: -80px; } }
  @media (max-width: 767px) {
    .section.history {
      padding: 48px 0;
      overflow: hidden;
      border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
      top: 5% !important;
      width: 133px;
    }
    .Tab__bodyItem.active .Tab__bodyImgBuble {
      top: 25% !important; 

    } }
  @media (max-width: 767px) {
    .Tab__bodyItem.active .Tab__bodyImgFruit {
      top: 55% !important; } }
  @media (max-width: 767px) {
    .Tab__bodyItem.active.funky .Tab__bodyImgBuble {
      top:5% !important; } }
  @media (max-width: 767px) {
    .Tab__bodyItem.active.funky .Tab__bodyImgFruit {
      top: 30% !important; } }

.footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 40px 15px 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center; }
  @media (max-height: 800px) {
    .footer {
      padding: 40px 15px; } }
  @media (max-height: 720px) {
    .footer {
      padding: 30px 15px; } }
  @media (max-height: 660px) {
    .footer {
      padding: 20px 15px; } }
  @media (max-width: 1200px) {
    .Tab__bodyItem.crisp.active .Tab__bodyImgBuble {
        top: 250px;
      }
      .Tab__bodyItem.crisp .Tab__bodyImgFruit {
        right: -80px;
      }
      .Tab__bodyItem.watermelon.crisp.active .Tab__bodyImgFruit {
        top: 170px;
      }
    .Tab__bodyItem.watermelon.tangy.active .Tab__bodyImgFruit {
      top: 200px;
    }
    .Tab__bodyItem.tangy.active .Tab__bodyImgBuble {
      top: 25%;
    }
    .Tab__bodyItem.watermelon.active .Tab__bodyImgFruit {
      top: 400px;
    }
    .footer {
      padding: 20px 15px 30px; } }
  @media (max-width: 991px) {
    .owl-carousel {
      margin-bottom: 50px;
    }
    .footer {
      position: relative; } }
  @media (max-width: 767px) {
    .owl-carousel {
      margin-bottom: 0;
    }
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-top: 10px; } }
  @media (max-width: 1200px) {
    .footer__copyright {
      max-width: 200px; } }
  @media (max-width: 767px) {
    .footer__copyright {
      max-width: 100%;
      font-size: 14px;
      width: 100%;
      margin-bottom: 24px;} }
  @media (max-width: 991px) {
    .footer__contact {
      max-width: 250px;
     } }
  @media (max-width: 767px) {
    .footer__contact {
      max-width: 100%;
      width: 100%;
      font-size: 14px;
      margin-bottom: 24px; } }
  .footer__contact a {
    margin-right: 20px; }
  @media (max-width: 991px) {
    .footer__contact span {
      display: block; } }
  @media (max-width: 991px) {
    .footer__infoWebStudio {
      max-width: 200px;
      width: 100%;
      font-size: 14px;
      } }
  @media (max-width: 767px) {
    .footer__contact span {
      padding-top: 18px;
    }
    .footer__infoWebStudio {
      max-width: 100%; } }
  .footer__infoWebStudio a {
    display: inline-block;
    margin-left: 5px; }
    @media (max-width: 991px) {
      .footer__infoWebStudio a {
        margin-left: 0;
        margin-top: 5px; } }
    @media (max-width: 767px) {
      .footer__infoWebStudio a {
        margin-left: 5px; } }
  .footer .header__socials {
    display: none; }
    @media (max-width: 767px) {
      .footer .header__socials {
        display: -webkit-box;
        display: flex;
        width: 100%;
        margin-bottom: 49px; } }
