.gc-user-user .scale-update {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gc-user-user .scale-update .rating-cover {
  width: 100%;
  aspect-ratio: 12 / 3.34;
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/204/h/bdd5608c68688192cd3f449cb04cc82b.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: var(--border-radius);
  border: var(--border);
  margin-bottom: 16px;
  position: relative;
}
.gc-user-user .scale-update .rating-cover::before {
  content: "Дошка пошани";
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  font-family: "Enthalpy298";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1;
  color: #383838;
  transform: translateY(-50%);
}
.gc-user-user .scale-update .rating-table {
  flex-grow: 1;
  max-width: 37%;
  background: linear-gradient(106.23deg, #6d1316 2.54%, #440809 99.02%);
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.04),
    17px 66px 27px rgba(0, 0, 0, 0.01), 10px 37px 23px rgba(0, 0, 0, 0.03),
    4px 17px 17px rgba(0, 0, 0, 0.04), 1px 4px 9px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  color: white;
  padding: 20px;
  margin-right: 16px;
}
.gc-user-user .scale-update .rating-table .user-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.gc-user-user .scale-update .rating-table h1 {
  font-family: "Enthalpy298";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  text-align: center;
}
.gc-user-user .scale-update .rating-table .standard-page-menu {
  display: none !important;
}
.gc-user-user .scale-update .rating-table table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.gc-user-user .scale-update .rating-table .row {
  display: flex;
  flex-direction: column;
}
.gc-user-user .scale-update .rating-table .row div {
  width: 100%;
}
.gc-user-user .scale-update .rating-table thead,
.gc-user-user .scale-update .rating-table .row div .well {
  display: none !important;
}
.gc-user-user .scale-update .rating-table tbody tr {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.gc-user-user .scale-update .rating-table tbody tr td {
  border: 0 !important;
}
.gc-user-user .scale-update .rating-table tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e0000;
  border-radius: 80px;
  z-index: -1;
}
.gc-user-user .scale-update .rating-table tbody tr td:nth-child(2) {
  position: relative;
  z-index: 1;
}
.gc-user-user .scale-update .rating-table tbody tr td:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-80%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/4/h/90675b40940498c22e4f9ab114bd6472.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gc-user-user .scale-update .rating-table tbody tr td:nth-child(3) {
  position: relative;
  z-index: 1;
  width: 70px;
}
.gc-user-user .scale-update .rating-table tbody tr td:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  height: 90%;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gc-user-user
  .scale-update
  .rating-table
  tbody
  tr:nth-child(1)
  td:nth-child(3)::before {
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/458/h/370305c84336f2076c004bf142f7a929.png");
}
.gc-user-user
  .scale-update
  .rating-table
  tbody
  tr:nth-child(2)
  td:nth-child(3)::before {
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/168/h/b13ac7fc70a859d6e417178e69559fa7.png");
}
.gc-user-user
  .scale-update
  .rating-table
  tbody
  tr:nth-child(3)
  td:nth-child(3)::before {
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/242/h/e2add343752cd44e2561c43e89cce6d3.png");
}
.gc-user-user .scale-update .table-hover > tbody > tr:hover {
  background-color: transparent;
}
.gc-user-user .scale-update .rating-table tbody .user-profile-image {
  border-radius: 50%;
  margin-left: 6px;
}
.gc-user-admin .scale-update .rating-conditions {
  display: none !important;
}
.gc-user-user .scale-update .rating-conditions {
  flex-grow: 1;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gc-user-user .scale-update .rating-conditions h2 {
  font-family: "Enthalpy298";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1;
  text-align: center;
  color: #383838;
}
.gc-user-user .scale-update .rating-conditions h2 span {
  color: #6a0306;
}
.gc-user-user .scale-update .rating-conditions .condition-item {
  width: 100%;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  filter: drop-shadow(0px -1px 4px rgba(0, 0, 0, 0.04))
    drop-shadow(17px 66px 27px rgba(0, 0, 0, 0.01))
    drop-shadow(10px 37px 23px rgba(0, 0, 0, 0.03))
    drop-shadow(4px 17px 17px rgba(0, 0, 0, 0.04))
    drop-shadow(1px 4px 9px rgba(0, 0, 0, 0.05));
}
.gc-user-user .scale-update .rating-conditions .condition-item img {
  max-width: 215px;
  width: 33%;
  height: 100%;
  border-radius: var(--border-radius);
  border: var(--border);
  object-fit: cover;
}
.gc-user-user .scale-update .rating-conditions .condition-item h3 {
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: "Good Vibes Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  color: #6a0306;
}
.gc-user-user
  .scale-update
  .rating-conditions
  .condition-item
  h3.mystery-title {
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: "Enthalpy298";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.gc-user-user .scale-update .rating-conditions .condition-item-list p {
  padding-left: 21px;
  position: relative;
}
.gc-user-user .scale-update .rating-conditions .condition-item-list p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gc-user-user
  .scale-update
  .rating-conditions
  .condition-item-list.red-check
  p::before {
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/4/h/5103960c6403606b816bc780892cce8e.png");
}
.gc-user-user
  .scale-update
  .rating-conditions
  .condition-item-list.yellow-check
  p {
  max-width: 50%;
}
.gc-user-user
  .scale-update
  .rating-conditions
  .condition-item-list.yellow-check
  p::before {
  background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/252/h/de3edb813794dcdff8a591c530e70951.png");
}
.gc-user-user .scale-update .rating-conditions .condition-item:last-child {
  border-radius: var(--border-radius);
  position: relative;
}
.gc-user-user
  .scale-update
  .rating-conditions
  .condition-item:last-child
  .condition-item-content {
  position: relative;
  z-index: 2;
  padding: 28px 26px;
  color: #ffffff;
}
.gc-user-user .scale-update .rating-conditions .condition-item img.mystery {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border: none;
}
@media (max-width: 1200px) {
  .gc-user-user .scale-update .rating-conditions {
    max-width: 58%;
  }
}
@media (max-width: 992px) {
  .gc-user-user .scale-update .rating-table {
    flex-grow: 1;
    max-width: 100%;
    padding: 20px;
    margin-right: 0px;
  }
  .gc-user-user .scale-update .rating-conditions {
    max-width: 100%;
    margin-top: 10px;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item {
    margin: 0;
  }
  .gc-user-user .scale-update .table-responsive.kv-grid-container {
    border: 0 !important;
  }
}
@media (max-width: 480px) {
  .gc-user-user .scale-update .rating-cover {
    aspect-ratio: 2.98 / 3.8;
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/437/h/f6c7ca9e5a23c72f2d5e5ecf0de238eb.png") !important;
  }
  .gc-user-user .scale-update .rating-cover::before {
    left: 12px;
    top: 26px;
    font-size: 48px;
    transform: translateY(0%);
    max-width: 50%;
  }
  .gc-user-user .scale-update .rating-table h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
  }
  .gc-user-user .scale-update .rating-table tbody tr {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .gc-user-user .scale-update .rating-table tbody tr td {
    width: auto !important;
  }
  .gc-user-user .scale-update .rating-table tbody tr td:first-child {
    margin-top: 0px;
    width: 50% !important;
  }
  .gc-user-user .scale-update .rating-table tbody tr td:nth-child(2) {
    margin-left: auto;
  }
  .gc-user-user .scale-update .rating-table tbody tr td:nth-child(3) {
    width: 40px !important;
  }
  .gc-user-user .scale-update .rating-table tbody .user-profile-image {
    margin-left: 4px;
    max-width: 35px;
  }
  .gc-user-user .scale-update .rating-table .user-icon {
    font-size: 12px !important;
  }
  .gc-user-user .scale-update .rating-table tbody tr td:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    height: 40px;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .gc-user-user .scale-update .rating-conditions h2 {
    font-family: "Enthalpy298";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item {
    gap: 12px;
    padding: 20px;
    border: var(--border);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item:nth-child(2) {
    padding-bottom: 200px;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item:nth-child(3) {
    padding-bottom: 170px;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item:nth-child(4) {
    padding-bottom: 150px;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item:nth-child(5) {
    padding-bottom: 80px;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item:nth-child(6) {
    padding-bottom: 222px;
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item:nth-child(2):before {
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/328/h/cd8075ab04273dd56cbb4a9d44eaca75.png");
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item:nth-child(3):before {
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/237/h/9254a5e0012d6d2d07f5deaee2db5884.png");
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item:nth-child(4):before {
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/140/h/88e33341bc35ea9d4eb00f447e1c9610.png");
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item:nth-child(5):before {
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/198/h/859da74d9dbc28a1c18d46b6935c015b.png");
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item:nth-child(6):before {
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/432/h/daeddbd91dbf472287b72e9c1bd51e5a.png");
  }
  .gc-user-user .scale-update .rating-conditions .condition-item img {
    display: none !important;
  }
  .gc-user-user .scale-update .rating-conditions .condition-item h3 {
    margin-top: 0px;
    font-size: 24px;
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item
    .condition-item-list {
    max-width: 80%;
    text-wrap: balance;
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item:last-child
    .condition-item-content {
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item
    h3.mystery-title {
    color: #383838;
    font-size: 24px;
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item-list.yellow-check
    p {
    max-width: none;
    color: #383838;
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item-list
    p::before {
    top: 0%;
    transform: translateY(30%);
  }
  .gc-user-user
    .scale-update
    .rating-conditions
    .condition-item-list.yellow-check
    p::before {
    background-image: url("https://fs.gcfiles.net/fileservice/file/download/a/911005/sc/4/h/5103960c6403606b816bc780892cce8e.png");
  }
}
