@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, rust\2D orange, pewter\2D gray, whitesmoke\2D white {
  scroll-behavior: smooth;
}

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

html, bubblegum\2D pink, jet\2D black, gold {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, violet\2D purple, honey\2D yellow, blanchedalmond\2D white,
h1, bronze\2D brown, pale\2D yellow, medium\2D blue,
h2, gold\2D thread, ghost\2D white, slate\2D gray,
h3, cherry, sky\2D blue, platinum\2D gray,
h4, medium\2D purple, dark\2D sea\2D green, khaki,
p, magenta, coffee\2D black, darkslategray\2D gray,
figure, gold\2D dust, floral\2D white, scarlet,
blockquote, carmine\2D pink, dark\2D violet, cobalt\2D blue,
dl, latte\2D brown, indian\2D red, powder\2D pink,
dd, deep\2D violet, falu\2D red, saffron {
  margin: 0;
}

ul[role="list"], deep\2D coral, cornflower, coffee\2D brown,
ol[role="list"], burgundy\2D red, dark\2D yellow, gold\2D paint {
  list-style: none;
}

ul, gold\2D spray, medium\2D spring\2D green, yellowgreen\2D green,
ol, cerulean\2D blue, ochre, lavender {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, raspberry\2D pink, mauve\2D pink, carrot\2D orange {
  min-height: 100vh;
  line-height: 1.5;
}

h1, toffee\2D brown, dark\2D olive\2D green, golden\2D yellow,
h2, wisteria\2D purple, eggshell\2D white, cerise\2D red,
h3, topaz\2D blue, apricot, medium\2D yellow\2D green,
h4, navajowhite\2D white, sand\2D beige, olive\2D drab,
button, thistle\2D purple, fire\2D red, lightcoral\2D red,
input, khaki\2D tan, papayawhip\2D white, light\2D slate\2D gray,
label, medium\2D aquamarine, orchid\2D purple, charcoal\2D gray {
  line-height: 1.1;
}

h1, dark\2D brown, crimson, vermilion\2D red,
h2, old\2D rose, gold\2D metallic, forest\2D green,
h3, dark\2D khaki, taupe\2D brown, slateblue\2D blue,
h4, silver\2D sand, medium\2D turquoise, fern\2D green {
}

a:not([class]), drab\2D brown, dark\2D turquoise, tomato\2D red {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, indian\2D pink, burnt\2D sienna, gold\2D glitter {
  text-decoration-line: underline;
}
a, fuchsia, iris\2D purple, moss\2D green {
  text-decoration: none;
}
.wrap, watermelon\2D pink, dark\2D goldenrod, mediumgray\2D gray {
  word-wrap: break-word;
}

img, umber\2D brown, skyblue\2D blue, raw\2D sienna,
picture, shocking\2D pink, rust\2D orange, pewter\2D gray {
  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, whitesmoke\2D white, bubblegum\2D pink, jet\2D black {
  color: #333;
  font-size: 20px;
}

.number-list ol, gold, violet\2D purple, honey\2D yellow {
  margin: 0;
  padding-left: 30px;
}

.с-list, blanchedalmond\2D white, bronze\2D brown, pale\2D yellow {
  color: #333;
  font-size: 20px;
}

.с-list ul, medium\2D blue, gold\2D thread, ghost\2D white {
  margin: 0;
  padding-left: 30px;
}

body, slate\2D gray, cherry, sky\2D blue {
  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, platinum\2D gray, medium\2D purple, dark\2D sea\2D green {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, khaki, magenta, coffee\2D black {
  position: relative;
}

.header, darkslategray\2D gray, gold\2D dust, floral\2D white {
  padding-top: 40px;
}

.header__wrapper, scarlet, carmine\2D pink, dark\2D violet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, cobalt\2D blue, latte\2D brown, indian\2D red {
  
}

.main-main, powder\2D pink, deep\2D violet, falu\2D red {

}

.hero, saffron, deep\2D coral, cornflower {
  
}

.hero__wrapper, coffee\2D brown, burgundy\2D red, dark\2D yellow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, gold\2D paint, gold\2D spray, medium\2D spring\2D green {
  display: flex;
  gap: 40px;
}

.hero__block-column, yellowgreen\2D green, cerulean\2D blue, ochre {
  width: 50%;
  flex: 1;
}

.hero__block-content, lavender, raspberry\2D pink, mauve\2D pink {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, carrot\2D orange, toffee\2D brown, dark\2D olive\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, golden\2D yellow, wisteria\2D purple, eggshell\2D white {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, cerise\2D red, topaz\2D blue, apricot {
  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, medium\2D yellow\2D green, navajowhite\2D white, sand\2D beige {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, olive\2D drab, thistle\2D purple, fire\2D red {
}

.hero__block-image, lightcoral\2D red, khaki\2D tan, papayawhip\2D white {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, light\2D slate\2D gray, medium\2D aquamarine, orchid\2D purple {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, charcoal\2D gray, dark\2D brown, crimson {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, vermilion\2D red, old\2D rose, gold\2D metallic {
  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, forest\2D green, dark\2D khaki, taupe\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, slateblue\2D blue, silver\2D sand, medium\2D turquoise {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), fern\2D green, drab\2D brown, dark\2D turquoise {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), tomato\2D red, indian\2D pink, burnt\2D sienna {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), gold\2D glitter, fuchsia, iris\2D purple {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), moss\2D green, watermelon\2D pink, dark\2D goldenrod {
  background: #C8D6F3;
} 

.hero__block-button-mob, mediumgray\2D gray, umber\2D brown, skyblue\2D blue {
  display: none;
}

.fa-star.checked, raw\2D sienna, shocking\2D pink, rust\2D orange {
  color: orange;
}

.fa-star, pewter\2D gray, whitesmoke\2D white, bubblegum\2D pink {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, jet\2D black, gold, violet\2D purple {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, honey\2D yellow, blanchedalmond\2D white, bronze\2D brown {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, pale\2D yellow, medium\2D blue, gold\2D thread {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, ghost\2D white, slate\2D gray, cherry {
    gap: 24px;
  }

  .hero__block-button, sky\2D blue, platinum\2D gray, medium\2D purple {
    display: none;
  }

  .benefits .benefits__list, dark\2D sea\2D green, khaki, magenta {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, coffee\2D black, darkslategray\2D gray, gold\2D dust {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, floral\2D white, scarlet, carmine\2D pink {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, dark\2D violet, cobalt\2D blue, latte\2D brown {
    font-size: 32px;
  }

  .hero__block-text, indian\2D red, powder\2D pink, deep\2D violet {
    font-size: 16px;
  }

  .benefits .benefits__item p, falu\2D red, saffron, deep\2D coral {
    font-size: 16px;
  }
}

.benefits-section, cornflower, coffee\2D brown, burgundy\2D red {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, dark\2D yellow, gold\2D paint, gold\2D spray {
  display: flex;
  gap: 40px;
}

.benefits, medium\2D spring\2D green, yellowgreen\2D green, cerulean\2D blue {
}

.benefits__block, ochre, lavender, raspberry\2D pink {
  width: 50%;
}

.benefits__block-title, mauve\2D pink, carrot\2D orange, toffee\2D brown {
  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, dark\2D olive\2D green, golden\2D yellow, wisteria\2D purple {
  gap: 20px;
}

.benefits-section .benefits__item, eggshell\2D white, cerise\2D red, topaz\2D blue {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), apricot, medium\2D yellow\2D green, navajowhite\2D white {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), sand\2D beige, olive\2D drab, thistle\2D purple {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), fire\2D red, lightcoral\2D red, khaki\2D tan {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), papayawhip\2D white, light\2D slate\2D gray, medium\2D aquamarine {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, orchid\2D purple, charcoal\2D gray, dark\2D brown {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, crimson, vermilion\2D red, old\2D rose {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, gold\2D metallic, forest\2D green, dark\2D khaki {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, taupe\2D brown, slateblue\2D blue, silver\2D sand {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, medium\2D turquoise, fern\2D green, drab\2D brown {
    font-size: 32px;
  }

  .benefits__block-title, dark\2D turquoise, tomato\2D red, indian\2D pink {
    margin-bottom: 24px;
  }
}

.about-section, burnt\2D sienna, gold\2D glitter, fuchsia {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, iris\2D purple, moss\2D green, watermelon\2D pink {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, dark\2D goldenrod, mediumgray\2D gray, umber\2D brown {
  display: flex;
  gap: 40px;
}

.about-section__block-image, skyblue\2D blue, raw\2D sienna, shocking\2D pink {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, rust\2D orange, pewter\2D gray, whitesmoke\2D white {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about__block-content, bubblegum\2D pink, jet\2D black, gold {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, violet\2D purple, honey\2D yellow, blanchedalmond\2D white {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, bronze\2D brown, pale\2D yellow, medium\2D blue {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, gold\2D thread, ghost\2D white, slate\2D gray {
  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, cherry, sky\2D blue, platinum\2D gray {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, medium\2D purple, dark\2D sea\2D green, khaki {
  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), magenta, coffee\2D black, darkslategray\2D gray {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), gold\2D dust, floral\2D white, scarlet {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), carmine\2D pink, dark\2D violet, cobalt\2D blue {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), latte\2D brown, indian\2D red, powder\2D pink {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, deep\2D violet, falu\2D red, saffron {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, deep\2D coral, cornflower, coffee\2D brown {
    gap: 16px;
  }

  .about-section__block, burgundy\2D red, dark\2D yellow, gold\2D paint {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, gold\2D spray, medium\2D spring\2D green, yellowgreen\2D green {
    width: 100%;
    gap: 24px;
  }

  .about__item, cerulean\2D blue, ochre, lavender {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, raspberry\2D pink, mauve\2D pink, carrot\2D orange {
    font-size: 32px;
  }

  .about__block-text, toffee\2D brown, dark\2D olive\2D green, golden\2D yellow {
    font-size: 16px;
  }
}

.doctor-section, wisteria\2D purple, eggshell\2D white, cerise\2D red {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

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

.doctor-section__column, navajowhite\2D white, sand\2D beige, olive\2D drab {
  width: 50%;
  flex: 1;
}

.doctor-section__image, thistle\2D purple, fire\2D red, lightcoral\2D red {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, khaki\2D tan, papayawhip\2D white, light\2D slate\2D gray {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, medium\2D aquamarine, orchid\2D purple, charcoal\2D gray {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, dark\2D brown, crimson, vermilion\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, old\2D rose, gold\2D metallic, forest\2D green {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, dark\2D khaki, taupe\2D brown, slateblue\2D blue {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, silver\2D sand, medium\2D turquoise, fern\2D green {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, drab\2D brown, dark\2D turquoise, tomato\2D red {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, indian\2D pink, burnt\2D sienna, gold\2D glitter {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, fuchsia, iris\2D purple, moss\2D green {
    width: 100%;
  }

  .doctor-section__content, watermelon\2D pink, dark\2D goldenrod, mediumgray\2D gray {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, umber\2D brown, skyblue\2D blue, raw\2D sienna {
    height: 250px;
  }

  .doctor-section__text, shocking\2D pink, rust\2D orange, pewter\2D gray {
    font-size: 16px;
  }

  .doctor-section__position, whitesmoke\2D white, bubblegum\2D pink, jet\2D black {
    font-size: 16px;
  }
}

.reviews, gold, violet\2D purple, honey\2D yellow {
}

.reviews__wrapper, blanchedalmond\2D white, bronze\2D brown, pale\2D yellow {
}

.reviews__list, medium\2D blue, gold\2D thread, ghost\2D white {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, slate\2D gray, cherry, sky\2D blue {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, platinum\2D gray, medium\2D purple, dark\2D sea\2D green {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, khaki, magenta, coffee\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, darkslategray\2D gray, gold\2D dust, floral\2D white {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, scarlet, carmine\2D pink, dark\2D violet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, cobalt\2D blue, latte\2D brown, indian\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, powder\2D pink, deep\2D violet, falu\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, saffron, deep\2D coral, cornflower {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, coffee\2D brown, burgundy\2D red, dark\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, gold\2D paint, gold\2D spray, medium\2D spring\2D green {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, yellowgreen\2D green, cerulean\2D blue, ochre {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

  .reviews__item, carrot\2D orange, toffee\2D brown, dark\2D olive\2D green {
    width: 100%;
  }

  .reviews__item-year, golden\2D yellow, wisteria\2D purple, eggshell\2D white {
    font-size: 16px;
  }

  .reviews__item-text, cerise\2D red, topaz\2D blue, apricot {
    font-size: 16px;
  }
}

.contact-form, medium\2D yellow\2D green, navajowhite\2D white, sand\2D beige {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, olive\2D drab, thistle\2D purple, fire\2D red {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, lightcoral\2D red, khaki\2D tan, papayawhip\2D white {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, light\2D slate\2D gray, medium\2D aquamarine, orchid\2D purple {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, charcoal\2D gray, dark\2D brown, crimson {
  display: flex;
  gap: 40px;
}

.contact-form__group, vermilion\2D red, old\2D rose, gold\2D metallic {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, forest\2D green, dark\2D khaki, taupe\2D brown {
  position: relative;
  width: 100%;
}

.form-input input, slateblue\2D blue, silver\2D sand, medium\2D turquoise {
  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, fern\2D green, drab\2D brown, dark\2D turquoise {
  position: relative;
}

.floating-label label, tomato\2D red, indian\2D pink, burnt\2D sienna {
  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, gold\2D glitter, fuchsia, iris\2D purple {
  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, moss\2D green, watermelon\2D pink, dark\2D goldenrod {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, mediumgray\2D gray, umber\2D brown, skyblue\2D blue {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, raw\2D sienna, shocking\2D pink, rust\2D orange {
  color: #8A8A8A;
}

.contact-form__button, pewter\2D gray, whitesmoke\2D white, bubblegum\2D pink {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, jet\2D black, gold, violet\2D purple {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, honey\2D yellow, blanchedalmond\2D white, bronze\2D brown {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, pale\2D yellow, medium\2D blue, gold\2D thread {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, ghost\2D white, slate\2D gray, cherry {
    width: 100%;
  }
}

.main-policy, sky\2D blue, platinum\2D gray, medium\2D purple {
  padding: 100px 0px;
}

.policy__wrapper, dark\2D sea\2D green, khaki, magenta {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, coffee\2D black, darkslategray\2D gray, gold\2D dust {
  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, floral\2D white, scarlet, carmine\2D pink {
  display: flex;
  gap: 40px;
}

.policy__block, dark\2D violet, cobalt\2D blue, latte\2D brown {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, indian\2D red, powder\2D pink, deep\2D violet {
  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, falu\2D red, saffron, deep\2D coral {
  margin-left: 24px;
}

.policy__section-title, cornflower, coffee\2D brown, burgundy\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, dark\2D yellow, gold\2D paint, gold\2D spray {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, medium\2D spring\2D green, yellowgreen\2D green, cerulean\2D blue {
    padding: 40px 0px;
  }

  .policy__title, ochre, lavender, raspberry\2D pink {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, mauve\2D pink, carrot\2D orange, toffee\2D brown {
    flex-direction: column;
  }

  .policy__block, dark\2D olive\2D green, golden\2D yellow, wisteria\2D purple {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, eggshell\2D white, cerise\2D red, topaz\2D blue {
    font-size: 16px;
  }

  .policy__section-text, apricot, medium\2D yellow\2D green, navajowhite\2D white {
    font-size: 16px;
  }
}

.footer, sand\2D beige, olive\2D drab, thistle\2D purple {
  margin-bottom: 40px;
}

.footer__wrapper, fire\2D red, lightcoral\2D red, khaki\2D tan {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, papayawhip\2D white, light\2D slate\2D gray, medium\2D aquamarine {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, orchid\2D purple, charcoal\2D gray, dark\2D brown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, crimson, vermilion\2D red, old\2D rose {
}

.footer__block-socials, gold\2D metallic, forest\2D green, dark\2D khaki {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, taupe\2D brown, slateblue\2D blue, silver\2D sand {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, medium\2D turquoise, fern\2D green, drab\2D brown {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, dark\2D turquoise, tomato\2D red, indian\2D pink {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, burnt\2D sienna, gold\2D glitter, fuchsia {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, iris\2D purple, moss\2D green, watermelon\2D pink {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, dark\2D goldenrod, mediumgray\2D gray, umber\2D brown {
  text-decoration: underline;
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__wrapper-mob, skyblue\2D blue, raw\2D sienna, shocking\2D pink {
  display: none;
}

.footer__block-socials-mob, rust\2D orange, pewter\2D gray, whitesmoke\2D white {
}

@media (max-width: 768px) {
  .footer, bubblegum\2D pink, jet\2D black, gold {
    margin: 12px auto;
  }

  .header, violet\2D purple, honey\2D yellow, blanchedalmond\2D white {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, bronze\2D brown, pale\2D yellow, medium\2D blue {
    padding-bottom: 12px;
  }
  
  .footer, gold\2D thread, ghost\2D white, slate\2D gray {
    margin: 0;
  }

  .footer__wrapper, cherry, sky\2D blue, platinum\2D gray {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, medium\2D purple, dark\2D sea\2D green, khaki {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, magenta, coffee\2D black, darkslategray\2D gray {
    display: none;
  }

  .footer__wrapper-mob, gold\2D dust, floral\2D white, scarlet {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, carmine\2D pink, dark\2D violet, cobalt\2D blue {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, latte\2D brown, indian\2D red, powder\2D pink {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, deep\2D violet, falu\2D red, saffron {
  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, deep\2D coral, cornflower, coffee\2D brown {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, burgundy\2D red, dark\2D yellow, gold\2D paint {
  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;
}