/*main slideshow*/

.mySlides {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}

.no_slides {
  display: block;
  width: 1560px;
  height: 600px;
  float: left;
  margin-bottom: 40px;
}

.mySlides img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mySlides video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#playButton {
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  border: none;
  background-color: transparent;
}

.play_button_mirror {
  left: 50px;
  right: auto;
}

#playButton img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  cursor: pointer;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  width: 1560px;
  height: 600px;
  float: left;
}

/* Caption text */
.slideshow_text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to right, #131847, transparent);
  width: 700px;
  height: 600px;
}

.slideshow_text_mirror {
  left: auto;
  right: 0px;
  background-image: linear-gradient(to right, transparent, #131847);

}

.slideshow_text span{
  color: #f2f2f2;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: system-ui;
}

.slideshow_text_mirror span{
  text-align: right;
  right: 30px;
  left: auto;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Book a room */
.book_a_room {
  width: 1560px;
  float: left;
}

.book_a_room_left {
  position: relative;
  width: 1000px;
  height: 320px;
  float: left;
}

.book_a_room_mirror .book_a_room_left {
  float: right;
}

.book_a_room_text {
  position: absolute;
  width: 600px;
  color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.book_a_room_text h1{
  color: black;
  line-height: 40px;
  margin-top: 5px;
  float: left;
  font-family: -webkit-body;
  font-size: 35px;
}

.book_a_room_text_mirror h1{
  text-align: right;
  float: right;
}

.book_a_room_text p{
  color: black;
  line-height: 22px;
  margin-top: 5px;
  float: left;
  font-family: -webkit-body;
  font-size: 19px;
}

.book_a_room_text_mirror p{
  text-align: right;
  float: right;
}

.book_a_room_text a{
  color: black;
  cursor: pointer;
  line-height: 25px;
  padding-top: 15px;
  float: left;
  font-family: -webkit-body;
  font-size: 19px;
}

.book_a_room_text_mirror a{
  text-align: right;
  float: right;
}

.book_a_room_right {
  position: relative;
  width: 560px;
  height: 320px;
  float: left;
  display: none;
}

.book_a_room_mirror .book_a_room_right {
  float: left;
}

.book_a_room_name {
  position: absolute;
  width: 380px;
  height: 100px;
  left: 0;
  top: -100px;
  background-color: white;
  line-height: 100px;
  font-size: 26px;
  font-weight: 800;
  color: black;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
}

.book_a_room_name_mirror {
  left: auto;
  right: 0px;
}

.book_a_room_name ion-icon {
  color: black;
  font-size: 23px;
}

.book_a_room_box {
  width: 180px;
  float: left;
  position: relative;
  margin-right: 10px;
  height: 240px;
  cursor: pointer;
}

.calendar_block_mirror .book_a_room_box {
  float: right;
}

.book_a_room_box:hover .book_a_room_texture_top,.book_a_room_box:hover .book_a_room_texture_bottom {
  border-color: black;
}

.book_a_room_box_last {
  margin-right: 0px;
}

.book_a_room_box_texture {
  width: 180px;
  height: 170px;
  position: absolute;
  bottom: 0px;
  opacity: 1;
}

.book_a_room_texture_top {
  width: 136px;
  position: absolute;
  top: 0px;
  left: 20px;
  border: 2px solid white;
  border-radius: 10px 10px 0px 0px;
  height: 80px;
  background-color: black;
  transition: 0.5s border-color;
}

.book_a_room_texture_bottom {
  width: 136px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  border: 2px solid white;
  border-radius: 0px 0px 10px 10px;
  height: 80px;
  background-color: black;
  transition: 0.5s border-color;
}

.book_a_room_box_name {
  width: 180px;
  height: 70px;
  float: left;
  z-index: 1;
  text-align: center;
  line-height: 70px;
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.book_a_room_arrow_name {
  width: 180px;
  height: 40px;
  float: left;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  opacity: 2;
  color: white;
  position: relative;
  font-size: 20px;
  font-weight: 400;
}

.book_a_room_arrow_name ion-icon {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  z-index: 2;
  height: 25px;
  width: 25px;
  opacity: 2;
  cursor: pointer;
}

.book_a_room_box_number {
  width: 180px;
  height: 90px;
  float: left;
  z-index: 1;
  text-align: center;
  line-height: 90px;
  opacity: 2;
  color: white;
  position: relative;
  font-size: 90px;
  font-weight: 700;
  cursor: pointer;
}

.book_a_room_button {
  position: relative;
  width: 560px;
  height: 80px;
  float: left;
}

.book_a_room_button label{
  position: absolute;
  padding: 15px 0px;
  font-size: 20px;
  background-color: white;
  color: #131847;
  border: none;
  line-height: 20px;
  right: 20px;
  top: 25px;
  cursor: pointer;
  transition: 1s background-color, 1s color;
  width: 520px;
  border: 2px solid #131847;
  font-weight: 900;
  text-align: center;
}

.book_a_room_button label:hover {
  background-color: #131847;
  color: white;
}

/*rooms*/



.rooms_block_header {
  width: 1560px;
  text-align: center;
  float: left;
  padding: 20px 0px;
  position: relative;
}

.header_hashtag {
  top: -100px;
  position: absolute;
}

.book_a_room_name .header_hashtag {
  top: 10px;
}

.rooms_block_header a {
  line-height: 80px;
  font-size: 50px;
  color: darkgray;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: 1s color;
}

.rooms_block_header a:hover {
  color: #131847;
}

.room_block {
  width: 390px;
  height: 520px;
  float: left;
  position: relative;
}

.room_block_hover {
  width: 370px;
  height: 500px;
  top: 10px;
  left: 10px;
  position: absolute;
  transition: 0.5s top, 1s background-color;
  background-color: transparent;
}

.room_block:hover .room_block_hover {
  top: 0px;
  background-color: #eaeaed;
}

.room_name {
  position: absolute;
  font-size: 26px;
  top: 235px;
  left: 20px;
  text-shadow: 0px 0px 20px #131847;
}

.room_block_hover img {
  width: 340px;
  height: 260px;
  margin: 10px 15px;
  float: left;
  object-fit: cover;
}

.room_block_text {
  width: 370px;
  height: 200px;
  float: left;
  position: relative;
}

.room_block_text_absolute{
  font-size: 13px;
  line-height: 15px;
  width: 330px;
  height: 150px;
  color: black;
  position: absolute;
  top: 15px;
  right: 20px;
  overflow: hidden;
}

.room_block_text_absolute_mirror{
  text-align: right;
}

.room_block_text a{
  padding: 10px 45px;
  font-size: 20px;
  line-height: 20px;
  background-color: grey;
  position: absolute;
  transition: 2s background-color;
  bottom: -15px;
  right: 5px;
  cursor: pointer;
}

.room_block_text a:hover{
  background-color: #131847;
}


/* swiper tour*/

.swiper {
  width: 1560px;
  height: 600px;
  margin-top: 20px;
}

.swiper-slide {
  display: block;
  width: 1560px;
  height: 600px;
  position: relative;
}

.rooms_block {
  width: 1560px;
  margin-top: 20px;
  float: left;
}

.tour_block {
  display: block;
  width: 1560px;
  height: 600px;
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #131847;
}

.visit_blocks {
  margin-bottom: 15px;
  border-bottom: 1px solid #131847;
}

.tour_img_big {
  width: 1000px;
  height: 590px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 100% 0px;
}

.tour_img_small {
  width: 350px;
  height: 350px;
  object-fit: cover;
  position: absolute;
  left: 650px;
  bottom: 10px;
  border-radius: 50%;
  border: 1px solid #131847;
}

.tour_name {
  max-width: 980px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 50px;
  line-height: 60px;
  color: white;
  text-shadow: 0px 0px 20px black;
  text-align: left;
}

.tour_text {
  width: 510px;
  height: 350px;
  position: absolute;
  right: 40px;
  top: 10px;
  font-size: 22px;
  line-height: 23px;
  color: black;
  overflow: hidden;
}

.tour_text p {
  font-size: 15px;
  line-height: 18px;
  color: black;
  margin: 10px;
}

.tour_block_mirror .tour_text p {
  text-align: right;
}

.more_information{
  padding: 10px 35px;
  font-size: 25px;
  line-height: 25px;
  background-color: grey;
  position: absolute;
  transition: 2s background-color;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.more_information:hover{
  background-color: #131847;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #131847;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: bold;
  padding: 10px;
  background-color: rgba(0,0,0, 0.1);
  transition: 0.5s background-color, 0.5s border-color;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  background-color: rgba(0,0,0, 0.2);
  border-color: #131847;
}

.swiper-button-next {
  right: 5px;
}

.swiper-button-prev {
  left: 5px;
}


/* swiper visit*/

.visit_block {
  width: 366px;
  height: 600px;
  margin: 10px;
  margin-bottom: 30px;
  border: 1px solid white;
  float: left;
  position: relative;
  transition: 0.2s border;
}

.visit_block:hover {
  border: 1px solid #131847;
}

.visit_img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 20px;
  left: 43px;
}

.visit_block:nth-child(even) .visit_img {
  top: 300px;
}

.visit_text {
  width: 286px;
  height: 270px;
  position: absolute;
  top: 310px;
  left: 40px;
}

.visit_text_absolute {
  width: 286px;
  max-height: 270px;
  position: absolute;
  top: 0px;
}

.visit_block:nth-child(even) .visit_text {
  top: 20px;
}

.visit_block:nth-child(even) .visit_text .visit_text_absolute {
  bottom: 0px;
  top: auto;
}

.visit_text_header {
  width: 274px;
  padding: 0px 6px;
  height: 58px;
  float: left;
  font-size: 28px;
  overflow: hidden;
  line-height: 29px;
  font-weight: bold;
  color: black;
  text-align: center;
}

.visit_text_p {
  width: 274px;
  padding: 8px 6px;
  max-height: 196px;
  float: left;
  font-size: 14px;
  overflow: hidden;
  line-height: 15px;
  color: black;
  text-align: center;
}

.visit_text_absolute_mirror .visit_text_p {
  text-align: right;
}


/* info and map*/

.hotel_map_and_info {
  width: 1560px;
  height: 600px;
  margin-top: 20px;
}

.hotel_info_block {
  width: 870px;
  height: 540px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 23px 8px;
  position: relative;
}

.hotel_map_and_info_mirror .hotel_info_block {
  float: right;
}

.information_radio {
  display: none;
}

.information_label {
  width: 145px;
  height: 145px;
  float: left;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.information_icon {
  width: 115px;
  height: 115px;
  margin: 15px;
  object-fit: cover;
  filter: brightness(0);/* invert(1)*/
  cursor: pointer;
}

.information_block {
  width: 850px;
  height: 375px;
  bottom: 5px;
  left: 5px;
  position: absolute;
  display: none;
  color: black;
  z-index: 1;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  background-color: #cfe0f9;
}

.information_radio:checked + .information_label {
  background-color: #cfe0f9;
}

.information_block_text {
  width: 850px;
  height: 375px;
  float: left;
}

.information_block_text h1 {
  width: 430px;
  color: black;
  font-size: 28px;
  line-height: 32px;
  float: left;
  margin-bottom: 10px;
}

.information_block_text_mirror h1 {
  float: right;
  text-align: right;
}

.information_block_text p {
  color: black;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  margin-bottom: 5px;
  font-weight: 500;
}

.information_block_text_mirror p {
  text-align: right;
}

.information_block_img {
  width: 410px;
  float: right;
  object-fit: cover;
  max-height: 375px;
  margin-left: 10px;
}

.information_block_text_mirror .information_block_img {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

.hotel_map_block {
  width: 630px;
  height: 540px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 23px 8px;
}

.hotel_map_and_info_mirror .hotel_map_block {
  float: right;
}


/* social media */

.social_media {
  width: 1560px;
  float: left;
  margin-bottom: 20px;
}

.social_media_main_block {
  width: 390px;
  height: 390px;
  float: left;
}

.social_media_block {
  width: 370px;
  height: 370px;
  margin: 10px;
  position: relative;
  transition: 0.2s width, 0.2s height, 0.2s margin;
}

.social_media_block:hover {
  width: 380px;
  height: 380px;
  margin: 5px;
}

.social_media_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.social_media_icon {
  width: 15%;
  height: 15%;
  object-fit: cover;
  position: absolute;
  top: 3%;
  left: 3%;
  cursor: pointer;
}

.social_media_play {
  width: 15%;
  height: 15%;
  object-fit: cover;
  position: absolute;
  bottom: 3%;
  right: 3%;
  cursor: pointer;
}

.rules_header, .rules_p {
  color: black;
  padding: 10px;
  margin-bottom: 10px;
}

.rooms_block_mirror .rules_header, .rooms_block_mirror .rules_p {
  text-align: right;
}


/*   room    */

.room_name_header{
  font-size: 80px;
  line-height: 90px;
  color: #f2f2f2;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: system-ui;
}

.slideshow_text_mirror .room_name_header{
  right: 30px;
  left: auto;
  text-align: right;
}

.room_description {
  color: black;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 28px;
  width: 720px;
  float: left;
  margin-bottom: 10px;
  font-family: monospace;
}

.rooms_block_mirror .room_description {
  float: right;
  text-align: right;
}

.room_description p {
  color: black;
  font-size: 24px;
  line-height: 28px;
  margin: 10px;
  font-family: monospace;
}

.rooms_block_mirror .room_description p {
  text-align: right;
}

.room_services {
  float: left;
  width: 780px;
  margin-bottom: 10px;
}

.rooms_block_mirror .room_services {
  float: right;
}

.room_service_block {
  float: left;
  width: 240px;
  padding: 5px;
  border: 1px solid #131847;
  border-radius: 5px;
  margin: 6px;
  margin-right: 0px;
  height: 50px;
  background-color: #f1f1f1;
  transition: 0.4s box-shadow, 0.4s background-color;
}

.room_service_block:hover {
  box-shadow: 0px 0px 6px 1px #131847;
  background-color: white;
}

.room_service_img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px;
  object-fit: cover;
  filter: brightness(0);/* invert(1)*/
}

.room_service_name {
  float: left;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: black;
  font-weight: bold;
  text-align: center;
}

.room_fotos_galery {
  float: left;
  width: 1560px;
}

.room_foto_labels {
  float: left;
}

.room_big_foto {
  margin: 5px;
  float: left;
  width: 770px;
  height: 575px;
  object-fit: cover;
  transition: 0.3s box-shadow;
  cursor: pointer;
}

.room_big_foto:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_small_fotos {
  padding: 5px;
  padding-left: 0px;
  float: left;
  width: 775px;
  height: 575px;
  position: relative;
}

.rooms_block_mirror .room_small_fotos {
  float: right;
  padding-left: 5px;
  padding-right: 0px;
}

.room_small_img {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  width: 385px;
  height: 285px;
  object-fit: cover;
  transition: 0.3s box-shadow;
  cursor: pointer;
}

.room_small_img:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_foto_labels:nth-child(2n) .room_small_img {
  margin-right: 0px;
}

.room_foto_labels:nth-child(3, 4) .room_small_img {
  margin-bottom: 0px;
}

.more_foto_label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  background-color: #bdbec9a6;
  color: black;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  width: 190px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s background-color;
}

.more_foto_label:hover {
  background-color: #b0b5ebc2;
}

.more_foto_label img {
  float: right;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-left: 10px;
  cursor: pointer;
}

#more_foto {
  display: none;
}

#more_foto:checked + .room_galery {
  display: block;
}

.room_galery {
  float: left;
  width: 1550px;
  padding: 5px;
  position: relative;
  display: none;
}

.room_galery_img {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  width: 383px;
  height: 285px;
  object-fit: cover;
  transition: 0.3s box-shadow;
  cursor: pointer;
}

.room_galery_img:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_foto_labels:nth-child(4n) .room_galery_img {
  margin-right: 0px;
}

.not_more_foto_label {
  position: absolute;
  right: 10px;
  top: -60px;
  padding: 5px;
  background-color: #e6e7ef;
  color: black;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  width: 190px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s background-color;
  z-index: 1;
}

.not_more_foto_label:hover {
  background-color: #bbbcc5;
}

.not_more_foto_label img {
  float: right;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-left: 10px;
  cursor: pointer;
}


.room_rules {
  float: left;
  width: 746px;
  margin: 10px 5px;
  padding: 10px;
  border: 2px solid darkgrey;
  border-radius: 10px;
}

.room_rules_mirror {
  float: right;
}


.tour_rules {
  float: right;
}

.tour_rules_mirror {
  float: left;
}

.room_rules:hover {
  border-color: #131847;
}

.room_rule_box {
  float: left;
  width: 746px;
  padding: 10px 0px;
  border-bottom: 1px solid #131847;
}

.room_rule_box:nth-last-child(1) {
  border-bottom: none;
}

.room_rule_left {
  float: left;
  width: 246px;
}

.room_rules_mirror .room_rule_left {
  float: right;
}

.room_rule_icon {
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px;
  object-fit: cover;
}

.room_rules_mirror .room_rule_left .room_rule_icon {
  float: right;
}

.room_rule_name {
  float: left;
  width: 155px;
  line-height: 22px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.room_rules_mirror .room_rule_left .room_rule_name {
  float: right;
  text-align: right;
}

.room_rule_right {
  float: left;
  width: 498px;
  min-height: 60px;
  padding: 5px 0px;
  border-left: 1px solid grey;
}

.room_rules_mirror .room_rule_right {
  float: right;
  border-left: none;
  border-right: 1px solid grey;
}

.room_rule_right p{
  float: left;
  width: 478px;
  font-size: 16px;
  line-height: 18px;
  padding-left: 20px;
  color: black;
}

.room_rules_mirror .room_rule_right p {
  float: right;
  text-align: right;
  padding-left: 0px;
  padding-right: 20px;
}

.bankcard {
  float: left;
  color: black;
  font-size: 18px;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  padding: 5px;
  margin: 0px 5px;
  border: 1px solid grey;
  font-weight: bold;
}

.room_rules_mirror .room_rule_right .bankcard {
  float: right;
}

.bankcard img{
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  object-fit: cover;
}

.room_rules_mirror .room_rule_right .bankcard img{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.room_book_now {
  float: left;
  width: 746px;
  padding: 10px 0px;
}

.room_book_now h1 {
  float: left;
  width: 746px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin: 10px 0px;
}

.room_book_now label {
  float: left;
  width: 216px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 5300;
  margin: 0px 20px;
  color: black;
}

.room_book_now_mirror label {
  text-align: right;
  float: right;
}

.room_book_now input {
  float: left;
  width: 476px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now input:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror input {
  text-align: right;
  float: right;
}

.room_book_now textarea {
  float: left;
  width: 476px;
  height: 150px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now textarea:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror textarea {
  text-align: right;
  float: right;
}

.room_book_now button {
  float: right;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 2px solid black;
  color: black;
  background-color: #f3f0f0;
  transition: 0.3s color, 0.3s border, 0.3s background-color;
  cursor: pointer;
}

.room_book_now button:hover {
  color: darkblue;
  border: 2px solid darkblue;
  background-color: #dedceb;
}

.foto_full {
  display: none;
}

.foto_full:checked + .full_window_foto {
  display: block;
}

.full_window_foto {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 99999;
}

.foto_close {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.full_foto_div {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.full_foto_div_img {
  max-width: 1560px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.after_foto, .before_foto {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.before_foto {
  left: -40px;
}

.after_foto {
  right: -90px;
}

.left_right_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 0px;
}

.before_foto .left_right_icon {
  rotate: 180deg;
}

.hotel_galery_img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 304px;
  height: 228px;
  object-fit: cover;
  transition: 0.3s box-shadow;
  cursor: pointer;
}

.hotel_galery_img:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_foto_labels:nth-child(5n) .hotel_galery_img {
  margin-right: 0px;
}








.hr_search_widget_top_bottom {
  width: 1000px;
  position: absolute;
  top: 10px;
  right: 0px;
}

#hr_search_widget {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: white;
  border: 2px solid white;
  z-index: 9;
  width: 996px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 5px 0px black;
}

.hr_text_color {
  color: darkred;
}

#tooltip-check_in_out, #dropdown_toggle, .inner_dd .col-xs-5, .datepicker__info, .btn-group, #hr_booking_button, .datepicker__info--selected, .datepicker__info--feedback, .col-sm-7 .col-sm-6, #check_in_out, .datepicker__week-days {
  display: none;
}

#close-check_in_out {
  visibility: hidden;
}

.datepicker__month {
  width: 488px;
  float: left;
  margin: 15px 5px 0px;
  padding: 20px 10px;
}

.datepicker__month-button {
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #dedde9;
  font-weight: bold;
  color: black;
  padding: 10px;
  margin: 5px;
  text-align: center;
  float: left;
  cursor: pointer;
  border: 1px solid black;
  font-size: 20px;
}

.datepicker__month-button--disabled {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
  cursor: default;
}

.datepicker__month-day {
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 5px;
  background-color: #dedde9;
  font-weight: bold;
  color: black;
  padding: 10px;
  margin: 5px;
  text-align: center;
  float: left;
  cursor: pointer;
  border: 1px solid black;
  font-size: 20px;
}

.datepicker__month-name {
  width: 294px;
  height: 34px;
  line-height: 36px;
  font-weight: bold;
  color: black;
  padding: 10px;
  margin: 5px;
  text-align: center;
  float: left;
  border: 1px solid white;
  font-size: 24px;
}

.datepicker__month-day--selected, .datepicker__month-day--hovering {
  background-color: #131847;
  color: white;
  border: 1px solid #131847;
}

.datepicker__month-day--nextMonth, .datepicker__month-day--lastMonth {
  background-color: #c6c6c670;
  border-color: #c6c6c670;
  color: #6e70c759;
  cursor: default;
}

.datepicker__month-day:hover {
  box-shadow: 0px 0px 16px 0px #03137d;
}

.datepicker__month-day--nextMonth:hover, .datepicker__month-day--lastMonth:hover {
 box-shadow: none;
}

.datepicker__month thead {
  width: 100%;
  float: left;
}




































@media only screen and (max-width: 1570px) {

.no_slides {
  width: 1260px;
  height: 500px;
  margin-bottom: 30px;
}

#playButton {
  max-height: 80px;
  max-width: 80px;
  bottom: 40px;
  right: 40px;
}

.play_button_mirror {
  left: 40px;
}

#playButton img {
  height: 80px;
  width: 80px;
}

/* Slideshow container */
.slideshow-container {
  width: 1260px;
  height: 500px;
}

/* Caption text */
.slideshow_text {
  width: 600px;
  height: 500px;
}

.slideshow_text span{
  font-size: 23px;
  line-height: 26px;
  bottom: 25px;
  left: 25px;
}

.slideshow_text_mirror span{
  right: 25px;
}


/* Book a room */
.book_a_room {
  width: 1260px;
}

.book_a_room_left {
  width: 790px;
  height: 300px;
}

.book_a_room_text {
  width: 500px;
}

.book_a_room_text h1{
  line-height: 35px;
  font-size: 30px;
}

.book_a_room_text p{
  line-height: 20px;
  font-size: 17px;
}

.book_a_room_text a{
  line-height: 22px;
  padding-top: 10px;
  font-size: 15px;
}

.book_a_room_right {
  width: 470px;
  height: 300px;
}

.book_a_room_name {
  width: 320px;
  height: 80px;
  top: -80px;
  line-height: 80px;
  font-size: 22px;
}

.book_a_room_name ion-icon {
  font-size: 20px;
}

.book_a_room_box {
  width: 145px;
  margin-right: 10px;
  height: 210px;
}

.book_a_room_box_texture {
  width: 145px;
  height: 150px;
}

.book_a_room_texture_top {
  width: 125px;
  height: 70px;
  left: 10px;
}

.book_a_room_texture_bottom {
  width: 125px;
  height: 70px;
  left: 10px;
}

.book_a_room_box_name {
  width: 145px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

.book_a_room_arrow_name {
  width: 145px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}

.book_a_room_arrow_name ion-icon {
  font-size: 23px;
  height: 23px;
  width: 23px;
}

.book_a_room_box_number {
  width: 145px;
  height: 80px;
  line-height: 80px;
  font-size: 80px;
}

.book_a_room_button {
  width: 470px;
  height: 70px;
}

.book_a_room_button label{
  top: 20px;
  width: 435px;
}

/*rooms*/



.rooms_block_header {
  width: 1260px;
  padding: 15px 0px;
}

.rooms_block_header a {
  line-height: 65px;
  font-size: 40px;
}

.room_block {
  width: 315px;
  height: 420px;
}

.room_block_hover {
  width: 295px;
  height: 400px;
}

.room_block_hover img {
  width: 275px;
  height: 210px;
  margin: 10px 10px;
}

.room_name {
  font-size: 22px;
  top: 190px;
  left: 20px;
}

.room_block_text {
  width: 295px;
  height: 160px;
}

.room_block_text_absolute{
  font-size: 11px;
  line-height: 12px;
  width: 265px;
  height: 120px;
  top: 10px;
  right: 15px;
}

.room_block_text a{
  padding: 8px 30px;
  font-size: 16px;
  line-height: 16px;
}


/* swiper tour*/

.swiper {
  width: 1260px;1560
  height: 490px;600
  margin-top: 15px;
}

.swiper-slide {
  width: 1260px;
  height: 490px;
}

.rooms_block {
  width: 1260px;
  margin-top: 15px;
}

.tour_block {
  width: 1260px;
  height: 490px;
  margin-bottom: 20px;
}

.tour_img_big {
  width: 750px;
  height: 470px;
}

.tour_img_small {
  width: 280px;
  height: 280px;
  left: 460px;
}

.tour_name {
  max-width: 720px;
  font-size: 40px;
  line-height: 50px;
}

.tour_text {
  width: 470px;
  height: 325px;
  right: 30px;
  font-size: 22px;
  line-height: 23px;
}

.tour_text p {
  font-size: 12px;
  line-height: 15px;
  margin: 5px;
}

.more_information{
  padding: 8px 25px;
  font-size: 20px;
  line-height: 20px;
  bottom: 15px;
  right: 15px;
}


/* swiper visit*/

.visit_block {
  width: 300px;
  height: 490px;
  margin: 5px;
  margin-bottom: 20px;
}

.visit_img {
  width: 210px;
  height: 210px;
  top: 15px;
  left: 43px;
}

.visit_block:nth-child(even) .visit_img {
  top: 250px;
}

.visit_text {
  width: 240px;
  height: 210px;
  position: absolute;
  top: 240px;
  left: 30px;
}

.visit_text_absolute {
  width: 240px;
  max-height: 210px;
}

.visit_block:nth-child(even) .visit_text {
  top: 15px;
}

.visit_text_header {
  width: 230px;
  padding: 0px 5px;
  height: 50px;
  font-size: 23px;
  line-height: 25px;
}

.visit_text_p {
  width: 230px;
  padding: 6px 5px;
  max-height: 152px;
  font-size: 11px;
  line-height: 14px;
}


/* info and map*/

.hotel_map_and_info {
  width: 1260px;
  height: 465px;
  margin-top: 15px;
}

.hotel_info_block {
  width: 696px;
  height: 435px;
  padding: 5px;
  margin: 20px 5px;
}

.information_label {
  width: 116px;
  height: 116px;
}

.information_icon {
  width: 92px;
  height: 92px;
  margin: 12px;
}

.information_block {
  width: 686px;
  height: 310px;
  bottom: 5px;
  left: 5px;
  padding: 5px;
}

.information_block_text {
  width: 686px;
  height: 310px;
}

.information_block_text h1 {
  width: 340px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

.information_block_text p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}

.information_block_img {
  width: 340px;
  max-height: 310px;
  margin-left: 6px;
}

.information_block_text_mirror .information_block_img {
  margin-right: 6px;
}

.hotel_map_block {
  width: 516px;
  height: 435px;
  padding: 5px;
  margin: 20px 5px;
}


/* social media */

.social_media {
  width: 1260px;
  margin-bottom: 10px;
}

.social_media_main_block {
  width: 315px;
  height: 315px;
}

.social_media_block {
  width: 295px;
  height: 295px;
}

.social_media_block:hover {
  width: 305px;
  height: 305px;
}

.rules_header, .rules_p {
  padding: 7px;
  margin-bottom: 7px;
}


/*   room    */

.room_name_header{
  font-size: 60px;
  line-height: 70px;
  bottom: 25px;
  left: 25px;
}

.slideshow_text_mirror .room_name_header{
  right: 25px;
}

.room_description {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 26px;
  width: 590px;
}

.room_description p {
  font-size: 22px;
  line-height: 26px;
  margin: 8px;
}

.room_services {
  width: 630px;
}

.room_service_block {
  width: 193px;
  padding: 4px;
  margin: 5px;
  height: 45px;
  margin-right: 0px;
}

.room_service_img {
  width: 35px;
  height: 35px;
}

.room_service_name {
  width: 142px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
}

.room_fotos_galery {
  width: 1260px;
}

.room_big_foto {
  width: 630px;
  height: 455px;
}

.room_small_fotos {
  width: 615px;
  height: 455px;
}

.room_small_img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 305px;
  height: 225px;
}

.more_foto_label {
  right: 8px;
  bottom: 8px;
  font-size: 23px;
  line-height: 35px;
  height: 35px;
  width: 170px;
}

.more_foto_label img {
  width: 35px;
  height: 35px;
  margin-left: 8px;
}

.room_galery {
  width: 1260px;
  padding: 5px;
}

.room_galery_img {
  width: 310px;
  height: 230px;
}

.not_more_foto_label {
  right: 18px;
  top: -52px;
  font-size: 22px;
  line-height: 35px;
  height: 35px;
  width: 170px;
}

.not_more_foto_label img {
  width: 35px;
  height: 35px;
  margin-left: 8px;
}


.room_rules {
  width: 600px;
  margin: 8px 5px;
  padding: 8px;
}

.room_rule_box {
  width: 600px;
  padding: 8px 0px;
}

.room_rule_left {
  width: 216px;
}

.room_rule_icon {
  width: 40px;
  height: 40px;
  margin: 5px;
}

.room_rule_name {
  width: 146px;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 16px;
}

.room_rule_right {
  width: 382px;
  min-height: 50px;
}

.room_rule_right p{
  width: 372px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
}

.room_rules_mirror .room_rule_right p {
  padding-right: 10px;
}

.bankcard {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.bankcard img{
  width: 40px;
  height: 40px;
}

.room_book_now {
  width: 598px;
}

.room_book_now h1 {
  width: 598px;
  font-size: 35px;
  line-height: 45px;
}

.room_book_now label {
  width: 130px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0px 10px;
}

.room_book_now input {
  width: 434px;
  font-size: 20px;
  line-height: 30px;
  padding: 5px;
}

.room_book_now textarea {
  width: 434px;
  height: 130px;
  font-size: 20px;
  line-height: 25px;
}

.room_book_now button {
  font-size: 25px;
  line-height: 35px;
  padding: 8px 15px;
  margin: 8px 0px;
}

.full_foto_div_img {
  max-width: 1260px;
}

.after_foto, .before_foto {
  width: 50px;
  height: 50px;
}

.before_foto {
  left: -40px;
}

.after_foto {
  right: -90px;
}

.hotel_galery_img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 304px;
  height: 228px;
}








.hr_search_widget_top_bottom {
  width: 790px;
  top: 10px;
  right: 0px;
}

#hr_search_widget {
  width: 786px;
}

.datepicker__month {
  width: 373px;
  margin: 10px 5px 0px;
  padding: 10px 5px;
}

.datepicker__month-button {
  width: 23px;
  height: 23px;
  line-height: 23px;
  padding: 8px;
  font-size: 18px;
}

.datepicker__month-day {
  width: 23px;
  height: 23px;
  line-height: 25px;
  border-radius: 3px;
  padding: 8px;
  font-size: 18px;
}

.datepicker__month-name {
  width: 220px;
  height: 25px;
  line-height: 25px;
  color: black;
  padding: 8px;
  font-size: 20px;
}

}






@media only screen and (max-width: 1260px) {

/*main slideshow*/

.no_slides {
  width: 900px;
  height: 350px;
  margin-bottom: 20px;
}

#playButton {
  max-height: 50px;
  max-width: 50px;
  bottom: 30px;
  right: 30px;
}

.play_button_mirror {
  left: 30px;
}

#playButton img {
  height: 50px;
  width: 50px;
}

/* Slideshow container */
.slideshow-container {
  width: 900px;
  height: 350px;
}

/* Caption text */
.slideshow_text {
  width: 350px;
  height: 350px;
}

.slideshow_text span{
  font-size: 17px;
  line-height: 20px;
  bottom: 15px;
  left: 15px;
}

.slideshow_text_mirror span{
  right: 15px;
}

/* Book a room */
.book_a_room {
  width: 900px;
}

.book_a_room_left {
  width: 550px;
  height: 220px;
}

.book_a_room_text {
  width: 380px;
}

.book_a_room_text h1{
  line-height: 25px;
  font-size: 20px;
}

.book_a_room_text p{
  line-height: 15px;
  font-size: 13px;
}

.book_a_room_text a{
  line-height: 14px;
  padding-top: 10px;
  font-size: 12px;
}

.book_a_room_right {
  width: 350px;
  height: 220px;
}

.book_a_room_name {
  width: 240px;
  height: 60px;
  top: -60px;
  line-height: 60px;
  font-size: 16px;
}

.book_a_room_name ion-icon {
  font-size: 14px;
}

.book_a_room_box {
  width: 110px;
  margin-right: 5px;
  height: 165px;
}

.book_a_room_box_texture {
  width: 110px;
  height: 130px;
}

.book_a_room_texture_top {
  width: 86px;
  left: 10px;
  height: 60px;
}

.book_a_room_texture_bottom {
  width: 86px;
  left: 10px;
  height: 60px;
}

.book_a_room_box_name {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.book_a_room_arrow_name {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.book_a_room_arrow_name ion-icon {
  font-size: 16px;
  height: 15px;
  width: 15px;
}

.book_a_room_box_number {
  width: 110px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
}

.book_a_room_button {
  width: 350px;
  height: 60px;
}

.book_a_room_button label{
  padding: 15px 0px;
  line-height: 20px;
  right: 20px;
  top: 15px;
  width: 316px;
}

/*rooms*/



.rooms_block_header {
  width: 900px;
  padding: 10px 0px;
}

.header_hashtag {
  top: -60px;
}

.rooms_block_header a {
  line-height: 40px;
  font-size: 30px;
}

.room_block {
  width: 300px;
  height: 440px;
}

.main_page_rooms:nth-child(4) {
  display: none;
}

.room_block_hover {
  width: 280px;
  height: 400px;
}

.room_block_hover img {
  width: 260px;
  height: 200px;
  margin: 10px;
}

.room_name {
  font-size: 20px;
  top: 180px;
  left: 20px;
}

.room_block_text {
  width: 280px;
  height: 150px;
}

.room_block_text_absolute{
  font-size: 11px;
  line-height: 13px;
  width: 250px;
  height: 140px;
  top: 10px;
  right: 15px;
}

.room_block_text a{
  padding: 7px 25px;
  font-size: 13px;
  line-height: 15px;
  bottom: -40px;
  right: 5px;
}


/* swiper tour*/

.swiper {
  width: 900px;
  height: 350px;
  margin-top: 10px;
}

.swiper-slide {
  width: 900px;
  height: 350px;
}

.rooms_block {
  width: 900px;
  margin-top: 10px;
}

.tour_block {
  width: 900px;
  height: 350px;
  margin-bottom: 20px;
}

.tour_img_big {
  width: 600px;
  height: 350px;
}

.tour_img_small {
  width: 210px;
  height: 210px;
  left: 370px;
  bottom: 10px;
}

.tour_name {
  max-width: 580px;
  font-size: 35px;
  line-height: 40px;
}

.tour_text {
  width: 270px;
  height: 250px;
  right: 10px;
  top: 10px;
  font-size: 14px;
  line-height: 16px;
}

.tour_text p {
  font-size: 14px;
  line-height: 16px;
  margin: 5px;
}

.more_information{
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
  bottom: 10px;
  right: 10px;
}


/* swiper visit*/

.visit_block {
  width: 276px;
  height: 500px;
  margin: 10px;
  margin-bottom: 20px;
}

.visit_img {
  width: 230px;
  height: 230px;
  top: 10px;
  left: 24px;
}

.visit_block:nth-child(even) .visit_img {
  top: 260px;
}

.visit_text {
  width: 230px;
  height: 230px;
  top: 260px;
  left: 20px;
}

.visit_text_absolute {
  width: 230px;
  max-height: 270px;
  top: 0px;
}

.visit_block:nth-child(even) .visit_text {
  top: 10px;
}

.visit_text_header {
  width: 220px;
  padding: 0px 5px;
  height: 50px;
  font-size: 22px;
  line-height: 25px;
}

.visit_text_p {
  width: 220px;
  padding: 8px 5px;
  max-height: 196px;
  font-size: 11px;
  line-height: 13px;
}


/* info and map*/

.hotel_map_and_info {
  width: 900px;
  margin-top: 20px;
}

.hotel_info_block {
  width: 870px;
  height: 540px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 10px 8px;
  position: relative;
}

.hotel_map_and_info_mirror .hotel_info_block {
  float: right;
}

.information_radio {
  display: none;
}

.information_label {
  width: 145px;
  height: 145px;
  float: left;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.information_icon {
  width: 115px;
  height: 115px;
  margin: 15px;
  object-fit: cover;
  filter: brightness(0);/* invert(1)*/
  cursor: pointer;
}

.information_block {
  width: 850px;
  height: 375px;
  bottom: 5px;
  left: 5px;
  position: absolute;
  display: none;
  color: black;
  z-index: 1;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  background-color: #cfe0f9;
}

.information_radio:checked + .information_label {
  background-color: #cfe0f9;
}

.information_block_text {
  width: 850px;
  height: 375px;
  float: left;
}

.information_block_text h1 {
  width: 430px;
  color: black;
  font-size: 28px;
  line-height: 32px;
  float: left;
  margin-bottom: 10px;
}

.information_block_text_mirror h1 {
  float: right;
  text-align: right;
}

.information_block_text p {
  color: black;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  margin-bottom: 5px;
  font-weight: 500;
}

.information_block_text_mirror p {
  text-align: right;
}

.information_block_img {
  width: 410px;
  float: right;
  object-fit: cover;
  max-height: 375px;
  margin-left: 10px;
}

.information_block_text_mirror .information_block_img {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

.hotel_map_block {
  width: 870px;
  height: 540px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 10px 8px;
}

.hotel_map_and_info_mirror .hotel_map_block {
  float: right;
}


/* social media */

.social_media {
  width: 900px;
  margin-bottom: 10px;
}

.social_media_main_block {
  width: 300px;
  height: 300px;
}

.main_page_social_block:nth-child(4) {
  display: none;
}

.social_media_block {
  width: 280px;
  height: 280px;
}

.social_media_block:hover {
  width: 290px;
  height: 290px;
}


/*   room    */

.room_name_header{
  font-size: 40px;
  line-height: 50px;
  bottom: 20px;
  left: 20px;
}

.slideshow_text_mirror .room_name_header{
  right: 20px;
}

.room_description {
  padding: 30px;
  font-size: 17px;
  line-height: 22px;
  width: 840px;
}

.room_description p {
  font-size: 17px;
  line-height: 22px;
}

.room_services {
  width: 900px;
}

.room_service_block {
  width: 160px;
  padding: 5px;
  margin: 4px;
  height: 35px;
}

.room_service_img {
  width: 25px;
  height: 25px;
  margin: 5px;
}

.room_service_name {
  width: 125px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

.room_fotos_galery {
  width: 900px;
}

.room_big_foto {
  margin: 5px;
  width: 440px;
  height: 330px;
}

.room_small_fotos {
  padding: 5px;
  padding-left: 0px;
  width: 445px;
  height: 330px;
}

.tour_small_fotos {
  padding: 5px;
  width: 890px;
  height: auto;
}

.rooms_block_mirror .room_small_fotos {
  padding-left: 5px;
  padding-right: 0px;
}

.room_small_img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 220px;
  height: 162px;
}

.tour_small_fotos .room_foto_labels .room_small_img {
  margin-right: 6px;
  width: 218px;
  height: 162px;
}

.tour_small_fotos .room_foto_labels:nth-child(4) .room_small_img {
  margin-right: 0px;
}

.more_foto_label {
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 120px;
}

.more_foto_label img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.room_galery {
  width: 900px;
  padding: 0px;
}

.room_galery_img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 220px;
  height: 155px;
}

.not_more_foto_label {
  right: 10px;
  top: -50px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 100px;
}

.not_more_foto_label img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}


.room_rules {
  width: 856px;
  margin: 10px;
}

.room_rule_box {
  width: 856px;
}

.room_rule_left {
  width: 296px;
}

.room_rule_icon {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.room_rule_name {
  width: 205px;
  line-height: 22px;
  padding: 5px 15px;
  font-size: 18px;
}

.room_rule_right {
  width: 559px;
  min-height: 60px;
  padding: 5px 0px;
}

.room_rule_right p{
  float: left;
  width: 539px;
  font-size: 16px;
  line-height: 18px;
  padding-left: 20px;
  color: black;
}

.room_rules_mirror .room_rule_right p {
  float: right;
  text-align: right;
  padding-left: 0px;
  padding-right: 20px;
}

.bankcard {
  float: left;
  color: black;
  font-size: 18px;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  padding: 5px;
  margin: 0px 5px;
  border: 1px solid grey;
  font-weight: bold;
}

.room_rules_mirror .room_rule_right .bankcard {
  float: right;
}

.bankcard img{
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  object-fit: cover;
}

.room_rules_mirror .room_rule_right .bankcard img{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.room_book_now {
  float: left;
  width: 856px;
  padding: 10px 0px;
}

.room_book_now h1 {
  float: left;
  width: 856px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin: 10px 0px;
}

.room_book_now label {
  float: left;
  width: 328px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 5300;
  margin: 0px 20px;
  color: black;
}

.room_book_now_mirror label {
  text-align: right;
  float: right;
}

.room_book_now input {
  float: left;
  width: 476px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now input:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror input {
  text-align: right;
  float: right;
}

.room_book_now textarea {
  float: left;
  width: 476px;
  height: 150px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now textarea:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror textarea {
  text-align: right;
  float: right;
}

.room_book_now button {
  float: right;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 2px solid black;
  color: black;
  background-color: #f3f0f0;
  transition: 0.3s color, 0.3s border, 0.3s background-color;
  cursor: pointer;
}

.room_book_now button:hover {
  color: darkblue;
  border: 2px solid darkblue;
  background-color: #dedceb;
}

.foto_full {
  display: none;
}

.foto_full:checked + .full_window_foto {
  display: block;
}

.full_window_foto {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 99999;
}

.foto_close {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.full_foto_div {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.full_foto_div_img {
  max-width: 750px;
  max-height: 800px;
  object-fit: cover;
  border-radius: 20px;
}

.after_foto, .before_foto {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.before_foto {
  left: -40px;
}

.after_foto {
  right: -90px;
}

.left_right_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 0px;
}

.before_foto .left_right_icon {
  rotate: 180deg;
}

.hotel_galery_img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 290px;
  height: 220px;
  object-fit: cover;
  transition: 0.3s box-shadow;
  cursor: pointer;
}

.hotel_galery_img:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_foto_labels:nth-child(5n) .hotel_galery_img {
  margin-right: 10px;
}








.hr_search_widget_top_bottom {
  width: 550px;
  top: 10px;
  right: 0px;
}

#hr_search_widget {
  width: 546px;
}

.datepicker__month {
  width: 263px;
  margin: 10px 5px 0px;
  padding: 10px 5px;
}

.datepicker__month-button {
  width: 19px;
  height: 19px;
  line-height: 19px;
  padding: 4px;
  font-size: 15px;
  margin: 3px;
}

.datepicker__month-day {
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 3px;
  padding: 4px;
  font-size: 15px;
  margin: 3px;
}

.datepicker__month-name {
  width: 153px;
  height: 19px;
  line-height: 19px;
  color: black;
  padding: 4px;
  font-size: 16px;
  margin: 3px;
}

}







@media only screen and (max-width: 900px) {

/*main slideshow*/

.no_slides {
  width: 720px;
  height: 270px;
}

#playButton {
  max-height: 40px;
  max-width: 40px;
  bottom: 20px;
  right: 20px;
}

.play_button_mirror {
  left: 20px;
}

#playButton img {
  height: 40px;
  width: 40px;
}

/* Slideshow container */
.slideshow-container {
  width: 720px;
  height: 270px;
}

/* Caption text */
.slideshow_text {
  width: 270px;
  height: 270px;
}

.slideshow_text span{
  font-size: 13px;
  line-height: 16px;
  bottom: 10px;
  left: 10px;
}

.slideshow_text_mirror span{
  right: 10px;
}

/* Book a room */
.book_a_room {
  width: 720px;
}

.book_a_room_left {
  width: 370px;
  height: 220px;
}

.book_a_room_text {
  width: 310px;
}

.book_a_room_text h1{
  line-height: 22px;
  font-size: 18px;
}

.book_a_room_text p{
  line-height: 14px;
  font-size: 12px;
}

.book_a_room_text a{
  line-height: 14px;
  padding-top: 10px;
  font-size: 12px;
}

.book_a_room_right {
  width: 350px;
  height: 220px;
}

.book_a_room_name {
  width: 240px;
  height: 60px;
  top: -60px;
  line-height: 60px;
  font-size: 16px;
}

.book_a_room_name ion-icon {
  font-size: 14px;
}

.book_a_room_box {
  width: 110px;
  margin-right: 5px;
  height: 165px;
}

.book_a_room_box_texture {
  width: 110px;
  height: 130px;
}

.book_a_room_texture_top {
  width: 86px;
  left: 10px;
  height: 60px;
}

.book_a_room_texture_bottom {
  width: 86px;
  left: 10px;
  height: 60px;
}

.book_a_room_box_name {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.book_a_room_arrow_name {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.book_a_room_arrow_name ion-icon {
  font-size: 16px;
  height: 15px;
  width: 15px;
}

.book_a_room_box_number {
  width: 110px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
}

.book_a_room_button {
  width: 350px;
  height: 60px;
}

.book_a_room_button label{
  padding: 15px 0px;
  line-height: 20px;
  right: 20px;
  top: 15px;
  width: 316px;
}

/*rooms*/



.rooms_block_header {
  width: 720px;
  padding: 10px 0px;
}

.rooms_block_header a {
  line-height: 40px;
  font-size: 30px;
}

.room_block {
  width: 240px;
  height: 350px;
}

.room_block_hover {
  width: 220px;
  height: 310px;
}

.room_block_hover img {
  width: 200px;
  height: 140px;
  margin: 10px;
}

.room_name {
  font-size: 15px;
  top: 130px;
  left: 15px;
}

.room_block_text {
  width: 220px;
  height: 110px;
}

.room_block_text_absolute{
  font-size: 10px;
  line-height: 11px;
  width: 200px;
  height: 110px;
  top: 0px;
  right: 10px;
}

.room_block_text a{
  padding: 7px 25px;
  font-size: 13px;
  line-height: 15px;
  bottom: -50px;
  right: 5px;
}


/* swiper tour*/

.swiper {
  width: 720px;
  height: 350px;
  margin-top: 10px;
}

.swiper-slide {
  width: 720px;
  height: 350px;
}

.rooms_block {
  width: 720px;
  margin-top: 10px;
}

.tour_block {
  width: 720px;
  height: 400px;
  margin-bottom: 20px;
}

.tour_img_big {
  width: 720px;
  height: 400px;
}

.tour_img_small {
  width: 230px;
  height: 230px;
  left: 350px;
  bottom: 10px;
}

.tour_name {
  max-width: 580px;
  font-size: 40px;
  line-height: 40px;
}

.tour_text {
  display: none;
}

.tour_text p {
  font-size: 14px;
  line-height: 16px;
  margin: 5px;
}

.more_information{
  padding: 10px 10px;
  font-size: 18px;
  line-height: 18px;
  bottom: 5px;
  right: 5px;
  background-color: #8080807a;
}


/* swiper visit*/

.visit_block {
  width: 228px;
  height: 440px;
  margin: 5px;
  margin-bottom: 10px;
}

.visit_img {
  width: 200px;
  height: 200px;
  top: 10px;
  left: 15px;
}

.visit_block:nth-child(even) .visit_img {
  top: 220px;
}

.visit_text {
  width: 208px;
  height: 180px;
  top: 220px;
  left: 10px;
}

.visit_text_absolute {
  width: 208px;
  max-height: 180px;
  top: 0px;
}

.visit_block:nth-child(even) .visit_text {
  top: 10px;
}

.visit_text_header {
  width: 198px;
  padding: 0px 5px;
  height: 50px;
  font-size: 22px;
  line-height: 25px;
}

.visit_text_p {
  width: 198px;
  padding: 8px 5px;
  max-height: 134px;
  font-size: 11px;
  line-height: 13px;
  overflow: hidden;
}


/* info and map*/

.hotel_map_and_info {
  width: 720px;
  margin-top: 20px;
}

.hotel_info_block {
  width: 700px;
  height: 500px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 4px;
  position: relative;
}

.information_label {
  width: 116px;
  height: 116px;
  float: left;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.information_icon {
  width: 96px;
  height: 96px;
  margin: 10px;
  object-fit: cover;
  filter: brightness(0);/* invert(1)*/
  cursor: pointer;
}

.information_block {
  width: 685px;
  height: 375px;
  bottom: 5px;
  left: 5px;
  position: absolute;
  display: none;
  color: black;
  z-index: 1;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  background-color: #cfe0f9;
}

.information_radio:checked + .information_label {
  background-color: #cfe0f9;
}

.information_block_text {
  width: 685px;
  height: 375px;
  float: left;
}

.information_block_text h1 {
  width: 265px;
  color: black;
  font-size: 22px;
  line-height: 24px;
  float: left;
  margin-bottom: 10px;
}

.information_block_text_mirror h1 {
  float: right;
  text-align: right;
}

.information_block_text p {
  color: black;
  font-size: 13px;
  line-height: 15px;
  text-align: justify;
  margin-bottom: 5px;
  font-weight: 500;
}

.information_block_text_mirror p {
  text-align: right;
}

.information_block_img {
  width: 410px;
  float: right;
  object-fit: cover;
  max-height: 375px;
  margin-left: 10px;
}

.information_block_text_mirror .information_block_img {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

.hotel_map_block {
  width: 700px;
  height: 540px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 4px;
}

.hotel_map_and_info_mirror .hotel_map_block {
  float: right;
}


/* social media */

.social_media {
  width: 720px;
  margin-bottom: 10px;
}

.social_media_main_block {
  width: 240px;
  height: 240px;
}

.main_page_social_block:nth-child(4) {
  display: none;
}

.social_media_block {
  width: 220px;
  height: 220px;
}

.social_media_block:hover {
  width: 230px;
  height: 230px;
}


/*   room    */

.room_name_header{
  font-size: 40px;
  line-height: 50px;
  bottom: 20px;
  left: 20px;
}

.slideshow_text_mirror .room_name_header{
  right: 20px;
}

.room_description {
  width: 680px;
  padding: 20px;
  font-size: 17px;
  line-height: 22px;
}

.room_description p {
  font-size: 17px;
  line-height: 22px;
}

.room_services {
  width: 900px;
}

.room_service_block {
  width: 160px;
  padding: 5px;
  margin: 4px;
  height: 35px;
}

.room_service_img {
  width: 25px;
  height: 25px;
  margin: 5px;
}

.room_service_name {
  width: 125px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

.room_fotos_galery {
  width: 720px;
}

.room_big_foto {
  margin: 5px;
  width: 350px;
  height: 265px;
}

.room_small_fotos {
  padding: 5px;
  padding-left: 0px;
  width: 355px;
  height: 265px;
}

.tour_small_fotos {
  padding: 5px;
  padding-left: 0px;
  width: 715px;
  height: auto;
}

.rooms_block_mirror .room_small_fotos {
  padding-left: 5px;
  padding-right: 0px;
}

.room_small_img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 175px;
  height: 130px;
}

.tour_small_fotos .room_foto_labels .room_small_img {
  margin-right: 5px;
  width: 175px;
  height: 130px;
}

.tour_small_fotos .room_foto_labels:nth-child(4) .room_small_img {
  margin-right: 0px;
}

.more_foto_label {
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 120px;
}

.more_foto_label img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.room_galery {
  width: 720px;
  padding: 0px;
}

.room_galery_img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 175px;
  height: 130px;
}

.not_more_foto_label {
  right: 10px;
  top: -50px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 120px;
}

.not_more_foto_label img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}


.room_rules {
  width: 678px;
  margin: 10px;
}

.room_rule_box {
  width: 678px;
}

.room_rule_left {
  width: 296px;
}

.room_rule_icon {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.room_rule_name {
  width: 205px;
  line-height: 22px;
  padding: 5px 15px;
  font-size: 18px;
}

.room_rule_right {
  width: 380px;
  min-height: 60px;
  padding: 5px 0px;
}

.room_rule_right p{
  float: left;
  width: 370px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: black;
}

.room_rules_mirror .room_rule_right p {
  float: right;
  text-align: right;
  padding-left: 0px;
  padding-right: 20px;
}

.bankcard {
  float: left;
  color: black;
  font-size: 16px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 5px;
  margin: 0px 5px;
  border: 1px solid grey;
  font-weight: bold;
}

.room_rules_mirror .room_rule_right .bankcard {
  float: right;
}

.bankcard img{
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  object-fit: cover;
}

.room_rules_mirror .room_rule_right .bankcard img{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.room_book_now {
  float: left;
  width: 678px;
  padding: 10px 0px;
}

.room_book_now h1 {
  float: left;
  width: 678px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin: 10px 0px;
}

.room_book_now label {
  float: left;
  width: 658px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 5300;
  margin: 0px 10px;
  color: black;
}

.room_book_now_mirror label {
  text-align: right;
  float: right;
}

.room_book_now input {
  float: left;
  width: 666px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now input:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror input {
  text-align: right;
  float: right;
}

.room_book_now textarea {
  float: left;
  width: 666px;
  height: 150px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now textarea:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror textarea {
  text-align: right;
  float: right;
}

.room_book_now button {
  float: right;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 2px solid black;
  color: black;
  background-color: #f3f0f0;
  transition: 0.3s color, 0.3s border, 0.3s background-color;
  cursor: pointer;
}

.room_book_now button:hover {
  color: darkblue;
  border: 2px solid darkblue;
  background-color: #dedceb;
}

.foto_full {
  display: none;
}

.foto_full:checked + .full_window_foto {
  display: block;
}

.full_window_foto {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 99999;
}

.foto_close {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.full_foto_div {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.full_foto_div_img {
  max-width: 580px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.after_foto, .before_foto {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.before_foto {
  left: -40px;
}

.after_foto {
  right: -90px;
}

.left_right_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 0px;
}

.before_foto .left_right_icon {
  rotate: 180deg;
}

.hotel_galery_img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 175px;
  height: 130px;
}

.hotel_galery_img:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_foto_labels:nth-child(5n) .hotel_galery_img {
  margin-right: 5px;
}








.hr_search_widget_top_bottom {
  width: 550px;
  top: 170px;
  right: -350px;
}

.book_a_room_mirror .book_a_room_left .hr_search_widget_top_bottom #hr_search_widget {
  left: -520px;
}

#hr_search_widget {
  width: 546px;
}

.datepicker__month {
  width: 263px;
  margin: 10px 5px 0px;
  padding: 10px 5px;
}

.datepicker__month-button {
  width: 19px;
  height: 19px;
  line-height: 19px;
  padding: 4px;
  font-size: 15px;
  margin: 3px;
}

.datepicker__month-day {
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 3px;
  padding: 4px;
  font-size: 15px;
  margin: 3px;
}

.datepicker__month-name {
  width: 153px;
  height: 19px;
  line-height: 19px;
  color: black;
  padding: 4px;
  font-size: 16px;
  margin: 3px;
}


}





@media only screen and (max-width: 720px) {

/*main slideshow*/

.no_slides {
  width: 100%;
  min-height: 120px;
}

#playButton {
  max-height: 20px;
  max-width: 20px;
  bottom: 10px;
  right: 10px;
}

.play_button_mirror {
  left: 10px;
}

#playButton img {
  height: 20px;
  width: 20px;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  min-height: 120px;
}

/* Caption text */
.slideshow_text {
  width: 250px;
  height: 100%;
}

.slideshow_text span{
  font-size: 12px;
  line-height: 13px;
  bottom: 5px;
  left: 5px;
}

.slideshow_text_mirror span{
  right: 5px;
}

/* Book a room */
.book_a_room {
  width: 100%;
}

.book_a_room_left {
  width: 100%;
  height: 220px;
}

.book_a_room_text {
  width: 300px;
  top: 48%;
}

.book_a_room_text h1{
  line-height: 20px;
  font-size: 17px;
}

.book_a_room_text p{
  line-height: 14px;
  font-size: 12px;
}

.book_a_room_text a{
  line-height: 14px;
  padding-top: 10px;
  font-size: 12px;
}

.book_a_room_right {
  width: 100%;
  height: 220px;
}

.book_a_room_name {
  display: none;
}

.centered_book_a_room {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
}

.book_a_room_box {
  width: 110px;
  margin-right: 0px;
  height: 165px;
}

.book_a_room_box_texture {
  width: 110px;
  height: 130px;
}

.book_a_room_texture_top {
  width: 80px;
  left: 13px;
  height: 60px;
}

.book_a_room_texture_bottom {
  width: 80px;
  left: 13px;
  height: 60px;
}

.book_a_room_box_name {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.book_a_room_arrow_name {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

.book_a_room_arrow_name ion-icon {
  font-size: 16px;
  height: 15px;
  width: 15px;
}

.book_a_room_box_number {
  width: 110px;
  height: 60px;
  line-height: 60px;
  font-size: 55px;
}

.book_a_room_button {
  width: 330px;
  height: 60px;
}

.book_a_room_button label{
  padding: 15px 0px;
  line-height: 20px;
  right: 5px;
  top: 15px;
  width: 316px;
}

/*rooms*/

.rooms_block_centered {
  display: none;
}


/* swiper tour*/

.swiper {
  width: 900px;
  height: 350px;
  margin-top: 10px;
}

.swiper-slide {
  width: 900px;
  height: 350px;
}

.rooms_block {
  width: 100%;
  height: auto;
  margin-top: 10px;
  position: relative;
}

.tour_block {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
}

.tour_img_big {
  width: 100%;
  height: 210px;
  border-radius: 0px;
}

.tour_img_small {
  width: 80px;
  height: 80px;
  left: 10px;
  bottom: 10px;
}

.tour_name {
  max-width: 300px;
  font-size: 20px;
  line-height: 20px;
}


/* swiper visit*/

.visit_block {
  width: calc(100% - 2px);
  height: auto;
  margin: 0px;
  margin-bottom: 10px;
}

.visit_img {
  width: calc(100% - 10px);
  min-height: 250px;
  position: relative;
  margin: 5px;
  border-radius: 0px;
  left: 0px;
  top: 0px;
}

.visit_block:nth-child(even) .visit_img {
  top: 0px;
}

.visit_text {
  width: auto;
  max-width: 320px;
  height: auto;
  top: 0px;
  left: 0px;
}

.visit_text_absolute {
  width: 310px;
  max-width: 310px;
  height: auto;
  top: 5px;
  left: 5px;
}

.visit_block:nth-child(even) .visit_text {
  top: 0px;
}

.visit_block:nth-child(even) .visit_text .visit_text_absolute {
  bottom: 0px;
  top: 5px;
}

.visit_text_header {
  width: calc(100% - 15px);
  max-width: 300px;
  height: auto;
  padding: 5px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  text-shadow: 0px 0px 20px black;
  color: white;
}

.visit_text_p {
  display: none;
}


/* info and map*/

.hotel_map_and_info {
  width: 100%;
  margin-top: 10px;
}

.hotel_info_block {
  width: calc(100% - 20px);
  height: 520px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 4px;
  position: relative;
}

.hotel_info_block_for_small {
  float: left;
  width: 60px;
}

.information_label {
  width: 60px;
  height: 60px;
  float: left;
  background-color: white;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.information_icon {
  width: 50px;
  height: 50px;
  margin: 5px;
  object-fit: cover;
  filter: brightness(0);/* invert(1)*/
  cursor: pointer;
}

.information_block {
  width: calc(100% - 80px);
  height: 510px;
  left: 5px;
  position: absolute;
  display: none;
  color: black;
  z-index: 1;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  background-color: #cfe0f9;
  position: absolute;
  left: 65px;
  top: 5px;
}

.information_radio:checked + .information_label {
  background-color: #cfe0f9;
}

.information_block_text {
  width: 100%;
  height: 375px;
  float: left;
}

.information_block_text h1 {
  width: 100%;
  color: black;
  font-size: 18px;
  line-height: 19px;
  float: left;
  margin-bottom: 10px;
}

.information_block_text_mirror h1 {
  float: right;
  text-align: right;
}

.information_block_text p {
  color: black;
  font-size: 11px;
  line-height: 13px;
  text-align: justify;
  margin-bottom: 5px;
  font-weight: 500;
}

.information_block_text_mirror p {
  text-align: right;
}

.information_block_img {
  width: 100%;
  float: left;
  object-fit: cover;
  max-height: 375px;
  margin-left: 00px;
}

.information_block_text_mirror .information_block_img {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}

.hotel_map_block {
  width:  calc(100% - 20px);
  height: 300px;
  padding: 5px;
  border: 2px solid #131847;
  float: left;
  margin: 4px;
}

.hotel_map_and_info_mirror .hotel_map_block {
  float: right;
}


/* social media */

.social_media, .social_media_small {
  display: none;
}

/*rooms*/

.room_block {
  width: 100%;
  height: 240px;
}

.room_block_hover {
  width: calc(100% - 10px);
  height: 230px;
  top: 5px;
  left: 5px;
}

.room_block_hover img {
  width: 100%;
  height: 230px;
  margin: 0px;
}

.room_name {
  font-size: 15px;
  text-shadow: 0px 0px 20px black;
  color: white;
  top: 5px;
  left: 5px;
}

.room_block_text {
  width: calc(100% - 10px);
  height: 220px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.room_block_text_absolute{
  display: none;
}

.room_block_text a{
  padding: 7px 25px;
  font-size: 13px;
  line-height: 15px;
  bottom: 0px;
  right: 0px;
}


/* social media */

.social_media_main_block {
  width: calc(100% - 20px);
  margin: 10px;
  height: 240px;
}

.social_media_block {
  width: calc(100% - 20px);
  height: 220px;
}

.social_media_block:hover {
  width: calc(100% - 10px);
  height: 230px;
}

.social_media_icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: absolute;
  top: 3%;
  left: 3%;
  cursor: pointer;
}

.social_media_play {
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: absolute;
  bottom: 3%;
  right: 3%;
  cursor: pointer;
}

.rules_header, .rules_p {
  color: black;
  padding: 5px;
  margin-bottom: 5px;
}

.rooms_block_mirror .rules_header, .rooms_block_mirror .rules_p {
  text-align: right;
}

.rules_header {
  font-size: 22px;
}

.rules_p {
  font-size: 12px;
}


/*   room    */

.room_name_header{
  font-size: 25px;
  line-height: 28px;
  bottom: 10px;
  left: 10px;
}

.slideshow_text_mirror .room_name_header{
  right: 10px;
}

.room_description {
  width: calc(100% - 20px);
  padding: 10px;
  font-size: 13px;
  line-height: 15px;
}

.room_description p {
  font-size: 13px;
  line-height: 15px;
}

.room_services {
  width: 100%;
  height: 500px;
  position: relative;
}

.room_services_centered {
  min-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.room_service_block {
  width: 142px;
  padding: 4px;
  margin: 4px;
  height: 35px;
}

.room_service_img {
  width: 20px;
  height: 20px;
  margin: 5px;
}

.room_service_name {
  width: 112px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
}

.room_fotos_galery {
  width: 100%;
}

.room_big_foto {
  margin: 5px;
  width: 100%;
  max-height: 245px;
}

.room_small_fotos {
  padding: 0px;
  width: 100%;
  height: auto;
}

.tour_small_fotos {
  padding: 0px;
  width: 100%;
  height: auto;
}

.room_galery .room_foto_labels, 
.tour_small_fotos .room_foto_labels, 
.room_small_fotos .room_foto_labels {
  margin: 5px;
  margin-top: 0px;
  width: calc((100% - 15px)/2);
  height: 80px;
  float: left;
}

.room_big_foto_label {
  width: calc(100% - 10px)
}

.room_galery .room_foto_labels:nth-child(2n), .room_small_fotos .room_foto_labels:nth-child(2n) {
  margin-left: 0px;
}

.room_small_img {
  margin: 0px;
  width: 100%;
  height: 80px;
}

.tour_small_fotos .room_foto_labels .room_small_img {
  margin: 0px;
  width: 100%;
  height: 80px;
}

.more_foto_label {
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 120px;
}

.more_foto_label img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.room_galery {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.room_galery_img {
  margin: 0px;
  width: 100%;
  height: 80px;
}

.not_more_foto_label {
  right: 10px;
  top: -50px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 120px;
}

.not_more_foto_label img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}


.room_rules {
  width: calc(100% - 24px);
  margin: 5px;
  padding: 5px;
}

.room_rule_box {
  width: calc(100%);
}

.room_rule_left {
  width: 100%;
}

.room_rule_icon {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.room_rule_name {
  width: calc(100% - 60px);
  line-height: 22px;
  text-align: center;
  padding: 0px;
  font-size: 18px;
}

.room_rule_right {
  width: 100%;
  border: none;
  padding: 5px 0px;
}

.room_rules_mirror .room_rule_right {
  border: none;
}

.room_rule_right p{
  float: left;
  width: calc(100% - 20px);
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  color: black;
}

.bankcard {
  width: calc(100% - 22px);
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 5px;
  margin: 5px;
}

.room_rules_mirror .room_rule_right .bankcard {
  float: right;
  text-align: right;
}

.bankcard img{
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  object-fit: cover;
}

.room_rules_mirror .room_rule_right .bankcard img{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.room_book_now {
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.room_book_now h1 {
  width: calc(100% - 10px);
  font-size: 22px;
  line-height: 25px;
  margin: 5px;
}

.room_book_now label {
  width: calc(100% - 20px);
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin: 10px;
}

.room_book_now_mirror label {
  text-align: right;
  float: right;
}

.room_book_now input {
  float: left;
  width: calc(100% - 12px);
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now input:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror input {
  text-align: right;
  float: right;
}

.room_book_now textarea {
  float: left;
  width: calc(100% - 12px);
  height: 150px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px;
  outline: none;
  border: 1px solid black;
  color: #131847;
}

.room_book_now textarea:focus {
  border-color: #dedceb;
  border-bottom: 1px solid black;
  background-color: aliceblue;
  color: black;
}

.room_book_now_mirror textarea {
  text-align: right;
  float: right;
}

.room_book_now button {
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  line-height: 24px;
  padding: 5px;
}

.room_book_now button:hover {
  color: darkblue;
  border: 2px solid darkblue;
  background-color: #dedceb;
}

.foto_full {
  display: none;
}

.foto_full:checked + .full_window_foto {
  display: block;
}

.full_window_foto {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 99999;
}

.foto_close {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.full_foto_div {
  max-width: 80%;
  min-width: 70%;
}

.full_foto_div_img {
  max-width: 100%;
  max-height: 100%;
}

.after_foto, .before_foto {
  width: 30px;
  height: 30px;
}

.before_foto {
  left: -20px;
}

.after_foto {
  right: -50px;
}

.left_right_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 0px;
}

.before_foto .left_right_icon {
  rotate: 180deg;
}

.all_galery_fotos .room_foto_labels {
  margin: 5px;
  margin-top: 0px;
  width: calc((100% - 15px)/2);
  height: 80px;
  float: left;
}

.all_galery_fotos .room_foto_labels:nth-child(2n) {
  margin-left: 0px;
}

.hotel_galery_img {
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 80px;
  object-fit: cover;
  transition: 0.3s box-shadow;
  cursor: pointer;
}

.hotel_galery_img:hover {
  box-shadow: 0 2px 8px 0 #131847;
}

.room_foto_labels:nth-child(5n) .hotel_galery_img {
  margin-right: 0px;
}




.hr_search_widget_top_bottom {
  width: 320px;
  top: 180px;
  right: calc((100% - 320px)/2);
}

.book_a_room_mirror .book_a_room_left .hr_search_widget_top_bottom #hr_search_widget {
  left: 0px;
}

#hr_search_widget {
  width: 320px;
}

.datepicker__month {
  width: 158px;
  margin: 10px 0px 0px;
  padding: 5px 0px;
}

.datepicker__month-button {
  width: 18px;
  height: 18px;
  line-height: 20px;
  padding: 0px;
  font-size: 11px;
  margin: 1px;
}

.datepicker__month-day {
  width: 18px;
  height: 18px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0px;
  font-size: 11px;
  margin: 1px;
}

.datepicker__month-name {
  width: 100px;
  height: 18px;
  line-height: 20px;
  color: black;
  padding: 0px;
  font-size: 11px;
  margin: 1px;
}

}