.page_999 ._list {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_999 ._list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.page_999 ._list > a {
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: 160px 1fr;
  background: #f8f8f8;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 800px) {
  .page_999 ._list > a {
    grid-template-columns: 100px 1fr;
  }
}
.page_999 ._list > a:hover {
  background: #e8e8e8;
}
.page_999 ._list > a img {
  width: 90px;
  margin: 10px 30px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_999 ._list > a img {
    width: 60px;
    margin: 6px 15px;
  }
}
.page_999 ._list > a .title {
  color: #56796F;
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
}
.page_999 ._list > a .title span {
  font-weight: 400;
  margin-top: 8px;
  display: block;
  font-size: 22px;
}
.page_999 ._list > a p {
  display: none;
}
.page_999 ._advantages {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_999 ._advantages {
    margin-bottom: 30px;
  }
}
.page_999 ._advantages .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 10px;
}
.page_999 ._advantages .grid .card {
  border-radius: 16px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page_999 ._advantages .grid .icon-placeholder {
  min-height: 60px;
  border-radius: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.page_999 ._advantages .grid .icon-placeholder img {
  width: 60%;
}
@media handheld,only screen and (max-width: 800px) {
  .page_999 ._advantages .grid .icon-placeholder img {
    width: 40%;
  }
}
.page_999 ._advantages .grid .title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #56796F;
  display: none;
}
.page_999 ._advantages .grid .text {
  color: #56796F;
  flex-grow: 1;
}
