
@font-face {
  font-family: "Privat Sans";
  font-display: swap;
  src: url("fonts/PryvatSans-Bold.woff") format("woff"),
    url("fonts/PryvatSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pryvate Sans";
  font-display: swap;
  src: url("fonts/PryvatSans-Regular.woff") format("woff"),
    url("fonts/PryvatSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.banner-pay{
    width: 100%;
  
}
.banner-pb {
  background-color: #00330d;
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: auto;
  height: 240px;
  font-family: "Pryvate Sans", sans-serif;
  padding: 30px 0px 20px 30px;
  overflow: hidden;

}
.banner-pb-img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 48px;
  max-width: 362px;
  width: 100%;
}
.banner-pb-wrap {
}
.banner-pb-text {
  position: relative;
}
.banner-pb-text__title {
  font-style: normal;
  font-weight: 700;
  font-size: 31.5733px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 440px;
  margin-bottom: 38px;
}
.banner-pb-text__img {
  margin-bottom: 19px;
}
.banner-pb-text__note {
  font-style: normal;
  font-weight: 500;
  font-size: 7.4px;
  line-height: 9px;
  color: #ffffff;
  opacity: 0.5;
}

@media (max-width: 970px) {
  .banner-pb-img {
    right: -15px;
  }
}

@media (max-width: 800px) {
  .banner-pb-text__title {
    font-size: 25.56px;
    line-height: 27px;
  }
}
@media (max-width: 700px) {
  .banner-pb-img {
    max-width: 243px;
    right: -15px;
  }
  .banner-pb-text__title {
    font-size: 18.56px;
    line-height: 21px;
    max-width: 46%;
    margin-bottom: 23px;
  }
  .banner-pb {
    height: 182px;
    padding: 17px 0px 11px 17px;
  }
  .banner-pb-text__img {
    margin-bottom: 10px;
    max-width: 27px;
  }
}

@media (max-width: 400px) {
  .banner-pb-text__title {
    max-width: 130px;
  }
  .banner-pb-text__note {
    font-weight: 500;
    font-size: 4.35px;
    line-height: 5px;
  }
}
