html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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: none;
}

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

@font-face {
  src: url("../fonts/sansterdam-thin.ttf") format("truetype");
  font-display: swap;
  font-family: "Sansterdam Thin";
  font-style: normal;
  font-weight: lighter
}
@font-face {
  src: url("../fonts/sansterdam-med-cond.ttf") format("truetype");
  font-display: swap;
  font-family: "Sansterdam Medium Condensed";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  src: url("../fonts/sansterdam-bold-cond.ttf") format("truetype");
  font-display: swap;
  font-family: "Sansterdam Bold Condensed";
  font-style: normal;
  font-weight: bold;
}
@font-face {
  src: url("../fonts/BigShouldersDisplay-Regular.ttf") format("truetype");
  font-display: swap;
  font-family: "Big Shoulders Display Regular";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  src: url("../fonts/BigShouldersDisplay-Bold.ttf") format("truetype");
  font-display: swap;
  font-family: "Big Shoulders Display Bold";
  font-style: normal;
  font-weight: bold;
}
@font-face {
  src: url("../fonts/merienda-regular.woff2") format("woff2"), url("../fonts/merienda-regular.woff") format("woff");
  font-display: swap;
  font-family: "merienda-regular";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  src: url("../fonts/merienda-bold.woff2") format("woff2"), url("../fonts/merienda-bold.woff") format("woff");
  font-display: swap;
  font-family: "merienda-bold";
  font-style: normal;
  font-weight: bold;
}
@font-face {
  src: url("../fonts/icons-1.4.woff") format("woff");
  font-display: swap;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
}
.icon:before, .icon:after {
  font-weight: normal;
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.cart::before {
  content: "\f07a";
}

.icon.close::before {
  content: "\f00d";
}

.icon.copyright::before {
  content: "\f1f9";
}

.icon.down::before {
  content: "\f078";
}

.icon.envelope::before {
  content: "\f2b7";
}

.icon.facebook::before {
  content: "\f082";
}

.icon.info::before {
  content: "\f129";
}

.icon.instagram::before {
  content: "\f16d";
}

.icon.left::before {
  content: "\f053";
}

.icon.mobile::before {
  content: "\e958";
}

.icon.phone::before {
  content: "\f095";
}

.icon.right::before {
  content: "\f054";
}

.icon.tiktok::before {
  content: "\e900";
}

.icon.up::before {
  content: "\f077";
}

.icon.youtube::before {
  content: "\f167";
}

::-webkit-scrollbar {
  width: 0.3rem;
}
::-webkit-scrollbar:hover {
  width: 0.6rem;
  cursor: pointer;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background-color: #fecc09;
}

::-webkit-scrollbar-track {
  background-color: #383838;
}

html {
  color: #eee;
  font-family: "merienda-regular", Arial, sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 340px;
  scroll-behavior: smooth;
  background-color: #010e1b;
}
body.body-reduced {
  height: 100vh;
  overflow: hidden;
}

.cookie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(5px);
  display: none;
}

.cookie__content {
  width: 80%;
  max-width: 900px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(43, 79, 118, 0.9019607843);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}

.cookie__text {
  margin-bottom: 20px;
  line-height: 110%;
}

.cookie__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cookie__form-checks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-self: flex-start;
  gap: 5px;
}
.cookie__form-checks input {
  margin-bottom: 10px;
}

.cookie__submit {
  padding: 10px 20px;
  border: none;
  background-color: #FFD700;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.cookie__submit:hover {
  background-color: #FFC700;
}

.switch {
  position: relative;
  display: block;
  width: 220px;
  height: 14px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  top: 1px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}

