@font-face {
  font-family: "ABC Favorit Mono";
  src: url("fonts/ABCFavoritMono-Regular.woff2") format("woff2"), url("fonts/ABCFavoritMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Bold.woff2") format("woff2"), url("fonts/FavoritStd-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Light.woff2") format("woff2"), url("fonts/FavoritStd-Light.woff") format("woff");
  font-weight: 300;
}
body, body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-placeholder {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

::placeholder {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

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

input:-moz-autofill {
  background-color: transparent !important;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "ABC Favorit Mono";
  overflow-x: hidden;
}
body .container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1167px;
  margin: 0 auto;
  padding: 57px 15px 100px;
}
body .container h2 {
  color: #FD2F33;
  font-family: "ABC Favorit Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .container h2 strong {
  font-weight: 700;
}
body .container h4 {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
body .container h4 strong {
  font-weight: 700;
}
body .container p {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 10px;
}
body .container p strong {
  font-weight: 700;
}
body .container p.no-margin {
  margin-bottom: 3px;
}
body .container .line {
  width: 100%;
  height: 1px;
  background-color: #FD2F33;
  margin: 20px 0;
}
body .container ul {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  list-style-position: inside;
  margin-bottom: 10px;
  padding-left: 8px;
}
body .container .bg {
  position: absolute;
  z-index: -1;
  width: 104.4558697515%;
  top: 84px;
  left: 12.7%;
}
body .container .cars {
  position: absolute;
  z-index: -1;
  width: 69.7514995716%;
  top: 540px;
  left: 27.4%;
}
body .container .logo-container {
  text-align: right;
  padding-right: 48px;
}
body .container .logo-container .logo {
  width: 53px;
  height: 53px;
}
body .container .header {
  position: relative;
  z-index: 0;
  padding: 27px 0 19px;
}
body .container .header .headline {
  width: 632px;
  height: 197px;
}
body .container .header .place, body .container .header .date {
  color: #fff;
  font-family: "Favorit Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  z-index: 0;
  top: 38%;
}
body .container .header .place span, body .container .header .date span {
  font-family: "ABC Favorit Mono";
  color: #FD2F33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
body .container .header .place .place-text, body .container .header .place .date-text, body .container .header .date .place-text, body .container .header .date .date-text {
  margin-top: 18px;
}
body .container .header .place {
  left: 62.6%;
}
body .container .header .date {
  left: 79%;
}
body .container .form {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
body .container .form .disabled {
  pointer-events: none;
}
body .container .form .form-page {
  width: 270px;
}
body .container .form .form-page-1 {
  position: relative;
}
body .container .form .form-page-2 {
  position: absolute;
  left: 297px;
  visibility: hidden;
}
body .container .form .form-title {
  font-family: "ABC Favorit Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body .container .form form {
  position: relative;
}
body .container .form form .form-step-2 {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
body .container .form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 6px 10px 6px 4px;
  margin: 0 0 8px 0;
  font-family: "ABC Favorit Mono";
  color: #fff;
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  outline: none;
}
body .container .form input.not-valid::-moz-placeholder {
  color: #FD2F33;
}
body .container .form input.not-valid::placeholder {
  color: #FD2F33;
}
body .container .form input:focus {
  outline: none;
}
body .container .form label {
  display: none;
}
body .container .form .required {
  position: relative;
  z-index: 0;
}
body .container .form .required::after {
  content: "*";
  font-family: "ABC Favorit Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #FD2F33;
  position: absolute;
  top: 35%;
  left: auto;
  right: 0;
}
body .container .form .desc {
  color: #FD2F33;
  font-family: "Favorit Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin: 20px 0 24px;
}
body .container .form .checkbox {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
body .container .form .checkbox input {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  outline: none;
}
body .container .form .checkbox input:focus-visible {
  outline: none;
}
body .container .form .checkbox input:focus {
  outline: none;
}
body .container .form .checkbox input::before, body .container .form .checkbox input::after {
  content: "";
  position: absolute;
  background-color: #FD2F33;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body .container .form .checkbox input::before {
  width: 2px;
  height: 12px;
  left: 2px;
  top: 3px;
  transform: rotate(-45deg);
  border-radius: 2px;
}
body .container .form .checkbox input::after {
  width: 2px;
  height: 17px;
  left: 10px;
  top: -3px;
  transform: rotate(30deg);
  border-radius: 2px;
}
body .container .form .checkbox input:checked::before, body .container .form .checkbox input:checked::after {
  opacity: 1;
}
body .container .form .checkbox input.not-valid {
  border: 1px solid #FD2F33;
}
body .container .form .checkbox label {
  display: block;
  color: #fff;
  font-family: "Favorit Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-left: 10px;
}
body .container .form .checkbox label span {
  color: #FD2F33;
}
body .container .form .checkbox label a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s;
}
body .container .form .checkbox label a:hover {
  color: #FD2F33;
}
body .container .form button {
  all: unset;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  background-color: #FD2F33;
  color: #fff;
  height: 45px;
  text-align: center;
  font-family: "ABC Favorit Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
body .container .form button:focus-visible {
  outline: none;
}
body .container .form button:focus {
  outline: none;
}
body .container .form button:hover {
  background-color: #b12124;
}
body .container .form button.btn-forward {
  margin-top: 15px;
}
body .container .form .custom-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
body .container .form .custom-dropdown .selected {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 6px 10px 6px 4px;
  margin: 0 0 0px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.3s;
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.45);
}
body .container .form .custom-dropdown .selected.is-value {
  color: rgb(255, 255, 255);
}
body .container .form .custom-dropdown .selected.not-valid {
  color: #FD2F33;
}
body .container .form .custom-dropdown .options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  border: 0;
  position: absolute;
  width: 100%;
  background: transparent;
  overflow-y: auto;
  z-index: 10;
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
body .container .form .custom-dropdown .options li {
  padding: 6px 10px 6px 4px;
  background-color: #000;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  border-bottom: 1px solid #fff;
}
body .container .form textarea {
  width: 100%;
  height: 140px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 6px 8px;
  margin: 0 0 4px 0;
  color: #fff;
  resize: none;
  margin-bottom: 15px;
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

@media screen and (max-width: 1080px) {
  body .container {
    padding: 37px 15px 77px;
  }
  body .container .header .headline {
    width: 58.5185185185vw;
    height: 18.2407407407vw;
  }
  body .container .header .place, body .container .header .date {
    position: static;
  }
  body .container .header .place {
    margin-right: 40px;
  }
  body .container .header .parameters {
    display: flex;
    padding: 20px 0;
  }
  body .container .bg {
    top: 184px;
  }
  body .container .cars {
    top: 640px;
    left: 67%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 800px) {
  body .container {
    padding: 27px 15px 77px;
  }
  body .container .bg {
    top: 27vw;
  }
  body .container .cars {
    width: 50vw;
    top: 74vw;
    left: 70%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 720px) {
  body .container .header {
    text-align: center;
  }
  body .container .header .headline {
    width: 87.7777777778vw;
    height: 27.3611111111vw;
  }
  body .container .header .parameters {
    display: flex;
    padding: 20px 2vw;
  }
  body .container .header .place, body .container .header .date {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    margin-right: 25px;
  }
  body .container .header .place span, body .container .header .date span {
    font-size: 12px;
    line-height: 14px;
  }
  body .container .header .place .place-text, body .container .header .date .place-text {
    display: flex;
    margin-top: 0px;
    margin-left: 8px;
  }
  body .container .header .place .date-text, body .container .header .date .date-text {
    margin-top: 0px;
    margin-left: 8px;
  }
  body .container .bg {
    top: calc(236px + 27.3611111111vw - 38vw);
    width: 130vw;
    left: -18vw;
  }
  body .container .cars {
    position: static;
    width: 110%;
    transform: translateX(-5%);
  }
  body .container .form {
    margin-top: -17vw;
    transform: translateX(calc(50vw - 15px - 135px));
  }
}
@media screen and (max-width: 500px) {
  body .container .header .parameters {
    display: block;
  }
  body .container .header .parameters .date {
    margin-top: 6px;
  }
}/*# sourceMappingURL=style.css.map */