.aside {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 415px;
  background: #f2f8fa;
  padding: 30px 50px;
}

.aside-title {
  margin-top: 30px;
  line-height: 1.5;
  color: #212426;
}

.aside-user__wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 30px 0 30px;
}

.aside-user__item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}

.aside-user__item_modify {
  width: 72px;
  height: 72px;
  padding: 0;
}

.aside-user__ava {
  border-radius: 50%;
}

.aside-user__name {
  line-height: 1.5;
  color: #212426;
}

.aside-user__status {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #919799;
}

.aside-answer__head {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #212426;
  margin-bottom: 15px;
}

.aside-answer__line {
  position: relative;
  margin-bottom: 40px;
  height: 4px;
  background: #e1eaed;
  border-radius: 5px;
}

.aside-answer__line:before {
  content: '';
  position: absolute;
  width: 98px;
  height: 4px;
  top: 0;
  left: 0;
  background: #3eb39f;
  border-radius: inherit;
}

.aside-footer {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.aside-copyright {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #919799;
  margin-top: 8px;
}

.aside-copyright.small {
  font-size: 0.6875rem;
}

.content {
  position: relative;
  z-index: 10;
}

.overall {
  padding: 30px 48px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 7px 0 #d2d7d9;
  box-shadow: 0 7px 7px 0 #d2d7d9;
  margin-bottom: 24px;
}

.overall.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.overall_modify {
  padding: 50px 48px;
}

.overall-title {
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: center;
  color: #3eb39f;
}

.overall-subtitle {
  width: 45%;
  margin: 30px auto 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #212426;
}

.overall-header {
  font-weight: 700;
  color: #212426;
  text-align: center;
  text-transform: lowercase;
  margin-top: 15px;
}

.overall-footer {
  display: table;
  width: 100%;
  margin-top: 65px;
  table-layout: fixed;
}

.overall-footer__item {
  display: table-cell;
  vertical-align: middle;
}

.overall-footer__item:last-child {
  text-align: right;
}

.overall-footer__points {
  display: inline-block;
  font-size: 0.6875rem;
  color: #949899;
}

.overall-footer__edit {
  display: inline-block;
  position: relative;
  font-size: 0.6875rem;
  color: #919799;
  padding-left: 15px;
  cursor: pointer;
}

.overall-footer__edit:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
  height: 1px;
  border-top: 1px dotted #919799;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.overall-footer__edit:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(/images/icon-edit.svg?7880ea3f932b4aa96648e69e05958e03) transparent;
}

.overall-footer__edit:hover:before {
  opacity: 0;
}

.overall-footer__edit:hover:after {
  background: url(/images/icon-edit-hover.svg?f2a1e0e56d08ea626704123763b44674) transparent;
}

.overall-footer__edit.disabled {
  cursor: default;
}

.overall-footer__edit.disabled:before {
  display: none;
}

.overall-footer__edit.disabled:after {
  background: url(/images/icon-edit-dis.svg?9e8ec453e7e762233ecbd8e92272244f) transparent;
}

.overall-inner {
  display: table;
  margin-left: auto;
}

.overall-inner__item {
  display: table-cell;
  vertical-align: middle;
}

.overall-inner__cancel,
.member-cancel {
  position: relative;
  display: inline-block;
  margin: 0 25px;
  font-size: 0.8125rem;
  color: #919799;
  padding-left: 0;
  cursor: pointer;
}

.overall-inner__cancel:before,
.member-cancel:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-top: 1px dotted #919799;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.overall-inner__cancel:hover:before,
.member-cancel:hover:before {
  opacity: 0;
}

.rewards__wrap {
  display: table;
  width: 100%;
  margin: 30px auto 40px;
  table-layout: fixed;
  text-align: center;
}

.rewards__item {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 115px 15px 0;
}

.rewards__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  background: #e1eaed;
  border-radius: 50%;
}

