@charset "UTF-8";
/* ╤Ж╨▓╨╡╤В╨░ ╤Б╨░╨╣╤В╨░ */
/* ╤А╨░╨╖╨╝╨╡╤А ╤И╤А╨╕╤Д╤В╨░ */
/* ╤Д╤Г╨╜╨║╤Ж╨╕╨╛╨╜╨░╨╗╤М╨╜╤Л╨╡ ╨┐╨╡╤А╨╡╨╝╨╡╨╜╨╜╤Л╨╡ */
/* ╤Ж╨▓╨╡╤В╨░ ╤Б╨░╨╣╤В╨░ */
/* ╤Д╤Г╨╜╨║╤Ж╨╕╨╛╨╜╨░╨╗╤М╨╜╤Л╨╡ ╨┐╨╡╤А╨╡╨╝╨╡╨╜╨╜╤Л╨╡ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/*=============My setting========================*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*=============My setting==============*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* CSS Document */
@font-face {
  font-family: "Comfortaa";
  src: url(" ../fonts/Comfortaa/Comfortaa-Regular.woff") format("woff"); }
/* ==================================header========================================*/
html {
  width: 100%;
  height: 100%;
  background: url(../images/design/header-bg1.jpg) top center no-repeat fixed #CECBBB;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  overflow-x: hidden; }

.header-navigation {
  margin: 0 auto;
  background-color: #C6CCB9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

body {
  font-family: 'Comfortaa', 'Arial', sans-serif;
  font-weight: normal;
  margin: 0 auto; }

/* ================================== navigation ============================ */
.top-menu {
  max-width: 1200px;
  margin: 0 auto; }

.top-menu ul {
  text-align: center;
  padding: 0;
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  font-size: 18px;
  width: 75%;
  margin: 0 auto; }

.top-menu li {
  display: inline;
  margin-left: 1px; }

.top-menu a {
  display: inline-block;
  text-decoration: none;
  width: 16.5%;
  text-align: center;
  transition: background-color 0.5s;
  padding: 26px 0;
  background-color: #ADB1A3; }

.top-menu a:link {
  color: #6d716a; }

.top-menu a:visited {
  color: #6d716a; }

.top-menu a:hover {
  color: #ADB1A3;
  background-color: #6d716a; }

.top-menu a:active {
  color: #6d716a; }

.top-menu a.active {
  background-color: #6d716a;
  color: #ADB1A3; }

/* ==================================================================== */
#htmlBgSpacer {
  line-height: 0;
  position: relative; }

#htmlBgSpacer img.spacer1920 {
  width: 100%; }

.bookingAwards {
  position: static;
  width: 25%; }

/* ==============================section================================ */
.section-home, .section-about,
.section-service,
.section-room,
.section-booking,
.section-price,
.section-photo,
.section-blago,
.section-contact {
  margin: 0;
  width: 100%; }

.section-about,
.section-service,
.section-room,
.section-booking,
.section-price,
.section-photo,
.section-blago,
.section-contact {
  background-color: #E3E6DF; }

.about-contaner,
.service-contaner,
.room-contaner,
.booking-contaner,
.price-contaner,
.photo-contaner,
.blago-contaner {
  padding: 70px 0px 20px 0px;
  margin: auto;
  background-color: #E3E6DF;
  max-width: 1200px; }

.booking-contaner {
  padding-bottom: 70px; }

.section-contact, .contact-contaner {
  background-color: #C6CCB9; }

.contact-contaner {
  padding: 0; }

.contact-contaner:after {
  content: " ";
  display: table;
  clear: both; }

#photo {
  margin-top: 0px; }

/* ==============================price=============================== */
table.price-table {
  width: 100%;
  border-collapse: collapse; }

.price-table th,
.price-table td {
  text-align: center;
  border: 1px solid #000000;
  padding: 20px 0; }

#col3,
#col4,
#col5,
#col6,
#col7,
#col8,
#col9
{
  width: 9%; }

#col1
{
  width: 18%; }

#col2 {
  width: 19%; }

.price-table .name-row {
  text-align: left;
  padding: 0 0 0 20px;
  vertical-align: middle; }

/* ====================================footer============================= */
div.bg-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #C6CCB9;
  z-index: 10; }

footer {
  max-width: 1200px;
  margin: 0 auto; }

.bg-footer p {
  margin: 3px 3px; }

.bg-footer p:first-child {
  float: left;
  font-size: 14px;
  vertical-align: bottom;
  margin-top: 3px;
  margin-bottom: 0; }

.bg-footer p:last-child {
  float: right;
  font-size: 18px;
  font-weight: 800; }

.clear {
  clear: both; }

/* ====================================room==================================== */
@media (min-width: 700px) and (max-width: 920px) {
  .top-menu ul {
    width: 100%; }

  .top-menu a {
    padding: 5px 0; }

  .bookingAwards {
    width: 33%; }

  .about-contaner,
  .service-contaner,
  .room-contaner,
  .price-contaner,
  .photo-contaner,
  .blago-contaner {
    padding: 30px 0px 20px 0px; } }
@media (max-width: 699px) {
  .top-menu ul {
    width: auto; }

  .bookingAwards {
    width: 33%; }

  .top-menu a {
    width: auto;
    padding: 5px 5px; }

  .about-contaner,
  .service-contaner,
  .room-contaner,
  .price-contaner,
  .photo-contaner,
  .blago-contaner {
    padding: 20px 0px 20px 0px; }

  .price-table th,
  .price-table td {
    text-align: center;
    border: 1px solid #000000;
    padding: 10px 0; }

  /*
  #col3,
  #col4,
  #col5,
  #col6,
  #col7,
  #col8,
  #col9,
  #col10 {
      width: 8%;
  }
  #col1,
  #col2 {
      width: 18%;
  }
   */
  .price-table .name-row {
    padding: 0 0 0 10px; } }
@media (max-width: 560px) {
  .top-menu .mobileDeliteMenuPhoto {
    display: none; }

  .bookingAwards {
    width: 33%; }

  table.price-table {
    font-size: 14px; }

  .price-table .name-row {
    padding: 3px; } }
@media (max-width: 425px) {
  .top-menu .mobileDeliteMenuAbout {
    display: none; }

  .bookingAwards {
    width: 33%; }

  table.price-table {
    font-size: 12px; } }
#about h2,
#rooms h2,
#price h2,
#photo h2,
#blago h2,
#service h2 {
  text-align: center; }

.titleBg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  font-family: 'Montserrat Alternates', sans-serif;
  z-index: -1; }

h1.titleBlago {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  color: white;
  text-shadow: -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 2px #000; }

h1.titleBlago :first-child {
  font-size: 40px;
  font-size: 2.5vw; }

h1.titleBlago :nth-child(3) {
  font-size: 80px;
  font-size: 10vw; }

h1.titleBlago :nth-child(5) {
  font-size: 30px;
  font-size: 2vw; }

h1.titleBlago :last-child {
  font-size: 30px;
  font-size: 2vw; }

h2.titleAboutYou {
  font-size: 30px;
  padding: 30px 0;
  margin-top: 0; }

.textAboutUs {
  padding: 0 20px;
  text-align: justify;
  font-size: 20px; }

.textAboutUs p {
  text-indent: 40px; }

.textAboutRoom {
  font-size: 20px;
  padding: 0 20px;
  text-align: justify; }

.textAboutRoom p {
  text-indent: 40px; }

.textCheckOutTime {
  margin-top: 5%;
  padding-left: 20px;
  text-align: center; }

.textCheckOutTime p strong {
  font-size: 22px; }

@media (min-width: 500px) and (max-width: 920px) {
  .textAboutUs {
    width: 100%;
    font-size: 14px;
    padding: 0 20px; }

  .textAboutRoom {
    font-size: 17px; }

  .textDeparture {
    padding-left: 10px; }

  .textDeparture p:first-child {
    font-size: 20px; } }
@media (max-width: 499px) {
  .textAboutUs {
    width: 100%;
    font-size: 14px;
    padding: 0 10px; }

  .textAboutRoom {
    font-size: 14px; }

  .textDeparture {
    padding-left: 10px; }

  .textDeparture p:first-child {
    font-size: 20px; } }
.iconRoom img {
  float: left;
  width: 10.6%;
  border: solid 1px;
  border-radius: 20%;
  border-color: #C6CCB9;
  margin-left: 0.5%;
  opacity: 0.7; }

.iconService {
  width: 100%;
  padding-top: 20px; }

.iconService > div {
  display: inline-block;
  width: 24.5%;
  text-align: center;
  vertical-align: top;
  margin-left: -0.45em;
  margin-top: 3%; }

.iconService > div > div:first-child {
  width: 70%;
  box-shadow: -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 2px #000;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #c6ccb9; }

.iconService img {
  width: 70%;
  margin-top: 5%;
  border-radius: 20%;
  margin: 15%;
  vertical-align: middle;
  opacity: 0.6; }

.iconService > div:first-child, .iconService > div:nth-child(5) {
  margin-left: 0; }

.iconRoomService {
  width: 100%;
  padding-top: 20px; }

.iconRoomService > div {
  display: inline-block;
  width: 16.5%;
  text-align: center;
  vertical-align: top;
  margin-left: -0.45em;
  margin-top: 3%;
  margin-bottom: 3%; }

.iconRoomService > div > div:first-child {
  width: 70%;
  box-shadow: -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 2px #000;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #c6ccb9; }

.iconRoomService img {
  width: 70%;
  margin-top: 5%;
  border-radius: 20%;
  margin: 15%;
  vertical-align: middle;
  opacity: 0.6; }

.iconRoomService > div:first-child {
  margin-left: 0; }

/* Scss Document */
.orderBox {
  position: fixed;
  left: -3000px;
  top: 100px;
  width: auto;
  height: auto;
  background-color: aqua;
  z-index: 50;
  padding: 20px; }

.orderButton {
  position: absolute;
  right: -70px;
  top: -30px;
  width: 70px;
  height: 30px;
  background-color: chocolate;
  z-index: 50; }

.dateImput {
  background-color: aqua;
  border: none; }

input[name=startDate]:focus, input[name=endDate]:focus {
  outline: none; }

/*== styles datepicker start ==*/
.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #F3FDD5; }

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
  border-left: 2px dotted #D4E7F6;
  padding-left: 1px; }

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
  border-right: 2px dotted #D4E7F6;
  padding-right: 1px; }

/*== styles datepicker end ==*/
#rooms {
  position: relative; }

.mainPhotosRoom:after {
  content: " ";
  display: table;
  clear: both; }

.figcaption1,
.figcaption2,
.figcaption3,
.figcaption4,
.figcaption5,
.figcaption6 {
  position: relative; }

.figcaption1 a,
.figcaption2 a,
.figcaption3 a,
.figcaption4 a,
.figcaption5 a,
.figcaption6 a {
  color: black; }

#figcaption1_in_room,
#figcaption2_in_room,
#figcaption3_in_room,
#figcaption4_in_room,
#figcaption5_in_room,
#figcaption6_in_room {
  position: absolute;
  display: none;
  background-color: #d3d6cf;
  width: 100%;
  margin-top: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #666;
  z-index: 1; }

#changeHiddenInRoom1,
#changeHiddenInRoom2,
#changeHiddenInRoom3,
#changeHiddenInRoom4,
#changeHiddenInRoom5,
#changeHiddenInRoom6 {
  display: none; }

/*============================================ ╨▓╤Л╤А╨░╨▓╨╜╨╕╨▓╨░╨╡╨╝ ╨║╨╛╨╗╨╛╨╜╨║╨╕ ╨┐╨╛ ╨▓╤Л╤Б╨╛╤В╨╡ =======================================*/
.figure1,
.figure1:before,
.figure2,
.figure2:before,
.figure3,
.figure3:before,
.figure4,
.figure4:before,
.figure5,
.figure5:before,
.figure6,
.figure6:before {
  width: 33.33%; }

.figure1,
.figure2,
.figure3,
.figure4,
.figure5,
.figure6 {
  float: left;
  padding: 1%; }

.figure1:before,
.figure2:before,
.figure3:before,
.figure4:before,
.figure5:before,
.figure6:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1; }

