.modal-contact {
  max-width: 600px;
  
}

@media(max-width: 767px) {
  .modal-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.modal-contact__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 18px;
  line-height: 1.1;
}

.modal-contact__text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
    line-height: 1.3;
}

.modal-contact__close {
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
.modal-contact__close svg path {
  stroke: black;
}

.fancybox__content>.f-button.is-close-btn {
  display: none ;
}

.wpcf7 form {
  
}
.wpcf7 form input, .wpcf7 form textarea {
  width: 100%;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #522008;
  margin-bottom: 15px;
  max-width: 100%;
  min-width: 100%;
  padding: 14px 24px;
}

.wpcf7 form textarea {
  min-height: 55px;
  max-height: 100px;
}

.wpcf7 form [type="submit"] {
  background: #522008;
  color: white;
  text-transform: uppercase;
  transition: all 0.4s;
  cursor: pointer;
}

.wpcf7 form [type="submit"]:hover {
  background: white;
  color: #522008;
}

.wpcf7 form p {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 ;
}


.first-section {
  padding: 120px 0 80px;
}

.first-section .row > * {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.first-section .blog-img {
  width: 100%;
  display: block;
  margin: 20px auto;
}


.first-section h1 {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.inset-0 {
  inset: 0;
}

.z-1 {
  z-index: 1;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

.hero__bg {

}

.hero__bg:before {
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7215686275);
    z-index: 1;
}

.hero__bg img {

}

.text-uppercase {
  text-transform: uppercase;
}








.section-description__text {
  max-width: 250px ;
}


.section-description__text.specials__description {
  max-width: 450px ;
}

.description__col p {
  max-width: 500px;
}


.color-white {
  color: white ;
}



@media (max-width: 991px) {
    .benefits-gallery__nav {
      padding-right: 0 ;
      justify-content: center ;
    }

    .header.visible {
        background: var(--primary-bg) ;
    }
  }


.mobile-menu__cta {
  margin-top: 30px ;
}

.mobile-menu__wrapper.open {
    grid-template-rows: 1fr;
}


.mobile-menu__item:has(.mobile-menu__submenu) .mobile-menu__link::after {
  display: none;
}

.mobile-menu__item .js-menu-submenu img {
  width: 32px;
}


.mobile-menu__contact .contact-item p {
  font-size: 16px;
}

.d-none {
  display: none;
}

.services--rest, .hero {
  position: relative;
}

.services--rest:after, .services--rest:before, .hero:after, .hero:before {
  display: none;
}

.services--rest .container, .hero .container {
  position: relative;
  z-index: 2;
}
.hero__gallery {
  position: relative;
}
.hero__gallery:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5411764706);
}

.rooms__cards {
  margin-bottom: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.mobile__address {
  display: flex;
  align-items: center;
  font: 400 16px / 100% var(--ff-secondary);
  margin-top: 5px;
  margin-bottom: 10px;
}

.mobile__address svg {
  margin-right: 8px;
  position: relative;
  top: -2px;
}

@media(max-width: 991px) {
  .mobile__address {
    font-size: 20px;
  }
}

.rooms__cards {
  overflow-x: hidden;
}



.footer-tel-title {
	font-size: 10px;
	display: flex;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
  .footer__col--soc .footer__list li span:first-child {
    display: flex;
    justify-content: center;
  }
	.footer-tel-title {
		text-align: center;
		justify-content: center;
	margin-bottom: 2px;
		
	}
}