html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* предотвращает горизонтальную прокрутку */
  }

  * {
    box-sizing: inherit;
  }

.logo-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* На телефоне — ограничим размер */
@media screen and (max-width: 600px) {
  .logo-img {
    max-width: 140px;
  }
}
/* Navbar section */
.navbar{
  position: sticky;
  top: 0;
  z-index: 99;
}
.navbar-logo {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 600px) {
  .navbar-logo {
    max-width: 90px;
  }
}

.navbar-nav{
  padding-top: 40px;
  padding-bottom: 40px;

 
  
  & p{
    font-size: 35px;
    color: #050505;
  }
}

.promo-image-container{
    display: flex;
    position: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow:  20px 20px 20px 20px rgba(0,0,0,0.15);
    border: #000;


    & img{
      background-size: cover;
       width: 100%;
        height: auto;
       max-width: 1000px;
   
     
      /* filter: blur(6px); */

    }
 
}
@media screen and (max-width: 767px) {
  .promo-image-container img {
    width: 90%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .promo-image-container {
    margin: 1rem auto;
    box-shadow: none;
    padding: 0;
  }
}






.promo-image-title{
    margin-top: 150px;
    padding: 30px;
    font-size:70px;
    box-sizing: content-box;
    width: 100%;
  
    text-transform: uppercase;
    font-weight: 600;
    font-family:"Book Antigua";
    
    text-shadow: #000 15px 15px 7px;
    text-align: center;
    
    color:#ffffff
}





.promo-image-description{
   padding-top: 40px;
    font-size: 40px;
    font-weight: 40;
    text-shadow: #000 15px 15px 7px;
    color:#fff;

}

.promo-image-button{
    align-items: center;
    justify-content: center;
    margin-top: 90px;
    margin-left: 790px;
    font-family:"Book Antigua";
}

 */


.navbar .nav-menu {
  margin: auto;
  padding: 0px;
  list-style-type: none;
}
.navbar .nav-menu li {
  position: sticky;
  min-width: auto;
  color: black;
/*   
  text-align: right; */
}
.navbar .nav-menu li .dot {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.navbar .nav-menu li .dot::before,
.navbar .nav-menu li .dot::after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;  
  top: 50%;  
  transition: all .3s ease;
}
.navbar .nav-menu li .dot::before {
  width: 20px;
  height: 20px;
  right: 0;
  border: 5px solid #ffffff;
  transform: translateY(-50%);
}
.navbar .nav-menu li .dot::after {
  width: 35px;
  height: 35px;
  border: 2px solid rgb(154, 108, 27);
  right: -7px;
  transform: translateY(-50%) scale(0);
}
.navbar .nav-menu li .dot.active::before,
.navbar .nav-menu li:hover .dot::before {
  background: rgb(233, 161, 13);
  border-color: rgb(233, 161, 13);
}
.navbar .nav-menu li .dot.active::after,
.navbar .nav-menu li:hover .dot::after {
  transform: translateY(-50%) scale(1);  
}
.navbar .nav-menu li .dot span {
  display: inline-block;
  opacity: 0;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: rgb(233, 161, 13);
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 30px;
  transform: translateX(20px);
  transition: all .3s ease;
}
.navbar .nav-menu li .dot span::before {
  display: block;
  position: absolute;
  content: '';
  border-left: 7px solid rgb(233, 161, 13);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  right: 0;
  transition: all .3s ease;
}
.navbar .nav-menu li .dot.active span,
.navbar .nav-menu li:hover .dot span {
  transform: translateX(0px);
  opacity: 1;
}


#home button {
  border: 3px solid rgb(0, 0, 0);;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0px 0px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  transition: all .3s ease;
  margin-top: 20px;
  margin-bottom:40px;
}

#home img{
  height: 400px;
  width: 700px;
}

#background-image {
  margin-top: 100px;

}



