@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, cocoa\2D brown, deep\2D tan, gold {
  scroll-behavior: smooth;
}

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

html, olive, pewter\2D gray, violet\2D red {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, khaki\2D green, eggplant\2D black, canary\2D yellow,
h1, light\2D slate\2D gray, taupe\2D gray, periwinkle\2D violet,
h2, butter\2D yellow, golden\2D yellow, khaki\2D tan,
h3, gold\2D foil, whitesmoke\2D white, gold\2D wash,
h4, spring\2D green, ginger\2D brown, lavender,
p, dark\2D violet, deep\2D navy, bright\2D red,
figure, bubblegum\2D pink, toffee\2D brown, pumpkin\2D orange,
blockquote, deep\2D magenta, slateblue\2D blue, mustard,
dl, golden\2D honey, citron\2D yellow, fern\2D green,
dd, lightcoral\2D red, drab\2D brown, dark\2D turquoise {
  margin: 0;
}

ul[role="list"], skyblue\2D blue, silver\2D sand, ivory\2D white,
ol[role="list"], goldenrod\2D yellow, bronze\2D brown, electric\2D blue {
  list-style: none;
}

ul, thistle\2D purple, azure\2D white, magenta,
ol, fire\2D red, steel\2D gray, rust\2D red {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, magenta\2D pink, lavender\2D indigo, rose\2D pink {
  min-height: 100vh;
  line-height: 1.5;
}

h1, yellowgreen\2D green, khaki, denim\2D blue,
h2, antique\2D white, wheat\2D beige, amethyst\2D purple,
h3, firebrick\2D red, mustard\2D yellow, lilac\2D purple,
h4, indian\2D pink, gold\2D bronze, tawny\2D brown,
button, mauve\2D pink, brick\2D red, deep\2D violet,
input, turquoise, lightcyan\2D cyan, dark\2D brown,
label, sepia\2D brown, wisteria\2D purple, pale\2D yellow {
  line-height: 1.1;
}

h1, linen\2D white, cerulean\2D blue, sunflower\2D yellow,
h2, medium\2D orchid, indian\2D red, navajo\2D white,
h3, dark\2D olive\2D green, orchid\2D purple, dark\2D slate\2D gray,
h4, slate\2D gray, maroon\2D red, violet\2D purple {
}

a:not([class]), sky\2D grey, cornsilk\2D white, ghost\2D white {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, platinum\2D gray, burgundy\2D wine, deep\2D wood\2D green {
  text-decoration-line: underline;
}
a, peach, cherry, papaya\2D whip {
  text-decoration: none;
}
.wrap, steel\2D blue, medium\2D blue, indigo {
  word-wrap: break-word;
}

img, antiquewhite\2D white, corn\2D yellow, cardinal\2D red,
picture, darkslategray\2D gray, cocoa\2D brown, deep\2D tan {
  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, gold, olive, pewter\2D gray {
  color: #333;
  font-size: 20px;
}

.number-list ol, violet\2D red, khaki\2D green, eggplant\2D black {
  margin: 0;
  padding-left: 30px;
}

.с-list, canary\2D yellow, light\2D slate\2D gray, taupe\2D gray {
  color: #333;
  font-size: 20px;
}

.с-list ul, periwinkle\2D violet, butter\2D yellow, golden\2D yellow {
  margin: 0;
  padding-left: 30px;
}

body, khaki\2D tan, gold\2D foil, whitesmoke\2D white {
  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, gold\2D wash, spring\2D green, ginger\2D brown {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, lavender, dark\2D violet, deep\2D navy {
  position: relative;
}

.header, bright\2D red, bubblegum\2D pink, toffee\2D brown {
  padding-top: 40px;
}

.header__wrapper, pumpkin\2D orange, deep\2D magenta, slateblue\2D blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, mustard, golden\2D honey, citron\2D yellow {
  
}

.main-main, fern\2D green, lightcoral\2D red, drab\2D brown {

}

.hero, dark\2D turquoise, skyblue\2D blue, silver\2D sand {
  
}

.hero__wrapper, ivory\2D white, goldenrod\2D yellow, bronze\2D brown {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, electric\2D blue, thistle\2D purple, azure\2D white {
  display: flex;
  gap: 40px;
}

.hero__block-column, magenta, fire\2D red, steel\2D gray {
  width: 50%;
  flex: 1;
}

.hero__block-content, rust\2D red, magenta\2D pink, lavender\2D indigo {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, rose\2D pink, yellowgreen\2D green, khaki {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, denim\2D blue, antique\2D white, wheat\2D beige {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, amethyst\2D purple, firebrick\2D red, mustard\2D yellow {
  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, lilac\2D purple, indian\2D pink, gold\2D bronze {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, tawny\2D brown, mauve\2D pink, brick\2D red {
}

.hero__block-image, deep\2D violet, turquoise, lightcyan\2D cyan {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, dark\2D brown, sepia\2D brown, wisteria\2D purple {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, pale\2D yellow, linen\2D white, cerulean\2D blue {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, sunflower\2D yellow, medium\2D orchid, indian\2D red {
  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, navajo\2D white, dark\2D olive\2D green, orchid\2D purple {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, dark\2D slate\2D gray, slate\2D gray, maroon\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), violet\2D purple, sky\2D grey, cornsilk\2D white {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), ghost\2D white, platinum\2D gray, burgundy\2D wine {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), deep\2D wood\2D green, peach, cherry {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), papaya\2D whip, steel\2D blue, medium\2D blue {
  background: #C8D6F3;
} 

.hero__block-button-mob, indigo, antiquewhite\2D white, corn\2D yellow {
  display: none;
}

.fa-star.checked, cardinal\2D red, darkslategray\2D gray, cocoa\2D brown {
  color: orange;
}

.fa-star, deep\2D tan, gold, olive {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, pewter\2D gray, violet\2D red, khaki\2D green {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, eggplant\2D black, canary\2D yellow, light\2D slate\2D gray {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, taupe\2D gray, periwinkle\2D violet, butter\2D yellow {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, golden\2D yellow, khaki\2D tan, gold\2D foil {
    gap: 24px;
  }

  .hero__block-button, whitesmoke\2D white, gold\2D wash, spring\2D green {
    display: none;
  }

  .benefits .benefits__list, ginger\2D brown, lavender, dark\2D violet {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, deep\2D navy, bright\2D red, bubblegum\2D pink {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, toffee\2D brown, pumpkin\2D orange, deep\2D magenta {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, slateblue\2D blue, mustard, golden\2D honey {
    font-size: 32px;
  }

  .hero__block-text, citron\2D yellow, fern\2D green, lightcoral\2D red {
    font-size: 16px;
  }

  .benefits .benefits__item p, drab\2D brown, dark\2D turquoise, skyblue\2D blue {
    font-size: 16px;
  }
}

.benefits-section, silver\2D sand, ivory\2D white, goldenrod\2D yellow {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, bronze\2D brown, electric\2D blue, thistle\2D purple {
  display: flex;
  gap: 40px;
}

.benefits, azure\2D white, magenta, fire\2D red {
}

.benefits__block, steel\2D gray, rust\2D red, magenta\2D pink {
  width: 50%;
}

.benefits__block-title, lavender\2D indigo, rose\2D pink, yellowgreen\2D green {
  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, khaki, denim\2D blue, antique\2D white {
  gap: 20px;
}

.benefits-section .benefits__item, wheat\2D beige, amethyst\2D purple, firebrick\2D red {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), mustard\2D yellow, lilac\2D purple, indian\2D pink {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), gold\2D bronze, tawny\2D brown, mauve\2D pink {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), brick\2D red, deep\2D violet, turquoise {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), lightcyan\2D cyan, dark\2D brown, sepia\2D brown {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, wisteria\2D purple, pale\2D yellow, linen\2D white {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, cerulean\2D blue, sunflower\2D yellow, medium\2D orchid {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, indian\2D red, navajo\2D white, dark\2D olive\2D green {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, orchid\2D purple, dark\2D slate\2D gray, slate\2D gray {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, maroon\2D red, violet\2D purple, sky\2D grey {
    font-size: 32px;
  }

  .benefits__block-title, cornsilk\2D white, ghost\2D white, platinum\2D gray {
    margin-bottom: 24px;
  }
}

.about-section, burgundy\2D wine, deep\2D wood\2D green, peach {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, cherry, papaya\2D whip, steel\2D blue {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, medium\2D blue, indigo, antiquewhite\2D white {
  display: flex;
  gap: 40px;
}

.about-section__block-image, corn\2D yellow, cardinal\2D red, darkslategray\2D gray {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, cocoa\2D brown, deep\2D tan, gold {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about__block-content, olive, pewter\2D gray, violet\2D red {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, khaki\2D green, eggplant\2D black, canary\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, light\2D slate\2D gray, taupe\2D gray, periwinkle\2D violet {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, butter\2D yellow, golden\2D yellow, khaki\2D tan {
  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, gold\2D foil, whitesmoke\2D white, gold\2D wash {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, spring\2D green, ginger\2D brown, lavender {
  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), dark\2D violet, deep\2D navy, bright\2D red {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), bubblegum\2D pink, toffee\2D brown, pumpkin\2D orange {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), deep\2D magenta, slateblue\2D blue, mustard {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), golden\2D honey, citron\2D yellow, fern\2D green {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, lightcoral\2D red, drab\2D brown, dark\2D turquoise {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, skyblue\2D blue, silver\2D sand, ivory\2D white {
    gap: 16px;
  }

  .about-section__block, goldenrod\2D yellow, bronze\2D brown, electric\2D blue {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, thistle\2D purple, azure\2D white, magenta {
    width: 100%;
    gap: 24px;
  }

  .about__item, fire\2D red, steel\2D gray, rust\2D red {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, magenta\2D pink, lavender\2D indigo, rose\2D pink {
    font-size: 32px;
  }

  .about__block-text, yellowgreen\2D green, khaki, denim\2D blue {
    font-size: 16px;
  }
}

.doctor-section, antique\2D white, wheat\2D beige, amethyst\2D purple {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, firebrick\2D red, mustard\2D yellow, lilac\2D purple {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, indian\2D pink, gold\2D bronze, tawny\2D brown {
  width: 50%;
  flex: 1;
}

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

.doctor-section__image img, turquoise, lightcyan\2D cyan, dark\2D brown {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, sepia\2D brown, wisteria\2D purple, pale\2D yellow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, linen\2D white, cerulean\2D blue, sunflower\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, medium\2D orchid, indian\2D red, navajo\2D white {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, dark\2D olive\2D green, orchid\2D purple, dark\2D slate\2D gray {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, slate\2D gray, maroon\2D red, violet\2D purple {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, sky\2D grey, cornsilk\2D white, ghost\2D white {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, platinum\2D gray, burgundy\2D wine, deep\2D wood\2D green {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, peach, cherry, papaya\2D whip {
    width: 100%;
  }

  .doctor-section__content, steel\2D blue, medium\2D blue, indigo {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, antiquewhite\2D white, corn\2D yellow, cardinal\2D red {
    height: 250px;
  }

  .doctor-section__text, darkslategray\2D gray, cocoa\2D brown, deep\2D tan {
    font-size: 16px;
  }

  .doctor-section__position, gold, olive, pewter\2D gray {
    font-size: 16px;
  }
}

.reviews, violet\2D red, khaki\2D green, eggplant\2D black {
}

.reviews__wrapper, canary\2D yellow, light\2D slate\2D gray, taupe\2D gray {
}

.reviews__list, periwinkle\2D violet, butter\2D yellow, golden\2D yellow {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, khaki\2D tan, gold\2D foil, whitesmoke\2D white {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, gold\2D wash, spring\2D green, ginger\2D brown {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, lavender, dark\2D violet, deep\2D navy {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, bright\2D red, bubblegum\2D pink, toffee\2D brown {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, pumpkin\2D orange, deep\2D magenta, slateblue\2D blue {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, mustard, golden\2D honey, citron\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, fern\2D green, lightcoral\2D red, drab\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, dark\2D turquoise, skyblue\2D blue, silver\2D sand {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, ivory\2D white, goldenrod\2D yellow, bronze\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, electric\2D blue, thistle\2D purple, azure\2D white {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, magenta, fire\2D red, steel\2D gray {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, rust\2D red, magenta\2D pink, lavender\2D indigo {
    row-gap: 40px;
  }

  .reviews__item, rose\2D pink, yellowgreen\2D green, khaki {
    width: 100%;
  }

  .reviews__item-year, denim\2D blue, antique\2D white, wheat\2D beige {
    font-size: 16px;
  }

  .reviews__item-text, amethyst\2D purple, firebrick\2D red, mustard\2D yellow {
    font-size: 16px;
  }
}

.contact-form, lilac\2D purple, indian\2D pink, gold\2D bronze {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, tawny\2D brown, mauve\2D pink, brick\2D red {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, deep\2D violet, turquoise, lightcyan\2D cyan {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, dark\2D brown, sepia\2D brown, wisteria\2D purple {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, pale\2D yellow, linen\2D white, cerulean\2D blue {
  display: flex;
  gap: 40px;
}

.contact-form__group, sunflower\2D yellow, medium\2D orchid, indian\2D red {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, navajo\2D white, dark\2D olive\2D green, orchid\2D purple {
  position: relative;
  width: 100%;
}

.form-input input, dark\2D slate\2D gray, slate\2D gray, maroon\2D red {
  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, violet\2D purple, sky\2D grey, cornsilk\2D white {
  position: relative;
}

.floating-label label, ghost\2D white, platinum\2D gray, burgundy\2D wine {
  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 wood\2D green, peach, cherry {
  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, papaya\2D whip, steel\2D blue, medium\2D blue {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, indigo, antiquewhite\2D white, corn\2D yellow {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, cardinal\2D red, darkslategray\2D gray, cocoa\2D brown {
  color: #8A8A8A;
}

.contact-form__button, deep\2D tan, gold, olive {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, pewter\2D gray, violet\2D red, khaki\2D green {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, eggplant\2D black, canary\2D yellow, light\2D slate\2D gray {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, taupe\2D gray, periwinkle\2D violet, butter\2D yellow {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, golden\2D yellow, khaki\2D tan, gold\2D foil {
    width: 100%;
  }
}

.main-policy, whitesmoke\2D white, gold\2D wash, spring\2D green {
  padding: 100px 0px;
}

.policy__wrapper, ginger\2D brown, lavender, dark\2D violet {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, deep\2D navy, bright\2D red, bubblegum\2D pink {
  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, toffee\2D brown, pumpkin\2D orange, deep\2D magenta {
  display: flex;
  gap: 40px;
}

.policy__block, slateblue\2D blue, mustard, golden\2D honey {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, citron\2D yellow, fern\2D green, lightcoral\2D red {
  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, drab\2D brown, dark\2D turquoise, skyblue\2D blue {
  margin-left: 24px;
}

.policy__section-title, silver\2D sand, ivory\2D white, goldenrod\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

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

@media (max-width: 768px) {
  .main-policy, azure\2D white, magenta, fire\2D red {
    padding: 40px 0px;
  }

  .policy__title, steel\2D gray, rust\2D red, magenta\2D pink {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, lavender\2D indigo, rose\2D pink, yellowgreen\2D green {
    flex-direction: column;
  }

  .policy__block, khaki, denim\2D blue, antique\2D white {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, wheat\2D beige, amethyst\2D purple, firebrick\2D red {
    font-size: 16px;
  }

  .policy__section-text, mustard\2D yellow, lilac\2D purple, indian\2D pink {
    font-size: 16px;
  }
}

.footer, gold\2D bronze, tawny\2D brown, mauve\2D pink {
  margin-bottom: 40px;
}

.footer__wrapper, brick\2D red, deep\2D violet, turquoise {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, lightcyan\2D cyan, dark\2D brown, sepia\2D brown {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, wisteria\2D purple, pale\2D yellow, linen\2D white {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, cerulean\2D blue, sunflower\2D yellow, medium\2D orchid {
}

.footer__block-socials, indian\2D red, navajo\2D white, dark\2D olive\2D green {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, orchid\2D purple, dark\2D slate\2D gray, slate\2D gray {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, maroon\2D red, violet\2D purple, sky\2D grey {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, cornsilk\2D white, ghost\2D white, platinum\2D gray {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, burgundy\2D wine, deep\2D wood\2D green, peach {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, cherry, papaya\2D whip, steel\2D blue {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

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

.footer__wrapper-mob, corn\2D yellow, cardinal\2D red, darkslategray\2D gray {
  display: none;
}

.footer__block-socials-mob, cocoa\2D brown, deep\2D tan, gold {
}

@media (max-width: 768px) {
  .footer, olive, pewter\2D gray, violet\2D red {
    margin: 12px auto;
  }

  .header, khaki\2D green, eggplant\2D black, canary\2D yellow {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, light\2D slate\2D gray, taupe\2D gray, periwinkle\2D violet {
    padding-bottom: 12px;
  }
  
  .footer, butter\2D yellow, golden\2D yellow, khaki\2D tan {
    margin: 0;
  }

  .footer__wrapper, gold\2D foil, whitesmoke\2D white, gold\2D wash {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, spring\2D green, ginger\2D brown, lavender {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, dark\2D violet, deep\2D navy, bright\2D red {
    display: none;
  }

  .footer__wrapper-mob, bubblegum\2D pink, toffee\2D brown, pumpkin\2D orange {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, deep\2D magenta, slateblue\2D blue, mustard {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, golden\2D honey, citron\2D yellow, fern\2D green {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, lightcoral\2D red, drab\2D brown, dark\2D turquoise {
  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, skyblue\2D blue, silver\2D sand, ivory\2D white {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, goldenrod\2D yellow, bronze\2D brown, 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;
}