.top {
  padding: 2.3rem 22.5rem;
  background: #f6fafd;
  font-weight: 300;
  font-size: 0.88rem;
  color: #999999;
}
.top a {
  font-weight: 300;
  font-size: 0.88rem;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.box {
  padding: 3.2rem 22.5rem;
}
.box .title {
  font-weight: bold;
  font-size: 1.88rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 1.81rem;
  margin-bottom: 1.31rem;
  border-bottom: 1px solid #eeeeee;
}
.box .text {
  font-weight: 300;
  font-size: 1rem;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 1.31rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #eeeeee;
}
.box .fwb {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #eeeeee;
}
.but {
  padding: 1.8rem 22.5rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.but .but_nr {
  display: block;
  font-weight: 300;
  font-size: 0.88rem;
  color: #666666;
  text-align: right;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
