.block-latest-tours {
  padding: 75px 0;
  background: #eee;
  border-top: 1px solid #a2a2a2;
}
.block-latest-tours .block-container {
  max-width: 100%;
  padding: 0;
}
.block-latest-tours .section-header {
  max-width: 1630px;
  padding: 0 15px;
  margin-bottom: 65px;
}
.block-latest-tours .section-header .btn {
  border-color: #24241e;
}
.block-latest-tours .section-header .btn:hover {
  background: #24241e;
}
.block-latest-tours .section-header .btn.btn-arrow:after {
  margin-right: 30px;
}
.block-latest-tours .slide-wrap {
  max-width: 1600px;
  margin: auto;
}
.block-latest-tours .tour {
  display: flex;
  height: 575px;
}
.block-latest-tours .tour .col-right {
  z-index: 5;
  width: 740px;
}
.block-latest-tours .tour__card {
  padding: 30px;
  margin-top: 35px;
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.block-latest-tours .tour__card .tour__title {
  font-size: 26px;
  font-weight: 600;
  color: #0a6848;
}
.block-latest-tours .tour__card .tour__desc {
  margin-bottom: 25px;
  font-weight: 600;
}
.block-latest-tours .tour__card .tour__meta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.block-latest-tours .tour__card .tour__meta .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.block-latest-tours .tour__card .tour__meta .item:after {
  display: block;
  width: 1px;
  height: 28px;
  margin: 0 15px;
  content: "";
  background: #ccc;
}
.block-latest-tours .tour__card .tour__meta .item:last-child:after {
  display: none;
}
.block-latest-tours .tour__card .tour__meta .item__icon {
  margin-left: 8px;
  color: #519714;
}
.block-latest-tours .tour__card .tour__desc {
  font-weight: 300;
  line-height: 1.3;
}
.block-latest-tours .tour__card .tour__desc.tour__desc_top {
  font-weight: 600;
}
.block-latest-tours .tour__card .tour__price {
  font-weight: 600;
}
.block-latest-tours .tour__card .tour__price .price__text {
  position: relative;
  top: -7px;
  margin-left: 5px;
  font-size: 16px;
}
.block-latest-tours .tour__card .tour__price .price__num {
  font-size: 37px;
  color: #519714;
}
.block-latest-tours .tour__card .tour__price .price__currency {
  margin-right: -5px;
  font-size: 17px;
  color: #519714;
}
.block-latest-tours .tour__card .tour__link {
  display: flex;
  justify-content: flex-end;
  margin-left: -50px;
}
.block-latest-tours .tour__nav {
  display: flex;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.block-latest-tours .tour__nav .nav__arrows {
  display: flex;
  margin-left: 25px;
}
.block-latest-tours .tour__nav .nav__arrows .swiper-arrow {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-latest-tours .tour__nav .nav__arrows .swiper-arrow:hover {
  background: #337da3;
}
.block-latest-tours .tour__nav .nav__arrows .swiper-arrow:hover:after {
  color: #FFF;
}
.block-latest-tours .tour__nav .nav__arrows .swiper-button-prev {
  margin-left: 8px;
}
.block-latest-tours .tour__nav .nav__next .next__text {
  display: block;
  margin-bottom: 5px;
  color: #322110;
}
.block-latest-tours .tour__nav .nav__next .next__title {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  color: #786658;
  border-bottom: 1px solid #707070;
}
.block-latest-tours .tour .col-left {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .block-latest-tours .tour .col-left {
    width: 60%;
    height: 100%;
    display: flex;
  }
  .block-latest-tours .tour .col-left .tour__image {
    height: 100%;
    width: 100%;
    display: block;
  }
  .block-latest-tours .tour .col-left .tour__image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .block-latest-tours .tour .col-right {
    width: 50%;
  }
  .block-latest-tours .tour .col-left {
    max-width: 60%;
  }
  .block-latest-tours .tour .col-left .tour__image {
    height: 570px;
  }
  .block-latest-tours .tour .col-left .tour__image img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .block-latest-tours .tour .col-right {
    width: 60%;
  }
  .block-latest-tours .tour .col-left {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .block-latest-tours .tour {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 16px;
  }
  .block-latest-tours .tour .col-left {
    max-width: 100%;
    position: relative;
    top: auto;
    width: 100%;
  }
}

/*# sourceMappingURL=block-latest-tours.css.map */
