@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 1.4; }

body {
  position: relative;
  width: 100%;
  height: 100%; }

* {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333333; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.header-top {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  background: url("../img/header-decor-picture.png") 10px 17px no-repeat transparent; }
  .header-top .header-logo img {
    padding-left: 105px; }
  .header-top .header-contacts {
    text-align: right; }
    .header-top .header-contacts > p {
      position: relative;
      padding-right: 25px; }
    .header-top .header-contacts .company {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }
    .header-top .header-contacts .address {
      font-size: 14px;
      line-height: 24px; }
      .header-top .header-contacts .address:after {
        content: "\f0ca";
        font: normal normal normal 18px/1 "Black Tie";
        position: absolute;
        right: 0;
        top: 2px;
        color: #959595; }
    .header-top .header-contacts .tel {
      font-size: 14px; }
      .header-top .header-contacts .tel a {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: #333333; }
        .header-top .header-contacts .tel a:first-child {
          margin-right: 20px; }
          .header-top .header-contacts .tel a:first-child:after {
            content: ','; }
      .header-top .header-contacts .tel:after {
        content: "\f005";
        font: normal normal normal 18px/1 "Black Tie";
        position: absolute;
        right: 0;
        top: 2px;
        color: #959595; }
  .header-top .header-social {
    border-left: 1px solid #959595; }
    .header-top .header-social .social {
      display: block; }
      .header-top .header-social .social i {
        color: #959595;
        font-size: 18px; }
      .header-top .header-social .social.twitter:hover i {
        color: #4cafff; }
      .header-top .header-social .social.facebook:hover i {
        color: #080dff; }
      .header-top .header-social .social.googleplus:hover i {
        color: #ff6829; }

.header-midle {
  position: relative;
  max-height: 540px; }
  .header-midle .owl-carousel .owl-item img {
    max-height: 540px;
    object-fit: cover; }
  .header-midle .header-decor {
    position: absolute;
    right: 0;
    bottom: -69px;
    z-index: 100; }

.breadcrumbs {
  padding-top: 20px; }
  .breadcrumbs ul li {
    display: inline-block;
    vertical-align: top; }
    .breadcrumbs ul li.active span {
      font-weight: 600;
      color: #005cb4; }

.page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.content-wrapper {
  flex: 1 0 auto; }

.main-content {
  padding-top: 60px; }

.inner-content {
  padding: 0 15px; }

.page-text {
  margin-bottom: 30px; }

.slider-main .owl-carousel .slider-item .slider-discribe {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 310px);
  border: 2px solid rgba(232, 226, 226, 0.56);
  padding: 10px; }
  .slider-main .owl-carousel .slider-item .slider-discribe h2 {
    font-size: 30px;
    color: #000099;
    background-color: rgba(232, 226, 226, 0.56);
    margin: 0;
    display: block;
    width: 400px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: content-box; }
.slider-main .owl-carousel .owl-nav {
  margin: 0; }

#top-nav {
  background-color: #000099; }
  #top-nav ul.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    height: 57px;
    padding-top: 20px;
    margin: 0 auto;
    width: 75%; }
    #top-nav ul.nav > li {
      position: relative; }
      #top-nav ul.nav > li > a {
        color: white;
        text-transform: uppercase;
        font-size: 18px;
        padding-bottom: 8px; }
        #top-nav ul.nav > li > a:hover {
          border-bottom: 5px solid white; }
    #top-nav ul.nav li.parent ul.nav-child {
      display: none;
      position: absolute;
      width: 290px;
      height: auto;
      background-color: #000099;
      z-index: 10;
      padding: 10px 10px 10px 10px;
      border-top: 1px solid white;
      top: 35px; }
      #top-nav ul.nav li.parent ul.nav-child a {
        color: white;
        text-transform: none;
        padding-bottom: 9px;
        display: block;
        font-size: 18px; }
        #top-nav ul.nav li.parent ul.nav-child a:hover {
          color: grey; }
    #top-nav ul.nav li.parent:hover ul.nav-child {
      display: block; }

