.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden; }

.dest-city .city-head {
  height: 780px;
  width: 100%;
  margin-top: -73px;
  background-image: url(../images/moscow-bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

.dest-city .dest-city-text {
  color: #5a5a5a; }
  .dest-city .dest-city-text .city-headline {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 55px;
    padding-bottom: 30px; }
  .dest-city .dest-city-text p {
    margin-bottom: 20px !important;
    text-indent: 0px !important; }
    .dest-city .dest-city-text p span {
      font-family: "Roboto" !important;
      font-size: 18px !important;
      color: #5a5a5a !important;
      white-space: unset !important; }
  .dest-city .dest-city-text ul {
    margin-bottom: 20px !important; }
    .dest-city .dest-city-text ul li {
      white-space: unset !important;
      padding: 5px 0px !important; }
      .dest-city .dest-city-text ul li p {
        margin: 0px !important;
        display: inline !important; }

.dest-city .dest-buttons {
  padding-top: 70px; }
  .dest-city .dest-buttons .button {
    min-width: 264px;
    max-width: 300px;
    background: linear-gradient(270deg, #1BBEF2 -1.4%, #43D9E8 100%);
    border-radius: 50px;
    overflow: hidden;
    padding-top: 11px; }
  .dest-city .dest-buttons .dest-food, .dest-city .dest-buttons .dest-hotels, .dest-city .dest-buttons .dest-guides, .dest-city .dest-buttons .dest-tours {
    position: relative; }
  .dest-city .dest-buttons .dest-food::before, .dest-city .dest-buttons .dest-hotels::before, .dest-city .dest-buttons .dest-guides::before, .dest-city .dest-buttons .dest-tours::before {
    position: absolute; }
  .dest-city .dest-buttons .dest-food::before {
    content: url(../images/dest-food.svg);
    left: 17px;
    top: 8px; }
  .dest-city .dest-buttons .dest-hotels::before {
    content: url(../images/dest-hotels.svg);
    left: 28px;
    top: 9px; }
  .dest-city .dest-buttons .dest-guides::before {
    content: url(../images/dest-guides.svg);
    left: 29px;
    top: 8px; }
  .dest-city .dest-buttons .dest-tours::before {
    content: url(../images/dest-tours.svg);
    left: 28px;
    top: 7px; }

.dest-city .stories-cards-headline, .dest-city .dest-forum-headline {
  display: block;
  width: 100%;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  color: #5a5a5a;
  border-bottom: 1px solid #E3E3E3;
  padding-top: 55px;
  padding-bottom: 20px; }

.dest-city .stories-cards-headline {
  margin-bottom: 0px; }

.dest-city .dest-forum-headline {
  margin-bottom: 50px; }

.dest-city .story-item {
  width: 340px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: auto;
  transition: box-shadow ease-in 0.3s; }
  .dest-city .story-item:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35); }

.dest-city .story-link img {
  width: 340px;
  min-height: 365px; }

.dest-city .story-detail {
  padding-left: 20px; }

.dest-city .story-date {
  font-size: 18px;
  color: #858585;
  width: 100%;
  display: block;
  padding-top: 15px; }

.dest-city .story-name {
  display: block;
  color: #5A5A5A;
  font-size: 24px;
  height: 65px;
  width: 90%;
  line-height: 30px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 4px; }

.dest-city .story-autor {
  padding-top: 11px;
  padding-bottom: 12px;
  color: #858585; }
  .dest-city .story-autor span {
    display: inline-block; }

.dest-city .story-autor-name {
  overflow: hidden;
  height: 20px; }

.dest-city .topic-list {
  position: relative;
  padding-top: 40px; }
  .dest-city .topic-list .topic {
    font-size: 18px;
    font-weight: 500;
    color: #5A5A5A;
    margin: 22px 0px 0px 0px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E3E3E3; }
    .dest-city .topic-list .topic:hover {
      text-decoration: none; }
      .dest-city .topic-list .topic:hover p {
        color: #1BBEF2; }
    .dest-city .topic-list .topic::before {
      position: absolute;
      content: url(../images/forum-message.svg);
      top: 3px;
      left: 10px; }
  .dest-city .topic-list p {
    max-height: 23px;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    margin: 0px;
    line-height: 24px;
    transition: color ease-in 0.2s; }
  .dest-city .topic-list .replies {
    color: #1BBEF2; }
    .dest-city .topic-list .replies span {
      padding-right: 5px; }
  .dest-city .topic-list .posted-on {
    font-weight: normal;
    padding-left: 20px;
    color: #858585; }

/*# sourceMappingURL=dest-city.css.map */
