
  /*-----------------------------------*\
    #MEDIA ЗАПРОСЫ
  \*-----------------------------------*/

  /* -------- АДАПТАЦИЯ 575px Screen -------- */
  @media(min-width: 575px){
    
    :root{
      /*шрифты*/
    }

    /*стили*/
    .container{
        min-width: 540px;
        width: 100%;
        margin-inline: auto;
      }
      /*font-size*/
      .hero-subtitle,
      .section-subtitle{
      }
      
      /*header*/
      .header .container{
        max-width: unset;
        padding-inline: 30px;
      }

      
    /*тренер*/
   .hero-banner{
 
   }

    .hero-content{
        padding-inline:30px;
      }
      .hero-subtitle .strong{
        padding-block: 6px;
      }
      .hero-title{
        font-size:clamp(25px, 1vw,30px)
      }
      .about .wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
      }
      
      .about-coach{
        margin-block-end: 0;
      }
      
      /*видео*/
      .video-card .card-title{
        --fs-3: 3.5.rem;
      }
      /*footer*/
      
      .footer-top .container{
      grid-template-columns: 1fr 1fr;
      column-gap: 25px;
      }
        

}