html,
body {
  width: 100%;
}

.crm h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 425px) {
  .crm h2 {
    font-size: 18px;
  }
}

.crm .wrapper {
  width: 1220px;
}

.crm .header {
  position: relative;
}
.crm .header__main-img {
  width: 100%;
}
.crm .header__text {
  max-width: 45%;
  font-size: 1.9vw;
  letter-spacing: 1px;
  position: absolute;
  top: 60%;
  left: 4%;
}
@media (max-width: 767px) {
  .crm .header__text {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .crm .header__text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .crm .header__text {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .crm .header__text {
    font-size: 9px;
  }
}
@media (max-width: 354px) {
  .crm .header__text {
    font-size: 10px;
  }
}

.standart:first-of-type {
  margin-bottom: 40px;
}
.standart {
  margin-top: 10px;
}
.standart__header-wrapper {
  display: flex;
  justify-content: center;
}
.standart__header {
  padding: 10px 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(0,249,124,1) 0%, rgba(0,218,166,1) 100%);
}
.standart__header-text {
  text-align: center;
  font-size: 34px;
}
@media (max-width: 520px) {
  .standart__header-text {
    font-size: 30px;
  }
}
@media (max-width: 344px) {
  .standart__header-text {
    font-size: 24px;
  }
}
.standart__header-text-block {
  white-space: nowrap;
}
.standart__header-text-count {
  font-size: 60px;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(0,249,124,1) 0%, rgba(0,218,166,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 520px) {
  .standart__header-text-count {
    font-size: 50px;
  }
}
@media (max-width: 344px) {
  .standart__header-text-count {
    font-size: 40px;
  }
}

.include {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
 }
.include__list {
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
}
@media (max-width: 425px) {
  .include__list {
    font-size: 16px;
  }
}
.include__list-item {
  margin-bottom: 10px;
}
.include__list-marker {
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0,249,124,1) 0%, rgba(0,218,166,1) 100%);
  font-size: 20px;
  font-weight: 700;
  width: 30px;
  display: inline-flex;
  justify-content: center;
}
.include__inner-list {
  padding-left: 45px;
}
.include__inner-list li::marker {
  content: '✓ ';
}

.super {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #eaeeee;
}
@media (max-width: 425px) {
  .super {
    font-size: 16px;
  }
}
.super__list {
  padding-left: 20px;
}
.super__list li::marker {
  content: '▸ ';
  font-size: 18px;
}
@media (max-width: 425px) {
  .super__list li::marker {
    font-size: 16px;
  }
}

.tools {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@media (max-width: 425px) {
  .tools {
    font-size: 16px;
  }
}
.tools__list-wrapper {
  display: flex;
  column-gap: 100px;
  justify-content: space-between;
  padding-left: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .tools__list-wrapper {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .tools__list-wrapper {
    flex-direction: column;
  }
}
.tools__list li::marker {
  content: '✓ ';
}

.crm .footer {
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: #eaeeee;
  font-size: 18px;
}
@media (max-width: 425px) {
  .crm .footer {
    font-size: 16px;
  }
}
.crm .footer__text {
  text-align: center;
}
.crm p {
  color: #000;
  margin: 0;
  line-height: initial;
}