body{
  background-color:		#FAF3E0;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}
.card{
  background-color:rgb(88, 87, 80);
  border: 0;
  width: 552px;
  margin-left: 25px;
  padding-top:15px;
  padding-bottom: 15px;
 

}



div.photoset {
  padding: 2px;

  max-width: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  .photo {
     position: relative;
     flex-grow: 1;
     min-width: calc(100% / 3); 
     background-size: cover;
     background-position: center;
     

     @media screen and (max-width: 662px) {
        width:50%;
     }
     &:after {
      
        padding-top: 83.33333%;
        display: block;
        content: "";
     }
     &:before {
       
        z-index: 2;
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        box-shadow: inset 0 0 0 3px  rgb(37, 37, 37); 
     }
    
  }

  &.square .photo:after {
     padding-top: 100%;
  }
  &.portrait .photo:after {
     padding-top: 120%;
  }
}
/* 
/* .popup_manicure{
 

  background:rgb(0, 0, 0);
  background: -moz-radial-gradient(bottom right, ellipse cover, #000000, #808080);
  background: -webkit-linear-gradient(bottom right, 	#000000, 	#808080);
  background: -o-linear-gradient(bottom right, #000000, #808080);
  background: -ms-linear-gradient(bottom right, #000000, #808080);

  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;

  color:#000000;
  visibility:hidden;
  transform: transform 0.4s  , top  0.4s ;

}

.popup_massage{
 

  background:rgb(0, 0, 0);
  background: -moz-radial-gradient(bottom right, ellipse cover, #000000, #808080);
  background: -webkit-linear-gradient(bottom right, 	#000000, 	#808080);
  background: -o-linear-gradient(bottom right, #000000, #808080);
  background: -ms-linear-gradient(bottom right, #000000, #808080);

  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;

  color:#000000;
  visibility:hidden;
  transform: transform 0.4s  , top  0.4s ;

}

.popup_makeup{
 

  background:rgb(0, 0, 0);
  background: -moz-radial-gradient(bottom right, ellipse cover, #000000, #808080);
  background: -webkit-linear-gradient(bottom right, 	#000000, 	#808080);
  background: -o-linear-gradient(bottom right, #000000, #808080);
  background: -ms-linear-gradient(bottom right, #000000, #808080);

  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;

  color:#000000;
  visibility:hidden;
  transform: transform 0.4s  , top  0.4s ;

}

.open-popup_manicure{
  visibility: visible;
  top:30%;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
  transform:translate(-50%,-50%) scale(1);
  border: 11px solid;
  border-color: rgb(154,108,27);
  z-index: 10;
  position:center;
  border-radius: 10px;
  
  
}

.open-popup_massage{
  visibility: visible;
  top:30%;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
  transform:translate(-50%,-50%) scale(1);
  border: 11px solid;
  border-color: rgb(154,108,27);
  z-index: 10;
  position:center;
  border-radius: 10px;
  min-height: 280px;
  height: auto;
  
}

@media screen and (max-width:1023px){
  .open-popup_manicure{
    width: 200%;
    height: 580px;
    z-index: 10;
  }
}

.open-popup_makeup{
  visibility: visible;
  top:30%;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
  transform:translate(-50%,-50%) scale(1);
  border: 11px solid;
  border-color: rgb(154,108,27);
  z-index: 1;
  position:center;
  border-radius: 10px;
  min-height: 280px;
  height: auto;
  
} */


/* h2{
  font-size:clamp(20px, 30px,40px);
  color: rgb(154,108,27);
  font-weight: bolder;
} */


/*
@media screen and (max-width:662px){
  h2_popup{
    font-size: 100%;
  }
}

@media screen and (max-width:662px){
  h6_popup{
    font-size: 60%;
  }
}

@media screen and (max-width:662px){
  h7_popup{
    font-size: 70%;
  }
}



@media screen and (max-width:662px){
  .open{
    width: 50%;
    height: 50%;
  }
}

  button{
    background:none;

    
  
    border:none;

  }
 
.btn{
  width: 500px;
  height: 0px;
  border-radius: none;
}

.btn img{
  width: 250px;
  height: 255px;
}

@media screen and (max-width:662px){  
  .btn img{
    width: 200%;
    height: 250%;
  }
} */

p_tittle{
  font-size: 70px;
  font-family: 'Montserrat';
  color: #000000;
  

}
 @media screen and (max-width: 767px) {
  p_tittle {
    font-size: 1.5rem;
    text-align: center;
  }

  p_td {
    font-size: 1rem;
    text-align: right;
  }
}




*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1{
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin: 2rem 0;
  
} 

/* Service section */

.wrapper{
  width: 70%;
  margin: 0 auto;
  flex-wrap:wrap ;
  
  
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .cols {
    flex-direction: column;
    align-items: center;
  }

  .col {
    width: 90%;
    margin: 1rem 0;
  }

  .front, .back {
    min-height: 220px;
  }

  .inner {
    padding: 1rem;
    font-size: 1.1rem;
  }
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  background-image: marigin;  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  min-height:280px;
  height: auto;
  width: auto;
  font-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  background-size: cover;
}
  

.front:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .3;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    text-align: left;

    /* background-size: 200px; */
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
    font-size: 35px;
    

}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.back .inner span{
   position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.4rem 0;
  font-size: 1rem;
  border-radius: 0 0 10px 10px;
}
.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #000000;
  display: block;
  left: 0;
  right: 0;
  top: 400;
  margin: 0 auto;
  bottom: -.75rem;
}

