.form-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .form-wrap {
    padding: 0 20px;
  }
}

.often-searched {
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 34px 84px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 34px 84px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 45px 65px;
  background: rgba(43, 38, 101, 0.9);
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  .often-searched {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.often-searched__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .often-searched__title {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
  }
}

.often-searched__search-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .often-searched__search-block {
    margin-bottom: 25px;
  }
}

.often-searched__input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: 5px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.often-searched__button {
  width: 100%;
  height: 100%;
  max-width: 142px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fa904b;
  border: none;
  border-radius: 5px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #fafafa;
  text-transform: uppercase;
  cursor: pointer;
}

.often-searched__button:hover {
  color: #fafafa;
  background-color: #fa904b;
}

@media (max-width: 767px) {
  .often-searched__button {
    display: none;
  }
}

.often-searched__seatched-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 270px;
  margin: 0;
  border-radius: 5px;
  padding: 0;
  background-color: #431B78;
  list-style: none;
  overflow-y: scroll;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: thin;
}

.often-searched__seatched-list::-webkit-scrollbar {
  width: 4px;
}

.often-searched__seatched-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.often-searched__searched-item {
  height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.often-searched__searched-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 54px;
  -webkit-transition: 100ms ease-in;
  transition: 100ms ease-in;
}

.often-searched__searched-link:hover {
  background: #d8d8d8;
  color: #000;
}

.often-searched__more-countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .often-searched__more-countries {
    gap: 8px;
  }
}

.often-searched__country {
  min-height: 41px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.often-searched__country:hover {
  background: rgba(255, 255, 255, 0.25);
}

.often-searched__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-decoration: none;
}

.often-searched__link:hover, .often-searched__link:focus {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .often-searched__link {
    font-size: 13px;
    line-height: 15px;
  }
}

.often-searched .often-searched__input {
  border: none;
}
/*# sourceMappingURL=often-searched.css.map */