#carousel-tour {
  position: relative;
}
#carousel-tour .price-total-cost {
  display: none;
}
#carousel-tour .carousel-inner{
  position: relative;
  display: block;
  margin: 60px 0px;
}
#carousel-tour .item{
  overflow: hidden;
  white-space: nowrap;
}
#carousel-tour .blog{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#carousel-tour .jcarousel-item{
// min-width: 216px;
  width: 19%;
  background: none;
  padding: 0;
  float: left;
  margin-left: 0px;
  margin-right: 1.2%;
}
#carousel-tour .item .jcarousel-item:last-child, #carousel-tour .jcarousel-item .blog{
  margin-right: 0px;
}
#carousel-tour .jcarousel-item .blog{
  margin: 0px;
}
#carousel-tour .jcarousel-item img{
  width: 100%;
}
.d-carousel .jcarousel-container-horizontal {
  width: 100%;
  margin: 0 auto;
  height: 283px;
  padding: 0px;
}
.arrows-btn .left, .arrows-btn .right{
  position: absolute;
  top: 0;
  left: -45px;
  width: 16px;
  height: 100%;
  cursor: pointer;
  background: transparent url(../img/prev-news.png) no-repeat center left;
}
.arrows-btn .right{
  left: auto;
  right: -45px;
  background: transparent url(../img/next-news.png) no-repeat center left;
}
.d-carousel .jcarousel-prev-horizontal:hover {
  background-position: center left;
}
#carousel-tour .carousel-inner .title{
  padding: 7px 15px 0px 7px;
}
#carousel-tour .carousel-inner .price .from{
  font-size: 12px;
  color: #939598;
  line-height: 1.4;
}
#carousel-tour .carousel-inner .price span{
  display: block;
  line-height: 1.1;
}
#carousel-tour .carousel-inner .ico-like{
  background-color: #f6f6f6;
}

@media (max-width: 800px) {
  #carousel-tour .jcarousel-item{
    width: 24%;
    margin-right: 1.3%;
  }
  #carousel-tour .jcarousel-item:nth-child(4n){
    margin-right: 0;
  }
  #carousel-tour .jcarousel-item:nth-child(5n){
    display: none;
  }
  #carousel-tour .city-title, #carousel-tour .jcarousel-item .title{
    font-size: 14px;
  }
  #carousel-tour .la-image img{
    height: 114px;
  }
  #carousel-tour .la-footer .price{
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #carousel-tour .carousel-inner {
    margin: 160px 0px;
  }
  #carousel-tour .carousel-inner .jcarousel-item{
    width: 100%;
    margin-bottom: 27px;
  }
  #carousel-tour .carousel-inner .blog .la-header .city-title a{
    font-size: 20px;
  }
}