.black-friday {
  background-image: none;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.black-friday__inner {
  width: 100%;
  max-width: 1440px;
  color: #fff;
  position: relative;
}
.black-friday__content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 90px);
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
}
.black-friday__content h2 {
  font-family: 'InterstateCyrLight';
  font-weight: 300;
  font-size: 26px;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}
.black-friday__content h2 strong {
  font-family: 'InterstateCyrBold';
  font-weight: 700;
}
.black-friday__content p {
  font-family: 'InterstateCyrLight';
  font-size: 16px;
  line-height: 24px;
  max-width: 350px;
  margin-bottom: 12px;
}
.black-friday__content .button {
  margin-top: 20px;
}
.black-friday__content small {
  margin-top: auto;
  margin-bottom: 20px;
}

.black-friday__counter {
  position: absolute;
  right: 120px;
  top: 80px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.black-friday__tiser {
  width: 54%;
  height: 100%;
}
.black-friday__counter p {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
}
.black-friday__watch {
  margin-top: 30px;
  width: 240px;
}
.black-friday__watch p {
  margin: 0;
}

.black-friday__container {
  width: 890px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
}
.black-friday__particle, .black-friday__crystal {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.black-friday__particle:nth-child(1) { background-image: url(/russia/data/img/homepage/black-friday/particle_1.png); }
.black-friday__particle:nth-child(2) { background-image: url(/russia/data/img/homepage/black-friday/particle_2.png); }
.black-friday__particle:nth-child(3) { background-image: url(/russia/data/img/homepage/black-friday/particle_3.png); }

.black-friday__crystal:nth-child(1) { background-image: url(/russia/data/img/homepage/black-friday/particle_4-1.png); }
.black-friday__crystal:nth-child(2) { background-image: url(/russia/data/img/homepage/black-friday/particle_4-2.png); }
.black-friday__crystal:nth-child(3) { background-image: url(/russia/data/img/homepage/black-friday/particle_4-3.png); }
.black-friday__crystal:nth-child(4) { background-image: url(/russia/data/img/homepage/black-friday/particle_4-4.png); }
.black-friday__crystal:nth-child(5) { background-image: url(/russia/data/img/homepage/black-friday/particle_4-5.png); }
.black-friday__crystal:nth-child(6) { background-image: url(/russia/data/img/homepage/black-friday/particle_4-6.png); }

/* Layers */
.black-friday__particle:nth-child(1) {
  width: 800px;
  height: 600px;
  top: 0;
  right: -15%;
}
.black-friday__particle:nth-child(2) {
  width: 600px;
  height: 550px;
  top: 4%;
  right: -8%;
}
.black-friday__particle:nth-child(3) {
  width: 270px;
  height: 250px;
  top: 25%;
  right: 10%;
}
.black-friday__particle:nth-child(4) {
  width: 920px;
  height: 650px;
  top: 0;
  right: -25%;
}

/* Shadow */
.black-friday__shadow {
  width: 100%;
  height: 720px;
  background-image: url(/russia/data/img/homepage/black-friday/particle_5.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -25%;
}

/* Crystals */
.black-friday__crystal:nth-child(1) {
  width: 150px;
  height: 140px;
  top: 40px;
  left: 20px;
}
.black-friday__crystal:nth-child(2) {
  width: 70px;
  height: 90px;
  top: 0;
  left: 400px;
}
.black-friday__crystal:nth-child(3) {
  width: 150px;
  height: 130px;
  top: 75px;
  right: 20px;
}
.black-friday__crystal:nth-child(4) {
  width: 120px;
  height: 80px;
  top: 575px;
  right: 40px;
}
.black-friday__crystal:nth-child(5) {
  width: 90px;
  height: 120px;
  top: 400px;
  left: 180px;
}
.black-friday__crystal:nth-child(6) {
  width: 180px;
  height: 110px;
  top: 300px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .black-friday__counter {
    right: -40px;
  }
  .black-friday__tiser {
    width: 50%;
  }
  .black-friday__content {
    left: calc(50% - 210px);
  }
}

@media screen and (min-width: 1200px) {
  .black-friday__counter {
    right: 0;
  }
  .black-friday__tiser {
    width: 80%;
  }
  .black-friday__content {
    left: calc(50% - 250px);
  }
  .black-friday__content h2 {
    font-size: 42px;
  }
  .black-friday__content p {
    font-size: 21px;
  }
  .black-friday__content .button {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .black-friday__tiser {
    width: 100%;
  }
  .black-friday__content {
    left: calc(50% - 307px);
    top: 90px;
  }
  .black-friday__watch {
    width: 340px;
  }
  .digit {
    font-size: 44px;
    width: 30px;
  }
}



/*.digit {
  font-size: 44px;
  width: 30px;
}*/