.travel-catalog#latest-deals {
  position: relative;
  background-color: #e2eaf5;
  padding-top: 50px; }
  .travel-catalog#latest-deals .latest-deals-title {
    text-align: center;
    margin: 0 0 35px 0; }
    .travel-catalog#latest-deals .latest-deals-title span {
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 400;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      text-align: center;
      padding: 9px 60px; }
  .travel-catalog#latest-deals .customNavigation {
    position: absolute;
    top: 84%;
    width: 100%;
    height: 50px;
    cursor: pointer;
    z-index: 100; }
    .travel-catalog#latest-deals .customNavigation .btn {
      position: absolute;
      top: -160px; }
      .travel-catalog#latest-deals .customNavigation .btn i {
        font-size: 40px;
        font-weight: 400;
        border: 1px solid transparent;
        line-height: 55px;
        color: #606071; }
        .travel-catalog#latest-deals .customNavigation .btn i:hover {
          background-color: rgba(182, 182, 182, 0.4); }
    .travel-catalog#latest-deals .customNavigation .btn.prev-owl {
      left: 0; }
      .travel-catalog#latest-deals .customNavigation .btn.prev-owl i {
        padding: 0 10px 0 3px;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%; }
    .travel-catalog#latest-deals .customNavigation .btn.next-owl {
      right: 0; }
      .travel-catalog#latest-deals .customNavigation .btn.next-owl i {
        padding: 0 3px 0 10px;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%; }
  .travel-catalog#latest-deals ul.zoo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .travel-catalog#latest-deals ul.zoo-list li {
      position: relative;
      width: 327px;
      height: 260px;
      margin: 0 10px 45px 0;
      border: none;
      padding: 0;
      overflow: hidden; }
      .travel-catalog#latest-deals ul.zoo-list li div > * {
        position: absolute; }
      .travel-catalog#latest-deals ul.zoo-list li p.title {
        top: 180px;
        color: white;
        background-color: rgba(43, 43, 43, 0.56);
        padding: 10px 10px 0 10px;
        z-index: 100;
        height: 80px;
        width: 210px;
        font-size: 16px;
        overflow: hidden;
        transition: .3s; }
      .travel-catalog#latest-deals ul.zoo-list li article.uk-article {
        top: 70px;
        left: 0;
        width: 100%;
        padding: 10px;
        height: 86px;
        overflow: hidden;
        opacity: 0;
        z-index: 100;
        transition: .5s; }
        .travel-catalog#latest-deals ul.zoo-list li article.uk-article p {
          color: white; }
      .travel-catalog#latest-deals ul.zoo-list li div.media {
        position: static;
        margin-top: 0; }
      .travel-catalog#latest-deals ul.zoo-list li div.description {
        left: 210px;
        top: 180px;
        margin-top: 0;
        z-index: 100; }
        .travel-catalog#latest-deals ul.zoo-list li div.description div div {
          position: relative;
          color: white;
          width: 110px;
          height: 80px;
          background-color: #000099;
          font-size: 20px;
          padding: 26px 5px;
          text-align: center;
          line-height: 20px; }
          .travel-catalog#latest-deals ul.zoo-list li div.description div div:before {
            content: ''; }
          .travel-catalog#latest-deals ul.zoo-list li div.description div div:after {
            content: 'duration';
            font-size: 16px;
            position: absolute;
            color: #bfbfbf;
            top: 0;
            right: 5px;
            left: 5px; }
      .travel-catalog#latest-deals ul.zoo-list li .links {
        margin-top: 0;
        z-index: 99;
        transition: .3s;
        opacity: 0; }
        .travel-catalog#latest-deals ul.zoo-list li .links span {
          position: absolute;
          bottom: 10px;
          left: 10px; }
          .travel-catalog#latest-deals ul.zoo-list li .links span:hover {
            background-color: rgba(255, 255, 255, 0.68); }
            .travel-catalog#latest-deals ul.zoo-list li .links span:hover a {
              color: black; }
          .travel-catalog#latest-deals ul.zoo-list li .links span a {
            display: block;
            color: white;
            border: 1px solid white;
            padding: 4px 30px; }
            .travel-catalog#latest-deals ul.zoo-list li .links span a:after {
              content: ''; }
    .travel-catalog#latest-deals ul.zoo-list li:hover p.title {
      top: 0;
      background-color: transparent;
      width: 100%;
      height: 58px; }
      .travel-catalog#latest-deals ul.zoo-list li:hover p.title:after {
        content: '';
        display: block;
        height: 1px;
        width: 80px;
        border-bottom: 1px solid white;
        position: absolute;
        bottom: 0; }
    .travel-catalog#latest-deals ul.zoo-list li:hover article.uk-article {
      opacity: 1; }
    .travel-catalog#latest-deals ul.zoo-list li:hover .links {
      width: 100%;
      height: 100%;
      background-color: rgba(43, 43, 43, 0.56);
      opacity: 1; }
    .travel-catalog#latest-deals ul.zoo-list .owl-item li {
      margin-left: auto;
      margin-right: auto; }

