.ui-state-default {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: bold !important;
  font-size: 25px !important;
  color: #000;
}

.ui-state-default.ui-state-hover, .ui-state-default.ui-state-active {
  color: #000 !important;
  background: #cfffd4 !important;
}


#show_photo {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
	display:none;
}

#show_photo .prev {
    position: absolute;
    left: 20px;
    top: 40%;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 30px;
    padding: 20px;
    cursor:pointer;
    z-index: 2;
}

#show_photo .next {
    position: absolute;
    right: 20px;
    top: 40%;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 30px;
    padding: 20px;
    cursor:pointer;
    z-index: 2;
}

#show_photo .photo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#show_photo .photo img{
    position: absolute;
    max-width: 1000px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

#show_photo .close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 30px;
    padding: 10px 30px;
    cursor:pointer;
    z-index: 2;
}

.number_photo .item img {
	cursor:pointer;
}



.datepicker_custom {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.ui-datepicker-header {
    display:none;
}


.datepicker_custom_select {
	background: #494848;
	color:#fff;
	font-size: 13px;
}

.datepicker_custom_year {
	background: #44a1d1;
}

.ui-datepicker {
	padding: 0px !important;
  width: 450px !important;
}

.datepicker_custom_table {
    width: calc(100% - 141px);
}

.ui-datepicker table {
	margin: 0px !important;
  width: 100%;
}

.datepicker_custom_month {
	cursor:pointer;
}

.datepicker_custom_year, .datepicker_custom_month {
	padding: 0px 25px;
}
    
.cur_month {
    color: #44a1d1;
    font-weight: bold;
    width: 25%;
    padding: 5px 0px 0px 5px;
	font-size: 16px;
}
.cur_month_cont {
    font-size: 8px;
    width: 75%;
    line-height: 10px;
    padding: 10px 5px 0px 0px;
    text-align: right;
}

.cur_month_cont b {
	font-size: 15px;
}
.datepicker_custom_header {
	display:flex;
}

.review_header, .main-description div {
	margin: 0px 15px;
}

.datepicker_custom_month_active {
	background: #44a1d1 !important;
}
 
.ui-datepicker td {
    border: 0;
    padding: 0px !important;
}

.ui-state-default {
    height: 64px !important;
}


.nomer_popup_info_gall .item {
  float: left;
  padding: 10px;
}

#ui-datepicker-div {
	margin-top: 3px;
  z-index: 9999 !important;
  background: #fff;
}

.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}

