@charset "UTF-8";
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  font-size: clamp(10px, 8.8461538462px + 0.3076923077vw, 12px);
}
html body {
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  color: #fafffa;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
html body .arrow {
  position: fixed;
  inset: auto 2rem 3rem auto;
  font-size: 4rem;
  color: #00e3bb;
  opacity: 0.5;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  display: none;
  z-index: 102;
}
html body .arrow.visible-scroll {
  display: block;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
html body .arrow:hover {
  opacity: 1;
}
html body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scroll-margin-top: 12rem;
  padding: 0 0 5rem 0;
}
@media (max-width: 1025px) {
  html body section {
    height: auto;
  }
}
html body a {
  text-decoration: none;
}
html body p {
  font-size: 1.2rem;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 2rem;
}
html body .container {
  margin: 0 auto;
  max-width: 355px;
  max-width: clamp(355px, -10.1960784314px + 97.385620915vw, 1100px);
  width: 100%;
}
html body.container--about-page {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1025px) {
  html body.container--about-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 120px 0 50px 0;
  }
}
html body.container--about-page-content {
  color: #000;
}
html body .header {
  margin: 0 0 40px 0;
  padding: 3.5rem 0 0 0;
}
@media (max-width: 650px) {
  html body .header.header--about {
    padding: 1rem 0 0 0;
  }
}
html body .header.header--single-page {
  padding: 4rem 0 0 0;
}
@media (max-width: 1025px) {
  html body .header.header--single-page {
    padding: 10rem 0 0 0;
  }
}
@media (max-width: 650px) {
  html body .header.header--single-page p:nth-of-type(2) {
    text-indent: 4rem;
  }
}
html body .header p {
  margin: 0;
  line-height: 1.1;
  font-weight: 600;
  font-size: 2.5rem;
}
html body .header p:first-of-type {
  border-left: 3px solid #00e3bb;
  padding-left: 1rem;
}
html body .header p:nth-of-type(2) {
  text-indent: 4rem;
}
html body .btn-more {
  color: #00e3bb;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 600;
}
html body .btn-more #button-more {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0;
}
html body .btn-more i {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-weight: 600;
  font-size: 1.5rem;
}
html body .btn-more:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
html body .btn-more:hover i {
  padding-left: 1em;
}
html body .btn-primary {
  background: #1a5754;
  outline: 0;
  border: 0;
  border-radius: 5px;
  color: #d3d3d3;
  padding: 5px 0;
  letter-spacing: 2px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
html body .btn-primary p {
  margin: 0.5rem;
}
html body .btn-primary:hover {
  background-color: #21736f;
  scale: 1.01;
}
html body .btn-primary__text {
  font-weight: 400;
}
html body .gallery {
  width: 50%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
@media (max-width: 1025px) {
  html body .gallery {
    width: 100%;
  }
}
html body .gallery__carousel {
  position: relative;
  width: 570px;
  height: 380px;
}
@media (max-width: 1025px) {
  html body .gallery__carousel {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 650px) {
  html body .gallery__carousel {
    width: 100%;
    height: 250px;
  }
}
html body .gallery__btn {
  position: absolute;
  background: none;
  border: none;
  font-size: 3rem;
  top: 50%;
  z-index: 100;
  translate: 0 -50%;
  color: #1a5754;
  cursor: pointer;
}
@media (max-width: 650px) {
  html body .gallery__btn {
    font-size: 2.5rem;
  }
}
html body .gallery__btn.gallery__btn--prev {
  left: 10px;
}
@media (max-width: 650px) {
  html body .gallery__btn.gallery__btn--prev {
    left: 4px;
  }
}
html body .gallery__btn.gallery__btn--next {
  right: 10px;
}
@media (max-width: 650px) {
  html body .gallery__btn.gallery__btn--next {
    right: 4px;
  }
}
html body .gallery__slides {
  padding: 0;
  height: 100%;
}
html body .gallery__slide {
  list-style: none;
  opacity: 0;
  position: absolute;
  inset: 0;
  -webkit-transition: 200ms opacity ease-in-out;
  transition: 200ms opacity ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
html body .gallery__slide[data-active] {
  opacity: 1;
  z-index: 1;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
html body .gallery__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
html body .accordion__item {
  margin: 0 0 5px 0;
  background-color: #1a5754;
  overflow: hidden;
}
html body .accordion__item.open {
  padding: 0 0 3em 0;
}
html body .accordion__item.open > .accordion__label::after {
  rotate: 0.5turn;
}
html body .accordion__label {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-size: 14px;
  min-height: 50px;
  padding: 3em 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  html body .accordion__label {
    padding: 1em 2em 1em 1em;
  }
}
html body .accordion__label::after {
  content: "  ";
  position: absolute;
  inset: 50% 2.5em auto auto;
  width: 12px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%23FFFFFF99;" /></svg>');
  background-size: contain;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  translate: 0 -50%;
}
@media (max-width: 650px) {
  html body .accordion__label::after {
    inset: 50% 1em auto auto;
  }
}
html body .accordion__content {
  font-size: 14px;
  padding: 0 10px;
  font-weight: 200;
  letter-spacing: 1px;
  height: 0;
  margin: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
html body .accordion__content ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
html body .accordion__content ul li {
  line-height: 14.5px;
}
html .cookies-banner {
  background-color: #1a5754;
  opacity: 0.9;
  padding: 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-animation: slideUp 0.5s ease-in-out;
          animation: slideUp 0.5s ease-in-out;
}
html .cookies-banner__button {
  background-color: rgba(0, 0, 0, 0.439);
  outline: none;
  border: none;
  margin-left: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: var(--mainTransition);
  transition: var(--mainTransition);
  color: var(--bodyTextColor);
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
}
html .cookies-banner__button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
html .cookies-banner__text {
  color: var(--bodyTextColor);
  margin: 0;
  padding: 0;
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nav {
  position: sticky;
  z-index: 100;
  top: 0;
  -webkit-animation: nav-load 500ms ease-in 100ms;
          animation: nav-load 500ms ease-in 100ms;
  translate: 0 -300%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.484);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 1.5rem;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 1025px) {
  .nav {
    position: fixed;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media (max-width: 650px) {
  .nav {
    padding: 1.5rem 1.5rem;
  }
}
.nav__logo-link {
  width: 5rem;
  height: 5rem;
  display: block;
}
@media (max-width: 650px) {
  .nav__logo-link {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.nav__logo {
  width: 100%;
  display: block;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.nav__logo:hover {
  scale: 1.1;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__list.open {
  translate: -100% 0;
  visibility: visible;
}
@media (max-width: 1025px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    width: 50%;
    height: 100vh;
    padding: 15rem 0 0 4rem;
    inset: 0 -50% auto auto;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
  }
}
.nav__item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 40px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-animation: nav-link-load 500ms ease-in 800ms;
          animation: nav-link-load 500ms ease-in 800ms;
  scale: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav__item.nav__item--lang {
  height: 25px;
  width: 90px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .nav__item {
    margin: 0 0 5rem 0;
  }
}
.nav__item input[type=radio] {
  display: none;
}
.nav__item .label-pl,
.nav__item .label-en {
  display: block;
  height: 50px;
  width: 45px;
  background-size: 50px 45px;
  position: absolute;
  background: linear-gradient(to bottom, black 0, black 25px, #1a5754 25px, #1a5754 50px);
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav__item .label-en {
  right: 0;
}
.nav__item .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #fafffa;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.nav__item input:checked + label {
  background-position: 0 -25px;
}
.nav__link {
  font-size: 1rem;
  color: #fafffa;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 2.7px;
  display: block;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.nav__link:hover {
  scale: 1.1;
  border-bottom: #fafffa 0.5px solid;
}
@media (max-width: 1025px) {
  .nav__link {
    font-weight: 500;
  }
}

.hamburger {
  -webkit-animation: nav-load 500ms ease-in 100ms;
          animation: nav-load 500ms ease-in 100ms;
  translate: 0 -300%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border: none;
  width: 5rem;
  height: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  display: none;
  background-color: transparent;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  position: fixed;
  inset: 2em 2rem auto auto;
  z-index: 101;
}
@media (max-width: 1025px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 650px) {
  .hamburger {
    width: 4rem;
    height: 3rem;
    inset: 1.5rem 2rem auto auto;
  }
}
.hamburger__line {
  height: 1px;
  display: block;
  background-color: #fafffa;
  width: 100%;
}
.hamburger__line:nth-of-type(1) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 70%;
}
.hamburger__line:nth-of-type(2) {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.hamburger__line:nth-of-type(3) {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 50%;
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  width: 0;
}
.hamburger.active .hamburger__line:nth-of-type(1) {
  rotate: -45deg;
  width: 5.6568542495rem;
}
@media (max-width: 650px) {
  .hamburger.active .hamburger__line:nth-of-type(1) {
    width: 4.2426406871rem;
  }
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  rotate: 45deg;
  width: 5.6568542495rem;
}
@media (max-width: 650px) {
  .hamburger.active .hamburger__line:nth-of-type(3) {
    width: 4.2426406871rem;
  }
}

@-webkit-keyframes nav-load {
  0% {
    translate: 0 -300%;
  }
  100% {
    translate: 0 0;
  }
}

@keyframes nav-load {
  0% {
    translate: 0 -300%;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes nav-link-load {
  0% {
    scale: 0;
  }
  100% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes nav-link-load {
  0% {
    scale: 0;
  }
  100% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}
.hero-section__video {
  width: 45%;
  height: 95%;
  margin-right: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
.hero-section__text {
  width: 45%;
  padding: 0 5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section__text h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero-section__text h2 {
  font-size: 1.5rem;
  color: #aaa;
  margin-bottom: 0.8rem;
}
.hero-section__text p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.hero-section__text .button {
  background-color: #1a5754;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 25%;
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
}
.hero-section__text .button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #0e302e;
}
@media (max-width: 1100px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .hero-section__video {
    width: 100%;
    height: 50vh;
    margin-right: 0;
  }
  .hero-section__text {
    width: 100%;
    text-align: left;
    max-width: 355px;
    max-width: clamp(355px, -10.1960784314px + 97.385620915vw, 1100px);
    padding: 2.5rem;
  }
  .hero-section__text h1 {
    font-size: 2rem;
  }
  .hero-section__text h2 {
    font-size: 1.2rem;
  }
  .hero-section__text p {
    font-size: 1rem;
  }
  .hero-section__text .button {
    width: 30%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero-section__text h1 {
    font-size: 1.8rem;
  }
  .hero-section__text p {
    font-size: 0.9rem;
  }
  .hero-section__text .button {
    width: 40%;
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
  }
}

.media {
  height: 100vh;
}
@media (max-width: 1025px) {
  .media {
    height: auto;
  }
}
.media__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 650px) {
  .media__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.media__btn {
  width: 50%;
}
@media (max-width: 650px) {
  .media__btn {
    width: 100%;
  }
}
.media__link {
  display: block;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.media__link:hover {
  scale: 1.05;
}
.media__box-container {
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .media__box-container {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.media__logo {
  width: 12%;
  margin: 0 30px 0 0;
}
.media__logo img {
  width: 100%;
}
@media (max-width: 650px) {
  .media__logo {
    margin: 0 15px 0 0;
  }
}
.media__body {
  width: 70%;
}
@media (max-width: 650px) {
  .media__body {
    width: 100%;
  }
}
.media__title {
  color: #fafffa;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.media__text {
  color: #fafffa;
  margin: 20px 0 15px 0;
  font-size: 1.2rem;
}
@media (max-width: 650px) {
  .media__text {
    margin: 10px 0;
  }
}

.contact {
  height: 100vh;
}
@media (max-width: 1025px) {
  .contact {
    height: auto;
  }
}
.contact .header p:nth-of-type(2) {
  text-indent: 13rem;
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1025px) {
  .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__boxes {
  width: 50%;
}
@media (max-width: 1025px) {
  .contact__boxes {
    width: 100%;
  }
}
.contact__btn {
  display: block;
  text-align: center;
  color: #d3d3d3;
  padding: 1rem 0;
  border: #1a5754 1px solid;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto 0.8rem auto;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 1025px) {
  .contact__btn {
    width: 70%;
  }
}
@media (max-width: 650px) {
  .contact__btn {
    width: 90%;
  }
}
.contact__btn:hover {
  scale: 1.05;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.contact__btn i {
  font-size: 2rem;
  margin-right: 5px;
}
.contact__btn .contact__phone-number {
  font-size: 1.2rem;
  margin: 0;
}
.contact__btn p {
  margin: 1.2rem;
}
.contact__btn p:nth-child(4) {
  font-size: 1.2rem;
  font-weight: 500;
}
.contact__title {
  margin: 2px 0 0 0;
  font-weight: 700;
}
.contact__form-container {
  width: 50%;
  border: 1px solid #1a5754;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 1025px) {
  .contact__form-container {
    width: 70%;
    margin-top: 2rem;
  }
}
@media (max-width: 650px) {
  .contact__form-container {
    width: 90%;
  }
}
.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0.5rem;
}
.contact__input-box {
  width: 100%;
  position: relative;
  margin: 0 0 0.8rem 0;
}
.contact__input-box input,
.contact__input-box textarea {
  border: 1px solid #1a5754;
  background: transparent;
  outline: 0;
  border-radius: 5px;
  font-weight: 100;
  color: #fafffa;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 1.5rem 1rem;
}
@media (max-width: 1025px) {
  .contact__input-box input,
  .contact__input-box textarea {
    font-size: 16px;
    line-height: 16.5px;
  }
}
.contact__input-box input:valid ~ span, .contact__input-box input:focus ~ span,
.contact__input-box textarea:valid ~ span,
.contact__input-box textarea:focus ~ span {
  color: #1a5754;
  translate: 0.5rem -0.5rem;
  padding: 0 1rem;
  background-color: black;
}
.contact__input-box span {
  position: absolute;
  inset: 0 auto auto 0;
  pointer-events: none;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #789;
  text-transform: uppercase;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  translate: 1rem 100%;
}
.contact__data {
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.contact__message, .contact__error {
  width: 100%;
  height: 100%;
  background-color: #21736f;
  font-weight: 500;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__message p, .contact__error p {
  padding: 0;
  margin: 0;
}
.contact__message.contact__error--bg, .contact__error.contact__error--bg {
  background-color: #d74242;
}
.contact__error-mail {
  visibility: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fafffa;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.lds-default {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
}

.lds-default div {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 18.5px;
  left: 33px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 11px;
  left: 31px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 5.5px;
  left: 26px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 3.5px;
  left: 18.5px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 5.5px;
  left: 11px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 11px;
  left: 5.5px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 18.5px;
  left: 3.5px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 26px;
  left: 5.5px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 31px;
  left: 11px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 33px;
  left: 18.5px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 31px;
  left: 26px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 26px;
  left: 31px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes fadeMe {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeMe {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: rgba(26, 87, 84, 0.6);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}
.footer.footer--about {
  margin: 0;
}
@media (max-width: 1025px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.footer__contact {
  width: 500px;
  margin: 4rem 6.5rem;
}
@media (max-width: 1025px) {
  .footer__contact {
    width: 100%;
  }
}
.footer__contact > p {
  border-top: 1px solid #789;
  padding-top: 1rem;
  margin: 0 10px 10px 10px;
}
.footer__info {
  border-top: 1px solid #789;
  border-left: 1px solid #789;
  padding: 2.5rem 0 0 2.5rem;
  margin: 0 10px;
}
.footer__main-header {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 2rem;
}
.footer__info-paragraph {
  margin: 2px 0;
}
.footer__map {
  width: 65%;
  height: 100%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media (max-width: 1025px) {
  .footer__map {
    width: 100%;
    height: 300px;
  }
}

.about-page {
  display: block;
  padding: 0;
}
.about-page__intro {
  padding-bottom: 8rem;
}
@media (max-width: 1025px) {
  .about-page__intro {
    padding-top: 10rem;
  }
}
.about-page__title {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .about-page__title {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.about-page__paragraph {
  margin: 0;
  width: 80%;
}
@media (max-width: 1025px) {
  .about-page__paragraph {
    width: 100%;
  }
}
.about-page__content {
  background-color: #fff;
  padding: 10rem 0;
  color: #000;
}
.about-page__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .about-page__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-page__col {
  padding: 0 2.5rem;
}
.about-page__col--left {
  width: 55%;
}
@media (max-width: 650px) {
  .about-page__col--left {
    width: 100%;
  }
}
.about-page__col--right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 650px) {
  .about-page__col--right {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .about-page__col--right p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-page__content-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-page__image {
  display: block;
  width: 100%;
  margin: 25px 0;
}
.about-page__image--2 {
  margin: 25px 0 0 0;
}
.about-page__image--2:first-of-type {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.about-page__image--2:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about-page__offer-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 60px 0 30px 0;
}
.about-page__offer-list {
  list-style: none;
  padding: 0;
}
.about-page__offer-item {
  padding: 1.5rem 0;
  font-size: 1.2rem;
  border-bottom: 0.5px solid #000;
  font-weight: 300;
  letter-spacing: 1px;
}

.robot-discount {
  height: auto;
}
.robot-discount__subheader {
  border-top: 1px solid #789;
  font-size: 3rem;
  font-weight: 300;
  margin: 30px 0;
  padding: 1rem 0 0 0;
}

.machines {
  height: 100%;
}
.machines__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1025px) {
  .machines__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.machines__info {
  width: 50%;
}
@media (max-width: 1025px) {
  .machines__info {
    width: 100%;
  }
}
.machines__types {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.machines__item {
  margin-left: 30px;
  padding: 5px 0;
}
.machines__item::before {
  content: "▶";
  color: #1a5754;
  font-size: 1rem;
  margin-right: 10px;
}
@media (max-width: 650px) {
  .machines__item {
    margin-left: 15px;
  }
}

.robot-station {
  height: auto;
  padding: 0;
}
.robot-station__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 650px) {
  .robot-station__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.robot-station__col1 {
  width: 50%;
  padding: 0 1.5rem 0 0;
}
@media (max-width: 650px) {
  .robot-station__col1 {
    width: 100%;
    padding: 0;
  }
}
.robot-station__col1 p {
  margin: 0;
}
.robot-station__col1 img {
  display: block;
  margin: 30px 0 0 0;
  width: 100%;
}
.robot-station__col2 {
  width: 50%;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 650px) {
  .robot-station__col2 {
    width: 100%;
    padding: 0;
  }
}
.robot-station__col2 p {
  margin: 0;
}
@media (max-width: 650px) {
  .robot-station__col2 p {
    margin: 3rem 0;
  }
}
.robot-station__col2 img {
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
@media (max-width: 650px) {
  .robot-station__col2 img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  width: 100%;
}
.about-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.about-section p {
  color: #aaa;
  line-height: 1.5;
  margin-top: 1rem;
}
.about-section__text, .about-section__specialization, .about-section__video {
  padding: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-section__specialization h3 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.about-section__specialization ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.about-section__specialization li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #fff;
}
.about-section__specialization li img {
  width: 35px;
  margin-right: 1rem;
}
.about-section__specialization li p {
  font-size: 1.3rem;
  margin: 0;
}
.about-section__video {
  padding: 0;
}
.about-section__video video {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .about-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-section__text, .about-section__video, .about-section__specialization {
    max-width: 100%;
    padding: 1rem;
  }
  .about-section__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .about-section__video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
  }
  .about-section__specialization {
    display: none;
  }
}

.carousel {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel #carousel-wrapper {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.carousel #carousel-wrapper #menu {
  height: 585px;
  width: 1070px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.carousel #carousel-wrapper #menu #current-option {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.carousel #carousel-wrapper #menu #current-option #current-option-text1 {
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 1px;
  width: 270px;
  height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel #carousel-wrapper #menu #current-option #current-option-text1::before {
  content: attr(data-next-text);
  position: absolute;
  -webkit-transform: translate(0%, 530px);
          transform: translate(0%, 530px);
  width: 100%;
  height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel #carousel-wrapper #menu #current-option #current-option-text1::after {
  content: attr(data-previous-text);
  position: absolute;
  -webkit-transform: translate(0%, -530px);
          transform: translate(0%, -530px);
  width: 100%;
  height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel #carousel-wrapper #menu #current-option #current-option-text2 {
  font-size: 1rem;
  width: 270px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel #carousel-wrapper #menu #current-option #current-option-text2::before {
  content: attr(data-next-text);
  position: absolute;
  -webkit-transform: translate(0%, 530px);
          transform: translate(0%, 530px);
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel #carousel-wrapper #menu #current-option #current-option-text2::after {
  content: attr(data-previous-text);
  position: absolute;
  -webkit-transform: translate(0%, -530px);
          transform: translate(0%, -530px);
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel #carousel-wrapper #menu #previous-option {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  display: block;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 256 256'%3E%3Cpolygon points='225.813,48.907 128,146.72 30.187,48.907 0,79.093 128,207.093 256,79.093' fill='%23333'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  -webkit-transform: translate(485px, 50px);
          transform: translate(485px, 50px);
}
.carousel #carousel-wrapper #menu #next-option {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  display: block;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 256 256'%3E%3Cpolygon points='225.813,48.907 128,146.72 30.187,48.907 0,79.093 128,207.093 256,79.093' fill='%23333'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  -webkit-transform: translate(485px, -50px) rotate(180deg);
          transform: translate(485px, -50px) rotate(180deg);
}
.carousel #carousel-wrapper #image {
  height: 470px;
  width: 590px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101;
  position: absolute;
  -webkit-transform: translate(140px, 0);
          transform: translate(140px, 0);
}
.carousel #carousel-wrapper.anim-next {
  pointer-events: none;
}
.carousel #carousel-wrapper.anim-next #current-option-text1 {
  -webkit-animation: next-text 0.65s 0.085s;
          animation: next-text 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-next #current-option-text2 {
  -webkit-animation: next-text 0.65s 0.085s;
          animation: next-text 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-next #previous-option {
  -webkit-animation: next-top-arrow 0.65s 0.085s;
          animation: next-top-arrow 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-next #next-option {
  -webkit-animation: next-bottom-arrow 0.65s 0.085s;
          animation: next-bottom-arrow 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-next #image {
  -webkit-animation: next-image 0.65s 0.085s;
          animation: next-image 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-previous {
  pointer-events: none;
}
.carousel #carousel-wrapper.anim-previous #current-option-text1 {
  -webkit-animation: previous-text 0.65s 0.085s;
          animation: previous-text 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-previous #current-option-text2 {
  -webkit-animation: previous-text 0.65s 0.085s;
          animation: previous-text 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-previous #previous-option {
  -webkit-animation: previous-top-arrow 0.65s 0.085s;
          animation: previous-top-arrow 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-previous #next-option {
  -webkit-animation: previous-bottom-arrow 0.65s 0.085s;
          animation: previous-bottom-arrow 0.65s 0.085s;
}
.carousel #carousel-wrapper.anim-previous #image {
  -webkit-animation: previous-image 0.65s 0.085s;
          animation: previous-image 0.65s 0.085s;
}
@-webkit-keyframes previous-text {
  50%, 55% {
    -webkit-transform: translate(0%, 540px);
            transform: translate(0%, 540px);
  }
  to {
    -webkit-transform: translate(0%, 530px);
            transform: translate(0%, 530px);
  }
}
@keyframes previous-text {
  50%, 55% {
    -webkit-transform: translate(0%, 540px);
            transform: translate(0%, 540px);
  }
  to {
    -webkit-transform: translate(0%, 530px);
            transform: translate(0%, 530px);
  }
}
@-webkit-keyframes previous-top-arrow {
  50% {
    -webkit-transform: translate(485px, 53px);
            transform: translate(485px, 53px);
  }
}
@keyframes previous-top-arrow {
  50% {
    -webkit-transform: translate(485px, 53px);
            transform: translate(485px, 53px);
  }
}
@-webkit-keyframes previous-bottom-arrow {
  50% {
    -webkit-transform: translate(485px, -47px) rotate(180deg);
            transform: translate(485px, -47px) rotate(180deg);
  }
}
@keyframes previous-bottom-arrow {
  50% {
    -webkit-transform: translate(485px, -47px) rotate(180deg);
            transform: translate(485px, -47px) rotate(180deg);
  }
}
@-webkit-keyframes previous-image {
  0% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(140px, 0) scale(1.1);
            transform: translate(140px, 0) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
}
@keyframes previous-image {
  0% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(140px, 0) scale(1.1);
            transform: translate(140px, 0) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes next-text {
  50%, 55% {
    -webkit-transform: translate(0%, -540px);
            transform: translate(0%, -540px);
  }
  to {
    -webkit-transform: translate(0%, -530px);
            transform: translate(0%, -530px);
  }
}
@keyframes next-text {
  50%, 55% {
    -webkit-transform: translate(0%, -540px);
            transform: translate(0%, -540px);
  }
  to {
    -webkit-transform: translate(0%, -530px);
            transform: translate(0%, -530px);
  }
}
@-webkit-keyframes next-top-arrow {
  50% {
    -webkit-transform: translate(485px, 47px);
            transform: translate(485px, 47px);
  }
}
@keyframes next-top-arrow {
  50% {
    -webkit-transform: translate(485px, 47px);
            transform: translate(485px, 47px);
  }
}
@-webkit-keyframes next-bottom-arrow {
  50% {
    -webkit-transform: translate(485px, -53px) rotate(180deg);
            transform: translate(485px, -53px) rotate(180deg);
  }
}
@keyframes next-bottom-arrow {
  50% {
    -webkit-transform: translate(485px, -53px) rotate(180deg);
            transform: translate(485px, -53px) rotate(180deg);
  }
}
@-webkit-keyframes next-image {
  0% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(140px, 0) scale(1.1);
            transform: translate(140px, 0) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
}
@keyframes next-image {
  0% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(140px, 0) scale(1.1);
            transform: translate(140px, 0) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(140px, 0) scale(1);
            transform: translate(140px, 0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .carousel #carousel-wrapper #menu {
    height: 380px;
    width: 720px;
  }
  .carousel #carousel-wrapper #menu #current-option {
    -webkit-transform: translate(-35%, 0%);
            transform: translate(-35%, 0%);
  }
  .carousel #carousel-wrapper #menu #current-option #current-option-text1 {
    font-size: 1.6rem;
    line-height: 3rem;
    width: 150px;
    height: 260px;
  }
  .carousel #carousel-wrapper #menu #current-option #current-option-text1::before {
    -webkit-transform: translate(0%, 440px);
            transform: translate(0%, 440px);
    width: 100%;
    height: 260px;
  }
  .carousel #carousel-wrapper #menu #current-option #current-option-text1::after {
    -webkit-transform: translate(0%, -440px);
            transform: translate(0%, -440px);
    width: 100%;
    height: 260px;
  }
  .carousel #carousel-wrapper #menu #current-option #current-option-text2 {
    font-size: 0.8rem;
    width: 150px;
    height: 40px;
  }
  .carousel #carousel-wrapper #menu #current-option #current-option-text2::before {
    -webkit-transform: translate(0%, 440px);
            transform: translate(0%, 440px);
  }
  .carousel #carousel-wrapper #menu #current-option #current-option-text2::after {
    -webkit-transform: translate(0%, -440px);
            transform: translate(0%, -440px);
  }
  .carousel #carousel-wrapper #menu #previous-option {
    -webkit-transform: translate(330px, 50px);
            transform: translate(330px, 50px);
  }
  .carousel #carousel-wrapper #menu #next-option {
    -webkit-transform: translate(330px, -50px) rotate(180deg);
            transform: translate(330px, -50px) rotate(180deg);
  }
  .carousel #carousel-wrapper #image {
    height: 300px;
    width: 390px;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  @-webkit-keyframes previous-text {
    50%, 55% {
      -webkit-transform: translate(0%, 450px);
              transform: translate(0%, 450px);
    }
    to {
      -webkit-transform: translate(0%, 440px);
              transform: translate(0%, 440px);
    }
  }
  @keyframes previous-text {
    50%, 55% {
      -webkit-transform: translate(0%, 450px);
              transform: translate(0%, 450px);
    }
    to {
      -webkit-transform: translate(0%, 440px);
              transform: translate(0%, 440px);
    }
  }
  @-webkit-keyframes previous-top-arrow {
    50% {
      -webkit-transform: translate(330px, 53px);
              transform: translate(330px, 53px);
    }
  }
  @keyframes previous-top-arrow {
    50% {
      -webkit-transform: translate(330px, 53px);
              transform: translate(330px, 53px);
    }
  }
  @-webkit-keyframes previous-bottom-arrow {
    50% {
      -webkit-transform: translate(330px, -47px) rotate(180deg);
              transform: translate(330px, -47px) rotate(180deg);
    }
  }
  @keyframes previous-bottom-arrow {
    50% {
      -webkit-transform: translate(330px, -47px) rotate(180deg);
              transform: translate(330px, -47px) rotate(180deg);
    }
  }
  @-webkit-keyframes previous-image {
    0% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(100px, 0) scale(1.1);
              transform: translate(100px, 0) scale(1.1);
    }
    100% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
  }
  @keyframes previous-image {
    0% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(100px, 0) scale(1.1);
              transform: translate(100px, 0) scale(1.1);
    }
    100% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
  }
  @-webkit-keyframes next-text {
    50%, 55% {
      -webkit-transform: translate(0%, -450px);
              transform: translate(0%, -450px);
    }
    to {
      -webkit-transform: translate(0%, -440px);
              transform: translate(0%, -440px);
    }
  }
  @keyframes next-text {
    50%, 55% {
      -webkit-transform: translate(0%, -450px);
              transform: translate(0%, -450px);
    }
    to {
      -webkit-transform: translate(0%, -440px);
              transform: translate(0%, -440px);
    }
  }
  @-webkit-keyframes next-top-arrow {
    50% {
      -webkit-transform: translate(330px, 47px);
              transform: translate(330px, 47px);
    }
  }
  @keyframes next-top-arrow {
    50% {
      -webkit-transform: translate(330px, 47px);
              transform: translate(330px, 47px);
    }
  }
  @-webkit-keyframes next-bottom-arrow {
    50% {
      -webkit-transform: translate(330px, -53px) rotate(180deg);
              transform: translate(330px, -53px) rotate(180deg);
    }
  }
  @keyframes next-bottom-arrow {
    50% {
      -webkit-transform: translate(330px, -53px) rotate(180deg);
              transform: translate(330px, -53px) rotate(180deg);
    }
  }
  @-webkit-keyframes next-image {
    0% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(100px, 0) scale(1.1);
              transform: translate(100px, 0) scale(1.1);
    }
    100% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
  }
  @keyframes next-image {
    0% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(100px, 0) scale(1.1);
              transform: translate(100px, 0) scale(1.1);
    }
    100% {
      -webkit-transform: translate(100px, 0) scale(1);
              transform: translate(100px, 0) scale(1);
    }
  }
}
/* Styl na urządzenia z szerokością do 768px (telefony) */
@media (max-width: 768px) {
  .carousel #carousel-wrapper #menu {
    height: 260px;
    width: 360px;
  }
  .carousel #carousel-wrapper #menu #current-option {
    display: none;
  }
  .carousel #carousel-wrapper #menu #previous-option {
    -webkit-transform: translate(155px, 40px);
            transform: translate(155px, 40px);
  }
  .carousel #carousel-wrapper #menu #next-option {
    -webkit-transform: translate(155px, -40px) rotate(180deg);
            transform: translate(155px, -40px) rotate(180deg);
  }
  .carousel #carousel-wrapper #image {
    height: 240px;
    width: 300px;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  @-webkit-keyframes previous-top-arrow {
    50% {
      -webkit-transform: translate(155px, 43px);
              transform: translate(155px, 43px);
    }
  }
  @keyframes previous-top-arrow {
    50% {
      -webkit-transform: translate(155px, 43px);
              transform: translate(155px, 43px);
    }
  }
  @-webkit-keyframes previous-bottom-arrow {
    50% {
      -webkit-transform: translate(155px, -37px) rotate(180deg);
              transform: translate(155px, -37px) rotate(180deg);
    }
  }
  @keyframes previous-bottom-arrow {
    50% {
      -webkit-transform: translate(155px, -37px) rotate(180deg);
              transform: translate(155px, -37px) rotate(180deg);
    }
  }
  @-webkit-keyframes previous-image {
    0% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(-20px, 0) scale(1.02);
              transform: translate(-20px, 0) scale(1.02);
    }
    100% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
  }
  @keyframes previous-image {
    0% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(-20px, 0) scale(1.02);
              transform: translate(-20px, 0) scale(1.02);
    }
    100% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
  }
  @-webkit-keyframes next-top-arrow {
    50% {
      -webkit-transform: translate(155px, 37px);
              transform: translate(155px, 37px);
    }
  }
  @keyframes next-top-arrow {
    50% {
      -webkit-transform: translate(155px, 37px);
              transform: translate(155px, 37px);
    }
  }
  @-webkit-keyframes next-bottom-arrow {
    50% {
      -webkit-transform: translate(155px, -43px) rotate(180deg);
              transform: translate(155px, -43px) rotate(180deg);
    }
  }
  @keyframes next-bottom-arrow {
    50% {
      -webkit-transform: translate(155px, -43px) rotate(180deg);
              transform: translate(155px, -43px) rotate(180deg);
    }
  }
  @-webkit-keyframes next-image {
    0% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(-20px, 0) scale(1.02);
              transform: translate(-20px, 0) scale(1.02);
    }
    100% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
  }
  @keyframes next-image {
    0% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
    70% {
      -webkit-transform: translate(-20px, 0) scale(1.02);
              transform: translate(-20px, 0) scale(1.02);
    }
    100% {
      -webkit-transform: translate(-20px, 0) scale(1);
              transform: translate(-20px, 0) scale(1);
    }
  }
}