@font-face {
  font-family: "abadi-condensed-xxl", sans-serif;
  src: url("https://use.typekit.net/af/b504b2/00000000000000003b9b1ec2/27/l?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/b504b2/00000000000000003b9b1ec2/27/d?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/b504b2/00000000000000003b9b1ec2/27/a?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "abadi-condensed-normal", sans-serif;
  src: url("https://use.typekit.net/af/3f82c2/00000000000000003b9b1ec3/27/l?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/3f82c2/00000000000000003b9b1ec3/27/d?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/3f82c2/00000000000000003b9b1ec3/27/a?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "abadi-condensed-medium", sans-serif;
  src: url("https://use.typekit.net/af/d85950/00000000000000003b9b1ec4/27/l?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/d85950/00000000000000003b9b1ec4/27/d?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/d85950/00000000000000003b9b1ec4/27/a?primer=2a64b7354accbfccf091944358d6cba32f300a9a753ae564cfcf2ef3ec0bce66&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-display: auto;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "abadi-condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
}

h1 {
  font-size: 38.5px;
  letter-spacing: 1px;
}

h3 {
  font-size: 30px;
  letter-spacing: 0.67px;
  position: relative;
}

@media only screen and (min-width: 940px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  h3 {
    font-size: 70px;
  }
}
h1, h2, h3, h5, button {
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  letter-spacing: 0.2px;
}

h4 .bold {
  font-size: 16px;
}

h5 {
  font-size: 18px;
  letter-spacing: 2.31px;
}

h2,
.h2 {
  line-height: 4.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 3.5rem;
}
@media screen and (min-width: 321px) {
  h2,
  .h2 {
    font-size: calc(3.5rem + 1rem * (100vw - 321px) / 999px);
  }
}
@media screen and (min-width: 1320px) {
  h2,
  .h2 {
    font-size: 4.5rem;
  }
}

h3,
.h3 {
  line-height: 1.333;
  font-size: 18px;
}
@media screen and (min-width: 321px) {
  h3,
  .h3 {
    font-size: calc(18px + 6px * (100vw - 321px) / 999px);
  }
}
@media screen and (min-width: 1320px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

p,
.p {
  line-height: 1.6875rem;
  font-weight: 400;
  font-size: 1.125rem;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.text-gold {
  color: #CA9C53;
}

.text-red {
  color: #E40522;
}

*, html {
  scroll-behavior: smooth;
}

.hide-desktop {
  display: block;
}

@media only screen and (min-width: 940px) {
  .hide-desktop {
    display: none;
  }
}
.hide-mobile {
  display: block;
}

@media only screen and (max-width: 940px) {
  .hide-mobile {
    display: none;
  }
}
.box-title {
  width: 100%;
  background-color: #d8222a;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.box-title p {
  width: 70%;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.4px;
  text-align: center;
  margin: auto;
}

@media only screen and (min-width: 940px) {
  .contact h1 {
    font-size: 70px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.error-text {
  color: #d5a353;
  text-decoration: underline;
  display: block;
}

.error-text:hover {
  color: #d5a353;
}

.error-title {
  margin-top: 25px;
}

@media only screen and (min-width: 940px) {
  .error-title {
    font-size: 70px;
    margin-top: 70px;
  }
}
.red-font {
  color: #d8222a;
}

.gold-font,
.gold-hover:hover {
  color: #d5a353;
}

.smaller-width {
  width: 92%;
}

footer .drink-responsibly {
  display: flex;
  font-size: 0.9rem;
  line-height: 1.25rem;
}

footer .drink-responsibly img {
  max-height: 1.375rem;
  width: auto;
  margin-right: 1rem;
}

.footer-links {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 2px;
  position: relative;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover {
  cursor: pointer;
  color: #d5a353;
}

.dot {
  font-size: 20px;
  margin: 5px 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "abadi-condensed-xxl", sans-serif;
}

.text-policy {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 2rem;
}

.footer-policy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 0;
  color: #717171;
  text-transform: uppercase;
  font-family: "abadi-condensed-xxl", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

.footer-policy a,
.footer-policy button,
.footer-policy :hover {
  color: #717171;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "abadi-condensed-normal", sans-serif;
  overflow: hidden;
  overflow-y: auto;
}

body.form {
  background: #0f0f0f url("./public/img/desktop/form-bg-desktop.png") no-repeat top;
  background-size: 250%;
}

@media only screen and (min-width: 940px) {
  body.form {
    background: #0f0f0f url("./public/img/desktop/form-bg-desktop.png") no-repeat center top;
    background-size: 100%;
  }
}
body.form .text-policy {
  display: none;
}

a,
a:hover {
  text-decoration: none;
}

.gold-box-border {
  border-top: 1px solid rgba(213, 164, 94, 0.2);
  margin: auto;
  width: 100%;
}

img {
  width: 100%;
}

section {
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  section .container {
    max-width: 940px !important;
  }
}
@media only screen and (min-width: 1400px) {
  section .container {
    max-width: 1350px !important;
  }
}
form,
input {
  width: 100%;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  z-index: 9999999;
}

.ac-overlay {
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  overflow-x: hidden;
}

.ac-container {
  box-sizing: border-box;
  font-family: "abadi-condensed-normal", sans-serif;
  position: fixed;
  padding: 0 20px 10px 20px;
  background: #000;
  background-size: contain;
  background-attachment: fixed;
  opacity: 0;
  text-align: center;
  box-shadow: 0 0 5px #000;
  font-weight: normal;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

@media only screen and (min-width: 940px) {
  .ac-container {
    background: #000;
    background-size: 800px;
    background-attachment: fixed;
  }
}
@media (max-width: 1100px) {
  .ac-container {
    height: 100%;
    overflow: scroll;
  }
}
.ac-background {
  background-image: url("./public/img/2026/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 16px auto 0 auto;
  padding-bottom: 48px;
  background-size: cover;
  width: 100%;
}
@media (max-width: 940px) {
  .ac-background {
    background-position: 60% top;
  }
}
@media (max-width: 1200px) {
  .ac-background {
    padding-bottom: 72px;
  }
}

@media only screen and (min-width: 940px) {
  .ac-background .fields {
    max-width: 310px;
    margin: 0 auto;
  }
  .ac-background #button_age--submit {
    max-width: 190px;
    margin-bottom: 40px;
  }
}
.ac-container h2 {
  box-sizing: border-box;
  margin: 0 0 14px 0;
  font-size: 26px;
  padding-top: 10px;
}

.ac-container h2 img {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 940px) {
  .ac-container h2 img {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 940px;
  }
}
.ac-container h2 img.signature {
  max-width: 332px;
  margin: 0 auto 20px;
}

.ac-container h3 {
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 26px;
}

.ac-container p {
  box-sizing: border-box;
  padding-bottom: 20px;
  margin: 0;
  font-family: "abadi-condensed-normal", sans-serif;
  font-size: 16px;
  font-stretch: condensed;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1px;
}

@media only screen and (min-width: 940px) {
  .ac-container p {
    font-size: 24px;
  }
}
.ac-container p strong {
  color: #ff1f1f;
}

.ac-container input {
  box-sizing: border-box;
  color: #fff;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #d5a45e;
  text-align: center;
  font-size: 21px;
  line-height: 1.71;
  letter-spacing: 2.69px;
  width: 80px;
  height: 46px;
  margin: 0;
}

.ac-container input::-webkit-outer-spin-button,
.ac-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ac-container input[type=number] {
  -moz-appearance: textfield;
}

.ac-container input.year {
  width: 90px;
}

.ac-container select {
  box-sizing: border-box;
}

.ac-container .errors {
  box-sizing: border-box;
  margin: 40px 0;
  font-size: 18px;
  line-height: 18px;
  color: #ff1f1f;
}

.ac-container .errors ul,
.ac-container .errors li {
  box-sizing: border-box;
  font-family: "abadi-condensed-normal", sans-serif;
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  list-style: none;
}

.ac-container .errors li span {
  box-sizing: border-box;
  font-size: 9px;
  background: #ebebeb;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  display: inline-block;
  color: #ff1f1f;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
  line-height: 13px;
  position: relative;
  top: -2px;
  text-shadow: 1px 1px 0 #fff;
  font-family: "abadi-condensed-normal", sans-serif;
}

.ac-container .fields {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
  clear: both;
}

.field-single {
  display: block;
}

@media (max-width: 500px) {
  .field-single {
    height: 50px;
    margin-bottom: 40px;
  }
}
.field-single label {
  display: block;
  font-family: "abadi-condensed-xxl", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 2.31px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 940px) {
  .field-single label {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .ac-container {
    box-sizing: border-box;
    margin-left: 1px;
    width: 100%;
  }
  .ac-container select,
  .ac-container input.day,
  .ac-container input.year {
    box-sizing: border-box;
    display: block;
    margin-right: 0;
    width: 80px;
    padding-left: 10px;
  }
  .ac-container input.year {
    width: 90px;
  }
}
.ac-container .button-header.button {
  margin: 40px auto 0;
  cursor: pointer;
}

@supports (-ms-ime-align: auto) {
  .ac-container .button-header.button {
    max-width: 169px;
    width: 80%;
  }
}
@media (max-height: 650px) {
  .ac-container .button-header.button {
    margin-top: 20px;
  }
}
.ac-container a.button.button .section_buttons,
a.button.button-header .section_buttons {
  width: auto;
}

@media (max-width: 500px) {
  .ac-container a.button.button .section_buttons,
  a.button.button-header .section_buttons {
    width: 100%;
    margin: 0 auto;
  }
  .section_buttons {
    display: flex;
  }
}
@media (max-width: 450px) {
  .ac-container a.button.button .section_buttons,
  a.button.button-header .section_buttons {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-height: 650px) {
  .ac-container h2 img {
    width: 40%;
    max-width: 510px;
  }
  .ac-container h2 img.signature {
    margin: 0 auto 20px;
  }
  .ac-container h2 {
    margin: 0 auto;
  }
}
@media (max-height: 420px) {
  .ac-container h2 img {
    width: 20%;
    max-width: 510px;
    margin: 10px auto 5px;
  }
  .ac-container h2 img.signature {
    margin: 0 auto 10px;
  }
}
@media (max-height: 350px) {
  .ac-container h2 img {
    max-width: 510px;
    margin: 0 auto;
  }
  .ac-container h2 img.signature {
    margin: 0 auto;
  }
  .ac-container .fields {
    margin-top: -10px;
  }
  .ac-container input {
    height: 40px;
  }
  .ac-container .button-header.button {
    margin-top: 0;
  }
}
.menu-icons a {
  padding-left: 9px;
}

.bg-sea {
  width: 100%;
  background-image: url("./public/img/desktop/form-bg-desktop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-small-sea {
  width: 100%;
  background-image: url("./public/img/desktop/form-bg-desktop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 940px) {
  .bg-small-sea {
    background-image: url("./public/img/desktop/form-bg-desktop.png");
    background-size: 100%;
  }
}
.bg-barrel {
  width: 100%;
  height: auto;
  background-image: url("./public/img/desktop/beczka-bg.png");
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (min-width: 940px) {
  .bg-barrel {
    background-image: url("./public/img/desktop/beczka-bg.png");
    background-position: center top;
    background-size: 100%;
  }
}
.center-image {
  display: block;
  width: auto;
  margin: auto;
}

.button {
  display: flex;
  justify-content: left;
  position: relative;
  overflow: hidden;
  width: fit-content;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #d5a353;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 940px) {
  .button-contact {
    width: 60%;
  }
}
.button-error {
  height: 52px !important;
}

@media only screen and (min-width: 450px) {
  .button-error {
    width: 337px !important;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  margin-top: 2px;
  z-index: 1;
  transition: all 0.8s;
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
  background-color: rgba(0, 0, 0, 0.643137);
  opacity: 0.1;
}

.button:hover {
  background: rgba(0, 0, 0, 0.65);
}

.button i {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #d5a353;
  height: 100%;
  padding: 12px;
}

@media only screen and (min-width: 1200px) {
  .button i {
    padding: 16px;
  }
}
.button .button-title {
  display: block;
  font-size: 16px;
  margin: 0 auto;
  align-self: center;
  font-weight: bold;
  letter-spacing: 3.56px;
  color: #d5a353;
  text-transform: uppercase;
  padding: 0 16px;
  line-height: 1;
  font-size: 0.75rem;
}

@media only screen and (min-width: 1200px) {
  .button .button-title {
    font-size: 1rem;
  }
}
input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d5a353;
  height: 50px;
  background-color: transparent;
  padding: 10px;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1.79px;
  color: #fff;
}

input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(165, 165, 165, 0.281);
}

.input--focusable:focus {
  outline: 1px solid rgba(213, 163, 94, 0.507);
  outline-offset: 0;
  box-shadow: none;
}

.menu {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 1500;
}

@media only screen and (min-width: 940px) {
  .menu {
    width: 100%;
  }
}
@media only screen and (min-width: 940px) {
  .menu .menu-icons {
    width: 100%;
    max-width: 1350px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }
}
.menu .menu-icons img {
  width: 32px;
}

.menu-list {
  min-width: 240px;
  padding: 10px 8px 10px 10px;
  height: 374px;
  position: absolute;
  top: 50px;
  left: -300px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: 0.3s ease;
}

@media only screen and (min-width: 940px) {
  .menu-list {
    transform: translateX(300px);
    top: 20px;
    height: auto;
  }
}
.menu-list ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.menu-list a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: abadi-condensed-xxl, sans-serif;
  font-size: 14px;
  letter-spacing: 5.6px;
  font-weight: 800;
  color: #fff;
  display: block;
}

@media only screen and (min-width: 940px) {
  .menu-list a {
    padding-left: 40px;
  }
}
.menu-list .active-page {
  background-color: #d5a353;
  color: #0f0f0f;
  padding-top: 4px;
  padding-bottom: 0;
  width: 211px;
}

@media only screen and (min-width: 940px) {
  .menu-list .active-page {
    width: auto;
  }
}
.menu-list.active {
  transform: translateX(300px);
}

.burger {
  display: flex;
  font-size: 1.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 99;
  flex-direction: column;
}

@media only screen and (min-width: 940px) {
  .burger {
    display: none;
  }
}
.burger-line-long {
  width: 33px;
  height: 2px;
  background-color: #fff;
}

.burger-line-short {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
}

.burger-description {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 5px;
}

.form-steps .input-wrapper .input-radio__line {
  display: flex;
  margin: 2rem 0 2rem;
}

.form-steps .input-wrapper .input-radio__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 51px 0 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 1px;
}

.form-steps .input-wrapper .input-radio__label:last-of-type {
  margin: 0;
}

.form-steps .input-wrapper .input-radio__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
}

.form-steps .input-wrapper .input-radio__input:checked + .input-radio__decorator:after {
  transform: scale(1);
  opacity: 1;
}

.form-steps .input-wrapper .input-radio__input:focus ~ .input-radio__decorator {
  box-shadow: 0 0 0 1px rgba(213, 163, 94, 0.507);
}

.form-steps .input-wrapper .input-radio__decorator {
  border: 1px solid #d5a353;
  width: 27px;
  height: 27px;
  margin: 0 19px 0 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-steps .input-wrapper .input-radio__decorator:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #d5a353;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 50%;
  border: none;
  transform: scale(0);
  opacity: 0;
}

.form-steps .input-wrapper .input-radio__text {
  font-family: "abadi-condensed-xxl", sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.form-steps .input-wrapper .input-file__box {
  letter-spacing: normal;
  text-transform: none;
  margin: 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D5A45E80' stroke-width='4' stroke-dasharray='3%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #0f0f0f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  min-height: 198px;
}

.form-steps .input-wrapper .input-file__box--before-drop {
  background-color: rgba(213, 164, 94, 0.2);
}

@media only screen and (min-width: 940px) {
  .form-steps .input-wrapper .input-file__box {
    min-height: 285px;
  }
}
.form-steps .input-wrapper .input-file__box label.error {
  margin: 1rem 0 0;
  bottom: auto;
  line-height: 1.2;
  font-family: "abadi-condensed-normal", sans-serif;
}

@media only screen and (min-width: 940px) {
  .form-steps .input-wrapper .input-file__box label.error {
    margin: 1rem 0 0;
    font-size: 15px;
  }
}
.form-steps .input-wrapper .input-file__label {
  font-size: 16px;
  margin: 0 0 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 940px) {
  .form-steps .input-wrapper .input-file__label {
    font-size: 21px;
    font-family: "abadi-condensed-normal", sans-serif;
  }
}
.form-steps .input-wrapper .input-file__button {
  text-transform: uppercase;
  font-size: 12.8px;
  font-family: "abadi-condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 2.84px;
  line-height: 1;
  color: #d5a45e;
  border: 1px solid #d5a45e;
  padding: 14px 15px 13px;
}

@media only screen and (min-width: 940px) {
  .form-steps .input-wrapper .input-file__button {
    font-size: 16px;
    letter-spacing: 3.56px;
    padding: 17px 30px;
  }
}
.form-steps .input-wrapper .input-file__input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  min-width: unset;
  min-height: unset;
  width: 100%;
  height: 100%;
}

.form-steps .input-wrapper .input-file__formats {
  text-align: center;
  opacity: 0.25;
  font-size: 13px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #fff;
  margin: 13px 0;
}

.input-text__input {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.input-text__input.is-disabled {
  opacity: 0.7;
  border-color: #555;
}

.ns-form .input-checkbox__line {
  display: flex;
  margin: 2.2rem 0;
}

.ns-form .input-checkbox__line label.error {
  order: 5;
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2;
  color: #d8222a;
  letter-spacing: normal;
  padding-left: 50px;
  font-family: "abadi-condensed-normal", sans-serif;
}

.ns-form .input-checkbox__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 51px 0 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 1px;
}

.ns-form .input-checkbox__label:last-of-type {
  margin: 0;
}

.ns-form .input-checkbox__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
}

.ns-form .input-checkbox__input:checked ~ .input-checkbox__decorator {
  background-color: #d5a353;
}

.ns-form .input-checkbox__input:checked ~ .input-checkbox__decorator:after {
  transform: scale(1);
  opacity: 1;
}

.ns-form .input-checkbox__input:focus ~ .input-checkbox__decorator {
  box-shadow: 0 0 0 1px rgba(213, 163, 94, 0.507);
}

.ns-form .input-checkbox__input.error ~ .input-checkbox__decorator {
  border-color: #d8222a;
}

.ns-form .input-checkbox__link,
.ns-form .input-checkbox__link:focus,
.ns-form .input-checkbox__link:hover,
.ns-form .input-checkbox__link:active {
  color: #d5a353;
  text-decoration: underline;
  cursor: pointer;
}

.ns-form .input-checkbox__decorator {
  border: 1px solid #d5a353;
  width: 35px;
  height: 35px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s ease;
  position: relative;
}

.ns-form .input-checkbox__decorator:after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(0);
  opacity: 0;
  content: "\f00c";
  font-weight: 900;
  font-family: "FontAwesome", sans-serif;
  display: inline-block;
  position: absolute;
  top: -45%;
  left: -5%;
  font-size: 40px;
}

.ns-form .input-checkbox__text {
  font-family: "abadi-condensed-normal", sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0.4em;
  width: calc(100% - 50px);
}

.ns-form .input-checkbox__text--small {
  font-size: 14px;
  opacity: 0.6;
  letter-spacing: 0.05px;
  margin-top: 0;
}

.ns-form .input-checkbox__text a {
  color: #d5a45e;
  text-decoration: underline;
}

.input-general-error__input {
  height: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 0;
  display: block;
  border: none !important;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.input-general-error__input.error {
  position: relative;
}

.input-general-error__input,
.input-general-error__input:focus,
.input-general-error__input:hover {
  outline: none !important;
  box-shadow: none !important;
}

.input-general-error__input + label.error {
  display: block;
  color: #d8222a;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0;
}

.form-steps .img-wrapper .step-thank-you__img {
  width: 105px;
  height: 109px;
}

@media only screen and (min-width: 940px) {
  .form-steps .img-wrapper .step-thank-you__img {
    width: 151px;
    height: 157px;
  }
}
.step-thank-you__img-wrap {
  text-align: center;
}

.step-thank-you__button-i {
  color: #fff;
}

.step-thank-you__container {
  max-width: 337px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 940px) {
  .steps-counter {
    font-family: "abadi-condensed-xxl", sans-serif;
    font-size: 21px;
    font-weight: 800;
  }
}
.form-steps {
  display: none;
  padding-bottom: 40px;
}

@media only screen and (max-width: 940px) {
  .form-steps {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 940px) {
  .form-steps {
    padding-top: 77px;
  }
}
.form-steps .is-loading {
  pointer-events: none;
  opacity: 0.8;
}

.form-steps--active {
  display: block;
}

.form-steps__inner {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.form-steps .h1 {
  padding: 15px 0 25px;
  font-family: "abadi-condensed", sans-serif;
}

@media only screen and (min-width: 940px) {
  .form-steps .h1 {
    display: block;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .form-steps .h1 {
    font-size: 50px;
    max-width: 560px;
  }
}
@media only screen and (min-width: 1441px) {
  .form-steps .h1 {
    font-size: 70px;
    max-width: 670px;
    letter-spacing: 1.4px;
  }
}
.form-steps .img-wrapper {
  max-width: 300px;
  margin-bottom: 45px;
}

.form-steps .img-wrapper.icons-phone {
  max-width: 55px;
  margin: 35px 0;
}

@media only screen and (min-width: 940px) {
  .form-steps .img-wrapper.icons-phone {
    max-width: 107px;
    margin: 0 0 35px;
  }
}
.form-steps .img-wrapper img {
  width: 100%;
}

.form-steps .input-wrapper {
  position: relative;
}

.form-steps .input-wrapper input.error,
.form-steps .input-wrapper select.error,
.form-steps .input-wrapper textarea.error {
  border-color: #d8222a;
}

.form-steps .input-wrapper label {
  color: #fff;
  font-family: "abadi-condensed-xxl", sans-serif;
  font-size: 16px;
  letter-spacing: 2.04px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
}

@media only screen and (min-width: 940px) {
  .form-steps .input-wrapper label {
    font-size: 19px;
    font-weight: 800;
  }
}
.form-steps .input-wrapper label.error {
  color: #d8222a;
  margin: -1.2rem 0 2rem 15px;
  letter-spacing: normal;
  font-size: 15px;
  left: 0;
  line-height: 1.2;
  display: block;
  padding: 0;
  text-transform: none;
  font-family: "abadi-condensed-normal", sans-serif;
}

@media only screen and (min-width: 940px) {
  .form-steps .input-wrapper label.error {
    padding: 15px 0 0 15px;
    margin: -2rem 0 2rem 0;
  }
}
.form-steps .input-wrapper label.error a {
  color: #d8222a;
  text-decoration: underline;
}

.form-steps .checkbox-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.form-steps .checkbox-wrapper .checkbox-area {
  width: 35px;
  height: 35px;
  object-fit: contain;
  border: solid 1px #d5a353;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: 15px;
}

.form-steps .checkbox-wrapper .checkbox-area.checked {
  background: rgba(0, 0, 0, 0.6) url("./public/img/icons/tick.svg") no-repeat center;
}

.form-steps .checkbox-wrapper .checkbox-area input[type=checkbox] {
  position: absolute;
  left: -999999px;
}

.form-steps .checkbox-wrapper .checkbox-content {
  width: 80%;
}

.form-steps .checkbox-wrapper .checkbox-content p {
  opacity: 0.6;
  font-size: 11px;
  letter-spacing: 0.05px;
}

.form-steps .checkbox-wrapper .checkbox-content p a,
.form-steps .checkbox-wrapper .checkbox-content p span {
  color: #d5a353;
  text-decoration: underline;
}

.form-steps .info {
  font-size: 16px;
}

.form-steps .info--in-form {
  text-align: center;
}

@media only screen and (min-width: 940px) {
  .form-steps .info--in-form {
    font-family: "abadi-condensed-xxl", sans-serif;
    font-weight: 800;
    text-align: left;
  }
}
.form-steps .info-over-form {
  text-align: center;
}

@media only screen and (min-width: 940px) {
  .form-steps .info-over-form {
    font-size: 21px;
    line-height: normal;
  }
}
.form-steps .info-under-form {
  font-size: 14px;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 940px) {
  .form-steps .info-under-form {
    text-align: left;
    max-width: 390px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .form-steps .info-under-form {
    font-size: 14px;
  }
}
.form-steps .info-under-form a {
  color: #d5a45e;
}

.form-steps .button.next {
  max-width: 337px;
  width: 100%;
  letter-spacing: 3.56px;
  font-family: "abadi-condensed-xxl", sans-serif;
}

.form-steps .back {
  cursor: pointer;
}

.form-steps .back p {
  font-family: "abadi-condensed", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 5px;
  margin-left: 25px;
  margin-bottom: 25px;
  color: #d5a353;
  text-transform: uppercase;
}

@media only screen and (min-width: 940px) {
  .form-steps .br--mobile {
    display: none;
  }
}
.form-steps__row {
  margin: 0 -5px;
  display: flex;
}

.form-steps__col-postcode,
.form-steps__col-city {
  padding: 0 5px;
}

.form-steps__col-postcode {
  width: 41.95402%;
}

.form-steps__col-city {
  width: 58.04598%;
}

.form-subtitle {
  margin: 2.2em 0 1em;
  font-family: "abadi-condensed-xxl", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: 2.56px;
  color: #fff;
}

@media only screen and (min-width: 940px) {
  .form-subtitle {
    line-height: 1.2;
    font-size: 30px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #0f0f0f;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;
  padding: 20px 10px;
}

.overlay-content {
  background: #252525;
  border: solid 1px #d5a353;
  padding: 30px 20px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 940px) {
  .overlay-content {
    padding: 60px 80px;
    max-width: 940px;
  }
}
.overlay-content .button-close {
  width: 45px;
  height: 31px;
  background: url("./public/img/icons/btn-close.png") no-repeat center;
  background-size: contain;
}

.overlay-content h2 {
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 2.31px;
  padding: 30px 0;
  margin: 0 !important;
  max-width: 580px;
  font-family: "abadi-condensed-xxl", sans-serif;
}

@media only screen and (min-width: 940px) {
  .overlay-content h2 {
    font-size: 30px !important;
    line-height: 1.13 !important;
    letter-spacing: 3.85px;
  }
}
@media only screen and (min-width: 940px) {
  .overlay-content p {
    font-size: 16px !important;
    line-height: 18px;
    letter-spacing: 0.1px;
  }
}
.overlay-content p a {
  color: #d5a45e;
  text-decoration: underline;
}

@media only screen and (max-width: 940px) {
  .contact-page-content {
    padding-top: 4rem;
  }
}
.contact-form input {
  background-color: #0f0f0f;
}

.contact-form-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.05px;
  line-height: 36px;
  font-family: "abadi-condensed-xxl", sans-serif;
  margin-left: 16px;
}

@media only screen and (min-width: 940px) {
  .contact-form-title {
    font-size: 21px;
  }
}
.contact-form textarea {
  height: 231px;
  background-color: #0f0f0f;
}

.contact-form-check label {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.07px;
  font-family: "abadi-condensed-normal", sans-serif;
  text-transform: none;
  opacity: 0.6;
  margin: 5px 0 0 10px;
}

.contact-form-check label a {
  color: #d5a353;
  text-decoration: underline;
}

.contact-form-check input {
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.643137);
  border: solid 1px #d5a353;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.contact-form-check input:checked {
  background: #d5a353;
}

.contact-form-check input:checked:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "FontAwesome", sans-serif;
  display: inline-block;
  position: absolute;
  top: -45%;
  left: -5%;
  font-size: 40px;
}

.contact-form-check-read {
  color: #d5a353;
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 30px;
}

.contact-form .error-message {
  display: none;
}

.contact-form .error-message--email {
  margin-top: -20px;
  margin-bottom: 20px;
}

.contact-form .error-message--topic {
  margin-top: -20px;
  margin-bottom: 20px;
}

.contact-form .error-message--textarea {
  margin-top: -25px;
  margin-bottom: 20px;
}

.contact-form .error-message--checkbox {
  margin-top: -4px;
}

.contact-form .error-message--checkbox.error {
  margin-left: 60px;
  margin-top: 5px;
}

.contact-form .error {
  color: #d8222a;
  display: block !important;
  margin-left: 13px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: condensed;
}

.contact-form .error-box {
  border: 1px solid #d8222a !important;
}

.contact-form .read_more--txt,
.contact-form .read_less--btn {
  display: none;
}

.contact-form .read_less--btn {
  margin-bottom: 20px;
}

.contact-form .show-text {
  display: inline;
}

.contact-form .hide-text {
  display: none;
}

.contact-info {
  margin-bottom: 40px;
  margin-top: 70px;
}

.contact-info h3 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 3.85px;
  font-family: "abadi-condensed-xxl", sans-serif;
  margin-bottom: 30px;
}

.contact-info .text-policy {
  line-height: normal;
  letter-spacing: 0.15px;
  font-size: 16px;
}

@media only screen and (min-width: 940px) {
  .contact-info .text-policy {
    font-size: 21px;
  }
}
.contact-info .text-policy a {
  color: #d5a45e;
  text-decoration: underline;
}

#cookies-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 999999;
  top: 0;
}

#cookies-popup.error .cookies-box {
  border-color: #f72945 !important;
}

#cookies-popup .cookies-box {
  margin: 0 auto;
  padding: 0 67px 40px;
  box-sizing: border-box;
  background-color: #252525;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  border: 1px solid #d5a45e;
  color: #fff;
  max-width: 934px;
  width: 100%;
  height: fit-content;
}

@media (max-width: 800px) {
  #cookies-popup .cookies-box {
    max-height: unset;
    height: auto;
    width: 98%;
    padding: 0 8px 20px 20px;
  }
}
@media (max-width: 600px) {
  #cookies-popup .cookies-box {
    padding: 15px;
  }
}
@media (max-height: 650px) {
  #cookies-popup .cookies-box {
    height: auto;
  }
}
@media (max-height: 350px) {
  #cookies-popup .cookies-box {
    height: 90%;
  }
}
#cookies-popup .cookies-box h3 {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.71;
  letter-spacing: 2.69px;
  text-transform: uppercase;
  margin-bottom: 38px;
  margin-top: 35px;
  color: #fff;
}

@media (max-width: 600px) {
  #cookies-popup .cookies-box h3 {
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 2.31px;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  #cookies-popup .cookies-box h3 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#cookies-popup #cookies-text,
#cookies-popup #cookies-option {
  font-size: 16px;
  color: #fff;
}

#cookies-popup #cookies-option {
  margin-bottom: 49px;
}

#cookies-popup #cookies-text a {
  text-decoration: underline;
  color: #d5a45e;
}

