* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "AudiType", Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h2 {
  font-size: 2.5vw;
}
@media (max-width: 768px) {
  h2 {
    font-size: 5.5vw;
  }
}
h3 {
  font-size: 1.875vw;
}
@media (max-width: 768px) {
  h3 {
    font-size: 3.875vw;
  }
}

.container {
  margin: 0 auto;
  width: 90%;
}

.baner {
  position: relative;
}
.baner__img {
}
.baner__wrapper {
  position: absolute;
  bottom: 3.75rem;
  width: 100%;
}
.baner__text {
  color: #fff;
  text-align: left;
  margin-top: 2%;
  font-size: 1.875vw;
  width: 90%;
  margin: 0 auto;
}

.text {
  font-size: 1.667vw;
  font-weight: 500;
  margin: 5rem 0;
}
.title {
  font-size: 2.083vw;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}

.icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.icons__item {
  text-align: center;
}
.icons__item img {
  margin-bottom: 2rem;
}

.photo {
  margin: 0 auto;
  display: block;
}

.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5rem;
}
.columns__item {
  font-weight: 700;
  font-size: 2.083vw;
}
.columns__item span {
  font-weight: 400;
  font-size: 0.938vw;
}
.columns__line {
  background-color: #000;
  width: 2px;
  height: 270px;
}

.form {
  background: url("/LP/4letnie-audi-audi-wroclaw-07-2021/assets/images/form.jpg") no-repeat center center;
  background-size: cover;
  padding: 5rem 5%;
  margin-top: 5rem;
}
.form__title {
  color: #fff;
  text-align: center;
  font-size: 1.771vw;
  margin-bottom: 2rem;
}
.form__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form__input {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 2rem);
}
.form__input input {
  height: 40px;
  font-family: "AudiType", Arial, Helvetica, sans-serif;
  padding: 5px;
}
.form__input input:focus,
textarea:focus {
  outline: none;
}

.form__textarea {
  margin-top: 1rem;
  width: 100%;
}
.form__text {
  color: #fff;
  font-size: 12px;
  margin-top: 1rem;
}
.form__text a {
  color: #fff;
}
.form__btn {
  background-color: #f50537;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  padding: 10px 50px;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}
label {
  color: #fff;
  margin-bottom: 5px;
}
textarea {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  font-family: "AudiType", Arial, Helvetica, sans-serif;
  padding: 5px;
}

@media (max-width: 768px) {
  .baner__wrapper {
    position: unset;
  }
  .baner__text {
    color: #000;
    margin-top: 2%;
    font-size: 4vw;
  }
  .title {
    font-size: 4.083vw;
  }
  .text {
    font-size: 3.667vw;
    margin: 3rem 0;
  }
  .icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icons__item {
    margin-bottom: 2rem;
  }
  .icons__item:last-child {
    margin-bottom: 0;
  }
  .columns {
    flex-direction: column;
  }
  .columns__item {
    font-size: 7.083vw;
  }
  .columns__item span {
    font-size: 3.938vw;
  }
  .columns__line {
    width: 100%;
    height: 2px;
    margin: 2rem 0;
  }

  .form {
    padding: 2rem 5%;
    margin-top: 3rem;
  }
  .form__input {
    margin-top: 1rem;
    width: 100%;
  }
  .form__title {
    font-size: 4vw;
  }
}
.error {
  color: red;
}
.form__msg {
  display: none;
}

.grecaptcha-badge{
  z-index: 3;
}