* {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  display: inline-block;
}
body,
html {
  height: 100%;
}
body {
  line-height: 1;
  scrollbar-gutter: stable;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
address {
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 600;
  src: url(../assets/fonts/ClashDisplay-Semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/ClashDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 500;
  src: url(../assets/fonts/ClashDisplay-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/ClashDisplay-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Archivo;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/Archivo-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Archivo;
  font-style: normal;
  font-weight: 200;
  src: url(../assets/fonts/Archivo-ExtraLight.woff2) format("woff2");
}
:root {
  --colors-white: #fff;
  --colors-alabaster: #f8f8f8;
  --colors-eerie-black: #1a1a1a;
  --colors-screamin-green: #83ff8f;
  --colors-mauvelous: #f07fa8;
  --colors-light-gray: #f1f1f1;
  --colors-dark-gray: #525252;
  --font-family: ClashDisplay, sans-serif;
  --second-family: Archivo, sans-serif;
}
body {
  background: var(--colors-alabaster);
  color: #000;
  font-family: var(--second-family);
  font-size: 16px;
  min-width: 320px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-head {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 64px;
}
.section-head__body {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  gap: 18px;
  max-width: 703px;
  width: 100%;
}
.section-head__subtitle {
  color: #616161;
  font-size: 24px;
  font-weight: 500;
  line-height: 113%;
}
.section-head__title {
  color: #000;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 113%;
}
.section-head__text {
  color: var(--colors-dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
  max-width: 450px;
  text-align: justify;
  width: 100%;
}
.btn {
  background: var(--colors-screamin-green);
  border-radius: 24px;
  color: #000;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  max-width: fit-content;
  padding: 16px 24px;
  white-space: nowrap;
}
.btn,
.btn__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn__icon {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s;
  width: 100%;
}
.btn--xs {
  padding: 12px 24px;
}
.link {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  max-width: 100%;
  white-space: nowrap;
}
.link,
.link__icon {
  align-items: center;
  color: var(--colors-screamin-green);
  display: flex;
  width: 100%;
}
.link__icon {
  background-color: var(--colors-screamin-green);
  height: 2px;
  justify-content: center;
  max-width: 100px;
  position: relative;
  transition: max-width 0.6s;
}
.link__icon svg {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.badge {
  align-items: center;
  background: var(--colors-eerie-black);
  border-radius: 8px;
  color: var(--colors-screamin-green);
  display: inline-flex;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  padding: 6px 8px;
  text-align: center;
}
.badge__icon {
  border-radius: 6px;
  color: var(--colors-eerie-black);
  display: grid;
  height: 24px;
  padding: 4px;
  place-content: center;
  width: 24px;
}
[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::-webkit-details-marker,
[data-fls-spollers] summary::marker {
  display: none;
}
.faq-spollers {
  display: grid;
  gap: 10px;
}
.faq-spollers__item {
  background: var(--colors-white);
  border-radius: 32px;
  color: #000;
  padding: 24px 32px;
}
.faq-spollers__title {
  cursor: default;
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 113%;
  list-style: none;
  padding-right: 32px;
  position: relative;
  text-align: center;
  text-align: left;
  width: 100%;
}
.faq-spollers__title::-webkit-details-marker,
.faq-spollers__title::marker {
  display: none;
}
.--spoller-init .faq-spollers__title {
  cursor: pointer;
}
.--spoller-init .faq-spollers__title:before {
  background: url(../assets/img/icons/spollers-arrow.svg) 50%/24px 24px
    no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.5s ease 0s;
  width: 24px;
}
.--spoller-init .faq-spollers__title.--spoller-active:before {
  transform: translateY(-50%) rotate(0deg);
}
.faq-spollers__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
  padding-top: 32px;
}
.icon-menu {
  display: none;
}
.header {
  left: 0;
  position: fixed;
  top: 16px;
  width: 100%;
  z-index: 10;
}
.header__body {
  align-items: center;
  border-radius: 34px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 8px 8px 8px 24px;
  position: relative;
}
.header__body:before {
  backdrop-filter: blur(24px);
  background: rgba(26, 26, 26, 0.4);
  border-radius: 34px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header__logo {
  max-width: 204px;
}
.header__logo img {
  object-fit: cover;
  width: 100%;
}
.header__nav {
  margin: 0 auto;
}
.header__btn {
  margin-left: auto;
}
.menu__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
}
.menu__link {
  color: var(--colors-white);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}
.hero {
  background-color: var(--colors-eerie-black);
  background-image: url(../assets/img/hero/hero-bg.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  color: #fff;
  margin: 0 16px 16px;
  padding: 142px 0 48px;
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.hero__content {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.hero__title {
  color: var(--colors-white);
  font-family: var(--font-family);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 105%;
  max-width: 840px;
}
.hero__aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  max-width: 380px;
}
.hero__text {
  color: var(--colors-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
  padding-top: 24px;
  text-align: justify;
}
.hero__trust {
  align-items: center;
  align-self: flex-end;
  display: flex;
  font-size: 12px;
  gap: 13px;
  line-height: 1.2;
}
.hero__label {
  font-weight: 700;
}
.hero__stars {
  display: inline-flex;
  gap: 2px;
}
.hero__star {
  background: #219653;
  display: grid;
  height: 20px;
  place-content: center;
  width: 20px;
}
.hero__reviews span {
  font-weight: 700;
}
.hero__bottom {
  gap: 32px;
  justify-content: space-between;
}
.hero__bottom,
.hero__proof {
  align-items: flex-end;
  display: flex;
}
.hero__proof {
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
}
.hero__avatars {
  align-items: center;
  display: flex;
}
.hero__avatar {
  border: 1px solid var(--colors-eerie-black);
  border-radius: 50%;
  height: 52px;
  margin-left: -10px;
  object-fit: cover;
  width: 52px;
}
.hero__info {
  align-items: center;
  display: flex;
  gap: 18px;
}
.hero__num {
  font-family: var(--font-family);
  font-weight: 500;
}
.hero__descr {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
}
.hero__dot {
  background: var(--colors-screamin-green);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.services {
  padding: 88px 0;
}
.services__body {
  display: flex;
  gap: 16px;
  margin-bottom: 64px;
}
.services__bottom {
  align-items: center;
  justify-content: center;
}
.card-services,
.services__bottom {
  display: flex;
  flex-direction: column;
}
.card-services {
  background: var(--colors-white);
  border-radius: 32px;
  cursor: pointer;
  gap: 16px;
  justify-content: space-between;
  min-height: 410px;
  padding: 32px 24px;
  transition: width 0.5s;
  width: calc(25% - 16px);
}
.card-services--active {
  background: var(--colors-eerie-black);
  color: #fff;
  width: calc(48% - 16px);
}
.card-services--active .card-services__link:not(:last-child),
.card-services--active .card-services__text:not(:last-child) {
  margin-bottom: 16px;
}
.card-services--active .card-services__info {
  grid-template-rows: 1fr;
  transform: translate(0);
}
.card-services--active .card-services__title {
  color: var(--colors-white);
  font-size: 40px;
  font-weight: 700;
}
.card-services--active .card-services__title:not(:last-child) {
  margin-bottom: 16px;
}
.card-services--active .card-services__badge {
  background-color: var(--colors-screamin-green);
  color: var(--colors-eerie-black);
}
.card-services--active .card-services__badge rect {
  fill: var(--colors-eerie-black);
}
.card-services--active .card-services__badge path {
  fill: var(--colors-screamin-green);
}
.card-services__icon {
  background: var(--colors-light-gray);
  border-radius: 19px;
  color: #191919;
  display: grid;
  height: 75px;
  padding: 8px;
  place-content: center;
  width: 75px;
}
.card-services__body {
  display: flex;
  flex-direction: column;
}
.card-services__info {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transform: translateY(100%);
  transition:
    grid-template-rows 0.6s ease,
    transform 0.6s ease;
}
.card-services__info > * {
  overflow: hidden;
}
.card-services__title {
  color: var(--colors-eerie-black);
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 400;
  line-height: 113%;
  transition:
    font-size 0.6s ease,
    color 0.3s;
}
.card-services__text {
  color: var(--colors-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
}
.card-services__badge {
  max-width: fit-content;
}
.card-services__badge:not(:last-child) {
  margin-bottom: 16px;
}
.about {
  padding: 88px 0;
}
.about__items {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: 128px;
}
.about__team {
  background: var(--colors-eerie-black);
  border-radius: 64px;
  color: var(--colors-white);
  padding: 64px 0 64px 64px;
  position: relative;
  z-index: 2;
}
.about__team:before {
  background-image: url(../assets/img/about/about-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.05;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.about__team-body {
  gap: 32px 48px;
}
.about__team-body,
.about__team-left {
  display: flex;
  justify-content: space-between;
}
.about__team-left {
  flex-direction: column;
  gap: 24px;
}
.about__team-badge {
  align-items: center;
  background: linear-gradient(100deg, #83ff8f, #c5f07f);
  border-radius: 24px;
  color: #000;
  display: flex;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 500;
  gap: 16px;
  max-width: fit-content;
  padding: 16px 24px;
}
.about__team-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 680px;
  width: 100%;
}
.about__team-title {
  font-family: var(--font-family);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 113%;
}
.about__team-text {
  color: var(--colors-light-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
  max-width: 580px;
  text-align: justify;
}
.about__team-right {
  margin-top: -104px;
  max-width: 412px;
  width: 100%;
}
.about__team-card {
  border-radius: 42px;
  overflow: hidden;
  transform: rotate(6deg);
}
.about__team-img img {
  object-fit: cover;
  width: 100%;
}
.about__team-info {
  align-items: start;
  background: var(--colors-mauvelous);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 40px 30px 50px;
}
.about__team-descr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__team-name {
  font-family: var(--font-family);
  font-weight: 600;
}
.about__team-work {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.about__team-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.about__team-soc {
  transition: color 0.3s;
}
.item-about {
  background: var(--colors-light-gray);
  border-radius: 40px;
  display: grid;
  gap: 16px;
  min-height: 294px;
  padding: 24px 12px;
  place-content: center;
  text-align: center;
}
.item-about__value {
  color: var(--colors-eerie-black);
  font-family: var(--font-family);
  font-weight: 400;
}
.item-about__value--muted {
  color: rgba(26, 26, 26, 0.5);
}
.item-about__label {
  color: rgba(82, 82, 82, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
}
.how {
  padding: 88px 0 64px;
}
.how__steps {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.step-how {
  background: var(--colors-white);
  border-radius: 32px;
  color: var(--colors-eerie-black);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  min-height: 437px;
  overflow: hidden;
  padding: 32px 24px;
  position: relative;
  z-index: 2;
}
.step-how--dark {
  background-color: var(--colors-eerie-black);
  color: var(--colors-white);
}
.step-how--dark:before {
  background-image: url(../assets/img/how/dark-bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.step-how--dark .step-how__title {
  font-weight: 700;
}
.step-how--dark .step-how__text {
  color: var(--colors-white);
}
.step-how__link {
  font-size: 24px;
}
.step-how--decor-1:before,
.step-how--decor-2:before {
  background-image: url(../assets/img/how/grey-bg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 150%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: -25%;
  width: 150%;
  z-index: -1;
}
.step-how--decor-1:before {
  transform: rotate(-171deg);
}
.step-how--decor-2:before {
  transform: rotate(153deg);
}
.step-how__badge {
  background: linear-gradient(100deg, #83ff8f, #c5f07f);
  border-radius: 24px;
  color: #000;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 500;
  max-width: fit-content;
  padding: 16px 24px;
}
.step-how__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-how__title {
  font-family: var(--font-family);
  line-height: 113%;
}
.step-how__text {
  color: var(--colors-dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
}
.step-how__num {
  color: var(--colors-light-gray);
  font-family: var(--font-family);
  font-size: 52px;
  font-weight: 600;
  line-height: 113%;
}
.stories {
  padding: 88px 0 64px;
}
.stories__bar {
  background: var(--colors-eerie-black);
  margin-bottom: 64px;
  padding: 36px 0;
}
.stories__headline {
  align-items: center;
  display: flex;
  gap: 16px 32px;
  justify-content: center;
}
.stories__item {
  color: hsla(0, 0%, 100%, 0.28);
  font-family: var(--font-family);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 113%;
  transition: color 0.3s;
}
.stories__masonry {
  column-count: 3;
  column-gap: 16px;
  position: relative;
}
.stories__masonry:before {
  background: linear-gradient(180deg, hsla(0, 0%, 97%, 0) 70.26%, #f8f8f8);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.stories__masonry:not(:last-child) {
  margin-bottom: 64px;
}
.stories__callout {
  align-items: center;
  background: var(--colors-eerie-black);
  border-radius: 22px;
  color: #fff;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 12px;
}
.stories__left {
  align-items: center;
  display: flex;
  gap: 24px;
}
.stories__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stories__subtitle {
  color: var(--colors-screamin-green);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 500;
}
.stories__text {
  color: var(--colors-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}
.reviews-item {
  background: #fff;
  border-radius: 29px;
  break-inside: avoid-column;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 16px;
  padding: 32px 24px;
}
.reviews-item__text {
  color: var(--colors-dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
}
.reviews-item__user {
  align-items: center;
  display: flex;
  gap: 16px;
}
.reviews-item__avatar {
  align-self: flex-start;
  border-radius: 50%;
  color: var(--colors-white);
  display: grid;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
  line-height: 133%;
  place-items: center;
  text-align: center;
  width: 52px;
}
.reviews-item__name {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
}
.reviews-item__name:not(:last-child) {
  margin-bottom: 6px;
}
.reviews-item__meta {
  color: #545454;
  font-size: 14px;
  font-weight: 200;
  line-height: 133%;
}
.faq {
  padding: 88px 0 128px;
}
.faq__head .section-head__body {
  max-width: 100%;
  text-align: center;
}
.footer {
  background-color: var(--colors-eerie-black);
  border-radius: 32px;
  color: #fff;
  margin: 0 16px 16px;
  padding: 56px 0;
  position: relative;
  z-index: 2;
}
.footer:before {
  background-image: url(../assets/img/footer/footer-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.05;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__top {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.footer__logo {
  max-width: 245px;
  width: 100%;
}
.footer__logo img {
  object-fit: cover;
  width: 100%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  gap: 12px;
}
.footer__title {
  color: var(--colors-white);
  font-size: 18px;
  font-weight: 500;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__link {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}
.footer__bottom {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: auto 1fr auto;
}
.footer__bottom-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__bottom-label {
  color: hsla(0, 0%, 97%, 0.5);
  font-size: 14px;
  font-weight: 500;
}
.footer__bottom-link {
  transition: color 0.3s;
}
.footer__bottom-copy,
.footer__bottom-link {
  color: var(--colors-alabaster);
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}
.footer__bottom-copy {
  justify-self: center;
}
@media (max-width: 82.5em) {
  .menu__list {
    gap: 16px 24px;
  }
  .hero {
    margin: 0 12px 12px;
    padding: 120px 0 28px;
  }
  .hero__title br {
    display: none;
  }
  .footer {
    margin: 0 12px 12px;
  }
}
@media (max-width: 74.99875em) {
  .card-services {
    border-radius: 24px;
    padding: 24px 12px;
  }
  .card-services--active .card-services__title {
    font-size: 32px;
  }
  .card-services__title {
    font-size: 24px;
  }
  .about__team {
    border-radius: 32px;
    padding: 32px 0 32px 32px;
  }
  .about__team-right {
    margin-top: -64px;
  }
  .reviews-item {
    border-radius: 20px;
    gap: 16px;
    padding: 24px 15px;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 61.99875em) {
  .section-head {
    margin-bottom: 32px;
  }
  .section-head__body {
    gap: 12px;
  }
  .section-head__subtitle {
    font-size: 18px;
  }
  .section-head__title br {
    display: none;
  }
  .faq-spollers__item {
    border-radius: 24px;
    padding: 16px 12px;
  }
  .--spoller-init .faq-spollers__title:before {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
  .faq-spollers__title {
    font-size: 18px;
  }
  .faq-spollers__body {
    font-size: 14px;
    padding-top: 16px;
  }
  .menu__body {
    background-color: var(--colors-eerie-black);
    height: 100svh;
    overflow: auto;
    padding: 80px 15px 30px;
  }
  .menu__body,
  .menu__body:before {
    left: -100%;
    position: fixed;
    top: 0;
    transition: left 0.3s;
    width: 100%;
  }
  .menu__body:before {
    content: "";
    height: 70px;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body,
  [data-fls-menu-open] .menu__body:before {
    left: 0;
  }
  .icon-menu {
    display: block;
    height: 1.125rem;
    position: relative;
    width: 1.875rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu:after,
  .icon-menu:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .icon-menu:before {
    top: 0;
  }
  .icon-menu:after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu:before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu:after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header__body {
    border-radius: 24px;
    padding: 8px 12px;
  }
  .header__nav {
    margin: 0;
  }
  .menu {
    order: 1;
  }
  .menu__list {
    flex-direction: column;
    gap: 32px;
  }
  .hero {
    border-radius: 0 0 32px 32px;
    margin: 0;
  }
  .hero__text {
    padding-top: 0;
  }
  .services {
    padding: 56px 0 28px;
  }
  .services__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }
  .card-services,
  .card-services--active {
    width: auto;
  }
  .card-services__title br {
    display: none;
  }
  .item-about {
    min-height: 260px;
  }
  .stories__callout {
    gap: 12px;
  }
  .stories__subtitle {
    font-size: 16px;
  }
  .reviews-item__user {
    gap: 8px;
  }
  .reviews-item__avatar {
    font-size: 14px;
    height: 40px;
    width: 40px;
  }
  .reviews-item__name {
    font-size: 14px;
  }
  .reviews-item__name:not(:last-child) {
    margin-bottom: 2px;
  }
  .footer {
    border-radius: 32px 32px 0 0;
    margin: 0;
    padding: 32px 0;
  }
  .footer__container {
    gap: 24px;
  }
  .footer__bottom {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .footer__bottom-col {
    gap: 12px;
  }
  .footer__bottom-link {
    font-size: 16px;
  }
  .footer__bottom-copy {
    font-size: 14px;
    order: 1;
  }
}
@media (width <= 47.99875em) {
  .section-head__title {
    font-size: 28px;
  }
  .hero__title {
    font-size: 36px;
  }
  .about__team-title {
    font-size: 32px;
  }
  .about__team-name {
    font-size: 20px;
  }
  .item-about__value {
    font-size: 36px;
  }
  .step-how__title {
    font-size: 28px;
  }
  .step-how__num {
    font-size: 36px;
  }
  .stories__item {
    font-size: 24px;
  }
}
@media (max-width: 47.99875em) {
  .section-head {
    flex-direction: column;
    gap: 24px;
  }
  .section-head__body {
    max-width: 100%;
  }
  .section-head__subtitle,
  .section-head__title {
    text-align: center;
  }
  .section-head__text {
    max-width: 100%;
  }
  .header {
    top: 8px;
  }
  .header__btn {
    margin: 0 auto;
  }
  .menu__list {
    margin-bottom: 32px;
  }
  .hero__content {
    flex-direction: column;
    gap: 24px;
  }
  .hero__aside {
    gap: 24px;
    max-width: 100%;
  }
  .hero__trust {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .hero__bottom {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .hero__btn-secondary {
    background-color: #fff;
  }

  .herobtn_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
  }

  .card-services__icon {
    border-radius: 15px;
    height: 56px;
    width: 56px;
  }
  .about {
    padding: 56px 0 28px;
  }
  .about__items {
    margin-bottom: 48px;
  }
  .about__team {
    border-radius: 0;
    margin: 0 -15px;
    padding: 32px 15px;
  }
  .about__team-body {
    flex-direction: column;
    row-gap: 24px;
  }
  .about__team-badge {
    border-radius: 16px;
    font-size: 16px;
    gap: 8px;
    padding: 12px 16px;
  }
  .about__team-right {
    margin: 0 auto;
  }
  .about__team-card {
    border-radius: 24px;
    transform: rotate(0deg);
  }
  .about__team-info {
    flex-wrap: wrap;
    padding: 24px 15px;
  }
  .item-about {
    min-height: 180px;
  }
  .item-about__label {
    font-size: 16px;
  }
  .how {
    padding: 56px 0 36px;
  }
  .step-how {
    border-radius: 16px;
    min-height: 360px;
    padding: 24px 15px;
  }
  .step-how__link {
    font-size: 18px;
  }
  .step-how__badge {
    border-radius: 16px;
    padding: 8px 16px;
  }
  .stories {
    padding: 56px 0 36px;
  }
  .stories__bar {
    margin-bottom: 32px;
  }
  .stories__headline {
    flex-direction: column;
  }
  .stories__masonry {
    column-count: 2;
    column-gap: 12px;
  }
  .stories__masonry:not(:last-child) {
    margin-bottom: 32px;
  }
  .stories__callout {
    flex-direction: column;
  }
  .stories__left {
    gap: 12px;
  }
  .stories__text {
    font-size: 16px;
  }
  .reviews-item {
    margin-bottom: 12px;
  }
  .faq {
    padding: 56px 0;
  }
}
@media (max-width: 40.62375em) {
  .services__body {
    grid-template-columns: 1fr;
  }
  .card-services {
    min-height: 250px;
  }
}
@media (max-width: 29.99875em) {
  .header__logo {
    max-width: 172px;
  }
  .how__steps {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .stories__masonry {
    column-count: 1;
  }
  .stories__icon svg {
    height: 40px;
    width: 40px;
  }
  .stories__subtitle,
  .stories__text {
    font-size: 14px;
  }
  .reviews-item:nth-child(n + 6) {
    display: none;
  }
  .footer__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .footer__logo {
    max-width: 204px;
  }
}
@media (width <= 20em) {
  .hero__num {
    font-size: 28px;
  }
}
@media (width > 20em) and (width <= 82.5em) {
  .hero__num {
    font-size: clamp(28px, 24.8px + 1vw, 38px);
  }
}
@media (width > 47.99875em) and (width <= 82.5em) {
  .section-head__title {
    font-size: clamp(28px, -22.0838375421px + 6.5215028441vw, 64px);
  }
  .hero__title {
    font-size: clamp(36px, -47.4730625702px + 10.8691714068vw, 96px);
  }
  .about__team-title {
    font-size: clamp(32px, -12.5189667041px + 5.796891417vw, 64px);
  }
  .about__team-name {
    font-size: clamp(20px, 1.9141697765px + 2.3549871381vw, 33px);
  }
  .item-about__value {
    font-size: clamp(36px, -47.4730625702px + 10.8691714068vw, 96px);
  }
  .step-how__title {
    font-size: clamp(28px, 11.305387486px + 2.1738342814vw, 40px);
  }
  .step-how__num {
    font-size: clamp(36px, 13.7405166479px + 2.8984457085vw, 52px);
  }
  .stories__item {
    font-size: clamp(32px, -12.5189667041px + 5.796891417vw, 64px);
  }
}
@media (min-width: 61.99875em) {
  .footer__bottom-col: last-child {
    text-align: right;
  }
}
@media (width > 82.5em) {
  .section-head__title {
    font-size: 64px;
  }
  .hero__title {
    font-size: 68px;
  }
  .hero__num {
    font-size: 46px;
  }
  .about__team-title {
    font-size: 64px;
  }
  .about__team-name {
    font-size: 33px;
  }
  .item-about__value {
    font-size: 96px;
  }
  .step-how__title {
    font-size: 40px;
  }
  .step-how__num {
    font-size: 52px;
  }
  .stories__item {
    font-size: 48px;
  }
}
@media (any-hover: hover) {
  .btn: hover .btn__icon {
    max-width: 50px;
  }
  .link:hover .link__icon {
    max-width: 100%;
  }
  .about__team-soc:hover,
  .menu__link:hover {
    color: var(--colors-screamin-green);
  }
  .step-how--dark:hover .link__icon {
    max-width: 100%;
  }
  .footer__bottom-link:hover,
  .footer__link:hover,
  .stories__item:hover {
    color: var(--colors-screamin-green);
  }
}
