/*styl pytań*/
.fm-question-text,
.fm-header-text {
  font-size: 1.1em;
  font-weight: bold !important;
}

/*styl itemów do loopów*/
.variant,
.subQ-item.last {
  font-size: 1.2em;
  color: #0080ff;
  margin-top: 10px;
  margin-bottom: 15px;
}

/*do podkreślania słów*/
.important,
.subQ-item {
  color: #0080ff;
}

.text-bold {
  font-weight: bolder;
}

.text-underline {
  text-decoration: underline;
}

/*do informacji*/
.info {
  font-size: 0.8em;
  color: #0080ff;
}

/*do wyszarzenia*/
.grey {
  color: #c0c0c0;
}

/*do suwaka*/
.slider-label {
  font-weight: bold;
  width: 45%;
}

/*regorder numbers start*/
.rating-nr .fm-check i {
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.rating-nr .fm-check input[type="checkbox"]:checked + i:before {
  background-color: none;
  background: none;
  background-size: auto;
}
/*regorder numbers end*/

.img-control {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}

/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.tooltip2 .tooltiptext2 {
  width: 180px;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  padding: 5px;
}

.gg-info {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 40px;
  top: 4px;
  margin-left: 5px;
}
.gg-info::after,
.gg-info::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: currentColor;
  left: 7px;
}
.gg-info::after {
  bottom: 2px;
  height: 8px;
}
.gg-info::before {
  height: 2px;
  top: 2px;
}
/* Tooltip text end */
.CJ-sel {
  background-color: #cbd5dd;
}

.kol0 {
    width: 22%;
}
.kol1, .kol2, .kol3 {
  width: 26%;
}
.fm-answer b {
    font-weight: normal!important; /* zamiast pogrubienia */
}

.fm-grid-row-cell b {
    font-weight: normal!important; /* zamiast pogrubienia */
}
.noUi-horizontal {
    height: 25px!important;
}
.noUi-horizontal .noUi-handle {
    width: 42px;
    height: 41px;
    right: -17px;
    top: -9px;
}
.fm-question > .fm-answer {
    padding-bottom: 15px!important;
}
#qK3_12 b {
  display: inline;
}

@media (max-width: 768px) {
  .cj-table{
    font-size: 14px;
  }
}
.fm-form-actions {
  background-color: white!important;
}
.img-belka{
    display: block;
  margin: auto;
}