@charset "UTF-8";
html {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    overflow-x: clip;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.page__content--title {
  color: gold;
}

.uberuns {
  margin-left: -7vh;
  position: relative;
  right: -150px;
}
@media (max-width: 767px) {
  .uberuns img {
    margin-left: 76px;
  }
}
@media (max-width: 1024px) {
  .uberuns {
    right: -20px;
  }
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .uberuns {
    margin-left: -10vh;
  }
}
@media (max-width: 767px) {
  .uberuns {
    margin-left: -100px;
  }
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__intro {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/slide-1.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__intro-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.about__intro .about__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 245%;
  letter-spacing: 0.36em;
  color: #fff;
  border: 4px solid #f27b21;
  width: 497px;
  height: 124px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .about__intro .about__title {
    width: 362px;
  }
}
.about__intro .uber__link {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: 97%;
  letter-spacing: 0.36em;
  padding-bottom: 5px;
  margin-top: 15px;
  transition: color 0.3s, border-bottom 0.3s;
  border: none;
}
.about__intro .uber__link:hover, .about__intro .uber__link.active {
  color: #fb7507;
  border-bottom: 2px solid #fb7507;
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding: 50px 20px;
}
.about__content__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.about__content .about__photo {
  position: relative;
  border: 9px solid #f27b21;
  border-radius: 180px;
  width: 461px;
  height: 493px;
  overflow: hidden;
  margin-bottom: 30px;
  margin: auto;
  margin-left: 17vh;
  margin-bottom: 30px;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .about__content .about__photo {
    margin-left: 13vh;
  }
}
@media (max-width: 1024px) {
  .about__content .about__photo {
    margin-left: 10vh;
  }
}
@media (max-width: 767px) {
  .about__content .about__photo {
    width: 337px;
    margin-left: 4vh;
    margin-bottom: 96px;
  }
}
.about__content .about__photo--img {
  width: 100%;
  height: 100%;
}
.about .about__text {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  flex: 1;
  width: 1161px;
  color: #333;
  text-align: justify;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  word-wrap: break-word;
  margin-left: -30vh;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .about .about__text {
    margin-left: -23vh;
  }
}
@media (max-width: 1024px) {
  .about .about__text {
    width: 667px;
    margin-left: 4vh;
  }
}
@media (max-width: 767px) {
  .about .about__text {
    font-size: 12px;
    line-height: 1.2;
    width: 410px;
    margin-left: 1vh;
  }
}
@media (max-width: 385px) {
  .about .about__text {
    width: 350px;
    margin-left: 4vh;
  }
}
.about .about__text p {
  margin-bottom: 35px;
}
.about .about__text:before, .about .about__text:after {
  content: ",,";
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 180%;
  color: #fb7507;
  position: absolute;
}
.about .about__text:before {
  top: -179px;
  left: 19px;
}
.about .about__text:after {
  bottom: -56px;
  right: 23px;
}
.about .about__text span {
  font-family: "Kite One", sans-serif;
  font-weight: 400;
  width: 1125px;
  font-size: 20px;
  line-height: 144%;
  letter-spacing: 0.37em;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .about .about__text span {
    width: 600px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about .about__text span {
    width: 354px;
    line-height: 127%;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 378px) {
  .about .about__text span {
    width: 330px;
    margin-left: -2vh;
  }
}

.footer {
  margin-top: auto;
  background-color: #0f172a;
  color: #fff;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer.animated {
  opacity: 1;
  transform: translateY(0);
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer__section--logo .footer__logo {
  max-width: 100%;
  height: auto;
}
.footer__section--logo .footer__description {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.footer__section--links .footer__title, .footer__section--contact .footer__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 181%;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.08em;
  }
}
.footer__section--links .footer__list, .footer__section--contact .footer__list {
  list-style: none;
  padding: 0;
}
.footer__section--links .footer__list .footer__item, .footer__section--contact .footer__list .footer__item {
  margin: 0.5rem 0;
}
.footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
  font-family: "Koulen", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.36em;
  position: relative;
  transition: color 0.3s ease;
}
.footer__section--links .footer__list .footer__item .footer__link:hover, .footer__section--contact .footer__list .footer__item .footer__link:hover {
  color: #fb7507;
}
.footer__section--links .footer__list .footer__item .footer__link:hover::after, .footer__section--contact .footer__list .footer__item .footer__link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb7507;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.footer__section--links .footer__address, .footer__section--contact .footer__address {
  font-family: "Koulen", sans-serif;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 181%;
  letter-spacing: 0.18em;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 13px;
  }
}
.footer__section--links .footer__address .footer__contact, .footer__section--contact .footer__address .footer__contact {
  color: #fff;
  text-decoration: none;
}
.footer__section--links .footer__address .footer__contact:hover, .footer__section--contact .footer__address .footer__contact:hover {
  color: #fb7507;
}
.footer__bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.footer__copyright {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.patrones__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 125vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: clamp(80px, 10vw, 115px);
}
@media (max-width: 767px) {
  .patrones__intro {
    height: 100vh;
  }
}
.patrones__intro-content {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.patrones__intro .patrones__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 44px);
  line-height: 281%;
  letter-spacing: 0.1em;
  color: #fff;
  border: 4px solid #f27b21;
  width: clamp(300px, 50vw, 453px);
  height: clamp(80px, 15vw, 121px);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .patrones__intro .patrones__title {
    position: relative;
    top: -8dvh;
  }
}
@media (max-width: 767px) {
  .patrones__intro .patrones__title {
    width: clamp(250px, 40vw, 365px);
    position: relative;
    left: 1dvh;
  }
}
.patrones__intro .patrones__link {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 4vw, 32px);
  color: #fff;
  line-height: 97%;
  letter-spacing: 0.36em;
  padding-bottom: 5px;
  margin-top: clamp(20px, 5vw, 35px);
  transition: color 0.3s, border-bottom 0.3s;
  border: none;
  margin-left: clamp(24vh, 5vw, 23vh);
  position: relative;
  top: clamp(5px, 3vw, 15px);
}
.patrones__intro .patrones__link:hover, .patrones__intro .patrones__link.active {
  color: #fb7507;
  border-bottom: 2px solid #fb7507;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .patrones__intro .patrones__link {
    margin-left: clamp(17vh, 6vw, 18vh);
  }
}
@media (max-width: 1024px) {
  .patrones__intro .patrones__link {
    margin-left: clamp(14vh, 5vw, 23vh);
    position: relative;
    top: -3dvh;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .patrones__intro .patrones__link {
    top: 2dvh;
    left: -2dvh;
  }
}
@media (max-width: 767px) {
  .patrones__intro .patrones__link {
    margin-left: clamp(11vh, 4vw, 15vh);
    top: 2dvh;
    left: 1dvh;
  }
}
@media (max-width: 385px) {
  .patrones__intro .patrones__link {
    margin-left: clamp(14vh, 4vw, 20vh);
  }
}

.patrones__row {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
  padding: clamp(10px, 2vw, 15px);
  margin-left: clamp(-1vh, 1vw, -1vh);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .patrones__row {
    position: relative;
    top: -5dvh;
  }
}
@media (max-width: 767px) {
  .patrones__row {
    margin-left: clamp(3vh, -22vw, -8vh);
  }
}
@media (max-width: 385px) {
  .patrones__row {
    margin-left: clamp(3vh, -22vw, -8vh);
  }
}

.patrones__container {
  position: relative;
  top: clamp(8vh, 5vw, 13vh);
  width: clamp(300px, 50vw, 444px);
  height: clamp(120px, 15vw, 172px);
}
.patrones__container .patrones__logo {
  max-width: clamp(50px, 10vw, 151px);
  height: auto;
  padding: clamp(5px, 2vw, 10px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.patrones__container .patrones__logo:hover {
  transform: scale(1.1);
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .patrones__container .patrones__logo {
    max-width: clamp(150px, 8vw, 200px);
  }
}
@media (max-width: 1367px) {
  .patrones__container .patrones__logo {
    max-width: clamp(50px, 46vw, 207px);
  }
}
@media (max-width: 914px) {
  .patrones__container .patrones__logo {
    max-width: clamp(80px, 45vw, 157px);
  }
}
@media (max-width: 767px) {
  .patrones__container .patrones__logo {
    max-width: clamp(76px, 6vw, 71px);
  }
}

.header__link--partners {
  position: relative;
  top: 7px;
}
@media (max-width: 1367px) {
  .header__link--partners {
    top: 11px;
  }
}

.header__logo--partner {
  margin-left: 10vh;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .header__logo--partner {
    margin-left: 3vh;
  }
}
@media (max-width: 1367px) {
  .header__logo--partner {
    margin-left: 1vh;
  }
}

.footer {
  margin-top: auto;
  background-color: #0f172a;
  color: #fff;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer.animated {
  opacity: 1;
  transform: translateY(0);
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    /* Один столбец на малых экранах */
    gap: 1.5rem;
  }
}
.footer__section--logo .footer__logo {
  max-width: 100%;
  height: auto;
}
.footer__section--logo .footer__description {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.footer__section--links .footer__title, .footer__section--contact .footer__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 181%;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.08em;
  }
}
.footer__section--links .footer__list, .footer__section--contact .footer__list {
  list-style: none;
  padding: 0;
}
.footer__section--links .footer__list .footer__item, .footer__section--contact .footer__list .footer__item {
  margin: 0.5rem 0;
}
.footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
  font-family: "Koulen", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.36em;
  position: relative;
  transition: color 0.3s ease;
}
.footer__section--links .footer__list .footer__item .footer__link:hover, .footer__section--contact .footer__list .footer__item .footer__link:hover {
  color: #fb7507;
  /* Меняем цвет текста на оранжевый при наведении */
}
.footer__section--links .footer__list .footer__item .footer__link:hover::after, .footer__section--contact .footer__list .footer__item .footer__link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Расстояние от текста до полоски */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb7507;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.footer__section--links .footer__address, .footer__section--contact .footer__address {
  font-family: "Koulen", sans-serif;
  width: 100%;
  /* Адаптивная ширина */
  font-weight: 400;
  font-size: 15px;
  line-height: 181%;
  letter-spacing: 0.18em;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 13px;
  }
}
.footer__section--links .footer__address .footer__contact, .footer__section--contact .footer__address .footer__contact {
  color: #fff;
  text-decoration: none;
}
.footer__section--links .footer__address .footer__contact:hover, .footer__section--contact .footer__address .footer__contact:hover {
  color: #fb7507;
  /* Меняем цвет текста на оранжевый при наведении */
}
.footer__bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.footer__copyright {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contact__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(300px, 50vh, 410px);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}
.contact__intro .contact__content {
  margin-top: 12vh;
  margin-bottom: -5vh;
}
@media (max-width: 1336px) {
  .contact__intro .contact__content {
    margin-top: 4vh;
  }
}
.contact__intro .contact__content .contact__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 44px);
  line-height: 281%;
  letter-spacing: 0.1em;
  color: #fff;
  border: 4px solid #f27b21;
  width: clamp(300px, 50vw, 453px);
  height: clamp(80px, 15vw, 121px);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .contact__intro .contact__content .contact__title {
    right: clamp(-34vh, 30vw, -45vh);
    width: clamp(408px, 61%, 453px);
    height: clamp(85px, 23vh, 115px);
    margin-left: -12vh;
  }
}
@media (max-width: 1336px) {
  .contact__intro .contact__content .contact__title {
    right: clamp(-11vh, 10vw, -16vh);
  }
}
@media (max-width: 1024px) {
  .contact__intro .contact__content .contact__title {
    right: clamp(-9vh, 10vw, -9vh);
  }
}
@media (max-width: 767px) {
  .contact__intro .contact__content .contact__title {
    right: clamp(-7vh, 8vw, -6vh);
    letter-spacing: clamp(0.2em, 3vw, 0.4em);
  }
}
@media (max-width: 385px) {
  .contact__intro .contact__content .contact__title {
    font-size: clamp(28px, 7vw, 40px);
    right: clamp(-8vh, 9vw, -8vh);
  }
}
.contact__intro .contact__content .contact__breadcrumb {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 32px);
  color: #fff;
  line-height: 97%;
  letter-spacing: 0.36em;
  padding-bottom: 5px;
  margin-top: 35px;
  transition: color 0.3s, border-bottom 0.3s;
  border: none;
  margin-left: 1vh;
  position: relative;
  top: 15px;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .contact__intro .contact__content .contact__breadcrumb {
    margin-left: 3vh;
    top: 8px;
  }
}
@media (max-width: 1367px) {
  .contact__intro .contact__content .contact__breadcrumb {
    left: -3vh;
  }
}
@media (max-width: 767px) {
  .contact__intro .contact__content .contact__breadcrumb {
    margin-left: 5vh;
  }
}
@media (max-width: 385px) {
  .contact__intro .contact__content .contact__breadcrumb {
    margin-left: 7vh;
  }
}
.contact__intro .contact__content .contact__breadcrumb:hover {
  color: #fb7507;
  border-bottom: 2px solid #fb7507;
}
.contact__details {
  padding: clamp(30px, 5vw, 50px) clamp(10px, 4vw, 20px);
  background-color: #f9f9f9;
  padding-bottom: clamp(100px, 15vw, 170px);
}
.contact__details .contact__container {
  max-width: 1200px;
  margin: 0 auto;
}
.contact__details .contact__container .contact__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: clamp(12vh, 5vw, 5vh);
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .contact__details .contact__container .contact__row {
    margin-left: clamp(7vh, 5vw, 5vh);
  }
}
@media (max-width: 1024px) {
  .contact__details .contact__container .contact__row {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact__details .contact__container .contact__row {
    justify-content: center;
    margin-left: 0;
  }
}
.contact__details .contact__container .contact__row .contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(15px, 5vw, 20px);
  position: relative;
}
.contact__details .contact__container .contact__row .contact__item .contact__info--header {
  position: relative;
}
.contact__details .contact__container .contact__row .contact__item .contact__info--header:not(:last-child)::after {
  content: "";
  position: absolute;
  top: clamp(-90px, -25vh, -106px);
  right: clamp(-20vh, 20vw, -26vh);
  width: 2px;
  height: clamp(25vh, 40vw, 34vh);
  transform: translateY(-10%);
  background-color: rgba(242, 123, 33, 0.44);
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .contact__details .contact__container .contact__row .contact__item .contact__info--header:not(:last-child)::after {
    right: clamp(-15vh, 15vw, -19vh);
  }
}
@media (max-width: 1026px) {
  .contact__details .contact__container .contact__row .contact__item .contact__info--header:not(:last-child)::after {
    top: clamp(-140px, -20vh, -173px);
    right: clamp(-8vh, 15vw, -9vh);
  }
}
@media (max-width: 767px) {
  .contact__details .contact__container .contact__row .contact__item .contact__info--header:not(:last-child)::after {
    right: clamp(4vh, 10vw, 6vh);
    transform: rotate(90deg);
    top: clamp(-2vh, 8vw, -5vh);
  }
}
@media (max-width: 385px) {
  .contact__details .contact__container .contact__row .contact__item .contact__info--header:not(:last-child)::after {
    top: clamp(0vh, 8vw, -5vh);
  }
}
.contact__details .contact__container .contact__row .contact__item:last-child .contact__info--header::after {
  display: none;
}
@media (max-width: 767px) {
  .contact__details .contact__container .contact__row .contact__item:last-child .contact__info--header::after {
    display: block;
  }
}
.contact__details .contact__container .contact__row .contact__item .contact__icon {
  width: clamp(100px, 10vw, 132px);
  height: clamp(90px, 10vw, 120px);
  margin-bottom: 10px;
}
.contact__details .contact__container .contact__row .contact__item .contact__info {
  font-family: "Koulen", sans-serif;
  max-width: 248px;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 181%;
  letter-spacing: clamp(0.2em, 3vw, 0.36em);
  color: #7f7f7f;
}
.contact__details .contact__container .contact__row .contact__item .contact__info--text {
  font-weight: 400;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 181%;
  letter-spacing: clamp(0.2em, 3vw, 0.36em);
  color: #000;
}
@media (max-width: 1024px) {
  .contact__details .contact__container .contact__row .contact__item .contact__info--text {
    letter-spacing: clamp(0.1em, 2vw, 0.1em);
  }
}
.contact__map {
  padding-bottom: 50px;
}
.contact__map iframe {
  border: 0;
  width: 100%;
  height: clamp(300px, 40vw, 450px);
}

