.test {
  position: relative;
  padding-top: 6.5vw;
  padding-bottom: 4vw;
  color: #000;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .forest {
    display: none;
  }
}

.col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fwb {
  font-weight: bold;
}

.tal {
  text-align: left;
}

.rel {
  position: relative;
}

.lh {
  line-height: 1.5 !important;
}

.lhm {
  line-height: 1.3 !important;
}

.black {
  color: #282828;
}

.red {
  color: #29abe2;
}

.white {
  color: #fff;
}

.mrlg {
  margin-right: 3.8vw;
}

.mr {
  margin-right: 1vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

.mbm {
  margin-bottom: 0.7vw;
}

.mbs {
  margin-bottom: 0.41vw;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tdu {
  text-decoration: underline;
}

.ttu {
  text-transform: uppercase;
}

.black {
  color: #282828;
}

.l-sp1 {
  letter-spacing: 1px;
}

.title {
  font-size: 2.6vw;
  line-height: 1.3;
}

.t-min {
  font-size: 2.1vw;
}

.text {
  font-size: 0.97vw;
}

.text-md {
  font-size: 1.07vw;
}

.small-text {
  font-size: 0.92vw;
}

.tsm10 {
  font-size: 0.7vw;
}

.tsm12 {
  font-size: 0.85vw;
  color: #000;
}

.tsm13 {
  font-size: 0.85vw;
}

.text21 {
  font-size: 1.2vw;
}

.container-test {
  max-width: 75vw;
  margin: 0 auto;
}

.btn {
  padding: 2vw 3vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  background-color: #29abe2;
  position: relative;
  color: #fff;
  z-index: 0;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.btn.max {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #282828;
}

input:-ms-input-placeholder {
  color: #282828;
}

input::-ms-input-placeholder {
  color: #282828;
}

input::-moz-placeholder {
  color: #282828;
}

.input {
  padding: 1.5vw 1vw;
  padding-left: 1.7vw;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  border-radius: 40px;
  background-color: #f5f5f5;
  color: #282828;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
}

.input.i-test {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 2vw;
}

.white-space {
  white-space: nowrap;
}

.check-box {
  cursor: pointer;
  display: block;
}

.check-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.check-line.v2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-line a {
  color: #29abe2;
}

.check-label {
  width: 1.1vw;
  height: 1.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5vw;
  border-radius: 3px;
  background-color: #29abe2;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.test-wrap {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.test__right {
  width: 30%;
  padding: 3vw;
  padding-top: 0;
  padding-left: 3.5vw;
  padding-right: 0vw;
  border-left: 1px solid #e5e4e5;
}

.test__quests {
  width: 100%;
  padding: 0vw 0vw;
  min-height: 32vw;
}

.test-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes progress_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.5vw;
  margin-bottom: 4.8vw;
  width: 75%;
  
  flex-direction: row;
  background: transparent;
  color: #000;
}

.progress-bar__line {
  position: absolute;
  left: 0;
  margin-right: .4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #29abe2;
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 6px, #29abe2 5px, #29abe2 10px), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 162, 147, 0.9)), to(rgba(255, 162, 147, 0.9)));
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 6px, #29abe2 5px, #29abe2 10px), linear-gradient(to top, #8dddff 0%, #8dddff 100%);
  -webkit-animation: progress_bar 50s linear infinite;
  animation: progress_bar 50s linear infinite;
  background-size: 1000px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  border-radius: 100px;
  border: 1px solid #ededee;
  padding: 0;
}

.progress-bar__line-wrap {
  height: 1.4vw;
  border-radius: 13px;
  border: 1px solid #ededee;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.quiz__next-wrap {
  position: relative;
  width: auto;
  margin-right: 5vw;
  min-height: 59px;
}

.quiz__next {
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}

.test-item {
  position: relative;
}

.test-item__title,
.test-item .tsm12 {
  width: 100%;
}

.tiem {
  position: relative;
  width: 47%;
  margin: 0 1.4%;
  margin-bottom: .5vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.tiem:hover {
  z-index: 12;
}

.tiem.t2 {
  width: 20%;
}
.tiem-img img {
    border-radius: 2vw;
}
.tiem-img {
    height: 7vw;
    width: 14vw;
	    overflow: hidden;
    padding: 0;
    border-radius: 2vw;
    margin-bottom: .8vw;
  border: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tiem-img.v3 {
  padding: 0;
}

.tiem-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5vw;
  justify-content: flex-start;
}

.checkbox-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.checkbox-block .tsm12 {
  /*white-space: nowrap;*/
  font-weight: 400;
}

.checkbox-inp {
  display: none;
}

.checkbox-psevdo {
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 111px;
  width: 1.3vw;
  height: 1.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: .7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

.checkbox-psevdo.t2 .checkbox-psevdo-active {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: .3vw;
}

.checkbox-psevdo-active {
  width: 55%;
  height: 55%;
  border-radius: 100%;
  padding: 0.2vw;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-psevdo-active img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-inp:checked ~ span .tiem-img {
  border: 2px solid #29abe2;
  background-color: #29abe2;
  opacity: 1;
}

.checkbox-inp:checked ~ span .tiem-img.v3 {
  background-color: #fff;
}

.checkbox-inp:checked ~ .checkbox-block {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .tsm12 {
  font-weight: 700;
  color: #282828;
  opacity: 1;
}

.checkbox-inp:checked ~ span .checkbox-psevdo.t2 {
  border: none;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  opacity: 1;
  border-radius: 5px;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo .checkbox-psevdo-active {
  background-image: none;
  background-color: #29abe2;
}

.test__btns {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-lbs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  cursor: pointer;
  /*min-height: 60px;*/
}

.btn-lbs:before {
  content: "Выберие вариант ответа";
  position: absolute;
  bottom: 4.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e42a2e;
  font-size: .8vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.test-gray {
  color: #808080;
}

.test-right__border-text {
  padding: 1.35vw;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}

.test-right__bl-left {
  width: 6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test-right__bl-left.v2 {
  width: 5vw;
}

.test-right__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-right__man {
  width: 15vw;
}

.tiem-block.ver3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: .6vw;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}

.tiem-block__right-wrap {
  margin-top: 3vw;
  margin-top: 0;
}

.test-video__ph {
  width: 9vw;
  width: 15vw;
}

.check-box.sq {
  margin-bottom: 1.2vw;
}

.check-box.sq .check-line {
  color: #282828;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-box.sq .check-label {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: .2vw;
}

.check-box.sq .rhide:checked ~ .check-line .tsm13 {
  font-weight: bold;
}

.check-box.sq .rhide:checked ~ .check-line .check-label {
  background-color: #ff191d;
  border-radius: 5px;
  border: 1px solid #ff191d;
}

.tiem-block__right-wrap.v2 {
  width: 100%;
}

.rebus__btn {
  padding: 1.5vw;
  padding-bottom: 1.5vw;
  width: 11vw;
}

.end-form__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.end-form__inp-wrap {
  width: 15vw;
}

.test-finall {
  -webkit-box-shadow: 0 7px 103px rgba(40, 40, 40, 0.1);
  box-shadow: 0 7px 103px rgba(40, 40, 40, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4vw 8vw;
  margin-left: auto;
  margin-right: auto;
}

.test-finall__ok {
  width: 5vw;
}

.quiz__next:hover {
  -webkit-transform: none;
  transform: none;
}

.check-label-act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {

  .title {
    font-size: 2.6rem;
  }

  .t-min {
    font-size: 2rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.1rem;
  }

  .tsm10 {
    font-size: 0.9rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .text21 {
    font-size: 1.6rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 1rem;
  }

  .mbs {
    margin-bottom: 0.6rem;
  }

  .mr {
    margin-right: 1rem;
  }

  .input {
    padding: 1.5rem 1rem;
    padding-left: 2rem;
  }

  -label.v2 {
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.2rem;
  }

  -label.v2 .check-label-act {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem;
  }

  -label.min {
    width: 1.4rem;
    height: 1.4rem;
  }

  .btn {
    padding: 1.5rem 2rem;
  }

  .check-label {
    width: 1.1rem;
    height: 1.1rem;
    padding: 0.2rem;
    padding-top: 0rem;
    margin-right: .5rem;
  }

  .test-right {
    display: none;
    display: block;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #e5e4e5;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }

  .test-right__man{
    width: 32vw;
  }

  .test-right__bl-left, .test-right__bl-left.v2{
    width: 20vw;
  }

  .test-cont{
    flex-wrap: wrap;
    
  }

  .test__quests {
    width: 100%;
  }

  .input.i-test {
    padding-left: 2rem;
  }

  .rebus__btn {
    width: 11rem;
  }

  .test__quests {
    min-height: 32rem;
  }

  .test-finall {
    padding: 4rem;
    width: 29rem;
  }

  .test-finall__ok {
    width: 5rem;
  }

  .container-test {
    max-width: 90vw;
  }

  .quiz__next-wrap {
    margin-right: 5rem;
  }

  .progress-bar__line-wrap {
    height: 1.8rem;
  }

  .progress-bar__line {
    margin-right: 0;
  }

  .progress-bar {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tiem-img {
    height: 6.5rem;
    width: 6.5rem;
    padding: 1.7rem;
    border-radius: 2rem;
    margin-bottom: .8rem;
  }

  .checkbox-psevdo {
    width: 1.6rem;
    margin-bottom: 0.7rem;
    height: 1.6rem;
  }

  .checkbox-psevdo-active {
    padding: 0.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .check-box.sq .check-label {
    padding: 0.2rem;
  }

  .test-video__ph {
    width: 11rem;
  }

  .test__btns {
    margin-top: 2rem;
  }

  .btn-lbs:before {
    bottom: 4.5rem;
    font-size: 0.8rem;
  }

  .end-form__inp-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .end-form {
    width: 29rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .end-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .test-item__title {
    text-align: center;
  }

  .progress-bar {
    margin-bottom: 1.8rem !important;
  }
}

@media (max-width: 767px) {

  .title {
    font-size: 2.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.2rem;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.2rem;
  }

  .text21 {
    font-size: 1.5rem;
  }

  .progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .progress-bar__line-wrap {
    margin-top: 1rem;
  }

  .progress__text {
    font-size: 1.7rem;
  }

  .tiem.t2 {
    width: 47%;
  }

  .tiem-block.ver3 {
    margin-left: 0;
  }

  .tiem-block__right-wrap {
    margin-top: 2rem;
  }

  .tiem-block.ver3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test-video {
    margin-right: 0 !important;
  }

  .check-box.sq {
    margin-bottom: 1.2rem;
  }

  .quiz__next-wrap {
    width: 15rem;
  }

  .quiz__next {
    width: 15rem;
  }
}

@media (max-width: 567px) {

  .title {
    font-size: 1.2rem;
  }

  .text-md {
    font-size: 1.3rem;
  }

  .text {
    font-size: 1.3rem;
  }

  .text br {
    display: none;
  }

  .small-text {
    font-size: 1.2rem;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1.1rem;
  }

  .tsm13 {
    font-size: 1.2rem;
  }

  .tsm13 br {
    display: none;
  }

  .msm {
    margin-bottom: 2rem;
  }

  .mb {
    margin-bottom: 1.1rem;
  }

  .mbm {
    margin-bottom: .8rem;
  }

  .mbs {
    margin-bottom: 0.4rem;
  }

  .mr {
    margin-right: .8rem;
  }

  .tiem-img {
    height: 8rem;
    width: 8rem;
    padding: 2rem;
  }

  .progress-bar {
    width: 29rem;
  }

  .check-box.sq {
    margin-bottom: 1rem;
  }

  .test__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quiz__next-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .tiem-img {
    height: 5rem;
    width: 9rem;
    padding: 0;
	border-radius: 1rem;
  }

  .progress-bar {
    width: 18rem;
  }

  .check-box.sq {
    margin-bottom: 1rem;
  }

  .test__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quiz__next-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}