.page-header {
  background: url(/img/bg-method.jpg);
  background-size: cover;
  padding: 20px 30px 100px;
  margin-bottom: 80px;
}
.page-header .breadcrumbs span,
.page-header .breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0.03em;
  color: white;
}
.page-header .breadcrumbs a {
  opacity: 0.5;
}
.page-header h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: white;
  border: none;
  text-transform: none;
  max-width: 850px;
  margin-bottom: 28px;
  margin-top: 50px;
  display: block;
}
.page-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  max-width: 650px;
}
.highlight-block {
  margin-top: 80px;
  background: #F8F7F3;
  padding: 80px;
  width: 110%;
  margin-left: -5%;
}
.highlight-block .leaf {
  position: absolute;
  max-height: 100%;
}
.highlight-block .leaf-right {
  transform: scale(-1, 1);
  right: 0;
}
.highlight-block h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: none;
  border: none;
  display: block;
  color: #393939;
}
.features {
  margin-top: 80px;
}
.features .feature {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #393939;
}
.features .feature img {
  display: block;
  margin-bottom: 12px;
}
.dbs {
  margin-top: 80px;
}
.dbs .mdb {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #393939;
}
.dbs .mdb:not(:last-child) {
  margin-bottom: 10px;
}
.dbs .db {
  padding: 23px 21px;
  display: flex;
  height: 178px;
  align-items: flex-end;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.dbs .db-uniq {
  background: url(/img/bg-method-1.jpg);
  color: white;
}
.dbs .db-every {
  background: url(/img/bg-method-2.jpg);
  color: #393939;
}
.dbs .db-text {
  max-width: 250px;
}
.logo-block {
  background: url(/img/icons/act/logo-circle.svg) no-repeat center center;
}
.logo-block .human {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
.logo-block .human .num {
  font-weight: 600;
  font-size: 53px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: rgba(57, 57, 57, 0.15);
}
.logo-block .human .name {
  max-width: 270px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.03em;
  color: #393939;
}
.logo-block .human-right {
  justify-content: flex-end;
  text-align: right;
  margin-left: 120px;
}
.logo-block .human-right:before {
  position: absolute;
  content: url(/img/icons/act/spot-line.svg);
  left: -51px;
  bottom: -53px;
  transform: scale(-1, 1);
}
.logo-block .human-right.human-bottom:before {
  transform: scale(-1, -1);
  bottom: 0;
}
.logo-block .human:not(.human-right) {
  margin-right: 120px;
}
.logo-block .human:not(.human-right):after {
  position: absolute;
  content: url(/img/icons/act/spot-line.svg);
  right: -51px;
  bottom: -53px;
}
.logo-block .human:not(.human-right).human-bottom:after {
  transform: scale(1, -1);
  bottom: 0;
}
.logo-block .human-top {
  margin-top: 50px;
  margin-bottom: 75px;
}
.logo-block .human-bottom {
  margin-top: 75px;
  margin-bottom: 94px;
}
.benefits {
  margin-top: 80px;
}
.benefits .benefit {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 17px 20px;
  border-bottom-color: #B32D2E;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #393939;
}
