.leasing__banner {
  background: url(../../img/leasing/banner-mobile.png) bottom center / auto
    no-repeat;
  background-size: cover;
  height: 513px;
  padding: 32px 24px;
  border-radius: 20px;
}

.leasing__banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000000;
  max-width: 520px;
}

.leasing__banner__content h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.leasing__banner__content h1 span {
  color: #f90000;
}

.leasing__banner__preferences {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  color: #000000;
}

.leasing__banner__preference-block {
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}
.leasing__banner__preference-block img {
  height: 16px;
}
.leasing__banner__preference-block span {
  font-size: 12px;
  font-weight: 400;
  line-height: auto;
}

.leasing__more {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 24px;
  width: 100%;
  max-width: 376px;
  background: #f90000;
  border-radius: 999px;
  margin-top: 28px;
}

.leasing__heading {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.leasing__heading p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.leasing__why {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.leasing__why h3 {
  display: none;
}

.leasing__points {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 166px);
  gap: 20px;
}

.leasing__point {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  color: #000000;
  background: #efefef;
  border-radius: 15px;
}

.leasing__point img {
  height: 24px;
}

.leasing__point h4 {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.leasing__point p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

@media (min-width: 600px) {
  .leasing__banner {
    background: url(../../../img/leasing/banner.png) bottom right -60px / auto no-repeat;
    background-size: cover;
    height: 436px;
    padding: 52px 48px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .leasing__point h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .leasing__point p {
    font-size: 14px;
    line-height: 18px;
  }
  .leasing__points {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 166px);
    gap: 12px;
  }
  .leasing__point {
    padding: 16px;
    border-radius: 12px;
  }

  .leasing__point img {
    height: 26px;
  }

  .leasing__point[percent] {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .leasing__point[ruble] {
    grid-column: 3 / span 2;
    grid-row: 1;
  }
  .leasing__point[car] {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .leasing__point[house] {
    grid-column: 1 / span 3;
    grid-row: 2;
  }
  .leasing__point[sidecar] {
    grid-column: 4 / span 3;
    grid-row: 2;
  }

  .leasing__banner {
    background: url(../../../img/leasing/banner.png) bottom right / auto no-repeat;
    background-size: cover;
    height: 436px;
    padding: 52px 48px;
    border-radius: 30px;
  }

  .leasing__more {
    font-size: 16px;
    padding: 16px 24px;
    margin-top: 36px;
  }
  .leasing__banner__content {
    max-width: 521px;
  }

  .leasing__banner__content h1 {
    font-size: 43px;
    line-height: 49px;
  }

  .leasing__heading {
    margin-top: 32px;
    gap: 16px;
  }

  .leasing__why {
    gap: 45px;
  }

  .leasing__why h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
  }

  .leasing__banner__preference-block span {
    font-size: 14px;
  }
  .leasing__banner__preference-block {
    padding: 8px 12px;
  }
}
