#block-newyear-2 .block-title {
  display: block;
}

/* *Cristmas lights from holiday.css */
.christmas-lights .lightrope {
  position: absolute;
  z-index: 10;
  margin: 0 0 0 0;
  padding: 65px !important;
  padding-top: 8px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
  
.christmas-lights .lightrope li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 10px;
  width: 10px;
  height: 19px;
  list-style: none;
  border-radius: 50%;
  background: #f7d200;
  -webkit-box-shadow: 0px 2.66667px 16px 2px #ceb009;
  box-shadow: 0px 2.66667px 16px 2px #ceb009;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.christmas-lights .lightrope li:nth-child(2n+1) {
  background: rgb(229, 9, 20);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(229, 9, 20, 0.5);
  box-shadow: 0px 2.66667px 16px 2px rgba(229, 9, 20, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.christmas-lights .lightrope li:nth-child(4n+2) {
  background: rgb(22, 128, 177);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.5);
  box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.5);
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.christmas-lights .lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.christmas-lights .lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.christmas-lights .lightrope li:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 5px;
  height: 4px;
  border-radius: 3px;
  top: -3px;
  background: #a9b6be;
}

.christmas-lights .lightrope li:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  width: 32px;
  height: 10.66667px;
  border-bottom: solid #ddeaf6e5 1px;
  border-radius: 50%;
}

.christmas-lights .lightrope li:last-child:after {
  content: none;
}

.christmas-lights .lightrope li:first-child {
  margin-left: -65px;
}

@-webkit-keyframes flash-1 {
0%, 100% {
  background: #f7ca00;
  -webkit-box-shadow: 0px 2.66667px 16px 2px #f7ca00;
  box-shadow: 0px 2.66667px 16px 2px #f7ca00;
}
50% {
  background: rgba(240, 217, 80, 0.6);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
  box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
}
}
@keyframes flash-1 {
0%, 100% {
  background: #f7ca00;
  -webkit-box-shadow: 0px 2.66667px 16px 2px #f7ca00;
  box-shadow: 0px 2.66667px 16px 2px #f7ca00;
}
50% {
  background: rgba(240, 217, 80, 0.6);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
  box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
}
}
@-webkit-keyframes flash-2 {
0%, 100% {
  background: rgb(177, 16, 24);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
  box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
}
50% {
  background: rgba(177, 16, 24, 0.6);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
  box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
}
}
@keyframes flash-2 {
0%, 100% {
  background: rgb(177, 16, 24);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
  box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
}
50% {
  background: rgba(229, 9, 20, 0.6);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
  box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
}
}
@-webkit-keyframes flash-3 {
0%, 100% {
  background: rgb(22, 128, 177);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
  box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
}
50% {
  background: rgba(22, 128, 177, 0.6);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
  box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
}
}
@keyframes flash-3 {
0%, 100% {
  background: rgb(22, 128, 177);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
  box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
}
50% {
  background: rgba(22, 128, 177, 0.6);
  -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
  box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
}
}

@media (max-width: 992px) {
  .christmas-lights {
      display: none;
  }
}
/* / Cristmas lights */


/* Start of snowflakes */
.snowflake {
  font-size: 1em;
  color: rgba(248, 248, 248, 0.877);
  text-shadow: 0 0 5px #d3d3d3;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@keyframes snowflakes-fall {
  0% {
  top: -10%;
  }
  100% {
  top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  50% {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  }
}

.snowflake {
  position: fixed;
  top: -5%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 10s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s,0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s,1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s,.5s;
  animation-delay: 6s,.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  animation-delay: 4s,2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  animation-delay: 2s,2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s,3s;
  animation-delay: 8s,3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s,2s;
  animation-delay: 6s,2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s,1s;
  animation-delay: 2.5s,1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  animation-delay: 1s,0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s,1.5s;
  animation-delay: 3s,1.5s;
}
.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s,0s;
  animation-delay: 2s,0s;
}
.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s,2.5s;
  animation-delay: 4s,2.5s;
}

/* *For 8th of march */
/* @import url('https://fonts.googleapis.com/css?family=Amatic+SC&display=swap&subset=cyrillic'); */

/* #block-8marta {
  background: url(/themes/beltelecom/images/8-new.png) no-repeat;
  background-size: cover;
  height: 57px;
}

#block-8martatekst {
  padding-bottom: 0;
}

.block-8marta__text {
  font-family: 'Amatic SC', 'Comic Sans', cursive;
  font-family: cursive;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  word-spacing: .2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  color: #545454;
}

#sidebar-second {
  border: none;
}

@media (max-width: 410px) {
  #block-8marta {
    height: 41px;
  }

  #block-8martatekst {
    padding-top: 0;
  }

  .block-8marta__text {
    font-size: 24px;
  }
} */
/* *The end - 8th of march */