#cookies-popup #cookies-text a:hover {
  color: #1d2e62;
}

#cookies-popup #cookies-text .cookies-description {
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: 0.07px;
  margin-bottom: 49px;
}

@media (max-width: 600px) {
  #cookies-popup #cookies-text .cookies-description {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.06px;
  }
}
@media (max-width: 800px) {
  #cookies-popup #cookies-text .cookies-description {
    margin-bottom: 30px;
  }
}
@media (max-height: 650px) {
  #cookies-popup #cookies-text .cookies-description {
    margin-bottom: 29px;
  }
}
@media (max-height: 350px) {
  #cookies-popup #cookies-text .cookies-description {
    margin-bottom: 5px;
  }
}
#cookies-popup .cookies-btn {
  margin: 15px 0 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (min-width: 540px) {
  #cookies-popup .cookies-btn {
    flex-direction: row;
    align-items: flex-start;
  }
}
#cookies-popup .cookies-btn > div .tick {
  height: 100%;
  width: 52px;
  border-right: 1px solid #d5a353;
  background: rgba(0, 0, 0, 0.4) url("./public/img/icons/tick.svg") no-repeat center;
}

#cookies-popup .cookies-btn > div .cross {
  height: 52px;
  width: 52px;
  border-right: 1px solid #d5a353;
  background: rgba(0, 0, 0, 0.4) url("./public/img/icons/cross.svg") no-repeat center;
}

