html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    padding: 0;
  }
  section {
    margin: 0 auto;
  }
  .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;
    /* background: #ffffff url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/November/dobraya-igrushka/img/background-top.png) no-repeat center;
    background-size: cover; */
    margin-bottom: 50px;
    color: #333333;
    position: relative;
  }
  .t-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/November/dobraya-igrushka/img/snow.svg);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-animation: snowAnimate 300s linear infinite;
    animation: snowAnimate 300s linear infinite;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  @-webkit-keyframes snowAnimate {
    0% {
      background-position: 0 0;
    }
  
    100% {
      background-position: 0 3000px;
    }
  }
  
  @keyframes snowAnimate {
    0% {
      background-position: 0 0;
    }
  
    100% {
      background-position: 0 3000px;
    }
  }
 


  
  .t-wrap a {
    text-decoration: none;
    color: inherit;
  }
  .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 {
    margin-bottom: 40px;
  }
  
  .t-container {
    padding: 0 20px;
  }
  .t-section-banner img {
    border-radius: 16px;
  }
  
  .t-btn {
    background: #e31235;
    border-radius: 4px;
    /* width: 100%; */
    width: 164px;
    border: none;
    outline: none;
    color: #ffffff !important;
    padding: 13px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .t-btn:hover,
  .t-btn:focus {
    background: #bd0f2c;
    color: #ffffff !important;
  }
  .t-btn:active {
    background: #9c0c24;
    color: #ffffff !important;
  }
  .t-subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #333333;
  }
  .t-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
  }
  .t-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333333;
  }
  .t-about {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/November/dobraya-igrushka/img/backgroung-middle.png) no-repeat center;
    background-size: contain;
  }
  .t-about__wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .t-about__item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  /* .t-about__wrap .t-descr,
  .t-maked__text .t-descr {
    text-align: left;
  } */
  .t-about__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .t-about__logo img {
    /* max-width: 285px; */
    margin-bottom: 20px;
  }
  .t-about__descr {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
  }
  .t-help {
    background: #4AC4D7;
    padding: 40px 0 0 0;
  }
  .t-help__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .t-help__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .t-help__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .t-help__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
  }
  .t-help__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
  }
  .t-help__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  .t-maked {
    padding-top: 40px;
  }
  .t-maked__text {
    margin-bottom: 40px;
  }
  .t-maked__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .t-maked__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .t-maked__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
  }
  .t-section__caption {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 40px;
  }
  .t-maked__photo img {
    max-width: 180px;
    border-radius: 50%;
  }
  .t-video {
    margin-bottom: 40px;
  }
  @media (min-width: 768px) {
    .t-about__wrap,
    .t-help__wrap,
    .t-maked__wrap {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      row-gap: 0;
      column-gap: 20px;
    }
    .t-btn {
      margin: 0;
      margin-bottom: 30px;
    }
    .t-help__descr,
    .t-help__subtitle,
    .t-about__descr,
    .t-about__title,
    .t-about__item .t-descr {
      text-align: left;
    }
    .t-maked__text .t-descr {
      text-align: left;
    }
    .t-maked__wrap {
      flex-wrap: wrap;
      column-gap: 40px;
      justify-content: center;
    }
    .t-help__decoration {
      display: flex;
      justify-content: space-between;
    }
    .t-help__right img {
      max-width: 300px;
    }
    .t-maked {
      background: #ffffff url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/November/dobraya-igrushka/img/bottom.png) no-repeat center;
      background-size: contain;
    }
    .t-maked__text {
      width: 70%;
    }
    .t-video iframe {
      height: 400px;
    }
  }
  
  @media (min-width: 1024px) {
    .t-container {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    .t-quote__subtitle,
    .t-about .t-descr {
      max-width: 640px;
      margin: 0 auto;
    }
    .t-video iframe {
      height: 500px;
    }
   
  }
  @media (min-width: 1280px) {
   
    .t-container {
      max-width: 1228px;
      margin: 0 auto;
    }
    .t-about__wrap {
      column-gap: 40px;
    }
    .t-video iframe {
      height: 700px;
    }
    .t-maked {
      padding: 96px 0 120px 0;
      background: #ffffff url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/November/dobraya-igrushka/img/bottom.png) no-repeat center;
      background-size: cover;
    }
    .t-section {
      margin-bottom: 96px;
    }
    .t-subtitle {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      text-align: center;
      color: #333333;
    }
    .t-video {
      margin-bottom: 96px;
    }
    .t-maked__wrap {
      justify-content: space-between;
    }
    .t-quote__subtitle, .t-about .t-descr {
      max-width: 1100px;
      /* text-align: left; */
      margin: 0 auto;
  }
  .t-about__text .t-descr {
    text-align: left;
  }
  .t-about__logo img {
    max-width: 285px;
}
    .t-title {
      font-weight: 900;
      font-size: 44px;
      line-height: 48px;
      text-transform: uppercase;
    }
    .t-descr {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      
    }
    .t-about__title {
      font-weight: 700;
      font-size: 32px;
      text-align: left;
      line-height: 40px;
    }
    .t-about__descr {
      font-weight: 700;
      font-size: 22px;
      line-height: 28px;
      color: #333333;
      text-align: left;
    }
    .t-help__title {
      font-weight: 900;
      font-size: 44px;
      margin-bottom: 40px;
    }
    .t-help__text {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
    }
    .t-help__descr {
      font-weight: 400;
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 20px;
    }
    .t-help__subtitle {
      font-weight: 700;
      font-size: 22px;
      line-height: 28px;
    }
    .t-maked__subtitle {
      font-weight: 700;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      color: #333333;
      margin-bottom: 10px;
    }
    .t-section__caption {
      font-weight: 700;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      margin-top: 80px;
    }
    .t-help {
      background: #4AC4D7;
      padding: 96px 0 0 0;
    }
    .t-help__wrap {
      column-gap: 30px;
    }
    .t-help__right img {
      max-width: 562px;
  }
   
  }
  @media (min-width: 1600px) {
    .t-container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-quote__subtitle, .t-about .t-descr {
      max-width: 1260px;
      margin: 0 auto;
  }
  .t-about__wrap {
    column-gap: 80px;
  }
  
  }
  @media (min-width: 1900px) {
    .t-video iframe {
        height: 900px;
    }
  }
  