@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:300,400,700');
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:300,400,700');
@charset "UTF-8";
.text-muted {
  color: #949494; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.logo, .hero__heading--fantasy {
  font-family: 'Kaushan Script', cursive; }

body {
  font-family: 'Open Sans', sans-serif; }

:focus {
  outline: none; }

body {
  overflow-x: hidden; }
  body * {
    box-sizing: border-box; }

b {
  font-weight: bold; }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    margin: 0 auto; } }

.container:after {
  display: table;
  clear: both;
  content: ''; }

p {
  font-size: 1.125rem;
  margin: 1.5rem 0;
  line-height: 1.5; }

section {
  padding: 75px 0; }

.menu-panel {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.35); }

.logo {
  display: inline-block;
  font-size: 2rem;
  transition: text-shadow .3s ease;
  text-decoration: none; }
  .logo--bright {
    color: #36aeea; }
  .logo--muted {
    color: #95a5ad; }
  .logo:hover {
    text-shadow: 3px 3px 2px rgba(6, 6, 6, 0.13); }

.main-navigation {
  display: inline-block;
  margin: 0 40px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #95a5ad; }
  .main-navigation li {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0;
    cursor: pointer;
    transition: border-color .3s ease;
    border-bottom: 2px solid transparent; }

.nav-active, .main-navigation li:hover {
  border-bottom: 2px solid #36aeea; }

.btn {
  display: inline-block;
  padding: 13px 30px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #36aeea; }
  .btn:hover {
    background-color: #64c1ef; }
  .btn--hollow {
    color: #36aeea;
    border: 2px solid #36aeea;
    background: none; }
    .btn--hollow:hover {
      color: #fff;
      border-color: #36aeea;
      background-color: #36aeea; }
    .btn--hollow:active {
      color: #fff;
      border-color: #1697d7;
      background-color: #1697d7; }
  .btn--callback {
    float: right;
    padding-right: 40px;
    padding-left: 40px; }
  .btn--big {
    padding: 18px 65px;
    font-size: 15px; }
  .btn:active {
    background-color: #1697d7; }

header {
  background-image: url("../images/backgrounds/hero_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center; }

.hero {
  overflow: visible; }
  .hero__wrapper {
    overflow: hidden;
    padding: 149px 0 134px; }
  .hero__outer {
    position: relative;
    color: #fff;
    border: 5px solid #fff;
    border-bottom: none; }
    .hero__outer:after {
      position: absolute;
      z-index: 15;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 0;
      content: '';
      border-bottom: 5px solid white; }
  .hero__inner {
    max-width: 50%;
    padding: 40px; }
  .hero__heading {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase; }
    .hero__heading--fantasy {
      font-size: 60px;
      font-weight: normal;
      text-transform: none;
      color: #36aeea; }
  .hero__description {
    color: #fff;
    text-shadow: 2px 0 1px #3a3a3a; }
  .hero__man {
    position: absolute;
    z-index: 10;
    top: -135px;
    right: 113px; }

.section__heading {
  position: relative;
  margin: 40px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #2c2e37; }
  .section__heading--small {
    font-size: 20px; }
  .section__heading:before {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 8px;
    margin: auto;
    content: '';
    background-image: url("../images/svg/wave.svg");
    background-repeat: no-repeat; }
  .section__heading--left {
    text-align: left; }
    .section__heading--left:before {
      right: auto;
      left: 0;
      margin: 0; }

.about {
  padding-bottom: 40px;
  background: url("../images/backgrounds/dotted-map.png") 60% 50px no-repeat; }
  .about__description {
    float: left;
    width: 35%; }
  .about__photos {
    float: left;
    width: 65%;
    padding-left: 50px; }
  .about-image--small {
    position: relative;
    z-index: 30;
    margin-top: -230px; }
  .about-image--big {
    position: relative;
    z-index: 25;
    margin-top: -45px;
    margin-left: 100px; }
  .about__container {
    display: flex;
    align-items: center; }
  .about__heading {
    position: relative;
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
    .about__heading:before {
      position: absolute;
      top: -35px;
      left: 0;
      display: block;
      width: 80px;
      height: 8px;
      content: '';
      background-image: url("../images/svg/wave.svg");
      background-repeat: no-repeat; }
  .about p {
    color: #949494; }

.section--gray {
  background-color: #f6f4f4; }

.journal {
  overflow: hidden;
  padding: 60px 0; }
  .journal-grid {
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 0 21px 0 rgba(6, 6, 6, 0.13); }
  .journal-item {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    max-width: 380px; }
    .journal-item--wide {
      flex-direction: row;
      width: 66.6666%;
      max-width: 760px; }
    .journal-item__description, .journal-item__picture {
      height: 380px; }
    .journal-item__picture {
      position: relative;
      font-size: 0; }
    .journal-item__description {
      position: relative;
      padding: 15px;
      text-align: center; }
      .journal-item__description:before {
        position: absolute;
        top: -15px;
        left: calc(50% - 15px);
        display: block;
        width: 0;
        height: 0;
        content: '';
        border: 15px solid transparent;
        border-top: none;
        border-bottom-color: #fff; }
      .journal-item__description--right:before {
        position: absolute;
        top: 50px;
        left: -15px;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border: 15px solid transparent;
        border-right-color: #fff;
        border-left: none; }
      .journal-item__description--left {
        order: -1; }
        .journal-item__description--left:before {
          position: absolute;
          top: 50px;
          right: -15px;
          left: auto;
          display: block;
          width: 0;
          height: 0;
          content: '';
          border: 15px solid transparent;
          border-right: none;
          border-left-color: #fff; }
    .journal-item__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 82px;
      height: 82px;
      transform: translate(-50%, -50%);
      text-align: center; }
    .journal-item__category {
      margin: 1.5rem 0;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      color: #36aeea; }
    .journal-item__heading {
      margin: 3rem 0 2rem;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5;
      text-transform: uppercase; }
    .journal-item__details {
      max-width: 80%;
      margin: 0 auto;
      color: #777; }
    .journal-item__count {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 25px;
      font-family: 'Times New Roman', serif;
      font-style: italic; }

.newsletter-subscribe {
  padding: 150px 0;
  background: url("../images/backgrounds/mountains_and_trees.jpg") 0 0 no-repeat; }

.workflow {
  padding: 80px 0; }

.input-group__fields {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff; }

.input-group__text-input {
  font-size: 1rem;
  min-width: 250px;
  padding: 15px 15px;
  font-family: inherit;
  vertical-align: middle;
  border: none; }
  .input-group__text-input + .input-group__text-input {
    border-left: 1px solid #ddd; }

.input-group__btn {
  padding: 19px 30px;
  vertical-align: middle; }

.input-group__hint {
  margin: 15px 0;
  font-size: 0.875rem;
  color: #36aeea; }

.stages {
  position: relative;
  overflow: hidden; }
  .stages:before {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    content: '';
    background: url("../images/svg/line_horizontal.svg") 0 0 repeat-x; }

.stage {
  float: left;
  width: 25%;
  padding: 0 20px;
  text-align: center; }
  .stage:hover .stage__icon:before {
    transform: scale(1.1); }
  .stage__number {
    position: relative;
    z-index: 5;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #36aeea;
    border: 2px solid #36aeea;
    border-radius: 50%;
    background-color: #fff; }
  .stage__icon {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 58px auto 30px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f3f6; }
    .stage__icon:before {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      transition: transform .3s ease;
      background: url("../images/svg/document.svg") center center no-repeat, url("../images/polygon.png") center 60% no-repeat; }
    .stage__icon:after {
      position: absolute;
      z-index: 1;
      top: -53px;
      left: 50%;
      width: 2px;
      height: 100%;
      content: '';
      background: url("../images/svg/line_vertical.svg") 0 0 no-repeat; }
    .stage__icon.book:before {
      background: url("../images/svg/book.svg") center center no-repeat, url("../images/polygon.png") center 60% no-repeat; }
    .stage__icon.ok:before {
      background: url("../images/svg/ok.svg") center center no-repeat, url("../images/polygon.png") center 60% no-repeat; }
    .stage__icon.user:before {
      background: url("../images/svg/user.svg") center center no-repeat, url("../images/polygon.png") center 60% no-repeat; }
  .stage__description::first-line {
    font-size: 1.125rem;
    font-weight: bold; }

.travel-offers {
  padding: 90px 0 350px;
  background: url("../images/backgrounds/dotted_map_blue.png") 0 120px no-repeat, url("../images/backgrounds/boats.jpg") 0 100% no-repeat; }

.locations {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between; }

.location {
  padding: 0 15px;
  flex-basis: 20%; }
  .location__inner {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
    transition: box-shadow .3s ease, transform .3s ease;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    justify-content: space-between; }
    .location__inner:hover {
      transform: scale(1.03);
      box-shadow: 0 4px 12px 2px rgba(6, 6, 6, 0.5); }
    .location__inner.alps {
      background: url("../images/backgrounds/dotted_overlay.png") 0 0 repeat, url("../images/backgrounds/alps.jpg"); }
    .location__inner.carpathian {
      background: url("../images/backgrounds/dotted_overlay.png") 0 0 repeat, url("../images/backgrounds/carpathians.jpg"); }
    .location__inner.pyrenees {
      background: url("../images/backgrounds/dotted_overlay.png") 0 0 repeat, url("../images/backgrounds/pyrenees.jpg"); }
    .location__inner.kavkaz {
      background: url("../images/backgrounds/dotted_overlay.png") 0 0 repeat, url("../images/backgrounds/kavkaz.jpg"); }
    .location__inner.rocky {
      background: url("../images/backgrounds/dotted_overlay.png") 0 0 repeat, url("../images/backgrounds/rocky.jpg"); }
  .location__footer {
    display: flex;
    overflow: hidden;
    padding: 23px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: space-between; }
  .location__old-price {
    font-size: 1.125rem;
    text-decoration: line-through; }
  .location__price {
    font-size: 1.625rem;
    font-weight: bold; }
  .location__info {
    margin-top: 30px;
    padding: 20px 20px; }
  .location__rating {
    padding: 20px 20px; }
  .location__title {
    font-size: 1.75rem; }

.star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/svg/star.svg") 0 0 no-repeat;
  background-size: contain; }
  .star + .star {
    margin-left: 4px; }

.gallery__tile {
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer; }
  .gallery__tile:hover .gallery__hover {
    margin: 0;
    opacity: 1; }

.gallery__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  margin-top: calc(-100% + 35px);
  transition: all .3s ease;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.company.slick-slide {
  display: flex;
  height: 40px;
  align-items: center; }

.company__logo {
  margin: 0 auto; }

.testimonials {
  padding-bottom: 140px;
  background: url("../images/backgrounds/footer.jpg") 0 100% no-repeat; }

.testimonials-list {
  display: flex;
  margin: 120px -30px 0; }

.testimonial {
  padding: 0 30px; }
  .testimonial__text {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #95a5ad; }
    .testimonial__text:before {
      font-size: 5.75rem;
      display: block;
      margin-top: 20px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 30px;
      content: '“'; }
  .testimonial__author {
    overflow: hidden;
    margin-top: 20px; }
  .testimonial__avatar {
    float: left;
    overflow: hidden;
    margin-right: 25px;
    font-size: 0;
    border-radius: 50%; }
  .testimonial__name {
    margin-top: 25px;
    color: #36aeea; }

.contacts {
  overflow: hidden;
  max-width: 515px;
  margin: 90px auto 0;
  padding: 30px;
  text-align: center;
  color: #383e4a;
  border-radius: 8px;
  background: url("../images/backgrounds/form.jpg") 0 0 no-repeat;
  background-size: cover; }
  .contacts-form__input {
    font-size: 1.125rem;
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 4px;
    outline: none; }
    .contacts-form__input + .contacts-form__input {
      margin-top: 20px; }
  .contacts-form__heading {
    font-size: 2.25rem;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #36aeea; }

.page-footer {
  color: #7ecada;
  background: linear-gradient(105deg, #3b4f55, #406770); }

.footer-panel {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between; }

.social-links {
  font-size: 0; }

.social-link {
  display: inline-block;
  transition: background-color .3s ease, transform .3s ease;
  background: #2ab7ef url("../images/social/social_sprite.png") 25px 25px no-repeat; }
  .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px; }
  .social-link + .social-link {
    margin-left: 5px; }
  .social-link.twitter {
    background-color: #2ab7ef;
    background-position: -27px 14px; }
    .social-link.twitter:hover {
      background-color: #59c7f3; }
    .social-link.twitter:active {
      background-color: #109ed6;
      transform: scale(0.9); }
  .social-link.facebook {
    background-color: #6788ce;
    background-position: 16px 12px; }
    .social-link.facebook:hover {
      background-color: #8ea6da; }
    .social-link.facebook:active {
      background-color: #406ac2;
      transform: scale(0.9); }
  .social-link.vk {
    background-color: #54769a;
    background-position: -67px 15px; }
    .social-link.vk:hover {
      background-color: #7090b1; }
    .social-link.vk:active {
      background-color: #425d79;
      transform: scale(0.9); }

.footer-phone {
  font-size: 1.6875rem;
  font-weight: bold;
  text-decoration: none; }
  .footer-phone, .footer-phone:hover {
    color: inherit; }

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