.admin_table {
    border-collapse: collapse;
    text-align: center;
    margin: 0px auto;
}
.admin_table td {
    border: 1px solid #000;
    padding: 5px;
	height:20px;
}
.admin_table th {
    border: 1px solid #000;
    padding: 0px 5px;
	height:30px;
}
.hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.now{
	background: #fff3c8 !important;
}
.date {
    background: url(/files/img/calendar-202-1452.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    width:80px;
}



.special_offers_msg {
    position: absolute;
    color: #44a1d1;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    bottom: 0px;
    height: 85px;
    padding: 0px;
    width: 100%;
}

.special_offers_percent {
  position: absolute;
  color: #5b5b5b;
  top: 145px;
  left: 50px;
  font-size: 13em;
  font-weight: bold;
}

.special_offers_percent_big {
	position: absolute;
  color: #5b5b5b;
  top: 145px;
  left: 30px;
  font-size: 180px;
  font-weight: bold;
  letter-spacing: -30px;
}

.pay1, .pay2, .pay3 {
	width:500px;
}

.pay3 {
    padding: 20px;
    border-radius: 10px;
    border: 5px solid #fff;
    text-align: center;
	margin: 0px 50px;
}

@media screen and (max-width: 1700px) {
	.pay3 img {
		width:100% !important;
	}
}

@media screen and (max-width: 700px) {
	.pay3 {
		margin: 0px !important;
	}
}

@media screen and (max-width: 1000px) {
	.social-links {
		width: 110px;
	}
}



/* Customize the label (the container) */
.transfer_container {
  display: inline-block;
  width: 270px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.transfer_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0px;
    position: absolute;
    height: 25px;
    width: 25px;
	background:url("../img/checkbox.svg");
	background-size: cover;
}

/* When the checkbox is checked, add a blue background */
.transfer_container input:checked ~ .checkmark {
  background:url("../img/checkbox_active.svg");
  background-size: cover;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.transfer_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.transfer_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review_header h1{
	text-align:center;
    margin: 25px 0 25px;
}

.mreviews {
	text-align:center;
    margin: 25px 0 25px;
}

.review_content {
	background: #44a1d1;
    justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
	margin-top: 50px;
}

.review_url {
    flex: 0 1 calc(25% - 1.88rem);
    padding: 10px;
    text-align: center;
    margin: 5px 10px;
    position: relative;
}

.review_url_title {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.contact_header {
	float: left;
	width: 30%;
	padding: 10px;
}

.footer_m6 {
	display:flex;
	justify-content: space-between;
}


.plash {
    background: linear-gradient(#52a7d4, #dff0f9);
    padding: 20px;
}

.add_reviews_row, .bron_row {
	color: #fff;
    background: #44a1d1;
    height: 80px;
}

.add_reviews_row h2, .bron_row h2 {
	float:left;
	font-size: 30px;
    padding: 30px;
}

#add_reviews form {
	display:flex;
	padding: 20px;
	color:#000;
}

#add_reviews .logo img {
	height:30px
}

#add_reviews .logo div {
    display: inline-block;
    bottom: 5px;
    left: -15px;
    position: relative;
    font-size: 10px;
    line-height: 10px;
}

.add_reviews_col1_submit {
	padding: 10px;
	color: #fff;
    background: #44a1d1;
	margin-top: 10px;
	border: 0px;
    width: 100%;
}
.name_room {
	font-size: 40px;
    color: #000;
}

.booking_pages {
	position: relative;
}

.add_reviews_col2 {
	position: relative;
    top: -65px;
}

.add_reviews_col2 textarea {
    width: 100%;
    height: 100%;
}
.add_reviews_col1_name input{
	width: 90%;
}
.add_reviews_star {
	height: 20px;
	vertical-align: middle;
	cursor:pointer;
}

.booking_pages .form_m_title img {
    left: -150px !important;
	top: -60px !important;
}
.booking_pages form {
	margin-top:10px;
	position: relative;
    top: 10px;
}


.admin_bron {
	display:none;
	position: fixed;
	top: 0px;
	left: 20%;
	background: #fff;
	z-index: 1000;
	overflow: auto;
	padding:20px;
	border:1px solid #000000;
	border-radius:10px;
	box-shadow:0 10px 25px rgba(0,0,0,0.5)
}

.panel4 {
	top: 20px !important;
	left: 40% !important;
}

.chessboard_booking {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	position:absolute;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid #000;
}

.chessboard_year {
	padding: 0px;
	font-size:13px;
	position: static !important;
	display: inline-block !important;
	background: #fff;
	border: solid #c6c5c5;
	border-width: 1px;
	height: 29px;
}

.chessboard_year_day {
	width:30px;
	position: static !important;
	display: inline-block !important;
	border: solid #c6c5c5;
	border-width: 1px;
	height: 54px;
}

.chessboard_day {
	width:30px;
	height: 39px;
	position: static !important;
	display: inline-block !important;
	background: #fff;
	border: solid #c6c5c5;
	border-width: 1px;
}
.material-icons {
    font-size: 18px !important;
    vertical-align: middle;
	cursor:pointer;
}

#fon{
	display:none;
	position:fixed;
	z-index:10;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.5;
}

.booking_search .form_m_title img {
    width: 150px;
    position: absolute;
    top: -60px;
    left: -150px;
    z-index: 1;
}


.notice_form {
	background: rgb(0 0 0 / 50%);
	border: 5px solid #44a1d1;
	position:relative;
	margin-bottom: 20px;
	margin-top: 70px;
}

.notice_form .submit_email {
	background: #44a1d1;
	color: #fff;
	padding:5px;
	border: 0px;
}

.notice_form form {
	float:right;
	width:300px;
	text-align:right;
	margin-right: 20px;
}

.notice_form form input[type="text"]{
	width:300px;
}

.notice_form img {
	position:absolute;
	bottom: 10px;
}

.notice_form .notice_title {
	color: #fff;
    font-size: 40px;
    padding: 5px;
    margin-left: 160px;
    line-height: 40px;
}

.special-offers {
	background: linear-gradient(#52a7d4, #dff0f9);
}

.special-offers h2{
	font-size:50px;
	color:#fff;
	margin: 30px;
}

#special-offers .item {
    width: 100%;
    overflow: hidden;
}

#special-offers .item .special-offers-img {
    position: relative;
    z-index: 2;
    height: 310px;
    overflow: hidden;
}

