.help-page__hearts-left {
  -webkit-transform: rotate(-96.46deg);
      -ms-transform: rotate(-96.46deg);
          transform: rotate(-96.46deg);
  width: 507px;
  height: 528px;
  background-size: 507px 528px;
  top: 98px;
  left: -384px;
}
.help-page__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.help-page__sidebar {
  position: relative;
  margin-right: 115px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 400px;
  background-color: rgba(199, 183, 170, 0.1);
}
.help-page__sidebar-content {
  padding: 95px 70px 74px 50px;
}
.help-page__sidebar-content, .help-page__addition-content {
  position: sticky;
  top: 100px;
  left: 0;
  height: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #828282 rgba(255, 255, 255, 0);
}
.help-page__sidebar-content::-webkit-scrollbar, .help-page__addition-content::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.help-page__sidebar-content::-webkit-scrollbar-track, .help-page__addition-content::-webkit-scrollbar-track {
  background-color: rgba(130, 130, 130, 0.15);
  border: 4px solid transparent;
  background-clip: content-box;
  border-radius: 20px;
}
.help-page__sidebar-content::-webkit-scrollbar-thumb, .help-page__addition-content::-webkit-scrollbar-thumb {
  background-color: #828282;
  border: 4px solid transparent;
  background-clip: content-box;
  border-radius: 20px;
}
.help-page__sidebar-content::-webkit-scrollbar-button, .help-page__addition-content::-webkit-scrollbar-button {
  height: 12px;
  width: 12px;
  background: transparent;
}
.help-page__sidebar-back {
  margin-bottom: 20px;
  width: 8px;
  height: 24px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
}
.help-page__sidebar-category:not(:first-child) {
  margin-top: 50px;
}
.help-page__main {
  margin-right: auto;
  padding-bottom: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 775px;
          flex: 0 1 775px;
  min-width: 0;
}
.help-page__mobile-btns {
  margin-bottom: 32px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.help-page__btn-sidebar, .help-page__btn-addition {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: rgba(130, 130, 130, 0.55);
}
.help-page__btn-sidebar img {
  margin-left: 6px;
}
.help-page__btn-addition img {
  margin-left: 8px;
}
.help-page__title {
  line-height: 1.1;
}
.help-page__link {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #828282;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.help-page__nav {
  margin-top: 50px;
}
.help-page__nav-item:not(:first-child) {
  margin-top: 28px;
}
.help-page__nav-link {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: rgba(130, 130, 130, 0.55);
  text-decoration: none;
}
.help-page__nav-link--active {
  color: #828282;
}
.help-page__text {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.55);
}
.help-page__text h1,
.help-page__text h2,
.help-page__text h3,
.help-page__text h4,
.help-page__text h5,
.help-page__text h6 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  color: inherit;
}
.help-page__text h1:not(:first-child),
.help-page__text h2:not(:first-child),
.help-page__text h3:not(:first-child),
.help-page__text h4:not(:first-child),
.help-page__text h5:not(:first-child),
.help-page__text h6:not(:first-child) {
  margin-top: 28px;
}
.help-page__text h1:not(:last-child),
.help-page__text h2:not(:last-child),
.help-page__text h3:not(:last-child),
.help-page__text h4:not(:last-child),
.help-page__text h5:not(:last-child),
.help-page__text h6:not(:last-child) {
  margin-bottom: 12px;
}
.help-page__text h1 a,
.help-page__text h2 a,
.help-page__text h3 a,
.help-page__text h4 a,
.help-page__text h5 a,
.help-page__text h6 a {
  color: inherit;
  text-decoration: none;
}
.help-page__text h2 {
  font-size: 24px;
  font-weight: 700;
}
.help-page__text h2:not(:first-child) {
  margin-top: 50px;
}
.help-page__text h3 {
  font-size: 18px;
  font-weight: 700;
}
.help-page__text p {
  margin: 0;
}
.help-page__text p:not(:first-child) {
  margin-top: 28px;
}
.help-page__text h2 + p:not(:first-child),
.help-page__text h3 + p:not(:first-child) {
  margin-top: 12px;
}
.help-page__addition {
  margin-left: 115px;
  width: 350px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.help-page__addition-content {
  padding-top: 95px;
  max-height: calc(100vh - 100px);
}
.help-page__addition-body {
  padding-left: 45px;
  padding-right: 28px;
  padding-bottom: 32px;
  height: 100%;
  border-left: 1px solid rgba(130, 130, 130, 0.15);
}
.help-page__addition-back {
  margin-bottom: 20px;
  width: 8px;
  height: 24px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
}
.help-page__addition-title {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #828282;
  letter-spacing: 0.1em;
}
.help-page__addition-item {
  line-height: 1.21;
}
.help-page__addition-item:not(:first-child) {
  margin-top: 18px;
}
.help-page__addition-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(130, 130, 130, 0.55);
  text-decoration: none;
}
@media (max-width: 1600px) {
  .help-page__sidebar {
    margin-right: 60px;
    width: 340px;
  }
  .help-page__sidebar-content {
    padding: 60px 40px 48px 30px;
  }
  .help-page__addition {
    margin-left: 60px;
    width: 310px;
  }
  .help-page__addition-content {
    padding-top: 60px;
  }
  .help-page__addition-body {
    padding-left: 32px;
  }
}
@media (max-width: 1300px) {
  .help-page {
    overflow: hidden;
  }
  .help-page__breadcrumbs {
    margin: 0 0 5px;
    padding: 12px 0;
    background-color: rgba(199, 183, 170, 0.1);
  }
  .help-page__breadcrumb {
    margin: 0;
  }
  .help-page__main {
    padding-bottom: 60px;
  }
  .help-page__sidebar {
    position: absolute;
    left: 0;
    top: 42px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .help-page__sidebar--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .help-page__sidebar-content, .help-page__addition-content {
    position: static;
    max-height: none;
    padding: 18px 14px;
  }
  .help-page__sidebar-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .help-page__sidebar-category:not(:first-child) {
    margin-top: 38px;
  }
  .help-page__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .help-page__mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .help-page__addition {
    position: absolute;
    right: 0;
    top: 42px;
    margin-top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .help-page__addition--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .help-page__addition-body {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .help-page__addition-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .help-page__addition-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .help-page__hearts {
    display: none;
  }
  .help-page__title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .help-page__main {
    padding-bottom: 18px;
  }
  .help-page__btn-sidebar, .help-page__btn-addition {
    font-size: 12px;
  }
  .help-page__link {
    font-size: 10px;
  }
  .help-page__text {
    margin-top: 18px;
    font-size: 14px;
  }
  .help-page__text h2 {
    font-size: 18px;
  }
  .help-page__text h2:not(:first-child) {
    margin-top: 36px;
  }
  .help-page__text h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .help-page__text p:not(:first-child) {
    margin-top: 18px;
  }
  .help-page__text h2 + p:not(:first-child),
  .help-page__text h3 + p:not(:first-child) {
    margin-top: 12px;
  }
}