:root {
  --font-ui: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-brand: "Cormorant Garamond", Georgia, serif;
  --font-mono: "SFMono-Regular", "JetBrains Mono", ui-monospace, monospace;
  --font-family: var(--font-ui);
  --second-family: var(--font-ui);
  --third-family: var(--font-ui);
  --content-width: 164rem;
  --container-offset: 1.6rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --cvet-kartochek: rgba(236, 183, 76, 0.16);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw;
  background-color: #1b1b1b;
}
@media (max-width: 600px) {
  .page {
    font-size: 2.5641025641vw;
  }
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  color: #fff;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

section:last-child {
  margin-bottom: 6rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.9rem 3.2rem;
  line-height: 1;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(236, 183, 76, 0.11);
  border: 1px solid #ecb74c;
  border-radius: 1rem;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: rgba(236, 183, 76, 0.2);
  }
}
@media (max-width: 600px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn--accent {
  border-color: rgba(236, 183, 76, 0.19);
  background-color: rgba(236, 183, 76, 0.51);
}
@media (any-hover: hover) {
  .btn--accent:hover {
    background-color: rgba(236, 183, 76, 0.6);
  }
}
.btn:active {
  background-color: rgba(236, 183, 76, 0.8);
}

.title1 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 120%;
  color: #f4c057;
}
@media (max-width: 600px) {
  .title1 {
    font-size: 2.4rem;
  }
}

.subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 1.8rem;
  }
}

.subtitle1 {
  margin: 0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 600px) {
  .subtitle1 {
    font-size: 1.4rem;
  }
}

.desc1 {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 600px) {
  .desc1 {
    font-size: 1.4rem;
  }
}
.desc1 span {
  color: #f4c057;
}

.desc2 {
  margin: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 600px) {
  .desc2 {
    font-size: 1.4rem;
  }
}

