.ttg-banner-home {
  width: 100%;
  position: relative;
  z-index: 9;
}
.ttg-banner-home__img {
  min-height: 405px;
  position: relative;
}
@media (max-width: 767px) {
  .ttg-banner-home__img {
    min-height: 304px;
  }
}
.ttg-banner-home__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ttg-banner-home__img .img--mobile {
  display: none;
}
.ttg-banner-home__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.6509803922);
}
@media (max-width: 767px) {
  .ttg-banner-home__form {
    top: 100%;
    max-width: calc(100% - 32px);
  }
}
.ttg-banner-home__form__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ttg-banner-home__form .search-input-wrapper {
  margin-bottom: 32px;
  position: relative;
}
.ttg-banner-home__form .search-input-wrapper input {
  width: 100%;
  height: 48px;
  padding: 14px 18px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 24px;
  border: solid 1px #466da0;
  background: #fff url("../../img/search-icon.svg") no-repeat 18px center;
  background-size: 20px 20px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .ttg-banner-home__form .search-input-wrapper input {
    font-size: 14px;
  }
}
.ttg-banner-home__form .search-input-wrapper input::-moz-placeholder {
  color: #97aac4;
}
.ttg-banner-home__form .search-input-wrapper input::placeholder {
  color: #97aac4;
}
.ttg-banner-home__form .search-input-wrapper input:focus {
  outline: none;
  box-sizing: none;
}
.ttg-banner-home__form .search-submit {
  width: 100%;
}

/*# sourceMappingURL=banner-home.css.map*/