.bannerbar_wrap {
  background: #fff7eb;
  border-radius: 15px;
  padding: 15px 45px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.bannerbar_wrap:after {
  content: "";
  width: 528.79px;
  height: 490.26px;
  border-radius: 100%;
  background: #ffce8d;
  transform: rotate(-90deg);
  position: absolute;
  top: 10px;
  right: -205px;
}

.bannerbar_wrap .banner_supra_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 7px;
  line-height: 9px;
  text-transform: uppercase;
  color: #a1a1a1;
}
.bannerbar_wrap .banner_supra_title span {
  margin-left: 15px;
}

.bannerbar_wrap .banner_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ff9206;
  max-width: 75%;
}

.bannerbar_wrap .banner_sub_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 11.9076px;
  line-height: 120%;
  /* or 14px */
  letter-spacing: -0.02em;
  color: #303030;
  margin-bottom: 15px;
}

.bannerbar_wrap .banner_all_title {
  margin-bottom: 40px;
}

.bannerbar_wrap .banner_dipl_title {
  margin-bottom: 10px;
}

.bannerbar_wrap .banner_grid {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: start;
  max-width: 65%;
}
.bannerbar_wrap .banner_grid .banner_line {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 11.5521px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #303030;
  margin-bottom: 8px;
  max-width: 250px;
}
.bannerbar_wrap .banner_grid .banner_line img.done {
  margin-right: 15px;
}

.bannerbar_wrap .banner_btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14.0791px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #ffffff;
  padding: 8px 18px;
  border: none;
  background: #ff9206;
  border-radius: 15.9744px;
  text-decoration: none;
}

.bannerbar_wrap .btnprice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.bannerbar_wrap .btnprice .banner_price .old {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-decoration-line: line-through;
  color: #303030;
}
.bannerbar_wrap .btnprice .banner_price .new {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #ff9206;
}

.bannerbar_wrap .dipl_btnprice {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.bannerbar_wrap img.banner_girl {
  position: absolute;
  right: 10px;
  z-index: 9;
  bottom: 8px;
  height: 200px;
}

.bannerbar_wrap .btns_grid {
  flex-wrap: wrap;
  max-width: 59%;
}

.bannerbar_wrap .bannerbar_wrap .banner_dipl_grid {
  margin-bottom: 12px;
  flex-direction: column;
  align-items: self-start;
}
.bannerbar_wrap .bannerbar_wrap .banner_dipl_grid .banner_line {
  margin-bottom: 0;
}

.bannerbar_wrap .banner_dipl_sale {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #ff9206;
}

@media (max-width: 768px) {
  .bannerbar_wrap {
    padding: 15px 35px;
  }
  .bannerbar_wrap img.banner_girl {
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 8px;
    height: 170px;
  }
  .bannerbar_wrap:after {
    right: -288px;
  }
  .bannerbar_wrap .btns_grid {
    flex-direction: column;
    align-items: unset;
  }
  .bannerbar_wrap .banner_sub_title {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .bannerbar_wrap {
    padding: 10px 20px;
  }
  .bannerbar_wrap .banner_all_title {
    margin-bottom: 20px;
  }
  .bannerbar_wrap .banner_title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #ff9206;
    max-width: 100%;
  }
  .bannerbar_wrap:after {
    display: none;
  }
  .bannerbar_wrap img.banner_girl {
    position: absolute;
    right: -42px;
    z-index: 9;
    bottom: 8px;
    height: initial;
    width: 55%;
  }
  .bannerbar_wrap .banner_btn {
    font-size: 12.0791px;
    line-height: 100%;
  }
  .bannerbar_wrap .banner_sub_title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 10.9076px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #303030;
    margin-bottom: 20px;
  }
  .bannerbar_wrap .banner_grid {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: start;
    max-width: 70%;
    flex-direction: column;
  }
  .bannerbar_wrap .btnprice .banner_price .old {
    font-size: 12px;
  }
  .bannerbar_wrap .btnprice .banner_price .new {
    font-size: 22px;
  }
  .bannerbar_wrap .banner_dipl_sale {
    font-size: 16px;
  }
}
@media(min-width:969px){
  .banner_wrap.def-banner .banner_btn {
    font-weight: 500;
    font-size: 16px;
    border-radius: 16px;
  }
  .bannerbar_wrap.def-banner .btns_grid {
    max-width: 50%;
  }
  .bannerbar_wrap.def-banner .banner_title {
    margin-top: 12px;
    max-width: 50%;
    font-size: 24px;
  }
}