.opener {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1799;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background-image: linear-gradient(rgb(3, 30, 56) 0%, rgb(1, 14, 27) 100%);
  opacity: 0;
  transition: 0.3s;
}
.opener__text {
  font-size: 2rem;
}
.opener__text p {
  text-align: center;
}
.opener__text p .slogan {
  position: relative;
  line-height: 3rem;
}
.opener__text p .slogan .dots {
  position: absolute;
  left: 102%;
  bottom: -10%;
}
.opener__progress {
  width: 100%;
  height: 3.5rem;
  position: relative;
  box-sizing: border-box;
  border: 0.2rem solid #bbb;
  border-radius: 1rem;
  overflow: hidden;
}
.opener__progress-bar {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgb(254, 204, 9) 0%, rgb(255, 183, 4) 51%, rgb(254, 204, 9) 100%);
}
.opener__progress-level {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #bbb;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}
.opener.active {
  opacity: 1;
}
.opener.done {
  display: none;
}
@media screen and (min-width: 414px) {
  .opener__text {
    font-size: 2.2rem;
  }
  .opener__text p .slogan {
    line-height: 3.3rem;
  }
  .opener__progress {
    height: 4rem;
  }
  .opener__progress-level {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .opener__text {
    font-size: 2.4rem;
  }
  .opener__text p .slogan {
    line-height: 3.6rem;
  }
}
@media screen and (orientation: landscape) {
  .opener {
    padding: 0 2%;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .opener {
    gap: 2rem;
  }
  .opener__text {
    font-size: 3rem;
  }
  .opener__text p .slogan {
    line-height: 4.5rem;
  }
  .opener__progress {
    height: 5rem;
  }
  .opener__progress-level {
    font-size: 2.6rem;
  }
}

.top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top__logo {
  width: 80%;
  height: 20vw;
  position: relative;
  z-index: 99;
  padding: 0 5%;
  box-sizing: border-box;
  transition: 0.3s;
}

.top__logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.top__logo-img {
  max-width: 100%;
  max-height: 100%;
}

.top__switch-button {
  height: 6rem;
  position: relative;
  z-index: 99;
  padding-right: 4rem;
  border: none;
  background-color: transparent;
  line-height: 6rem;
  font-size: 3rem;
  text-shadow: 0 0 0.4rem #010e1b;
}
.top__switch-button span {
  display: inline-block;
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fecc09;
  font-size: 2rem;
  text-align: center;
}
.top__switch-button .show {
  opacity: 1;
}
.top__switch-button .hide {
  opacity: 0;
}

.top__menu {
  width: 90%;
  height: 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
  overflow-y: hidden;
}

.top__menu-nav {
  width: 100%;
  height: calc(100vh - 20vw - 6rem);
  position: absolute;
  top: -100%;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #010e1b;
  transition: 0.3s;
}

.top__pages {
  width: 100%;
  position: relative;
}
.top__pages::after {
  display: block;
  width: 0;
  height: 0.3rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: rgba(254, 204, 9, 0.7);
  content: "";
  transition: 0.3s 0.9s;
}

.top__pages-item {
  width: 55%;
  height: 6rem;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 6rem;
  opacity: 0;
  transition: 0.4s;
}
.top__pages-item::after {
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(254, 204, 9, 0.7);
  content: "";
}

.top__pages-item.--first {
  transition-delay: 0.3s;
}

.top__pages-item.--second {
  transition-delay: 0.4s;
}

.top__pages-item.--third {
  transition-delay: 0.5s;
}

.top__pages-item.--fourth {
  transition-delay: 0.6s;
}

.top__pages-item.--last {
  transition-delay: 0.7s;
}
.top__pages-item.--last::after {
  display: none;
}

.top__media {
  width: 100%;
  height: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  transition: 0.3s 0.7s;
}

.top__media-item {
  font-size: 2rem;
}

.top_contact {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.4rem;
  opacity: 0;
  transition: 0.3s 0.7s;
}
.top_contact span {
  padding-right: 0.6rem;
}
.top_contact::after {
  display: block;
  width: 40%;
  height: 0.1rem;
  position: absolute;
  left: 30%;
  bottom: -0.5rem;
  background-color: rgba(254, 204, 9, 0.7);
  content: "";
}

.top.scrolled .top__logo {
  width: 50%;
  height: 11.1111111111vw;
}
.top.scrolled .top__switch-button {
  height: 3rem;
  padding-right: 2rem;
  line-height: 3rem;
  font-size: 2rem;
}
.top.scrolled .top__switch-button span {
  width: 2rem;
  font-size: 1.5rem;
}

.top.active::before {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.2rem);
  content: "";
}
.top.active .top__logo {
  width: 80%;
  height: 20vw;
}
.top.active .top__switch-button {
  height: 6rem;
  padding-right: 4rem;
  line-height: 6rem;
  font-size: 3rem;
}
.top.active .top__switch-button span {
  width: 4rem;
  font-size: 2rem;
}
.top.active .top__switch-button .show {
  opacity: 0;
}
.top.active .top__switch-button .hide {
  opacity: 1;
}
.top.active .top__menu {
  height: calc(100vh - 20vw - 6rem);
}
.top.active .top__menu-nav {
  top: 0;
}
.top.active .top__pages::after {
  width: 80%;
  left: 10%;
}
.top.active .top__pages-item {
  opacity: 1;
}
.top.active .top__media {
  opacity: 1;
}
.top.active .top_contact {
  opacity: 1;
}

@media screen and (orientation: landscape) {
  .top__logo {
    width: 50%;
    height: 10vw;
  }
  .top__switch-button {
    height: 4rem;
    padding-right: 4rem;
    line-height: 4rem;
    font-size: 2.4rem;
  }
  .top__menu {
    width: 40%;
  }
  .top__menu-nav {
    height: calc(100vh - 10vw - 4rem);
    padding: 0rem 2rem;
    overflow-y: auto;
  }
  .top__pages-item {
    width: 60%;
    max-width: 15rem;
    height: 3rem;
    margin: 0.5rem auto;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .top__media {
    height: 4rem;
    gap: 1.5rem;
  }
  .top__media-item {
    font-size: 1.6rem;
  }
  .top_contact {
    justify-content: center;
  }
  .top_contact::after {
    bottom: 0;
  }
  .top.scrolled .top__logo {
    width: 30%;
    height: 5vw;
  }
  .top.scrolled .top__switch-button {
    height: 2rem;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .top.active .top__logo {
    width: 50%;
    height: 10vw;
  }
  .top.active .top__switch-button {
    height: 4rem;
    padding-right: 4rem;
    line-height: 4rem;
    font-size: 2.4rem;
  }
  .top.active .top__menu {
    height: calc(100vh - 10vw - 4rem);
  }
  .top.active .top__pages::after {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 900px) and (orientation: landscape) {
  .top__menu-nav {
    padding: 1rem 2rem;
  }
  .top__pages-item {
    height: 4rem;
    line-height: 4rem;
  }
  .top__media {
    height: 5rem;
    gap: 1.5rem;
  }
  .top__media-item {
    font-size: 1.8rem;
  }
  .top_contact {
    justify-content: flex-end;
  }
  .top_contact::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .top {
    height: 5rem;
    top: -100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    transition: 1s;
  }
  .top__logo {
    width: 30rem;
    height: 100%;
    position: static;
    padding: 0.5rem;
    padding-left: 2rem;
  }
  .top__logo-wrapper {
    display: block;
  }
  .top__logo-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top_logo-img {
    width: auto;
    height: 100%;
  }
  .top__logo-wrapper {
    justify-content: center;
    align-items: center;
  }
  .top__switch-button {
    display: none;
  }
  .top__menu {
    width: 60rem;
    height: 100%;
    overflow: visible visible;
  }
  .top__menu::after {
    display: none;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(221, 221, 221, 0.7);
    content: "";
  }
  .top__menu-nav {
    height: 100%;
    position: static;
    top: auto;
    padding: 0;
    flex-direction: row;
    justify-content: flex-end;
    background-color: transparent;
    overflow: visible visible;
  }
  .top__pages {
    display: flex;
    flex-direction: row;
  }
  .top__pages::after {
    display: none;
  }
  .top__pages-item {
    height: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 5rem;
    opacity: 1;
  }
  .top__pages-item::after {
    width: 0;
    left: 35%;
    bottom: 30%;
    transition: 0.3s;
  }
  .top__pages-item:hover::after {
    width: 70%;
    left: 15%;
  }
  .top__pages-item.--first {
    transition-delay: 0;
  }
  .top__pages-item.--second {
    transition-delay: 0;
  }
  .top__pages-item.--second:hover::after {
    width: 80%;
    left: 10%;
  }
  .top__pages-item.--third {
    transition-delay: 0;
  }
  .top__pages-item.--fourth {
    transition-delay: 0;
  }
  .top__pages-item.--last {
    transition-delay: 0;
  }
  .top__pages-item.--last::after {
    display: block;
  }
  .top__media {
    width: 15rem;
    height: 100%;
    flex-shrink: 0;
    gap: 1.5rem;
    opacity: 1;
    transition: 0.3s 0.7s;
  }
  .top__media-item {
    font-size: 1.8rem;
    line-height: 5rem;
  }
  .top__media-item a {
    position: relative;
  }
  .top__media-item a span::before {
    vertical-align: -10%;
  }
  .top__media-item a::after {
    display: block;
    width: 0;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(254, 204, 9, 0.7);
    content: "";
    transition: 0.3s;
  }
  .top__media-item a:hover {
    cursor: pointer;
  }
  .top__media-item a:hover::after {
    width: 140%;
    left: -20%;
  }
  .top_contact {
    display: none;
  }
  .top.scrolled {
    top: 0;
    background-color: rgba(1, 14, 27, 0.5);
  }
  .top.scrolled .top__logo {
    width: 30rem;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .top {
    height: 6rem;
  }
  .top__logo {
    width: 35rem;
  }
  .top__menu {
    width: 70rem;
  }
  .top__pages-item {
    height: 100%;
    font-size: 1.8rem;
    line-height: 6rem;
  }
  .top__media-item {
    font-size: 2rem;
    line-height: 6rem;
  }
  .top.scrolled .top__logo {
    width: 35rem;
  }
}
main > section {
  width: 100%;
  min-height: 100vh;
  padding-top: calc(10vw + 5rem);
  box-sizing: border-box;
}
main > section h2 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: bold;
}
main > section h2::after {
  display: block;
  width: 120%;
  height: 0.2rem;
  position: absolute;
  left: -10%;
  bottom: -25%;
  background-color: rgba(254, 204, 9, 0.7);
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  main > section {
    padding-top: 6rem;
  }
  main > section h2 {
    margin-bottom: 5rem;
    padding-left: 5rem;
    box-sizing: border-box;
    text-align: right;
  }
  main > section h2::after {
    width: 95%;
  }
}
@media screen and (min-width: 1163px) and (orientation: landscape) {
  main > section h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  main > section {
    padding-top: 7rem;
  }
}
.home {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home__video,
.home__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 797;
}
.home__video::after,
.home__slider::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 798;
  background-color: rgba(17, 17, 17, 0.5);
  content: "";
}

.home__video {
  display: none;
}

.home__slider-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 1s linear;
  overflow: hidden;
}
.home__slider-img-wrapper.active {
  left: 0;
}
.home__slider-img-wrapper.--even {
  left: 100%;
}
.home__slider-img-wrapper.--even.active {
  left: 0;
}

.home__slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.home__slider-controls {
  width: 12rem;
  height: 3.5rem;
  position: absolute;
  left: calc(50% - 6rem);
  bottom: 0;
  z-index: 799;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #eee;
  transform: translateY(100%);
  transition: 0.5s 1.5s;
}

.home__control-button {
  flex-basis: 50%;
  background-color: rgba(1, 14, 27, 0.6);
  box-shadow: 0 0 0.7rem #eee;
  font-size: 2.2rem;
  line-height: 3.5rem;
  text-align: center;
}
.home__control-button span::before {
  line-height: 3.5rem;
  vertical-align: -10%;
}
.home__control-button.decrease {
  border-top-left-radius: 1rem;
}
.home__control-button.increase {
  border-top-right-radius: 1rem;
}
.home__control-button > * {
  pointer-events: none;
}

.home__content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 899;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.home__content h1 {
  width: 35rem;
  position: relative;
  font-size: 4.5rem;
  overflow-x: hidden;
}
.home__content h1 .home__content-span {
  display: block;
  transform: translateX(110%);
  transition: 0.5s;
}
.home__content h1 .title-color {
  color: #fecc09;
  font-size: 1.2em;
  letter-spacing: -0.15em;
}
.home__content p {
  width: 25rem;
  overflow-x: hidden;
}
.home__content p .home__content-span {
  display: block;
  transform: translateX(-100%);
  transition: 0.5s 0.2s;
}

.home__title {
  position: relative;
}
.home__title::after {
  display: block;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: -5%;
  bottom: 20%;
  background-color: #fecc09;
  content: "";
}

.home__links {
  width: 100%;
  margin-top: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  transition: 0.5s 0.7s;
}

.home__link {
  display: block;
  width: 15rem;
  height: 5rem;
  padding: 1rem 2rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background-color: rgba(1, 14, 27, 0.6);
  box-shadow: 0 0 0.7rem #eee;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
}
.home__link .right {
  display: none;
}

.home__logo {
  display: none;
}

.home__desktop-menu {
  display: none;
}

.home.active .home__content h1 .home__content-span {
  transform: translateX(0);
}
.home.active .home__content p .home__content-span {
  transform: translateX(0);
}
.home.active .home__links {
  opacity: 1;
}
.home.active .home__slider-controls {
  transform: translateY(0);
}

@media screen and (min-width: 510px) {
  .home__content {
    font-size: 2.2rem;
  }
  .home__content h1 {
    width: 42rem;
    font-size: 5.5rem;
  }
  .home__content p {
    width: 28rem;
  }
  .home__links {
    margin-top: 5rem;
  }
  .home__link {
    width: 18rem;
    height: 6rem;
    line-height: 4rem;
    font-size: 1.8rem;
  }
  .home__slider-controls {
    height: 4.5rem;
    line-height: 4.5rem;
  }
  .home__slider-controls span::before {
    line-height: 4.5rem;
  }
}
@media screen and (min-width: 640px) {
  .home__content h1 {
    width: 50rem;
    font-size: 6.5rem;
  }
  .home__links {
    gap: 4rem;
  }
  .home__link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .home__content {
    font-size: 2.8rem;
  }
  .home__content h1 {
    width: 65rem;
    font-size: 8.5rem;
  }
  .home__content p {
    width: 35rem;
  }
  .home__link {
    width: 22rem;
    height: 7rem;
    line-height: 5rem;
    font-size: 2.2rem;
  }
}
@media screen and (orientation: landscape) {
  .home__slider {
    display: none;
  }
  .home__video {
    display: block;
  }
  .home__video-wrapper {
    width: 100%;
    height: 100%;
  }
  .home__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home__content {
    top: 65%;
    font-size: 1.8rem;
  }
  .home__content h1 {
    width: 33rem;
    font-size: 4.5rem;
  }
  .home__content p {
    width: 22rem;
  }
  .home__links {
    margin-top: 2rem;
    gap: 2rem;
  }
  .home__link {
    width: 13rem;
    height: 4.5rem;
    padding: 0.5rem 2rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 900px) and (orientation: landscape) {
  .home__content {
    top: 70%;
    font-size: 2rem;
  }
  .home__content h1 {
    width: 48rem;
    font-size: 6.5rem;
  }
  .home__content p {
    width: 25rem;
  }
  .home__link {
    width: 17rem;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .home__content {
    width: 60%;
    top: auto;
    bottom: 5%;
    left: 5%;
    align-items: flex-start;
    transform: none;
  }
  .home__logo-wrapper img {
    transition: 0.3s;
  }
  .home__logo-wrapper img:hover {
    transform: scale(1.1);
  }
  .home__links {
    margin: 0;
    display: block;
  }
  .home__link {
    width: 23rem;
    height: 6rem;
    position: absolute;
    left: 48rem;
    bottom: 10%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    font-size: 2.4rem;
    line-height: 5rem;
    text-align: left;
  }
  .home__link .right {
    display: block;
    width: 4rem;
    height: 100%;
    position: absolute;
    right: 10%;
    top: 0.5rem;
    color: #fecc09;
    text-align: right;
    overflow: hidden;
  }
  .home__link .right::before {
    display: inline-block;
    vertical-align: -10%;
    transform: translateX(-3.2rem);
    transition: 0.5s;
  }
  .home__link:hover .right::before {
    transform: translateX(0);
  }
  .home__link.--call {
    display: none;
  }
  .home__logo {
    display: block;
    width: 40rem;
    height: 10rem;
    position: absolute;
    left: 5rem;
    top: 5rem;
    z-index: 799;
  }
  .home__logo-wrapper {
    width: 100%;
    height: 100%;
  }
  .home__logo-wrapper a {
    width: 100%;
    height: 100%;
  }
  .home__logo-img {
    width: 100%;
  }
  .home__desktop-menu {
    display: block;
    width: 30%;
    min-width: 30rem;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 799;
    padding-right: 3rem;
    box-sizing: border-box;
  }
  .home__menu-nav {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home__pages {
    width: 100%;
    height: 40rem;
    position: absolute;
    top: calc(50% - 20rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem;
  }
  .home__pages::after {
    display: block;
    width: 20rem;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    border-radius: 50%;
    background-color: rgba(254, 204, 9, 0.8);
    content: "";
  }
  .home__pages-item {
    height: 5rem;
    position: relative;
    box-sizing: border-box;
    font-size: 2.2rem;
    line-height: 5rem;
    text-align: right;
    transition: 0.3s linear;
  }
  .home__pages-item a {
    position: relative;
  }
  .home__pages-item a::before {
    display: block;
    width: 2rem;
    height: 0.2rem;
    position: absolute;
    left: -2.5rem;
    top: 50%;
    background-color: rgba(221, 221, 221, 0.8);
    content: "";
    transition: 0.5s;
  }
  .home__pages-item a::after {
    display: block;
    width: 2rem;
    height: 0.2rem;
    position: absolute;
    right: -2.5rem;
    top: 50%;
    background-color: rgba(221, 221, 221, 0.8);
    content: "";
    transition: 0.5s;
  }
  .home__pages-item.--first {
    padding-right: 1rem;
  }
  .home__pages-item.--first a::before {
    width: 6rem;
    left: -6.5rem;
  }
  .home__pages-item.--second {
    padding-right: 2.5rem;
  }
  .home__pages-item.--third {
    padding-right: 3rem;
  }
  .home__pages-item.--third a::before {
    width: 6.5rem;
    left: -7rem;
  }
  .home__pages-item.--fourth {
    padding-right: 2.5rem;
  }
  .home__pages-item.--fourth a::before {
    width: 6.5rem;
    left: -7rem;
  }
  .home__pages-item.--last {
    padding-right: 1rem;
  }
  .home__pages-item.--last a::before {
    width: 4.5rem;
    left: -5rem;
  }
  .home__pages-item:hover {
    transform: translateX(-4rem) scale(1.1);
  }
  .home__pages-item:hover a::before {
    background-color: rgba(254, 204, 9, 0.8);
  }
  .home__pages-item:hover a::after {
    width: 5rem;
    right: -5.5rem;
    background-color: rgba(254, 204, 9, 0.8);
  }
  .home__media {
    width: 100%;
    height: 6rem;
    position: absolute;
    right: 0;
    top: 3rem;
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
  }
  .home__media-item {
    font-size: 1.8rem;
    line-height: 6rem;
  }
  .home__media-item a {
    position: relative;
  }
  .home__media-item a span::before {
    vertical-align: 10%;
  }
  .home__media-item a::after {
    display: block;
    width: 0;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(254, 204, 9, 0.7);
    content: "";
    transition: 0.3s;
  }
  .home__media-item a:hover {
    cursor: pointer;
  }
  .home__media-item a:hover::after {
    width: 140%;
    left: -20%;
  }
  .home__contact {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.8rem;
    text-shadow: 0 0 2px #222;
    transition: 0.3s;
  }
  .home__contact span {
    display: inline-block;
    padding-right: 1rem;
    color: rgba(254, 204, 9, 0.7);
  }
  .home__contact::after {
    display: block;
    width: 0;
    height: 0.2rem;
    left: 0;
    bottom: -10%;
    background-color: rgba(254, 204, 9, 0.7);
    content: "";
    transition: 0.3s;
  }
  .home__contact:hover {
    transform: scale(1.1);
  }
  .home__contact:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) and (orientation: landscape) {
  .home__content {
    font-size: 2.4rem;
  }
  .home__content h1 {
    width: 55rem;
    font-size: 7.5rem;
    line-height: 1.5;
  }
  .home__content p {
    width: 28rem;
  }
  .home__link {
    width: 23rem;
    height: 6rem;
    left: 55rem;
    bottom: 0;
  }
  .home__desktop-menu {
    padding-right: 5rem;
  }
  .home__pages {
    gap: 3rem;
  }
  .home__pages-item {
    height: 6rem;
    font-size: 2.8rem;
    line-height: 6rem;
  }
  .home__pages-item.--first {
    padding-right: 0;
  }
  .home__pages-item.--last {
    padding-right: 0;
  }
  .home__media {
    height: 7rem;
    gap: 2rem;
  }
  .home__media-item {
    font-size: 2.2rem;
    line-height: 7rem;
  }
  .home__contact {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
  .home__logo {
    width: 50rem;
  }
}
@media screen and (min-width: 1720px) and (orientation: landscape) {
  .home__content {
    font-size: 2.8rem;
  }
  .home__content h1 {
    width: 68rem;
    font-size: 9.5rem;
  }
  .home__content p {
    width: 34rem;
  }
  .home__link {
    width: 30rem;
    height: 8rem;
    left: 68rem;
    font-size: 3rem;
    line-height: 7rem;
  }
  .home__link .right {
    width: 5.5rem;
    right: 14%;
  }
  .home__link .right::before {
    transform: translateX(-4.5rem);
  }
}
@media screen and (min-width: 1920px) and (orientation: landscape) {
  .home__logo {
    width: 60rem;
  }
  .home__desktop-menu {
    padding-right: 7rem;
  }
  .home__pages {
    height: 50rem;
    gap: 4rem;
  }
  .home__pages-item {
    height: 7rem;
    font-size: 3.2rem;
    line-height: 7rem;
  }
  .home__pages-item a::after {
    width: 4rem;
    right: -4.5rem;
  }
  .home__pages-item:hover a::after {
    width: 7rem;
    right: -7.5rem;
  }
  .home__pages-item.--first {
    padding-right: 3rem;
  }
  .home__pages-item.--second {
    padding-right: 4.5rem;
  }
  .home__pages-item.--third {
    padding-right: 5rem;
  }
  .home__pages-item.--fourth {
    padding-right: 4.5rem;
  }
  .home__pages-item.--last {
    padding-right: 3rem;
  }
  .home__media {
    height: 8rem;
    gap: 2rem;
  }
  .home__media-item {
    font-size: 2.6rem;
    line-height: 8rem;
  }
  .home__contact {
    font-size: 2.6rem;
  }
}
.about {
  display: flex;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about__content {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 1.3;
}
.about__content p {
  margin-bottom: 1rem;
}

.about__description {
  padding: 5%;
  box-sizing: border-box;
}

.about__video {
  width: 100%;
}

.about__video-wrapper {
  width: 100%;
}
.about__video-wrapper video {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .about__description {
    background-size: contain;
    background-position: 90% 100%;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .about h2 {
    align-self: flex-start;
    margin-left: 3rem;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .about h2::after {
    left: auto;
    right: 3%;
  }
  .about__content {
    width: 100%;
    max-width: 1250px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .about__description {
    flex-grow: 1;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .about__left {
    width: 40%;
    padding-top: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    grid-gap: 3rem;
    font-size: 1.6rem;
    text-align: right;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 110% 100%;
  }
  .about__left p {
    width: 35rem;
    height: 12rem;
    padding: 2rem;
    border-radius: 3rem;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(238, 238, 238, 0.2);
  }
  .about__right {
    width: 60%;
    padding: 2rem 3.5rem 0;
    padding-bottom: 26%;
    border-top-left-radius: 4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: rgba(238, 238, 238, 0.2);
  }
  .about__right::before {
    display: block;
    width: 100%;
    height: calc(100% - 25.63vw);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/fullSize/Surfer4.png");
    background-origin: content-box;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: -20% 130%;
    transform: scale(-1, 1);
    opacity: 0.7;
    content: "";
  }
  .about__right p {
    margin-bottom: 2rem;
    padding-right: 10%;
    position: relative;
  }
  .about__video {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1250px) and (orientation: landscape) {
  .about__right::before {
    height: 26.8rem;
  }
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
  .about__right {
    padding-top: 5rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .about__right::before {
    height: 31.8rem;
  }
  .about__left p {
    width: 45rem;
    height: 15rem;
    padding: 2rem 4rem 2rem 8rem;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .about__right {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .about__left {
    padding-right: 5rem;
  }
}
.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery__content {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}

.gallery__display {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1399;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.2rem);
  overflow: hidden;
}

.gallery__display-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.gallery__control-left,
.gallery__control-right,
.gallery__control-close {
  height: 4rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  z-index: 1499;
  border-radius: 0.5rem;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fecc09;
  text-align: center;
}
.gallery__control-left span,
.gallery__control-right span,
.gallery__control-close span {
  font-size: 2.5rem;
  line-height: 4rem;
}
.gallery__control-left span::before,
.gallery__control-right span::before,
.gallery__control-close span::before {
  vertical-align: -10%;
}

.gallery__control-left {
  left: 2rem;
}

.gallery__control-right {
  right: 2rem;
}

.gallery__control-close {
  top: 2rem;
  right: 2rem;
  transform: none;
}
.gallery__control-close span {
  font-size: 3rem;
}

.gallery__display-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery__display-img {
  max-width: 100%;
  max-height: 100%;
}

.gallery__display.active {
  display: block;
}

.gallery__items {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery__item {
  height: 30vw;
  width: 33.333%;
  background-color: rgba(187, 187, 187, 0.6);
}

.gallery__item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .gallery {
    height: auto;
    min-height: auto;
  }
  .gallery__title {
    align-self: flex-end;
    margin-right: 3rem;
  }
  .gallery__title::after {
    left: auto;
    right: 5%;
  }
  .gallery__control-left:hover,
  .gallery__control-right:hover,
  .gallery__control-close:hover {
    cursor: pointer;
  }
  .gallery__items {
    gap: 1rem;
  }
  .gallery__item {
    height: 22rem;
    width: 22rem;
    position: relative;
    box-shadow: 0 0 0.5rem #eee;
    overflow: hidden;
    transition: 0.3s;
  }
  .gallery__item::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(1, 14, 27, 0.3);
    transition: 0.3s;
  }
  .gallery__item:hover {
    cursor: pointer;
    filter: grayscale(0);
  }
  .gallery__item:hover::after {
    background-color: rgba(254, 204, 9, 0.25);
  }
  .gallery__item-wrapper {
    transition: 0.5s;
  }
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
  .gallery__title {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .gallery {
    width: 150rem;
    margin: 0 auto;
  }
}
.prices {
  width: 100%;
  height: 100vh;
  min-height: auto;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 1499;
  padding: 0;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(56deg, #010e1b 0%, #02263a 90%);

  font-family: "Big Shoulders Display Regular";

  transition: 0.3s;
}

.prices__close-button {
  height: 4rem;
  width: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1499;
  color: #fecc09;
  text-align: center;
}

.prices__close-button span {
  font-size: 3rem;
  line-height: 4rem;
}
.prices__close-button span::before {
  vertical-align: -10%;
}

.prices__header {
  width: 100%;
  max-width: 95rem;
  
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-bottom: .7rem;
  padding: .3rem 2.5rem;
  box-sizing: border-box;
  
  color: #fecd09ed;
}

.prices__header-title {
  
  margin-bottom: 0;
  margin-top: 3.5rem;
  /* padding-bottom: 3rem; */
  
  font-family: "Sansterdam Medium Condensed";
  font-size: 8rem;
  font-weight: lighter;
  letter-spacing: 2px;
}

.prices__header-title::before {
  display: block;
  content: 'Aktualny';
  text-transform: uppercase;
  font-family: "Arial";
  color:#eee;
  font-size: 1.5rem;
  font-weight: bold;

  position: absolute;
  left: -45%;
  top: 70%;

  transform: rotate(-90deg);
}

.prices__header-title::after {
  display: none;
}

.prices__header-logo {
  width: 50%;
  max-width: 170px;

  display: flex;
  align-items: flex-end;
}

.prices__header-logo img {
  width: 100%;
}

.prices__container {
  width: 100%;
  max-width: 95rem;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .8rem;

  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
}

.prices__item {
  position: relative;

  width: calc(50% - 0.8rem);
  min-width: 300px;
  max-width: 370px;
  height: 80px;

  border-radius: 20px;
  box-sizing: border-box;

  background-color: #fecd09ed;

  transform-style: preserve-3d;
  transition: 0.6s;

  overflow: hidden;
}

.prices__item.--hidden {
  opacity: 0;
  height: 0;
}

.prices__item.--reverse {
  transform: rotateY(180deg);
  height: 440px;
}

.prices__item-obverse {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  padding: .5rem;
  padding-left: .7rem;
  box-sizing: border-box;
  
  display: none;
  flex-direction: row;
}

.prices__item.--obverse .prices__item-obverse {
  display: flex;
}

.prices__item.--reverse.--rotated .prices__item-obverse {
  display: none;
}

.prices__item.--rotated .prices__item-reverse {
  display: block;
}

.prices__item-reverse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100%;
  
  display: none;
  transition-delay: .3s;
}

.prices__go-obverse-button {
  height: 4rem;
  width: 4rem;
  position: absolute;
  left: 1rem;
  top: 2rem;
  z-index: 1499;
  color: #885508e8;
  text-align: center;
  text-shadow: 0 0 2px #a88c68;
}
.prices__go-obverse-button span {
  font-size: 4rem;
  line-height: 4rem;
}
.prices__go-obverse-button span::before {
  vertical-align: -10%;
}

.prices__item-reverse-wrapper {
  transform: rotateY(180deg);

  display: flex;
  flex-direction: column;

  padding: 1rem;
  box-sizing: border-box;
}

.prices__reverse-title > h2 {
  margin-top: .5rem;
  margin-bottom: 1.3rem;
  padding-left: .3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
  
  color: #ffffffe8;
  letter-spacing: 1px;
  font-family: "Sansterdam Medium Condensed";
  font-size: 4.5rem;
  text-transform: lowercase;
  font-weight: lighter;
}

.prices__item-reverse-content {
  position: relative;

  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.prices__item-reverse-text{
  width: 135px;
  margin-left: .8rem;
  padding: .8rem .4rem;
  border-radius: 1.2rem;
  background-color: #ffffffe8;

  color: #222;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  
  box-shadow: 0 0 4px #989898;
}

.prices__item-reverse-image {
  position: absolute;
  right: 0;
  top: -20px;
  transform: translateX(54%);
  /* width: 30%; */
  height: 260px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffffe8;

  display: flex;
  justify-content: center;
  align-items: center;
  
  box-shadow: 0 0 4px #989898;
}

.prices__item-reverse-image-wrapper {
  width: 95%;
  height: 95%;
  margin-left: .5rem;

  border-radius: 50%;
  overflow: hidden;
  
  box-shadow: 0 0 4px #989898;
}

.prices__item-reverse-img {
  max-width: 100%;
  max-height: 100%;
}

.prices__item-reverse-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20%;
  margin-top: .5rem;
}

.prices__item-reverse-price {
  margin-top: 1rem;
  padding: .5rem .8rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  
  background-color: #ffffffe8;
  
  color: #383838;
  font-size: 2.2rem;
  letter-spacing: 1px;

  box-shadow: 0 0 4px #989898;
}

.prices__item-reverse-buy {
  width: 70px;
  height: 70px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  background-color: #ffffffe8;
  color: #222;
  font-size: 5rem;

  box-shadow: 0 0 4px #989898;
}

.prices__item-image-wrapper {
  width: 80px;
  height: 100%;
  border-radius: 16px;
  border: 2px solid #fffa;
  box-sizing: border-box;
  
  overflow: hidden;
}

.prices__item-image-wrapper img {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  
  object-fit: cover;
}

.prices__item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-grow: 1;
}

.prices__item-text {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prices__item-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-height: 2.5rem;
  font-size: 1.5rem;
}

.prices__item-price {
  padding: .5rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  
  background-color: #ffffffe8;
  
  color: #383838;

}

.prices__item-buy {
  padding: 1px;
  padding-right: 1rem;
  border-radius: 1.25rem;
  box-sizing: border-box;
  
  display: flex;
  align-items: center;
  gap: 5px;

  background-color: #000;
  color: #ccc;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price__item-buy-icon {  
  height: 100%;
  aspect-ratio: 1 / 1;
  
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  line-height: 1;
}

.prices__item-more {
  height: 100%;
  aspect-ratio: 1 / 1;
  
  border: 2px solid #eee;
  border-radius: 50%;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .3rem;
}

.prices__space-filler {
  width: 100%;
  max-width: 95rem;
  flex-grow: 1;
}

.prices.active {
  left: 0;
}

  /* .prices {
    padding-top: 1rem;
  }
  .prices__title::after {
    bottom: 0;
  }
  .prices__close-button:hover {
    cursor: pointer;
    transform: scale(1.3);
    transition: 0.3s;
  }
  .prices__content {
    width: 100%;
    height: 100%;
    padding: 3% 5%;
    box-sizing: border-box;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
  .prices__left {
    width: 50%;
  }
  .prices__right {
    width: 50%;
    flex-grow: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .prices__item:hover {
    cursor: pointer;
  }
  .prices__item:hover .prices__item-title {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .prices__item.active .prices__item-title {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .prices__item.--extra .prices__item-title {
    font-size: 1.8rem;
  }
  .prices__item.--extra .show {
    opacity: 0;
  }
  .prices__item.--extra .hide {
    opacity: 1;
  }
  .prices__item.--extra.active .show {
    opacity: 1;
  }
  .prices__item.--extra.active .hide {
    opacity: 0;
  } */
/* } */
/* @media screen and (min-width: 900px) and (orientation: landscape) {
  .prices__item.--extra .prices__item-content p, .prices__item.--extra .prices__item-content ul {
    font-size: 1.4rem;
  }
} */
@media screen and (min-width: 668px) {
  .prices__item:nth-last-of-type(even).--reverse {
    transform: rotateY(180deg) translateX(-50%);
  }
  .prices__item:nth-last-of-type(odd).--reverse {
    transform: rotateY(180deg) translateX(50%);
  }
}

@media screen and (orientation: landscape) and (max-height: 570px) {
  .prices__item.--reverse {
    width: 80%;
    max-width: none;
    max-height: 280px;
  }
  .prices__item-reverse-wrapper {
    padding-top: 0;
  }
  .prices__item:nth-last-of-type(even).--reverse {
    transform: rotateY(180deg) translateX(0);
  }
  .prices__item:nth-last-of-type(odd).--reverse {
    transform: rotateY(180deg) translateX(0);
  }
  .prices__go-obverse-button {
    top: 0;
  }
  .prices__reverse-title > h2 {
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  .prices__item-reverse-text {
    width: 350px;
    font-size: 1.4rem;
  }
  .prices__item-reverse-image {
    top: -50px;
    transform: translateX(45%);
  }
  .prices__item-reverse-bottom {
    margin-top: 1rem;
  }
  .prices__item-reverse-price {
    margin-left: -9rem;
  }
  .prices__item-reverse-buy {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .prices__item-content:hover {
    cursor: context-menu;
  }
  .prices__item-more:hover {
    cursor: pointer;
  }
  
  .prices__go-obverse-button {
    cursor: pointer;
  }
}
/* @media screen and (min-width: 1280px) and (orientation: landscape) {
  .prices__content {
    width: 105rem;
  }
  .prices__item-content {
    margin-top: 1rem;
  }
} */
@media screen and (min-width: 1440px) and (orientation: landscape) {
  .prices {
    align-items: flex-end;
    backdrop-filter: blur(2px);
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(1, 14, 27, 0) 0%, rgba(1, 14, 27, 0) 15%, rgba(1, 14, 27, 0.95) 35%, rgba(1, 14, 27, 0.95) 100%);
  }
  .prices__close-button {
    height: 6rem;
    width: 6rem;
  }
  .prices__close-button span {
    font-size: 4rem;
    line-height: 6rem;
  }
  .prices__container {
    gap: 1.2rem;
  }
  .prices__header {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .prices__header-title::before {
    left: -10%;
  }
  .prices__header-logo {
    margin-bottom: -2rem;
  }
  .prices__item {
    max-width: 400px;
    height: 110px;
  }
  .prices__item.--reverse{
    height: 540px;
  }
  .prices__item-image-wrapper {
    width: 100px;
  }
  .prices__item-info {
    gap: 15px;
  }
  .prices__item-text {
    font-size: 3rem;
  }
  .prices__item-details {
    max-height: 3rem;
    gap: 1.8rem;
    font-size: 2rem;
  }
  .prices__item-buy {
    font-size: 1.5rem;
  }
  .prices__go-obverse-button {
    top:3rem
  }
  .prices__go-obverse-button span {
    font-size: 5rem;
  }
  .prices__reverse-title > h2 {
    margin-bottom: 2.3rem;
    margin-right: 4rem;
    padding-left: 1.3rem;
    font-size: 5.5rem;
    text-align: center;
  }
  .prices__item-reverse-text {
    width: 180px;
    font-size: 1.8rem;
  }
  .prices__item-reverse-image {
    height: 360px;
  }
  .prices__item-reverse-bottom {
    margin-top: 1.5rem;
  }
  .prices__item-reverse-price {
    margin-left: -5rem;
    margin-top: 2rem;

    font-size: 3rem;
  }
  /* .prices__title::after {
    width: 14rem;
    left: calc(50% - 7rem);
  } */
  /* .prices__content {
    padding-top: 6rem;
  } */
  /* .prices__item {
    margin-bottom: 4rem;
  } */
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .prices {
    align-items: flex-end;
    backdrop-filter: blur(2px);
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(1, 14, 27, 0) 0%, rgba(1, 14, 27, 0) 25%, rgba(1, 14, 27, 0.95) 45%, rgba(1, 14, 27, 0.95) 100%);
  }
}
@media screen and (min-width: 1800px) and (orientation: landscape) {
  .prices {
    align-items: flex-end;
    backdrop-filter: blur(2px);
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(1, 14, 27, 0) 0%, rgba(1, 14, 27, 0) 25%, rgba(1, 14, 27, 0.95) 50%, rgba(1, 14, 27, 0.95) 100%);
  }
}
.contact {
  min-height: calc(100vh - 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact__logo {
  width: 60%;
  box-sizing: border-box;
}

.contact__logo-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact__logo-img {
  width: 100%;
}

.contact__description {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.contact__contact-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
}

.contact__phone-mail {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.contact__phone-mail::after {
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(254, 204, 9, 0.6);
  content: "";
}

.contact__mail span {
  padding-right: 1rem;
  color: #fecc09;
}

.contact__phone {
  margin-top: 1rem;
}
.contact__phone span {
  padding-right: 1.5rem;
  color: #fecc09;
}

.contact__media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.contact__media-item {
  font-size: 2rem;
}

.contact__map {
  width: 100%;
  height: 40vh;
}

.contact__map-wrapper {
  width: 100%;
  height: 100%;
}
.contact__map-wrapper iframe {
  width: 100%;
  height: 100%;
}

@media screen and (orientation: landscape) {
  .contact__title {
    margin-bottom: 2rem;
  }
  .contact__content {
    padding: 0 2rem;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    flex-shrink: 0;
  }
  .contact__logo {
    width: 28rem;
  }
  .contact__description {
    text-align: right;
  }
  .contact__contact-data {
    width: 30rem;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .contact__title {
    align-self: flex-start;
    margin-left: 3rem;
  }
  .contact__title::after {
    left: auto;
    right: 3%;
  }
  .contact__content {
    position: relative;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
  }
  .contact__content::before {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/surfer.jpg");
    background-position: center;
    background-size: cover;
    border-top-right-radius: 4rem;
    opacity: 0.5;
    content: "";
  }
  .contact__content::after {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(1, 14, 27, 0.3);
    background-color: rgba(254, 204, 9, 0.1);
    border-top-right-radius: 4rem;
    content: "";
  }
  .contact__logo {
    width: 50%;
  }
  .contact__logo-wrapper {
    width: 28rem;
    margin: 0 auto;
  }
  .contact__description {
    width: 28rem;
    margin: 3rem auto 0;
  }
  .contact__contact-data {
    width: 50%;
  }
  .contact__phone-mail {
    width: 28rem;
    text-align: right;
  }
  .contact__phone-mail a {
    position: relative;
  }
  .contact__phone-mail a::after {
    display: block;
    width: 0;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(254, 204, 9, 0.7);
    content: "";
    transition: 0.3s;
  }
  .contact__phone-mail a:hover {
    cursor: pointer;
  }
  .contact__phone-mail a:hover::after {
    width: 100%;
    left: 0;
  }
  .contact__media-item a {
    position: relative;
  }
  .contact__media-item a span::before {
    vertical-align: -10%;
  }
  .contact__media-item a::after {
    display: block;
    width: 0;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(254, 204, 9, 0.7);
    content: "";
    transition: 0.3s;
  }
  .contact__media-item a:hover {
    cursor: pointer;
  }
  .contact__media-item a:hover::after {
    width: 140%;
    left: -20%;
  }
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
  .contact__logo-wrapper {
    width: 35rem;
  }
  .contact__description {
    width: 35rem;
    font-size: 1.8rem;
  }
  .contact__phone-mail {
    width: 35rem;
    font-size: 2rem;
  }
  .contact__phone {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1720px) and (orientation: landscape) {
  .contact__logo-wrapper {
    width: 45rem;
  }
  .contact__description {
    width: 45rem;
    margin-top: 4rem;
    font-size: 2rem;
  }
  .contact__phone-mail {
    width: 45rem;
    margin-top: 4rem;
  }
}
footer {
  height: 3.5rem;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.5rem;
  text-align: center;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=style-1.6.css.map */