#banner-tires .container {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: image-set(
    url('../../images/home/banner-tires-back.jpg') 1x,
    url('../../images/home/banner-tires-back@2x.jpg') 2x);
  padding-top: 40px;
  padding-bottom: 30px;
  --content-width: 1200px;
}

#banner-tires .inner {
  max-width: 1008px;
  margin: 0 auto;
}

#banner-tires .logos {
  background: #000 !important;
  overflow: hidden;
  padding: 0 !important;
}

#banner-tires .logos .wrap {
  gap: 42px;
  padding: 11px 0;
  flex-wrap: nowrap;
}

#banner-tires .logos img {
  filter: brightness(0) invert(1);
}

#banner-tires .l1 {
  font-size: 31px;
  line-height: 1.18em;
}

#banner-tires .l2 {
  font-size: 138px;
  line-height: 1em;
  color: var(--yellow) !important;
  margin-top: 4px;
  margin-left: -7px;
}

#banner-tires .l2 sup {
  top: -0.95em;
}

#banner-tires .l2 .period {
  text-transform: uppercase;
  font-size: 53%;
}

#banner-tires .l2 sup.decimal {
  font-size: 57%;
  top: inherit;
  vertical-align: baseline;
  line-height: 1;
  top: 3px;
}

#banner-tires .decor {
  left: 50%;
  top: 0%;
  transform: translateX(67%);
  width: 122px;
  height: 122px;
  font-size: 25px;
  line-height: 0.92em;
  padding-top: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: image-set(
    url('../../images/home/banner-tires-decor.png') 1x,
    url('../../images/home/banner-tires-decor@2x.png') 2x);
}

#banner-tires .right {
  padding-bottom: 16px;
  margin-right: -36px;
}

#banner-tires .r1 {
  font-size: 35px;
  line-height: 1.08em;
}

#banner-tires a {
  height: 40px;
  line-height: 40px;
  width: 148px;
  font-size: 20px;
  margin-top: 23px;
}

@media screen and (max-width: 1100px ) {
  #banner-tires .right {
    margin-right: 0;
  }

  #banner-tires .decor {
    transform: translateX(47%);
  }
}

@media screen and (max-width: 992px ) {
  #banner-tires .decor {
    transform: translateX(-20%);
  }

  #banner-tires .left {
    padding-left: 10px;
  }

  #banner-tires .l1 {
    font-size: 23px;
  }

  #banner-tires .r1 {
    font-size: 26px;
  }

  #banner-tires .l2 {
    font-size: 88px;
  }
}

@media screen and (max-width: 767px ) {
  #banner-tires .container {
    --content-width: 345px;
    background-image: image-set(
      url('../../images/home/banner-tires-back-m.jpg') 1x,
      url('../../images/home/banner-tires-back-m@2x.jpg') 2x);
    padding-top: 34px;
    padding-bottom: 207px;
  }

  #banner-tires .inner {
    flex-direction: column;
  }

  #banner-tires .l1 {
    font-size: 25px;
    line-height: 1.2em;
  }

  #banner-tires .l2 {
    font-size: 121px;
  }

  #banner-tires .r1 {
    color: #fff;
    font-size: 22px;
    line-height: 1.11em;
    margin-top: 8px;
  }

  #banner-tires .decor {
    left: 73%;
    top: 100%;
    transform: none;
    font-size: 18px;
    width: 85px;
    height: 85px;
    background-image: image-set(
      url('../../images/home/banner-tires-decor-m.png') 1x,
      url('../../images/home/banner-tires-decor-m@2x.png') 2x);
  }

  #banner-tires a {
    width: 175px;
    height: 51px;
    line-height: 51px;
    margin-top: 17px;
  }

  @keyframes logos {
    from {
      transform: translateX(0%);
    }
    
    to {
      transform: translateX(-100%);
    }
  }

  #banner-tires .logos .wrap {
    padding: 3px 0;
    animation: logos 10s linear 0s infinite;
  }

}