/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* 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;
}

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.eot");
  src: url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.ttf") format("truetype"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-weight: 200;
  src: url("../fonts/Oswald-ExtraLight.eot");
  src: url("../fonts/Oswald-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-ExtraLight.ttf") format("truetype"), url("../fonts/Oswald-ExtraLight.woff") format("woff"), url("../fonts/Oswald-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: url("../fonts/Oswald-Light.eot");
  src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Light.ttf") format("truetype"), url("../fonts/Oswald-Light.woff") format("woff"), url("../fonts/Oswald-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.ttf") format("truetype"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HeliosCondC";
  font-weight: 700;
  src: url("../fonts/HeliosCondC-Bold.eot");
  src: url("../fonts/HeliosCondC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondC-Bold.ttf") format("truetype"), url("../fonts/HeliosCondC-Bold.woff") format("woff"), url("../fonts/HeliosCondC-Bold.woff2") format("woff2");
}
body.bg-black .product-second-icon svg path {
  fill: #d85b57;
}
body.bg-black .product-marquee {
  background: #000;
}
body.bg-black .product-marquee-icon svg path {
  fill: #d85b57;
}
body.bg-black .product-marquee-text {
  color: #fff;
}
body.bg-black .product-advantage {
  background: #000;
}
body.bg-black .product-advantage-item-icon {
  background: #d85b57;
}
body.bg-black .product-advantage-item-icon svg path {
  stroke: #000;
}
body.bg-black .product-advantage-item-name {
  color: #fff;
}
body.bg-black .product-ingredients-accordeon {
  background: #000;
}
body.bg-black .product-ingredients-accordeon-title {
  color: #fff;
}
body.bg-black .product-ingredients-accordeon-description {
  color: #fff;
}
body.bg-black .product-ingredients-accordeon-item-heading span {
  color: #fff;
}
body.bg-black .product-ingredients-accordeon-item-heading svg path {
  fill: #fff;
}
body.bg-green .product-second-icon svg path {
  fill: #c8102e;
}
body.bg-green .product-marquee {
  background: #00953a;
}
body.bg-green .product-marquee-icon svg path {
  fill: #c8102e;
}
body.bg-green .product-marquee-text {
  color: #fff;
}
body.bg-green .product-advantage {
  background: #00953a;
}
body.bg-green .product-advantage-item-icon {
  background: #ffffff;
}
body.bg-green .product-advantage-item-icon svg path {
  stroke: #c8102e;
}
body.bg-green .product-advantage-item-name {
  color: #fff;
}
body.bg-green .product-ingredients-accordeon {
  background: #00953a;
}
body.bg-green .product-ingredients-accordeon-title {
  color: #fff;
}
body.bg-green .product-ingredients-accordeon-description {
  color: #fff;
}
body.bg-green .product-ingredients-accordeon-item-drop p {
  color: #fff;
}
body.bg-green .product-ingredients-accordeon-item-heading span {
  color: #fff;
}
body.bg-green .product-ingredients-accordeon-item-heading svg path {
  fill: #fff;
}
body.bg-white .product-second-icon svg path {
  fill: #00953a;
}
body.bg-white .product-marquee {
  background: #fff;
  border-top: 1px solid #dbd8d5;
  border-bottom: 1px solid #dbd8d5;
}
body.bg-white .product-marquee-icon svg path {
  fill: #00953a;
}
body.bg-white .product-marquee-text {
  color: #000000;
}
body.bg-white .product-advantage {
  background: #fff;
}
body.bg-white .product-advantage-item-icon {
  background: #00953a;
}
body.bg-white .product-advantage-item-icon svg path {
  stroke: #fff;
}
body.bg-white .product-advantage-item-name {
  color: #000000;
}
body.bg-white .product-ingredients {
  border-top: 1px solid #dbd8d5;
  border-bottom: 1px solid #dbd8d5;
}
body.bg-white .product-ingredients-accordeon {
  background: #fff;
}
body.bg-white .product-ingredients-accordeon-item {
  border-top: 1px solid #dbd8d5;
}
body.bg-white .product-ingredients-accordeon-item:last-child {
  border-bottom: 1px solid #dbd8d5;
}
body.bg-white .product-ingredients-accordeon-title {
  color: #000;
}
body.bg-white .product-ingredients-accordeon-description {
  color: #000;
}
body.bg-white .product-ingredients-accordeon-item-drop p {
  color: #000;
}
body.bg-white .product-ingredients-accordeon-item-heading span {
  color: #000;
}
body.bg-white .product-ingredients-accordeon-item-heading svg path {
  fill: #000;
}
body.bg-black-red {
  background: #fff;
}
body.bg-black-red .product-main {
  padding-top: 0;
}
body.bg-black-red .product-hero {
  height: 100vh;
}
body.bg-black-red .product-second {
  background: linear-gradient(180deg, #76B0EE 0%, #015BBB 100%);
  position: relative;
  overflow: hidden;
}
body.bg-black-red .product-second-text {
  color: #fff;
  position: relative;
  z-index: 1;
}
body.bg-black-red .product-marquee {
  background: #FED501;
}
body.bg-black-red .product-marquee-icon {
  width: 10px;
  height: 16px;
}
body.bg-black-red .product-marquee-text {
  color: #015BBB;
}
body.bg-black-red .product-half {
  background: #015BBB;
  overflow: hidden;
  align-items: normal;
}
body.bg-black-red .product-half-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
body.bg-black-red .product-half-right-text {
  position: relative;
  z-index: 1;
}
body.bg-black-red .product-white-half-left-list {
  list-style: none;
}
body.bg-black-red .product-white-half-left-list li {
  position: relative;
}
body.bg-black-red .product-white-half-left-list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #004A98;
  border-radius: 50%;
  left: -25px;
  top: 6px;
}
body.bg-black-red .product-half-right-text span {
  color: #FED501;
}
body.bg-black-red .product-white-half-left-title span {
  color: #015BBB;
}
body.bg-black-red .product-bit-text-block-title span {
  color: #015BBB;
}
body.bg-black-red .product-half-right-order-btn {
  background: #FED501;
  color: #015BBB;
  position: relative;
  z-index: 1;
}
body.bg-black-red .product-footer {
  background: #015BBB;
  border: none;
}
body.bg-black-red .product-footer-logo {
  width: 186px;
}
body.bg-black-red .product-footer-logo img {
  width: 100%;
}

body.bg-gray .product-second {
  background: #676f75;
}
body.bg-gray .product-second-text {
  color: white;
}
body.bg-gray .product-marquee {
  background: #FED501;
}
body.bg-gray .product-marquee-icon {
  width: 10px;
  height: 16px;
}
body.bg-gray .product-marquee-text {
    color: #015BBB;
}
body.bg-gray .product-half {
  background: #676f75;
  overflow: hidden;
  align-items: normal;
}
body.bg-gray ul.product-white-half-left-list li::marker {
    color: #d5112a;
}
body.bg-gray .product-footer {
    background: #676f75;
}
body.bg-gray .product-half-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
body.bg-gray .product-second-text b {
    font-weight: bold;
}
body.bg-gray .product-half-right-text span {
    white-space: nowrap;
}
body.bg-gray a.product-half-right-order-btn {
    font-size: 24px;
}
body.bg-gray a.product-half-right-order-btn img {
    display: none;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-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-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

.swiper-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

: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(0px - 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-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.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-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-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%;
  -o-object-fit: contain;
     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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  transition: opacity 0.1s ease;
  overflow-y: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1;
}

.modal__content {
  width: 640px;
  height: 100%;
  padding: 60px 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fffff6;
  z-index: 2;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .modal__content {
    width: 550px;
  }
}
@media only screen and (max-width: 666px) {
  .modal__content {
    width: 100%;
    padding: 40px 20px;
  }
}

.game-popup-content {
  width: 100%;
}
.game-popup-content p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
.game-popup-content ul {
  list-style: disc;
  padding-left: 20px;
}
.game-popup-content ul li {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .game-popup-content ul li {
    font-size: 16px;
    line-height: 120%;
  }
  .game-popup-content p {
    font-size: 16px;
    line-height: 120%;
  }
}

.game-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .game-popup-close img {
    width: 30px;
    height: 30px;
  }
}

