@font-face {
  font-family: 'GraphikLC';
  src: url("../../fonts/GraphikLC-Regular.eot");
  src: url("../../fonts/GraphikLC-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/GraphikLC-Regular.woff") format("woff"), url("../../fonts/GraphikLC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GraphikLC';
  src: url("../../fonts/GraphikLC-Medium.eot");
  src: url("../../fonts/GraphikLC-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/GraphikLC-Medium.woff") format("woff"), url("../../fonts/GraphikLC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GraphikLC';
  src: url("../../fonts/GraphikLC-Semibold.eot");
  src: url("../../fonts/GraphikLC-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GraphikLC-Semibold.woff") format("woff"), url("../../fonts/GraphikLC-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'GraphikLC';
  src: url("../../fonts/GraphikLC-Bold.eot");
  src: url("../../fonts/GraphikLC-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GraphikLC-Bold.woff") format("woff"), url("../../fonts/GraphikLC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Kazimir';
  src: url("../../fonts/KazimirText-Regular.eot");
  src: url("../../fonts/KazimirText-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/KazimirText-Regular.woff") format("woff"), url("../../fonts/KazimirText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
body {
  font-family: GraphikLC;
}
@media screen and (max-width:768px) {
  .container {
    padding: 0;
    overflow: hidden;
  }
}
html,
body,
.test-wrapper {
  min-height: 100%;
}
svg {
  fill: currentColor;
  transition: color 0.35s;
  overflow: hidden;
}
.test-wrapper {
  background-color: #63d69a;
  padding-bottom: 85px;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .test-wrapper {
    padding-bottom: 0;
  }
}
.test-wrapper header {
  background: #fff;
  line-height: 40px;
  border-bottom: 1px solid rgba(149, 149, 149, 0.2);
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .test-wrapper header {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .test-wrapper header .inc-logo {
    display: none;
  }
}
.test-wrapper header ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.test-wrapper header ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  padding-left: 15px;
  margin-left: 11px;
}
.test-wrapper header ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  margin-top: -8px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.test-wrapper header ul li .logo {
  display: inline-block;
  max-height: 95%;
}
.test-wrapper header ul li .logo img {
  height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.test-wrapper header ul li.title {
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .test-wrapper header ul li.title {
    display: none;
  }
}
.test-wrapper header ul li.title span {
  text-transform: none;
}
.test-wrapper header ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.test-wrapper header ul li:first-child:after {
  display: none;
}
.test-wrapper header .menu-button {
  position: absolute;
  top: 0;
  right: 30px;
  height: 40px;
  width: 70px;
  border-right: 1px solid rgba(149, 149, 149, 0.2);
  border-left: 1px solid rgba(149, 149, 149, 0.2);
  text-align: center;
}
@media screen and (max-width:768px) {
  .test-wrapper header .menu-button {
    display: none;
  }
}
.test-wrapper header .menu-button span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(149, 149, 149, 0.2);
}
.test-wrapper header .menu-button span:before,
.test-wrapper header .menu-button span:after {
  content: '';
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
}
.test-wrapper header .menu-button span:before {
  left: -16px;
}
.test-wrapper header .menu-button span:after {
  right: -16px;
}
.test-wrapper .banner-outer {
  padding: 0 30px;
  width: 360px;
}
.test-wrapper .banner-outer .banner {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 600px;
}
.test-wrapper .banner-outer .banner:before {
  content: 'Baner 300x600';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  text-align: center;
  color: #63d69a;
  font-size: 12px;
  line-height: 16px;
  transform: translate(-50%, -50%);
}
.test-wrapper .banner-outer .banner:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.test-wrapper .banner-outer .mobile-anchor {
  display: none;
  background: #fff;
  text-align: center;
  padding: 30px 0;
}
.test-wrapper .banner-outer .mobile-anchor a {
  color: #fff;
  background: #543c9d;
  display: inline-block;
  text-decoration: none;
  width: 240px;
  line-height: 51px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid #00da95;
  box-shadow: 0px 0px 0px 1px transparent;
  transition: box-shadow 0.35s;
}
.test-wrapper .banner-outer .mobile-anchor a:hover {
  box-shadow: 0px 0px 0px 1px #00da95;
}
@media screen and (max-width:768px) {
  .test-wrapper .banner-outer {
    width: 100%;
  }
  .test-wrapper .banner-outer .banner {
    display: none;
  }
  .test-wrapper .banner-outer .mobile-anchor {
    display: block;
  }
}
.test-wrapper .test-outer {
  padding: 0 30px;
  width: 860px;
}
.test-wrapper .test-outer.m-center {
  float: none;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer {
    width: 100%;
  }
}
.test-wrapper .test-outer .test {
  width: 100%;
}
.test-wrapper .test-outer .start-game-outer {
  position: relative;
  text-align: center;
  width: 100%;
}
.test-wrapper .test-outer .start-game-outer .start-game {
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 51px;
  width: 240px;
  text-decoration: none;
  color: #000;
  border: 1px solid #00da95;
  box-shadow: inset 0 0 0 1px transparent;
  transition: box-shadow 0.35s;
}
.test-wrapper .test-outer .start-game-outer .start-game:hover {
  box-shadow: inset 0 0 0 1px #00da95;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .start-game-outer .start-game {
    font-size: 15px;
  }
}
.test-wrapper .test-outer .start-game-outer .start-game svg {
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.35s;
}
.test-wrapper .test-outer .start-game-outer .start-game:hover svg {
  color: #00da95;
}
.test-wrapper .test-outer .socs {
  list-style: none;
  text-align: center;
  font-size: 0;
}
.test-wrapper .test-outer .socs li {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  margin-left: -0.4em;
}
.test-wrapper .test-outer .socs li:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 37px;
  top: 50%;
  right: 0;
  margin-top: -19px;
  background: rgba(255, 255, 255, 0.1);
}
.test-wrapper .test-outer .socs li:first-child:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 37px;
  top: 50%;
  left: 0;
  margin-top: -19px;
  background: rgba(255, 255, 255, 0.1);
}
.test-wrapper .test-outer .socs li a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  background-color: transparent;
  transition: background-color 0.35s;
}
.test-wrapper .test-outer .socs li a svg {
  display: inline-block;
  vertical-align: middle;
}
.test-wrapper .test-outer .socs li a.m-tw {
  color: #00aaef;
}
.test-wrapper .test-outer .socs li a.m-fb {
  color: #395799;
}
.test-wrapper .test-outer .socs li a.m-vk {
  color: #45709f;
}
.test-wrapper .test-outer .socs li a.m-ok {
  color: #ee7424;
}
.test-wrapper .test-outer .socs li a.m-fl {
  color: #e02828;
}
.test-wrapper .test-outer .socs li a.m-gp {
  color: #dd4e41;
}
.test-wrapper .test-outer .socs li a:hover {
  background-color: currentColor;
}
.test-wrapper .test-outer .socs li a:hover svg {
  color: #fff;
}
.test-wrapper .test-outer .preview {
  position: relative;
  z-index: 1;
  padding: 35px 40px 80px;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .preview {
    padding: 25px 15px 75px;
  }
}
.test-wrapper .test-outer .preview:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .55;
}
.test-wrapper .test-outer .preview .count {
  margin-bottom: 20px;
  color: #b7b7b7;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .preview .count {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.test-wrapper .test-outer .preview .count .icon {
  position: relative;
  color: #00da95;
  padding-right: 10px;
  margin-right: 7px;
  display: inline-block;
}
.test-wrapper .test-outer .preview .count .icon svg {
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}
.test-wrapper .test-outer .preview .count .icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 19px;
  margin-top: -12px;
  background: rgba(255, 255, 255, 0.1);
}
.test-wrapper .test-outer .preview .title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .preview .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.test-wrapper .test-outer .preview .title span {
  font-weight: 600;
}
.test-wrapper .test-outer .preview .date {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 22px;
}
.test-wrapper .test-outer .preview hr {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 0;
  margin-bottom: 22px;
  border: none;
  height: 1px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .preview hr {
    display: none;
  }
}
.test-wrapper .test-outer .preview .text {
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 0 85px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .preview .text {
    padding: 0;
  }
}
.test-wrapper .test-outer .preview .text a {
  position: relative;
  display: inline;
  color: currentColor;
  text-decoration: none;
  transition: color 0.35s;
  border-bottom: 1px solid #00da95;
}
.test-wrapper .test-outer .preview .text a:hover {
  color: #00da95;
}
.test-wrapper .test-outer .preview .share {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.test-wrapper .test-outer .preview .share .socs {
  margin-top: -1px;
}
.test-wrapper .test-outer .preview .share .socs a {
  width: 45px;
}
.test-wrapper .test-outer .question {
  padding: 35px 40px 20px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question {
    padding: 25px 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.test-wrapper .test-outer .question .count {
  text-align: center;
  color: #00da95;
  font-size: 15px;
  line-height: 16px;
  vertical-align: middle;
  margin-bottom: 12px;
}
.test-wrapper .test-outer .question .count svg {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 7px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question .count {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.test-wrapper .test-outer .question .title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #222;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.test-wrapper .test-outer .question .image {
  margin-bottom: 20px;
}
.test-wrapper .test-outer .question .image img {
  width: 100%;
  height: auto;
}
.test-wrapper .test-outer .question ul {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}
.test-wrapper .test-outer .question ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul:after {
    left: -15px;
    right: -15px;
  }
}
.test-wrapper .test-outer .question ul li {
  position: relative;
  padding: 21px 0px 15px 60px;
  cursor: pointer;
  min-height: 80px;
  line-height: 40px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul li {
    padding: 15px 0px 15px 45px;
    min-height: 60px;
  }
}
.test-wrapper .test-outer .question ul li span {
  position: absolute;
  top: 21px;
  left: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.35s, border-color 0.35s, border-width 0.35s;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul li span {
    width: 30px;
    height: 30px;
    top: 18px;
  }
}
.test-wrapper .test-outer .question ul li span:before,
.test-wrapper .test-outer .question ul li span:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  transition: opacity 0.35s;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul li span:before,
  .test-wrapper .test-outer .question ul li span:after {
    background-size: 50% auto;
  }
}
.test-wrapper .test-outer .question ul li span:before {
  background-image: url(../../images/svg/correct.svg);
}
.test-wrapper .test-outer .question ul li span:after {
  background-image: url(../../images/svg/wrong.svg);
}
.test-wrapper .test-outer .question ul li .answer-title {
  display: inline-block;
  width: 100%;
  font-family: 'Kazimir';
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #3c3c3c;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul li .answer-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.test-wrapper .test-outer .question ul li .answer-text {
  font-size: 15px;
  line-height: 20px;
  color: #959595;
  display: none;
}
.test-wrapper .test-outer .question ul li .answer-text a {
  color: inherit;
  border-bottom: 1px solid #63d69a;
  text-decoration: none;
  transition: color 0.35s;
}
.test-wrapper .test-outer .question ul li .answer-text a:hover {
  color: #63d69a;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul li .answer-text {
    font-size: 13px;
    line-height: 16px;
  }
}
.test-wrapper .test-outer .question ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .question ul li:after {
    left: -15px;
    right: -15px;
  }
}
.test-wrapper .test-outer .question ul li.st-disabled {
  pointer-events: none;
}
.test-wrapper .test-outer .question ul li.st-show {
  cursor: default;
}
.test-wrapper .test-outer .question ul li.st-show:after {
  height: 2px;
}
.test-wrapper .test-outer .question ul li.st-show.st-correct:after {
  background: #00da95;
}
.test-wrapper .test-outer .question ul li.st-show.st-wrong:after {
  background: #eb3636;
}
.test-wrapper .test-outer .question ul li.st-check {
  cursor: default;
}
.test-wrapper .test-outer .question ul li.st-check .answer-text {
  display: block;
}
.test-wrapper .test-outer .question ul li.st-check.st-correct span {
  background: #00da95;
}
.test-wrapper .test-outer .question ul li.st-check.st-correct span:before {
  opacity: 1;
}
.test-wrapper .test-outer .question ul li.st-check.st-correct span:after {
  opacity: 0;
}
.test-wrapper .test-outer .question ul li.st-check.st-wrong span {
  background: #eb3636;
}
.test-wrapper .test-outer .question ul li.st-check.st-wrong span:before {
  opacity: 0;
}
.test-wrapper .test-outer .question ul li.st-check.st-wrong span:after {
  opacity: 1;
}
.test-wrapper .test-outer .question ul li:not(.st-check):hover span {
  border-color: #00da95;
  border-width: 2px;
}
.test-wrapper .test-outer .question .button-next-outer {
  text-align: center;
}
.test-wrapper .test-outer .question .button-next-outer .button-next {
  display: inline-block;
  border: 1px solid #00da95;
  font-size: 15px;
  line-height: 16px;
  padding: 19px 92px;
  color: #000;
  text-decoration: none;
  transition: color 0.35s, border-color 0.35s, box-shadow 0.35s;
  box-shadow: inset 0 0 0 1px transparent;
}
.test-wrapper .test-outer .question .button-next-outer .button-next:hover {
  box-shadow: inset 0 0 0 1px #00da95;
}
.test-wrapper .test-outer .question .button-next-outer .button-next.st-disabled {
  border-color: #959595;
  color: #959595;
  pointer-events: none;
}
.test-wrapper .test-outer .result {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result {
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.test-wrapper .test-outer .result .share {
  line-height: 65px;
  height: 65px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(149, 149, 149, 0.2);
  font-size: 14px;
  color: #b7b7b7;
}
.test-wrapper .test-outer .result .share .socs {
  float: right;
  border-right: 1px solid rgba(149, 149, 149, 0.2);
  border-left: 1px solid rgba(149, 149, 149, 0.2);
}
.test-wrapper .test-outer .result .share .socs li:after {
  background-color: rgba(149, 149, 149, 0.2);
}
.test-wrapper .test-outer .result .share .socs li:last-child:after {
  content: none;
}
.test-wrapper .test-outer .result .share .socs a {
  width: 65px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .share {
    margin-bottom: 15px;
    line-height: 45px;
    height: 45px;
  }
  .test-wrapper .test-outer .result .share > span {
    display: none;
  }
  .test-wrapper .test-outer .result .share .socs {
    float: none;
  }
  .test-wrapper .test-outer .result .share .socs li a {
    width: 45px;
  }
}
.test-wrapper .test-outer .result .poster {
  position: relative;
  display: table;
  z-index: 1;
  padding: 20px 100px 47px 20px;
  min-height: 380px;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .poster {
    padding: 12px 45px 12px 15px;
    min-height: 170px;
  }
}
.test-wrapper .test-outer .result .poster:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .25;
}
.test-wrapper .test-outer .result .poster .logo {
  color: #00da95;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
.test-wrapper .test-outer .result .poster .logo span {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
}
.test-wrapper .test-outer .result .poster .logo span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  height: 28px;
  width: 1px;
  margin-top: -25px;
  background: #3c3c3c;
}
.test-wrapper .test-outer .result .poster .logo svg {
  display: inline-block;
  vertical-align: top;
}
.test-wrapper .test-outer .result .poster .logo img {
  width: 92px;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .poster .logo {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .test-wrapper .test-outer .result .poster .logo span {
    padding-left: 6px;
    margin-left: 6px;
  }
  .test-wrapper .test-outer .result .poster .logo span:before {
    height: 20px;
    margin-top: -23px;
  }
  .test-wrapper .test-outer .result .poster .logo svg {
    height: 10px;
    width: 27px;
    vertical-align: middle;
    margin-top: -4px;
  }
  .test-wrapper .test-outer .result .poster .logo img {
    width: 60px;
  }
}
.test-wrapper .test-outer .result .poster .title {
  display: table-row;
  height: 100%;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .poster .title {
    font-size: 16px;
    line-height: 21px;
  }
}
.test-wrapper .test-outer .result .poster .subtitle {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
  margin-top: 20px;
}
.test-wrapper .test-outer .result .poster .subtitle a {
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: color 0.35s;
}
.test-wrapper .test-outer .result .poster .subtitle a:before {
  content: '';
  position: absolute;
  top: 100%;
  height: 1px;
  background: #63d69a;
  left: 0;
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s, transform 0.35s;
}
.test-wrapper .test-outer .result .poster .subtitle a:hover {
  color: #63d69a;
}
.test-wrapper .test-outer .result .poster .subtitle a:hover:before {
  transform: translateY(2px);
  opacity: 0;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .poster .subtitle {
    padding-top: 5px;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
  }
}
.test-wrapper .test-outer .result .poster .subtitle:before {
  content: '';
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #00da95;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .poster .subtitle:before {
    height: 1px;
    width: 25px;
  }
}
.test-wrapper .test-outer .result .text {
  font-size: 18px;
  line-height: 25px;
  color: #3c3c3c;
  padding-right: 100px;
  margin-bottom: 37px;
}
.test-wrapper .test-outer .result .text a {
  position: relative;
  text-decoration: none;
  color: #3c3c3c;
  transition: color 0.35s;
}
.test-wrapper .test-outer .result .text a:before {
  content: '';
  position: absolute;
  top: 100%;
  height: 1px;
  background: #63d69a;
  left: 0;
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s, transform 0.35s;
}
.test-wrapper .test-outer .result .text a:hover {
  color: #63d69a;
}
.test-wrapper .test-outer .result .text a:hover:before {
  transform: translateY(2px);
  opacity: 0;
}
@media screen and (max-width:768px) {
  .test-wrapper .test-outer .result .text {
    font-size: 16px;
    line-height: 25px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.test-wrapper .test-outer .preview + .question {
  display: none;
}
.test-wrapper .test-outer .question + .result {
  display: none;
}
