.pg-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 3.66vw;
  margin-right: 3.66vw;
  margin-bottom: 3.66vw;
  background-color: #fff;
  transition: opacity 0.7s ease-in;
  -webkit-transition: opacity 0.7s ease-in;
}
@media (max-width: 991px) {
  .pg-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.51vw;
    padding-right: 6.51vw;
  }
}
@media (max-width: 767px) {
  .pg-box {
    flex-wrap: wrap;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.pg-box.pg-show {
  opacity: 1;
  height: auto;
}
.pg-box.pg-hide {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.pg-box p {
  margin-bottom: 2.2vw;
}
@media (max-width: 991px) {
  .pg-box p {
    margin-bottom: 2.6vw;
  }
}
@media (max-width: 767px) {
  .pg-box p {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .pg-box [class*="pg-btn-"] {
    margin: 0 auto;
  }
}
.pg-box ul {
  margin: 0 0 0 25px;
  padding: 0;
  margin-bottom: 30px;
  margin-bottom: 2.2vw;
}
@media (max-width: 991px) {
  .pg-box ul {
    margin-bottom: 30px;
    margin-bottom: 3.91vw;
  }
}
@media (max-width: 767px) {
  .pg-box ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pg-box ul {
    text-align: left;
  }
}
.pg-box ul li {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.17vw;
  line-height: 1.76vw;
  color: #252a2e;
}
.i18n-ru .pg-box ul li {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-box ul li {
  font-weight: normal;
}
@media (max-width: 991px) {
  .pg-box ul li {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .pg-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.pg-box-item {
  flex: 1 1 50%;
  padding-left: 3.66vw;
  padding-right: 3.66vw;
}
@media (max-width: 991px) {
  .pg-box-item {
    flex: 1 1 auto;
    padding-left: 3.91vw;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .pg-box-item {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.pg-box-item.with-img {
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .pg-box-item.with-img {
    flex: 1 0 50%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pg-box-item.with-img {
    text-align: center;
    margin-bottom: 35px;
  }
}
.pg-box-item.with-img > img {
  width: 40.263vw;
}
@media (max-width: 991px) {
  .pg-box-item.with-img > img {
    width: 49.739vw;
  }
}
@media (max-width: 767px) {
  .pg-box-item.with-img > img {
    width: 80vw;
  }
}
.pg-box-item.with-img > img[src$='.svg'] {
  width: auto;
  max-width: 100%;
  height: 250px;
  height: 18.3vw;
  margin-bottom: 50px;
  margin-bottom: 3.66vw;
}
@media (max-width: 991px) {
  .pg-box-item.with-img > img[src$='.svg'] {
    height: 235px;
    height: 30.6vw;
  }
}
@media (max-width: 767px) {
  .pg-box-item.with-img > img[src$='.svg'] {
    height: 178px;
  }
}
@media (max-width: 991px) {
  .pg-box-item.with-img > img[src$='.svg'] {
    margin-bottom: 50px;
    margin-bottom: 6.51vw;
  }
}
@media (max-width: 767px) {
  .pg-box-item.with-img > img[src$='.svg'] {
    margin-bottom: 0px;
  }
}
.pg-boxes-group {
  overflow: hidden;
  margin-bottom: 50px;
}
.pg-boxes-group .pg-box {
  margin-bottom: 0;
}
