/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}
 body {
      font-family: 'Manrope', Arial, sans-serif;
      line-height: 1.6;
      color: #54382c;
      background-color: #f7ece9;
    }

 img {
      max-width: 100%;
      height: auto;
      display: block;
    }

/*
Main content
*/
.navbar-header {
    width: 100%;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}
.header {
    background-color: #f7ece9;
}
.header-top {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 22px 0;
}
.header-contact-row {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    width: 33%;
}
@media (min-width: 640px) {
    .header-contact-row {
        flex-direction: row;
    }
}
a.navbar-brand {
    width: 34%;
    display: flex;
    justify-content: center;
}
.icon-button {
    width: 52px;
    height: 52px;
    border: 1px solid #764e3d;
    border-radius: 26px;
    padding: 18px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.header-location {
    display: flex;
    align-items: center;
    gap: 10px;
}
 .header-location {
      display: flex;
      align-items: center;
      gap: 10px;
    }
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
 }
    .icon-button {
      width: 52px;
      height: 52px;
      border: 1px solid #764e3d;
      border-radius: 26px;
      padding: 18px;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .location-text {
      font-size: 14px;
      font-family: 'Manrope', sans-serif;
      font-weight: 600;
      line-height: 18px;
      text-transform: uppercase;
      color: #764e3d;
      text-align: left;
    }

    .social-icons {
      display: flex;
      gap: 4px;
    }

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

    .header-buttons {
      display: flex;
      gap: 6px;
      align-items: center;
      width: 33%;
    }

    .btn {
      padding: 14px 20px;
      border-radius: 26px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      line-height: 22px;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      border: none;
      transition: all 0.3s ease;
    }

    .btn-outline {
      border: 1px solid #764e3d;
      color: #764e3d;
      background: transparent;
    }

    .btn-primary {
      background-color: #764e3d;
      color: #f7ece9;
     }
    :not(.btn-check)+.btn:active, .btn:focus-visible {
    color: #f7ece9 !important;
    background-color:#764e3d !important;
    border-color: #764e3d !important;
    box-shadow: none !important;
}

    .btn-outline:hover, .icon-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(118, 78, 61, 0.2);
    }
    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(118, 78, 61, 0.2);
      background: #764e3d;
      border-color: #764e3d;
    }
 /* Navigation */
    .nav-menu {
      background-color: #764e3d;
      width: 100%;
    }
    ul#menu-main-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
    .nav-item {
      display: flex;
      align-items: center;
      gap: 4px;
      justify-content: center;
      padding-left: 0px;
    }
    nav.navbar.navbar-expand-lg.custom_nav-container {
    padding: 0px;
}
    .nav-item .nav-link{
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      line-height: 22px;
      text-transform: uppercase;
      color: #f7ece9;
      text-decoration: none;
      transition: color 0.3s ease;
      padding: 18px 0;
      list-style-type: none;
    }

    .nav-link:hover {
      color: #bfada5;
    }

    .hero-slider {
    height: 750px;
}

    .hero-content {
       margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 28px;
      align-items: center;
      background-image: url('../img/hero_bg.png');
      background-size: cover;
      background-position: center;
      text-align: center;
      justify-content: center;
      }
     .hero-banner {
      background-size: cover !important;
      background-repeat: no-repeat !important;
     }

    .hero-title {
      font-size: 88px;
      font-family: 'Cormorant', serif;
      font-weight: 300;
      line-height: 84%;
      text-transform: uppercase;
      color: #53372b;
      margin-bottom: 30px;
      letter-spacing: -0.08em;
    }

    .hero-subtitle {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 140%;
      color: #54382c;
      text-align: center;
      margin-bottom: 28px;
      letter-spacing: -0.02em;
    }
    .carousel-control-prev-icon {
    background-image: url('../img/left.svg');
    width: 17px;
    }
    button.carousel-control-prev  {
      width: 85px;
      height: 85px;
      border: solid 1px #E7D5D0; 
      border-radius: 50%;
      left: 85px;
      top: 80%;
    }
    .carousel-control-next-icon {
    background-image: url('../img/left.svg');
    width: 17px;
    transform: rotate(180deg);
    }
    .owl-prev, .owl-next  {
      width: 85px;
      height: 85px;
      border: solid 1px #E7D5D0; 
      border-radius: 50%;
      display: flex;
      justify-content: center;
     }
    .owl-prev .arrow-right {
    background-image: url('../img/left.svg');
    width: 17px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    }
    .owl-next .arrow-left {
    background-image: url('../img/left.svg');
    width: 17px;
    transform: rotate(180deg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    }
    .owl-nav {
    position: absolute;
    top: -144px;
    right: 0px;
    width: 180px;
    display: flex;
    justify-content: space-between;
    }
    button.carousel-control-next {
      width: 85px;
      height: 85px;
      border: solid 1px #E7D5D0; 
      border-radius: 50%;
      right: 85px;
      top: 80%;
    }
  .services {
    padding: 170px 0;
}  
.gallery {
    padding: 170px 0 70px;
}  
  .section-title {
    font-size: 88px;
    letter-spacing: -0.08em;
    font-family: 'Cormorant', serif;
    font-weight: 300;
    line-height: 84%;
    text-transform: uppercase;
    color: #53372b;
    text-align: center;
    margin-bottom: 65px;
   }  
  .section-title.text-left {
    text-align: left;
}
 .service-card {
   margin-bottom: 15px;
}
.service-card:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}
.service-card a {
    text-decoration: none;
}
.service-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.service-divider {
    width: 100%;
    height: 1px;
    background-color: #54382c;
    margin: 8px 0;
}
.service-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-title {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    color: #54382c;
    letter-spacing: -0.08em;
}
.service-arrow {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    transition: transform 0.3s ease;
}
.service-card:hover .service-arrow {
   transform: rotate(45deg);
}