.travel-category {
  margin-bottom: 60px;
  position: relative; }
  .travel-category:before {
    content: '';
    display: block;
    width: 550px;
    height: 389px;
    position: absolute;
    border: 10px solid #bacde7;
    top: -45px;
    left: 80px;
    z-index: 1; }
  .travel-category:after {
    content: '';
    display: block;
    width: 550px;
    height: 389px;
    position: absolute;
    border: 10px solid #000780;
    bottom: -45px;
    right: 80px;
    z-index: 1; }

ul#travel-category {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2; }
  ul#travel-category li {
    background: white;
    padding: 2px; }
    ul#travel-category li a {
      position: relative;
      display: block; }
      ul#travel-category li a:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: 0 solid #bacde7;
        transition: .2s; }
      ul#travel-category li a span {
        position: absolute;
        bottom: 0;
        left: 25px;
        right: 25px;
        text-align: center;
        color: white;
        display: block;
        background-color: red;
        padding: 13px 5px;
        font-size: 18px;
        transition: .2s; }
      ul#travel-category li a:hover:before {
        border: 10px solid rgba(186, 205, 231, 0.6); }
      ul#travel-category li a:hover span {
        padding: 17px 5px;
        bottom: 10px; }

#why-travel .why-travel-title {
  margin: 20px 0 30px 0;
  text-align: center; }
  #why-travel .why-travel-title span {
    font-size: 24px;
    color: #000099;
    background: url("../img/why-travel-decor-left.png") no-repeat left, url("../img/why-travel-decor-right.png") no-repeat right;
    background-position-y: 0;
    line-height: 50px;
    display: inline-block;
    padding: 0 100px; }

/*Гамбургер*/
.hamburger {
  position: absolute;
  right: 20px;
  top: 8px;
  height: 50px;
  width: 25px;
  box-sizing: border-box;
  cursor: pointer; }

.hamburger--line {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  display: block;
  background-color: #000000;
  transition-duration: 250ms;
  position: absolute;
  margin-top: 19px; }

.hamburger--line::before,
.hamburger--line::after {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 5px;
  display: block;
  background-color: #000000;
  position: absolute;
  transition: 200ms; }

.hamburger--line::before {
  top: -10px; }

.hamburger--line::after {
  top: 10px; }

.hamburger--line__x {
  transform: rotate(-45deg);
  background-color: #fec719; }

.hamburger--line__x::before,
.hamburger--line__x::after {
  transform: rotate(90deg);
  top: 0;
  background-color: #fec719; }

/*Конец Гамбургер*/
#top-nav-mobile {
  position: fixed;
  z-index: 1000;
  top: 80px;
  background-color: #313233;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 30px; }
  #top-nav-mobile ul.nav > li {
    margin-bottom: 20px; }
    #top-nav-mobile ul.nav > li.active > a {
      color: #2c78c1; }
    #top-nav-mobile ul.nav > li > a {
      position: relative;
      font-size: 28px;
      text-decoration: none;
      color: white;
      padding: 0 30px; }
  #top-nav-mobile ul.nav li.parent ul.nav-child {
    display: none; }
    #top-nav-mobile ul.nav li.parent ul.nav-child a {
      color: white;
      text-transform: none;
      display: block; }
      #top-nav-mobile ul.nav li.parent ul.nav-child a:hover {
        color: grey; }
  #top-nav-mobile ul.nav li.parent:hover ul.nav-child {
    display: block; }

