.p-help-sv__logo {
  display: block;
  margin: 80px auto 30px;
  width: 75px;
}

.p-help-sv-container {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-help-sv__h2 {
  text-align: center;
  max-width: 430px;
  margin: 30px auto 30px;
  font-size: 39px;
  line-height: 1.2;
}

.p-help-sv__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 20px;
}
@media (max-width: 767px) {
  .p-help-sv__blocks {
    flex-direction: column;
  }
}

.p-help-sv__block {
  width: 100%;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .p-help-sv__block {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .p-help-sv__block {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .p-help-sv__block {
    margin: 0 auto 50px;
    width: 250px;
    max-width: 100%;
  }
}

.p-help-sv__block_title {
  font-size: 20px;
  font-weight: 600;
}

.p-help-sv__block_number {
  font-size: 80px;
}
.p-help-sv__block_number span {
  font-size: 50px;
}

.p-help-sv__block_desc {
  margin-top: 20px;
  max-width: 200px;
}

.p-help-sv__check_button {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .p-help-sv__check_button {
    margin-bottom: 100px;
  }
}
.p-help-sv__check_button .btn-lg {
  padding-left: 40px;
  padding-right: 40px;
}

.p-help-sv__bg_grey {
  background: #f5f5f5;
  padding: 65px 0 65px;
}

.p-help-sv__testimonials {
  width: 320px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.p-help-sv__testimonial_img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff, 0 0 10px 7px #afafaf;
}

.p-help-sv__testimonials_img_group {
  max-width: 100%;
  width: 182px;
  position: relative;
  margin: 50px auto 30px auto;
}

.p-help-sv__testimonial_badge {
  width: 55px;
  position: absolute;
  bottom: -21px;
  right: 5px;
}

.p-help-sv__card_img {
  min-width: 50px;
}
.p-help-sv__card_img img {
  height: 50px;
}

.p-help-sv__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.p-help-sv__card {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-help-sv__card {
    width: 50%;
  }
}

.p-help-sv__card_content {
  padding-left: 40px;
}

.p-help-sv__card_title {
  font-weight: 600;
  margin-bottom: 10px;
}

.p-help-sv__notice {
  font-size: 12px;
  margin-top: 50px;
}
.p-help-sv__notice a {
  text-decoration: underline;
}