.top_tour_types {
  margin-top: 40px;
  margin-bottom: 40px; }
  .top_tour_types .top_tour_types_header {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .top_tour_types .top_tour_types_header .nav {
        flex-wrap: nowrap; } }
    .top_tour_types .top_tour_types_header .top_tour_types_header_box {
      text-align: center;
      margin: 0;
      word-break: break-all; }
      .top_tour_types .top_tour_types_header .top_tour_types_header_box .top_tour_types_header_link {
        position: relative;
        min-height: 60px;
        padding-right: 65px;
        padding-top: 18px; }
  .top_tour_types .top_tour_types_header_img {
    height: 50px; }
  .top_tour_types .top_tour_types_header_img_wrapper {
    min-height: 50px;
    min-width: 10px;
    background: white;
    display: inline-block; }
  .top_tour_types .main_tours_box_date_link:hover {
    opacity: 0.8;
    color: white; }
  .top_tour_types .top_tour_types_map {
    margin: 20px auto; }
    .top_tour_types .top_tour_types_map .top_tour_types_header .top_tour_types_header_box .top_tour_types_header_link {
      padding-right: 30px; }

.top_tour_types_header_link_title {
  float: left;
  font-size: 16px;
  word-break: normal; }

.main_page__map_container {
  min-height: 600px; }

.top_tour_types .top_tour_types_header_img_wrapper {
  background: white;
  display: inline-block;
  float: right;
  /* margin-right: -5px; */
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 3px; }

@media (max-width: 1350px) {
  .owl-nav {
    display: none; } }
.owl-prev {
  position: absolute;
  left: -80px;
  top: 180px; }

.owl-next {
  position: absolute;
  right: -80px;
  top: 180px; }

.top_tour_types_content .owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  text-shadow: 1px 1px 4px rgba(86, 86, 86, 0.5);
  font-size: 61px;
  font-weight: 100;
  background: transparent;
  transition: 0.5s; }
  .top_tour_types_content .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    text-shadow: 1px 1px 4px rgba(86, 86, 86, 0.9); }

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/static/owl_carousel/assets/owl.video.play.png?a63c15cf5eac") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.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=tmpzbJcwi.css.map */

.ability-features {
  margin-bottom: 110px; }

.ability-title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px; }

.ability-features-title {
  color: #393737;
  font-family: Fugue;
  font-size: 21px;
  line-height: 30px; }

.ability-features-icon {
  text-align: center;
  font-size: 40px; }

.ability-features-text {
  color: #393737;
  font-family: "Basis Grotesque Pro";
  font-size: 16px;
  line-height: 24px; }
  .ability-features-text.undertitle {
    margin-bottom: 83px; }

.partners {
  margin-bottom: 130px; }

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

.main-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh; }

.main_header_text {
  color: #fff;
  flex-grow: 1; }

.main_header_nav {
  padding-top: 9px; }

.show_market_form {
  color: #393737; }

.main-header-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 156px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%); }

.main-header_search-btn {
  padding-bottom: 21px; }

.main-header-btn {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px; }

.main-header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 42px; }
  .main-header-content:before, .main-header-content:after {
    display: none; }

.main_header_top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

a.main-header-enter {
  border-width: 1px;
  margin-top: 7px; }

.main-header-text {
  font-size: 27px;
  margin-bottom: 4vh;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.main-header-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 51px;
  line-height: 60px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 512px) {
    .main-header-title {
      font-size: 33px;
      line-height: 36px; } }

.search-btn {
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  border-radius: 5px;
  background: #0076ff;
  cursor: pointer;
  transition: 0.2s all ease 0s;
  border: none;
  padding: 16px 0 14px;
  outline: none;
  outline-offset: 0;
  width: 140px; }

.main-header-home.main-header {
  min-height: initial;
  transition: 1s; }
.main-header-home .main-header-content {
  min-height: auto;
  flex-grow: 1; }
.main-header-home .main_header_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50vh; }

.main-header-cols {
  margin-bottom: 48px;
  color: white; }

.main-header-content_blue_bg {
  transition: 1s;
  background-color: #0f0f96; }

.main_page_all_content_wrapper {
  background: white;
  min-height: 100vh; }

/*# sourceMappingURL=tmpmJqBEY.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=tmpOcjOme.css.map */