#yoo-zoo.jbzoo-view-category .category {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid grey; }
  #yoo-zoo.jbzoo-view-category .category .title {
    margin-top: 0; }
#yoo-zoo.jbzoo-view-category .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #yoo-zoo.jbzoo-view-category .items .column {
    position: relative;
    width: 392px;
    height: 300px;
    margin: 0 10px 45px 0;
    border: none;
    padding: 0;
    overflow: hidden;
    border-radius: 0; }
    #yoo-zoo.jbzoo-view-category .items .column div > * {
      position: absolute; }
    #yoo-zoo.jbzoo-view-category .items .column .jbzoo-item {
      margin: 0; }
    #yoo-zoo.jbzoo-view-category .items .column h4.item-title {
      top: 220px;
      color: white;
      background-color: rgba(43, 43, 43, 0.56);
      padding: 10px 10px 0 10px;
      margin: 0;
      z-index: 100;
      height: 80px;
      width: 270px;
      font-size: 16px;
      overflow: hidden;
      transition: .3s; }
    #yoo-zoo.jbzoo-view-category .items .column .item-properties {
      top: 70px;
      left: 0;
      width: 100%;
      padding: 10px;
      height: 134px;
      overflow: hidden;
      opacity: 0;
      z-index: 100;
      transition: .5s; }
      #yoo-zoo.jbzoo-view-category .items .column .item-properties p {
        color: white; }
    #yoo-zoo.jbzoo-view-category .items .column .element-text {
      left: 270px;
      top: 220px;
      margin-top: 0;
      z-index: 100; }
      #yoo-zoo.jbzoo-view-category .items .column .element-text div {
        position: relative;
        color: white;
        width: 110px;
        height: 80px;
        background-color: #000099;
        font-size: 24px;
        padding: 26px 5px;
        text-align: center;
        line-height: 20px; }
        #yoo-zoo.jbzoo-view-category .items .column .element-text div:before {
          content: ''; }
        #yoo-zoo.jbzoo-view-category .items .column .element-text div:after {
          content: 'duration';
          font-size: 16px;
          position: absolute;
          color: #bfbfbf;
          top: 0;
          right: 5px;
          left: 5px; }
    #yoo-zoo.jbzoo-view-category .items .column .item-metadata {
      margin-top: 0;
      z-index: 99;
      transition: .3s;
      opacity: 1; }
      #yoo-zoo.jbzoo-view-category .items .column .item-metadata li {
        position: absolute;
        bottom: 10px;
        left: 10px; }
        #yoo-zoo.jbzoo-view-category .items .column .item-metadata li:hover {
          background-color: rgba(255, 255, 255, 0.68); }
          #yoo-zoo.jbzoo-view-category .items .column .item-metadata li:hover a {
            color: black; }
        #yoo-zoo.jbzoo-view-category .items .column .item-metadata li a {
          display: block;
          color: white;
          border: 1px solid white;
          padding: 4px 30px;
          width: 134px; }
          #yoo-zoo.jbzoo-view-category .items .column .item-metadata li a:after {
            content: ''; }
  #yoo-zoo.jbzoo-view-category .items .column:hover h4.item-title {
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 58px; }
    #yoo-zoo.jbzoo-view-category .items .column:hover h4.item-title:after {
      content: '';
      display: block;
      height: 1px;
      width: 80px;
      border-bottom: 1px solid white;
      position: absolute;
      bottom: 0; }
  #yoo-zoo.jbzoo-view-category .items .column:hover .item-properties {
    opacity: 1; }
  #yoo-zoo.jbzoo-view-category .items .column:hover .item-metadata {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.7);
    opacity: 1; }
  #yoo-zoo.jbzoo-view-category .items .clear {
    display: none !important; }

#yoo-zoo .jbzoo-item-full .item-title {
  margin-top: 0; }
