* .ffl {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (min-width: 469px) {
  .ffl {
    display: none !important;
  }
}

.ffl {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f14e23;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  opacity: 0;
  display: none;
  z-index: 99;
  font-family: sans-serif !important;
  font-size: 16px;
  font-weight: 500;
}

.ffl__anim {
  -webkit-animation: example 1.3s ease;
  animation: example 1.3s ease;
  opacity: 1;
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes example {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

.ffl__wrap {
  position: relative;
}

.ffl__close {
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
  font-size: 25px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  font-weight: 700;
}

.ffl__out {
  display: none !important;
}

.ffl__text {
  color: #fff;
  text-shadow: 0 0 0 #fff;
}

.ffl__price {
  font-size: 16px;
  white-space: nowrap;
}

.ffl-new-price {
  font-weight: 600 !important;
  font-size: 17px !important;
}

.ffl__price span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.ffl__btn,
.ffl__btn:focus,
.ffl__btn:hover,
.ffl__btn:active {
  background-color: #ffbe01;
  color: #a12d0f;
  border-radius: 3px;
  padding: 7px 30px;
  display: inline-block;
  margin: 5px auto;
  text-decoration: none;
  -webkit-animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none !important;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}

.tolkochto {
  color: green;
  font-weight: 600;
  font-size: 12px;
}