.game-popup-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #450099;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .game-popup-title {
    font-size: 30px;
    line-height: 90%;
    margin-bottom: 20px;
  }
}

.mob-menu {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translatey(-100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mob-menu.show {
  transform: translatey(0);
}

.mob-menu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.mob-menu-close img {
  width: 100%;
}

.mob-menu-logo {
  width: 150px;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.mob-menu-logo img {
  width: 100%;
}

.mob-menu-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mob-menu-links-item {
  display: block;
  font-size: 18px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #6b7384;
  margin-bottom: 25px;
}

.mob-menu-links-btn {
  border: 1px solid #6b7384;
  border-radius: 30px;
  width: 231px;
  height: 60px;
  font-size: 18px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #6b7384;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 21px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .header {
    padding: 15px 20px;
    flex-direction: column;
  }
}

.header-logo {
  width: 176px;
}
.header-logo img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    width: 150px;
  }
}
@media only screen and (max-width: 666px) {
  .header-logo {
    margin-bottom: 10px;
  }
}

.header-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 666px) {
  .header-menu {
    display: none;
  }
}

.header-burger {
  display: none;
}
@media only screen and (max-width: 666px) {
  .header-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-burger span {
    display: block;
    font-family: "Oswald";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #6b7384;
    margin-top: 5px;
  }
}

.header-menu-item {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #6b7384;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .header-menu-item {
    margin-right: 20px;
  }
}

.header-menu-btn {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #6b7384;
  padding: 10px 20px;
  border: 1px solid #6b7384;
  border-radius: 30px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.footer {
  width: 100%;
  padding: 90px 80px;
  border-top: 1px solid #6b7384;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .footer {
    padding: 20px 20px 40px 20px;
    border: none;
  }
}

.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .footer-top {
    flex-direction: column;
  }
}

.footer-top-col {
  width: 18.667%;
}
@media only screen and (max-width: 666px) {
  .footer-top-col {
    width: 100%;
    border-top: 1px solid #6b7384;
    padding-top: 19px;
  }
  .footer-top-col:last-child {
    border-bottom: 1px solid #6b7384;
  }
}

.footer-top-menu-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #6b7384;
  margin-bottom: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .footer-top-menu-heading {
    pointer-events: all;
  }
}
@media only screen and (max-width: 666px) {
  .footer-top-menu-heading {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-top-menu-dropdown {
    display: none;
  }
}

.footer-top-menu-link {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #6b7384;
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .footer-bottom {
    flex-direction: column;
  }
}

.footer-bottom-left-text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #6b7384;
  margin-bottom: 20px;
}
.footer-bottom-left-text a {
  color: #6b7384;
  text-decoration-line: underline;
}

.footer-bottom-social {
  display: flex;
}
.footer-bottom-social a {
  display: block;
  margin-left: 20px;
}
@media only screen and (max-width: 666px) {
  .footer-bottom-social {
    margin-top: 25px;
  }
}

.home-page {
  background: #fff;
}

.home-main {
  padding-top: 70px;
}
@media only screen and (max-width: 666px) {
  .home-main {
    padding-top: 105px;
  }
}

.home-three {
  width: 100%;
}

.home-three-top {
  position: relative;
  width: 100%;
  padding: 80px;
}
@media only screen and (max-width: 1024px) {
  .home-three-top {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-three-top {
    padding: 40px 20px;
  }
}

.home-three-top-bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-three-top-bg-image picture {
  width: 100%;
  height: 100%;
}
.home-three-top-bg-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-three-top-title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #f2f2f2;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home-three-top-title {
    font-size: 40px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .home-three-top-title {
    font-weight: 200;
    font-size: 29px;
    line-height: 100%;
  }
}

.home-three-top-description {
  margin-top: 40px;
  max-width: 650px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #f2f2f2;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home-three-top-description {
    font-size: 13px;
    line-height: 140%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .home-three-top-description {
    font-size: 14px;
    line-height: 140%;
    margin-top: 20px;
  }
}

.home-three-slider-wrapper {
  width: 100%;
  position: relative;
  padding: 50px 70px;
}
@media only screen and (max-width: 1200px) {
  .home-three-slider-wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-three-slider-wrapper {
    padding: 30px 30px 50px;
  }
}
@media only screen and (max-width: 666px) {
  .home-three-slider-wrapper {
    padding: 30px 10px 50px;
  }
}

