html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .t-wrapper img {
    max-width: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
  }
    
    .t-container {
        width: 1516px;
        margin: 0 auto;
        margin-bottom: 96px;
    }
    
    .t-wrapper {
        background: #fff;
        font-family: 'Roboto', sans-serif;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .t-main {
        
        padding-top: 40px;
    }
    
    .t-video__strim {
        display: flex;
        justify-content: center;
    }
    .t-video {
        margin-top: 96px;
    }
    .t-video__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 40px;
    }
    .t-video__item {
        width: calc(50% - 40px);
        /* max-height: 370px; */
        display: flex;
        row-gap: 20px;
        flex-direction: column;
        
    }
    .t-video__wrap a {
        text-decoration: none;
    }
    .t-video__title {
        font-size: 24px;
        line-height: 1.2;
        color: #333333;
    }
    .t-video__item img,
    .t-video__item iframe {
        border-radius: 4px;
    }
    
    .t-video__caption {
        font-size: 34px;
        line-height: 38px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    @media screen and (max-width: 1750px) {
        .exsh_scenario11{
            top: 97px;
            margin-left: -383px;
        }
        .exsh_scenario.exsh_scenario_right.exsh_scenario11:before{
            right: 50%;
            top: 100%;
            transform: rotate(90deg);
            margin-top: -10px;
            margin-right: -29px;
        }
        .exsh_scenario10{
            top: 282px;
            margin-left: -420px;
        }
        .exsh_scenario.exsh_scenario_right.exsh_scenario10:before{
            right: 50%;
            top: 0;
            transform: rotate(-90deg);
            margin-top: -25px;
            margin-right: -110px;
        }
    }
    @media screen and (max-width: 1599px) {
        /* .t-video__item {
            max-height: 287px;
            
        } */
        .t-video__caption {
            font-size: 30px;
            line-height: 34px;
            font-weight: 700;
            color: #333333;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        .t-video__item iframe {
            height: 287px;
        }
        .t-video__title {
            font-size: 22px;
            line-height: 1.2;
        }
        .t-video {
            margin-top: 60px;
        }
        .t-video__strim iframe {
            height: 600px;
        }
    }
    
    @media screen and (max-width: 1600px) {
        
        .t-container {
            width: 1228px;
            margin: 0 auto;
            margin-bottom: 60px;
        }
    }
    @media screen and (max-width: 1279px) {
    
        .t-video__wrap {
            align-items: baseline;
        }
        .t-video__item iframe {
            height: 215px;
        }
        .t-video__strim iframe {
            height: 500px;
        }
        .t-container {
            width: 940px;
            margin: 0 auto;
            margin-bottom: 40px;
        }
        
    }
    @media screen and (max-width: 1023px) {
        .t-container {
            width: 100%;
            padding: 0 20px;
            margin-bottom: 40px;
        }
     
        .t-video__caption {
            font-size: 24px;
            line-height: 28px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
    }

   
    @media screen and (max-width: 1023px) {
        .t-video__item iframe,
        .t-video__item img {
            height: 148px;
        }
        .t-video__wrap {
            align-items: baseline;
        }
        .t-video__title {
            font-size: 20px;
            line-height: 1.2;
            
        }
        .t-video__strim  iframe {
            height: 400px;
        }
    }
    
    @media screen and (max-width: 767px) {
      
        .t-video__strim iframe {
            height: 180px;
            border-radius: 4px;
        }
        .t-video {
            margin-top: 40px;
        }
        .t-video__wrap {
            flex-direction: column;
            align-items: center;
            row-gap: 20px;
            column-gap: 0;
        }
        
        .t-video__item {
            width: 100%;
        }
        .t-video__item iframe,
        .t-video__item img {
            height: auto;
            max-height: 180px;
        }
        .t-video__title {
            font-size: 18px;
            line-height: 1.2;
        }
        .t-container {
            width: calc(100% - 40px);
            padding: 0 20px;
            margin-bottom: 40px;
        }
       
    }