.desktop-sell {
  position: relative;
  width: 1920px;
  height: 819px;
  flex-shrink: 0;
  overflow: hidden;
}

.desktop-sell > * {
  position: absolute;
  box-sizing: border-box;
}

/* 1 — CTA */
.desktop-sell__cta {
  top: 622px;
  left: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 1396px;
  height: 97px;
  padding: 36px 32px;
  border: 2px solid transparent;
  border-radius: 200px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

/* 2 — заголовок */
.desktop-sell__title {
  top: 100px;
  left: 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 744px;
  height: 62px;
}

.desktop-sell__title-icon {
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 0;
}

.desktop-sell__title-icon img {
  display: block;
}

.desktop-sell__title-text {
  margin: 0;
  padding: 0;
  width: 672px;
  height: 62px;
  flex-shrink: 0;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  -webkit-text-stroke: 0.4px #333333;
  font-style: normal;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

/* 3–4 — ленты товаров (marquee справа налево) */
.desktop-sell__items {
  top: 242px;
  left: 0;
  width: 1920px;
  height: 140px;
  overflow: hidden;
}

.desktop-sell__items-track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
  height: 140px;
  margin-left: -163px;
}

.desktop-sell__items-set {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-shrink: 0;
}

.desktop-sell__items-track--marquee {
  animation: desktop-sell-marquee linear infinite;
  will-change: transform;
}

@keyframes desktop-sell-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--desktop-sell-loop, 2244px)), 0, 0);
  }
}

.desktop-sell__item {
  flex-shrink: 0;
  display: block;
  width: 263px;
  height: 140px;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.desktop-sell__item img {
  display: block;
  width: 263px;
  height: 140px;
}

.desktop-sell__items--row2 {
  top: 402px;
}

.desktop-sell__items--row2 .desktop-sell__items-track {
  margin-left: -21px;
}
