.wpt_test .question {
    margin-bottom: 1.25em;
}


.answer_block {
    display: flex;
    justify-content: center;
}
	.rewiev {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rewiev__questions {
  background: #3498db;
  border-radius: 8px;
  overflow: hidden;
}
.rewiev__questionsList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;color: white;
  padding: 60px 20px;
}
.rewiev__question {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 21px;
  text-align: center;
  margin: 0; padding: 0;
  transition: .3s;
}
.rewiev__question__inviz {
  opacity: 0;
}
.rewiev__controller {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;  max-width: 50px;
  min-height: 40px; max-height: 40px;
  background: rgba(255, 255, 255, .2);
  outline: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: .3s;
}
.rewiev__controller:hover {
  background: rgba(255, 255, 255, .3);
}
.rewiev__controller_back {
  transform: rotate(180deg);
}
.rewiev__controller_back:hover {
  transform: rotate(180deg) translateX(7px);
}.rewiev__controller_forward {}
.rewiev__controller_forward:hover {
  transform: translateX(7px);
}
.rewiev__controlImg {
  width: 20px; height: 20px;
}
.rewiev__progressBar {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 4px;
  color: white;
  background: rgba(255, 255, 255, .2);
}
.rewiev__progressLine {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  z-index: inherit;
  background: #16a085;
  transition: .3s;
}
.rewiev__progressCounter {
  position: relative;
  margin: 0; padding: 0;
}
.rewiev__answerButtons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.wpt_test .question .title {
    font-weight: bold;
}

.wpt_test .question .title .number {
    font-weight: normal;
    display: inline-block;
    padding-right: 0.5em;
    text-align: right;
}

.wpt_test .answer {
    padding-top: 0.25em;
    padding-left: 0.5em;
}

.wpt_test .answer label {
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.wpt_test .answer input {
    margin-top: -2px;
    margin-right: 0.25em;
    margin-bottom: 0px;
    vertical-align: middle;
}

.ws-po-box {
    border-radius: 5px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
}
.ws-po-arrowbox {
    border-top-color: #e69a17 !important;
    -webkit-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
}

.wpt_test .button {
    margin-top: 0.75em;
    margin-right: 0.75em;
}

.wpt_test .button.disabled {
    opacity: 0.5;
}

.wpt_test.get_results .meter,
.wpt_test.get_results .meter > span {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}
.wpt_test.get_results .meter,
.wpt_test.get_results .scale.scores {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpt_test.get_results .meter {
    margin-bottom: 1em;
    padding: 2px 1px;
    border: 1px solid highlight;
}
.wpt_test.get_results .meter > span {
    display: block;
    height: 100%;
    background: highlight;
    overflow: hidden;
}
.wpt_test.get_results .scale.scores {
    padding-left: 7px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
}

.wpt_test.get_results div.description {
    margin-bottom: 1.6842em;
}

.wpt_text_with_more .more_link {
    display: none;
}
.wpt_text_with_more .text_before_more {
    margin-bottom: 1.6842em;
}
html.js .wpt_text_with_more .text_under_more {
    display: none;
}
html.js .wpt_text_with_more .more_link {
    display: inline;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: 1px dashed;
}
html.js .wpt_text_with_more .more_link.open {
    color: gray;
}

.wpt_test.get_results .content {
    color: gray;
}

/* @see gootstrap .bs-callout */
/* common */
.wpt_danger,
.wpt_warning,
.wpt_info {
    padding: 1.2em;
    margin: 1.2em 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.wpt_danger  h1, .wpt_danger  h2, .wpt_danger  h3, .wpt_danger  h4,
.wpt_warning h1, .wpt_warning h2, .wpt_warning h3, .wpt_warning h4,
.wpt_info    h1, .wpt_info    h2, .wpt_info    h3, .wpt_info    h4 {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: bold;
}
.wpt_danger  p:last-child,
.wpt_warning p:last-child,
.wpt_info    p:last-child {
    margin-bottom: 0em;
}
/* colors */
.wpt_danger {
    border-left-color: #d9534f;
}
.wpt_danger  h1, .wpt_danger  h2, .wpt_danger  h3, .wpt_danger  h4 {
    color: #d9534f;
}
.wpt_warning {
    border-left-color: #f0ad4e;
}
.wpt_warning h1, .wpt_warning h2, .wpt_warning h3, .wpt_warning h4 {
    color: #f0ad4e;
}
.wpt_info {
    border-left-color: #5bc0de;
}
.wpt_info    h1, .wpt_info    h2, .wpt_info    h3, .wpt_info    h4 {
    color: #5bc0de;
}