.row.szczegoly {
  width: 100%;
}
.row.szczegolowe-wartosci-gracza {
  padding-top: 8px;
}

.nk-feature-1 .nk-feature-icon {
  width: 94px;
  height: 64px;
}

/* eq */
.eq {
  position: relative;
  width: 140px;
  height: 210px;
}
.eqrow { position: absolute; }

.neck,
.rhand,
.finger,
.fingerb { left: 0px !important; }

.head,
.armor,
.pas,
.legs,
.feet { left: 50px !important; }

.cloak,
.lhand,
.glove { left: 100px !important; }

.neck, .cloak,
.head, .lhand,
.rhand, .armor,
.finger, .glove,
.pas, .fingerb,
.legs, .feet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #232930;
  padding: 4px;
}

.neck, .cloak { top: 20px; }
.head { top: 5px; }
.rhand, .lhand { top: 60px; }
.armor { top: 45px; }
.finger, .glove { top: 100px; }
.pas { top: 85px; }
.fingerb { top: 140px; }
.legs { top: 125px; }
.feet { top: 165px; }

.nothing {
  width: 32px;
  height: 32px;
}

.neck .nothing { background-image: url("../../assets/images/gui/slot-neck.png") !important; }
.head .nothing { background-image: url("../../assets/images/gui/slot-helmet.png") !important; }
.cloak .nothing { background-image: url("../../assets/images/gui/slot-cloak.png") !important; }
.rhand .nothing { background-image: url("../../assets/images/gui/slot-weapon.png") !important; }
.armor .nothing { background-image: url("../../assets/images/gui/slot-armor.png") !important; }
.lhand .nothing { background-image: url("../../assets/images/gui/slot-shield.png") !important; }
.finger .nothing { background-image: url("../../assets/images/gui/slot-ring.png") !important; }
.pas .nothing { background-image: url("../../assets/images/gui/slot-belt.png") !important; }
.glove .nothing { background-image: url("../../assets/images/gui/slot-gloves.png") !important; }
.fingerb .nothing { background-image: url("../../assets/images/gui/slot-ringb.png") !important; }
.legs .nothing { background-image: url("../../assets/images/gui/slot-legs.png") !important; }
.feet .nothing { background-image: url("../../assets/images/gui/slot-boots.png") !important; }

/* stats */
.statystyki { height: 210px; }
.statystyki .komunikat { margin-left: 10px; }
.statystyki .tytul > div { padding-left: 10px; font-size: .95rem; white-space: nowrap; text-transform: uppercase; }
.statystyki .wartosc > div { font-size: .95rem; white-space: nowrap; color: #eee; }

.statystki-gracza {
  font-size: 1em;
  color: rgb(85, 85, 85);
  font-weight: bold;
}

/* sentence */
.modal-body .nk-blockquote { margin-top: 33px !important; margin-bottom: 5px !important; margin: 0; }
.modal-body .nk-blockquote .nk-blockquote-icon { margin-bottom: 0; }
.modal-body .nk-blockquote .nk-blockquote-author { margin-top: 0; }
.modal-body .nk-blockquote .nk-blockquote-icon > span { font-size: 64px; }

/* achievements */
.achievements .nano { position: static; }
/*.achievements .nano .nano-content { align-items: normal; }*/
.achievements {
  height: 377px;
  overflow: hidden;
  background-color: #232930;
}
.achievementOpen { opacity: .3; }
.achievementDone { opacity: 1; }

/* tooltip */
.tooltip.show { opacity: 1 !important; }
.tooltip-inner { background-color: transparent !important; }