@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row_center {
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.row_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row_sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.row_gap {
  gap: 0.5rem;
}

.row_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container, .container_f {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.shake:hover {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
.flex {
  display: flex !important;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .row-1\@xs > * {
    width: 100%;
  }
  .row-1-2\@xs > * {
    width: 50%;
  }
  .row-1-3\@xs > * {
    width: 33.33%;
  }
  .row-1-4\@xs > * {
    width: 25%;
  }
  .row-1-5\@xs > * {
    width: 20%;
  }
  .row-1-6\@xs > * {
    width: 16.66%;
  }
  .col-1\@xs {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-1\@m {
    width: 100%;
  }
  .col-1-2\@m {
    width: 50%;
  }
  .col-1-3\@m {
    width: 33.33%;
  }
  .col-2-3\@m {
    width: 66.66%;
  }
  .col-1-4\@m {
    width: 25%;
  }
  .col-3-4\@m {
    width: 75%;
  }
  .col-1-5\@m {
    width: 20%;
  }
  .col-2-5\@m {
    width: 44%;
  }
  .col-3-5\@m {
    width: 56%;
  }
  .col-4-5\@m {
    width: 80%;
  }
  .row-1\@m > * {
    width: 100%;
  }
  .row-1-2\@m > * {
    width: 50%;
  }
  .row-1-3\@m > * {
    width: 33.33%;
  }
  .row-1-4\@m > * {
    width: 25%;
  }
  .row-1-5\@m > * {
    width: 20%;
  }
  .row-1-6\@m > * {
    width: 16.66%;
  }
}
@media (max-width: 767px) {
  .hide-s {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-m {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hide-l {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hide-xl {
    display: none !important;
  }
}

.show-s {
  display: none !important;
}
@media (max-width: 767px) {
  .show-s {
    display: block !important;
  }
}

.show-m {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-m {
    display: block !important;
  }
}

.show-l {
  display: none !important;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .show-l {
    display: block !important;
  }
}

.show-xl {
  display: none !important;
}
@media (min-width: 1440px) {
  .show-xl {
    display: block !important;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Roboto", "Arial", sans-serif;
  font-size: clamp(14px, 1vw + 0.5rem, 16px);
  line-height: 1.6;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(16px, 16px + (20 - 16) * (100vw - 320px) / (1200px - 320), 20px);
}

h1, h2, h3 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-family: "Steppe", sans-serif;
}

h1 {
  font-size: clamp(42px, 42px + (80 - 42) * (100vw - 320px) / (1400 - 320), 80px);
  line-height: 1;
}

h2 {
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 320px) / (1400 - 320), 40px);
  line-height: 1.1;
}
h2.title {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  h2.title {
    margin: 0px 0px 40px 0px;
  }
}

h3 {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 320px) / (1400 - 320), 24px);
  font-weight: 700;
}

.color-brand {
  color: #E68721;
}

button {
  border-radius: 999px;
  height: 56px;
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 320px) / (1400 - 320), 16px);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#2B2B2B), to(#171717));
  background: linear-gradient(to bottom right, #2B2B2B 0%, #171717 100%);
  color: #E68721;
}
button.brand {
  background: -webkit-gradient(linear, left top, right bottom, from(#E0A747), to(#C97121));
  background: linear-gradient(to bottom right, #E0A747 0%, #C97121 100%);
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 320px) / (1400 - 320), 18px);
  color: #fff;
}

p {
  color: #B7B7B7;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

a {
  color: #E68721;
}

.card-dark {
  background-color: #101010;
  border: 1px solid #3E3E3E;
  padding: 30px 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .card-dark h3 {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .card-dark {
    padding: 45px 45px;
  }
}

.divider {
  position: relative;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#E0A747), color-stop(#C97121), to(transparent));
  background: linear-gradient(to right, transparent, #E0A747, #C97121, transparent);
  margin: 0px;
  opacity: 0.9;
}

section {
  padding-block: clamp(60px, 60px + (100 - 60) * (100vw - 320px) / (1024 - 320), 100px);
}
section.first {
  padding: 40px 0px 0px;
}
@media (min-width: 768px) {
  section.first {
    padding: 80px 0px 0px;
  }
}

.image-wrapper-mori {
  position: relative;
  display: inline-block;
}
.image-wrapper-mori img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  margin: -20px auto 0px;
}
@media (min-width: 768px) {
  .image-wrapper-mori img {
    margin: -40px auto 0px;
  }
}
.image-wrapper-mori::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(215, 121, 37, 0.5) 0%, rgba(215, 121, 37, 0.1) 50%, transparent 100%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: -1;
}

.row_wrapper_mori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.row_wrapper_mori .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.row_wrapper_mori .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  text-align: center;
}
.row_wrapper_mori .item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.row_wrapper_mori .item2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.row_wrapper_mori .item3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  .row_wrapper_mori {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row_wrapper_mori .item1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row_wrapper_mori .item1 a {
    width: 100%;
  }
  .row_wrapper_mori .item2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row_wrapper_mori .item3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .row_wrapper_mori .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
}

.highlights .grid-block {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.highlights .grid-block .item {
  text-align: center;
  -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;
}
.highlights .grid-block .item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.highlights .grid-block .item img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .highlights .grid-block {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0px 40px;
  }
  .highlights .grid-block .item {
    padding: 20px;
  }
}
.highlights .card-dark {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .highlights .card-dark {
    margin-top: 60px;
  }
}

.advantages {
  background: #000;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  /* === десктоп с фиксированными отступами === */
}
.advantages .advantages__graphics {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
.advantages .advantages__graphics .label {
  text-align: center;
  width: auto;
}
.advantages .advantages__graphics .label-line {
  display: none;
}
@media (min-width: 768px) {
  .advantages {
    padding: 100px 0;
  }
  .advantages .label-line[data-for="1"] {
    top: 8%;
    left: 26%;
    width: 240px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .advantages .label-line[data-for="2"] {
    top: 20%;
    right: 12%;
    width: 120px;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .advantages .label-line[data-for="3"] {
    top: 42%;
    left: 14%;
    width: 270px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .advantages .label-line[data-for="4"] {
    bottom: 45%;
    right: 14%;
    width: 134px;
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  .advantages .label-line[data-for="5"] {
    bottom: 22%;
    left: 29%;
    width: 130px;
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  .advantages .label-line[data-for="6"] {
    bottom: 11%;
    right: 28%;
    width: 128px;
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
  .advantages .advantages__graphics {
    position: relative;
    height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    /* позиционирование подписей */
  }
  .advantages .advantages__graphics .bar {
    width: 70px;
    height: 300px;
    border-radius: 8px;
    background: #E68721;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .advantages .advantages__graphics .label {
    position: absolute;
    max-width: 180px;
    text-align: center;
    line-height: 1;
  }
  .advantages .advantages__graphics .label[data-for="1"] {
    top: 0%;
    left: 14%;
  }
  .advantages .advantages__graphics .label[data-for="2"] {
    top: 10%;
    right: 10%;
  }
  .advantages .advantages__graphics .label[data-for="3"] {
    top: 30%;
    left: 0%;
  }
  .advantages .advantages__graphics .label[data-for="4"] {
    bottom: 34%;
    right: 10%;
  }
  .advantages .advantages__graphics .label[data-for="5"] {
    bottom: 10%;
    left: 20%;
    max-width: 200px;
  }
  .advantages .advantages__graphics .label[data-for="6"] {
    bottom: 0%;
    right: 30%;
    max-width: 200px;
  }
  .advantages .advantages__graphics .label-line {
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 0;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .advantages {
    padding: 100px 0;
  }
  .advantages .label-line[data-for="1"] {
    top: 8%;
    left: 26%;
    width: 240px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .advantages .label-line[data-for="2"] {
    top: 20%;
    right: 12%;
    width: 120px;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .advantages .label-line[data-for="3"] {
    top: 42%;
    left: 14%;
    width: 270px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .advantages .label-line[data-for="4"] {
    bottom: 45%;
    right: 14%;
    width: 134px;
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  .advantages .label-line[data-for="5"] {
    bottom: 22%;
    left: 29%;
    width: 130px;
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  .advantages .label-line[data-for="6"] {
    bottom: 11%;
    right: 28%;
    width: 128px;
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
}

.instruction .card-dark-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .instruction .card-dark-gr {
    margin-top: 0px;
    gap: 30px;
  }
}
.instruction .card-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.instruction .card-dark .icon {
  width: 76px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .instruction .card-dark {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .instruction .card-dark .icon {
    margin-top: 0px;
  }
}

.buttons-app {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.buttons-app .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  width: 100%;
  height: 90px;
  font-size: 20px;
  border-radius: 20px;
  padding: 0px 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#E0A747), to(#C97121));
  background: linear-gradient(to bottom right, #E0A747 0%, #C97121 100%);
}
@media (min-width: 768px) {
  .buttons-app {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .buttons-app .button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}