#special-offers .item .special-offers-percent{
	font-size: 120px;
    text-align: center;
    font-weight: 900;
    border-radius: 200px;
    width: 200px;
    height: 200px;
    top: 50px;
    right: 50px;
    line-height: 200px;
    background: #fff;
    box-shadow: 4px 10px 0px #44a1d1;
    color: #44a1d1;
    text-indent: 20px;
	position: absolute;
	z-index: 2;
}

#special-offers .item .special-offers-percent img {
    width: 30px;
    display: inline-block;
    position: relative;
    top: -15px;
    left: -30px;
}

#special-offers .item .special-offers-msg {
    height: 100px;
    text-align: center;
    width: 100%;
    color: #fff;
    background: #44a1d1;
    font-size: 30px;
    padding: 30px;
}

.recall {
	background: #44a1d1;
	color:#fff;
	display:flex;
	justify-content: space-between;
	text-align:center;
	line-height: 70px;
}

.recall_botton {
	color:#000;
	background: #ebebeb;
	padding: 10px;
    margin: 30px;
	cursor:pointer;
}


.popup {
	display: none;
  position: fixed;
  z-index: 11;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  top: 30%;
  width: 500px;
  background: #fff;
	padding;10px;
}
.success_nopay_msg {
    color: #fff;
    text-align: center;
    font-size: 20px;
    background: #44a1d1;
    padding: 20px;
    line-height: 30px;
}

.success_nopay_msg hr{
    background: #fff;
}

.close_popup {
    cursor: pointer;
    float: right;
    padding: 30px;
    font-size: 30px;
}

.popup .logo{
    color: #000;
	padding: 20px;
}

.popup .logo div {
    display: inline-block;
    bottom: 10px;
    position: relative;
    font-size: 20px;
    line-height: 25px;
}

.owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
    background: rgb(0 0 0 / 50%) !important;
    color: #fff !important;
    font-size: 30px !important;
    padding: 20px !important;
}

.owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
    background: rgb(0 0 0 / 50%) !important;
    color: #fff !important;
    font-size: 30px !important;
    padding: 20px !important;
}


#photogall {
  width: 100%;
  display: flex;
  position: relative;
  overflow: auto hidden;
}
 
#photogall .item {
  padding: 10px;
}

#photogall img {
	height:300px
}

#photogall .prev {
  position: absolute;
  left: 20px;
  top: 40%;
  background: rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 30px;
  padding: 20px;
  cursor: pointer;
  z-index: 2;
}

#photogall .next {
  position: absolute;
  right: 20px;
  top: 40%;
  background: rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 30px;
  padding: 20px;
  cursor: pointer;
  z-index: 2;
}


#mreviews {
    display: flex;
    flex-wrap: wrap;
}

.reviews {
    padding: 20px;
    border: 5px solid #44a1d1;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    flex: 0 1 calc(100% + 0.2rem);
    width: 100%;
	display: flex;
}


.owl-carousel-nomer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
    flex-direction: row;
    align-content: space-between;
}

.owl-carousel-nomer .item {
    flex: 0 1 calc(25% - 20px);
    margin: 10px;
	position: relative;
}

.owl-carousel-nomer img {
    display: block;
    width: 100%;
    height: 100%;
}
.owl-carousel-nomer .photo_nomer {
    height: 350px;
    border: 7px solid #fff;
	
}
.owl-carousel-nomer .price-block {
	width: 200px;
    background: #44a1d1;
    padding: 10px;
	position:absolute;
	bottom:0px;
	left: 0px;
    right: 0px;
	margin: 0 auto;
	text-align: center;
}
.owl-carousel-nomer .name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 110px;
}
.owl-carousel-nomer .price-block a{
    color: #fff !important;
}
.nomer_popup_close {
	float:right;
	cursor: pointer;
	font-size: 30px;
}

.nomer_popup_img {
	float: left;
	width: 300px;
	height: auto;
}

.nomer_popup_img img {
	width: 300px;
	height: auto;
}

.nomer_popup_colum {
	float: left;
	margin-left: 100px;
	width: calc(100% - 490px);
	position: relative;
}

.nomer_popup_colum h2 {
	font-size:25px !important;
	color:#000000 !important;
	text-align:left !important;
	margin: 0 0 10px !important;
}


.add_number_ml2 {
	margin-left: 40px;
}

.add_number_all {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0px 15px;
}

.booking_form_footer_required {
	font-size: 30px;
	padding: 50px 10px;
}

.booking_form_footer {
	display:flex;
	justify-content: space-between;
  padding: 0px 15px;
}

.booking_form_footer_transfer  {
	width: 40%;
}

.booking_time_all {
	display:flex;
	justify-content: space-between;
	align-items: center;
}