/* *Cristmas lights */
/* .lightrope {
    position: absolute;
    z-index: 10;
    margin: -15px 0 0 0;
    padding: 0;
    padding-top: 8px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
  }
  
  .lightrope li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 10px;
    width: 9px;
    height: 16px;
    list-style: none;
    border-radius: 50%;
    background: #f7d200;
    -webkit-box-shadow: 0px 2.66667px 16px 2px #ceb009;
            box-shadow: 0px 2.66667px 16px 2px #ceb009;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .lightrope li:nth-child(2n+1) {
    background: rgb(229, 9, 20);
    -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(229, 9, 20, 0.5);
            box-shadow: 0px 2.66667px 16px 2px rgba(229, 9, 20, 0.5);
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
  
  .lightrope li:nth-child(4n+2) {
    background: rgb(22, 128, 177);
    -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.5);
            box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.5);
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
  }
  
  .lightrope li:nth-child(odd) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
  }
  
  .lightrope li:nth-child(3n+1) {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
  }
  
  .lightrope li:before {
    content: "";
    position: absolute;
    left: 2px;
    width: 5px;
    height: 4px;
    border-radius: 3px;
    top: -3px;
    background: #a9b6be;
  }
  
  .lightrope li:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 5px;
    width: 32px;
    height: 10.66667px;
    border-bottom: solid #ddeaf6e5 1px;
    border-radius: 50%;
  }
  
  .lightrope li:last-child:after {
    content: none;
  }
  
  .lightrope li:first-child {
    margin-left: -20px;
  }
  
  @-webkit-keyframes flash-1 {
    0%, 100% {
      background: #f7ca00;
      -webkit-box-shadow: 0px 2.66667px 16px 2px #f7ca00;
              box-shadow: 0px 2.66667px 16px 2px #f7ca00;
    }
    50% {
      background: rgba(240, 217, 80, 0.6);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
              box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
    }
  }
  
  @keyframes flash-1 {
    0%, 100% {
      background: #f7ca00;
      -webkit-box-shadow: 0px 2.66667px 16px 2px #f7ca00;
              box-shadow: 0px 2.66667px 16px 2px #f7ca00;
    }
    50% {
      background: rgba(240, 217, 80, 0.6);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
              box-shadow: 0px 2.66667px 16px 2px rgba(247, 202, 0, 0.411);
    }
  }
  
  @-webkit-keyframes flash-2 {
    0%, 100% {
      background: rgb(177, 16, 24);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
              box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
    }
    50% {
      background: rgba(177, 16, 24, 0.6);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
              box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
    }
  }
  
  @keyframes flash-2 {
    0%, 100% {
      background: rgb(177, 16, 24);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
              box-shadow: 0px 2.66667px 16px 2px rgb(177, 16, 24);
    }
    50% {
      background: rgba(229, 9, 20, 0.6);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
              box-shadow: 0px 2.66667px 16px 2px rgba(177, 16, 24, 0.24);
    }
  }
  
  @-webkit-keyframes flash-3 {
    0%, 100% {
      background: rgb(22, 128, 177);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
              box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
    }
    50% {
      background: rgba(22, 128, 177, 0.6);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
              box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
    }
  }
  
  @keyframes flash-3 {
    0%, 100% {
      background: rgb(22, 128, 177);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
              box-shadow: 0px 2.66667px 16px 2px rgb(22, 128, 177);
    }
    50% {
      background: rgba(22, 128, 177, 0.6);
      -webkit-box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
              box-shadow: 0px 2.66667px 16px 2px rgba(22, 128, 177, 0.2);
    }
  } */

/* *tart of snowflakes */
/* .snowflake {
  font-size: 1em;
  color: rgba(241, 237, 237, 0.877);
  text-shadow: 0 0 5px #cacdcf;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}

.snowflake {
  position: fixed;
  top: -5%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 10s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s,0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s,1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s,.5s;
  animation-delay: 6s,.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  animation-delay: 4s,2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  animation-delay: 2s,2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s,3s;
  animation-delay: 8s,3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s,2s;
  animation-delay: 6s,2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s,1s;
  animation-delay: 2.5s,1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  animation-delay: 1s,0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s,1.5s;
  animation-delay: 3s,1.5s;
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s,0s;
  animation-delay: 2s,0s;
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s,2.5s;
  animation-delay: 4s,2.5s;
} */