#yoo-zoo .jbzoo-item-full ul.item-properties {
  text-align: left; }
  #yoo-zoo .jbzoo-item-full ul.item-properties li {
    margin-bottom: 10px; }
    #yoo-zoo .jbzoo-item-full ul.item-properties li strong {
      font-size: 20px;
      color: #005cb4; }
    #yoo-zoo .jbzoo-item-full ul.item-properties li span {
      font-size: 20px;
      padding-left: 20px;
      font-weight: 600; }
#yoo-zoo .jbzoo-item-full div.element-textarea.first {
  clear: both; }
#yoo-zoo .jbzoo-item-full div.element-textarea h3 {
  font-size: 20px;
  color: #005cb4;
  margin-bottom: 5px; }
#yoo-zoo .jbzoo-item-full .item-metadata {
  margin-top: 30px;
  margin-bottom: 60px; }

#map-section .map-wrapper {
  width: 100%; }
  #map-section .map-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.contact-us {
  display: inline-block;
  vertical-align: top; }
  .contact-us.text {
    width: 70%; }
  .contact-us.form {
    width: 28%; }

.ajaxWebfactorForm input, .ajaxWebfactorForm textarea {
  border: 1px solid grey !important;
  padding: 15px 10px !important;
  font-size: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important; }
.ajaxWebfactorForm textarea {
  background-color: transparent !important; }
.ajaxWebfactorForm input[type='submit'] {
  line-height: 16px !important; }

.feedback-inner {
  margin-top: 50px; }
  .feedback-inner .ajaxWebfactorForm input[type='submit'] {
    background-color: orange; }
    .feedback-inner .ajaxWebfactorForm input[type='submit']:hover {
      background-color: #a66800; }

.send-email-in-tour {
  padding-top: 30px; }
  .send-email-in-tour .send-email-in-tour_table .send-email-in-tour_tr {
    height: 40px; }
    .send-email-in-tour .send-email-in-tour_table .send-email-in-tour_tr input {
      height: 100% !important;
      margin-bottom: 10px;
      margin-top: 10px; }
    .send-email-in-tour .send-email-in-tour_table .send-email-in-tour_tr input[type="email"] {
      height: 40px !important; }

#main-footer {
  flex: 0 0 auto; }
  #main-footer .footer-content {
    background-color: #222;
    padding-top: 30px;
    padding-bottom: 15px; }
    #main-footer .footer-content .footer-logo .corporate {
      padding-top: 30px;
      color: #717171;
      text-transform: uppercase;
      font-size: 14px; }
    #main-footer .footer-content .menu-footer-menu {
      display: flex;
      justify-content: space-around;
      flex-wrap: nowrap; }
      #main-footer .footer-content .menu-footer-menu li a {
        text-transform: uppercase;
        color: white;
        border-bottom: 1px solid transparent;
        transition: .2s; }
        #main-footer .footer-content .menu-footer-menu li a:hover {
          color: #748aa8;
          border-bottom: 1px solid #748aa8; }
    #main-footer .footer-content .footer-social {
      margin-top: 25px; }
      #main-footer .footer-content .footer-social .social {
        display: inline-block;
        margin-left: 20px; }
        #main-footer .footer-content .footer-social .social i {
          color: #fff;
          font-size: 18px; }
        #main-footer .footer-content .footer-social .social.twitter:hover i {
          color: #4cafff; }
        #main-footer .footer-content .footer-social .social.facebook:hover i {
          color: #080dff; }
        #main-footer .footer-content .footer-social .social.googleplus:hover i {
          color: #ff6829; }

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

.tst_title {
  display: none !important;
}
.fsj_comment_table {
    margin: 10px;
    min-width: 50% !important;
    text-align: left !important;
}
.fsj_comment_table input {
    margin: 5px;
    border-radius: 5px;
    outline: none !important;
    line-height: 30px;
    padding: 5px;
}
#comment_body {
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    outline: none !important;
    line-height: 30px;

}
#captcha_cont {
  padding-left: 5px !important;
}
.fst_popup h2, h3 {
  display: none !important;
}