#cookies-popup .cookies-btn > div:nth-child(1) {
  margin-right: 34px;
}

#cookies-popup .cookies-btn > div:nth-child(1) i {
  padding: 10px 11px;
}

@media (max-width: 600px) {
  #cookies-popup .cookies-btn > div:nth-child(1) {
    margin-top: 10px;
  }
}
#cookies-popup .cookies-btn > div:nth-child(1).error {
  border: 1px solid #f72945 !important;
}

#cookies-popup .cookies-btn > div:nth-child(1).error .tick {
  border-color: #f72945 !important;
}

#cookies-popup .cookies-btn > div:nth-child(3) span {
  color: #d5a45e;
}

@media (max-width: 600px) {
  #cookies-popup .cookies-btn > div:nth-child(3) {
    margin-top: 32px;
  }
}
#cookies-popup .cookies-btn > div:nth-child(4) {
  width: auto;
  height: auto;
}

#cookies-popup .cookies-btn > div span {
  padding: 15px 25px 15px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3.56px;
  text-transform: uppercase;
  color: white;
  box-sizing: border-box;
}

#cookies-popup .cookies-btn .cookies-error {
  display: none;
}

@media only screen and (min-width: 540px) {
  #cookies-popup .cookies-btn .cookies-error {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
}
#cookies-popup .cookies-btn .cookies-error p {
  color: #f72945;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 540px) {
  #cookies-popup .cookies-btn .cookies-error p {
    margin: 0;
    margin-top: 10px;
  }
}
#cookies-popup .btn-cookies {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: auto;
  margin: 10px 0;
}

