@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, cosmic\2D blue\2D glow, velvet\2D orange\2D shade, mocha\2D brown {
  scroll-behavior: smooth;
}

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

html, darkolivegreen\2D green, desert\2D red\2D shine, cosmic\2D gray\2D wave {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, bistre\2D brown, deep\2D sky\2D blue, dusty\2D gray\2D glow,
h1, vermilion\2D red, twilight\2D gray\2D wave, gold\2D tone,
h2, amber\2D yellow, sunset\2D purple\2D shade, neon\2D black\2D shine,
h3, twilight\2D brown\2D mist, gilded\2D brown\2D wave, prism\2D white\2D glow,
h4, icy\2D black\2D sheen, biscotti\2D brown, frozen\2D gray\2D tone,
p, neon\2D yellow\2D shade, eggplant\2D purple, solar\2D yellow\2D tone,
figure, solar\2D brown\2D light, lunar\2D green\2D tone, maroon,
blockquote, lunar\2D brown\2D shade, peach, lunar\2D cyan\2D mist,
dl, gilded\2D brown\2D shine, cosmic\2D purple\2D aura, moss\2D green,
dd, frozen\2D pink\2D mist, desert\2D orange\2D aura, frozen\2D brown\2D shine {
  margin: 0;
}

ul[role="list"], butter\2D yellow, velvet\2D pink\2D mist, taupe\2D gray,
ol[role="list"], sunset\2D black\2D flare, dark\2D brown, bubblegum\2D pink {
  list-style: none;
}

ul, arctic\2D green\2D shine, desert\2D green\2D flare, forest\2D green,
ol, volcano\2D red\2D light, velvet\2D blue\2D light, midnight\2D blue {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, shadow\2D orange\2D sheen, icy\2D blue\2D mist, slateblue\2D blue {
  min-height: 100vh;
  line-height: 1.5;
}

h1, prism\2D black\2D flare, icy\2D white\2D shade, cosmic\2D red\2D tone,
h2, frozen\2D orange\2D tone, sunset\2D purple\2D shine, prism\2D green\2D aura,
h3, stormy\2D yellow\2D flare, cosmic\2D pink\2D aura, desert\2D orange\2D wave,
h4, neon\2D red\2D shade, cosmic\2D gray\2D aura, pistachio\2D green,
button, marble\2D pink\2D wave, arctic\2D green\2D light, twilight\2D red\2D aura,
input, desert\2D pink\2D glow, apricot, lunar\2D red\2D light,
label, obsidian\2D brown\2D light, neon\2D brown\2D flare, medium\2D yellow\2D green {
  line-height: 1.1;
}

h1, frozen\2D black\2D aura, azure\2D white, neon\2D red\2D wave,
h2, bronze\2D brown, khaki\2D tan, neon\2D blue\2D aura,
h3, solar\2D black\2D glow, graphite\2D gray, desert\2D pink\2D shade,
h4, neon\2D gray\2D sheen, lilac\2D purple, ruby\2D red {
}

a:not([class]), frozen\2D purple\2D shine, icy\2D yellow\2D glow, dark\2D goldenrod {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, obsidian\2D black\2D flare, icy\2D orange\2D flare, dark\2D cyan {
  text-decoration-line: underline;
}
a, darkturquoise\2D turquoise, stormy\2D green\2D shine, marble\2D yellow\2D tone {
  text-decoration: none;
}
.wrap, solar\2D yellow\2D wave, lunar\2D gray\2D wave, desert\2D yellow\2D flare {
  word-wrap: break-word;
}

img, neon\2D black\2D shade, maroon\2D red, pale\2D yellow,
picture, lunar\2D black\2D flare, cosmic\2D blue\2D glow, velvet\2D orange\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, mocha\2D brown, darkolivegreen\2D green, desert\2D red\2D shine {
  color: #333;
  font-size: 20px;
}

.number-list ol, cosmic\2D gray\2D wave, bistre\2D brown, deep\2D sky\2D blue {
  margin: 0;
  padding-left: 30px;
}

.с-list, dusty\2D gray\2D glow, vermilion\2D red, twilight\2D gray\2D wave {
  color: #333;
  font-size: 20px;
}

.с-list ul, gold\2D tone, amber\2D yellow, sunset\2D purple\2D shade {
  margin: 0;
  padding-left: 30px;
}

body, neon\2D black\2D shine, twilight\2D brown\2D mist, gilded\2D brown\2D wave {
  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, prism\2D white\2D glow, icy\2D black\2D sheen, biscotti\2D brown {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, frozen\2D gray\2D tone, neon\2D yellow\2D shade, eggplant\2D purple {
  position: relative;
}

.header, solar\2D yellow\2D tone, solar\2D brown\2D light, lunar\2D green\2D tone {
  padding-top: 40px;
}

.header__wrapper, maroon, lunar\2D brown\2D shade, peach {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #F5FEFF;
  padding: 6px 0px;
}

.header__logo, lunar\2D cyan\2D mist, gilded\2D brown\2D shine, cosmic\2D purple\2D aura {
  
}

.main-main, moss\2D green, frozen\2D pink\2D mist, desert\2D orange\2D aura {

}

.hero, frozen\2D brown\2D shine, butter\2D yellow, velvet\2D pink\2D mist {
  
}

.hero__wrapper, taupe\2D gray, sunset\2D black\2D flare, dark\2D brown {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0px;
}

.hero__block-top, bubblegum\2D pink, arctic\2D green\2D shine, desert\2D green\2D flare {
  display: flex;
  gap: 40px;
}

.hero__block-column, forest\2D green, volcano\2D red\2D light, velvet\2D blue\2D light {
  width: 50%;
  flex: 1;
}

.hero__block-content, midnight\2D blue, shadow\2D orange\2D sheen, icy\2D blue\2D mist {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, slateblue\2D blue, prism\2D black\2D flare, icy\2D white\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, cosmic\2D red\2D tone, frozen\2D orange\2D tone, sunset\2D purple\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, prism\2D green\2D aura, stormy\2D yellow\2D flare, cosmic\2D pink\2D aura {
  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, desert\2D orange\2D wave, neon\2D red\2D shade, cosmic\2D gray\2D aura {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, pistachio\2D green, marble\2D pink\2D wave, arctic\2D green\2D light {
}

.hero__block-image, twilight\2D red\2D aura, desert\2D pink\2D glow, apricot {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, lunar\2D red\2D light, obsidian\2D brown\2D light, neon\2D brown\2D flare {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, medium\2D yellow\2D green, frozen\2D black\2D aura, azure\2D white {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, neon\2D red\2D wave, bronze\2D brown, khaki\2D tan {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 238px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.benefits .benefits__item h3, .header__logo, neon\2D blue\2D aura, solar\2D black\2D glow, graphite\2D gray {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, desert\2D pink\2D shade, neon\2D gray\2D sheen, lilac\2D purple {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), ruby\2D red, frozen\2D purple\2D shine, icy\2D yellow\2D glow {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), dark\2D goldenrod, obsidian\2D black\2D flare, icy\2D orange\2D flare {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), dark\2D cyan, darkturquoise\2D turquoise, stormy\2D green\2D shine {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), marble\2D yellow\2D tone, solar\2D yellow\2D wave, lunar\2D gray\2D wave {
  background: #C8D6F3;
} 

.hero__block-button-mob, desert\2D yellow\2D flare, neon\2D black\2D shade, maroon\2D red {
  display: none;
}

.fa-star.checked, pale\2D yellow, lunar\2D black\2D flare, cosmic\2D blue\2D glow {
  color: orange;
}

.fa-star, velvet\2D orange\2D shade, mocha\2D brown, darkolivegreen\2D green {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, desert\2D red\2D shine, cosmic\2D gray\2D wave, bistre\2D brown {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, deep\2D sky\2D blue, dusty\2D gray\2D glow, vermilion\2D red {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, twilight\2D gray\2D wave, gold\2D tone, amber\2D yellow {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, sunset\2D purple\2D shade, neon\2D black\2D shine, twilight\2D brown\2D mist {
    gap: 24px;
  }

  .hero__block-button, gilded\2D brown\2D wave, prism\2D white\2D glow, icy\2D black\2D sheen {
    display: none;
  }

  .benefits .benefits__list, biscotti\2D brown, frozen\2D gray\2D tone, neon\2D yellow\2D shade {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, eggplant\2D purple, solar\2D yellow\2D tone, solar\2D brown\2D light {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, lunar\2D green\2D tone, maroon, lunar\2D brown\2D shade {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, peach, lunar\2D cyan\2D mist, gilded\2D brown\2D shine {
    font-size: 32px;
  }

  .hero__block-text, cosmic\2D purple\2D aura, moss\2D green, frozen\2D pink\2D mist {
    font-size: 16px;
  }

  .benefits .benefits__item p, desert\2D orange\2D aura, frozen\2D brown\2D shine, butter\2D yellow {
    font-size: 16px;
  }
}

.benefits-section, velvet\2D pink\2D mist, taupe\2D gray, sunset\2D black\2D flare {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, dark\2D brown, bubblegum\2D pink, arctic\2D green\2D shine {
  display: flex;
  gap: 40px;
}

.benefits, desert\2D green\2D flare, forest\2D green, volcano\2D red\2D light {
}

.benefits__block, velvet\2D blue\2D light, midnight\2D blue, shadow\2D orange\2D sheen {
  width: 50%;
}

.benefits__block-title, icy\2D blue\2D mist, slateblue\2D blue, prism\2D black\2D flare {
  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, icy\2D white\2D shade, cosmic\2D red\2D tone, frozen\2D orange\2D tone {
  gap: 20px;
}

.benefits-section .benefits__item, sunset\2D purple\2D shine, prism\2D green\2D aura, stormy\2D yellow\2D flare {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), cosmic\2D pink\2D aura, desert\2D orange\2D wave, neon\2D red\2D shade {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), cosmic\2D gray\2D aura, pistachio\2D green, marble\2D pink\2D wave {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), arctic\2D green\2D light, twilight\2D red\2D aura, desert\2D pink\2D glow {
  background: #F0F3C8;
} 

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(4), apricot, lunar\2D red\2D light, obsidian\2D brown\2D light {
  background: #C8F3C9;
} 

@media (max-width: 1064px) {
  .benefits-section__wrapper, neon\2D brown\2D flare, medium\2D yellow\2D green, frozen\2D black\2D aura {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, azure\2D white, neon\2D red\2D wave, bronze\2D brown {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, khaki\2D tan, neon\2D blue\2D aura, solar\2D black\2D glow {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, graphite\2D gray, desert\2D pink\2D shade, neon\2D gray\2D sheen {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, lilac\2D purple, ruby\2D red, frozen\2D purple\2D shine {
    font-size: 32px;
  }

  .benefits__block-title, icy\2D yellow\2D glow, dark\2D goldenrod, obsidian\2D black\2D flare {
    margin-bottom: 24px;
  }
}

.about-section, icy\2D orange\2D flare, dark\2D cyan, darkturquoise\2D turquoise {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, stormy\2D green\2D shine, marble\2D yellow\2D tone, solar\2D yellow\2D wave {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, lunar\2D gray\2D wave, desert\2D yellow\2D flare, neon\2D black\2D shade {
  display: flex;
  gap: 40px;
}

.about-section__block-image, maroon\2D red, pale\2D yellow, lunar\2D black\2D flare {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, cosmic\2D blue\2D glow, velvet\2D orange\2D shade, mocha\2D brown {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, darkolivegreen\2D green, desert\2D red\2D shine, cosmic\2D gray\2D wave {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, bistre\2D brown, deep\2D sky\2D blue, dusty\2D gray\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, vermilion\2D red, twilight\2D gray\2D wave, gold\2D tone {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, amber\2D yellow, sunset\2D purple\2D shade, neon\2D black\2D shine {
  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, twilight\2D brown\2D mist, gilded\2D brown\2D wave, prism\2D white\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, icy\2D black\2D sheen, biscotti\2D brown, frozen\2D gray\2D tone {
  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), neon\2D yellow\2D shade, eggplant\2D purple, solar\2D yellow\2D tone {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), solar\2D brown\2D light, lunar\2D green\2D tone, maroon {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), lunar\2D brown\2D shade, peach, lunar\2D cyan\2D mist {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), gilded\2D brown\2D shine, cosmic\2D purple\2D aura, moss\2D green {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, frozen\2D pink\2D mist, desert\2D orange\2D aura, frozen\2D brown\2D shine {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, butter\2D yellow, velvet\2D pink\2D mist, taupe\2D gray {
    gap: 16px;
  }

  .about-section__block, sunset\2D black\2D flare, dark\2D brown, bubblegum\2D pink {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, arctic\2D green\2D shine, desert\2D green\2D flare, forest\2D green {
    width: 100%;
    gap: 24px;
  }

  .about__item, volcano\2D red\2D light, velvet\2D blue\2D light, midnight\2D blue {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, shadow\2D orange\2D sheen, icy\2D blue\2D mist, slateblue\2D blue {
    font-size: 32px;
  }

  .about__block-text, prism\2D black\2D flare, icy\2D white\2D shade, cosmic\2D red\2D tone {
    font-size: 16px;
  }
}

.doctor-section, frozen\2D orange\2D tone, sunset\2D purple\2D shine, prism\2D green\2D aura {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, stormy\2D yellow\2D flare, cosmic\2D pink\2D aura, desert\2D orange\2D wave {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, neon\2D red\2D shade, cosmic\2D gray\2D aura, pistachio\2D green {
  width: 50%;
  flex: 1;
}

.doctor-section__image, marble\2D pink\2D wave, arctic\2D green\2D light, twilight\2D red\2D aura {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, desert\2D pink\2D glow, apricot, lunar\2D red\2D light {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, obsidian\2D brown\2D light, neon\2D brown\2D flare, medium\2D yellow\2D green {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, frozen\2D black\2D aura, azure\2D white, neon\2D red\2D wave {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, bronze\2D brown, khaki\2D tan, neon\2D blue\2D aura {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, solar\2D black\2D glow, graphite\2D gray, desert\2D pink\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

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

@media (max-width: 768px) {
  .doctor-section, frozen\2D purple\2D shine, icy\2D yellow\2D glow, dark\2D goldenrod {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, obsidian\2D black\2D flare, icy\2D orange\2D flare, dark\2D cyan {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, darkturquoise\2D turquoise, stormy\2D green\2D shine, marble\2D yellow\2D tone {
    width: 100%;
  }

  .doctor-section__content, solar\2D yellow\2D wave, lunar\2D gray\2D wave, desert\2D yellow\2D flare {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, neon\2D black\2D shade, maroon\2D red, pale\2D yellow {
    height: 250px;
  }

  .doctor-section__text, lunar\2D black\2D flare, cosmic\2D blue\2D glow, velvet\2D orange\2D shade {
    font-size: 16px;
  }

  .doctor-section__position, mocha\2D brown, darkolivegreen\2D green, desert\2D red\2D shine {
    font-size: 16px;
  }
}

.reviews, cosmic\2D gray\2D wave, bistre\2D brown, deep\2D sky\2D blue {
}

.reviews__wrapper, dusty\2D gray\2D glow, vermilion\2D red, twilight\2D gray\2D wave {
}

.reviews__list, gold\2D tone, amber\2D yellow, sunset\2D purple\2D shade {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, neon\2D black\2D shine, twilight\2D brown\2D mist, gilded\2D brown\2D wave {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, prism\2D white\2D glow, icy\2D black\2D sheen, biscotti\2D brown {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, frozen\2D gray\2D tone, neon\2D yellow\2D shade, eggplant\2D purple {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #706262;
  border-radius: 8px;
  overflow: hidden;
}

.reviews__item-avatar img, solar\2D yellow\2D tone, solar\2D brown\2D light, lunar\2D green\2D tone {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, maroon, lunar\2D brown\2D shade, peach {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, lunar\2D cyan\2D mist, gilded\2D brown\2D shine, cosmic\2D purple\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, moss\2D green, frozen\2D pink\2D mist, desert\2D orange\2D aura {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, frozen\2D brown\2D shine, butter\2D yellow, velvet\2D pink\2D mist {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews__item-text, taupe\2D gray, sunset\2D black\2D flare, dark\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-image, bubblegum\2D pink, arctic\2D green\2D shine, desert\2D green\2D flare {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, forest\2D green, volcano\2D red\2D light, velvet\2D blue\2D light {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, midnight\2D blue, shadow\2D orange\2D sheen, icy\2D blue\2D mist {
    row-gap: 40px;
  }

  .reviews__item, slateblue\2D blue, prism\2D black\2D flare, icy\2D white\2D shade {
    width: 100%;
  }

  .reviews__item-year, cosmic\2D red\2D tone, frozen\2D orange\2D tone, sunset\2D purple\2D shine {
    font-size: 16px;
  }

  .reviews__item-text, prism\2D green\2D aura, stormy\2D yellow\2D flare, cosmic\2D pink\2D aura {
    font-size: 16px;
  }
}

.contact-form, desert\2D orange\2D wave, neon\2D red\2D shade, cosmic\2D gray\2D aura {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, pistachio\2D green, marble\2D pink\2D wave, arctic\2D green\2D light {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, twilight\2D red\2D aura, desert\2D pink\2D glow, apricot {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, lunar\2D red\2D light, obsidian\2D brown\2D light, neon\2D brown\2D flare {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, medium\2D yellow\2D green, frozen\2D black\2D aura, azure\2D white {
  display: flex;
  gap: 40px;
}

.contact-form__group, neon\2D red\2D wave, bronze\2D brown, khaki\2D tan {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, neon\2D blue\2D aura, solar\2D black\2D glow, graphite\2D gray {
  position: relative;
  width: 100%;
}

.form-input input, desert\2D pink\2D shade, neon\2D gray\2D sheen, lilac\2D purple {
  background: #F5FEFF;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8;
}

.floating-label, ruby\2D red, frozen\2D purple\2D shine, icy\2D yellow\2D glow {
  position: relative;
}

.floating-label label, dark\2D goldenrod, obsidian\2D black\2D flare, icy\2D orange\2D flare {
  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, dark\2D cyan, darkturquoise\2D turquoise, stormy\2D green\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, marble\2D yellow\2D tone, solar\2D yellow\2D wave, lunar\2D gray\2D wave {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, desert\2D yellow\2D flare, neon\2D black\2D shade, maroon\2D red {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, pale\2D yellow, lunar\2D black\2D flare, cosmic\2D blue\2D glow {
  color: #8A8A8A;
}

.contact-form__button, velvet\2D orange\2D shade, mocha\2D brown, darkolivegreen\2D green {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, desert\2D red\2D shine, cosmic\2D gray\2D wave, bistre\2D brown {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, deep\2D sky\2D blue, dusty\2D gray\2D glow, vermilion\2D red {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, twilight\2D gray\2D wave, gold\2D tone, amber\2D yellow {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, sunset\2D purple\2D shade, neon\2D black\2D shine, twilight\2D brown\2D mist {
    width: 100%;
  }
}

.main-policy, gilded\2D brown\2D wave, prism\2D white\2D glow, icy\2D black\2D sheen {
  padding: 100px 0px;
}

.policy__wrapper, biscotti\2D brown, frozen\2D gray\2D tone, neon\2D yellow\2D shade {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, eggplant\2D purple, solar\2D yellow\2D tone, solar\2D brown\2D light {
  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, lunar\2D green\2D tone, maroon, lunar\2D brown\2D shade {
  display: flex;
  gap: 40px;
}

.policy__block, peach, lunar\2D cyan\2D mist, gilded\2D brown\2D shine {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, cosmic\2D purple\2D aura, moss\2D green, frozen\2D pink\2D mist {
  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, desert\2D orange\2D aura, frozen\2D brown\2D shine, butter\2D yellow {
  margin-left: 24px;
}

.policy__section-title, velvet\2D pink\2D mist, taupe\2D gray, sunset\2D black\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, dark\2D brown, bubblegum\2D pink, arctic\2D green\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, desert\2D green\2D flare, forest\2D green, volcano\2D red\2D light {
    padding: 40px 0px;
  }

  .policy__title, velvet\2D blue\2D light, midnight\2D blue, shadow\2D orange\2D sheen {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, icy\2D blue\2D mist, slateblue\2D blue, prism\2D black\2D flare {
    flex-direction: column;
  }

  .policy__block, icy\2D white\2D shade, cosmic\2D red\2D tone, frozen\2D orange\2D tone {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, sunset\2D purple\2D shine, prism\2D green\2D aura, stormy\2D yellow\2D flare {
    font-size: 16px;
  }

  .policy__section-text, cosmic\2D pink\2D aura, desert\2D orange\2D wave, neon\2D red\2D shade {
    font-size: 16px;
  }
}

.footer, cosmic\2D gray\2D aura, pistachio\2D green, marble\2D pink\2D wave {
  margin-bottom: 40px;
}

.footer__wrapper, arctic\2D green\2D light, twilight\2D red\2D aura, desert\2D pink\2D glow {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

.footer__wrapper-desk, apricot, lunar\2D red\2D light, obsidian\2D brown\2D light {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block-left, neon\2D brown\2D flare, medium\2D yellow\2D green, frozen\2D black\2D aura {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, azure\2D white, neon\2D red\2D wave, bronze\2D brown {
}

.footer__block-socials, khaki\2D tan, neon\2D blue\2D aura, solar\2D black\2D glow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, graphite\2D gray, desert\2D pink\2D shade, neon\2D gray\2D sheen {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, lilac\2D purple, ruby\2D red, frozen\2D purple\2D shine {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, icy\2D yellow\2D glow, dark\2D goldenrod, obsidian\2D black\2D flare {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, icy\2D orange\2D flare, dark\2D cyan, darkturquoise\2D turquoise {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, stormy\2D green\2D shine, marble\2D yellow\2D tone, solar\2D yellow\2D wave {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, lunar\2D gray\2D wave, desert\2D yellow\2D flare, neon\2D black\2D shade {
  text-decoration: underline;
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__wrapper-mob, maroon\2D red, pale\2D yellow, lunar\2D black\2D flare {
  display: none;
}

.footer__block-socials-mob, cosmic\2D blue\2D glow, velvet\2D orange\2D shade, mocha\2D brown {
}

@media (max-width: 768px) {
  .footer, darkolivegreen\2D green, desert\2D red\2D shine, cosmic\2D gray\2D wave {
    margin: 12px auto;
  }

  .header, bistre\2D brown, deep\2D sky\2D blue, dusty\2D gray\2D glow {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, vermilion\2D red, twilight\2D gray\2D wave, gold\2D tone {
    padding-bottom: 12px;
  }
  
  .footer, amber\2D yellow, sunset\2D purple\2D shade, neon\2D black\2D shine {
    margin: 0;
  }

  .footer__wrapper, twilight\2D brown\2D mist, gilded\2D brown\2D wave, prism\2D white\2D glow {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
  }

  .footer__wrapper-desk, icy\2D black\2D sheen, biscotti\2D brown, frozen\2D gray\2D tone {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, neon\2D yellow\2D shade, eggplant\2D purple, solar\2D yellow\2D tone {
    display: none;
  }

  .footer__wrapper-mob, solar\2D brown\2D light, lunar\2D green\2D tone, maroon {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, lunar\2D brown\2D shade, peach, lunar\2D cyan\2D mist {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, gilded\2D brown\2D shine, cosmic\2D purple\2D aura, moss\2D green {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, frozen\2D pink\2D mist, desert\2D orange\2D aura, frozen\2D brown\2D shine {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 100%;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
  background-color: #1a1a1a;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  gap: 15px;
  z-index: 999999;
  font-size: 15px;
  color: #fff;
}

#hbgBDAgqmW-cookie.show {
  display: block;
}

#hbgBDAgqmW-cookie div, butter\2D yellow, velvet\2D pink\2D mist, taupe\2D gray {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, sunset\2D black\2D flare, dark\2D brown, bubblegum\2D pink {
  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;
}