.text-accent {
  color: #f4c057;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1.6rem 0;
  border-bottom: 1px solid #ecb74c;
  background-color: #1b1b1b;
}
.header__logo {
  display: block;
  width: 18rem;
  height: 4.2rem;
}
@media (max-width: 600px) {
  .header__logo {
    width: 13.6rem;
    height: 3.2rem;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 600px) {
  .header__nav, .header__tel {
    display: none;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__account {
  min-width: 14rem;
}
@media (max-width: 1180px) {
  .header__actions {
    gap: 0.8rem;
  }
  .header__account, .header__tel {
    padding: 1.7rem 2.2rem;
    font-size: 1.6rem;
  }
  .nav ul {
    gap: 4.8rem;
  }
}
@media (max-width: 960px) {
  .nav ul {
    gap: 3.2rem;
  }
  .header__account, .header__tel {
    padding: 1.5rem 1.8rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .header__actions {
    gap: 1rem;
    margin-left: auto;
  }
  .header__account {
    min-width: 0;
    min-height: 5.2rem;
    padding: 0 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
  }
}

.header .burger {
  display: none;
}
@media (max-width: 600px) {
  .header .burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .burger {
    width: 5.2rem;
    height: 5.2rem;
    border: 1px solid rgba(236, 183, 76, 0.24);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.03);
  }
  .burger::before, .burger::after, .burger__line {
    left: 1.6rem;
    width: 2rem;
  }
  .burger::before {
    top: 1.8rem;
  }
  .burger::after {
    top: 3.3rem;
  }
  .burger__line {
    top: 2.55rem;
  }
}
@media (max-width: 600px) {
  .burger--active::before, .burger--active::after {
    top: 50%;
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.2rem;
}
.nav ul li {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav ul li a {
  color: inherit;
}
@media (any-hover: hover) {
  .nav ul li:hover {
    color: #ecb74c;
  }
}

.burger {
  --burger-width: 2rem;
  --burger-height: 1.4rem;
  --burger-line-height: 1px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #000;
  background-color: transparent;
  cursor: pointer;
  color: #ecb74c;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger.burger--active {
  position: relative;
  z-index: 210;
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu--active {
  opacity: 1;
  pointer-events: auto;
}
.menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.menu__inner {
  position: absolute;
  inset: 0;
  background-color: #1b1b1b;
  padding: 2rem 1.6rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu__panel {
  width: 100%;
  max-width: 36rem;
  min-height: 100%;
  padding: 2.4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.4rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
  -webkit-box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.36);
  box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.36);
}
.menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
}
.menu__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__brand img {
  display: block;
  width: 12.8rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.menu__brand-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.menu__brand-copy strong {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  color: #ecb74c;
}
.menu__brand-copy span {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.58);
}
.menu__caption {
  margin: 0;
  font-size: 1.3rem;
  line-height: 155%;
  color: rgba(255, 255, 255, 0.62);
}
.menu__label {
  position: absolute;
  left: 1.6rem;
  top: 0.8rem;
  font-family: var(--third-family);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
}
.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
}
.menu__item--account {
  margin-top: 1.2rem;
}
.menu__account {
  width: 100%;
  min-height: 5.2rem;
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  padding: 0 1.6rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1;
  color: #dadada;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #ecb74c;
    border-color: rgba(236, 183, 76, 0.18);
    background: rgba(236, 183, 76, 0.07);
    -webkit-transform: translateX(0.2rem);
    -ms-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
}
.menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
}
.menu__cta {
  width: 100%;
}
.menu__contact {
  padding: 1.8rem 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(236, 183, 76, 0.12);
  background: rgba(236, 183, 76, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.menu__contact-label {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.menu__tel,
.menu__email {
  color: #fff;
  text-decoration: none;
}
.menu__tel {
  font-family: var(--second-family);
  font-size: 1.8rem;
}
.menu__email {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.72);
}
.menu__doc-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 4rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .menu__doc-link:hover {
    color: #ecb74c;
    border-color: rgba(236, 183, 76, 0.22);
    background: rgba(236, 183, 76, 0.08);
  }
}

.hero {
  --offset-top: 7.2rem;
  padding-top: var(--offset-top);
  padding-bottom: var(--offset-top);
  position: relative;
  padding-top: 42.6rem;
}
@media (max-width: 600px) {
  .hero {
    --offset-top: 3.2rem;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-top: 40vh;
  }
}
.hero__img {
  position: absolute;
  height: 62rem;
  width: 100%;
  top: var(--offset-top);
  border-radius: 2rem;
  overflow: hidden;
  background-color: #151515;
}
.hero__img picture,
.about__img picture,
.elevators__img picture,
.ready__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .hero__img {
    border-radius: 0.5rem;
  }
}
.hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.79;
  -o-object-position: center;
  object-position: center;
}
.hero__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #1b1b1b), to(transparent));
  background: linear-gradient(to top, #1b1b1b 40%, transparent);
}
.hero__title {
  font-family: var(--font-family);
  font-size: 7.2rem;
  color: #fff;
  margin-bottom: 2.4rem;
}
@media (max-width: 600px) {
  .hero__title {
    font-size: 2.4rem;
  }
}
.hero__desc {
  max-width: 99.5rem;
}
.hero__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.hero__desc p {
  margin: 0;
}
.hero__desc p:not(:last-child) {
  margin-bottom: 0.8rem;
}
.hero__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}
.hero__container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 600px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.hero__subtitle {
  margin-bottom: 1.4rem;
}
.hero__under {
  max-width: 30rem;
  font-size: 2rem;
  line-height: 145%;
}
.hero__note {
  margin-top: 1.6rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
}
.hero__block {
  width: 100%;
  max-width: 48rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(236, 183, 76, 0.24);
  border-radius: 1.6rem;
  padding: 3.6rem 3.2rem;
  min-height: auto;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.9) 0%, rgba(27, 27, 27, 0.82) 100%);
  -webkit-box-shadow: 0 2.8rem 6rem rgba(0, 0, 0, 0.32);
  box-shadow: 0 2.8rem 6rem rgba(0, 0, 0, 0.32);
}
.hero__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.4rem;
  bottom: 2.4rem;
  width: 0.3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ecb74c 0%, rgba(236, 183, 76, 0.1) 100%);
}
@media (max-width: 600px) {
  .hero__subtitle {
    margin-bottom: 1.2rem;
  }
  .hero__under {
    max-width: none;
    font-size: 1.8rem;
  }
  .hero__note {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
  .hero__block {
    max-width: 100%;
    padding: 2.6rem 2.4rem;
    border-radius: 1.2rem;
  }
}

.about {
  position: relative;
  padding: 9rem 0 10rem;
}
@media (max-width: 600px) {
  .about {
    padding: 8rem 0;
  }
}
.about__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(32rem, 51rem);
  gap: 4rem;
  align-items: end;
  margin-bottom: 6.4rem;
}
@media (max-width: 600px) {
  .about__intro {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.about__img {
  height: 30rem;
  position: relative;
  margin: 0;
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: #151515;
  border: 1px solid rgba(236, 183, 76, 0.12);
  -webkit-box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.22);
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.22);
}
@media (max-width: 600px) {
  .about__img {
    height: 22rem;
    border-radius: 1rem;
  }
}
.about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.about__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(27, 27, 27, 0.08) 0%, rgba(27, 27, 27, 0.48) 100%);
}
.about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.4rem;
  margin: 0;
}
@media (max-width: 600px) {
  .about__header {
    gap: 1.6rem;
    text-align: left;
  }
}
.about__desc {
  max-width: 64rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 600px) {
  .about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}