.rewards__link {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.rewards__link:hover {
  color: #000;
  text-decoration: underline;
}

.instruction {
  text-align: center;
}

.instruction__item {
  position: relative;
  display: inline-block;
  font-size: 0.6875rem;
  color: #919799;
  cursor: pointer;
  padding-bottom: 2px;
}

.instruction__item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-top: 1px dotted #919799;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.instruction__item:hover:before {
  opacity: 0;
}

.question__wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
}

.question__item {
  display: table-cell;
  vertical-align: top;
}

.question__item:first-child,
.question__item:last-child {
  width: 48px;
}

.question__item:last-child {
  text-align: right;
}

.question__number {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #3e95b2;
}

.question__number.disabled {
  color: #e1eaed;
}

.question__head {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.question-img-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.question-variant.horizontal {
  display: table;
  table-layout: fixed;
  margin-bottom: 25px;
}

.question-variant.horizontal.horizontal .question-variant__item {
  display: table-cell;
  vertical-align: middle;
  padding-right: 75px;
}

.question-variant.horizontal.horizontal .question-variant__item:last-child {
  padding-right: 0;
}

.question-variant__item {
  margin-bottom: 22px;
}

.question-variant__item:last-child {
  margin-bottom: 0;
}

.question__mark {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #e1eaed;
  line-height: 1;
  border-radius: 50%;
}

.question__mark.ready {
  background: url(/images/icon-check-question.svg?6c3aaaf9786adf349ef6dd3f73b24f85) #e1eaed;
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: center center;
}

.question__mark.wrong {
  background: transparent;
  background: url(/images/icon-question-wrong.svg?dd38b799cd9d297a69c0e0882a0b717d);
}

.question__mark.correct {
  background: transparent;
  background: url(/images/icon-question-ok.svg?b676c48789c70ad1746b310e0adc52d7);
  fill: red;
}

.question-answer__item {
  overflow: hidden;
  width: 460px;
  height: 48px;
  margin-bottom: 25px;
  padding: 12px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: 2px solid #c6cacc;
  border-radius: 3px;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.question-answer__item::-webkit-input-placeholder {
  color: #000;
}

.question-answer__item::-moz-placeholder {
  color: #000;
}

.question-answer__item:-moz-placeholder {
  color: #000;
}

.question-answer__item:-ms-input-placeholder {
  color: #000;
}

.question-answer__item.disabled {
  border-color: #ebeded;
  color: #919799;
}

.question-answer__item.correct {
  border-color: #3eb39f;
}

.question-answer__item.wrong {
  border-color: #f26d6d;
}

.question-correct-answer,
.question-wrong-answer {
  position: relative;
  padding-left: 33px;
  font-weight: 700;
}

.question-correct-answer:before,
.question-wrong-answer:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

.question-correct-answer.check:before,
.check.question-wrong-answer:before {
  background: url(/images/icon-chkbx-ok.svg?bc77669e50f0d95685a906fdf2372744) transparent;
}

.question-correct-answer.radio:before,
.radio.question-wrong-answer:before {
  background: url(/images/icon-radio-ok.svg?5c2e75e5ab88a0cb91fed10f2fd46978) transparent;
}

.question-wrong-answer.radio:before {
  background: url(/images/icon-radio.svg?adabf51ff80b636881a096ce84dac6cf) transparent;
}

.question-wrong-answer.radio-focus:before {
  background: url(/images/icon-radio-wrong.svg?ed8f3f4318a41aac91123547f9d9321a) transparent;
}

.question-wrong-answer.disabled-radio-focus:before {
  background: url(/images/icon-radio-nrml-dis.svg?12442a52116442fa4eb14bb28aa2751e) transparent;
}

.question-wrong-answer.disabled-radio:before {
  background: url(/images/icon-radio-dis.svg?76deb3835632008b918df32fbbe3473e) transparent;
}

.question-wrong-answer.check-empty:before {
  background: url(/images/icon-chkbx.svg?25ac518b8ea6b1220c01db2e8b6d1cf2) transparent;
}

.question-wrong-answer.check-wrong:before {
  background: url(/images/icon-chkbx-nrml-wrong.svg?f23c21470cf8d5a9e9a4258b7dd03557) transparent;
}

.question-wrong-answer.check-correct:before {
  background: url(/images/icon-chkbx-nrml-ok.svg?40761eec27efea1cc93ccbf29c9213e0) transparent;
}

.question-wrong-answer.check-no:before {
  background: url(/images/icon-chkbx-emp.svg?c72a8c7f020f4e50d4266fe2fa9f08e2) transparent;
}

.question-total-answer {
  margin: 30px 0;
  font-weight: 700;
}

.custom-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  min-height: 24px;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
  width: 24px;
  height: 24px;
  top: 0;
  border-radius: 0;
  background: url(/images/icon-chkbx.svg?25ac518b8ea6b1220c01db2e8b6d1cf2) transparent;
}

.custom-checkbox .custom-control-indicator.disabled {
  background: url(/images/icon-chkbx-dis.svg?6523a8202d578ccc79353cfd1518fcc6) transparent;
}

.custom-checkbox .custom-control-description {
  font-size: 1rem;
  margin-left: 12px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background: url(/images/icon-chkbx-nrml.svg?b0eb06bdbaa800e67e355b22963b2fdc) transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.disabled {
  background: url(/images/icon-chkbx-nrml-dis.svg?ee57efd3740cd4e058add1ee98db65bc) transparent;
}

.custom-radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  min-height: 24px;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-control.custom-radio,
.custom-control.custom-checkbox {
  margin-right: 30px;
  margin-bottom: 30px;
}

.custom-radio .custom-control-indicator {
  width: 24px;
  height: 24px;
  top: 0;
  background: url(/images/icon-radio.svg?adabf51ff80b636881a096ce84dac6cf) transparent;
}

.custom-radio .custom-control-description {
  font-size: 1rem;
  margin-left: 12px;
}

.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background: url(/images/icon-radio-nrml.svg?efe6ee7c29c4913c103ce83bf53f6dfc) transparent;
}

.member {
  width: 462px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f2f8fa;
  -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 30px 25px;
}

.member-title {
  font-weight: 700;
  color: #1b2624;
}

.member-title-wrap {
  padding-right: 35px;
}

.member-subtitle {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 20px 0;
  color: #212426;
}

.member-case {
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  margin: 0 -25px;
  padding: 0 25px;
}

.member-table {
  padding: 25px 0 15px;
  margin: 0 -25px;
  border-top: 1px solid #e6ebed;
  border-bottom: 1px solid #e6ebed;
}

.member__wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.member__row {
  display: table-row;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}

.member__row.head:hover {
  background: transparent;
}

.member__row:hover {
  background: #e6eff2;
}

.member__row.selected {
  background: #e6eff2;
}

.member__item {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8125rem;
  height: 42px;
  padding-left: 30px;
  padding-right: 10px;
}

.member__item:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.member__item:last-child {
  width: 115px;
  padding-left: 10px;
  padding-right: 30px;
}

.member__item.head {
  font-weight: 700;
  padding-bottom: 20px;
}

.member__link {
  display: inline-block;
  position: relative;
  color: #000;
}

.member__link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-top: 1px dotted #919799;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.member__link:hover {
  color: #000;
  text-decoration: none;
}

