:root {
  --font-family: "Inter", sans-serif;
  --second-family: "JejuMyeongjo", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --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;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "JejuMyeongjo";
  src: url("../fonts/JejuMyeongjo.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
*,
*::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;
    padding: 1.2rem 1.6rem;
    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;
  }
}

.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-top: 2rem;
  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;
}
.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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
}
.menu__item--account {
  margin-top: 0.8rem;
}
.menu__account {
  min-width: 18rem;
}
.menu__link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #dadada;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #ecb74c;
  }
}

.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%;
  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__un {
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  -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;
  }
}
.steps__desc {
  max-width: 39rem;
  -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: 4.8rem;
  }
}
@media (max-width: 600px) {
  .testi__slider {
    margin: 0 calc(-1 * var(--container-offset));
    padding: 0 var(--container-offset);
  }
}
.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: 1;
    -ms-flex: 1 0 32rem;
    flex: 1 0 32rem;
    height: auto;
  }
}
.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;
  }
}

.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: 24.2rem;
    padding: 3.2rem 1.6rem;
  }
}
.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;
}

.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;
}
.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;
  }
}
.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 {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer-nav {
    gap: 2.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.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;
}
.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;
  }
}/*# sourceMappingURL=main.css.map */
