@charset "UTF-8";

#slider-1 .swiper-container,
#slider-2 .swiper-container {
  height: auto !important;
}

.display {
  font-family: Sora;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
  will-change: transform;
  min-height: 154px;
}

.h1 {
  color: var(--Heading-H1, #0c0c20);
  font-family: Sora;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.12px;
}

.h2 {
  color: var(--Heading-H2, #0c0c20);
  font-family: Sora;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
}

.h3 {
  color: var(--Heading-H3, #0c0c20);
  font-family: Sora;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
}

.h3--light {
  font-weight: 500;
}

.h3--lime {
  color: var(--Limegreen-Limegreen-500, #d7e866);
}

.h4,
.h4--uppercase {
  color: var(--Heading-H4, #0c0c20);
  font-family: Sora;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.h4--uppercase {
  text-transform: uppercase;
}

.h4--lime {
  color: var(--Limegreen-Limegreen-500, #d7e866);
}

.h5 {
  color: var(--Heading-H4, #0c0c20);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.h5--light {
  font-weight: 500;
}

.p1,
.p1--bold,
.p1--link {
  color: #0c0c20;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.p1--bold {
  font-weight: 700;
}

.p1--link {
  font-weight: 500;
}

.p2,
.p2--bold,
.p2--link {
  color: #0c0c20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.p2--bold {
  font-weight: 700;
}

.p2--link {
  font-weight: 500;
}

.p3 {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: 'Roboto', sans-serif;
}

button {
  cursor: pointer;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
}

body {
  color: #1d1d1f;
  font-size: 16px;
}

body._lock {
  overflow: hidden;
}

.header__menu li {
  margin-right: 0;
}

section {
  padding: 80px 0px;
  position: relative;
  z-index: 5;
}

.hero-section {
  padding: 0 0 80px;
  will-change: transform;
}

#schnell-section {
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  width: 100%;
}

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

.button {
  background: var(--Brand-Blue-500, #2567e8);
  color: #fff;
  padding: 10.5px 15px;
  border-radius: 20px;
  border: 1px solid var(--Brand-Blue-500, #2567e8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.button:hover {
  background: #fff;
  color: var(--Brand-Blue-500, #2567e8);
}

.button:hover path {
  fill: var(--Brand-Blue-500, #2567e8) !important;
}

.button--svg {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper {
  width: 100%;
  min-height: 100% !important;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url('../img/icons/select.svg') center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked+.checkbox__text:before {
  background: #fff url('../img/icons/check.svg') center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}

.checkbox__text:before {
  content: '';
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked+.options__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.options__text:before {
  content: '';
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: '★★★★★';
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: '★★★★★';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: '';
  clear: both;
}

.rub:after {
  content: '₽';
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url('../img/icons/loading.gif') center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block,
._tabs-block-image {
  display: none;
}

._tabs-block._active,
._tabs-block-image._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}

.header__logo svg {
  max-width: 220px;
}

.header__menu {
  z-index: 3;
  display: block;
  position: fixed;
  overflow-y: auto;
  top: -80px;
  width: 100%;
  height: 100%;
  background: var(--Brand-Blue-500, #2567e8);
  padding: 100px 40px 30px 40px;
  right: -100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.header__menu>li {
  padding: 0;
  margin-bottom: 20px;
}

.header__menu.active {
  right: 0;
}

.header__menu>li:last-child {
  margin-bottom: 0;
}

.header__menu>li {
  position: relative;
}

.header__menu li {
  margin-right: 3vw;
}

.header__menu li:first-child {
  padding-top: 0;
}

.header__menu li:last-child {
  margin: 0;
}

.header__menu a {
  display: inline-block;
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__menu a:after {
  display: block;
  content: '';
  height: 2px;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.header__menu a:hover:after {
  width: 100%;
}

.header__menu .button {
  color: var(--Black, #1f1f23);
  width: 100%;
  text-align: center;
  max-width: 300px;
  padding-block: 13.5px;
  max-height: 48px;
  border-radius: 24px;
  font-size: 14px;
  margin-bottom: 44px;
  border: 1px solid var(--Limegreen-Limegreen-500, #d7e866);
}

.header__menu .button:hover {
  color: var(--Brand-Blue-500, #2567e8);
}

.header__menu--desktop {
  display: none;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-menu {
  display: block;
  position: relative;
  width: 14px;
  height: 13px;
  cursor: pointer;
  z-index: 2;
}

.icon-menu span,
.icon-menu:before,
.icon-menu:after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1d1d1f;
}

.icon-menu:before,
.icon-menu:after {
  content: ' ';
}

.icon-menu:before {
  top: 0px;
}

.icon-menu:after {
  top: auto;
  bottom: 0px;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.icon-menu.active:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.icon-menu.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.icon-menu-wrapper {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d7e866;
  border-radius: 100%;
  cursor: pointer;
}

.header .button svg,
.header .button path {
  fill: #fff;
}

.header__menu-link {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}

.header__menu-link:hover {
  text-decoration: underline;
}

.header__menu--desktop .header__menu-link {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.192px;
}

.header__menu-burger {
  display: none;
  background: transparent;
}

.header__menu.active .header__menu-burger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header__menu-burger-popup,
.header__menu-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background: transparent;
}

.header__popup-button {
  position: relative;
  display: inline-block;
}

.header__menu .button svg,
.header__menu .button path {
  fill: var(--Black, #1f1f23);
}

.header__menu li a {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}

.header__menu .header__menu-a {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 0;
}

.header__menu .header__menu-a:hover {
  text-decoration: none;
}

.header__menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__a-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.header-popup {
  position: absolute;
  top: 100%;
  /* Появляется над кнопкой */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  color: white;
  padding: 8px 16px;
  border-radius: 16px;
  width: 71px;
  height: 80px;
  text-align: center;
  opacity: 0;
  /* Изначально невидим */
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header__menu-burger-chevron {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__menu-burger-popup:focus .header__menu-burger-chevron,
.header__menu-popup:focus .header__menu-burger-chevron {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__menu-burger-popup:focus .header__menu-burger-chevron path,
.header__menu-popup:focus .header__menu-burger-chevron path {
  stroke: #d7e866;
}

.header-popup__text {
  color: var(--Black, #1f1f23);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
}

.header__menu-burger .button {
  max-width: 158px;
  max-height: 48px;
  padding: 14.5px 22.5px;
  border-radius: 24px;
}

.page-info .header__menu--desktop .header__menu-link {
  color: var(--Black, #1f1f23);
}

.page-info .header__menu-burger .header__menu-burger-chevron path {
  stroke: Black;
}

.page-info .header__menu-flex .header__menu-burger-chevron path {
  stroke: #fff;
}

.page-info .header-wrapper {
  background: #fff;
}

.page-info .header-wrapper .header__logo path:first-child,
.page-info .header-wrapper .header__logo path:nth-child(2),
.page-info .header-wrapper .header__logo path:nth-child(3),
.page-info .header-wrapper .header__logo path:nth-child(4),
.page-info .header-wrapper .header__logo path:nth-child(5) {
  fill: Black;
}

.header-wrapper.scrolled .header__logo path:first-child,
.header-wrapper.scrolled .header__logo path:nth-child(2),
.header-wrapper.scrolled .header__logo path:nth-child(3),
.header-wrapper.scrolled .header__logo path:nth-child(4),
.header-wrapper.scrolled .header__logo path:nth-child(5) {
  fill: black;
}

.header-wrapper.header--locked .header__logo path:first-child,
.header-wrapper.header--locked .header__logo path:nth-child(2),
.header-wrapper.header--locked .header__logo path:nth-child(3),
.header-wrapper.header--locked .header__logo path:nth-child(4),
.header-wrapper.header--locked .header__logo path:nth-child(5) {
  fill: black;
}

.header-wrapper.scrolled,
.header-wrapper.header--locked {
  background: #fff;
  top: 0;
}

.header-wrapper.scrolled .header__menu--desktop .header__menu-link,
.header-wrapper.header--locked .header__menu--desktop .header__menu-link {
  color: var(--Black, #1f1f23);
}

.header-wrapper.scrolled .header__menu-burger-chevron--header path,
.header-wrapper.header--locked .header__menu-burger-chevron--header path {
  stroke: black;
}

.header__menu .header__menu-link {
  margin-top: 0;
  font-weight: 300;
}

.popup {
  display: none;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: auto;
  z-index: 1000;
}

.parent-element {
  position: relative;
  display: inline-block;
}

.popup.header-popup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.icon-menu--close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.footer {
  background: var(--Black, #1f1f23);
  padding-block: 60px 40px;
  position: relative;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.footer__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__heading {
  color: var(--Limegreen-Limegreen-500, #d7e866);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: -4px;
}

.footer__link {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  width: 161px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer .button {
  gap: 8px;
  max-width: 158px;
}

.footer__text {
  max-width: 262px;
  width: 100%;
}

.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 60px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__email-link {
  margin-top: 12px;
  margin-bottom: -8px;
}

.footer__email-link,
.footer__phone-link {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.footer__content--bot {
  gap: 0;
  padding-top: 300px;
}

.footer__content--bot p {
  color: var(--Black-150, #bcbcbd);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}

.footer__svg {
  position: absolute;
  bottom: -3px;
  left: 40px;
}

.footer__svg--desktop {
  display: none;
}

.footer__svg--mobile {
  display: block;
}

.footer__content-bold {
  color: #26262a;
  position: absolute;
  right: 0%;
  bottom: 18%;
  text-align: right;
  font-family: Sora;
  font-weight: 600;
  line-height: 120%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: -3.6px;
  display: none;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.hero-section {
  height: 720px;
  position: relative;
}

.hero-section__img-wrapper {
  position: relative;
  height: 720px;
}

.hero-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45%;
  object-position: 45%;
}

.hero-section__img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(31, 31, 35, 0.6)),
      to(#202024));
  background: -o-linear-gradient(top, rgba(31, 31, 35, 0.6) 0%, #202024 100%);
  background: linear-gradient(180deg, rgba(31, 31, 35, 0.6) 0%, #202024 100%);
}

.hero-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 827px;
}

.hero-section__content .display {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.hero-section__content .display span {
  color: var(--Limegreen-Limegreen-500, #d7e866);
}

.hero-section__content .p2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.hero-section--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-section__content .button--blue,
.hero-section__content .button--lime {
  width: 100%;
}

.hero-section__content .button--blue {
  max-width: 158px;
}

.hero-section__content .button--lime {
  max-width: 157px;
}

.hero-section__content .button--blue svg,
.hero-section__content .button--blue path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button--lime {
  background: var(--Limegreen-Limegreen-500, #d7e866);
  border-color: var(--Limegreen-Limegreen-500, #d7e866);
  color: var(--Black, #1f1f23);
}

.features {
  background: var(--Black, #1f1f23);
  padding-top: 70px;
}

.features h3 {
  text-align: center;
  color: #fff;
  max-width: 272px;
  margin: auto;
  margin-bottom: 20px;
}

.features .p1 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  max-width: 860px;
  margin-inline: auto;
}

.features__grid-content .p2 {
  margin-bottom: 0;
  line-height: 21.7px;
}

.features__grid-content {
  border-radius: 20px;
  padding: 40px;
  padding-bottom: 28px;
  overflow: hidden;
  position: relative;
  min-height: 260px;
  background: -o-linear-gradient(58deg,
      #26262a 19.66%,
      rgba(38, 38, 43, 0) 80.94%),
    #38383c;
  background: linear-gradient(32deg, #26262a 19.66%, rgba(38, 38, 43, 0) 80.94%),
    #38383c;
}

.features__grid-content h5,
.features__grid-content .p2 {
  color: #fff;
  text-align: left;
}

.features__grid-content .h5 {
  margin-bottom: 12px;
}

.features__grid-content .h5,
.features__grid-content .p2 {
  position: relative;
  z-index: 1;
}

.features__grid-content svg,
.features__grid-content img {
  position: absolute;
  top: 0;
  right: 0;
}

.features__grid-content:nth-child(2) svg {
  bottom: 0;
  top: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.features__grid-content:nth-child(3) .h5,
.features__grid-content:nth-child(4) .h5,
.features__grid-content:nth-child(5) .h5 {
  max-width: 189px;
}

.features__grid-content:nth-child(3) .p2 {
  max-width: 222px;
}

.features__grid-content:nth-child(4) .p2 {
  max-width: 178px;
}

.features__grid-content:nth-child(5) .p2 {
  max-width: 158px;
}

.features__grid-content:nth-child(3) img {
  bottom: 0;
  top: auto;
  right: 45px;
  max-width: 242px;
}

.features__grid-content:nth-child(4) img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 201px;
  width: auto;
}

.features__grid-img--desktop {
  display: none;
}

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.img-section {
  padding: 0;
  overflow-x: scroll;
  margin-bottom: -10px;
}

.img-section h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

.img-section::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none !important;
}

.img-section::-webkit-scrollbar-track {
  width: 0;
  height: 0;
  display: none !important;
}

.img-section__img {
  width: auto;
  max-height: 580px;
  height: auto;
  aspect-ratio: 2080/1080;
}

.img-section__img--desktop {
  display: none;
}

.custom-scrollbar {
  height: 4px;
  background: var(--Black-400, #4c4c4f);
  border-radius: 4px;
  margin: 0 auto;
  width: 80%;
  position: relative;
  z-index: 5;
}

.custom-scrollbar__wrapper {
  padding-bottom: 65px;
  background: #1f1f23;
  visibility: visible;
  display: block;
}

.custom-scrollbar .thumb {
  position: absolute;
  height: 100%;
  width: 20%;
  background: var(--Limegreen-Limegreen-500, #d7e866);
  border-radius: 4px 0 0 4px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.schnell-section {
  background: var(--layer-01, #f5f5f5);
  position: relative;
}

.schnell-section__title-wrapper {
  padding-inline: 29px;
  margin-bottom: 40px;
}

.schnell-section__title-wrapper--fixed {
  position: fixed !important;
  opacity: 0;
}

.schnell-section__title-wrapper .h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.schnell-section__title-wrapper .h3,
.schnell-section__title-wrapper .p2 {
  text-align: center;
}

.schnell-section__img--desktop {
  display: none;
}

.schnell-section__icon rect {
  fill: #fff;
}

.schnell-section__text-wrapper .p3 {
  color: var(--Black, #1f1f23);
  text-align: center;
}

.schnell-section__text-wrapper .h5 {
  text-align: center;
  margin-bottom: 12px;
}

.schnell-section__text-wrapper .button {
  display: none;
}

.schnell-section__img-wrapper {
  margin-bottom: 64px;
}

.schnell-section__icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}

.schnell-section__icon svg {
  height: auto;
}

.schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.schnell-section .swiper-pagination-bullet-active {
  background: var(--Limegreen-Limegreen-500, #d7e866) !important;
}

.schnell-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.schnell-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.schnell-section--reverse .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.schnell-section--reverse .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--Black-150, #bcbcbd);
  opacity: 1 !important;
}

.swiper-pagination__first,
.swiper-pagination {
  position: absolute;
  z-index: 1;
  gap: 8px;
}

.schnell-section--reverse .schnell-section__img-wrapper {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.schnell-section--reverse .schnell-section__title-wrapper {
  right: 0;
}

.schnell-section .button--svg svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.schnell-section {
  padding-block: 60px;
}

.nav-section {
  background: #fff;
}

.nav-section__title-wrapper {
  margin-bottom: 60px;
}

.nav-section__title-wrapper .h3 {
  margin-bottom: 10px;
}

.nav-section__title-wrapper .h3,
.nav-section__title-wrapper .p1 {
  text-align: center;
}

.nav-section__title-wrapper .p1 {
  max-width: 707px;
  margin-inline: auto;
}

.nav-section__item-wrapper .p1 {
  margin-top: 8px;
}

.nav-section__item-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}

.nav-section__item-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.nav-section__item-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.nav-section__item--right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.nav-section__link {
  color: var(--Black-300, #79797b);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-section__link:hover {
  font-weight: 700;
  color: var(--Brand-Blue-500, #2567e8);
}

.nav-section__link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--Brand-Blue-500, #2567e8);
}

.nav-section__link:hover::before {
  width: 100%;
}

.nav-section__link-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-right: 74px;
  border-right: 1px solid #f5f5f5;
  position: sticky;
  top: 80px;
  max-width: 256.85px;
  display: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.nav-section__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: visible !important;
}

.nav-section__content {
  position: relative;
}

.nav-section__content-left {
  border-right: 1px solid #f5f5f5;
  display: none;
}

.nav-section__link.active {
  font-weight: 700;
  color: #2567e8;
}

.nav-section__link.active::before {
  width: 100%;
}

.nav-section__content {
  scroll-behavior: smooth;
}

.map-section {
  padding: 0;
  position: relative;
}

.map-section .h4,
.map-section .p2 {
  color: #fff;
  text-align: center;
}

.map-section__content-wrapper {
  position: absolute;
  bottom: 66px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  max-width: 402px;
  padding-inline: 20px;
  width: 100%;
}

.map-section__item-img {
  padding-block: 16px;
  width: 116%;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.map-section__bg-wrapper {
  padding-inline: 44px;
}

.map-section__bg {
  border-radius: 40px 40px 0px 0px;
  aspect-ratio: 402/883;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 6%;
  object-position: 6%;
}

.map-section__button-wrapper {
  position: absolute;
  display: inline-block;
}

.map-section-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #fff;
  color: white;
  padding: 12px;
  border-radius: 16px;
  display: none;
  width: 70px;
  height: 80px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.map-section-popup__title {
  color: var(--Black, #1f1f23);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.map-section-popup__subtitle {
  color: var(--Brand-Blue-500, #2567e8);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.map-section .button--lime:hover+.map-section-popup {
  opacity: 1;
  visibility: visible;
  display: block;
  width: 200px;
  height: auto;
  -webkit-transform: translate(-50%, 1px);
  -ms-transform: translate(-50%, 1px);
  transform: translate(-50%, 1px);
}

.map-section__button-wrapper--first {
  bottom: 63.6%;
  left: 48.4%;
}

.map-section__button-wrapper--second {
  bottom: 87.7%;
  left: 46%;
}

.map-section__button-wrapper--third {
  display: none;
  bottom: 18.9%;
  left: 12.1%;
}

.map-section__button-wrapper--fourth {
  bottom: 77.6%;
  left: 14.1%;
  -webkit-animation: moveDiagonalMobile 6s infinite alternate;
  animation: moveDiagonalMobile 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes moveDiagonalMobile {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-60%, -150%);
    transform: translate(-60%, -150%);
  }
}

@keyframes moveDiagonalMobile {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-60%, -150%);
    transform: translate(-60%, -150%);
  }
}

@-webkit-keyframes moveDiagonal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }
}

@keyframes moveDiagonal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }
}

.map-section .button {
  border-radius: 12px;
  padding-inline: 32.5px;
  width: 100%;
  max-width: 116px;
  text-align: center;
  text-wrap: nowrap;
  max-height: 36px;
}

.map-section .button:hover {
  border-radius: 0 0 12px 12px;
}

.map-section__img {
  position: absolute;
  left: 100%;
  top: 100%;
  max-width: 60px;
}

.contact-section {
  background: #1f1f23;
  padding-block: 60px;
}

.contact-section .h3,
.contact-section .p1 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-section__content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.contact-section__content {
  padding: 40px;
  background: var(--Brand-Blue-500, #2567e8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px 40px 0 0;
  position: relative;
  gap: 40px;
  overflow: hidden;
}

.contact-section__content--second {
  background: #38383c;
  border-radius: 0 0 40px 40px;
}

.contact-section__content-img {
  border-radius: 24px;
  max-width: 88px;
}

.contact-section__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #306fe9;
}

.contact-section__img-wrapper h5 {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.contact-section__img-wrapper p {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.contact-section__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.contact-section__contacts-wrapper p,
.contact-section__contacts-wrapper a {
  color: #fff;
}

.contact-section__contacts-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.contact-section__contacts-wrapper .contact-section__contacts-text:last-child {
  margin-bottom: 0;
}

.contact-section__from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}

.contact-section__from label {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.contact-section__from-text {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-block: 8px;
}

.contact-section__content--second input {
  margin-top: 6px;
}

.contact-section__content--second input,
.contact-section__content--second select {
  width: 100%;
  border-radius: 999px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--White, #fff);
  color: var(--Gray-500, #667085);
  height: 44px;
  padding: 6px;
  padding-inline: 16px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.contact-section__form-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  position: relative;
}

.contact-section__form-svg {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-section__from .button {
  max-width: 173px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mit-section {
  padding: 0;
  position: relative;
}

.mit-section__bg {
  position: absolute;
  aspect-ratio: 402/809;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 32%;
  object-position: 32%;
  height: 100%;
}

.mit-section__container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}

.mit-section__img-small {
  max-width: 190px;
  aspect-ratio: 1/1;
  border-radius: 28px;
}

.mit-section__img-small-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 29px;
}

.mit-section__content {
  position: relative;
  margin-block: 93px;
  margin-bottom: 0;
  padding-bottom: 93px;
}

.mit-section__img-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mit-section__img-content:nth-child(2),
.mit-section__img-content:nth-child(5) {
  width: 56px;
  height: 56px;
  border-radius: 11px;
  background: #2567e8;
}

.mit-section__img-content:nth-child(3),
.mit-section__img-content:nth-child(4),
.mit-section__img-content:nth-child(6) {
  width: 29px;
  height: 29px;
  border-radius: 6px;
  background: #d7e866;
}

.mit-section__img-content:nth-child(2) {
  -webkit-transform: translate(-14px, 8px);
  -ms-transform: translate(-14px, 8px);
  transform: translate(-14px, 8px);
}

.mit-section__img-content:nth-child(3) {
  -webkit-transform: translate(-56px, -28px);
  -ms-transform: translate(-56px, -28px);
  transform: translate(-56px, -28px);
}

.mit-section__img-content:nth-child(4) {
  -webkit-transform: translate(-125px, 50px);
  -ms-transform: translate(-125px, 50px);
  transform: translate(-125px, 50px);
  display: none;
}

.mitSwiper {
  overflow: visible !important;
}

.mit-section__img-content:nth-child(5) {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(28px, -36px);
  -ms-transform: translate(28px, -36px);
  transform: translate(28px, -36px);
}

.mit-section__img-content:nth-child(6) {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(77px, 28px);
  -ms-transform: translate(77px, 28px);
  transform: translate(77px, 28px);
}

.mit-section__img-small-wrapper--second .mit-section__img-content:nth-child(2),
.mit-section__img-small-wrapper--second .mit-section__img-content:nth-child(3),
.mit-section__img-small-wrapper--second .mit-section__img-content:nth-child(4) {
  display: none;
}

.mit-section__svg {
  position: absolute;
  display: none;
}

.mit-section .h3,
.mit-section .p1 {
  color: #fff;
  text-align: center;
}

.mit-section .h3 {
  margin-bottom: 10px;
}

.mit-section .p2,
.mit-section__img-small-text {
  color: #fff;
}

.mit-section__img-small-text {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}

.mit-section__img-small-text span {
  color: var(--Limegreen-Limegreen-500, #d7e866);
}

.mit-section__img-text {
  max-width: 212px;
  margin-inline: auto;
}

.mit-section__content-wrapper--swiper {
  display: block;
}

.mit-section__content-wrapper--block {
  display: none;
  position: relative;
}

.mit-section__content-wrapper--block .mit-section__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imgs-section {
  position: relative;
  padding: 0;
  height: 60px;
  background: var(--Black, #1f1f23);
  position: relative;
  z-index: 5;
}

.imgs-section__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.imgs-section__img-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}

.imgs-section__img-wrapper:first-child {
  left: -33px;
  bottom: 0;
  -webkit-animation: imgsMoveFirst1x 6s infinite alternate;
  animation: imgsMoveFirst1x 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__img-wrapper:nth-child(2) {
  -webkit-animation: imgsMoveSecond1x 6s infinite alternate;
  animation: imgsMoveSecond1x 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  left: 45px;
  bottom: 78px;
}

.imgs-section__img-wrapper:nth-child(3) {
  left: 55%;
  bottom: 40px;
}

.imgs-section__item {
  background: var(--Brand-Blue-500, #2567e8);
  aspect-ratio: 1/1;
  max-width: 39px;
  border-radius: 9.6px;
  width: 100%;
  position: absolute;
}

.imgs-section__item:nth-child(4) {
  left: 90px;
  bottom: 39px;
  -webkit-animation: imgsMoveFourth2x 6s infinite alternate;
  animation: imgsMoveFourth2x 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__item:nth-child(5) {
  border-radius: 2px;
  background: #d7e866;
  max-width: 8px;
  left: 30%;
  bottom: 6px;
  -webkit-animation: imgsMoveFive1x 6s infinite alternate;
  animation: imgsMoveFive1x 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__item:nth-child(6) {
  border-radius: 2px;
  background: #d7e866;
  max-width: 8px;
  left: 34%;
  bottom: 32px;
  -webkit-animation: imgsMoveSix 6s infinite alternate;
  animation: imgsMoveSix 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__item:nth-child(7) {
  border-radius: 4px;
  max-width: 14px;
  left: 41%;
  bottom: 35%;
  -webkit-animation: imgsMoveSeven 6s infinite alternate;
  animation: imgsMoveSeven 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__item:nth-child(8) {
  border-radius: 9px;
  background: var(--Limegreen-Limegreen-500, #d7e866);
  left: auto;
  right: 43px;
  bottom: 82px;
  -webkit-animation: imgsMoveLast1x 6s infinite alternate;
  animation: imgsMoveLast1x 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__item:nth-child(9) {
  border-radius: 3px;
  left: auto;
  right: 6%;
  bottom: 130px;
  max-width: 14px;
  -webkit-animation: imgsMoveLastest1x 6s infinite alternate;
  animation: imgsMoveLastest1x 6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.imgs-section__item:nth-child(10) {
  border-radius: 18.011px;
  left: auto;
  bottom: 9px;
  max-width: 78px;
  right: -36px;
}

@-webkit-keyframes imgsMoveLast {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(197%);
    transform: translateY(197%);
  }
}

@keyframes imgsMoveLast {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(197%);
    transform: translateY(197%);
  }
}

@-webkit-keyframes imgsMoveLast1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}

@keyframes imgsMoveLast1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}

@-webkit-keyframes imgsMoveFourth {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes imgsMoveFourth {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes imgsMoveFourth1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-230px);
    transform: translateX(-230px);
  }
}

@keyframes imgsMoveFourth1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-230px);
    transform: translateX(-230px);
  }
}

@-webkit-keyframes imgsMoveFourth3x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }
}

@keyframes imgsMoveFourth3x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }
}

@-webkit-keyframes imgsMoveFourth2x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
  }
}

@keyframes imgsMoveFourth2x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
  }
}

@-webkit-keyframes imgsMoveFirst {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
}

@keyframes imgsMoveFirst {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
}

@-webkit-keyframes imgsMoveFirst1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes imgsMoveFirst1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes imgsMoveSecond {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
  }
}

@keyframes imgsMoveSecond {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
  }
}

@-webkit-keyframes imgsMoveSecond1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(39px);
    transform: translateX(39px);
  }
}

@keyframes imgsMoveSecond1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(39px);
    transform: translateX(39px);
  }
}

@-webkit-keyframes imgsMoveSecond2x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
}

@keyframes imgsMoveSecond2x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
}

@-webkit-keyframes imgsMoveFive {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(19px);
    transform: translateY(19px);
  }
}

@keyframes imgsMoveFive {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(19px);
    transform: translateY(19px);
  }
}

@-webkit-keyframes imgsMoveFive1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes imgsMoveFive1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes imgsMoveSix {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px);
  }
}

@keyframes imgsMoveSix {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px);
  }
}

@-webkit-keyframes imgsMoveSeven {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
  }
}

@keyframes imgsMoveSeven {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
  }
}

@-webkit-keyframes imgsMoveLastest {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@keyframes imgsMoveLastest {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@-webkit-keyframes imgsMoveLastest1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes imgsMoveLastest1x {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.imgs-section__img {
  max-width: 78px;
  aspect-ratio: 1/1;
  border-radius: 18.011px;
}

.imgs-section__img-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50px;
  -webkit-animation: changeColor 4s infinite;
  animation: changeColor 4s infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes changeColor {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes changeColor {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.impressum-section {
  background: var(--layer-01, #f5f5f5);
}

.impressum-section__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.impressum-section__content-wrapper .p1.p1--bold {
  margin-top: 32px;
}

.impressum-section__content-wrapper .p1.p1--bold:first-child {
  margin-top: 0;
}

.impressum-section__title-wrapper .h3 {
  color: var(--Black, #1f1f23);
}

.impressum-section__content-wrapper .p1,
.impressum-section__content-wrapper .p2,
.impressum-section__content-wrapper a {
  color: #000;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizon {
  position: absolute !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
}

.header__menu>li {
  margin-right: 0;
}

.page {
  height: 100% !important;
}

.schnell-section__container .swiper {
  height: 100% !important;
}

.schnell-section,
.schnell-section--reverse,
.schnell-section__container,
.mySwiper,
.mySwiper-1 {
  height: auto !important;
}

.mySwiper .swiper-slide,
.mySwiper-1 .swiper-slide {
  height: auto !important;
}

.schnell {
  padding: 0;
}

.img-section {
  background: #1f1f23;
  position: relative;
}

.img-section__scroll-inner {
  display: flex;
  min-width: 1030px;
  width: max-content;
  position: relative;
  padding-top: 115px;
  margin: 0 auto;
}

.img-section-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.img-section-item-1 {
  top: 226px;
  left: 223px;
}

.img-section-item-2 {
  top: 143px;
  left: 410px;
}

.img-section-item-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  left: 50%;
  transform: translateX(-56%);
}

.img-section-item-4 {
  top: 143px;
  right: 410px;
}

.img-section-item-5 {
  top: 256px;
  right: 245px;
}

.img-section-item-1 .img-section-item-text {
  max-width: 162px;
}

.img-section-item-2 .img-section-item-text {
  max-width: 162px;
}

.img-section-item-3 .img-section-item-text {
  max-width: 178px;
  text-align: center;
}

.img-section-item-4 .img-section-item-text {
  max-width: 162px;
}

.img-section-item-5 .img-section-item-text {
  max-width: 162px;
}

.img-section-item-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.img-section-item--number {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #d7e866;
  height: 33px;
  width: 33px;
  background: #26262a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-section-item-strong {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
}

.img-section-item-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .img-section__scroll-inner {
    width: 1000px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }

  .img-section__scroll-inner svg {
    min-width: 1440px;
    transform: translateX(12px);
  }

  .img-section-item-1 {
    left: 33px;
  }

  .img-section-item-2 {
    left: 209px;
  }

  .img-section-item-3 {
    transform: translateX(-50%);
  }

  .img-section-item-4 {
    right: 209px;
  }

  .img-section-item-5 {
    right: 33px;
  }
}

@media (min-width: 390px) {
  .schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 63%;
  }
}

@media (min-width: 440px) {
  .schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 67%;
  }
}

@media (min-width: 490px) {
  .schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 69%;
  }
}

@media (min-width: 540px) {
  .schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 76%;
  }
}

@media (min-width: 640px) {
  .schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 79%;
  }
}

@media (min-width: 740px) {
  .schnell-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 80%;
  }
}

@media (min-width: 767px) {
  .schnell-section__slide .schnell-section__img-wrapper {
    height: 100%;
  }

  .schnell-section__slide .schnell-section__img {
    height: 100%;
    object-fit: cover;
  }

  .h3 {
    font-size: 32px;
  }

  .p1,
  .p1--bold,
  .p1--link {
    font-size: 18px;
  }

  .header__menu {
    width: 420px;
    padding: 100px 60px 30px 60px;
  }

  .header__menu>li {
    margin-bottom: 40px;
  }

  .header__menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__menu li a {
    font-size: 24px;
  }

  .footer__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__svg--desktop {
    display: block;
  }

  .footer__svg--mobile {
    display: none;
  }

  .hero-section__content .p2 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }

  .features__grid-content .p2 {
    line-height: 140%;
  }

  .img-section__img {
    aspect-ratio: 1440/580;
  }

  .img-section__img--desktop {
    display: block;
  }

  .img-section__img--mobile {
    display: none;
  }

  .schnell-section {
    background: #fff;
    padding: 0;
  }

  .schnell-section__title-wrapper {
    margin: 0;
    padding: 10px 0 10px;
    background: #fff;
    z-index: 2;
    top: 0;
    pointer-events: none;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .schnell-section__wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    height: auto;
  }

  .schnell-section__title-wrapper .h3 {
    font-size: 22px;
  }

  .schnell-section__title-wrapper .p2 {
    font-size: 14px;
  }

  .schnell-section__text-wrapper .p3 {
    text-align: left;
  }

  .schnell-section__text-wrapper .h5 {
    font-size: 18px;
    text-align: left;
  }

  .schnell-section__icon svg {
    width: 50px;
  }

  .schnell-section__title-wrapper,
  .schnell-section__text-wrapper {
    margin: 0 20px;
  }

  .schnell-section__text-wrapper {
    padding-bottom: 10px;
  }

  .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4) !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
  }

  .schnell-section--reverse .swiper-pagination-bullet {
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    transform: translateX(-42px);
  }

  .schnell-section--reverse .swiper-pagination__first {
    grid-area: 1/2/2/3;
  }

  .schnell-section .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schnell-section__container {
    padding: 0;
    max-width: 100%;
    position: relative;
    margin: 0 !important;
  }

  .mySwiper .schnell-section__slide,
  .mySwiper-1 .schnell-section__slide {
    height: 100vh !important;
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .schnell-section__img-wrapper,
  .schnell-section__text-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .schnell-section__img-wrapper {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .schnell-section__icon rect {
    fill: #f5f5f5;
  }

  .schnell-section__text-wrapper .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    width: 100%;
    max-width: 159px;
  }

  .schnell-section__img--mobile {
    display: none;
  }

  .schnell-section__img--desktop {
    display: block;
  }

  .nav-section__item-wrapper ul {
    gap: 10px;
  }

  .nav-section__item-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 160px;
  }

  .nav-section__item--right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-section__content-left {
    display: block;
  }

  .map-section__content-wrapper {
    top: 20px;
    right: 60px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .contact-section__content-wrapper {
    grid-template-columns: 0.96fr 1.03fr;
  }

  .contact-section__content {
    border-radius: 40px 0 0 40px;
  }

  .contact-section__content--second {
    border-radius: 0 40px 40px 0;
  }

  .mit-section__container {
    padding-bottom: 60px;
  }

  .mit-section__img-small-wrapper {
    margin: 0;
  }

  .mit-section__content {
    margin-block: 93px;
  }

  .mit-section__img-content:nth-child(4) {
    display: block;
  }

  .mitSwiper {
    display: none !important;
  }

  .mit-section__svg {
    display: block;
    top: -10%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .mit-section__img-text {
    margin-inline: 0;
  }

  .mit-section__content-wrapper--swiper {
    display: none;
  }

  .mit-section__content-wrapper--block {
    display: block;
  }

  .mit-section__content-wrapper--block .mit-section__content-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 80px;
  }

  .mit-section__content-flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }

  .imgs-section {
    height: 300px;
  }

  .imgs-section__img-wrapper:first-child {
    -webkit-animation: imgsMoveFirst 6s infinite alternate;
    animation: imgsMoveFirst 6s infinite alternate;
  }

  .imgs-section__img-wrapper:nth-child(2) {
    left: 150px;
    bottom: 170px;
  }

  .imgs-section__img-wrapper:nth-child(3) {
    left: 55%;
    bottom: 130px;
  }

  .imgs-section__item {
    max-width: 80px;
    border-radius: 14px;
  }

  .imgs-section__item:nth-child(4) {
    left: 247px;
    bottom: 90px;
    -webkit-animation: imgsMoveFourth3x 6s infinite alternate;
    animation: imgsMoveFourth3x 6s infinite alternate;
  }

  .imgs-section__item:nth-child(5) {
    max-width: 24px;
    left: 650px;
    bottom: 19px;
    -webkit-animation: imgsMoveFive 6s infinite alternate;
    animation: imgsMoveFive 6s infinite alternate;
  }

  .imgs-section__item:nth-child(6) {
    left: 49%;
    border-radius: 6px;
    max-width: 24px;
    bottom: 30%;
  }

  .imgs-section__item:nth-child(7) {
    border-radius: 11px;
    max-width: 46px;
    left: 52%;
    bottom: 14%;
  }

  .imgs-section__item:nth-child(8) {
    right: 134px;
    bottom: 75%;
    border-radius: 32px;
    -webkit-animation: imgsMoveLast 6s infinite alternate;
    animation: imgsMoveLast 6s infinite alternate;
  }

  .imgs-section__item:nth-child(9) {
    border-radius: 11px;
    left: auto;
    right: 6%;
    bottom: 120%;
    max-width: 46px;
    -webkit-animation: imgsMoveLastest 6s infinite alternate;
    animation: imgsMoveLastest 6s infinite alternate;
  }

  .imgs-section__item:nth-child(10) {
    border-radius: 60px;
    max-width: 190px;
    right: -126px;
  }

  .imgs-section__img {
    max-width: 150px;
    border-radius: 36px;
  }

  .imgs-section__img-wrapper svg {
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  section {
    padding: 120px 0px;
  }

  .schnell-section__icon {
    margin-left: 0;
  }

  .swiper-pagination__first,
  .swiper-pagination {
    left: 50% !important;
    right: auto !important;
    top: 10% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper-pagination__first {
    left: 50% !important;
    right: auto !important;
  }

  .swiper-pagination {
    left: auto !important;
    right: 50% !important;
  }

  .schnell-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .schnell-section__title-wrapper--fixed.visible {
    opacity: 1;
  }

  .schnell-section__title-wrapper--fixed.visible~.schnell-section__title-wrapper {
    opacity: 0;
  }

  .schnell-section__container {
    padding-top: 0;
  }

  .mySwiper .swiper-wrapper,
  .mySwiper-1 .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schnell .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schnell .swiper-slide {
    margin: 0 !important;
  }

  .schnell {
    overflow: hidden;
  }

  .schnell .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schnell .swiper-slide {
    margin: 0 !important;
  }

  .schnell-section__img-wrapper {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 800px) {
  .schnell-section__title-wrapper {
    padding: 80px 0 20px;
  }

  .schnell-section__title-wrapper .h3 {
    font-size: 24px;
  }

  .schnell-section__title-wrapper .p2 {
    font-size: 16px;
  }

  .schnell-section__text-wrapper .h5 {
    font-size: 20px;
  }

  .schnell-section__icon svg {
    width: 64px;
  }

  .schnell-section__text-wrapper {
    padding-bottom: 20px;
  }
}

@media (min-width: 900px) {
  .header__menu--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .schnell-section__title-wrapper {
    padding: 90px 0 20px;
  }

  .schnell-section__text-wrapper {
    padding-bottom: 50px;
  }
}

@media (min-width: 991.98px) {

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1023px) {
  .display {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -1.28px;
    width: 787px;
  }

  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-section__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-section__content {
    scroll-behavior: smooth;
  }

  .map-section__content-wrapper {
    top: 130px;
    bottom: auto;
    right: 116px;
  }

  .mit-section__bg {
    aspect-ratio: 1440/796;
    -o-object-position: initial;
    object-position: initial;
  }

  .imgs-section__img-wrapper:nth-child(2) {
    left: 260px;
    bottom: 260px;
    -webkit-animation: imgsMoveSecond2x 6s infinite alternate;
    animation: imgsMoveSecond2x 6s infinite alternate;
  }

  .imgs-section__item {
    max-width: 110px;
    border-radius: 32px;
  }
}

@media (min-width: 1024px) {
  .footer__content-bold {
    display: block;
    font-size: 140px;
    right: 20px;
  }

  .features h3 {
    margin-bottom: 8px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .features__grid-img--desktop {
    display: block;
  }

  .features__grid-img--mobile {
    display: none;
  }

  .features__grid-content:nth-child(1) {
    grid-area: 1/1/2/3;
  }

  .features__grid-content:nth-child(2) {
    grid-area: 1/3/2/4;
    padding-right: 34px;
  }

  .features__grid-content:nth-child(3) {
    grid-area: 1/4/2/5;
  }

  .features__grid-content:nth-child(4) {
    grid-area: 2/1/3/3;
  }

  .features__grid-content:nth-child(5) {
    grid-area: 2/3/3/5;
  }

  .features__grid-content:nth-child(4) .h5 {
    max-width: 220px;
  }

  .features__grid-content .p2 {
    max-width: 224px !important;
  }

  .features__grid-content:nth-child(3) img {
    right: 20px;
  }

  .features__grid-content:nth-child(4) img {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .features__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .schnell-section__title-wrapper .h3 {
    font-size: 32px;
  }

  .map-section .h4,
  .map-section .p2 {
    text-align: left;
  }

  .map-section__bg {
    aspect-ratio: 1440/640;
  }

  .map-section__button-wrapper--first {
    bottom: 23.6%;
    left: 38.4%;
  }

  .map-section__button-wrapper--second {
    bottom: 45.7%;
    left: 20.7%;
  }

  .map-section__button-wrapper--third {
    display: block;
  }

  .map-section__button-wrapper--fourth {
    bottom: 57.6%;
    left: 43.1%;
    -webkit-animation: moveDiagonal 6s infinite alternate;
    animation: moveDiagonal 6s infinite alternate;
  }

  .imgs-section__item:nth-child(4) {
    left: 430px;
    bottom: 150px;
    -webkit-animation: imgsMoveFourth1x 6s infinite alternate;
    animation: imgsMoveFourth1x 6s infinite alternate;
  }

  .imgs-section__item:nth-child(10) {
    max-width: 260px;
  }

  .imgs-section__img {
    max-width: 200px;
    border-radius: 40px;
  }

  .imgs-section__img-wrapper svg {
    max-width: none;
  }
}

@media (min-width: 1100px) {
  .footer__svg--desktop {
    left: 66px;
  }

  .mit-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-top: 120px;
    padding-bottom: 142px;
  }

  .mit-section__content {
    margin-top: 53px;
    margin-bottom: 0;
  }

  .mit-section .h3,
  .mit-section .p1 {
    text-align: left;
  }

  .mit-section__title-wrapper {
    max-width: 477px;
    text-align: left;
  }

  .imgs-section {
    height: 353px;
  }
}

@media (min-width: 1200px) {
  .footer__content-bold {
    font-size: 180px;
  }

  .img-section {
    overflow-x: inherit;
    margin-bottom: 0;
  }

  .img-section__img {
    width: 100%;
  }

  .custom-scrollbar {
    display: none !important;
  }

  .custom-scrollbar__wrapper {
    visibility: hidden;
    display: none;
  }

  .schnell-section__title-wrapper .h3,
  .schnell-section__title-wrapper .p2 {
    text-align: left;
  }

  .schnell-section__text-wrapper {
    padding-bottom: 150px;
  }

  .contact-section__content {
    padding: 60px;
  }

  .contact-section__form-flex {
    grid-template-columns: 1fr 1fr;
  }

  .mit-section__container {
    gap: 70px;
  }

  .mit-section__svg {
    top: -9%;
    right: 51%;
  }

  .imgs-section__img-wrapper:nth-child(2) {
    -webkit-animation: imgsMoveSecond 6s infinite alternate;
    animation: imgsMoveSecond 6s infinite alternate;
  }

  .imgs-section__item {
    max-width: 130px;
  }

  .imgs-section__item:nth-child(4) {
    bottom: 130px;
    left: 520px;
    -webkit-animation: imgsMoveFourth 6s infinite alternate;
    animation: imgsMoveFourth 6s infinite alternate;
  }

  .imgs-section__img {
    max-width: 260px;
    border-radius: 60px;
  }
}

@media (min-width: 1300px) {
  .mit-section__container {
    gap: 100px;
  }
}

@media (min-width: 1400px) {
  .schnell-section__title-wrapper {
    padding: 120px 0 20px;
  }

  .schnell-section__title-wrapper,
  .schnell-section__text-wrapper {
    margin: 0 116px 0 120px;
  }

  .schnell-section__text-wrapper {
    padding-bottom: 190px;
  }

  .mit-section__container {
    gap: 147px;
  }
}

@media (min-width: 1480px) {
  .footer__svg--desktop {
    left: 4.6%;
  }
}

@media (min-width: 1500px) {
  .img-section__img {
    max-height: none;
  }
}

@media (min-width: 1600px) {
  .map-section__content-wrapper {
    top: 30%;
    right: 20%;
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact-section__from .button {
    max-height: 48px;
    padding-block: 11px;
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .schnell-section__img {
    border-radius: 16px;
  }
}

/* ==========================================================================
   Imprint Page Specific Styles
   ========================================================================== */

/* Fix header readability on imprint page (white bg needs dark text) */
.page-imprint .header-wrapper:not(.scrolled) {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Desktop Navigation Links */
.page-imprint .header__menu--desktop .header__menu-link {
  color: var(--Heading-H4, #0c0c20) !important;
}

/* Desktop Logo */
.page-imprint .header__logo svg .st1 {
  fill: var(--Heading-H4, #0c0c20) !important;
}

/* Language switcher chevron in header (desktop) */
.page-imprint .header__menu-burger-chevron--header path {
  stroke: var(--Heading-H4, #0c0c20) !important;
}

/* Ensure mobile menu elements stay readable on blue background */
.page-imprint .header__menu .header__menu-link {
  color: #fff !important;
}

.page-imprint .header__menu .header__menu-burger-chevron path {
  stroke: #fff !important;
}

.page-imprint .header__menu .header__menu-burger-popup path:not(.header__flag-icon path) {
  fill: #fff !important;
}



/* Layout Improvements */
.legal-hero {
  padding-top: 150px;
  padding-bottom: 60px;
}

.legal-columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 992px) {
  .legal-columns {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }

  .legal-columns__col {
    flex: 1;
  }
}

/* Legal Section Styling */
.legal-section--neutral {
  background-color: #F8F9FA;
  padding: 80px 0;
}

.legal-card {
  background: transparent;
  margin-bottom: 30px;
}

.legal-card h3 {
  margin-bottom: 16px;
}

/* Spacing adjustments */
.legal-title {
  margin-bottom: 24px;
  font-size: 48px;
}

.legal-subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--Heading-H2, #0c0c20);
}

.legal-text {
  margin-bottom: 16px;
  line-height: 1.6;
  color: #4a4a4a;
}

.legal-text a {
  color: var(--Brand-Blue-500, #2567e8);
  text-decoration: underline;
}

.legal-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.legal-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #4a4a4a;
}

.legal-grid--cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .legal-grid--cards {
    grid-template-columns: repeat(3, 1fr);
  }
}