.banner {
    padding: 10px 40px 10px;
  }
  
  .banner-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
  }

  .banner-title {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    padding-top: 9%;
    position: absolute;
    /* transition: ease-out 300ms; */
  }
  
  .banner-title:hover h1 {
    background-color: rgba(0, 0, 0, 0.1);
    transition: ease-out 300ms;
  }
  
  .banner-title h1 {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 6px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0 0 5%;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: ease-out 300ms;
  }

  .banner-img {
    width: 100%;
    display: block;
  }

  .info {
    padding: 0 40px 0;
  }
  
  .info-container {
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    color: rgb(21, 41, 46);
  }
  
  .repair {
    width: 50%;
  }
  
  .info-container p {
    line-height: 26px;
    /* font-size: 14px; */
  }
  
  .defects {
    width: 40%;
  }
  
  .defects-lists {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .defects-list-partone, 
  .defects-list-parttwo {
    list-style: none;
    /* font-size: 14px; */
    line-height: 24px;
    margin: 0;
    padding-left: 25px;
  }
  
  .defects li {
    position: relative;
  }
  
  .defects li::before {
    content: url(../imgs/широкая-стрелка-вправо-14.png);
    position: absolute;
    left: -20px;
    top: 1px;
  }
  
  .button-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .components {
    width: 50%;
  }
  
  .components-img {
    width: 30%;
    float: left;
    margin-right: 20px;
  }
  
  .repair-brands {
    width: 40%;
  }
  
  .repair-brands-lists {
    width: 70%;
    display: flex;
    justify-content: space-between;
  }
  
  .brands-list-partone, .brands-list-parttwo {
    list-style: none;
    padding-left: 25px;
    /* font-size: 14px; */
    line-height: 24px;
    margin-top: 0;
  }
  
  .repair-brands li {
    position: relative;
  }
  
  .repair-brands li::before {
    content: url(../imgs/ок-14.png);
    position: absolute;
    left: -20px;
    top: 1px;
  }
  