/*
Theme Name: MedBeauty
Theme URI: https://medbeauty.com
Author: MedBeauty Team
Author URI: https://medbeauty.com
Description: Тема WordPress для центру естетичної косметології MedBeauty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medbeauty
Tags: beauty, cosmetic, medical, responsive, custom-menu
*/

/* === CSS Reset === */

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

html,
body {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #fff;
  color: #000;
}


ul,
ol {
  list-style: none;
}


a {
  text-decoration: none;
  color: inherit;
}


input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'Halvar Breitschrift';
  src: url('fonts/HalvarBreit-Md.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Halvar Breitschrift';
  src: url('fonts/HalvarBreit-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('fonts/ArtegraSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('fonts/ArtegraSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('fonts/ArtegraSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('fonts/ArtegraSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}


/* * {
  outline: 1px solid rgba(0, 0, 255, 0.2); /* синій контур */
}

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

body {
  font-family: sans-serif;
  background: rgba(244, 237, 230, 0.93);
  color: #3c2e1c;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 40px;
}

::-webkit-scrollbar-track {
  background: #1c1c1c;
}

::-webkit-scrollbar-thumb {
  background: #ff7700;
  border-radius: 5px;
}



.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  position: relative;
  background: rgba(255, 255, 255, 0.47);
  z-index: 10;
}

@media (min-width: 768px) {
  .header--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.logo img {
  width: 106px;

}

.nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav a {
  text-decoration: none;
  color: rgba(115, 58, 22, 1);
  font-family: Artegra Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 15%;
  text-align: left;
  text-transform: uppercase;
}

.language-switch {
  position: relative;
  cursor: pointer;
}

.language-switch .lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  list-style: none;
  padding: 10px;
  z-index: 20;
}

.language-switch.open .lang-dropdown {
  display: block;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.burger span {
  width: 28px;
  height: 2px;
  background: #733A16;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  display: none;
  flex-direction: column;
  padding: 20px;
  max-width: 330px;
  margin: 0px auto;
}

.mobile-menu ul {
  list-style: none;
}

.mobile-menu li {
  padding-bottom: 15px;
  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;

}



.text-content h1 {
  font-family: "Halvar Breitschrift";
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 93.333% */
  text-transform: uppercase;
  background: linear-gradient(179deg, #733A16 42.97%, #D96D2A 123.06%, #733A16 150.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 105px;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.text-content {
  max-width: 900px;
  padding-bottom: 60px;
}

.brand {
  color: #b37a4c;
}

.hero-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 150px;
  height: 150px;
  padding: 14px;
  border-radius: 50%;
  border: 1px solid #733A16;
  background-color: transparent;
  background-image: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-transform: uppercase;

  font-family: 'Halvar Breitschrift', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

.hero-btn span {
  display: block;
}

.hero-image {
  /* position: relative; */
}

.hero-image img {
  width: 300px;
  /* border-radius: 10px; */
}

.overlay-img {
  position: absolute;
  top: 180px;
  left: 980px;

}

.overlay-img img {
  width: 275.484px;
  height: 409.867px;
  transform: rotate(1deg);
}

.hero {
  position: relative;
}

/* Responsive Styles */
@media (max-width: 1068px) {
  .nav.desktop-nav {
    display: none;
  }

  .burger {
    display: flex;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-image {
    margin-top: 20px;
  }

  .logo {
    display: none;
  }

  .header--content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 25px;
            align-items: center;
  }
}

.wrapp--pc {
  width: 100%;
  min-height: 700px;

  background:
    url('../source/Hero.png') no-repeat right top, linear-gradient(270deg, #f2e9df 39.55%, #F4EDE6 100%);

  background-size: auto 110%, cover;
  background-position: right top;
}

.content--info {
  max-width: 532px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content--info p strong:nth-child(1) {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content--info p {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content--info p:nth-child(1) {
  padding-bottom: 20px;
}

.about-us {
  padding: 60px 20px;
  background-color: #fff;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
}

.about-us__wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  /* max-width: 1320px; */
}

/* === Зображення === */
.about-us__image {
  position: relative;
  /* flex: 1 1 40%;
  max-width: 500px; */
}

.about-us__image img {
  width: 100%;
}

.about-us {
  position: relative;
  overflow: visible;
  z-index: 1;
}




/* === Контент === */
.about-us__content {
  flex: 1 1 55%;
}

.about-us__title {
  font-family: "Halvar Breitschrift";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 100% */
  background: linear-gradient(120deg, #733A16 58.65%, #D08852 84.7%, #733A16 108.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

.about-us__title .highlight {
  color: #D08852;
  font-weight: 700;
}

.about-us__content p {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0px;
}

.about-us__mission {
  display: flex;
  padding: 20px;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
  background: #FFF;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.25);
}

.mission__text {
  flex: 1 1 60%;
}

.mission__text h3 {
  font-family: "Halvar Breitschrift";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 100% */
  background: linear-gradient(92deg, #733A16 2.57%, #D08852 16.93%, #733A16 30.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 14px;
}

.mission__text p {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mission__author {
  margin-top: 10px;
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mission__image {
  flex: 1 1 35%;
}

.mission__image img {
  width: 307px;
  height: 340px;
  position: absolute;
  bottom: 88px;
  object-fit: contain;
}

@media (max-width: 1068px) {
  .about-us__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-us__image,
  .about-us__content {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .about-us__title {
    font-size: 20px;
  }

  .about-us__mission {
    flex-direction: column;
  }

  .mission__image {
    max-width: 100%;
    margin-top: 20px;
  }
}

.services-section {
  background-color: #F4EDE6;
  padding: 80px 20px;
  position: relative;
  z-index: 12;
}

.services-title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(0deg, #733A16 0%, #D08852 47.12%, #6a3b1d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 60px;
  max-width: 450px;
    margin: 0px auto;
}

.services-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* або space-between / flex-start */
  gap: 40px;
}






.service-card img {
  width: 100%;
  margin-bottom: 16px;
}

.card-number {
  position: absolute;
  top: -14px;
  left: -14px;
  background: #F4EDE6;
  color: #733A16;
  font-family: 'Halvar Breitschrift', sans-serif;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 50%;
  font-weight: bold;
  z-index: 2;
}

.service-card h3 {
  font-family: "Halvar Breitschrift";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.service-card p {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 271px;
}

.services--cbt {
  display: flex;
  gap: 18px;
  align-items: top;
}

.card-circle {
  width: 36px;
  height: 36px;
  border: 1px solid #733A16;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #733A16;
  font-size: 20px;
  margin-top: auto;
  transition: background 0.3s ease, color 0.3s ease;
}

.card-circle:hover {
  background: #733A16;
  color: #fff;
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  flex: 0 0 400px;
  padding: 28px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  height: fit-content;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  /* або space-between */
}

.service-card {
  width: 400px;
  flex: 0 0 auto;
}


.service-card__number {
  color: #733A16;
  font-family: "Halvar Breitschrift";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.service-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service-card__title {
  font-family: 'Halvar Breitschrift', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #733A16;
  margin: 0;
}

.service-card__text {
  font-family: 'Artegra Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.service-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -40px;
}

.service-card__btn span {
  color: #733A16;
  font-size: 16px;
  transform: rotate(45deg);
  display: inline-block;
}

.flex--context {
  display: flex;
  gap: 16px;
  padding-left: 15px;
}

.bottom--card {
  position: relative;
  top: 75px;
}

.quality-section {
  padding: 60px 20px;
  background-color: #f4ede6;
}

.quality-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  gap: 114px;
  flex-wrap: wrap;
}

.quality-btn {
  max-width: 197px;
  height: 205.974px;
  border: 1px solid #733A16;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 18px 83px;
}

.quality-text h2 {
  color: #A35435;
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}

.quality-text h2 span {
  color: #A35435;
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quality-text p {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.place--img img {
  width: 100%;
  max-height: 653px;
  object-position: top;
  display: block;
}


@media (max-width: 1068px) {
  .quality-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .quality-text h2 {
    font-size: 22px;
  }

  .quality-btn {
    margin-bottom: 20px;
  }
}

.values-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1250px;
  margin: 0 auto;
}

.value-icon {
  margin-bottom: 24px;
}

.value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 377px;
  margin: 0 auto;
}

.value-card .icon img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.value-card h3 {
  color: #272727;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  letter-spacing: 3.6px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.value-card p {
  color: #272727;
  font-family: "Artegra Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 377px;
}

.value-card p em {
  font-style: italic;
}


.med--info {
  position: relative;
  background-color: #1c1c1c;
  overflow: hidden;
}

.med--info .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1250px;
  margin: auto;
  flex-wrap: wrap;
}

.med--info .text-block {
  flex: 1 1 500px;
  z-index: 2;
  padding-bottom: 68px;
}

.med--info .text-block h1 {
  color: #FFF;
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 167px;
}

.med--info .text-block p {
  color: #FFF;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
  padding-top: 35px;
  padding-bottom: 26px;
  max-width: 569px;
}

.med--info .button {
  color: #FFF;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 100% */
  display: flex;
  width: 200px;
  height: 200px;
  padding: 72px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #FFF;
  text-decoration: none;
  position: relative;
  left: 310px;
}

.med--info .button:hover {
  background-color: #fff;
  color: #000;
}

.med--info .image-block {
  flex: 1 1 400px;
  position: relative;
  z-index: 2;
}

.med--info .image-block .main-image {
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}

.med--info .image-block .overlay-image {
  position: absolute;
  top: 380px;
  left: -90px;
  width: 278px;
  height: 398px;
  object-fit: cover;
  transform: rotate(2deg);
  z-index: 2;
}


.bems--med::before {
  content: "";
  position: absolute;
  bottom: -190px;
  left: 0px;
  width: 349px;
  height: 349px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-6-2.png');
  background-repeat: no-repeat;
  z-index: 1;
}



@media (max-width: 1068px) {
  .med--info .content-wrapper {
    flex-direction: column;
  }

  .med--info .text-block h1 {
    font-size: 24px;
  }

  .med--info .button {
    width: 120px;
    height: 120px;
    line-height: 80px;
    font-size: 16px;
  }

  .med--info .image-block .overlay-image {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
    border: none;
    box-shadow: none;
  }
}

.image-block img:nth-child(1) {
  width: 893px !important;
  height: 829px !important;
  aspect-ratio: 553 / 829;
  position: absolute;
}

.team-section {
  background-color: #f6ede5;
  padding: 80px 20px;
  position: relative;
}


.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.section-header h2 {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.decor-circle {
  position: absolute;
  right: 240px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6b3c16;
  transform: translateY(-10px);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.team-card {
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
}

.team-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.team-card h3 {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.team-card p {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

/* Адаптив */
@media (max-width: 1068px) {
  .section-header {
    flex-direction: column;
    text-align: center;
  }

      .decor-circle
 {
        position: absolute;
        /* margin-top: 15px; */
        right: 0;
        top: 60px;
    }
}

.team-section::before {
  content: "";
  position: absolute;
  top: 0;
  /* Прив’язка до верху секції */
  left: 0px;
  width: 349px;
  height: 349px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-7-1.png');

  background-repeat: no-repeat;
  z-index: 1;
}



.transformations {
  padding: 60px 20px;
  background-color: #fff;
}

.transformations__container {
  margin: 0 auto;
      padding-bottom: 60px;
}

.transformations__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  background: linear-gradient(181deg, #733A16 75.49%, #D96D2A 99.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1167px;
  height: 398px;
  margin: 0px auto;
  position: relative;
  top: 90px;
  z-index: 9;
}

.dual__card:nth-child(2) {
  position: relative;
  top: 150px;
  transform: rotate(-2deg);
  margin-left: 37px;
}

.dual__card:nth-child(3) {
  position: relative;
  top: 150px;
  transform: rotate(0deg);
  margin-left: 56px;
}

.dual__img {
  display: flex !important;
}

.dual__img img {
  /* width: 50% !important; */
  display: block;
}

.dual__card {
  width: 300px !important;
  height: fit-content;
  transform: rotate(1deg);
  background: #FFF;
  box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.10);
  padding: 10px;
}

.transformations__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}

.transformations__card {
  width: 260px;
}

.dual__end {
  position: relative;
  left: 15px;
  bottom: 145px;
}

.dual__start {
  position: relative;
  right: 15px;
  bottom: 145px;
}

/* Card block (can be reused) */
.card {
  background-color: #fff;
  background: #FFF;
  box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.10);
  padding: 14px;
  text-align: center;
  width: 300px;
  height: 460px;
}

.card__image-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.card__image {
  width: 100%;
}

.card__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #7b3f1d;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 5px;
}

.card__image-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card__image {
  width: 100%;
  display: block;
}

.card__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 8px;
  white-space: nowrap;
}

.card__description {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card__badge:nth-child(1) {
  top: 150px;
}

.insta-gallery {
  text-align: center;
  max-width: 1300px;
  margin: 0px auto;
  padding-top: 80px;
  padding-bottom: 120px;
}

.insta-gallery__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 957px;
  height: 82px;
  margin: 0px auto;
  margin-bottom: 60px;

}

.insta-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.insta-gallery__item {
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  /* ensures square layout */
}

.insta-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.insta-gallery__item--dark {
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insta-gallery__overlay {
  color: white;
  text-align: center;
}

.insta-gallery__text {
  color: #FFF;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 120% */
  margin-bottom: 24px;
}

.insta-gallery__icon {
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

/* Responsive styles */
@media (max-width: 992px) {
  .insta-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .insta-gallery__grid {
    grid-template-columns: 1fr;
  }
}

.contact {
  background-color: #fff;
  padding: 0;
}

.contact__container {
  display: flex;
  width: 100%;
  /* min-height: 100vh;  */
}

/* ЛІВА СТОРОНА — ФОТО */
.contact__image-wrapper {
  flex: 0 0 50%;
  position: relative;
}

.contact__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.contact__form-block {
  flex: 0 0 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: clamp(30px, 15vw, 290px); /* Мін 30px, адаптивно до ширини, макс 290px */
}


.contact__title {
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  margin-bottom: 84px;
  background: linear-gradient(120deg, #733A16 58.65%, #D08852 84.7%, #733A16 108.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__row {
  display: flex;
  gap: 20px;
}

.contact__field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact__field--full {
  width: 100%;
}

.contact__label {
  color: #733A16;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 257.143% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact__input,
.contact__textarea {
  border: none;
  border-bottom: 1px solid #733A16;
  padding: 8px 0;
  font-size: 1rem;
  background: transparent;
  outline: none;
}

.contact__textarea {
  resize: vertical;
  min-height: 80px;
}

.contact__submit-wrapper {
  display: flex;
  margin-top: 20px;
}

.contact__submit-button {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #733A16;
  background: transparent;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  cursor: pointer;
  transition: background-color 0.3s ease;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact__submit-button:hover {
  background-color: #c88a4c;
  color: #fff;
}

/* 📱 MOBILE */
@media (max-width: 1068px) {
  .contact__container {
    flex-direction: column;
    min-height: auto;
  }

 .contact__image-wrapper {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
.contact__image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
  .contact__form-block {
    padding: 0px;
    
  }

  .contact__row {
    flex-direction: column;
  }

  .contact__submit-wrapper {
    justify-content: center;
  }
}

.footer {
  background-color: #272727;
  color: #fff;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1270px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 66px;
}




.footer__logo {
  width: 207px;
  padding-top: 20px;
  padding-bottom: 35px;
}

.footer__socials {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.footer__socials img {
  width: 42px;
  height: 41px;
}

.footer__time {
  color: #FFF;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 200% */
}

.footer__time strong {
  color: #fff;
}

.footer__addresses {
  flex: 1 1 320px;
  display: flex;
  /* justify-content: space-between; */
  gap: 67px;
  margin-top: 175px;
}

.footer__address {
  font-size: 14px;
  color: #ddd;
}

.footer__address p {
  margin: 0 0 5px;
  color: #FFF;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  padding-bottom: 18px;
}

.footer__address a {
  color: #FFF;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer__address a:hover {
  text-decoration: underline;
}

.footer__subscribe {
    flex: 1 1 320px;
    max-width: 360px;
    margin-top: 96px;
    /* margin-left: -150px; */
    position: relative;
    left: -100px;
}

.footer__subscribe-text {
  color: #B3B3B3;
  font-family: "Artegra Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 180% */
  margin-bottom: 42px;
  white-space: nowrap;
}

.footer__form {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
  flex-wrap: wrap;
  position: relative;
  width: 300px;
}

.footer__form label {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
  flex-basis: 100%;
}

.footer__input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  outline: none;
  min-width: 150px;
}

.footer__btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #FFF;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 300% */
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  left: 340px;
  background-color: transparent;
}


/* 📱 MOBILE */
@media (max-width: 1068px) {
  .footer__container {
    flex-direction: column;
    gap: 30px;
  }



  .footer__form {
    flex-direction: column;
    align-items: stretch;
    border: none;
  }

  .footer__input {
    width: 250px;
    border-bottom: 1px solid #ffffff;
    padding: 6px 0;
  }

  .footer__btn {
    margin-top: 12px;
    align-self: flex-start;
  }
}

.about-us {
  position: relative;
  /* Додаємо для фіксації before */
  z-index: 2;
  /* Щоб контент був поверх before */
}

.about-us::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -9px;
  width: 349px;
  height: 349px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-6-3.png');
  background-repeat: no-repeat;
  z-index: 1;
}

.services-section {
  position: relative;
  z-index: 2;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 349px;
  height: 349px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/pie_top_left.png');
  background-repeat: no-repeat;
  z-index: 1;
}

.tr--wraps {
  position: relative;
  z-index: 2;
}

.tr--wraps::before {
  content: "";
  position: absolute;
  bottom: -205px;
  right: -166px;
  width: 349px;
  height: 349px;
  background-image: url('https://render-test.berezovskyi.space/source/Ellipse%207%20(2).png');
  background-repeat: no-repeat;
  z-index: 1;

}



.inst--wr {
  position: relative;
  z-index: 2;
}

.inst--wr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/pie_top_left-2.png');
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}

/* Основна секція */
.bems--med {
  position: relative;
  background-color: #272727;
  padding: 100px 0;
  overflow: hidden;
}

/* Контейнер */
.bems--med__container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Контент зліва */
.bems--med__content {
  max-width: 600px;
}

.bems--med__title {
  color: #FFF;
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 825px;
  padding-bottom: 35px;
}

.bems--med__text {
  color: #FFF;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 16px;
  width: 569px;
}

.bems--med__button {
  color: #FFF;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 72px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #FFF;
  margin-top: 25px;
  margin-left: 340px;
}

.bems--med__button:hover {
  background-color: #fffdfd;
  color: #000;
}

/* Зображення справа */
.bems--med__image-block {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.bems--med__image {
  width: 653px;
  height: 829px;
  object-fit: cover;
}

.overlay-image {
  position: absolute;
  right: 455px;
  transform: rotate(1deg);
  top: 180px;
}

/* Адаптив */
@media (max-width: 1092px) {
  .bems--med__container {
    text-align: center;
  }

  .bems--med__image-block {
    position: static;
    justify-content: center;
    margin-top: 40px;
  }

  .bems--med__image {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .bems--med__button {
    margin: 30px auto 0;
    line-height: 1.3;
    height: auto;
    width: auto;
    padding: 20px 30px;
    border-radius: 100px;
  }
}


/* Media width--mobile */
@media (max-width: 1068px) {
  #burger span:nth-child(2) {
    width: 15px;
  }

     .text-content h1 {
        width: fit-content;
        height: fit-content;
        font-family: "Halvar Breitschrift";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: start;
        padding-top: 0px;
    }

  .wrapp--pc {
    width: 100%;
    min-height: 400px;
    background: url('https://render-test.berezovskyi.space/source/Hero\ \(1\).png') no-repeat right top, linear-gradient(270deg, #f2e9df 39.55%, #F4EDE6 100%);
    background-size: auto 110%, cover;
    background-position: right top;
  }

  .header {

    background: rgb(255 255 255 / 0%);

  }

  .content--info p {
    text-align: start;
    color: #000;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
  }

  .content--info p strong:nth-child(1) {
    color: #000;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }

  .hero-content {
    align-items: start;
  }

  .content--info {
    max-width: 260px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 14px;
    border-radius: 50%;
    border: 1px solid #733A16;
    background-color: transparent;
    background-image: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Halvar Breitschrift', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
  }

  .overlay-img {
    position: absolute;
    top: 240px;
    left: 220px;
  }

  .overlay-img img {
    /* width: 187.312px; */
    height: 244.824px;
    transform: rotate(1deg);
  }

  .about-us__image {
    display: none;
  }

  .about-us {
    padding: 0px;
    height: fit-content;
  }

  .about-us__title {
    font-family: "Halvar Breitschrift";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    padding-bottom: 15px;
  }

  .about-us__content p {
    color: #000;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .mission__image img {
        width: 120.787px;
        height: 176.93px;
        position: absolute;
        bottom: 48px !important;
        object-fit: contain;
        right: 28px;
        bottom: -45px;
    }

  .about-us::before {
    content: "";
    position: absolute;
    bottom: -130px;
    left: -9px;
    width: 221px;
    height: 221px;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-6-4.png');
    background-repeat: no-repeat;
    z-index: 1;
  }

  .services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 349px;
    height: 349px;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/pie_top_left-2.png');
    background-repeat: no-repeat;
    z-index: 1;
  }

  .services-section {
    padding: 0px;
  }

  .services-title {
    top: 0px;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
    padding-top: 13px;
  }

  .service-card {
    width: 350px;
    flex: 0 0 auto;
  }

  .services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important;
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }

  .bottom--card {
    position: relative;
    top: 0px;
  }

  .quality-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }

  .quality-text h2 {
    color: #A35435;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .quality-text h2 span {
    color: #A35435;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .quality-section {
    padding: 0px;
    background-color: #f4ede6;
  }

  .quality-text p {
    font-size: 16px;
  }

  .quality-btn {
    margin: 0px auto;
  }

  .value-icon {
    margin-bottom: 24px;
    width: 64px;
    height: 64px;
  }

  .value-card h3 {
    color: #272727;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: 0.9px;
  }

  .value-card p {
    color: #272727;
    text-align: center;
    font-family: "Artegra Sans";
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
  }

  .bems--med__title {
    color: #FFF;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    padding-bottom: 25px;
    text-align: start;
  }

  .bems--med__text {
    color: #FFF;
    font-family: "Artegra Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
    width: fit-content;
    text-align: start;
  }

  .overlay-image {
    display: none;
  }

  .bems--med__button {
    display: flex;
    width: 200px;
    height: 200px;
    padding: 72px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 100% */
  }

  .bems--med__image {
    max-width: 100%;
    height: 300px;
    align-self: stretch;
  }

  .bems--med {
    padding: 0px;
    overflow: hidden;
    padding-top: 45px;
  }

  .bems--med::before {
    content: "";
    position: absolute;
    bottom: -155px;
    left: 0px;
    width: 250px;
    height: 250px;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-6-5.png');
    background-repeat: no-repeat;
    z-index: 1;
  }

  .team-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 250px;
    height: 250px;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-7-3.png');
    background-repeat: no-repeat;
    z-index: 1;
  }

  .section-header h2 {
    font-family: "Halvar Breitschrift";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
  }

  .section-header {
    flex-direction: row;
    text-align: center;
  }

  .decor-circle {
        width: 25px;
        height: 25px;
    }

  .section-header {
    margin-bottom: 25px;
  }

  .team-card:nth-child(1) {
    transform: rotate(0deg);
  }

  .team-section {
    background-color: #f6ede5;
    position: relative;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Ellipse-14.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

}

@media (max-width: 1068px) {
  .insta-gallery__grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 20px;
    margin-left
: 15px;
  }


  .insta-gallery__item {
    width: 31.3333%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    padding: 2px;
  }

  .insta-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .insta-gallery__item--dark {
    background: #272727;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .insta-gallery__overlay {
    text-align: center;
    padding: 8px;
    display: flex;
    flex-direction: column-reverse;
    gap: 9px;
  }

  .insta-gallery__text {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .insta-gallery__icon {
    width: 20px;
    height: 20px;
  }

  .contact__container {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .contact__input,
  .contact__textarea {
    border: none;
    border-bottom: 1px solid #733A16;
    padding: 0px;
    font-size: 1rem;
    background: transparent;
    outline: none;
  }

  .contact__submit-wrapper {
    justify-content: start;
  }

  .contact__submit-button {
    width: 125px;
    height: 125px;
  }

  .contact__title {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 180% */
  }

  .contact__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 15px;
  }

  .contact__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 25px;
  }

  .footer__addresses {
    flex: 0px;
    margin-top: 0px;
    align-items: center;
  }

  .footer__info {}

  .footer__subscribe-text {
    color: #B3B3B3;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 257.143% */
  }

  .footer__btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #FFF;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    left: 275px;
    background-color: transparent;
  }

  .footer__subscribe {
    flex: 0px;
    max-width: 360px;
    margin-top: 0px;
    position: inherit;
  }

  .footer__socials,
  .footer__time {
    display: none;
  }

  .footer__logo {
    width: 158px;
  }

  .footer__container {
    align-items: center;
    padding-bottom: 56px;
  }

  .footer__address p {

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
    padding-bottom: 14px;
  }

  .footer__form label {
    color: #FFF;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 257.143% */
    letter-spacing: 2.1px;
  }

  .transformations {
    display: none;
  }

  .inst--wr::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 220px;
    height: 220px;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/pie_top_left-3.png');
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
  }

  .insta-gallery__title {
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 108% */
    width: 386px;
    height: fit-content;
  }

  .service-card h3 {
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .flex--context {
    display: flex;
    gap: 8px;
    padding-left: 0px;
  }

  .service-card {
    padding: 10px;
  }

  .service-card__number {
    padding-top: 10px;
    padding-left: 10px;
  }

  .service-card p {
    max-width: 241px;
  }

  .insta-gallery {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .insta-gallery__text {
    color: #FFF;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
  }

  .insta-gallery__icon {
    width: 40px;
    height: 40px;
  }

  .tr--wraps {
    position: relative;
    z-index: 2;
    /* background-color: white; */
    background: #FFF;
  }

  .tr--wraps::before {
    display: none;
  }

  .swiper-horizontal {
    touch-action: pan-y;
    /* margin: 45px; */
    padding: 40px !important;
  }

  .transform-card {
    background: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
    background: #FFF;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
    padding: 14px;
  }
}

.transform-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.transform-section__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  background: linear-gradient(181deg, #733A16 75.49%, #D96D2A 99.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.transform-section__title span {
  display: block;
  color: #d1611c;
}

/* Показуємо тільки на моб/планшетах */
@media screen and (min-width: 1025px) {
  .transform-slider {
    display: none;
  }

  .transform-section {
    display: none;
  }
}

.transform-slider {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  /* прибрали паддінг */
  overflow: hidden;
  /* важливо */
}

/* Swiper fix */
.swiper {
  width: 100%;
  padding: 0;
  /* 🔥 основна проблема — прибрали */
  overflow: hidden;
  /* важливо для обрізки наступного слайду */
}

.swiper-wrapper {
  box-sizing: border-box;
}

/* Слайди — 100% ширини контейнера */
.swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 0;
  /* якщо треба відступ — додаємо всередині картки */
}

/* Картка */
.transform-card {
  overflow: hidden;
  text-align: left;
}

.swiper-slide {
  background: #FFF;
  padding: 50px;
}

/* Зображення */
.transform-card__img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.transform-card__img+.transform-card__img {
  margin-top: 4px;
}

/* After label */
.transform-card__after-label {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #73452e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}

/* Контент картки */
.transform-card__content {
  padding: 12px;
}

.transform-card__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 8px;
  padding-top: 8px;
}

.transform-card__desc {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Кастомні стрілки */
.transform-slider__button img {
  width: 25px;
  height: 25px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

/* Стиль стрілки (обгортка) */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}


.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}

.transform-slider {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.swiper {
  padding: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

.beauty {
  max-width: 1300px;
  margin: 0 auto;
}

.beauty__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #733A16 10.9%, #D08852 48.3%, #733A16 90.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 85px;
  padding-bottom: 32px;
}

.beauty__card {
  display: flex;
  flex-direction: row;
  background: #fff;
  overflow: hidden;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 20px;
}

.beauty__image-box {
  flex: 1 1 250px;
  max-width: 300px;
  overflow: hidden;
}

.beauty__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beauty__content {
  flex: 2 1 400px;
  /* padding: 20px 30px; */
  padding-left: 45px;
}

.beauty__name {
  font-family: "Halvar Breitschrift";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}

.beauty__role {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;

}

.beauty__list {
  list-style: none;
  padding-left: 0;
}

.loft {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.beauty__list li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 1068px) {
  .beauty__card {
    flex-direction: column;
    padding: 10px;

  }

  .beauty__content {
    padding: 0px;
    padding-top: 20px;
  }

  .beauty__title {
    font-size: 26px;
  }

  .beauty {
    background: linear-gradient(270deg, #DCC4AA 39.55%, #F4EDE6 100%);
    padding: 29px;
  }

  .beauty__title {
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .beauty__image-box {
    flex: auto;
    max-width: 100%;
    overflow: hidden;
    height: 400px;
  }

  .beauty__name {
    padding-bottom: 15px;
  }

  .beauty__role {
    padding-bottom: 15px;
  }

  .beauty__role {
    height: 67px;
    align-self: stretch;
    color: #000;
    font-family: "Artegra Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 112.5% */
  }

  .loft {
    font-size: 14px;
  }

  .beauty__list li {
    margin-bottom: 20px;
    color: #000;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.wr--team {
  background: linear-gradient(165deg, #F4EDE6 1.34%, #DCC4AA 98.99%);
}

/* === КОНСУЛЬТАЦІЯ === */
.consultation {
  padding: 60px 20px;
  background: linear-gradient(165deg, #F4EDE6 1.34%, #DCC4AA 98.99%);
}

.consultation__header {
  text-align: center;
  margin-bottom: 40px;
}

.consultation__title {
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #733A16 10.9%, #D08852 48.3%, #733A16 90.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}

.consultation__subtitle {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.consultation__text {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 20px;
}

.consultation__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.const--text {
  max-width: 999px;
  margin: 0px auto;
  text-align: start;
}

@media (min-width: 768px) {
  .consultation__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .consultation__grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}


.consultation__card {
  background: #FFF;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.10);
  overflow: hidden;

  display: flex;
  padding: 16px;
  transition: transform 0.3s ease;
}

.consultation__card:hover {
  transform: translateY(-5px);
}

.consultation__image {
  width: 225px;
  height: 295px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

.consultation__info {
  /* padding: 20px; */
  padding-left: 20px;
}

.consultation__name {
  font-family: "Halvar Breitschrift";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

.consultation__name--orange {
  color: #c85420;
}

.consultation__position {

  color: #000;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.consultation__pricing>div {
  margin-top: 10px;
  font-size: 14px;
}

.consultation__pricing p {
  margin: 3px 0;
}

.flex--cons {
  display: flex;
  gap: 40px;
}

.bootom--line {
  stroke-width: 0.5px;
  stroke: #733A16;
  border-bottom: solid 0.5px #733a16;
  color: #000;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.time {
  padding-top: 15px;
  padding-bottom: 25px;
  padding: 0px;
}

.rght {
  color: #733A16;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.centrum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consultation__pricing {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0px;
  padding-top: 15px;
}

.consultation::before {
  content: "";
  position: absolute;
  right: 0;
  width: 349px;
  height: 349px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/pie_top_left-4.png');
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}

@media (max-width: 1068px) {
  .const--text {
    display: none;
  }

  .consultation::before {
    display: none;
  }

  .consultation__title {
    font-size: 25px;
  }

  .consultation {
    padding: 29px;
    background: #bb0e0e00;
    background: linear-gradient(270deg, #DCC4AA 39.55%, #F4EDE6 100%);
  }

  .consultation__card {
    flex-direction: column;
  }

  .consultation__image {
    width: 100%;
    height: 400px;
  }

  .consultation__info {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.beauty-map {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
  justify-content: center;
  background-color: #f8f8f8;
}

.beauty-map__card {
  position: relative;
  width: 100%;
  max-width: 660px;
  height: 740px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  border-radius: 0px;
  overflow: hidden;
  background-color: #fff;
}

.beauty-map__iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.beauty-map__info {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 80%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1068px) {
  .beauty-map__card {
    height: 300px;
  }

  .beauty-map__info {
    font-size: 13px;
    padding: 10px;
  }
}

@media (max-width: 980px) {
  .beauty-map__card {
    height: 250px;
  }

  .beauty-map__info {
    font-size: 12px;
    padding: 8px;
  }
}

.error-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding: 40px 20px; */
  background: linear-gradient(to right, #e7d9ce, #d8bca6);
  /* min-height: 100vh; */
  box-sizing: border-box;
}

.error-404__image {
  width: 725px;
  height: 569.086px;
  /* transform: rotate(-6.23deg); */
  padding: 20px;
  padding-top: 55px;
}

.error-404__image img {
  width: 100%;
  height: auto;
  display: block;
}

.error-404__content {
  flex: 1 1 300px;
  max-width: 500px;
  padding: 20px;
  text-align: left;
  color: #5a321a;
}

.error-404__title {
  font-family: "Halvar Breitschrift";
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 93.333% */
  text-transform: uppercase;
  background: linear-gradient(179deg, #733A16 42.97%, #D96D2A 123.06%, #733A16 150.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

.error-nnc {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.error-404__text {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-404__button {
  display: flex;
  width: 532px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  text-transform: uppercase;
  background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 555px;
  border: solid 1px #733A16;
  width: 122px;
  height: 43px;
}

@media (max-width: 1068px) {
  .error-404 {
    flex-direction: column-reverse;
    text-align: center;
  }

  .error-404__content {
    text-align: center;
  }

  .error-404__image img {
    width: 358.509px;
    height: 281.411px;
    transform: rotate(-6.23deg);
  }

  .error-404__image {
    width: 725px;
    height: 280px;
    transform: none;
    padding: 20px;
    /* padding-top: 55px; */
  }

  .error-404 {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: center;
    /* padding: 40px 20px; */
    background: linear-gradient(to right, #e7d9ce, #d8bca6);
    /* min-height: 100vh; */
    box-sizing: border-box;
  }

  .error-404__title {
    font-family: "Halvar Breitschrift";
    font-size: 25px;
  }

  .error-404__content p {
    text-align: start;
  }

  .error-404__text {
    color: #000;
    font-family: "Artegra Sans";
    font-size: 16px;
  }

  .error-404__content {
    flex: 1 1 0px;
    max-width: fit-content;
    padding: 20px;
    text-align: left;
    color: #5a321a;
  }
}

.coming--wraps {
  background-image: url('/source/Hero\ \(4\).png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 0px auto;
}

.coming-soon__content {
  /* flex: 1; */
  max-width: 800px;
  z-index: 2;
}

.coming-soon__title {
  font-family: "Halvar Breitschrift";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 140% */
  text-transform: uppercase;
  background: linear-gradient(179deg, #733A16 42.97%, #D96D2A 123.06%, #733A16 150.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 120px;
}

.coming-soon__text {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 20px;
  margin-bottom: 37px;
}

.coming-soon__button {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #5a321a;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  color: #5a321a;
  text-align: center;
  width: 140px;
  height: 140px;
  line-height: 110px;
  transition: all 0.3s ease;
}

.coming-soon__button:hover {
  background: #5a321a;
  color: #fff;
}

.coming-soon__image {
  flex: 1;
  max-width: 600px;
}

.coming-soon__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.coming--bnt {
  margin-bottom: 150px;
}

@media (max-width: 1068px) {


  .coming-soon__content {
    max-width: 100%;
  }

  .coming-soon__image {
    max-width: 100%;
    display: none;
  }

  .coming-soon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1280px;
    margin: 0px auto;
    padding-left: 27px;
  }

  .coming-soon__title {
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: start;
    max-width: 285px;
  }

  .coming-soon__text {
    max-width: 237px;
    text-align: start;
  }

  .coming-soon__button {
    width: 100px;
    height: 100px;
    line-height: 72px;
    font-size: 13px;
    margin: 20px auto 0;
  }

  .coming--wraps {
    background-image: url('/source/Hero (5).png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: fit-content;
  }

  .coming-soon__title {
    padding-top: 0px;
  }

  .coming--bnt {
    text-wrap: n;
  }
}

.blog {
  max-width: 1280px;
  margin: 0 auto;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease;
}



.blog__image {
  width: 400px;
  height: 380px;
  object-fit: cover;
}

.blog__content {
  padding-top: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog__title {
  color: #333;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Artegra Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.992px;
  /* 133.3% */
  margin-bottom: 20px;
}

.blog__text {
  color: #666;
  font-family: "Artegra Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.blog__link {
  margin-top: 16px;
  color: #733A16;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.blog__link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .blog__grid {
    grid-template-columns: 1fr;
  }
}

.wrap--blog {
  background: #FFF;
  padding-top: 101px;
  padding-bottom: 101px;
}

.hero--post img {
    width: 100%;
    height: 525px;
    object-fit: cover;
}

.beauty--post {
  max-width: 680px;
  margin: 0 auto;
  /* padding: 2rem 1rem; */
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  padding-top: 68px;
}

.beauty--post__socials {
  display: flex;
  justify-content: flex-end;
  position: relative;
  /* потрібно для ::before */
  margin-bottom: 50px;
}

.beauty--post__socials::before {
  content: "";
  position: absolute;
  top: -30px;
  /* ⬅️ переміщає лінію вгору */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #A35435;
}



.beauty--post__icon {
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;

}

.beauty--post__icon img {
  width: 20px;
  height: 20px;
}

.beauty--post__title {
  color: #A35435;
  text-align: center;
  font-family: "Halvar Breitschrift";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.beauty--post__subtitle {
  text-align: center;
  color: #000;
  font-family: "Artegra Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 51.2px */
  margin: 2rem 0 1rem;
}

.beauty--post__text {
  color: #000;
  font-family: "Artegra Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 34px */
  margin-bottom: 1rem;
}

.beauty--post__image-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.beauty--post__image {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.bottom--text {
  margin-bottom: 80px;
}

.beauty--post__caption {
  color: #000;
  text-align: center;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  margin-top: 12px;
  margin-bottom: 50px;
}

.beauty--related {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.beauty--related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.beauty--related__card {
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.beauty--related__card:hover {
  transform: translateY(-4px);
}

.beauty--related__image {
  width: 270.798px;
  height: 257.258px;
  display: block;
}


.beauty--related__title {
  color: #333;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Artegra Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 110% */
  padding-top: 6px;
  padding-bottom: 13px;
}

.beauty--related__text {
  color: #666;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 0.75rem;
  max-width: 270px;
}

.beauty--related__link {
  color: #733A16;
  font-family: "Artegra Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;

}

.beauty--releted {
  border-top: solid #A35435 2px;
}

.beauty--related {
  position: relative;
  padding-top: 5rem;
  /* щоб не перекривати ::before */
}

.beauty--related::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Group-57.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media (max-width: 1068px) {
  .hero--post img {
    width: 100%;
    height: 200px;
  }

  .beauty--post__socials::before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    width: 0px;
    height: 0px;
    background-color: none;
  }

  .beauty--post {
    padding-top: 10px;
    padding: 0px;
  }

  .beauty--post__title {
    color: #A35435;
text-align: center;
font-family: "Halvar Breitschrift";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
        text-align: start;
  }
  .beauty--post__text{
  color: #000;
font-family: "Artegra Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
  }
  .beauty--post__subtitle{
  color: #000;
font-family: "Artegra Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 32px */
  }
.beauty--post__caption{
color: #000;
text-align: center;
font-family: "Artegra Sans";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 14px */
}
.beauty--post__image {
    width: 100%;
height: 265px;
    border-radius: 0px;
}
.center--content{
padding-left: 15px;
        padding-right: 15px;
}
.beauty--related__image {
    width: 100%;
    height: fit-content;
    display: block;
}
.beauty--post__socials{
margin-top: 10px;
}
.beauty--post__socials {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.beauty--post__icon {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 46px;
    padding-right: 46px;
}
}


.care-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.care-text {
  flex: 1;
  min-width: 300px;
}

.care-text h2 {
 font-family: "Halvar Breitschrift";
font-size: 75px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 93.333% */
text-transform: uppercase;
background: linear-gradient(179deg, #733A16 42.97%, #D96D2A 123.06%, #733A16 150.78%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.care-text h2 span {
  font-weight: bold;
}

.care-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.care-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  border: 2px solid #7c3e1d;
  border-radius: 50px;
  color: #7c3e1d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.care-btn:hover {
  background-color: #7c3e1d;
  color: #fff;
}

.care-image-container {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.main-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.small-image {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 180px;
}
.label--new {
    width: 58px;
    height: 18.587px;
    transform: rotate(3deg);
    background: #733A16;
    color: #FFF;
    text-align: center;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    right: -70px;
}
.service-card__image-wrapper {
  position: relative;
  display: inline-block;
}

.label--new {
    position: absolute;
    top: 26px;
    right: 0px;
    color: #FFF;
    background: #733A16;
    text-align: center;
    font-family: "Artegra Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    z-index: 10;
    display: block;
}
@media (max-width: 1068px) {
    .label--new {
        position: absolute;
        top: 12px;
        right: 0px;
        font-size: 12px;
        width: 45px;
    }
    .transform-section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #ffffff;
}
.about-us__mission {
    display: flex;
    padding: 20px;
    margin-top: 30px;
    gap: 0px;
    flex-wrap: wrap;
    background: #FFF;
    box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.25);
}
.bems--med__container {
    padding: 0 30px;
}
.quality-wrapper{
    padding-left: 25px;
    padding-right: 15px;
}
}
.close-menu {
    position: absolute;
    right: 5px;
    top: -3px;
    font-size: 20px;
    font-weight: 200;
    color: #000000;
}
/* Нові стилі від 10,01,2026 */


.services-content{
display: flex;
flex-direction: column;
gap: 20px;
color: #000;
font-family: "Artegra Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}
.servisec--im img {
    width: 465px;
    height: 600px;
}
.btn--servicess{
font-size: 30px;
width: 190px;
height: 190px;
text-align: center;
font-family: "Halvar Breitschrift";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 100% */
text-transform: uppercase;
}


.section-title {
 text-align: center;
font-family: "Halvar Breitschrift";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 30px;
}

.procedures-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
}

.procedure-card {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    max-width: 640px;
    padding-top: 22px;
    padding-left: 22px;
    padding-bottom: 22px;
    padding-right: 22px;
    position: relative;
}

.procedure-card:hover {
  transform: none;
    box-shadow: 0 12px 32px rgb(208 136 82 / 27%);
}

.procedure-image img {
  width: 240px;
height: 255px;
  object-fit: cover;
  display: block;
}

.procedure-content {
  text-align: start;
  padding-left: 15px;
}

.procedure-content h3 {
    font-family: "Halvar Breitschrift";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: start;
    padding-bottom: 14px;
}
.procedure-content p{
text-align: start;
color: #000;
font-family: "Artegra Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom: 18px;
}
.procedure-content {
    text-align: center;
    max-width: 330px;
}
.content--bottom--cd {
    border-top: solid 1px #733A16;
    /* position: absolute; */
    /*position: absolute;*/
    bottom: 10px;
    width: 310px;
    /* top: 50px; */
}
.btn--call {
    display: flex;
    align-items: start;
}
.btn--call a {
    /* text-align: start; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.btn-book {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #9b7e6a;           
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.25s ease;
}

.btn-book:hover {
  background: #8a6d59;
}



@media (max-width: 992px) {
  .procedures-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .procedure-image img {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }

  .procedure-content {
    padding: 1.4rem 1.2rem;
  }

  .btn-book {
    width: 100%;
    padding: 0.9rem;
  }
}
.peelings {
  padding: 4rem 1.5rem;
  background: #fff;
}

.peelings__title {
  text-align: center;
font-family: "Halvar Breitschrift";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 30px;
}

.peelings__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 2.5rem;
  max-width: 1240px;
  margin: 0 auto;
}

.peeling-card {
    background: white;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: fit-content;
    padding: 22px;
}

.peeling-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.peeling-card__image-wrapper {
    /* aspect-ratio: 4 / 3; */
    overflow: hidden;
    display: flex;
    gap: 15px;
    
}
.peeling-card__image {
 width: 240px;
height: 350px;
  object-fit: cover;
}
.text--b{
max-width: 334px;
}


.peeling-card__name {
  font-family: "Halvar Breitschrift";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 15px;
}

.peeling-card__description,
.peeling-card__effect {
 color: #000;
font-family: "Artegra Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  line-height: 1.55;
  color: #555;
  margin-bottom: 1.3rem;
}

.peeling-card__contraindications {
  margin: 1.8rem 0 2.2rem;
  font-size: 0.98rem;
  color: #666;
}

.peeling-card__contraindications-title {
  color: #000;
font-family: "Artegra Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 11px;
}

.peeling-card__contraindications-list {
  margin: 0;
  li {
    margin-bottom: 0.4rem;
  }
}

.peeling-card__button {
  display: block;
  width: 100%;
  padding: 0.95rem;
  background: #a57c65;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.25s ease;
}

.peeling-card__button:hover {
  background: #946b54;
}

/* Мобільна адаптація */
@media (max-width: 640px) {
  .peelings__title {
    font-size: 2.1rem;
  }
  
  .peeling-card__content {
    padding: 1.6rem 1.4rem;
  }
}
.faq {
    padding-bottom: 0px;
}
.faq__container {
  max-width: 860px;
  margin: 0 auto;
}

.faq__title {
  text-align: center;
font-family: "Halvar Breitschrift";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 35px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 999;
}

.faq-item {
 border-radius: 4px 16px 16px 4px;
border-left: 6px solid #D08852;
background: #FFF;

/* Shadows/Primary/No.4 */
box-shadow: 0 5px 15px 0 rgba(74, 58, 255, 0.06);
}

.faq-item__trigger {
    width: 100%;
    padding: 1.4rem 2rem;
    background: none;
    border: none;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Artegra Sans";
    font-size: var(--Typography-Font-Size-Display-5, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
    cursor: pointer;
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    transition: background-color 0.2s ease;
    gap: 15px;
}


.faq-item__icon {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 0.35s ease;
  transform: rotate(0deg);
}

.faq-item--open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__content
 {
    max-height: 0;
    overflow: hidden;
    transition: none !important;
}

.faq-item--open .faq-item__content {
  max-height: 500px;          /* достатньо великий запас */
  padding: 0 2rem 2rem;
}

.faq-item__answer {
  padding-top: 1.2rem;
 color: #000;
leading-trim: both;
text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Artegra Sans";
font-size: var(--Typography-Font-Size-Paragraph-Default, 16px);
font-style: normal;
font-weight: 400;
line-height: 166%; /* 26.56px */
}



/* Мобільна адаптація */
@media (max-width: 640px) {
  .faq {
    padding:0px;
  }
      .faq__title {
        font-size: 2.1rem;
        margin-bottom: 10px;
        margin-top: 35px;
    }
      .faq__container {
        margin-bottom: 0px;
        padding-top: 35px;
        padding-bottom: 50px;
    }
  .faq-item__trigger {
    font-size: 1.08rem;
    padding: 1.2rem 1.5rem;
  }
  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 999;
    margin-left: 30px;
    margin-right: 30px;
}
}
.reviews-section {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    padding-top: 68px;
    padding-bottom: 68px;
}

.title {
  text-align: center;
font-family: "Halvar Breitschrift";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 40px;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

/* ────────────── Слайдер ────────────── */
.slider {
  display: flex;
  gap: 24px;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  touch-action: pan-y;
}

.review-card {
  flex: 0 0 100%;
  background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Subtract.svg');
  border-radius: 16px;
  padding: 18px;
 background-size: contain;
    background-repeat: no-repeat;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

.stars {
display: flex;
gap: 12px;
margin-bottom: 32px;
}

.text {
  text-align: start;
color: #1E1E1E;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Artegra Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
margin-bottom: 32px;
}
.text
 {
    max-height: 96px;
    overflow: hidden;
}
.rew--block{
background-color: white;
}
.author {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    position: relative;
    right: -35px;
    bottom: 0;
    top: 15px;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ddd url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=80') center/cover;
}
.rewss--avatar{
border-radius: 55px;
}
.name {
  color: #1E1E1E;
text-align: right;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
}

.position {
  color: #666;
  font-size: 0.95rem;
}

/* ────────────── Кнопки навігації ────────────── */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #e67e22;
  background: rgba(255, 255, 255, 0.92);
  color: #e67e22;
  font-size: 1.7rem;
  cursor: pointer;
  transition: all 0.25s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.nav-btn.prev {
  left: 10px;
}

.nav-btn.next {
  right: 10px;
}

.nav-btn:hover {
  background: #e67e22;
  color: white;
  transform: translateY(-50%) scale(1.12);
}

.nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: translateY(-50%);
}

/* ────────────── Пагінація (точки) ────────────── */
.pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(230, 126, 34, 0.4);
  cursor: pointer;
  transition: all 0.28s ease;
  border: 2px solid transparent;
}

.dot.active {
    background: #733a16;
    transform: scale(1.35);
    border-color: rgba(230, 126, 34, 0.35);
}

.dot:hover:not(.active) {
  background: rgba(230, 126, 34, 0.75);
  transform: scale(1.25);
}
.nav-btn {
    opacity: 0.35;
    cursor: not-allowed;
    transform: translateY(-50%);
    display: none;
}
/* ────────────── Адаптивність ────────────── */
@media (min-width: 640px) {
  .review-card {
    flex: 0 0 48%;
    max-width: none;
  }
}

@media (min-width: 940px) {
  .review-card {
    flex: 0 0 33%;
  }
}

@media (min-width: 1280px) {
  .review-card {
    flex: 0 0 23.5%;
  }
}

/* Мобільна версія — зменшуємо кнопки та точки */
@media (max-width: 560px) {
  .nav-btn {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }

  .nav-btn.prev {
    left: 8px;
  }

  .nav-btn.next {
    right: 8px;
  }

  .pagination {
    bottom: 16px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }
}

/* Дуже вузькі екрани (наприклад, старі смартфони) */
@media (max-width: 380px) {
  .review-card {
    padding: 20px 18px;
  }

  .text {
    font-size: 0.98rem;
    min-height: 110px;
  }

  .stars {
    font-size: 1.6rem;
  }
}

 .apparatus-cosmetology {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
	 position: relative;
    z-index: 9999;
}

.apparatus-cosmetology__title {
text-align: center;
font-family: "Halvar Breitschrift";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 20px;
}

.price-block__title {
text-align: center;
font-family: "Halvar Breitschrift";
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 100% */
background: linear-gradient(120deg, #733A16 58.65%, #D08852 84.7%, #733A16 108.79%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-top: 30px;
padding-bottom: 30px;
}

/* Десктоп-версія */
.price-grid--desktop {
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

@media (min-width: 641px) {
  .price-grid--desktop {
    display: block;
  }
}

.price-grid__header {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  font-weight: bold;
  color: #6b1d4a;
  text-transform: uppercase;
  font-size: 0.95rem;
      max-width: 820px;
      margin: 0px auto;
}

.price-grid__row {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  border-bottom: 1px solid #733A16;
   max-width: 820px;
      margin: 0px auto;
}
.price-grid__row:last-child {
  border-bottom: none;
}
.price-grid__cell {
  padding: 12px 16px;
  
}
.text--pr{
color: rgba(0, 0, 0, 0.70);
font-family: "Artegra Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.price-grid__cell--duration,
.price-grid__cell--price {
  text-align: center;
}

.price-grid__cell--duration{
color: #733A16;
font-family: "Artegra Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.price-grid__cell--price {
 color: #733A16;
font-family: "Artegra Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Мобільна версія – дуже близька до вашого прикладу */
.price-list--mobile {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}


.price-list__header {
  padding: 12px 16px;
  background: #fdf0f5;
  font-weight: bold;
  color: #6b1d4a;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
}

.price-list__header-duration {
  flex: 0 0 80px;
  text-align: center;
}

.price-list__header-price {
  flex: 0 0 110px;
  text-align: right;
}

.price-item {
  padding: 12px 16px;
  position: relative;
}

.price-item__procedure {
  font-weight: 500;
  margin-bottom: 4px;
}

.price-item__meta {
  display: flex;
  justify-content: space-between;
  color: #444;
}

.price-item__duration {
  flex: 0 0 80px;
  text-align: center;
}

.price-item__price {
  flex: 0 0 110px;
  text-align: right;
  font-weight: bold;
  color: #d81e5b;
}

.price-item__underline {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: #eee;
}
@media (max-width: 641px) {
  .apparatus-cosmetology__title{
  text-align: center;
font-family: "Halvar Breitschrift";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  .price-block__title{
font-family: "Halvar Breitschrift";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 122.222% */
max-width: 254px;
margin: 0px auto;
  }
  .apparatus-cosmetology {
    padding: 0 30px;
}
.price-grid__row {
    max-width: 320px;
}
.price-grid__cell {
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}
.text--pr {
    font-size: 10px;
}
.price-grid__header{
max-width: 320px;}
}
.price-block {
    margin-bottom: 30px;
}
/* Оновленні файли 13,01 */

.hm--block{
display: flex;
gap: 65px;
justify-content: space-between;
align-items: center;
}
.hm--block img {
    width: 163px;
    height: 208.247px;
}
.btn--servicess {
    font-size: 30px;
    width: 140px;
    height: 140px;
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
@media (max-width: 780px) {
    .procedure-content h3{
    font-family: "Halvar Breitschrift";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
max-width: 180px;
    }
    .procedure-card {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    max-width: 640px;
    padding-top: 9px;
    padding-left: 9px;
    padding-bottom: 9px;
    padding-right: 9px;
}
.procedures-grid {

        margin: 30px;
    }
    .procedure-content {
        padding: 0px;
        width: 180px;
        padding-left: 9px;
    }
    .procedure-image{
    width: 50%;
    }
    .procedure-content p{
    font-size: 12px;
    }
    .btn--call a {
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    gap: 5px;
    align-items: center;
}
.peeling-card__image {
    width: 130px;
    height: 180px;
    object-fit: cover;
}
.peeling-card__name{
font-size: 14px;
}
.peeling-card__description, .peeling-card__effect{
font-size: 12px;
}
    .peeling-card__content {
        padding: 0px;
    }
    .peeling-card__contraindications-title{
    font-size: 12px;
    }
    .peeling-card__contraindications-list {
    margin: 0;
    font-size: 12px;
}
.text--b {
    max-width: 186px;
}
.peeling-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    width: fit-content;
}

}
@media (min-width: 780px) {
.hm--block img{
    display: none;
}
}
@media (max-width: 780px) {
.review-card {
    flex: 0 0 100%;
    background-image: url('https://render-test.berezovskyi.space/wp-content/uploads/2026/01/Subtract-4.png');
    border-radius: 16px;
    padding: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
            max-width: 420px;
        margin: 0 auto;
        height: 310px;
        background-position: top;
   
}
.slider{
     margin-left: 52px !important;
    margin-right: 52px !important;
}
.title{
    font-size:25px;
}
}
.peelings--wrapp{
background-color: white;
}
.peelings--beauty {
    background-color: white;
    max-width: 1280px;
    margin: 0px auto;
    padding-bottom: 70px;
}
.peelings--title{
text-align: center;
font-family: "Halvar Breitschrift";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 47.12%, #733A16 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-top: 64px;
padding-bottom: 30px;
}
.peelings--cards{
display: flex;
gap: 20px;
}
.peeling--item{
max-width: 640px;
padding: 20px;
box-shadow: 0 5px 45px 0 rgba(74, 58, 255, 0.06);
}
.peelings--cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; 
}

.peeling--item {
  flex: 1 1 calc(50% - 30px); 
  display: flex;
  flex-direction: column;
  background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn--callc {
  margin-top: auto;
}

.peeling--top {
    display: flex;
    gap: 20px;
}
.content--right h3{
font-family: "Halvar Breitschrift";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}
.content--right p{
color: #000;
font-family: "Artegra Sans";
font-size: 12.5px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom: 25px;
}
.content--right p:last-of-type {
  padding-bottom: 0;
}
.peeling--top img{
width: 240px;
height: 350px;
}
.content--bottom-content h3{
color: #000;
font-family: "Artegra Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.pl--list li {
  position: relative;
  padding-left: 18px;         
  margin-bottom: 4px;        
  list-style: none; 
  color: #000;
font-family: "Artegra Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;           
}

.pl--list li::before {
  content: "•";                
  position: absolute;
  left: 8px;                   
  color: #000000;            
  font-size: 13px;          
  line-height: 1.4;            
  font-weight: bold;      
}

.content--bottom-content {
    border-bottom: solid 1px #733A16;
    padding: 15px 0;
    height: 210px;
}
.btn--callc a {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.70);
font-family: "Artegra Sans";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.btn--callc {
    display: flex;
    padding-top: 11px;
}
 @media (min-width:370px) and (max-width: 1095px) {
  .peeling--item {
    flex: 1 1 calc(50% - 15px);
  }
  .peelings--cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
}
	 .content--block-v {
    display: flex;
    height: 210px;
    gap: 12px;
    flex-direction: column;
		 height:fit-content !important;
}
.peeling--item {
        max-width: 100%;
        padding: 10px;
       background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        margin-left: 30px;
        margin-right: 30px;
    }
.peelings--title{
    font-size: 25px;
    padding-top: 32px;
    padding-bottom: 10px;
}
.peeling--top img {
    width: 130px;
    height: 180px;
}
.content--right p{
    font-size:12px;
}
.content--right p:nth-last-of-type(-n+2) {
  display: none;
}
.mobile--text--pln p{
    color: #000;
font-family: "Artegra Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.content--right p{
    padding-bottom: 5px;
}
.content--bottom-content {
    border-bottom: solid 1px #733A16;
    padding: 15px 0;
    height: fit-content;
}
.content--right h3{
font-size: 15px;
}
.content--bottom-content h3{
    font-size: 12px;
}
.pl--list li{
  font-size: 12px;  
}
.pl--list{
    padding-top: 5px;
}
.services-section{
    padding: 0px !important;
}
.text {
    max-height: 123px;
    overflow: hidden;
}
.author {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Вирівнює вміст по правому краю */
    gap: 30px;
    position: relative;
    left: 0;      
    right: 0;     
    top: 15px;     
}
.rewss--avatar {
    border-radius: 55px;
    position: relative;
    right: -20px;
}
.reviews-section {
    padding-top: 35px;
    padding-bottom: 35px;
}
    .content--bottom--cd {
        border-top: solid 1px #733A16;
        /* position: absolute; */
        /* position: absolute; */
        bottom: 10px;
        width: 295px;
        /* top: 50px; */
    }
}
 @media (min-width: 1095px) {
     
    .mobile--text--pln{
        display: none;
    } 
	 .mobile--text-np{
		display: none; 
	 }
 }
.rows--block h3{
	font-family: "Halvar Breitschrift";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 194.444% */
	background: linear-gradient(120deg, #733A16 58.65%, #D08852 84.7%, #733A16 108.79%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.rows--block p{
	color: #000;
font-family: "Artegra Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.img--pm{
	width: 240px;
height: 230px !important;
}
.text--pm p {
    color: #000;
    font-family: "Artegra Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn--emb{
	    display: flex;
    padding-top: 11px;
    justify-content: end;
}
.procedure {
    text-align: center;
    font-family: "Halvar Breitschrift";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    background: linear-gradient(120deg, #733A16 58.65%, #D08852 84.7%, #733A16 108.79%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 350px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.card--pr{
	flex: 1 1 calc(50% - 30px);
    display: flex;
    flex-direction: column;
    background: #FFF;
    box-shadow: none;
}
.content--block-v {
    display: flex;
    height: 210px;
	gap:12px;
}
.listt--xm li{
	color: #000;
font-family: "Artegra Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
	
}
.listt--xm {
    max-width: 300px;
}
@media (max-width: 1095px) {
	.mobile--text-np p{
		font-size:12px !important;
	}
	.img--pm {
        width: 130px !important;
        height: 180px !important;
        width: 130px;
        height: 180px;
        object-fit: cover;
    }
	.listt--xm li{
		font-size:11px;
	}
	.procedure--txt{
		font-family: "Halvar Breitschrift";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 114.286% */
		background: linear-gradient(90deg, #733A16 0%, #D08852 51.92%, #733A16 92.36%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
		padding-bottom: 10px;
        text-align: start;
	}
	.services-content{
		font-size: 16px;
	}
	.procedure{
		display:none;
	}
}
.content--ptr{
                    text-align: start !important;
                }
      .content--lable {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    border-top: solid 1px #733A16;
    width: 310px;
    /* padding-bottom: 5px; */
}
                    .list--size p{
                        color: #000;
font-family: "Artegra Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom: 1px;
                    }
                    .list--size
 {
    display: flex;
    gap: 0px;
    flex-direction: column;
    padding-top: 10px;
}
.btn--content-xr a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn--content-xr {
    padding-top: 20px;
}
@media (max-width: 780px) {
.img--mobvj img{
	width: 130px;
height: 180px !important;
}
	.procedure-card{
		height: fit-content !important;
	}
	.content--lable{
		display:none !important;
	}
	    .mx--mob {
        display: flex;
    }
	    .bottom--ms {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
	
}
.mx--mob{
	display:flex;
}
@media (min-width: 780px) {
.bottom--ms{
	display:none !important;
	}
.btn--content-xr {
    padding-top: 10px;
    border-top: none !important;
    width: 300px;
    align-items: start;
    /* display: none; */
}
	.btn--content-xr a {
    display: flex;
    flex-direction: column;
    align-items: end !important;
    /* margin: 0px auto; */
}
}
@media screen and (min-width: 1000px) and (max-width: 1250px) {

  body {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

  h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  h6 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  p {
    margin-bottom: 18px;
  }

 

}

/*styling*/
