.pg-hero {
  display: flex;
  background-color: #fff;
  min-height: 260px;
}
.pg-hero [class*="pg-btn"] {
  z-index: 1;
}
.pg-hero-item,
.pg-hero-item-1,
.pg-hero-item-2,
.pg-hero-item-3 {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0;
}
.pg-hero-item h1,
.pg-hero-item-1 h1,
.pg-hero-item-2 h1,
.pg-hero-item-3 h1 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 60px;
  color: #058ad7;
  margin-bottom: 20px;
  text-align: center;
  z-index: 1;
}
.i18n-ru .pg-hero-item h1,
.i18n-ru .pg-hero-item-1 h1,
.i18n-ru .pg-hero-item-2 h1,
.i18n-ru .pg-hero-item-3 h1 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.i18n-ja .pg-hero-item h1,
.i18n-ja .pg-hero-item-1 h1,
.i18n-ja .pg-hero-item-2 h1,
.i18n-ja .pg-hero-item-3 h1 {
  font-size: 50px;
  line-height: 55px;
}
.pg-hero-item h2,
.pg-hero-item-1 h2,
.pg-hero-item-2 h2,
.pg-hero-item-3 h2 {
  font-family: 'Larsseit-Thin', Arial, sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
  z-index: 1;
}
.i18n-ru .pg-hero-item h2,
.i18n-ru .pg-hero-item-1 h2,
.i18n-ru .pg-hero-item-2 h2,
.i18n-ru .pg-hero-item-3 h2 {
  font-family: 'Roboto-Thin', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-hero-item h2,
.i18n-ja .pg-hero-item-1 h2,
.i18n-ja .pg-hero-item-2 h2,
.i18n-ja .pg-hero-item-3 h2 {
  font-weight: normal;
}
.pg-hero-item h3,
.pg-hero-item-1 h3,
.pg-hero-item-2 h3,
.pg-hero-item-3 h3 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #058ad7;
  margin-bottom: 15px;
  z-index: 1;
}
.i18n-ru .pg-hero-item h3,
.i18n-ru .pg-hero-item-1 h3,
.i18n-ru .pg-hero-item-2 h3,
.i18n-ru .pg-hero-item-3 h3 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-hero-item h4,
.pg-hero-item-1 h4,
.pg-hero-item-2 h4,
.pg-hero-item-3 h4 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #94a9b8;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  z-index: 1;
}
.i18n-ru .pg-hero-item h4,
.i18n-ru .pg-hero-item-1 h4,
.i18n-ru .pg-hero-item-2 h4,
.i18n-ru .pg-hero-item-3 h4 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-hero-item p,
.pg-hero-item-1 p,
.pg-hero-item-2 p,
.pg-hero-item-3 p {
  font-family: 'Larsseit-Thin', Arial, sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
  z-index: 1;
}
.i18n-ru .pg-hero-item p,
.i18n-ru .pg-hero-item-1 p,
.i18n-ru .pg-hero-item-2 p,
.i18n-ru .pg-hero-item-3 p {
  font-family: 'Roboto-Thin', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-hero-item p,
.i18n-ja .pg-hero-item-1 p,
.i18n-ja .pg-hero-item-2 p,
.i18n-ja .pg-hero-item-3 p {
  font-weight: normal;
}
.pg-hero-item [class*="pg-btn"],
.pg-hero-item-1 [class*="pg-btn"],
.pg-hero-item-2 [class*="pg-btn"],
.pg-hero-item-3 [class*="pg-btn"] {
  margin-top: 30px;
}
.pg-hero-item {
  padding: 45px 75px;
  flex: 1 1 auto;
}
.pg-hero-item-1 {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
}
.pg-hero-item-2 {
  text-align: center;
  flex: 0 0 auto;
  width: auto;
}
.pg-hero-item-3 {
  text-align: right;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  [class*="pg-hero-item"] >h1 {
    padding: 0 25px 0 25px;
  }
  [class*="pg-hero-item"] >h3 {
    padding: 0 25px 0 25px;
  }
  [class*="pg-hero-item"] >h4 {
    padding: 0 25px 0 25px;
  }
  [class*="pg-hero-item"] >p {
    padding: 0 25px 0 25px;
  }
  [class*="pg-hero-item"] >p br {
    display: none;
  }
  .pg-hero-item-2 >h2 {
    padding: 0 25px 0 25px;
  }
}
@media (min-width: 991px) {
  .pg-hero [class*="pg-btn"] {
    display: none;
  }
  .pg-hero h4 {
    display: none;
  }
}
@media (max-width: 991px) {
  .pg-hero [class*="pg-hero-item"] h1 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 15px;
  }
  .pg-hero [class*="pg-hero-item"] h2,
  .pg-hero [class*="pg-hero-item"] p {
    font-size: 16px;
    line-height: 24px;
  }
  .pg-hero [class*="pg-hero-item"] h2 br,
  .pg-hero [class*="pg-hero-item"] p br {
    display: none;
  }
  .pg-hero .pg-hero-item {
    padding: 45px 50px 35px 50px;
  }
}
@media (max-width: 767px) {
  .pg-hero {
    min-height: auto;
  }
  [class*="pg-hero-item"] h1 {
    font-size: 35px;
    line-height: 40px;
  }
  [class*="pg-hero-item"] h2 br {
    display: none;
  }
  [class*="pg-hero-item"] h3 {
    font-size: 25px;
    line-height: 32px;
    padding: 0;
  }
  [class*="pg-hero-item"] h4 {
    padding: 0;
  }
  [class*="pg-hero-item"] p {
    padding: 0;
  }
  [class*="pg-hero-item"] p br {
    display: none;
  }
  .pg-hero-item {
    padding: 30px 25px 55px 25px;
  }
  .pg-hero-item h1,
  .pg-hero-item h2,
  .pg-hero-item h3,
  .pg-hero-item h4 {
    padding: 0;
  }
}
