.t-timer {
    margin-bottom: 37px;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/October/chyornaya-pyatnica-skidki/img/bf/bg-timer.png) center/cover no-repeat;
    min-height: 380px;
    display: flex;
    justify-content:center;
    align-items: center;
  
    margin: 0 auto;
    padding-bottom: 20px;
  }
  
  .t-container {
    
  }
  
  
  .t-timer__title {
    font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .t-timer__item {
    font-weight: 700;
  font-size: 130px;
  line-height: 152px;
  color: #FFFFFF;
  min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
  
  }
  
  .t-timer__items {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 39.6091px;
    line-height: 1; 
    /* text-align: center; */
    color: #fff;
    margin-right: 7px;
  }
  
  
  
  .t-timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    font-size: 14px;
  }
  
  .t-timer__item:not(:last-child)::after {
    content: '';
    width: 1.59px;
    height: 70px;
    background: #c4c4c4;
    opacity: 0.31;
    position: absolute;
    right: -15px;
  }
  
  @media (max-width: 1599px) {
    .t-timer {
      margin-bottom: 37px;
      background: #E31335 url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/October/chyornaya-pyatnica-skidki/img/bf/bg-timer.png) center/cover no-repeat;
      /* min-height: 300px; */
      display: flex;
      justify-content:center;
      align-items: center;
    
      margin: 0 auto;
      padding-bottom: 30px;
    }
    .t-timer__item {
      font-weight: bold;
      font-size: 100.808px;
      line-height: 38px;
      line-height: 1;
      text-align: center;
      color: #fff;
    }
  }
  @media (max-width: 1279px) {
    .t-timer {
      min-height: 250px;
     
      /* background-size: contain; */
    }
    .t-timer__item {
      font-weight: 700;
    font-size: 55px;
    line-height: 63px;
    color: #FFFFFF;
    min-width: 60px;
      margin-left: 20px;
      margin-right: 10px;
      padding-bottom: 35px;
      text-align: center;
      position: relative;
    
    }
  }
  @media (max-width: 1023px) {
    .t-timer {
      min-height: 250px;
      padding-bottom: 20px;
      /* background-size: contain; */
    }
  }
  
  @media (min-width: 940px) {
  
    
  
    /* .t-timer__items {
      font-weight: bold;
      font-size: 120.808px;
      line-height: 38px;
      line-height: 1;
      text-align: center;
      color: #fff;
    } */
  
    .t-timer__item::before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 50%;
      bottom: -20px;
      transform: translateX(-50%);
      font-weight: normal;
      font-size: 25.4332px;
      line-height: 25px;
      color: #fff;
    }
  
    .t-timer__item {
      position: relative;
      min-width: 60px;
      margin-left: 10px;
      padding-left: 20px;
      padding-right: 20px;
      margin-right: 10px;
      padding-bottom: 15px;
      text-align: center;
    }
    
    .t-timer__item:not(:last-child)::after {
      content: '';
      width: 1.59px;
      height: 153.39px;
      background: #c4c4c4;
      opacity: 0.31;
      position: absolute;
      right: -15px;
    }
  }

  @media (max-width: 940px) {
    .t-timer {
      padding: 0;
    }
  }
  
  @media (max-width: 767px) {
    .t-timer {
      background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/October/chyornaya-pyatnica-skidki/img/bf/bg-timer-mob.png) center/cover no-repeat;
      height: 160px;
      min-height: 160px;
      padding-bottom: 0;
    }
    .t-timer__title {
      font-weight: 700;
      font-size: 17.8958px;
      line-height: 22px;
      color: #FFFFFF;
      margin-bottom: 10px;
        }
        .t-timer__item {
          font-weight: 700;
        font-size: 45px;
        line-height: 53px;
        color: #FFFFFF;
        padding-bottom: 25px;
        }
    
  }

  @media (min-width: 940px) and (max-width: 1279px) {
    .t-timer__item:not(:last-child)::after {
      height: 100px;
    }
  }

  @media (max-width: 460px) {
    .t-timer__items {
      transform: scale(0.9)
    }
  }

  @media (max-width: 359px) {
    .t-timer__items {
      transform: scale(0.8)
    }
  }
  