@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, dusty\2D gray\2D flare, velvet\2D purple\2D mist, desert\2D red\2D wave {
  scroll-behavior: smooth;
}

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

html, twilight\2D yellow\2D aura, stormy\2D purple\2D sheen, arctic\2D cyan\2D aura {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, cosmic\2D black\2D flare, desert\2D purple\2D wave, lunar\2D orange\2D sheen,
h1, obsidian\2D blue\2D sheen, dusty\2D red\2D wave, velvet\2D cyan\2D sheen,
h2, gold\2D foil, dusty\2D black\2D glow, marble\2D purple\2D light,
h3, marble\2D brown\2D shine, solar\2D orange\2D mist, icy\2D blue\2D mist,
h4, platinum\2D gray, citron\2D yellow, lunar\2D red\2D light,
p, linen\2D white, gilded\2D yellow\2D light, gold\2D spray,
figure, prism\2D red\2D shine, darkolivegreen\2D green, battleship\2D gray,
blockquote, velvet\2D red\2D sheen, golden\2D poppy, falu\2D red,
dl, hot\2D pink, volcano\2D white\2D mist, shadow\2D red\2D mist,
dd, gold\2D tone, marble\2D cyan\2D sheen, frozen\2D blue\2D mist {
  margin: 0;
}

ul[role="list"], arctic\2D orange\2D mist, dark\2D green, lightcoral\2D red,
ol[role="list"], stormy\2D red\2D mist, desert\2D black\2D wave, shadow\2D green\2D shine {
  list-style: none;
}

ul, cosmic\2D black\2D aura, lunar\2D blue\2D shade, shadow\2D green\2D shade,
ol, gilded\2D white\2D shine, icy\2D purple\2D mist, marble\2D white\2D flare {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, volcano\2D purple\2D aura, silver, frozen\2D brown\2D shine {
  min-height: 100vh;
  line-height: 1.5;
}

h1, sunset\2D black\2D flare, neon\2D black\2D glow, sunset\2D cyan\2D aura,
h2, stormy\2D white\2D sheen, solar\2D red\2D shine, fire\2D orange,
h3, volcano\2D green\2D glow, plum\2D wine, electric\2D blue,
h4, lunar\2D blue\2D sheen, frozen\2D orange\2D tone, gold\2D metallic,
button, obsidian\2D red\2D wave, cornsilk\2D white, stormy\2D yellow\2D flare,
input, neon\2D gray\2D wave, obsidian\2D pink\2D shine, neon\2D orange\2D aura,
label, obsidian\2D blue\2D flare, stormy\2D white\2D tone, bluesteel\2D blue {
  line-height: 1.1;
}

h1, twilight\2D purple\2D shade, icy\2D blue\2D sheen, gilded\2D red\2D sheen,
h2, obsidian\2D purple\2D sheen, gilded\2D blue\2D flare, goldenrod\2D yellow,
h3, icy\2D orange\2D glow, volcano\2D pink\2D glow, cosmic\2D gray\2D aura,
h4, twilight\2D gray\2D wave, marble\2D pink\2D light, prism\2D gray\2D glow {
}

a:not([class]), obsidian\2D cyan\2D flare, lavender\2D indigo, frozen\2D cyan\2D sheen {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, gilded\2D green\2D glow, arctic\2D green\2D shine, desert\2D red\2D tone {
  text-decoration-line: underline;
}
a, coral, arctic\2D blue\2D tone, stormy\2D cyan\2D light {
  text-decoration: none;
}
.wrap, prism\2D purple\2D light, marble\2D cyan\2D flare, deep\2D lilac {
  word-wrap: break-word;
}

img, cosmic\2D brown\2D flare, neon\2D brown\2D sheen, icy\2D black\2D aura,
picture, periwinkle\2D blue, dusty\2D gray\2D flare, velvet\2D purple\2D mist {
  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 wave, twilight\2D yellow\2D aura, stormy\2D purple\2D sheen {
  color: #333;
  font-size: 20px;
}

.number-list ol, arctic\2D cyan\2D aura, cosmic\2D black\2D flare, desert\2D purple\2D wave {
  margin: 0;
  padding-left: 30px;
}

.с-list, lunar\2D orange\2D sheen, obsidian\2D blue\2D sheen, dusty\2D red\2D wave {
  color: #333;
  font-size: 20px;
}

.с-list ul, velvet\2D cyan\2D sheen, gold\2D foil, dusty\2D black\2D glow {
  margin: 0;
  padding-left: 30px;
}

body, marble\2D purple\2D light, marble\2D brown\2D shine, solar\2D orange\2D mist {
  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, icy\2D blue\2D mist, platinum\2D gray, citron\2D yellow {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, lunar\2D red\2D light, linen\2D white, gilded\2D yellow\2D light {
  position: relative;
}

.header, gold\2D spray, prism\2D red\2D shine, darkolivegreen\2D green {
  padding-top: 40px;
}

.header__wrapper, battleship\2D gray, velvet\2D red\2D sheen, golden\2D poppy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, falu\2D red, hot\2D pink, volcano\2D white\2D mist {
  
}

.main-main, shadow\2D red\2D mist, gold\2D tone, marble\2D cyan\2D sheen {

}

.hero, frozen\2D blue\2D mist, arctic\2D orange\2D mist, dark\2D green {
  
}

.hero__wrapper, lightcoral\2D red, stormy\2D red\2D mist, desert\2D black\2D wave {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, shadow\2D green\2D shine, cosmic\2D black\2D aura, lunar\2D blue\2D shade {
  display: flex;
  gap: 40px;
}

.hero__block-column, shadow\2D green\2D shade, gilded\2D white\2D shine, icy\2D purple\2D mist {
  width: 50%;
  flex: 1;
}

.hero__block-content, marble\2D white\2D flare, volcano\2D purple\2D aura, silver {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, frozen\2D brown\2D shine, sunset\2D black\2D flare, neon\2D black\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, sunset\2D cyan\2D aura, stormy\2D white\2D sheen, solar\2D red\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, fire\2D orange, volcano\2D green\2D glow, plum\2D wine {
  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, electric\2D blue, lunar\2D blue\2D sheen, frozen\2D orange\2D tone {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, gold\2D metallic, obsidian\2D red\2D wave, cornsilk\2D white {
}

.hero__block-image, stormy\2D yellow\2D flare, neon\2D gray\2D wave, obsidian\2D pink\2D shine {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, neon\2D orange\2D aura, obsidian\2D blue\2D flare, stormy\2D white\2D tone {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, bluesteel\2D blue, twilight\2D purple\2D shade, icy\2D blue\2D sheen {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, gilded\2D red\2D sheen, obsidian\2D purple\2D sheen, gilded\2D blue\2D flare {
  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, goldenrod\2D yellow, icy\2D orange\2D glow, volcano\2D pink\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, cosmic\2D gray\2D aura, twilight\2D gray\2D wave, marble\2D pink\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), prism\2D gray\2D glow, obsidian\2D cyan\2D flare, lavender\2D indigo {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), frozen\2D cyan\2D sheen, gilded\2D green\2D glow, arctic\2D green\2D shine {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), desert\2D red\2D tone, coral, arctic\2D blue\2D tone {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), stormy\2D cyan\2D light, prism\2D purple\2D light, marble\2D cyan\2D flare {
  background: #C8D6F3;
} 

.hero__block-button-mob, deep\2D lilac, cosmic\2D brown\2D flare, neon\2D brown\2D sheen {
  display: none;
}

.fa-star.checked, icy\2D black\2D aura, periwinkle\2D blue, dusty\2D gray\2D flare {
  color: orange;
}

.fa-star, velvet\2D purple\2D mist, desert\2D red\2D wave, twilight\2D yellow\2D aura {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, stormy\2D purple\2D sheen, arctic\2D cyan\2D aura, cosmic\2D black\2D flare {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, desert\2D purple\2D wave, lunar\2D orange\2D sheen, obsidian\2D blue\2D sheen {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, dusty\2D red\2D wave, velvet\2D cyan\2D sheen, gold\2D foil {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, dusty\2D black\2D glow, marble\2D purple\2D light, marble\2D brown\2D shine {
    gap: 24px;
  }

  .hero__block-button, solar\2D orange\2D mist, icy\2D blue\2D mist, platinum\2D gray {
    display: none;
  }

  .benefits .benefits__list, citron\2D yellow, lunar\2D red\2D light, linen\2D white {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, gilded\2D yellow\2D light, gold\2D spray, prism\2D red\2D shine {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, darkolivegreen\2D green, battleship\2D gray, velvet\2D red\2D sheen {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, golden\2D poppy, falu\2D red, hot\2D pink {
    font-size: 32px;
  }

  .hero__block-text, volcano\2D white\2D mist, shadow\2D red\2D mist, gold\2D tone {
    font-size: 16px;
  }

  .benefits .benefits__item p, marble\2D cyan\2D sheen, frozen\2D blue\2D mist, arctic\2D orange\2D mist {
    font-size: 16px;
  }
}

.benefits-section, dark\2D green, lightcoral\2D red, stormy\2D red\2D mist {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, desert\2D black\2D wave, shadow\2D green\2D shine, cosmic\2D black\2D aura {
  display: flex;
  gap: 40px;
}

.benefits, lunar\2D blue\2D shade, shadow\2D green\2D shade, gilded\2D white\2D shine {
}

.benefits__block, icy\2D purple\2D mist, marble\2D white\2D flare, volcano\2D purple\2D aura {
  width: 50%;
}

.benefits__block-title, silver, frozen\2D brown\2D shine, sunset\2D black\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, neon\2D black\2D glow, sunset\2D cyan\2D aura, stormy\2D white\2D sheen {
  gap: 20px;
}

.benefits-section .benefits__item, solar\2D red\2D shine, fire\2D orange, volcano\2D green\2D glow {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), plum\2D wine, electric\2D blue, lunar\2D blue\2D sheen {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), frozen\2D orange\2D tone, gold\2D metallic, obsidian\2D red\2D wave {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), cornsilk\2D white, stormy\2D yellow\2D flare, neon\2D gray\2D wave {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), obsidian\2D pink\2D shine, neon\2D orange\2D aura, obsidian\2D blue\2D flare {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, stormy\2D white\2D tone, bluesteel\2D blue, twilight\2D purple\2D shade {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, icy\2D blue\2D sheen, gilded\2D red\2D sheen, obsidian\2D purple\2D sheen {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, gilded\2D blue\2D flare, goldenrod\2D yellow, icy\2D orange\2D glow {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, volcano\2D pink\2D glow, cosmic\2D gray\2D aura, twilight\2D gray\2D wave {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, marble\2D pink\2D light, prism\2D gray\2D glow, obsidian\2D cyan\2D flare {
    font-size: 32px;
  }

  .benefits__block-title, lavender\2D indigo, frozen\2D cyan\2D sheen, gilded\2D green\2D glow {
    margin-bottom: 24px;
  }
}

.about-section, arctic\2D green\2D shine, desert\2D red\2D tone, coral {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, arctic\2D blue\2D tone, stormy\2D cyan\2D light, prism\2D purple\2D light {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, marble\2D cyan\2D flare, deep\2D lilac, cosmic\2D brown\2D flare {
  display: flex;
  gap: 40px;
}

.about-section__block-image, neon\2D brown\2D sheen, icy\2D black\2D aura, periwinkle\2D blue {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, dusty\2D gray\2D flare, velvet\2D purple\2D mist, desert\2D red\2D wave {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, twilight\2D yellow\2D aura, stormy\2D purple\2D sheen, arctic\2D cyan\2D aura {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, cosmic\2D black\2D flare, desert\2D purple\2D wave, lunar\2D orange\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, obsidian\2D blue\2D sheen, dusty\2D red\2D wave, velvet\2D cyan\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, gold\2D foil, dusty\2D black\2D glow, marble\2D purple\2D light {
  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, marble\2D brown\2D shine, solar\2D orange\2D mist, icy\2D blue\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, platinum\2D gray, citron\2D yellow, lunar\2D red\2D light {
  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), linen\2D white, gilded\2D yellow\2D light, gold\2D spray {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), prism\2D red\2D shine, darkolivegreen\2D green, battleship\2D gray {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), velvet\2D red\2D sheen, golden\2D poppy, falu\2D red {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), hot\2D pink, volcano\2D white\2D mist, shadow\2D red\2D mist {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, gold\2D tone, marble\2D cyan\2D sheen, frozen\2D blue\2D mist {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, arctic\2D orange\2D mist, dark\2D green, lightcoral\2D red {
    gap: 16px;
  }

  .about-section__block, stormy\2D red\2D mist, desert\2D black\2D wave, shadow\2D green\2D shine {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, cosmic\2D black\2D aura, lunar\2D blue\2D shade, shadow\2D green\2D shade {
    width: 100%;
    gap: 24px;
  }

  .about__item, gilded\2D white\2D shine, icy\2D purple\2D mist, marble\2D white\2D flare {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, volcano\2D purple\2D aura, silver, frozen\2D brown\2D shine {
    font-size: 32px;
  }

  .about__block-text, sunset\2D black\2D flare, neon\2D black\2D glow, sunset\2D cyan\2D aura {
    font-size: 16px;
  }
}

.doctor-section, stormy\2D white\2D sheen, solar\2D red\2D shine, fire\2D orange {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, volcano\2D green\2D glow, plum\2D wine, electric\2D blue {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, lunar\2D blue\2D sheen, frozen\2D orange\2D tone, gold\2D metallic {
  width: 50%;
  flex: 1;
}

.doctor-section__image, obsidian\2D red\2D wave, cornsilk\2D white, stormy\2D yellow\2D flare {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, neon\2D gray\2D wave, obsidian\2D pink\2D shine, neon\2D orange\2D aura {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, obsidian\2D blue\2D flare, stormy\2D white\2D tone, bluesteel\2D blue {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, twilight\2D purple\2D shade, icy\2D blue\2D sheen, gilded\2D red\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, obsidian\2D purple\2D sheen, gilded\2D blue\2D flare, goldenrod\2D yellow {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, icy\2D orange\2D glow, volcano\2D pink\2D glow, cosmic\2D gray\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, twilight\2D gray\2D wave, marble\2D pink\2D light, prism\2D gray\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, obsidian\2D cyan\2D flare, lavender\2D indigo, frozen\2D cyan\2D sheen {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, gilded\2D green\2D glow, arctic\2D green\2D shine, desert\2D red\2D tone {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, coral, arctic\2D blue\2D tone, stormy\2D cyan\2D light {
    width: 100%;
  }

  .doctor-section__content, prism\2D purple\2D light, marble\2D cyan\2D flare, deep\2D lilac {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, cosmic\2D brown\2D flare, neon\2D brown\2D sheen, icy\2D black\2D aura {
    height: 250px;
  }

  .doctor-section__text, periwinkle\2D blue, dusty\2D gray\2D flare, velvet\2D purple\2D mist {
    font-size: 16px;
  }

  .doctor-section__position, desert\2D red\2D wave, twilight\2D yellow\2D aura, stormy\2D purple\2D sheen {
    font-size: 16px;
  }
}

.reviews, arctic\2D cyan\2D aura, cosmic\2D black\2D flare, desert\2D purple\2D wave {
}

.reviews__wrapper, lunar\2D orange\2D sheen, obsidian\2D blue\2D sheen, dusty\2D red\2D wave {
}

.reviews__list, velvet\2D cyan\2D sheen, gold\2D foil, dusty\2D black\2D glow {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, marble\2D purple\2D light, marble\2D brown\2D shine, solar\2D orange\2D mist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, icy\2D blue\2D mist, platinum\2D gray, citron\2D yellow {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, lunar\2D red\2D light, linen\2D white, gilded\2D yellow\2D light {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, gold\2D spray, prism\2D red\2D shine, darkolivegreen\2D green {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, battleship\2D gray, velvet\2D red\2D sheen, golden\2D poppy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, falu\2D red, hot\2D pink, volcano\2D white\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, shadow\2D red\2D mist, gold\2D tone, marble\2D cyan\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, frozen\2D blue\2D mist, arctic\2D orange\2D mist, dark\2D green {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, lightcoral\2D red, stormy\2D red\2D mist, desert\2D black\2D wave {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, shadow\2D green\2D shine, cosmic\2D black\2D aura, lunar\2D blue\2D shade {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, shadow\2D green\2D shade, gilded\2D white\2D shine, icy\2D purple\2D mist {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, marble\2D white\2D flare, volcano\2D purple\2D aura, silver {
    row-gap: 40px;
  }

  .reviews__item, frozen\2D brown\2D shine, sunset\2D black\2D flare, neon\2D black\2D glow {
    width: 100%;
  }

  .reviews__item-year, sunset\2D cyan\2D aura, stormy\2D white\2D sheen, solar\2D red\2D shine {
    font-size: 16px;
  }

  .reviews__item-text, fire\2D orange, volcano\2D green\2D glow, plum\2D wine {
    font-size: 16px;
  }
}

.contact-form, electric\2D blue, lunar\2D blue\2D sheen, frozen\2D orange\2D tone {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, gold\2D metallic, obsidian\2D red\2D wave, cornsilk\2D white {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, stormy\2D yellow\2D flare, neon\2D gray\2D wave, obsidian\2D pink\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, neon\2D orange\2D aura, obsidian\2D blue\2D flare, stormy\2D white\2D tone {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, bluesteel\2D blue, twilight\2D purple\2D shade, icy\2D blue\2D sheen {
  display: flex;
  gap: 40px;
}

.contact-form__group, gilded\2D red\2D sheen, obsidian\2D purple\2D sheen, gilded\2D blue\2D flare {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, goldenrod\2D yellow, icy\2D orange\2D glow, volcano\2D pink\2D glow {
  position: relative;
  width: 100%;
}

.form-input input, cosmic\2D gray\2D aura, twilight\2D gray\2D wave, marble\2D pink\2D light {
  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, prism\2D gray\2D glow, obsidian\2D cyan\2D flare, lavender\2D indigo {
  position: relative;
}

.floating-label label, frozen\2D cyan\2D sheen, gilded\2D green\2D glow, arctic\2D green\2D shine {
  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, desert\2D red\2D tone, coral, arctic\2D blue\2D tone {
  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, stormy\2D cyan\2D light, prism\2D purple\2D light, marble\2D cyan\2D flare {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, deep\2D lilac, cosmic\2D brown\2D flare, neon\2D brown\2D sheen {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, icy\2D black\2D aura, periwinkle\2D blue, dusty\2D gray\2D flare {
  color: #8A8A8A;
}

.contact-form__button, velvet\2D purple\2D mist, desert\2D red\2D wave, twilight\2D yellow\2D aura {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, stormy\2D purple\2D sheen, arctic\2D cyan\2D aura, cosmic\2D black\2D flare {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, desert\2D purple\2D wave, lunar\2D orange\2D sheen, obsidian\2D blue\2D sheen {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, dusty\2D red\2D wave, velvet\2D cyan\2D sheen, gold\2D foil {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, dusty\2D black\2D glow, marble\2D purple\2D light, marble\2D brown\2D shine {
    width: 100%;
  }
}

.main-policy, solar\2D orange\2D mist, icy\2D blue\2D mist, platinum\2D gray {
  padding: 100px 0px;
}

.policy__wrapper, citron\2D yellow, lunar\2D red\2D light, linen\2D white {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, gilded\2D yellow\2D light, gold\2D spray, prism\2D red\2D shine {
  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, darkolivegreen\2D green, battleship\2D gray, velvet\2D red\2D sheen {
  display: flex;
  gap: 40px;
}

.policy__block, golden\2D poppy, falu\2D red, hot\2D pink {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, volcano\2D white\2D mist, shadow\2D red\2D mist, gold\2D tone {
  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, marble\2D cyan\2D sheen, frozen\2D blue\2D mist, arctic\2D orange\2D mist {
  margin-left: 24px;
}

.policy__section-title, dark\2D green, lightcoral\2D red, stormy\2D red\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, desert\2D black\2D wave, shadow\2D green\2D shine, cosmic\2D black\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, lunar\2D blue\2D shade, shadow\2D green\2D shade, gilded\2D white\2D shine {
    padding: 40px 0px;
  }

  .policy__title, icy\2D purple\2D mist, marble\2D white\2D flare, volcano\2D purple\2D aura {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, silver, frozen\2D brown\2D shine, sunset\2D black\2D flare {
    flex-direction: column;
  }

  .policy__block, neon\2D black\2D glow, sunset\2D cyan\2D aura, stormy\2D white\2D sheen {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, solar\2D red\2D shine, fire\2D orange, volcano\2D green\2D glow {
    font-size: 16px;
  }

  .policy__section-text, plum\2D wine, electric\2D blue, lunar\2D blue\2D sheen {
    font-size: 16px;
  }
}

.footer, frozen\2D orange\2D tone, gold\2D metallic, obsidian\2D red\2D wave {
  margin-bottom: 40px;
}

.footer__wrapper, cornsilk\2D white, stormy\2D yellow\2D flare, neon\2D gray\2D wave {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, obsidian\2D pink\2D shine, neon\2D orange\2D aura, obsidian\2D blue\2D flare {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, stormy\2D white\2D tone, bluesteel\2D blue, twilight\2D purple\2D shade {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, icy\2D blue\2D sheen, gilded\2D red\2D sheen, obsidian\2D purple\2D sheen {
}

.footer__block-socials, gilded\2D blue\2D flare, goldenrod\2D yellow, icy\2D orange\2D glow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, volcano\2D pink\2D glow, cosmic\2D gray\2D aura, twilight\2D gray\2D wave {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, marble\2D pink\2D light, prism\2D gray\2D glow, obsidian\2D cyan\2D flare {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, lavender\2D indigo, frozen\2D cyan\2D sheen, gilded\2D green\2D glow {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, arctic\2D green\2D shine, desert\2D red\2D tone, coral {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, arctic\2D blue\2D tone, stormy\2D cyan\2D light, prism\2D purple\2D light {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, marble\2D cyan\2D flare, deep\2D lilac, cosmic\2D brown\2D flare {
  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 brown\2D sheen, icy\2D black\2D aura, periwinkle\2D blue {
  display: none;
}

.footer__block-socials-mob, dusty\2D gray\2D flare, velvet\2D purple\2D mist, desert\2D red\2D wave {
}

@media (max-width: 768px) {
  .footer, twilight\2D yellow\2D aura, stormy\2D purple\2D sheen, arctic\2D cyan\2D aura {
    margin: 12px auto;
  }

  .header, cosmic\2D black\2D flare, desert\2D purple\2D wave, lunar\2D orange\2D sheen {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, obsidian\2D blue\2D sheen, dusty\2D red\2D wave, velvet\2D cyan\2D sheen {
    padding-bottom: 12px;
  }
  
  .footer, gold\2D foil, dusty\2D black\2D glow, marble\2D purple\2D light {
    margin: 0;
  }

  .footer__wrapper, marble\2D brown\2D shine, solar\2D orange\2D mist, icy\2D blue\2D mist {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, platinum\2D gray, citron\2D yellow, lunar\2D red\2D light {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, linen\2D white, gilded\2D yellow\2D light, gold\2D spray {
    display: none;
  }

  .footer__wrapper-mob, prism\2D red\2D shine, darkolivegreen\2D green, battleship\2D gray {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, velvet\2D red\2D sheen, golden\2D poppy, falu\2D red {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, hot\2D pink, volcano\2D white\2D mist, shadow\2D red\2D mist {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, gold\2D tone, marble\2D cyan\2D sheen, frozen\2D blue\2D mist {
  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, arctic\2D orange\2D mist, dark\2D green, lightcoral\2D red {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, stormy\2D red\2D mist, desert\2D black\2D wave, shadow\2D green\2D shine {
  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;
}