html,
body {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "vwhead", Arial;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
  padding-block: 2rem;
  padding-inline: 10%;
  color: black;
}
.form__container {
  margin-top: 70px;
  background-color: #000;
}
.form__popup div {
  font-size: 26px;
  line-height: 2;
  text-align: center;
  margin: 50px 0 100px;
}
.form__popup-close {
  display: none;
}
.form__header {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  font-family: "AudiType";
  font-stretch: 200%;
}
.form__subtitle {
  color: #fff;
  text-align: center;
  font-family: "AudiType";
  margin-top: 30px;
}
.form__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  height: 80px;
}
.form__textarea-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__label {
  position: absolute;
  top: 30%;
  left: 0.75rem;
  color: #bdbdbd;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
}
.form__option {
  position: absolute;
  top: 0%;
  color: gray;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
  height: 34px;
  zoom: 1.4;
}
.form__input {
  padding-inline: 0.75rem;
  padding-block: 0.5rem 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  background-color: white;
  font-size: 13px;
  height: 54px;
  color: black;
}
.form__accept {
  margin-left: 30px;
}
.form__checkbox {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  font-family: "AudiType";
}
.form__checkbox--accept {
  position: relative;
  cursor: pointer;
  font-size: 0.7rem;
}
.form__checkboxes-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form__consent-text {
  color: #fff;
  font-family: "AudiType";
  font-size: 14px;
}
.form__textarea {
  height: 100px;
  border-radius: 5px;
  padding-inline: 0.75rem;
  padding-block: 1.5rem 1rem;
  border: 1px solid grey;
  transition: all 0.1s ease-in-out;
  background-color: white;
  color: black;
}
.form__submit-btn {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  cursor: pointer;
}
.form__error-message {
  height: 1rem;
  font-size: 14px;
  color: red;
  margin-block: 0.25rem 0;
  white-space: nowrap;
}

