@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900&subset=latin-ext");
/* VARIABLES */
/* MIXINS */
/* BASIC */
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #5e5e5e; }

main {
  padding-bottom: 113px; }

header + main {
  padding-top: 74px; }

a {
  color: #0babda;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:hover, a:focus, a:visited, a:active {
    color: #0babda; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0babda;
  font-weight: 900; }

h1, .h1 {
  font-size: 48px; }

/* BOOTSTRAP REDEFINE */
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1570px; } }
.btn {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  padding: 15px 20px; }
  .btn.focus, .btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }

.btn-lg {
  font-size: 17px;
  padding: 20px 50px !important; }

.btn-primary {
  background: #0babda !important; }

.btn-primary-inverse {
  color: #0babda !important;
  background: #fff !important; }

.btn-secondary {
  background: #f98600 !important;
  padding-left: 30px;
  padding-right: 30px; }

.btn-default {
  border: 1px solid #827b7b;
  color: #7d7575 !important;
  -webkit-border-radius: 24px !important;
  -moz-border-radius: 24px !important;
  border-radius: 24px !important;
  padding-left: 30px;
  padding-right: 30px; }

.btn-more {
  background: #929292;
  padding: 26px 60px; }

.form-label {
  font-weight: 700;
  color: #5e5e5e;
  font-size: 14px; }

.table {
  font-size: 14px; }
  .table td {
    text-align: right; }
  .table th, .table td {
    border-top: 0;
    border-bottom: 1px solid #ededed; }

.nav-tabs {
  border-bottom: 2px solid #e8e8e8;
  font-size: 14px; }
  .nav-tabs .nav-item {
    width: 25%;
    margin-bottom: -4px; }
  .nav-tabs .nav-link {
    color: #5e5e5e;
    font-weight: 700;
    padding: 1em 1em 1em 50px;
    border: 0; }
    .nav-tabs .nav-link.active {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
      border: 0;
      border-bottom: 4px solid #f98600; }

/* BODY */
header {
  border-top: 6px solid #f98600;
  height: 88px; }

.logo {
  display: block;
  position: absolute;
  width: 129px;
  height: 43px;
  right: 77px;
  top: 16px; }

.logo-info {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 18px;
  width: 160px;
  position: absolute;
  right: 255px;
  top: 20px; }

.menu, .menu2 {
  padding: 0 0 0 102px; }
  .menu ul, .menu2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .menu ul:before, .menu ul:after, .menu2 ul:before, .menu2 ul:after {
      content: " ";
      display: table; }
    .menu ul:after, .menu2 ul:after {
      clear: both; }
  .menu li, .menu2 li {
    float: left;
    padding: 0 30px;
    font-weight: 700;
    height: 81px; }
  .menu a, .menu span, .menu2 a, .menu2 span {
    color: #3d3d3d;
    display: block;
    line-height: 78px;
    font-size: 14px;
    height: 81px; }
    .menu a:hover, .menu span:hover, .menu2 a:hover, .menu2 span:hover {
      text-decoration: none;
      border-bottom: 2px solid #0babda; }
  .menu li.active a, .menu2 li.active a {
    border-bottom: 2px solid #0babda; }
  .menu li.home, .menu2 li.home {
    padding-right: 10px; }
    .menu li.home a, .menu2 li.home a {
      background: url(../images/menu-home.png) no-repeat center center;
      width: 44px; }
    .menu li.home span, .menu2 li.home span {
      position: absolute;
      left: -10000px;
      top: -10000px;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  .menu .langs, .menu2 .langs {
    padding-left: 25px; }
    .menu .langs li, .menu2 .langs li {
      padding: 0;
      font-weight: 400;
      line-height: 78px; }
      .menu .langs li span, .menu .langs li a, .menu2 .langs li span, .menu2 .langs li a {
        text-decoration: underline;
        color: #8a8a8a;
        display: inline-block; }
        .menu .langs li span:hover, .menu .langs li a:hover, .menu2 .langs li span:hover, .menu2 .langs li a:hover {
          text-decoration: none;
          border-bottom: 0; }
      .menu .langs li span, .menu2 .langs li span {
        text-decoration: none; }
    .menu .langs li + li, .menu2 .langs li + li {
      margin-left: 10px; }

.menu-link {
  width: 67px;
  height: 67px;
  border: 2px solid #0babda;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 8px;
  right: 30px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

.hamburger {
  position: relative;
  width: 32px;
  margin: 19px auto 0; }

.hamburger__bar, .hamburger__bar::after, .hamburger__bar::before {
  background: #0babda;
  height: 5px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0s;
  width: 50%; }

.hamburger__bar::after, .hamburger__bar::before {
  content: '';
  height: 5px;
  width: 100%; }

.hamburger__bar--left, .hamburger__bar--right, .hamburger__bar--left::after, .hamburger__bar--right::after {
  top: 10px; }

.hamburger__bar--right {
  left: 50%; }

.hamburger__bar--left::before, .hamburger__bar--right::before {
  top: -10px; }

.open .hamburger__bar--left::before {
  transform: rotateZ(45deg) scaleX(1.2) translate(5px, 2px); }
.open .hamburger__bar--left::after {
  transform: rotateZ(-45deg) scaleX(1.2) translate(2px, 0px); }
.open .hamburger__bar--right::before {
  transform: rotateZ(-45deg) scaleX(1.1) translate(-5px, 2px); }
.open .hamburger__bar--right::after {
  transform: rotateZ(45deg) scaleX(1.1) translate(-1px, 0px); }
.open .hamburger__bar--left, .open .hamburger__bar--right {
  background: none !important; }
.open .hamburger__bar, .open .hamburger__bar::after, .open .hamburger__bar::before {
  background: #f98600; }

/* SLIDER + FORM */
.main-section {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 30px;
  position: relative; }
  .main-section .swiper-text {
    border-left: 127px solid #0babda;
    padding: 70px 0;
    max-width: 630px;
    position: absolute;
    left: 6.5%;
    top: 50%;
    height: 362px;
    margin-top: -181px; }
    .main-section .swiper-text .swiper-text-in {
      margin-left: -98px; }
    .main-section .swiper-text h1, .main-section .swiper-text h2 {
      color: #fff; }
      .main-section .swiper-text h1 a, .main-section .swiper-text h2 a {
        color: #f98600;
        text-decoration: underline; }
        .main-section .swiper-text h1 a:hover, .main-section .swiper-text h2 a:hover {
          text-decoration: none; }
  .main-section .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px; }
  .main-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 20px;
    width: 20px;
    margin: 0 7px; }
  .main-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #f98600; }

.swiper-container {
  width: 100%;
  height: 100%; }

.search-form {
  background: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 755px;
  height: 362px;
  margin-top: -181px;
  z-index: 2;
  font-size: 14px; }
  .search-form form:before, .search-form form:after {
    content: " ";
    display: table; }
  .search-form form:after {
    clear: both; }
  .search-form .search-form-left, .search-form .search-form-right {
    width: 50%;
    float: left;
    padding: 15px 25px; }
  .search-form .cezetmap {
    /* width & height ratio: 1.734 */
    width: 300px;
    /* 370 / 1.734 = 213.39 */
    height: 173px;
    overflow: hidden !important;
    margin: 10px 0 0; }
  .search-form .cezetmap .kraje {
    /* musi byt stejne jako sirka (width) elementu cezetmap */
    font-size: 300px; }
  .search-form select {
    max-width: 231px; }
  .search-form .accommodation-inputs {
    text-align: right;
    font-weight: 700;
    max-width: 231px; }
  .search-form .ui-slider-handle {
    background: #f98600 !important;
    border-radius: 50%;
    border: 0;
    width: 16px;
    height: 16px;
    top: -4px; }
  .search-form .ui-widget-header {
    background: #e5b782; }
  .search-form .ui-widget-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 0;
    background: #d8d8d8;
    height: 9px;
    max-width: 231px;
    width: 100%;
    display: inline-block; }
  .search-form .value {
    display: inline-block;
    padding-left: 30px;
    font-weight: 700; }

.search-form-info {
  margin: 35px 0 0; }
  .search-form-info .search-form-info-img {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px; }
    .search-form-info .search-form-info-img img {
      width: 77px;
      height: auto;
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important; }
  .search-form-info .search-form-info-text {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    color: #3c3c3c;
    padding-left: 20px; }
    .search-form-info .search-form-info-text a {
      color: #3c3c3c; }
  .search-form-info .search-form-info-head {
    color: #a7a7a7;
    font-weight: 400;
    margin-bottom: 12px; }

.info-block {
  max-width: 1540px;
  background: #f4f4f4; }
  .info-block.info-block--nobg {
    background: none; }
  .info-block .row {
    padding: 45px 0 35px;
    line-height: 22px;
    text-align: center; }
    .info-block .row > div {
      position: relative;
      left: -56px; }
  .info-block p {
    text-align: left;
    display: inline-block;
    max-width: 675px;
    padding-right: 112px;
    vertical-align: top; }
  .info-block .btn {
    vertical-align: top; }

.offer-filter-block {
  font-size: 16px;
  padding-top: 31px;
  padding-bottom: 31px;
  text-align: center; }
  .offer-filter-block .offer-filter-label {
    display: inline-block;
    padding-right: 43px; }
  .offer-filter-block .btn {
    margin: 8px; }

/* HOTEL ITEM */
.hotel-item .hotel-item-left > div > div {
  padding: 5px; }
.hotel-item img {
  width: 100%; }
.hotel-item .hotel-item-right {
  padding: 0 9.5%; }
.hotel-item .hotel-table-wrap {
  padding: 30px 0 0 30px; }
.hotel-item .hotel-location {
  font-size: 14px;
  color: #5e5e5e; }
.hotel-item .hotel-text {
  font-weight: 900;
  margin: 30px 0 45px; }
.hotel-item .btn-primary {
  padding-left: 36px;
  padding-right: 36px; }

.hotel-item + .hotel-item {
  margin-top: 100px; }

div .hotel-item:nth-child(even) .hotel-item-left {
  order: 2; }
div .hotel-item:nth-child(even) .hotel-item-right {
  order: 1; }

.stars {
  font-size: 0;
  position: relative;
  top: -7px;
  margin-left: 6px;
  display: inline-block; }
  .stars .star {
    display: inline-block;
    background: url(../images/star.png);
    width: 19px;
    height: 17px;
    margin: 0 4px; }

.hotels-more {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 92px; }

.servis-block {
  color: #fff; }
  .servis-block a {
    color: #fff; }
  .servis-block .servis-block-content {
    position: relative;
    padding: 0; }
  .servis-block .servis-block-left {
    background: url(../images/servis-block-left.jpg) no-repeat 0 center;
    font-weight: 900;
    width: 1076px;
    height: 653px;
    padding: 274px 400px 100px 9.7%;
    line-height: 38px; }
  .servis-block .servis-head {
    color: #fff;
    font-size: 48px; }
  .servis-block .servis-text {
    font-size: 30px;
    margin-top: 70px; }
  .servis-block .servis-block-right {
    background: #0babda url(../images/logo-white.png) no-repeat 49px 89px;
    background-size: 185px auto;
    color: #fff;
    position: absolute;
    right: 0;
    min-width: 785px;
    width: 48%;
    height: 493px;
    top: 50%;
    margin-top: -246px;
    padding: 195px 20px 30px 47px; }
    .servis-block .servis-block-right ul {
      list-style-type: none;
      display: inline-block;
      vertical-align: top;
      max-width: 260px;
      padding: 0; }
    .servis-block .servis-block-right ul + ul {
      margin-left: 50px; }
    .servis-block .servis-block-right li {
      background: url(../images/arrow.png) no-repeat 0 9px;
      padding: 7px 0 6px 44px;
      line-height: 20px; }

.translations-block {
  padding-top: 160px; }
  .translations-block .translations-block-content {
    background: url(../images/translations-block.png) no-repeat 0 0;
    padding: 0 0 0 238px; }
  .translations-block h2 {
    color: #5e5e5e;
    font-size: 48px; }
  .translations-block .translations-text {
    font-size: 24px;
    margin: 20px 0 50px;
    max-width: 600px; }
  .translations-block .btn-primary {
    padding-left: 30px;
    padding-right: 30px; }

/* NABIDKA PROSTORU */
.main-form {
  background: #f6f6f6;
  max-width: 1540px;
  padding: 121px 0 124px; }
  .main-form:before, .main-form:after {
    content: " ";
    display: table; }
  .main-form:after {
    clear: both; }
  .main-form .main-form-left {
    width: 26%;
    float: left;
    padding: 0 2% 0 9%; }
    .main-form .main-form-left h1 {
      color: #3c3c3c; }
    .main-form .main-form-left .main-form-text {
      font-size: 14px;
      padding-top: 20px; }
  .main-form .main-form-center {
    float: left;
    width: 48%;
    border-left: 12px solid #dfdfdf; }
    .main-form .main-form-center .search-form {
      position: static;
      margin: 0;
      background: none;
      width: auto; }
      .main-form .main-form-center .search-form select {
        max-width: none; }
      .main-form .main-form-center .search-form .value {
        padding-left: 10px; }
  .main-form .main-form-right {
    width: 26%;
    float: left;
    padding: 0 9% 0 2%; }
    .main-form .main-form-right .form-label {
      margin-bottom: 15px; }
    .main-form .main-form-right .btn {
      -webkit-border-radius: 24px !important;
      -moz-border-radius: 24px !important;
      border-radius: 24px !important;
      width: 100%;
      display: block;
      margin-bottom: 16px; }

.hotels .hotel-item:nth-child(even) .hotel-item-left {
  order: 1; }
.hotels .hotel-item:nth-child(even) .hotel-item-right {
  order: 2; }

.info-block-2-content {
  background: #0babda url(../images/logo-white.png) no-repeat 13% 92px;
  border-left: 29px solid #f98600;
  color: #fff;
  padding: 215px 13% 71px;
  padding-left: calc(13% - 29px);
  margin-top: 70px;
  margin-bottom: 90px; }
  .info-block-2-content .info-block-2-text {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 36px; }

/* DETAIL HOTELU */
.hotel-detail .hotel-item {
  padding: 0 0 55px; }
.hotel-detail .hotel-gallery .hotel-gallery-main img {
  max-width: 786px; }
.hotel-detail .hotel-gallery .hotel-gallery-images {
  margin-top: 39px;
  max-width: 786px; }
  .hotel-detail .hotel-gallery .hotel-gallery-images:before, .hotel-detail .hotel-gallery .hotel-gallery-images:after {
    content: " ";
    display: table; }
  .hotel-detail .hotel-gallery .hotel-gallery-images:after {
    clear: both; }
  .hotel-detail .hotel-gallery .hotel-gallery-images img {
    width: calc(100% / 3);
    height: auto;
    float: left; }
.hotel-detail .hotel-item-right {
  padding-left: 15px;
  position: relative; }
  .hotel-detail .hotel-item-right .hotel-text {
    margin-bottom: 30px; }
  .hotel-detail .hotel-item-right .form-group {
    margin-bottom: 40px; }
.hotel-detail .search-form-info {
  position: absolute;
  left: 42%;
  bottom: -10px; }
  .hotel-detail .search-form-info .search-form-info-img {
    padding-left: 0; }
.hotel-detail form {
  font-size: 14px; }
.hotel-detail .tab-content {
  font-size: 14px;
  padding: 69px 0; }
.hotel-detail .hotel-detail-label {
  font-size: 16px;
  font-weight: 700; }
.hotel-detail .hotel-detail-buttons {
  padding: 25px 0 50px; }
  .hotel-detail .hotel-detail-buttons .btn {
    margin: 0 5px 5px 0; }
.hotel-detail .map {
  height: 346px; }

/* FOOTER */
footer {
  height: 131px;
  /* BACK TO TOP */ }
  footer .menu2 {
    border-top: 2px solid #ded8e2; }
  footer #backToTop {
    position: fixed;
    bottom: 20px;
    right: 1.5%;
    z-index: 2; }
    footer #backToTop .backToTop_icon {
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s;
      opacity: 0.6;
      filter: alpha(opacity=60);
      display: block;
      width: 40px;
      height: 40px;
      background: url(../images/back-to-top.png) no-repeat center center;
      background-size: 56%;
      border-radius: 100%;
      border: 2px solid #404041;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s;
      box-sizing: border-box; }
    footer #backToTop .backToTop_icon:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    footer #backToTop a span {
      position: absolute;
      left: -10000px;
      top: -10000px;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  @media (min-width: 1200px) {
    footer #backToTop {
      display: none !important; } }

/* RESPONSIVE */
@media (max-width: 1550px) {
  .main-section .swiper-text {
    left: 10px;
    max-width: none;
    top: 10px;
    margin-top: 0;
    height: auto;
    padding-right: 30px; }
  .main-section .search-form {
    top: auto;
    margin-top: 0;
    bottom: 10px; }

  .servis-block .servis-block-left {
    padding-left: 50px; }
  .servis-block .servis-block-right {
    min-width: 0;
    width: 47%; }

  .main-form .main-form-left {
    padding-left: 2%;
    width: 23%; }
  .main-form .main-form-center {
    width: 54%; }
  .main-form .main-form-right {
    padding-right: 2%;
    width: 23%; } }
@media (min-width: 1401px) {
  .hotel-info-left {
    padding-right: 100px; } }
@media (max-width: 1400px) {
  .main-form {
    padding: 60px 0 50px; }
    .main-form .main-form-left {
      width: 30%; }
    .main-form .main-form-center {
      width: 70%; }
    .main-form .main-form-right {
      float: none;
      width: 100%;
      clear: both;
      padding-top: 30px; }
      .main-form .main-form-right .btn {
        display: inline-block;
        width: auto;
        margin: 0 5px 5px 0; } }
@media (max-width: 1300px) {
  main {
    padding-bottom: 70px; }

  .menu, .menu2 {
    padding-left: 0; }

  .logo {
    right: 42px; }

  .logo-info {
    right: 190px; }

  .main-section .swiper-text, .main-form .swiper-text {
    top: 10%; }
  .main-section .search-form, .main-form .search-form {
    position: relative !important;
    right: 0;
    top: 0;
    margin: 20px auto 0;
    width: auto;
    max-width: 755px;
    height: auto; }
  .main-section .swiper-container-horizontal > .swiper-pagination-bullets, .main-form .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px; }

  .servis-block .servis-block-left {
    width: auto;
    max-width: 1076px;
    margin: 0 auto; }
  .servis-block .servis-block-right {
    position: static;
    width: auto;
    max-width: 1076px;
    margin: 0 auto;
    padding-top: 105px;
    background-position: 49px 20px;
    height: auto; }

  .translations-block {
    padding-top: 80px; }

  .hotel-detail .hotel-item-right {
    padding-right: 15px; }
  .hotel-detail .search-form-info {
    position: static; } }
@media (min-width: 1200px) {
  .menu {
    display: block !important; } }
@media (max-width: 1199px) {
  header + main {
    padding-top: 20px; }

  .container {
    width: auto !important; }

  header .logo {
    right: 122px; }
  header .logo-info {
    right: 270px; }

  .info-block .row > div {
    position: static; }
  .info-block p {
    padding-right: 0;
    max-width: none;
    text-align: center; }

  .offer-filter-block .offer-filter-label {
    display: block;
    padding: 0 0 20px; }

  .menu-link {
    display: inline-block; }

  .menu {
    display: none;
    background: #0babda;
    width: 100%;
    max-width: 300px;
    position: absolute;
    right: 0px;
    top: 82px;
    text-align: right;
    z-index: 701;
    padding: 30px 0 0; }
    .menu ul {
      display: block;
      padding: 0; }
    .menu li {
      float: none;
      padding: 0;
      display: block;
      height: auto; }
      .menu li a {
        color: #fff;
        height: auto;
        line-height: normal;
        padding: 10px 30px;
        font-size: 16px;
        border-bottom: 0 !important; }
    .menu li.active a {
      text-decoration: underline; }
    .menu li.home {
      padding: 0 0 20px; }
      .menu li.home:before, .menu li.home:after {
        content: " ";
        display: table; }
      .menu li.home:after {
        clear: both; }
      .menu li.home a {
        background: url(../images/menu-home-white.png) no-repeat right;
        background-position: right 30px center;
        width: 100%; }
    .menu .langs {
      padding: 0;
      text-align: right; }
      .menu .langs li {
        line-height: normal;
        display: inline-block; }
        .menu .langs li span, .menu .langs li a {
          color: #fff;
          font-weight: 700; }

  .menu.open {
    display: block; }

  .hotel-item .hotel-item-right {
    padding: 0 20px; }
  .hotel-item .hotel-table-wrap {
    padding-left: 0; }

  .hotel-item + .hotel-item {
    margin-top: 50px; }

  .hotels-more {
    padding-top: 40px;
    padding-bottom: 60px; } }
@media (max-width: 1100px) {
  .servis-block .servis-block-left {
    height: auto;
    padding-top: 200px;
    padding-right: 20%;
    background-size: 100% auto; }

  .main-form .main-form-left {
    float: none;
    width: auto; }
  .main-form .main-form-center {
    float: none;
    width: auto;
    border-left: 0; }
    .main-form .main-form-center .search-form {
      max-width: 755px; } }
@media (max-width: 991px) {
  .hotel-detail .hotel-gallery {
    order: 2;
    text-align: center; }
    .hotel-detail .hotel-gallery .hotel-gallery-images {
      margin: 15px auto 0; }
  .hotel-detail .hotel-item-right {
    order: 1;
    padding-bottom: 20px; }
  .hotel-detail .hotel-detail-submit {
    text-align: center; }
    .hotel-detail .hotel-detail-submit .btn {
      margin-bottom: 20px; }
  .hotel-detail .search-form-info {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    text-align: left; }
  .hotel-detail .tab-content {
    padding: 30px 0; }

  .nav-tabs .nav-item {
    width: auto; }
  .nav-tabs .nav-link {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 900px) {
  .servis-block .servis-block-left {
    background-size: 900px auto;
    padding-top: 150px; }

  .main-section {
    padding: 0; }
    .main-section .swiper-text {
      padding-top: 35px;
      padding-bottom: 35px; }
      .main-section .swiper-text h1, .main-section .swiper-text h2 {
        font-size: 35px; }
    .main-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 5px; } }
@media (max-width: 767px) {
  main {
    padding-bottom: 40px; }

  .hotel-item .hotel-item-left {
    order: 2; }
  .hotel-item .hotel-item-right {
    padding-bottom: 15px;
    order: 1; }
  .hotel-item .hotel-text {
    margin-bottom: 30px; }

  .main-section .search-form, .main-section .main-form-center .search-form, .main-form .search-form, .main-form .main-form-center .search-form {
    width: 375px;
    padding-bottom: 100px;
    margin: 20px auto 0; }
    .main-section .search-form .search-form-left, .main-section .search-form .search-form-right, .main-section .main-form-center .search-form .search-form-left, .main-section .main-form-center .search-form .search-form-right, .main-form .search-form .search-form-left, .main-form .search-form .search-form-right, .main-form .main-form-center .search-form .search-form-left, .main-form .main-form-center .search-form .search-form-right {
      float: none;
      width: 100%; }

  .search-form-info {
    position: absolute;
    left: 25px;
    bottom: 30px;
    margin-top: 0; }
    .search-form-info .search-form-info-img {
      padding-left: 0; }

  .translations-block {
    padding-top: 40px; }
    .translations-block .translations-block-content {
      background-size: 95px auto;
      padding-left: 115px; }
    .translations-block h2 {
      font-size: 35px; }
    .translations-block .translations-text {
      font-size: 20px;
      margin-bottom: 20px; }

  .servis-block .servis-block-left {
    background-size: 767px auto;
    padding-top: 100px; }
  .servis-block .servis-head {
    font-size: 35px; }
  .servis-block .servis-text {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px; }

  footer {
    padding-bottom: 30px;
    height: auto; }
    footer .menu2 {
      text-align: center; }
    footer .logo {
      position: static;
      margin: 15px auto 0; }
    footer .logo-info {
      position: static; }
    footer .footer-items {
      text-align: center; }

  .info-block-2 {
    padding-left: 0;
    padding-right: 0; }
    .info-block-2 .info-block-2-content {
      padding: 140px 5% 30px calc(5% - 10px);
      border-left-width: 10px;
      background-position: 5% 30px;
      margin-top: 40px;
      margin-bottom: 50px; }
      .info-block-2 .info-block-2-content .info-block-2-text {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 20px; } }
@media (max-width: 600px) {
  header {
    height: 120px; }
    header .logo {
      right: auto;
      left: 15px;
      top: 10px; }
    header .logo-info {
      right: auto;
      left: 15px;
      top: 65px;
      font-size: 14px; }
    header .menu-link {
      right: 15px;
      top: 10px;
      z-index: 702; }
      header .menu-link.open {
        border-color: #fff; }
        header .menu-link.open .hamburger__bar, header .menu-link.open .hamburger__bar::after, header .menu-link.open .hamburger__bar::before {
          background: #fff; }

  .menu {
    max-width: none;
    padding-top: 112px;
    top: 0px; }

  .hotel-item .hotel-text {
    font-size: 16px;
    font-weight: 700; }
  .hotel-item .hotel-table-wrap {
    padding: 0 0 10px; }

  .servis-block .servis-block-right ul {
    width: 100%; }
  .servis-block .servis-block-right ul + ul {
    margin-left: 0; }

  .main-section .swiper-text {
    border-left-width: 60px;
    padding: 10px 10px 10px 0; }
    .main-section .swiper-text .swiper-text-in {
      margin-left: -30px; }
  .main-section .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: right;
    bottom: 5px;
    right: 5px; }

  .menu2 li {
    height: 50px;
    padding: 0 20px; }
    .menu2 li a {
      height: 50px;
      line-height: 48px; }

  .nav-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 500px) {
  .main-form .main-form-right .btn {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 400px) {
  .main-section .swiper-text, .main-form .swiper-text {
    border-left-width: 30px; }
    .main-section .swiper-text .swiper-text-in, .main-form .swiper-text .swiper-text-in {
      margin-left: -15px; }
    .main-section .swiper-text h1, .main-section .swiper-text h2, .main-form .swiper-text h1, .main-form .swiper-text h2 {
      font-size: 20px; }
  .main-section .search-form, .main-form .search-form {
    width: auto !important; }
    .main-section .search-form .search-form-left, .main-section .search-form .search-form-right, .main-form .search-form .search-form-left, .main-form .search-form .search-form-right {
      padding-left: 15px;
      padding-right: 15px; }
    .main-section .search-form .value, .main-form .search-form .value {
      padding-left: 0;
      display: block;
      padding-bottom: 5px; }

  .search-form-info {
    left: 15px; }
    .search-form-info .search-form-info-img img {
      width: 50px; }
    .search-form-info .search-form-info-text {
      padding-left: 5px; }
    .search-form-info .search-form-info-head {
      margin-bottom: 0; }

  .translations-block .translations-block-content {
    padding-left: 0;
    padding-top: 110px;
    background-position: center top; } }
@media (max-width: 319px) {
  .main-section .swiper-text {
    padding-top: 0;
    border-left-width: 20px;
    left: 0; }
    .main-section .swiper-text h1, .main-section .swiper-text h2 {
      font-size: 17px; }
    .main-section .swiper-text .swiper-text-in {
      margin-left: -10px; }

  .search-form .cezetmap {
    width: 210px;
    /* width / 1.734 */
    height: 121px; }
    .search-form .cezetmap .kraje {
      font-size: 210px; }

  .servis-block .servis-block-left {
    padding: 30px 10px; }
  .servis-block .servis-block-right {
    padding-left: 15px;
    padding-right: 15px;
    background-position: 15px 20px; }

  .hotel-item + .hotel-item {
    margin-top: 20px; } }