.ab-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 28rem;
  position: relative;
  padding: 4rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  .ab-card {
    min-height: 22rem;
    padding: 2.4rem;
  }
}
.ab-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ab-card__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.12) 0%, rgba(16, 16, 16, 0.72) 100%);
}
.ab-card__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ab-card__title {
  margin: 0;
  margin-bottom: 1.6rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .ab-card__title {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
}

.gamers {
  padding: 9rem 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .gamers {
    padding: 8rem 0;
  }
}
.gamers__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 600px) {
  .gamers__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    gap: 2rem;
  }
}
.gamers__title {
  max-width: 79rem;
}
.gamers__text {
  max-width: 58rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gamers__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .gamers__text {
    max-width: none;
    margin: 0;
  }
  .gamers__intro {
    gap: 1.4rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.gamers__subtitle {
  margin: 0;
  font-weight: 400;
}
@media (max-width: 600px) {
  .gamers__subtitle {
    font-size: 1.6rem;
    max-width: none;
  }
}
.gamers__btn {
  margin-top: 0.8rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 600px) {
  .gamers__btn {
    width: 100%;
  }
}
.gamers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.gamers__items:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media (max-width: 600px) {
  .gamers__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gamers__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g-item {
  height: 100%;
  padding: 4rem 3rem 3.6rem;
  border: 1px solid rgba(236, 183, 76, 0.12);
  border-radius: 1.6rem;
  backdrop-filter: blur(36px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
}
@media (max-width: 600px) {
  .g-item {
    text-align: left;
    padding: 3rem 2.4rem;
  }
}
.g-item__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 600px) {
  .g-item__title {
    margin-bottom: 0.4rem;
  }
}
.g-item:first-child {
  border-right: 1px solid rgba(244, 192, 87, 0.69);
}
@media (max-width: 600px) {
  .g-item:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(244, 192, 87, 0.69);
  }
}
.g-item:last-child {
  border-left: 1px solid rgba(244, 192, 87, 0.69);
}
@media (max-width: 600px) {
  .g-item:last-child {
    border-left: none;
    border-top: 1px solid rgba(244, 192, 87, 0.69);
  }
}

.elevators {
  padding: 10rem 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .elevators {
    padding: 8rem 0;
  }
}
.elevators__img {
  height: 40.8rem;
  position: relative;
  margin-bottom: 5.8rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #151515;
}
@media (max-width: 600px) {
  .elevators__img {
    height: 23rem;
    border-radius: 0.5rem;
    margin-bottom: 3.5rem;
  }
}
.elevators__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.elevators__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #1b1b1b), to(transparent));
  background-image: linear-gradient(to top, #1b1b1b 10%, transparent 100%);
}
.elevators__text {
  font-family: var(--second-family);
  font-weight: 400;
}
@media (max-width: 600px) {
  .elevators__text {
    font-size: 1.8rem;
    text-align: center;
  }
}

.benefits {
  padding: 10rem 0;
}
@media (max-width: 600px) {
  .benefits {
    padding: 8rem 0;
  }
}
.benefits__title {
  margin-bottom: 7.2rem;
}
@media (max-width: 600px) {
  .benefits__title {
    margin-bottom: 4.8rem;
    max-width: 24rem;
  }
}
.benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .benefits__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2.4rem;
  }
}
@media (max-width: 600px) {
  .benefits__slider,
  .working__slider {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}
.benefits__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 600px) {
  .benefits__item,
  .working__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}

