/***** ГОСТИНИЦЫ *****/
/*.hoteld-title__h1{
  font: bold 2.5rem 'Rothonda', sans-serif;
}
.hoteld-title__h1 i {
  font-size: 18px;
  vertical-align: super;
}
.hoteld {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px 0;
}
.hoteld-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}
.hoteld-top__coordinat {
  color: #a9a9a9;
  font-size: 12px;
  font-style: italic;
}
.hoteld-top__coordinat i {
  font-size: 18px;
}
.hoteld-top__coordinat a {
  text-decoration: none;
  color: #3a8ec2;
  border-bottom: 1px dotted;
  font-size: 12px;
}
.hoteld-top__booking {
  background: #ff9a0d;
  border-radius: 20px;
  padding: 10px 20px;
  font: bold 20px "Rothonda", sans-serif;
  color: white;
  margin: 0 30px;
  cursor: pointer;
}
.hoteld-top__booking:hover {
  text-decoration: none;
  background: #fcaa37;
}
.hoteld-nav {
  margin: 10px 0;
}
.hoteld-nav a {
  color: #3a8ec2;
  border-bottom: 1px dotted;
  text-decoration: none;
  padding: 0px 5px 0 0;
  margin: 10px 15px 10px 0;
}
.hoteld-nav a:hover, .hoteld-top__coordinat a:hover {
  color: #014c8c;
}*/

.hoteld-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*  border: 1px solid #00b2d6;
    border-radius: 4px;
    box-shadow: #999 0 3px 6px;
    background-color: #fafafa;*/
}
/*.slider-hotel {
  width: 75%;
}
.hoteld-img__info {
  width: 25%;
  min-width: 250px;
  padding: 10px;
  color: #666;
  border-radius: 0 4px 4px 0;
}*/
/*.hoteld-included{
  margin-top: 20px;
}
.hoteld-included-prise{
  font: bold 1rem 'Rothonda';
}*/
/*.hoteld-included i {
  color: #999;
  font-size: 18px;
}*/
.hoteld-top__prise {
  font-size: 20px;
  color: #3B99D8;
}
.hoteld-top__prise b {
  font-size: 34px;
}
.hoteld-top__prise .fa-rub {
  font-weight: bold;
  font-size: 16px;
}
.hoteld-top__prise .fa-rub:before {
  font-weight: 100;
}
.hoteld-top__rating {
}
.hoteld-cableway {
  margin: 30px 0;
  font-size: 14px;
}
.hoteld-cableway img {
  vertical-align: middle;
}
.hoteld__attributes img {
  margin-left: 10px;
  padding: 3px;
  border: 1px solid #999;
  border-radius: 50%;
}
.hoteld__attributes img:hover {
  background-color: #0275d8;
  border: 1px solid #0275d8;
}
.ngg-galleryoverview {
  margin: 0;
}
/*.hoteld-discription {
  background-color: #fafafa;
  border: 1px solid #00b2d6;
  border-radius: 4px;
  box-shadow: #999 0 3px 6px;
}*/
/*.hoteld-discription h2 {
  !*background-color: #f0edec; *!
  !* border-bottom: 1px solid #999; *!
  color: #666;
  font-size: 22px;
  !* padding: 10px 20px; *!
  text-align: center;
}*/
.hoteld-discription h3 {
  font-size: 20px;
  color: #333;
  padding-left: 10px;
  margin: 15px 0 0 0;
}
.hoteld-discription p, .hoteld-discription>div {
  padding: 10px;
  text-align: justify;
}
.hoteld-discription .hoteld-dis_txt:first-letter {
  text-transform: uppercase;
}
/* Поиск 2019 */
.hoteld-date-selection {
  background-color: #f0edec;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid #00b2d6;
  border-radius: 4px;
  -webkit-box-shadow: #999 0 3px 6px;
  box-shadow: #999 0 3px 6px;
}
.hoteld-search_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#hoteldDate {
  border: none;
}
#hoteldBtn {
  display: inline-block;
  white-space: nowrap;
  background-color: #f57c00;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgba(0,0,0,.15);
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 6px;
  cursor: pointer;
}
#hoteldBtn:hover {
  background-color: #d84d00;
}

/**************** Поиск 2020 ****************/
.hoteld-search {
  background-color: #f0edec;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #00b2d6;
  border-radius: 4px;
  -webkit-box-shadow: #999 0 3px 6px;
  box-shadow: #999 0 3px 6px;
  align-items: end;
}
.hoteld-search_col {

}
.hoteld-search_col h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 3px 0 10px 5px;
  padding: 0;
}
.hoteld-search_adult .quont {
  font-size: 24px;
}
.hoteld-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  color: #293033;
  font-size: 21px;
  border: 2px solid #46b0e1;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  font-weight: 400;
  cursor: pointer;
}
.hoteld-calendar input {
  cursor: pointer;
}

