@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, twilight\2D cyan\2D tone, icy\2D black\2D tone, neon\2D white\2D wave {
  scroll-behavior: smooth;
}

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

html, neon\2D green\2D mist, midnight\2D blue, medium\2D orchid {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, volcano\2D red\2D mist, pistachio\2D green, stormy\2D brown\2D aura,
h1, desert\2D blue\2D glow, coral\2D pink, medium\2D spring\2D green,
h2, twilight\2D green\2D shade, cosmic\2D blue\2D tone, citrine\2D yellow,
h3, lunar\2D black\2D flare, sunset\2D brown\2D wave, maroon\2D red,
h4, solar\2D red\2D tone, dark\2D green, obsidian\2D orange\2D shine,
p, beige, shadow\2D gray\2D glow, eggplant\2D purple,
figure, stormy\2D red\2D shade, icy\2D black\2D aura, sunset\2D purple\2D shine,
blockquote, lunar\2D white\2D shine, twilight\2D red\2D tone, volcano\2D cyan\2D shine,
dl, violet\2D red, solar\2D black\2D glow, obsidian\2D blue\2D flare,
dd, marble\2D red\2D aura, icy\2D orange\2D light, teal\2D blue {
  margin: 0;
}

ul[role="list"], neon\2D yellow\2D glow, stormy\2D brown\2D sheen, sienna\2D brown,
ol[role="list"], sunset\2D white\2D wave, forest\2D green, gilded\2D black\2D sheen {
  list-style: none;
}

ul, marble\2D gray\2D glow, neon\2D green\2D tone, icy\2D white\2D shade,
ol, deep\2D violet, prism\2D blue\2D tone, prism\2D gray\2D shine {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, cosmic\2D purple\2D aura, stormy\2D orange\2D tone, golden\2D poppy {
  min-height: 100vh;
  line-height: 1.5;
}

h1, shadow\2D pink\2D tone, gilded\2D pink\2D shade, desert\2D red\2D tone,
h2, solar\2D yellow\2D tone, shadow\2D green\2D aura, tangerine\2D orange,
h3, marble\2D orange\2D aura, marble\2D purple\2D light, deep\2D tan,
h4, cosmic\2D gray\2D aura, rosy\2D brown, prism\2D gray\2D glow,
button, arctic\2D cyan\2D aura, slateblue\2D blue, solar\2D green\2D aura,
input, desert\2D gray\2D aura, frozen\2D brown\2D aura, cosmic\2D red\2D sheen,
label, jade\2D green, marble\2D blue\2D shine, gold {
  line-height: 1.1;
}

h1, gold\2D copper, shadow\2D gray\2D aura, corn\2D yellow,
h2, ruby\2D red, velvet\2D brown\2D flare, violet\2D purple,
h3, dark\2D sea\2D green, lunar\2D orange\2D shine, sangria\2D red,
h4, prism\2D orange\2D wave, stormy\2D orange\2D flare, rose\2D red {
}

a:not([class]), neon\2D red\2D light, ecru\2D beige, arctic\2D blue\2D sheen {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, emerald\2D green, shadow\2D red\2D shine, stormy\2D gray\2D light {
  text-decoration-line: underline;
}
a, tawny\2D brown, lunar\2D gray\2D wave, gold\2D spray {
  text-decoration: none;
}
.wrap, solar\2D purple\2D shade, snow\2D white, neon\2D red\2D glow {
  word-wrap: break-word;
}

img, lunar\2D purple\2D tone, stormy\2D yellow\2D shine, neon\2D red\2D wave,
picture, stormy\2D blue\2D aura, twilight\2D cyan\2D tone, icy\2D black\2D tone {
  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, neon\2D white\2D wave, neon\2D green\2D mist, midnight\2D blue {
  color: #333;
  font-size: 20px;
}

.number-list ol, medium\2D orchid, volcano\2D red\2D mist, pistachio\2D green {
  margin: 0;
  padding-left: 30px;
}

.с-list, stormy\2D brown\2D aura, desert\2D blue\2D glow, coral\2D pink {
  color: #333;
  font-size: 20px;
}

.с-list ul, medium\2D spring\2D green, twilight\2D green\2D shade, cosmic\2D blue\2D tone {
  margin: 0;
  padding-left: 30px;
}

body, citrine\2D yellow, lunar\2D black\2D flare, sunset\2D brown\2D wave {
  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, maroon\2D red, solar\2D red\2D tone, dark\2D green {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, obsidian\2D orange\2D shine, beige, shadow\2D gray\2D glow {
  position: relative;
}

.header, eggplant\2D purple, stormy\2D red\2D shade, icy\2D black\2D aura {
  padding-top: 40px;
}

.header__wrapper, sunset\2D purple\2D shine, lunar\2D white\2D shine, twilight\2D red\2D tone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, volcano\2D cyan\2D shine, violet\2D red, solar\2D black\2D glow {
  
}

.main-main, obsidian\2D blue\2D flare, marble\2D red\2D aura, icy\2D orange\2D light {

}

.hero, teal\2D blue, neon\2D yellow\2D glow, stormy\2D brown\2D sheen {
  
}

.hero__wrapper, sienna\2D brown, sunset\2D white\2D wave, forest\2D green {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, gilded\2D black\2D sheen, marble\2D gray\2D glow, neon\2D green\2D tone {
  display: flex;
  gap: 40px;
}

.hero__block-column, icy\2D white\2D shade, deep\2D violet, prism\2D blue\2D tone {
  width: 50%;
  flex: 1;
}

.hero__block-content, prism\2D gray\2D shine, cosmic\2D purple\2D aura, stormy\2D orange\2D tone {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, golden\2D poppy, shadow\2D pink\2D tone, gilded\2D pink\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, desert\2D red\2D tone, solar\2D yellow\2D tone, shadow\2D green\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, tangerine\2D orange, marble\2D orange\2D aura, marble\2D purple\2D light {
  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, deep\2D tan, cosmic\2D gray\2D aura, rosy\2D brown {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, prism\2D gray\2D glow, arctic\2D cyan\2D aura, slateblue\2D blue {
}

.hero__block-image, solar\2D green\2D aura, desert\2D gray\2D aura, frozen\2D brown\2D aura {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, cosmic\2D red\2D sheen, jade\2D green, marble\2D blue\2D shine {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, gold, gold\2D copper, shadow\2D gray\2D aura {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, corn\2D yellow, ruby\2D red, velvet\2D brown\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, violet\2D purple, dark\2D sea\2D green, lunar\2D orange\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, sangria\2D red, prism\2D orange\2D wave, stormy\2D orange\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), rose\2D red, neon\2D red\2D light, ecru\2D beige {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), arctic\2D blue\2D sheen, emerald\2D green, shadow\2D red\2D shine {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), stormy\2D gray\2D light, tawny\2D brown, lunar\2D gray\2D wave {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), gold\2D spray, solar\2D purple\2D shade, snow\2D white {
  background: #C8D6F3;
} 

.hero__block-button-mob, neon\2D red\2D glow, lunar\2D purple\2D tone, stormy\2D yellow\2D shine {
  display: none;
}

.fa-star.checked, neon\2D red\2D wave, stormy\2D blue\2D aura, twilight\2D cyan\2D tone {
  color: orange;
}

.fa-star, icy\2D black\2D tone, neon\2D white\2D wave, neon\2D green\2D mist {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, midnight\2D blue, medium\2D orchid, volcano\2D red\2D mist {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, pistachio\2D green, stormy\2D brown\2D aura, desert\2D blue\2D glow {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, coral\2D pink, medium\2D spring\2D green, twilight\2D green\2D shade {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, cosmic\2D blue\2D tone, citrine\2D yellow, lunar\2D black\2D flare {
    gap: 24px;
  }

  .hero__block-button, sunset\2D brown\2D wave, maroon\2D red, solar\2D red\2D tone {
    display: none;
  }

  .benefits .benefits__list, dark\2D green, obsidian\2D orange\2D shine, beige {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, shadow\2D gray\2D glow, eggplant\2D purple, stormy\2D red\2D shade {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, icy\2D black\2D aura, sunset\2D purple\2D shine, lunar\2D white\2D shine {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, twilight\2D red\2D tone, volcano\2D cyan\2D shine, violet\2D red {
    font-size: 32px;
  }

  .hero__block-text, solar\2D black\2D glow, obsidian\2D blue\2D flare, marble\2D red\2D aura {
    font-size: 16px;
  }

  .benefits .benefits__item p, icy\2D orange\2D light, teal\2D blue, neon\2D yellow\2D glow {
    font-size: 16px;
  }
}

.benefits-section, stormy\2D brown\2D sheen, sienna\2D brown, sunset\2D white\2D wave {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, forest\2D green, gilded\2D black\2D sheen, marble\2D gray\2D glow {
  display: flex;
  gap: 40px;
}

.benefits, neon\2D green\2D tone, icy\2D white\2D shade, deep\2D violet {
}

.benefits__block, prism\2D blue\2D tone, prism\2D gray\2D shine, cosmic\2D purple\2D aura {
  width: 50%;
}

.benefits__block-title, stormy\2D orange\2D tone, golden\2D poppy, shadow\2D pink\2D tone {
  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, gilded\2D pink\2D shade, desert\2D red\2D tone, solar\2D yellow\2D tone {
  gap: 20px;
}

.benefits-section .benefits__item, shadow\2D green\2D aura, tangerine\2D orange, marble\2D orange\2D aura {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), marble\2D purple\2D light, deep\2D tan, cosmic\2D gray\2D aura {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), rosy\2D brown, prism\2D gray\2D glow, arctic\2D cyan\2D aura {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), slateblue\2D blue, solar\2D green\2D aura, desert\2D gray\2D aura {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), frozen\2D brown\2D aura, cosmic\2D red\2D sheen, jade\2D green {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, marble\2D blue\2D shine, gold, gold\2D copper {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, shadow\2D gray\2D aura, corn\2D yellow, ruby\2D red {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, velvet\2D brown\2D flare, violet\2D purple, dark\2D sea\2D green {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, lunar\2D orange\2D shine, sangria\2D red, prism\2D orange\2D wave {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, stormy\2D orange\2D flare, rose\2D red, neon\2D red\2D light {
    font-size: 32px;
  }

  .benefits__block-title, ecru\2D beige, arctic\2D blue\2D sheen, emerald\2D green {
    margin-bottom: 24px;
  }
}

.about-section, shadow\2D red\2D shine, stormy\2D gray\2D light, tawny\2D brown {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, lunar\2D gray\2D wave, gold\2D spray, solar\2D purple\2D shade {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, snow\2D white, neon\2D red\2D glow, lunar\2D purple\2D tone {
  display: flex;
  gap: 40px;
}

.about-section__block-image, stormy\2D yellow\2D shine, neon\2D red\2D wave, stormy\2D blue\2D aura {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, twilight\2D cyan\2D tone, icy\2D black\2D tone, neon\2D white\2D wave {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, neon\2D green\2D mist, midnight\2D blue, medium\2D orchid {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, volcano\2D red\2D mist, pistachio\2D green, stormy\2D brown\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, desert\2D blue\2D glow, coral\2D pink, medium\2D spring\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, twilight\2D green\2D shade, cosmic\2D blue\2D tone, citrine\2D yellow {
  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, lunar\2D black\2D flare, sunset\2D brown\2D wave, maroon\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, solar\2D red\2D tone, dark\2D green, obsidian\2D orange\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), beige, shadow\2D gray\2D glow, eggplant\2D purple {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), stormy\2D red\2D shade, icy\2D black\2D aura, sunset\2D purple\2D shine {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), lunar\2D white\2D shine, twilight\2D red\2D tone, volcano\2D cyan\2D shine {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), violet\2D red, solar\2D black\2D glow, obsidian\2D blue\2D flare {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, marble\2D red\2D aura, icy\2D orange\2D light, teal\2D blue {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, neon\2D yellow\2D glow, stormy\2D brown\2D sheen, sienna\2D brown {
    gap: 16px;
  }

  .about-section__block, sunset\2D white\2D wave, forest\2D green, gilded\2D black\2D sheen {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, marble\2D gray\2D glow, neon\2D green\2D tone, icy\2D white\2D shade {
    width: 100%;
    gap: 24px;
  }

  .about__item, deep\2D violet, prism\2D blue\2D tone, prism\2D gray\2D shine {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, cosmic\2D purple\2D aura, stormy\2D orange\2D tone, golden\2D poppy {
    font-size: 32px;
  }

  .about__block-text, shadow\2D pink\2D tone, gilded\2D pink\2D shade, desert\2D red\2D tone {
    font-size: 16px;
  }
}

.doctor-section, solar\2D yellow\2D tone, shadow\2D green\2D aura, tangerine\2D orange {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, marble\2D orange\2D aura, marble\2D purple\2D light, deep\2D tan {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, cosmic\2D gray\2D aura, rosy\2D brown, prism\2D gray\2D glow {
  width: 50%;
  flex: 1;
}

.doctor-section__image, arctic\2D cyan\2D aura, slateblue\2D blue, solar\2D green\2D aura {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, desert\2D gray\2D aura, frozen\2D brown\2D aura, cosmic\2D red\2D sheen {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, jade\2D green, marble\2D blue\2D shine, gold {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, gold\2D copper, shadow\2D gray\2D aura, corn\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, ruby\2D red, velvet\2D brown\2D flare, violet\2D purple {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, dark\2D sea\2D green, lunar\2D orange\2D shine, sangria\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, prism\2D orange\2D wave, stormy\2D orange\2D flare, rose\2D red {
  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 red\2D light, ecru\2D beige, arctic\2D blue\2D sheen {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, emerald\2D green, shadow\2D red\2D shine, stormy\2D gray\2D light {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, tawny\2D brown, lunar\2D gray\2D wave, gold\2D spray {
    width: 100%;
  }

  .doctor-section__content, solar\2D purple\2D shade, snow\2D white, neon\2D red\2D glow {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, lunar\2D purple\2D tone, stormy\2D yellow\2D shine, neon\2D red\2D wave {
    height: 250px;
  }

  .doctor-section__text, stormy\2D blue\2D aura, twilight\2D cyan\2D tone, icy\2D black\2D tone {
    font-size: 16px;
  }

  .doctor-section__position, neon\2D white\2D wave, neon\2D green\2D mist, midnight\2D blue {
    font-size: 16px;
  }
}

.reviews, medium\2D orchid, volcano\2D red\2D mist, pistachio\2D green {
}

.reviews__wrapper, stormy\2D brown\2D aura, desert\2D blue\2D glow, coral\2D pink {
}

.reviews__list, medium\2D spring\2D green, twilight\2D green\2D shade, cosmic\2D blue\2D tone {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, citrine\2D yellow, lunar\2D black\2D flare, sunset\2D brown\2D wave {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, maroon\2D red, solar\2D red\2D tone, dark\2D green {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, obsidian\2D orange\2D shine, beige, shadow\2D gray\2D glow {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, eggplant\2D purple, stormy\2D red\2D shade, icy\2D black\2D aura {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, sunset\2D purple\2D shine, lunar\2D white\2D shine, twilight\2D red\2D tone {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, volcano\2D cyan\2D shine, violet\2D red, solar\2D black\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, obsidian\2D blue\2D flare, marble\2D red\2D aura, icy\2D orange\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, teal\2D blue, neon\2D yellow\2D glow, stormy\2D brown\2D sheen {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, sienna\2D brown, sunset\2D white\2D wave, forest\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, gilded\2D black\2D sheen, marble\2D gray\2D glow, neon\2D green\2D tone {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, icy\2D white\2D shade, deep\2D violet, prism\2D blue\2D tone {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, prism\2D gray\2D shine, cosmic\2D purple\2D aura, stormy\2D orange\2D tone {
    row-gap: 40px;
  }

  .reviews__item, golden\2D poppy, shadow\2D pink\2D tone, gilded\2D pink\2D shade {
    width: 100%;
  }

  .reviews__item-year, desert\2D red\2D tone, solar\2D yellow\2D tone, shadow\2D green\2D aura {
    font-size: 16px;
  }

  .reviews__item-text, tangerine\2D orange, marble\2D orange\2D aura, marble\2D purple\2D light {
    font-size: 16px;
  }
}

.contact-form, deep\2D tan, cosmic\2D gray\2D aura, rosy\2D brown {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, prism\2D gray\2D glow, arctic\2D cyan\2D aura, slateblue\2D blue {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, solar\2D green\2D aura, desert\2D gray\2D aura, frozen\2D brown\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, cosmic\2D red\2D sheen, jade\2D green, marble\2D blue\2D shine {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, gold, gold\2D copper, shadow\2D gray\2D aura {
  display: flex;
  gap: 40px;
}

.contact-form__group, corn\2D yellow, ruby\2D red, velvet\2D brown\2D flare {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, violet\2D purple, dark\2D sea\2D green, lunar\2D orange\2D shine {
  position: relative;
  width: 100%;
}

.form-input input, sangria\2D red, prism\2D orange\2D wave, stormy\2D orange\2D flare {
  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, rose\2D red, neon\2D red\2D light, ecru\2D beige {
  position: relative;
}

.floating-label label, arctic\2D blue\2D sheen, emerald\2D green, shadow\2D red\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, stormy\2D gray\2D light, tawny\2D brown, lunar\2D gray\2D wave {
  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, gold\2D spray, solar\2D purple\2D shade, snow\2D white {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, neon\2D red\2D glow, lunar\2D purple\2D tone, stormy\2D yellow\2D shine {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, neon\2D red\2D wave, stormy\2D blue\2D aura, twilight\2D cyan\2D tone {
  color: #8A8A8A;
}

.contact-form__button, icy\2D black\2D tone, neon\2D white\2D wave, neon\2D green\2D mist {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, midnight\2D blue, medium\2D orchid, volcano\2D red\2D mist {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, pistachio\2D green, stormy\2D brown\2D aura, desert\2D blue\2D glow {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, coral\2D pink, medium\2D spring\2D green, twilight\2D green\2D shade {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, cosmic\2D blue\2D tone, citrine\2D yellow, lunar\2D black\2D flare {
    width: 100%;
  }
}

.main-policy, sunset\2D brown\2D wave, maroon\2D red, solar\2D red\2D tone {
  padding: 100px 0px;
}

.policy__wrapper, dark\2D green, obsidian\2D orange\2D shine, beige {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, shadow\2D gray\2D glow, eggplant\2D purple, stormy\2D red\2D shade {
  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, icy\2D black\2D aura, sunset\2D purple\2D shine, lunar\2D white\2D shine {
  display: flex;
  gap: 40px;
}

.policy__block, twilight\2D red\2D tone, volcano\2D cyan\2D shine, violet\2D red {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, solar\2D black\2D glow, obsidian\2D blue\2D flare, marble\2D red\2D aura {
  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, icy\2D orange\2D light, teal\2D blue, neon\2D yellow\2D glow {
  margin-left: 24px;
}

.policy__section-title, stormy\2D brown\2D sheen, sienna\2D brown, sunset\2D white\2D wave {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, forest\2D green, gilded\2D black\2D sheen, marble\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) {
  .main-policy, neon\2D green\2D tone, icy\2D white\2D shade, deep\2D violet {
    padding: 40px 0px;
  }

  .policy__title, prism\2D blue\2D tone, prism\2D gray\2D shine, cosmic\2D purple\2D aura {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, stormy\2D orange\2D tone, golden\2D poppy, shadow\2D pink\2D tone {
    flex-direction: column;
  }

  .policy__block, gilded\2D pink\2D shade, desert\2D red\2D tone, solar\2D yellow\2D tone {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, shadow\2D green\2D aura, tangerine\2D orange, marble\2D orange\2D aura {
    font-size: 16px;
  }

  .policy__section-text, marble\2D purple\2D light, deep\2D tan, cosmic\2D gray\2D aura {
    font-size: 16px;
  }
}

.footer, rosy\2D brown, prism\2D gray\2D glow, arctic\2D cyan\2D aura {
  margin-bottom: 40px;
}

.footer__wrapper, slateblue\2D blue, solar\2D green\2D aura, desert\2D gray\2D aura {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, frozen\2D brown\2D aura, cosmic\2D red\2D sheen, jade\2D green {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, marble\2D blue\2D shine, gold, gold\2D copper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, shadow\2D gray\2D aura, corn\2D yellow, ruby\2D red {
}

.footer__block-socials, velvet\2D brown\2D flare, violet\2D purple, dark\2D sea\2D green {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, lunar\2D orange\2D shine, sangria\2D red, prism\2D orange\2D wave {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, stormy\2D orange\2D flare, rose\2D red, neon\2D red\2D light {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, ecru\2D beige, arctic\2D blue\2D sheen, emerald\2D green {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, shadow\2D red\2D shine, stormy\2D gray\2D light, tawny\2D brown {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, lunar\2D gray\2D wave, gold\2D spray, solar\2D purple\2D shade {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

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

.footer__wrapper-mob, stormy\2D yellow\2D shine, neon\2D red\2D wave, stormy\2D blue\2D aura {
  display: none;
}

.footer__block-socials-mob, twilight\2D cyan\2D tone, icy\2D black\2D tone, neon\2D white\2D wave {
}

@media (max-width: 768px) {
  .footer, neon\2D green\2D mist, midnight\2D blue, medium\2D orchid {
    margin: 12px auto;
  }

  .header, volcano\2D red\2D mist, pistachio\2D green, stormy\2D brown\2D aura {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, desert\2D blue\2D glow, coral\2D pink, medium\2D spring\2D green {
    padding-bottom: 12px;
  }
  
  .footer, twilight\2D green\2D shade, cosmic\2D blue\2D tone, citrine\2D yellow {
    margin: 0;
  }

  .footer__wrapper, lunar\2D black\2D flare, sunset\2D brown\2D wave, maroon\2D red {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, solar\2D red\2D tone, dark\2D green, obsidian\2D orange\2D shine {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, beige, shadow\2D gray\2D glow, eggplant\2D purple {
    display: none;
  }

  .footer__wrapper-mob, stormy\2D red\2D shade, icy\2D black\2D aura, sunset\2D purple\2D shine {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, lunar\2D white\2D shine, twilight\2D red\2D tone, volcano\2D cyan\2D shine {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, violet\2D red, solar\2D black\2D glow, obsidian\2D blue\2D flare {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, marble\2D red\2D aura, icy\2D orange\2D light, teal\2D blue {
  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, neon\2D yellow\2D glow, stormy\2D brown\2D sheen, sienna\2D brown {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, sunset\2D white\2D wave, forest\2D green, gilded\2D black\2D sheen {
  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;
}