.member__link:hover:before {
  opacity: 1;
}

.member__link.selected:before {
  opacity: 1;
}

.member-inner {
  display: table;
  margin-left: auto;
  margin-top: 30px;
}

.member-inner__item {
  display: table-cell;
  vertical-align: middle;
}

.close-btn {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 100;
}

.close-btn:before,
.close-btn:after {
  content: '';
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 3px;
  background: #c6cacc;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}

.close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 60px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background: green;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.butn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 20;
}

.butn.butn--xl {
  min-width: 350px;
  height: 80px;
  font-size: 1.25rem;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.butn.butn--lg {
  min-width: 225px;
  height: 60px;
  font-size: 1rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.butn.butn--bw {
  min-width: 165px;
  height: 50px;
  font-size: 0.8125rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.butn.butn--mm {
  min-width: 190px;
  height: 50px;
  font-size: 0.8125rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.butn.butn--md {
  min-width: 140px;
  height: 50px;
  font-size: 0.8125rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.butn.butn--sm {
  min-width: 100px;
  height: 36px;
  font-size: 0.6875rem;
}

.butn.butn--green {
  background-color: #21bf13;
}

.butn.butn--green:not([disabled]):hover {
  background-color: #1da611;
}

.butn.butn--blue {
  background-color: #0cb9f2;
}

.butn.butn--blue:not([disabled]):hover {
  background-color: #0ba5d9;
}

.butn.butn--turq-green {
  background-color: #3eb39f;
}

.butn.butn--turq-green:not([disabled]):hover {
  background-color: #369988;
}

.butn.butn--turq-blue {
  color: #3e95b3;
  background-color: #fff;
  border: 2px solid #3e95b3;
}

.butn.butn--turq-blue:not([disabled]):hover {
  color: #fff;
  background-color: #3e95b3;
}

.butn.butn--orange {
  background-color: #ffcc66;
}

.butn.butn--orange:not([disabled]):hover {
  background-color: #ffb319;
}

.butn.butn--red {
  color: #f26d6d;
  background-color: #fff;
  border: 2px solid #f26d6d;
}

.butn.butn--red:not([disabled]):hover {
  color: #fff;
  background-color: #f26d6d;
}

.butn[disabled] {
  opacity: 0.7;
  cursor: default;
}

.butn.butn--round {
  border-radius: 40px;
}

.butn.butn--login {
  min-width: 124px;
  height: 44px;
  line-height: 40px;
  font-size: 1rem;
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 3px;
}

.butn.butn--login:not([disabled]):hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

body {
  background: #ebf0f2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.body-hide {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 10;
  width: 980px;
  margin-left: 424px;
  margin-right: auto;
}

.color-grey {
  color: #919799;
}

.color-turquoise {
  color: #3eb39f;
}

.menu-button {
  display: none;
  position: absolute;
  right: 14px;
  top: 20px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}

.menu-button__item {
  position: absolute;
  display: block;
  height: 4px;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  background: #000;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  line-height: 0;
}

.menu-button__item_top {
  top: 0;
}

.menu-button__item_middle {
  top: 8px;
}

.menu-button__item_bottom {
  top: 16px;
}

.menu-button.active .menu-button__item_top {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  margin-left: -12px;
  background: #c6cacc;
}

.menu-button.active .menu-button__item_middle {
  opacity: 0;
  width: 0;
  background: #c6cacc;
}

.menu-button.active .menu-button__item_bottom {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 24px;
  margin-left: -12px;
  background: #c6cacc;
}

.menu-line {
  display: none;
}

@media (min-width: 1240px) and (max-width: 1420px) {
  .container {
    margin-left: 349px;
    width: 870px;
  }

  .aside {
    width: 340px;
  }

  .aside-user__item {
    display: block;
  }

  .aside-user__item:last-child {
    padding: 0;
  }

  .aside-footer {
    width: 200px;
  }

  .overall-subtitle {
    width: 75%;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .container {
    width: 870px;
    margin: 0 auto;
  }

  .aside {
    width: 340px;
    margin-left: -290px;
    -webkit-transition: margin-left .3s linear;
    transition: margin-left .3s linear;
  }

  .aside.active {
    margin-left: 0;
  }

  .aside-user__item {
    display: block;
  }

  .aside-user__item:last-child {
    padding: 0;
  }

  .aside-footer {
    width: 200px;
  }

  .menu-button {
    display: block;
  }

  .overall-subtitle {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 747px;
    margin: 50px auto 0;
  }

  .menu-button {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 0;
  }

  .menu-line {
    position: fixed;
    display: table;
    padding: 0 20px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #f2f8fa;
    z-index: 100;
  }

  .menu-line__item {
    display: table-cell;
    vertical-align: middle;
  }

  .menu-line__item:first-child {
    width: 340px;
  }

  .menu-line__item:last-child {
    text-align: right;
  }

  .aside {
    width: 340px;
    top: 50px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 15px;
    margin-left: -340px;
    -webkit-transition: margin-left .3s linear;
    transition: margin-left .3s linear;
  }

  .aside.active {
    margin-left: 0;
  }

  .aside-menu {
    display: none;
  }

  .aside .logo {
    display: none;
  }

  .aside-title {
    margin-top: 0;
  }

  .aside-user__item {
    display: block;
  }

  .aside-user__item:last-child {
    padding: 0;
  }

  .aside-footer {
    position: static;
    width: 100%;
    margin: 80px 0 35px;
  }

  .overall-subtitle {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .overall-subtitle {
    width: 100%;
  }

  .rewards__item {
    display: inline-block;
    width: 50%;
    margin-top: 15px;
  }

  .question-variant.horizontal.horizontal .question-variant__item {
    display: inline-block;
    padding: 0;
    width: 50%;
    margin: 10px 0;
  }

  .overall-footer__item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .overall-inner {
    margin: 0 auto;
  }

  .question-answer__item {
    width: 100%;
  }

  .overall-footer__item:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .aside-user__wrap {
    margin: 20px 0;
  }

  .aside-user__item_modify {
    display: none;
  }

  .menu-line__item:first-child {
    width: 50px;
  }

  .menu-button.active {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .member {
    width: auto;
    left: 15px;
    right: 15px;
  }

  .member-inner {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 475px) {
  .overall,
  .overall_modify {
    padding: 15px;
  }

  .overall-title {
    font-size: 1.5rem;
  }

  .overall-subtitle {
    font-size: 1rem;
    padding: 0 25px;
  }

  .overall-header {
    font-size: 0.8125rem;
  }

  .overall-inner__item {
    display: block;
    margin: 15px 0;
  }

  .question__wrap {
    position: relative;
  }

  .question-answer__item {
    font-size: .9rem;
    text-overflow: ellipsis;
  }

  .question__item {
    display: block;
    width: 100%;
    margin-top: 50px;
  }

  .question__item:first-child {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }

  .question__item:last-child {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 375px) {
  .member-inner {
    margin: 20px auto 0;
  }

  .member-inner__item {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: inherit;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: inherit;
  }
}

.custom-checkbox .custom-control-indicator,
.custom-radio .custom-control-indicator {
  top: inherit;
}

.custom-radio.correct .custom-control-indicator,
.custom-radio.correct .custom-control-input:checked ~ .custom-control-indicator {
  background: url(/images/icon-radio-ok.svg?5c2e75e5ab88a0cb91fed10f2fd46978) transparent;
}

.custom-radio.wrong .custom-control-indicator,
.custom-radio.wrong .custom-control-input:checked ~ .custom-control-indicator {
  background: url(/images/icon-radio-wrong.svg?ed8f3f4318a41aac91123547f9d9321a) transparent;
}

.custom-checkbox.wrong .custom-control-input:checked ~ .custom-control-indicator {
  background: url(/images/icon-chkbx-nrml-wrong.svg?f23c21470cf8d5a9e9a4258b7dd03557) transparent;
}

.custom-checkbox.correct .custom-control-indicator {
  background: url(/images/icon-chkbx-emp.svg?c72a8c7f020f4e50d4266fe2fa9f08e2) transparent;
}

.custom-checkbox.correct .custom-control-input:checked ~ .custom-control-indicator {
  background: url(/images/icon-chkbx-ok.svg?bc77669e50f0d95685a906fdf2372744) transparent;
}

