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;
    margin-bottom: 50px;
    max-width: 2800px;
  }
  .t-wrap img {
    max-width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0;
    padding: 0;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  .t-list {
  
    padding: 0;
    margin: 0;
  }
  .t-section {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
  }
  .t-white {
    background: #ffffff;
    padding: 40px 0;
  }
  .t-black {
    background: #000000;
    padding: 40px 0;
  }
  .t-forms {
    margin-bottom: 40px;
  }
  .t-main {
    background: #FAFAFA;
    padding: 40px 0;
  }
  
  .t-container {
    padding: 0 20px;
  }
  .t-notes {
    padding: 40px 0 40px 10px;
  }
  .t-list__item {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
  }
  .t-banner .t-container {
    padding: 20px 23px 0 22px;
  }
  .t-banner {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .t-banner__logo {
    width: 107px;
    margin-bottom: 17px;
  }
  
  .t-banner__title {
    font-weight: bold;
    font-size: 22.5px;
    line-height: 101%;
    color: #000000;
  }
  .t-banner__wrap {
    display: flex;
    justify-content: space-between;
  }
  .t-banner__left {
    width: 50%;
    padding-top: 36px;
  }
  
  .t-banner__text {
    display: flex;
    flex-direction: column;
  }
  .t-banner__image {
    width: 113px;
  }
  .t-text__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #000000;
  }
  
  .t-forms__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
  }
  .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: 15px;
    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;
  }
  .t-google__wrap {
    background: #f5f5f6;
    padding: 20px;
    margin-bottom: 50px;
  }
  .t-google__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
  }
  .t-google__title--small {
    font-weight: normal;
    font-size: 14px;
    line-height: 8px;
    display: block;
    text-align: center;
    color: #999999;
  }
  .t-google {
    margin-bottom: 40px;
  }
  .t-video {
    margin-bottom: 20px;
  }
  .t-video__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-video__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 36px;
  }
  .t-video__subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 9px;
  }
  .t-video__descr {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7b7b7b;
  }
  .t-video__text {
    margin-bottom: 35px;
    padding: 0 20px;
  }
  @media (min-width: 450px) {
    .t-google__video iframe,
    .t-video__wrap iframe {
      height: 350px;
    }
  }
  /* @media (min-width: 525px) {
    .t-banner {
      height: 250px;
      background-size: 80%;
    }
    .t-text__title {
      max-width: 500px;
      margin: 0 auto;
    }
  }
  @media (min-width: 630px) {
    .t-banner {
      height: 300px;
    }
  } */
  
  @media (min-width: 768px) {
    .t-video__wrap iframe {
      height: 304px;
    }
    .t-google__video iframe {
      height: 550px;
    }
    .t-video {
      height: 602px;
      width: 100%;
    }
    .t-banner {
      width: calc(100% - 40px);
      
    }
  
    .t-banner__title {
      max-width: 250px;
    }
  
    .t-banner__text {
    }
    .t-video__wrap {
      padding: 0 20px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .t-video__block {
      width: 50%;
    }
    .t-video__text {
      width: 50%;
      margin-left: 30px;
    }
    .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: 940px;
      margin-bottom: 69px;
    }
    .t-main {
      padding: 60px 0;
    }
    .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-main {
      padding: 90px 0;
    }
    .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 {
      width: 1228px;
      
    }
    .t-white {
      background: #ffffff;
      padding: 96px 0;
    }
    .t-black {
      background: #000000;
      padding: 96px 0;
    }
    .t-white--min {
        padding: 96px 0 0 0;
    }
    .t-notes {
      padding: 96px 0 0px 20px;
    }
  
    .t-list__item {
      font-size: 14px;
      line-height: 20px;
    }
  
    .t-text__title {
      font-weight: 700;
      font-size: 44px;
      line-height: 48px;
      color: #000000;
      max-width: 940px;
      margin: 0 auto;
    }
    .t-forms__subtitle {
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
      text-align: center;
      color: #000000;
      margin-bottom: 40px;
    }
    .t-text,
    .t-forms {
      margin-bottom: 96px;
    }
    .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: 15px;
      text-align: center;
    }
    .t-google__title {
      font-weight: bold;
      font-size: 22px;
      line-height: 8px;
      text-align: center;
      margin-bottom: 15px;
      color: #000000;
    }
    .t-google__title--small {
      font-weight: normal;
      font-size: 14px;
      line-height: 8px;
      text-align: center;
  
      color: #999999;
    }
    .t-google {
      margin-bottom: 96px;
    }
    .t-video__title {
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      color: #333333;
      margin-bottom: 36px;
    }
    .t-video__subtitle {
      font-weight: bold;
      font-size: 22px;
      line-height: 22px;
      color: #333333;
    }
    .t-video__descr {
      font-weight: normal;
      font-size: 22px;
      line-height: 26px;
      color: #7b7b7b;
      max-width: 300px;
    }
    .t-video__text {
      width: 50%;
      margin-left: 50px;
    }
    .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;
    }
    /* .t-video__wrap {
      padding: 0;
      max-width: 1516px;
      margin: 0 auto;
    } */
    .t-banner {
      width: 1516px;
     
    }
    .t-video {
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-video__wrap {
      padding: 0;
      max-width: 1516px;
      margin: 0 auto;
    }
  }
  @media (min-width: 1900px) {
  }
  