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: #010207;
    padding-bottom: 50px;
  }
  .t-wrap img {
    max-width: 100%;
    vertical-align: middle;

  }
  
  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-present__item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .t-container {
    padding: 0 20px;
  }
  .t-block__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }
  .t-desktop {
    display: none!important;
  }
  .t-content__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .sponsor__item {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .sponsor__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .sponsor__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.6;
  }
  .t-content__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.33em;
    text-transform: uppercase;
    color: #00EFFA;
  
  }
  .t-content__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 20px;
    border-bottom: 1px solid #00EFFA;
  
  }
  .t-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.6;
  }
  
  .t-text__title {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  
    color: #333333;
  
    max-width: 640px;
    margin: 0 auto;
  }
  .t-text {
    margin-bottom: 50px;
  }
  .t-present__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }
  .t-present__list {
    list-style: none;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .t-present__item img {
    margin-bottom: 30px;
  }
  .t-present__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-bottom: 30px;
    margin-right: 15px;
  }
  .t-present__item:nth-child(3),
  .t-present__item:nth-child(6) {
    margin-right: 0;
  }
  
  .t-present__descr {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
  
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #333333;
    max-width: 200px;
  }
  .t-present {
    margin-bottom: 50px;
  }
  .t-block__item img {
    border-radius: 10px 10px 0px 0px;
  }
  .t-content {
    background: #1A1A1A;
    padding: 20px;
  }
  .t-block {
    margin-bottom: 40px;
  }
  .t-content__wrap img {
    display: block;
    margin: 0 auto;
  }
  .t-center {
    text-align: center;
  }
  
  .t-btn {
    background: #e31235;
    border-radius: 4px;
    /* width: 100%; */
    width: auto;
    max-width: 320px;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 13px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .t-btn:hover,
  .t-btn:focus {
    background: #bd0f2c;
    color: #ffffff !important;
  }
  .t-btn:active {
    background: #9c0c24;
    color: #ffffff !important;
  }
  .t-category__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .t-category {
    margin: 40px 0;
  }
  
  
  @media (min-width: 768px) {
    .t-block__wrap {
      flex-direction: row;
      column-gap: 20px;
      align-items: stretch;
    }
    .t-category__wrap {
      flex-direction: row;
      row-gap: 0px;
      column-gap: 10px;
    }
    .t-desktop {
      display: block!important;
    }
    .t-block__item {
      width: 50%;
    }
    /* .t-block:nth-child(3) .t-block__wrap,
    .t-block:nth-child(5) .t-block__wrap,
    .t-block:nth-child(7) .t-block__wrap {
      flex-direction: row-reverse;
    } */
    .t-block__wrap--reverse {
      flex-direction: row-reverse;
    }
    .sponsor__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      column-gap: 20px;
    }
    .sponsor__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
      width: calc(25% - 20px);
    }
    .t-block__item {
      border-radius: 20px;
      box-sizing: border-box;
    }
    .t-block:nth-child(2) .t-content {
      margin-top: 30px;
    }
    .sponsor__title,
    .sponsor__descr {
      text-align: center;
    }
    .sponsor {
      margin-top: 40px;
    }
    .t-category {
      margin: 60px 0;
    }
  }
  
  
  @media (min-width: 1024px) {
    .t-container {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    .t-section {
      margin-top: 30px;
    }
    .t-content {
      background: #1A1A1A;
      padding: 30px;
    }
    .t-category__wrap {
      column-gap: 20px;
    }
    .t-block {
      margin-bottom: 40px;
  }
    .t-block:nth-child(2) .t-content {
      margin-top: 40px;
    }
  
    .t-banner__text {
      max-width: 35%;
      padding-top: 80px;
    }
    .t-banner__title {
      font-weight: bold;
      font-size: 36px;
      line-height: 101%;
      color: #ffffff;
    }
  
    .t-text__title {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      color: #333333;
      max-width: 640px;
      margin: 0 auto;
    }
    .t-block__item img {
      border-radius: 20px;
  }
    .t-text {
      margin-bottom: 50px;
    }
    .t-present__title {
      font-weight: bold;
      font-size: 26px;
      line-height: 34px;
      text-align: center;
      color: #333333;
      margin-bottom: 50px;
    }
    .sponsor {
      margin-top: 60px;
    }
    .t-present__list {
      justify-content: center;
    }
    /* .t-present__item img {
      max-width: 60px;
      margin-bottom: 37px;
    } */
    .t-present__item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .t-present__descr {
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #333333;
    }
    .t-present {
      margin-bottom: 50px;
    }
    .t-category__item {
      transition: transform ease 1.5s;
    }
    .t-category__item:hover {
      transform: scale(0.95);
    }
    .t-section {
      margin-bottom: 60px;
    }
   
  }
  @media (min-width: 1280px) {
   
    .sponsor {
      margin-top: 96px;
    }
    .t-category {
      margin: 96px 0;
    }
   
    .t-container {
      max-width: 1228px;
      margin: 0 auto;
    }
    .t-block__item {
      border-radius: 20px;
      box-sizing: border-box;
    }
    .t-block:nth-child(2) .t-content {
      margin-top: 60px;
    }
    .t-content {
      padding: 50px;
      
    }
    .sponsor__title {
      font-weight: 700;
      font-size: 28px;
      line-height: 33px;
      text-align: center;
    }
    .sponsor__descr {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      text-align: center;
    }
    .t-block {
      padding-top: 48px;
    }
    .t-block__wrap {
      
      column-gap: 20px;
      align-items: stretch;
      justify-content: space-between;
    }
    .t-content__subtitle {
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
    }
    .t-content__title {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
    }
    .t-descr {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
    .t-content__wrap {
      row-gap: 30px;
    }
    .t-section {
      margin-top: 48px;
    }
    .t-section {
      margin-bottom: 96px;
    }
  }
  @media (min-width: 1600px) {
    .t-container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-block:nth-child(2) .t-content {
      margin-top: 70px;
  }
  
    .t-banner__text {
      max-width: 30%;
      padding-left: 120px;
      padding-top: 120px;
    }
    .t-section {
      margin-top: 48px;
    }
    .t-text__title {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      color: #333333;
      max-width: 984px;
      margin: 0 auto;
    }
    .t-text {
      margin-bottom: 96px;
    }
    .t-present__title {
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      text-align: center;
      color: #333333;
      margin-bottom: 62px;
    }
    .t-present__list {
      list-style: none;
      display: flex;
      justify-content: center;
    }
    .t-present__item img {
      max-width: 79px;
      margin-bottom: 37px;
    }
    .t-present__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 266px;
    }
    .t-present__item:not(:last-child) {
      margin-right: 156px;
    }
    .t-present__descr {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      color: #333333;
      max-width: 400px;
    }
    .t-present {
      margin-bottom: 76px;
    }
  }
  @media (min-width: 1900px) {
  }
  