h1 {
  padding-top: 55px;
  padding-bottom: 55px;
  margin: 0;
}

.custom-select-opener {
  padding-left: 45px;
  padding-right: 65px;
  min-width: 220px;
  background-color: #f1ecf6;
  font-size: 20px;
  color: #a0a0a0;
  text-transform: initial;
  border-radius: 25px;
}
.custom-select-opener:after {
  top: 28px;
}

.popular__directions-item.hidden {
  display: none;
}

.continent-wrapper {
  max-width: 400px;
  margin-bottom: 31px;
}
.continent-wrapper .continent-title {
  margin: -20px 0 10px;
  color: #2e2c70;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.continent-wrapper .custom-select-container.is-open .custom-select-panel {
  max-height: 1512px;
}
.continent-wrapper .custom-select-opener {
  line-height: 30px;
}
.continent-wrapper .custom-select-opener span {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.continent-wrapper .custom-select-option {
  padding-right: 45px;
}

.customSelect.is-open .custom-select-opener:after {
  top: 23px;
}

.custom-select-container {
  max-width: initial;
}

.custom-select-option {
  margin-right: 0;
  padding-left: 45px;
  cursor: pointer;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  margin-top: 5px;
}

.custom-select-container.is-open .custom-select-panel {
  overflow-y: hidden;
}

.customSelect.is-open .custom-select-opener:before {
  display: none;
}

.input-wrapper {
  position: relative;
}
.input-wrapper:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #f1ecf6;
  position: absolute;
  right: 100%;
  top: 0;
}

.countries-search {
  width: 400px;
  height: 50px;
  background-color: #f1ecf6;
  color: #727272;
  outline: none;
  border: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.countries-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 20px;
  color: #a0a0a0;
}
.countries-search::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 20px;
  color: #a0a0a0;
}
.countries-search:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 20px;
  color: #a0a0a0;
}
.countries-search:-moz-placeholder {
  /* Firefox 18- */
  font-size: 20px;
  color: #a0a0a0;
}

.search {
  position: absolute;
  right: 25px;
  top: 15px;
}

.countries__container {
  padding: 60px 0 10px 0;
  margin-top: 31px;
  background: url(../img/world-map.svg) no-repeat bottom right #ffeef1;
  background-size: 560px 350px;
}

@media all and (max-width: 768px) {
  .country-filter {
    flex-direction: column;
  }
  .country-filter .input-wrapper {
    margin-bottom: 10px;
  }
  .country-filter .countries-search {
    width: 100%;
  }
  .country-filter .select-wrapper {
    position: relative;
  }
  .country-filter .select-wrapper:before {
    content: "";
    width: 1500px;
    height: 100%;
    display: block;
    background-color: #f1ecf6;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .country-filter .select-wrapper .custom-select-opener {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 768px) {
  .country-list.popular__directions-list .popular__directions-item {
    width: calc(50% - 14px);
    margin-right: 0;
  }
  .country-list.popular__directions-list .popular__directions-item:nth-child(2n+1) {
    margin-right: 28px;
  }
  .country-list.popular__directions-list {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .country-list.popular__directions-list .popular__directions-item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=countries.css.map */
