@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, neon\2D pink\2D shine, arctic\2D gray\2D shade, volcano\2D pink\2D aura {
  scroll-behavior: smooth;
}

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

html, violet\2D purple, lunar\2D orange\2D shine, velvet\2D red\2D sheen {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, mediumgray\2D gray, sunset\2D purple\2D shade, neon\2D red\2D sheen,
h1, twilight\2D pink\2D mist, marble\2D gray\2D mist, stormy\2D gray\2D shine,
h2, icy\2D purple\2D sheen, gilded\2D gray\2D sheen, dusty\2D black\2D flare,
h3, dark\2D green, gilded\2D white\2D mist, deep\2D violet,
h4, maroon, gilded\2D red\2D sheen, gold\2D rush,
p, desert\2D pink\2D tone, sunset\2D cyan\2D aura, stormy\2D yellow\2D shine,
figure, indian\2D pink, icy\2D red\2D mist, twilight\2D cyan\2D tone,
blockquote, twilight\2D white\2D shade, frozen\2D purple\2D aura, arctic\2D green\2D sheen,
dl, cosmic\2D blue\2D wave, arctic\2D blue\2D tone, turquoise\2D blue,
dd, stormy\2D blue\2D light, stormy\2D blue\2D shade, neon\2D white\2D mist {
  margin: 0;
}

ul[role="list"], icy\2D blue\2D mist, silver\2D gray, arctic\2D blue\2D flare,
ol[role="list"], desert\2D orange\2D mist, gold\2D copper, velvet\2D brown\2D glow {
  list-style: none;
}

ul, marble\2D green\2D mist, volcano\2D green\2D light, lilac\2D rose,
ol, darkolivegreen\2D green, neon\2D black\2D shine, marble\2D brown\2D shine {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, twilight\2D black\2D sheen, rust\2D red, desert\2D red\2D glow {
  min-height: 100vh;
  line-height: 1.5;
}

h1, lunar\2D brown\2D tone, solar\2D brown\2D shade, obsidian\2D purple\2D sheen,
h2, raw\2D sienna, brick\2D orange, solar\2D pink\2D flare,
h3, cosmic\2D cyan\2D glow, dark\2D turquoise, obsidian\2D white\2D flare,
h4, violet\2D red, obsidian\2D blue\2D light, deep\2D sky\2D blue,
button, desert\2D black\2D sheen, lunar\2D orange\2D tone, shadow\2D red\2D flare,
input, frozen\2D pink\2D mist, navajowhite\2D white, icy\2D black\2D tone,
label, dark\2D yellow, eggshell\2D white, twilight\2D pink\2D shade {
  line-height: 1.1;
}

h1, arctic\2D gray\2D wave, icy\2D gray\2D light, cosmic\2D red\2D shade,
h2, arctic\2D black\2D glow, prism\2D brown\2D tone, indian\2D red,
h3, twilight\2D cyan\2D sheen, antique\2D white, obsidian\2D gray\2D shine,
h4, gold\2D tone, sand\2D beige, deep\2D pink {
}

a:not([class]), eggplant\2D purple, icy\2D gray\2D aura, citron\2D yellow {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, lunar\2D gray\2D aura, boysenberry\2D purple, cosmic\2D green\2D wave {
  text-decoration-line: underline;
}
a, dusty\2D black\2D glow, neon\2D gray\2D shine, frozen\2D purple\2D mist {
  text-decoration: none;
}
.wrap, desert\2D brown\2D mist, stormy\2D purple\2D sheen, obsidian\2D black\2D sheen {
  word-wrap: break-word;
}

img, desert\2D blue\2D tone, volcano\2D purple\2D shade, darkslategray\2D gray,
picture, lunar\2D green\2D flare, neon\2D pink\2D shine, arctic\2D gray\2D shade {
  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, volcano\2D pink\2D aura, violet\2D purple, lunar\2D orange\2D shine {
  color: #333;
  font-size: 20px;
}

.number-list ol, velvet\2D red\2D sheen, mediumgray\2D gray, sunset\2D purple\2D shade {
  margin: 0;
  padding-left: 30px;
}

.с-list, neon\2D red\2D sheen, twilight\2D pink\2D mist, marble\2D gray\2D mist {
  color: #333;
  font-size: 20px;
}

.с-list ul, stormy\2D gray\2D shine, icy\2D purple\2D sheen, gilded\2D gray\2D sheen {
  margin: 0;
  padding-left: 30px;
}

body, dusty\2D black\2D flare, dark\2D green, gilded\2D white\2D mist {
  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, deep\2D violet, maroon, gilded\2D red\2D sheen {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, gold\2D rush, desert\2D pink\2D tone, sunset\2D cyan\2D aura {
  position: relative;
}

.header, stormy\2D yellow\2D shine, indian\2D pink, icy\2D red\2D mist {
  padding-top: 40px;
}

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

.header__logo, arctic\2D green\2D sheen, cosmic\2D blue\2D wave, arctic\2D blue\2D tone {
  
}

.main-main, turquoise\2D blue, stormy\2D blue\2D light, stormy\2D blue\2D shade {

}

.hero, neon\2D white\2D mist, icy\2D blue\2D mist, silver\2D gray {
  
}

.hero__wrapper, arctic\2D blue\2D flare, desert\2D orange\2D mist, gold\2D copper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, velvet\2D brown\2D glow, marble\2D green\2D mist, volcano\2D green\2D light {
  display: flex;
  gap: 40px;
}

.hero__block-column, lilac\2D rose, darkolivegreen\2D green, neon\2D black\2D shine {
  width: 50%;
  flex: 1;
}

.hero__block-content, marble\2D brown\2D shine, twilight\2D black\2D sheen, rust\2D red {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, desert\2D red\2D glow, lunar\2D brown\2D tone, solar\2D brown\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, obsidian\2D purple\2D sheen, raw\2D sienna, brick\2D orange {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, solar\2D pink\2D flare, cosmic\2D cyan\2D glow, dark\2D turquoise {
  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, obsidian\2D white\2D flare, violet\2D red, obsidian\2D blue\2D light {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, deep\2D sky\2D blue, desert\2D black\2D sheen, lunar\2D orange\2D tone {
}

.hero__block-image, shadow\2D red\2D flare, frozen\2D pink\2D mist, navajowhite\2D white {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, icy\2D black\2D tone, dark\2D yellow, eggshell\2D white {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, twilight\2D pink\2D shade, arctic\2D gray\2D wave, icy\2D gray\2D light {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, cosmic\2D red\2D shade, arctic\2D black\2D glow, prism\2D brown\2D tone {
  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, indian\2D red, twilight\2D cyan\2D sheen, antique\2D white {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, obsidian\2D gray\2D shine, gold\2D tone, sand\2D beige {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), deep\2D pink, eggplant\2D purple, icy\2D gray\2D aura {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), citron\2D yellow, lunar\2D gray\2D aura, boysenberry\2D purple {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), cosmic\2D green\2D wave, dusty\2D black\2D glow, neon\2D gray\2D shine {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), frozen\2D purple\2D mist, desert\2D brown\2D mist, stormy\2D purple\2D sheen {
  background: #C8D6F3;
} 

.hero__block-button-mob, obsidian\2D black\2D sheen, desert\2D blue\2D tone, volcano\2D purple\2D shade {
  display: none;
}

.fa-star.checked, darkslategray\2D gray, lunar\2D green\2D flare, neon\2D pink\2D shine {
  color: orange;
}

.fa-star, arctic\2D gray\2D shade, volcano\2D pink\2D aura, violet\2D purple {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, lunar\2D orange\2D shine, velvet\2D red\2D sheen, mediumgray\2D gray {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, sunset\2D purple\2D shade, neon\2D red\2D sheen, twilight\2D pink\2D mist {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, marble\2D gray\2D mist, stormy\2D gray\2D shine, icy\2D purple\2D sheen {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, gilded\2D gray\2D sheen, dusty\2D black\2D flare, dark\2D green {
    gap: 24px;
  }

  .hero__block-button, gilded\2D white\2D mist, deep\2D violet, maroon {
    display: none;
  }

  .benefits .benefits__list, gilded\2D red\2D sheen, gold\2D rush, desert\2D pink\2D tone {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, sunset\2D cyan\2D aura, stormy\2D yellow\2D shine, indian\2D pink {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, icy\2D red\2D mist, twilight\2D cyan\2D tone, twilight\2D white\2D shade {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, frozen\2D purple\2D aura, arctic\2D green\2D sheen, cosmic\2D blue\2D wave {
    font-size: 32px;
  }

  .hero__block-text, arctic\2D blue\2D tone, turquoise\2D blue, stormy\2D blue\2D light {
    font-size: 16px;
  }

  .benefits .benefits__item p, stormy\2D blue\2D shade, neon\2D white\2D mist, icy\2D blue\2D mist {
    font-size: 16px;
  }
}

.benefits-section, silver\2D gray, arctic\2D blue\2D flare, desert\2D orange\2D mist {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, gold\2D copper, velvet\2D brown\2D glow, marble\2D green\2D mist {
  display: flex;
  gap: 40px;
}

.benefits, volcano\2D green\2D light, lilac\2D rose, darkolivegreen\2D green {
}

.benefits__block, neon\2D black\2D shine, marble\2D brown\2D shine, twilight\2D black\2D sheen {
  width: 50%;
}

.benefits__block-title, rust\2D red, desert\2D red\2D glow, lunar\2D brown\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.benefits-section .benefits__list, solar\2D brown\2D shade, obsidian\2D purple\2D sheen, raw\2D sienna {
  gap: 20px;
}

.benefits-section .benefits__item, brick\2D orange, solar\2D pink\2D flare, cosmic\2D cyan\2D glow {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), dark\2D turquoise, obsidian\2D white\2D flare, violet\2D red {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), obsidian\2D blue\2D light, deep\2D sky\2D blue, desert\2D black\2D sheen {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), lunar\2D orange\2D tone, shadow\2D red\2D flare, frozen\2D pink\2D mist {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), navajowhite\2D white, icy\2D black\2D tone, dark\2D yellow {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, eggshell\2D white, twilight\2D pink\2D shade, arctic\2D gray\2D wave {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, icy\2D gray\2D light, cosmic\2D red\2D shade, arctic\2D black\2D glow {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, prism\2D brown\2D tone, indian\2D red, twilight\2D cyan\2D sheen {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, antique\2D white, obsidian\2D gray\2D shine, gold\2D tone {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, sand\2D beige, deep\2D pink, eggplant\2D purple {
    font-size: 32px;
  }

  .benefits__block-title, icy\2D gray\2D aura, citron\2D yellow, lunar\2D gray\2D aura {
    margin-bottom: 24px;
  }
}

.about-section, boysenberry\2D purple, cosmic\2D green\2D wave, dusty\2D black\2D glow {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, neon\2D gray\2D shine, frozen\2D purple\2D mist, desert\2D brown\2D mist {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, stormy\2D purple\2D sheen, obsidian\2D black\2D sheen, desert\2D blue\2D tone {
  display: flex;
  gap: 40px;
}

.about-section__block-image, volcano\2D purple\2D shade, darkslategray\2D gray, lunar\2D green\2D flare {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, neon\2D pink\2D shine, arctic\2D gray\2D shade, volcano\2D pink\2D aura {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, violet\2D purple, lunar\2D orange\2D shine, velvet\2D red\2D sheen {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, mediumgray\2D gray, sunset\2D purple\2D shade, neon\2D red\2D sheen {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, twilight\2D pink\2D mist, marble\2D gray\2D mist, stormy\2D gray\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, icy\2D purple\2D sheen, gilded\2D gray\2D sheen, dusty\2D black\2D flare {
  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, dark\2D green, gilded\2D white\2D mist, deep\2D violet {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, maroon, gilded\2D red\2D sheen, gold\2D rush {
  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), desert\2D pink\2D tone, sunset\2D cyan\2D aura, stormy\2D yellow\2D shine {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), indian\2D pink, icy\2D red\2D mist, twilight\2D cyan\2D tone {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), twilight\2D white\2D shade, frozen\2D purple\2D aura, arctic\2D green\2D sheen {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), cosmic\2D blue\2D wave, arctic\2D blue\2D tone, turquoise\2D blue {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, stormy\2D blue\2D light, stormy\2D blue\2D shade, neon\2D white\2D mist {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, icy\2D blue\2D mist, silver\2D gray, arctic\2D blue\2D flare {
    gap: 16px;
  }

  .about-section__block, desert\2D orange\2D mist, gold\2D copper, velvet\2D brown\2D glow {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, marble\2D green\2D mist, volcano\2D green\2D light, lilac\2D rose {
    width: 100%;
    gap: 24px;
  }

  .about__item, darkolivegreen\2D green, neon\2D black\2D shine, marble\2D brown\2D shine {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, twilight\2D black\2D sheen, rust\2D red, desert\2D red\2D glow {
    font-size: 32px;
  }

  .about__block-text, lunar\2D brown\2D tone, solar\2D brown\2D shade, obsidian\2D purple\2D sheen {
    font-size: 16px;
  }
}

.doctor-section, raw\2D sienna, brick\2D orange, solar\2D pink\2D flare {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, cosmic\2D cyan\2D glow, dark\2D turquoise, obsidian\2D white\2D flare {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, violet\2D red, obsidian\2D blue\2D light, deep\2D sky\2D blue {
  width: 50%;
  flex: 1;
}

.doctor-section__image, desert\2D black\2D sheen, lunar\2D orange\2D tone, shadow\2D red\2D flare {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, frozen\2D pink\2D mist, navajowhite\2D white, icy\2D black\2D tone {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, dark\2D yellow, eggshell\2D white, twilight\2D pink\2D shade {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, arctic\2D gray\2D wave, icy\2D gray\2D light, cosmic\2D red\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, arctic\2D black\2D glow, prism\2D brown\2D tone, indian\2D red {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, twilight\2D cyan\2D sheen, antique\2D white, obsidian\2D gray\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, gold\2D tone, sand\2D beige, deep\2D pink {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, eggplant\2D purple, icy\2D gray\2D aura, citron\2D yellow {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, lunar\2D gray\2D aura, boysenberry\2D purple, cosmic\2D green\2D wave {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, dusty\2D black\2D glow, neon\2D gray\2D shine, frozen\2D purple\2D mist {
    width: 100%;
  }

  .doctor-section__content, desert\2D brown\2D mist, stormy\2D purple\2D sheen, obsidian\2D black\2D sheen {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, desert\2D blue\2D tone, volcano\2D purple\2D shade, darkslategray\2D gray {
    height: 250px;
  }

  .doctor-section__text, lunar\2D green\2D flare, neon\2D pink\2D shine, arctic\2D gray\2D shade {
    font-size: 16px;
  }

  .doctor-section__position, volcano\2D pink\2D aura, violet\2D purple, lunar\2D orange\2D shine {
    font-size: 16px;
  }
}

.reviews, velvet\2D red\2D sheen, mediumgray\2D gray, sunset\2D purple\2D shade {
}

.reviews__wrapper, neon\2D red\2D sheen, twilight\2D pink\2D mist, marble\2D gray\2D mist {
}

.reviews__list, stormy\2D gray\2D shine, icy\2D purple\2D sheen, gilded\2D gray\2D sheen {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, dusty\2D black\2D flare, dark\2D green, gilded\2D white\2D mist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, deep\2D violet, maroon, gilded\2D red\2D sheen {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, gold\2D rush, desert\2D pink\2D tone, sunset\2D cyan\2D aura {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, stormy\2D yellow\2D shine, indian\2D pink, icy\2D red\2D mist {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, twilight\2D cyan\2D tone, twilight\2D white\2D shade, frozen\2D purple\2D aura {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, arctic\2D green\2D sheen, cosmic\2D blue\2D wave, arctic\2D blue\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, turquoise\2D blue, stormy\2D blue\2D light, stormy\2D blue\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, neon\2D white\2D mist, icy\2D blue\2D mist, silver\2D gray {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, arctic\2D blue\2D flare, desert\2D orange\2D mist, gold\2D copper {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, velvet\2D brown\2D glow, marble\2D green\2D mist, volcano\2D green\2D light {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, lilac\2D rose, darkolivegreen\2D green, neon\2D black\2D shine {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, marble\2D brown\2D shine, twilight\2D black\2D sheen, rust\2D red {
    row-gap: 40px;
  }

  .reviews__item, desert\2D red\2D glow, lunar\2D brown\2D tone, solar\2D brown\2D shade {
    width: 100%;
  }

  .reviews__item-year, obsidian\2D purple\2D sheen, raw\2D sienna, brick\2D orange {
    font-size: 16px;
  }

  .reviews__item-text, solar\2D pink\2D flare, cosmic\2D cyan\2D glow, dark\2D turquoise {
    font-size: 16px;
  }
}

.contact-form, obsidian\2D white\2D flare, violet\2D red, obsidian\2D blue\2D light {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, deep\2D sky\2D blue, desert\2D black\2D sheen, lunar\2D orange\2D tone {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, shadow\2D red\2D flare, frozen\2D pink\2D mist, navajowhite\2D white {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, icy\2D black\2D tone, dark\2D yellow, eggshell\2D white {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, twilight\2D pink\2D shade, arctic\2D gray\2D wave, icy\2D gray\2D light {
  display: flex;
  gap: 40px;
}

.contact-form__group, cosmic\2D red\2D shade, arctic\2D black\2D glow, prism\2D brown\2D tone {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, indian\2D red, twilight\2D cyan\2D sheen, antique\2D white {
  position: relative;
  width: 100%;
}

.form-input input, obsidian\2D gray\2D shine, gold\2D tone, sand\2D beige {
  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, deep\2D pink, eggplant\2D purple, icy\2D gray\2D aura {
  position: relative;
}

.floating-label label, citron\2D yellow, lunar\2D gray\2D aura, boysenberry\2D purple {
  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, cosmic\2D green\2D wave, dusty\2D black\2D glow, neon\2D gray\2D shine {
  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, frozen\2D purple\2D mist, desert\2D brown\2D mist, stormy\2D purple\2D sheen {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, obsidian\2D black\2D sheen, desert\2D blue\2D tone, volcano\2D purple\2D shade {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, darkslategray\2D gray, lunar\2D green\2D flare, neon\2D pink\2D shine {
  color: #8A8A8A;
}

.contact-form__button, arctic\2D gray\2D shade, volcano\2D pink\2D aura, violet\2D purple {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, lunar\2D orange\2D shine, velvet\2D red\2D sheen, mediumgray\2D gray {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, sunset\2D purple\2D shade, neon\2D red\2D sheen, twilight\2D pink\2D mist {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, marble\2D gray\2D mist, stormy\2D gray\2D shine, icy\2D purple\2D sheen {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, gilded\2D gray\2D sheen, dusty\2D black\2D flare, dark\2D green {
    width: 100%;
  }
}

.main-policy, gilded\2D white\2D mist, deep\2D violet, maroon {
  padding: 100px 0px;
}

.policy__wrapper, gilded\2D red\2D sheen, gold\2D rush, desert\2D pink\2D tone {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, sunset\2D cyan\2D aura, stormy\2D yellow\2D shine, indian\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, icy\2D red\2D mist, twilight\2D cyan\2D tone, twilight\2D white\2D shade {
  display: flex;
  gap: 40px;
}

.policy__block, frozen\2D purple\2D aura, arctic\2D green\2D sheen, cosmic\2D blue\2D wave {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, arctic\2D blue\2D tone, turquoise\2D blue, stormy\2D blue\2D light {
  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, stormy\2D blue\2D shade, neon\2D white\2D mist, icy\2D blue\2D mist {
  margin-left: 24px;
}

.policy__section-title, silver\2D gray, arctic\2D blue\2D flare, desert\2D orange\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, gold\2D copper, velvet\2D brown\2D glow, marble\2D green\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, volcano\2D green\2D light, lilac\2D rose, darkolivegreen\2D green {
    padding: 40px 0px;
  }

  .policy__title, neon\2D black\2D shine, marble\2D brown\2D shine, twilight\2D black\2D sheen {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, rust\2D red, desert\2D red\2D glow, lunar\2D brown\2D tone {
    flex-direction: column;
  }

  .policy__block, solar\2D brown\2D shade, obsidian\2D purple\2D sheen, raw\2D sienna {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, brick\2D orange, solar\2D pink\2D flare, cosmic\2D cyan\2D glow {
    font-size: 16px;
  }

  .policy__section-text, dark\2D turquoise, obsidian\2D white\2D flare, violet\2D red {
    font-size: 16px;
  }
}

.footer, obsidian\2D blue\2D light, deep\2D sky\2D blue, desert\2D black\2D sheen {
  margin-bottom: 40px;
}

.footer__wrapper, lunar\2D orange\2D tone, shadow\2D red\2D flare, frozen\2D pink\2D mist {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, navajowhite\2D white, icy\2D black\2D tone, dark\2D yellow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, eggshell\2D white, twilight\2D pink\2D shade, arctic\2D gray\2D wave {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, icy\2D gray\2D light, cosmic\2D red\2D shade, arctic\2D black\2D glow {
}

.footer__block-socials, prism\2D brown\2D tone, indian\2D red, twilight\2D cyan\2D sheen {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, antique\2D white, obsidian\2D gray\2D shine, gold\2D tone {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, sand\2D beige, deep\2D pink, eggplant\2D purple {
  transition: all 0.3s ease;
}

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

.footer__block-right, boysenberry\2D purple, cosmic\2D green\2D wave, dusty\2D black\2D glow {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, neon\2D gray\2D shine, frozen\2D purple\2D mist, desert\2D brown\2D mist {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, stormy\2D purple\2D sheen, obsidian\2D black\2D sheen, desert\2D blue\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, volcano\2D purple\2D shade, darkslategray\2D gray, lunar\2D green\2D flare {
  display: none;
}

.footer__block-socials-mob, neon\2D pink\2D shine, arctic\2D gray\2D shade, volcano\2D pink\2D aura {
}

@media (max-width: 768px) {
  .footer, violet\2D purple, lunar\2D orange\2D shine, velvet\2D red\2D sheen {
    margin: 12px auto;
  }

  .header, mediumgray\2D gray, sunset\2D purple\2D shade, neon\2D red\2D sheen {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, twilight\2D pink\2D mist, marble\2D gray\2D mist, stormy\2D gray\2D shine {
    padding-bottom: 12px;
  }
  
  .footer, icy\2D purple\2D sheen, gilded\2D gray\2D sheen, dusty\2D black\2D flare {
    margin: 0;
  }

  .footer__wrapper, dark\2D green, gilded\2D white\2D mist, deep\2D violet {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, maroon, gilded\2D red\2D sheen, gold\2D rush {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, desert\2D pink\2D tone, sunset\2D cyan\2D aura, stormy\2D yellow\2D shine {
    display: none;
  }

  .footer__wrapper-mob, indian\2D pink, icy\2D red\2D mist, twilight\2D cyan\2D tone {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, twilight\2D white\2D shade, frozen\2D purple\2D aura, arctic\2D green\2D sheen {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, cosmic\2D blue\2D wave, arctic\2D blue\2D tone, turquoise\2D blue {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, stormy\2D blue\2D light, stormy\2D blue\2D shade, neon\2D white\2D mist {
  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, icy\2D blue\2D mist, silver\2D gray, arctic\2D blue\2D flare {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, desert\2D orange\2D mist, gold\2D copper, velvet\2D brown\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;
}