#cookies-popup #btn-agree.btn-agree {
  border: 1px solid #d5a45e;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 30px;
  color: white;
}

#cookies-popup #btn-disagree.button span {
  color: #d5a45e;
}

@media (max-width: 600px) {
  #cookies-popup #btn-option {
    justify-content: left;
  }
}
#cookies-popup .with-error {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

@media only screen and (min-width: 540px) {
  #cookies-popup .with-error {
    margin: 0;
    flex-direction: column-reverse;
  }
}
.body-cookie_open {
  height: 100vh;
  overflow: hidden;
}

.body-container.body-opacity {
  display: none !important;
}

footer .container {
  max-width: 1350px !important;
}

footer .row,
footer .footer-cop-links {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 940px) {
  footer .row .footer-copyright,
  footer .footer-cop-links .footer-copyright {
    left: 20px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  footer .row .footer-copyright,
  footer .footer-cop-links .footer-copyright {
    left: -5px;
    bottom: 5px;
  }
}
.footer-policy button {
  background: transparent;
  border: none;
  color: #717171;
}

footer .gold-box-border {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 940px) {
  footer .gold-box-border {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  footer .gold-box-border .col {
    margin-top: 32px;
    width: auto;
    min-width: initial;
    max-width: inherit;
    flex-grow: inherit;
    flex-basis: inherit;
    padding: 0 45px;
  }
}
footer .gold-box-border .footer-links {
  margin-bottom: 2rem;
}

footer .gold-box-border .center-image {
  width: 155px;
}

@media only screen and (min-width: 940px) {
  footer .gold-box-border .center-image {
    width: 165px;
    top: 4px;
    position: relative;
  }
}
footer .footer-copyright {
  color: #717171;
  position: relative;
}

footer .footer-copyright {
  font-size: 9px;
  line-height: 1.2;
  font-family: "abadi-condensed-xxl", sans-serif;
  letter-spacing: 3.6px;
  font-stretch: condensed;
  text-transform: uppercase;
  text-align: left;
}

footer .footer-lottery {
  font-size: 14px;
  text-align: center;
  color: #717171;
}

footer .footer-policy {
  margin-bottom: 32px;
}

@media only screen and (min-width: 940px) {
  footer .footer-policy {
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.hero-images .kv-mobile {
  width: 100%;
}

.hero-images .kv-desktop {
  width: 100%;
}

.hero-images .kv-desktop-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-30%);
  width: 25%;
}

.hero .button {
  background: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
}

@media only screen and (min-width: 940px) {
  .hero .button {
    width: 255px;
  }
}
.hero .text-hover {
  position: relative;
  bottom: 120px;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  margin-top: 0;
  align-items: end;
  justify-content: right;
  display: flex;
  flex-flow: column;
}

@media only screen and (min-width: 940px) {
  .hero .text-hover {
    position: absolute;
    width: auto;
    left: 0;
    margin: 2vw;
    bottom: 2vw;
    text-align: right;
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .hero .text-hover {
    bottom: 4vw;
  }
}
.hero .text-hover .box-title {
  height: auto;
  background: transparent;
  margin: 0;
  width: 100%;
  max-width: 420px;
  display: block;
}

@media only screen and (min-width: 940px) {
  .hero .text-hover .box-title {
    display: block;
    max-width: 420px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero .text-hover .box-title {
    max-width: 600px;
  }
}
.hero .text-hover .box-title img {
  width: 100%;
  height: auto;
}

.hero .text-hover .button-title {
  width: auto;
}

.hero .legal {
  margin: 0;
  font-size: 12px;
  font-family: "abadi-condensed-normal", sans-serif;
  margin-top: 1rem;
  max-width: 480px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 940px) {
  .hero .legal {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .hero .legal {
    margin-top: 2rem;
  }
}
.map {
  width: 100%;
  height: 460px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: black;
}

@media only screen and (min-width: 940px) {
  .map {
    height: 100%;
  }
}
.map #map {
  width: 100%;
  height: 100%;
}

.map #map #content {
  padding: 10px;
  width: 170px;
}

.map #map .firstHeading {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-family: "abadi-condensed-xxl", sans-serif;
}

.map #map .bodyContent {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-family: "abadi-condensed-normal", sans-serif;
  letter-spacing: 0.08px;
  margin: 0;
}

.map #map button[title=Zamknij] {
  top: 0 !important;
  right: 0 !important;
}

