@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, gilded\2D yellow\2D shine, sunset\2D cyan\2D flare, desert\2D red\2D sheen {
  scroll-behavior: smooth;
}

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

html, gold\2D copper, crimson, obsidian\2D black\2D mist {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, frozen\2D cyan\2D shine, lunar\2D gray\2D glow, marble\2D blue\2D mist,
h1, lunar\2D black\2D flare, neon\2D orange\2D flare, frozen\2D gray\2D flare,
h2, gilded\2D green\2D flare, desert\2D pink\2D shade, gold,
h3, azure\2D blue, prism\2D pink\2D aura, sand\2D beige,
h4, velvet\2D orange\2D tone, volcano\2D orange\2D sheen, neon\2D yellow\2D shade,
p, beetroot\2D red, gilded\2D pink\2D shade, obsidian\2D black\2D sheen,
figure, prism\2D purple\2D aura, lavender\2D blush, icy\2D purple\2D mist,
blockquote, volcano\2D white\2D light, stormy\2D brown\2D tone, arctic\2D cyan\2D aura,
dl, solar\2D orange\2D mist, firebrick\2D red, icy\2D blue\2D aura,
dd, amethyst\2D violet, frozen\2D gray\2D light, sunset\2D gray\2D wave {
  margin: 0;
}

ul[role="list"], lunar\2D purple\2D shine, solar\2D red\2D mist, lunar\2D purple\2D light,
ol[role="list"], velvet\2D yellow\2D sheen, lunar\2D green\2D tone, desert\2D blue\2D glow {
  list-style: none;
}

ul, lunar\2D orange\2D tone, gilded\2D green\2D sheen, midnight\2D blue,
ol, icy\2D cyan\2D aura, arctic\2D red\2D shade, obsidian\2D pink\2D sheen {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, ivory\2D white, cherry, deep\2D coral {
  min-height: 100vh;
  line-height: 1.5;
}

h1, cornflower, neon\2D brown\2D flare, neon\2D red\2D shade,
h2, marble\2D gray\2D glow, periwinkle\2D violet, arctic\2D gray\2D mist,
h3, obsidian\2D brown\2D light, velvet\2D pink\2D flare, frozen\2D black\2D glow,
h4, cosmic\2D cyan\2D glow, twilight\2D red\2D aura, dusty\2D black\2D flare,
button, arctic\2D pink\2D aura, sunset\2D green\2D shine, gilded\2D brown\2D wave,
input, solar\2D pink\2D sheen, neon\2D yellow\2D mist, orchid\2D lavender,
label, volcano\2D orange\2D wave, dusty\2D pink\2D mist, arctic\2D black\2D glow {
  line-height: 1.1;
}

h1, desert\2D purple\2D shade, twilight\2D yellow\2D shade, sunset\2D purple\2D light,
h2, dim\2D gray, neon\2D green\2D tone, velvet\2D brown\2D shine,
h3, obsidian\2D cyan\2D wave, cosmic\2D orange\2D tone, lunar\2D blue\2D flare,
h4, shadow\2D black\2D shade, twilight\2D red\2D glow, desert\2D red\2D glow {
}

a:not([class]), neon\2D brown\2D mist, lunar\2D cyan\2D mist, deep\2D magenta {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, frozen\2D pink\2D mist, volcano\2D red\2D light, volcano\2D black\2D tone {
  text-decoration-line: underline;
}
a, sunset\2D green\2D sheen, lightcyan\2D cyan, desert\2D pink\2D aura {
  text-decoration: none;
}
.wrap, arctic\2D blue\2D aura, desert\2D pink\2D glow, neon\2D white\2D wave {
  word-wrap: break-word;
}

img, velvet\2D purple\2D mist, desert\2D black\2D wave, frozen\2D brown\2D sheen,
picture, pumpkin\2D orange, gilded\2D yellow\2D shine, sunset\2D cyan\2D flare {
  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, desert\2D red\2D sheen, gold\2D copper, crimson {
  color: #333;
  font-size: 20px;
}

.number-list ol, obsidian\2D black\2D mist, frozen\2D cyan\2D shine, lunar\2D gray\2D glow {
  margin: 0;
  padding-left: 30px;
}

.с-list, marble\2D blue\2D mist, lunar\2D black\2D flare, neon\2D orange\2D flare {
  color: #333;
  font-size: 20px;
}

.с-list ul, frozen\2D gray\2D flare, gilded\2D green\2D flare, desert\2D pink\2D shade {
  margin: 0;
  padding-left: 30px;
}

body, gold, azure\2D blue, prism\2D pink\2D aura {
  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, sand\2D beige, velvet\2D orange\2D tone, volcano\2D orange\2D sheen {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, neon\2D yellow\2D shade, beetroot\2D red, gilded\2D pink\2D shade {
  position: relative;
}

.header, obsidian\2D black\2D sheen, prism\2D purple\2D aura, lavender\2D blush {
  padding-top: 40px;
}

.header__wrapper, icy\2D purple\2D mist, volcano\2D white\2D light, stormy\2D brown\2D tone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, arctic\2D cyan\2D aura, solar\2D orange\2D mist, firebrick\2D red {
  
}

.main-main, icy\2D blue\2D aura, amethyst\2D violet, frozen\2D gray\2D light {

}

.hero, sunset\2D gray\2D wave, lunar\2D purple\2D shine, solar\2D red\2D mist {
  
}

.hero__wrapper, lunar\2D purple\2D light, velvet\2D yellow\2D sheen, lunar\2D green\2D tone {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, desert\2D blue\2D glow, lunar\2D orange\2D tone, gilded\2D green\2D sheen {
  display: flex;
  gap: 40px;
}

.hero__block-column, midnight\2D blue, icy\2D cyan\2D aura, arctic\2D red\2D shade {
  width: 50%;
  flex: 1;
}

.hero__block-content, obsidian\2D pink\2D sheen, ivory\2D white, cherry {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, deep\2D coral, cornflower, neon\2D brown\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, neon\2D red\2D shade, marble\2D gray\2D glow, periwinkle\2D violet {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, arctic\2D gray\2D mist, obsidian\2D brown\2D light, velvet\2D pink\2D flare {
  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, frozen\2D black\2D glow, cosmic\2D cyan\2D glow, twilight\2D red\2D aura {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, dusty\2D black\2D flare, arctic\2D pink\2D aura, sunset\2D green\2D shine {
}

.hero__block-image, gilded\2D brown\2D wave, solar\2D pink\2D sheen, neon\2D yellow\2D mist {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, orchid\2D lavender, volcano\2D orange\2D wave, dusty\2D pink\2D mist {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, arctic\2D black\2D glow, desert\2D purple\2D shade, twilight\2D yellow\2D shade {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, sunset\2D purple\2D light, dim\2D gray, neon\2D green\2D tone {
  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, velvet\2D brown\2D shine, obsidian\2D cyan\2D wave, cosmic\2D orange\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, lunar\2D blue\2D flare, shadow\2D black\2D shade, twilight\2D red\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), desert\2D red\2D glow, neon\2D brown\2D mist, lunar\2D cyan\2D mist {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), deep\2D magenta, frozen\2D pink\2D mist, volcano\2D red\2D light {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), volcano\2D black\2D tone, sunset\2D green\2D sheen, lightcyan\2D cyan {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), desert\2D pink\2D aura, arctic\2D blue\2D aura, desert\2D pink\2D glow {
  background: #C8D6F3;
} 

.hero__block-button-mob, neon\2D white\2D wave, velvet\2D purple\2D mist, desert\2D black\2D wave {
  display: none;
}

.fa-star.checked, frozen\2D brown\2D sheen, pumpkin\2D orange, gilded\2D yellow\2D shine {
  color: orange;
}

.fa-star, sunset\2D cyan\2D flare, desert\2D red\2D sheen, gold\2D copper {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, crimson, obsidian\2D black\2D mist, frozen\2D cyan\2D shine {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, lunar\2D gray\2D glow, marble\2D blue\2D mist, lunar\2D black\2D flare {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, neon\2D orange\2D flare, frozen\2D gray\2D flare, gilded\2D green\2D flare {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, desert\2D pink\2D shade, gold, azure\2D blue {
    gap: 24px;
  }

  .hero__block-button, prism\2D pink\2D aura, sand\2D beige, velvet\2D orange\2D tone {
    display: none;
  }

  .benefits .benefits__list, volcano\2D orange\2D sheen, neon\2D yellow\2D shade, beetroot\2D red {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, gilded\2D pink\2D shade, obsidian\2D black\2D sheen, prism\2D purple\2D aura {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, lavender\2D blush, icy\2D purple\2D mist, volcano\2D white\2D light {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, stormy\2D brown\2D tone, arctic\2D cyan\2D aura, solar\2D orange\2D mist {
    font-size: 32px;
  }

  .hero__block-text, firebrick\2D red, icy\2D blue\2D aura, amethyst\2D violet {
    font-size: 16px;
  }

  .benefits .benefits__item p, frozen\2D gray\2D light, sunset\2D gray\2D wave, lunar\2D purple\2D shine {
    font-size: 16px;
  }
}

.benefits-section, solar\2D red\2D mist, lunar\2D purple\2D light, velvet\2D yellow\2D sheen {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, lunar\2D green\2D tone, desert\2D blue\2D glow, lunar\2D orange\2D tone {
  display: flex;
  gap: 40px;
}

.benefits, gilded\2D green\2D sheen, midnight\2D blue, icy\2D cyan\2D aura {
}

.benefits__block, arctic\2D red\2D shade, obsidian\2D pink\2D sheen, ivory\2D white {
  width: 50%;
}

.benefits__block-title, cherry, deep\2D coral, cornflower {
  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, neon\2D brown\2D flare, neon\2D red\2D shade, marble\2D gray\2D glow {
  gap: 20px;
}

.benefits-section .benefits__item, periwinkle\2D violet, arctic\2D gray\2D mist, obsidian\2D brown\2D light {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), velvet\2D pink\2D flare, frozen\2D black\2D glow, cosmic\2D cyan\2D glow {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), twilight\2D red\2D aura, dusty\2D black\2D flare, arctic\2D pink\2D aura {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), sunset\2D green\2D shine, gilded\2D brown\2D wave, solar\2D pink\2D sheen {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), neon\2D yellow\2D mist, orchid\2D lavender, volcano\2D orange\2D wave {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, dusty\2D pink\2D mist, arctic\2D black\2D glow, desert\2D purple\2D shade {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, twilight\2D yellow\2D shade, sunset\2D purple\2D light, dim\2D gray {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, neon\2D green\2D tone, velvet\2D brown\2D shine, obsidian\2D cyan\2D wave {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, cosmic\2D orange\2D tone, lunar\2D blue\2D flare, shadow\2D black\2D shade {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, twilight\2D red\2D glow, desert\2D red\2D glow, neon\2D brown\2D mist {
    font-size: 32px;
  }

  .benefits__block-title, lunar\2D cyan\2D mist, deep\2D magenta, frozen\2D pink\2D mist {
    margin-bottom: 24px;
  }
}

.about-section, volcano\2D red\2D light, volcano\2D black\2D tone, sunset\2D green\2D sheen {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, lightcyan\2D cyan, desert\2D pink\2D aura, arctic\2D blue\2D aura {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, desert\2D pink\2D glow, neon\2D white\2D wave, velvet\2D purple\2D mist {
  display: flex;
  gap: 40px;
}

.about-section__block-image, desert\2D black\2D wave, frozen\2D brown\2D sheen, pumpkin\2D orange {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, gilded\2D yellow\2D shine, sunset\2D cyan\2D flare, desert\2D red\2D sheen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, gold\2D copper, crimson, obsidian\2D black\2D mist {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, frozen\2D cyan\2D shine, lunar\2D gray\2D glow, marble\2D blue\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, lunar\2D black\2D flare, neon\2D orange\2D flare, frozen\2D gray\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, gilded\2D green\2D flare, desert\2D pink\2D shade, gold {
  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, azure\2D blue, prism\2D pink\2D aura, sand\2D beige {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, velvet\2D orange\2D tone, volcano\2D orange\2D sheen, neon\2D yellow\2D shade {
  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), beetroot\2D red, gilded\2D pink\2D shade, obsidian\2D black\2D sheen {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), prism\2D purple\2D aura, lavender\2D blush, icy\2D purple\2D mist {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), volcano\2D white\2D light, stormy\2D brown\2D tone, arctic\2D cyan\2D aura {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), solar\2D orange\2D mist, firebrick\2D red, icy\2D blue\2D aura {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, amethyst\2D violet, frozen\2D gray\2D light, sunset\2D gray\2D wave {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, lunar\2D purple\2D shine, solar\2D red\2D mist, lunar\2D purple\2D light {
    gap: 16px;
  }

  .about-section__block, velvet\2D yellow\2D sheen, lunar\2D green\2D tone, desert\2D blue\2D glow {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, lunar\2D orange\2D tone, gilded\2D green\2D sheen, midnight\2D blue {
    width: 100%;
    gap: 24px;
  }

  .about__item, icy\2D cyan\2D aura, arctic\2D red\2D shade, obsidian\2D pink\2D sheen {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, ivory\2D white, cherry, deep\2D coral {
    font-size: 32px;
  }

  .about__block-text, cornflower, neon\2D brown\2D flare, neon\2D red\2D shade {
    font-size: 16px;
  }
}

.doctor-section, marble\2D gray\2D glow, periwinkle\2D violet, arctic\2D gray\2D mist {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, obsidian\2D brown\2D light, velvet\2D pink\2D flare, frozen\2D black\2D glow {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, cosmic\2D cyan\2D glow, twilight\2D red\2D aura, dusty\2D black\2D flare {
  width: 50%;
  flex: 1;
}

.doctor-section__image, arctic\2D pink\2D aura, sunset\2D green\2D shine, gilded\2D brown\2D wave {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, solar\2D pink\2D sheen, neon\2D yellow\2D mist, orchid\2D lavender {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, volcano\2D orange\2D wave, dusty\2D pink\2D mist, arctic\2D black\2D glow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, desert\2D purple\2D shade, twilight\2D yellow\2D shade, sunset\2D purple\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, dim\2D gray, neon\2D green\2D tone, velvet\2D brown\2D shine {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, obsidian\2D cyan\2D wave, cosmic\2D orange\2D tone, lunar\2D blue\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, shadow\2D black\2D shade, twilight\2D red\2D glow, desert\2D red\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, neon\2D brown\2D mist, lunar\2D cyan\2D mist, deep\2D magenta {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, frozen\2D pink\2D mist, volcano\2D red\2D light, volcano\2D black\2D tone {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, sunset\2D green\2D sheen, lightcyan\2D cyan, desert\2D pink\2D aura {
    width: 100%;
  }

  .doctor-section__content, arctic\2D blue\2D aura, desert\2D pink\2D glow, neon\2D white\2D wave {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, velvet\2D purple\2D mist, desert\2D black\2D wave, frozen\2D brown\2D sheen {
    height: 250px;
  }

  .doctor-section__text, pumpkin\2D orange, gilded\2D yellow\2D shine, sunset\2D cyan\2D flare {
    font-size: 16px;
  }

  .doctor-section__position, desert\2D red\2D sheen, gold\2D copper, crimson {
    font-size: 16px;
  }
}

.reviews, obsidian\2D black\2D mist, frozen\2D cyan\2D shine, lunar\2D gray\2D glow {
}

.reviews__wrapper, marble\2D blue\2D mist, lunar\2D black\2D flare, neon\2D orange\2D flare {
}

.reviews__list, frozen\2D gray\2D flare, gilded\2D green\2D flare, desert\2D pink\2D shade {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, gold, azure\2D blue, prism\2D pink\2D aura {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, sand\2D beige, velvet\2D orange\2D tone, volcano\2D orange\2D sheen {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, neon\2D yellow\2D shade, beetroot\2D red, gilded\2D pink\2D shade {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, obsidian\2D black\2D sheen, prism\2D purple\2D aura, lavender\2D blush {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, icy\2D purple\2D mist, volcano\2D white\2D light, stormy\2D brown\2D tone {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, arctic\2D cyan\2D aura, solar\2D orange\2D mist, firebrick\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, icy\2D blue\2D aura, amethyst\2D violet, frozen\2D gray\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, sunset\2D gray\2D wave, lunar\2D purple\2D shine, solar\2D red\2D mist {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, lunar\2D purple\2D light, velvet\2D yellow\2D sheen, lunar\2D green\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, desert\2D blue\2D glow, lunar\2D orange\2D tone, gilded\2D green\2D sheen {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, midnight\2D blue, icy\2D cyan\2D aura, arctic\2D red\2D shade {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, obsidian\2D pink\2D sheen, ivory\2D white, cherry {
    row-gap: 40px;
  }

  .reviews__item, deep\2D coral, cornflower, neon\2D brown\2D flare {
    width: 100%;
  }

  .reviews__item-year, neon\2D red\2D shade, marble\2D gray\2D glow, periwinkle\2D violet {
    font-size: 16px;
  }

  .reviews__item-text, arctic\2D gray\2D mist, obsidian\2D brown\2D light, velvet\2D pink\2D flare {
    font-size: 16px;
  }
}

.contact-form, frozen\2D black\2D glow, cosmic\2D cyan\2D glow, twilight\2D red\2D aura {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, dusty\2D black\2D flare, arctic\2D pink\2D aura, sunset\2D green\2D shine {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, gilded\2D brown\2D wave, solar\2D pink\2D sheen, neon\2D yellow\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, orchid\2D lavender, volcano\2D orange\2D wave, dusty\2D pink\2D mist {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, arctic\2D black\2D glow, desert\2D purple\2D shade, twilight\2D yellow\2D shade {
  display: flex;
  gap: 40px;
}

.contact-form__group, sunset\2D purple\2D light, dim\2D gray, neon\2D green\2D tone {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, velvet\2D brown\2D shine, obsidian\2D cyan\2D wave, cosmic\2D orange\2D tone {
  position: relative;
  width: 100%;
}

.form-input input, lunar\2D blue\2D flare, shadow\2D black\2D shade, twilight\2D red\2D glow {
  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, desert\2D red\2D glow, neon\2D brown\2D mist, lunar\2D cyan\2D mist {
  position: relative;
}

.floating-label label, deep\2D magenta, frozen\2D pink\2D mist, volcano\2D red\2D light {
  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, volcano\2D black\2D tone, sunset\2D green\2D sheen, lightcyan\2D cyan {
  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, desert\2D pink\2D aura, arctic\2D blue\2D aura, desert\2D pink\2D glow {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, neon\2D white\2D wave, velvet\2D purple\2D mist, desert\2D black\2D wave {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, frozen\2D brown\2D sheen, pumpkin\2D orange, gilded\2D yellow\2D shine {
  color: #8A8A8A;
}

.contact-form__button, sunset\2D cyan\2D flare, desert\2D red\2D sheen, gold\2D copper {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, crimson, obsidian\2D black\2D mist, frozen\2D cyan\2D shine {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, lunar\2D gray\2D glow, marble\2D blue\2D mist, lunar\2D black\2D flare {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, neon\2D orange\2D flare, frozen\2D gray\2D flare, gilded\2D green\2D flare {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, desert\2D pink\2D shade, gold, azure\2D blue {
    width: 100%;
  }
}

.main-policy, prism\2D pink\2D aura, sand\2D beige, velvet\2D orange\2D tone {
  padding: 100px 0px;
}

.policy__wrapper, volcano\2D orange\2D sheen, neon\2D yellow\2D shade, beetroot\2D red {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, gilded\2D pink\2D shade, obsidian\2D black\2D sheen, prism\2D purple\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, lavender\2D blush, icy\2D purple\2D mist, volcano\2D white\2D light {
  display: flex;
  gap: 40px;
}

.policy__block, stormy\2D brown\2D tone, arctic\2D cyan\2D aura, solar\2D orange\2D mist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, firebrick\2D red, icy\2D blue\2D aura, amethyst\2D violet {
  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, frozen\2D gray\2D light, sunset\2D gray\2D wave, lunar\2D purple\2D shine {
  margin-left: 24px;
}

.policy__section-title, solar\2D red\2D mist, lunar\2D purple\2D light, velvet\2D yellow\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, lunar\2D green\2D tone, desert\2D blue\2D glow, lunar\2D orange\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, gilded\2D green\2D sheen, midnight\2D blue, icy\2D cyan\2D aura {
    padding: 40px 0px;
  }

  .policy__title, arctic\2D red\2D shade, obsidian\2D pink\2D sheen, ivory\2D white {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, cherry, deep\2D coral, cornflower {
    flex-direction: column;
  }

  .policy__block, neon\2D brown\2D flare, neon\2D red\2D shade, marble\2D gray\2D glow {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, periwinkle\2D violet, arctic\2D gray\2D mist, obsidian\2D brown\2D light {
    font-size: 16px;
  }

  .policy__section-text, velvet\2D pink\2D flare, frozen\2D black\2D glow, cosmic\2D cyan\2D glow {
    font-size: 16px;
  }
}

.footer, twilight\2D red\2D aura, dusty\2D black\2D flare, arctic\2D pink\2D aura {
  margin-bottom: 40px;
}

.footer__wrapper, sunset\2D green\2D shine, gilded\2D brown\2D wave, solar\2D pink\2D sheen {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, neon\2D yellow\2D mist, orchid\2D lavender, volcano\2D orange\2D wave {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, dusty\2D pink\2D mist, arctic\2D black\2D glow, desert\2D purple\2D shade {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, twilight\2D yellow\2D shade, sunset\2D purple\2D light, dim\2D gray {
}

.footer__block-socials, neon\2D green\2D tone, velvet\2D brown\2D shine, obsidian\2D cyan\2D wave {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, cosmic\2D orange\2D tone, lunar\2D blue\2D flare, shadow\2D black\2D shade {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, twilight\2D red\2D glow, desert\2D red\2D glow, neon\2D brown\2D mist {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, lunar\2D cyan\2D mist, deep\2D magenta, frozen\2D pink\2D mist {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, volcano\2D red\2D light, volcano\2D black\2D tone, sunset\2D green\2D sheen {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, lightcyan\2D cyan, desert\2D pink\2D aura, arctic\2D blue\2D aura {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, desert\2D pink\2D glow, neon\2D white\2D wave, velvet\2D purple\2D mist {
  text-decoration: underline;
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__wrapper-mob, desert\2D black\2D wave, frozen\2D brown\2D sheen, pumpkin\2D orange {
  display: none;
}

.footer__block-socials-mob, gilded\2D yellow\2D shine, sunset\2D cyan\2D flare, desert\2D red\2D sheen {
}

@media (max-width: 768px) {
  .footer, gold\2D copper, crimson, obsidian\2D black\2D mist {
    margin: 12px auto;
  }

  .header, frozen\2D cyan\2D shine, lunar\2D gray\2D glow, marble\2D blue\2D mist {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, lunar\2D black\2D flare, neon\2D orange\2D flare, frozen\2D gray\2D flare {
    padding-bottom: 12px;
  }
  
  .footer, gilded\2D green\2D flare, desert\2D pink\2D shade, gold {
    margin: 0;
  }

  .footer__wrapper, azure\2D blue, prism\2D pink\2D aura, sand\2D beige {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, velvet\2D orange\2D tone, volcano\2D orange\2D sheen, neon\2D yellow\2D shade {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, beetroot\2D red, gilded\2D pink\2D shade, obsidian\2D black\2D sheen {
    display: none;
  }

  .footer__wrapper-mob, prism\2D purple\2D aura, lavender\2D blush, icy\2D purple\2D mist {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, volcano\2D white\2D light, stormy\2D brown\2D tone, arctic\2D cyan\2D aura {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, solar\2D orange\2D mist, firebrick\2D red, icy\2D blue\2D aura {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, amethyst\2D violet, frozen\2D gray\2D light, sunset\2D gray\2D wave {
  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, lunar\2D purple\2D shine, solar\2D red\2D mist, lunar\2D purple\2D light {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, velvet\2D yellow\2D sheen, lunar\2D green\2D tone, desert\2D blue\2D glow {
  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;
}