.figure1:before,
.figure4:before {
  left: 0; }

.figure2:before,
.figure5:before {
  left: 33.33%; }

.figure3:before,
.figure6:before {
  left: 66.66%; }

/*=========================================*/
.galleryRoomName {
  display: table;
  width: 100%;
  text-align: center; }

.galleryRoomName p {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 4em; }

.in_room {
  padding-left: 20px;
  padding-right: 20px; }

table.priceTableRoom {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 5%;
  clear: both; }

.priceTableRoom th,
.priceTableRoom td {
  text-align: center;
  border: 1px solid #000000; }

/*=======================================*/
.mainPhotosRoom1,
.mainPhotosRoom2,
.mainPhotosRoom3,
.mainPhotosRoom4,
.mainPhotosRoom5,
.mainPhotosRoom6 {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
  border: 1px solid #666;
  margin-bottom: 2.5%; }

.mainPhotosRoom1:hover,
.mainPhotosRoom2:hover,
.mainPhotosRoom3:hover,
.mainPhotosRoom4:hover,
.mainPhotosRoom5:hover,
.mainPhotosRoom6:hover {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

/*===================== ╤Д╨╛╤В╨╛╨│╨░╨╗╨╡╤А╨╡╤П ==================*/
#gallery_1_PhotoRoom_1,
#gallery_1_PhotoRoom_2,
#gallery_1_PhotoRoom_3,
#gallery_1_PhotoRoom_4,
#gallery_1_PhotoRoom_5,
#gallery_2_PhotoRoom_1,
#gallery_2_PhotoRoom_2,
#gallery_2_PhotoRoom_3,
#gallery_2_PhotoRoom_4,
#gallery_2_PhotoRoom_5,
#gallery_2_PhotoRoom_6,
#gallery_3_PhotoRoom_1,
#gallery_3_PhotoRoom_2,
#gallery_3_PhotoRoom_3,
#gallery_3_PhotoRoom_4,
#gallery_3_PhotoRoom_5,
#gallery_3_PhotoRoom_6,
#gallery_4_PhotoRoom_1,
#gallery_4_PhotoRoom_2,
#gallery_4_PhotoRoom_3,
#gallery_4_PhotoRoom_4,
#gallery_4_PhotoRoom_5,
#gallery_4_PhotoRoom_6,
#gallery_5_PhotoRoom_1,
#gallery_5_PhotoRoom_2,
#gallery_5_PhotoRoom_3,
#gallery_5_PhotoRoom_4,
#gallery_5_PhotoRoom_5,
#gallery_5_PhotoRoom_6,
#gallery_6_PhotoRoom_1,
#gallery_6_PhotoRoom_2,
#gallery_6_PhotoRoom_3,
#gallery_6_PhotoRoom_4,
#gallery_6_PhotoRoom_5,
#gallery_6_PhotoRoom_6 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  visibility: hidden; }

.galleryMainPhotoRoom {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }

.galleryMainPhotoRoom > img {
  width: 100%;
  z-index: 2; }

.closePhotoRoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  z-index: 3; }

.closePhotoRoom img {
  width: 100%;
  height: auto; }

.leftPhotoRoom {
  position: absolute;
  top: 40%;
  left: 0;
  width: 10%;
  z-index: 3; }

.leftPhotoRoom img {
  width: 100%;
  height: auto; }

.rightPhotoRoom {
  position: absolute;
  top: 40%;
  right: 0;
  width: 10%;
  z-index: 3; }

.rightPhotoRoom img {
  width: 100%;
  height: auto; }

.galleryPhotoRoomButton {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3; }

.galleryPhotoRoomButton1 {
  display: block;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }

.galleryPhotoRoomButton1 a {
  display: inline-block;
  font-size: 60px;
  font-size: 12vmin;
  text-decoration: none;
  text-align: center; }

#gallery_1_PhotoRoom_1:target,
#gallery_1_PhotoRoom_2:target,
#gallery_1_PhotoRoom_3:target,
#gallery_1_PhotoRoom_4:target,
#gallery_1_PhotoRoom_5:target,
#gallery_2_PhotoRoom_1:target,
#gallery_2_PhotoRoom_2:target,
#gallery_2_PhotoRoom_3:target,
#gallery_2_PhotoRoom_4:target,
#gallery_2_PhotoRoom_5:target,
#gallery_2_PhotoRoom_6:target,
#gallery_3_PhotoRoom_1:target,
#gallery_3_PhotoRoom_2:target,
#gallery_3_PhotoRoom_3:target,
#gallery_3_PhotoRoom_4:target,
#gallery_3_PhotoRoom_5:target,
#gallery_3_PhotoRoom_6:target,
#gallery_4_PhotoRoom_1:target,
#gallery_4_PhotoRoom_2:target,
#gallery_4_PhotoRoom_3:target,
#gallery_4_PhotoRoom_4:target,
#gallery_4_PhotoRoom_5:target,
#gallery_4_PhotoRoom_6:target,
#gallery_5_PhotoRoom_1:target,
#gallery_5_PhotoRoom_2:target,
#gallery_5_PhotoRoom_3:target,
#gallery_5_PhotoRoom_4:target,
#gallery_5_PhotoRoom_5:target,
#gallery_5_PhotoRoom_6:target,
#gallery_6_PhotoRoom_1:target,
#gallery_6_PhotoRoom_2:target,
#gallery_6_PhotoRoom_3:target,
#gallery_6_PhotoRoom_4:target,
#gallery_6_PhotoRoom_5:target,
#gallery_6_PhotoRoom_6:target {
  visibility: visible;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200; }

