.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.banner-spot__timer {
  display: none;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
}
.banner-spot__timer--loaded {
  display: block;
}
@media (min-width: 768px) and (max-width: 1189px) {
  .hide-on--tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner-spot__timer {
    max-width: 344px;
    width: auto;
    left: 24px;
    bottom: 10px;
  }
  .banner-spot__timer--loaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1190px) {
  .hide-on--desktop {
    display: none;
  }
  .banner-spot__timer {
    left: calc(50% - 553px);
  }
}
@media (max-width: 767px) {
  .hide-on--mobile {
    display: none;
  }
}