.sale-global-section {
  position: relative;
  padding: 26px 0;
  background-image: url('../../img/S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sale-global-section .anchor {
  position: absolute;
  top: -112px;
  left: 0;
}
.sale-global-section img {
  max-width: 211px;
  width: 100%;
}
.sale-global-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.sale-global-section .content {
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.sale-global-section .content span {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}
.sale-global-section .content span.big {
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  margin: 8px 0 20px;
}
.sale-global-section .content p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.sale-global-section .title {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sale-global-section .title span {
  color: #FFB401;
}
.sale-global-section .timer {
  margin: 25px 0;
  display: flex;
  gap: 15px;
}
.sale-global-section .timer span {
  display: block;
  margin-top: 5px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.sale-global-section .cell .number {
  background-color: #fff;
}
.sale-global-section .cell:last-child .number {
  background-color: #FFB401;
}
.sale-global-section .number {
  width: 100px;
  height: 84px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000000;
}
.sale-global-section a {
  padding: 20px 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sale-global-section a img {
  width: 24px;
}
.sale-global-section .outline {
  background-image: url('../../img/sale-btn.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .sale-global-section .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .sale-global-section {
    padding: 40px 0;
  }
  .sale-global-section .anchor {
    top: -84px;
  }
  .sale-global-section .title {
    font-size: 16px;
  }
  .sale-global-section .container > img {
    display: none;
  }
  .sale-global-section .outline {
    background-image: url('../../img/btn-outline-400.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sale-global-section .content {
    max-width: 100%;
  }
  .sale-global-section .content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .sale-global-section .content span {
    font-size: 20px;
    line-height: 1;
  }
  .sale-global-section .content span.big {
    font-size: 36px;
    line-height: 48px;
  }
  .sale-global-section .timer-container {
    width: 100%;
  }
  .sale-global-section .timer {
    width: 100%;
  }
  .sale-global-section .cell {
    width: 100%;
  }
  .sale-global-section .number {
    width: 100%;
    font-size: 32px;
  }
}
/*# sourceMappingURL=sale-global-section.css.map */