@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/flaticon.eot");
  src: url("../fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon/flaticon.woff") format("woff"), url("../fonts/flaticon/flaticon.ttf") format("truetype"), url("../fonts/flaticon/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}
.flaticon-tw:before {
  content: "\f103";
}
.flaticon-blogger:before {
  content: "\f107";
}
.flaticon-facebook:before {
  content: "\f104";
}
.flaticon-pinterest:before {
  content: "\f105";
}
.flaticon-instagram:before {
  content: "\f100";
}
.flaticon-odnolassniki:before {
  content: "\f106";
}
.flaticon-youtube:before {
  content: "\f102";
}
.flaticon-rss:before {
  content: "\f101";
}

.bg-smoky-white {
    background-color: #f6f6f6;
}
.bg-light-telegrey {
    background-color: #cacaca;
}
.nav-wrap {
  background: rgba(255,255,255,0.75);
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .nav-wrap {
    position: fixed;
  }
}
.nav-wrap.scrolled {
  background: rgba(255,255,255,0.9);
  -webkit-transition: background 3s;
  transition: background 3s;
  box-shadow: 0 2px 10px #000;
  z-index: 1000;
}
.nav-wrap.scrolled .menu-icon a span:after {
  box-shadow: 0 0 0 1px #999, 0 7px 0 1px #999, 0 14px 0 1px #999;
  margin-top: 5px;
}
.top-bar {
  background: transparent;
  height: auto;
}
@media (max-width: 1023px) {
  .top-bar {
    height: 55px;
  }
}
@media (max-width: 499px) {
  .top-bar {
    height: 40px;
  }
}
.top-bar .logo {
  margin-right: 30px;
  margin-top: 15px;
}
@media (max-width: 1350px) {
  .top-bar .logo {
    width: 60px;
    margin-right: 15px;
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .top-bar .logo {
    margin-top: 5px;
  }
}
@media (max-width: 499px) {
  .top-bar .logo {
    width: 40px;
  }
}
.top-bar .title-area {
  background: transparent !important;
}
.top-bar .top-bar-section ul.inline-list li {
  margin: 0;
  min-width: 75px;
}
.top-bar .top-bar-section ul.inline-list li a {
  padding: 0 10px !important;
  display: block;
  line-height: 30px;
  font-size: 12px;
  position: relative;
  color: #000;
  text-align: center;
}
.top-bar .top-bar-section ul.inline-list li.active>a {color: #ff6000;line-height: 30px;}
.top-bar .top-bar-section ul.inline-list>li>a.color-gray {
    color: #333;
}
@media (max-width: 1023px) {
  .top-bar .top-bar-section ul.inline-list>li {
    float: none;
  }
}
@media (min-width: 1024px) and (max-width: 1085px) {
  .top-bar .top-bar-section ul.inline-list>li {
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  .top-bar .top-bar-section ul.inline-list>li>a {
    padding: 30px 7px !important;
  }
  .top-bar .top-bar-section ul.inline-list>li>a:before {
    content: '';
    border-left: 1px solid rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    height: 30px;
  }
  /*.top-bar .top-bar-section ul.inline-list>li:last-child>a:after {
    content: '';
    border-left: 1px solid rgba(255,255,255,0.8);
    position: absolute;
    right: 0;
    height: 30px;
  }*/
  .top-bar .top-bar-section ul.inline-list li:hover {
    background: #fff;
  }
  .top-bar .top-bar-section ul.inline-list li a:hover {
    color: #ff6000;
  }
  .top-bar .top-bar-section ul.inline-list li.active a:hover {
    color: #ff6000;
  }
  .top-bar .top-bar-section ul.inline-list>li:hover+li a:before {
    border-left: 1px solid transparent;
  }
  .top-bar .top-bar-section ul.inline-list>li:hover a:before {
    border-left: 1px solid transparent;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .top-bar .top-bar-section ul.inline-list>li a {
    font-size: 10px !important;
  }
}
@media (min-width: 1599px) {
  .top-bar .top-bar-section ul.inline-list>li a {
    font-size: 13px;
  }
}
.top-bar .top-bar-section ul li { 
  background: transparent;
  text-align: left;
  white-space: nowrap;
}
.top-bar .top-bar-section ul.locale>li>a {
    text-decoration: none;
}
.top-bar .top-bar-section ul li a {
  text-transform: uppercase;
  background: transparent !important;
  padding: 0 !important;
  color: #333;
}

.top-bar .top-bar-section ul li .img-dropdown {
    left: 5px;
    position: relative;
    top: -3px;
    width: 9px;
}
.top-bar .top-bar-section ul li img.locale {
    width: 22px;
}
.top-bar .top-bar-section ul.phones {
  margin-top: 10px;
}
.top-bar .top-bar-section ul.phones img {
  margin: 15px 8px 0 0;
}
@media (max-width: 1023px) {
  .top-bar .top-bar-section ul.phones {
    margin-bottom: 15px;
  }
  .top-bar .top-bar-section ul.phones img {
    margin: 10px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .top-bar .top-bar-section ul.phones img {
    width: 22px;
  }
  .top-bar .top-bar-section ul.phones li>div {
    font-size: 12px;
  }
}
 
.top-bar .top-bar-section ul li ul {
  background: rgba(255,255,255,1);
  z-index: 1010;
}
.top-bar .top-bar-section ul li li {
  float: none;
  
}
@media (max-width: 1024px) {
    .f-dropdown {
        min-width: 100%;
    }
    .top-bar .top-bar-section ul li li {
        width: 100%;
    }
}

.top-bar .top-bar-section ul.inline-list li li a {
  color: #2c2c2c;
  text-align: left;
}
.top-bar .top-bar-section ul.inline-list li.active li a {
  color: #2c2c2c;
  line-height: 30px;
}
.top-bar .top-bar-section ul li li img {
  margin-right: 8px;
}
.nav-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 10;
}
@media (max-width: 599px) {
  .nav-bottom {
    position: absolute;
  }
}
@media (min-height: 800px) {
  .nav-bottom {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .nav-bottom {
    height: 65px; 
  }
}
@media (min-width: 1024px) {
  .nav-bottom {
    background: rgba(0,0,0,0.7);
    -webkit-transition: background 3s;
    transition: background 3s;
    z-index: 1000;
  }
  .nav-bottom.fix {
    position: fixed !important;
    top: 90px;
  }
  .nav-bottom.bottom-fixed {
    position: fixed !important;
    bottom: 0;
  }
}
.inline-list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: visible;
}
.inline-list li {
  margin: 0;
  text-align: center;
}
.inline-list li a {
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Helvetica';
  font-weight: 700;
}
.inline-list li a.active, .inline-list li a:hover {
  color: #ff7800;
  text-decoration: none;
}
@media (max-width: 767px) {
  .inline-list li a {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .inline-list {
    display: block;
  }
  .inline-list li {
    float: none;
  }
  .inline-list li a {
    padding: 3px;
  }
}
.card .card-link {
  border: 1px solid #ccc;
  overflow: hidden;
}
.card .card-info {
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card .card-info .title-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card .card-info .title {
  font-size: 12px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #2c2c2c;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .card-info .prices {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: -5px;
}
.card .card-info .prices .price-old {
  color: #a5a2a2;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: line-through;
}
.card .card-info .prices .price-new {
  color: #f1613a;
  white-space: nowrap;
  font-size: 14px;
}
.card .card-link .bg-tour-img {
    background: #1a1a1a none repeat scroll 0 0;
}
.card:hover .card-image {
    opacity: 0.8;
} 

.card.card__offers {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card.card__offers .card-image {
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .card.card__offers .card-info .title-icon {
    width: 20px;
    height: 20px;
  }
  .card.card__offers .card-info .title {
    font-size: 11px;
  }
  .card.card__offers .card-info .prices .price-new,
  .card.card__offers .card-info .prices .price-old {
    font-size: 12px;
  }
}
.card__mix .card-info {
  box-shadow: 0 -40px 15px rgba(0,0,0,0.5);
  position: relative;
}
.card__mix .card-info .title {
  padding: 0 0 0 5px;
}
.card__mix .card-info .prices {
  position: absolute;
  top: -30px;
  right: 15px;
}
.card__mix .card-info .prices .price-new {
  color: #ffc600;
  font-size: 20px;
  text-shadow: 1px 2px 0 #000;
}
@media (min-width: 480px) and (max-width: 1299px) {
  .card__mix .card-info {
    padding: 10px;
  }
  .card__mix .card-info .title-icon {
    width: 20px;
    height: 20px;
  }
  .card__mix .card-info .title {
    font-size: 10px;
  }
  .card__mix .card-info .prices {
    top: -20px;
    right: 10px;
  }
  .card__mix .card-info .prices .price-new {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card__mix .card-info {
    box-shadow: 0 -25px 15px rgba(0,0,0,0.5);
    padding: 5px;
  }
}
.heading-wrap {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .heading-wrap {
    margin: 25px 0;
  }
}
.heading-wrap .heading-line {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
  left: 0;
}
.heading-wrap .heading-line hr {
  margin: 0;
}
@media (max-width: 499px) {
  .heading-wrap .heading-line {
    display: none;
  }
}
.heading-wrap .heading-title {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}
.heading-wrap .heading-title * {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .heading-wrap .heading-title h4 {
    font-size: 17px;
  }
}
.welcome-text {
  color: #fff;
}
@media (min-width: 1024px) {
  .welcome-text {
    margin-top: 105px;
  }
}
@media (max-width: 1023px) {
  .welcome-text {
    margin-top: 55px;
  }
}
.welcome-text .logo-text {
  font-size: 12px;
  width: 270px;
  color: #fff;
  margin-top: 15px;
}
.welcome-text .course {
  position: relative;  
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
}
.welcome-text .course .course-title {
    background: transparent url("../img/calc.png") no-repeat scroll 0 5px;
    height: 35px;
    padding-left: 25px;
    width: 130px;
}
.welcome-text .course .course-values {
    left: 0;
    position: absolute;
    top: 50px;
}
.welcome-text h1.heading-main {
  color: #fff;
  font-size: 65px;
  display: inline-block;
  line-height: 87px;
}
@media (max-width: 599px) {
  .welcome-text h1.heading-main {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 45px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .welcome-text h1.heading-main {
    font-size: 45px;
    line-height: 55px;
  }
}
.welcome-text h1.heading-main.first-line {
  margin: 40px 0 0;
  display: inline-block;
}
.welcome-text h1.heading-main.second-line {
  display: inline-block;
  text-indent: 100px;
}
.welcome-text p {
  font-size: 12px;
}
.booking-box {
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.booking-box.fix {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
  z-index: 100;
  background: rgba(220,220,220,0.8);
  height: 90px;
}
.booking-box.fix .price {
  display: none;
}
.booking-box .price {
  font-size: 22px;
  color: #fff;
  display: block;
}
.booking-box .price span {
  color: #ffc600;
  font-size: 30px;
  font-family: 'Helvetica';
  margin-left: 10px;
  font-weight: 700;
}
.search-box {
  position: relative;
  z-index: 10;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 2s;
  transition: transform 2s;
}
.search-box .search-inner {
  box-shadow: 0 0 10px #999;
}
@media (min-width: 1024px) {
  .search-box {
    position: fixed;
    width: auto;
    top: 350px;
    box-shadow: 0 0 10px #999;
    -webkit-transform: translateX(-720px);
    -ms-transform: translateX(-720px);
    transform: translateX(-720px);
  }
  .search-box.active {
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .search-box .search-inner {
    height: 66px;
    box-shadow: none;
  }
  .search-box .search-inner .input-wrap {
    width: 180px;
  }
}
.search-box .search-btn {
  width: 38px;
  height: 66px;
  background: rgba(255,102,0,0.7);
  display: inline-block;
}
.search-box .search-btn img {
  margin: 23px 9px;
  width: 20px;
}
.search-box .search-inner {
  background: rgba(255,255,255,0.7);
  float: left;
  position: relative;
}
.search-box .search-inner .input-range-group {
  float: left;
}
.search-box .search-inner .input-range-group input[placeholder] {
  color: #2c2c2c;
}
.search-box .search-inner .input-range-group input::-webkit-input-placeholder {
  color: #2c2c2c;
}
.search-box .search-inner .input-range-group input::-moz-placeholder {
  color: #2c2c2c;
}
.search-box .search-inner .input-range-group input:-moz-placeholder {
  color: #2c2c2c;
}
.search-box .search-inner .input-range-group input:-ms-input-placeholder {
  color: #2c2c2c;
}
.search-box .search-inner .input-range-group input {
  float: left;
}
.search-box .search-inner .input-wrap {
  float: left;
  border-right: 1px solid #fff;
}
.search-box .search-inner .input-wrap input,
.search-box .search-inner .input-wrap select {
  background: transparent;
  border: none;
  color: #2c2c2c;
  margin-bottom: 0;
  font-size: 16px;
  height: 66px;
  padding: 20px;
  text-align: center;
  font-family: 'Helvetica';
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search-box .search-inner .input-wrap input,
  .search-box .search-inner .input-wrap select {
    padding: 10px;
  }
}
.search-box .search-inner .input-wrap input:active,
.search-box .search-inner .input-wrap select:active,
.search-box .search-inner .input-wrap input:focus,
.search-box .search-inner .input-wrap select:focus {
  background: #fff;
  outline: none;
  color: #ff7800;
}
@media (max-width: 1023px) {
  .search-box {
    -webkit-transform: translateX(-746px);
    -ms-transform: translateX(-746px);
    transform: translateX(-746px);
  }
  .search-box.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .search-box {
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .search-box.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .search-box.active .search-btn {
    position: absolute;
  }
  .search-box .search-btn {
    width: 50px;
    height: 50px;
  }
  .search-box .search-btn img {
    width: 25px;
  }
  .search-box .search-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
  }
  .search-box .search-inner .input-wrap {
    border-bottom: 1px solid #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .search-box .search-inner .input-wrap input,
  .search-box .search-inner .input-wrap select {
    padding: 10px;
    height: 50px;
    font-size: 13px;
    text-align: left;
  }
  .search-box .search-inner .input-range-group {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .search-box .search-inner .input-range-group .input-wrap {
    border-bottom: 1px solid transparent;
    width: 50%;
  }
  .search-box .search-inner .input-range-group .input-wrap input {
    padding: 10px 15px;
  }
}
@media (max-width: 499px) {
  .search-box {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .search-box .search-inner {
    max-width: 260px;
  }
}
.welcome-tour {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .welcome-tour .wellcome-inner {
    width: 755px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .welcome-tour .wellcome-inner {
    width: 100%;
    padding: 0 50px;
  }
}
.welcome-tour .wellcome-inner p {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .welcome-tour .wellcome-inner p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .welcome-tour .wellcome-inner h1.heading-main {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .welcome-tour .wellcome-inner h1.heading-main {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .welcome-tour .wellcome-inner h1.heading-main {
    padding-bottom: 35px;
  }
}
.footer {
  background: #dad9d9;
  color: #8a8a8a;
  padding: 25px 0;
}
.footer .phones h4 {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
}
.footer .logo-text {
  color: #8a8a8a;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.3;
  width: 270px;
  font-weight: 400;
}
.footer p {
  font-size: 15px;
}
.footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .flex-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 15px;
}
@media (max-width: 320px) {
  .footer .flex-item {
    padding: 0;
  }
}
.footer .footer-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 440px;
  -ms-flex: 0 1 440px;
  flex: 0 1 440px;
}
.footer h6 {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'Helvetica';
  font-weight: 700;
}
.footer ul {
  list-style: none;
  margin-left: 0;
}
.footer ul li {
  line-height: 1;
}
.footer ul a {
  font-size: 15px;
  color: #8a8a8a;
}
.footer ul a:hover {
  opacity: 0.7;
}
.footer form input {
  font-size: 13px;
}
.footer .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 150px;
}
.footer .social a {
  color: #8a8a8a;
}
.footer .social a:hover {
  opacity: 0.5;
}
.footer .social i {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #8a8a8a;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 599px) {
  .footer .social i {
    line-height: 25px;
  }
}
.footer .social i:before {
  margin: 0;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .footer .footer-left {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer .footer-left a {
    display: block;
    float: left;
    margin-right: 20px;
    height: 80px;
  }
}
.with-booking-box .footer {
  padding-bottom: 135px;
}
.tour .container {
  width: 940px;
  margin: 0 auto;
}
.tour .header {
  min-height: 500px;
  position: relative;
}
@media (max-width: 1023px) {
  .tour .header {
    background-size: cover;
    background: url("../img/bg.jpg");
    background-position: center center;
    background-repeat:no-repeat;
  }
}
.tour .header-img {
  width: 100%;
  min-height: 500px;
}
@media (max-width: 1023px) {
  .tour .header-img {
    display: none;
  }
}
.tour .heading-title h4 {
  color: #5d5d5d;
}
.tour .nav-bottom {
  position: absolute;
}
.tour .tour-program .tour-day {
  background: #f6f6f6;
  padding: 6px 20px 10px;
  margin-bottom: 10px;
}
.tour .tour-program .tour-day h4 {
  border-bottom: 1px solid #ff7800;
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.tour .tour-program .tour-day ul {
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.2;
}

.tour .tour-program .tour-day ul li p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
}
.tour .tour-program .tour-info {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 10px;
}
.tour .tour-program .tour-info h4 {
    font-size: 1.1rem;
}
.tour .tour-program .tour-info >ul {
  font-family: 'Helvetica';
  font-weight: 700;
  color: #000;
  list-style: none;
  font-size: 14px;
}
@media (max-width: 499px) {
  .tour .tour-program .tour-info >ul {
    margin-left: 0;
  }
}
.tour .tour-program .tour-info >ul >li {
  position: relative;
  padding-left: 10px;
}
.tour .tour-program .tour-info >ul >li ul {
  margin-left: 50px;
  color: #2c2c2c;
  font-family: 'Helvetica';
  list-style: none;
  font-size: 14px;
}
@media (max-width: 499px) {
  .tour .tour-program .tour-info >ul >li ul {
    margin-left: 5px;
  }
}
.tour .tour-program .tour-info >ul >li ul li {
  position: relative;
  padding-left: 10px;
}
.tour .tour-program .tour-info >ul >li ul li:before {
  content: '-';
  border: 0;
  position: absolute;
  left: 0;
}
.tour .tour-program .tour-info >ul >li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  border: 3px solid #ff7800;
}
.tour .tour-program .tour-info+.tour-info {
  border-top: 1px solid #eaeaea;
}
.tour .tour-prices {
  position: relative;
}
.tour .tour-prices .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour .tour-prices .flex .calendar-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin: 0 auto 10px auto;
}
.tour .tour-prices .tour-date {
  margin: 0 auto 15px auto;
}
@media (max-width: 320px) {
  .tour .tour-prices .tour-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .tour .tour-prices .tour-date .datepicker-inline {
    margin: 0 auto;
  }
}
.tour .tour-prices .tour-date .datepicker-inline {
  width: 100%;
  padding: 0;
}
.tour .tour-prices .tour-date .datepicker-inline table {
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.tour .tour-prices .tour-date .datepicker-inline table tr {
  background: #fff;
}
.tour .tour-prices .tour-date .datepicker-inline table .dow {
  background: #fff;
}
.tour .tour-prices .tour-date .datepicker-inline table th,
.tour .tour-prices .tour-date .datepicker-inline table td {
  padding: 7px;
  background: #e1e1e1;
  border-radius: 0;
}
.tour .tour-prices .tour-date .datepicker-inline table td {
  border: 1px solid #ccc;
}
.tour .tour-prices .tour-date .datepicker-inline table .old,
.tour .tour-prices .tour-date .datepicker-inline table .new {
  opacity: 0;
  background: transparent;
}
.tour .tour-prices .tour-date .datepicker-inline table thead tr:first-child th {
  background: #ff7800;
  border-radius: 0;
}
.tour .tour-prices .popup .price:hover {
  color: #ff7800;
}
.tour .tour-hotels {
  margin-bottom: 20px;
}
.tour .tour-hotels .accordion {
  margin: 0;
}
.tour .tour-hotels .accordion .accordion-navigation-outer {
  background: #f6f6f6;
  padding: 0 15px;
  margin-bottom: 15px !important;
}
.tour .tour-hotels .accordion .accordion-navigation-outer >a {
  position: relative;
}
.tour .tour-hotels .accordion .accordion-navigation-outer >a:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  color: #ff7800;
}
.tour .tour-hotels .accordion .accordion-navigation-outer.active >a {
  border-bottom: 1px solid #ff7800;
}
.tour .tour-hotels .accordion .accordion-navigation-outer.active >a:after {
  content: '-';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tour .tour-hotels .accordion .accordion-navigation>a {
  background: transparent;
  color: #008cba;
  text-decoration: underline;
  font-weight: 700;
}
.tour .tour-hotels .accordion .accordion-navigation-inner {
  position: relative;
}
.tour .tour-hotels .accordion .accordion-navigation-inner >a {
  color: #008cba;
  text-decoration: underline;
  font-family: 'Helvetica';
  position: relative;
  font-weight: 700;
}
.tour .tour-hotels .accordion .accordion-navigation-inner >a:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  color: #ff7800;
}
.tour .tour-hotels .accordion .accordion-navigation-inner >a:hover {
  text-decoration: none;
}
.tour .tour-hotels .accordion .accordion-navigation-inner span {
  color: #000;
  text-decoration: none;
  position: absolute;
  left: 350px;
  top: 20px;
}
.tour .tour-hotels .accordion .accordion-navigation-inner.active >a:after {
  content: '-';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tour .tour-hotels .accordion .accordion-navigation-inner+.accordion-navigation-inner {
  border-top: 1px solid #b8b8b8;
}
.tour .tour-hotels .accordion .content {
  background: #f6f6f6;
}
.tour .tour-hotels .accordion .content.content-outer {
  padding: 0;
}
.tour .tour-hotels .accordion .hotel-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour .tour-hotels .accordion .hotel-info .img-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin-right: 10px;
}
.tour .tour-hotels .accordion .hotel-info .img-wrap img {
  width: 100%;
}
.tour .tour-hotels .accordion .hotel-info p {
  font-size: 16px;
  line-height: 1.45;
  color: #000;
}
.tour .tour-hotels .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 939px) {
  .tour .tour-hotels .tabs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.tour .tour-hotels .tabs:before {
  content: none;
}
.tour .tour-hotels .tabs .tab-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 939px) {
  .tour .tour-hotels .tabs .tab-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 120px;
    -ms-flex: 1 1 120px;
    flex: 1 1 120px;
    padding: 2px;
  }
  .tour .tour-hotels .tabs .tab-title a {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .tour .tour-hotels .tabs .tab-title a {
    font-size: 9px;
  }
}
.tour .tour-hotels .tabs .tab-title.active {
  background: #fff;
  border: 1px solid #ff7800;
  border-bottom: 0;
}
.tour .tour-hotels .tabs .tab-title.active a {
  background: #fff;
}
@media (max-width: 939px) {
  .tour .tour-hotels .tabs .tab-title.active {
    background: transparent;
    border: 0;
  }
}
.tour .tour-hotels .tabs a {
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  background: #cacaca;
  font-family: 'Helvetica';
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 939px) {
  .tour .tour-hotels .tabs a {
    border: 1px solid #a5a2a2;
  }
}
.tour .tour-hotels .tabs .tab-title+.tab-title {
  margin-left: 10px;
}
@media (max-width: 939px) {
  .tour .tour-hotels .tabs .tab-title+.tab-title {
    margin-left: 0;
  }
}
.tour .tour-hotels .tabs-content {
  margin-top: -1px;
}
@media (max-width: 939px) {
  .tour .tour-hotels .tabs-content {
    padding: 0 2px;
    margin-top: 2px;
  }
}
.tour .tour-hotels .tabs-content .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour .tour-hotels .tabs-content .flex img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .tour .tour-hotels .tabs-content .flex img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
@media (max-width: 320px) {
  .tour .tour-hotels .tabs-content .flex img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
  }
}
.tour .tour-hotels .tabs-content .content {
  background: #fff;
  padding: 20px;
}
.tour .tour-hotels .tabs-content .content.active {
  border: 1px solid #ff7800;
}
.tour .tour-hotels .tabs-content .content dl,
.tour .tour-hotels .tabs-content .content p {
  font-size: 14px;
  color: #000;
}
.tour .tour-hotels .tabs-content .content dt {
  font-size: 16px;
  font-family: 'Helvetica';
  font-weight: 700;
  margin-bottom: 0;
}
.tour .tour-gallery .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour .tour-gallery img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin: 0 auto 20px auto;
}
.tour .popup {
  background: #fff;
  padding: 15px 20px;
}

.tour .popup .popup-button button {
  padding: 10px 30px;
  font-size: 15px;
}
.tour .popup table {
  width: 100%;
}
.tour .popup table th.name {
    font-size: 0.78rem;
    vertical-align: top;
}
.tour .popup table th {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.tour .popup table .block-name {
    font-weight: 700;
    text-decoration: underline;
}
.tour .popup table .data-from {
    color: #0000ff;
}
@media only screen and (max-width: 40em) {
  .tour .reveal-modal {
    min-height: 0;
  }
}
.booking-steps {
  max-width: 940px;
  padding: 0;
}
.booking-steps .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.booking-steps .left-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 375px;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
  margin-top: -52px;
}
.booking-steps .left-box img {
  width: 100%;
}
@media (max-width: 939px) {
  .booking-steps .left-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
@media (max-width: 767px) {
  .booking-steps .left-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0;
    text-align: center;
  }
}
.booking-steps .left-box h6 {
  text-transform: uppercase;
}
.booking-steps .left-box p {
  font-size: 14px;
  margin: 0;
}
.booking-steps .left-box a {
  font-size: 14px;
  text-decoration: underline;
}
.booking-steps .left-box a:hover {
  text-decoration: none;
}
.booking-steps .left-box .info {
  padding: 20px;
}
.booking-steps .right-box {
  background: #e9e9e9;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 20px;
}
@media (max-width: 939px) {
  .booking-steps .right-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 65%;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
  }
}
@media (max-width: 767px) {
  .booking-steps .right-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.booking-steps .tabs {
  margin-left: 375px;
}
@media (max-width: 939px) {
  .booking-steps .tabs {
    margin-left: 35%;
  }
}
@media (max-width: 767px) {
  .booking-steps .tabs {
    margin-left: 0;
  }
}
.booking-steps .tabs .tab-title {
  width: 25%;
}
.booking-steps .tabs .tab-title.disabled,
.booking-steps .tabs .tab-title a {
  background: #a0a0a0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.booking-steps .tabs .tab-title.active a {
  background: #e9e9e9;
  color: #ff7800;
}
.booking-steps .tabs-content .content {
  padding: 0;
}
.booking-steps .tabs-info-body {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding-top: 20px;
  margin-bottom: 20px;
}
.booking-steps .tabs-info-body+.tabs-info-body {
  border-top: 0;
  margin-top: -20px;
}
.booking-steps .tabs-info-body h6 {
  text-transform: none;
  margin-top: 0;
}
.booking-steps .tabs-info-body table {
  border: 0;
  width: 100%;
  margin-bottom: 15px;
}
.booking-steps .tabs-info-body table td {
  background: #fff;
  font-size: 13px;
  padding: 0;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .booking-steps .tabs-info-body table td {
    font-size: 11px;
  }
}
.booking-steps .tabs-info-body table tfoot {
  border-top: 1px solid #ddd;
}
.booking-steps .tabs-info-body table tfoot td {
  padding-top: 15px;
}
.booking-steps .tabs-content-body {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding: 20px 0;
}
.booking-steps .tabs-content-body label {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}
.booking-steps .tabs-content-body label span {
  text-transform: none;
  margin-top: 5px;
}
.booking-steps .tabs-content-body label.cb-radio {
  margin: 0 0 10px 0;
  background: #fff;
  padding: 10px 10px 8px 10px;
  display: block;
  border: 1px solid #a0a0a0;
}
.booking-steps .tabs-content-body label.cb-radio:last-child {
  margin-bottom: 20px;
}
.booking-steps .tabs-content-body label.cb-radio img {
  vertical-align: middle;
}
.booking-steps .tabs-content-body select,
.booking-steps .tabs-content-body input {
  padding: 3px 7px 2px;
  font-size: 15px;
  font-family: 'Helvetica';
  font-weight: 700;
  line-height: 1;
  height: 30px;
}
.booking-steps .tabs-content-body input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Helvetica';
}
.booking-steps .tabs-content-body input::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Helvetica';
}
.booking-steps .tabs-content-body input:-ms-input-placeholder {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Helvetica';
}
.booking-steps .button-yellow {
  padding: 5px 25px;
  font-size: 15px;
  margin-top: 30px;
}
.booking-steps .email, .booking-steps .phone, .booking-steps .tourists-name, 
.booking-steps .tourists-surname {
    margin-bottom: 0px;
}
.booking-steps .email, .booking-steps .phone {
    margin-top: 1rem;
}
.night.header {
  background: url("../img/bg-articles.jpg") no-repeat;
  min-height: 435px;
  background-size: cover;
  background-position: center;
}
.nav-bottom {
  position: absolute;
}
.aside ul {
  list-style: none;
  margin: 0;
}
.aside>ul {
  background: #f2f1f1;
}
.aside>ul>li {
  padding: 20px 10px;
  border-bottom: 1px solid #d4d4d4;
}
.aside>ul ul {
  display: none;
}
.aside>ul ul ul li {
  padding-left: 10px;
}
.aside ul li.active>a+ul {
  display: block;
}
.aside ul a {
  color: #2c2c2c;
  font-size: 13px;
  text-decoration: underline;
}
.aside ul a:hover {
  text-decoration: none;
}
.aside ul a.active {
  color: #ff7800;
}
.aside>ul>li>a, .aside.simple>ul>li>h4 {
  font-size: 16px;
  color: #000;
  font-family: 'Helvetica';
  font-weight: 700;
  text-decoration: none;
}
.aside ul .img-flag {
  margin-right: 10px;
}
.aside>ul>li>a, .aside.simple>ul>li>h4 {
    background-repeat: no-repeat;
    padding-left: 34px;
}
.aside>ul>li>a.holland {
    background-image: url("../img/flags/Netherlands.png");
}
.aside>ul>li>a.germany {
    background-image: url("../img/flags/Germany.png");
}
.aside>ul>li>a.italy {
    background-image: url("../img/flags/Italy.png");
}
.aside>ul>li>a.fracne {
    background-image: url("../img/flags/France.png");
}
.aside>ul>li>a.belgium {
    background-image: url("../img/flags/Belgium.png");
}
.aside>ul>li>a.spain {
    background-image: url("../img/flags/Spain.png");
}
.aside>ul>li>a.hungury {
    background-image: url("../img/flags/Hungary.png");
}
.aside>ul>li>a.austria {
    background-image: url("../img/flags/Austria.png");
}
.aside>ul>li>a.switz {
    background-image: url("../img/flags/Switzerland.png");
}
.aside>ul>li>a.lyuksemburg {
    background-image: url("../img/flags/Luxembourg.png");
}
.aside>ul>li>a.sloveniya {
    background-image: url("../img/flags/Slovenia.png");
}
.aside>ul>li>a.czech {
    background-image: url("../img/flags/Czech-Republic.png");
}
.aside>ul>li>a.armenia {
    background-image: url("../img/flags/Armenia.png");
}
.aside.simple>ul ul {
  display: block;
}
.articles-main .articles-heading {
  color: #ff7800;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
  font-size: 1.4375rem;
  line-height: 2em;
}
.articles-main .map-block {
  height: 265px;
  margin-bottom: 20px;
}
.articles-main p {
  font-size: 14px;
  text-indent: 20px;
  margin-bottom: 2px;
}
.articles-main li {
    font-size: 14px;
}
.articles-main .offer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles-main .offer-wrap .offer {
  margin-bottom: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
@media (max-width: 599px) {
  .articles-main .offer-wrap .offer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
} 
.articles-main .articles-info {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
}
.articles-main .articles-info dl {
  font-size: 14px;
  font-family: 'Helvetica';
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 600px) {
  .articles-main .articles-info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-main .articles-info dl dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
  }
}
.articles-pager {
  margin-bottom: 20px;
}
.articles-pager a {
  font-family: 'Helvetica';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 600px) {
  .articles-pager a+a {
    margin-left: 30px;
  }
}
@media (max-width: 599px) {
  .articles-pager a {
    display: block;
    font-size: 10px;
  }
}
.articles-pager a.next {
    float: right;
}
.articles-pager a.prev {
    float: left;
}
.articles-pager a.next:after {
  content: "\00bb";
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
}
.articles-pager a.prev:before {
  content: "\00ab";
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
}
.articles-form {
  background: url("../img/form-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 255px;
}
.articles-form h2 {
  color: #fff;
  margin: 20px 0;
}
.articles-form .button-yellow {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica';
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
.cb-radio .cb-inner {
  background: #fff;
}
.cb-checkbox:hover .cb-inner,
.cb-radio:hover .cb-inner {
  border-color: #ff7800;
}
.cb-radio.checked i {
  background-color: #ff7800;
}
.button-yellow {
  background: #ffc600;
  color: #000;
  border-bottom: 3px solid #b28b00;
  border-radius: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #ffdc61;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 45px;
  margin: 0;
  font-family: 'Helvetica';
}
.button-yellow:hover,
.button-yellow:focus {
  background: #ffc600;
  color: #666;
}
.button-outline {
  background: transparent;
  color: #015faf;
  border: 1px solid #015faf;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
  padding: 10px 25px;
}
.button-outline:hover {
  background: #015faf;
}
.breadcrumbs-box {
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 0;
}
.breadcrumbs {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 15px 10px;
}
.breadcrumbs a {
  color: #5d5d5d;
  text-transform: none;
  font-family: 'Helvetica';
  font-size: 14px;
}
.breadcrumbs li:before {
  content: "\00bb";
  top: 0;
  margin: 0 5px;
}
.breadcrumbs .current a {
  color: #000;
}
@media (max-width: 40.063em) {
  .tooltip.tip-top {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
  }
  .tooltip.tip-top >.nub {
    position: absolute;
    border: none;
    border-bottom: 7px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: auto;
    top: 10px;
    left: 5px;
  }
  .tooltip.tip-top >.nub:after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    position: absolute;
    left: -7px;
    top: 1px;
  }
}
@media (min-width: 40.063em) {
  .tooltip.tip-top {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 7px;
  }
  .tooltip.tip-top >.nub {
    position: absolute;
    border: none;
    border-top: 7px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 5px;
    bottom: -7px;
  }
  .tooltip.tip-top >.nub:after {
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    position: absolute;
    left: -7px;
    bottom: 1px;
  }
}
.calendar-wrap {
  padding: 2px;
}
.calendar-wrap .month {
  background: #ff7800;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
}
.calendar-wrap .calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
  border-top: 0;
}
.calendar-wrap .calendar th,
.calendar-wrap .calendar td {
  background: #fff;
  padding: 0;
  height: 37px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}
.calendar-wrap .calendar td.day {
  padding: 5px;
  background: #e1e1e1;
}
.calendar-wrap .calendar td.day.available {
  background: #ff7800;
}
@media (min-width: $screen-sm-min) {
  html body,
  .flexbox body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html body main,
  .flexbox body main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 940px) {
  html,
  .flexbox {
    overflow-x: hidden;
  }
}
body {
  margin: 0;
  color: #2c2c2c;
  font-family: 'Helvetica';
}
.row {
  max-width: 2000px;
}
.wrap {
  padding: 0 45px;
}
.main .wrap {
    margin-bottom: 30px;
}
@media (max-width: 1349px) {
  .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .wrap {
    padding: 0 15px;
  }
}
.container {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .container {
    width: 100% !important;
  }
}
.header {
  position: relative;
  min-height: 436px;
  background: url("../img/holland-canal.jpg") no-repeat;
  background-size: cover;
}
.offers-spec .offer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offers-spec .offer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-bottom: 10px;
  min-width: 30%;
}
@media (max-width: 767px) {
  .offers-spec .offer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .offers-spec .offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
  }
  .offers-spec .offer:nth-child(3n),
  .offers-spec .offer:last-child {
    margin-right: 0;
  }
}
@media (max-width: 499px) {
  .datepicker {
    left: 0 !important;
    top: 100px !important;
  }
  .datepicker.datepicker-dropdown.date-2:before,
  .datepicker.datepicker-dropdown.date-1:before {
    border-bottom: 7px solid #ccc;
    border-top: 0;
    top: -7px;
    bottom: auto;
  }
  .datepicker.datepicker-dropdown.date-2:after,
  .datepicker.datepicker-dropdown.date-1:after {
    border-bottom: 6px solid #fff;
    border-top: 0;
    top: -6px !important;
    bottom: auto;
  }
  .datepicker.datepicker-dropdown.date-2:before {
    right: 6px;
    left: auto;
  }
  .datepicker.datepicker-dropdown.date-2:after {
    right: 7px;
    left: auto;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .card {
  width: 100%;
}
.owl-carousel .card-link {
  width: 100%;
}
@media (max-width: 479px) {
  .owl-carousel .owl-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .owl-carousel .card,
  .owl-carousel .card-link {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.owl-carousel .card-image {
  min-width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 480px) {
  .owl-carousel .card-image {
    max-height: 300px !important;
  }
}
@media (max-width: 479px) {
  .owl-carousel .card-image {
    width: auto;
    min-width: 1px;
  }
}
.owl-carousel .card-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  box-sizing: content-box;
}
.owl-carousel .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}
.owl-carousel .owl-controls .owl-nav {
  position: relative;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  background: url("../img/prev_next.png") no-repeat 0 0;
  width: 42px;
  height: 44px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background-position: 0 -44px
}
.index .wrap {
    padding: 0 60px;
}
@media (max-width: 479px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -26px;
  background: url("../img/prev_next.png") no-repeat -44px 0;
  width: 42px;
  height: 44px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-position: -44px -44px
}
@media (max-width: 479px) {
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}

/*****************Datepicker*************************************************/
.ui-datepicker.ui-datepicker-multi {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    padding: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    margin: 0 auto 10px auto;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-header {
  background: #ff7800;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
  border-top: 0;
}
.ui-datepicker.ui-datepicker-multi th,
.ui-datepicker.ui-datepicker-multi td {
  background: #fff;
  padding: 5px;
  height: 37px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker.ui-datepicker-multi td.ui-datepicker-unselectable {
  background: #e1e1e1;
}
.ui-datepicker.ui-datepicker-multi td.available {
  background: #69C90D;
}
.ui-datepicker.ui-datepicker-multi td span, .ui-datepicker td a {
    padding: 0;
    color: #222222;
    font-size: 0.875rem;
    text-align: inherit;
    display: inline;
}
.ui-datepicker .ui-datepicker-next {
    background: url("../img/right.png") no-repeat 0 0 transparent;
}
.ui-datepicker .ui-datepicker-prev {
    background: url("../img/left.png") no-repeat 0 0 transparent;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 9px;
}
/*********************datepicker end*******************************************/

/*********************Page Tour*************************************************/
.tour .booking-steps .button-yellow {
    position: static;
    color: #000;
}
.tour .footer {
  padding-bottom: 135px;
}
.tour .tour-gallery .flex a {
    width: 300px;
    margin: 0 auto 20px auto;
}
.tour .tour-gallery img {
    flex: initial;
    margin: 0;
}
.tour .popup .close {
    cursor: pointer;
    font-size: 1.3em;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 700;
}
/*********************Page Tour End*********************************************/
#tuna_1, #tuna_2 {
    top: 450px !important;
}

.exhibitions #fairForm {
    width: 40%;
}

span.error, small.error {
    padding: 0.1rem 0.3rem;
    margin-bottom: 0;
    max-width: 254px;
}
.logo-holland {
    left: 70px;
    position: absolute;
}
.logo-holland img {
    width: 300px;
}

.excursions .list-excursions-item {
    height: 218px;
}
.excursions .list-excursions-item img {
    height: 156px;
}
.excursions .excursion-name {
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.excursions .price {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ff7800;
}
.excursions .booking-box .price {
    color: #000;
    font-weight: 700;
}
.excursions .tabs-content {
    margin-bottom: 0px;
}
.excursions .date-birth-child {
    display: none;
}
.blog .entry-header .entry-title, .tag .entry-header .entry-title {
    display: inline;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    white-space: normal;
}
.blog .entry-header .entry-title a, .tag .entry-header .entry-title a {
    color: #151515;
}
.blog .entry-header, .tag .entry-header {
    margin-bottom: 14px;
    white-space: nowrap;
}

.blog .entry-info, .tag .entry-info {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}
.blog .entry-info .post-categories, .tag .entry-info .post-categories {
    display: inline;
    list-style: outside none none;
    margin: 0;
}
.blog .entry-info .post-categories li, .tag .entry-info .post-categories li {
    display: inline;
}
.blog .entry-info .post-categories li a, .tag .entry-info .post-categories li a {
    border-bottom: 2px solid #151515;
    display: inline-block;
    padding: 3px 3px 5px;
    line-height: 16px;
    font-size: 11px;
}
.blog .entry-info a, .tag .entry-info a {
    color: #151515;
    font-weight: inherit;
}
.blog .entry-info .entry-author::before, .blog .entry-info .edit-link::before, .blog .entry-info .entry-views::before, 
.tag .entry-info .entry-author::before, .tag .entry-info .edit-link::before, .tag .entry-info .entry-views::before {
    background-color: #ddd;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 5px;
}
.blog p.entry-cover, .tag p.entry-cover {
    margin-bottom: 0.88em;
}
.blog .entry-cover, .tag .entry-cover {
    min-height: 128px;
    text-align: center;
}
.blog p.entry-cover a img, .tag p.entry-cover a img {
    transition: all 0.3s ease 0s;
}
.blog .article {
    margin-top: 28px;
}
.blog .article + .article, .tag .article + .article {
    border-top: 1px solid #eee;
    padding-top: 28px;
}
.blog .entry-info .entry-author, .blog .entry-info .edit-link, .blog .entry-info .entry-views, 
.tag .entry-info .entry-author, .tag .entry-info .edit-link, .tag .entry-info .entry-views {
    margin-left: 12px;
    padding-left: 16px;
    position: relative;
}

.blog .aside-menu, .tag .aside-menu {
    list-style: none;
    margin-right: 1.1rem;
    margin-bottom: 0;
}
.blog nav.aside, .tag nav.aside {
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 0 1px 1px;
    padding-top: 10px;
}
.blog nav.aside li + li, .tag nav.aside li + li {
    border-top: 1px solid #f5f5f5;
}
.blog nav.aside li a, .tag nav.aside li a {
    color: #151515;
    font-size: 16.8px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    margin: -1px -20px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.blog nav .social, .tag nav .social {
    margin-left: 1.1rem;
}
.blog nav .social a, .tag nav .social a  {
  color: #8a8a8a;
  margin: 2px;
}
.blog nav .social a:hover, .tag nav .social a:hover {
  opacity: 0.5;
}
.blog nav .social i, .tag nav .social i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #8a8a8a;
  border-radius: 50%;
  text-align: center;
}
.blog nav .social i:before, .tag nav .social i:before {
  margin: 0;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
}
.blog .tag-list, .tag .tag-list {
    margin-top: 20px;
}
.blog .tag-list a, .tag .tag-list a {
    border: 1px solid #f1613a;
    color: #f1613a;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 3px 6px 0;
    padding: 0 10px;
}
.blog .tag-list a:hover, .tag .tag-list a:hover {
    background-color: #f1613a;
    color: #fff;
}