.clear {
  clear: both; }

/*============================================== ╨▓╤Л╤А╨░╨▓╨╜╨╕╨▓╨░╨╡╨╝ ╨║╨╛╨╗╨╛╨╜╨║╨╕ ===========================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
@media (min-width: 500px) and (max-width: 800px) and (max-height: 400px) {
  .galleryMainPhotoRoom {
    margin-top: 0px; } }
@media (min-width: 500px) and (max-width: 800px) {
  #rooms h1 {
    margin: 0; }

  .galleryPhotoRoomButton1 a {
    font-size: 50px;
    font-size: 10vmin; }

  .figure1,
  .figure2,
  .figure3,
  .figure4,
  .figure5,
  .figure6 {
    float: left;
    width: 50%;
    padding: 5px; }

  .figure1:before,
  .figure2:before,
  .figure3:before,
  .figure4:before,
  .figure5:before,
  .figure6:before {
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0; }

  .figure1:after,
  .figure2:after,
  .figure3:after,
  .figure4:after,
  .figure5:after,
  .figure6:after {
    content: " ";
    display: table;
    clear: both; }

  .figcaption1_in_room,
  .figcaption2_in_room,
  .figcaption3_in_room,
  .figcaption4_in_room,
  .figcaption5_in_room,
  .figcaption6_in_room {
    float: right;
    width: 50%; }

  /*=======================================*/ }
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
@media (max-width: 499px) {
  .wrapMainPhotoAdnGallery {
    position: relative; }

  .mainPhotosRoom img {
    padding: 0px;
    box-shadow: none; }

  #rooms h1 {
    margin: 0;
    font-size: 1.4em; }

  /*================================================ ==============================================*/
  .figure1,
  .figure2,
  .figure3,
  .figure4,
  .figure5,
  .figure6 {
    width: 100%;
    float: none;
    padding: 3px; }

  .figure1:before,
  .figure2:before,
  .figure3:before,
  .figure4:before,
  .figure5:before,
  .figure6:before {
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0; }

  .galleryPhotoRoomButton1 {
    width: 60%; }

  .galleryPhotoRoomButton1 a {
    font-size: 40px;
    font-size: 10vmin; }

  .galleryRoomName p {
    height: 3em; }

  #gallery_1_PhotoRoom_1,
  #gallery_1_PhotoRoom_2,
  #gallery_1_PhotoRoom_3,
  #gallery_1_PhotoRoom_4,
  #gallery_1_PhotoRoom_5,
  #gallery_2_PhotoRoom_1,
  #gallery_2_PhotoRoom_2,
  #gallery_2_PhotoRoom_3,
  #gallery_2_PhotoRoom_4,
  #gallery_2_PhotoRoom_5,
  #gallery_2_PhotoRoom_6,
  #gallery_3_PhotoRoom_1,
  #gallery_3_PhotoRoom_2,
  #gallery_3_PhotoRoom_3,
  #gallery_3_PhotoRoom_4,
  #gallery_3_PhotoRoom_5,
  #gallery_3_PhotoRoom_6,
  #gallery_4_PhotoRoom_1,
  #gallery_4_PhotoRoom_2,
  #gallery_4_PhotoRoom_3,
  #gallery_4_PhotoRoom_4,
  #gallery_4_PhotoRoom_5,
  #gallery_4_PhotoRoom_6,
  #gallery_5_PhotoRoom_1,
  #gallery_5_PhotoRoom_2,
  #gallery_5_PhotoRoom_3,
  #gallery_5_PhotoRoom_4,
  #gallery_5_PhotoRoom_5,
  #gallery_5_PhotoRoom_6,
  #gallery_6_PhotoRoom_1,
  #gallery_6_PhotoRoom_2,
  #gallery_6_PhotoRoom_3,
  #gallery_6_PhotoRoom_4,
  #gallery_6_PhotoRoom_5,
  #gallery_6_PhotoRoom_6 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 50px;
    margin-top: -50px; }

  .galleryMainPhotoRoom {
    margin-top: 0px; }

  #figcaption1_in_room,
  #figcaption2_in_room,
  #figcaption3_in_room,
  #figcaption4_in_room,
  #figcaption5_in_room,
  #figcaption6_in_room {
    position: static; } }
