.page {
  position: relative;
  width: var(--page-width);
  height: var(--page-height);
  overflow: hidden;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-family-ubuntu);
}

.hero {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 820px;
  transform: translateX(-50%);
}

.hero__composite {
  width: 100%;
  height: auto;
  display: block;
}

.hero__brand,
.hero__cover {
  display: none;
}

.prompt {
  position: absolute;
  left: 50%;
  margin: 0;
  font-family: var(--font-family-ubuntu);
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: var(--color-text-auth);
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.prompt--1 {
  top: 625px;
}

.prompt--2 {
  top: 659px;
}

.auth-btn {
  position: absolute;
  left: 704px;
  width: 512px;
  height: 48px;
  border-radius: 155px;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-ubuntu);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-text);
  text-decoration: none;
}

.auth-btn--vk {
  top: 727px;
}

.auth-btn--yandex {
  top: 783px;
}

.auth-btn__icon {
  position: absolute;
  left: 174px;
  top: 13px;
  width: 22px;
  height: 22px;
}

.auth-btn__label {
  position: absolute;
  left: 218px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.legal {
  position: absolute;
  left: 486px;
  top: 893px;
  width: 948px;
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: var(--color-text-muted);
}

.legal a {
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: none;
}

.legal a:hover {
  text-decoration: underline;
}

html[data-layout="mobile"] .page {
  width: 440px;
  height: 956px;
  overflow: visible;
}

html[data-layout="mobile"] .hero {
  left: 0;
  top: 0;
  width: 440px;
  height: 505px;
  transform: scale(var(--design-boost, 1));
  transform-origin: top center;
  overflow: hidden;
}

html[data-layout="mobile"] .hero__composite {
  display: none;
}

html[data-layout="mobile"] .hero__brand {
  display: block;
  position: absolute;
  left: 50%;
  top: 133.5px;
  z-index: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 72px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-text);
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
}

html[data-layout="mobile"] .hero__cover {
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

html[data-layout="mobile"] .hero__cover img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

html[data-layout="mobile"] .hero__cover--1 {
  left: 179.73px;
  top: 110px;
  width: 376.174px;
  height: 394.243px;
  border-radius: 49.28px;
}

html[data-layout="mobile"] .hero__cover--1 img {
  left: 8.99%;
  top: -5.37%;
  width: 82.38%;
  height: 104.29%;
}

html[data-layout="mobile"] .hero__cover--2 {
  left: -100px;
  top: 125.16px;
  width: 362.395px;
  height: 379.802px;
  border-radius: 47.475px;
}

html[data-layout="mobile"] .hero__cover--2 img {
  left: 7.15%;
  top: -9.12%;
  width: 86.19%;
  height: 109.11%;
}

html[data-layout="mobile"] .hero__cover--3 {
  left: 8.86px;
  top: 191.3px;
  width: 315.545px;
  height: 330.702px;
  border-radius: 41.338px;
}

html[data-layout="mobile"] .hero__cover--3 img {
  left: 4.09%;
  top: -15.44%;
  width: 92.14%;
  height: 116.64%;
}

html[data-layout="mobile"] .hero__cover--4 {
  left: 183.86px;
  top: 165.12px;
  width: 209.445px;
  height: 296.625px;
  border-radius: 27.299px;
  z-index: 2;
}

html[data-layout="mobile"] .hero__cover--4 img {
  left: -30.66%;
  top: -3.73%;
  width: 153.12%;
  height: 108.11%;
}

html[data-layout="mobile"] .prompt {
  font-size: 28px;
  transform: translate(-50%, -50%) scale(var(--fit-bottom-scale, 1));
}

html[data-layout="mobile"] .prompt--1 {
  top: var(--fit-prompt1-top, 600px);
}

html[data-layout="mobile"] .prompt--2 {
  top: var(--fit-prompt2-top, 634px);
}

html[data-layout="mobile"] .auth-btn {
  left: 22px;
  width: 396px;
  transform: scale(var(--fit-bottom-scale, 1));
  transform-origin: top center;
}

html[data-layout="mobile"] .auth-btn--vk {
  top: var(--fit-vk-top, 702px);
}

html[data-layout="mobile"] .auth-btn--yandex {
  top: var(--fit-yandex-top, 758px);
}

html[data-layout="mobile"] .auth-btn__icon {
  left: 104px;
  top: 13px;
}

html[data-layout="mobile"] .auth-btn__label {
  left: 148px;
}

html[data-layout="mobile"] .legal {
  left: 38px;
  top: var(--fit-legal-top, 834px);
  width: 364px;
  font-size: 16px;
  transform: scale(var(--fit-bottom-scale, 1));
  transform-origin: top center;
}
