.form__input.valid,
.form__input.error {
  color: #fff;
}
.selected-flag.valid .selected-dial-code,
.selected-flag.error .selected-dial-code {
  color: #fff !important;
}
.promo {
  background-image: url("../images/rectangle-455.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.lang-wrap {
  margin-left: 0;
}

.header__timer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #4a50e1;
  padding: 5px 0;
  color: #fff;
  transition: 0.3s;
}

.header__timer .price {
  text-decoration: line-through;
}

.header__top-text {
  position: static;
  left: inherit;
  transform: inherit;
  top: inherit;
}

.header__top-text a {
  color: #fff;
}

.header-scroll .header__timer {
  transform: translateY(-100%);
}

@media (max-width: 760px) {
  .header__timer {
    font-size: 13px;
    min-height: 56px;
  }
}

@media (max-width: 4000px) {
  .header {
    padding: 80px 0 15px;
  }
}

@media (max-width: 600px) {
  label.error {
    font-size: 9px;
    min-height: 12px;
  }
}
