@font-face {
  font-family: 'Helvetica Neue Condensed Bold';
  src: url(/media/up/dewalt/promo/2021/ST-2905/fonts/Helvetica-Neue-Condensed-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.main-container {
  margin-top: 0;
}

.main-container>.container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
  margin: 0;
}

.breadcrumbs__wrap,
.teaser-slider__outter-wrapper {
  display: none !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#promo {
  font-family: "Helvetica Neue Cyr Medium";
  overflow-x: hidden;
}

#promo p {
  padding: 0;
}

#promo .youtube-video:hover>.youtube-video__button {
  background-position: center center;
  background: transparent url(/media/up/dewalt/promo/2021/ST-2905/play_hover.svg) no-repeat;
}

#promo .youtube-video:focus>.youtube-video__button {
  background-position: center center;
  background: transparent url(/media/up/dewalt/promo/2021/ST-2905/play_hover.svg) no-repeat;
}

#promo .youtube-video:hover .youtube-video__button,
#promo .youtube-video:focus .youtube-video__button {
  background-position: center center;
  background: transparent url(/media/up/dewalt/promo/2021/ST-2905/play_hover.svg) no-repeat;
}

#promo .youtube-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0;
  width: 110px;
  height: 110px;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: transparent url(/media/up/dewalt/promo/2021/ST-2905/play.svg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 801px) {
  #promo .youtube-video__button {
      width: 80px;
      height: 80px;
  }
}

@media (max-width: 501px) {
  #promo .youtube-video__button {
      width: 54px;
      height: 54px;
  }
}

#promo ul,
#promo ol {
  list-style: none;
}

#promo .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

#promo .main {
  position: relative;
  width: 100vw;
  padding: 86px 0 100px;
}

@media (max-width: 901px) {
  #promo .main {
    padding: 40px 0 70px;
  }
}

@media (max-width: 601px) {
  #promo .main {
    padding: 30px 0 52px;
  }
}

#promo .main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 2;
}

#promo .main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

#promo .main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (max-width: 901px) {
  #promo .main__container {
    padding: 0 45px;
  }
}

@media (max-width: 601px) {
  #promo .main__container {
    padding: 0 15px;
  }
}

#promo .main__title {
  margin: 0 auto;
  max-width: 282px;
  padding: 6px 20px;
  position: relative;
  /* font-family: "Helvetica Neue Cyr Bold"; */
  font-family: "Helvetica Neue Condensed Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 74px;
  text-align: center;
  z-index: 3;
  color: black;
  background-color: #febd17;
}

@media (max-width: 901px) {
  #promo .main__title {
    font-size: 34px;
    line-height: 42px;
    max-width: 158px;
    padding: 3px 10px;
  }
}

@media (max-width: 601px) {
  #promo .main__title {
    font-size: 24px;
    line-height: 30px;
    max-width: 115px;
    padding: 2px 8px;
  }
}

#promo .youtube-video {
  padding-bottom: 0 !important;
}


#promo .main__video {
  cursor: pointer;
  margin: 60px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/poster.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 801px) {
  #promo .main__video {
    margin-top: 40px;
    height: 286px;
  }
}

@media (max-width: 501px) {
  #promo .main__video {
    margin-top: 40px;
    height: 200px;
  }
}

#promo .main__video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
}

#promo .main__video:hover::before {
  opacity: 1;
}

#promo .main__video .promo-video {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
}

#promo .main__video iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#promo .main__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

#promo .main__play {
  background: transparent;
  position: absolute;
  width: 110px;
  height: 110px;
  border: 1px solid #febd17;
  border-radius: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

@media (max-width: 801px) {
  #promo .main__play {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 501px) {
  #promo .main__play {
    width: 54px;
    height: 54px;
  }
}

#promo .main__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 17px 0 17px 30px;
  border-color: transparent transparent transparent #febd17;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

@media (max-width: 801px) {
  #promo .main__play::before {
    border-width: 10px 0 10px 20px;
  }
}

@media (max-width: 501px) {
  #promo .main__play::before {
    border-width: 8px 0 8px 15px;
    margin-left: 4px;
  }
}

#promo .main .main__video:hover > .main__play {
  background-color: #febd17;
}

#promo .main .main__video:hover > .main__play::before {
  border-color: transparent transparent transparent black;
}

#promo .time-line {
  position: relative;
  height: 100%;
  background-color: black;
  background-image: url(/media/up/dewalt/promo/2021/ST-2905/bg--1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 120px;
}

#promo .time-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#promo .time-line .line {
  position: absolute;
  width: 1px;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #febd17;
}

@media (max-width: 767px) {
  #promo .time-line .line {
    top: 25px;
    left: 17px;
  }
}

@media (max-width: 901px) {
  #promo .time-line {
    padding-bottom: 50px;
  }
}

#promo .time-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #promo .time-line__wrapper {
    display: none;
  }
}

#promo .time-line__wrapper-mob {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#promo .time-line__wrapper-mob > .time-line__card {
  margin-bottom: 43px;
}

#promo .time-line__wrapper-mob .time-line__card::before, #promo .time-line__wrapper-mob .time-line__card::after {
  left: -25px;
}

#promo .time-line__wrapper-mob .time-line__card::after {
  width: 20%;
}

@media (max-width: 767px) {
  #promo .time-line__wrapper-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 901px) {
  #promo .time-line__container {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  #promo .time-line__container {
    padding: 0 25px 0 35px;
  }
}

#promo .time-line__column {
  width: 50%;
}

#promo .time-line__column:first-child {
  margin-top: 222px;
}
@media (max-width: 901px) {
  #promo .time-line__column:first-child {
    margin-top: 303px;
  }
}

#promo .time-line__column:last-child .time-line__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#promo .time-line__column:last-child .time-line__card::before {
  left: -6.5px;
}

@media (max-width: 901px) {
  #promo .time-line__column:last-child .time-line__card::before {
  left: -7.5px;
}
#promo .time-line__card::before {
  right: -6.5px;
}
}

#promo .time-line__column:last-child .time-line__card::after {
  left: 0;
  width: 50%;
}

#promo .time-line__card {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

#promo .time-line__card::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #febd17;
  border-radius: 50%;
  top: 12px;
  right: -7.5px;
  z-index: 3;
}

#promo .time-line__card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed #737373;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  top: 18px;
  z-index: 1;
}

#promo .time-line__inner {
  position: relative;
  z-index: 3;
  width: 360px;
}

@media (max-width: 901px) {
  #promo .time-line__inner {
    width: 260px;
  }
}

#promo .time-line__inner img {
  width: 100%;
}

#promo .time-line__title {
  background-color: #febd17;
  font-family: "Helvetica Neue Cyr Bold";
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  line-height: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
}

#promo .time-line__dsc {
  font-family: "Helvetica Neue Cyr Medium";
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 8px 0 26px;
}


@media (max-width: 1024px) {
  #promo .time-line__dsc {
    font-size: 14px;
    line-height: 19px;
  }
}

#promo .time-line__dsc span { 
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-top: 8px;
}

@media(max-width: 767px) {
  #promo .time-line__dsc span { 
  margin-top: 16px;
}
}