.user-profile-page-content {
  /* position: relative; */
  z-index: 1;
  max-width: 1230px;
}

@media (max-width: 767px) {
  .user-profile-page-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .user-profile-page-content .content {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 1;
  }
}

@media (min-width: 768px) {
  .user-profile-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .user-profile-page-content .right-sidebar {
    width: 33%;
    margin-left: 2%;
  }

  .user-profile-page-content .content {
    width: 65%;
  }
}

@media (min-width: 1025px) {
  .user-profile-page-content .right-sidebar {
    width: calc(35% - 40px);
    margin-left: 40px;
  }

  .user-profile-page-content .content {
    width: 65%;
  }
}


.user-profile-page-content .right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: -126px;
  z-index: 9;
}

.user-profile-banner__block_content_bottom {
  max-width: 420px;
}


@media (max-width: 1200px) {
  .user-profile-banner__block_content_bottom {
    max-width: 288px;
  }

}

@media (max-width: 1024px) {
  .user-profile-banner__block_content_bottom {
    max-width: 312px;
  }

}

@media (max-width: 992px) {
  .user-profile-banner__block_content_bottom {
    max-width: none;
  }

}


/*# sourceMappingURL=user-profile-page-content.css.map */