.home-three-slider-arrows {
  width: 100%;
  position: absolute;
  left: 0;
  top: 49%;
  z-index: 10;
}
.home-three-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 96px;
  width: 50px;
  height: 50px;
}
.home-three-slider-arrows .slick-prev::before {
  display: none;
}
.home-three-slider-arrows .slick-prev img {
  width: 100%;
}
.home-three-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 96px;
  width: 50px;
  height: 50px;
}
.home-three-slider-arrows .slick-next::before {
  display: none;
}
.home-three-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .home-three-slider-arrows .slick-prev {
    left: 48px;
  }
  .home-three-slider-arrows .slick-next {
    right: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-three-slider-arrows .slick-prev {
    width: 35px;
    height: 35px;
    left: 48px;
  }
  .home-three-slider-arrows .slick-prev svg {
    width: 100%;
    height: 100%;
  }
  .home-three-slider-arrows .slick-next {
    width: 35px;
    height: 35px;
    right: 48px;
  }
  .home-three-slider-arrows .slick-next svg {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .home-three-slider-arrows .slick-prev {
    left: 35px;
  }
  .home-three-slider-arrows .slick-next {
    right: 35px;
  }
}

.home-three-slider .slick-slide {
  margin: 0 10px;
}

.home-three-slider-item.one--btn .home-three-slider-item-btns-btn {
  width: 100%;
}
.home-three-slider-item.one--btn .home-three-slider-item-btns-btn:last-child {
  display: none;
}

.home-three-slider-item-inner {
  height: 450px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 66px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home-three-slider-item-inner:hover .home-three-slider-item-btns {
  bottom: 0;
}
.home-three-slider-item-inner:hover .home-three-slider-item-image {
  transform: translateY(-25px);
}
@media only screen and (max-width: 1024px) {
  .home-three-slider-item-inner {
    height: 375px;
    padding: 46px 20px 79px;
  }
  .home-three-slider-item-inner:hover .home-three-slider-item-image {
    transform: translateY(0);
  }
}

.home-three-slider-item-image {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-three-slider-item-image img {
  max-height: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-three-slider-item-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -50px;
  left: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .home-three-slider-item-btns {
    bottom: 0;
  }
}

.home-three-slider-item-btns-btn {
  width: 49.8%;
  height: 50px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #f2f2f2;
  background: #909090;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-three-slider-item-btns-btn:first-child {
  background: #c8102e;
}

.home-one {
  width: 100%;
}
.home-one.revers .home-one-container {
  flex-direction: row-reverse;
}

.home-one-top {
  width: 100%;
  background: url("../images/img7.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px;
}
.home-one-top.will {
  background: url("../images/img13.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .home-one-top {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-one-top {
    padding: 50px 20px;
  }
}

.home-one-top-title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .home-one-top-title {
    font-size: 40px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .home-one-top-title {
    text-align: center;
    font-size: 29px;
    line-height: 100%;
  }
}

.home-one-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 80px;
}
@media only screen and (max-width: 1200px) {
  .home-one-container {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-one-container {
    padding: 30px 40px 50px;
  }
}

.home-one-product {
  width: 32.266%;
  height: 450px;
  padding: 54px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.home-one-product:hover .home-three-slider-item-btns {
  bottom: 0;
}
.home-one-product:hover .home-one-product-image {
  transform: translateY(-25px);
}
@media only screen and (max-width: 1024px) {
  .home-one-product {
    width: 100%;
    height: 375px;
    padding: 28px 20px 77px;
  }
  .home-one-product:hover .home-one-product-image {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 666px) {
  .home-one-product {
    height: 300px;
  }
}

.home-one-product-image {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-one-product-image img {
  max-height: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .home-one-product-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .home-one-product-image img {
    max-height: 100%;
    vertical-align: bottom;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.home-one-imgbg {
  width: 66.172%;
  height: 450px;
}
.home-one-imgbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-one-imgbg {
    display: none;
  }
}

.home-several {
  width: 100%;
}
.home-several.revers .home-several-container {
  flex-direction: row-reverse;
}

.home-several-top {
  width: 100%;
  background: url("../images/img6.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px;
}
@media only screen and (max-width: 1024px) {
  .home-several-top {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-several-top {
    padding: 50px 20px;
  }
}

.home-several-top-title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .home-several-top-title {
    font-size: 40px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .home-several-top-title {
    font-size: 29px;
  }
}

.home-several-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 80px;
}
@media only screen and (max-width: 1200px) {
  .home-several-container {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-several-container {
    padding: 30px 40px 50px;
  }
}
@media only screen and (max-width: 666px) {
  .home-several-container {
    padding: 30px 20px 50px;
  }
}

.home-several-product {
  width: 66.172%;
  height: 450px;
  padding: 54px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.home-several-product:hover .home-three-slider-item-btns {
  bottom: 0;
}
.home-several-product:hover .home-several-product-image {
  transform: translateY(-25px);
}
@media only screen and (max-width: 1024px) {
  .home-several-product {
    width: 100%;
    height: 375px;
    padding: 28px 20px 77px;
  }
  .home-several-product:hover .home-several-product-image {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 666px) {
  .home-several-product {
    height: 300px;
    padding: 34px 20px 75px;
  }
}

.home-several-product-image {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-several-product-image img {
  max-height: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .home-several-product-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .home-several-product-image img {
    max-height: 100%;
    vertical-align: bottom;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.home-several-imgbg {
  width: 32.266%;
  height: 450px;
}
.home-several-imgbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-several-imgbg {
    display: none;
  }
}

.home-half {
  width: 100%;
}

.home-half-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
@media only screen and (max-width: 1200px) {
  .home-half-container {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-half-container {
    flex-direction: column;
    padding: 30px 40px;
  }
}

.home-half-item {
  width: 49.2%;
  height: 450px;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  padding: 54px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-half-item:hover .home-three-slider-item-btns {
  bottom: 0;
}
.home-half-item:hover .home-half-item-image {
  transform: translateY(-25px);
}
@media only screen and (max-width: 1024px) {
  .home-half-item {
    width: 100%;
    height: 375px;
    padding: 28px 20px 77px;
    margin-bottom: 20px;
  }
  .home-half-item:hover .home-half-item-image {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 666px) {
  .home-half-item {
    height: 300px;
  }
}

.home-half-item-image {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-half-item-image img {
  max-height: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .home-half-item-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .home-half-item-image img {
    max-height: 100%;
    vertical-align: bottom;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product-page {
  width: 100%;
}

.product-main {
  width: 100%;
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .product-main {
    padding-top: 50px;
  }
}

.product-header {
  width: 100%;
  height: 70px;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fffff7;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .product-header {
    height: 50px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-header {
    padding: 0 20px;
  }
}

.product-header-logo {
  width: 225px;
}
.product-header-logo img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .product-header-logo {
    width: 157px;
  }
}

.product-hero {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .product-hero {
    height: calc(100vh - 50px);
    padding: 0 40px;
    align-items: flex-start;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .product-hero {
    padding: 0 20px;
    padding-top: 30px;
  }
}

.product-hero-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-hero-bg-img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-hero-bg-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-hero-content {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .product-hero-content {
    width: 70%;
  }
}
@media only screen and (max-width: 666px) {
  .product-hero-content {
    width: 100%;
  }
}

.product-hero-title {
  font-style: normal;
  font-weight: 600;
  font-size: 95px;
  line-height: 100%;
  color: #fffff6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-hero-title {
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .product-hero-title {
    font-size: 40px;
    line-height: 100%;
  }
}

.product-hero-description {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #fffff6;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .product-hero-description {
    width: 80%;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .product-hero-description {
    width: 100%;
  }
}

.product-hero-btn {
  width: 193px;
  height: 46px;
  background: #fffff6;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-hero-btn span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin-right: 9px;
  transform: translateY(2px);
}
@media only screen and (max-width: 1024px) {
  .product-hero-btn {
    width: 138px;
    height: 32px;
  }
  .product-hero-btn span {
    font-size: 14px;
    line-height: 120%;
  }
  .product-hero-btn img {
    width: 13.5px;
  }
}

.product-hero-bottom-arr {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 3;
}
.product-hero-bottom-arr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .product-hero-bottom-arr {
    width: 50px;
    height: 50px;
  }
}

.product-second {
  width: 100%;
  background: #fffff7;
  padding: 100px 60px;
}
@media only screen and (max-width: 1024px) {
  .product-second {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-second {
    padding: 50px 20px;
  }
}

.product-second-centered {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-second-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}
.product-second-icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .product-second-icon {
    width: 50px;
    height: 50px;
  }
}

.product-second-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.product-second-text p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-second-text {
    font-size: 18px;
    line-height: 120%;
  }
}

.product-second-text-info {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #b3b3b3;
}
@media only screen and (max-width: 1024px) {
  .product-second-text-info {
    font-size: 14px;
  }
}

.product-marquee {
  width: 100%;
  overflow: hidden;
  background: #000000;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .product-marquee {
    padding: 8px 0;
  }
}

.product-marquee-container {
  display: flex;
  align-items: center;
  margin-left: 30px;
  animation: marquee 22s infinite linear;
}
@media only screen and (max-width: 1024px) {
  .product-marquee-container {
    margin-left: 20px;
  }
}

.product-marquee-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fffff6;
  white-space: nowrap;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-marquee-text {
    font-size: 16px;
    line-height: 120%;
    margin-right: 20px;
  }
}

.product-marquee-icon {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  flex-shrink: 0;
}
.product-marquee-icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .product-marquee-icon {
    width: 24px;
    height: 24px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.product-block {
  width: 100%;
  display: flex;
}
.product-block.revers {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .product-block {
    flex-direction: column;
  }
  .product-block.revers {
    flex-direction: column;
  }
}

.product-block-content {
  width: 50%;
  padding: 67px 0;
}
@media only screen and (max-width: 1024px) {
  .product-block-content {
    width: 100%;
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-block-content {
    width: 100%;
    padding: 50px 20px;
  }
}

.product-block-content-inner {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .product-block-content-inner {
    max-width: 1024px;
  }
}

.product-block-taste-tag {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .product-block-taste-tag {
    font-size: 18px;
    line-height: 120%;
  }
}

.product-block-taste-name {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-block-taste-name {
    font-size: 30px;
    line-height: 90%;
    margin-bottom: 20px;
  }
}

.product-block-taste-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-block-taste-description {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}

.product-block-component {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #dbd8d5;
}
.product-block-component:first-of-type {
  border-top: 1px solid #dbd8d5;
}

.product-block-component-name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .product-block-component-name {
    font-size: 18px;
    line-height: 120%;
  }
}

.product-block-component-qnt {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .product-block-component-qnt {
    font-size: 18px;
    line-height: 120%;
  }
}

.product-block-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  background: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 0 32px;
}
.product-block-btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fffff6;
  display: block;
  margin-right: 8px;
  transform: translateY(2px);
}
.product-block-btn:hover {
  background: #dd042b;
}
@media only screen and (max-width: 1024px) {
  .product-block-btn {
    margin-top: 30px;
    width: 143px;
    height: 30px;
  }
  .product-block-btn span {
    font-size: 14px;
    line-height: 120%;
  }
  .product-block-btn img {
    width: 13.5px;
  }
}

.product-block-image {
  width: 50%;
}
.product-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .product-block-image {
    width: 100%;
  }
}

.product-advantage {
  width: 100%;
  background: #000000;
  padding: 51px 60px;
}
@media only screen and (max-width: 1024px) {
  .product-advantage {
    padding: 50px 40px;
  }
}

.product-advantage-centered {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .product-advantage-centered {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-advantage-centered {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.product-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-advantage-item-icon {
  width: 100px;
  height: 100px;
  background: #d85b57;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 17px;
}
.product-advantage-item-name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #fffff6;
}
@media only screen and (max-width: 1024px) {
  .product-advantage-item-name {
    font-size: 18px;
    line-height: 120%;
  }
}

.product-bg-image {
  width: 100%;
}
.product-bg-image img {
  width: 100%;
  vertical-align: bottom;
}
.product-assortment {
  width: 100%;
  padding: 100px 60px;
}
@media only screen and (max-width: 1024px) {
  .product-assortment {
    padding: 50px 0px;
  }
}

.product-assortment-title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 90%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-assortment-title {
    padding-left: 20px;
  }
}

.product-assortment-slider-wrapper {
  width: 100%;
  position: relative;
}

.product-assortment-slider-arrows {
  width: 130px;
  height: 30px;
  position: absolute;
  right: 9px;
  top: -60px;
  z-index: 7;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-arrows {
    right: 40px;
    width: 80px;
    height: 30px;
    top: -37px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-arrows {
    right: 20px;
  }
}
.product-assortment-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.product-assortment-slider-arrows .slick-prev::before {
  display: none;
}
.product-assortment-slider-arrows .slick-prev svg {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-arrows .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.product-assortment-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.product-assortment-slider-arrows .slick-next::before {
  display: none;
}
.product-assortment-slider-arrows .slick-next svg {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-arrows .slick-next {
    width: 30px;
    height: 30px;
  }
}

.product-assortment-slider .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .product-assortment-slider {
    padding-left: 10px;
  }
}

.product-assortment-slider-item-inner {
  width: 100%;
}

.product-assortment-slider-item-image {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
}
.product-assortment-slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-item-image {
    height: 348px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .product-assortment-slider-item-image {
    height: 290px;
    margin-bottom: 10px;
  }
}

.product-assortment-slider-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-item-text {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}

.product-assortment-slider-item-btn {
  width: 193px;
  height: 46px;
  background: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-assortment-slider-item-btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fffff6;
  display: block;
  margin-right: 8px;
  transform: translateY(2px);
}
.product-assortment-slider-item-btn:hover {
  background: #dd042b;
}
@media only screen and (max-width: 1024px) {
  .product-assortment-slider-item-btn {
    width: 128px;
    height: 30px;
  }
  .product-assortment-slider-item-btn span {
    font-size: 14px;
    line-height: 120%;
  }
  .product-assortment-slider-item-btn img {
    width: 13.5px;
  }
}

.product-ingredients {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .product-ingredients {
    flex-direction: column-reverse;
  }
}

.product-ingredients-accordeon {
  background: #000000;
  padding: 94px 60px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .product-ingredients-accordeon {
    width: 100%;
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-ingredients-accordeon {
    width: 100%;
    padding: 50px 20px;
  }
}

.product-ingredients-accordeon-inner {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fffff6;
}

.product-ingredients-accordeon-title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #faf8f4;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-ingredients-accordeon-title {
    font-size: 30px;
    line-height: 90%;
    margin-bottom: 20px;
  }
}

.product-ingredients-accordeon-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fffff6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-ingredients-accordeon-description {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}

.product-ingredients-accordeon-item {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #fffff6;
}
.product-ingredients-accordeon-item:last-of-type {
  border-bottom: 1px solid #fffff6;
}

.product-ingredients-accordeon-item-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #fffff6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-ingredients-accordeon-item-heading.open svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .product-ingredients-accordeon-item-heading {
    font-size: 18px;
    line-height: 120%;
  }
}

.product-ingredients-accordeon-item-drop {
  width: 100%;
  padding-top: 12px;
  display: none;
}
.product-ingredients-accordeon-item-drop p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fffff6;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-ingredients-accordeon-item-drop p {
    font-size: 14px;
  }
}

.product-ingredients-image {
  width: 50%;
}
.product-ingredients-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .product-ingredients-image {
    width: 100%;
    height: 550px;
  }
}
@media only screen and (max-width: 666px) {
  .product-ingredients-image {
    width: 100%;
    height: 375px;
  }
}

.product-youtube {
  width: 100%;
  padding: 100px 60px;
}
@media only screen and (max-width: 1024px) {
  .product-youtube {
    padding: 50px 40px 87px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-youtube {
    padding: 0px 0px 77px 0px;
  }
}

.product-youtube-slider-wrapper {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product-youtube-slider-arrows {
  width: 100%;
  position: absolute;
  right: 0;
  top: 49%;
  z-index: 7;
}
@media only screen and (max-width: 1024px) {
  .product-youtube-slider-arrows {
    display: none;
  }
}
.product-youtube-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -100px;
  width: 50px;
  height: 50px;
}
.product-youtube-slider-arrows .slick-prev::before {
  display: none;
}
.product-youtube-slider-arrows .slick-prev:hover svg circle {
  fill: #665194;
}
.product-youtube-slider-arrows .slick-prev img {
  width: 100%;
}
.product-youtube-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -100px;
  width: 50px;
  height: 50px;
}
.product-youtube-slider-arrows .slick-next::before {
  display: none;
}
.product-youtube-slider-arrows .slick-next:hover svg circle {
  fill: #665194;
}
.product-youtube-slider-arrows .slick-next img {
  width: 100%;
}

.product-youtube-slider {
  width: 100%;
}
.product-youtube-slider .slick-slide {
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
  .product-youtube-slider .slick-dots {
    width: 100%;
    padding: 0 30px;
    bottom: -48px;
  }
  .product-youtube-slider .slick-dots li {
    width: 10px;
  }
  .product-youtube-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .product-youtube-slider .slick-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #000000;
    border-radius: 50%;
    opacity: 1;
  }
  .product-youtube-slider .slick-dots li.slick-active button:before {
    background: #000000;
  }
}
@media only screen and (max-width: 666px) {
  .product-youtube-slider .slick-slide {
    margin: 0;
  }
  .product-youtube-slider .slick-dots {
    bottom: -38px;
  }
  .product-youtube-slider .slick-dots li {
    width: 10px;
  }
  .product-youtube-slider .slick-dots li button:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #000000;
  }
}

.youtube-video {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.youtube-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}

.product-footer {
  width: 100%;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #b3b3b3;
}
@media only screen and (max-width: 1024px) {
  .product-footer {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-footer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 666px) {
  .product-footer-logo {
    margin-bottom: 30px;
  }
}

.product-footer-social {
  display: flex;
  align-items: center;
}
.product-footer-social a {
  display: block;
  margin-left: 35px;
}
@media only screen and (max-width: 1024px) {
  .product-footer-social a {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .product-footer-social a {
    margin: 0 20px;
  }
}

.product-half {
  width: 100%;
  display: flex;
  align-items: center;
  background: #000;
  position: relative;
}
@media only screen and (max-width: 666px) {
  .product-half {
    flex-direction: column-reverse;
  }
}

.product-half-image {
  width: 50%;
}
.product-half-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media only screen and (max-width: 666px) {
  .product-half-image {
    width: 100%;
  }
}

.product-half-right {
  width: 50%;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .product-half-right {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .product-half-right {
    padding: 80px 20px 70px;
    width: 100%;
  }
}

.product-half-right-text {
  font-family: "HeliosCondC";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 90%;
  color: #ffffff;
  margin-bottom: 40px;
}
.product-half-right-text span {
  color: #d5112a;
}
@media only screen and (max-width: 1024px) {
  .product-half-right-text {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.product-half-right-order-btn {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 34px;
  background: #d5112a;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.product-half-right-order-btn img {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .product-half-right-order-btn {
    font-size: 14px;
    padding: 6px 15px;
  }
}

.product-white-half {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 666px) {
  .product-white-half {
    flex-direction: column;
  }
}

.product-white-half-left {
  width: 50%;
  padding: 0 60px 0 60px;
}
@media only screen and (max-width: 1024px) {
  .product-white-half-left {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 666px) {
  .product-white-half-left {
    width: 100%;
    padding: 50px 20px 30px;
  }
}

.product-white-half-left-title {
  font-family: "HeliosCondC";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 90%;
  color: #000000;
  margin-bottom: 40px;
}
.product-white-half-left-title span {
  color: #d5112a;
}
@media only screen and (max-width: 1024px) {
  .product-white-half-left-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.product-white-half-left-list {
  list-style: disc;
  padding-left: 25px;
}
.product-white-half-left-list li {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .product-white-half-left-list li {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.product-white-half-image {
  width: 50%;
}
.product-white-half-image img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .product-white-half-image {
    width: 100%;
  }
}

.product-bit-text-block {
  padding: 100px 60px;
}
@media only screen and (max-width: 1024px) {
  .product-bit-text-block {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-bit-text-block {
    padding: 50px 20px;
  }
}

.product-bit-text-block-title {
  font-family: "HeliosCondC";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  text-align: center;
  color: #000000;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.product-bit-text-block-title span {
  color: #d5112a;
}
@media only screen and (max-width: 1024px) {
  .product-bit-text-block-title {
    font-size: 55px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .product-bit-text-block-title {
    font-size: 35px;
  }
}

.product-bit-text-block-description {
  max-width: 1063px;
  width: 100%;
  margin: 0 auto;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .product-bit-text-block-description {
    font-size: 18px;
  }
}

.juniors-page .product-advantage {
  background: #6f43b2;
}
.juniors-page .product-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.juniors-page .product-assortment-slider-item-btn {
  background: #450099;
}

.product-big-title-fluid {
  width: 100%;
  padding: 70px 40px;
  background: #450099;
}
@media only screen and (max-width: 1024px) {
  .product-big-title-fluid {
    padding: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .product-big-title-fluid {
    padding: 40px 20px;
  }
}

.product-big-title-centered {
  max-width: 744px;
  margin: 100%;
  margin: 0 auto;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  text-align: center;
  color: #fffff6;
}
@media only screen and (max-width: 1024px) {
  .product-big-title-centered {
    max-width: 350px;
    font-size: 30px;
    line-height: 90%;
  }
}

.juniors-quantity-fluid {
  width: 100%;
  background: #450099;
  padding: 100px 40px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-fluid {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-quantity-fluid {
    padding: 50px 20px;
  }
}

.juniors-quantity-centered {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-centered {
    align-items: center;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-quantity-centered {
    flex-direction: column;
  }
}

.juniors-quantity-left {
  width: 550px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-left {
    width: 300px;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-quantity-left {
    width: 100%;
  }
}

.juniors-quantity-left-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #fffff6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-left-title {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 90%;
    color: #fffff6;
    margin-bottom: 15px;
  }
}

.juniors-quantity-left-text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #fffff6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-left-text {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}

.juniors-quantity-left-equals {
  padding: 18px 24px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  background: #b3cb04;
  border-radius: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-left-equals {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 9px 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-quantity-left-equals {
    padding: 9px 62px;
  }
}

.juniors-quantity-left-sex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-left-sex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.juniors-quantity-left-sex-item {
  display: flex;
  align-items: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #fffff6;
}
.juniors-quantity-left-sex-item img {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-left-sex-item {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 120%;
  }
  .juniors-quantity-left-sex-item img {
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }
}

.juniors-quantity-right-image {
  max-width: 557px;
  width: 100%;
}
.juniors-quantity-right-image img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .juniors-quantity-right-image {
    max-width: 334px;
  }
}

.juniors-move-fluid {
  background: #6dc4d5;
  width: 100%;
  height: 720px;
  position: relative;
}
.juniors-move-fluid img {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .juniors-move-fluid {
    height: 558px;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-move-fluid {
    height: auto;
  }
}

.juniors-move-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.juniors-move-bg1 img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .juniors-move-bg1 {
    display: none;
  }
}

.juniors-move-bg2 {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .juniors-move-bg2 {
    width: 235px;
    height: 202px;
    bottom: 17px;
    right: -84px;
  }
  .juniors-move-bg2 img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-move-bg2 {
    display: none;
  }
}

.juniors-move-mob-bg {
  display: none;
}
@media only screen and (max-width: 666px) {
  .juniors-move-mob-bg {
    display: block;
    width: 100%;
  }
  .juniors-move-mob-bg img {
    width: 100%;
    vertical-align: bottom;
  }
}

.juniors-move-centered {
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
  transform: translate(255px, 125px);
}
@media only screen and (max-width: 1024px) {
  .juniors-move-centered {
    max-width: 303px;
    transform: translate(193px, 38px);
  }
}
@media only screen and (max-width: 666px) {
  .juniors-move-centered {
    max-width: 500px;
    transform: translate(0, 0);
    padding: 50px 20px;
  }
}

.juniors-move-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-move-title {
    font-size: 30px;
    line-height: 90%;
  }
}

.juniors-move-description {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .juniors-move-description {
    font-size: 16px;
    line-height: 120%;
  }
}

.juniors-move-text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-move-text {
    font-size: 18px;
    line-height: 120%;
  }
}

.juniors-move-btn {
  width: 353px;
  height: 46px;
  background: #450099;
  border: 1px solid #450099;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fffff6;
}
.juniors-move-btn img {
  width: 18px;
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .juniors-move-btn {
    width: 252px;
    height: 30px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 120%;
  }
  .juniors-move-btn img {
    width: 15px;
    margin-left: 3px;
  }
}

.juniors-slider-fluid {
  background: #6f43b2;
  width: 100%;
}

.juniors-slider-centered {
  width: 100%;
}

.juniors-slider-wrapper {
  width: 100%;
  position: relative;
}

.juniors-slider-arrows {
  width: 120px;
  height: 50px;
  position: absolute;
  left: 40px;
  bottom: 80px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-arrows {
    width: 80px;
    height: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-slider-arrows {
    display: none;
  }
}
.juniors-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.juniors-slider-arrows .slick-prev::before {
  display: none;
}
.juniors-slider-arrows .slick-prev img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-arrows .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.juniors-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.juniors-slider-arrows .slick-next::before {
  display: none;
}
.juniors-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-arrows .slick-next {
    width: 30px;
    height: 30px;
  }
}

.juniors-slider .slick-dots {
  width: 100%;
  padding: 0 20px;
  top: 318px;
  text-align: left;
}
.juniors-slider .slick-dots li {
  width: 10px;
}
.juniors-slider .slick-dots li button:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #fffff6;
  border-radius: 50%;
  opacity: 1;
}
.juniors-slider .slick-dots li.slick-active button:before {
  background: #fff;
}

.juniors-slider-item {
  width: 100%;
  height: 720px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-item {
    height: 550px;
  }
}
@media only screen and (max-width: 666px) {
  .juniors-slider-item {
    height: auto;
  }
}

.juniors-slider-item-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 666px) {
  .juniors-slider-item-content {
    padding: 50px 20px 90px;
  }
}

.juniors-slider-item-content-name {
  max-width: 560px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  color: #fffff6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-item-content-name {
    max-width: 328px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 90%;
  }
}

.juniors-slider-item-content-description {
  max-width: 560px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fffff6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-item-content-description {
    max-width: 328px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px;
    padding-right: 20px;
  }
}

.juniors-slider-item-content-btn {
  width: 214px;
  height: 46px;
  border: 1px solid #fffff6;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.juniors-slider-item-content-btn span {
  display: block;
  margin-right: 5px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fffff6;
}
@media only screen and (max-width: 1024px) {
  .juniors-slider-item-content-btn {
    width: 144px;
    height: 30px;
  }
  .juniors-slider-item-content-btn span {
    font-size: 14px;
    line-height: 120%;
  }
  .juniors-slider-item-content-btn img {
    width: 13px;
  }
}

.juniors-slider-item-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.juniors-slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .juniors-slider-item-image {
    position: relative;
    width: 100%;
    height: 61vh;
  }
}

.karpatozavry-page {
  width: 100%;
  background: #fff;
}
.karpatozavry-page a {
  color: #fff;
}
.karpatozavry-page a:hover {
  text-decoration: none;
}
.karpatozavry-page .product-assortment-slider-item-image {
  height: 395px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-page .product-assortment-slider-item-image {
    height: 290px;
  }
}
.karpatozavry-page .product-assortment-slider-item-btn {
  margin: 0 auto;
  background: #006632;
}
.karpatozavry-page .product-second {
  padding-top: 0;
  background: #fff;
}
.karpatozavry-page .product-assortment-slider-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.karpatozavry-page .product-block-component-name {
  font-size: 20px;
  font-weight: 400;
}
.karpatozavry-page .product-block-btn {
  background: #006632;
}
.karpatozavry-page .product-block-taste-description {
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-page .product-hero {
    height: auto;
    aspect-ratio: 4/2.1;
  }
  .karpatozavry-page .product-block {
    flex-direction: column-reverse;
  }
  .karpatozavry-page .product-block-btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-page .product-hero {
    height: calc(100vh - 50px);
    aspect-ratio: auto;
  }
  .karpatozavry-page .product-assortment {
    padding: 50px 0 40px 0;
  }
  .karpatozavry-page .product-block-taste-description {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .karpatozavry-page .product-block-component-name {
    font-size: 16px;
    line-height: 120%;
  }
  .karpatozavry-page .product-block-btn {
    width: 100%;
    height: 46px;
  }
  .karpatozavry-page .product-block-btn span {
    font-size: 16px;
    line-height: 120%;
  }
  .karpatozavry-page .product-block-taste-name {
    text-align: center;
  }
}

.karpatozavry-main {
  width: 100%;
}

.karpatozavry-header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 76px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-header {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-header {
    height: 50px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 666px) {
  .karpatozavry-header-logo {
    width: 158px;
  }
  .karpatozavry-header-logo img {
    width: 100%;
  }
}

.product-hero-bg-text {
  position: absolute;
  top: 52%;
  left: 2.7vw;
  color: #fff;
  transform: translatey(-50%);
  font-size: 2.5vw;
  line-height: 120%;
  font-weight: 700;
  width: 48vw;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15vw;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.8));
}
@media only screen and (max-width: 666px) {
  .product-hero-bg-text {
    font-size: 4.5vw;
    width: 89vw;
    top: 17.2vh;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  }
}

.js-karpatozavry-product-arrows {
  width: 130px;
  height: 30px;
  position: absolute;
  right: 9px;
  top: -60px;
  z-index: 7;
}
@media only screen and (max-width: 1024px) {
  .js-karpatozavry-product-arrows {
    right: 40px;
    width: 80px;
    height: 30px;
    top: -37px;
  }
}
@media only screen and (max-width: 666px) {
  .js-karpatozavry-product-arrows {
    right: 20px;
    top: -44px;
  }
}
.js-karpatozavry-product-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.js-karpatozavry-product-arrows .slick-prev::before {
  display: none;
}
.js-karpatozavry-product-arrows .slick-prev svg {
  width: 100%;
}
.js-karpatozavry-product-arrows .slick-prev svg circle {
  fill: #006632;
  stroke: #006632;
}
@media only screen and (max-width: 1024px) {
  .js-karpatozavry-product-arrows .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.js-karpatozavry-product-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.js-karpatozavry-product-arrows .slick-next::before {
  display: none;
}
.js-karpatozavry-product-arrows .slick-next svg {
  width: 100%;
}
.js-karpatozavry-product-arrows .slick-next svg circle {
  fill: #006632;
  stroke: #006632;
}
@media only screen and (max-width: 1024px) {
  .js-karpatozavry-product-arrows .slick-next {
    width: 30px;
    height: 30px;
  }
}

.js-karpatozavry-product-slider .slick-slide {
  margin: 0 10px;
}

.karpatozavry-fullimage {
  width: 100%;
}
.karpatozavry-fullimage img {
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-fullimage {
    height: 203px;
  }
  .karpatozavry-fullimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.karpatozavry-center-text {
  padding: 80px 40px;
}
.karpatozavry-center-text p {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-center-text {
    padding: 60px 40px;
  }
  .karpatozavry-center-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-center-text {
    padding: 28px 14px;
  }
  .karpatozavry-center-text p {
    font-size: 18px;
  }
}

.karpatozavry-rectangle {
  width: 100%;
  height: 50px;
  background: #006632;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-rectangle {
    height: 40px;
  }
}

.karpatozavry-projector {
  background: #4ba462;
  padding: 90px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-projector {
    padding: 120px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-projector {
    flex-direction: column;
    padding: 30px 20px;
  }
}

.karpatozavry-projector-left {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-projector-left {
    width: 80%;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-projector-left {
    width: 100%;
  }
}

.karpatozavry-projector-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 103%;
  color: #fffff6;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-projector-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-projector-title {
    font-size: 32px;
    line-height: 103%;
    margin-bottom: 20px;
  }
}

.karpatozavry-projector-desc {
  max-width: 522px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #fffff6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-projector-desc {
    max-width: 380px;
    font-size: 18px;
  }
}

.karpatozavry-projector-right {
  width: 50%;
}
.karpatozavry-projector-right picture {
  width: 100%;
}
.karpatozavry-projector-right picture img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-projector-right {
    position: absolute;
    bottom: 40px;
    right: 0;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-projector-right {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.karpatozavry-tools {
  width: 100%;
  background: #fff;
  padding: 70px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-tools {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-tools {
    padding: 0;
    margin-bottom: 21px;
  }
}

.karpatozavry-tools-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 103%;
  color: #000000;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-tools-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-tools-title {
    font-size: 32px;
    line-height: 90%;
    padding: 40px 20px;
    margin-bottom: 0;
  }
}

.karpatozavry-tools-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
  grid-template-rows: 200px;
  grid-template-areas: "one two three four" "one two three five" "one six six six";
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-tools-container {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-template-rows: 200px;
    grid-template-areas: "one two three" "one two three" "one four five" "six six six";
    gap: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-tools-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "one one" "one one" "one one" "two three" "two three" "four five" "six six";
    gap: 20px;
  }
}

.karpatozavry-tools-item {
  background: #a1d6a7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-tools-item {
    padding: 20px;
  }
}
.karpatozavry-tools-item:nth-of-type(1n) {
  grid-area: one;
}
.karpatozavry-tools-item:nth-of-type(2n) {
  grid-area: two;
}
.karpatozavry-tools-item:nth-of-type(3n) {
  grid-area: three;
}
.karpatozavry-tools-item:nth-of-type(4n) {
  grid-area: four;
  height: 100%;
}
.karpatozavry-tools-item:nth-of-type(5n) {
  grid-area: five;
  height: 100%;
}
.karpatozavry-tools-item:nth-of-type(6n) {
  grid-area: six;
  height: 100%;
  flex-direction: row-reverse;
}
.karpatozavry-tools-item:nth-of-type(6n) .karpatozavry-tools-item-img {
  margin-bottom: 0px;
  margin-left: 26px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-tools-item:nth-of-type(6n) .karpatozavry-tools-item-img {
    width: 83%;
  }
  .karpatozavry-tools-item:nth-of-type(6n) .karpatozavry-tools-item-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-tools-item:nth-of-type(6n) .karpatozavry-tools-item-img {
    width: 90%;
  }
}

.karpatozavry-tools-item-img {
  margin-bottom: 10px;
}

.karpatozavry-tools-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-tools-item-text {
    font-size: 16px;
    line-height: 120%;
  }
}

.karpatozavry-steps {
  width: 100%;
  padding: 65px 70px;
  background: #a1d6a7;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-steps {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps {
    padding: 30px 20px;
  }
}

.karpatozavry-steps-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 103%;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-steps-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-title {
    font-size: 32px;
    line-height: 103%;
    margin-bottom: 20px;
  }
}

.karpatozavry-steps-slider-wrapper {
  width: 100%;
  position: relative;
}

.karpatozavry-steps-slider-arrows {
  width: 120px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -43px;
  z-index: 5;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-slider-arrows {
    display: none;
  }
}
.karpatozavry-steps-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.karpatozavry-steps-slider-arrows .slick-prev img {
  width: 100%;
}
.karpatozavry-steps-slider-arrows .slick-prev::before {
  display: none;
}
.karpatozavry-steps-slider-arrows .slick-prev.slick-disabled {
  opacity: 0;
}
.karpatozavry-steps-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.karpatozavry-steps-slider-arrows .slick-next img {
  width: 100%;
}
.karpatozavry-steps-slider-arrows .slick-next::before {
  display: none;
}
.karpatozavry-steps-slider-arrows .slick-next.slick-disabled {
  opacity: 0;
}

.karpatozavry-steps-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 67.344%;
  margin-left: auto;
}
.karpatozavry-steps-slider .slick-dots::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #006632;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.karpatozavry-steps-slider .slick-dots li {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a1d6a7;
  margin: 0;
  position: relative;
  z-index: 2;
}
.karpatozavry-steps-slider .slick-dots li a {
  width: 46px;
  height: 46px;
  background: url("/images/karpatozavry/check-icon.svg") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: transparent;
}
.karpatozavry-steps-slider .slick-dots li a:hover {
  color: transparent;
}
.karpatozavry-steps-slider .slick-dots li.slick-active ~ li a {
  color: #006632;
  background: #a1d6a7;
  border: 1px solid #006632;
}
.karpatozavry-steps-slider .slick-dots li.slick-active ~ li a:hover {
  color: #006632;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-steps-slider .slick-dots {
    width: 80%;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-slider .slick-dots {
    width: 100%;
    bottom: 14px;
  }
  .karpatozavry-steps-slider .slick-dots li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .karpatozavry-steps-slider .slick-dots li a {
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-slider {
    margin-bottom: 0 !important;
  }
}

.karpatozavry-steps-slider-item {
  width: 100%;
}

.karpatozavry-steps-slider-item-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-slider-item-inner {
    flex-direction: column;
  }
}

.karpatozavry-steps-slider-item-text {
  width: 40%;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #000000;
}
.karpatozavry-steps-slider-item-text p {
  margin-bottom: 20px;
  line-height: 120%;
}
.karpatozavry-steps-slider-item-text p a {
  color: #000000;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-steps-slider-item-text {
    font-size: 16px;
    width: 47%;
  }
  .karpatozavry-steps-slider-item-text p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-slider-item-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .karpatozavry-steps-slider-item-text p {
    margin-bottom: 8px;
  }
}

.karpatozavry-steps-slider-item-text-num {
  margin-right: 8px;
}

.karpatozavry-steps-slider-item-video {
  width: 50%;
}
.karpatozavry-steps-slider-item-video video {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-steps-slider-item-video {
    width: 100%;
  }
}

.karpatozavry-done {
  width: 100%;
  background: #4ba462;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-done {
    flex-direction: column;
  }
}

.karpatozavry-done-left {
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-done-left {
    padding: 80px 0px 80px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-done-left {
    width: 100%;
    padding: 30px 20px;
  }
}

.karpatozavry-done-left-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 103%;
  color: #fffff6;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-done-left-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-done-left-title {
    font-size: 32px;
    line-height: 103%;
    margin-bottom: 20px;
  }
}

.karpatozavry-done-left-description {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #fffff6;
  padding-right: 15%;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-done-left-description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-done-left-description {
    font-size: 18px;
    line-height: 120%;
    padding-right: 0;
  }
}

.karpatozavry-done-right {
  width: 50%;
  aspect-ratio: 1/1;
}
.karpatozavry-done-right img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-done-right {
    aspect-ratio: 1/1.3;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-done-right {
    width: 100%;
    aspect-ratio: 1/1.3;
  }
}

.karpatozavry-youtube {
  width: 100%;
  padding: 80px 70px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-youtube {
    padding: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-youtube {
    padding: 30px 20px;
  }
}

.karpatozavry-youtube-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-youtube-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-youtube-title {
    font-size: 32px;
    line-height: 103%;
  }
}

.karpatozavry-youtube-slider-wrapper {
  width: 100%;
  position: relative;
}

.karpatozavry-youtube-slider-arrows {
  width: 130px;
  position: absolute;
  right: 0;
  top: -72px;
  z-index: 7;
}
.karpatozavry-youtube-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.karpatozavry-youtube-slider-arrows .slick-prev::before {
  display: none;
}
.karpatozavry-youtube-slider-arrows .slick-prev img {
  width: 100%;
}
.karpatozavry-youtube-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.karpatozavry-youtube-slider-arrows .slick-next::before {
  display: none;
}
.karpatozavry-youtube-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-youtube-slider-arrows {
    top: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-youtube-slider-arrows {
    width: 90px;
  }
  .karpatozavry-youtube-slider-arrows .slick-prev {
    width: 30px;
    height: 30px;
  }
  .karpatozavry-youtube-slider-arrows .slick-prev svg {
    width: 100%;
    height: 100%;
  }
  .karpatozavry-youtube-slider-arrows .slick-next {
    width: 30px;
    height: 30px;
  }
  .karpatozavry-youtube-slider-arrows .slick-next svg {
    width: 100%;
    height: 100%;
  }
}

.karpatozavry-youtube-slider {
  width: 100%;
}
.karpatozavry-youtube-slider .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-youtube-slider .slick-slide {
    margin: 0 5px;
  }
}

.karpatozavry-youtube-slider-item-name {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-youtube-slider-item-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-youtube-slider-item-name {
    font-size: 28px;
    line-height: 120%;
  }
}

.youtube-video {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.youtube-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}

.karpatozavry-instruction {
  width: 100%;
  padding: 100px;
  background: #a1d6a7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .karpatozavry-instruction {
    padding: 80px 20px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 666px) {
  .karpatozavry-instruction {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}

.karpatozavry-instruction-title {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 90%;
  text-align: center;
  color: #00351a;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-instruction-title {
    font-size: 30px;
    line-height: 90%;
    margin-bottom: 15px;
  }
}

.karpatozavry-instruction-description {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #00351a;
  max-width: 975px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .karpatozavry-instruction-description {
    font-size: 18px;
    line-height: 120%;
  }
}

.karpatozavry-instruction-btn {
  width: 229px;
  height: 46px;
  background: #006632;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.karpatozavry-instruction-btn img {
  margin-left: 6px;
}

.karpatozavry-projector-info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #a1d6a7;
}

.lemonade-page .product-main {
  padding-top: 0;
}
.lemonade-page .product-hero {
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .lemonade-page .product-hero {
    height: 100vh;
  }
}
@media only screen and (max-width: 666px) {
  .lemonade-page .product-hero {
    height: 100vh;
  }
}
.lemonade-page .product-marquee-icon {
  width: 15px;
  height: 15px;
}
.lemonade-page .product-marquee {
  background: #01994e;
}
.lemonade-page .product-advantage {
  background: #01994e;
}

.lemo-hero-info {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #fffff6;
  background: #01994e;
  padding: 18px 40px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 666px) {
  .lemo-hero-info {
    padding: 15px 20px;
    font-size: 11px;
  }
}

.product-second-logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-second-logo {
    width: 280px;
  }
  .product-second-logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .product-second-logo {
    width: 240px;
  }
}

.product-list {
  padding-left: 17px;
  margin-bottom: 30px;
}
.product-list li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 7px;
  position: relative;
}
.product-list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 7px;
  height: 7px;
  background: #01994e;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .product-list li {
    font-size: 16px;
  }
}