.about_block {
  height: 750px;
  margin: 0px;
}
.about_foto, .faq_foto {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.about_content {
  max-width: 595px;
}
.about-text {
  position: relative;
  font-weight: 400;
  margin-top: 50px;
}
.about-text span {
  font-weight: 500;
}
.about-text:before {
  position: absolute;
  top: -30px;
  left: 49%;
  content: url('../img/image_vector_bg.svg');
}
.card.faq-item, .faq-question {
    background: transparent;
    padding: 20px 0;
}
button.btn-faq {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding-left: 24px;
}
.faq-item {
    border-width: 1px 0px 0px 0px;
    border-top: 1px solid #e7d5d0;
    padding-top: 18px;
}
.card-header {
    border: none;
}
.btn-faq {
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  color: #54382C;
  position: relative;
  letter-spacing: -0.02em;
}
.card-body {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  padding-right: 80px;
}
div#accordion {
    margin-left: 40px;
}
button.btn-faq:after {
    position: absolute;
    content: url(../img/image_vector_bg.svg);
    top: 1px;
    left: 0px;
}
button.btn-faq[aria-expanded="true"]:before {
    position: absolute;
    content: url(../img/faq.svg);
    top: 20px;
    right: -3px;
}
button.btn-faq[aria-expanded="false"]:before {
    position: absolute;
    content: url(../img/faq.svg);
    top: -35px;
    right: -3px;
    transform: rotate(180deg);
}
.faq_block {
  display: flex;
}
.faq_foto {
  width: 54%;
}
.faq-content {
  width: 62%;
}
section#faq h2 {
    max-width: 472px;
    margin: 0 auto 65px;
}
#faq {
  background-image: url(../img/faq-bg.svg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 80px 0;
}

  /* Promotions Section */
    .promotions {
      padding: 100px 16px;
    }

    .promotions-header {
      display: flex;
      align-items: center;
      gap: 26px;
      margin-bottom: 50px;
      justify-content: space-between;
    }

    .promotion-card {
      background-color: #f2e4e0;
      padding: 30px 22px;
      border-radius: 8px;
    }

    .promotion-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
    }
    .promotions-header h2.section-title {
    margin-bottom: 0px;
}

    .promotion-icon {
      width: 12px;
      height: 12px;
    }

    .promotion-category {
      font-size: 18px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 28px;
      text-transform: uppercase;
      color: #54382c;
      margin-bottom: 0px;
    }

    .promotion-image-stack {
      position: relative;
      width: 100%;
      height: 312px;
      margin-bottom: 18px;
      border-radius: 8px;
      overflow: hidden;
    }

    .promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }

    .promotion-content {
      display: flex;
      gap: 16px;
      justify-content: space-between;
          align-items: flex-end;
    }

    .promotion-discount {
      font-size: 40px;
      font-family: 'Manrope', sans-serif;
      font-weight: 300;
      line-height: 40px;
      text-transform: uppercase;
      color: #54382c;
      letter-spacing: -0.06em;
      width: 260px;
    }

    .promotion-details {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-end;
    }

    .promotion-date {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #54382c;
      text-align: right;
    }

    .promotion-buttons {
      display: flex;
      gap: 6px;
    }

    .btn-outline-small {
      padding: 12px;
      border: 1px solid #764e3d;
      border-radius: 26px;
      color: #764e3d;
      background: transparent;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
    }