.c-baner {
  position: relative;
  overflow: hidden;
}
.c-baner img {
  /* transform: translateX(-30px) translateY(-20px);
  scale: 1.05; */
}
.c-baner-text {
  font-family: "AudiType";
  position: absolute;
  bottom: 7vw;
  left: 8vw;
  z-index: 999999;
  color: white;
  font-size: 50px;
  font-stretch: 120%;
  font-weight: 300;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  border-bottom: 1px solid #dfe4e8;
}
.icons {
  display: flex;
  gap: 5px;
  margin: 70px 0px;
  justify-content: space-evenly;
  align-items: center;
}
.icons a:first-of-type {
  border: 1px solid white;
  background-color: rgb(153, 0, 0);
  color: white;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.icons a:first-of-type:hover {
  color: black;
  background-color: white;
  border: 1px solid black;
  transition: all 0.2s ease-in-out;
}
.icons a:last-of-type {
  border: 1px solid black;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.icons a:last-of-type:hover {
  border: 1px solid white;
  background-color: black;
  color: white;
  transition: all 0.2s ease-in-out;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: 70px 0px;
  font-weight: 300;
  color: black;
  font-family: "AudiType";
  text-align: center;
  font-stretch: 200%;
}
.container p {
  font-family: "AudiType";
  font-stretch: 120%;
}
.container .subtitle {
  font-family: "AudiType";
  color: black;
  margin: 100px 0 50px;
  font-size: 25px;
}
.container .button {
  font-family: "AudiType";
  color: white;
  background-color: black;
  padding: 20px 40px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 100;
  width: 300px;
  cursor: pointer;
}
.container .paragraph {
  font-family: "AudiType";
  color: black;
  margin: 0 0 50px;
  font-size: 16px;
  text-align: center;
}
.container p.center {
  text-align: center;
  color: black;
  margin-bottom: 50px;
  font-size: 16px;
  width: 75%;
}
.container__flex {
  display: flex;
  justify-content: space-between;
  margin: 100px 0px 0px;
  width: 100%;
  padding: 0px 100px;
}
.container__flex img {
  max-width: 50%;
  width: 50%;
}
.container__flex-elem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  font-size: 1rem;
  line-height: 1.5555555556;
  color: #4c5356;
  max-width: 50%;
  width: 100%;
}
.container__flex-elem p,
.container__flex-elem h2,
.container__flex-elem a {
  margin: 0 0 0 70px;
  max-width: 80%;
}
.container__flex-elem h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: left;
  font-family: "AudiType";
}
.container__flex-elem p {
  font-size: 16px;
  font-weight: 100;
  color: black;
  font-family: "AudiType";
}
.container__flex-elem p span {
  font-size: 24px;
}
.container__flex-elem img {
  min-width: 54px;
}
.container__flex-elem a {
  padding: 10px 30px;
  border: 1px solid black;
  cursor: pointer;
  width: min-content;
  text-wrap: nowrap;
}
.container__download {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #004666;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}
.container__download img {
  min-width: 29px;
}
.container__download .line {
  position: relative;
}
.container__download .line::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  margin-top: -1px;
  transform: translateX(-50%);
  background-color: rgb(0, 70, 102);
  transition: all 250ms ease;
}
.container__download:hover .line::after {
  width: 100%;
}
.container__boxes {
  margin: 30px 0px 0px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
}
.container__box {
  background-color: #000;
  padding: 25px;
}
.container__box p,
.container__box h4 {
  color: #fff;
  margin: 0;
}
.container__bottom {
  margin: 50px 0px 20px;
}
.box__header {
  font-size: 25px;
}
.box__medium--text {
  font-size: 18px !important;
  margin: 10px 0px !important;
}
.box__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.box__flex p:first-of-type {
  font-size: 40px;
  font-weight: 700;
  text-wrap: nowrap;
}
.box__flex p {
  margin: 0 !important;
  line-height: 1;
}
.box__line {
  background-color: #fff;
  height: 2px;
  width: 100%;
  margin: 10px 0px;
}
.box__small--text {
  font-size: 10px !important;
  font-stretch: 20% !important;
  text-wrap: nowrap;
  line-height: 1.2 !important;
}
.footer {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: black;
  color: white;
  text-align: center;
  border-top: 1px solid white;
}
.footer__main {
  font-size: 1.4rem;
}
.footer__submain {
  font-size: 1.2rem;
  font-weight: 600;
  margin-block: 0.25rem 0.75rem;
}

.logo-bar {
  padding: 0px 100px;
}
.swiper {
  width: 100%;
  height: 450px;
}
.swiper-slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.swiper-slide p {
  margin: 0;
}
.swiper-slide div {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 15px 45px;
  text-align: center;
  cursor: pointer;
}
.swiper-slide img {
  max-height: 250px;
}
.accessories {
  width: 100%;
  padding: 0px 10%;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
@media (max-width: 960px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: flex !important;
    top: 80% !important;
  }
  .c-baner img {
    scale: 1;
    transform: translateX(0px) translateY(0px);
  }
  .c-baner-text {
    font-size: 24px;
  }
  .container {
    margin: 0;
    width: 100%;
  }
  .container__flex img {
    width: 100%;
    max-width: 100%;
  }
  .container__flex-elem p {
    margin: 50px 0 20px 0px !important;
    max-width: 700px;
    text-align: center;
    width: 100%;
    padding: 0px 20px;
  }
  .container__flex-elem {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .container h2 {
    font-size: 30px;
    width: 90%;
    margin: 20px 0px;
  }
  .container p.center {
    font-size: 16px;
    width: 90%;
  }
  .icons {
    flex-direction: column;
    margin: 30px 0px;
    gap: 10px;
  }
  video {
    max-width: 100%;
  }
  .container__flex {
    flex-direction: column;
    margin-top: 50px;
    gap: 30px;
    padding: 0;
  }
  .container__flex-elem h2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    text-wrap: wrap;
  }
  .container__flex-elem a {
    margin: 0;
  }
  .container__flex-elem p {
    margin: 0 !important;
  }
  .container__boxes {
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    gap: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .container__flex:nth-of-type(3),
  .container__flex:nth-of-type(5) {
    flex-direction: column-reverse;
  }
}