.ben-item {
  padding: 4rem 3.2rem;
  backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  min-height: 41rem;
}
@media (max-width: 600px) {
  .ben-item {
    min-height: 30rem;
    padding: 3.2rem 2.4rem;
  }
}
.ben-item__title {
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .ben-item__title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 600px) {
  .ben-item__text {
    max-width: 23rem;
  }
}
.ben-item__icon {
  width: 4.8rem;
  height: 4.8rem;
  color: #fff;
}
@media (max-width: 600px) {
  .ben-item__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.ben-item__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.steps {
  padding: 10rem 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .steps {
    padding: 8rem 0;
  }
}
.steps__title {
  margin-bottom: 7.2rem;
}
@media (max-width: 600px) {
  .steps__title {
    margin-bottom: 4.8rem;
  }
}
.steps__slider {
  padding: 0;
  min-width: 0;
  max-width: var(--content-width);
  min-height: unset;
  display: block;
  margin-bottom: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  cursor: default;
}
@media (max-width: 600px) {
  .steps__slider {
    padding: 0 var(--container-offset);
    min-height: unset;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .steps__title::after {
    content: "Прокрутите вправо";
    display: block;
    margin-top: 1.6rem;
    font-family: var(--font-family);
    font-size: 1.6rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.57);
  }
  .steps__slider {
    max-width: none;
    padding: 0 var(--container-offset) 1.2rem;
    margin-left: calc(-1 * var(--container-offset));
    margin-right: calc(-1 * var(--container-offset));
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(236, 183, 76, 0.55) transparent;
    cursor: grab;
  }
  .steps__slider::-webkit-scrollbar {
    height: 0.6rem;
  }
  .steps__slider::-webkit-scrollbar-track {
    background: transparent;
  }
  .steps__slider::-webkit-scrollbar-thumb {
    background: rgba(236, 183, 76, 0.55);
    border-radius: 999px;
  }
}
.steps__slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.steps__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  .steps__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 3.2rem;
  }
}
.steps__slider .swiper-slide {
  width: 100%;
  min-width: 0;
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .steps__slider {
    scroll-snap-type: x proximity;
  }
  .steps__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: calc(100% + var(--container-offset));
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .steps__slider .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(240px, 21vw, 300px);
    flex: 0 0 clamp(240px, 21vw, 300px);
    scroll-snap-align: start;
  }
}
@media (min-width: 601px) {
  .steps__slider .swiper-slide.swiper-slide-active .steps__step {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .steps__slider .swiper-slide.swiper-slide-active .steps__fig,
  .steps__slider .swiper-slide.swiper-slide-active .steps__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .steps__slider .swiper-slide.swiper-slide-active .steps__un,
  .steps__slider .swiper-slide.swiper-slide-active .steps__desc {
    font-size: inherit;
  }
}
.steps__slider .swiper-slide.swiper-slide-active {
  z-index: 5;
}
.steps__slider .swiper-slide.swiper-slide-active .steps__step {
  -webkit-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35);
  background-color: var(--cvet-kartochek);
}
.steps__slider .swiper-slide.swiper-slide-active .steps__fig {
  color: #fff;
  font-size: 12rem;
  -webkit-transform: scale(0.74);
  -ms-transform: scale(0.74);
  transform: scale(0.74);
  margin-left: -6rem;
  margin-top: -4rem;
}
.steps__slider .swiper-slide.swiper-slide-active .steps__content {
  -webkit-transform: scale(0.74);
  -ms-transform: scale(0.74);
  transform: scale(0.74);
  margin-left: -6rem;
  margin-bottom: -3rem;
}
.steps__slider .swiper-slide.swiper-slide-active .steps__un {
  font-size: 4.3rem;
}
.steps__slider .swiper-slide.swiper-slide-active .steps__desc {
  font-size: 2.1rem;
}
.steps__step {
  width: 100%;
  min-height: 32rem;
  height: 100%;
  backdrop-filter: blur(100px);
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 4rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease-in, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease-in, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease-in, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease-in, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .steps__step {
    padding: 3.2rem 2.4rem;
    width: 100%;
    min-height: 35rem;
    height: auto;
  }
}
.steps__step.active {
  background-color: var(--cvet-kartochek);
}
.steps__step.active .steps__fig {
  color: #fff;
}
.steps__fig {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in, font-size 0.3s ease;
  transition: color 0.3s ease-in, font-size 0.3s ease;
}
@media (max-width: 600px) {
  .steps__fig {
    font-size: 7.2rem;
  }
}
.steps__content {
  min-width: 0;
}
.steps__un {
  margin-bottom: 1.6rem;
  max-width: 100%;
  font-size: 2.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-transition: color 0.3s ease-in, font-size 0.3s ease;
  transition: color 0.3s ease-in, font-size 0.3s ease;
}
@media (max-width: 600px) {
  .steps__un {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.steps__desc {
  max-width: 100%;
  -webkit-transition: color 0.3s ease-in, font-size 0.3s ease;
  transition: color 0.3s ease-in, font-size 0.3s ease;
}
.steps__extra {
  margin-top: 2.4rem;
  color: rgba(255, 255, 255, 0.57);
}
.steps__btn {
  min-width: 28.4rem;
}

.working {
  padding: 10rem 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .working {
    padding: 8rem 0;
  }
}
.working__title {
  margin-bottom: 7.2rem;
}
@media (max-width: 600px) {
  .working__title {
    margin-bottom: 4.8rem;
  }
}
.working__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .working__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2.4rem;
  }
}
.working__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 600px) {
  .working__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100vw - (var(--container-offset) * 2));
    flex: 0 0 calc(100vw - (var(--container-offset) * 2));
    max-width: calc(100vw - (var(--container-offset) * 2));
    min-width: 0;
  }
}