/* Reviews Section */
    .reviews {
      padding: 70px 0px 100px;
    }

    .reviews-header {
      display: flex;
      align-items: end;
      margin-bottom: 50px;
      justify-content: space-between;      
    }
   
    .review-card {
      min-width: 300px;
      width: 430px;
      height: 490px;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .review-card.light {
      background-color: #f2e4e0;
    }

    .review-card.dark {
      background-color: #764e3d;
    }

    .review-shape {
      position: absolute;
      top: 0;
      right: -60px;
      height: 100%;
      z-index: 1;
    }

    .review-content {
      position: relative;
      z-index: 2;
      padding: 34px 40px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .review-avatar {
      width: 144px !important;
      height: 144px;
      border-radius: 50%;
    }

    .review-text-section {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .review-rating {
      width: 20px !important;
      height: 20px;
    }

    .review-text {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      padding-right: 63px;
    }

    .review-card.light .review-text {
      color: #54382c;
    }

    .review-card.dark .review-text {
      color: #e7d5d0;
    }

    .review-author {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      text-transform: capitalize;
    }

    .review-card.light .review-author {
      color: #bfada5;
    }

    .review-card.dark .review-author {
      color: #baa49d;
    }

    .owl-reviews .owl-nav {
     top: initial;
     bottom: -120px;
    }
    .owl-reviews .owl-nav:before{
      position: absolute;
      right: 200px;
      top: 27px;
      content: url('../img/line.svg');
    }

      .feedback-form-section {
      padding: 100px 16px;
    }

    .feedback-image {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .feedback-form-container {
      background-color: #f2e4e0;
      padding: 60px;
      border-radius: 8px;
      position: relative;
    }

    .feedback-form-subtitle {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #54382c;
      text-align: center;
      margin-bottom: 30px;
    }
    .feedback-form-section .section-title {
      margin-bottom: 20px;
    }
    #ratingBar {
    border: solid 1px #E7D5D0;
    border-radius: 100px;
    padding: 27px 0;
    margin-bottom: 30px;
    margin-top: -15px;
    }
    .form-group p {
    margin: 0px;
}

    .feedback-form {
      display: flex;
      flex-direction: column;
      gap: 30px;
      max-width: 562px;
      margin: 0 auto;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .form-input {
      padding: 28px;
      border: 1px solid #e7d5d0;
      border-radius: 42px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #54382c;
      background: transparent;
      width: 100%;
    }
    .modal-body .form-input {
      border: 1px solid #54382c;
    }
    .modal-body .form-input::placeholder {
       color: #54382c;
    } 
    .form-input::placeholder {
      color: #bfada5;
      text-transform: capitalize;
    }

    .form-textarea {
      padding: 26px 28px 12px;
      border: 1px solid #e7d5d0;
      border-radius: 32px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #54382c;
      background: transparent;
      min-height: 120px;
      resize: vertical;
      width: 100%;
      margin: 20px 0;
    }

    .form-textarea::placeholder {
      color: #bfada5;
    }

    .rating-bar p {
      display: flex;
      gap: 8px;
      justify-content: center;
    }

    .rating-star {
      width: 24px;
      height: 24px;
      cursor: pointer;
      fill: #e7d5d0;
      transition: fill 0.3s ease;
    }

    .rating-star.active {
      fill: #764e3d;
    }
    .submit p {
    display: flex;
    justify-content: center;
}
.submit .wpcf7-spinner {
  position: absolute;
 }

  .consultation {
      background-color: #764e3d;
      background-image: url('../img/shape3.svg');
      background-size: 56% auto;
      background-position: top right;
      background-repeat: no-repeat;
      padding: 82px 16px;
      margin-top: 100px;
    }

    .consultation .section-title {
      color: #F7ECE9;
    }

    .consultation-content {
      max-width: 828px;
      margin: 0 auto;
      text-align: center;
    }
 
    .consultation-form-row p {
      display: flex;
      gap: 6px;
    }

    .consultation-input {
      padding: 28px;
      border: 1px solid #bfada5;
      border-radius: 42px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #f7ece9;
      background: transparent;
    }

    .consultation-input::placeholder {
      color: #bfada5;
      text-transform: capitalize;
    }

    .btn-consultation {
      background-color: #f7ece9;
      color: #764e3d;
      padding: 14px 32px 14px 20px;
      border-radius: 26px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      align-self: center;
      padding-right: 42px;
      transition: all 0.3s ease;
    }
    .consult_button {
      position: relative;
     }
    .consult_button:after {
      position: absolute;
      right: 17px;
      bottom: 13px;
      transition: all 0.3s ease;
      content: url('../img/image_vector_bg.svg');
    }
    .consult_button:hover:after{
      transform: translateY(-2px);
    }
  .consultation  .wpcf7-response-output {
    color: #fff;
}
    .consultation-disclaimer {
      font-size: 12px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 17px;
      color: #bfada5;
      text-align: center;
      margin: 0 auto;
    }

    .consultation-disclaimer p {
      margin: 0px;
    }

    .consultation-disclaimer a {
      text-decoration: underline;
      color: #bfada5;
    }

.location {
      padding-top: 120px;
    }

    .location-info {
      background-color: #f2e4e0;
      padding: 52px !important;
    }

    .location-address {
      font-size: 40px;
      font-family: 'Manrope', sans-serif;
      font-weight: 300;
      line-height: 40px;
      letter-spacing: -0.06em;
      text-transform: uppercase;
      color: #54382c;
      margin-bottom: 14px;
    }

    .location-hours {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #54382c;
      margin-bottom: 56px;
    }
    .location-map, .location-info {
      padding: 0px;
      height: 375px;
    }
    .location-item, .location-item2 {
      margin: 0px;
}

/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

.service_banner {
  height: 410px;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
}
.banner_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.service_banner .section-title {
    color: #fff;
    position: relative;
}
.service_banner .container {
    display: flex;
}
.service_banner h1.section-title {
    width: 60%;
    text-align: left;
}
.service_block {
  margin: 100px 0;
}
.service_item {
    background: #F2E4E0;
    margin-bottom: 15px;
    padding: 25px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_item h2 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 20px;
}
.service_item h2::before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: url(../img/image_vector_bg.svg);
}
.service_block .service_column {
    padding: 0 7px;
}
h1.section-title.service_name {
    margin-top: 80px;
    width: 70%;
    text-align: left;
}
.block_name {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.service_block_name a {
  text-decoration: none;
  color: #764E3D;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.service_block_name {
  background: #F2E4E0;
  border-radius: 100px;
  padding: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.service_block_name:hover, .service_block_name.active {
  background: #764E3D;
}
.service_block_name:hover a, .service_block_name.active a {
  color: #F7ECE9 !important;
}
.service_block_description {
  background: #F2E4E0;
  padding: 35px 30px;
  margin-bottom: 20px;
}
.block_description h3 {
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: -0.02em;
    line-height: 140%;
    position: relative;
    margin-bottom: 15px;
}
.block_description h3::before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: url(../img/image_vector_bg.svg);
}
ul.pagination {
    display: flex;
    justify-content: center;
}
ul.pagination li {
    background: #f2e4e0;
    margin: 0 5px;
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.pagination li a {
  text-decoration: none;
  color: #54382c;
}
ul.pagination span.current {
    font-weight: 700;
}
.promotion-content.single_action {
    align-items: stretch;
    align-items: stretch;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.promotion-content.blog {
  flex-direction: column;
}
.promotion-content.blog .promotion-discount {
    width: 100%;
    font-size: 28px;
}
h1.promotion-discount.blog {
    width: 100%;
    font-size: 32px;
}
.consultation-form-row.sert p {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.consultation-form-row.sert input {
    width: 100%;
}
.consultation-form-row.sert:after {
  display: none;
}
.consultation-form-row.sert .consultation-input {
  color: #54382C;
}
.foto_sert {
    display: flex;
    align-items: center;
}

.row.equipment {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #53372b;
    padding: 30px 0;
}
.row.equipment:last-child {
  border: none;
}
.row.equipment.row_reverse {
    flex-direction: row-reverse;
}
.equipment-foto {
    display: flex;
    justify-content: center;
}

/*
Site footer
*/

.footer {
      background-color: #764e3d;
      background-image: url('../img/footer_bg.svg');
      background-size: cover;
      background-position: center;
      padding: 102px 16px 24px;
    }
  .footer-logo {
      width: 210px;
      height: 78px;
    }

    .footer-buttons {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      margin: 40px 0px 20px;
      padding: 0 15px;
    }

    .footer-btn-primary {
      background-color: #f7ece9;
      color: #764e3d;
      padding: 12px 34px;
      border-radius: 26px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
       transition: all 0.3s ease;
    }

    .footer-btn-outline {
      border: 1px solid #f7ece9;
      color: #f7ece9;
      background: transparent;
      padding: 14px 34px;
      border-radius: 26px;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      transition: all 0.3s ease;
    }
    .footer-btn-primary:hover, .footer-btn-outline:hover {
      transform: translateY(-2px);
    }

    .footer-social {
      display: flex;
      gap: 4px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .footer .textwidget img {
    margin: 0 auto;
}
    .footer-social .icon-button {
      border-color: #f7ece9;
    }
    a.icon-button img {
    width: 14px;
    height: 14px;
}

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-section {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .footer-section-title {
      font-size: 20px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 28px;
      text-transform: uppercase;
      color: #f7ece9;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      padding-left: 24px;
    }
    .footer-section-title:before {
      position: absolute;
      top: 0px;
      left: 0px;
      content: url('../img/image_vector.svg');
    }

    .footer-section-icon {
      width: 12px;
      height: 12px;
    }  
    .footer-link {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #f7ece9;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 20px 0 7px;
      border-bottom: 1px solid #f7ece9;
      margin-bottom: 4px;
      margin-right: 25px;
      position: relative;
    }
    .footer-link:after {
      position: absolute;
      right: 0px;
      bottom: 6px;
      content: url('../img/menu_arrow.svg');
      transition: transform 0.3s ease;
    }
    a.footer-link:hover:after {
    transform: rotate(45deg);
    }

    .footer-link:hover {
      color: #bfada5;
      border-color: #bfada5;
    }

    .footer-link-icon {
      width: 12px;
      height: 12px;
    }

    .footer-bottom {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      padding-top: 178px;
      margin-top: 40px;
    }

    .footer-legal {
      display: flex;
      gap: 10px;
      align-items: center;
      text-align: center;
      justify-content: space-between;
      width: 100%;
    }

    .footer-legal-text, .footer-legal-text a{
      font-size: 11px;
      font-family: 'Manrope', sans-serif;
      font-weight: 400;
      line-height: 16px;
      color: #bfada5;
      text-decoration: none;
    }
   .modal-header {
    border-bottom: none;
   }
   .modal-body h3 {
    text-align: center;
    font-size: 64px;
    letter-spacing: -0.08em;
    font-family: 'Cormorant', serif;
    font-weight: 300;
    line-height: 84%;
    text-transform: uppercase;
    color: #54382C;
    padding: 0 10px;
    margin-top: -20px;
   }
   .modal-body p {
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 140%;
    color: #54382C;
    padding: 0 40px;
   }
   .modal-body, .modal-header {
    background: #F2E4E0;
   }
   .modal-body .form-input {
    margin-bottom: 10px;
   }
  .modal-body select {
   appearance: none;
   border-bottom: 1px solid #764e3d;
  -webkit-appearance: none;
  color: #764e3d;
  background-image: url("../img/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 32px;
   }
.modal-body .btn-primary {
  padding-right: 40px;
}
.modal_button {
  position: relative;
}
.modal_button:after {
    position: absolute;
    right: 17px;
    bottom: 13px;
    transition: all 0.3s ease;
    content: url(../img/image_vector.svg);
}
.modal_button:hover:after{
      transform: translateY(-2px);
}
.dropdown-item {
  text-transform: none;
  color: #F7ECE9;
  border-bottom: 1px solid #f7ece9;
  padding: 20px 60px 7px 0px;
  position: relative;
  background: #764e3d;
}

.dropdown-item:after {
    position: absolute;
    right: 0px;
    bottom: 6px;
    content: url(../img/menu_arrow.svg) !important;
    transition: transform 0.3s ease;
}
.dropdown-item:hover:after {
    transform: rotate(45deg);
    }
.dropdown-item:hover {
  background: none;
  color: #bfada5;
  border-color: #bfada5;
}
.dropdown-menu .menu-item {
  padding: 0px;
}
.block_mobil {
  display: none;
}

/* Десктоп */
@media (min-width: 992px) {
    button.submenu-toggle {
    display: none;
}
      .navbar .dropdown:hover > .dropdown-menu {
        display: block;
      }

      /* 2-й рівень — відкривається праворуч */
      .dropdown-menu .dropdown-submenu {
        position: relative;
      }
      .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 112%;
        margin-top: 0px;
       
      }
      .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
     

      /* Стрілка для підменю */
      .dropdown-submenu > a::after {
        display: inline-block;
        margin-left: .5em;
        content: "›";
        border: none;
        vertical-align: 0;
      }
       ul.dropdown-menu{
    background: #764e3d;
    top: 58px;
    left: -10px;
    border-radius: 0px 0px 20px 20px;
    padding: 10px 30px 30px;
}
 ul.dropdown-menu:hover {
  display: block;
 }
    }


@media (max-width: 1200px) {
.section-title, .hero-title {
    font-size: 60px;
}   
.promotion-discount {
  width: 100%;
}
.promotion-content {
  flex-direction: column;
}

}
/*
Toogle button
*/
@media (max-width: 992px) {
  .footer-bottom {
    padding-top: 0px;
  }
  .modal-body h3 {
    font-size: 42px;
  }  
  h1.section-title.service_name {
    width: 100%;
  }  
 .section-title, .hero-title {
        font-size: 48px;
 }
 .feedback-banner {
  display:none;
 }
 .consultation-form-row p {
  flex-direction: column;
}
.location-item2 {
    flex-direction: column-reverse;
}
.faq_block {
    flex-direction: column;
}
.faq_foto {
  width: 100%;
  height: 375px;
}
.faq-content {
    width: 100%;
}
.owl-reviews .owl-nav:before{
  display: none;
}
button.btn-faq {
  padding-right: 20%;
}
.promotions-header.wow.fadeInUp {
    flex-direction: column;
}
  ul#menu-main-menu {
    justify-content: flex-start;
    margin-top: 50px;
}
.block_mobil.burger_logo {
    width: 100%;
    padding: 0 20%;
    margin-top: 30px;
}
.header-buttons.block_mobil {
    display: flex;
    flex-direction: column;
}
.burger-social.block_mobil {
    display: flex;
    margin: 15px 0;
}
.burger-social.block_mobil a {
  margin: 0 3px;
}
   .dropdown-menu .dropdown-submenu > .dropdown-menu {
        padding-left: 1rem;
        border: none;
        box-shadow: none;
        position: static !important;
      }
      li.nav-item.dropdown-submenu {
    flex-direction: column;
}

      /* Стрілка для мобільного */
      .dropdown-submenu > a::after {
        float: right;
        content: "▾";
        border: none;
        transition: transform .2s;
      }
      .dropdown-submenu.open > a::after {
        transform: rotate(-180deg);
      }
        button.submenu-toggle {
    position: absolute;
    right: 7%;
    border: none;
    background: none;
}
button.submenu-toggle.open {
    z-index: 10000;
}
button.submenu-toggle.open {
    right: -40px;
}
li.nav-item.dropdown {
    flex-direction: column;
    margin: 0 20%;
}  
.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}
.nav-item .nav-link {
  color: #764E3D;
  padding: 0px;
}
.custom_nav-container .navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  }
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #333;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.navbar-header .container-fluid {
justify-content: flex-end;
}

.header-location, .social-icons a:nth-child(2), .social-icons a:nth-child(3), .block_desktop {
    display: none;
}
.block_mobil {
  display: block;
}
.navbar-header.nav-menu {
    background: transparent;
}
.header-top {
   flex-direction: row-reverse;
}
.logo {
    width: 147px;
    height: auto;
}
.navbar-header.nav-menu {
    position: relative;
}
nav.navbar.navbar-expand-lg.custom_nav-container {
    position: absolute;
    top: -77px;
    right: 30px;
}
.header-buttons {
    justify-content: center;
}
.navbar-nav > .dropdown > .dropdown-menu {
    display: flex;
    margin-bottom: 10px;
    border: solid 1px #764E3D;
}
ul.dropdown-menu {
    background: #f7ece9;
    border: none;
}
a.dropdown-item {
    background: #f7ece9;
    color: #764E3D;
    padding: 0px 14%;
    text-wrap: auto;
    text-transform: uppercase;
}
.dropdown-submenu .dropdown-menu a.dropdown-item {
  text-transform: none;
  padding: 0px 12%;
  text-wrap: auto;
}
span.submenu-arrow svg{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.submenu-toggle.open .submenu-arrow svg {
-webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.fullscreen-menu {
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f7ece9;
    z-index: 999;
    padding: 0px;
    overflow-y: auto;
    transition: all 0.3s ease;
    }

  .fullscreen-menu ul {
    flex-direction: column;
    width: 100%;
  }

  .fullscreen-menu.show {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    background: #f7ece9;

  }

  .fullscreen-menu .nav-item {
    margin-bottom: 10px;
    text-align: center;
  }
  .custom_nav-container .navbar-toggler {
  outline: none !important;
  border: none !important;
   box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.25);
  }
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 53px;
  height: 53px;
  background: #764E3D;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: -20px;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #F7ECE9;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F7ECE9;
  top: -6px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 6px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          z-index: 2000;
          background: transparent;
          border: solid 1px #764E3D !important;
          border-radius: 50%;
          position: absolute;
          right: 0px;
          top: -56px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #764E3D;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
           background: #764E3D;
  top: 0;
}
.widget_text {
    margin-bottom: 50px;
}
.footer-link  {
  margin-right: 0px;
}
.reviews-header {
  flex-direction: column;
  align-items: center;
}
.reviews-header .section-title.text-left{
  text-align: center;
  margin-bottom: 20px !important;
}

}


@media (max-width: 800px) {

#gallery .section-title.text-left {
    text-align: center;
    margin-bottom: 120px;
} 
#gallery .owl-nav {
    top: -100px;
    width: 100%;
}   
#reviews .owl-nav {
    width: 100%;
}    
.review-text {
  padding-right: 0px;
}
.review-card {
  width: 100%;
}
.header-top {
  justify-content: space-between;
  margin-top: 62px;
}
a.navbar-brand {
    position: absolute;
    top: 15px;
    left: 33%;
}
.header-contact-row, .header-buttons {
   width: 60%;
   justify-content: flex-start;
   margin-left: 10px;
}
.consultation-input {
    width: 100%;
}   
.social-icons a:first-child {
    display: none;
} 

}  
@media (max-width: 767px) {
.about_block {
    height: auto;
}  
.hero-slider {
  justify-content: flex-end;
}  
.hero-content {
    padding: 60px 0;
}    
.about_foto, .hero-banner {
    height: 393px;
}
.feedback-form-container {
    padding: 60px 20px;
}    
.about_content {
    padding: 60px 0;
}
.hero-banner {
    order: -1;
}
button.carousel-control-prev, button.carousel-control-next {
    top: inherit;
    bottom: -100px;
}
.hero-subtitle {
    padding: 0 20px;
}
.header-buttons .btn {
  width: 200px;
}
}

@media (max-width: 500px) {

.footer-legal {
  flex-direction: column;
}
.footer-legal-text:last-child {
  order: -1;
}
.container.consultation-content {
    padding: 0px;
}
.location-info {
    padding: 20px 16px !important;
}
.services {
    padding: 100px 0;
}
.gallery {
    padding: 100px 0 70px;
}
.promotions {
    padding: 30px 16px;
}
.consultation {
    margin-top: 60px;
}
.location {
    padding-top: 100px;
}

}
