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-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 60px;
  }
  .t-wrap img {
    max-width: 100%;
  }
  .t-wrap a {
    text-decoration: none;
  }
  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-container {
    padding: 0 20px;
  }
  
  .t-banner {
    width: calc(100% - 40px);
    
    margin: 0 auto;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .t-banner img {
    border-radius: 16px;
  }
  .t-banner__text {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px;
  }
  .t-category__item img {
    
    margin: 0 auto;
    display: block;
  }
  .t-category__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .t-category__item {
    background: #F5F5F6;
    border-radius: 16px;
    padding: 20px;
    width: 300px;
    justify-content: space-between;
      height: 200px;
      display: flex;
    flex-direction: column;
  }
  .t-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin-top: 30px;
  }
  
  
  
  
  .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;
  }
  
  @media (min-width: 768px) {
    .t-banner {
      width: calc(100% - 40px);
     
      margin: 0 auto;
      border-radius: 16px;
      margin: 0 auto;
      margin-bottom: 50px;
    }
    .t-category__list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      column-gap: 20px;
    }
    .t-title {
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #333333;
      margin-top: 30px;
    }
    .t-category__item {
      width: 25%;
    }
  
    .t-category__item:hover {
      box-shadow: 5px 5px 25px rgba(4, 6, 28, 0.3);
    }
    a.t-category__item:active {
        background-color: #F5F5F6;
    }
  
    
    
  }
  @media (min-width: 900px) {
    .t-banner {
      width: calc(100% - 40px);
      
      margin: 0 auto;
      border-radius: 16px;
      margin: 0 auto;
      margin-bottom: 50px;
    }
   
  }
  
  @media (min-width: 1024px) {
    .t-container {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    .t-section {
      width: 100%;
      max-width: 940px;
      padding: 0;
      margin: 0 auto;
    }
  
    .t-banner {
      width: 100%;
      max-width: 940px;
      margin: 0 auto;
      border-radius: 16px;
      margin: 0 auto;
      margin-bottom: 50px;
    }
    
   
  }
  @media (min-width: 1280px) {
    .t-banner {
      width: 100%;
      max-width: 1228px;
     
      margin: 0 auto;
      margin-bottom: 96px;
      border-radius: 16px;
    }
  
    .t-container {
      max-width: 1228px;
      margin: 0 auto;
    }
  
    .t-category__list {
      flex-direction: row;
      justify-content: space-between;
      column-gap: 20px;
      width: 100%;
    }
    .t-title {
      font-weight: bold;
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      color: #333333;
      margin-top: 40px;
    }
    .t-category__item {
      background: #F5F5F6;
      border-radius: 16px;
      padding: 30px;
      width: 23%;
      box-sizing: border-box;
      max-width: 300px;
      height: 280px;
    }
    .t-wrap {
        padding-bottom: 96px;
    }
  }
  @media (min-width: 1600px) {
    .t-container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-banner {
      width: 100%;
      max-width: 1516px;
     
      margin: 0 auto;
      margin-bottom: 96px;
      border-radius: 16px;
    }
    .t-banner__text {
      max-width: 50%;
      margin: 0 auto;
      padding-top: 100px;
    }
  
    .t-section {
      width: 100%;
      max-width: 1516px;
      padding: 0;
      margin: 0 auto;
    }
    .t-text__title {
      font-weight: normal;
      font-size: 32px;
      line-height: 40px;
      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) {
  }
  

  .swiper-container {
    width: 100%;
    /* height: 300px; */
  }
  .swiper-slide__image {
    height: 100%;
  }
  .swiper-slide__image img {
    object-fit: cover;
    max-width: 100%;
  }
  
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: 400;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-container .swiper-pagination-bullet {
    /* background-color: #babac0; */
    background: #565656;
    border-radius: 0.1rem;
    width: 28px;
    height: 0.2rem;
  }
  
 

  @media (min-width: 768px) {
    .swiper-wrapper {
      margin-bottom: 50px;
    }
    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
      top: 35%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      box-shadow: 0 0.1rem 2rem rgb(4 6 28 / 10%);
      border: none;
      border-radius: 50%;
      background-color: #fff;
      color: #e31235;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 14px !important;
      font-weight: 400;
    }
    .swiper-pagination {
      display: block;
    }
    
  }
  
  
  