.relative_tours {
  border-left: 1px solid #F2F2F2; }
  @media (max-width: 767px) {
    .relative_tours {
      border: 0; } }

.relative_tours_title {
  color: black;
  font-family: Fugue;
  text-transform: lowercase;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 40px; }

.relative_tours_title_blue {
  color: #0f0f96; }

.relative_tours_box {
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  cursor: pointer; }

.relative_tours_box_img {
  border-radius: 0 2px 2px 0; }

.relative_tours_box_title {
  color: #0F0F96;
  font-family: "Basis Grotesque Pro";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 2px; }

.relative_tours_box_date {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 13px; }

.relative_tours_box_price {
  color: #0F0F96;
  font-family: Fugue;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  border-radius: 2px;
  background-color: white;
  border: 1px solid #0F0F96;
  padding: 4px 12px; }

.relative_tours_box_tip {
  color: white;
  margin: 22px 24px;
  padding: 1px 10px;
  text-transform: lowercase;
  border-radius: 100px;
  background-color: #0076FF;
  display: inline-block; }

/*# sourceMappingURL=tmpBkVR07.css.map */

.main_tours {
  margin-top: 40px;
  margin-bottom: 60px; }

.main_tours_title {
  color: black;
  font-family: Fugue;
  font-size: 45px;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 40px; }
  .main_tours_title span {
    color: #0f0f96; }

.main_tours_box {
  margin-bottom: 20px;
  position: relative;
  height: 160px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  overflow: hidden; }
  .main_tours_box:hover .main_tour_bg {
    transform: scale(1); }
  .main_tours_box .main_tour_bg {
    transform: scale(1.5);
    transition: .5s all ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .main_tours_box.medium {
    height: 220px; }
  .main_tours_box.big {
    height: 420px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .main_tours_box.big .main_tours_box_footer {
      height: 170px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .main_tours_box.big .main_tours_box_footer .main_tours_box_title {
        font-size: 25px;
        font-weight: bold; }

.main_tours_box_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 5px;
  height: 50%; }
  .main_tours_box_footer * {
    color: white; }
  .main_tours_box_footer .main_tours_box_footer_inner {
    position: absolute;
    bottom: 9px;
    left: 25px;
    right: 25px; }

.main_tours_box_title {
  font-size: 16px;
  font-weight: bold; }

.main_tours_box_price.main_tours_box_price_small_box {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #0076FF; }

.main_tours_box_tip {
  color: white;
  margin: 22px 24px;
  padding: 1px 10px;
  text-transform: lowercase;
  border-radius: 100px;
  background-color: #0076FF;
  display: inline-block; }

/*# sourceMappingURL=tmpwnIh0M.css.map */

.tours_page {
  margin-top: 20px;
  margin-bottom: 20px; }

.tours_page_title {
  color: #393737;
  font-family: Fugue;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 21px; }

.tours_page_pic {
  margin-bottom: 20px; }

.tours_page_gallery {
  margin-bottom: 20px; }
  .tours_page_gallery .tours_page_gallery_pic {
    margin-bottom: 10px; }

.tours_page_content {
  color: #393737;
  font-family: "Basis Grotesque Pro";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 104px; }
  .tours_page_content p {
    margin-top: 30px;
    margin-bottom: 30px; }

.tours_page_choice_btn {
  color: #0F0F96;
  font-family: Fugue;
  font-size: 20px;
  display: block;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #0F0F96;
  padding: 4px 12px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px; }

.tours_page_brief_pic {
  margin-right: 10px;
  color: #b9bcbf;
  font-size: 23px; }

.tours_page_brief {
  display: flex;
  flex-direction: row;
  margin: 5px 0 0 0;
  width: 100%; }

.tour_row_value {
  font-size: 20px; }

.tours_page_brief_item {
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  flex: 1 0 0;
  -webkit-flex: 1 0 0;
  margin-right: 10px; }

.tours_page_brief_title {
  opacity: 0.4;
  font-size: 13px;
  margin-bottom: 5px; }

.tours_page_brief_content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  white-space: nowrap; }

/*# sourceMappingURL=tmpE7__ke.css.map */

.footer {
  padding: 43px 0px;
  color: #fff;
  background-color: #0F0F96;
  font-family: Fugue;
  font-size: 21px; }

.mix_footer_hover:hover, .footer_brand:hover, a.footer_email:hover, .footer_subscribe:hover, .footer_social_link:hover, .footer_privacy:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  transition: 0.2s all ease 0s;
  cursor: pointer; }

.footer_logo {
  margin-right: 8px;
  margin-top: -2px; }

.footer_brand {
  color: #fff;
  font-size: 33px;
  line-height: 16px;
  margin-bottom: 46px;
  display: inline-block;
  cursor: pointer; }

.footer_phone {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  display: inline-block; }

a.footer_email {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline; }

.footer_subscribe {
  border-radius: 2px;
  background-color: #0076FF;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px; }

.footer_year {
  opacity: 0.4;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px; }

.footer_social_link {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 27px;
  color: white;
  margin-bottom: 15px;
  display: inline-block; }

.footer_privacy {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline; }

/*# sourceMappingURL=tmpkw6g3x.css.map */
