*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,
.h1 {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 72px;
}

h2,
.h2 {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 62px;
}

h3,
.h3 {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 52px;
}

h4,
.h4 {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
}

h5,
.h5 {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
}

h6,
.h6 {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

ul{
  list-style: none!important;
  padding: 0!important;
}

.row-content{
  display: flex!important;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .row-content{
    justify-content: flex-start;
  }
}

.logo{
  width: 150px;
  height: auto;
}

.wpb_animate_when_almost_visible {
  opacity: 1;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

.datepicker {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px !important;
}

.datepicker::-webkit-calendar-picker-indicator {
  display: none;
}

.datepicker::-moz-calendar-picker-indicator {
  display: none;
}

.datepicker {
  padding: 10px;
  background-color: red;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right center;
}

.Mui-focused {
  border: none;
  outline: none;
}

.banner-height{
  min-height: 600px;
}

@media only screen and (max-width: 1024px) {
  .banner-height{
    min-height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-height{
    min-height: 300px;
  }
}

.full-with{
  width: 100%;
}

/*.MuiFormLabel-root{*/
/*  top: -5px!important;*/
/*}*/

.contacts-list{
  font-size: 14px;
  white-space: nowrap;
}

.main-banner-text{
  max-width: 500px;
}

.services-video{
  background: #404040;
  color: #fff;
}

.services-video-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .services-video-inner{
    padding-bottom: 30px;
    justify-content: space-around;
  }
}

.services-video-text{
  max-width: 500px;
}

.about-info{
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media only screen and (max-width: 768px) {
  .about-info{
    gap: 10px;
  }
}

.about-text-content{
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 45px 0;
  margin-left: 45%;
  padding: 45px 30px;
  z-index: 2;
}

.about-image-content-right{
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0!important;
}

.about-text-content-right{
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 45px 0;
  margin-right: 45%;
  padding: 45px 30px;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .about-content{
    display: flex;
    flex-direction: column;
  }

  .about-image-content, .about-image-content-right{
    position: static!important;
    width: calc(100% - 20px)!important;
    height: 300px!important;
    background-size: cover!important;
    margin: 0 10px!important;
  }

  .about-text-content, .about-text-content-right{
    position: static!important;
    margin: 0;
    box-shadow: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-button-prev::after, .swiper-button-next::after{
    font-size: 35px!important;
  }
}
@media only screen and (max-width: 608px) {
  .swiper-button-prev::after, .swiper-button-next::after{
    font-size: 25px!important;
  }
}

.reservations{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.reservation-item{
  padding: 15px;
  border: 1px #cccccc solid;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 600px){
  .reservation-item{
    justify-content: center;
  }
}

.reservation-item-info{
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 700;
  font-size: 14px;
}

.reservation-item-rooms{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.reservation-item-room{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border: 1px #cccccc solid;
  border-radius: 4px;

}

.reservation-item-room p{
  font-weight: 600;
  word-spacing: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}
.reservation-item-room span{
  font-weight: 400;
  margin: 0 3px;
}

.reservation-item-room img{
  max-width: 180px;
}

.calendar{
  position: relative;
  overflow: hidden;
  width: calc(100vw - 240px) !important;
}

.calendar-collapsed{
  position: relative;
  overflow: hidden;
  width: calc(100vw - 50px) !important;

}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.phone-mobile-block{
  position: relative!important;
  z-index: 1000!important;
}

