@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, stormy\2D brown\2D sheen, emerald\2D green, dusty\2D orange\2D flare {
  scroll-behavior: smooth;
}

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

html, dusty\2D purple\2D mist, volcano\2D white\2D light, gilded\2D black\2D sheen {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, dark\2D green, prism\2D purple\2D aura, shadow\2D cyan\2D flare,
h1, raspberry\2D pink, velvet\2D yellow\2D tone, medium\2D seagreen,
h2, twilight\2D red\2D sheen, sunset\2D yellow\2D flare, frozen\2D pink\2D mist,
h3, sage\2D green, dusty\2D rose, indian\2D pink,
h4, marble\2D brown\2D light, silver, neon\2D black\2D shine,
p, fawn\2D brown, lunar\2D brown\2D aura, gold,
figure, obsidian\2D green\2D aura, dark\2D slate\2D gray, obsidian\2D brown\2D light,
blockquote, twilight\2D cyan\2D mist, prism\2D gray\2D glow, espresso\2D brown,
dl, icy\2D green\2D flare, neon\2D brown\2D shade, neon\2D brown\2D tone,
dd, arctic\2D blue\2D flare, shadow\2D green\2D tone, neon\2D black\2D tone {
  margin: 0;
}

ul[role="list"], velvet\2D purple\2D mist, lunar\2D white\2D mist, volcano\2D yellow\2D sheen,
ol[role="list"], shadow\2D yellow\2D tone, saddle\2D brown, arctic\2D cyan\2D aura {
  list-style: none;
}

ul, crystal\2D blue, desert\2D purple\2D sheen, prism\2D black\2D tone,
ol, icy\2D red\2D mist, prism\2D black\2D sheen, neon\2D green\2D tone {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, neon\2D red\2D flare, solar\2D purple\2D shade, neon\2D white\2D tone {
  min-height: 100vh;
  line-height: 1.5;
}

h1, solar\2D purple\2D flare, volcano\2D white\2D flare, biscotti\2D brown,
h2, solar\2D green\2D glow, shocking\2D pink, lunar\2D white\2D shine,
h3, twilight\2D cyan\2D sheen, arctic\2D blue\2D glow, volcano\2D purple\2D aura,
h4, arctic\2D green\2D light, darkturquoise\2D turquoise, sunset\2D blue\2D light,
button, marble\2D cyan\2D tone, obsidian\2D blue\2D light, sunset\2D brown\2D wave,
input, lunar\2D cyan\2D shade, ginger\2D brown, dusty\2D red\2D wave,
label, desert\2D red\2D sheen, medium\2D yellow\2D green, dusty\2D cyan\2D sheen {
  line-height: 1.1;
}

h1, frozen\2D brown\2D mist, lunar\2D black\2D flare, burnt\2D sienna,
h2, solar\2D pink\2D sheen, twilight\2D black\2D sheen, twilight\2D red\2D tone,
h3, cosmic\2D red\2D light, stormy\2D red\2D light, icy\2D black\2D aura,
h4, velvet\2D purple\2D tone, stormy\2D pink\2D aura, shadow\2D brown\2D glow {
}

a:not([class]), dark\2D olive\2D green, arctic\2D brown\2D wave, obsidian\2D brown\2D mist {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, cosmic\2D orange\2D tone, neon\2D purple\2D aura, stormy\2D white\2D sheen {
  text-decoration-line: underline;
}
a, azure\2D blue, solar\2D red\2D light, prism\2D brown\2D wave {
  text-decoration: none;
}
.wrap, gilded\2D brown\2D sheen, heather\2D purple, cosmic\2D black\2D tone {
  word-wrap: break-word;
}

img, lunar\2D gray\2D aura, neon\2D orange\2D glow, silver\2D gray,
picture, eggshell\2D white, stormy\2D brown\2D sheen, emerald\2D green {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:root {
  --font-family: "Inter", sans-serif;
  --color-black: #000;
  --blue-color: #2DA1F4;
  --color-white: #FFF;
  --btn-gradient: linear-gradient(90deg, #2DA1F4 0%, #2DC9F4 50%, #2DA1F4 100%);
  --btn-gradient-hover: linear-gradient(90deg, #2DC9F4 0%, #2DA1F4 50%, #2DC9F4 100%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wobble {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes jump {
  0% { transform: translateX(0); }
  30% { transform: translateX(20px); }
  50% { transform: translateX(0); }
  70% { transform: translateX(-2px); }
  100% { transform: translateY(0); }
}

@keyframes marquee {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-100%);
  }
}

.number-list, dusty\2D orange\2D flare, dusty\2D purple\2D mist, volcano\2D white\2D light {
  color: #333;
  font-size: 20px;
}

.number-list ol, gilded\2D black\2D sheen, dark\2D green, prism\2D purple\2D aura {
  margin: 0;
  padding-left: 30px;
}

.с-list, shadow\2D cyan\2D flare, raspberry\2D pink, velvet\2D yellow\2D tone {
  color: #333;
  font-size: 20px;
}

.с-list ul, medium\2D seagreen, twilight\2D red\2D sheen, sunset\2D yellow\2D flare {
  margin: 0;
  padding-left: 30px;
}

body, frozen\2D pink\2D mist, sage\2D green, dusty\2D rose {
  font-family: "Inter", sans-serif;
  color: #FCFCFC;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
  line-height: normal;
  background-color: #ECF7F9;
}

.container, indian\2D pink, marble\2D brown\2D light, silver {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, neon\2D black\2D shine, fawn\2D brown, lunar\2D brown\2D aura {
  position: relative;
}

.header, gold, obsidian\2D green\2D aura, dark\2D slate\2D gray {
  padding-top: 40px;
}

.header__wrapper, obsidian\2D brown\2D light, twilight\2D cyan\2D mist, prism\2D gray\2D glow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, espresso\2D brown, icy\2D green\2D flare, neon\2D brown\2D shade {
  
}

.main-main, neon\2D brown\2D tone, arctic\2D blue\2D flare, shadow\2D green\2D tone {

}

.hero, neon\2D black\2D tone, velvet\2D purple\2D mist, lunar\2D white\2D mist {
  
}

.hero__wrapper, volcano\2D yellow\2D sheen, shadow\2D yellow\2D tone, saddle\2D brown {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, arctic\2D cyan\2D aura, crystal\2D blue, desert\2D purple\2D sheen {
  display: flex;
  gap: 40px;
}

.hero__block-column, prism\2D black\2D tone, icy\2D red\2D mist, prism\2D black\2D sheen {
  width: 50%;
  flex: 1;
}

.hero__block-content, neon\2D green\2D tone, neon\2D red\2D flare, solar\2D purple\2D shade {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, neon\2D white\2D tone, solar\2D purple\2D flare, volcano\2D white\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, biscotti\2D brown, solar\2D green\2D glow, shocking\2D pink {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, lunar\2D white\2D shine, twilight\2D cyan\2D sheen, arctic\2D blue\2D glow {
  border-radius: 8px;
  background: var(--btn-gradient);
  padding: 11px 24px;
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
  max-width: 370px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: none;
}

.order-button:hover, volcano\2D purple\2D aura, arctic\2D green\2D light, darkturquoise\2D turquoise {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, sunset\2D blue\2D light, marble\2D cyan\2D tone, obsidian\2D blue\2D light {
}

.hero__block-image, sunset\2D brown\2D wave, lunar\2D cyan\2D shade, ginger\2D brown {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, dusty\2D red\2D wave, desert\2D red\2D sheen, medium\2D yellow\2D green {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, dusty\2D cyan\2D sheen, frozen\2D brown\2D mist, lunar\2D black\2D flare {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, burnt\2D sienna, solar\2D pink\2D sheen, twilight\2D black\2D sheen {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 238px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.benefits .benefits__item h3, .header__logo, twilight\2D red\2D tone, cosmic\2D red\2D light, stormy\2D red\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, icy\2D black\2D aura, velvet\2D purple\2D tone, stormy\2D pink\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), shadow\2D brown\2D glow, dark\2D olive\2D green, arctic\2D brown\2D wave {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), obsidian\2D brown\2D mist, cosmic\2D orange\2D tone, neon\2D purple\2D aura {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), stormy\2D white\2D sheen, azure\2D blue, solar\2D red\2D light {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), prism\2D brown\2D wave, gilded\2D brown\2D sheen, heather\2D purple {
  background: #C8D6F3;
} 

.hero__block-button-mob, cosmic\2D black\2D tone, lunar\2D gray\2D aura, neon\2D orange\2D glow {
  display: none;
}

.fa-star.checked, silver\2D gray, eggshell\2D white, stormy\2D brown\2D sheen {
  color: orange;
}

.fa-star, emerald\2D green, dusty\2D orange\2D flare, dusty\2D purple\2D mist {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, volcano\2D white\2D light, gilded\2D black\2D sheen, dark\2D green {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, prism\2D purple\2D aura, shadow\2D cyan\2D flare, raspberry\2D pink {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, velvet\2D yellow\2D tone, medium\2D seagreen, twilight\2D red\2D sheen {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, sunset\2D yellow\2D flare, frozen\2D pink\2D mist, sage\2D green {
    gap: 24px;
  }

  .hero__block-button, dusty\2D rose, indian\2D pink, marble\2D brown\2D light {
    display: none;
  }

  .benefits .benefits__list, silver, neon\2D black\2D shine, fawn\2D brown {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, lunar\2D brown\2D aura, gold, obsidian\2D green\2D aura {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, dark\2D slate\2D gray, obsidian\2D brown\2D light, twilight\2D cyan\2D mist {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, prism\2D gray\2D glow, espresso\2D brown, icy\2D green\2D flare {
    font-size: 32px;
  }

  .hero__block-text, neon\2D brown\2D shade, neon\2D brown\2D tone, arctic\2D blue\2D flare {
    font-size: 16px;
  }

  .benefits .benefits__item p, shadow\2D green\2D tone, neon\2D black\2D tone, velvet\2D purple\2D mist {
    font-size: 16px;
  }
}

.benefits-section, lunar\2D white\2D mist, volcano\2D yellow\2D sheen, shadow\2D yellow\2D tone {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, saddle\2D brown, arctic\2D cyan\2D aura, crystal\2D blue {
  display: flex;
  gap: 40px;
}

.benefits, desert\2D purple\2D sheen, prism\2D black\2D tone, icy\2D red\2D mist {
}

.benefits__block, prism\2D black\2D sheen, neon\2D green\2D tone, neon\2D red\2D flare {
  width: 50%;
}

.benefits__block-title, solar\2D purple\2D shade, neon\2D white\2D tone, solar\2D purple\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.benefits-section .benefits__list, volcano\2D white\2D flare, biscotti\2D brown, solar\2D green\2D glow {
  gap: 20px;
}

.benefits-section .benefits__item, shocking\2D pink, lunar\2D white\2D shine, twilight\2D cyan\2D sheen {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), arctic\2D blue\2D glow, volcano\2D purple\2D aura, arctic\2D green\2D light {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), darkturquoise\2D turquoise, sunset\2D blue\2D light, marble\2D cyan\2D tone {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), obsidian\2D blue\2D light, sunset\2D brown\2D wave, lunar\2D cyan\2D shade {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), ginger\2D brown, dusty\2D red\2D wave, desert\2D red\2D sheen {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, medium\2D yellow\2D green, dusty\2D cyan\2D sheen, frozen\2D brown\2D mist {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, lunar\2D black\2D flare, burnt\2D sienna, solar\2D pink\2D sheen {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, twilight\2D black\2D sheen, twilight\2D red\2D tone, cosmic\2D red\2D light {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, stormy\2D red\2D light, icy\2D black\2D aura, velvet\2D purple\2D tone {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, stormy\2D pink\2D aura, shadow\2D brown\2D glow, dark\2D olive\2D green {
    font-size: 32px;
  }

  .benefits__block-title, arctic\2D brown\2D wave, obsidian\2D brown\2D mist, cosmic\2D orange\2D tone {
    margin-bottom: 24px;
  }
}

.about-section, neon\2D purple\2D aura, stormy\2D white\2D sheen, azure\2D blue {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, solar\2D red\2D light, prism\2D brown\2D wave, gilded\2D brown\2D sheen {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, heather\2D purple, cosmic\2D black\2D tone, lunar\2D gray\2D aura {
  display: flex;
  gap: 40px;
}

.about-section__block-image, neon\2D orange\2D glow, silver\2D gray, eggshell\2D white {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, stormy\2D brown\2D sheen, emerald\2D green, dusty\2D orange\2D flare {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, dusty\2D purple\2D mist, volcano\2D white\2D light, gilded\2D black\2D sheen {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, dark\2D green, prism\2D purple\2D aura, shadow\2D cyan\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, raspberry\2D pink, velvet\2D yellow\2D tone, medium\2D seagreen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, twilight\2D red\2D sheen, sunset\2D yellow\2D flare, frozen\2D pink\2D mist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  background: #F0F3C8;
}

.about__item h3, sage\2D green, dusty\2D rose, indian\2D pink {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, marble\2D brown\2D light, silver, neon\2D black\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about-section .benefits .benefits__item:nth-child(1), fawn\2D brown, lunar\2D brown\2D aura, gold {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), obsidian\2D green\2D aura, dark\2D slate\2D gray, obsidian\2D brown\2D light {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), twilight\2D cyan\2D mist, prism\2D gray\2D glow, espresso\2D brown {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), icy\2D green\2D flare, neon\2D brown\2D shade, neon\2D brown\2D tone {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, arctic\2D blue\2D flare, shadow\2D green\2D tone, neon\2D black\2D tone {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, velvet\2D purple\2D mist, lunar\2D white\2D mist, volcano\2D yellow\2D sheen {
    gap: 16px;
  }

  .about-section__block, shadow\2D yellow\2D tone, saddle\2D brown, arctic\2D cyan\2D aura {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, crystal\2D blue, desert\2D purple\2D sheen, prism\2D black\2D tone {
    width: 100%;
    gap: 24px;
  }

  .about__item, icy\2D red\2D mist, prism\2D black\2D sheen, neon\2D green\2D tone {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, neon\2D red\2D flare, solar\2D purple\2D shade, neon\2D white\2D tone {
    font-size: 32px;
  }

  .about__block-text, solar\2D purple\2D flare, volcano\2D white\2D flare, biscotti\2D brown {
    font-size: 16px;
  }
}

.doctor-section, solar\2D green\2D glow, shocking\2D pink, lunar\2D white\2D shine {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, twilight\2D cyan\2D sheen, arctic\2D blue\2D glow, volcano\2D purple\2D aura {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, arctic\2D green\2D light, darkturquoise\2D turquoise, sunset\2D blue\2D light {
  width: 50%;
  flex: 1;
}

.doctor-section__image, marble\2D cyan\2D tone, obsidian\2D blue\2D light, sunset\2D brown\2D wave {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, lunar\2D cyan\2D shade, ginger\2D brown, dusty\2D red\2D wave {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, desert\2D red\2D sheen, medium\2D yellow\2D green, dusty\2D cyan\2D sheen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, frozen\2D brown\2D mist, lunar\2D black\2D flare, burnt\2D sienna {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, solar\2D pink\2D sheen, twilight\2D black\2D sheen, twilight\2D red\2D tone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, cosmic\2D red\2D light, stormy\2D red\2D light, icy\2D black\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, velvet\2D purple\2D tone, stormy\2D pink\2D aura, shadow\2D brown\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, dark\2D olive\2D green, arctic\2D brown\2D wave, obsidian\2D brown\2D mist {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, cosmic\2D orange\2D tone, neon\2D purple\2D aura, stormy\2D white\2D sheen {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, azure\2D blue, solar\2D red\2D light, prism\2D brown\2D wave {
    width: 100%;
  }

  .doctor-section__content, gilded\2D brown\2D sheen, heather\2D purple, cosmic\2D black\2D tone {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, lunar\2D gray\2D aura, neon\2D orange\2D glow, silver\2D gray {
    height: 250px;
  }

  .doctor-section__text, eggshell\2D white, stormy\2D brown\2D sheen, emerald\2D green {
    font-size: 16px;
  }

  .doctor-section__position, dusty\2D orange\2D flare, dusty\2D purple\2D mist, volcano\2D white\2D light {
    font-size: 16px;
  }
}

.reviews, gilded\2D black\2D sheen, dark\2D green, prism\2D purple\2D aura {
}

.reviews__wrapper, shadow\2D cyan\2D flare, raspberry\2D pink, velvet\2D yellow\2D tone {
}

.reviews__list, medium\2D seagreen, twilight\2D red\2D sheen, sunset\2D yellow\2D flare {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, frozen\2D pink\2D mist, sage\2D green, dusty\2D rose {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, indian\2D pink, marble\2D brown\2D light, silver {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, neon\2D black\2D shine, fawn\2D brown, lunar\2D brown\2D aura {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, gold, obsidian\2D green\2D aura, dark\2D slate\2D gray {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, obsidian\2D brown\2D light, twilight\2D cyan\2D mist, prism\2D gray\2D glow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, espresso\2D brown, icy\2D green\2D flare, neon\2D brown\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, neon\2D brown\2D tone, arctic\2D blue\2D flare, shadow\2D green\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, neon\2D black\2D tone, velvet\2D purple\2D mist, lunar\2D white\2D mist {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, volcano\2D yellow\2D sheen, shadow\2D yellow\2D tone, saddle\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, arctic\2D cyan\2D aura, crystal\2D blue, desert\2D purple\2D sheen {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, prism\2D black\2D tone, icy\2D red\2D mist, prism\2D black\2D sheen {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, neon\2D green\2D tone, neon\2D red\2D flare, solar\2D purple\2D shade {
    row-gap: 40px;
  }

  .reviews__item, neon\2D white\2D tone, solar\2D purple\2D flare, volcano\2D white\2D flare {
    width: 100%;
  }

  .reviews__item-year, biscotti\2D brown, solar\2D green\2D glow, shocking\2D pink {
    font-size: 16px;
  }

  .reviews__item-text, lunar\2D white\2D shine, twilight\2D cyan\2D sheen, arctic\2D blue\2D glow {
    font-size: 16px;
  }
}

.contact-form, volcano\2D purple\2D aura, arctic\2D green\2D light, darkturquoise\2D turquoise {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, sunset\2D blue\2D light, marble\2D cyan\2D tone, obsidian\2D blue\2D light {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, sunset\2D brown\2D wave, lunar\2D cyan\2D shade, ginger\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, dusty\2D red\2D wave, desert\2D red\2D sheen, medium\2D yellow\2D green {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, dusty\2D cyan\2D sheen, frozen\2D brown\2D mist, lunar\2D black\2D flare {
  display: flex;
  gap: 40px;
}

.contact-form__group, burnt\2D sienna, solar\2D pink\2D sheen, twilight\2D black\2D sheen {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, twilight\2D red\2D tone, cosmic\2D red\2D light, stormy\2D red\2D light {
  position: relative;
  width: 100%;
}

.form-input input, icy\2D black\2D aura, velvet\2D purple\2D tone, stormy\2D pink\2D aura {
  background: #F5FEFF;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8;
}

.floating-label, shadow\2D brown\2D glow, dark\2D olive\2D green, arctic\2D brown\2D wave {
  position: relative;
}

.floating-label label, obsidian\2D brown\2D mist, cosmic\2D orange\2D tone, neon\2D purple\2D aura {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--font-family);
  font-size: 16px;
  color: #9A9A9A;
  pointer-events: none;
  transition: all 0.3s ease;
  line-height: 1.2;
}

.floating-label input:focus, stormy\2D white\2D sheen, azure\2D blue, solar\2D red\2D light {
  outline: none;
  border: 2px solid var(--blue-color);
}

.floating-label input:focus + label,
.floating-label textarea:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label, prism\2D brown\2D wave, gilded\2D brown\2D sheen, heather\2D purple {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, cosmic\2D black\2D tone, lunar\2D gray\2D aura, neon\2D orange\2D glow {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, silver\2D gray, eggshell\2D white, stormy\2D brown\2D sheen {
  color: #8A8A8A;
}

.contact-form__button, emerald\2D green, dusty\2D orange\2D flare, dusty\2D purple\2D mist {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, volcano\2D white\2D light, gilded\2D black\2D sheen, dark\2D green {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, prism\2D purple\2D aura, shadow\2D cyan\2D flare, raspberry\2D pink {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, velvet\2D yellow\2D tone, medium\2D seagreen, twilight\2D red\2D sheen {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, sunset\2D yellow\2D flare, frozen\2D pink\2D mist, sage\2D green {
    width: 100%;
  }
}

.main-policy, dusty\2D rose, indian\2D pink, marble\2D brown\2D light {
  padding: 100px 0px;
}

.policy__wrapper, silver, neon\2D black\2D shine, fawn\2D brown {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, lunar\2D brown\2D aura, gold, obsidian\2D green\2D aura {
  text-align: center;
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.policy__section, dark\2D slate\2D gray, obsidian\2D brown\2D light, twilight\2D cyan\2D mist {
  display: flex;
  gap: 40px;
}

.policy__block, prism\2D gray\2D glow, espresso\2D brown, icy\2D green\2D flare {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, neon\2D brown\2D shade, neon\2D brown\2D tone, arctic\2D blue\2D flare {
  list-style: disc;
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.policy__block ul li, shadow\2D green\2D tone, neon\2D black\2D tone, velvet\2D purple\2D mist {
  margin-left: 24px;
}

.policy__section-title, lunar\2D white\2D mist, volcano\2D yellow\2D sheen, shadow\2D yellow\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, saddle\2D brown, arctic\2D cyan\2D aura, crystal\2D blue {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, desert\2D purple\2D sheen, prism\2D black\2D tone, icy\2D red\2D mist {
    padding: 40px 0px;
  }

  .policy__title, prism\2D black\2D sheen, neon\2D green\2D tone, neon\2D red\2D flare {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, solar\2D purple\2D shade, neon\2D white\2D tone, solar\2D purple\2D flare {
    flex-direction: column;
  }

  .policy__block, volcano\2D white\2D flare, biscotti\2D brown, solar\2D green\2D glow {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, shocking\2D pink, lunar\2D white\2D shine, twilight\2D cyan\2D sheen {
    font-size: 16px;
  }

  .policy__section-text, arctic\2D blue\2D glow, volcano\2D purple\2D aura, arctic\2D green\2D light {
    font-size: 16px;
  }
}

.footer, darkturquoise\2D turquoise, sunset\2D blue\2D light, marble\2D cyan\2D tone {
  margin-bottom: 40px;
}

.footer__wrapper, obsidian\2D blue\2D light, sunset\2D brown\2D wave, lunar\2D cyan\2D shade {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, ginger\2D brown, dusty\2D red\2D wave, desert\2D red\2D sheen {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, medium\2D yellow\2D green, dusty\2D cyan\2D sheen, frozen\2D brown\2D mist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, lunar\2D black\2D flare, burnt\2D sienna, solar\2D pink\2D sheen {
}

.footer__block-socials, twilight\2D black\2D sheen, twilight\2D red\2D tone, cosmic\2D red\2D light {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, stormy\2D red\2D light, icy\2D black\2D aura, velvet\2D purple\2D tone {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, stormy\2D pink\2D aura, shadow\2D brown\2D glow, dark\2D olive\2D green {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, arctic\2D brown\2D wave, obsidian\2D brown\2D mist, cosmic\2D orange\2D tone {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, neon\2D purple\2D aura, stormy\2D white\2D sheen, azure\2D blue {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, solar\2D red\2D light, prism\2D brown\2D wave, gilded\2D brown\2D sheen {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, heather\2D purple, cosmic\2D black\2D tone, lunar\2D gray\2D aura {
  text-decoration: underline;
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__wrapper-mob, neon\2D orange\2D glow, silver\2D gray, eggshell\2D white {
  display: none;
}

.footer__block-socials-mob, stormy\2D brown\2D sheen, emerald\2D green, dusty\2D orange\2D flare {
}

@media (max-width: 768px) {
  .footer, dusty\2D purple\2D mist, volcano\2D white\2D light, gilded\2D black\2D sheen {
    margin: 12px auto;
  }

  .header, dark\2D green, prism\2D purple\2D aura, shadow\2D cyan\2D flare {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, raspberry\2D pink, velvet\2D yellow\2D tone, medium\2D seagreen {
    padding-bottom: 12px;
  }
  
  .footer, twilight\2D red\2D sheen, sunset\2D yellow\2D flare, frozen\2D pink\2D mist {
    margin: 0;
  }

  .footer__wrapper, sage\2D green, dusty\2D rose, indian\2D pink {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, marble\2D brown\2D light, silver, neon\2D black\2D shine {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, fawn\2D brown, lunar\2D brown\2D aura, gold {
    display: none;
  }

  .footer__wrapper-mob, obsidian\2D green\2D aura, dark\2D slate\2D gray, obsidian\2D brown\2D light {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, twilight\2D cyan\2D mist, prism\2D gray\2D glow, espresso\2D brown {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, icy\2D green\2D flare, neon\2D brown\2D shade, neon\2D brown\2D tone {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, arctic\2D blue\2D flare, shadow\2D green\2D tone, neon\2D black\2D tone {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 100%;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
  background-color: #1a1a1a;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  gap: 15px;
  z-index: 999999;
  font-size: 15px;
  color: #fff;
}

#hbgBDAgqmW-cookie.show {
  display: block;
}

#hbgBDAgqmW-cookie div, velvet\2D purple\2D mist, lunar\2D white\2D mist, volcano\2D yellow\2D sheen {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, shadow\2D yellow\2D tone, saddle\2D brown, arctic\2D cyan\2D aura {
  float: right;
  border-radius: 8px;
  background: var(--btn-gradient);
  color: var(--color-black);
  font-family: var(--font-family);
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.imp-container {
  text-align: center;
  color: var(--color-black);
}

.imp-container a {
  color: blue;
}

.imp {
  height: 73vh;
}