.product-three-btns-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-three-btns-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .product-three-btns-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.product-three-btns-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 666px) {
  .product-three-btns-container {
    width: 100%;
    justify-content: space-between;
  }
}

.product-three-btns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 24px;
  background: #01994e;
  border-radius: 30px;
  background: #01994e;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fffff6;
  margin-right: 15px;
}
.product-three-btns-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .product-three-btns-item {
    font-size: 16px;
    padding: 9px 19px;
  }
}
@media only screen and (max-width: 666px) {
  .product-three-btns-item {
    margin-right: 0;
    font-size: 14px;
    padding: 6px 19px;
  }
}

.future-page.bg-white {
  background: #fff;
  overflow: auto;
}
.future-page.bg-white .product-hero {
  height: 100vh;
}
.future-page.bg-white .product-advantage {
  background: #f2f2f2;
}
.future-page.bg-white .product-advantage-item {
  width: 33%;
}
.future-page.bg-white .product-second {
  background: #fff;
}
.future-page.bg-white .product-second-icon {
  width: -moz-fit-content;
  width: fit-content;
}
.future-page.bg-white .product-second-text {
  margin-bottom: 0;
}
.future-page.bg-white .product-marquee {
  background: #67a9e3;
}
.future-page.bg-white .product-marquee-text {
  color: #fff;
}
.future-page.bg-white .product-bg-image {
  height: auto;
}
.future-page.bg-white .product-ingredients.revers {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .future-page.bg-white .product-advantage-centered {
    display: flex;
  }
  .future-page.bg-white .product-ingredients {
    flex-direction: column;
  }
  .future-page.bg-white .product-ingredients.revers {
    display: flex;
    flex-direction: column;
  }
  .future-page.bg-white .product-ingredients-image {
    height: auto;
  }
  .future-page.bg-white .product-youtube {
    padding: 50px 40px;
    background: #fffff6;
  }
  .future-page.bg-white .product-second {
    background: #fffff6;
  }
  .future-page.bg-white .product-footer {
    background: #fffff6;
  }
}
@media only screen and (max-width: 666px) {
  .future-page.bg-white .product-advantage-centered {
    flex-direction: column;
  }
  .future-page.bg-white .product-youtube {
    padding: 50px 0;
  }
}

