.desktop-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--desktop-header-offset, 106px);
  pointer-events: none;
}

.desktop-header__frame {
  width: calc(var(--desktop-canvas-width) * var(--desktop-layout-scale, 1));
  max-width: 100%;
  height: var(--desktop-header-offset, 106px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  pointer-events: none;
}

.desktop-header__inner {
  position: relative;
  width: var(--desktop-canvas-width);
  height: 106px;
  background: #ffffff;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  transform: scale(var(--desktop-layout-scale, 1));
  transform-origin: top left;
  pointer-events: auto;
}

.desktop-header__inner > * {
  position: absolute;
  box-sizing: border-box;
}

/* 1 — навигация */
.desktop-header__nav {
  top: 46px;
  left: 499px;
  display: flex;
  align-items: center;
  gap: 40px;
  height: 14px;
}

.desktop-header__nav a {
  color: #0086f0;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-header__nav a:nth-child(1) {
  width: 158px;
}

.desktop-header__nav a:nth-child(2) {
  width: 62px;
}

.desktop-header__nav a:nth-child(3) {
  width: 220px;
}

.desktop-header__nav a:nth-child(4) {
  width: 162px;
}

.desktop-header__nav a:nth-child(5) {
  width: 41px;
}

.desktop-header__nav a:nth-child(6) {
  width: 79px;
}

/* 2 — логотип */
.desktop-header__logo {
  top: 31px;
  left: 120px;
  width: 196px;
  height: 44px;
}

.desktop-header__logo img {
  display: block;
  position: absolute;
  top: -7.02px;
  left: 0;
  width: 85px;
  height: 58.032135009765625px;
}

/* 3 — кнопка */
.desktop-header__cta {
  top: 23px;
  left: 1605px;
  width: 195px;
  height: 60px;
  margin: 0;
  padding: 20px 40px;
  border: 2px solid transparent;
  border-radius: 100px;
  box-sizing: border-box;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}
