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;
  }
  .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-present__item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .t-container {
    padding: 0 20px;
  }
  
  .t-banner {
    margin-bottom: 20px;
    
  }
  .t-pos {
    position: absolute;
  }
  .t-section,
  .t-dark {
    position: relative;
  }
  .t-pos--one {
    left: -20px;
    top: -30px;
    width: 20%;
  }
  .t-banner__text {
    max-width: 120px;
    padding-top: 80px;
  }
  .t-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
  .t-small {
    font-weight: 400;
      font-size: 12px;
      display: block;
      line-height: 20px;
      text-align: center;
      color: #333333;
  }
  .t-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  
  }
  .t-section__wrap,
  .t-dark__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .t-bold {
    font-weight: bold;
  }
  .t-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #333333;
  }
  .t-section__image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .t-section {
    margin-bottom: 40px;
  }
  .t-center {
    text-align: center;
    margin-bottom: 20px;
  }
  .t-pos--two {
    right: 0;
    width: 20%;
    bottom: -20%;
  }
  .t-dark {
    background: rgba(51, 51, 51, 0.04);
    padding: 40px 0;
  }
  .t-section__text {
    max-width: 472px;
  }
  
  .t-btn {
    background: #e31235;
    border-radius: 4px;
    /* width: 100%; */
    width: 164px;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 13px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-bottom: 50px;
  }
  .t-btn:hover,
  .t-btn:focus {
    background: #bd0f2c;
    color: #ffffff !important;
  }
  .t-btn:active {
    background: #9c0c24;
    color: #ffffff !important;
  }
  .t-pos--three {
    width: 10%;
    left: 0;
    top: -40px;
  }
  .t-pos--four {
    width: 20%;
    left: 0;
    bottom: 30%;
  }
  .t-pos--five {
    right: 0;
    width: 20%;
    bottom: 10%;
  }
  .t-dark__img {
    width: 50%;
    max-width: 100px;
    margin: 0 auto;
  }
  .t-dark__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  
  @media (min-width: 768px) {
    
    .t-banner__text {
      padding-top: 100px;
    }
    .t-section__wrap {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      column-gap: 20px;
      row-gap: 0;
    }
    .t-dark__wrap {
      flex-direction: row;
      align-items: flex-start;
      column-gap: 20px;
      row-gap: 0;
    }
  
    .t-section__image,
    .t-section__text {
      width: 50%;
    }
    .t-dark__item {
      width: 33%;
    }
    .t-pos--one {
      left: -20px;
      top: 40%;
      width: 10%;
    }
    .t-pos--two {
      right: 0;
      width: 15%;
      bottom: -40%;
    }
    
    .t-dark__text {
      max-width: 385px;
    }
    .t-section__image {
      margin: 0;
    }
    .t-pos--five {
      right: 0;
      width: 10%;
      bottom: -40%;
    }
    .t-pos--four {
      width: 10%;
      left: 0;
      bottom: 10%;
    }
    .t-dark__img img {
      max-height: 90px;
      width: auto;
      max-width: none;
    }
  }
  @media (min-width: 900px) {
    .t-banner {
   
      margin-bottom: 40px;
    }
  }
  
  @media (min-width: 1024px) {
    .t-container {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    
    .t-pos--one {
      left: -20px;
      top: 30%;
      width: 10%;
    }.t-pos--two {
      right: 0;
      width: 15%;
      bottom: -30%;
    }
  }
  @media (min-width: 1280px) {
    .t-banner {
      
      margin-bottom: 69px;
    }
    .t-pos {
      width: auto;
    }
    .t-small {
      font-weight: 400;
      font-size: 18px;
      display: block;
      line-height: 24px;
      text-align: center;
      color: #333333;
  }
    .t-title {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      color: #333333;
    }
    .t-subtitle {
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
      color: #333333;
    
    }
    .t-dark__img img {
      max-height: none;
      width: auto;
      max-width: none;
  }
  .t-pos--two {
    right: 0;
    width: 13%;
    bottom: -25%;
  }
  .t-pos--three {
    
    left: 0;
    top: -150px;
  }
  .t-pos--five {
    right: 0;
    bottom: 10%;
  }
  .t-wrap {
    margin-bottom: 96px;
  }
    .t-dark__item:first-child img {
      max-height: 169px;
    }
    .t-center {
      margin-bottom: 60px;
    }
    .t-dark {
      padding: 48px 0 40px 0;
    }
  
    .t-container {
      max-width: 1228px;
      margin: 0 auto;
    }
    .t-banner__title {
      font-weight: bold;
      font-size: 48px;
      line-height: 101%;
      color: #ffffff;
    }
    .t-pos--four {
      width: auto;
      left: 0;
      bottom: 0%;
    }
    .t-dark__img {
      width: auto;
      max-width: none;
    }
  
    .t-banner__text {
      max-width: 35%;
      padding-left: 120px;
      padding-top: 120px;
    }
    
  
    .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: 30px;
      line-height: 38px;
      text-align: center;
      color: #333333;
      margin-bottom: 62px;
    }
    .t-present__list {
      list-style: none;
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
    }
  
    .t-present__item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .t-present__descr {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      color: #333333;
      max-width: 400px;
    }
    .t-present {
      margin-bottom: 76px;
    }
    .t-descr {
      font-weight: 400;
      font-size: 22px;
      line-height: 30px;
      text-align: center;
      color: #333333;
    }
    
  }
  @media (min-width: 1600px) {
    .t-container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-pos--two {
      
      width: auto;
    }
    .t-banner {
      margin-bottom: 96px;
    }
    .t-banner__text {
      max-width: 30%;
      padding-left: 120px;
      padding-top: 120px;
    }
    .t-pos--five {
      right: 0;
     
      bottom: -10%;
  }
    /* .t-section {
      width: 100%;
      max-width: 1516px;
      padding: 0;
      margin: 0 auto;
    } */
    .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) {
    .t-pos--two {
      right: 5%;
      width: auto;
    }
  }
  