.future-product {
  width: 100%;
}
.future-product.revers .future-product-inner {
  flex-direction: row-reverse;
}
.future-product.revers .future-product-left-down-drop-item:last-child {
  border-bottom: 1px solid #dbd8d5;
}
@media only screen and (max-width: 1024px) {
  .future-product.revers .future-product-inner {
    flex-direction: column;
  }
}

.future-product-inner {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .future-product-inner {
    flex-direction: column;
  }
}

.future-product-left {
  width: 50%;
  padding: 80px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left {
    width: 100%;
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .future-product-left {
    padding: 50px 20px 20px;
  }
}

.future-product-left-top {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-top {
    margin-bottom: 20px;
  }
}

.future-product-left-title {
  color: #000;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.future-product-left-desc {
  color: #000;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.future-product-left-text {
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-text {
    font-size: 16px;
  }
}

.future-product-left-down {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 30px;
  border-top: 1px solid #dbd8d5;
}
.future-product-left-down.open {
  border: none;
  padding-top: 0;
}

.future-product-left-down-button {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  color: #fffff6;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 34px;
  border-radius: 30px;
  background: #000;
  margin-bottom: 30px;
}
.future-product-left-down-button img {
  margin-left: 5px;
  transition: all 0.3s ease;
}
.future-product-left-down-button.open img {
  transform: rotate(180deg);
}
.future-product-left-down-button.open .future-product-left-down-button-more {
  display: none;
}
.future-product-left-down-button.open .future-product-left-down-button-less {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-button {
    font-size: 14px;
    padding: 6px 15px;
  }
  .future-product-left-down-button img {
    width: 18px;
  }
}

.future-product-left-down-button-less {
  display: none;
}

.future-product-left-down-drop {
  display: none;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-drop {
    margin-bottom: 20px;
  }
}

.future-product-left-down-drop-item {
  border-top: 1px solid #dbd8d5;
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-drop-item {
    padding: 20px 0;
  }
  .future-product-left-down-drop-item.tab-w-260 {
    text-align: center;
  }
  .future-product-left-down-drop-item.tab-w-260 img {
    width: 260px;
    margin: 0 auto;
  }
}

.future-product-left-down-drop-heading {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 30px;
}
.future-product-left-down-drop-heading span {
  display: block;
  margin-left: 17px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-drop-heading {
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .future-product-left-down-drop-heading img {
    width: 40px;
  }
  .future-product-left-down-drop-heading.img-rodovid img {
    width: 189px;
  }
}
@media only screen and (max-width: 666px) {
  .future-product-left-down-drop-heading span {
    text-align: left;
  }
}

.future-product-left-down-drop-text {
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.future-product-left-down-drop-text p {
  margin-bottom: 30px;
}
.future-product-left-down-drop-text a {
  color: #00953a;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-drop-text {
    font-size: 16px;
  }
  .future-product-left-down-drop-text p {
    margin-bottom: 20px;
  }
}

.future-product-right {
  position: sticky;
  top: 0;
  right: 0;
  width: 50%;
  height: 721px;
}
.future-product-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .future-product-right {
    position: relative;
    height: auto;
    width: 100%;
  }
}

.future-product-left-list {
  margin-left: 20px;
}
.future-product-left-list li {
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  margin-bottom: 7px;
}
.future-product-left-list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 7px;
  height: 7px;
  background: #01994e;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-list li {
    font-size: 16px;
  }
}