/*======================================================================*/
#search-widget {
  position: absolute; }

.formDat {
  flex: 0 1 40%; }

.galleryDomDiv {
  width: 33.33%;
  max-width: 400px;
  min-width: 150px;
  display: inline-block;
  vertical-align: top;
  padding: 1%; }

.galleryDomImg {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border: 1px solid #666;
  background-color: #FFF;
  padding: 0%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.galleryDomImg:focus {
  position: fixed;
  top: center;
  left: center;
  width: 20%; }

.galleryDomDivFix {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 102; }

.galleryDomDivHoverIn {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.3s; }

.galleryDomDivHoverOut {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s; }

.fonGallery1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101; }

/*=======================╨║╤А╨╡╤Б╤В╨╕╨║ ╨┤╨╗╤П ╨╖╨░╨║╤А╤Л╤В╨╕╤П ╨│╨░╨╗╨╡╤А╨╡╨╕==================*/
.galleryRelative {
  position: relative; }

.closeImage img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: opacity 0.3s;
  max-width: 20%;
  height: auto; }

.closeImage img:hover {
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60); }

/*======================================================================*/
@media (min-width: 500px) and (max-width: 800px) {
  .galleryDomDiv {
    width: 50%; } }
@media (max-width: 499px) {
  .galleryDomDiv {
    width: 50%; } }