/* .front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
  position: relative;
} */
@media screen and (max-width: 600px) {
  .tab-container {
    padding: 10px 10px;
  }

  .desc, .value {
    font-size: 1rem;
    padding-top: 10px;
  }

  .tab-item label {
    font-size: 1rem;
  }

  .price-row {
    gap: 0.2rem;
    padding: 0.75rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .popup_makeup,
  .popup_massage,
  .popup_manicure {
    width: 90%;
    font-size: 14px;
    padding: 1rem;
  }

  .open-popup_makeup,
  .open-popup_massage,
  .open-popup_manicure {
    width: 90%;
    top: 20%;
  }
}


/* Price list section */

 @media (max-width: 600px) {
    .price-section {
      padding: 1.5rem 1rem;
    }
    .price-row {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 1rem 0.5rem;
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem;
      gap: 0.5rem;
      animation: fadeInUp 0.6s ease-in-out;
    }
    .price-row .desc {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
    }
    .price-row .value {
      font-size: 1rem;
      color: #7A5015;
      font-weight: bold;
    }
     @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }}}
  

  .price-row:nth-child(even) {
    background-color: #F7F1E8;
  }

.price-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 1rem 1rem;
  line-height: 1.6;
}


.price-row p {
  margin: 0;
  font-weight: 600;
  color: rgb(154, 108, 27);
  font-size: clamp(16px, 2vw, 22px);
}

@media (max-width: 600px) {
  .price-row {
    flex-direction: column;
    text-align: right;
  }
}

.box {
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
  background-color: #FDF6EC;
  border-radius: 3px;
  overflow: hidden;
  color:rgb(154, 108, 27)
}

.tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  color:rgb(154, 108, 27)
}


.tab-list::before {
  content: '';
  display: block;
  height: 2px;
  width: 25%;
  position: absolute;
  bottom: 0;
  background-color:rgb(233, 161, 13);
  color: rgb(154, 108, 27);
  transition: .3s;
}

.tab-item {
  flex: 1;
  text-align: center;
  transition: .3s;
  opacity: 0.5;
  color: rgb(154, 108, 27);
}

.tab-toggle {
  display: none;
}

.tab-content {
  display: none;
}

.tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2), 
.tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3){
  opacity: 1;
}


.tab-toggle:nth-child(2):checked ~ .tab-list::before {
  transform: translateX(150%);
}

.tab-toggle:nth-child(3):checked ~ .tab-list::before {
  transform: translateX(300%);
}




.tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2),
.tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3){
  display: block;
}

.tab-trigger {
  display: block;
  padding: 10px 0;
}

.tab-container {
  padding: 15px 30px;
  overflow-x: auto;
}
label{
  font-size: clamp(20px, 25px, 30px);
}

.value{ 
  font-size:clamp(18px,23px,24px);
  color:rgb(154, 108, 27);
  font-weight: bolder;
  padding-top: 30px;
}