.future-product-left-down-drop-image {
  margin: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-drop-image {
    margin: 20px 0;
  }
  .future-product-left-down-drop-image img {
    width: 100%;
  }
  .future-product-left-down-drop-image picture {
    width: 100%;
  }
  .future-product-left-down-drop-image picture img {
    width: 100%;
  }
}

.future-product-left-down-drop-link-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #000;
  margin: 0 auto;
  margin-top: 30px;
}
.future-product-left-down-drop-link-button span {
  display: block;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-down-drop-link-button {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .future-product-left-down-drop-link-button img {
    width: 18px;
  }
}

.future-product-left-link-list {
  margin: 30px 0;
  margin-left: 20px;
}
.future-product-left-link-list li {
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  margin-bottom: 7px;
}
.future-product-left-link-list li strong {
  font-weight: 600;
}
.future-product-left-link-list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 7px;
  height: 7px;
  background: #0033a1;
  border-radius: 50%;
}
.future-product-left-link-list li a {
  color: #0033a1;
}
@media only screen and (max-width: 1024px) {
  .future-product-left-link-list li {
    font-size: 16px;
  }
}

.future-footer-center {
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .future-footer-center {
    display: none;
  }
}

.future-footer-center-mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .future-footer-center-mob {
    display: block;
    color: #000;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
}

.product-hero-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(1, 91, 187, 0.01) 30%, #73AEED 100%);
}
@media only screen and (max-width: 1024px) {
  .product-hero-gradient {
    height: 150px;
  }
}

.product-second-waves-1 {
  position: absolute;
  left: 0;
  bottom: -157px;
  width: 100%;
}
.product-second-waves-1 img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .product-second-waves-1 {
    bottom: -100px;
  }
}
@media only screen and (max-width: 666px) {
  .product-second-waves-1 {
    bottom: -50px;
  }
}
@media (min-width: 1800px) {
  .product-second-waves-1 {
    bottom: -400px;
  }
}

.product-half-right-waves-2 {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.product-half-right-waves-2 img {
  width: 100%;
  height: 100%;
}

html,
body {
  font-family: "Gilroy";
  font-weight: 400;
  background: #fffff7;
}

.is-hidden {
  overflow-y: hidden;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */
