@import url("https://use.typekit.net/hbq1myj.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  color: #fff;
  border: none;
  border-color: transparent;
}
a:focus {
  border: none;
  outline: none;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  outline: none;
  border: none;
}

strong, b {
  font-weight: 700;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

section {
  position: relative;
}

.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}

.col, .col--6, .col--4, .col--3 {
  position: relative;
  min-height: 1px;
  float: left;
}

.col--3 {
  width: 25%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .col--3 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col--3 {
    width: 100%;
  }
}
@media screen and (max-width: 1024) {
  .col--3 {
    width: 100%;
  }
}

.col--4 {
  width: 33.33%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .col--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col--4 {
    width: 100%;
  }
}
@media screen and (max-width: 1024) {
  .col--4 {
    width: 100%;
  }
}

.col--6 {
  width: 50%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .col--6 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col--6 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col--6 {
    width: 100%;
  }
}
@media screen and (max-width: 1024) {
  .col--6 {
    width: 100%;
  }
}

.desktop-hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mobile-hidden {
    display: none !important;
  }

  .desktop-hidden {
    display: block !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024) {
  .mobile-hidden {
    display: none !important;
  }

  .desktop-hidden {
    display: block !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .mobile-hidden {
    display: none !important;
  }

  .desktop-hidden {
    display: block !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
sub {
  vertical-align: sub;
}

/**
 * Swiper 5.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  background: -webkit-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  font-size: 16px;
}

body, html {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-y: scroll;
  overflow-x: hidden;
}
body ::-webkit-scrollbar, html ::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
body.body-products, html.body-products {
  overflow: hidden;
  max-height: 100vh;
}
@media (min-width: 101px) and (max-width: 640px) {
  body.body-products, html.body-products {
    overflow: visible;
    max-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.body-products, html.body-products {
    overflow: visible;
    max-height: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  body.body-home, html.body-home {
    overflow: hidden;
    max-height: 100vh;
  }
}

.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.btn {
  font-size: 1em;
  line-height: 44px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 3em;
  display: inline-block;
  padding: 0 3.25em;
  font-weight: 700;
  margin: 30px 0;
  background-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.btn:hover, .btn:focus {
  background-color: #fff;
  color: #01A4D5;
  border: 2px solid #fff;
}
.btn:focus {
  outline: 2px solid #1BA2D3;
}
.btn--primary {
  background-color: #1BA2D3;
  border-color: #1BA2D3;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: #157da3;
  border-color: #157da3;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: #1BA2D3;
  border: 2px solid #fff;
}
.btn--white:hover, .btn--white:focus {
  color: #fff;
  background-color: #0A2245;
  border-color: #0A2245;
}
.btn--navy {
  background-color: transparent;
  color: #0A2245;
  border: 2px solid #0A2245;
}
.btn--navy:hover, .btn--navy:focus {
  color: #fff;
  background-color: #0A2245;
  border-color: #0A2245;
}
.btn--small {
  font-size: 16px;
  line-height: 37px;
  border-width: 1px;
  padding: 0 20px;
}
.btn--small:hover, .btn--small:focus {
  border-width: 1px;
}
.btn--header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 34px;
  padding: 4px 24px 0 24px;
  position: absolute;
  right: 120px;
  top: 3px;
  background-color: #02b3b0;
  color: #fff;
  border-color: #02b3b0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.btn--header:hover svg path {
  fill: #02b3b0;
}
@media (max-width: 1000px) {
  .btn--header {
    display: none;
  }
}
@media (max-width: 340px) {
  .btn--header {
    display: none;
  }
}
.btn--header svg {
  max-width: 20px;
  width: 20px;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.btn--header svg path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn--header-second {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 34px;
  padding: 4px 24px 0 24px;
  position: absolute;
  right: 340px;
  top: 3px;
  background-color: #02b3b0;
  color: white;
  border-color: #02b3b0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.btn--header-secondspan {
  transform: translateY(-1px);
}
.btn--header-second:hover svg path {
  fill: #02b3b0;
}
@media (max-width: 1000px) {
  .btn--header-second {
    display: none;
  }
}
@media (max-width: 340px) {
  .btn--header-second {
    display: none;
  }
}
.btn--header-second svg {
  max-width: 20px;
  width: 20px;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.btn--header-second svg path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.mobile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 374px) {
  .mobile-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mobile-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-size: 16px;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  background-color: white;
  color: #02b3b0;
  border-color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.mobile-buy-btnspan {
  transform: translateY(-1px);
}
.mobile-buy-btn:hover svg path {
  fill: #02b3b0;
}
.mobile-buy-btn svg {
  max-width: 20px;
  width: 20px;
}
.mobile-buy-btn svg path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (min-width: 1000px) {
  .mobile-buy-btn {
    display: none;
  }
}

.btn-span {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .btn-span {
    font-size: 16px;
    line-height: 24px !important;
  }
}

.btn-span-heading {
  transform: translateY(-1px);
}

.mobile-btn-span {
  transform: translateY(1px);
  font-size: 16px;
}

.buttons-container {
  display: flex;
  gap: 10px;
}
@media (max-width: 374px) {
  .buttons-container {
    flex-direction: column;
  }
}

.buy-product-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 3em;
  padding: 14px 22px;
  font-weight: 700;
  margin: 15px 0 30px 0;
  background-color: white;
  color: #00b2b4;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media (min-width: 1000px) {
  .buy-product-btn:hover {
    background: 0b2b4;
    color: white;
  }
  .buy-product-btn:hover svg path {
    fill: white;
  }
}
@media (max-width: 1000px) {
  .buy-product-btn {
    padding: 14px;
    background: white;
    color: #00B2B4;
  }
  .buy-product-btn svg path {
    fill: #00B2B4;
  }
}

.button-img {
  width: 20px;
  height: 20px;
}

.section {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .section {
    padding: 0;
    top: auto;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .section {
    padding: 0;
    top: auto;
    left: auto;
  }
}
.section__wr {
  opacity: 0;
  animation: fadeIn 1.4s ease forwards 0.45s;
}
.section__title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.section__subtitle {
  font-size: 14px;
  line-height: 22px;
}
.section__subtitle i {
  font-style: italic;
}

.page::before {
  content: "";
  background: -webkit-linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  background: linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--home {
  padding-top: 100vh;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--home {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--home {
    padding-top: 0;
  }
}
.page--home .claim {
  opacity: 0;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--home .scroll-down__wr {
    transform: rotate(-90deg);
    margin-left: 10px;
  }
  .page--home .pagin {
    position: relative;
    bottom: 20px;
    width: 100%;
    z-index: 1090;
  }
  .page--home .homeSlides__container {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }
  .page--home .homeSlides__item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--home .scroll-down__wr {
    transform: rotate(-90deg);
    margin-left: 10px;
  }
  .page--home .pagin {
    bottom: 10px;
    width: 100%;
    z-index: 1090;
  }
  .page--home .homeSlides__container {
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .page--home .homeSlides__item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
}
.page--home .page__header {
  position: fixed;
}
.page--home .hamburger {
  position: fixed;
}
.page--brand {
  background: -webkit-linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  background: linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
}
.page--brand .page__wr {
  max-height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr {
    padding-bottom: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr {
    display: flex;
    flex-direction: column;
    max-height: none;
    height: auto;
    padding: 118px 0 160px 0;
  }
  .page--brand .page__wr .first {
    order: 1;
  }
  .page--brand .page__wr .last {
    order: 0;
  }
}
.page--brand .page__wr .top, .page--brand .page__wr .left, .page--brand .page__wr .right {
  position: absolute;
  mix-blend-mode: multiply;
}
.page--brand .page__wr .top {
  top: 100px;
  left: 50%;
  animation: levitate 6s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .page--brand .page__wr .top {
    left: 70%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .top {
    display: none;
  }
}
.page--brand .page__wr .left {
  bottom: 10%;
  left: -3%;
  animation: levitate 4s ease-in-out infinite 0.8s;
}
@media screen and (max-width: 768px) {
  .page--brand .page__wr .left {
    left: -10%;
    bottom: 30%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .left {
    bottom: 0;
    left: -10%;
    width: 130px;
  }
}
.page--brand .page__wr .right {
  right: -8%;
  top: 20%;
  animation: levitate 6s ease-in-out infinite 1.2s;
}
@media screen and (max-width: 768px) {
  .page--brand .page__wr .right {
    right: -30%;
    top: 40%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .right {
    max-width: 200px;
    right: -30%;
  }
}
.page--brand .page__wr .page__inner {
  height: 100vh;
  padding: 0 0% 0 25%;
  width: 100%;
  text-align: left;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--brand .page__wr .page__inner {
    padding: 120px 0% 60px 20%;
  }
}
@media screen and (max-width: 1300px) {
  .page--brand .page__wr .page__inner {
    padding: 60px 0% 60px 60px;
  }
}
@media screen and (max-width: 1300px), screen and (max-height: 900px) {
  .page--brand .page__wr .page__inner {
    padding: 60px 60px 60px 60px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .page__inner {
    height: auto;
    display: block;
    padding: 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  .page--brand .page__wr .page__inner {
    height: auto;
    padding-top: 160px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .page__inner {
    height: auto;
    padding: 0 5%;
  }
}
.page--brand .page__wr .page__inner__wr {
  opacity: 0;
  position: relative;
  z-index: 2;
  animation: slideInBottom 0.75s ease forwards 0.45s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .page__inner__wr {
    animation: fadeIn 0.75s ease forwards 0.45s;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .page__inner__wr {
    animation: fadeIn 0.75s ease forwards 0.45s;
  }
}
.page--brand .page__wr .page__inner.light {
  padding: 0 15% 0 25%;
  color: #000;
  text-align: left;
}
@media (max-width: 1300px) {
  .page--brand .page__wr .page__inner.light {
    padding: 30% 10% 20% 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .page__inner.light {
    padding: 45% 5% 20% 5%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .page__inner.light {
    padding: 28% 5% 20% 5%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .page__inner.light {
    padding: 45% 5% 16% 5%;
    text-align: center;
  }
}
.page--brand .page__wr .page__inner.light::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #fff;
  animation: slideInTopFull 0.65s ease forwards 0.45s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .page__inner.light::after {
    animation: none;
    opacity: 1;
    height: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .page__inner.light::after {
    animation: none;
    opacity: 1;
    height: 100%;
  }
}
.page--brand .page__wr .page__inner.light .page__inner__wr {
  animation: slideInBottom 0.75s ease forwards 1.25s;
}
@media (max-width: 1300px) {
  .page--brand .page__wr .page__inner.light .page__inner__wr br {
    display: none;
  }
  .page--brand .page__wr .page__inner.light .page__inner__wr p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .page__inner.light .page__inner__wr {
    animation: none;
    opacity: 1;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .page__inner.light .page__inner__wr {
    animation: none;
    opacity: 1;
  }
}
.page--brand .page__wr .page__inner--nopadding {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page--brand .page__wr .brand-img {
  mix-blend-mode: multiply;
  margin-bottom: -20px;
  animation: levitate 4s ease-in-out infinite;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--brand .page__wr .brand-img {
    width: 60%;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1300px) {
  .page--brand .page__wr .brand-img {
    width: 60%;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .brand-img {
    width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .brand-img {
    width: 100%;
    margin: 0;
    margin-bottom: -20px;
  }
}
.page--brand .page__wr .brand-img img {
  display: inline-block;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--brand .page__wr .brand-img img {
    max-width: 100%;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .page__wr .brand-img img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1300px) {
  .page--brand .page__wr .brand-img img {
    max-width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr .brand-img img {
    max-width: 80%;
    margin: 0;
  }
}
.page--brand .page__wr .btn {
  margin-top: 10px;
}
.page--brand .page__wr h2 {
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--brand .page__wr h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .page--brand .page__wr h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__wr h2 {
    font-size: 25px;
  }
}
.page--brand .brand-artichoke {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 350px;
  animation: slideInArtichoke 1s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--brand .brand-artichoke {
    max-width: 270px;
  }
}
@media screen and (max-width: 1300px) {
  .page--brand .brand-artichoke {
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--brand .brand-artichoke {
    max-width: 40%;
    animation: none;
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-bottom: -22%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .brand-artichoke {
    animation: none;
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    max-width: 60%;
    margin-bottom: -35%;
  }
}
.page--brand .brand-artichoke img {
  max-width: 100%;
  height: auto;
}
.page--brand .brand-artichoke:before {
  content: "";
  content: "";
  position: absolute;
  top: -8%;
  width: 126%;
  height: 119%;
  background: #000;
  border-radius: 4em;
  left: -22%;
  background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-filter: blur(9px);
  filter: blur(9px);
  opacity: 0.4;
  z-index: -1;
}
.page--brand .page__title {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--brand .page__title {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.page--partners {
  position: relative;
}
.page--partners .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 0;
  animation: levitate 4s ease-in-out infinite;
}
@media screen and (max-width: 1300px) {
  .page--partners .img-bg {
    position: static;
    text-align: center;
    margin-top: 60px;
  }
}
.page--partners .top, .page--partners .left, .page--partners .right, .page--partners .right-top {
  position: absolute;
  mix-blend-mode: multiply;
}
.page--partners .top {
  top: 100px;
  left: 40%;
  animation: levitate 6s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .page--partners .top {
    display: none;
  }
}
.page--partners .left {
  left: 2%;
  top: 50%;
  animation: levitate 4s ease-in-out infinite 0.8s;
}
@media screen and (max-width: 768px) {
  .page--partners .left {
    display: none;
  }
}
.page--partners .right-top {
  right: 5%;
  top: 10%;
  animation: levitate 6s ease-in-out infinite 1.2s;
}
@media screen and (max-width: 768px) {
  .page--partners .right-top {
    display: none;
  }
}
.page--partners .right {
  right: -1%;
  bottom: 10%;
  animation: levitate 6s ease-in-out infinite 1.2s;
}
@media screen and (max-width: 768px) {
  .page--partners .right {
    display: none;
  }
}
.page--404 {
  height: auto !important;
}
.page--404 main {
  overflow: hidden;
  max-height: 100vh;
  position: relative;
}
.page--404 .four-left, .page--404 .zero, .page--404 .four-right {
  position: absolute;
}
@media screen and (max-width: 1300px) {
  .page--404 .four-left, .page--404 .zero, .page--404 .four-right {
    max-width: 40%;
  }
}
.page--404 .top, .page--404 .left, .page--404 .right-bottom, .page--404 .right-top {
  position: absolute;
  mix-blend-mode: multiply;
}
.page--404 .four-left {
  left: 2%;
  top: 10%;
  animation: levitate 4s ease-in-out infinite 0.8s;
}
@media screen and (max-width: 1300px) {
  .page--404 .four-left {
    top: auto;
    bottom: 10%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page--404 .four-left {
    bottom: 14%;
  }
}
.page--404 .four-right {
  right: 5%;
  bottom: -8%;
  animation: levitate 5s ease-in-out infinite 0.8s;
}
@media screen and (max-width: 1300px) {
  .page--404 .four-right {
    bottom: 2%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .page--404 .four-right {
    bottom: 6%;
  }
}
.page--404 .zero {
  left: 20%;
  bottom: -25%;
  animation: levitate 4s ease-in-out infinite 0s;
}
@media screen and (max-width: 1300px) {
  .page--404 .zero {
    bottom: -5%;
    left: 29%;
  }
}
@media screen and (max-width: 768px) {
  .page--404 .zero {
    bottom: 0%;
  }
}
.page--404 .top {
  top: 100px;
  left: 37%;
  animation: levitate 6s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .page--404 .top {
    top: 60px;
    left: 57%;
    max-width: 60px;
  }
}
.page--404 .right-top {
  top: 40px;
  right: -18%;
  animation: levitate 6s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .page--404 .right-top {
    display: none;
  }
}
.page--404 .right-bottom {
  top: 30%;
  right: 5%;
  animation: levitate 4s ease-in-out infinite 0s;
}
@media screen and (max-width: 768px) {
  .page--404 .right-bottom {
    top: auto;
    bottom: 40%;
    right: -5%;
  }
}
.page--404 .left {
  left: 10%;
  bottom: 15%;
  animation: levitate 5s ease-in-out infinite 0.2s;
}
@media screen and (max-width: 1300px) {
  .page--404 .left {
    bottom: 4%;
    left: 2%;
    opacity: 0.4;
    max-width: 56px;
  }
}
.page--contact main {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .page--contact main {
    max-height: none;
  }
}
.page--contact .page__wr {
  opacity: 0;
  animation: fadeIn 1.4s ease forwards 0.45s;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--contact .page__wr {
    padding-top: 0px;
  }
  .page--contact .page__wr .page__inner {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--contact .page__wr {
    padding-top: 0px;
  }
  .page--contact .page__wr .page__inner {
    padding-top: 40px;
  }
}
.page--contact .page__wr .disclaimer {
  text-align: center;
}
.page--contact .page__wr .disclaimer span {
  display: block;
}
.page--contact .page__wr .disclaimer a {
  text-decoration: underline;
  display: inline-block;
  margin: 10px 10px;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.page--contact .page__wr .disclaimer a:hover {
  opacity: 0.7;
}
.page--contact .page__wr .contact {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin: 40px 0 20px;
  display: inline-block;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--contact .page__wr .contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .page--contact .page__wr .contact {
    margin-top: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--contact .page__wr .contact {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--contact .page__wr .contact {
    margin-top: 0;
  }
}
.page--contact .page__wr .contact:hover {
  opacity: 0.7;
}
.page--contact .page__wr figure {
  margin: 70px 0;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--contact .page__wr figure {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1300px) {
  .page--contact .page__wr figure {
    margin: 30px 0;
    width: 70%;
    display: inline-block;
  }
  .page--contact .page__wr figure img {
    max-width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--contact .page__wr figure {
    margin: 40px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--contact .page__wr figure {
    margin: 40px auto;
  }
}
.page--contact .top, .page--contact .left, .page--contact .right, .page--contact .bottom-left, .page--contact .bottom-right {
  position: absolute;
  mix-blend-mode: multiply;
}
.page--contact .top {
  top: 100px;
  left: 37%;
  animation: levitate 6s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .page--contact .top {
    display: none;
  }
}
.page--contact .left {
  left: -12%;
  bottom: -2%;
  animation: levitate 4s ease-in-out infinite 0.8s;
}
@media screen and (max-width: 768px) {
  .page--contact .left {
    display: none;
  }
}
.page--contact .bottom-right {
  right: 10%;
  bottom: 5%;
  animation: levitate 6s ease-in-out infinite 0.2s;
}
@media screen and (max-width: 768px) {
  .page--contact .bottom-right {
    display: none;
  }
}
.page--contact .bottom-left {
  left: 20%;
  bottom: 5%;
  animation: levitate 6s ease-in-out infinite 1.32s;
}
@media screen and (max-width: 768px) {
  .page--contact .bottom-left {
    display: none;
  }
}
.page--contact .right {
  right: 5%;
  top: 30%;
  animation: levitate 6s ease-in-out infinite 1.32s;
}
@media screen and (max-width: 768px) {
  .page--contact .right {
    display: none;
  }
}
.page--jaga::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 0;
  background: #fff;
  z-index: 0;
  opacity: 0;
  animation: slideInRightBg 0.65s ease forwards 1s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga::after {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga::after {
    display: none;
  }
}
.page--jaga .hamburger::before, .page--jaga .hamburger::after {
  background: #000;
  opacity: 0;
  animation: fadeIn 0.65s ease forwards 1.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .hamburger::before, .page--jaga .hamburger::after {
    background: #fff;
    animation: none;
    opacity: 1;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .hamburger::before, .page--jaga .hamburger::after {
    background: #fff;
    animation: none;
    opacity: 1;
  }
}
.page--jaga .hamburger.close::before, .page--jaga .hamburger.close::after {
  background: #fff;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--jaga .col--3 {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .page--jaga .col--3 {
    width: 30%;
  }
}
@media screen and (max-width: 1024) {
  .page--jaga .col--3 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .col--3 {
    width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .col--3 {
    width: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--jaga .col--6 {
    width: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .page--jaga .col--6 {
    width: 40%;
  }
}
@media screen and (max-width: 1024) {
  .page--jaga .col--6 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .col--6 {
    width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .col--6 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .page__wr {
    padding-bottom: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .page__wr {
    padding-bottom: 0;
  }
}
.page--jaga .page__inner {
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .page__inner {
    padding: 0 15%;
  }
}
.page--jaga .page__inner .text {
  padding: 0 0px;
  opacity: 0;
  animation: slideInTop 0.65s ease forwards 1.75s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .page__inner .text {
    animation: slideInTop 0.65s ease forwards 0.45s;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .page__inner .text {
    animation: slideInTop 0.65s ease forwards 0.45s;
  }
}
.page--jaga .page__inner .text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.page--jaga .page__inner .text .desc {
  margin-bottom: 40px;
}
.page--jaga .page__inner .text.second {
  animation: slideInBottom 0.65s ease forwards 1.75s;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .page__inner .text.second {
    background: #fff;
    padding: 60px 10%;
    margin: 0 -22%;
    animation: none;
    opacity: 1;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .page__inner .text.second {
    background: #fff;
    padding: 60px 10%;
    margin: 0 -6%;
    animation: slideInTop 0.65s ease forwards 0.45s;
  }
}
.page--jaga .jaga {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-52%, 0);
  -moz-transform: translate(-52%, 0);
  transform: translate(-52%, 0);
  opacity: 0;
  animation: jagaScale 0.85s ease forwards 0.4s;
  z-index: -1;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--jaga .jaga {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .page--jaga .jaga {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .jaga {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
    width: 85%;
    opacity: 0;
    animation: fadeIn 0.65s ease 0.45s forwards;
    margin: 40px 20px 0 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .jaga {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
    width: 85%;
    opacity: 0;
    animation: fadeIn 0.65s ease 0.45s forwards;
    margin: 40px 20px;
    margin-bottom: 0;
  }
}
.page--jaga .jaga .play-button {
  bottom: 25%;
  height: 74px;
  width: 74px;
  margin-left: 40px;
  border-radius: 40px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .jaga .play-button {
    margin-left: 6px;
    bottom: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .jaga .play-button {
    margin-left: 6px;
  }
}
.page--jaga .jaga .play-button::before {
  border-width: 8px 0 8px 12px;
  margin-left: -4px;
  margin-top: -8px;
}
.page--jaga .jaga .play-button:hover {
  background-color: #fff;
}
.page--jaga .jaga .play-button:hover::before {
  border-color: transparent transparent transparent #1BA2D3;
}
.page--jaga .jaga img {
  display: inline-block;
}
@media screen and (min-width: 1200px), screen and (max-height: 900px) {
  .page--jaga .jaga img {
    max-width: 1400px;
  }
}
@media screen and (min-width: 2000px) {
  .page--jaga .jaga img {
    max-width: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--jaga .jaga img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1300px) {
  .page--jaga .jaga img {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--jaga .jaga img {
    margin-left: -52%;
    max-width: 200%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--jaga .jaga img {
    max-width: 200%;
    margin-left: -50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--ingredients {
    height: 100vh;
    overflow: hidden;
  }
}
@media (max-height: 960px) {
  .page--ingredients .page__inner p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (min-width: 321px) and (max-width: 640px) and (max-height: 750px) {
  .page--ingredients .page__inner p {
    font-size: 14px;
    line-height: 23px;
  }
}
.page--ingredients .page__title {
  background: #fff;
  color: #003B79;
  padding: 120px 0 120px 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .page--ingredients .page__title {
    padding-bottom: 80px;
  }
}
@media (max-height: 940px) {
  .page--ingredients .page__title {
    padding-bottom: 80px;
  }
}
@media (max-width: 1500px) {
  .page--ingredients .page__title {
    padding-bottom: 100px;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page--ingredients .page__title {
    padding: 120px 0 100px 0;
  }
}
@media screen and (max-width: 1300px) {
  .page--ingredients .page__title {
    padding: 120px 0 100px 0;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .page--ingredients .page__title {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--ingredients .page__title {
    padding: 0px 0 70px 0;
    margin-top: -1px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--ingredients .page__title {
    padding: 20px 0 80px 0;
    margin-top: -1px;
  }
}
.page--ingredients .hamburger::before, .page--ingredients .hamburger::after {
  background: #003B79;
}
.page--ingredients .hamburger.close::before, .page--ingredients .hamburger.close::after {
  background: #fff;
}
.page--ingredients .page__wr {
  opacity: 0;
  animation: fadeIn 1.4s ease forwards 0.45s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--ingredients .page__wr {
    animation: none;
    opacity: 1;
    padding: 0;
    height: auto;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--ingredients .page__wr {
    animation: none;
    opacity: 1;
    padding: 0;
    height: auto;
  }
}
.page--ingredients .page__inner {
  padding: 0px 0 0;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--ingredients .page__inner {
    padding-top: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--ingredients .page__inner {
    padding-top: 0;
  }
}
.page--products {
  opacity: 0;
  animation: fadeIn 1.4s ease forwards 0.45s;
}
.page--products.under .page__header {
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--products .hamburger.dark::before, .page--products .hamburger.dark::after {
    background: #fff;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--products .hamburger.dark::before, .page--products .hamburger.dark::after {
    background: #fff;
  }
}
.page--products .artichoke-bottom {
  bottom: -8%;
  left: 50%;
  z-index: 2;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.page--products .artichoke-bottom.hide {
  opacity: 0;
}
@media screen and (max-width: 1600px) {
  .page--products .artichoke-bottom {
    bottom: -16%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .page--products .artichoke-bottom {
    bottom: -16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page--products .artichoke-bottom {
    bottom: -10%;
    z-index: 0;
    opacity: 0.5;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page--products .artichoke-bottom {
    bottom: -17%;
    z-index: 0;
    opacity: 0.5;
  }
}
.page__wr {
  display: table;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page__wr {
    padding: 140px 0 60px 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__wr {
    padding: 118px 0 60px 0;
  }
}
.page__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__inner {
    padding: 0 5%;
  }
  .page__inner h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page__inner {
    padding: 0 5%;
  }
  .page__inner h2 br {
    display: none;
  }
}
.page__inner--video {
  padding: 0 25%;
}
@media screen and (max-width: 1300px) {
  .page__inner--video {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page__inner--video {
    padding: 0 5%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__inner--video {
    padding: 0 5%;
  }
}
.page__inner--video .video-wrapper {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.page__inner--video .video-wrapper.hide-cover .video-wrapper__bg {
  opacity: 0;
  visibility: hidden;
}
.page__inner--video .video-wrapper.hide-cover .play-button, .page__inner--video .video-wrapper.hide-cover .jaga {
  opacity: 0;
  visibility: hidden;
}
.page__inner--video .video-wrapper__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #01D5D1 10%, #04ADB2 100%);
  background: -moz-linear-gradient(top, #01D5D1 10%, #04ADB2 100%);
  background: linear-gradient(top, #01D5D1 10%, #04ADB2 100%);
  z-index: 1;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease;
  -ms-transition: opacity 0.35s ease, visibility 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.page__inner--video .video-wrapper__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #01D5D1;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.page__inner--video .video-wrapper .jaga {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-52%, 0%);
  -moz-transform: translate(-52%, 0%);
  transform: translate(-52%, 0%);
  max-width: 94%;
  z-index: 20;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease;
  -ms-transition: opacity 0.35s ease, visibility 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.page__inner--video .video-wrapper .play-button {
  top: 66%;
  height: 74px;
  width: 74px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 40px;
  z-index: 30;
  -webkit-transition: opacity 0.35s ease, background 0.35s ease, visibility 0.35s ease;
  -moz-transition: opacity 0.35s ease, background 0.35s ease, visibility 0.35s ease;
  -ms-transition: opacity 0.35s ease, background 0.35s ease, visibility 0.35s ease;
  -o-transition: opacity 0.35s ease, background 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, background 0.35s ease, visibility 0.35s ease;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__inner--video .video-wrapper .play-button {
    width: 44px;
    height: 44px;
    top: 75%;
  }
}
.page__inner--video .video-wrapper .play-button::before {
  border-width: 8px 0 8px 12px;
  margin-left: -4px;
  margin-top: -8px;
}
.page__inner--video .video-wrapper .play-button:hover {
  background-color: #fff;
}
.page__inner--video .video-wrapper .play-button:hover::before {
  border-color: transparent transparent transparent #1BA2D3;
}
.page__inner--video .video-wrapper:hover .video-wrapper__bg:before {
  opacity: 1;
}
.page__inner--video .video-wrapper:hover .play-button {
  background: #fff;
}
.page__inner--video .video-wrapper:hover .play-button::before {
  border-color: transparent transparent transparent #1BA2D3;
}
.page__inner--video video {
  display: block;
  width: 100%;
  height: auto;
}
.page__inner ul.socials {
  margin-top: 15px;
}
.page__inner ul.socials li {
  display: inline-block;
  margin: 0 10px;
}
.page__inner ul.socials li a {
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.page__inner ul.socials li a:hover {
  opacity: 0.7;
}
.page__inner p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
.page__inner .brand-img {
  margin-bottom: 40px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__inner .brand-img {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px), screen and (max-height: 900px) {
  .page__inner .brand-img {
    max-width: 100%;
  }
  .page__inner .brand-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page__inner .brand-img {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.page__inner .brand-img img {
  min-width: 560px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page__inner .brand-img img {
    min-width: 500px;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .page__inner .brand-img img {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    position: static;
    min-width: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__inner .brand-img img {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    position: static;
    min-width: 0;
  }
}
.page__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1060;
  padding: 50px 60px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page__header .buttons {
  display: flex;
  gap: 16px;
  padding-right: 48px;
  margin-top: -14px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__header .buttons {
    display: none;
  }
}
.page__header .buttons .btn {
  margin: 0;
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__header {
    padding: 30px 20px;
    position: absolute;
  }
  .page__header .logo {
    width: 40%;
    display: inline-block;
  }
}
.page__header .back-home {
  position: absolute;
  bottom: -20px;
  margin-left: 4px;
  padding-left: 36px;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition: opacity 0.45s ease, transform 0.45s ease;
  -moz-transition: opacity 0.45s ease, transform 0.45s ease;
  -ms-transition: opacity 0.45s ease, transform 0.45s ease;
  -o-transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
@media screen and (max-height: 800px) {
  .page__header .back-home {
    display: none;
  }
}
@media (max-width: 1200px) {
  .page__header .back-home {
    display: none;
  }
}
.page__header .back-home a {
  font-size: 14px;
  line-height: 20px;
  transition: opacity 0.3s ease;
}
.page__header .back-home a:hover {
  opacity: 0.6;
}
.page__header .back-home::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 21px;
  height: 1px;
  background-color: #fff;
}
.page__header .back-home::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 5px 2.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.page__header .claim {
  position: absolute;
  bottom: -40px;
  padding-left: 36px;
  display: none;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition: opacity 0.45s ease, transform 0.45s ease;
  -moz-transition: opacity 0.45s ease, transform 0.45s ease;
  -ms-transition: opacity 0.45s ease, transform 0.45s ease;
  -o-transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .page__header .claim {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .page__header .claim {
    display: none;
  }
}
.page__header .claim p {
  font-size: 14px;
  line-height: 20px;
}
.page__header .claim::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 21px;
  height: 1px;
  background-color: #fff;
}
.page__header .claim.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page__header--white {
    background: #fff;
    position: relative;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .page__header--white {
    background: #fff;
    position: relative;
  }
}

.scroll-down {
  -webkit-animation: bounce1 1.8s ease-in-out infinite;
  animation: bounce1 1.8s ease-in-out infinite;
}

.about-shortcut {
  position: fixed;
  bottom: 60px;
  left: 60px;
  z-index: 100;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 1300px) {
  .about-shortcut {
    display: none;
  }
}
.about-shortcut figure img {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: perspective(600px) translate3d(0, 0, 0) rotateX(0) rotateY(0deg) rotateZ(0deg);
  opacity: 1;
  -webkit-box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.45s ease, transform 0.45s ease;
  -moz-transition: box-shadow 0.45s ease, transform 0.45s ease;
  -ms-transition: box-shadow 0.45s ease, transform 0.45s ease;
  -o-transition: box-shadow 0.45s ease, transform 0.45s ease;
  transition: box-shadow 0.45s ease, transform 0.45s ease;
}
.about-shortcut h4 img {
  position: absolute;
  top: 44px;
  right: -88px;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.about-shortcut:hover figure img {
  -webkit-box-shadow: -20px 30px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -20px 30px 50px rgba(0, 0, 0, 0.2);
  box-shadow: -20px 30px 50px rgba(0, 0, 0, 0.2);
  perspective: 500px;
  transform: perspective(600px) translate3d(0, 0px, 20px) rotateX(0) rotateY(20deg) rotateZ(0deg);
}
.about-shortcut:hover h4 img {
  right: -100px;
}

.artichoke-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 101px) and (max-width: 640px) {
  .artichoke-bottom {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .artichoke-bottom.hide {
    opacity: 0;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .artichoke-bottom.hide {
    opacity: 0;
    z-index: 0;
  }
}

.play-button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  z-index: 3;
  -webkit-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
  -ms-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  transition: background-color 0.45s ease;
}
.play-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: border-color 0.45s ease;
  -moz-transition: border-color 0.45s ease;
  -ms-transition: border-color 0.45s ease;
  -o-transition: border-color 0.45s ease;
  transition: border-color 0.45s ease;
}

.right-corner-scroll {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 100;
}

.hamburger {
  position: absolute;
  right: 60px;
  top: 50px;
  width: 46px;
  height: 46px;
  margin: -18px -10px;
  z-index: 1099;
  cursor: pointer;
}
@media (min-width: 101px) and (max-width: 640px) {
  .hamburger {
    right: 20px;
    top: 38px;
    position: fixed;
  }
}
.hamburger.fix {
  position: fixed;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
  top: 18px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  -moz-transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  -ms-transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  -o-transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.hamburger::after {
  -webkit-transform: translate(0, 9px);
  -moz-transform: translate(0, 9px);
  transform: translate(0, 9px);
}
.hamburger:hover::after {
  width: 18px;
}
.hamburger.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.close:hover::after {
  width: 26px;
}

.page--ingredients::before {
  background: -webkit-linear-gradient(top, #0A2245 30%, #1BA2D3 100%);
  background: -moz-linear-gradient(top, #0A2245 30%, #1BA2D3 100%);
  background: linear-gradient(top, #0A2245 30%, #1BA2D3 100%);
}
.page--ingredients .back-home {
  opacity: 0;
  animation: fadeIn 0.65s ease forwards 1.3s;
}
.page--ingredients .back-home a {
  color: #000;
}
.page--ingredients .back-home:before {
  background: #000;
}
.page--ingredients .back-home:after {
  border-color: transparent #000 transparent transparent;
}

@media screen and (max-height: 900px) {
  .page--jaga .back-home {
    display: none;
  }
}

.page--ingredients .back-home {
  bottom: -6px;
}

.hamburger.dark::before, .hamburger.dark::after {
  background: #003B79;
}
@media screen and (max-width: 768px) {
  .hamburger.dark::before, .hamburger.dark::after {
    background: #fff;
  }
}
.hamburger.dark.close::before, .hamburger.dark.close::after {
  background: #fff;
}

.popup {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  transition: opacity 0.35s ease, visibility 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .popup {
    background: -webkit-linear-gradient(top, #0A2245 0%, rgba(1, 213, 209, 0.6) 100%);
    background: -moz-linear-gradient(top, #0A2245 0%, rgba(1, 213, 209, 0.6) 100%);
    background: linear-gradient(top, #0A2245 0%, rgba(1, 213, 209, 0.6) 100%);
  }
}
.popup--banner {
  backdrop-filter: blur(3px);
}
.popup--banner .popup__wrapper {
  opacity: 0;
  max-width: 1000px;
}
@media screen and (max-width: 600px) {
  .popup--banner .popup__wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .popup--banner .popup__wrapper {
    max-width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .popup--banner .popup__close {
    top: 3rem;
  }
}
.popup--banner.show .popup__wrapper {
  animation: fadeIn 0.65s ease forwards 1s;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 1280px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .popup__wrapper {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .popup__wrapper {
    max-width: 80%;
  }
}
.popup__wrapper .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.popup__wrapper .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.popup__wrapper .img-wrapper img {
  max-width: 100%;
  height: auto;
}
.popup__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.popup__close {
  position: absolute;
  cursor: pointer;
  top: 4em;
  right: 4em;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: background 0.35s ease;
  cursor: pointer;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
  z-index: 100;
}
@media screen and (max-height: 900px) {
  .popup__close {
    top: 4em;
    right: 2em;
  }
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  top: 23px;
  cursor: pointer;
  transition: background 0.35s ease;
}
.popup__close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup__close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup__close:hover {
  background: #fff;
}
.popup__close:hover:before, .popup__close:hover:after {
  background: #0A2245;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}

.brand-header {
  font-size: 38px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (min-width: 101px) and (max-width: 640px) {
  .brand-header {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 900px) {
  .brand-header {
    margin-bottom: 20px;
    margin-top: 90px;
  }
}
.brand-header strong {
  font-size: 127px;
  display: block;
  font-weight: 700;
}
@media (min-width: 101px) and (max-width: 640px) {
  .brand-header strong {
    font-size: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 900px) {
  .brand-header strong {
    font-size: 90px;
  }
}
.brand-header span {
  padding-left: 20%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .brand-header span {
    padding-left: 31.5%;
  }
}

.brand-text p {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .brand-text p {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-height: 900px) {
  .brand-text p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .brand-text p {
    margin-bottom: 1rem;
  }
}
.brand-text .btn {
  margin-bottom: 0;
}
@media (min-width: 101px) and (max-width: 640px) {
  .brand-text .btn {
    width: 100%;
  }
}

.page-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1720px;
  padding: 200px 60px 120px 60px;
  min-height: 100vh;
}
.page-container--small {
  max-width: 1256px;
}
.page-container--404 {
  display: grid;
  padding-top: 0;
  padding-bottom: 0;
  place-content: center;
  max-width: 720px;
}
@media screen and (max-width: 1300px) {
  .page-container--404 {
    display: block;
    padding-top: 200px;
    place-content: flex-start;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-container {
    padding: 140px 20px 0px 20px;
  }
}
.page-container h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .page-container h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.partners-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 32px;
  column-gap: 16px;
}
@media screen and (max-width: 1400px) {
  .partners-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .partners-list {
    row-gap: 20px;
  }
}
.partners-list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  aspect-ratio: 1.3;
}
@media screen and (max-width: 640px) {
  .partners-list a {
    aspect-ratio: 1;
  }
}
.partners-list a:hover span {
  color: #00213B;
  padding-left: 16px;
}
.partners-list a:hover .line {
  width: 0;
  transform: translateX(150%);
}
.partners-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 20px;
  padding-left: 0;
  color: transparent;
  font-weight: bold;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.partners-list .line {
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.partners-list img {
  max-width: 100%;
  height: auto;
}

.page-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .page-col {
    gap: 15px;
  }
}
.page-col a {
  transition: opacity 0.35s ease;
}
.page-col a:hover {
  opacity: 0.6;
}
.page-col .contact {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .page-col .contact {
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-col .title {
    font-size: 16px;
  }
}
.page-col .list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .page-col .list {
    gap: 10px;
    font-size: 14px;
  }
}
.page-col .list a {
  text-decoration: underline;
}
.page-col p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .page-col p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-col p br {
    display: none;
  }
}

.fade-in-section {
  opacity: 0;
  animation: slideInBottom 0.75s ease forwards 0.45s;
}

.page404 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page404 .page__title {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page404 .page__title {
    font-size: 23px;
  }
}
.page404 .btn {
  display: inline-flex;
  align-self: flex-start;
  padding: 0 1.25em;
}
@media screen and (max-width: 640px) {
  .page404 .btn {
    margin-top: 1rem;
  }
}

@media (min-width: 101px) and (max-width: 640px) {
  .homeSlides__container .ingredients__list__pagination .swiper-pagination-bullet {
    color: transparent;
    width: 29%;
    font-size: 0;
  }
}
.partners {
  opacity: 0;
  animation: slideInBottom 0.75s ease forwards 0.45s;
  position: relative;
  z-index: 1;
}

.menu {
  position: fixed;
  top: 0;
  right: -606px;
  bottom: 0;
  width: 606px;
  background: -webkit-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  -webkit-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  -moz-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  -ms-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  -o-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  z-index: 1070;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .menu {
    right: -500px;
    width: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .menu {
    right: -500px;
    width: 500px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu {
    width: 100%;
    right: -100%;
    overflow: hidden;
    -webkit-transition: right 0.35s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    -moz-transition: right 0.35s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    -ms-transition: right 0.35s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    -o-transition: right 0.35s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    transition: right 0.35s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  }
}
.menu.opened {
  right: 0;
  -webkit-box-shadow: -20px 0px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -20px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: -20px 0px 50px rgba(0, 0, 0, 0.1);
}
.menu::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 60px;
  width: 80%;
  height: 642px;
  background: url("../../assets/images/decor@2x.png") no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu::before {
    left: 50%;
    height: 100%;
    width: 120%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.menu__items {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10vh;
  height: 100%;
  width: 100%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu__items {
    padding-top: 4vh;
  }
}
.menu__items ul {
  vertical-align: middle;
  padding: 0 80px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .menu__items ul {
    padding: 2rem 80px 0;
  }
}
@media screen and (max-width: 1300px) {
  .menu__items ul {
    padding: 2rem 80px 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu__items ul {
    padding: 1rem 40px 0;
    margin: auto 0;
    padding-bottom: 10vh;
  }
}
@media (min-width: 101px) and (max-width: 640px) and (max-height: 740px) {
  .menu__items ul {
    padding-bottom: 5vh;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu__items ul li {
    margin: 5vh 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) and (max-height: 740px) {
  .menu__items ul li {
    margin: 2vh 0;
  }
}
.menu__items ul a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 80px;
  -webkit-transition: text-shadow 0.45s ease;
  -moz-transition: text-shadow 0.45s ease;
  -ms-transition: text-shadow 0.45s ease;
  -o-transition: text-shadow 0.45s ease;
  transition: text-shadow 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .menu__items ul a {
    line-height: 70px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu__items ul a {
    line-height: 60px;
    font-size: 25px;
  }
}
.menu__items ul a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 0px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: width 0.45s ease, opacity 0.45s ease;
  -moz-transition: width 0.45s ease, opacity 0.45s ease;
  -ms-transition: width 0.45s ease, opacity 0.45s ease;
  -o-transition: width 0.45s ease, opacity 0.45s ease;
  transition: width 0.45s ease, opacity 0.45s ease;
}
.menu__items ul a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.menu__items ul a:hover::before {
  width: 20px;
}
.menu__socials {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: none;
}
.menu__socials ul {
  width: 100%;
  display: flex;
  text-align: center;
}
.menu__socials ul li {
  display: inline-block;
  width: 50%;
}
.menu__socials ul li a {
  display: block;
  color: #fff;
  line-height: 134px;
  -webkit-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
  -ms-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  transition: background-color 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .menu__socials ul li a {
    line-height: 6rem;
  }
}
@media screen and (max-width: 1300px) {
  .menu__socials ul li a {
    line-height: 6rem;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu__socials ul li a {
    line-height: 5rem;
  }
}
.menu__socials ul li a img {
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
.menu__socials ul li a:hover {
  background-color: #03b9bc;
  background-color: rgba(255, 255, 255, 0.15);
}
.menu__socials ul li a:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
}
.menu__socials ul li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.menu-bottom {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 30%;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 1060;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .menu-bottom {
    bottom: 20px;
  }
}
.menu-bottom a {
  text-align: center;
  color: #fff;
  flex: 1 0 25%;
  padding: 10px 0;
  font-size: 14px;
  border-top: 2px solid transparent;
  margin-top: -2px;
  opacity: 0.3;
  -webkit-transition: opacity 0.45s ease, border-color 0.45s ease;
  -moz-transition: opacity 0.45s ease, border-color 0.45s ease;
  -ms-transition: opacity 0.45s ease, border-color 0.45s ease;
  -o-transition: opacity 0.45s ease, border-color 0.45s ease;
  transition: opacity 0.45s ease, border-color 0.45s ease;
}
.menu-bottom a.active {
  opacity: 1;
  border-color: #fff;
}

.menu-btns {
  display: flex;
  border-top: 1px solid #ffffff3d;
}

.menu-buy-btn {
  height: 100px;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (min-width: 101px) and (max-width: 640px) {
  .menu-buy-btn {
    font-size: 23px;
  }
}
.menu-buy-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.menu-buy-btn:first-of-type {
  border-right: 1px solid #ffffff3d;
}

.intro {
  text-align: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: linear-gradient(top, #0A2245 0%, #01A4D5 100%);
}
.intro__wr {
  display: table;
  width: 100%;
  height: 100vh;
}
.intro__inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .intro__inner {
    padding: 0 10%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .intro {
    padding: 0 5%;
  }
}
.intro h2 {
  margin-bottom: 30px;
  font-style: italic;
}
@media screen and (max-width: 1300px) {
  .intro h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.intro figure {
  display: inline-block;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .intro figure {
    max-width: 40%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .intro figure {
    margin-top: 60px;
    padding-top: 0;
  }
}
@media (max-width: 640px) and (min-width: 321px) and (min-device-height: 812px) and (orientation: portrait) {
  .intro figure {
    margin-top: 60px;
  }
}
.intro figure img {
  opacity: 0;
}
@media (max-width: 1920px) and (max-height: 980px) {
  .intro figure img {
    max-width: 85%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .intro figure img {
    max-width: 85%;
  }
}
@media screen and (max-width: 1300px) {
  .intro figure img {
    max-width: 60%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .intro figure img {
    opacity: 1;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .intro figure img {
    opacity: 1;
    max-width: 100%;
  }
}
.intro .layer-0, .intro .layer-1, .intro .layer-2, .intro .layer-3 {
  position: absolute;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1300px) {
  .intro .layer-0, .intro .layer-1, .intro .layer-2, .intro .layer-3 {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .intro .layer-0, .intro .layer-1, .intro .layer-2, .intro .layer-3 {
    max-width: 80%;
  }
}
.intro .layer-0 {
  z-index: 0;
  bottom: 48%;
}
.intro .layer-1 {
  z-index: 10;
  bottom: 15%;
}
.intro .layer-2 {
  z-index: 11;
  bottom: 20%;
}
.intro .layer-3 {
  z-index: 12;
  width: 100%;
  height: auto;
  bottom: 20%;
}
@media screen and (max-width: 1300px) {
  .intro .layer-3 {
    max-width: 100%;
  }
}
.intro__bottom {
  margin-top: -30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 100;
}
@media (min-width: 101px) and (max-width: 640px) {
  .intro__bottom {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .intro__bottom h2 {
    font-size: 20px;
  }
}

.ingredients {
  text-align: center;
  padding: 0 10%;
  padding-bottom: 120px;
  height: 100Vh;
  overflow: visible;
  perspective: 400px;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .ingredients {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients {
    padding: 30px 10% 0 10%;
    overflow: hidden;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients .col--3 {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients .col--3 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients .col--3 {
    width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients .col--3 {
    width: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients .col--6 {
    width: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients .col--6 {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients .col--6 {
    width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients .col--6 {
    width: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients {
    padding: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients {
    padding: 0;
  }
}
.ingredients__wr {
  transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__wr {
    display: table;
    width: 100%;
    height: 100vh;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__wr {
    padding: 0 5%;
    padding-top: 90px;
    display: table;
    height: 100vh;
  }
  .ingredients__wr .ingredients__inner {
    display: table-cell;
    vertical-align: middle;
  }
  .ingredients__wr p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__wr p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
}
.ingredients__artichoke {
  display: table;
  width: 100%;
  height: 100vh;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__artichoke {
    height: 46vh;
  }
}
.ingredients__artichoke__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.ingredients__artichoke__wr {
  transform-style: preserve-3d;
}
.ingredients__artichoke__wr::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30%;
  height: 90px;
  background: #000;
  border-radius: 4em;
  left: 50%;
  background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-filter: blur(9px);
  filter: blur(9px);
  -webkit-transform: translate(-50%, 120px);
  -moz-transform: translate(-50%, 120px);
  transform: translate(-50%, 120px);
  opacity: 0.4;
  z-index: -1;
  animation: dropShadow 2.8s ease-in-out infinite;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke__wr::before {
    bottom: 80px;
    height: 35px;
  }
}
.ingredients__artichoke figure {
  position: relative;
  margin-top: -120px;
  z-index: 2;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__artichoke figure {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__artichoke figure {
    padding-top: 30px;
    margin-top: -60px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure {
    padding-top: 0;
    margin: 20px 18% 10px 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__artichoke figure {
    margin-top: 0px;
  }
}
.ingredients__artichoke figure #artichoke {
  animation: levitate 2.8s ease-in-out infinite;
  z-index: 5;
  max-height: 80vh;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__artichoke figure #artichoke {
    max-width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__artichoke figure #artichoke {
    max-width: 80%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure #artichoke {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__artichoke figure #artichoke {
    max-width: 49%;
  }
}
.ingredients__artichoke figure .ingredient {
  position: absolute;
  z-index: 10;
  animation: levitateRotate 2.8s ease-in-out infinite 0.6s;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__artichoke figure .ingredient {
    max-width: 20%;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__artichoke figure .ingredient {
    max-width: 20%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure .ingredient {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__artichoke figure .ingredient {
    max-width: 15%;
  }
}
.ingredients__artichoke figure .ingredient.berry, .ingredients__artichoke figure .ingredient.nut {
  z-index: -1;
}
.ingredients__artichoke figure .ingredient.bubble_front {
  top: 86%;
  left: 11%;
  margin-left: -64px;
  mix-blend-mode: multiply;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure .ingredient.bubble_front {
    margin-left: -22px;
  }
}
.ingredients__artichoke figure .ingredient.bubble_left {
  top: 67%;
  left: -12%;
  mix-blend-mode: multiply;
  animation: levitateRotate 2s ease-in-out infinite 1s;
}
.ingredients__artichoke figure .ingredient.olive {
  right: -23%;
  top: 40%;
  animation: levitateRotate 2s ease-in-out infinite;
}
.ingredients__artichoke figure .ingredient.berry {
  left: -4%;
  top: 1%;
  mix-blend-mode: multiply;
  animation: levitateRotate 2.8s ease-in-out infinite 0.6s;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure .ingredient.berry {
    left: 10%;
    top: 4%;
  }
}
.ingredients__artichoke figure .ingredient.nut {
  right: -8%;
  top: 12%;
  mix-blend-mode: multiply;
  animation: levitateRotate 2.4s ease-in-out infinite 0.8s;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure .ingredient.nut {
    right: 14%;
    top: 6%;
  }
}
.ingredients__artichoke figure .btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1300px) {
  .ingredients__artichoke figure .btn {
    margin: 0 -10%;
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__artichoke figure .btn {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__artichoke figure .btn {
    display: none;
  }
}
.ingredients__title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20em;
  font-weight: bold;
  z-index: 0;
  letter-spacing: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.06;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__title {
    font-size: 16em;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__title {
    font-size: 12em;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__title {
    font-size: 4em;
    margin-top: -40px;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__title {
    font-size: 7em;
    margin-top: -30px;
  }
}
.ingredients__text {
  display: table;
  height: 100vh;
  width: 100%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text {
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__text {
    height: 7vh;
  }
}
.ingredients__text__wr {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .ingredients__text__wr {
    padding: 0 5%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text__wr {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__text__wr {
    padding: 0 10%;
  }
}
.ingredients__text__wr p {
  font-size: 20px;
  line-height: 31px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text__wr p {
    font-size: 15px;
    line-height: 25px;
  }
}
.ingredients__text__wr p strong, .ingredients__text__wr p span {
  display: block;
}
.ingredients__text__wr p span {
  margin-bottom: 30px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text__wr p span {
    margin-bottom: 10px;
  }
}
.ingredients__text__wr .btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__text__wr .btn {
    margin: 25px 0px;
    display: inline-block;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text__wr .btn {
    margin: 30px 0 15px 0;
    display: inline-block;
    line-height: 40px;
  }
}
.ingredients__text.left .ingredients__text__wr p {
  text-align: left;
  -webkit-transform: translate(-22%, -200px);
  -moz-transform: translate(-22%, -200px);
  transform: translate(-22%, -200px);
  width: 200%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__text.left .ingredients__text__wr p {
    -webkit-transform: translate(12%, -200px);
    -moz-transform: translate(12%, -200px);
    transform: translate(12%, -200px);
    font-size: 17px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__text.left .ingredients__text__wr p {
    -webkit-transform: translate(0%, -140px);
    -moz-transform: translate(0%, -140px);
    transform: translate(0%, -140px);
    font-size: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__text.left .ingredients__text__wr p {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: auto;
    text-align: center;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text.left .ingredients__text__wr p {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: auto;
    text-align: center;
  }
}
.ingredients__text.right .ingredients__text__wr p {
  text-align: right;
  -webkit-transform: translate(24%, 225px);
  -moz-transform: translate(24%, 225px);
  transform: translate(24%, 225px);
  width: 118%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__text.right .ingredients__text__wr p {
    -webkit-transform: translate(-34%, 200px);
    -moz-transform: translate(-34%, 200px);
    transform: translate(-34%, 200px);
    font-size: 17px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__text.right .ingredients__text__wr p {
    -webkit-transform: translate(-9%, 172px);
    -moz-transform: translate(-9%, 172px);
    transform: translate(-9%, 172px);
    font-size: 17px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) and (max-height: 680px) {
  .ingredients__text.right .ingredients__text__wr p {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__text.right .ingredients__text__wr p {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: auto;
    text-align: center;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__text.right .ingredients__text__wr p {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: auto;
    text-align: center;
    font-size: 14px;
  }
}

.products {
  text-align: center;
  height: 100vh;
  z-index: 10;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products {
    overflow: hidden;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products {
    overflow: hidden;
    padding-top: 0;
  }
}
.products .left-bottom, .products .left, .products .right, .products .right-bottom {
  position: absolute;
  mix-blend-mode: multiply;
}
.products .left {
  left: 5%;
  top: 30%;
  animation: levitate 4s ease-in-out infinite 1.2s;
}
@media screen and (max-width: 768px) {
  .products .left {
    display: none;
  }
}
.products .left-bottom {
  left: 5%;
  bottom: 10%;
  animation: levitate 4s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .products .left-bottom {
    display: none;
  }
}
.products .right-bottom {
  right: 21%;
  bottom: 18%;
  animation: levitate 4s ease-in-out infinite 1.2s;
}
@media screen and (max-width: 768px) {
  .products .right-bottom {
    display: none;
  }
}
.products .right {
  right: 10%;
  top: 15%;
  animation: levitate 4s ease-in-out infinite 0.6s;
}
@media screen and (max-width: 768px) {
  .products .right {
    display: none;
  }
}
.products__wrap {
  display: table;
  width: 100%;
  height: 100vh;
}
.products__inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.products__list {
  display: inline-block;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list {
    margin: -50px 0 0;
    width: 69%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list {
    margin: 30px 5% 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list {
    margin: 30px 0 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list .close-product-desc {
    position: absolute;
    top: 105px;
    right: 5%;
    z-index: 1090;
    color: #fff;
    display: inline-block !important;
    background: transparent;
    border: 2px solid #fff;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    line-height: 42px;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease;
    -moz-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
  }
  .products__list .close-product-desc span {
    width: 26px;
    height: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .products__list .close-product-desc span:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .products__list .close-product-desc span:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -84px;
  }
  .products__list .close-product-desc.show {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list .close-product-desc {
    position: absolute;
    top: 140px;
    right: 5%;
    z-index: 1090;
    color: #fff;
    display: inline-block !important;
    background: transparent;
    border: 2px solid #fff;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    line-height: 42px;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease;
    -moz-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
  }
  .products__list .close-product-desc span {
    width: 26px;
    height: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .products__list .close-product-desc span:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .products__list .close-product-desc span:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -84px;
  }
  .products__list .close-product-desc.show {
    opacity: 1;
  }
}
.products__list:hover .products__list__item {
  opacity: 0.2;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list:hover .products__list__item {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list:hover .products__list__item {
    opacity: 1;
  }
}
.products__list:hover .products__list__item:hover {
  opacity: 1;
  z-index: 100;
}
.products__list:hover .products__list__item:hover .floating {
  opacity: 1;
  transform: translateX(-50%) rotate(0);
}
.products__list__item {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  z-index: 2;
}
.products__list__item.wide {
  width: 10%;
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .products__list__item.wide {
    width: 15.5%;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item.wide {
    width: 15%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item.wide {
    width: 17%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item.wide img.ingredient {
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item.wide img.ingredient {
    max-width: 100%;
    margin-left: 3%;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .products__list__item.wide img.ingredient {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item.wide-mask {
    width: 19%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item.wide-mask img.ingredient {
    max-width: 95%;
    margin-left: 6%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .products__list__item.wide-mask img.ingredient {
    margin-bottom: 11px;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item {
    width: 16%;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item {
    width: 12%;
    margin: 0 0px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item {
    position: relative;
    margin: 0 0px;
  }
}
.products__list__item .floating {
  background: #0A2245;
  color: #fff;
  border-color: #0A2245;
  animation: none;
  opacity: 1;
  padding: 0;
  width: 3em;
  position: absolute;
  bottom: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.02);
  left: 50%;
  z-index: 10;
  transform: translate(-50%) rotate(-240deg);
  opacity: 0;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item .floating {
    bottom: -1%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item .floating {
    bottom: -3%;
  }
}
.products__list__item .floating img {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
  margin-left: 3px;
}
.products__list__item:hover img.ingredient {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:hover img.ingredient {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:hover img.ingredient {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.products__list__item:hover .description {
  visibility: visible;
  animation: slideInLeftt 0.45s ease-in-out forwards;
  opacity: 1;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:hover .description {
    visibility: hidden;
    animation: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:hover .description {
    visibility: hidden;
    animation: none;
  }
}
.products__list__item img.ingredient {
  vertical-align: bottom;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item img.ingredient {
    max-width: 82%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item img.ingredient {
    max-width: 90%;
  }
}
@media screen and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .products__list__item img.ingredient {
    max-width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item img.ingredient {
    max-width: 85%;
    max-height: 68vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item img.ingredient {
    max-width: 100%;
    height: 70vh;
  }
}
.products__list__item .description {
  position: absolute;
  top: 0;
  left: 115%;
  width: 250px;
  z-index: 10;
  text-align: left;
  padding-top: 190px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .products__list__item .description {
    left: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item .description {
    padding-top: 100px;
    left: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item .description {
    padding-top: 100px;
    left: 108%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item .description {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    text-align: center;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item .description {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    text-align: center;
    padding-top: 120px;
  }
}
.products__list__item .description h3 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.products__list__item .description h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item .description h3::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item .description h3::before {
    display: none;
  }
}
.products__list__item .description p {
  font-weight: 400;
  margin-bottom: 15px;
}
.products__list__item .description ul {
  display: none;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item .description ul {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item .description ul {
    display: block;
  }
}
.products__list__item .description ul li {
  position: relative;
  display: block;
  line-height: 30px;
  padding-left: 20px;
}
.products__list__item .description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #98BB39;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item .description ul li::before {
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item .description ul li::before {
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -12px;
  }
}
.products__list__item .description .btn.btn--pink {
  background-color: #DC0476;
  color: white;
  border-color: #DC0476;
}
.products__list__item .description .btn.btn--pink:hover, .products__list__item .description .btn.btn--pink:focus {
  background-color: #fff;
  border-color: #fff;
  color: #DC0476;
}
.products__list__item .description .btn.btn--green {
  background-color: #98BB39;
  color: white;
  border-color: #98BB39;
}
.products__list__item .description .btn.btn--green:hover, .products__list__item .description .btn.btn--green:focus {
  background-color: #fff;
  border-color: #fff;
  color: #98BB39;
}
.products__list__item .description .btn.btn--violet {
  background-color: #9B20A0;
  color: white;
  border-color: #9B20A0;
}
.products__list__item .description .btn.btn--violet:hover, .products__list__item .description .btn.btn--violet:focus {
  background-color: #fff;
  border-color: #fff;
  color: #9B20A0;
}
.products__list__item .description .btn.btn--cyan {
  background-color: #43D6EB;
  color: white;
  border-color: #43D6EB;
}
.products__list__item .description .btn.btn--cyan:hover, .products__list__item .description .btn.btn--cyan:focus {
  background-color: #fff;
  border-color: #fff;
  color: #43D6EB;
}
.products__list__item .description .btn.btn--yellow {
  background-color: #F0A801;
  color: white;
  border-color: #F0A801;
}
.products__list__item .description .btn.btn--yellow:hover, .products__list__item .description .btn.btn--yellow:focus {
  background-color: #fff;
  border-color: #fff;
  color: #F0A801;
}
.products__list__item .description .btn.btn--blue {
  background-color: #00BBFF;
  color: white;
  border-color: #00BBFF;
}
.products__list__item .description .btn.btn--blue:hover, .products__list__item .description .btn.btn--blue:focus {
  background-color: #fff;
  border-color: #fff;
  color: #00BBFF;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item .description .btn {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item .description .btn {
    display: inline-block !important;
  }
}
.products__list__item:nth-child(6) .description, .products__list__item:nth-child(7) .description, .products__list__item:nth-child(8) .description, .products__list__item:nth-child(9) .description {
  left: -95%;
  text-align: right;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .products__list__item:nth-child(6) .description, .products__list__item:nth-child(7) .description, .products__list__item:nth-child(8) .description, .products__list__item:nth-child(9) .description {
    left: -146%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:nth-child(6) .description, .products__list__item:nth-child(7) .description, .products__list__item:nth-child(8) .description, .products__list__item:nth-child(9) .description {
    left: 0;
    text-align: center;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:nth-child(6) .description, .products__list__item:nth-child(7) .description, .products__list__item:nth-child(8) .description, .products__list__item:nth-child(9) .description {
    left: 0;
    text-align: center;
    right: 0;
  }
}
.products__list__item:nth-child(6) .description h3::before, .products__list__item:nth-child(7) .description h3::before, .products__list__item:nth-child(8) .description h3::before, .products__list__item:nth-child(9) .description h3::before {
  left: auto;
  right: -40px;
}
.products__list__item:nth-child(6) .description ul li, .products__list__item:nth-child(7) .description ul li, .products__list__item:nth-child(8) .description ul li, .products__list__item:nth-child(9) .description ul li {
  padding-left: 0px;
  padding-right: 20px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:nth-child(6) .description ul li, .products__list__item:nth-child(7) .description ul li, .products__list__item:nth-child(8) .description ul li, .products__list__item:nth-child(9) .description ul li {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:nth-child(6) .description ul li, .products__list__item:nth-child(7) .description ul li, .products__list__item:nth-child(8) .description ul li, .products__list__item:nth-child(9) .description ul li {
    padding-right: 0;
  }
}
.products__list__item:nth-child(6) .description ul li::before, .products__list__item:nth-child(7) .description ul li::before, .products__list__item:nth-child(8) .description ul li::before, .products__list__item:nth-child(9) .description ul li::before {
  left: auto;
  right: 0;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item:nth-child(7) .description, .products__list__item:nth-child(6) .description {
    left: -152%;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item:nth-child(7) .description, .products__list__item:nth-child(6) .description {
    left: auto;
    right: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:nth-child(7) .description, .products__list__item:nth-child(6) .description {
    left: 0px;
    right: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:nth-child(7) .description, .products__list__item:nth-child(6) .description {
    left: 0;
    text-align: center;
    right: 0;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .products__list__item:nth-child(8) .description {
    left: -100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item:nth-child(8) .description {
    left: -162%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:nth-child(8) .description {
    left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .products__list__item:nth-child(9) {
    margin-left: -5px;
  }
}
@media screen and (min-width: 1801px) and (max-width: 1920px) {
  .products__list__item:nth-child(9) .floating {
    left: 70% !important;
  }
}
@media (min-width: 1800px) {
  .products__list__item:nth-child(9) .floating {
    left: 60%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .products__list__item:nth-child(9) .description {
    left: -103%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item:nth-child(9) .description {
    left: -162%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:nth-child(9) .description {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:nth-child(9) .description {
    left: 0px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item.hide img {
    opacity: 0.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item.hide img {
    opacity: 0.2;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item.show .description {
    opacity: 1;
    visibility: visible;
    display: grid;
    place-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item.show .description {
    opacity: 1;
    visibility: visible;
    display: grid;
    place-content: center;
  }
}
.products__list__item:nth-child(6) img.ingredient, .products__list__item:nth-child(7) img.ingredient {
  margin-bottom: 2px;
}
.products__list__item:nth-child(8) img.ingredient {
  margin-left: 10%;
  margin-bottom: -6px;
}
.products__list__item:nth-child(8) img.ingredient.edge-hack {
  margin-bottom: 18px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item:nth-child(8) img.ingredient {
    margin-bottom: 0px;
    margin-left: 13%;
  }
  .products__list__item:nth-child(8) img.ingredient.edge-hack {
    margin-bottom: 20px;
  }
}
.products__list__item:nth-child(9) img.ingredient {
  margin-left: 5%;
  margin-bottom: -6px;
}
.products__list__item:nth-child(9) img.ingredient.edge-hack {
  margin-bottom: 18px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item:nth-child(9) img.ingredient {
    margin-bottom: 0;
    margin-left: 16%;
  }
  .products__list__item:nth-child(9) img.ingredient.edge-hack {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__list__item:nth-child(9) img.ingredient {
    width: 76%;
    margin-left: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__list__item:nth-child(9) img.ingredient {
    max-width: 100%;
    margin-top: -29px;
    margin-left: 0;
  }
}
.products__list__item:nth-child(9) .floating {
  left: 65%;
}
@media screen and (max-width: 1300px) {
  .products__list__item:nth-child(9) .floating {
    left: 49%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__list__item:nth-child(9) .floating {
    left: 62%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .products__title {
    margin-top: -10px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__title {
    margin-top: -70px;
    margin-bottom: 30px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__title {
    margin-top: -76px;
    margin-bottom: 30px;
    z-index: 100;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__title h2 {
    margin-top: 20px;
  }
}
.products__title .choose-product {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  margin-top: 20px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__title .choose-product {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .products__title .choose-product {
    display: none;
  }
}
.products__title .choose-product .arrow {
  position: absolute;
  top: 0;
  left: 30%;
  -webkit-transform: rotate(158deg);
  -moz-transform: rotate(158deg);
  transform: rotate(158deg);
  animation: arrowMotion 1.75s linear infinite;
}
.products__title .choose-product span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px;
}
.products__title.fade {
  opacity: 0.2;
}

@media (min-width: 101px) and (max-width: 640px) {
  .productsHomeSlides__container {
    width: 80vw;
    overflow: visible;
    position: relative;
  }
  .productsHomeSlides__wr {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .productsHomeSlides__item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .productsHomeSlides__item:last-child {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .productsHomeSlides__container {
    width: 80vw;
    overflow: visible;
    position: relative;
  }
  .productsHomeSlides__wr {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .productsHomeSlides__item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-left: -3px;
  }
  .productsHomeSlides__item:last-child {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .productsHomeSlides__wr {
    margin-left: -5%;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .products__title {
    margin-top: -40px;
    margin-bottom: -20px;
  }
}

.media {
  padding: 0 10%;
  height: 100vh;
  text-align: center;
  z-index: 10;
}
@media (min-width: 2500px) {
  .media {
    padding: 0 20%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .media {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1300px) {
  .media {
    padding: 0 5%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .media {
    padding: 0 5%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media {
    padding: 0 20%;
  }
}
.media__wr {
  display: table;
  width: 100%;
  height: 100vh;
}
@media (min-width: 101px) and (max-width: 640px) {
  .media__wr {
    display: block;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__wr {
    display: block;
    width: auto;
    height: 100vh;
  }
}
.media__inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .media__inner {
    display: block;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__inner {
    display: block;
    width: auto;
    height: 100vh;
  }
}
.media .row {
  margin-bottom: 90px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .media .row {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .media .row {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .media .row {
    padding-top: 80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) and (min-width: 321px) and (min-device-height: 812px) and (orientation: portrait) {
  .media .row {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media .row {
    padding-top: 25vh;
  }
}
.media__box {
  display: block;
  position: relative;
  margin: 0 30px;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .media__box {
    margin: 0 20px;
    height: 367px;
  }
}
@media screen and (max-width: 1300px) {
  .media__box {
    margin: 0 20px;
    height: 290px;
    overflow: hidden;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .media__box {
    margin: 0 10px;
    height: 352px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__box {
    height: 360px;
    overflow: hidden;
  }
}
.media__box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 274px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(top, #1BA2D3 10%, #04ADB2 100%);
  background: -moz-linear-gradient(top, #1BA2D3 10%, #04ADB2 100%);
  background: linear-gradient(top, #1BA2D3 10%, #04ADB2 100%);
}
@media screen and (max-width: 1300px) {
  .media__box::before {
    height: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__box::before {
    height: 280px;
  }
}
.media__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 274px;
  background: #1BA2D3;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media screen and (max-width: 1300px) {
  .media__box::after {
    height: 210px;
  }
}
.media__box__inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__box__inner {
    display: block;
    height: 100%;
  }
}
.media__box__inner img {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 1300px) {
  .media__box__inner img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__box__inner img {
    max-width: 67%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .media__box__inner img {
    max-width: 88%;
  }
}
.media__box__inner h5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .media__box__inner h5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .media__box__inner h5 {
    margin-bottom: 15px;
  }
}
.media__box__inner a {
  display: block;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .media__box__inner a {
    height: 100%;
  }
}
.media__box:hover {
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
@media (min-width: 101px) and (max-width: 640px) {
  .media__box:hover {
    transform: none;
  }
}
.media__box:hover::after {
  opacity: 1;
}
.media__box:hover img {
  -webkit-transform: translate3d(0px, -8px, 0) scale(1.05);
  -moz-transform: translate3d(0px, -8px, 0) scale(1.05);
  transform: translate3d(0px, -8px, 0) scale(1.05);
}
.media__box:hover a {
  color: #fff;
}
.media__box:hover .play-button {
  background-color: #fff;
}
.media__box:hover .play-button::before {
  border-color: transparent transparent transparent #1BA2D3;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .media__box.jaga img {
    margin-top: -14px;
  }
}

@media (min-width: 101px) and (max-width: 640px) {
  .mediaSlides__wr {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .mediaSlides__item {
    float: none;
    flex-shrink: 0;
    transition-property: transform;
  }

  .mediaSlides-prev, .mediaSlides-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    z-index: 100;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    line-height: 90px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: opacity 0.45s ease;
    -moz-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
  }
  .mediaSlides-prev img, .mediaSlides-next img {
    display: inline-block;
    vertical-align: middle;
  }
  .mediaSlides-prev.swiper-button-disabled, .mediaSlides-next.swiper-button-disabled {
    opacity: 0;
  }
  .mediaSlides-prev {
    left: -45px;
  }
  .mediaSlides-prev img {
    margin-left: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mediaSlides-next {
    right: -45px;
  }
  .mediaSlides-next img {
    margin-right: 25px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mediaSlides__wr {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .mediaSlides__item {
    float: none;
    flex-shrink: 0;
    transition-property: transform;
  }

  .mediaSlides-prev, .mediaSlides-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    z-index: 100;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin-top: -65px;
    line-height: 90px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: opacity 0.45s ease;
    -moz-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
  }
  .mediaSlides-prev img, .mediaSlides-next img {
    display: inline-block;
    vertical-align: middle;
  }
  .mediaSlides-prev.swiper-button-disabled, .mediaSlides-next.swiper-button-disabled {
    opacity: 0;
  }
  .mediaSlides-prev {
    left: -45px;
  }
  .mediaSlides-prev img {
    margin-left: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mediaSlides-next {
    right: -45px;
  }
  .mediaSlides-next img {
    margin-right: 25px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.ingredients__list {
  width: 75vw;
  height: 700px;
  margin-top: -54px;
  overflow: visible;
  height: auto;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__list {
    width: 90vw;
    margin-top: -15px;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__list {
    width: 90vw;
    margin-top: -15px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list {
    width: 100vw;
    margin-top: -40px;
    height: auto;
  }
}
.ingredients__list__item {
  display: flex;
  text-align: left;
  flex-direction: column;
  height: auto;
  text-align: left;
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__item {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.ingredients__list__item.swiper-slide-active .description, .ingredients__list__item.swiper-slide-active .ingredients-products, .ingredients__list__item.swiper-slide-next .description, .ingredients__list__item.swiper-slide-next .ingredients-products, .ingredients__list__item.swiper-slide-next + .ingredients__list__item .description, .ingredients__list__item.swiper-slide-next + .ingredients__list__item .ingredients-products {
  opacity: 1;
}
@media (max-width: 1500px) {
  .ingredients__list__item.swiper-slide-next + .ingredients__list__item .description, .ingredients__list__item.swiper-slide-next + .ingredients__list__item .ingredients-products {
    opacity: 0.4;
  }
}
.ingredients__list__item .banner {
  max-height: 170px;
}
@media (max-width: 1600px) {
  .ingredients__list__item .banner {
    max-height: 152px;
    margin-top: -20px;
  }
}
@media (max-width: 1500px) {
  .ingredients__list__item .banner {
    max-height: 170px;
  }
}
@media (max-width: 1300px) {
  .ingredients__list__item .banner {
    max-height: 88px;
  }
}
@media (max-height: 940px) {
  .ingredients__list__item .banner {
    max-height: 110px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .ingredients__list__item .banner {
    margin-top: -26px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__item .banner {
    margin-top: 0;
  }
}
@media (min-width: 321px) and (max-width: 640px) and (max-height: 750px) {
  .ingredients__list__item .banner {
    max-height: 72px;
  }
}
.ingredients__list__item .banner img {
  margin-left: -24%;
  max-width: 115%;
  margin-bottom: 15px;
}
@media (max-width: 1800px) {
  .ingredients__list__item .banner img {
    max-width: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients__list__item .banner img {
    max-width: 100%;
  }
}
@media (max-height: 960px) {
  .ingredients__list__item .banner img {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .ingredients__list__item .banner img {
    margin-left: -14%;
    max-width: 70%;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .ingredients__list__item .banner img {
    margin-left: -14%;
    max-width: 65%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1300px) {
  .ingredients__list__item .banner img {
    max-width: 67%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__item .banner img {
    margin-left: -20%;
    max-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .ingredients__list__item .banner img {
    margin-left: -10%;
    max-width: 120%;
    max-height: 110px;
  }
}
@media (min-width: 101px) and (max-width: 480px) {
  .ingredients__list__item .banner img {
    margin-left: -24%;
    max-width: 120%;
    max-height: 110px;
  }
}
@media (min-width: 321px) and (max-width: 640px) and (max-height: 750px) {
  .ingredients__list__item .banner img {
    max-width: 100%;
  }
}
.ingredients__list__item .description {
  padding-right: 15px;
  margin-bottom: 30px;
  opacity: 0.4;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (max-width: 1500px) {
  .ingredients__list__item .description {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__item .description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__item .description {
    min-height: 271px;
    margin-bottom: 40px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__item .description {
    padding-right: 0;
    margin-bottom: 40px;
    height: 253px;
  }
}
@media (min-width: 321px) and (max-width: 640px) and (max-height: 750px) {
  .ingredients__list__item .description {
    height: 168px;
    overflow: scroll;
    min-height: auto;
    margin-bottom: 20px;
  }
}
.ingredients__list__item .description h2 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin: 10px 0 15px;
  text-wrap: pretty;
}
@media (min-width: 768px) and (max-height: 800px) {
  .ingredients__list__item .description h2 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .ingredients__list__item .description h2 br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ingredients__list__item .description h2 {
    font-size: 19px;
    line-height: 26px;
  }
}
.ingredients__list__item .description p {
  text-wrap: pretty;
}
@media (max-width: 1300px) {
  .ingredients__list__item .description p {
    font-size: 13px;
  }
}
@media (max-width: 1600px) {
  .ingredients__list__item .description p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__item .description p {
    font-size: 14px;
  }
}
.ingredients__list__item .ingredients-products {
  opacity: 0.4;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.ingredients__list__item .ingredients-products ul {
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .ingredients__list__item .ingredients-products ul {
    max-width: 70%;
  }
}
@media (max-width: 1410px) {
  .ingredients__list__item .ingredients-products ul {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__item .ingredients-products ul {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__item .ingredients-products ul {
    max-width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__item .ingredients-products ul {
    max-width: 100%;
  }
}
.ingredients__list__item .ingredients-products ul li {
  display: inline-block;
  width: 11%;
}
@media (max-width: 1880px) {
  .ingredients__list__item .ingredients-products ul li {
    width: 12%;
  }
}
@media (max-width: 1410px) {
  .ingredients__list__item .ingredients-products ul li {
    width: 10.66%;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__item .ingredients-products ul li {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__item .ingredients-products ul li {
    width: 13%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__item .ingredients-products ul li {
    width: 11.66%;
  }
}
.ingredients__list__item .ingredients-products ul li a {
  display: block;
  position: relative;
}
.ingredients__list__item .ingredients-products ul li a p {
  position: absolute;
  bottom: 0%;
  width: 300%;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  text-wrap: pretty;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (max-width: 1300px) {
  .ingredients__list__item .ingredients-products ul li a p {
    width: 600%;
    font-size: 11px;
  }
}
.ingredients__list__item .ingredients-products ul li a p strong {
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}
.ingredients__list__item .ingredients-products ul li a p br {
  display: none;
}
@media (min-width: 768px) and (max-height: 800px) {
  .ingredients__list__item .ingredients-products ul li a p {
    color: transparent;
  }
  .ingredients__list__item .ingredients-products ul li a p strong {
    color: white;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__item .ingredients-products ul li a p {
    display: none;
  }
}
.ingredients__list__item .ingredients-products ul li a:hover p {
  opacity: 1;
}
@media (min-width: 768px) and (max-height: 800px) {
  .ingredients__list__item .ingredients-products ul li a:hover p {
    color: transparent;
  }
  .ingredients__list__item .ingredients-products ul li a:hover p strong {
    color: white;
  }
}
.ingredients__list__item .ingredients-products ul li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  opacity: 0.2;
}
@media (max-width: 2100px) {
  .ingredients__list__item .ingredients-products ul li img {
    max-width: 60px;
  }
}
@media (max-width: 1880px) {
  .ingredients__list__item .ingredients-products ul li img {
    width: 56px;
  }
}
@media (max-width: 1600px) {
  .ingredients__list__item .ingredients-products ul li img {
    max-width: 53px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__item .ingredients-products ul li img {
    max-width: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__item .ingredients-products ul li img {
    max-width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__item .ingredients-products ul li img {
    max-width: 45px;
  }
}
.ingredients__list__item .ingredients-products ul li.present img {
  opacity: 1;
}
.ingredients__list__item .ingredients-products ul li.old {
  margin-left: 5px;
}
.ingredients__list__item .ingredients-products ul li.old img {
  margin-bottom: -2px;
}
.ingredients__list__item .ingredients-products ul li.hidden {
  opacity: 0;
  visibility: hidden;
}
.ingredients__list__pagination {
  position: fixed;
  width: 50%;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media (max-width: 1500px) {
  .ingredients__list__pagination {
    width: 70%;
    bottom: 20px;
  }
}
@media (max-height: 960px) {
  .ingredients__list__pagination {
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ingredients__list__pagination {
    font-size: 13px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__pagination {
    width: 90%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__pagination {
    width: 90%;
    bottom: 20px;
  }
}
.ingredients__list__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10%;
  border-top: 2px solid #fff;
  opacity: 0.2;
  font-family: "effra", sans-serif;
  padding-top: 10px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.ingredients__list__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1500px) {
  .ingredients__list__pagination .swiper-pagination-bullet {
    width: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ingredients__list__pagination .swiper-pagination-bullet {
    color: transparent;
    width: 9%;
    font-size: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .ingredients__list__pagination .swiper-pagination-bullet {
    color: transparent;
    width: 4%;
    font-size: 0;
  }
}

.products__wr {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__wr {
    background-position: center 66%;
    background-size: contain;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__wr {
    background-position: center 66%;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__wr.static {
    position: static;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__wr.static {
    position: static;
  }
}
.products__wr .front-layer, .products__wr .back-layer {
  position: absolute;
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.products__wr .front-layer.hide, .products__wr .back-layer.hide {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .products__wr .front-layer.hide, .products__wr .back-layer.hide {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__wr .front-layer.hide, .products__wr .back-layer.hide {
    opacity: 1;
    visibility: visible;
  }
}
.products__wr .front-layer {
  z-index: 15;
  top: 33%;
  margin-left: -25%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .products__wr .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  .products__wr .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__wr .front-layer {
    max-width: 100%;
    left: 25%;
  }
}
.products__wr .back-layer {
  z-index: 1;
  top: 35%;
  margin-left: -16%;
}
@media (min-width: 101px) and (max-width: 640px) {
  .products__wr .back-layer {
    max-width: 100%;
    left: 15%;
  }
}

#odzywka-spray {
  background: url("../images/products/odzywka-spray_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 160%;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #odzywka-spray {
    background-position: 23% 27%;
  }
}

#maska-regeneracja {
  background: url("../images/products/maska-regeneracja_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #maska-regeneracja {
    background-position: 23% 27%;
  }
}

#serum {
  background: url("../images/products/serum_bg.png");
  background-repeat: no-repeat;
  background-position: 50% -65%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #serum {
    background-position: 23% 27% !important;
  }
}
#serum .front-layer {
  top: 27%;
  margin-left: -32%;
}
#serum .back-layer {
  top: 31%;
  margin-left: -46%;
}

#spray, #szampon {
  background: url("../images/products/spray_bg.png");
  background-repeat: no-repeat;
  background-position: 50% -65%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #spray, #szampon {
    background-position: 89% 148% !important;
  }
}
#spray .front-layer, #szampon .front-layer {
  top: 37%;
  margin-left: -43%;
}
#spray .back-layer, #szampon .back-layer {
  top: 23%;
  margin-left: -26%;
}

#suplement-biotyna {
  background: url("../images/products/suplement_bg.png");
  background-repeat: no-repeat;
  background-position: 50% -65%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #suplement-biotyna {
    background-position: 89% 148% !important;
  }
}
#suplement-biotyna .front-layer {
  top: 37%;
  margin-left: -43%;
}
#suplement-biotyna .back-layer {
  top: 23%;
  margin-left: -26%;
}

#suplement-skrzyp {
  background: url("../images/products/suplement2_bg.png");
  background-repeat: no-repeat;
  background-position: 50% -65%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #suplement-skrzyp {
    background-position: 89% 148% !important;
  }
}
#suplement-skrzyp .front-layer {
  top: 37%;
  margin-left: -43%;
}
#suplement-skrzyp .back-layer {
  top: 23%;
  margin-left: -26%;
}

#maska {
  background: url("../images/products/mask_bg.png");
  background-repeat: no-repeat;
  background-position: 50% -70%;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #maska {
    background-position: 50% 130% !important;
  }
}
#maska .front-layer {
  top: 46%;
  margin-left: -41%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #maska .front-layer {
    top: 68%;
    margin-left: -60%;
  }
}
#maska .back-layer {
  top: 41%;
  margin-left: -26%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #maska .back-layer {
    top: 13%;
    margin-left: -76%;
  }
}

.product {
  display: table;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background: -webkit-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #01A4D5 100%);
  background: linear-gradient(top, #0A2245 0%, #01A4D5 100%);
}
@media (min-width: 101px) and (max-width: 640px) {
  .product {
    padding-top: 30px;
  }
}
.product.swiper-slide-active .product__title {
  animation: textSlideIn 0.45s ease 0.95s forwards;
}
.product.swiper-slide-active .product-btn {
  animation: fadeIn 0.45s ease 0.95s forwards;
}
.product__navigation {
  position: absolute;
  z-index: 1060;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__navigation {
    bottom: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .product__navigation {
    bottom: 40px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__navigation {
    position: absolute;
    bottom: 20px;
  }
}
.product__navigation.hide {
  opacity: 0;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__navigation.hide {
    opacity: 0;
  }
}
.product__navigation .pagination {
  max-width: 768px;
  overflow: hidden;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__navigation .pagination {
    max-width: 85%;
  }
}
.product__navigation .swiper-slide {
  font-weight: 700;
  padding: 0 15px;
  opacity: 0.6;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.product__navigation .swiper-slide:hover {
  opacity: 1;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__navigation .swiper-slide {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1100px) {
  .product__navigation .swiper-slide {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__navigation .swiper-slide {
    font-size: 19px;
    padding: 0 15px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__navigation .swiper-slide {
    padding: 0 15px;
    font-size: 19px;
    font-size: 15px;
  }
}
.product__navigation .swiper-slide.swiper-pagination-bullet-active, .product__navigation .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__navigation .swiper-slide.swiper-pagination-bullet-active, .product__navigation .swiper-slide.swiper-slide-active {
    display: inline-block;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__navigation .swiper-slide.swiper-pagination-bullet-active, .product__navigation .swiper-slide.swiper-slide-active {
    display: inline-block;
  }
}
.product__navigation .next, .product__navigation .prev {
  opacity: 1;
  flex-grow: 0;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__navigation .next, .product__navigation .prev {
    display: inline-block;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__navigation .next, .product__navigation .prev {
    display: inline-block;
  }
}
.product__navigation .next img, .product__navigation .prev img {
  margin-top: -1px;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.product__navigation .next.swiper-button-disabled img, .product__navigation .prev.swiper-button-disabled img {
  opacity: 0;
}
.product__navigation .prev img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product__navigation .next img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product__carousel {
  vertical-align: middle;
  width: 100%;
  height: 100vh;
  position: relative;
}
.product__carousel .front-layer, .product__carousel .back-layer {
  position: absolute;
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.product__carousel .front-layer.hide, .product__carousel .back-layer.hide {
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__carousel .front-layer.hide, .product__carousel .back-layer.hide {
    opacity: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__carousel .front-layer.hide, .product__carousel .back-layer.hide {
    opacity: 0;
  }
}
.product__carousel .front-layer {
  z-index: 15;
  top: -20%;
  margin-left: -50%;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__carousel .front-layer {
    margin-left: -69%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__carousel .front-layer {
    margin-left: -40%;
    top: 70%;
  }
}
.product__carousel .back-layer {
  z-index: 5;
  top: -20%;
  margin-left: -79%;
  mix-blend-mode: multiply;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__carousel .back-layer {
    margin-left: -54%;
    top: 0;
  }
}
.product__wr {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__wr {
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 1300px) {
  .product__wr {
    padding-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__wr {
    padding-bottom: 0;
  }
}
.product__cover {
  position: relative;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cover {
    margin-bottom: -15px;
  }
}
.product__image {
  position: relative;
}
.product__image .main-img {
  position: relative;
  z-index: 10;
}
@media (min-width: 641px) and (max-width: 1600px) {
  .product__image .main-img {
    max-height: 57vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__image .main-img {
    height: 60vh;
    max-height: 60vh;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__image .main-img {
    max-height: 50vh;
  }
}
@media (min-width: 101px) and (max-width: 640px) and (max-height: 600px) {
  .product__image .main-img {
    max-height: 52vh;
  }
}
.product__image .front-layer, .product__image .back-layer {
  position: absolute;
  left: 50%;
}
.product__title__wr {
  opacity: 1;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.product__title {
  font-size: 445px;
  letter-spacing: -0.7rem;
  font-weight: bold;
  position: absolute;
  left: 55%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  text-transform: uppercase;
  color: #08355B;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__title {
    font-size: 345px;
  }
}
@media screen and (max-width: 1300px) {
  .product__title {
    font-size: 245px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__title {
    font-size: 200px;
  }
}
@media (min-width: 1024) and (max-width: 1600px) {
  .product__title {
    font-size: 345px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__title {
    font-size: 86px;
    letter-spacing: -0.1rem;
  }
}
.product__cart__left {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  width: 50%;
  height: 100vh;
  padding: 0 7.5% 0 7.5%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__left {
    padding: 0 7% 0 5%;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__left {
    padding: 0 7% 0 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__left.hide {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left.hide {
    display: none;
  }
}
.product__cart__left .description {
  position: relative;
  top: 50%;
  z-index: 10;
  text-align: left;
  margin-top: 30px;
  text-wrap: pretty;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__left .description {
    height: 486px;
    overflow: scroll;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__left .description {
    height: 400px;
    overflow: scroll;
  }
}
@media screen and (min-width: 1200px), screen and (max-height: 900px) {
  .product__cart__left .description {
    max-height: 555px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px), screen and (max-height: 900px) {
  .product__cart__left .description.long {
    max-height: 516px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__left .description.long {
    max-height: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description.long {
    max-height: 100%;
  }
}
.product__cart__left .description.short {
  max-height: 440px;
}
@media screen and (min-width: 1200px), screen and (max-height: 900px) {
  .product__cart__left .description.short {
    max-height: 425px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__left .description.short {
    max-height: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description.short {
    max-height: 100%;
  }
}
.product__cart__left .description .btn {
  margin-top: 10px;
}
.product__cart__left .description:hover p:last-child {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__left .description {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    position: static;
    margin-top: 0;
    max-height: none;
    overflow-y: unset;
    height: auto;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    position: static;
    margin-top: 0;
    max-height: none;
    overflow-y: unset;
    height: auto;
  }
}
.product__cart__left .description h2 {
  font-size: 69px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 82px;
  margin-top: 10px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__left .description h2 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__left .description h2 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.product__cart__left .description h3, .product__cart__left .description span {
  font-size: 20px;
  line-height: 28px;
  display: block;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description h3, .product__cart__left .description span {
    font-size: 16px;
  }
}
.product__cart__left .description h3 {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description h3 {
    font-size: 27px;
    line-height: 36px;
  }
  .product__cart__left .description h3 br {
    display: none;
  }
}
.product__cart__left .description p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__left .description p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__left .description p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.product__cart__left .description p b {
  display: block;
}
.product__cart__left .description p:last-child {
  opacity: 1;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description p:last-child {
    opacity: 1;
  }
}
.product__cart__left .description .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 30px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.product__cart__left .description .product-info p {
  margin: 0;
}
.product__cart__left .description .product-info .price {
  font-size: 38px;
}
@media screen and (max-width: 1600px) {
  .product__cart__left .description .product-info .price {
    font-size: 32px;
  }
}
.product__cart__left .description .product-info .price strong {
  font-weight: normal;
}
.product__cart__left .description .product-info .price s {
  font-size: 24px;
  color: #1BA2D3;
  margin-left: 6px;
}
@media screen and (max-width: 1600px) {
  .product__cart__left .description .product-info .price s {
    font-size: 16px;
  }
}
.product__cart__left .description .product-info .price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.product__cart__left .description .product-info .price-info p {
  font-size: 12px;
  line-height: 1;
}
.product__cart__left .description .product-info .price-info s {
  font-weight: bold;
  margin-right: 6px;
}
.product__cart__left .description .product-info .buttons-wr {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: flex-start;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__left .description .product-info .buttons-wr {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.product__cart__left .description .product-info .buttons-wr .btn {
  margin: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .product__cart__left .description .product-info .buttons-wr .btn {
    padding: 0 2.25em;
  }
}
.product__cart__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  max-width: 120%;
  z-index: -1;
  -webkit-transform: translate(-31%, 8%);
  -moz-transform: translate(-31%, 8%);
  transform: translate(-31%, 8%);
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.product__cart__left-bg.hide {
  opacity: 0;
}
.product__cart__right {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  width: 50%;
  height: 100vh;
  color: #000;
  padding: 0 0 0 10%;
  background: #fff;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right.hide {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right.hide {
    display: none;
  }
}
.product__cart__right .content {
  position: relative;
  top: 50%;
  z-index: 10;
  text-align: left;
  max-width: 736px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease 0.45s;
  -moz-transition: opacity 0.45s ease 0.45s;
  -ms-transition: opacity 0.45s ease 0.45s;
  -o-transition: opacity 0.45s ease 0.45s;
  transition: opacity 0.45s ease 0.45s;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__right .content {
    margin-top: 20px;
  }
}
@media (min-width: 1024) and (max-width: 1300px) {
  .product__cart__right .content {
    margin-top: 100px;
  }
}
@media (min-width: 641px) and (max-width: 1024) {
  .product__cart__right .content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content {
    position: static;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    max-width: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content {
    position: static;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    max-width: none;
  }
}
.product__cart__right .content .scroll-down__wr {
  position: absolute;
  right: 5%;
  bottom: 45px;
}
.product__cart__right .content .scroll-down__wr:before {
  content: "skroluj";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  right: 0;
  right: -16px;
  bottom: 45px;
  font-weight: bold;
  opacity: 0.4;
  -webkit-animation: bounce2 1.8s ease-in-out infinite;
  animation: bounce2 1.8s ease-in-out infinite;
}
.product__cart__right .content h3 {
  color: #B3B8BE;
  font-weight: 600;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    padding-left: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.product__cart__right .content ul {
  overflow: visible;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 10px;
  height: 639px;
  display: block;
  position: relative;
  z-index: 9999;
  width: 100%;
  margin-left: -9%;
}
@media screen and (max-width: 1300px) {
  .product__cart__right .content ul {
    height: 400px;
  }
}
@media screen and (min-width: 1601px) and (max-height: 900px) {
  .product__cart__right .content ul {
    height: 650px;
    clip-path: inset(0% 0% 2% 0%);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) and (max-height: 900px) {
  .product__cart__right .content ul {
    height: 488px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul {
    overflow: visible;
    height: auto !important;
    margin-left: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul {
    overflow: visible;
    height: auto !important;
    margin-left: 0;
  }
}
.product__cart__right .content ul li {
  display: block;
  margin: 25px 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li {
    margin-bottom: 40px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li {
    margin-bottom: 40px;
  }
}
.product__cart__right .content ul li.faded {
  opacity: 0.3;
}
.product__cart__right .content ul li .wrapper {
  position: relative;
  display: inline-block;
  width: 85%;
  height: 130px;
}
@media screen and (max-width: 1300px) {
  .product__cart__right .content ul li .wrapper {
    width: 60%;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li .wrapper {
    margin-bottom: 60px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 58%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li .wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.product__cart__right .content ul li figure {
  text-align: right;
  height: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li figure {
    min-height: 140px;
    padding-left: 0;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li figure {
    min-height: 115px;
    height: auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.product__cart__right .content ul li img {
  margin-left: -20px;
  vertical-align: middle;
  margin-right: 23%;
  max-width: 81.6%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__right .content ul li img {
    max-width: 81.6%;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__right .content ul li img {
    max-width: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li img {
    margin-left: 0;
  }
}
.product__cart__right .content ul li .desc {
  display: none;
  max-width: 100%;
  padding-left: 15%;
  margin-top: -30px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .product__cart__right .content ul li .desc {
    max-width: 140%;
    width: 140%;
    margin-top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li .desc {
    padding-left: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.product__cart__right .content ul li .desc.extended {
  height: auto;
  display: block;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li .desc {
    margin: 20px 0;
    padding-left: 10px;
    max-width: 100%;
    width: 100%;
  }
}
.product__cart__right .content ul li .extend {
  position: absolute;
  right: 43px;
  top: 80%;
  opacity: 0.4;
  cursor: pointer;
}
.product__cart__right .content ul li .extend::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 8px;
  vertical-align: top;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product__cart__right .content ul li .extend.clicked::after {
  vertical-align: bottom;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 1200px), screen and (max-height: 900px) {
  .product__cart__right .content ul li .extend {
    right: 41px;
    top: 73%;
  }
}
@media (max-width: 1800px) {
  .product__cart__right .content ul li .extend {
    top: 74%;
    right: 6%;
  }
}
@media (max-width: 1650px) {
  .product__cart__right .content ul li .extend {
    top: 65%;
    right: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__right .content ul li .extend {
    right: -78%;
    top: 54%;
    width: 78%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__right .content ul li .extend {
    left: 82%;
    top: 63%;
    min-width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li .extend {
    position: static;
    display: block;
    padding-left: 10px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li .extend {
    position: static;
    display: block;
    padding-left: 10px;
  }
}
.product__cart__right .content ul li p {
  position: absolute;
  right: 0;
  top: 17%;
  display: block;
  font-size: 18px;
  text-align: left;
  width: 48%;
  padding-left: 30px;
  -webkit-transform: translate(54%, 0);
  -moz-transform: translate(54%, 0);
  transform: translate(54%, 0);
}
@media (max-width: 1800px) {
  .product__cart__right .content ul li p {
    width: 39%;
    right: 5%;
  }
  .product__cart__right .content ul li p br {
    display: none;
  }
}
@media (max-width: 1650px) {
  .product__cart__right .content ul li p {
    width: 39%;
    right: 5%;
    font-size: 16px;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .product__cart__right .content ul li p {
    left: 55%;
    top: 12%;
    width: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .product__cart__right .content ul li p {
    left: 47%;
    top: 0%;
    width: 78%;
    font-size: 15px;
    padding-top: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li p {
    position: static;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding-left: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: 88%;
    font-weight: bold;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li p {
    position: static;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding-left: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: 88%;
    font-weight: bold;
  }
}
.product__cart__right .content ul li p::before {
  content: "";
  margin-right: 20px;
  width: 20px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product__cart__right .content ul li p::before {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__cart__right .content ul li p::before {
    display: none;
  }
}
.product .product-btn {
  position: relative;
  z-index: 1099;
  opacity: 0;
  cursor: pointer;
  line-height: 2.8em;
  background-color: #00BBFF;
  border-color: #00BBFF;
}
@media screen and (min-width: 1300px) {
  .product .product-btn {
    margin-bottom: 0;
  }
}
.product .product-btn:hover, .product .product-btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #1BA2D3;
}
.product .product-btn.btn--pink {
  background-color: #DC0476;
  color: white;
  border-color: #DC0476;
}
.product .product-btn.btn--pink:hover, .product .product-btn.btn--pink:focus {
  background-color: #fff;
  border-color: #fff;
  color: #DC0476;
}
.product .product-btn.btn--green {
  background-color: #98BB39;
  color: white;
  border-color: #98BB39;
}
.product .product-btn.btn--green:hover, .product .product-btn.btn--green:focus {
  background-color: #fff;
  border-color: #fff;
  color: #98BB39;
}
.product .product-btn.btn--violet {
  background-color: #9B20A0;
  color: white;
  border-color: #9B20A0;
}
.product .product-btn.btn--violet:hover, .product .product-btn.btn--violet:focus {
  background-color: #fff;
  border-color: #fff;
  color: #9B20A0;
}
.product .product-btn.btn--cyan {
  background-color: #43D6EB;
  color: white;
  border-color: #43D6EB;
}
.product .product-btn.btn--cyan:hover, .product .product-btn.btn--cyan:focus {
  background-color: #fff;
  border-color: #fff;
  color: #43D6EB;
}
.product .product-btn.btn--yellow {
  background-color: #F0A801;
  color: white;
  border-color: #F0A801;
}
.product .product-btn.btn--yellow:hover, .product .product-btn.btn--yellow:focus {
  background-color: #fff;
  border-color: #fff;
  color: #F0A801;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product .product-btn {
    z-index: 9999;
  }
}
.product .product-btn img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none;
}
.product.show-product {
  z-index: 1090;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product.show-product {
    padding-top: 150px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product.show-product {
    padding-top: 102px;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product.show-product .product__wr {
    padding-bottom: 0;
  }
}
.product.show-product .product__title__wr {
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product.show-product .product__cart__left {
    position: static;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 30px;
    margin-top: 0px;
    height: auto;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product.show-product .product__cart__left {
    position: static;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 30px;
    margin-top: 0px;
    height: auto;
  }
}
.product.show-product .product__cart__left .description {
  opacity: 1;
}
.product.show-product .product__cart__right {
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product.show-product .product__cart__right {
    position: static;
    width: 100%;
    padding: 40px 0 0;
    height: auto;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product.show-product .product__cart__right {
    position: static;
    width: 100%;
    padding: 40px 0 0;
    height: auto;
  }
}
.product.show-product .product__cart__right .content {
  opacity: 1;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product.show-product .product__cart__right .content {
    padding: 0 5%;
  }
}
.product.show-product .product__cart__right .back {
  display: block;
  background: #1BA2D3;
  color: #fff;
  margin: 40px 0 0;
  padding: 0px 20px;
  text-align: left;
  font-weight: 700;
  line-height: 6em;
}
.product.show-product .product__cart__right .back span {
  margin-left: 15px;
}
.product.show-product .product__cart__right .back img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.product.show-product .product-btn {
  background-color: #00BBFF;
  border-color: #00BBFF;
  color: #fff;
  animation: none;
  opacity: 1;
  padding: 0;
  width: 3em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.product.show-product .product-btn:hover, .product.show-product .product-btn:focus {
  background-color: #0A2245;
  border-color: #0A2245;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product.show-product .product-btn {
    display: none;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .product.show-product .product-btn {
    display: none;
  }
}
.product.show-product .product-btn span {
  display: none;
}
.product.show-product .product-btn img {
  display: inline-block;
  margin-left: -2px;
}
.product__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: -10px;
  transition: opacity 0.35s ease;
  position: relative;
  z-index: 20;
}
.product__price.hide {
  opacity: 0;
  z-index: 0;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__price.hide {
    opacity: 0;
  }
}
.product__price .price {
  font-size: 38px;
}
@media screen and (max-width: 1600px) {
  .product__price .price {
    font-size: 32px;
  }
}
.product__price .price strong {
  font-weight: normal;
}
.product__price .price s {
  font-size: 24px;
  color: #1BA2D3;
  margin-left: 6px;
}
@media screen and (max-width: 1600px) {
  .product__price .price s {
    font-size: 16px;
  }
}
.product__price .price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product__price .price-info {
    font-size: 13px;
  }
}
@media (min-width: 101px) and (max-width: 640px) and (max-height: 500px) {
  .product__price .price-info {
    display: none;
  }
}
.product__price .price-info s {
  font-weight: bold;
  margin-right: 6px;
}

.table {
  margin: 0 auto;
}
.table tr > td {
  padding: 20px 15px 20px 0px;
  font-size: 14px;
  width: 50%;
}
.table tr > td:first-child {
  padding-left: 20px;
}
.table thead tr td {
  color: #B3B8BE;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 30px;
}
.table tbody tr:nth-child(2n-1) {
  background: #f7f7f7;
}
.table tbody tr:nth-child(2n-1) td {
  padding: 15px 15px 15px 0;
}
.table tbody tr:nth-child(2n-1) td:first-child {
  padding-left: 20px;
}
.table tbody tr:last-child {
  background: #fff;
}
.table tbody tr:last-child td {
  padding-top: 30px;
  color: #B3B8BE;
}
.table tbody tr:last-child td:last-child {
  border-top: 2px solid #f7f7f7;
}
.table tbody tr:nth-last-child(2) td {
  padding-bottom: 30px;
}
.table__wr {
  display: block;
  max-height: 556px;
  overflow: scroll;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .table__wr {
    max-height: 100%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  .table__wr {
    max-height: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .margin-bottom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}

#szampon-nawilzajacy .add-to-cart {
  color: #00BBFF;
}
#szampon-nawilzajacy .add-to-cart:hover, #szampon-nawilzajacy .add-to-cart:focus {
  background-color: #00BBFF;
  border-color: #00BBFF;
  color: white;
}

#szampon-wzmacniajacy .add-to-cart {
  color: #DC0476;
}
#szampon-wzmacniajacy .add-to-cart:hover, #szampon-wzmacniajacy .add-to-cart:focus {
  background-color: #DC0476;
  border-color: #DC0476;
  color: white;
}
#szampon-wzmacniajacy .product__cart__left-bg {
  transform: translate(-11%, 3%);
}
@media (min-width: 101px) and (max-width: 640px) {
  #szampon-wzmacniajacy .product__cart__left-bg {
    transform: translate(-16%, 3%) rotate(20deg);
  }
}
#szampon-wzmacniajacy .back-layer {
  z-index: 1;
  top: -7%;
  margin-left: -69%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #szampon-wzmacniajacy .back-layer {
    max-width: 100%;
    left: 50%;
    top: -12%;
  }
}
#szampon-wzmacniajacy .front-layer {
  z-index: 15;
  top: -8%;
  margin-left: -42%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #szampon-wzmacniajacy .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  #szampon-wzmacniajacy .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  #szampon-wzmacniajacy .front-layer {
    max-width: 100%;
    left: 43%;
    top: 53%;
  }
}

#szampon-enzymatyczny .add-to-cart {
  color: #98BB39;
}
#szampon-enzymatyczny .add-to-cart:hover, #szampon-enzymatyczny .add-to-cart:focus {
  background-color: #98BB39;
  border-color: #98BB39;
  color: white;
}
#szampon-enzymatyczny .product__cart__left-bg {
  transform: translate(-1%, 3%);
  max-width: 81%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #szampon-enzymatyczny .product__cart__left-bg {
    transform: translate(-5%, 12%);
    max-width: 101%;
  }
}
#szampon-enzymatyczny .back-layer {
  z-index: 1;
  top: -16%;
  margin-left: -60%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #szampon-enzymatyczny .back-layer {
    max-width: 100%;
    left: 58%;
    top: 67%;
  }
}
#szampon-enzymatyczny .front-layer {
  z-index: 15;
  top: 3%;
  margin-left: -50%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #szampon-enzymatyczny .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  #szampon-enzymatyczny .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  #szampon-enzymatyczny .front-layer {
    max-width: 100%;
    left: 31%;
  }
}

#odzywka-termoochronna .add-to-cart {
  color: #F0A801;
}
#odzywka-termoochronna .add-to-cart:hover, #odzywka-termoochronna .add-to-cart:focus {
  background-color: #F0A801;
  border-color: #F0A801;
  color: white;
}
#odzywka-termoochronna .product__cart__left-bg {
  transform: translate(-26%, 0%);
  max-width: 115%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-termoochronna .product__cart__left-bg {
    transform: translate(-23%, 19%) rotate(29deg);
    max-width: 100%;
  }
}
#odzywka-termoochronna .back-layer {
  z-index: 1;
  top: -6%;
  margin-left: -63%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-termoochronna .back-layer {
    max-width: 100%;
    left: 46%;
  }
}
#odzywka-termoochronna .front-layer {
  z-index: 15;
  top: 11%;
  margin-left: -39%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #odzywka-termoochronna .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  #odzywka-termoochronna .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-termoochronna .front-layer {
    max-width: 100%;
    left: 44%;
    top: 78%;
  }
}

#serum-multifunkcyjne .add-to-cart {
  color: #9B20A0;
}
#serum-multifunkcyjne .add-to-cart:hover, #serum-multifunkcyjne .add-to-cart:focus {
  background-color: #9B20A0;
  border-color: #9B20A0;
  color: white;
}
#serum-multifunkcyjne .product__cart__left-bg {
  transform: translate(-26%, 5%);
  max-width: 115%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #serum-multifunkcyjne .product__cart__left-bg {
    transform: translate(-26%, 21%);
  }
}
#serum-multifunkcyjne .back-layer {
  z-index: 1;
  top: 3%;
  margin-left: -45%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #serum-multifunkcyjne .back-layer {
    max-width: 100%;
    left: 45%;
  }
}
#serum-multifunkcyjne .front-layer {
  z-index: 15;
  top: 1%;
  margin-left: -28%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #serum-multifunkcyjne .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  #serum-multifunkcyjne .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  #serum-multifunkcyjne .front-layer {
    max-width: 100%;
    left: 31%;
    top: 69%;
  }
}

#odzywka-nawilzajaca .add-to-cart {
  color: #43D6EB;
}
#odzywka-nawilzajaca .add-to-cart:hover, #odzywka-nawilzajaca .add-to-cart:focus {
  background-color: #43D6EB;
  border-color: #43D6EB;
  color: white;
}
#odzywka-nawilzajaca .product__cart__left-bg {
  transform: translate(-18%, 2%);
  max-width: 115%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-nawilzajaca .product__cart__left-bg {
    transform: translate(-25%, 5%) rotate(4deg);
    max-width: 133%;
  }
}
#odzywka-nawilzajaca .back-layer {
  z-index: 1;
  top: -15%;
  margin-left: -51%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-nawilzajaca .back-layer {
    max-width: 100%;
    left: 59%;
    top: 81%;
  }
}
#odzywka-nawilzajaca .front-layer {
  z-index: 15;
  top: 19%;
  margin-left: -36%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #odzywka-nawilzajaca .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  #odzywka-nawilzajaca .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-nawilzajaca .front-layer {
    max-width: 100%;
    left: 30%;
  }
}

#odzywka-utrwalajaca .add-to-cart {
  color: #43D6EB;
}
#odzywka-utrwalajaca .add-to-cart:hover, #odzywka-utrwalajaca .add-to-cart:focus {
  background-color: #43D6EB;
  border-color: #43D6EB;
  color: white;
}
#odzywka-utrwalajaca .product__cart__left-bg {
  transform: translate(-18%, 2%);
  max-width: 115%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-utrwalajaca .product__cart__left-bg {
    transform: translate(-25%, 5%) rotate(4deg);
    max-width: 133%;
  }
}
#odzywka-utrwalajaca .back-layer {
  z-index: 1;
  top: 4%;
  margin-left: -63%;
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-utrwalajaca .back-layer {
    max-width: 100%;
    left: 55%;
    top: 66%;
  }
}
#odzywka-utrwalajaca .front-layer {
  z-index: 15;
  top: 12%;
  margin-left: -42%;
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #odzywka-utrwalajaca .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media screen and (max-width: 1300px) {
  #odzywka-utrwalajaca .front-layer {
    top: 0;
    margin-left: -31%;
  }
}
@media (min-width: 101px) and (max-width: 640px) {
  #odzywka-utrwalajaca .front-layer {
    max-width: 100%;
    left: 33%;
  }
}

@media screen and (min-width: 1025px) {
  .page--products:has(.show-product) header .buttons .btn:last-child {
    border-color: #0A2245;
    color: #0A2245;
  }
  .page--products:has(.show-product) header .buttons .btn:last-child:hover, .page--products:has(.show-product) header .buttons .btn:last-child:focus {
    background-color: #0A2245;
    border-color: #0A2245;
    color: white;
  }
}

@media (max-width: 768px) {
  .page--policy2 .page__wr {
    display: block;
  }
}
.page--policy2 .page__title {
  text-align: center;
  margin-bottom: 50px;
}
.page--policy2 .policy {
  font-size: 14px;
  line-height: 20px;
  font-family: "effra", sans-serif;
  max-width: 1136px;
  width: 100%;
  padding: 148px 0;
  display: block;
  margin: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .page--policy2 .policy {
    padding: 30px 10px;
    width: calc(100% - 20px);
  }
}
.page--policy2 .policy p, .page--policy2 .policy li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1rem;
  padding-left: 10px;
  margin-left: -10px;
}
.page--policy2 .policy ul, .page--policy2 .policy ol {
  margin: 0;
  padding: 0;
  list-style-type: revert-layer;
}
.page--policy2 .policy li > ul,
.page--policy2 .policy li > ol {
  margin-top: 10px;
  margin-left: 23px;
}
.page--policy2 .policy li > ul[type=disc],
.page--policy2 .policy li > ol[type=disc] {
  padding-left: 0;
  margin-left: 27px;
}
.page--policy2 .policy h2 {
  font-weight: bold;
  font-family: "effra", sans-serif;
  margin-bottom: 20px;
}
.page--policy2 .policy > ul[type=disc] {
  margin-left: -4px;
  padding-left: 0;
}
.page--policy2 .policy > ul[type=disc] > li {
  margin-left: -2px;
  padding-left: 5px;
}
.page--policy2 .policy > ol {
  padding: 0 15px;
}
.page--policy2 .policy > ol > li {
  padding-left: 10px;
  margin-left: 0px;
}

@keyframes bounce1 {
  0% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes bounce2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(-90deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes textSlideIn {
  from {
    opacity: 0;
    left: 55%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes levitate {
  0% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
    transform: translate(0, -14px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes levitateRotate {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(6deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes dropShadow {
  0% {
    width: 30%;
    opacity: 0.4;
  }
  50% {
    width: 20%;
    opacity: 0.2;
  }
  100% {
    width: 30%;
    opacity: 0.4;
  }
}
@keyframes slideInLeftt {
  from {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes slideInRightBg {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 50%;
    opacity: 1;
  }
}
@keyframes slideInRightFull {
  from {
    opacity: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes slideInTopFull {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes slideInArtichoke {
  0% {
    top: 150%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes slideInTop {
  from {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideInBottom {
  from {
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes jagaScale {
  from {
    transform: translateY(0) translateX(-52%) scale(1.2);
    opacity: 0;
  }
  to {
    transform: translateY(0) translateX(-52%) scale(1);
    opacity: 1;
  }
}
@keyframes arrowMotion {
  0% {
    left: 30%;
    transform: translateY(0) rotate(158deg);
  }
  25% {
    left: 46%;
    transform: translateY(-3px) rotate(180deg);
  }
  50% {
    left: 58%;
    transform: translateY(0) rotate(200deg);
  }
  75% {
    left: 46%;
    transform: translateY(-3px) rotate(180deg);
  }
  100% {
    left: 30%;
    transform: translateY(0) rotate(158deg);
  }
}
.form {
  position: relative;
  opacity: 0;
  animation: slideInTop 0.75s ease forwards 0.45s;
}
@media screen and (max-width: 1300px) {
  .form {
    margin: 60px 0;
  }
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: opacity 0.35s ease;
}
.form-wrapper.form--hidden {
  opacity: 0;
}
.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-group label {
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.form-group input, .form-group textarea {
  background-color: #F7F7F7;
  border-radius: 10px;
  color: #00213B;
  border: 2px solid transparent;
  padding: 7px 14px;
  font-family: effra, sans-serif;
  transition: border-color 0.25s ease;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  font-family: effra, sans-serif;
  color: #00213B;
  opacity: 0.2;
}
.form-group input {
  height: 51px;
}
.form-group textarea {
  padding: 10px 14px;
}
.form-group:has(:focus, :hover) label {
  opacity: 1;
}
.form-group:has(:focus, :hover) input, .form-group:has(:focus, :hover) textarea {
  border-color: #01A4D5;
}
.form .checkbox-wrapper {
  display: flex;
  gap: 16px;
  font-size: 14px;
  cursor: pointer;
}
.form .checkbox-wrapper a {
  text-decoration: underline;
  transition: opacity 0.35s ease;
}
.form .checkbox-wrapper a:hover {
  opacity: 0.6;
}
.form .checkbox-wrapper label {
  opacity: 1;
  cursor: pointer;
  padding-top: 3px;
  line-height: 1.4;
}
.form .checkbox-wrapper input {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid white;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-origin: border-box;
  color: #01A4D5;
  display: inline-block;
  flex-shrink: 0;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: all 0.25s ease;
  cursor: pointer;
}
.form .checkbox-wrapper input:checked {
  background-color: white;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%2301A4D5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
.form .btn {
  display: inline-flex;
  justify-content: center;
  align-self: flex-start;
  padding: 0 2em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .form .btn {
    width: 100%;
  }
}
.form .validation-response {
  background: #ff1d1d;
  display: inline-flex;
  align-self: start;
  color: #fff;
  padding: 0px 11px;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.45;
  transform: translateY(calc(100% + 7px));
  font-weight: 500;
}
.form .error input, .form .error textarea {
  border-color: #ff1d1d;
}
.form .error .validation-response {
  padding-top: 4px;
}
.form .error label, .form .error label a {
  color: #ff1d1d;
  opacity: 1;
}
.form .success-box {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 40px;
  background: transparent;
  color: #fff;
  z-index: 100;
  border-radius: 20px;
  padding-bottom: 122px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}
.form .success-box__wr {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.form .success-box__wr h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.form .success-box.success--hidden {
  opacity: 0;
  visibility: hidden;
}

#hf-media-shop-bubble {
  background-color: #0A2245 !important;
  border-radius: 100% !important;
  width: 60px !important;
  height: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 40px !important;
  bottom: 40px !important;
  box-shadow: none !important;
  z-index: 1099 !important;
}
@media (min-width: 101px) and (max-width: 640px) {
  #hf-media-shop-bubble {
    right: 16px !important;
    bottom: 30px !important;
    width: 46px !important;
    height: 46px !important;
  }
}
#hf-media-shop-bubble #hf-media-shop-amount {
  background-color: #fff !important;
  color: #0A2245 !important;
}
#hf-media-shop-bubble #hf-media-shop-bubble svg {
  width: 50% !important;
  height: auto !important;
  margin: 0 0 0 -2px !important;
}

@media (min-width: 48em) {
  #hf-media-shop-bubble svg {
    width: 50% !important;
    height: auto !important;
    margin: 0 0 0 -2px !important;
  }
}
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 1099;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-modal__wrapper {
  width: 100%;
  max-width: 852px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__wrapper {
    padding: 20px;
  }
}
.product-modal__bg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 0 10px 0 0;
  background-color: #0A2245;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__close {
    width: 40px;
    height: 40px;
  }
}
.product-modal__close svg {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__close svg {
    max-width: 52%;
  }
}
.product-modal__close:hover {
  background-color: #1BA2D3;
}
.product-modal__partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 30px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__partners {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
.product-modal__partners div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.82;
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-modal__partners div a img {
  max-width: 100%;
  height: auto;
}
.product-modal__partners div a:hover {
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  transform: translate(0, -6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.product-modal__content {
  position: relative;
  background: -webkit-linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  background: -moz-linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  background: linear-gradient(top, #0A2245 0%, #1BA2D3 100%);
  border-radius: 10px 10px 0 10px;
  padding: 40px;
  color: #fff;
  z-index: 1;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__content {
    padding: 20px;
  }
}
.product-modal__content::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 47px 40px 0;
  border-color: transparent #1BA2D3 transparent transparent;
}
.product-modal__header {
  border-bottom: 1px solid #1BA2D3;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__header {
    padding-bottom: 10px;
  }
}
.product-modal__header h4 {
  font-size: 27px;
  font-weight: 600;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__header h4 {
    font-size: 23px;
    padding-right: 20%;
  }
}
.product-modal__header p {
  font-size: 14px;
  margin-top: 15px;
}
.product-modal__product {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  padding-top: 20px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__product {
    flex-wrap: wrap;
    align-self: start;
    padding-top: 10px;
  }
}
.product-modal__product .image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__product .image {
    width: 66px;
  }
}
.product-modal__product .image img {
  max-height: 100%;
  width: auto;
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.product-modal__product .price {
  text-align: right;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 600;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__product .price {
    display: none;
  }
}
.product-modal__product .price--mobile {
  display: none;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__product .price--mobile {
    display: block;
    text-align: left;
    margin-top: 15px;
  }
}
.product-modal__product .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__product .name {
    margin-bottom: 5px;
  }
}
.product-modal__product .description {
  flex-grow: 1;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__product .description {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: calc(100% - 60px);
  }
}
.product-modal__product .description p {
  font-size: 14px;
  line-height: 1.2;
}
.product-modal__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 101px) and (max-width: 640px) {
  .product-modal__buttons {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: stretch;
  }
}
.product-modal__buttons .btn {
  margin: 0;
}
.product-modal.show {
  opacity: 1;
  visibility: visible;
}
.product-modal.show .product-modal__wrapper {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 101px) and (max-width: 640px) {
  .body-products #hf-media-shop-bubble {
    bottom: 52px !important;
  }
}

#hf-media-shop-bubble,
.product__price,
.buttons .btn--primary,
.open_add_to_cart,
.menu-buy-btn:first-child,
.product-info .price,
.product-info .price + p,
.product-info .price-info {
  display: none !important;
}

.menu-buy-btn:last-child {
  flex: 0 0 100%;
}

.product__cart__left .description .product-info .buttons-wr {
  margin-bottom: 3px;
}

/*# sourceMappingURL=styles.css.map */
