.catalog__top {
  display: flex;
  flex-direction: row;
  background: url("../img/fon.png") ,#EAF1FC;
  background-size: contain;
  margin-bottom: 15px;
  border-radius: 40px;
}
.catalog__top__leftside {
  padding: 30px 0 30px 50px;
  width: 50%;
}
.catalog__top__rightside {
  margin-right: 50px;
}
.catalog__img {
  width: 100%;
}
.big__h2 {
font-size: 66px;
font-weight: 500;
line-height: 85px;
padding: 12px 30px;
background: var(--blue-color);
border-radius: 22px;
margin-top: 0;
margin-bottom: 40px;
width: fit-content;
color: var(--white-color);
}
.zamanuha__kredit {
  margin: auto 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}
.catalog__top .zamanuha {
  margin-bottom: 0;
}
.catalog__top .sale__time {
  margin-bottom: 40px;
}
.models__div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 40px;
  row-gap: 20px;
}
.model {
  padding: 5px 5px 5px 15px;
  background: #ECECEC;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.model span {
  color: var(--blue-color);
  padding: 0 10px;
  background: var(--white-color);
  border-radius: 40px;
}
.big__h2__bu {
  background: #D9DB4D;
  color: var(--text-color);
}

/*media*/


@media screen and (max-width:1550px) {
  .big__h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .zamanuha__kredit {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width:1285px) {
  .catalog__top__leftside {
    padding: 30px 0 30px 30px;
    width: 80%;
  }
  .catalog__top__rightside {
  margin-right: 30px;
}
.big__h2 {
  font-size: 46px;
  line-height: 50px;
}

}
@media screen and (max-width:989px) {
.catalog__top__leftside {
  width: 100%;
}
  }
  @media screen and (max-width:550px) {
    .big__h2 {
      font-size: 38px;
      line-height: 40px;
    }

}