
.cont-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.cont-wrapper__form {
  padding: 0 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 24px 24px;
  text-align: center;
  display: inline-block;
}

.cont-block {
  width: 908px;
  height: 278px;
  display: block;
  background: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  padding: 20px;
  position: relative;
  overflow: hidden
}

.lt-ie9 .cont-wrapper__form {
  background: url(../img/transparent.png) repeat 0 0;
}

.cont-block.oldbrowser-wrap {
  height: auto !important
}

.cont-block.loaded {
  width: auto !important;
  height: auto !important;
  overflow: visible
}

.left-green-border {
  border-left: 5px solid #5aa72b;
  margin-left: -20px;
  padding-left: 30px;
}


.bottom-panel {
    margin: 30px auto 0;
    width: 950px;
    padding: 0 12px;
}

.bottom-panel__progress {
    margin-top: 5px;
    margin-left: 10px;
}

.bottom-panel__progress_0 {
    width: 780px;
}

.bottom-panel__progress_1 {
    width: 663px;
}

.bottom-panel__progress_2 {
    width: 597px;
}

.bottom-panel__progress_3 {
    width: 485px;
}

.bottom-panel__progress_4 {
    width: 668px;
}

.bottom-panel__progress_5 {
    width: 556px;
}

.bottom-panel__progress_6 {
    width: 490px;
}

.bottom-panel__progress_7 {
    width: 378px;
}

.bottom-panel__progress-bar {
    -webkit-transition: width 500ms linear 0;
    -moz-transition: width 500ms linear 0;
    -ms-transition: width 500ms linear 0;
    -o-transition: width 500ms linear 0;
    transition: width 500ms linear 0;
}

.bottom-panel__restart {
    width: 166px;
    margin-right: 12px;
}

.bottom-panel__replay {
    width: 100px;
    margin-right: 12px;
}

.bottom-panel__submit {
    width: 95px;
    margin-left: 12px;
}

.bottom-panel__go-back {
    width: 95px;
    margin-left: 12px;
}