/*.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: #059bce;
  color: #fff;
}
.ui-corner-all {
  border-radius: 0;
  padding: 0;
}
div#ui-datepicker-div {
  -webkit-box-shadow: 0 24px 49px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 24px 49px 0 rgba(0, 0, 0, .3);
}
table.ui-datepicker-calendar th {
  color: #959da0;
  font-weight: 400;
  font-size: 12px;
}*/


.hoteld-search_adult input {
  text-align: center;
  max-width: 50px;
  height: 45px;
  padding: 5px 10px;
  color: #293033;
  font-size: 21px;
  border: 2px solid #46b0e1;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  font-weight: 400;
  cursor: pointer;
}
.quont-minus:hover, .quont-plus:hover {
  background-color: inherit;
}
.hoteld-search .search-red {
  border: 2px solid #e14646;
}
/* дети */
.kids__info {
  color: #3e444f;
  overflow: hidden;
  padding: 11.7px 13px;
  border: 2px solid #46b0e1;
  background: none;
  text-transform: none;
  font: italic 16px/36px 'Arial', sans-serif;
  cursor: pointer;
  border-radius: 5px;
}
.button_bordered {
  overflow: hidden;
  min-width: 110px;
  height: 32px;
  padding: 0 8px;
  border: 2px solid #46b0e1;
  background: none;
  color: #fff;
  text-transform: none;
  font: italic 13px/36px 'Arial', sans-serif;
  cursor: pointer;
  border-radius: 5px;
}
.kids_radio {
  display: none;
}
.kids_label {
  display: inline-block;
  width: 35px;
  height: 43px;
  font: bold 20px 'Rothonda', sans-serif;
  color: #fff;
  background: #46b0e1;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
}
.kids_radio:checked + .kids_label {
  background: #fff;
  color: #424650;
}
.age_selector {
  position: absolute;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50,50,50,0.75);
  box-shadow: 1px 1px 5px 0px rgba(50,50,50,0.75);
  background: #fff;
  color: #3e444f;
}
.dropdown__header {
  padding: 14px 17px 0 17px;
}
.dropdown__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3px 0;
}
.kids_footer {
  padding: 14px 17px;
  border-top: 1px solid #799bc4;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.kids_dropdown {
  padding: 10px 17px;
}
.kids_action-link {
  color: #6eaee1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Rothonda', sans-serif;
}
.kids_dropdown input {
  width: 35px;
  height: 33px;
  border: 1px solid #d3d3d3;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  vertical-align: top;
  color: #3e444f;
}



/* Найти */
.hoteld-search a#hoteldBtn, .hoteld-prise-room .prise-room-btn {
  background-color: #f57c00;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 6px;
  cursor: pointer;

  width: 100%;
  text-align: center;
}





