@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 pink\2D shine, obsidian\2D pink\2D tone, lightgoldenrodyellow\2D yellow {
  scroll-behavior: smooth;
}

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

html, milk\2D chocolate, dark\2D green, marble\2D green\2D mist {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, neon\2D black\2D shade, volcano\2D red\2D tone, rust\2D red,
h1, desert\2D red\2D wave, volcano\2D white\2D light, lunar\2D red\2D sheen,
h2, twilight\2D red\2D aura, obsidian\2D white\2D flare, lunar\2D blue\2D light,
h3, shadow\2D purple\2D light, sangria\2D red, neon\2D pink\2D glow,
h4, gold\2D sparkle, volcano\2D purple\2D tone, stormy\2D red\2D mist,
p, gilded\2D red\2D flare, onyx\2D black, dusty\2D cyan\2D flare,
figure, gilded\2D pink\2D shade, violet\2D red, frozen\2D gray\2D tone,
blockquote, cerise\2D red, dark\2D magenta, shadow\2D white\2D wave,
dl, volcano\2D orange\2D wave, obsidian\2D cyan\2D light, hotpink\2D pink,
dd, khaki, arctic\2D blue\2D tone, obsidian\2D orange\2D shine {
  margin: 0;
}

ul[role="list"], steel\2D blue, volcano\2D purple\2D aura, dusty\2D gray\2D tone,
ol[role="list"], desert\2D red\2D shade, wisteria\2D purple, prism\2D cyan\2D glow {
  list-style: none;
}

ul, stormy\2D blue\2D shade, canary\2D yellow, shadow\2D red\2D wave,
ol, steel\2D gray, obsidian\2D blue\2D shade, dusty\2D gray\2D flare {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, icy\2D gray\2D aura, slateblue\2D blue, raw\2D umber {
  min-height: 100vh;
  line-height: 1.5;
}

h1, neon\2D cyan\2D aura, velvet\2D red\2D flare, velvet\2D yellow\2D shade,
h2, solar\2D red\2D light, prism\2D gray\2D glow, gilded\2D green\2D wave,
h3, volcano\2D yellow\2D glow, deep\2D magenta, antiquewhite\2D white,
h4, marble\2D gray\2D glow, medium\2D purple, dusty\2D yellow\2D tone,
button, lunar\2D brown\2D tone, lunar\2D gray\2D wave, gilded\2D black\2D tone,
input, violet\2D purple, shadow\2D green\2D mist, marble\2D blue\2D wave,
label, russet\2D brown, corn\2D yellow, dark\2D violet {
  line-height: 1.1;
}

h1, cosmic\2D orange\2D tone, obsidian\2D brown\2D shade, lunar\2D green\2D flare,
h2, shadow\2D white\2D glow, arctic\2D brown\2D wave, neon\2D gray\2D wave,
h3, sandybrown\2D brown, frozen\2D blue\2D mist, dusty\2D green\2D glow,
h4, sea\2D green, icy\2D green\2D shade, dusty\2D yellow\2D shine {
}

a:not([class]), frozen\2D pink\2D mist, neon\2D blue\2D sheen, azure\2D blue {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, icy\2D blue\2D aura, arctic\2D black\2D wave, alice\2D blue {
  text-decoration-line: underline;
}
a, cosmic\2D brown\2D flare, icy\2D white\2D light, twilight\2D yellow\2D aura {
  text-decoration: none;
}
.wrap, sunset\2D brown\2D wave, shadow\2D purple\2D wave, frozen\2D brown\2D aura {
  word-wrap: break-word;
}

img, stormy\2D brown\2D tone, gilded\2D red\2D sheen, neon\2D white\2D shade,
picture, desert\2D green\2D tone, dusty\2D pink\2D shine, obsidian\2D pink\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, lightgoldenrodyellow\2D yellow, milk\2D chocolate, dark\2D green {
  color: #333;
  font-size: 20px;
}

.number-list ol, marble\2D green\2D mist, neon\2D black\2D shade, volcano\2D red\2D tone {
  margin: 0;
  padding-left: 30px;
}

.с-list, rust\2D red, desert\2D red\2D wave, volcano\2D white\2D light {
  color: #333;
  font-size: 20px;
}

.с-list ul, lunar\2D red\2D sheen, twilight\2D red\2D aura, obsidian\2D white\2D flare {
  margin: 0;
  padding-left: 30px;
}

body, lunar\2D blue\2D light, shadow\2D purple\2D light, sangria\2D red {
  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, neon\2D pink\2D glow, gold\2D sparkle, volcano\2D purple\2D tone {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, stormy\2D red\2D mist, gilded\2D red\2D flare, onyx\2D black {
  position: relative;
}

.header, dusty\2D cyan\2D flare, gilded\2D pink\2D shade, violet\2D red {
  padding-top: 40px;
}

.header__wrapper, frozen\2D gray\2D tone, cerise\2D red, dark\2D magenta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, shadow\2D white\2D wave, volcano\2D orange\2D wave, obsidian\2D cyan\2D light {
  
}

.main-main, hotpink\2D pink, khaki, arctic\2D blue\2D tone {

}

.hero, obsidian\2D orange\2D shine, steel\2D blue, volcano\2D purple\2D aura {
  
}

.hero__wrapper, dusty\2D gray\2D tone, desert\2D red\2D shade, wisteria\2D purple {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, prism\2D cyan\2D glow, stormy\2D blue\2D shade, canary\2D yellow {
  display: flex;
  gap: 40px;
}

.hero__block-column, shadow\2D red\2D wave, steel\2D gray, obsidian\2D blue\2D shade {
  width: 50%;
  flex: 1;
}

.hero__block-content, dusty\2D gray\2D flare, icy\2D gray\2D aura, slateblue\2D blue {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, raw\2D umber, neon\2D cyan\2D aura, velvet\2D red\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, velvet\2D yellow\2D shade, solar\2D red\2D light, prism\2D gray\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, gilded\2D green\2D wave, volcano\2D yellow\2D glow, deep\2D magenta {
  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, antiquewhite\2D white, marble\2D gray\2D glow, medium\2D purple {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, dusty\2D yellow\2D tone, lunar\2D brown\2D tone, lunar\2D gray\2D wave {
}

.hero__block-image, gilded\2D black\2D tone, violet\2D purple, shadow\2D green\2D mist {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, marble\2D blue\2D wave, russet\2D brown, corn\2D yellow {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, dark\2D violet, cosmic\2D orange\2D tone, obsidian\2D brown\2D shade {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, lunar\2D green\2D flare, shadow\2D white\2D glow, arctic\2D brown\2D wave {
  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, neon\2D gray\2D wave, sandybrown\2D brown, frozen\2D blue\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, dusty\2D green\2D glow, sea\2D green, icy\2D green\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), dusty\2D yellow\2D shine, frozen\2D pink\2D mist, neon\2D blue\2D sheen {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), azure\2D blue, icy\2D blue\2D aura, arctic\2D black\2D wave {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), alice\2D blue, cosmic\2D brown\2D flare, icy\2D white\2D light {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), twilight\2D yellow\2D aura, sunset\2D brown\2D wave, shadow\2D purple\2D wave {
  background: #C8D6F3;
} 

.hero__block-button-mob, frozen\2D brown\2D aura, stormy\2D brown\2D tone, gilded\2D red\2D sheen {
  display: none;
}

.fa-star.checked, neon\2D white\2D shade, desert\2D green\2D tone, dusty\2D pink\2D shine {
  color: orange;
}

.fa-star, obsidian\2D pink\2D tone, lightgoldenrodyellow\2D yellow, milk\2D chocolate {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, dark\2D green, marble\2D green\2D mist, neon\2D black\2D shade {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, volcano\2D red\2D tone, rust\2D red, desert\2D red\2D wave {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, volcano\2D white\2D light, lunar\2D red\2D sheen, twilight\2D red\2D aura {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, obsidian\2D white\2D flare, lunar\2D blue\2D light, shadow\2D purple\2D light {
    gap: 24px;
  }

  .hero__block-button, sangria\2D red, neon\2D pink\2D glow, gold\2D sparkle {
    display: none;
  }

  .benefits .benefits__list, volcano\2D purple\2D tone, stormy\2D red\2D mist, gilded\2D red\2D flare {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, onyx\2D black, dusty\2D cyan\2D flare, gilded\2D pink\2D shade {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, violet\2D red, frozen\2D gray\2D tone, cerise\2D red {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, dark\2D magenta, shadow\2D white\2D wave, volcano\2D orange\2D wave {
    font-size: 32px;
  }

  .hero__block-text, obsidian\2D cyan\2D light, hotpink\2D pink, khaki {
    font-size: 16px;
  }

  .benefits .benefits__item p, arctic\2D blue\2D tone, obsidian\2D orange\2D shine, steel\2D blue {
    font-size: 16px;
  }
}

.benefits-section, volcano\2D purple\2D aura, dusty\2D gray\2D tone, desert\2D red\2D shade {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, wisteria\2D purple, prism\2D cyan\2D glow, stormy\2D blue\2D shade {
  display: flex;
  gap: 40px;
}

.benefits, canary\2D yellow, shadow\2D red\2D wave, steel\2D gray {
}

.benefits__block, obsidian\2D blue\2D shade, dusty\2D gray\2D flare, icy\2D gray\2D aura {
  width: 50%;
}

.benefits__block-title, slateblue\2D blue, raw\2D umber, neon\2D cyan\2D aura {
  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, velvet\2D red\2D flare, velvet\2D yellow\2D shade, solar\2D red\2D light {
  gap: 20px;
}

.benefits-section .benefits__item, prism\2D gray\2D glow, gilded\2D green\2D wave, volcano\2D yellow\2D glow {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), deep\2D magenta, antiquewhite\2D white, marble\2D gray\2D glow {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), medium\2D purple, dusty\2D yellow\2D tone, lunar\2D brown\2D tone {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), lunar\2D gray\2D wave, gilded\2D black\2D tone, violet\2D purple {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), shadow\2D green\2D mist, marble\2D blue\2D wave, russet\2D brown {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, corn\2D yellow, dark\2D violet, cosmic\2D orange\2D tone {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, obsidian\2D brown\2D shade, lunar\2D green\2D flare, shadow\2D white\2D glow {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, arctic\2D brown\2D wave, neon\2D gray\2D wave, sandybrown\2D brown {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, frozen\2D blue\2D mist, dusty\2D green\2D glow, sea\2D green {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, icy\2D green\2D shade, dusty\2D yellow\2D shine, frozen\2D pink\2D mist {
    font-size: 32px;
  }

  .benefits__block-title, neon\2D blue\2D sheen, azure\2D blue, icy\2D blue\2D aura {
    margin-bottom: 24px;
  }
}

.about-section, arctic\2D black\2D wave, alice\2D blue, cosmic\2D brown\2D flare {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, icy\2D white\2D light, twilight\2D yellow\2D aura, sunset\2D brown\2D wave {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, shadow\2D purple\2D wave, frozen\2D brown\2D aura, stormy\2D brown\2D tone {
  display: flex;
  gap: 40px;
}

.about-section__block-image, gilded\2D red\2D sheen, neon\2D white\2D shade, desert\2D green\2D tone {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, dusty\2D pink\2D shine, obsidian\2D pink\2D tone, lightgoldenrodyellow\2D yellow {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, milk\2D chocolate, dark\2D green, marble\2D green\2D mist {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, neon\2D black\2D shade, volcano\2D red\2D tone, rust\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, desert\2D red\2D wave, volcano\2D white\2D light, lunar\2D red\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, twilight\2D red\2D aura, obsidian\2D white\2D flare, lunar\2D blue\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, shadow\2D purple\2D light, sangria\2D red, neon\2D pink\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, gold\2D sparkle, volcano\2D purple\2D tone, stormy\2D red\2D mist {
  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), gilded\2D red\2D flare, onyx\2D black, dusty\2D cyan\2D flare {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), gilded\2D pink\2D shade, violet\2D red, frozen\2D gray\2D tone {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), cerise\2D red, dark\2D magenta, shadow\2D white\2D wave {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), volcano\2D orange\2D wave, obsidian\2D cyan\2D light, hotpink\2D pink {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, khaki, arctic\2D blue\2D tone, obsidian\2D orange\2D shine {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, steel\2D blue, volcano\2D purple\2D aura, dusty\2D gray\2D tone {
    gap: 16px;
  }

  .about-section__block, desert\2D red\2D shade, wisteria\2D purple, prism\2D cyan\2D glow {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, stormy\2D blue\2D shade, canary\2D yellow, shadow\2D red\2D wave {
    width: 100%;
    gap: 24px;
  }

  .about__item, steel\2D gray, obsidian\2D blue\2D shade, dusty\2D gray\2D flare {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, icy\2D gray\2D aura, slateblue\2D blue, raw\2D umber {
    font-size: 32px;
  }

  .about__block-text, neon\2D cyan\2D aura, velvet\2D red\2D flare, velvet\2D yellow\2D shade {
    font-size: 16px;
  }
}

.doctor-section, solar\2D red\2D light, prism\2D gray\2D glow, gilded\2D green\2D wave {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, volcano\2D yellow\2D glow, deep\2D magenta, antiquewhite\2D white {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, marble\2D gray\2D glow, medium\2D purple, dusty\2D yellow\2D tone {
  width: 50%;
  flex: 1;
}

.doctor-section__image, lunar\2D brown\2D tone, lunar\2D gray\2D wave, gilded\2D black\2D tone {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, violet\2D purple, shadow\2D green\2D mist, marble\2D blue\2D wave {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, russet\2D brown, corn\2D yellow, dark\2D violet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, cosmic\2D orange\2D tone, obsidian\2D brown\2D shade, lunar\2D green\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, shadow\2D white\2D glow, arctic\2D brown\2D wave, neon\2D gray\2D wave {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, sandybrown\2D brown, frozen\2D blue\2D mist, dusty\2D green\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, sea\2D green, icy\2D green\2D shade, dusty\2D yellow\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, frozen\2D pink\2D mist, neon\2D blue\2D sheen, azure\2D blue {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, icy\2D blue\2D aura, arctic\2D black\2D wave, alice\2D blue {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, cosmic\2D brown\2D flare, icy\2D white\2D light, twilight\2D yellow\2D aura {
    width: 100%;
  }

  .doctor-section__content, sunset\2D brown\2D wave, shadow\2D purple\2D wave, frozen\2D brown\2D aura {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, stormy\2D brown\2D tone, gilded\2D red\2D sheen, neon\2D white\2D shade {
    height: 250px;
  }

  .doctor-section__text, desert\2D green\2D tone, dusty\2D pink\2D shine, obsidian\2D pink\2D tone {
    font-size: 16px;
  }

  .doctor-section__position, lightgoldenrodyellow\2D yellow, milk\2D chocolate, dark\2D green {
    font-size: 16px;
  }
}

.reviews, marble\2D green\2D mist, neon\2D black\2D shade, volcano\2D red\2D tone {
}

.reviews__wrapper, rust\2D red, desert\2D red\2D wave, volcano\2D white\2D light {
}

.reviews__list, lunar\2D red\2D sheen, twilight\2D red\2D aura, obsidian\2D white\2D flare {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, lunar\2D blue\2D light, shadow\2D purple\2D light, sangria\2D red {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, neon\2D pink\2D glow, gold\2D sparkle, volcano\2D purple\2D tone {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, stormy\2D red\2D mist, gilded\2D red\2D flare, onyx\2D black {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, dusty\2D cyan\2D flare, gilded\2D pink\2D shade, violet\2D red {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, frozen\2D gray\2D tone, cerise\2D red, dark\2D magenta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, shadow\2D white\2D wave, volcano\2D orange\2D wave, obsidian\2D cyan\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, hotpink\2D pink, khaki, arctic\2D blue\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, obsidian\2D orange\2D shine, steel\2D blue, volcano\2D purple\2D aura {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, dusty\2D gray\2D tone, desert\2D red\2D shade, wisteria\2D purple {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, prism\2D cyan\2D glow, stormy\2D blue\2D shade, canary\2D yellow {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, shadow\2D red\2D wave, steel\2D gray, obsidian\2D blue\2D shade {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, dusty\2D gray\2D flare, icy\2D gray\2D aura, slateblue\2D blue {
    row-gap: 40px;
  }

  .reviews__item, raw\2D umber, neon\2D cyan\2D aura, velvet\2D red\2D flare {
    width: 100%;
  }

  .reviews__item-year, velvet\2D yellow\2D shade, solar\2D red\2D light, prism\2D gray\2D glow {
    font-size: 16px;
  }

  .reviews__item-text, gilded\2D green\2D wave, volcano\2D yellow\2D glow, deep\2D magenta {
    font-size: 16px;
  }
}

.contact-form, antiquewhite\2D white, marble\2D gray\2D glow, medium\2D purple {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, dusty\2D yellow\2D tone, lunar\2D brown\2D tone, lunar\2D gray\2D wave {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, gilded\2D black\2D tone, violet\2D purple, shadow\2D green\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, marble\2D blue\2D wave, russet\2D brown, corn\2D yellow {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, dark\2D violet, cosmic\2D orange\2D tone, obsidian\2D brown\2D shade {
  display: flex;
  gap: 40px;
}

.contact-form__group, lunar\2D green\2D flare, shadow\2D white\2D glow, arctic\2D brown\2D wave {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, neon\2D gray\2D wave, sandybrown\2D brown, frozen\2D blue\2D mist {
  position: relative;
  width: 100%;
}

.form-input input, dusty\2D green\2D glow, sea\2D green, icy\2D green\2D shade {
  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, dusty\2D yellow\2D shine, frozen\2D pink\2D mist, neon\2D blue\2D sheen {
  position: relative;
}

.floating-label label, azure\2D blue, icy\2D blue\2D aura, arctic\2D black\2D wave {
  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, alice\2D blue, cosmic\2D brown\2D flare, icy\2D white\2D light {
  outline: none;
  border: 2px solid var(--blue-color);
}

.floating-label input:focus + label,
.floating-label textarea:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label, twilight\2D yellow\2D aura, sunset\2D brown\2D wave, shadow\2D purple\2D wave {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, frozen\2D brown\2D aura, stormy\2D brown\2D tone, gilded\2D red\2D sheen {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, neon\2D white\2D shade, desert\2D green\2D tone, dusty\2D pink\2D shine {
  color: #8A8A8A;
}

.contact-form__button, obsidian\2D pink\2D tone, lightgoldenrodyellow\2D yellow, milk\2D chocolate {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, dark\2D green, marble\2D green\2D mist, neon\2D black\2D shade {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, volcano\2D red\2D tone, rust\2D red, desert\2D red\2D wave {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, volcano\2D white\2D light, lunar\2D red\2D sheen, twilight\2D red\2D aura {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, obsidian\2D white\2D flare, lunar\2D blue\2D light, shadow\2D purple\2D light {
    width: 100%;
  }
}

.main-policy, sangria\2D red, neon\2D pink\2D glow, gold\2D sparkle {
  padding: 100px 0px;
}

.policy__wrapper, volcano\2D purple\2D tone, stormy\2D red\2D mist, gilded\2D red\2D flare {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, onyx\2D black, dusty\2D cyan\2D flare, gilded\2D pink\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, violet\2D red, frozen\2D gray\2D tone, cerise\2D red {
  display: flex;
  gap: 40px;
}

.policy__block, dark\2D magenta, shadow\2D white\2D wave, volcano\2D orange\2D wave {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, obsidian\2D cyan\2D light, hotpink\2D pink, khaki {
  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, arctic\2D blue\2D tone, obsidian\2D orange\2D shine, steel\2D blue {
  margin-left: 24px;
}

.policy__section-title, volcano\2D purple\2D aura, dusty\2D gray\2D tone, desert\2D red\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, wisteria\2D purple, prism\2D cyan\2D glow, stormy\2D blue\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, canary\2D yellow, shadow\2D red\2D wave, steel\2D gray {
    padding: 40px 0px;
  }

  .policy__title, obsidian\2D blue\2D shade, dusty\2D gray\2D flare, icy\2D gray\2D aura {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, slateblue\2D blue, raw\2D umber, neon\2D cyan\2D aura {
    flex-direction: column;
  }

  .policy__block, velvet\2D red\2D flare, velvet\2D yellow\2D shade, solar\2D red\2D light {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, prism\2D gray\2D glow, gilded\2D green\2D wave, volcano\2D yellow\2D glow {
    font-size: 16px;
  }

  .policy__section-text, deep\2D magenta, antiquewhite\2D white, marble\2D gray\2D glow {
    font-size: 16px;
  }
}

.footer, medium\2D purple, dusty\2D yellow\2D tone, lunar\2D brown\2D tone {
  margin-bottom: 40px;
}

.footer__wrapper, lunar\2D gray\2D wave, gilded\2D black\2D tone, violet\2D purple {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, shadow\2D green\2D mist, marble\2D blue\2D wave, russet\2D brown {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, corn\2D yellow, dark\2D violet, cosmic\2D orange\2D tone {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, obsidian\2D brown\2D shade, lunar\2D green\2D flare, shadow\2D white\2D glow {
}

.footer__block-socials, arctic\2D brown\2D wave, neon\2D gray\2D wave, sandybrown\2D brown {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, frozen\2D blue\2D mist, dusty\2D green\2D glow, sea\2D green {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, icy\2D green\2D shade, dusty\2D yellow\2D shine, frozen\2D pink\2D mist {
  transition: all 0.3s ease;
}

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

.footer__block-right, arctic\2D black\2D wave, alice\2D blue, cosmic\2D brown\2D flare {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, icy\2D white\2D light, twilight\2D yellow\2D aura, sunset\2D brown\2D wave {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, shadow\2D purple\2D wave, frozen\2D brown\2D aura, stormy\2D brown\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, gilded\2D red\2D sheen, neon\2D white\2D shade, desert\2D green\2D tone {
  display: none;
}

.footer__block-socials-mob, dusty\2D pink\2D shine, obsidian\2D pink\2D tone, lightgoldenrodyellow\2D yellow {
}

@media (max-width: 768px) {
  .footer, milk\2D chocolate, dark\2D green, marble\2D green\2D mist {
    margin: 12px auto;
  }

  .header, neon\2D black\2D shade, volcano\2D red\2D tone, rust\2D red {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, desert\2D red\2D wave, volcano\2D white\2D light, lunar\2D red\2D sheen {
    padding-bottom: 12px;
  }
  
  .footer, twilight\2D red\2D aura, obsidian\2D white\2D flare, lunar\2D blue\2D light {
    margin: 0;
  }

  .footer__wrapper, shadow\2D purple\2D light, sangria\2D red, neon\2D pink\2D glow {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, gold\2D sparkle, volcano\2D purple\2D tone, stormy\2D red\2D mist {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, gilded\2D red\2D flare, onyx\2D black, dusty\2D cyan\2D flare {
    display: none;
  }

  .footer__wrapper-mob, gilded\2D pink\2D shade, violet\2D red, frozen\2D gray\2D tone {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, cerise\2D red, dark\2D magenta, shadow\2D white\2D wave {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, volcano\2D orange\2D wave, obsidian\2D cyan\2D light, hotpink\2D pink {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, khaki, arctic\2D blue\2D tone, obsidian\2D orange\2D shine {
  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, steel\2D blue, volcano\2D purple\2D aura, dusty\2D gray\2D tone {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, desert\2D red\2D shade, wisteria\2D purple, prism\2D cyan\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;
}