@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BebasNeue-Bold-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --primary-color: #151d19;
  --regular-tex: "Roboto Condensed", sans-serif;
  --heading-text: "Bebas Neue", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #151D19;
  color: #151D19;
  font-family: var(--regular-tex);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

h1,
h2,
h3,
section h2 {
  font-family: var(--heading-text);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.page {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  background: var(--primary-color);
  overflow-x: hidden;
}

.wrapper {
  --wrapper-gutter: 15px;
  width: 100%;
  padding: var(--wrapper-gutter);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.header-image,
.hero-image {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  object-fit: contain;
}

main {
  padding: 16px 0 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

section {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

section h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-left: 4px solid #6cc96c;
  padding-left: 8px;
}

/* Заголовок відгуків — Figma node 45:243 (Bebas Neue 48px, один рядок) */
#reviews h2.reviews-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  border-left: none;
  padding-left: 0;
  margin-bottom: 10px;
  font-family: var(--heading-text);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews-heading__accent,
.reviews-heading__main {
  flex-shrink: 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.reviews-heading__accent {
  background-image: linear-gradient(180deg, #4cef00 0%, #2b8900 107.29%);
}

.reviews-heading__main {
  background-image: linear-gradient(
    178.997deg,
    #ffffff 2.71%,
    #999999 112.08%
  );
}

.video-review-heading {
  text-align: center;
  border-left: none;
  padding: 0;
  margin: 0 0 10px;
  font-family: var(--heading-text);
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(176.72deg, #ffffff 2.71%, #999999 112.08%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.video-review-player {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 0;
  line-height: 0;
}

.video-review-color {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 10px auto 0;
  height: auto;
}

/* Повна ширина колонки 360px: компенсуємо padding .wrapper (15px) */
#usage,
#video-review {
  overflow: visible;
}

#video-review .video-review-tbc {
  display: block;
  width: calc(100% + 2 * var(--wrapper-gutter, 15px));
  max-width: none;
  margin: 0 calc(-1 * var(--wrapper-gutter, 15px));
  height: auto;
}

.wrapper.wrapper--after-hero-cta,
main.page-flow {
  overflow-x: visible;
}

#video-review .order-button-wrap--after-info4 {
  padding-bottom: 30px;
}

.video-review-player__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.video-review-player__trigger:hover {
  filter: brightness(1.05);
}

.video-review-player__trigger:focus-visible {
  outline: 2px solid #07ccb5;
  outline-offset: 3px;
}

.video-review-player__poster {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  pointer-events: none;
}

.video-review-player__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.video-review-player__trigger.is-playing .video-review-player__play {
  opacity: 0;
  visibility: hidden;
}

.video-review-player__play-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #323232;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.video-review-player__play-icon {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 20px 0 20px 36px;
  border-color: transparent transparent transparent #07ccb5;
}

.video-review-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.video-review-modal[hidden] {
  display: none;
}

.video-review-modal__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-review-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
}

.video-review-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.video-review-modal__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(80vh, 640px);
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}

.video-review-modal__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Заголовок "ЯК ЗАМОВИТИ?" — Figma node 58:249 */
#how-to-order .how-to-order-heading {
  text-align: center;
  border-left: none;
  padding: 0 0 30px;
  margin: 0;
  font-family: var(--heading-text);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(176.72deg, #ffffff 2.71%, #999999 112.08%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#how-to-order .stack-20-flush-bottom {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#how-to-order .how-to-order-cta-img {
  display: block;
  width: calc(100% + 2 * var(--wrapper-gutter, 15px));
  max-width: none;
  height: auto;
  margin-left: calc(-1 * var(--wrapper-gutter, 15px));
  margin-right: calc(-1 * var(--wrapper-gutter, 15px));
}

main.page-flow > section#how-to-order {
  margin-bottom: 0;
  padding-bottom: 20px;
}

#order-form.lander-form-section {
  margin-top: 0;
}

#order-form .timer-section {
  margin-top: 0;
  background: var(--primary-color);
  color: #fff;
}

#order-form .timer-section .agro-order-form .form-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

#order-form .timer-section .agro-order-form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

#order-form .timer-section .agro-order-form select.form-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

