.hero__content,
.hero__form-wrapper {
  box-shadow: 0 0 14px 0 #00000026;
  border-radius: 12px;
}
.about__text span,
.header__ligo-text span,
.hero__text p span,
img {
  display: block;
}
*,
::after,
::before {
  box-sizing: border-box;
}
:where(ul, ol):where([class]) {
  padding-left: 0;
}
:where(blockquote, figure):where([class]),
body {
  margin: 0;
}
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}
.header__item,
[data-js-deposit-multiply-bignumber],
[data-js-deposit-multiply-round],
[data-js-deposit-multiply-word],
[data-js-deposit-multiply] {
  white-space: nowrap;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
:where(dd[class]) {
  margin-left: 0;
}
:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}
:where(ul[class]) {
  list-style: none;
}
p {
  margin-block: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
button,
input,
select,
textarea {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
[id] {
  scroll-margin-top: 84px;
}
svg * {
  transition-property: fill, stroke;
}
ol[class]:not(.ol),
ul[class]:not(.ul) {
  list-style: none;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}
.hidden {
  display: none;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("../fonts/Fira-Sans-Condensed.eot");
  src: url("../fonts/Fira-Sans-Condensed.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Fira-Sans-Condensed.woff") format("woff"),
    url("../fonts/Fira-Sans-Condensed.woff2") format("woff2"),
    url("../fonts/Fira-Sans-Condensed.ttf") format("truetype"),
    url("../fonts/Fira-Sans-Condensed.svg#Fira Sans Condensed SemiBold")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree.eot");
  src: url("../fonts/Figtree.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree.woff") format("woff"),
    url("../fonts/Figtree.woff2") format("woff2"),
    url("../fonts/Figtree.ttf") format("truetype"),
    url("../fonts/Figtree.svg#Figtree Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree-Light.eot");
  src: local("Figtree Light"), local("Figtree-Light"),
    url("../fonts/Figtree-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Light.woff2") format("woff2"),
    url("../fonts/Figtree-Light.woff") format("woff"),
    url("../fonts/Figtree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-acent: #ea3a4e;
  --color-white: #ffffff;
  --color-blue: #5bbfe9;
  --color-blue-dark: #0068b9;
  --color-blue-card: #2a3d89;
  --color-orange: #ffad20;
  --color-black: #111111;
  --color-grey: #f2f2f4;
  --color-body: #f5f5f5;
  --color-grey-dark: #dddddd;
  --color-marker: #45cc5d;
  --color-green: #00a81d;
  --color-green-dark: #368644;
  --color-red: #d83300;
  --color-pink: #ff6c7d;
  --color-pink-dark: #ce2336;
}
.btn,
.header,
.header__ligo-text,
.header__nav-link {
  color: var(--color-white);
}
body {
  font-family: Figtree, Arial, sans-serif;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 400;
  background: var(--color-body);
  line-height: 1;
  overflow: visible;
  min-height: 100%;
}
.title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-family: Figtree;
}
.section-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  gap: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.btn {
  border-radius: 4px;
  gap: 10px;
  background: var(--color-acent);
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 0.9;
  justify-content: flex-end;
  font-weight: 500;
  width: 340px;
  padding: 24px;
  justify-content: center;
}
.btn:hover {
  background-color: var(--color-pink-dark);
}
.btn--min:hover,
.hero__text-block::after {
  background-color: var(--color-black);
}
.btn--min {
  border: 1px solid var(--color-white);
  width: 138px;
  height: 48px;
  padding: 17px 12px;
  justify-content: flex-end;
}
.header {
  width: 100%;
  border-top: 8px solid var(--color-black);
  background-color: var(--color-acent);
  position: fixed;
  z-index: 300;
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 7.5px;
  gap: 20px;
}
.header__ligo-link {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  padding-left: 3px;
}
.header__list,
.header__nav-link {
  flex-direction: row;
  display: flex;
  white-space: nowrap;
}
.header__ligo-text {
  font-family: "Fira Sans Condensed";
  font-size: 22px;
  font-weight: 700;
  max-width: 135px;
}
.header__list {
  gap: 38px;
  padding-left: 36px;
  justify-content: space-between;
  overflow-x: auto;
}
.header__nav-link {
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.header__nav-link:hover {
  text-decoration: underline;
}
.hero {
  padding: 111px 0 60px;
}
.hero__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}
.hero__content {
  display: grid;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: var(--color-white);
}
.hero__img-wrapper {
  overflow: hidden;
  max-height: 268px;
}
.hero__poster {
  object-fit: cover;
  height: 100%;
}
.hero__cintent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 265px;
}
.hero__text,
.hero__text-block {
  flex-direction: column;
  display: flex;
}
.hero__text-block {
  justify-content: space-between;
  max-width: 450px;
  height: 100%;
  position: relative;
}
.hero__robo,
.hero__text-block::after,
.modal img {
  position: absolute;
  right: 0;
}
.hero__text-block::after {
  content: "";
  top: 50%;
  transform: translateY(+50%);
  left: 0;
  height: 1px;
  opacity: 0.2;
}
.hero__title span {
  color: var(--color-blue-dark);
  display: block;
}
.hero__text {
  gap: 12px;
  color: var(--color-blue-dark);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.hero__accent-text {
  color: var(--color-white);
  padding: 5px 8px;
  background-color: var(--color-acent);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  max-width: max-content;
}
.hero__robo {
  bottom: 2%;
}
.hero__form-block {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hero__form-title {
  font-size: 24px;
}
.hero__form-title span {
  color: var(--color-acent);
  white-space: nowrap;
}
.hero__form-wrapper {
  background-color: var(--color-white);
  padding: 24px 20px;
  height: 434px;
}
.modal {
  position: fixed;
  padding-right: 31px;
  z-index: 200;
  top: calc(100vh - 30%);
  right: 0;
}
.modal img {
  top: 50%;
  transform: translateY(-50%);
}
.modal__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.modal__title {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 12px 12px 0 0;
  width: 285px;
  padding: 10px;
  color: var(--color-white);
  background-color: var(--color-acent);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__wrapper,
.modal__inner {
  flex-direction: column;
  display: flex;
}
.modal__inner {
  background-color: var(--color-white);
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 22.5px 0 #00000040;
}
.modal__timer-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  padding: 16px;
}
.modal__timer-opacity {
  opacity: 0.5;
}
.modal__link {
  background-color: var(--color-orange);
  width: 100%;
  padding: 16.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
}
.modal__link:hover {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
}
.about,
.celeb,
.steps {
  padding-bottom: 80px;
}
.about__wrapper {
  padding-top: 24px;
  gap: 24px;
}
.about__top-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 693px;
}
.about__top-text p {
  color: var(--color-blue-dark);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.about__list,
.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: var(--color-blue-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.about__item-content {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__item-title {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 600;
}
.about__acent {
  width: 100%;
  background-color: var(--color-acent);
  height: 4px;
  margin-bottom: 4px;
}
.about__text {
  background-color: var(--color-white);
  padding: 12px 8px 20px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  flex: 1;
}
.about__acent-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #ea3a4e1a;
  border: 1px solid var(--color-acent);
  padding: 16px;
  gap: 16px;
  color: var(--color-acent);
  align-items: center;
  justify-content: center;
}
.about__acent-block p {
  max-width: 814px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.numbers__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 46px;
}
.numbers__line {
  position: relative;
  right: 0;
  left: 0;
  padding: 27px 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--color-blue-dark);
}
.numbers__line-inner {
  display: inline-block;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  gap: 24px;
  color: var(--color-white);
  will-change: transform;
}
.numbers__line-inner span {
  color: var(--color-orange);
}
.numbers__line-inner p {
  position: relative;
  padding-right: 24px;
}
.bar__title-block img,
.numbers__line-inner p::after {
  position: absolute;
  top: 0;
  right: 0;
}
.numbers__line-inner p::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--color-white);
  opacity: 0.3;
}
.bar {
  padding-top: 65px;
  padding-bottom: 80px;
}
.bar__inner {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bar__title-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
}
.bar__content,
.bar__text-block {
  flex-direction: row;
  display: flex;
}
.bar__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.bar__title-block p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-green);
}
.bar__track {
  width: 100%;
  height: 15px;
  background-color: #ffad204d;
  border-radius: 12px;
  overflow: hidden;
}
.bar__cursor {
  height: 100%;
  width: 0%;
  display: flex;
  background-color: var(--color-orange);
  border-radius: 12px;
  transition: width 60s ease-in-out;
}
.bar__content {
  align-items: center;
  justify-content: space-between;
}
.bar__numbers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--color-blue-dark);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
.bar__number--max {
  font-size: 36px;
}
.bar__number--min {
  font-size: 22px;
}
.bar__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.bar__text-block {
  gap: 10px;
  padding: 4px 12px 4px 4px;
  border-radius: 8px;
  background-color: var(--color-white);
  border: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
  width: max-content;
}
.bar__text-numb {
  padding: 5px 12px;
  border-radius: 8px;
  background-color: var(--color-pink);
  color: var(--color-white);
}
.bar__text {
  color: var(--color-blue-dark);
  font-size: 14px;
}
.bar__marker-block {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  padding-left: 8px;
}
.bar__marker {
  border-radius: 50%;
  background-color: var(--color-marker);
  width: 8px;
  height: 8px;
  animation: 1s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
}
.bar__text--marker {
  color: var(--color-black);
  opacity: 0.5;
}
.celeb__info,
.steps__top {
  color: var(--color-white);
}
.bar__text-numb--transactions {
  background-color: var(--color-blue-dark);
}
.bar__text--opacity {
  opacity: 0.7;
}
.bar__num-1,
.bar__num-2 {
  transition: 1s ease-out;
}
.advantages__wrapper,
.feedback__wrapper,
.steps__item,
.steps__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feedback__title,
.steps__title {
  margin-bottom: 12px;
}
.steps__inner {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.steps__step,
.steps__top {
  background-color: var(--color-red);
  align-items: center;
  display: flex;
}
.steps__top {
  position: relative;
  padding: 12px;
  justify-content: center;
  border-radius: 20px;
  width: 100%;
  font-size: 16px;
  line-height: 0.9;
  font-weight: 300;
}
.steps__step {
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid var(--color-white);
  width: 48px;
  height: 48px;
  justify-content: center;
}
.steps__content {
  overflow: hidden;
  box-shadow: 0 2px 12px 0 #00000026;
  background-color: var(--color-white);
  border-radius: 8px;
  height: 100%;
}
.steps__img-block {
  max-height: 150px;
  object-fit: cover;
}
.steps__text {
  padding: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  min-height: 89px;
  display: flex;
  align-items: center;
}
.steps__top--2,
.steps__top--2 .steps__step {
  background-color: var(--color-green-dark);
}
.steps__top--3,
.steps__top--3 .steps__step {
  background-color: var(--color-blue-dark);
}
.steps__btn-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 194px;
}
.steps__btn-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.steps__after {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps__after::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  background-color: #ddd;
  height: 1px;
  width: 100%;
  z-index: -1;
}
.steps__btn-wrapper {
  padding: 0 24px;
  background-color: var(--color-grey);
}
.celeb__wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.celeb__title {
  margin-bottom: 19px;
}
.celeb__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.celeb__info,
.celeb__text-block {
  display: flex;
  flex-direction: column;
}
.celeb__item {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 16px;
  height: max-content;
}
.celeb__info {
  padding: 28px 28px 12px;
  gap: 8px;
  background-color: var(--color-acent);
}
.celeb__info--2 {
  background-color: var(--color-orange);
}
.celeb__sccent,
.celeb__text-block {
  background-color: var(--color-white);
}
.celeb__photo {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
  height: 418px;
  backface-visibility: hidden;
}
.celeb__photo::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 103%;
  background: linear-gradient(
    180deg,
    rgba(234, 58, 78, 0) 62.46%,
    var(--color-acent) 100%
  );
  transform: translateZ(0);
}
.celeb__info--2 .celeb__photo::after {
  background: linear-gradient(
    180deg,
    rgba(234, 58, 78, 0) 62.46%,
    var(--color-orange) 100%
  );
}
.celeb__photo img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.celeb__name {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}
.celeb__profession {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  opacity: 0.5;
}
.advantages__position-text span,
.advantages__top-text h4,
.celeb__text-block,
.feedback__content p,
.feedback__name {
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.celeb__sccent {
  width: 100%;
  height: 4px;
}
.celeb__text-block {
  font-weight: 300;
  font-size: 20px;
  color: var(--color-black);
  gap: 27px;
  padding: 20px 28px;
}
.feedback {
  padding-bottom: 85px;
}
.feedback__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}
.feedback__item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  background-color: #f1f1f1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.feedback__name {
  border-left: 4px solid var(--color-red);
  padding: 4px 12px;
  font-weight: 500;
  font-size: 18px;
}
.feedback__content {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.feedback__photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 1/1;
}
.feedback__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feedback__content p {
  font-weight: 400;
  font-size: 14px;
}
.advantages {
  padding-bottom: 90px;
}
.advantages__inner {
  padding: 0 32px;
  width: 100%;
  position: relative;
  margin-top: 34px;
}
.advantages__list {
  background-color: var(--color-white);
  padding: 40px;
  border: 2px solid var(--color-acent);
  border-radius: 32px;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.advantages__disk,
.advantages__disk--small,
.advantages__position-text {
  background-color: var(--color-blue);
}
.advantages__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.advantages__top-text {
  width: 100%;
  position: relative;
}
.advantages__top-text::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: var(--color-acent);
  height: 2px;
  top: 50%;
  right: 0;
  opacity: 0.3;
  z-index: 1;
}
.advantages__top-text h4 {
  color: var(--color-acent);
  display: flex;
  flex-direction: row;
  gap: 30px;
  font-weight: 600;
  font-size: 28px;
  padding-right: 16px;
  background-color: var(--color-white);
  width: max-content;
  z-index: 2;
  position: relative;
}
.footer__link-block a,
.footer__text-block p,
.footer__title {
  color: var(--color-white);
}
.advantages__position {
  position: absolute;
  right: -9%;
  bottom: 10%;
  z-index: 3;
}
.advantages__position-block {
  position: absolute;
  left: 47%;
  top: -9%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}
