@charset "UTF-8";
@font-face {
  font-family: "MOS";
  src: url(/fonts/made-outer-sans-light.eot?b81384e52e64d5f903b00a1ff5b21ff0);
  src: local("☺"), url(/fonts/made-outer-sans-light.woff?5656e35b083a744296e17fd80ab30ac5) format("woff"), url(/fonts/made-outer-sans-light.ttf?e1818499e75ff0d4ab291f41e677dfe6) format("truetype"), url(/fonts/made-outer-sans-light.svg?b5f49917ada27a87ae915881fa730dd9) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MOS";
  src: url(/fonts/made-outer-sans-medium.eot?2c3098117e47654c207e7e9d2c33f32d);
  src: local("☺"), url(/fonts/made-outer-sans-medium.woff?f1d9017df296ae017d1eba18bfcab2ab) format("woff"), url(/fonts/made-outer-sans-medium.ttf?c27cedfc217c1ef78adcadb063a2c8e5) format("truetype"), url(/fonts/made-outer-sans-medium.svg?3228eaea867fe054696608af5f03f511) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MOS";
  src: url(/fonts/made-outer-sans-regular.eot?a37098423f818c70dd7497e917205a13);
  src: local("☺"), url(/fonts/made-outer-sans-regular.woff?89b3e553329ef550acc6fd8152ec8d56) format("woff"), url(/fonts/made-outer-sans-regular.ttf?8a4768d95bb0d63256f029918d33f914) format("truetype"), url(/fonts/made-outer-sans-regular.svg?40662520491a903f652ea3fa1bc246cd) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MOS";
  src: url(/fonts/made-outer-sans-thin.eot?533ee6f515a3a82ac9f3ec41c57ddf5e);
  src: local("☺"), url(/fonts/made-outer-sans-thin.woff?fc258f5ee30112f9a64bf6ec08c62187) format("woff"), url(/fonts/made-outer-sans-thin.ttf?b9c673da2737c272777bb699fe1308eb) format("truetype"), url(/fonts/made-outer-sans-thin.svg?41ffbbb664b39caf1fe45592398b0236) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manticore";
  src: url(/fonts/Manticore.eot?90f84c83673a2b25f199bfc7fdbbf4bc);
  src: local("☺"), url(/fonts/Manticore.woff?4a1dcce858cee373eb07af39892b7ccc) format("woff"), url(/fonts/Manticore.ttf?dbaf4e3220d109f1589601b5a6d8858e) format("truetype"), url(/fonts/Manticore.svg?d951ce6ba931df194c65c6133e8aa5a7) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "morganite";
  src: url(/fonts/Morganite-Black.eot?f4125c5dfc045a444a0f98e0aab5272c);
  src: local("☺"), url(/fonts/Morganite-Black.woff?898673df1dc901c53394e14c1fffe9df) format("woff"), url(/fonts/Morganite-Black.ttf?65cfdac8d55bb1a55eace9b9ca80dd16) format("truetype"), url(/fonts/Morganite-Black.svg?52c2fbe689e50f50383a49a88a3971f9) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.page__form-input:not(:-moz-placeholder) ~ .page__form-label {
  -moz-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.page__form-label, .page__form-input:focus ~ .page__form-label, .page__form-input:not(:placeholder-shown) ~ .page__form-label, .btn-red-border:hover, .btn-red-border, .red-hover:hover, .red-hover {
  transition: all 0.7s ease 0s;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: rgb(229, 0, 18);
}
::-webkit-scrollbar-track {
  background: black;
}

body {
  font-family: "MOS";
  background-color: #000;
}
body.lock {
  overflow-y: hidden;
  overflow: hidden;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

input {
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

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

.text-red {
  color: #e50012;
}

.error input {
  border-bottom: 1px solid #e50012;
}
.error .form-error {
  display: block;
  height: 16px;
}

.form-error {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #e50012;
}
.form-error-icon {
  padding-right: 5px;
}

.body__wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  overflow-x: hidden;
}

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

.main {
  padding-top: 63px;
}
.main__wrapper {
  position: relative;
}

.red-hover:hover {
  color: #e50012 !important;
}

.btn-grey,
.btn-grey-small {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #f7f5f9;
  min-width: 259px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
.btn-grey:hover,
.btn-grey-small:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-grey:before,
.btn-grey-small:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(/images/button-new.svg?3e9a6fbb3cd22b59c91c17298bc58048) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.btn-grey-small,
.btn-grey-small-small {
  min-width: 163px;
}

.btn-red-border {
  margin-top: 50px;
  width: 173px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/images/btn-red-border.svg?34dc443ad7add0c9c2cf3b1638b92b72);
  background-color: rgba(229, 0, 18, 0.11);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #f7f5f9;
}
.btn-red-border:hover {
  background-color: rgba(229, 0, 18, 0.5);
}
@media (max-width: 425px) {
  .btn-red-border {
    width: 295px;
    background-image: url(/images/btn-red-border-big.svg?38f96ecb0db351ac2497aee4cca92fa8);
  }
}
@media (max-width: 370px) {
  .btn-red-border {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e50012;
  }
}
@media (max-width: 330px) {
  .btn-red-border {
    background: none;
    border: 1px solid #e50012;
  }
}

.btn-red,
.btn-red-small {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #f7f5f9;
  min-width: 199px;
  height: 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  z-index: 1;
}
@media (max-width: 630px) {
  .btn-red,
  .btn-red-small {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 425px) {
  .btn-red,
  .btn-red-small {
    min-width: 100%;
  }
}
.btn-red:before,
.btn-red-small:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: " ";
  background: url(/images/red-btn.svg?c4b113c0b6fc83c75656814be6dd4dac) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.btn-red:hover:before,
.btn-red-small:hover:before {
  opacity: 0.5;
}
.btn-red-small,
.btn-red-small-small {
  min-width: 164px;
}
.btn-red-small:before,
.btn-red-small-small:before {
  background: url(/images/btn-red-small.png?c8ebfdb0cfe86ea10ba5d4d153ff4c22) no-repeat;
  background-size: cover;
}

.btn-white,
.btn-white-small {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  min-width: 199px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 630px) {
  .btn-white,
  .btn-white-small {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 425px) {
  .btn-white,
  .btn-white-small {
    max-width: 100%;
  }
}
.btn-white:before,
.btn-white-small:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: " ";
  background: url(/images/button-white.svg?93b8acfc61fb4da22e92cf7dfbf38d65) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.btn-white:hover:before,
.btn-white-small:hover:before {
  opacity: 0.5;
}

.textures {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 45px;
  color: #f7f5f9;
  padding-bottom: 47px;
  position: relative;
}
@media (max-width: 1220px) {
  .section-title {
    padding-bottom: 40px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 30px;
  }
}

.section-subtitle {
  font-weight: 250;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}
@media (max-width: 460px) {
  .section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

.decor {
  z-index: 99;
  position: relative;
}
.decor.second_section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .decor.second_section {
    margin-top: 50px;
  }
}
.decor-subtitle {
  position: absolute;
  font-family: "manticore";
  font-style: normal;
  font-weight: 400;
  font-size: 20.9253px;
  line-height: 23px;
  color: rgb(229, 0, 18) !important;
  z-index: 0 !important;
  top: -30px;
  left: -40px;
  transform: rotate(-5.91deg);
}
@media (max-width: 1850px) {
  .decor-subtitle {
    left: -10px;
  }
}
@media (max-width: 1300px) {
  .decor-subtitle {
    left: 0px;
  }
}

@media (max-width: 1720px) {
  .contact {
    padding-top: 100px !important;
  }
}

.page__form {
  position: relative;
}
.page__form-title {
  font-size: 36px;
  line-height: 46px;
  color: #f7f5f9;
  font-weight: 400;
  margin-bottom: 43px;
}
@media (max-width: 470px) {
  .page__form-title:lang(de) {
    font-size: 26px;
    line-height: 36px;
  }
}
.page__form-group {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.page__form-group:last-child .page__form-input {
  resize: none;
}
.page__form-group:last-child .page__form-input:not(:-moz-placeholder) ~ .page__form-label {
  top: -17px;
}
.page__form-group:last-child .page__form-input:focus ~ .page__form-label, .page__form-group:last-child .page__form-input:not(:placeholder-shown) ~ .page__form-label {
  top: -17px;
}
.page__form-group:last-child .page__form-label {
  top: 0;
}
.page__form-input {
  width: 100%;
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  color: #F7F5F9;
  background: transparent;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.page__form-input:not(:-moz-placeholder) ~ .page__form-label {
  font-size: 12px;
  line-height: 14px;
  bottom: 32px;
}
.page__form-input:focus ~ .page__form-label, .page__form-input:not(:placeholder-shown) ~ .page__form-label {
  font-size: 12px;
  line-height: 14px;
  bottom: 32px;
}
.page__form-input:focus {
  border-bottom: 1px solid #E50012;
}
.page__form-input:hover {
  transition: 0.3s;
  border-bottom: 1px solid #E50012;
}
.page__form-label {
  cursor: text;
  position: absolute;
  left: 0;
  bottom: 8px;
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.page__form-success {
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #000;
  top: 0;
  display: none;
}
.page__form-success.active {
  display: flex;
}
.page__form-success-img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(342deg) brightness(108%) contrast(103%);
  width: 100px;
  margin-bottom: 10px;
  height: 100px;
}
.page__form-success-text {
  color: #f7f5f9;
  font-size: 26px;
}

.request {
  padding: 120px !important;
}
@media (max-width: 1500px) {
  .request {
    padding: 80px !important;
  }
}
@media (max-width: 1000px) {
  .request {
    padding: 24px !important;
  }
}
.request__container {
  background: linear-gradient(to right, #e50012 0%, #e50012 100%);
}
@media (max-width: 475px) {
  .request__container {
    padding: 0 !important;
  }
}
.request__content {
  display: flex;
}
@media (max-width: 1290px) {
  .request__content {
    flex-direction: column;
  }
}
.request__block {
  width: 50%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request__block:first-child {
  padding: 140px 80px;
}
@media (max-width: 1300px) {
  .request__block:first-child {
    padding: 80px 64px !important;
  }
}
@media (max-width: 1000px) {
  .request__block:first-child {
    padding: 64px 32px !important;
  }
}
@media (max-width: 768px) {
  .request__block:first-child {
    padding: 32px 16px !important;
  }
}
.request__block:last-child {
  padding: 20px 50px;
}
.request__stats {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1290px) {
  .request__stats {
    margin-bottom: 40px;
  }
}
.request__stats-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1290px) {
  .request__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .request__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.request__text {
  color: var(--Neutral-100, #F7F5F9);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  max-width: 50%;
  max-width: 430px;
}
.request__text a {
  color: var(--Neutral-100, #F7F5F9);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  max-width: 50%;
  max-width: 430px;
  cursor: pointer;
  text-decoration: underline;
}
.request__subtitle {
  font-size: 64px;
  line-height: 64px;
  color: #F7F5F9;
  font-weight: 400;
  margin-bottom: 48px;
}
@media (max-width: 1300px) {
  .request__subtitle {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .request__subtitle {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 470px) {
  .request__subtitle:lang(de) {
    font-size: 26px;
    line-height: 36px;
  }
}
.request__wrapper {
  width: 100%;
}
.request__form-checkbox {
  position: absolute;
  opacity: 0;
}
.request__form-checkbox:checked + .request__form-label:before {
  background: #121212;
  border: none;
  display: flex;
  justify-content: center;
  content: url(/images/checked.svg?a31e98c93b1ee462a4b019a5f544e7b9);
}
.request__form-label {
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #F7F5F9;
}
.request__form-label:before {
  content: " ";
  margin-right: 10px;
  border-radius: 100px;
  height: 20px;
  flex: 1 0 auto;
  max-width: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .request__form-label:before {
    max-width: 20px;
  }
}

.page__form-success {
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #E50012;
  top: 0;
  display: none;
}
.page__form-success.active {
  display: flex;
}
.page__form-success-img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(342deg) brightness(108%) contrast(103%);
  width: 100px;
  margin-bottom: 10px;
  height: 100px;
}
.page__form-success-text {
  color: #f7f5f9;
  font-size: 26px;
}
.page__form-group {
  margin-bottom: px;
}
@media (max-width: 768px) {
  .page__form-group {
    margin-bottom: 32px;
  }
}
.page__form-wrapper {
  margin-bottom: 60px;
}
.page__form-label-checkbox {
  cursor: text;
  color: #F7F5F9;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.page__form-label {
  color: #F7F5F9 !important;
}
.page__form-input {
  border-bottom: 1px solid #F7F5F9;
}
.page__form-checkbox-input {
  margin-right: 10px;
  background-color: black;
  border: #F7F5F9;
}
.page__form-bottom {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1300px) {
  .page__form-bottom {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .page__form-bottom {
    flex-direction: column;
  }
}
.page__form-btn {
  background-color: transparent;
  z-index: 1 !important;
  text-wrap: nowrap;
  padding: 0px 100px;
}
@media (max-width: 768px) {
  .page__form-btn {
    padding: 0px 40px;
  }
}

.error {
  color: #121212;
}
.error input {
  border-bottom: 1px solid #121212 !important;
}

.email-input:hover {
  border-bottom: 1px solid #121212 !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 1000;
  display: none;
}

.loader svg {
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.request__form-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.request__form-checkbox + .request__form-label {
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.request__form-checkbox + .request__form-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  border: 2px solid #000;
  background-color: #fcf8ef;
  position: absolute;
  left: 0;
  top: 10%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.request__form-checkbox:checked + .request__form-label::before {
  background-color: #fcf8ef;
  content: "✔";
  color: red;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