.w-item {
  backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
.w-item__img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  height: 32rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  .w-item__img {
    height: 21.3rem;
  }
}
.w-item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.w-item__content {
  padding: 3.2rem 1.6rem;
}
@media (max-width: 600px) {
  .w-item__content {
    padding: 2.4rem 1.6rem;
  }
}
.w-item__title {
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .w-item__title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.w-item__desc {
  font-weight: 400;
  max-width: 31rem;
  margin-bottom: 2.4rem;
}
.w-item__cond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  max-width: 40rem;
  margin-bottom: 2.4rem;
}
.w-item__cond p {
  margin: 0;
}
@media (max-width: 600px) {
  .w-item__cond {
    font-size: 1.8rem;
  }
}
.w-item__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 4rem;
  border: 1px solid #2acc3d;
  border-radius: 10rem;
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  .w-item__status {
    padding: 0.75rem 3.25rem;
  }
}
.w-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.testi {
  padding: 10rem 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .testi {
    padding: 8rem 0;
  }
}
.testi__title {
  margin-bottom: 7.2rem;
}
@media (max-width: 600px) {
  .testi__title {
    margin-bottom: 1.6rem;
  }
}
.testi__hint {
  display: none;
}
@media (max-width: 600px) {
  .testi__hint {
    display: block;
    max-width: 32rem;
    margin-bottom: 3.2rem;
    color: rgba(255, 255, 255, 0.72);
  }
  .testi__slider {
    margin: 0 calc(-1 * var(--container-offset));
    padding: 0 var(--container-offset) 2.8rem;
    overflow: visible;
    position: relative;
  }
  .testi__slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2.8rem;
    width: 5.6rem;
    background: -webkit-gradient(linear, right top, left top, from(#1b1b1b), to(rgba(27, 27, 27, 0)));
    background: linear-gradient(270deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
    pointer-events: none;
  }
}
.testi__slider .swiper-slide {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 600px) {
  .testi__slider .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100vw - 6.4rem);
    flex: 0 0 calc(100vw - 6.4rem);
    width: calc(100vw - 6.4rem);
    max-width: 33rem;
    height: auto;
    padding-right: 1.2rem;
  }
}
.testi__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .testi__slider .swiper-wrapper {
    gap: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.testimonial {
  padding: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(200px);
  background: rgba(255, 255, 255, 0.03);
  min-height: 33rem;
}
@media (max-width: 600px) {
  .testimonial {
    height: 100%;
    min-height: 26rem;
    padding: 2.4rem 2rem;
  }
}
.testimonial__date {
  display: block;
  margin-bottom: 5.6rem;
  color: #bababa;
  font-style: italic;
}
@media (max-width: 600px) {
  .testimonial__date {
    margin-bottom: 4.8rem;
  }
}
.testimonial__author:not(:last-child) {
  margin-bottom: 3.2rem;
}
.testimonial__name {
  margin: 0;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .testimonial__name {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.testimonial__prof {
  margin: 0;
  color: #ffb600;
}
.testimonial__desc {
  max-width: 35rem;
}
.testimonial__desc p {
  margin: 0;
}
.testimonial__desc p:not(:last-child) {
  margin-bottom: 1em;
}

.ready {
  padding: 10rem 0;
}
@media (max-width: 600px) {
  .ready {
    padding: 8rem 0;
  }
}
.ready__container {
  position: relative;
  padding: 6.4rem 0 7.2rem;
}
@media (max-width: 600px) {
  .ready__container {
    padding: 3.2rem 1.6rem 6rem;
  }
}
.ready__title {
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .ready__title {
    margin-bottom: 0.8rem;
  }
}
.ready__subtitle {
  margin-bottom: 4.8rem;
}
@media (max-width: 600px) {
  .ready__subtitle {
    margin-bottom: 3.2rem;
  }
}
.ready__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ready__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ready__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.56);
}
@media (max-width: 600px) {
  .ready__img::after {
    backdrop-filter: blur(5px);
  }
}
.ready__bottom {
  max-width: 59rem;
  margin: 0 auto;
}
.ready__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 600px) {
  .ready__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.ready__buttons > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ready__btn {
  white-space: nowrap;
  padding: 2rem;
}

.legal {
  padding: 10rem 0;
}
@media (max-width: 600px) {
  .legal {
    padding: 8rem 0;
  }
}
.legal__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3.2rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 600px) {
  .legal__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 3.2rem;
  }
}
.legal__copy {
  max-width: 88rem;
}
.legal__title {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .legal__title {
    margin-bottom: 1.2rem;
  }
}
.legal__subtitle {
  color: rgba(255, 255, 255, 0.78);
}
.legal__button {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .legal__button {
    width: 100%;
  }
}
.legal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .legal__grid {
    grid-template-columns: 1fr;
  }
}
.legal-card {
  min-height: 27rem;
  padding: 3.2rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(236, 183, 76, 0.16);
  background: radial-gradient(circle at top right, rgba(236, 183, 76, 0.12), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
@media (any-hover: hover) {
  .legal-card:hover {
    transform: translateY(-0.4rem);
    border-color: rgba(236, 183, 76, 0.4);
  }
}
@media (max-width: 600px) {
  .legal-card {
    min-height: auto;
    padding: 2.6rem 2.4rem;
    border-radius: 1.4rem;
  }
}
.legal-card__eyebrow {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.legal-card__title {
  margin: 0;
  max-width: 42rem;
}
.legal-card__desc {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.72);
}
.legal-card__footer {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--second-family);
  font-size: 1.8rem;
  color: #ecb74c;
}
.legal-card__footer::after {
  content: "→";
  line-height: 1;
}
.legal__note {
  margin-top: 2.8rem;
  max-width: 72rem;
  color: rgba(255, 255, 255, 0.64);
}
.legal__note a {
  color: #ecb74c;
}

.faq {
  padding: 10rem 0;
}
@media (max-width: 600px) {
  .faq {
    padding: 8rem 0;
  }
}
.faq__title {
  margin-bottom: 7.2rem;
}
@media (max-width: 600px) {
  .faq__title {
    margin-bottom: 4.8rem;
  }
}

.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 4.2rem 3.2rem;
}
@media (max-width: 600px) {
  .faq-item {
    padding: 2.4rem 1.6rem;
  }
}
.faq-item:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media (max-width: 600px) {
  .faq-item:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.faq-item__header {
  width: 100%;
}
.faq-item__heading {
  margin: 0;
}
.faq-item__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  color: inherit;
  text-align: left;
}
@media (max-width: 600px) {
  .faq-item__trigger {
    min-height: 5.2rem;
    padding: 0.4rem 0;
  }
}
.faq-item__trigger:focus-visible {
  outline: 2px solid rgba(236, 183, 76, 0.9);
  outline-offset: 0.8rem;
  border-radius: 1rem;
}
@media (max-width: 600px) {
  .faq-item__question {
    font-size: 1.6rem;
  }
}
.faq-item__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ffb600;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.faq-item__btn svg {
  width: 1rem;
  height: 1.8rem;
  stroke: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-item__body {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}
.faq-item__desc {
  padding-top: 2.4rem;
}
.faq-item__desc p {
  margin: 0;
}
.faq-item__desc p:not(:last-child) {
  margin-bottom: 1em;
}
.faq-item--open .faq-item__btn {
  background-color: rgba(236, 183, 76, 0.16);
  border-color: rgba(236, 183, 76, 0.9);
}
.faq-item--open .faq-item__btn svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer {
  padding: 4.8rem 0 5.6rem;
  border-top: 1px solid rgba(236, 183, 76, 0.28);
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 34rem) minmax(0, 1fr) minmax(24rem, 29rem);
  gap: 6rem;
  margin-bottom: 0;
  align-items: start;
}
@media (max-width: 600px) {
  .footer__top {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 2.8rem;
  }
}
.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
.footer__text {
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.68);
}
.footer__copy {
  color: rgba(255, 255, 255, 0.52);
}
@media (max-width: 600px) {
  .footer__link {
    font-size: 1.8rem;
    min-height: 4.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6rem 0;
  }
}
.footer__logo {
  display: block;
  width: 18rem;
  height: 4.2rem;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 13.6rem;
    height: 3.2rem;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__logo--mob {
  display: none;
}
@media (max-width: 600px) {
  .footer__logo--mob {
    display: block;
    width: 13.6rem;
    height: 3.2rem;
  }
}
.footer__logo--mob img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__row:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .footer__row:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.footer__policy {
  display: inline-flex;
  align-items: center;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
@media (max-width: 600px) {
  .footer__policy {
    min-height: 4.4rem;
    padding: 0.4rem 0;
  }
}
@media (any-hover: hover) {
  .footer__policy:hover {
    color: #ecb74c;
  }
}
@media (max-width: 600px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
  }
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem 4rem;
}
@media (max-width: 600px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.footer-nav ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer-nav ul li a {
  color: currentColor;
}
@media (any-hover: hover) {
  .footer-nav ul li:hover {
    color: #ecb74c;
  }
}

.footer__caption {
  margin: 0 0 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.48);
}
.address {
  margin: 0;
  font-style: normal;
  padding: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.02);
}
@media (max-width: 600px) {
  .address {
    padding: 2rem;
  }
}
.address__row {
  margin-bottom: 0;
}
.address__row:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer__contact-note {
  color: rgba(255, 255, 255, 0.66);
}
.footer__doc-link {
  display: inline-flex;
  align-items: center;
  min-height: 4.4rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(236, 183, 76, 0.22);
  background: rgba(236, 183, 76, 0.08);
  font-family: var(--second-family);
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .footer__doc-link:hover {
    color: #ecb74c;
    border-color: rgba(236, 183, 76, 0.4);
    background: rgba(236, 183, 76, 0.12);
  }
}
.footer__meta {
  margin-top: 3.2rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.8rem;
  color: #d7d0c4;
}
.footer__meta-item {
  margin: 0;
}
.footer__meta-item strong {
  color: #fff;
}
.address__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 600px) {
  .address__socials {
    gap: 2.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.address__socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #89670e;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .address__socials li {
    width: 3.2rem;
  }
}
.address__socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.address__socials li img {
  width: 50%;
  height: 50%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (any-hover: hover) {
  .address__socials li:hover {
    background-color: #b48713;
  }
}

.benefits__heading-panel {
  max-width: 106rem;
  margin: 0 auto 4.8rem;
}

.benefits__panel-title {
  margin: 0 0 1.6rem;
}

.benefits__panel-subtitle {
  max-width: 82rem;
  margin: 0 auto;
}

.benefits__items--terms,
.deal-flow__cards {
  gap: 2rem;
}

.ben-item--compact {
  min-height: 24rem;
}

.ben-item--flow {
  min-height: 28rem;
}

.ben-item__icon--flow svg {
  fill: none;
  stroke: currentColor;
}

@media (min-width: 601px) {
  .header__actions {
    gap: clamp(0.8rem, 0.5vw, 1.2rem);
  }

  .header__account,
  .header__tel {
    padding: clamp(1.5rem, 0.18vw + 1.33rem, 1.9rem) clamp(1.8rem, 0.95vw + 0.9rem, 3.2rem);
    font-size: clamp(1.5rem, 0.16vw + 1.35rem, 1.8rem);
  }

  .nav ul {
    gap: clamp(3.2rem, 3.4vw, 7.2rem);
  }
}

@media (min-width: 1024px) and (max-width: 1360px) {
  .steps__title::after {
    content: none;
  }

  .steps__slider {
    max-width: var(--content-width);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    scrollbar-width: auto;
    cursor: default;
  }

  .steps__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    gap: clamp(1.4rem, 1.2vw, 2.4rem);
  }

  .steps__slider .swiper-slide {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .header {
    padding: 1rem 0;
  }

  .header__actions {
    gap: 0.8rem;
  }

  .header__account {
    min-height: 4.8rem;
    padding: 0 1.6rem;
    font-size: 1.3rem;
  }

  .burger {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1.2rem;
  }

  .burger::before,
  .burger::after,
  .burger__line {
    left: 1.4rem;
  }

  .burger::before {
    top: 1.65rem;
  }

  .burger::after {
    top: 3.05rem;
  }

  .burger__line {
    top: 2.35rem;
  }

  .hero {
    padding-top: 29rem;
    padding-bottom: 7.2rem;
  }

  .hero__img {
    height: 38rem;
  }

  .hero__img img {
    object-position: center 32%;
  }

  .hero__container {
    gap: 2.4rem;
  }

  .hero__desc:not(:last-child) {
    margin-bottom: 3.2rem;
  }

  .hero__buttons {
    gap: 1.2rem;
  }

  .hero__block {
    min-height: auto;
    padding: 2.6rem 2rem;
  }

  .about__items,
  .benefits__items--terms,
  .deal-flow__cards,
  .working__items {
    gap: 1.6rem;
  }

  .ab-card {
    min-height: 20rem;
  }

  .g-item {
    padding: 2.6rem 2.2rem;
  }

  .elevators__img {
    margin-bottom: 2.8rem;
  }

  .elevators__text {
    font-size: 1.6rem;
  }

  .benefits__heading-panel {
    margin-bottom: 2.8rem;
  }

  .benefits__panel-title {
    margin-bottom: 1rem;
  }

  .benefits__panel-subtitle {
    max-width: none;
    font-size: 1.4rem;
  }

  .ben-item--compact,
  .ben-item--flow {
    min-height: auto;
    padding: 2.4rem 2rem;
    gap: 1.6rem;
  }

  .ben-item--compact .ben-item__title {
    margin-bottom: 0.8rem;
  }

  .ben-item__icon--flow {
    width: 4rem;
    height: 4rem;
  }

  .steps__step {
    min-height: 24rem;
    padding: 2.8rem 2.2rem;
  }

  .steps__fig {
    font-size: 5.8rem;
  }

  .steps__extra {
    margin-top: 1.6rem;
  }

  .deal-flow__heading {
    margin-bottom: 2.8rem;
  }

  .w-item__content,
  .testimonial,
  .legal-card {
    padding: 2.4rem 2rem;
  }

  .ready__container {
    padding: 3.2rem 1.6rem 5.2rem;
  }
}
/*# sourceMappingURL=main.css.map */

/* Strict B2B typography layer for the public landing surface. */
.page,
.page__body,
.page input,
.page textarea,
.page select,
.page button {
  font-family: var(--font-ui) !important;
  font-variant-numeric: tabular-nums;
}

.btn,
.header__nav a,
.header__account,
.menu__link,
.menu__cta,
.faq-item__btn,
.font-serif {
  font-family: var(--font-ui) !important;
}

.brand-type {
  font-family: var(--font-brand) !important;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.title1,
.hero__title,
.about__title,
.gamers__title,
.benefits__title,
.steps__title,
.working__title,
.testi__title,
.ready__title,
.legal__title,
.faq__title {
  font-family: var(--font-display) !important;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.btn,
.header__nav a,
.header__account,
.menu__link,
.menu__cta,
.faq-item__btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.subtitle,
.subtitle1,
.hero__subtitle,
.ab-card__descr,
.gamers__subtitle,
.benefits__panel-subtitle,
.legal__subtitle,
.ready__subtitle,
.faq-item__content,
.testimonial__text {
  line-height: 1.55;
}

.steps__fig,
.metric-value,
[data-money],
.amount {
  font-family: var(--font-ui) !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  letter-spacing: 0 !important;
}

/* Landing restore: keep the original public-page type rhythm instead of the shared app override. */
.title1,
.about__title,
.gamers__title,
.benefits__title,
.steps__title,
.working__title,
.testi__title,
.ready__title,
.legal__title,
.faq__title {
  font-family: var(--font-brand) !important;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.04;
}

.hero__title {
  font-family: var(--font-display) !important;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.03;
}

.nav ul {
  gap: clamp(2.4rem, 3vw, 5.2rem);
  flex-wrap: nowrap;
}

.nav ul li {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.08;
}

.header__nav a,
.header__account,
.menu__link,
.menu__cta {
  white-space: nowrap;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
}

.header__account {
  min-width: auto;
  padding-inline: 2.8rem;
}

.hero .btn,
.ready__btn,
.w-item__btn,
.steps__btn {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 1280px) {
  .nav ul {
    gap: 3.2rem;
  }

  .nav ul li,
  .header__nav a,
  .header__account {
    font-size: 1.55rem;
  }

  .header__account {
    padding-inline: 2.2rem;
  }
}

@media (max-width: 600px) {
  .hero__title {
    letter-spacing: -0.02em;
    line-height: 1.08;
  }

  .title1,
  .about__title,
  .gamers__title,
  .benefits__title,
  .steps__title,
  .working__title,
  .testi__title,
  .ready__title,
  .legal__title,
  .faq__title {
    line-height: 1.08;
  }
}

[class*="caption"],
[class*="eyebrow"],
[class*="label"],
.steps__step::after {
  letter-spacing: 0.08em !important;
}
