html {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
.t-wrap {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  background: #ffffff;
  margin-bottom: 50px;
  margin-top: 50px;
}
.t-wrap img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.t-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-section {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}

.t-container {
  padding: 0 20px;
}

.t-text__title {
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.t-text__title--bold {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.t-text {
  margin-bottom: 28px;
}
.t-timer {
  margin-bottom: 37px;
}
.t-timer__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
.t-timer__items {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 39.6091px;
  line-height: 1;
  /* text-align: center; */
  color: #333333;
}

.t-timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.t-timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  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 (min-width: 768px) {
  .t-text__title {
    max-width: 740px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .t-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
  }

  .t-banner {
    width: 100%;
    height: 300px;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 69px;
  }
  .t-video__wrap {
    padding: 0;
    max-width: 940px;
    margin: 0 auto;
  }
  .t-banner__title {
    font-weight: bold;
    font-size: 38px;
    line-height: 101%;
    color: #000000;
    max-width: 371px;
  }
  .t-banner__logo {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .t-container {
    max-width: 1228px;
    margin: 0 auto;
  }
  .t-video__wrap iframe {
    height: 403px;
  }
  .t-google__video iframe {
    height: 700px;
  }
  .t-video__wrap {
    padding: 0;
    max-width: 1228px;
    margin: 0 auto;
  }
  .t-google__wrap {
    background: #f5f5f6;
    padding: 50px 0 30px 0;
  }

  .t-banner {
    max-width: 1228px;
    background: #f5f5f6
      url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/October/novye-smartfony-serii-honor-50/img/banner-desktop.png)
      no-repeat right 93px bottom;
    background-size: contain;
    height: 340px;
    background-size: auto;
  }
  .t-banner .t-container {
    padding: 40px;
  }
  .t-banner__title {
    font-weight: bold;
    font-size: 44.5515px;
    line-height: 101%;
    color: #000000;
    max-width: 371px;
  }

  .t-banner__logo {
    width: 209px;
    margin-bottom: 24px;
  }

  .t-text__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    max-width: 940px;
    margin: 0 auto;
  }
  .t-text__title--bold {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #333333;
  }
  .t-timer__title {
    font-weight: bold;
    font-size: 25.4332px;
    line-height: 32px;
    text-align: center;
    color: #333333;
  }
  .t-timer__items {
    font-weight: bold;
    font-size: 120.808px;
    line-height: 38px;
    line-height: 1;
    text-align: center;
    color: #333333;
  }
  .t-timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-weight: normal;
    font-size: 25.4332px;
    line-height: 25px;
    color: #333333;
  }
  .t-timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    padding-bottom: 25px;
    text-align: center;
  }

  .t-timer {
    margin-bottom: 58px;
  }
  .t-timer__item:not(:last-child)::after {
    content: "";
    width: 1.59px;
    height: 153.39px;
    background: #c4c4c4;
    opacity: 0.31;
    position: absolute;
    right: -15px;
  }
}
@media (min-width: 1600px) {
  .t-container {
    width: 100%;
    max-width: 1516px;
    margin: 0 auto;
  }
}
