@font-face {
  font-family: 'mullerbold';
  src: url("../fonts/mullerbold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mullerbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mullerbold-webfont.woff") format("woff"), url("../fonts/mullerbold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'circe-bold';
  src: url("../fonts/circe-bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/circe-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circe-bold.woff") format("woff"), url("../fonts/circe-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'circe-regular';
  src: url("../fonts/circe-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/circe-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/circe-regular.woff") format("woff"), url("../fonts/circe-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/*@font-face {
  font-family: "spasibo_module";
  src: url("../fonts/spasibo_module.eot");
  src: url("../fonts/spasibo_module.eot?#iefix") format("embedded-opentype"), url("../fonts/spasibo_module.woff") format("woff"), url("../fonts/spasibo_module.ttf") format("truetype"), url("../fonts/spasibo_module.svg#spasibo_module") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'spasibo';
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot#iefix") format("embedded-opentype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}


/*
* Third Party
*/
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

.dreampicker {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 #222;
  box-shadow: 0 0 5px 0 #222;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
}

.dreampicker .arrow {
  cursor: pointer;
}

.dreampicker._active {
  display: block;
}

.dreampicker .month-wrap {
  width: 280px;
  padding: 20px;
  vertical-align: top;
}

.dreampicker .week {
  text-align: right;
}

.dreampicker .week:last-child {
  text-align: left;
}

.dreampicker .daysNames {
  margin: 10px 0;
}

.dreampicker .dayName {
  display: inline-block;
  font-size: 10px;
  width: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #007fff;
}

.dreampicker .week .day {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
}

.dreampicker .week .day span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 26px;
}

.dreampicker .week .day.null {
  color: #adadad;
}

.dreampicker .week .day.selected,
  .dreampicker .week .day:hover {
  background-color: #007fff;
  color: #fff;
  border-radius: 5px;
}

.dreampicker.endDate .week .day:hover {
  background-color: blue;
  color: #fff;
}

.dreampicker .week .day.selected.endDate {
  background-color: blue;
  color: #fff;
}

.dreampicker .week .day.selected.startDate,
  .dreampicker.startDate .week .day:hover,
  .dreampicker .week .day.selected.startDate:hover {
  background: url("../img/cal-start-date.png") top left no-repeat #f0f0f0;
  position: relative;
}

.dreampicker .week .day.selected.endDate,
  .dreampicker.endDate .week .day:hover {
  background: url("../img/cal-end-date.png") top left no-repeat #f0f0f0;
  position: relative;
}

.dreampicker .week .day.selected.startDate,
  .dreampicker.startDate .week .day:hover {
  border-radius: 5px 0 0 5px;
}

.dreampicker .week .day.selected.endDate,
  .dreampicker.endDate .week .day:hover {
  border-radius: 0 5px 5px 0;
}

.dreampicker .week .day.period,
  .dreampicker .week .day.hovered {
  background-color: #f0f0f0;
}

.dreampicker .week .day.null:hover {
  background: none;
  color: #999;
}

.dreampicker .week .holyday {
  color: red;
  text-align: center;
}

.dreampicker .month-wrap {
  display: none;
}

.dreampicker .month-wrap.active {
  display: inline-block;
}

.dreampicker .picker_head .arrow {
  width: 10%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.dreampicker .arrow.disabled {
  display: none;
}

.dreampicker .picker_head .titelMonth {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-family: circe-bold,sans-serif;
}

.dreampicker.dubble .month-wrap.first {
  border-right: 1px solid #e8e8e8;
}

.dreampicker.single .month-wrap.first .titelMonth {
  text-align: center;
}

.dreampicker .month-wrap.first .titelMonth {
  text-align: right;
  padding-right: 12px;
}

.dreampicker .month-wrap.second .titelMonth {
  text-align: left;
  padding-left: 12px;
}

.dreampicker.range-picker-wrap {
  display: inline-block;
  margin-top: 50px;
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

.dreampicker:after, .dreampicker:before {
  content: '';
  position: absolute;
  border-bottom: 9px solid #fff;
  top: -8px;
  display: block;
  -webkit-transition: left .5s ease;
  transition: left .5s ease;
}

.dreampicker:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 80px;
}

.dreampicker.rangepicker.endDate:before {
  left: 262px;
}

.dreampicker .day.today:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -3px;
  -webkit-animation: pulsate infinite 1s;
  animation: pulsate infinite 1s;
}

.dreampicker .arrow {
  position: absolute;
  top: 20px;
}

.dreampicker .arrow.prev {
  left: 30px;
}

.dreampicker .arrow.next {
  right: 30px;
}

.dreampicker .arrow .icon {
  width: 28px;
  height: 18px;
  display: inline-block;
  border: 1px solid #d1d1d1;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.dreampicker .icon-right-arrow {
  background-image: url(../img/right-arrow.png);
}

.dreampicker .icon-left-arrow {
  background-image: url(../img/left-arrow.png);
}

.dreampicker .range {
  display: inline-block;
}

[data-icon]:before {
  font-family: "spasibo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.widget-wrap .chosen-container-single .chosen-single div:before {
  font-family: "spasibo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
  content: '\e800';
}

/* '' */
.icon-plus:before {
  content: '\e801';
}

/* '' */
.icon-minus:before {
  content: '\e802';
}

/* '' */
.icon-info-circled:before {
  content: '\e803';
}

/* '' */
.icon-sun-inv:before {
  content: '\e804';
}

/* '' */
.icon-moon-inv:before {
  content: '\e805';
}

/* '' */
.icon-calendar:before {
  content: '\e806';
}

/* '' */
.icon-search:before {
  content: '\e807';
}

/* '' */
.icon-up-open:before,
.widget-wrap .chosen-container-single.chosen-with-drop .chosen-single div:before {
  content: '\e808';
}

/* '' */
.icon-down-open:before,
.widget-wrap .chosen-container-single .chosen-single div:before {
  content: '\e809';
}


/* '' */
.icon-edit:before {
  content: '\e80a';
}

/* '' */
.icon-ok:before {
  content: '\e80b';
}

/* '' */
.icon-export:before {
  content: '\e80c';
}

/* '' */
.icon-pencil:before {
  content: '\e80d';
}

/* '' */
.icon-tag:before {
  content: '\e80e';
}

/* '' */
.icon-lock:before {
  content: '\e80f';
}

/* '' */
.icon-bed:before {
  content: '\e810';
}

/* '' */
.icon-channels:before {
  content: '\e811';
}

/* '' */
.icon-child:before {
  content: '\e812';
}

/* '' */
.icon-cleaning:before {
  content: '\e813';
}

/* '' */
.icon-guests:before {
  content: '\e814';
}

/* '' */
.icon-housing:before {
  content: '\e815';
}

/* '' */
.icon-finans:before {
  content: '\e816';
}

/* '' */
.icon-logout:before {
  content: '\e817';
}

/* '' */
.icon-attention:before {
  content: '\e818';
}

/* '' */
.icon-main:before {
  content: '\e819';
}

/* '' */
.icon-open:before {
  content: '\e81a';
}

/* '' */
.icon-products:before {
  content: '\e81b';
}

/* '' */
.icon-rates_tree:before {
  content: '\e81c';
}

/* '' */
.icon-rates:before {
  content: '\e81d';
}

/* '' */
.icon-report:before {
  content: '\e81e';
}

/* '' */
.icon-reservation:before {
  content: '\e81f';
}

/* '' */
.icon-settings:before {
  content: '\e820';
}

/* '' */
.icon-tabl:before {
  content: '\e821';
}

/* '' */
.icon-tasks:before {
  content: '\e822';
}

/* '' */
.icon-edit-1:before {
  content: '\e823';
}

/* '' */
.icon-mail:before {
  content: '\e824';
}

/* '' */
.icon-pay:before {
  content: '\e826';
}

/* '' */
.icon-line:before {
  content: '\e827';
}

/* '' */
.icon-in:before {
  content: '\e828';
}

/* '' */
.icon-person:before {
  content: '\e829';
}

/* '' */
.icon-square:before {
  content: '\e82a';
}

/* '' */
.icon-user:before {
  content: '\e82c';
}

/* '' */
.icon-out:before {
  content: '\e82d';
}

/* '' */
.icon-bed-1:before {
  content: '\e82e';
}

/* '' */
.icon-warning:before {
  content: '\e82f';
}

/* '' */
.icon-cup:before {
  content: '\e830';
}

/* '' */
.widget-wrap .group-info__content .all-facilities .pseudo-link._opened:before,
.icon-arrow01:before {
  content: '\e831';
}

/* '' */
.icon-arrow02:before {
  content: '\e832';
}

/* '' */
.icon-arrow10:before {
  content: '\e833';
}

/* '' */
.icon-arrow11:before,
.widget-wrap .widget-book-results .booking-sidebar .booking-content .group__head._closed .group__title:before {
  content: '\e834';
}

/* '' */
.icon-arrow12:before {
  content: '\e835';
}

/* '' */
.icon-arrows:before {
  content: '\e836';
}

/* '' */
.icon-arrows1:before {
  content: '\e837';
}

/* '' */
.icon-check1:before {
  content: '\e838';
}

/* '' */
.icon-check2:before {
  content: '\e839';
}

/* '' */
.icon-expand:before {
  content: '\e83a';
}

/* '' */
.icon-food-1:before {
  content: '\e83b';
}

/* '' */
.icon-close:before {
  content: '\e83c';
}

/* '' */
.icon-furniture:before {
  content: '\e83d';
}

/* '' */
.icon-moon:before {
  content: '\e83e';
}

/* '' */
.icon-percent:before {
  content: '\e83f';
}

/* '' */
.icon-002-tea-in-a-teapot:before {
  content: '\e840';
}

/* '' */
.icon-air:before {
  content: '\e843';
}

/* '' */
.icon-bathtub:before {
  content: '\e845';
}

/* '' */
.icon-cigar:before {
  content: '\e846';
}

/* '' */
.icon-cloakroom:before {
  content: '\e847';
}

/* '' */
.icon-comod:before {
  content: '\e848';
}

/* '' */
.icon-desk:before {
  content: '\e849';
}

/* '' */
.icon-drink:before {
  content: '\e84a';
}

/* '' */
.icon-fan:before {
  content: '\e84b';
}

/* '' */
.icon-hair-dryer:before {
  content: '\e84c';
}

/* '' */
.icon-reception-bell:before {
  content: '\e84d';
}

/* '' */
.icon-scissors:before {
  content: '\e84e';
}

/* '' */
.icon-snowflake:before {
  content: '\e84f';
}

/* '' */
.icon-sofa:before {
  content: '\e850';
}

/* '' */
.icon-table:before {
  content: '\e851';
}

/* '' */
.icon-telephone:before {
  content: '\e852';
}

/* '' */
.icon-toilet:before {
  content: '\e853';
}

/* '' */
.icon-travelling-luggage:before {
  content: '\e854';
}

/* '' */
.icon-washing-machine:before {
  content: '\e856';
}

/* '' */
.icon-water:before {
  content: '\e857';
}

/* '' */
.icon-arrow03:before {
  content: '\e858';
}

/* '' */
.icon-arrow04:before {
  content: '\e859';
}

/* '' */
.icon-arrow05:before {
  content: '\e85a';
}

/* '' */
.icon-arrow06:before {
  content: '\e85b';
}

/* '' */
.icon-arrow07:before {
  content: '\e85c';
}

/* '' */
.icon-arrow08:before {
  content: '\e85d';
}

/* '' */
.icon-arrow09:before {
  content: '\e85e';
}

/* '' */
.icon-camera:before {
  content: '\e85f';
}

/* '' */
.icon-print:before {
  content: '\e860';
}

/* '' */
.icon-bin:before {
  content: '\e861';
}

/* '' */
.icon-download:before {
  content: '\e862';
}

/* '' */
.icon-turkey:before {
  content: '\e863';
}

/* '' */
.icon-drink-2:before {
  content: '\e864';
}

/* '' */
.icon-heating:before {
  content: '\e866';
}

/* '' */
.icon-iron:before {
  content: '\e867';
}

/* '' */
.icon-locked-padlock:before {
  content: '\e868';
}

/* '' */
.icon-microwave:before {
  content: '\e86a';
}

/* '' */
.icon-mirror:before {
  content: '\e86b';
}

/* '' */
.icon-no-smoking:before {
  content: '\e86c';
}

/* '' */
.icon-balcony:before {
  content: '\e86d';
}

/* '' */
.icon-bathrobe:before {
  content: '\e86e';
}

/* '' */
.icon-bed-double:before {
  content: '\e870';
}

/* '' */
.icon-bed-single:before {
  content: '\e871';
}

/* '' */
.icon-bed-towel:before {
  content: '\e872';
}

/* '' */
.icon-bidet:before {
  content: '\e873';
}

/* '' */
.icon-binoculars:before {
  content: '\e874';
}

/* '' */
.icon-carpet:before {
  content: '\e875';
}

/* '' */
.icon-cleaning-1:before {
  content: '\e877';
}

/* '' */
.icon-closet:before {
  content: '\e879';
}

/* '' */
.icon-coctail:before {
  content: '\e87a';
}

/* '' */
.icon-conditioner:before {
  content: '\e87b';
}

/* '' */
.icon-cup-of-tea:before {
  content: '\e87c';
}

/* '' */
.icon-curtains:before {
  content: '\e87d';
}

/* '' */
.icon-disabled:before {
  content: '\e87e';
}

/* '' */
.icon-flat-tv:before {
  content: '\e881';
}

/* '' */
.icon-food-in-room:before {
  content: '\e882';
}

/* '' */
.icon-furniture-1:before {
  content: '\e883';
}

/* '' */
.icon-gamepad:before {
  content: '\e884';
}

/* '' */
.icon-ironing-board:before {
  content: '\e888';
}

/* '' */
.icon-kitchen:before {
  content: '\e889';
}

/* '' */
.icon-mirror-1:before {
  content: '\e88b';
}

/* '' */
.icon-mute:before {
  content: '\e88c';
}

/* '' */
.icon-no-animals:before {
  content: '\e88d';
}

/* '' */
.icon-padlock:before {
  content: '\e88f';
}

/* '' */
.icon-parquet:before {
  content: '\e890';
}

/* '' */
.icon-phone:before {
  content: '\e891';
}

/* '' */
.icon-pool:before {
  content: '\e892';
}

/* '' */
.icon-rest-zone:before {
  content: '\e893';
}

/* '' */
.icon-sattelite:before {
  content: '\e894';
}

/* '' */
.icon-savings-box:before {
  content: '\e895';
}

/* '' */
.icon-shower:before {
  content: '\e897';
}

/* '' */
.icon-slippers:before {
  content: '\e898';
}

/* '' */
.icon-teapot:before {
  content: '\e89c';
}

/* '' */
.icon-terrace:before {
  content: '\e89e';
}

/* '' */
.icon-toilet-1:before {
  content: '\e89f';
}

/* '' */
.icon-towel:before {
  content: '\e8a0';
}

/* '' */
.icon-tv:before {
  content: '\e8a1';
}

/* '' */
.icon-washing-machine-1:before {
  content: '\e8a2';
}

/* '' */
.icon-wood-floor:before {
  content: '\e8a4';
}

/* '' */
.icon-all-meals:before {
  content: '\e8a5';
}

/* '' */
.icon-breakfast-and-dinner:before {
  content: '\e8a6';
}

/* '' */
.icon-breakfast:before {
  content: '\e8a7';
}

/* '' */
.icon-dinner:before {
  content: '\e8a8';
}

/* '' */
.icon-lunch:before {
  content: '\e8a9';
}

/* '' */
.icon-no-food:before {
  content: '\e8aa';
}

/* '' */
.icon-view-city:before {
  content: '\e8ac';
}

/* '' */
.icon-view-mountain:before {
  content: '\e8ad';
}

/* '' */
.icon-view-sea:before {
  content: '\e8ae';
}

/* '' */
.icon-view-yard:before {
  content: '\e8af';
}

/* '' */
.icon-alarm-clock:before {
  content: '\e8b0';
}

/* '' */
.icon-animals:before {
  content: '\e8b1';
}

/* '' */
.icon-money:before {
  content: '\f0d6';
}

/* '' */
.icon-exchange:before {
  content: '\f0ec';
}

/* '' */
.icon-coffee:before {
  content: '\f0f4';
}

/* '' */
.icon-food:before {
  content: '\f0f5';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c';
}

/* '' */
.icon-male:before {
  content: '\f183';
}

/* '' */
.icon-paper-plane:before {
  content: '\f1d8';
}

/* '' */
.icon-wifi:before {
  content: '\f1eb';
}

/* '' */
.icon-trash:before {
  content: '\f1f8';
}

/* '' */
.icon-commenting:before {
  content: '\f27a';
}

/* '' */
.icon-credit-card-alt:before {
  content: '\f283';
}

body {
  width: 100%;
  height: 100%;
  font-family: 'circe-regular';
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  body {
    overflow-x: hidden;
  }
}

iframe {
  border: none;
}

[class|="mobile"] {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  [class|="mobile"] {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .main-wrap {
    position: relative;
    left: 0;
    -webkit-transition: left .5s ease;
    transition: left .5s ease;
  }
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .main-wrap._active {
    left: -80%;
  }
}

.link {
  text-decoration: none;
  color: #000;
}

.content-menu {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #222;
  box-shadow: 0 0 5px 0 #222;
  padding: 12px 0 20px 0;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu {
    height: 50px;
    padding: 0;
  }
}

.content-menu .content-wrap {
  display: inline-block;
  vertical-align: middle;
}

.content-menu .content-wrap > div {
  vertical-align: middle;
}

.content-menu__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 160px;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__logo {
    position: absolute;
    left: 5%;
    top: 3px;
  }
}

.mobile-menu-btn {
  position: absolute;
  width: 30px;
  height: 3px;
  right: 5%;
  top: 25px;
  background-color: transparent;
}

.mobile-menu-btn:before, .mobile-menu-btn:after {
  content: '';
  position: absolute;
  background-color: #007fff;
  width: 30px;
  height: 3px;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.mobile-menu-btn:before {
  top: -5px;
}

.mobile-menu-btn:after {
  top: 5px;
}

.mobile-menu-btn._active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.mobile-menu-btn._active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
}

.header-logo__img {
  width: 70px;
  height: 72px;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .header-logo__img {
    width: auto;
    height: 43px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__menu._active {
    display: block;
    left: 100%;
  }
}

.content-menu__menu {
  display: inline-block;
  font-size: 0;
  font-family: 'mullerbold';
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__menu {
    position: absolute;
    width: 80%;
    height: 100%;
    display: none;
    top: 0;
    background-color: #fff;
    padding-top: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}

.content-menu__menu .menu {
  padding-left: 0;
}

.content-menu__menu .menu li {
  list-style: none;
  display: inline-block;
  margin-right: 42px;
  vertical-align: middle;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__menu .menu li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #e7eff4;
  }
}

.content-menu__menu .menu li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__menu .menu li:last-child {
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }
}

.content-menu__menu .menu .link_menu {
  font-family: 'mullerbold';
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__menu .menu .link_menu {
    font-size: 14px;
  }
}

.content-menu__menu .menu .link_menu:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .content-menu__menu .menu .link_menu:after {
    display: none;
  }
}

.content-menu__menu .menu .link_menu:hover:after {
  width: 100%;
  background: #000;
}

.body {
  height: 300px;
}

.widget-wrap {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  min-width: 760px;
  background-color: #ededed;
}

.widget-wrap [class^="icon-"]:before,
  .widget-wrap [class*=" icon-"]:before {
  position: absolute;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap {
    min-width: 100%;
    overflow-x: scroll;
  }
}

.widget-wrap .pseudo-link {
  cursor: pointer;
}

.widget-wrap ._hidden {
  display: none !important;
}

.widget-wrap ._disabled {
  display: none;
}

.widget-wrap .fixed {
  position: fixed !important;
}

.widget-wrap ul {
  margin: 0;
  padding: 0;
}

.widget-wrap ul li {
  list-style: none;
}

.widget-wrap ul li._warning {
  color: #d32727;
}

.widget-wrap ul li._note_green {
  color: #0db921;
}

.widget-wrap .clearfix:before, .widget-wrap .clearfix:after {
  content: " ";
  display: table;
}

.widget-wrap .clearfix:after {
  clear: both;
}

.widget-wrap .clearfix {
  *zoom: 1;
}

.widget-wrap .booking-step._search {
  background: url("../img/hotel.png") top left;
  background-size: cover;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.widget-wrap .booking-step._search:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.widget-wrap .widget-content {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-content {
    width: 93%;
    padding: 0 3%;
    min-width: 760px;
  }
}

.widget-wrap .title-text {
  color: #fff;
  padding-top: 5%;
}

.widget-wrap .title-text span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

.widget-wrap .title-text .title-text__bigger {
  font-family: 'circe-bold';
  font-size: 36px;
  margin-bottom: 10px;
}

.widget-wrap .open {
  color: #fff;
  font-size: 25px;
}

.widget-wrap .search {
  padding: 20px 0;
  width: 930px;
  margin: 50px auto 0;
  font-size: 0;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .search {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px;
  }
}

.widget-wrap .search__form {
  width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 85px;
}

.widget-wrap .search-inputs {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .search-inputs {
    width: 100%;
    margin-bottom: 6px;
  }
}

.widget-wrap .search-inputs._dates {
  display: inline-block;
}

.widget-wrap .search-inputs._dates > div {
  width: 184px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .search-inputs._dates > div {
    width: 50%;
  }
}

.widget-wrap .search-inputs._dates .checkInOutdate {
  border: none;
  background-color: none;
  font-size: 15px;
  font-family: "circe-bold", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.widget-wrap .search-input {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  height: 52px;
}

.widget-wrap .search-input._checkIn {
  margin-right: 1px;
  border-radius: 3px 0 0 3px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .search-input._checkIn {
    margin-right: 0;
    border-right: 1px solid #333;
  }
}

.widget-wrap .search-input._checkIn:before {
  font-size: 35px;
  color: #b4b4b4;
  left: 13px;
  top: 9px;
}

.widget-wrap .search-input._checkOut {
  border-radius: 0 3px 3px 0;
}

.widget-wrap .search-input._checkOut:before {
  font-size: 35px;
  color: #b4b4b4;
  left: 13px;
  top: 9px;
}

.widget-wrap .checkWeekday {
  display: inline-block;
  font-size: 15px;
  color: #989898;
  margin-top: 1px;
}

.widget-wrap .search-inputs.occupancy {
  margin-left: 5px;
  border-radius: 3px;
  background-color: #fff;
  height: 52px;
  width: 370px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .search-inputs.occupancy {
    margin-left: 0;
    width: 100%;
  }
}

.widget-wrap .search-inputs.occupancy:before {
  font-size: 27px;
  color: #b4b4b4;
  top: 12px;
  left: 17px;
}

.widget-wrap ._green-btn {
  display: inline-block;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#00db91), to(#00c17f));
  background: linear-gradient(to bottom, #00db91 0%, #00c17f 100%);
  background: -ms-linear-gradient(top, #00db91 0%, #00c17f 100%);
  border-radius: 3px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "circe-bold", sans-serif;
  line-height: 1.5;
  cursor: pointer;
}

.widget-wrap ._green-btn:hover {
  opacity: 0.9;
}

.widget-wrap .occupancy__guests {
  padding: 18px 18px 18px 58px;
}

.widget-wrap .occupancy__guests span {
  font-size: 15px;
}

.widget-wrap .search-inputs._ations {
  float: right;
}

.widget-wrap .search-inputs._ations .search_btn {
  font-size: 11px;
  text-transform: uppercase;
  height: 52px;
  width: 180px;
  padding: 0 20px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .search-inputs._ations .search_btn {
    width: 100%;
  }
}

.widget-wrap .occupancy__selector {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -155px;
  width: 310px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #222;
  box-shadow: 0 0 5px 0 #222;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 24px;
  display: none;
  z-index: 100;
}

.widget-wrap .occupancy__selector:after, .widget-wrap .occupancy__selector:before {
  content: "";
  position: absolute;
  border-bottom: 9px solid #fff;
  top: -8px;
}

.widget-wrap .occupancy__selector:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -9px;
}

.widget-wrap .selector-row._kids-ages {
  display: block;
}

.widget-wrap .selector-row._kids-ages .kid-age {
  display: inline-block;
}

.widget-wrap .selector-row._kids-ages .selector-row__title {
  color: #787878;
}

.widget-wrap .selector-row__title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.widget-wrap .search-input._checkIn:after,
  .widget-wrap .search-input._checkOut:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0;
  top: 0;
}

.widget-wrap .selector-row {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
}

.widget-wrap .selector-row:last-child {
  border-bottom: 0;
}

.widget-wrap .selector-row .label {
  font-size: 15px;
  position: relative;
  top: 9px;
}

.widget-wrap .selector-row .selector-row__select {
  display: inline-block;
  float: right;
  margin-right: 10px;
  position: relative;
}

.widget-wrap .selector-row .selector-row__select i {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.widget-wrap .selector-row .selector-row__select i:hover {
  opacity: .8;
}

.widget-wrap .selector-row .selector-row__select .icon-line,
      .widget-wrap .selector-row .selector-row__select .icon-plus {
  width: 30px;
  height: 30px;
  position: relative;
}

.widget-wrap .selector-row .selector-row__select .icon-line:before,
        .widget-wrap .selector-row .selector-row__select .icon-plus:before {
  font-size: 14px;
  color: #007fff;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
}

.widget-wrap .selector-row .selector-row__select input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  width: 40px;
  margin: 0 10px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 4px 0px #d1d1d1;
  box-shadow: inset 0 2px 4px 0px #d1d1d1;
  border-radius: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .widget-wrap .selector-row .selector-row__select input {
    font-size: 20px;
    font-family: "circe-bold", sans-serif;
  }
}

.widget-wrap .selector-row .kid-age {
  margin: 0 10px 10px 0;
  position: relative;
}

.widget-wrap .selector-row .kid-age:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  background: url("../img/select_arr.png");
  top: 50%;
  margin-top: -2px;
  right: 8px;
}

.widget-wrap .selector-row .kid-age select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  width: 50px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 4px 0 #d1d1d1;
  box-shadow: inset 0 2px 4px 0 #d1d1d1;
  border-radius: 5px;
}

.widget-wrap .selector-row .kid-age select::-ms-expand {
  display: none;
}

.widget-wrap .group-info {
  padding: 20px;
  position: relative;
}

.widget-wrap .group-info .group-info__pic {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 195px;
  margin-right: 20px;
  font-size: 0;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .group-info .group-info__pic {
    position: relative;
    width: 100%;
  }
}

.widget-wrap .group-info .group-info__pic img {
  width: 100%;
}

.widget-wrap .group-info .group-info__pic .photos-count {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #007fff;
  padding: 4px 6px;
}

.widget-wrap .group-info .group-info__pic .photos-count span {
  font-size: 10px;
  color: #fff;
  padding-left: 17px;
}

.widget-wrap .group-info .group-info__pic .photos-count span:before {
  left: 6px;
  font-size: 9px;
  top: 50%;
  margin-top: -5px;
}

.widget-wrap .group-info__content {
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 215px;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .group-info__content {
    padding-left: 0;
    margin-top: 15px;
  }
}

.widget-wrap .group-info__content ul {
  font-size: 0;
}

.widget-wrap .group-info__content ul li {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  vertical-align: top;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .group-info__content ul li {
    width: 100%;
  }
}

.widget-wrap .group-info__content ul li:before {
  left: 0;
  top: 50%;
  margin-top: -17px;
  font-size: 30px;
  color: #007fff;
}

.widget-wrap .group-info__content .group-info__title {
  font-family: "circe-bold", sans-serif;
  font-size: 23px;
}

.widget-wrap .group-info__content .group-info__options {
  margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .group-info__content .group-info__options ul li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.widget-wrap .group-info__content .group-info__options ul li:before {
  left: 0;
  top: 50%;
  margin-top: -17px;
  font-size: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .group-info__content .group-info__options ul li:before {
    font-size: 25px;
    margin-top: -15px;
  }
}

.widget-wrap .group-info__content .group-info__facilities ul {
  margin-top: 15px;
}

.widget-wrap .group-info__content .group-info__facilities ul li {
  display: inline-block;
  vertical-align: top;
  color: #737373;
  margin: 5px 0;
}

.widget-wrap .group-info__content .group-info__facilities ul li:before {
  left: 0;
  top: 0;
  margin-top: 0;
  font-size: 16px;
  color: #737373;
}

.widget-wrap .group-info__content .all-facilities {
  margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .group-info__content .all-facilities {
    margin-top: 20px;
  }
}

.widget-wrap .group-info__content .all-facilities .pseudo-link {
  text-transform: uppercase;
  color: #007fff;
  padding-right: 20px;
  position: relative;
  font-size: 10px;
}

.widget-wrap .group-info__content .all-facilities .pseudo-link:before {
  right: 0;
  top: 3px;
  font-size: 8px;
  color: #000;
}



.widget-wrap .group-info__content .group-info__about-room {
  margin-top: 15px;
}

.widget-wrap .group-info__content .group-info__about-room .title {
  font-size: 17px;
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .group-info__content .group-info__about-room p {
  line-height: 1.3;
  margin: 5px 0;
}

.widget-wrap .widget-steps-wrap {
  background-color: #74797c;
  padding: 20px 0;
}

.widget-wrap .widget-steps-wrap .widget-steps {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item {
  list-style: none;
  display: inline-block;
  padding-right: 30px;
  padding-left: 18px;
  position: relative;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item:before {
  font-size: 16px;
  color: #fff;
  right: 0;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item:first-child {
  padding-left: 0;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item:last-child:before {
  display: none;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item._disabled:before {
  color: #b7bdc2;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item._disabled .widget-steps__link {
  color: #b7bdc2;
  cursor: default;
}

.widget-wrap .widget-steps-wrap .widget-steps .widget-steps__item .widget-steps__link {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.widget-wrap .widget-filter-wrap {
  padding: 15px 0 5px 0;
  font-size: 0;
  background-color: #fff;
}

.widget-wrap .widget-filter-wrap .widget-filter-label {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  margin-top: 6px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-filter-wrap .widget-filter-label {
    display: none;
  }
}

.widget-wrap .widget-filter-wrap .widget-filter {
  display: inline-block;
  padding-left: 0;
  max-width: 770px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-filter-wrap .widget-filter {
    max-width: 720px;
  }
}

.widget-wrap .widget-filter-wrap .widget-filter .widget-filter__item {
  display: inline-block;
  position: relative;
  line-height: 30px;
  margin-right: 35px;
  margin-bottom: 10px;
}

.widget-wrap .widget-filter-wrap .widget-filter .widget-filter__item input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0px;
  padding: 0px;
}

.widget-wrap .widget-filter-wrap .widget-filter .widget-filter__item label {
  font-size: 15px;
  padding-left: 42px;
  cursor: pointer;
}

.widget-wrap .widget-filter-wrap .widget-filter .widget-filter__item label[class^="icon-"]:before {
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #007fff;
  color: #007fff;
}

.widget-wrap .widget-filter-wrap .widget-filter .widget-filter__item input[type="checkbox"]:checked + label {
  color: #007fff;
}

.widget-wrap .widget-filter-wrap .widget-filter .widget-filter__item input[type="checkbox"]:checked + label:before {
  color: #fff;
  background-color: #007fff;
}

.widget-wrap .widget-filter-wrap .widget-filter-clear {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  float: right;
}

.widget-wrap .widget-filter-wrap .widget-filter-clear .widget-filter-clear__button {
  font-size: 12px;
  line-height: 12px;
  border: none;
  background: none;
  color: #96999d;
  padding-right: 32px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-filter-wrap .widget-filter-clear .widget-filter-clear__button {
    font-size: 0;
  }
}

.widget-wrap .widget-filter-wrap .widget-filter-clear .widget-filter-clear__button:before {
  right: 0;
  font-size: 12px;
  top: 50%;
  margin-top: -7px;
}

.widget-wrap .widget-filter-wrap .widget-filter-clear .widget-filter-clear__button:hover {
  color: #007fff;
}

.widget-wrap .widget-booking-wrap {
  background-color: #ededed;
}

.widget-wrap .widget-booking-wrap .widget-content {
  position: relative;
}

.widget-wrap .widget-booking-wrap .area-title {
  font-family: "circe-bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.widget-wrap .widget-search-results {
  display: inline-block;
  vertical-align: top;
  padding-right: 340px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-search-results .more_variants {
  background-color: #f7f7f7;
  text-align: center;
  font-size: 15px;
}

.widget-wrap .widget-search-results .more_variants._opened {
  padding-bottom: 20px;
}

.widget-wrap .widget-search-results .more_variants .pseudo-link {
  color: #007fff;
  padding-left: 35px;
  position: relative;
  line-height: 25px;
}

.widget-wrap .widget-search-results .more_variants .pseudo-link:before {
  font-size: 10px;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background-color: #007fff;
  left: 0;
}

.widget-wrap .widget-search-results .more_variants .pseudo-link._opened:before {
  content: 'S';
}

.widget-wrap .widget-search-results .group {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #a6a6a6;
  box-shadow: 0 0 5px 0 #a6a6a6;
  margin-bottom: 30px;
}

.widget-wrap .widget-search-results .group .rates-wrap {
  background-color: #f7f7f7;
  padding: 20px 20px 2px 20px;
  font-size: 0;
}

.widget-wrap .widget-search-results .group .rates-wrap:last-child {
  padding-bottom: 20px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate-no-wariants {
  font-size: 17px;
  text-align: center;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #a6a6a6;
  box-shadow: 0 0 5px 0 #a6a6a6;
  padding: 20px;
  margin-bottom: 20px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate:last-child {
  margin-bottom: 0;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options {
  display: inline-block;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  vertical-align: top;
  font-size: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options {
    width: 100%;
  }
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li {
    margin-bottom: 15px;
  }
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li:last-child {
  margin-bottom: 0;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li:before {
  color: #a6a6a6;
  left: 0;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li .note {
  margin-left: 15px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li .note:before {
  margin-top: 3px;
  font-size: 10px;
  color: #aaaaaa;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__options ul li._tooltip {
  cursor: pointer;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types {
  display: inline-block;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 1px dashed #d0d0d0;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types {
    width: 100%;
    border-left: 0;
    margin-top: 15px;
  }
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .item {
  border-bottom: 1px dashed #d0d0d0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .item:first-child {
  padding-top: 0;
  padding-bottom: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .item:first-child {
    border-top: 1px dashed #d0d0d0;
    padding-top: 15px;
  }
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .item:last-child {
  border-bottom: 0;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field .rate-label {
    padding-right: 5px;
  }
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field .rate-cont {
  margin-top: 8px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field .rate-price {
  font-size: 15px;
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field .rate-price._old {
  color: #9f9f9f;
  font-size: 12px;
  text-decoration: line-through;
  font-family: "circe-regular", sans-serif;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._guests {
  padding-left: 18px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._guests .rate-cont {
  margin-top: 14px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms {
  text-align: center;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .count-rooms-select {
  display: inline-block;
  text-align: left;
  width: 72px;
  height: 47px;
  border: 1px solid;
  border-color: rgba(0, 127, 255, 0.4);
  border-radius: 3px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .count-rooms-select .chosen-drop {
  width: 72px;
  margin-left: -1px;
  border-color: rgba(0, 127, 255, 0.4);
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .count-rooms-select._active {
  border-color: #007fff;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .count-rooms-select._active .chosen-drop {
  border-color: #007fff;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .count-rooms-select select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  font-size: 14px;
  padding: 0 5px 0 5px;
  margin-top: 23px;
  width: 70px;
  background-color: #fff;
  border-radius: 5px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .count-rooms-select .label-select {
  position: absolute;
  top: 6px;
  left: 8px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .chosen-container {
  border: none;
  background: none;
  font-size: 13px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .chosen-container .chosen-single {
  cursor: pointer;
  border: none;
  background: none;
  height: 45px;
  padding-top: 20px;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .chosen-container .chosen-single:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.widget-wrap .widget-search-results .group .rates-wrap .rate .rate__types .field._count-rooms .chosen-container .chosen-search {
  display: none;
}

.widget-wrap .widget-checkout {
  display: inline-block;
  vertical-align: top;
  padding-right: 340px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-checkout .boocking-checkout-empty a {
  color: #007fff;
  cursor: pointer;
}

.widget-wrap .widget-checkout .boocking-checkout-empty a:hover {
  text-decoration: none;
}

.widget-wrap .widget-book-results {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  right: 20px;
  top: 0;
}

.widget-wrap .widget-book-results p {
  display: inline-block;
}

.widget-wrap .widget-book-results .booking-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #a6a6a6;
  box-shadow: 0 0 5px 0 #a6a6a6;
}

.widget-wrap .widget-book-results .booking-sidebar p {
  margin: 0;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content {
  padding: 20px;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .group__head {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .group__head p {
  font-size: 19px;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .group__head .group__price {
  float: right;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .group__title {
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .group__title:before {
  color: #888888;
  left: 0;
  font-size: 16px;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-dates {
  font-size: 14px;
  color: #888888;
  padding: 20px 0 0 0;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-dates .nights {
  color: #000;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list .item {
  margin-top: 12px;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list .item .name {
  font-size: 14px;
  font-family: "circe-bold", sans-serif;
  margin-bottom: 10px;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list .item .rate p {
  display: inline-block;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list .item .rate .summ {
  font-size: 14px;
  float: right;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list .item .rate .remove {
  font-size: 9px;
  color: #ff9999;
  margin-left: 6px;
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-content .bookings-rooms-list .item .rate .remove:hover {
  color: #d32727;
}

.widget-wrap .widget-book-results .booking-sidebar .bookings-total {
  font-size: 23px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.widget-wrap .widget-book-results .booking-sidebar .bookings-total .summ {
  float: right;
}

.widget-wrap .widget-book-results .booking-sidebar .bookings-prepayment {
  font-size: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.widget-wrap .widget-book-results .booking-sidebar .bookings-prepayment .summ {
  float: right;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-prepayment {
  padding-top: 20px;
  text-align: center;
  color: #8d8d8d;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-btn .continue-booking {
  text-transform: uppercase;
  width: 100%;
  padding: 16px 0;
  border-radius: 0;
  font-size: 12px;
  font-family: "circe-regular", sans-serif;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-btn .continue-booking:disabled {
  background: #999999;
}

.widget-wrap .widget-book-results .booking-sidebar .booking-btn .continue-booking:disabled:hover {
  opacity: 1;
  cursor: default;
}

.widget-wrap .widget-checkout-customer-info {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #a6a6a6;
  box-shadow: 0 0 5px 0 #a6a6a6;
}

.widget-wrap .widget-checkout-customer-info .form-wrap {
  font-size: 0;
}
.widget-wrap .widget-checkout-customer-info .form-item {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-checkout-customer-info .form-item {
    width: 100%;
  }
}

.widget-wrap .widget-checkout-customer-info .form-item:nth-child(2n+2) {
  margin-left: 2%;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox {
  width: 100%;
  margin: auto;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .field-wrap {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox input[type="checkbox"] {
  display: none;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .checkbox-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .checkbox-icon .icon {
  display: none;
  position: absolute;
  font-size: 13px;
  color: #007fff;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox input[type="checkbox"]:checked + .checkbox-icon .icon {
  display: block;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .checkbox-text {
  font-size: 14px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .checkbox-text a {
  color: #007fff;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .checkbox-text a:hover {
  text-decoration: none;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .field-wrap.error .checkbox-icon {
  border-color: #e76462;
  background-color: #ffeded;
}

.widget-wrap .widget-checkout-customer-info .form-item._checkbox .field-wrap.error .checkbox-text {
  color: #ed4b4b;
}



.widget-wrap .widget-checkout-customer-info .form-item._textarea {
  width: 100%;
}

.widget-wrap .widget-checkout-customer-info .form-item._textarea textarea {
  height: 90px;
  padding-top: 25px;
}

.widget-wrap .rate-cont {
  font-size: 12px;
}

.widget-wrap .rate-cont .icon {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 12px;
  height: 12px;
  color: #007fff;
}

.widget-wrap .rate-cont .icon._child {
  width: 8px;
  height: 8px;
  font-size: 8px;
  color: #7fbfff;
  top: -1px;
}

.widget-wrap .rate-cont .plus {
  position: relative;
  top: -1px;
  color: #737373;
}

.widget-wrap .rate-cont .count {
  font-size: 14px;
  margin-left: 6px;
}

.widget-wrap .chosen-container-single .chosen-single {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .chosen-container-single .chosen-single div:before {
  font-size: 10px;
  position: absolute;
  top: 25px; left: 5px;
}

.widget-wrap .chosen-container-single .chosen-single div b {
  display: none;
}

.widget-wrap .chosen-container-single.chosen-with-drop .chosen-single div:before {
}

.widget-wrap .chosen-container-single .chosen-results li {
  padding: 5px 6px 5px 4px;
}

.widget-wrap .chosen-container-single .chosen-results li.highlighted {
  background: #007fff;
}

.widget-wrap .widget-checkout-offer-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #a6a6a6;
  box-shadow: 0 0 5px 0 #a6a6a6;
  padding: 20px;
  margin-bottom: 20px;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__pic {
  width: 115px;
  margin-right: 20px;
  position: absolute;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__pic {
    width: 100%;
    position: relative;
    max-height: 170px;
    overflow: hidden;
  }
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__pic img {
  width: 100%;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__pic .photos-count {
  display: none;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info {
  padding-left: 135px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info {
    padding-left: 0;
  }
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .head .title {
  font-size: 19px;
  font-family: "circe-bold", sans-serif;
  display: inline-block;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .head .price {
  display: inline-block;
  float: right;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .head .price .summ {
  font-size: 15px;
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .head .price .remove {
  font-size: 9px;
  color: #f99;
  margin-left: 6px;
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .head .price p {
  margin: 0;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .residents {
  margin-top: 10px;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options {
  margin-top: 10px;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options ul li {
  padding-left: 0;
  width: auto;
  padding-right: 0;
  margin-right: 5px;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options ul li:before {
  display: none;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options ul li:after {
  content: ';';
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options ul li:last-child:after {
  content: '';
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options .note {
  margin-left: 20px;
}

.widget-wrap .widget-checkout-offer-item .widget-checkout-offer-item__info .offer-options .note:before {
  margin-top: 3px;
  font-size: 10px;
  color: #aaa;
  right: 7px;
}

.widget-wrap .widget-confirm-wrap {
  background-color: #ededed;
  padding-top: 20px;
  padding-bottom: 60px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 #a6a6a6;
  box-shadow: 0 0 5px 0 #a6a6a6;
  font-size: 0;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary {
    width: 100%;
  }
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .person {
  font-size: 23px;
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .text {
  margin-top: 15px;
  line-height: 1.3;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email {
  font-size: 16px;
  margin-top: 15px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email .form {
  position: fixed;
  width: 460px;
  height: 170px;
  top: 50%;
  background-color: #fff;
  left: 50%;
  margin-left: -230px;
  margin-top: -85px;
  z-index: 1000;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email .form .form-submit {
  margin-top: 18px;
  text-align: center;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email .form .form-submit button {
  border-radius: 0;
  padding: 18px 24px;
  text-transform: uppercase;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email .form .close_popup {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: -10px;
  top: 0;
  cursor: pointer;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email .pseudo-link {
  display: inline-block;
  padding: 6px 13px;
  background-color: #007fff;
  color: #fff;
  border-radius: 5px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .send-to-email .pseudo-link:hover {
  opacity: .8;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info {
  margin-top: 30px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .hotel-name {
  font-size: 20px;
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .item .label {
  color: #919191;
  margin-right: 3px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .item .text {
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .item .text .no-bold {
  font-family: "circe-regular", sans-serif;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .hotel-adress {
  margin-top: 10px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .booking-options {
  margin-top: 25px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .booking-info .booking-price {
  margin-top: 30px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .print-confirmation,
.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params .print-confirmation {
  margin-top: 25px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .print-confirmation ._green-btn,
.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params .print-confirmation ._green-btn {
  display: inline-block;
  padding: 18px 16px 18px 44px;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-summary .print-confirmation ._green-btn:before,
.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params .print-confirmation ._green-btn:before {
  left: 13px;
  top: 50%;
  margin-top: -8px;
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-location {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-location {
    width: 100%;
    margin-top: 30px;
  }
}

.widget-wrap .widget-confirm-wrap .booking-results-wrap .booking-results-location .confirmation-map {
  width: 100%;
  height: 520px;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms {
  margin-top: 20px;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item:last-child {
  margin-bottom: 0;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__pic {
  width: 115px;
  position: absolute;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info {
  display: inline-block;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 20px;
  border-right: 1px solid #edeef0;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info {
    padding-left: 135px;
  }
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info .food {
  margin-top: 10px;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info .group-info__facilities {
  margin-top: 10px;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info .group-info__facilities ul li {
  font-size: 15px;
  color: #737373;
  display: inline-block;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info .group-info__facilities ul li:after {
  content: ',';
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__info .group-info__facilities ul li:last-child:after {
  content: ' ';
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params {
  vertical-align: top;
  display: inline-block;
  width: 29%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params b {
  font-family: "circe-bold", sans-serif;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params ._warning {
  color: #d32727;
}

.widget-wrap .widget-confirm-wrap .booking-results-rooms .widget-checkout-offer-item__params .item {
  margin-bottom: 15px;
}

.widget-wrap .modal-gallery {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  min-height: 700px;
  overflow: hidden;
}

.widget-wrap .modal-gallery .width {
  height: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 1px 10px;
  min-width: 300px;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .modal-gallery .close-gallery {
  display: block;
  position: absolute;
  z-index: 200;
  left: 100%;
  top: 47px;
  margin: 0 0 0 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.widget-wrap .modal-gallery .close-gallery:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

.widget-wrap .modal-gallery .close-gallery:hover .line.l1 {
  -webkit-transfrom: rotate(135deg);
  -moz-transfrom: rotate(135deg);
  -ms-transfrom: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.widget-wrap .modal-gallery .close-gallery:hover .line.l2 {
  -webkit-transfrom: rotate(45deg);
  -moz-transfrom: rotate(45deg);
  -ms-transfrom: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-wrap .modal-gallery .close-gallery .line {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-wrap .modal-gallery .close-gallery .line.l1 {
  -webkit-transfrom: rotate(45deg);
  -moz-transfrom: rotate(45deg);
  -ms-transfrom: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-wrap .modal-gallery .close-gallery .line.l2 {
  -webkit-transfrom: rotate(135deg);
  -moz-transfrom: rotate(135deg);
  -ms-transfrom: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.widget-wrap .modal-gallery .main-slider {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 150px;
  width: 100%;
}

.widget-wrap .modal-gallery .main-slider .slider {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.widget-wrap .modal-gallery .main-slider .swiper-wrapper,
.widget-wrap .modal-gallery .main-slider .swiper-slide {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.widget-wrap .modal-gallery .main-slider .photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.widget-wrap .modal-gallery .main-slider .switch {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  top: 50%;
  margin-top: -25px;
}

.widget-wrap .modal-gallery .main-slider .switch.prev {
  left: 0;
}

.widget-wrap .modal-gallery .main-slider .switch.next {
  right: 0;
}

.widget-wrap .modal-gallery .main-slider .switch .icon {
  display: inline-block;
  font-size: 18px;
  color: #cbcbcb;
  width: 50px;
  height: 50px;
  text-align: center;
}

.widget-wrap .modal-gallery .main-slider .switch .icon:before {
  width: 100%;
  height: 100%;
  line-height: 50px;
  left: 0;
}

.widget-wrap .modal-gallery .preview-slider {
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.widget-wrap .modal-gallery .preview-slider .slider {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 120px;
  height: 100%;
  overflow: hidden;
}

.widget-wrap .modal-gallery .preview-slider .photo {
  display: block;
  position: relative;
  margin: 0 12px 0 0;
  width: 120px;
  height: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.widget-wrap .modal-gallery .preview-slider .photo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-wrap .modal-gallery .preview-slider .photo:hover:before {
  background: rgba(255, 255, 255, 0.5);
}

.widget-wrap .modal-gallery .preview-slider .photo.active:before {
  background: rgba(22, 131, 251, 0.5);
  cursor: default;
}

.widget-wrap .modal-gallery .preview-slider .arrows {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 20px;
  height: 40px;
}

.widget-wrap .modal-gallery .preview-slider .arrows .switch {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
}

.widget-wrap .modal-gallery .preview-slider .arrows .switch.prev {
  margin-right: 9px;
}

.widget-wrap .modal-gallery .preview-slider .arrows .switch .icon {
  display: block;
  left: 0;
  font-size: 30px;
  width: 100%;
  height: 30px;
  font-size: 30px;
}

.widget-wrap .modal-gallery .preview-slider .arrows .switch .icon:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-wrap .modal-gallery .preview-slider .arrows .switch:hover.icon:before {
  color: #bb9a8b;
}

.widget-wrap .modal-gallery.show {
  top: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

.widget-wrap .photos {
  opacity: 0;
}

.widget-wrap .field-wrap {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
}
.widget-wrap .field-wrap.error {
  padding-bottom: 5px;
}

.widget-wrap .field-wrap.error .label {
  color: #ed4b4b;
}

.widget-wrap .field-wrap.error .input-text {
  background-color: #ffeded;
}

.widget-wrap .field-wrap.hide {
  display: none;
}

.widget-wrap .field-wrap .label {
  display: block;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 15px;
  right: 5px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: #858585;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.widget-wrap .field-wrap .input-text {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 15px 0 15px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #c8cbdb;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-wrap .field-wrap .input-text.not-opacity[readonly] {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  color: #000 !important;
}

.widget-wrap .field-wrap .input-text .input-autocomplete {
  padding-right: 40px;
}

.widget-wrap .field-wrap .input-text[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
  color: #ccc !important;
}

.widget-wrap .field-wrap .input-text:focus {
  border-color: #80859c;
}

.widget-wrap .field-wrap textarea {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 25px 15px 15px 15px;
  width: 100%;
  height: 120px;
  background: #fff;
  border: 1px solid #c8cbdb;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-wrap .field-wrap textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
  color: #ccc !important;
}

.widget-wrap .field-wrap textarea.not-opacity[readonly] {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  color: #000 !important;
}

.widget-wrap .field-wrap textarea:focus {
  border-color: #80859c;
}

.widget-wrap .field-wrap .info {
  display: none;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50%;
  margin: -7px 15px 0 0;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #458ab6;
}

.widget-wrap .field-wrap.empty .label {
  top: 18px;
  font-size: 14px;
  line-height: 14px;
}

.widget-wrap .field-wrap.empty .input-text {
  border-color: #c8cbdb;
}

.widget-wrap .field-wrap.empty textarea {
  border-color: #c8cbdb;
}

.widget-wrap .field-wrap.error .input-text {
  border-color: #e76462;
}

.widget-wrap .field-wrap.error textarea {
  border-color: #e76462;
}

.widget-wrap .field-wrap.readonly .label {
  color: #ccc;
}

.widget-wrap .field-wrap.no-editable .input-text {
  color: #000 !important;
  background: #f6f7fe !important;
  border-color: #c8cbdb  !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

.widget-wrap .field-wrap.no-editable textarea {
  color: #000 !important;
  background: #f6f7fe !important;
  border-color: #c8cbdb  !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

.widget-wrap .field-wrap .error-message {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%; left: 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #e76462;
}
.widget-wrap .field-wrap.error .error-message {
  display: block;
}

.widget-wrap .field-wrap.show-info .info {
  display: block;
}

.widget-wrap .overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  min-height: 700px;
  overflow: hidden;
}

.widget-wrap .load:before {
  content: '';
  position: fixed;
  width: 57px;
  height: 57px;
  background-color: #fff;
  mask-image: url("../img/PRELOADER.svg");
  -webkit-mask-image: url("../img/PRELOADER.svg");
  background-size: 57px 57px;
  z-index: 101;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -32px;
}

.widget-wrap .load:after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.widget-wrap .pop-up {
  display: none;
  position: fixed;
  width: 460px;
  height: 170px;
  top: 50%;
  background-color: #fff;
  left: 50%;
  margin-left: -230px;
  margin-top: -85px;
  z-index: 1000;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .pop-up .close_popup {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: -10px;
  top: 0;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .dreampicker.rangepicker:before {
    left: 20%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .dreampicker.rangepicker.endDate:before {
    left: 70%;
  }
}

.mobile-date {
  text-align: center;
}

.mobile-date .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-date .mobile-date__title {
  font-size: 12px;
  color: #787878;
}

.mobile-date .mobile-date__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.mobile-date .mobile-date__body .day {
  font-size: 43px;
  margin-right: 10px;
  line-height: 43px;
  font-family: "circe-bold", sans-serif;
}

.mobile-date .mobile-date__body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: left;
}

.mobile-date .mobile-date__body .container .month {
  width: 100%;
  font-size: 13px;
  color: #7a7a7a;
}

.mobile-date .mobile-date__body .container .weekDay {
  width: 100%;
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 6px;
}

.widget-tooltip {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 1.3;
}

.mobile-nights {
  margin: 23px 20px 0 20px;
  padding-top: 13px;
  text-align: center;
  border-left: 1px solid #e7eff4;
  border-right: 1px solid #e7eff4;
}

.mobile-nights .mobile-nights__data {
  font-size: 11px;
  position: relative;
  padding-left: 16px;
  text-align: left;
  display: inline-block;
}

.mobile-nights .mobile-nights__data:before {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  left: 0;
  background: url("../img/moon.png") no-repeat;
}


.widget-wrap .widget-payment {
  display: inline-block;
  vertical-align: top;
  padding-right: 340px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-payment .payment-buttons {
  margin: 0 -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-payment .payment-buttons:after {
  content: '';
  display: table;
  clear: both;
}

.widget-wrap .widget-payment .payment-buttons .item {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-payment .payment-buttons .payment-btn {
  position: relative;
  display: block;
  height: 80px;
  width: 100%;
  background-color: #fff;
  padding: 30px 150px 30px 20px;
  color: #000;
  font-family: 'circe-bold';
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap .widget-payment .payment-buttons .payment-btn.in-cash .icon {
  position: absolute;
  top: 50%; right: 20px;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  background-image: url('../img/money-hand.png');
  background-position: center center;
  background-repeat: no-repeat;
}

 .widget-wrap .widget-payment .payment-buttons .payment-btn.in-card .icon {
  position: absolute;
  top: 50%; right: 20px;
  margin-top: -21px;
  width: 160px;
  height: 42px;
  background-image: url('../img/visa-mc-mir.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.widget-wrap .widget-payment .payment-buttons .payment-btn:hover {
  border-color: #006dff;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .widget-wrap .widget-payment .payment-buttons .item {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}