#order-form .timer-section .agro-order-form select.form-input:required:invalid {
  color: rgba(255, 255, 255, 0.55);
}

#order-form .timer-section .agro-order-form select.form-input option {
  color: #111;
  background: #fff;
}

#order-form .timer-section .field-icon {
  filter: brightness(0) invert(1);
}

#order-form .timer-section .field-icon--color {
  filter: none;
}

section h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 6px;
}

p {
  margin-bottom: 8px;
  font-size: 15px;
}

ul {
  margin-left: 18px;
  margin-bottom: 8px;
}

ul li {
  margin-bottom: 4px;
  font-size: 14px;
}

/* Список характеристик у блоці features-short — без стандартних кружечків */
#features-short ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#features-short li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

/* Список переваг у блоці usage з ромбиками */
#usage ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#usage li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.diamond-bullet {
  color: #2e7d32;
  margin-top: 2px;
  font-size: 14px;
}

/* Список кроків монтажу без крапок */
#mounting ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.tagline {
  font-size: 15px;
  color: #2f3c2f;
  margin-top: 8px;
  margin-bottom: 12px;
}

/* Текстовий блок із відступами як у ladder/text-frame */
.text-frame {
  width: 100%;
  max-width: calc(100% - 1cm);
  box-sizing: border-box;
  margin: 20px auto 20px;
}

.lander-hero {
  margin-bottom: 0;
  line-height: 0;
}

.lander-hero .hero-image {
  margin-bottom: 0;
  vertical-align: top;
}

.intro-section {
  position: relative;
  container-type: inline-size;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Фон до середини advantages.png (360×552) — без зміщення елементів */
.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - (50cqw * 552 / 360));
  background-image: url("../images/background1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.intro-section > * {
  position: relative;
  z-index: 1;
}

.intro-section .header-image {
  margin-bottom: 37px;
}

.intro-section__text {
  color: #fff;
  font-family: var(--regular-tex);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.intro-section .text-frame {
  margin: 0 auto;
  max-width: 100%;
}

.intro-section .usage-feature-img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  display: block;
}

.intro-section .order-button-wrap {
  margin: 0 auto 79px;
  max-width: 360px;
  padding: 0 25px;
  box-sizing: border-box;
}

.wrapper.wrapper--after-hero-cta {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

main.page-flow > section:not(#usage),
.wrapper.wrapper--after-hero-cta > footer,
.wrapper.wrapper--after-hero-cta > #order-form {
  padding-left: var(--wrapper-gutter);
  padding-right: var(--wrapper-gutter);
}

.wrapper.wrapper--after-hero-cta main.page-flow {
  padding-top: 0;
  padding-bottom: 0;
}

/* background2 — одразу після background1, лише на control + info */
#usage {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

#usage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/background2.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

#usage > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto;
}

.text-frame p {
  margin-bottom: 0;
  font-size: 15px;
}

/* Варіант з меншим відступом знизу */
.text-frame--tight {
  margin-bottom: 4px;
}

/* Варіант з меншими відступами зверху і знизу */
.text-frame--compact {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Зелений ромбик перед підзаголовками в блоці переваг */
#benefits h3::before {
  content: "◆";
  color: #2e7d32;
  margin-right: 6px;
}

/* Кнопка як у скутері */
.btn_wrapper {
  background-color: rgba(195, 6, 6, 0.25);
  padding: 15px;
  border-radius: 999px;
  margin: 15px 0;
  cursor: pointer;
  text-align: center;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.btn_wrapper:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.btn-order {
  display: block;
  padding: 15px 30px;
  margin: 0 auto;
  background: #ed0707;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid #c30606;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  width: 90%;
  text-transform: uppercase;
}

.btn-order:focus,
.btn-order:active,
.btn-order:focus-visible {
  outline: none;
}

.btn-order:hover {
  background: #c30606;
}

.center-btn {
  text-align: center;
  margin-top: 16px;
}

.center-btn .btn_wrapper {
  margin: 0;
}

/* Кнопка як в Ogurechka */
.order-button-wrap {
  max-width: 360px;
  margin: 20px auto 0;
  padding: 0 10px;
  text-align: center;
}

.stock-scarcity {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-family: var(--regular-tex);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.32px;
}

.stock-scarcity__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 6px;
  min-width: 23px;
  height: 27px;
  padding: 6px 10px;
  font-family: var(--regular-tex);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #1a2421;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 5.65px rgba(0, 0, 0, 0.97);
}

