/* Статичный лендинг */
.tm-landing-hero .btn-warning,
.tm-landing-hero .uk-button-danger,
.tm-landing-stock .btn-warning,
.tm-landing-stock .uk-button-danger,
.tm-landing-delivery .btn-warning,
.tm-landing-delivery .uk-button-danger{
    background-color: #e20613 !important;
    border: 2px solid #e20613 !important;
}
.tm-landing-hero .btn-danger:hover,
.tm-landing-hero .btn-warning:hover, .uk-button-danger:hover
.tm-landing-delivery .btn-danger:hover,
.tm-landing-delivery .btn-warning:hover, .uk-button-danger:hover {
    color: #fff !important;
    opacity: 0.7 !important;
}
.tm-landing-hero .uk-light .uk-button-default {
    color: #fff;
    border: 1px solid #fff;
}
.tm-landing-hero .uk-light .uk-button-default:hover {
    opacity: 0.7;
    color: #fff;
    border: 1px solid #fff;
}
.tm-landing-benefits .uk-card-secondary{
    background: #000;
}
.tm-landing-benefits .uk-card-secondary h3{
    color: #fffcf7;
    font-size: 20px;
}
.tm-landing-benefits .uk-card-body{
    padding-top: 10px;
}
.tm-landing-location-desc {
    font-size: 24px;
}
.tm-landing-location-contacts p{
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.tm-landing-location-contacts .tm-landing-location_icon{
  margin-right: 12px;
}

.tm-landing-stock .uk-heading-small{
  font-size: 32px;
}
@media (min-width: 960px){
  .tm-landing-stock .uk-heading-small {
      font-size: 42px;
  }
}

.tm-landing-items__card .uk-card-beige {
    background: #f9f3e9;
    border: none;
}
.tm-landing-items__card .uk-card-secondary {
    background: #000;
    border: none;
}
/* Конец Статичный лендинг */



/* Новогодняя гирлянда */
#tm-header {
  /*padding-top: 60px !important;*/
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: 35px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px 35px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  animation-name: flash-1;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: aqua;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  animation-name: flash-3;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 80px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@keyframes flash-1 {
  0%, 100% {
    background: #f5c26f;
    box-shadow: 0px 4.6666666667px 24px 3px #f5c26f;
  }

  50% {
    background: #f5e3c5;
    box-shadow: 0px 4.6666666667px 24px 3px #f5e3c5;
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: #795548;
    box-shadow: 0px 4.6666666667px 24px 3px #795548;
  }

  50% {
    background: #c58e7a;
    box-shadow: 0px 4.6666666667px 24px 3px #c58e7a;
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #ba4545;
    box-shadow: 0px 4.6666666667px 24px 3px #ba4545;
  }

  50% {
    background: #ec7474;
    box-shadow: 0px 4.6666666667px 24px 3px #ec7474;
  }
}