.header__link--contact {
  position: relative;
  top: 7px;
}
@media (max-width: 1367px) {
  .header__link--contact {
    top: 12px;
  }
}

.header__logo--contact {
  margin-left: 4vh;
}

.footer {
  margin-top: auto;
  background-color: #0f172a;
  color: #fff;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer.animated {
  opacity: 1;
  transform: translateY(0);
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    /* Один столбец на малых экранах */
    gap: 1.5rem;
  }
}
.footer__section--logo .footer__logo {
  max-width: 100%;
  height: auto;
}
.footer__section--logo .footer__description {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.footer__section--links .footer__title, .footer__section--contact .footer__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 181%;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.08em;
  }
}
.footer__section--links .footer__list, .footer__section--contact .footer__list {
  list-style: none;
  padding: 0;
}
.footer__section--links .footer__list .footer__item, .footer__section--contact .footer__list .footer__item {
  margin: 0.5rem 0;
}
.footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
  font-family: "Koulen", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.36em;
  position: relative;
  transition: color 0.3s ease;
}
.footer__section--links .footer__list .footer__item .footer__link:hover, .footer__section--contact .footer__list .footer__item .footer__link:hover {
  color: #fb7507;
  /* Меняем цвет текста на оранжевый при наведении */
}
.footer__section--links .footer__list .footer__item .footer__link:hover::after, .footer__section--contact .footer__list .footer__item .footer__link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Расстояние от текста до полоски */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb7507;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.footer__section--links .footer__address, .footer__section--contact .footer__address {
  font-family: "Koulen", sans-serif;
  width: 100%;
  /* Адаптивная ширина */
  font-weight: 400;
  font-size: 15px;
  line-height: 181%;
  letter-spacing: 0.18em;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 13px;
  }
}
.footer__section--links .footer__address .footer__contact, .footer__section--contact .footer__address .footer__contact {
  color: #fff;
  text-decoration: none;
}
.footer__section--links .footer__address .footer__contact:hover, .footer__section--contact .footer__address .footer__contact:hover {
  color: #fb7507;
  /* Меняем цвет текста на оранжевый при наведении */
}
.footer__bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.footer__copyright {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[class*=__container] {
  max-width: 1402px;
  margin: 0 auto;
  padding: 0 15px;
}

.scroll-lock {
  overflow: hidden;
  height: 100%;
}

.angebot {
  background-image: url("../img/angebot-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.angebot__container {
  max-width: 1402px;
  margin: 0 auto;
  padding: 0 15px;
}
.angebot__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  top: 21vh;
}
.angebot__content .angebot__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 44px);
  line-height: 281%;
  letter-spacing: 0.1em;
  color: #fff;
  border: 4px solid #f27b21;
  width: clamp(300px, 50vw, 453px);
  height: clamp(80px, 15vw, 121px);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.angebot__content .angebot__breadcrumb {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 32px);
  color: #fff;
  line-height: 97%;
  letter-spacing: 0.36em;
  padding-bottom: 5px;
  margin-top: 35px;
  transition: color 0.3s, border-bottom 0.3s;
  border: none;
  margin-left: 1vh;
  position: relative;
  top: 15px;
}
.angebot__content .angebot__breadcrumb:hover {
  color: #fb7507;
  border-bottom: 2px solid #fb7507;
}
.angebot__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 280px;
  padding-bottom: 100px;
}
.angebot__item {
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: 1px solid #e2aa80;
  border-radius: 22px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  width: 1134px;
  height: 579px;
  perspective: 1200px;
  opacity: 0;
  transform: translateX(-50px) rotateY(15deg);
  transform-origin: left center;
}
.angebot__item:hover {
  transform: translateY(-10px);
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .angebot__item {
    max-width: 558px;
    height: 925px;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .angebot__item {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .angebot__item {
    flex-direction: column;
    height: 755px;
    max-width: 367px;
    gap: 15px;
  }
}
@media (max-width: 360px) and (min-width: 360px) {
  .angebot__item {
    max-width: 343px;
  }
}
.angebot__image-wrapper {
  position: relative;
  width: 328px;
  height: 442px;
  perspective: 1200px;
  border-radius: 30px;
}
.angebot__image-wrapper:hover .angebot__image--front {
  transform: rotateY(180deg);
}
.angebot__image-wrapper:hover .angebot__image--back {
  transform: rotateY(360deg);
}
@media (max-width: 768px) {
  .angebot__image-wrapper {
    width: 328px;
    height: 203px;
  }
}
.angebot__image {
  position: absolute;
  width: 100%;
  height: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.angebot__image--front {
  transform: rotateY(0);
  background-color: white;
  z-index: 2;
}
.angebot__image--back {
  transform: rotateY(180deg);
  z-index: 1;
  background-color: white;
}
@media (max-width: 768px) {
  .angebot__image {
    max-width: 246px;
    min-height: 183px;
    margin-left: 5vh;
  }
}
.angebot .angebot__image--adjust {
  background-size: 80%;
}
.angebot__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  gap: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .angebot__info {
    margin-top: 7vh;
  }
}
.angebot__info .angebot__product-title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.36em;
  color: #f27b21;
  margin-bottom: 10px;
  position: relative;
  top: -3vh;
  left: 1vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .angebot__info .angebot__product-title {
    top: -5vh;
    left: 0;
    font-size: 27px;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .angebot__info .angebot__product-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .angebot__info .angebot__product-title {
    font-size: 22px;
    text-align: center;
    top: 0;
    left: auto;
    min-width: auto;
    margin: 0 auto 10px;
    padding: 0 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }
}
.angebot__info .angebot__description {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.36em;
  font-family: "Koulen", sans-serif;
  max-width: 704px;
  position: relative;
  top: -5vh;
  left: 1vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .angebot__info .angebot__description {
    font-size: 14px;
    top: -2vh;
    left: 0;
  }
}
@media (max-width: 768px) {
  .angebot__info .angebot__description {
    font-size: 12px;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
    padding: 0 10px;
  }
}
@media (max-width: 360px) and (min-width: 360px) {
  .angebot__info .angebot__description {
    font-size: 11px;
  }
}
.angebot__modal {
  margin-left: 1vh;
  font-weight: 700;
  color: #dc7424;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: 0.16em;
  position: relative;
  top: -6dvh;
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .angebot__modal {
    margin-left: 11vh;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .angebot__modal {
    top: -3dvh;
    margin-left: 0vh;
  }
}
@media (max-width: 768px) {
  .angebot__modal {
    margin-left: 0;
    top: 0;
    margin-top: 10px;
  }
}
@media (max-width: 376px) {
  .angebot__modal {
    margin-left: 14vh;
  }
}

.angebot .angebot__cta {
  margin-top: clamp(40px, 5vw, 80px);
  padding: 2rem;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.angebot .angebot__cta-text {
  font-size: clamp(1.5rem, 5vw, 64px);
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: "Koulen", sans-serif;
  letter-spacing: 0.08em;
}
.angebot .angebot__cta .beratung-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #1a242f;
  color: #fff;
  border: none;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
}
.angebot .angebot__cta .beratung-button__text {
  transition: opacity 0.4s ease;
}
.angebot .angebot__cta .beratung-button__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 2;
}
.angebot .angebot__cta .beratung-button:hover {
  background-color: transparent;
}
.angebot .angebot__cta .beratung-button:hover .beratung-button__text {
  opacity: 0;
}
.angebot .angebot__cta .beratung-button:hover .beratung-button__icon {
  transform: translateX(480%);
}
@media (max-width: 768px) {
  .angebot .angebot__cta .beratung-button {
    font-size: 1.5rem;
  }
  .angebot .angebot__cta .beratung-button__icon {
    width: 5.6rem;
    height: 3.6rem;
  }
  .angebot .angebot__cta .beratung-button__icon svg {
    width: 1.6rem;
    height: auto;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modal {
    margin-left: 0;
  }
}

.modal__content {
  background: rgba(86, 85, 85, 0.72);
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 30%;
  height: 607px;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .modal__content {
    height: 685px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .modal__content {
    width: 53%;
    margin-top: -25vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal__content {
    width: 65%;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .modal__content {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .modal__content {
    width: 331px;
    height: 500px;
    background: #4e4c44;
    margin-right: 1vh;
  }
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modal.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .modal.show {
    margin: auto;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .modal__form {
    gap: 4px;
  }
}
.modal__form h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.06em;
  color: #000;
  margin-bottom: 0.5rem;
}
.modal__form-split {
  display: flex;
  gap: 1rem;
}
.modal__form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modal__form-group label {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  color: #555;
}
.modal__form-group input,
.modal__form-group select,
.modal__form-group textarea {
  width: 100%;
  border: none;
  border-radius: 1.5rem;
  padding: 0.9rem 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.09em;
  color: rgba(123, 123, 123, 0.78);
}
.modal__form-group input:focus,
.modal__form-group select:focus,
.modal__form-group textarea:focus {
  outline: 2px solid #3b82f6;
  background: #f4f4f4;
}
.modal__form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.modal__form-group textarea {
  resize: none;
  min-height: 120px;
}
.modal__form .modal__form-submit {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #245eb9;
  color: #fff;
  border: none;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
}
.modal__form .modal__form-submit__text {
  transition: opacity 0.4s ease;
}
.modal__form .modal__form-submit__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 2;
}
.modal__form .modal__form-submit__icon svg {
  display: block;
}
.modal__form .modal__form-submit:hover {
  background-color: transparent;
}
.modal__form .modal__form-submit:hover .modal__form-submit__text {
  opacity: 0;
}
.modal__form .modal__form-submit:hover .modal__form-submit__icon {
  transform: translateX(350%);
}
@media (max-width: 768px) {
  .modal__form .modal__form-submit {
    margin-top: 5px;
  }
}

#contact-form-modal .modal__content {
  background: #fff !important;
  border-radius: 2rem;
  padding: 2rem;
  max-width: 450px;
  width: 90%;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

:root {
  --main-font: "Koulen", sans-serif;
}

[class*=__container] {
  max-width: 1402px;
  margin: 0 auto;
  padding: 0 15px;
}

/* styles of scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* slider scrollbar*/
::-webkit-scrollbar-thumb {
  background-color: #cd3d00;
  border-radius: 5px;
}

/* background scrollbar */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html,
body {
  background-color: #fdf9f9;
  position: relative;
  color: #fff;
  scroll-behavior: smooth;
  opacity: 1;
  transition: opacity 0.5s ease;
  overflow-x: visible;
}

/*preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader__content {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.preloader.hidden .preloader__content {
  opacity: 0;
}
.preloader.gone {
  display: none;
}
.preloader__logo, .preloader__balls {
  display: none;
}
.preloader.show-logo .preloader__logo {
  display: block;
}
.preloader.show-dots .preloader__balls {
  display: flex;
}
.preloader__ball {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50%;
  background: #cd3d00;
  animation: bounce 1.5s infinite ease-in-out;
}
.preloader__ball:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader__ball:nth-child(3) {
  animation-delay: 0.4s;
}
.preloader__logo {
  width: 180px;
  height: auto;
  animation: fadeIn 0.6s ease forwards;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.5);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1000;
  background: #fff;
  border-radius: 43px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: clamp(15px, 2vw, 20px);
  margin-top: 10px;
  margin-left: 10px;
  max-width: calc(100% - 20px);
}
@media (max-width: 767px) {
  .header {
    margin-left: 5px;
  }
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .header {
    width: 95%;
    max-width: 100%;
    padding: clamp(15px, 2vw, 50px);
    margin-left: clamp(20px, 2vw, 30px);
  }
}
.header__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  margin-left: -7vh;
  position: relative;
  left: 60px;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .header__logo {
    margin-left: -17vh;
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-left: 0;
  }
}
.header__logo img {
  max-height: clamp(50px, 8vw, 70px);
}
@media (max-width: 1024px) {
  .header__logo img {
    margin-left: 85px;
    position: relative;
    left: -52px;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    margin-left: 0;
    position: relative;
    left: -52px;
  }
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .header__nav {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: flex;
  gap: clamp(20px, 6vw, 55px);
  list-style: none;
  justify-content: flex-end;
  min-width: 100%;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .header__list {
    gap: clamp(20px, 1vw, 1px);
    margin-right: -1vh;
  }
  .header__list li:not(:first-child) {
    margin-right: 10vh;
    position: relative;
    top: 1vh;
    right: -10vh;
  }
}
@media (max-width: 1900px) {
  .header__list {
    margin-left: 15vh;
  }
  .header__list li:not(:first-child) {
    margin-right: 1vh;
    position: relative;
    top: 1vh;
    right: -3vh;
  }
}
@media (max-width: 1024px) {
  .header__list {
    margin-left: 0;
    gap: clamp(8px, 3vw, 46px);
  }
}
.header__link {
  font-family: "Konkhmer Sleokchher", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 181%;
  letter-spacing: clamp(0.2em, 0.5vw, 0.32em);
  color: #000;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .header__link {
    letter-spacing: clamp(0.3em, 0.6vw, 0.46em);
  }
  .header__link--home {
    left: -18vh;
  }
}
@media (max-width: 1024px) {
  .header__link {
    font-size: clamp(12px, -0.5vw, 17px);
    letter-spacing: 0;
  }
}
.header__link:hover, .header__link.active {
  color: #fb7507;
}
.header__link:hover::after, .header__link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb7507;
}
.header__link--home {
  font-size: clamp(20px, 3vw, 24px);
  margin-left: clamp(-10px, -2vw, -20px);
  font-weight: 700;
  color: #fb7507;
  position: relative;
  left: -1vh;
}
.header .header__link--about {
  position: relative;
  top: 1px;
}
@media (max-width: 1900px) {
  .header__link:nth-child(1) {
    position: relative;
    left: -11vh;
  }
}
@media (max-width: 1337px) {
  .header__link:nth-child(1) {
    position: relative;
    left: -1vh;
  }
}

.menu__header__link {
  color: #fff;
}
@media (any-hover: hover) {
  .menu__header__link:hover {
    background-color: #fb7507;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(25, 25, 25, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease;
}
.menu._active {
  left: 0;
}
.menu__list {
  list-style: none;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 3vh;
}
.menu__link {
  font-family: "Abhaya Libre ExtraBold", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.menu__link:hover {
  color: #f39c12;
}

.menu-icon {
  visibility: hidden;
}
@media (max-width: 767px) {
  .menu-icon {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 29px;
    height: 20px;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    cursor: pointer;
    z-index: 1000;
  }
  .menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all 0.3s ease;
    position: relative;
  }
  .menu-icon._active span:nth-child(1) {
    transform: rotate(45deg);
    top: 51%;
    background-color: #fb7507;
  }
  .menu-icon._active span:nth-child(2) {
    background-color: #fff;
    transform: scale(0);
  }
  .menu-icon._active span:nth-child(3) {
    transform: rotate(-47deg);
    top: -37%;
    width: 26px;
    background-color: #fb7507;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 20px;
}
.hero__slider {
  width: 100%;
  height: 100%;
}
.hero__wrapper {
  display: flex;
  height: 100%;
}
.hero__slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease, transform 1s ease;
}
.hero__slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.hero__content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.hero__title {
  position: relative;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 115px;
  line-height: 118%;
  letter-spacing: 0.21em;
  top: -25vh;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero__title.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .hero__title {
    top: -35vh;
  }
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 107px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 45px;
    line-height: 113%;
    letter-spacing: 0.21em;
    max-width: 399px;
    top: -22vh;
  }
}
@media (max-width: 375px) {
  .hero__title {
    top: -15vh;
  }
}
.hero__subtitle {
  width: 634px;
  position: relative;
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.36em;
  top: -24vh;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.hero__subtitle.visible {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .hero__subtitle {
    top: -35vh;
  }
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 24px;
    top: -16vh;
    max-width: 393px;
  }
}
@media (max-width: 375px) {
  .hero__subtitle {
    top: -12vh;
    font-size: 20px;
    flex-wrap: wrap;
    display: flex;
  }
}
.hero__subtitle span {
  font-family: "Kaisei HarunoUmi", sans-serif;
  line-height: 145%;
  color: #121b25;
}
.hero__description {
  width: 644px;
  font-weight: 400;
  font-size: 24px;
  line-height: 109%;
  letter-spacing: 0.36em;
  position: relative;
  bottom: -8vh;
  font-family: "Julius Sans One", sans-serif;
}
@media (max-width: 767px) {
  .hero__description {
    font-size: 17px;
    max-width: 358px;
  }
}

.fixed-icons {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}
.fixed-icons .icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.3s;
}
.fixed-icons .icon:hover {
  background-color: #0077b5;
  transform: scale(1.1);
}
.fixed-icons .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.fixed-icons .icon a img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.hero__title--second {
  font-family: "Abhaya Libre ExtraBold", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 118%;
  letter-spacing: 0.21em;
  top: -24vh;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .hero__title--second {
    top: -24vh;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero__title--second {
    font-size: 19px;
    top: -24vh;
  }
}
@media (max-width: 375px) {
  .hero__title--second {
    flex-wrap: wrap;
    display: flex;
    font-size: 19px;
    top: -23vh;
  }
}

.hero__subtitle--second {
  font-family: "Abhaya Libre ExtraBold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  top: -21vh;
}
@media (max-width: 767px) {
  .hero__subtitle--second {
    top: -20vh;
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .hero__subtitle--second {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.partners {
  background-color: #121212;
  padding: clamp(10px, 3vw, 20px) 0;
  border-radius: clamp(0px, 5vw, 61px);
  margin: clamp(5px, 2vw, 10px);
  margin-left: clamp(10px, 2vw, 20px);
}
@media (max-width: 767px) {
  .partners {
    margin: 0;
    border-radius: 0;
  }
}
.partners__slider {
  overflow: hidden;
}
.partners__slider .swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.partners__slider .swiper-slide {
  flex-shrink: 0;
  padding: clamp(5px, 2vw, 10px);
  border-radius: clamp(5px, 2vw, 10px);
  transition: transform 0.3s ease-in-out;
}
.partners__slider .swiper-slide:hover {
  transform: scale(1.05);
}
.partners__slider .swiper-slide img {
  max-height: clamp(50px, 8vw, 80px);
  max-width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 clamp(2px, 1vw, 6px) clamp(3px, 2vw, 6px) rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease-in-out;
}
.partners__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 32px);
  line-height: 181%;
  letter-spacing: clamp(0.2em, 0.4vw, 0.36em);
}
@media (max-width: 767px) {
  .partners__title {
    font-size: clamp(20px, 4vw, 28px);
  }
}

.advantages {
  position: relative;
  padding: clamp(20px, 5vw, 60px);
  background-color: #f9f9f9;
  padding-top: 180px;
  padding-bottom: 163px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .advantages {
    padding-top: 97px;
    flex-wrap: wrap;
  }
}
.advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
}
.advantages__title {
  font-family: "Koulen", sans-serif;
  max-width: 665px;
  font-weight: 400;
  font-size: 40px;
  line-height: 181%;
  letter-spacing: 0.36em;
  color: #121b25;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .advantages__title {
    font-size: 28px;
    margin-left: 38px;
  }
}
.advantages__subtitle {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 109%;
  letter-spacing: 0.14em;
  color: #cd3d00;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .advantages__subtitle {
    font-size: 11px;
    text-align: center;
  }
}
.advantages__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages__content > * {
  flex: 1 1 calc(50% - 20px);
}
@media (max-width: 767px) {
  .advantages__content > * {
    flex: 1 1 100%;
  }
}
.advantages__section-title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 181%;
  letter-spacing: 0.36em;
  color: #121b25;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .advantages__section-title {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .advantages__section-title {
    font-size: 28px;
    margin-left: 24px;
    margin-bottom: 30px;
  }
}
.advantages__text {
  font-family: "K2D", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.36em;
  color: #121b25;
  max-width: 470px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .advantages__text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .advantages__text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.advantages__image {
  border-radius: 28px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .advantages__image {
    margin: 0 auto;
  }
}
.advantages__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .advantages__row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .advantages__row {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.advantages__column {
  margin-left: -22px;
  max-width: 715px;
}
.advantages__column .text__column {
  margin-left: 93px;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.4em;
  max-width: 353px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .advantages__column .text__column {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .advantages__column .text__column {
    margin-left: 16px;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
  }
}
.advantages__support {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .advantages__support {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .advantages__support {
    flex-direction: column;
    gap: 50px;
  }
}
.advantages__support__left {
  flex: 1 1 50%;
  max-width: 600px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .advantages__support__left {
    max-width: 100%;
  }
}
.advantages__support .advantages__icon {
  max-width: 260%;
}
.advantages__support__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.advantages__support-title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 181%;
  color: #000;
  max-width: 565px;
  letter-spacing: 0.36em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .advantages__support-title {
    font-size: 28px;
    text-align: center;
  }
}
.advantages__support-text {
  width: 564px;
  font-family: "K2D", sans-serif;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.36em;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .advantages__support-text {
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
}
.advantages__support span {
  font-weight: 800;
}
.advantages__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.advantages__list-item {
  font-family: "K2D", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.36em;
  color: #444;
}
@media (max-width: 767px) {
  .advantages__list-item {
    font-size: 16px;
  }
}
.advantages .advantages__support span:last-of-type {
  margin-left: 16px;
}
.advantages__button {
  position: absolute;
  bottom: 200px;
  left: 25%;
  transform: translateX(-50%);
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: 21px;
  width: clamp(140px, 20vw, 172px);
  height: clamp(45px, 7vw, 55px);
  font-family: "K2D", sans-serif;
  font-size: clamp(12px, 3vw, 16px);
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(251, 117, 7, 0.8);
  z-index: -1;
  border-radius: inherit;
  transition: width 0.4s ease;
}
.advantages__button:hover::before {
  width: 100%;
}
.advantages__button:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .advantages__button {
    bottom: 50px;
    left: 36vh;
  }
}
@media (max-width: 767px) {
  .advantages__button {
    bottom: 53px;
    left: 24vh;
  }
}
@media (max-width: 375px) {
  .advantages__button {
    bottom: 50px;
    left: 27vh;
  }
}
.advantages__right {
  order: 1;
}
@media (max-width: 767px) {
  .advantages__right {
    margin-right: 17px;
    position: absolute;
    bottom: -55vh;
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.advantages__left,
.advantages__text,
.advantages__right,
.advantages__image {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .advantages__left,
  .advantages__text,
  .advantages__right,
  .advantages__image {
    position: relative;
    top: -13px;
  }
}
@media (max-width: 767px) {
  .advantages__left,
  .advantages__text,
  .advantages__right,
  .advantages__image {
    opacity: 1;
    position: relative;
    top: -13px;
    width: 92%;
    margin-left: 10px;
  }
}

.advantages__left.animated,
.advantages__text.animated {
  animation: slideInFromLeft 1s forwards;
}

.advantages__right.animated,
.advantages__image.animated {
  animation: slideInFromRight 1s forwards;
}

.footer {
  background-color: #0f172a;
  color: #fff;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer.animated {
  opacity: 1;
  transform: translateY(0);
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer__section--logo .footer__logo {
  max-width: 100%;
  height: auto;
}
.footer__section--logo .footer__description {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.footer__section--links .footer__title, .footer__section--contact .footer__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 181%;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.08em;
  }
}
.footer__section--links .footer__list, .footer__section--contact .footer__list {
  list-style: none;
  padding: 0;
}
.footer__section--links .footer__list .footer__item, .footer__section--contact .footer__list .footer__item {
  margin: 0.5rem 0;
}
.footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
  font-family: "Koulen", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.36em;
  position: relative;
  transition: color 0.3s ease;
}
.footer__section--links .footer__list .footer__item .footer__link:hover, .footer__section--contact .footer__list .footer__item .footer__link:hover {
  color: #fb7507;
}
.footer__section--links .footer__list .footer__item .footer__link:hover::after, .footer__section--contact .footer__list .footer__item .footer__link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb7507;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.footer__section--links .footer__address, .footer__section--contact .footer__address {
  font-family: "Koulen", sans-serif;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 181%;
  letter-spacing: 0.18em;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 13px;
  }
}
.footer__section--links .footer__address .footer__contact, .footer__section--contact .footer__address .footer__contact {
  color: #fff;
  text-decoration: none;
}
.footer__section--links .footer__address .footer__contact:hover, .footer__section--contact .footer__address .footer__contact:hover {
  color: #fb7507;
}
.footer__section--links .footer__hours-title, .footer__section--contact .footer__hours-title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 181%;
  margin-bottom: 0.5rem;
}
.footer__section--links .footer__hours-days, .footer__section--contact .footer__hours-days {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 181%;
  letter-spacing: 0.18em;
}
.footer__section--links .footer__hours strong, .footer__section--contact .footer__hours strong {
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__hours, .footer__section--contact .footer__hours {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__hours, .footer__section--contact .footer__hours {
    font-size: 13px;
  }
}
.footer__bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.footer__copyright {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  align-items: center;
  justify-content: center;
}

.impressum {
  padding: 80px 20px;
  background-color: #f7f9fb;
}
.impressum__title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Julius Sans One", sans-serif;
  font-size: 28px;
  color: #333;
}
.impressum__content {
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  text-align: left;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.impressum__item {
  min-width: 250px;
  padding: 20px;
  border: 2px solid #fb7507;
  border-radius: 8px;
}
.impressum__item a {
  color: #0074cc;
  text-decoration: none;
  display: inline-block;
  margin: 6px 0;
}
.impressum__item a:hover {
  text-decoration: underline;
}
.impressum__item p {
  margin: 10px 0;
}
.impressum__agency {
  margin-top: 60px;
  padding: 30px 20px;
  border: 5px solid;
  border-radius: 16px;
  border-image: linear-gradient(90deg, #7536C8, #4105E6) 1;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.impressum__agency-title {
  font-family: "Julius Sans One", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.impressum__agency-line {
  height: 2px;
  background: linear-gradient(90deg, #7536C8, #4105E6);
  margin: 0 auto 30px;
  width: 100%;
}
.impressum__agency-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .impressum__agency-footer {
    flex-direction: column;
  }
}
.impressum__agency-link {
  background-color: #e0e0e0;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.impressum__agency-link a {
  margin-top: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #4105E6;
  text-decoration: underline;
}
.impressum__agency-link a:hover {
  color: #7536C8;
}
.impressum__agency-logo img {
  max-height: 130px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .impressum .impressum__title {
    position: relative;
    top: 6dvh;
    margin-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .impressum__title {
    font-size: 24px;
    margin-bottom: 66px;
    position: relative;
    top: 5dvh;
  }
}
@media (max-width: 768px) {
  .impressum {
    padding: 40px 15px;
  }
  .impressum__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .impressum__content {
    margin: 40px auto;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .impressum__item {
    width: 100%;
    padding: 16px;
    font-size: 15px;
  }
  .impressum__agency {
    padding: 20px 10px;
  }
  .impressum__agency-title {
    font-size: 32px;
  }
  .impressum__agency-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .impressum__agency-link {
    width: 100%;
    padding: 10px;
  }
  .impressum__agency-link a {
    font-size: 13px;
  }
  .impressum__agency-logo img {
    max-height: 60px;
  }
}
@media (max-width: 480px) {
  .impressum__title {
    font-size: 20px;
    margin-top: 66px;
  }
  .impressum__agency-title {
    font-size: 26px;
  }
  .impressum__agency-link {
    font-size: 14px;
  }
  .impressum__agency-logo img {
    max-height: 50px;
  }
}
.datenschutz {
  min-height: calc(130vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #fdf9f9;
  color: #000;
  text-align: center;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.datenschutz__title {
  font-size: 3rem;
  margin-bottom: 9rem;
  font-family: "Julius Sans One", sans-serif;
  position: relative;
  top: 16dvh;
}
.datenschutz__title .datenschutz__title--sub {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
}

.datenschutz__text {
  max-width: 800px;
  line-height: 1.7;
  font-size: 1rem;
  font-family: "K2D", sans-serif;
}

.agb {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "K2D", sans-serif;
  text-align: left;
  color: #000;
}
.agb__section-title {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  font-family: "Julius Sans One", sans-serif;
}
.agb__subsection-title {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.agb__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .datenschutz {
    padding: 2rem 1rem;
  }
  .datenschutz__title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
    top: 10dvh;
  }
  .datenschutz__text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .agb {
    padding: 1.5rem 1rem;
  }
  .agb__section-title {
    font-size: 1.4rem;
  }
  .agb__subsection-title {
    font-size: 1.1rem;
  }
  .agb__text {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .datenschutz {
    padding: 1.5rem 0.75rem;
  }
  .datenschutz__title {
    font-size: 1.8rem;
    margin-bottom: 7rem;
    top: 15dvh;
  }
  .datenschutz__text {
    font-size: 0.9rem;
  }
  .agb {
    padding: 1rem 0.75rem;
  }
  .agb__section-title {
    font-size: 1.2rem;
  }
  .agb__subsection-title {
    font-size: 1rem;
  }
  .agb__text {
    font-size: 0.9rem;
  }
}
.allgemeine {
  min-height: calc(130vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #fdf9f9;
  color: #000;
  text-align: center;
}
.allgemeine__container {
  padding: 20px clamp(16px, 5vw, 80px);
  max-width: 1200px;
  margin: 0 auto;
}
.allgemeine__title {
  font-size: 3rem;
  margin-bottom: 11rem;
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
  position: relative;
  top: 13dvh;
}
.allgemeine__title .allgemeine__title--sub {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
}
.allgemeine__section-title {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  font-family: "Julius Sans One", sans-serif;
}
.allgemeine__subsection-title {
  font-family: "K2D", sans-serif;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
.allgemeine__text {
  font-size: 1rem;
  font-family: "K2D", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.allgemeine__list {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  text-align: left;
  max-width: 700px;
  margin-inline: auto;
  line-height: 2.5;
}

.allgemeine__text a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.allgemeine__text a:hover {
  color: orange;
}

@media (max-width: 768px) {
  .allgemeine {
    padding: 2rem 1rem;
  }
  .allgemeine__title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
    top: 10dvh;
  }
  .allgemeine__title .allgemeine__title--sub {
    font-size: 0.9rem;
  }
  .allgemeine__section-title {
    font-size: 1.4rem;
  }
  .allgemeine__subsection-title {
    font-size: 1.1rem;
  }
  .allgemeine__text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .allgemeine__list {
    padding-left: 1.5rem;
    font-size: 0.95rem;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .allgemeine {
    padding: 1.5rem 0.75rem;
  }
  .allgemeine__title {
    font-size: 1.8rem;
    margin-bottom: 9rem;
    top: 12dvh;
  }
  .allgemeine__title .allgemeine__title--sub {
    font-size: 0.85rem;
  }
  .allgemeine__section-title {
    font-size: 1.2rem;
  }
  .allgemeine__subsection-title {
    font-size: 1rem;
  }
  .allgemeine__text {
    font-size: 0.9rem;
  }
  .allgemeine__list {
    padding-left: 1.2rem;
    font-size: 0.9rem;
    line-height: 1.9;
  }
}

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