.advantages__disk {
  position: relative;
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  transform: translateX(48px);
}
.advantages__disk--small {
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(30px);
}
.advantages__position-text {
  padding: 12px 40px;
  border-radius: 60px;
  color: var(--color-white);
  width: max-content;
  text-align: center;
}
.advantages__position-text span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.bottom-disk,
.footer {
  position: relative;
  overflow: hidden;
}
.footer__position {
  position: absolute;
}
.footer__position--1 {
  right: 0;
  min-height: 804px;
  min-width: 60%;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  visibility: visible;
}
.footer__position--mobil {
  background-color: var(--color-acent);
  border-radius: 50%;
  width: 1604px;
  height: 1604px;
  display: none;
}
.footer__position--2 {
  left: 1.8%;
  bottom: -60%;
  z-index: -1;
  rotate: -6.47deg;
}
.footer__inner {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 406px 100px;
  max-width: 904px;
}
.footer__wrapper {
  max-width: 406px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 2/3;
}
.footer__text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 18px;
}
.footer__text-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.footer__link-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.footer__link-block a {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .feedback__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__robo {
    width: 167px;
    height: 167px;
  }
  .hero__text {
    max-width: 200px;
    font-size: 16px;
  }
  .hero__accent-text {
    font-size: 14px;
  }
  .hero__text p span {
    display: contents;
  }
  .hero__text-block {
    gap: 30px;
  }
  .hero__text-block::after {
    top: 45%;
  }
  .hero__form-wrapper {
    height: 469px;
  }
  .footer__position--2 {
    left: -20%;
  }
  .footer__position--1 {
    left: 0;
  }
  .hero__content {
    min-height: 570px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .about__item-content img,
  .steps__img-block img {
    width: 100%;
  }
  .about__list,
  .celeb__list,
  .feedback__list,
  .steps__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__list,
  .steps__after::after {
    display: none;
  }
  .btn--min {
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }
  .header {
    border-top: none;
  }
  .hero__wrapper {
    flex-direction: column;
  }
  .celeb__profession {
    font-size: 16px;
  }
  .bar__title-block {
    padding-top: 100px;
    text-align: center;
  }
  .bar__title-block img {
    right: 50%;
    transform: translateX(+50%);
  }
  .bar__content {
    flex-direction: column;
    gap: 40px;
  }
  .bar__text-wrapper {
    align-items: center;
  }
  .steps__img-block {
    max-height: unset;
  }
  .steps__btn-wrapper {
    padding: 0;
  }
  .feedback__content {
    justify-content: start;
  }
  .advantages__position img {
    width: 218px;
    height: 218px;
  }
  .advantages__position {
    bottom: 0;
    right: 6%;
  }
  .advantages__inner {
    padding: 0 0 264px;
    margin-top: 0;
  }
  .advantages__position-block {
    left: 27%;
    top: -38%;
    gap: 9px;
  }
  .footer__title {
    font-size: 36px;
  }
  .advantages__disk {
    transform: translateX(45px);
  }
  .advantages__disk--small {
    transform: translateX(30px);
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__position--2 {
    position: relative;
    left: 0;
    width: 660px;
    height: 660px;
  }
  .footer__position--1 {
    height: 1072px;
    width: 1072px;
    aspect-ratio: 1/1;
    bottom: 15%;
    object-position: center !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__position--desk,
  .modal img {
    display: none;
  }
  .footer__position--mobil {
    display: block;
  }
  .hero__img-wrapper {
    min-height: 286px;
    height: 286px;
  }
  .hero__poster {
    object-position: left;
  }
  .modal {
    width: 100%;
    padding-right: 0;
    top: unset;
    bottom: 0;
  }
  .modal__inner {
    flex-direction: row;
    gap: 10px;
  }
  .modal__timer-block {
    font-size: 32px;
    width: 110px;
  }
  .modal__link {
    border-radius: 8px;
    font-style: 16px;
    width: 224px;
  }
  .header__wrapper {
    padding: 7.5px 16px;
  }
  .hero {
    padding: 102px 0 60px;
  }
  .hero__title span {
    display: contents;
  }
  .hero__text {
    line-height: 1.3;
    gap: 9px;
  }
  .hero__accent-text {
    line-height: 1.2;
  }
  .hero__robo {
    bottom: 0;
    right: -3%;
  }
  .hero__form-block {
    max-width: 100%;
    gap: 31px;
  }
  .hero__form-wrapper {
    height: 434px;
  }
  .about__wrapper {
    padding-top: 36px;
  }
  .about__top-text p {
    font-size: 20px;
    line-height: 1.2;
  }
  .about__acent-block img {
    width: 30px;
    height: 30px;
  }
  .numbers__wrapper {
    gap: 27px;
    padding-bottom: 29px;
  }
  .numbers__line {
    padding: 28px 0;
  }
  .bar {
    padding-top: 41px;
  }
  .bar__title {
    font-size: 20px;
  }
  .bar__title-block {
    gap: 12px;
    padding-bottom: 12px;
  }
  .bar__inner {
    gap: 30px;
  }
  .bar__track {
    height: 12px;
  }
  .bar__numbers {
    flex-direction: row;
  }
  .steps__wrapper {
    gap: 34px;
  }
  .steps__title {
    margin-bottom: 0;
  }
  .steps__item {
    gap: 13px;
  }
  .steps__text {
    padding: 28px 20px;
  }
  .steps__list {
    gap: 40px;
  }
  .steps__content {
    min-height: 239px;
  }
  .advantages__wrapper,
  .celeb__wrapper {
    gap: 36px;
  }
  .celeb__title {
    margin-bottom: 4px;
  }
  .celeb__name {
    font-size: 24px;
  }
  .celeb__info {
    padding: 20px 20px 12px;
    gap: 9px;
  }
  .celeb__text-block {
    font-size: 16px;
    padding: 20px;
    gap: 19px;
  }
  .feedback__wrapper {
    gap: 33px;
  }
  .feedback__title {
    margin-bottom: 3px;
  }
  .advantages__list {
    padding: 20px;
    gap: 0;
  }
  .advantages__top-text h4 {
    padding-left: 7px;
    font-size: 24px;
    gap: 19px;
  }
  .advantages__item {
    gap: 20px;
  }
  .advantages__item p {
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .advantages {
    padding-bottom: 69px;
  }
  .footer__text-block {
    gap: 6px;
  }
  .footer__link-block a {
    font-size: 10px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 500px) {
  .celeb__photo {
    height: 234px;
  }
  .feedback__photo {
    width: 80px;
    height: 80px;
  }
  .feedback__content {
    grid-template-columns: 80px auto;
  }
}
