.popular-destinations {
  margin-top: 0;
  padding: 12px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}

.popular-destinations-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1140px;
}

.popular-destinations__title {
  margin-bottom: 30px;
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
}

.popular-destinations__btn-more {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #E2F3FF;
  padding: 10px 26px;
  background: #417DFF;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.popular-destinations__btn-more:hover {
  transition: all 0.2s;
  background-color: #125BFB;
}

.popular-destinations__content {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  align-items: flex-start;
  justify-content: center;
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 278px;
  margin-bottom: 26px;
  border: 1px solid rgba(0, 148, 255, 0.49);
  border-radius: 5px;
  overflow: hidden;
}

.card:not(:nth-child(3n)) {
  margin-right: 32px;
}

.card__img {
  width: 100%;
  height: 179px;
}

.card-wrap {
  width: 100%;
  padding: 10px 12px 16px 12px;
}

.card__title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 6px;
  margin-top: 0;
}

.card__text {
  margin-top: 0;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}

.card__btn {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 14px;
  color: #0094FF;
  background: #EEF8FF;
  border: none;
  border-radius: 3px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s;
}

.card__btn:hover {
  transition: all 0.2s;
  background-color: #DDF1FF;
}

@media (max-width: 1200px) {
  .popular-destinations-wrap {
    width: 960px;
  }
  .card:not(:nth-child(3n)) {
    margin-right: 22px;
  }
}

@media (max-width: 992px) {
  .popular-destinations {
    padding: 12px 0 20px 0;
  }
  .popular-destinations__title {
    margin-bottom: 20px;
  }
  .popular-destinations-wrap {
    width: 720px;
  }
  .popular-destinations__content {
    width: 720px;
  }
  .card {
    width: 230px;
  }
  .card__img {
    height: 147px;
  }
  .card:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .card__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }
  .card__text {
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 768px) {
  .popular-destinations {
    padding: 6px 0 18px 0;
    margin-top: 20;
  }
  .popular-destinations__title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 33px;
  }
  .popular-destinations-wrap {
    width: 540px;
  }
  .popular-destinations__content {
    width: 540px;
  }
  .popular-destinations__btn-more {
    font-size: 14px;
    line-height: 19px;
    padding: 6px 18px;
  }
  .popular-destinations__btn-more:hover {
    transition: all 0.2s;
    background-color: #417DFF;
  }
  .card {
    width: 166px;
  }
  .card__img {
    height: 107px;
  }
  .card:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .card__title {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 23px;
  }
  .card__text {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .card__btn {
    font-size: 12px;
    line-height: 81.5%;
    padding: 10px 12px;
  }
  .card__btn:hover {
    transition: all 0.2s;
    background-color: #EEF8FF;
  }
  .card-wrap {
    padding: 6px 8px 10px 8px;
  }
}

@media (max-width: 576px) {
  .popular-destinations {
    padding: 8px 0 24px 0;
  }
  .popular-destinations__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .popular-destinations-wrap {
    width: 100%;
  }
  .popular-destinations__content {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .popular-destinations__btn-more {
    padding: 5px 18px;
  }
  .card {
    width: 230px;
    margin-bottom: 18px;
  }
  .card__img {
    height: 148px;
  }
  .card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .card__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 26px;
  }
  .card__text {
    font-size: 13px;
    line-height: 15px;
  }
  .card__btn {
    font-size: 14px;
    line-height: 11px;
    padding: 10px 16px;
  }
  .card-wrap {
    padding: 12px;
  }
}
/*# sourceMappingURL=popular-destinations.css.map */