/* Анімація кнопок CTA — як у Тенти TBC (.order-button::after + hover) */
.order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 44px;
  border: none;
  background: linear-gradient(180deg, #ffd900 0%, #a38c0a 100%);
  color: #000;
  font-family: var(--regular-tex);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.order-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 60px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(20px);
  transform: skewX(-25deg) translateZ(0);
  animation: order-button-slide 3s ease 0.05s infinite;
  pointer-events: none;
}

.order-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05);
}

.order-button:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

@keyframes order-button-slide {
  0% {
    left: -30px;
  }
  100% {
    left: 110%;
  }
}

/* Блок форми замовлення */
.timer-section {
  margin-top: 24px;
  padding: 16px 14px;
  border-radius: 18px;
}

.lander-turnstile-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Карусель відгуків */
.reviews-section {
  text-align: left;
}

.reviews-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  overflow: hidden;
}

.reviews-carousel img,
#review-image {
  width: 100%;
  display: block;
  will-change: opacity, transform;
}

/* Кнопки під фото — Figma: 70×70, gap ~52px, margin-top ~29px */
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  width: 100%;
  margin-top: 29px;
  padding: 0 0 35px;
}

.carousel-btn {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: transform 0.15s ease;
}

.carousel-btn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
}

.carousel-btn--next img {
  transform: rotate(180deg);
}

.carousel-btn:hover {
  transform: translateY(-1px);
}

.carousel-btn:hover img {
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.55));
}

.carousel-btn:active {
  transform: translateY(1px) scale(0.97);
}

.carousel-btn:active img {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

/* Форма заявки як у скутері (спрощена логіка) */
form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

form .btn_wrapper {
  margin: 15px 0 0;
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

label {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.form-field {
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.agro-order-form .form-input {
  box-sizing: border-box;
  height: 66px;
  font-size: 16px;
  padding: 0 16px;
}

.field-icon-wrap {
  position: relative;
  margin-bottom: 20px;
}

.field-icon-wrap .form-input {
  margin-bottom: 0;
  padding-left: 50px;
}

.field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}


footer {
  margin-top: 24px;
  padding: 16px 8px 8px;
  font-size: 12px;
  color: #777;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

@media (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper {
    --wrapper-gutter: 10px;
    padding: var(--wrapper-gutter);
    width: 100%;
    max-width: 100%;
  }

  .header-image,
  .hero-image {
    width: 100%;
    max-width: 100%;
  }

  .intro-section .order-button-wrap {
    max-width: 100%;
  }

  h2 {
    word-wrap: break-word;
  }

  p,
  li {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .order-button,
  .btn-order {
    white-space: nowrap;
  }

  .order-button {
    padding: 16px 24px;
    font-size: 18px;
    white-space: normal;
  }

  .btn-order {
    font-size: 16px;
    width: 90%;
    max-width: 100%;
  }
}

/* Віджет «Зараз на сайті» — з проєкту crot */
.online-visitors-widget {
  position: fixed;
  top: 175px;
  right: 0;
  z-index: 999;
}

.online-visitors-widget .online-visitors-widget__item {
  border-radius: 5px 0 0 5px;
  padding: 10px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.online-visitors-widget .online-visitors-widget__item .online-visitors-widget__title {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.2px;
}

.online-visitors-widget .online-visitors-widget__item b {
  font-weight: 700;
  font-size: 20px;
  padding-left: 40px;
}

.online-visitors-widget.online-visitors-widget_dark .online-visitors-widget__item {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.online-visitors-widget.online-visitors-widget_dark
  .online-visitors-widget__item:first-child::before {
  content: "";
  display: block;
  background: url(../icons/online-visitors-widget-people.png) no-repeat 0 0 / contain;
  width: 26px;
  height: 24px;
  position: absolute;
  left: 10px;
  bottom: 9px;
}
