/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Base (заменяет webflow.css) */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 1.35rem;
}

@media screen and (max-width: 1920px) {
  html { font-size: calc(0.00007284079084285411rem + 1.1110301768990636vw); }
}

@media screen and (max-width: 479px) {
  html { font-size: calc(0.0012019230769234612rem + 4.26153846153846vw); }
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

/* Бывшие w-* классы Webflow */
.navbar {
  z-index: 1000;
}

.btn_main,
.cta_btn {
  max-width: 100%;
  display: inline-block;
}

@font-face {
  font-family: KommunaNarrow;
  src: url('../fonts/KommunaNarrow1.10.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KommunaNormal;
  src: url('../fonts/KommunaNormal1.10.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KommunaUltraWide;
  src: url('../fonts/KommunaUltraWide1.10.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --black_opacity-30: #0000004d;
  --black_opaciity-45: #00000073;
  --span_blue: #0239ff;
  --corporate_color: #ff590c;
}

body {
  color: #333;
  font-family: KommunaNarrow, Impact, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  text-decoration: none;
}

.styles_global {
  display: none;
}

.logo-svg {
  height: 1.375rem;
}

.hero-link {
  color: #ff95ba;
  letter-spacing: .006125rem;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 105%;
  text-decoration: none;
}

.h1-hero {
  text-align: center;
  font-weight: 400;
}

.hero-bttns-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 20.1875rem;
  display: flex;
}

.hero-subtext {
  letter-spacing: .003125rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 105%;
}

.section-hero {
  width: 100%;
  overflow: hidden;
}

.secondary-btt-dash {
  z-index: 0;
  color: #ffffff3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-bttn {
  color: #002752;
  letter-spacing: .006125rem;
  text-transform: uppercase;
  background-color: #ff95ba;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 105%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-bttn.secondary-bttn {
  color: #ff95ba;
  background-color: #ff95ba00;
}

.noise {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.partner-logo {
  height: 1.5rem;
}

.partners-logos-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-wrapper {
  z-index: 1;
  /* Явный фон нужен для mix-blend-mode у .navbar.is-blend:
     с фоном body (канвасом) блендинг не работает. */
  background-color: #fff;
  position: relative;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 27.125rem;
  height: 32.5rem;
  display: flex;
}

.hero-heading-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-partners-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-main-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-an {
  letter-spacing: .006125rem;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 105%;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: .51rem;
  padding-right: .51rem;
}

.padding-global.hero-pads {
  padding-top: 5.13rem;
}

.hero-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blue-gradient-body {
  color: #ff95ba;
}

.container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 22.88rem;
  grid-row-gap: 22.88rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 3.13rem;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  height: 4.69rem;
  position: fixed;
  inset: 0% 0% auto;
  /* visible: кнопка is-nav (4.81rem) чуть выше навбара */
  overflow: visible;
}

/* Слой навбара с текстом, блендится с контентом под ним.
   mix-blend-mode стоит на самом fixed-элементе: у ребёнка внутри
   fixed-родителя блендинг изолируется stacking context'ом. */
.navbar.is-blend {
  mix-blend-mode: exclusion;
  pointer-events: none;
}

.navbar.is-blend .text_medium {
  color: #fff;
}

.nav-menu {
  display: none;
}

.btn_text {
  color: #fff;
  text-align: center;
  font-family: KommunaUltraWide, Impact, sans-serif;
  font-size: 2.38rem;
}

.btn_text.transform-skew-27-deg {
  transform: skew(27.226deg);
}

.btn_main {
  background-color: #ff590c;
  justify-content: center;
  align-items: center;
  width: 24.5rem;
  height: 100%;
  padding-top: .94rem;
  position: relative;
}

.btn_main.mob-bttn {
  display: none;
}

.btn_main.is-nav {
  height: 4.81rem;
}

.brand {
  display: none;
}

.nav_right_sides {
  z-index: 2;
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  /* 31.25rem = ширина кнопки is-nav (24.5) + прежний зазор (6.75):
     кнопка переехала в навбар, а чуваки остаются на своём месте */
  inset: 0% 31.25rem auto auto;
}

.nav_left_side {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_img_wrapper {
  flex: none;
  width: 5.25rem;
  height: 3.44rem;
}

.nav_img_wrapper.mt-24 {
  margin-right: 1.5rem;
}

.image {
  object-fit: cover;
}

.text_medium {
  color: #000;
  font-size: 3.41rem;
  font-weight: 400;
}

.mr-24 {
  margin-right: 1.5rem;
}

.stepa-img {
  width: 6.81rem;
  height: 3.19rem;
}

.stepa-img.mt-9 {
  margin-right: .56rem;
}

.stepa-text {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mt-9 {
  margin-top: .56rem;
}

.text_small {
  color: var(--black);
  letter-spacing: -.02rem;
  font-family: KommunaNormal, Impact, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 109%;
}

.text_small.line-height-119 {
  line-height: 119%;
}

.text_small.opacity-30 {
  color: var(--black_opacity-30);
}

.text_small.opacity-45 {
  color: var(--black_opaciity-45);
}

.span_blue {
  color: var(--span_blue);
}

.chuvaki_wrapper {
  grid-column-gap: 2.03rem;
  grid-row-gap: 2.03rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chuvaki_wrapper.mb-25 {
  margin-bottom: 1.56rem;
}

.chuvaki_wrapper.mb-25.mt-14 {
  margin-top: .88rem;
}

.chuvaki_img_wrapper {
  grid-column-gap: .36rem;
  grid-row-gap: .36rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chuvaki_img_circle {
  border-radius: 58px;
  width: 1.88rem;
  height: 1.88rem;
  overflow: hidden;
}

/* Аватарка заполняет круг целиком даже если фото не квадратное */
.chuvaki_img_circle .portfolio_img {
  height: 100%;
  display: block;
}

.portfolio_img {
  object-fit: cover;
  width: 100%;
}

.portfolio_img.width-100 {
  width: 100%;
}

.portfolio_img.sheep-interface {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.mt-8 {
  margin-top: .5rem;
}

.div-block-2 {
  width: 19.06rem;
  height: 3.28rem;
}

.contact_link {
  color: var(--corporate_color);
  letter-spacing: -.02rem;
  font-family: KommunaNormal, Impact, sans-serif;
  font-size: .75rem;
  line-height: 119%;
}

.about_me_wrapper.flex-vt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about_me_wrapper.flex-vt.gap-18 {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
}

.about_me_wrapper.flex-vt.gap-22 {
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
}

.mb-10 {
  margin-bottom: .63rem;
}

.hero_content_left {
  max-width: 18.44rem;
}

.hero_content_right.flext-hz {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column_left {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column_right {
  grid-column-gap: 2.06rem;
  grid-row-gap: 2.06rem;
  flex-flow: column;
  display: flex;
}

.section-portfolio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.powerbank_video_wrapper-1, .powerbank_img-2, .powerbank_img-3 {
  height: auto;
}

/* ===== Прелоадер =====
   Два слоя вместо mix-blend-mode: нижний — чёрное на белом, верхний —
   белое на оранжевом, обрезается контейнером .preloader_fill,
   ширина которого растёт слева направо. Работает без блендинга везде. */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #fff;
  transition: transform .7s cubic-bezier(.65, 0, .35, 1);
}

.preloader.is-done {
  transform: translateY(-100%);
}

.preloader_inner {
  position: absolute;
  inset: 0;
  color: #000;
}

.preloader_fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  background: var(--corporate_color);
}

.preloader_fill .preloader_inner {
  inset: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  color: #fff;
}

.preloader_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 7.3rem;
  width: auto;
  transform: translate(-50%, -50%);
}

.preloader_num,
.preloader_label {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-family: KommunaNarrow, Impact, sans-serif;
  font-size: 1.82rem;
  line-height: 1.4;
}

.preloader_num {
  top: 1.15rem;
}

.preloader_label {
  bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .preloader {
    transition: none;
  }
}

.news_img-1 {
  position: relative;
}

.koni-img {
  position: absolute;
  top: -6rem;
  right: 0;
  z-index: 2;
  width: 27rem;
  height: auto;
}

.section-footer {
  height: 100vh;
  position: relative;
}

.footer_img_wrapper {
  width: 5rem;
  height: auto;
}

.text_large {
  color: var(--black);
  font-size: 1.8rem;
}

.footer_content_bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  /* прижат к низу футера, картинка при этом центрируется независимо */
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}

.footer_content_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer_img_wrapper-size {
  width: 7.25rem;
  height: 4.75rem;
}

.padding_top-128 {
  height: 100%;
}

.vorkel_img-2 {
  height: auto;
}

.vorkel_img-3 {
  justify-content: center;
  align-items: center;
}

.vorkel_img_wrapper-3 {
  width: 100%;
  height: 28.5rem;
}

.sheeep_img-1 {
  height: auto;
}

.sheeep_img-2 {
  height: 93.06rem;
  position: relative;
  overflow: hidden;
}

.sheeep_img-3 {
  height: auto;
}

.interface_img {
  justify-content: center;
  align-items: center;
  height: 63.44rem;
  display: flex;
}

.macbook_img {
  padding: 15.94rem 6.81rem 18rem;
}

.image-5 {
  width: 100%;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.doing_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content_top_wrapper, .content_bottom_wrapper, .practices_wrapper {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.interface-iphone-layer {
  object-fit: cover;
  width: 30rem;
  height: 59.25rem;
}

.interface-iphone-layer.is-top {
  z-index: 2;
  position: absolute;
}

.interface-iphone-layer.is-vid {
  z-index: 1;
  border-radius: 3rem;
  width: 25.2rem;
  height: 55.95rem;
  position: absolute;
  overflow: hidden;
}

.mb-12 {
  margin-bottom: .75rem;
}

.mob-block-lol {
  display: none;
}

.marquee-advanced__scroll {
  z-index: 2;
  will-change: transform;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 29rem;
}

.marquee-track {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  will-change: transform;
  flex: none;
  align-items: center;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.marquee-advanced__item-width {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-img {
  object-fit: contain;
  width: 14rem;
  height: 7.5rem;
}

.cta_btn {
  z-index: 999;
  background-color: var(--corporate_color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20.75rem;
  height: 4.81rem;
  padding-top: .94rem;
  padding-bottom: .33rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto auto 1rem;
  overflow: hidden;
  /* На мобилке позицией и размером управляет скрипт морфа в index.html:
     кнопка героя сжимается в sticky при скролле */
}

/* Sticky-кнопка только на мобилке (<=479px) */
@media screen and (min-width: 480px) {
  .cta_btn {
    display: none;
  }
}

.cta_btn_text {
  color: #fff;
  text-align: center;
  font-family: KommunaUltraWide, Impact, sans-serif;
  font-size: 2.38rem;
  font-weight: 400;
  transform: skew(27deg);
}

.cta_btn_text_bot {
  color: #fff;
  text-align: center;
  letter-spacing: -.05rem;
  font-family: KommunaUltraWide, Impact, sans-serif;
  font-size: 1.56rem;
  line-height: 109%;
}

@media screen and (max-width: 479px) {
  .logo-svg {
    height: 2rem;
  }

  .h1-hero {
    letter-spacing: .00875rem;
    width: 100%;
    font-size: 3.7rem;
  }

  .hero-bttns-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .hero-subtext {
    letter-spacing: -.03rem;
    font-size: 2rem;
  }

  .section-hero {
    height: auto;
    overflow: hidden;
  }

  .partners-logos-wrapper {
    grid-column-gap: 1.6875rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 100%;
  }

  .hero-heading-wrapper {
    width: 120%;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .padding-global.hero-pads {
    height: auto;
    padding: 4.06rem 1rem 2.25rem;
  }

  .blue-gradient-body {
    background-image: linear-gradient(#002651, #00478c 50%, #006dd3 75%, #459aff 88%, #9cc7ff 94%, #e8f2ff);
  }

  .hero-wrapper {
    grid-column-gap: 1.31rem;
    grid-row-gap: 1.31rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .navbar {
    height: auto;
  }

  .btn_text.transform-skew-27-deg {
    font-size: 2.4rem;
    line-height: 80%;
    position: absolute;
    top: .3rem;
    left: 2.2rem;
    transform: scale(1.3)skew(36deg);
  }

  .btn_main {
    width: 100%;
    height: 3.88rem;
  }

  /* mob-bttn — невидимая распорка: держит место под «Рекламные компании»,
     а видимую кнопку в этой точке рисует .cta_btn (морф в index.html) */
  .btn_main.mob-bttn {
    display: block;
    visibility: hidden;
  }

  /* На мобилке айфон исходного размера: увеличенный (30rem) шире экрана
     и создавал горизонтальный скролл всей страницы */
  .interface-iphone-layer {
    width: 20rem;
    height: 39.5rem;
  }

  .interface-iphone-layer.is-vid {
    border-radius: 2rem;
    width: 16.8rem;
    height: 37.3rem;
  }

  .nav_right_sides {
    width: 100%;
    position: relative;
    inset: auto;
  }

  .nav_img_wrapper {
    width: 6.31rem;
    height: 4.13rem;
  }

  .nav_img_wrapper.mt-24 {
    width: 4.25rem;
    height: 2.75rem;
    margin-right: 1.19rem;
  }

  .text_medium {
    font-size: 1.75rem;
  }

  .mr-24 {
    margin-right: 1.81rem;
  }

  .stepa-img.mt-9 {
    width: 5.5rem;
    height: auto;
    margin-right: 0;
  }

  .stepa-text {
    grid-column-gap: .38rem;
    grid-row-gap: .38rem;
  }

  .chuvaki_wrapper.mb-25.mt-14 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .portfolio_img.sheep-interface {
    object-fit: cover;
    width: 250%;
    max-width: none;
    height: 100%;
  }

  .mt-8.no-shrink {
    flex: none;
  }

  .about_me_wrapper.flex-vt.gap-22 {
    grid-column-gap: .88rem;
    grid-row-gap: .88rem;
  }

  .news_img-1, .news_img-2, .news_video_wrapper-3, .powerbank_video_wrapper-1, .powerbank_img-2, .powerbank_img-3 {
    height: auto;
  }



  .footer_img_wrapper-size {
    width: 2.44rem;
    height: 1.63rem;
  }

  .vorkel_img-1, .vorkel_img-2 {
    height: auto;
  }

  .vorkel_img_wrapper-3 {
    width: 15.19rem;
    height: 9.81rem;
  }

  .sheeep_img-1 {
    height: auto;
  }

  .sheeep_img-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 40rem;
    display: flex;
  }

  .sheeep_img-3 {
    height: auto;
  }

  .image-4 {
    height: 100px;
  }

  .macbook_img {
    padding: 5.06rem 2.31rem 6.19rem;
  }

  .mob-block-lol {
    display: flex;
  }

  .marquee-advanced__scroll {
    bottom: 10rem;
  }

  .marquee-track {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-right: 1.5rem;
  }

  .marquee-img {
    width: 8rem;
    height: 4.3rem;
  }
}


@font-face {
  font-family: 'KommunaNarrow';
  src: url('../fonts/KommunaNarrow1.10.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KommunaNormal';
  src: url('../fonts/KommunaNormal1.10.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KommunaUltraWide';
  src: url('../fonts/KommunaUltraWide1.10.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Кнопка в навбаре скрыта на мобилке — там её заменяет sticky .cta_btn */
@media screen and (max-width: 479px) {
  .navbar .btn_main.is-nav {
    display: none;
  }

  .koni-img {
    width: 8rem;
    top: -9rem;
  }
}