p_name{
  /* font-size:clamp(16px,38px,30px); */
  /* font-weight: bold; */
  /* color: rgb(154, 108, 27); */
  text-decoration: underline;
  /* position: fixed;
  top: 65px;
  left:90px; */
}
.desc{
  font-size:clamp(16px,20px,24px);
  font-weight: bolder;
  color: rgb(154,108,27);
  text-align: right;
  padding-top: 30px;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .desc {
    padding-left: 1rem;
    font-size: 16px;
  }
}


p_td{
  font-size: clamp(20px,24px,28px);
}
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}



* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

/*Gallery section */

.instagram-section {
  text-align: center;
  padding: 60px 20px;

}

.gallery {
  box-shadow: 10px 10px 12px rgba(0,0,0,0.15);
  background-color: #FDF6EC;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1300px;
  margin: 40px auto;
}

.gallery img {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}

.gallery-card-with-button {
  position: relative;
}

.gallery-card-with-button img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.gallery-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #c8941b;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.gallery-button:hover {
  background: #c8941b;
  color: #fff;
}

.gallery-button i {
  font-size: 18px;
}


.social-call {
  background:	#FAF3E0;
  text-align: center;
  padding: 40px 20px;
}

.social-text {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.social-links p {
  margin: 8px 0;
  font-size: 16px;
}

.social-links a {
  color: #c8941b;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .cta, .follow-button {
    width: 100%;
    font-size: 16px;
  }

  header nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-nav a {
    display: block;
    margin: 8px 0;
  }
}
@media (max-width: 480px) {
  .cta {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 600px) {
  .col {
    width: 100%;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .front .inner p,
  .back .inner span,
  .inner {
    font-size: 16px !important;
    text-align: center;
  }

  .back .inner span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: white;
    font-size: 0.9rem;
    left: 0.75rem;
    bottom: 0.75rem;

  }
}
@media screen and (max-width: 767px) {
  .popup_makeup,
  .popup_massage,
  .popup_manicure {
    width: 90%;
    font-size: 14px;
    padding: 1rem;
  }

  .open-popup_makeup,
  .open-popup_massage,
  .open-popup_manicure {
    width: 90%;
    top: 20%;
  }
}
footer {
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .price-row {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
  }

  .desc {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(154, 108, 27);
    padding-left: 0;
    text-align: left;
  }

  .value {
    font-size: 1rem;
    color: #9A6C1B;
    font-weight: bold;
    text-align: left;
    padding-top: 0;
  }

  .tab-container {
    padding: 1rem;
    background-color: #fff8ec;
    border-radius: 6px;
  }

  .tab-list {
    flex-direction: column;
    gap: 0.5rem;
  }

  .tab-trigger {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .navbar-nav p {
    font-size: 1.2rem;
    text-align: center;
    margin: 0.5rem 0;
  }

  .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


/* === Добавлено: Адаптация Hinnakiri для моб. устройств === */
/* Адаптация секции Hinnakiri для мобильных устройств */
@media screen and (max-width: 600px) {
  .tab-container {
    padding: 1rem;
    background-color: #fff8ec;
    border-radius: 6px;
  }

  .tab-list {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
  }

  .tab-trigger {
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
    text-align: center;
    background-color: #fdf6ec;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .price-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }

  .desc {
    font-size: 1rem;
    font-weight: 600;
    color: #9a6c1b;
    text-align: left;
    padding: 0 0 0.25rem 0;
  }

  .value {
    font-size: 1rem;
    color: #5a3a0f;
    font-weight: bold;
    text-align: left;
  }

  .tab-content {
    animation: fadeInUp 0.4s ease-in-out;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}


/* ========================= */
/* 🌟 Улучшение визуальной иерархии 🌟 */
/* ========================= */

/* ========================= */
/* 🖼️ Lazy Loading для изображений */
/* ========================= */

/* 📱 Улучшение галереи на мобильных устройствах */
@media (max-width: 600px) {
  .gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 0;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
  }

  .nav-menu li .dot {
    padding: 1rem 0;
    font-size: 1.2rem;
    color: #9a6c1b;
  }

  .gallery-button {
    font-size: 1rem;
    padding: 12px 16px;
  }

  .promo-image-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1rem;
    padding: 10px 20px;
  }

  .tab-trigger {
    font-size: 1.1rem;
    padding: 0.75rem;
  }
}