.ng-write-review-v4__aside {
  position: sticky;
  top: 18px;
  min-width: 0;
  display: grid;
  gap: 14px;
}

.ng-write-review-v4__aside .ng-write-review-v4__help {
  position: static;
  top: auto;
}

.ng-write-review-v4__rules p {
  margin: 9px 0 0;
  color: #5d6a7f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-write-review-v4__rules > a {
  min-height: 38px;
  margin-top: 16px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9cff0;
  border-radius: 8px;
  color: #075ff4;
  font-size: 12px;
  font-weight: 900;
}

.ng-write-review-v4__rules > a:hover {
  border-color: #075ff4;
  background: #f5f9ff;
}

.ng-write-review-v4__rules > a:focus-visible {
  outline: 3px solid rgba(7, 95, 244, .22);
  outline-offset: 2px;
}

.ng-review-rules-v4 {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px 56px;
  color: #111b35;
}

.ng-review-rules-v4,
.ng-review-rules-v4 * {
  box-sizing: border-box;
}

.ng-review-rules-v4__hero {
  margin: 0 -32px 24px;
  padding: 30px 32px 32px;
  border-top: 1px solid #e7edf6;
  border-bottom: 1px solid #e7edf6;
  background: #f5f9ff;
}

.ng-review-rules-v4__hero nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #6c7890;
  font-size: 13px;
  font-weight: 750;
}

.ng-review-rules-v4__hero nav a {
  color: #075ff4;
}

.ng-review-rules-v4__hero nav strong {
  color: #111b35;
}

.ng-review-rules-v4__hero h1 {
  max-width: 880px;
  margin: 0;
  color: #111b35;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.ng-review-rules-v4__hero p {
  max-width: 860px;
  margin: 16px 0 0;
  color: #58657a;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.ng-review-rules-v4__hero > span {
  margin-top: 18px;
  display: block;
  color: #66738a;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 750;
}

.ng-review-rules-v4__content {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.ng-review-rules-v4__card,
.ng-review-rules-v4__editorial {
  min-width: 0;
  padding: 26px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 27, 53, .055);
}

.ng-review-rules-v4__card > span,
.ng-review-rules-v4__editorial > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eff5ff;
  color: #075ff4;
  font-size: 18px;
  font-weight: 900;
}

.ng-review-rules-v4__card h2,
.ng-review-rules-v4__editorial h2 {
  margin: 0;
  color: #111b35;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.ng-review-rules-v4__card ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.ng-review-rules-v4__card li {
  position: relative;
  padding-left: 18px;
  color: #4f5d74;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.ng-review-rules-v4__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #075ff4;
}

.ng-review-rules-v4__preservation {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #075ff4;
  background: #f5f9ff;
  color: #33415a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.ng-review-rules-v4__editorial {
  align-items: start;
}

.ng-review-rules-v4__editorial img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);
}

.ng-review-rules-v4__editorial p {
  margin: 0 0 7px;
  color: #075ff4;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-review-rules-v4__editorial strong {
  margin-top: 12px;
  display: block;
  color: #4f5d74;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 750;
}

.ng-review-rules-v4__back {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #075ff4;
  border-radius: 8px;
  background: #075ff4;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
}

.ng-review-rules-v4 a:focus-visible {
  outline: 3px solid rgba(7, 95, 244, .24);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .ng-write-review-v4__aside {
    position: static;
    top: auto;
  }
}

@media (max-width: 600px) {
  .ng-write-review-v4__aside .ng-write-review-v4__help {
    display: block;
  }
}

@media (max-width: 768px) {
  .ng-review-rules-v4 {
    padding: 0 16px 40px;
  }

  .ng-review-rules-v4__hero {
    min-height: 0;
    margin: 0 -16px 18px;
    padding: 22px 16px 24px;
  }

  .ng-review-rules-v4__hero h1 {
    font-size: 32px;
  }

  .ng-review-rules-v4__card,
  .ng-review-rules-v4__editorial {
    padding: 20px;
    grid-template-columns: 1fr;
  }

  .ng-review-rules-v4__card h2,
  .ng-review-rules-v4__editorial h2 {
    font-size: 21px;
  }
}

@media (max-width: 390px) {
  .ng-review-rules-v4__hero h1 {
    font-size: 28px;
    overflow-wrap: anywhere;
  }

  .ng-review-rules-v4__hero p,
  .ng-review-rules-v4__card li,
  .ng-review-rules-v4__editorial strong {
    overflow-wrap: anywhere;
  }

  .ng-review-rules-v4__back {
    width: 100%;
  }
}