@media only screen and (min-width: 940px) {
  .elem {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.elem.reversed .elem-image .photo .cap {
  right: -15px;
  bottom: 40px;
}

@media only screen and (min-width: 940px) {
  .elem.reversed {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .elem.reversed .elem-image .photo .cap {
    left: inherit;
    right: -13%;
    width: 40%;
    bottom: 18%;
  }
  .elem.reversed .elem-content {
    margin-right: 90px;
    margin-left: inherit;
    align-items: flex-end;
  }
  .elem.reversed .elem-content .icon-bar {
    align-items: flex-end;
  }
  .elem.reversed .elem-content p {
    text-align: right;
  }
}
@media only screen and (max-width: 940px) {
  .elem.reversed-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
.elem-image {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}

@media only screen and (min-width: 940px) {
  .elem-image {
    max-width: 580px;
    margin-bottom: 0;
  }
}
.elem-image .photo {
  position: relative;
}

.elem-image .photo img {
  height: auto;
  width: 100%;
}

.elem-image .photo .cap {
  width: 180px;
  height: auto;
  position: absolute;
  right: -10px;
  bottom: 10px;
  transform: translateY(45%);
}

@media only screen and (min-width: 940px) {
  .elem-image .photo .cap {
    width: 58%;
    right: initial;
    left: -7%;
    bottom: 15%;
  }
}
@media only screen and (min-width: 940px) {
  .elem-content {
    width: 100%;
    max-width: 528px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .elem-content .button {
    margin-bottom: 0;
    width: auto;
  }
}
.elem-content #pac-input {
  margin-bottom: 0;
}

.elem-content p a {
  color: #d5a45e;
}

.elem-content p.bottom-info {
  font-size: 14px;
  max-width: 430px;
  margin-top: 30px;
}

.elem-content .icon-bar {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  align-items: center;
}

@media only screen and (min-width: 940px) {
  .elem-content .icon-bar {
    flex-direction: column;
    align-items: baseline;
  }
}
.elem-content .icon-bar img {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.2rem;
  width: auto;
  height: 35px;
}

@media only screen and (min-width: 940px) {
  .elem-content .icon-bar img {
    height: 45px;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .elem-content .icon-bar img {
    height: 60px;
  }
}
.elem-content .icon-bar h3 {
  margin-bottom: 0;
}

@media only screen and (min-width: 940px) {
  .shop-info {
    flex-direction: row !important;
    align-items: center !important;
  }
}
.shop-info .icon img {
  height: 50px;
}

@media only screen and (min-width: 940px) {
  .shop-info .icon img {
    width: 72px;
    margin-right: 16px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 940px) {
  .shop-info .info {
    margin: 16px 0;
  }
}
.shop-info .info p {
  margin-bottom: 0;
}

.title-end {
  position: absolute;
  left: 5.5vw;
  top: 24vw;
}

@media only screen and (min-width: 940px) {
  .title-end {
    top: 11vw;
    left: 50vw;
  }
}
.title-end h1 {
  font-size: 13.5vw;
  line-height: 0.96;
  letter-spacing: 1.3px;
}

@media only screen and (min-width: 940px) {
  .title-end h1 {
    font-size: 9.4vw;
    line-height: 1;
    letter-spacing: 0.18px;
    margin-bottom: 2vw;
  }
}
.title-end h4 {
  font-size: 4.3vw;
  letter-spacing: 0.2px;
  line-height: 1.4;
  max-width: 40vw;
}

@media only screen and (min-width: 940px) {
  .title-end h4 {
    font-size: 1.9vw;
    line-height: 1.13;
    letter-spacing: 0.38px;
    max-width: initial;
  }
}
.privacy-policy-text {
  font-size: 0.9rem;
}

.privacy-policy-link {
  color: #d5a45e;
  text-decoration: none;
}

.ac-container h2 {
  padding: 0;
  margin: 0;
}

.hero-images .kv {
  position: relative;
}

@media only screen and (min-width: 940px) {
  .hero-images .kv::before {
    height: 4rem;
  }
}
.hero-buttons {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 940px) {
  .hero-buttons {
    flex-direction: column;
  }
}
.hero {
  margin-bottom: -2.5rem;
}
.hero .kv {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-buttons {
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero .button {
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 1700px) {
  .hero .button {
    margin-bottom: -1rem;
  }
}

.section-awards {
  margin: 2.5rem auto 2.5rem;
}
@media (min-width: 940px) {
  .section-awards {
    margin: 5rem auto 3.5rem;
  }
}

.section-code {
  margin-bottom: 2.5rem;
}
@media (min-width: 940px) {
  .section-code {
    margin-bottom: 5rem;
  }
}
.section-code .elem {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 940px) {
  .section-code .elem {
    flex-direction: row-reverse;
  }
}
.section-code .elem .elem-image {
  width: 100%;
  max-width: 528px;
}
@media (min-width: 940px) {
  .section-code .elem .elem-image {
    width: 50%;
    max-width: 528px;
  }
}
.section-code .elem .elem-content {
  width: 100%;
  align-items: baseline;
}
.section-code .elem .button {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 940px) {
  .section-code .elem .button {
    margin-left: initial;
    margin-right: initial;
  }
}

.section-map .elem-content {
  margin-left: 0;
}
@media (min-width: 940px) {
  .section-map .elem-content {
    margin-left: 32px;
  }
}
.section-map h2,
.section-map .map-description {
  text-align: center;
}
.section-map .icon-bar {
  flex-direction: column;
}
@media only screen and (min-width: 940px) {
  .section-map h2,
  .section-map .map-description {
    text-align: left;
  }
  .section-map .icon-bar {
    flex-direction: row;
  }
}

footer {
  padding-bottom: 2rem;
}
footer .footer-policy {
  margin: 2rem auto;
  text-align: center;
}
@media (min-width: 940px) {
  footer .footer-policy {
    margin-left: initial;
    margin-right: 0;
    text-align: left;
  }
}
footer .footer-copyright-container {
  height: 100px;
}

.ac-container h2 img {
  width: calc(100vw - 18px);
  max-width: 100vw;
  margin: 0 0 0 -20px;
  padding: 0;
}

.ac-container .fields-group {
  margin-top: -2rem;
}

@media only screen and (max-width: 940px) {
  .ac-container h2 img {
    width: calc(100vw - 20px);
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
  .ac-container .fields-group {
    margin-top: 48px;
  }
}

.ac-container .transition::after {
  display: block;
  content: "asdf";
  width: 100vw;
  height: 4rem;
  margin-top: -2rem;
  background: linear-gradient(rgba(15, 15, 15, 0), rgb(15, 15, 15));
}

.age-gate {
  padding: 0;
}
.age-gate .header-image {
  text-align: left;
}
.age-gate .header-image img {
  max-width: 740px;
  margin-top: 3rem;
}
.age-gate .header-text {
  max-width: 416px;
  position: relative;
  bottom: 0;
}
@media (min-width: 940px) {
  .age-gate .header-text {
    bottom: 60px;
  }
}
.age-gate .footer-policy {
  align-items: flex-end;
  margin: 2rem 0;
  flex-direction: column;
}
@media (min-width: 940px) {
  .age-gate .footer-policy {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.age-gate .gold-box-border {
  flex-direction: row;
}
.age-gate .gold-box-border .footer-cop-links {
  margin-left: 0;
}
.age-gate .gold-box-border .footer-cop-links a {
  margin: 0 auto;
}

.ensButtons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.ensButtons .button {
  margin: 0 !important;
}

.ac-background h2 img {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.ac-container .fields-group .button {
  margin: 32px auto 0 auto;
  height: 44px;
}

.ac-container .menu {
  position: unset;
}

.ac-container .menu .menu-icons {
  margin-left: auto;
}

.section-hero {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 64px auto;
  padding-top: 5rem;
}
.section-hero ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../public/img/2025/kv_start_bg_2025.png") no-repeat;
  z-index: -1;
}
.section-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 940px) {
  .section-hero-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}
.section-hero-container img, .section-hero-container .section-hero-wrapper {
  width: 100%;
  max-width: 580px;
  text-align: center;
}
@media (min-width: 940px) {
  .section-hero-container img, .section-hero-container .section-hero-wrapper {
    width: 50%;
    text-align: left;
  }
}
.section-hero-wrapper:first-child {
  margin-bottom: 0;
  line-height: 1;
}

.section-hero-finished {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 32px auto;
  padding: 64px 24px 0 24px;
}
@media (min-width: 768px) {
  .section-hero-finished {
    padding: 200px 50px 0 50px;
  }
}
.section-hero-finished h2 {
  font-size: 3.5rem;
  margin-bottom: 24px;
  color: #e40522;
  line-height: 3.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-hero-finished h2 {
    line-height: 5.5rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-hero-finished h2 {
    font-size: 5rem;
  }
}
.section-hero-finished p {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .section-hero-finished p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
  }
}
.section-hero-finished::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/promo2025/kv_start_bg_2025.png") no-repeat;
  z-index: -1;
}
.section-hero-finished-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .section-hero-finished-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}
.section-hero-finished-container img,
.section-hero-finished-container .section-hero-finished-wrapper {
  width: 100%;
  max-width: 580px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-hero-finished-container img,
  .section-hero-finished-container .section-hero-finished-wrapper {
    width: 50%;
    text-align: left;
  }
}
.section-hero-finished-wrapper:first-child {
  margin-bottom: 0;
  line-height: 1;
}

.hero-btn::before {
  display: none !important;
}

@media (min-width: 940px) {
  #kontakt {
    max-width: 1440px;
  }
}

.c-footer-1 {
  background-image: url(./files/img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 940px) {
  .c-footer-1 {
    margin: 3rem 0 0.75rem;
  }
}
.c-footer-1 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-footer-1 .c-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 2rem;
}
.c-footer-1 .c-footer-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 940px) {
  .c-footer-1 .c-footer-contact {
    flex-direction: row;
    text-align: left;
  }
  .c-footer-1 .c-footer-contact > div {
    width: 48%;
  }
}
.c-footer-1 .c-footer-contact a {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: white;
}
@media (min-width: 940px) {
  .c-footer-1 .c-footer-contact a {
    font-weight: 700;
  }
}
.c-footer-1 .c-footer-contact a.email-link {
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media (min-width: 940px) {
  .c-footer-1 .c-footer-contact a.email-link {
    line-height: 2;
    margin-bottom: 0.5rem;
  }
}
.c-footer-1 .c-footer-contact .contact-description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.c-footer-1 .head-2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 321px) {
  .c-footer-1 .head-2 {
    font-size: calc(1.5rem + 2.5rem * (100vw - 321px) / 999px);
  }
}
@media screen and (min-width: 1320px) {
  .c-footer-1 .head-2 {
    font-size: 4rem;
  }
}
@media (min-width: 1281px) {
  .c-footer-1 .head-2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-footer-1 {
    padding-top: 2rem;
  }
  .c-footer-1 .flex.c-footer-flex {
    padding-top: 4rem;
  }
  .c-footer-1 .head-2 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .c-footer-1 .c-footer-contact .c-footer-font {
    font-size: 18px;
    line-height: 24px;
  }
}

.col-image img {
  max-height: 72px;
  width: auto;
  margin-bottom: 2rem;
}
@media (min-width: 940px) {
  .col-image img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .col-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .col-image img {
    width: 212px;
  }
}
.item-70 {
  width: 70%;
  max-width: 66rem;
}

@media (min-width: 1281px) {
  .item-70 {
    max-width: 79rem;
  }
}
@media screen and (max-width: 1024px) {
  .item-70 {
    max-width: none;
    width: 100%;
  }
}

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