@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, icy\2D black\2D light, frozen\2D orange\2D shade, stormy\2D white\2D sheen {
  scroll-behavior: smooth;
}

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

html, sunset\2D purple\2D light, icy\2D pink\2D aura, light\2D lime {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, dusty\2D cyan\2D flare, volcano\2D red\2D mist, gilded\2D yellow\2D wave,
h1, velvet\2D green\2D flare, prism\2D purple\2D light, sunset\2D yellow\2D shade,
h2, lunar\2D blue\2D shade, prism\2D pink\2D mist, stormy\2D yellow\2D flare,
h3, dark\2D violet, icy\2D green\2D aura, deep\2D coral,
h4, lunar\2D gray\2D aura, desert\2D red\2D flare, desert\2D red\2D glow,
p, neon\2D black\2D glow, neon\2D orange\2D aura, medium\2D seagreen,
figure, velvet\2D purple\2D shade, shadow\2D red\2D aura, alice\2D blue,
blockquote, icy\2D brown\2D shade, aquamarine, silver,
dl, lunar\2D white\2D mist, chocolate\2D brown, velvet\2D blue\2D light,
dd, prism\2D blue\2D tone, brick\2D red, moccasin\2D white {
  margin: 0;
}

ul[role="list"], icy\2D black\2D sheen, volcano\2D cyan\2D shine, cocoa\2D brown,
ol[role="list"], butter\2D yellow, dark\2D brown, blanchedalmond\2D white {
  list-style: none;
}

ul, marble\2D pink\2D shade, neon\2D purple\2D wave, desert\2D pink\2D shine,
ol, arctic\2D red\2D shade, firebrick\2D red, scarlet\2D red {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, solar\2D pink\2D sheen, marble\2D orange\2D aura, solar\2D purple\2D shade {
  min-height: 100vh;
  line-height: 1.5;
}

h1, solar\2D black\2D glow, cosmic\2D yellow\2D glow, stormy\2D black\2D flare,
h2, marble\2D yellow\2D tone, marble\2D green\2D mist, desert\2D green\2D flare,
h3, cosmic\2D red\2D flare, neon\2D brown\2D mist, gold\2D dust,
h4, prism\2D white\2D glow, cinnamon\2D brown, obsidian\2D green\2D aura,
button, mustard\2D yellow, marble\2D gray\2D mist, volcano\2D pink\2D light,
input, latte\2D brown, obsidian\2D blue\2D light, espresso\2D brown,
label, ocean\2D blue, scarlet, lunar\2D orange\2D sheen {
  line-height: 1.1;
}

h1, burgundy\2D wine, obsidian\2D pink\2D sheen, velvet\2D red\2D flare,
h2, obsidian\2D gray\2D shine, arctic\2D green\2D shine, desert\2D pink\2D aura,
h3, volcano\2D white\2D mist, lunar\2D pink\2D shade, neon\2D yellow\2D glow,
h4, obsidian\2D blue\2D flare, volcano\2D yellow\2D glow, volcano\2D brown\2D shine {
}

a:not([class]), old\2D lace, solar\2D red\2D tone, burnt\2D sienna {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover, sunset\2D blue\2D shade, prism\2D orange\2D shine, velvet\2D red\2D tone {
  text-decoration-line: underline;
}
a, frozen\2D gray\2D tone, shadow\2D yellow\2D aura, lunar\2D purple\2D shine {
  text-decoration: none;
}
.wrap, arctic\2D blue\2D glow, cosmic\2D black\2D aura, sunset\2D yellow\2D wave {
  word-wrap: break-word;
}

img, twilight\2D white\2D shade, turquoise\2D blue, desert\2D red\2D wave,
picture, linen\2D white, icy\2D black\2D light, frozen\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, stormy\2D white\2D sheen, sunset\2D purple\2D light, icy\2D pink\2D aura {
  color: #333;
  font-size: 20px;
}

.number-list ol, light\2D lime, dusty\2D cyan\2D flare, volcano\2D red\2D mist {
  margin: 0;
  padding-left: 30px;
}

.с-list, gilded\2D yellow\2D wave, velvet\2D green\2D flare, prism\2D purple\2D light {
  color: #333;
  font-size: 20px;
}

.с-list ul, sunset\2D yellow\2D shade, lunar\2D blue\2D shade, prism\2D pink\2D mist {
  margin: 0;
  padding-left: 30px;
}

body, stormy\2D yellow\2D flare, dark\2D violet, icy\2D green\2D aura {
  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 coral, lunar\2D gray\2D aura, desert\2D red\2D flare {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main, desert\2D red\2D glow, neon\2D black\2D glow, neon\2D orange\2D aura {
  position: relative;
}

.header, medium\2D seagreen, velvet\2D purple\2D shade, shadow\2D red\2D aura {
  padding-top: 40px;
}

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

.header__logo, silver, lunar\2D white\2D mist, chocolate\2D brown {
  
}

.main-main, velvet\2D blue\2D light, prism\2D blue\2D tone, brick\2D red {

}

.hero, moccasin\2D white, icy\2D black\2D sheen, volcano\2D cyan\2D shine {
  
}

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

.hero__block-top, blanchedalmond\2D white, marble\2D pink\2D shade, neon\2D purple\2D wave {
  display: flex;
  gap: 40px;
}

.hero__block-column, desert\2D pink\2D shine, arctic\2D red\2D shade, firebrick\2D red {
  width: 50%;
  flex: 1;
}

.hero__block-content, scarlet\2D red, solar\2D pink\2D sheen, marble\2D orange\2D aura {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__block-title, solar\2D purple\2D shade, solar\2D black\2D glow, cosmic\2D yellow\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
}

.hero__block-text, stormy\2D black\2D flare, marble\2D yellow\2D tone, marble\2D green\2D mist {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
}

.order-button, desert\2D green\2D flare, cosmic\2D red\2D flare, neon\2D brown\2D mist {
  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, gold\2D dust, prism\2D white\2D glow, cinnamon\2D brown {
  background: var(--btn-gradient-hover);
  color: var(--color-white);
}

.hero__block-button, obsidian\2D green\2D aura, mustard\2D yellow, marble\2D gray\2D mist {
}

.hero__block-image, volcano\2D pink\2D light, latte\2D brown, obsidian\2D blue\2D light {
  border-radius: 16px;
  background: #DB9999;
  height: 370px;
  overflow: hidden;
}

.hero__block-image img, espresso\2D brown, ocean\2D blue, scarlet {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits .benefits__list, lunar\2D orange\2D sheen, burgundy\2D wine, obsidian\2D pink\2D sheen {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits .benefits__item, velvet\2D red\2D flare, obsidian\2D gray\2D shine, arctic\2D green\2D shine {
  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, desert\2D pink\2D aura, volcano\2D white\2D mist, lunar\2D pink\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.benefits .benefits__item p, neon\2D yellow\2D glow, obsidian\2D blue\2D flare, volcano\2D yellow\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.benefits .benefits__item:nth-child(1), volcano\2D brown\2D shine, old\2D lace, solar\2D red\2D tone {
  background: #F0F3C8;
}

.benefits .benefits__item:nth-child(2), burnt\2D sienna, sunset\2D blue\2D shade, prism\2D orange\2D shine {
  background: #C8F3C9;
}

.benefits .benefits__item:nth-child(3), velvet\2D red\2D tone, frozen\2D gray\2D tone, shadow\2D yellow\2D aura {
  background: #C8F3EF;
} 

.benefits .benefits__item:nth-child(4), lunar\2D purple\2D shine, arctic\2D blue\2D glow, cosmic\2D black\2D aura {
  background: #C8D6F3;
} 

.hero__block-button-mob, sunset\2D yellow\2D wave, twilight\2D white\2D shade, turquoise\2D blue {
  display: none;
}

.fa-star.checked, desert\2D red\2D wave, linen\2D white, icy\2D black\2D light {
  color: orange;
}

.fa-star, frozen\2D orange\2D shade, stormy\2D white\2D sheen, sunset\2D purple\2D light {
  color: grey;
}

@media (max-width: 768px) {
  .hero__wrapper, icy\2D pink\2D aura, light\2D lime, dusty\2D cyan\2D flare {
    padding: 40px 0px 84px 0px;
    gap: 24px;
  }
  
  .hero__block-top, volcano\2D red\2D mist, gilded\2D yellow\2D wave, velvet\2D green\2D flare {
    flex-direction: column;
    gap: 24px;
  }

  .hero__block-column, prism\2D purple\2D light, sunset\2D yellow\2D shade, lunar\2D blue\2D shade {
    width: 100%;
    flex: 1;
  }

  .hero__block-content, prism\2D pink\2D mist, stormy\2D yellow\2D flare, dark\2D violet {
    gap: 24px;
  }

  .hero__block-button, icy\2D green\2D aura, deep\2D coral, lunar\2D gray\2D aura {
    display: none;
  }

  .benefits .benefits__list, desert\2D red\2D flare, desert\2D red\2D glow, neon\2D black\2D glow {
    flex-direction: column;
    gap: 16px;
  }

  .benefits .benefits__item, neon\2D orange\2D aura, medium\2D seagreen, velvet\2D purple\2D shade {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero__block-button-mob, shadow\2D red\2D aura, alice\2D blue, icy\2D brown\2D shade {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .hero__block-title, aquamarine, silver, lunar\2D white\2D mist {
    font-size: 32px;
  }

  .hero__block-text, chocolate\2D brown, velvet\2D blue\2D light, prism\2D blue\2D tone {
    font-size: 16px;
  }

  .benefits .benefits__item p, brick\2D red, moccasin\2D white, icy\2D black\2D sheen {
    font-size: 16px;
  }
}

.benefits-section, volcano\2D cyan\2D shine, cocoa\2D brown, butter\2D yellow {
  padding: 50px 0px 100px 0px;
}

.benefits-section__wrapper, dark\2D brown, blanchedalmond\2D white, marble\2D pink\2D shade {
  display: flex;
  gap: 40px;
}

.benefits, neon\2D purple\2D wave, desert\2D pink\2D shine, arctic\2D red\2D shade {
}

.benefits__block, firebrick\2D red, scarlet\2D red, solar\2D pink\2D sheen {
  width: 50%;
}

.benefits__block-title, marble\2D orange\2D aura, solar\2D purple\2D shade, solar\2D black\2D glow {
  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, cosmic\2D yellow\2D glow, stormy\2D black\2D flare, marble\2D yellow\2D tone {
  gap: 20px;
}

.benefits-section .benefits__item, marble\2D green\2D mist, desert\2D green\2D flare, cosmic\2D red\2D flare {
  display: flex;
  flex-direction: column;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(1), neon\2D brown\2D mist, gold\2D dust, prism\2D white\2D glow {
  background: #C8F3EF;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(2), cinnamon\2D brown, obsidian\2D green\2D aura, mustard\2D yellow {
  background: #C8D6F3;
}

.benefits-section .benefits .benefits__list-2 .benefits__item:nth-child(3), marble\2D gray\2D mist, volcano\2D pink\2D light, latte\2D brown {
  background: #F0F3C8;
} 

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

@media (max-width: 1064px) {
  .benefits-section__wrapper, scarlet, lunar\2D orange\2D sheen, burgundy\2D wine {
    flex-direction: column;
    gap: 48px;
  }

  .benefits-section .benefits__block, obsidian\2D pink\2D sheen, velvet\2D red\2D flare, obsidian\2D gray\2D shine {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-section, arctic\2D green\2D shine, desert\2D pink\2D aura, volcano\2D white\2D mist {
    padding: 50px 0px 30px 0px;
  }

  .benefits-section .benefits__list, lunar\2D pink\2D shade, neon\2D yellow\2D glow, obsidian\2D blue\2D flare {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .benefits-section .benefits__block-title, volcano\2D yellow\2D glow, volcano\2D brown\2D shine, old\2D lace {
    font-size: 32px;
  }

  .benefits__block-title, solar\2D red\2D tone, burnt\2D sienna, sunset\2D blue\2D shade {
    margin-bottom: 24px;
  }
}

.about-section, prism\2D orange\2D shine, velvet\2D red\2D tone, frozen\2D gray\2D tone {
  padding: 50px 0px 100px 0px;
}

.about-section__wrapper, shadow\2D yellow\2D aura, lunar\2D purple\2D shine, arctic\2D blue\2D glow {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section__block, cosmic\2D black\2D aura, sunset\2D yellow\2D wave, twilight\2D white\2D shade {
  display: flex;
  gap: 40px;
}

.about-section__block-image, turquoise\2D blue, desert\2D red\2D wave, linen\2D white {
  overflow: hidden;
  border-radius: 16px;
  height: 370px;
  background: #DB9999;
}

.about-section__block-image img, icy\2D black\2D light, frozen\2D orange\2D shade, stormy\2D white\2D sheen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about__block-content, sunset\2D purple\2D light, icy\2D pink\2D aura, light\2D lime {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__block-title, dusty\2D cyan\2D flare, volcano\2D red\2D mist, gilded\2D yellow\2D wave {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}

.about__block-text, velvet\2D green\2D flare, prism\2D purple\2D light, sunset\2D yellow\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about__item, lunar\2D blue\2D shade, prism\2D pink\2D mist, stormy\2D yellow\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 violet, icy\2D green\2D aura, deep\2D coral {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
}

.about__item p, lunar\2D gray\2D aura, desert\2D red\2D flare, desert\2D red\2D glow {
  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 black\2D glow, neon\2D orange\2D aura, medium\2D seagreen {
  background: #C8F3C9;
}

.about-section .benefits .benefits__item:nth-child(2), velvet\2D purple\2D shade, shadow\2D red\2D aura, alice\2D blue {
  background: #C8F3EF;
}

.about-section .benefits .benefits__item:nth-child(3), icy\2D brown\2D shade, aquamarine, silver {
  background: #C8D6F3;
} 

.about-section .benefits .benefits__item:nth-child(4), lunar\2D white\2D mist, chocolate\2D brown, velvet\2D blue\2D light {
  background: #E3C8F3;
} 

@media (max-width: 768px) {
  .about-section, prism\2D blue\2D tone, brick\2D red, moccasin\2D white {
    padding: 50px 0px 30px 0px;
  }

  .about-section__wrapper, icy\2D black\2D sheen, volcano\2D cyan\2D shine, cocoa\2D brown {
    gap: 16px;
  }

  .about-section__block, butter\2D yellow, dark\2D brown, blanchedalmond\2D white {
    flex-direction: column;
    gap: 40px;
  }

  .about__block-content, marble\2D pink\2D shade, neon\2D purple\2D wave, desert\2D pink\2D shine {
    width: 100%;
    gap: 24px;
  }

  .about__item, arctic\2D red\2D shade, firebrick\2D red, scarlet\2D red {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .about__block-title, solar\2D pink\2D sheen, marble\2D orange\2D aura, solar\2D purple\2D shade {
    font-size: 32px;
  }

  .about__block-text, solar\2D black\2D glow, cosmic\2D yellow\2D glow, stormy\2D black\2D flare {
    font-size: 16px;
  }
}

.doctor-section, marble\2D yellow\2D tone, marble\2D green\2D mist, desert\2D green\2D flare {
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.doctor-section__wrapper, cosmic\2D red\2D flare, neon\2D brown\2D mist, gold\2D dust {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #F0F3C8 0%, #F3DDC8 100%);
  border-radius: 48px;
}

.doctor-section__column, prism\2D white\2D glow, cinnamon\2D brown, obsidian\2D green\2D aura {
  width: 50%;
  flex: 1;
}

.doctor-section__image, mustard\2D yellow, marble\2D gray\2D mist, volcano\2D pink\2D light {
  border-radius: 16px;
  background: #DB9999;
  height: 340px;
  overflow: hidden;
  max-width: 100%;
}

.doctor-section__image img, latte\2D brown, obsidian\2D blue\2D light, espresso\2D brown {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-section__content, ocean\2D blue, scarlet, lunar\2D orange\2D sheen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctor-section__text, burgundy\2D wine, obsidian\2D pink\2D sheen, velvet\2D red\2D flare {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.doctor-section__about, obsidian\2D gray\2D shine, arctic\2D green\2D shine, desert\2D pink\2D aura {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.doctor-section__name, volcano\2D white\2D mist, lunar\2D pink\2D shade, neon\2D yellow\2D glow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.doctor-section__position, obsidian\2D blue\2D flare, volcano\2D yellow\2D glow, volcano\2D brown\2D shine {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .doctor-section, old\2D lace, solar\2D red\2D tone, burnt\2D sienna {
    padding: 104px 0px 40px 0px;
  }

  .doctor-section__wrapper, sunset\2D blue\2D shade, prism\2D orange\2D shine, velvet\2D red\2D tone {
    flex-direction: column;
    padding: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0px;
    width: calc(100% + 32px);
    gap: 24px;
  }

  .doctor-section__column, frozen\2D gray\2D tone, shadow\2D yellow\2D aura, lunar\2D purple\2D shine {
    width: 100%;
  }

  .doctor-section__content, arctic\2D blue\2D glow, cosmic\2D black\2D aura, sunset\2D yellow\2D wave {
    gap: 16px;
  }
}

@media (max-width: 568px) {
  .doctor-section__image, twilight\2D white\2D shade, turquoise\2D blue, desert\2D red\2D wave {
    height: 250px;
  }

  .doctor-section__text, linen\2D white, icy\2D black\2D light, frozen\2D orange\2D shade {
    font-size: 16px;
  }

  .doctor-section__position, stormy\2D white\2D sheen, sunset\2D purple\2D light, icy\2D pink\2D aura {
    font-size: 16px;
  }
}

.reviews, light\2D lime, dusty\2D cyan\2D flare, volcano\2D red\2D mist {
}

.reviews__wrapper, gilded\2D yellow\2D wave, velvet\2D green\2D flare, prism\2D purple\2D light {
}

.reviews__list, sunset\2D yellow\2D shade, lunar\2D blue\2D shade, prism\2D pink\2D mist {
  display: flex;
  row-gap: 60px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.reviews__item, stormy\2D yellow\2D flare, dark\2D violet, icy\2D green\2D aura {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1 1 400px;
}

.reviews__item-head, deep\2D coral, lunar\2D gray\2D aura, desert\2D red\2D flare {
  display: flex;
  gap: 16px;
}

.reviews__item-avatar, desert\2D red\2D glow, neon\2D black\2D glow, neon\2D orange\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, medium\2D seagreen, velvet\2D purple\2D shade, shadow\2D red\2D aura {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item-content, alice\2D blue, icy\2D brown\2D shade, aquamarine {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.reviews__item-name, silver, lunar\2D white\2D mist, chocolate\2D brown {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.reviews__item-year, velvet\2D blue\2D light, prism\2D blue\2D tone, brick\2D red {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.reviews__item-rating, moccasin\2D white, icy\2D black\2D sheen, volcano\2D cyan\2D shine {
  display: flex;
  align-items: center;
  gap: 2px;
}

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

.reviews__item-image, blanchedalmond\2D white, marble\2D pink\2D shade, neon\2D purple\2D wave {
  max-width: 250px;
  background: #DB9999;
  overflow: hidden;
  border-radius: 16px;
}

.reviews__item-image img, desert\2D pink\2D shine, arctic\2D red\2D shade, firebrick\2D red {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews__list, scarlet\2D red, solar\2D pink\2D sheen, marble\2D orange\2D aura {
    row-gap: 40px;
  }

  .reviews__item, solar\2D purple\2D shade, solar\2D black\2D glow, cosmic\2D yellow\2D glow {
    width: 100%;
  }

  .reviews__item-year, stormy\2D black\2D flare, marble\2D yellow\2D tone, marble\2D green\2D mist {
    font-size: 16px;
  }

  .reviews__item-text, desert\2D green\2D flare, cosmic\2D red\2D flare, neon\2D brown\2D mist {
    font-size: 16px;
  }
}

.contact-form, gold\2D dust, prism\2D white\2D glow, cinnamon\2D brown {
  padding: 100px 0px 100px 0px;
}

.contact-form__wrapper, obsidian\2D green\2D aura, mustard\2D yellow, marble\2D gray\2D mist {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  background: #C8F3C9;
  padding: 40px;
}

.contact-form__title, volcano\2D pink\2D light, latte\2D brown, obsidian\2D blue\2D light {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-form__form, espresso\2D brown, ocean\2D blue, scarlet {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

.contact-form__container, lunar\2D orange\2D sheen, burgundy\2D wine, obsidian\2D pink\2D sheen {
  display: flex;
  gap: 40px;
}

.contact-form__group, velvet\2D red\2D flare, obsidian\2D gray\2D shine, arctic\2D green\2D shine {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  flex: 1;
}

.form-input, desert\2D pink\2D aura, volcano\2D white\2D mist, lunar\2D pink\2D shade {
  position: relative;
  width: 100%;
}

.form-input input, neon\2D yellow\2D glow, obsidian\2D blue\2D flare, volcano\2D yellow\2D glow {
  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, volcano\2D brown\2D shine, old\2D lace, solar\2D red\2D tone {
  position: relative;
}

.floating-label label, burnt\2D sienna, sunset\2D blue\2D shade, prism\2D orange\2D shine {
  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, velvet\2D red\2D tone, frozen\2D gray\2D tone, shadow\2D yellow\2D aura {
  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, lunar\2D purple\2D shine, arctic\2D blue\2D glow, cosmic\2D black\2D aura {
  top: 4px;
  font-size: 10px;
}

.floating-label input::placeholder, sunset\2D yellow\2D wave, twilight\2D white\2D shade, turquoise\2D blue {
  color: #8A8A8A;
}

.floating-label input:focus::placeholder,
.floating-label textarea:focus::placeholder, desert\2D red\2D wave, linen\2D white, icy\2D black\2D light {
  color: #8A8A8A;
}

.contact-form__button, frozen\2D orange\2D shade, stormy\2D white\2D sheen, sunset\2D purple\2D light {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-form, icy\2D pink\2D aura, light\2D lime, dusty\2D cyan\2D flare {
    padding: 40px 0px 0px 0px;
  }

  .contact-form__wrapper, volcano\2D red\2D mist, gilded\2D yellow\2D wave, velvet\2D green\2D flare {
    padding: 24px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
  }

  .contact-form__container, prism\2D purple\2D light, sunset\2D yellow\2D shade, lunar\2D blue\2D shade {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form__group, prism\2D pink\2D mist, stormy\2D yellow\2D flare, dark\2D violet {
    width: 100%;
  }
}

.main-policy, icy\2D green\2D aura, deep\2D coral, lunar\2D gray\2D aura {
  padding: 100px 0px;
}

.policy__wrapper, desert\2D red\2D flare, desert\2D red\2D glow, neon\2D black\2D glow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.policy__title, neon\2D orange\2D aura, medium\2D seagreen, velvet\2D purple\2D shade {
  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, shadow\2D red\2D aura, alice\2D blue, icy\2D brown\2D shade {
  display: flex;
  gap: 40px;
}

.policy__block, aquamarine, silver, lunar\2D white\2D mist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  flex: 1;
}

.policy__block ul, chocolate\2D brown, velvet\2D blue\2D light, prism\2D blue\2D tone {
  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, brick\2D red, moccasin\2D white, icy\2D black\2D sheen {
  margin-left: 24px;
}

.policy__section-title, volcano\2D cyan\2D shine, cocoa\2D brown, butter\2D yellow {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.policy__section-text, dark\2D brown, blanchedalmond\2D white, marble\2D pink\2D shade {
  color: var(--color-black);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .main-policy, neon\2D purple\2D wave, desert\2D pink\2D shine, arctic\2D red\2D shade {
    padding: 40px 0px;
  }

  .policy__title, firebrick\2D red, scarlet\2D red, solar\2D pink\2D sheen {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .policy__section, marble\2D orange\2D aura, solar\2D purple\2D shade, solar\2D black\2D glow {
    flex-direction: column;
  }

  .policy__block, cosmic\2D yellow\2D glow, stormy\2D black\2D flare, marble\2D yellow\2D tone {
    width: 100%;
    gap: 16px;
  }

  .policy__block ul, marble\2D green\2D mist, desert\2D green\2D flare, cosmic\2D red\2D flare {
    font-size: 16px;
  }

  .policy__section-text, neon\2D brown\2D mist, gold\2D dust, prism\2D white\2D glow {
    font-size: 16px;
  }
}

.footer, cinnamon\2D brown, obsidian\2D green\2D aura, mustard\2D yellow {
  margin-bottom: 40px;
}

.footer__wrapper, marble\2D gray\2D mist, volcano\2D pink\2D light, latte\2D brown {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 48px;
  padding: 40px;
}

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

.footer__block-left, scarlet, lunar\2D orange\2D sheen, burgundy\2D wine {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo, obsidian\2D pink\2D sheen, velvet\2D red\2D flare, obsidian\2D gray\2D shine {
}

.footer__block-socials, arctic\2D green\2D shine, desert\2D pink\2D aura, volcano\2D white\2D mist {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__block-socials a, lunar\2D pink\2D shade, neon\2D yellow\2D glow, obsidian\2D blue\2D flare {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__block-socials a img, volcano\2D yellow\2D glow, volcano\2D brown\2D shine, old\2D lace {
  transition: all 0.3s ease;
}

.footer__block-socials a:hover img, solar\2D red\2D tone, burnt\2D sienna, sunset\2D blue\2D shade {
  filter: brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(354%) hue-rotate(162deg) brightness(91%) contrast(91%);
}

.footer__block-right, prism\2D orange\2D shine, velvet\2D red\2D tone, frozen\2D gray\2D tone {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__block-right p, a, shadow\2D yellow\2D aura, lunar\2D purple\2D shine, arctic\2D blue\2D glow {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer__block-right a:hover, cosmic\2D black\2D aura, sunset\2D yellow\2D wave, twilight\2D white\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, turquoise\2D blue, desert\2D red\2D wave, linen\2D white {
  display: none;
}

.footer__block-socials-mob, icy\2D black\2D light, frozen\2D orange\2D shade, stormy\2D white\2D sheen {
}

@media (max-width: 768px) {
  .footer, sunset\2D purple\2D light, icy\2D pink\2D aura, light\2D lime {
    margin: 12px auto;
  }

  .header, dusty\2D cyan\2D flare, volcano\2D red\2D mist, gilded\2D yellow\2D wave {
    padding-top: 12px;
  }
}

@media (max-width: 568px) {
  .policy__wrapper, velvet\2D green\2D flare, prism\2D purple\2D light, sunset\2D yellow\2D shade {
    padding-bottom: 12px;
  }
  
  .footer, lunar\2D blue\2D shade, prism\2D pink\2D mist, stormy\2D yellow\2D flare {
    margin: 0;
  }

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

  .footer__wrapper-desk, lunar\2D gray\2D aura, desert\2D red\2D flare, desert\2D red\2D glow {
    flex-direction: column;
    gap: 24px;
  }

  .footer__block-socials, neon\2D black\2D glow, neon\2D orange\2D aura, medium\2D seagreen {
    display: none;
  }

  .footer__wrapper-mob, velvet\2D purple\2D shade, shadow\2D red\2D aura, alice\2D blue {
    display: flex;
    align-items: end;
  }

  .footer__block-socials-mob, icy\2D brown\2D shade, aquamarine, silver {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .footer__block-socials-mob a, lunar\2D white\2D mist, chocolate\2D brown, velvet\2D blue\2D light {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#hbgBDAgqmW-cookie, prism\2D blue\2D tone, brick\2D red, moccasin\2D white {
  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 black\2D sheen, volcano\2D cyan\2D shine, cocoa\2D brown {
  display: inline-block;
}

#hbgBDAgqmW-cookie button, butter\2D yellow, dark\2D brown, blanchedalmond\2D white {
  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;
}