.logoContainer_contact {
  height: auto;
}

.logoContainer_contact_phone p,
.logoContainer_contact_phone a,
.logoContainer_contact_email p,
.logoContainer_contact_email a {
  font-weight: 800;
}

.more-btn {
  text-decoration: none;
  color: #fff;
  padding: 0px 0 3px 0;
  margin: 30px 0 0 auto;
  height: 20px;
  width: 100px;
  border-radius: 15px;
  border: 1px solid #e62d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Darker Grotesque";
  font-weight: 600;
  letter-spacing: 3px;
  background: #e62d2d;
  cursor: pointer;
}
.more-btn:hover {
  background: rgb(235.4255319149, 90.5744680851, 90.5744680851);
}

.popup.updated {
  background: transparent;
  padding: 0;
  width: auto;
  max-width: 200px;
  right: -250px;
}
.popup.updated.reveal {
  right: 0;
}
.popup.updated .close {
  left: -30px;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.popup.updated .close .line {
  background: #e62d2d;
}
.popup.updated .text {
  border-radius: 0 0 0 30px;
  background-color: #e62d2d;
  height: auto;
  padding: 8px 35px 10px 20px;
  display: block;
}
.popup.updated .text strong {
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
}
.popup.updated .text span {
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: left;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.popup.updated .vypl {
  height: 43px;
  width: 160px;
  border-radius: 33.5px;
  background-color: #e62d2d;
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 27px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  margin: 20px 0 0 0;
}
.popup.updated .vypl:hover {
  background-color: rgb(235.4255319149, 90.5744680851, 90.5744680851);
}

.logoContainer_button._index {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 40px 0 0 0;
}

.contentContainer_swiper._index {
  margin-top: 22px;
}

.cookies_brand {
  left: 10px;
  right: initial;
}

@media (max-width: 1280px) {
  .more-btn {
    margin: 20px 0 20px auto;
  }
}
@media (max-width: 450px) {
  .logoContainer_contact {
    padding: 0 0 20px 0;
  }
  .logoContainer_button._index p {
    letter-spacing: 5px;
  }
}
.langs {
  display: flex;
  gap: 12px;
  margin: 0 0 0 24px;
  align-items: center;
  justify-content: center;
}
.langs a {
  color: #e62d2d;
  display: block;
  font-weight: 900;
  font-family: "Darker Grotesque";
  font-size: 20px;
  text-decoration: none;
}
.langs a.active {
  text-decoration: underline;
}
.langs .line {
  height: 20px;
  position: relative;
  top: 4px;
  width: 2px;
  background: #e62d2d;
}

@media (max-width: 1440px) {
  .logoContainer .text2.de {
    line-height: 1em;
    font-size: 16px;
    top: 52vh;
  }
}

.logoContainer .text1 {
  letter-spacing: 1px;
}
.logoContainer .text1.bazen {
  letter-spacing: 2px;
  font-size: 36px;
  max-width: 240px;
}
@media (max-width: 1280px) {
  .logoContainer .text1.bazen {
    font-size: 24px;
  }
}

.thank-you {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 1.086rem + 0.658vw, 1.875rem);
  padding-inline: 1rem;
  transform: translateY(-10vh);
}
.thank-you .checkmark-path {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: draw-check 0.8s ease-in-out forwards;
  animation-delay: 0.5s;
}
@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}
.thank-you .checkmark {
  color: #029800;
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.thank-you .heading {
  font-size: clamp(1.5rem, 1.171rem + 1.316vw, 2.75rem);
  font-weight: 600;
  text-wrap-style: balance;
  text-align: center;
  margin: 0;
}
.thank-you .desc {
  font-size: clamp(1rem, 0.934rem + 0.263vw, 1.25rem);
  text-wrap-style: balance;
  text-align: center;
  display: flex;
  margin: 0;
}
.thank-you .logoContainer_button {
  position: static;
  margin: 0;
  color: white;
  font-family: "Darker Grotesque";
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: initial;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-inline: 1rem;
}
.thank-you .toast {
  position: fixed;
  bottom: 1rem;
  z-index: 501;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.thank-you .toast .inner {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.25rem;
  border-radius: 0.75rem;
  background-color: rgba(215, 215, 215, 0.5647058824);
}
.thank-you .toast p {
  font-size: clamp(1rem, 0.934rem + 0.263vw, 1.25rem);
  display: flex;
  gap: 0.25em;
  margin: 0;
}
.thank-you .toast .timeout-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0);
  height: 2px;
  background-color: #029800;
  transition: transform 0.8s ease-out;
}

[type=submit]:disabled {
  opacity: 50%;
  cursor: not-allowed;
}

.swal2-title,
.swal2-html-container {
  color: black !important;
  letter-spacing: initial;
  line-height: initial;
}/*# sourceMappingURL=update.css.map */