<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

html, cornsilk\2D white, hotpink\2D pink, charcoal\2D gray {
  scroll-behavior: smooth;
}

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

html, wisteria\2D purple, deep\2D tan, turquoise {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, royal\2D blue, gold\2D luster, forest\2D green,
h1, lime, azure\2D blue, moccasin\2D white,
h2, linen\2D white, medium\2D yellow\2D green, gold\2D bronze,
h3, slateblue\2D blue, saddle\2D brown, raspberry\2D red,
h4, mintcream\2D white, azure\2D white, brick\2D orange,
p, firebrick\2D red, butter\2D yellow, lightgoldenrodyellow\2D yellow,
figure, graphite\2D gray, dark\2D green, fawn\2D brown,
blockquote, gold\2D spray, fire\2D red, rose\2D pink,
dl, steel\2D blue, light\2D steel\2D blue, sand\2D beige,
dd, bronze, old\2D rose, apricot {
  margin: 0;
}

ul[role="list"], amber\2D yellow, dark\2D slate\2D gray, peach,
ol[role="list"], rust\2D orange, silver\2D gray, electric\2D blue {
  list-style: none;
}

ul, medium\2D blue, gold\2D thread, cerise\2D red,
ol, deep\2D violet, tomato\2D red, medium\2D purple {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, dark\2D magenta, sapphire\2D blue, cardinal\2D red {
  min-height: 100vh;
  line-height: 1.5;
}

h1, dandelion\2D yellow, cobalt\2D blue, medium\2D aquamarine,
h2, heather\2D purple, sandstone\2D beige, chocolate\2D brown,
h3, maroon\2D red, ghost\2D white, dark\2D violet,
h4, lilac\2D rose, old\2D lace, golden\2D poppy,
button, mauve\2D pink, cerulean\2D blue, sky\2D blue,
input, rose\2D red, mediumpurple\2D purple, khaki\2D green,
label, lavender\2D indigo, lavender, navajo\2D white {
  line-height: 1.1;
}

h1, powder\2D pink, sunflower\2D yellow, deep\2D pink,
h2, coral, taupe\2D brown, cherry,
h3, mulberry\2D purple, seafoam\2D green, jade\2D green,
h4, iris\2D purple, eggplant\2D purple, golden\2D yellow {
}

a:not([class]), golden\2D honey, mustard\2D yellow, raspberry\2D pink {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, gold\2D metallic, milk\2D chocolate, deep\2D sky\2D blue {
  text-decoration-line: underline;
}
a, dark\2D sea\2D green, gold\2D foil, pistachio\2D green {
  text-decoration: none;
}
.wrap, lemon, bistre\2D brown, turquoise\2D blue {
  word-wrap: break-word;
}

img, plum\2D wine, sky\2D grey, khaki\2D tan,
picture, navajowhite\2D white, cornsilk\2D white, hotpink\2D pink {
  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, charcoal\2D gray, wisteria\2D purple, deep\2D tan {
  color: #333;
  font-size: 20px;
}

.number-list ol, turquoise, royal\2D blue, gold\2D luster {
  margin: 0;
  padding-left: 30px;
}

.Ñ-list, forest\2D green, lime, azure\2D blue {
  color: #333;
  font-size: 20px;
}

.Ñ-list ul, moccasin\2D white, linen\2D white, medium\2D yellow\2D green {
  margin: 0;
  padding-left: 30px;
}

body, gold\2D bronze, slateblue\2D blue, saddle\2D brown {
  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, raspberry\2D red, mintcream\2D white, azure\2D white {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, brick\2D orange, firebrick\2D red, butter\2D yellow {
  position: relative;
}

.header, lightgoldenrodyellow\2D yellow, graphite\2D gray, dark\2D green {
  padding-top: 40px;
}

.header__wrapper, fawn\2D brown, gold\2D spray, fire\2D red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, rose\2D pink, steel\2D blue, light\2D steel\2D blue {
  
}

.main-main, sand\2D beige, bronze, old\2D rose {

}

.hero, apricot, amber\2D yellow, dark\2D slate\2D gray {
  
}

.hero__wrapper, peach, rust\2D orange, silver\2D gray {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, electric\2D blue, medium\2D blue, gold\2D thread {
  display: flex;
  gap: 40px;
}

.hero__block-column, cerise\2D red, deep\2D violet, tomato\2D red {
  width: 50%;
  flex: 1;
}

.hero__block-content, medium\2D purple, dark\2D magenta, sapphire\2D blue {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, cardinal\2D red, dandelion\2D yellow, cobalt\2D blue {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, medium\2D aquamarine, heather\2D purple, sandstone\2D beige {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, chocolate\2D brown, maroon\2D red, ghost\2D white {
  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, dark\2D violet, lilac\2D rose, old\2D lace {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, golden\2D poppy, mauve\2D pink, cerulean\2D blue {
}

.hero__block-image, sky\2D blue, rose\2D red, mediumpurple\2D purple {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, khaki\2D green, lavender\2D indigo, lavender {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, navajo\2D white, powder\2D pink, sunflower\2D yellow {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, deep\2D pink, coral, taupe\2D brown {
  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, cherry, mulberry\2D purple, seafoam\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, jade\2D green, iris\2D purple, eggplant\2D purple {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), golden\2D yellow, golden\2D honey, mustard\2D yellow {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), raspberry\2D pink, gold\2D metallic, milk\2D chocolate {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), deep\2D sky\2D blue, dark\2D sea\2D green, gold\2D foil {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), pistachio\2D green, lemon, bistre\2D brown {
  background: #C8D6F3;
} 

.hero__block-button-mob, turquoise\2D blue, plum\2D wine, sky\2D grey {
  display: none;
}

.fa-star.checked, khaki\2D tan, navajowhite\2D white, cornsilk\2D white {
  color: orange;
}

.fa-star, hotpink\2D pink, charcoal\2D gray, wisteria\2D purple {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, deep\2D tan, turquoise, royal\2D blue {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, gold\2D luster, forest\2D green, lime {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, azure\2D blue, moccasin\2D white, linen\2D white {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, medium\2D yellow\2D green, gold\2D bronze, slateblue\2D blue {
    gap: 24px;
  }

  .hero__block-button, saddle\2D brown, raspberry\2D red, mintcream\2D white {
    display: none;
  }

  .benefits .benefits__list, azure\2D white, brick\2D orange, firebrick\2D red {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, butter\2D yellow, lightgoldenrodyellow\2D yellow, graphite\2D gray {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, dark\2D green, fawn\2D brown, gold\2D spray {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, fire\2D red, rose\2D pink, steel\2D blue {
    font-size: 32px;
  }

  .hero__block-text, light\2D steel\2D blue, sand\2D beige, bronze {
    font-size: 16px;
  }

  .benefits .benefits__item p, old\2D rose, apricot, amber\2D yellow {
    font-size: 16px;
  }
}

.benefits-section, dark\2D slate\2D gray, peach, rust\2D orange {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, silver\2D gray, electric\2D blue, medium\2D blue {
  display: flex;
  gap: 40px;
}

.benefits, gold\2D thread, cerise\2D red, deep\2D violet {
}

.benefits__block, tomato\2D red, medium\2D purple, dark\2D magenta {
  width: 50%;
}

.benefits__block-title, sapphire\2D blue, cardinal\2D red, dandelion\2D yellow {
  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, cobalt\2D blue, medium\2D aquamarine, heather\2D purple {
  gap: 20px;
}

.benefits-section .benefits__item, sandstone\2D beige, chocolate\2D brown, maroon\2D red {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), ghost\2D white, dark\2D violet, lilac\2D rose {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), old\2D lace, golden\2D poppy, mauve\2D pink {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), cerulean\2D blue, sky\2D blue, rose\2D red {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), mediumpurple\2D purple, khaki\2D green, lavender\2D indigo {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, lavender, navajo\2D white, powder\2D pink {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, sunflower\2D yellow, deep\2D pink, coral {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, taupe\2D brown, cherry, mulberry\2D purple {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, seafoam\2D green, jade\2D green, iris\2D purple {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, eggplant\2D purple, golden\2D yellow, golden\2D honey {
    font-size: 32px;
  }

  .benefits__block-title, mustard\2D yellow, raspberry\2D pink, gold\2D metallic {
    margin-bottom: 24px;
  }
}

.about-section, milk\2D chocolate, deep\2D sky\2D blue, dark\2D sea\2D green {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, gold\2D foil, pistachio\2D green, lemon {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, bistre\2D brown, turquoise\2D blue, plum\2D wine {
  display: flex;
  gap: 40px;
}

.about-section__block-image, sky\2D grey, khaki\2D tan, navajowhite\2D white {
  overflow: hidden;
  border-radius: 16px;
  background: #DB9999;
}

.about-section__block-image img, cornsilk\2D white, hotpink\2D pink, charcoal\2D gray {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about__block-content, wisteria\2D purple, deep\2D tan, turquoise {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, royal\2D blue, gold\2D luster, forest\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, lime, azure\2D blue, moccasin\2D white {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, linen\2D white, medium\2D yellow\2D green, gold\2D bronze {
  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, slateblue\2D blue, saddle\2D brown, raspberry\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, mintcream\2D white, azure\2D white, brick\2D orange {
  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), firebrick\2D red, butter\2D yellow, lightgoldenrodyellow\2D yellow {
  background: #C8F3C9;
}

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

.about-section .benefits .benefits__item:nth-child(3), gold\2D spray, fire\2D red, rose\2D pink {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), steel\2D blue, light\2D steel\2D blue, sand\2D beige {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, bronze, old\2D rose, apricot {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, amber\2D yellow, dark\2D slate\2D gray, peach {
    gap: 16px;
  }

  .about-section__block, rust\2D orange, silver\2D gray, electric\2D blue {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, medium\2D blue, gold\2D thread, cerise\2D red {
    width: 100%;
    gap: 24px;
  }

  .about__item, deep\2D violet, tomato\2D red, medium\2D purple {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, dark\2D magenta, sapphire\2D blue, cardinal\2D red {
    font-size: 32px;
  }

  .about__block-text, dandelion\2D yellow, cobalt\2D blue, medium\2D aquamarine {
    font-size: 16px;
  }
}

.doctor-section, heather\2D purple, sandstone\2D beige, chocolate\2D brown {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, maroon\2D red, ghost\2D white, dark\2D violet {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, lilac\2D rose, old\2D lace, golden\2D poppy {
  width: 50%;
  flex: 1;
}

.doctor-section__image, mauve\2D pink, cerulean\2D blue, sky\2D blue {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, rose\2D red, mediumpurple\2D purple, khaki\2D green {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, lavender\2D indigo, lavender, navajo\2D white {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, powder\2D pink, sunflower\2D yellow, deep\2D pink {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, coral, taupe\2D brown, cherry {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, mulberry\2D purple, seafoam\2D green, jade\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, iris\2D purple, eggplant\2D purple, golden\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, golden\2D honey, mustard\2D yellow, raspberry\2D pink {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, gold\2D metallic, milk\2D chocolate, deep\2D sky\2D blue {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, dark\2D sea\2D green, gold\2D foil, pistachio\2D green {
    width: 100%;
  }

  .doctor-section__content, lemon, bistre\2D brown, turquoise\2D blue {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, plum\2D wine, sky\2D grey, khaki\2D tan {
    height: 250px;
  }

  .doctor-section__text, navajowhite\2D white, cornsilk\2D white, hotpink\2D pink {
    font-size: 16px;
  }

  .doctor-section__position, charcoal\2D gray, wisteria\2D purple, deep\2D tan {
    font-size: 16px;
  }
}

.reviews, turquoise, royal\2D blue, gold\2D luster {
}

.reviews__wrapper, forest\2D green, lime, azure\2D blue {
}

.reviews__list, moccasin\2D white, linen\2D white, medium\2D yellow\2D green {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, gold\2D bronze, slateblue\2D blue, saddle\2D brown {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, raspberry\2D red, mintcream\2D white, azure\2D white {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, brick\2D orange, firebrick\2D red, butter\2D yellow {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, lightgoldenrodyellow\2D yellow, graphite\2D gray, dark\2D green {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, fawn\2D brown, gold\2D spray, fire\2D red {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, rose\2D pink, steel\2D blue, light\2D steel\2D blue {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, sand\2D beige, bronze, old\2D rose {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, apricot, amber\2D yellow, dark\2D slate\2D gray {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, peach, rust\2D orange, silver\2D gray {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, electric\2D blue, medium\2D blue, gold\2D thread {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, cerise\2D red, deep\2D violet, tomato\2D red {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, medium\2D purple, dark\2D magenta, sapphire\2D blue {
    row-gap: 40px;
  }

  .reviews__item, cardinal\2D red, dandelion\2D yellow, cobalt\2D blue {
    width: 100%;
  }

  .reviews__item-year, medium\2D aquamarine, heather\2D purple, sandstone\2D beige {
    font-size: 16px;
  }

  .reviews__item-text, chocolate\2D brown, maroon\2D red, ghost\2D white {
    font-size: 16px;
  }
}

.contact-form, dark\2D violet, lilac\2D rose, old\2D lace {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, golden\2D poppy, mauve\2D pink, cerulean\2D blue {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, sky\2D blue, rose\2D red, mediumpurple\2D purple {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, khaki\2D green, lavender\2D indigo, lavender {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, navajo\2D white, powder\2D pink, sunflower\2D yellow {
  display: flex;
  gap: 40px;
}

.contact-form__group, deep\2D pink, coral, taupe\2D brown {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, cherry, mulberry\2D purple, seafoam\2D green {
  position: relative;
  width: 100%;
}

.form-input input, jade\2D green, iris\2D purple, eggplant\2D purple {
  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, golden\2D yellow, golden\2D honey, mustard\2D yellow {
  position: relative;
}

.floating-label label, raspberry\2D pink, gold\2D metallic, milk\2D chocolate {
  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, deep\2D sky\2D blue, dark\2D sea\2D green, gold\2D foil {
  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, pistachio\2D green, lemon, bistre\2D brown {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, turquoise\2D blue, plum\2D wine, sky\2D grey {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, khaki\2D tan, navajowhite\2D white, cornsilk\2D white {
  color: #8A8A8A;
}

.contact-form__button, hotpink\2D pink, charcoal\2D gray, wisteria\2D purple {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, deep\2D tan, turquoise, royal\2D blue {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, gold\2D luster, forest\2D green, lime {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, azure\2D blue, moccasin\2D white, linen\2D white {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, medium\2D yellow\2D green, gold\2D bronze, slateblue\2D blue {
    width: 100%;
  }
}

.main-policy, saddle\2D brown, raspberry\2D red, mintcream\2D white {
  padding: 100px 0px;
}

.policy__wrapper, azure\2D white, brick\2D orange, firebrick\2D red {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, butter\2D yellow, lightgoldenrodyellow\2D yellow, graphite\2D gray {
  text-align: center;
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.policy__section, dark\2D green, fawn\2D brown, gold\2D spray {
  display: flex;
  gap: 40px;
}

.policy__block, fire\2D red, rose\2D pink, steel\2D blue {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, light\2D steel\2D blue, sand\2D beige, bronze {
  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, old\2D rose, apricot, amber\2D yellow {
  margin-left: 24px;
}

.policy__section-title, dark\2D slate\2D gray, peach, rust\2D orange {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, silver\2D gray, electric\2D blue, medium\2D blue {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, gold\2D thread, cerise\2D red, deep\2D violet {
    padding: 40px 0px;
  }

  .policy__title, tomato\2D red, medium\2D purple, dark\2D magenta {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, sapphire\2D blue, cardinal\2D red, dandelion\2D yellow {
    flex-direction: column;
  }

  .policy__block, cobalt\2D blue, medium\2D aquamarine, heather\2D purple {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, sandstone\2D beige, chocolate\2D brown, maroon\2D red {
    font-size: 16px;
  }

  .policy__section-text, ghost\2D white, dark\2D violet, lilac\2D rose {
    font-size: 16px;
  }
}

.footer, old\2D lace, golden\2D poppy, mauve\2D pink {
  margin-bottom: 40px;
}

.footer__wrapper, cerulean\2D blue, sky\2D blue, rose\2D red {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, mediumpurple\2D purple, khaki\2D green, lavender\2D indigo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, lavender, navajo\2D white, powder\2D pink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, sunflower\2D yellow, deep\2D pink, coral {
}

.footer__block-socials, taupe\2D brown, cherry, mulberry\2D purple {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, seafoam\2D green, jade\2D green, iris\2D purple {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, eggplant\2D purple, golden\2D yellow, golden\2D honey {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, mustard\2D yellow, raspberry\2D pink, gold\2D metallic {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, milk\2D chocolate, deep\2D sky\2D blue, dark\2D sea\2D green {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, gold\2D foil, pistachio\2D green, lemon {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, bistre\2D brown, turquoise\2D blue, plum\2D wine {
  text-decoration: underline;
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__wrapper-mob, sky\2D grey, khaki\2D tan, navajowhite\2D white {
  display: none;
}

.footer__block-socials-mob, cornsilk\2D white, hotpink\2D pink, charcoal\2D gray {
}

@media (max-width: 768px) {
  .footer, wisteria\2D purple, deep\2D tan, turquoise {
    margin: 12px auto;
  }

  .header, royal\2D blue, gold\2D luster, forest\2D green {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, lime, azure\2D blue, moccasin\2D white {
    padding-bottom: 12px;
  }
  
  .footer, linen\2D white, medium\2D yellow\2D green, gold\2D bronze {
    margin: 0;
  }

  .footer__wrapper, slateblue\2D blue, saddle\2D brown, raspberry\2D red {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, mintcream\2D white, azure\2D white, brick\2D orange {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, firebrick\2D red, butter\2D yellow, lightgoldenrodyellow\2D yellow {
    display: none;
  }

  .footer__wrapper-mob, graphite\2D gray, dark\2D green, fawn\2D brown {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, gold\2D spray, fire\2D red, rose\2D pink {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, steel\2D blue, light\2D steel\2D blue, sand\2D beige {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, bronze, old\2D rose, apricot {
  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, amber\2D yellow, dark\2D slate\2D gray, peach {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, rust\2D orange, silver\2D gray, electric\2D blue {
  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;
}</pre></body></html>