/* Текстовый блок страницы «Где установить» */
.where-content {

}

.where-content__inner {
  padding: 30px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.where-content__inner h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.35;
  color: #1a1a1a;
}

.where-content__inner h2:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.where-content__inner p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: #333;
  font-size: 1rem;
}

.where-content__inner p:last-child {
  margin-bottom: 0;
}

.where-content__inner ol {
  margin: 0 0 1rem;
  padding-left: 0;
  list-style: none;
  counter-reset: where-list;
}

.where-content__inner ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  line-height: 1.65;
  color: #333;
  font-size: 1rem;
  counter-increment: where-list;
}

.where-content__inner ol li:before {
  content: counter(where-list);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 17px;
  border-radius: 100px;
  background: #C20F0F;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

.where-content__inner ol li:last-child {
  margin-bottom: 0;
}
