
@media screen and (max-width:750px) {
  .fw-top .fwnta-input-label {
    top: 5px;
    left: 10px;
  }

  .fw-top .fw-text input {
    height: 45px;
    padding: 10px 10px 0;
  }
  

  .fw-top .fwnta-input-icon--train::before, .fw-top .fwnta-input-icon--search::before, .fw-top .fwnta-input-icon--calendar::before, .fw-top .fwnta-input-icon--bed::before {
    top: 65%;
  }

 
.fw-top .fw-select--days select, .fw-top .fwnta-input-icon--train select, .fw-top .fw-select--room select, .fw-top .fw-select--price-min select, .fw-top .fw-select--price-max select, .fw-top .fw-select--guest select, .fw-top .fw-select--area select, .fw-top .fw-select--area-set select {
    padding: 10px 20px 0 10px;
  }
    .fw-top .fwnta-input-icon--train input, .fw-top .fwnta-input-icon--train select, .fw-top .fwnta-input-icon--search input, .fw-top .fwnta-input-icon--search select, .fw-top .fwnta-input-icon--calendar input, .fw-top .fwnta-input-icon--calendar select, .fw-top .fwnta-input-icon--bed input, .fw-top .fwnta-input-icon--bed select {
    padding-left: 40px;
  }

  .fw-top .fw-select select, .fw-top .fw-select--days select, .fw-top .fw-select--room select, .fw-top .fw-select--price-min select, .fw-top .fw-select--price-max select, .fw-top .fw-select--guest select, .fw-top .fw-select--area select, .fw-top .fw-select--area-set select {
    height: 45px;
  }
}
