.header-mobile {
  height: 50px;
  display: none;
}

.footer-mobile {
  clear: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2289C6;
  color: #fff;
  height: 40px;
  display: none;
  z-index: 100;
}

.copyright-mobile {
  margin: 5px;
}

.copyright-mobile a {
  color: white;
  font-weight: bold;
}

#calcPriceButtonMobile {
  display: none;
  float: none;
  margin-left: 10%;
  margin-right: 10%;
  background-position: center;
  background-size: cover;
}

.callButtonMobile {
  top: 6px;
  position: absolute;
  left: 110px;
  font-size: 12pt;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-radius: 9px;
  border-color: #2C8AC0;
  background-image: linear-gradient(to bottom right, #00a1ff, #d0e0e8);
  padding-left: 3px;
}

.callButtonMobile a {
  text-decoration: unset;
}

.callButtonMobileInner {
  float: left;
}

.callIcon {
  font-size: 18pt;
  top: 4px;
  float: right;
  position: relative;
}

#galleryMobile {
  padding:0px;
  margin:0px;
  background-color:#fff;
  margin-top: 10px;
  font-family:arial,helvetica,sans-serif,verdana,'Open Sans';
  display: none;
}

.hotel-page .stars-mobile {
  background: url(/templates/politec/images/star-mobile.png) repeat-x 0 0;
  height: 10px;
  margin-right: 3px;
  margin-top: 3px;
  clear: both;
  position: relative;
  top: -14px;
  display: none;
  float: right;
}

.hotel-page .stars-mobile[class~="stars1*"] { width:11px;}
.hotel-page .stars-mobile[class~="stars2*"] { width:22px;}
.hotel-page .stars-mobile[class~="stars3*"] { width:33px;}
.hotel-page .stars-mobile[class~="stars4*"] { width:44px;}
.hotel-page .stars-mobile[class~="stars5*"] {width: 55px;}

.galleryImageMobile {
  display: none;
}

@media screen and (max-width:600px) {
  #header, #topmenu, #sideLeft, #sideRight, #footer, #contentTop, .selectHotel, .hotelPoll, .hotel-page>.relatedHotels, 
  .buttons_share, #calcPriceButton, .hotel-page a.like, #gallery, .hotelNameRus, .stars, .galleryImage {
    display: none;
  }

  .hotel_banner, .hotel-page>div#thumbs {
    display: none!important;
  }

  .header-mobile, .footer-mobile, #calcPriceButtonMobile, #galleryMobile {
    display: block;
  }

  #container>#content {  
    padding: 0 1px 0 1px!important;
  }

  .innerwrapper>.mainwrapper.wrapper{
    min-width: auto!important;
    max-width: auto!important;
  }

  div.wrapper {
    margin: auto;
  }

  div>a#logo {
    top: -60px;
    width: 35%;
    background-position: center;
    background-size: contain;
  }

  #tabBar, #tabSpa, #tabTours, #tabWeather, #tabReviews {
    display: none;
  }

  #tabOffers a, #tabHotel a, #tabRoom a, #tabVideo a {
    padding-left: 5px;
    padding-right: 5px;
  }

  body#body {
    min-width: auto!important;
  }

/* отключаем то что ломает респонсив верстку */
  #CTXpanel {
     display: none!important;
  }
/* то что ломает респонсив верстку */

  #sun {
    width: auto;
  }

  #embedVideo {
    margin:0px;
    padding:0px;
    overflow:hidden
  }

  .hotel-page .h1 {
    margin-top: 3px;
  }

  .hotel-page h1 {
    width: 88%;
    overflow: hidden;
    height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .hotel-page .stars-mobile {
    display: block;
  }

  .galleryImageMobile {
    display: block;
  }
  
}

/*@media screen and (min-width:600px) {
}*/