/* Таблица */
.hoteld-available-rooms {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #00b2d6;
  border-radius: 4px;
  -webkit-box-shadow: #999 0 3px 6px;
  box-shadow: #999 0 3px 6px;
}
.hoteld-available-rooms thead th:nth-child(1) {
  width: 250px;
}
.hoteld-available-rooms thead th:nth-child(3) {
  white-space: nowrap;
}
.hoteld-available-rooms thead th:nth-child(5) {
  width: 10%;
}
.hoteld-available-rooms thead tr {
  background-color: #3a8ec2;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}
.hoteld-available-rooms tr.room-description {
  border-bottom: 3px solid #ccc;
}
.hoteld-available-rooms tr.room-description.description-close {
  display: none;
}
.hoteld-available-rooms tr.room-description.description-open {
  display: table-row;
}
.hoteld-available-rooms th, .hoteld-available-rooms td {
  padding: 5px 10px;
}
.hoteld-available-rooms tbody tr:first-child td {
  -webkit-box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .12) inset;
  box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .12) inset;
}
.hoteld-available-rooms tbody tr td, .hoteld-available-rooms thead tr th {
  border: 1px solid #ccc;
}
.hoteld-available-rooms tbody tr.room-basic td {
  text-align: center;
}
.hoteld-available-rooms tbody tr .hoteld-room-type {
  text-align: center;
  cursor: pointer;
}
.hoteld-room-type h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
  color: #3a8ec2;
}
.hoteld-room-type:hover .hoteld-room-type h4 {
  border-bottom: 1px dotted;
}
.hoteld-room-type h5 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
}
.hoteld-room-day {
  font: normal 11px 'Arial', sans-serif;
  color: #9c9da0;
}
.hoteld-room-includ p:last-child {
  margin-top: 15px;
  font-size: 12px;
}
.hoteld-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hoteld-room-includ i {
  white-space: nowrap;
  font-style: normal;
}
.hoteld-i i {
  margin-right: 20px;
}
.hoteld-i i.icon-singles, .hoteld-i i.icon-double {
  margin-right: 40px;
}
.hoteld-room-type:hover .hoteld-room-img img {

}
.hoteld-room-img img {
  max-width: 150px;
  max-height: 100px;
}
.hoteld-room-more {
  border-bottom: 1px dotted #666;
  color: #666;
  font-size: 12px;
  text-decoration: none;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  margin: 15px auto 0;
}
.hoteld-includ-servis {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.hoteld-includ-servis>div {
  margin-right: 15px;
}
.hoteld-includ-servis i.icon-study-desk {
  margin-right: 7px;
}
.hoteld-includ-extra {

}
.hoteld-includ-extra strong:before {
  content: "";
  display: block;
  margin-bottom: 15px;
}
.hoteld-includ-tour {
  font-size: 14px;
}

.hoteld-available-rooms tbody .hoteld-room-man {
  color: #3B99D8;
  font-size: 18px;
  font-weight: 700;
}
.hoteld-prise-room span:last-child, .hoteld-prise-room .prise-room-ex{
  font-size: 12px;
}
.hoteld-prise-room .prise-room {
  text-align: center;
}
.hoteld-prise-room .prise-room-btn {
  /*border-bottom: 1px dotted #3a8ec2;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  color: #3a8ec2;
  text-decoration: none;
  cursor: pointer;*/
  width: 100%;
  padding: inherit;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgba(0,0,0,.15);
}
.hoteld-prise-room .help {
  color: #808080;
  font-size: 10px;
  line-height: 14px;
  margin-top: 15px;
}
.hoteld-room-booking a {
  border-bottom: 1px dotted #666;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.fa-yellow {
  color: #ff9a0d;
}
.fa-yellow-half {
  color: rgba(255, 154, 13, 0.4);
}
.hoteld-available-info img {
  margin: 3px 0 0 3px;
  height: 65px;
  width: 65px;
}
.hoteld-table-prais {
  width: 100%;
  display: inline-table;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
}
.hoteld-table-prais td {
  text-align: center;
  border: 1px solid gray;
}
/* lightbox */
.pressbox {
  width: 0;
  height: 0;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
  background: rgba(0,0,0,0.7);
}
.pressbox img	{
  width: auto;
  height: 100%;
  padding: 10px;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px #444;
  box-shadow: 0px 0px 15px #444;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.pressbox:target {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
}
.pressbox:target img {
  opacity: 1;
}
/* Расчетный час */
.progress {
  margin: 10px;
}
.progress-bar {
  height: auto;
  padding: 5px 0;
  text-align: center;
}

.tp-map {
  margin-bottom: 1rem;
}
/* Блоки номеров 2020 */



/*******************  стр БРОНИРОВАНИЕ 2020  *************************/
/*
.booking-hotel {
  display: flex;
}
.booking-hotel>div {
  margin: 10px 20px;
}
.booking-hotel .hotel-name {
  display: inline-flex;
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.booking-hotel .room-name {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.booking-hotel .hotel-info_desc {
  display: flex;
}
*/


@media (min-width: 1022px) and (max-width: 1150px) {
  /* поиск */
  .hoteld-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hoteld-search_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto;
    width: 100%;
  }
  .hoteld-search_col>div {
    width: 100%;
    text-align: end;
  }
  .hoteld-search_col h5 {
    width: 50%;
  }
  .hoteld-search_kids {
    width: 100%;
    text-align: end;
  }
  #hoteldDate {
    width: 100%;
  }
  .hoteld-search_kids {
    width: 100%;
    text-align: end;
  }
}




@media (max-width:800px) {
  /* поиск */
  .hoteld-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hoteld-search_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto;
    width: 100%;
  }
  .hoteld-search_col>div {
    width: 100%;
    text-align: end;
  }
  .hoteld-search_col h5 {
    width: 50%;
  }


  .hoteld-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hoteld-img__info {
    width: 100%;
  }
  .hoteld-calendar {
    width: 100%;
  }
  #hoteldDate {
    width: 100%;
  }
  .hoteld-search_kids {
    width: 100%;
    text-align: end;
  }
  .hoteld-date-selection a#hoteldBtn {
    display: none;
  }
  .hoteld-available-rooms tr th:nth-child(2), .hoteld-available-rooms tr td:nth-child(2) {
    display: none;
  }
  .hoteld-available-rooms tr th:nth-child(3), .hoteld-available-rooms tr td:nth-child(3) {
    max-width: 70px;
    overflow: hidden;
  }
}
