body.site {
  padding-top: 100px !important;
}
@media all and (min-width: 48em) {
  main#content {
    padding-top: 0 !important;
  }
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  top: 0;
  left: 0;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.06);
  height: auto;
  padding: 13px 0 !important;
}
.header .row-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-inner .header-search-box {
  margin: 0 0 0 auto;
}
.header-inner a.brand {
  margin: 0 auto 0 0;
}
.header-inner ul.navi {
  margin: 0;
}
.header-menu {
  margin: 0 auto;
}
.nav .item-101,
.nav .item-102 {
  display: none;
}
.header-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.header-contacts li {
  list-style: none;
  margin-right: 20px;
}
.header-contacts li:last-child {
  margin-right: 0;
}
.header-contacts .header-contacts-link--search {
  background-image: url(../svg/search.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #444;
  text-align: center;
  padding-left: 34px;
  text-decoration: none;
}
.header-contacts .header-contacts-link--fb {
  background-image: url(../svg/fb.svg);
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  width: 12px;
  height: 24px;
}
.header-contacts .header-contacts-link--ig {
  background-image: url(../svg/ig.svg);
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.header-contacts .header-contacts-link--yt {
  background-image: url(../svg/yt.svg);
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  width: 34px;
  height: 24px;
}
.header-contacts .header-contacts-link--email {
  background-image: url(../svg/email.svg);
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  width: 32px;
  height: 24px;
}
.header-contacts .header-contacts-link--phone {
  background-image: url(../svg/phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 24px;
  background-size: 24px 24px;
  text-decoration: none;
}
.header-contacts a {
  display: block;
}
.custom .page-header {
  max-width: 900px;
  margin: 50px auto;
}
.custom .page-header h1 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
}
.zajezdy-form {
  position: fixed;
  top: 100px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 20px 0;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.06);
  display: none;
  width: 100%;
  z-index: 9;
}
.zajezdy-form form {
  max-width: 1140px;
  margin: 0 auto;
}
.zajezdy-form::before {
  background-color: #F5F5F5;
  width: 5000px;
  height: 100%;
  position: absolute;
  content: "";
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 0;
  max-width: calc(100vw);
}
.zajezdy-form input[type=text] {
  padding: 6px 6px;
}
.zajezdy-form-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 18px;
  right: 10px;
  cursor: pointer;
  z-index: 9;
}
.zajezdy-form-close::after,
.zajezdy-form-close::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background-color: #f5403a;
}
.zajezdy-form-close::after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.zajezdy-form-close::before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.zajezdy-form__title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #f5403a;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.zajezdy-form-box {
  position: relative;
  z-index: 2;
  margin: 0;
}
.zajezdy-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 0;
}
.zajezdy-form-row:last-child {
  margin-bottom: 0;
}
.zajezdy-form-row--btn {
  -ms-flex-pack: center;
      justify-content: center;
}
.zajezdy-form-row--2 .zajezdy-form-col {
  width: 50%;
}
.zajezdy-form-col {
  width: 20%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
}
.zajezdy-form-col .input-append {
  display: block;
  position: relative;
}
.zajezdy-form-col .input-append .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-image: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: transparent;
}
.zajezdy-form-col select,
.zajezdy-form-col input {
  width: 100%;
  box-sizing: border-box;
  height: auto;
}
.zajezdy-form-col select:focus,
.zajezdy-form-col input:focus {
  outline: none !important;
}
.zajezdy-form-col .js-calendar {
  margin: 0 !important;
  top: 70px !important;
}
.zajezdy-form-col input[readonly] {
  cursor: pointer;
  background-color: #fff;
}
.zajezdy-form-col--btn {
  text-align: center;
}
.zajezdy-form-col--btn .btn {
  background-color: #E84440;
  border-color: #E84440;
  color: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.selectbox {
  position: relative;
  cursor: pointer;
}
.selectbox-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 8px;
  right: 20px;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.selectbox-close::after,
.selectbox-close::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background-color: #f5403a;
}
.selectbox-close::after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.selectbox-close::before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.selectbox--open .selectbox-list {
  display: block;
}
.selectbox--open .selectbox-close {
  display: block;
}
.selectbox-list {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  border-radius: 3px;
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  display: none;
  max-height: calc(100vh - 180px);
  overflow: auto;
  z-index: 8;
}
.selectbox-item--top {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 4px 26px 4px 6px;
  font-size: 13px;
  line-height: 22px;
  color: #555;
  border-radius: 3px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.selectbox-item--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  content: "";
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
}
.selectbox-list-parent {
  margin-bottom: 5px;
}
.selectbox-list-parent > div {
  display: inline-block;
  padding-right: 15px;
  padding-left: 25px;
  position: relative;
}
.selectbox-list-parent .selectbox-list-parent-title {
  font-weight: 700;
}
.selectbox-list-parent .selectbox-list-parent-box {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
}
.selectbox-list-parent .selectbox-list-parent-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #E84440 transparent transparent transparent;
  content: "";
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
}
.selectbox-list-parent .selectbox-list-item {
  margin-left: 10px;
  display: none;
}
.selectbox-list-parent--active .selectbox-list-parent-title {
  color: #E84440;
}
.selectbox-list-parent--active .selectbox-list-parent-box {
  border-color: #E84440;
  background-color: #E84440;
}
.selectbox-list-parent--open > div {
  margin-bottom: 5px;
}
.selectbox-list-parent--open .selectbox-list-item {
  display: block;
  margin-left: 10px;
  padding: 0;
}
.selectbox-list-item {
  margin-bottom: 5px;
}
.selectbox-list-item:last-child {
  margin-bottom: 0;
}
.selectbox-list-item span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
}
.selectbox-list-item span::before {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
}
.selectbox-list-item span:hover {
  color: #E84440;
}
.selectbox-list-item--active span {
  color: #E84440;
}
.selectbox-list-item--active span::before {
  border-color: #E84440;
  background-color: #E84440;
}
#jmap_sitemap,
.blog,
.item-page,
ul.nav-stacked {
  margin: 0 !important;
}
div.boxplus-slider {
  max-width: 100%;
}
div.sigplus-left {
  max-width: 100% !important;
  width: 100% !important;
}
div.header-search {
  margin-top: 0;
  padding-left: 0;
  padding: 13px 0 !important;
  display: none;
}
div.header-search .search {
  float: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
div.header-search input.search-query {
  border-radius: 3px;
}
.blog-no-result {
  text-align: center;
  padding: 30px 0;
  margin-top: 20px;
}
.blog-no-result p {
  margin: 0;
}
.page-header-image {
  height: 460px;
  position: relative;
  margin-bottom: 40px;
  margin-top: -100px;
}
.page-image-box {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 1920px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-left: -6px;
}
.page-image-box img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  height: auto;
  max-width: none;
}
.page-image-box h1 {
  position: absolute;
  font-size: 50px;
  line-height: 60px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center !important;
}
.page-image-box-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
a.page-image-box-meta-item {
  padding: 5px 12px;
  margin: 9px 9px 0;
  border: 1px solid #f5403a;
  background-color: rgba(245, 64, 58, 0.6);
  color: #fff;
  text-decoration: none;
}
a.page-image-box-meta-item:hover {
  background-color: #f5403a;
}
.breadcrumb {
  position: relative;
  z-index: 2;
}
@media (max-width: 79.9375em) {
  body.site {
    padding-top: 76px !important;
  }
  .home-slider {
    top: 76px;
  }
  .header-inner a.brand {
    width: 145px;
    height: 50px;
  }
  #jmap_sitemap,
  .blog,
  .item-page,
  ul.nav-stacked {
    margin: 0 10px !important;
  }
  .header-contacts .header-contacts-link--phone {
    width: 24px;
    height: 24px;
    padding: 0;
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
  }
  .page-header-image {
    height: 380px;
  }
  .page-image-box {
    height: 380px;
  }
  .page-image-box h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 94%;
  }
}
@media (max-width: 63.9375em) {
  .header-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #E84440;
    top: 100%;
    padding: 60px 0;
    display: none;
  }
  .header-menu .navi li {
    display: block;
    text-align: center;
  }
  .header-menu .navi .current a {
    color: #fff;
    background-color: #c22621;
  }
  .header-menu .navi a {
    color: #fff;
    padding: 6px 0;
    border-bottom: 0px !important;
  }
  .header-inner .header-search-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-menu-schwitcher {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .zajezdy-form-row {
    padding: 0 10px;
  }
  .zajezdy-form-col {
    width: 50%;
    margin: 0 0 10px;
  }
}
@media (max-width: 47.9375em) {
  body.site {
    padding-top: 76px !important;
  }
  .home-slider {
    top: 76px;
  }
  .header .row-fluid {
    padding: 0 10px;
  }
  .header-inner a.brand {
    width: 145px;
    height: 50px;
  }
  .header-menu-schwitcher {
    margin-left: 14px !important;
  }
  .header-menu-schwitcher__icon {
    margin-left: 6px !important;
  }
  .home-slider {
    opacity: .6;
  }
  .custom .page-header h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .header-contacts li {
    margin-right: 10px;
  }
  .header-contacts .header-contacts-link--fb {
    background-image: url(../svg/fb.svg);
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    width: 10px;
    height: 19px;
    background-size: cover;
  }
  .header-contacts .header-contacts-link--ig {
    background-image: url(../svg/ig.svg);
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    width: 19px;
    height: 19px;
    background-size: cover;
  }
  .header-contacts .header-contacts-link--yt {
    background-image: url(../svg/yt.svg);
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    width: 27px;
    height: 19px;
    background-size: cover;
  }
  .header-contacts .header-contacts-link--email {
    background-image: url(../svg/email.svg);
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    width: 26px;
    height: 19px;
    background-size: cover;
  }
  .header-contacts .header-contacts-link--phone {
    width: 19px;
    height: 19px;
    background-size: cover;
  }
  .header-contacts .header-contacts-link--search {
    width: 19px;
    height: 19px;
    background-image: url(../svg/search.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    padding-left: 0;
  }
  .header-contacts .header-contacts-link--search br {
    display: none;
  }
  div.boxplus-slider {
    max-width: 100%;
    width: 100% !important;
  }
  div.boxplus-slider .boxplus-viewport {
    width: 100% !important;
  }
  div.boxplus-slider .boxplus-viewport ul {
    width: 100% !important;
    overflow: auto;
  }
  div.sigplus-left {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .fb_iframe_widget {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .trip-detail .page-item-section .table-item {
    width: 100% !important;
  }
  .header-search .search-query {
    width: 60%;
  }
  .zajezdy-form {
    top: 76px;
  }
  .page-header-image {
    margin-top: 0;
    height: 248px;
  }
  .page-image-box {
    margin-left: 0;
    height: 248px;
  }
  .page-image-box img {
    width: 768px;
    margin-left: -384px;
  }
  .page-image-box h1 {
    font-size: 30px;
    line-height: 36px;
    top: 20px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 29.9375em) {
  body.site {
    padding-top: 60px !important;
  }
  .home-slider {
    top: 60px;
  }
  .header-inner a.brand {
    width: 100px;
    height: 34px;
  }
  .header-menu-schwitcher .header-menu-schwitcher__text {
    display: none;
  }
  .header-menu-schwitcher .header-menu-schwitcher__icon {
    margin-left: 0px !important;
  }
  .zajezdy-form {
    top: 60px;
  }
  .zajezdy-form-col {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .zajezdy-form-col .input-append,
  .zajezdy-form-col .input-prepend {
    margin-bottom: 0;
  }
  .zajezdy-form-col:last-child {
    margin-bottom: 0;
  }
  .page-image-box-meta {
    bottom: 15px;
  }
  .page-image-box h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.header-menu-schwitcher {
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-left: 20px;
}
.header-menu-schwitcher .header-menu-schwitcher__icon {
  width: 22px;
  position: relative;
  height: 32px;
  margin-left: 10px;
}
.header-menu-schwitcher .header-menu-schwitcher__text {
  line-height: 32px;
  font-size: 18px;
  text-transform: uppercase;
  color: #E84440;
  font-weight: 700;
}
.header-menu-schwitcher span {
  background: #E84440 repeat scroll 0 0;
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  top: 9px;
  transition: all 0.2s ease 0s;
  width: 22px;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  border-radius: 2px;
  z-index: 1;
}
.header-menu-schwitcher span:nth-child(2) {
  top: 15px;
}
.header-menu-schwitcher span:nth-child(3) {
  top: 15px;
}
.header-menu-schwitcher span:nth-child(4) {
  top: 21px;
}
.header-menu-schwitcher.open span:nth-child(1),
.header-menu-schwitcher.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.header-menu-schwitcher.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.header-menu-schwitcher.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}