.banner {
  background-color: var(--color-primary);
  padding: 5.3333333333em 0;
  border-radius: 40px;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner::after {
  content: "";
  position: absolute;
  left: 28%;
  width: 100%;
  height: 100%;
  background-image: url("../../img/bg__vivaro.93c84d1834d7.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 650px;
  filter: blur(5px);
}

.banner__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 5.5555555556%;
  padding-right: 5.5555555556%;
}

.banner__content {
  color: #FFF;
  position: relative;
  z-index: 1;
  width: 100%;
}
.banner__content .title {
  color: #FFF;
}
.banner__content .title--big {
  font-weight: 700;
  max-width: 650px;
  font-size: 3.7333333333em;
}
.banner__content .subtitle {
  font-weight: 400;
  max-width: 450px;
  font-size: 1.0666666667em;
}
.banner__content .title--big + .subtitle {
  margin-top: 2.0454545455em;
}

.banner__widget {
  width: 650px;
  max-width: 100%;
  background: var(--color-bg);
  color: #000;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.widget__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.7333333333em;
  margin-bottom: 8px;
}

.widget__form {
  display: flex;
  flex-direction: column;
}

.widget__label {
  font-size: 0.9333333333em;
  color: var(--color-grey-text);
}

.widget__field {
  margin-bottom: 6px;
}

.widget__control {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid var(--color-grey-border);
  background: #FFF;
  color: #000;
  padding: 0 14px;
  font-size: 1.0666666667em;
}

@media screen and (max-width: 1280px) {
  .banner {
    padding: 4.6666666667em 0;
    min-height: 560px;
  }
  .banner::after {
    left: 32%;
    background-size: 600px;
  }
  .banner__inner {
    gap: 32px;
  }
  .banner__content .title--big {
    font-size: 3.4666666667em;
  }
  .banner__content .subtitle {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    padding: 4em 0;
    min-height: 520px;
  }
  .banner::after {
    left: 28%;
    background-size: 560px;
  }
  .banner__content .title--big {
    max-width: 560px;
    font-size: 3.2em;
  }
  .banner__content .subtitle {
    max-width: 420px;
    font-size: 1em;
  }
  .banner__widget {
    width: 560px;
    padding: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 1048px) {
  .banner {
    padding: 3.3333333333em 0;
    min-height: auto;
  }
  .banner::after {
    display: none;
  }
  .banner__inner {
    flex-direction: column;
    gap: 24px;
  }
  .banner__content {
    text-align: center;
  }
  .banner__content .title--big {
    max-width: none;
    font-size: 2.9333333333em;
  }
  .banner__content .subtitle {
    max-width: none;
    font-size: 0.9333333333em;
  }
  .banner__widget {
    width: 100%;
    padding: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 3.2em 0;
    min-height: auto;
  }
  .banner::after {
    display: none;
  }
  .banner__inner {
    flex-direction: column;
    gap: 24px;
  }
  .banner__content {
    text-align: center;
  }
  .banner__content .title--big {
    max-width: none;
    font-size: 2.4em;
  }
  .banner__content .subtitle {
    max-width: none;
    font-size: 0.9333333333em;
  }
  .banner__widget {
    width: 100%;
    padding: 22px;
    gap: 10px;
  }
  .widget__title {
    font-size: 1.4666666667em;
  }
}
@media (max-width: 650px) {
  .banner__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .banner__content .title--big {
    font-size: 2.1333333333em;
  }
  .banner__content .subtitle {
    font-size: 0.9333333333em;
  }
}
@media screen and (max-width: 568px) {
  .banner {
    padding: 2.6666666667em 0;
  }
  .banner::after {
    display: none;
  }
  .banner__content .title--big {
    font-size: 2em;
  }
  .banner__content .subtitle {
    font-size: 0.8666666667em;
  }
  .banner__widget {
    padding: 18px;
    gap: 10px;
  }
  .widget__title {
    font-size: 1.3333333333em;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1512px) {
  .banner__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .banner::after {
    left: calc((100% - 1512px) / 2 + 450px);
  }
}