#photoContanerZoom {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden; }

#changeHiddenPhoto {
  display: none; }

.buttonShowMorePhoto {
  position: relative;
  text-align: center; }

.buttonShowMorePhoto a {
  text-decoration: none; }

.buttonShowMorePhoto a:link {
  color: #6d716a; }

.buttonShowMorePhoto a:visited {
  color: #6d716a; }

.buttonShowMorePhoto a:hover {
  color: #ADB1A3; }

.buttonShowMorePhoto a:active {
  color: #6d716a; }

#map {
  float: left;
  max-width: 60%;
  position: relative; }

#map img {
  width: 100%;
  height: auto; }

.wrapMap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media (min-width: 500px) and (max-width: 800px) {
  #map {
    float: none;
    max-width: 90%; } }
@media (max-width: 499px) {
  #map {
    float: none;
    max-width: 95%; } }
#contacts {
  float: right;
  width: 40%;
  padding: 0 20px; }

#contacts:after {
  content: " ";
  display: table;
  clear: both; }

#contacts h2 {
  margin-top: 0; }

#contacts a:link {
  color: #6d716a; }

#contacts a:visited {
  color: #6d716a; }

#contacts a:hover {
  color: #ADB1A3; }

#contacts a:active {
  color: #6d716a; }

@media (min-width: 500px) and (max-width: 800px) {
  #contacts {
    float: none;
    width: 100%;
    padding-top: 20px; } }
@media (max-width: 499px) {
  #contacts {
    float: none;
    width: 100%;
    padding-top: 10px; } }

/*# sourceMappingURL=style.css.map */
