/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

.clear {
        clear: both;
}

.social-share {
        margin-top:  50px;
        margin-left: 20px;
        position: fixed;
        z-index: 1000;
        
        &.pie {
                display: block;
        }
}

.cover {
        background-size: cover;
        background-position: center center;
}

.transition(@duration:600ms, @target:all) {
        -webkit-transition: @target @duration ease;
        -moz-transition: @target @duration ease;
        -o-transition: @target @duration ease;
        transition: @target @duration ease;
}

.box-sizing {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.border-radius( @value: 1000px ) {
        -webkit-border-radius: @value;
        border-radius: @value;
    background-clip: padding-box;
}

.box-scale(@value) {
  -webkit-transform: scale(@value);
     -moz-transform: scale(@value);
      -ms-transform: scale(@value); 
       -o-transform: scale(@value);
          transform: scale(@value);
}

.transform-origin( @x, @y ) {
        transform-origin: @x @y;
        -ms-transform-origin: @x @y;
        -moz-transform-origin: @x @y;
        -o-transform-origin: @x @y;
        -webkit-transform-origin: @x @y;
}


.no-select {
        -webkit-user-select: none;
        -moz-user-select: none;
}

@fontRegular:ProximaNova-Regular;
@fontThin:ProximaNovaT-Thin;
@fontExtrabold:ProximaNova-Extrabld;
@textColor:#000;

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.rt-container:after {
  clear: both;
}
.clearfix,
.rt-container {
  zoom: 1;
}

div#page {
  position: relative;
  width: 100%;
  min-height: 800px;
  min-width: 1200px;
  overflow: hidden;
  height: 100%;
  .cont {
    position: relative;
    width: auto;
    width: 1200px;
    margin: 0 auto;
    height: auto;
  }
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/BgWeb/4.jpg);
  background-size: cover;
  .frame {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    display: none;
    &.show {
      display: block;
    }
  }
}
.bg-color {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.8);
  z-index: 0;
}

.test-start-page {
  	padding-top: 70px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    .box-sizing;
    header {
        width: 100%;
        height: 100%;
        .head-img {
        	width: 1175px;
        	height: 550px;
        	background: url(../images/startText.png);
          background-repeat: no-repeat;
          background-position: center top;
          margin: 0 auto;
          position: relative;
          .links {
            position: absolute;
            top: 348px;
            right: 152px;
            a {
              width: 147px;
              height: 20px;
              display: inline-block;
              font-size: 0;
            }
          }
          .start-btn {
            width: 319px;
            height: 123px;
            background-image: url(../images/btnStart.png);
            position: absolute;
            top: 380px;
            right: 170px;
            cursor: pointer;
            margin-top: 20px;
            &:hover {
              background-position: 0 123px;
            }
          }
        }     

    }

}

.test-action-page {
    height: 100%;
    .test-start-page;
    padding-top: 30px;
}

.question_wrapper {
    .crt {
      font-family: @fontRegular;
      font-size: 17px;
      text-align: center;
      color: #fff;
    }
    .question_img_wrapper {
        width: 464px;
        height: 367px;
        margin: 0 auto;
        position: relative;
        -webkit-box-shadow: 15px 15px 5px rgba(0,0,0,.44);
          -moz-box-shadow: 15px 15px 5px rgba(0,0,0,.44);
          box-shadow: 15px 15px 5px rgba(0,0,0,.44);
        .img {
            width: 464px;
            height: 367px;
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
        }
    }
    .question_text_wrapper {
        margin: 0 auto;
        padding-top: 00px;
        text-align: center;
        text-align: center;
        img {
          display: inline-block;
        }
        .text {
            font-family: @fontExtrabold;
            font-size: 35px;
            line-height: 40px;
        }
    }
    .question_answers_box {
        width: 1080px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 90px;
        .box-sizing;
        text-align: center;
        border-radius: 14px;
        .answer_item {
            width: 230px;
            height: 142px;
            margin-bottom: 20px;
            cursor: pointer;
            display: inline-block;
            font-size: 0;
            margin-left: 10px;
            padding: 10px;
            margin-right: 10px;
            background-color: #fff;
            transition: all 0.3s;
            &:hover {
              transform:scale(0.9);
            }
            .answer_text {
                font-family: @fontRegular;
                width: 230px;
                height: 142px;
                display: table-cell;
                vertical-align: middle;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
            }
        }
    }
}
.brand-shit1 {
  width: 254px;
  height: 250px;
  background-image: url(../images/brandShit/1.png);
  position: fixed;
  top: 60%;
  left: 50%;
}
.brand-shit2 {
  width: 227px;
  height: 250px;
  background-image: url(../images/brandShit/2.png);
  position: fixed;
  top: 10%;
  left: 80%;
}
.brand-shit3 {
  width: 205px;
  height: 200px;
  background-image: url(../images/brandShit/3.png);
  position: fixed;
  top: 23%;
  left: 55%;
}
.brand-shit4 {
  width: 142px;
  height: 250px;
  background-image: url(../images/brandShit/4.png);
  position: fixed;
  top: 63%;
  left: 10%;
}
.brand-shit5 {
  width: 250px;
  height: 69px;
  background-image: url(../images/brandShit/5.png);
  position: fixed;
  top: 43%;
  left: 20%;
}
.brand-shit6 {
  width: 124px;
  height: 200px;
  background-image: url(../images/brandShit/6.png);
  position: fixed;
  top: 3%;
  left: 10%;
}

.test-finish-page {
    .test-start-page;
    padding-bottom: 30px;
    position: relative;
    background-color: transparent;
    .riders-loge {
      display: block;
      width: 500px;
      height: 340px;
      background-color: #0092ff;
      position: relative;
      background-image: url(../images/riders.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      margin-left: 340px;
      margin-top: 75px;
      .box-sizing;
      .text {
        font-family: @fontRegular;
        font-size: 16px;
        text-align: center;
        color: #fff;
        line-height: 21px;
      }
    }
    .result-text-box {
      width: 690px;
      .box-sizing;
      background-color: #fff;
      padding-left: 50px;
      padding-top: 35px;
      padding-right: 30px;
      padding-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-shadow: 15px 15px 5px rgba(0,0,0,.44);
      -moz-box-shadow: 15px 15px 5px rgba(0,0,0,.44);
      box-shadow: 15px 15px 5px rgba(0,0,0,.44);
    }
    .result-img-box {
      width: 270px;
      height: 400px;
      position: absolute;
      top: 30px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    } 
  	.result-title {
      font-family: @fontRegular;
      color: #000000;
      margin-bottom: 40px;
      font-size: 30px;
      line-height: 45px;
      font-weight: bold;
      margin-bottom: 0px;
  	}
    .result-text {
        font-family: @fontRegular;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 40px;
        .text {
          margin-bottom: 20px;
        }
    }
  	.social {
  		margin: 0 auto;
  		margin-bottom: 40px;
      span {
        width: 150px;
        height: 45px;
      }
  	}
	.repeat-btn {
		width: 265px;
		height: 108px;
		cursor: pointer;
	    
	    background-image: url(../images/btnMore.png);
	    
	    float: left;
	    margin-left: 255px;
	    margin-right:98px;
	    cursor: pointer;
	    
		&:hover {
			background-position-y: -109px;
		}
	}
  .link-in-btn {
    width: 329px;
    height: 159px;
    float: left;
    display: block;
    cursor: pointer;
    .box-sizing;
    background-image: url(../images/btnKakoeTranspSredstvo.png);
    
    &:hover {
      background-position-y: -160px;
    } 
  }
}




/* SOCIAL BUTTON STYLE */

.social {

  width: 480px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  left: -30px;
}
.social span {
  width: 150px;
  height: 45px;
  float: left;
  margin-right: 15px;
}

.social span.fb {
  background: url(../images/socialButtons.png) 0px 0 ;
  &:hover {
    background-position: 0px -46px;
  }
}

.social span.tw {
  float: right;
  background: url(../images/socialButtons.png) -165px 0;
  margin-right: 0;
  &:hover {
    background-position: -165px -46px; 
  }
}
.social span.vk {
  background: url(../images/socialButtons.png) -330px 0 ;
  &:hover {
    background-position: -330px -46px;
  }
}




.social-btn {
  cursor: pointer;
}

.comm {
        width: 920px;
        margin: 0 auto;
        margin-top: 20px;
        
        @active_color: #ffca24;
        
        .comments {
        	background-color: rgba(255, 255, 255, 0.8)!important;
        	
        	.comments-wrapper {
        		padding: 0px 20px 10px 20px!important;
        	}
        }

        .most-read {
                color: #ffffff!important;
        
                a {
                        color: #ffffff!important;
                }
                margin-bottom: 30px;
        
                .container {
                        width: 920px!important;
                        margin: 0 auto;
                
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                
                        .item {
                                width: 200px;
                                float: left;
                                margin-left: 40px;
                        
                                .image {
                                        display: block;
                                        width: 200px;
                                        height: 200px;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                }
                                
                                .title {
                                        display: block;
                                        padding: 10px 0px;
                                        font-family: PTSerif-Regular;
                                        font-size: 18px;
                                        line-height: 20px;
                                        color: #000000;
                                        text-decoration: none;
                                }
                                
                                .lead {
                                        font-family: PTSansPro-Caption;
                                        font-size: 12px;
                                        line-height: 13px;
                                }
                                
                                &:nth-child(2) {
                                        margin: 0px;
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
        
        .same-read {
                color: #ffffff!important;
        
                a {
                        color: #ffffff!important;
                }
                margin-bottom: 30px;
                
                .container {
                        width: 920px;
                        margin: 0 auto;
                        
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                        
                        .item {
                                width: 300px;
                                height: 100px;
                                margin-bottom: 30px;
                                float: left;
                                
                                .image {
                                        display: block;
                                        width: 100px;
                                        height: 100px;
                                        float: left;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                        .transition;
                                }
                                
                                .info {
                                        float: left;
                                        width: 170px;
                                        padding: 0px 15px;
                                        
                                        .rubrics {
                                                margin-bottom: 15px;
                                                
                                                 a {
                                                        color: #000000;
                                                        text-decoration: none;
                                                        font-family: MonoCondensed-Bold;
                                                        font-size: 11px;
                                                        line-height: 13px;
                                                        
                                                        &:hover {
                                                                color: @active_color;
                                                        }
                                                 }
                                        }
                                        
                                        .title {
                                                margin-bottom: 20px;
                                                display: block;
                                                font-family: PTSerif-Regular;
                                                font-size: 20px;
                                                line-height: 21px;
                                                color: #000000;
                                                text-decoration: none;
                                                
                                                &:hover {
                                                        color: @active_color;
                                                }
                                        }
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
}


@red: #c1000f;
@green: #00b739;
@blue: #0620f4;

.visual-data {
  width: 800px;
  margin: 0 auto;
  position: relative;
  /*display: none;*/

  .place-container {
    
    .place {
      position: relative;
      height: 150px;
    
      .bar {
        @height: 50px;
      
        position: relative;
        height: @height;
        background-color: @blue;
        overflow: hidden;
      
        .runner {
          width: 0px;
          height: 100%;
          position: relative;
          background-color: #000000;
          .transition;
        
          .you {
            position: absolute;
            height: @height;
            top: 0;
            line-height: @height;
            left: 100%;
            width: 100px;
            margin-left: 0px;
            color: @blue;
            font-size: 24px;
          }
        }
        
        .worse-percent {
          position: absolute;
          line-height: @height;
          height: @height;
          width: 100px;
          top: 0px;
          left: 0px;
          color: #ffffff;
          font-size: 34px;
          padding-left: 20px;
        }
        
        .better-percent {
          position: absolute;
          line-height: @height;
          height: @height;
          width: 100px;
          top: 0px;
          left: 100%;
          margin-left: -100px;
          color: #ffffff;
          font-size: 34px;
        }
      }
      
      .worse-count {
        position: absolute;
        width: 200px;
        top: 70px;
        left: 0px;
        text-align: left;
        font-family: ProximaNova-Extrabld;
        font-size: 16px;
        line-height: 20px;
      }
      
      .better-count {
        position: absolute;
        width: 200px;
        top: 70px;
        left: 100%;
        margin-left: -200px;
        text-align: right;
        font-family: ProximaNova-Extrabld;
        font-size: 16px;
        line-height: 20px;
      }
    }
  }
  
  .distribution-container {
    position: relative;
    
    .text-two {
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 15px;
      text-align: left;
      font-family: @fontRegular;
    }
  
    .distribution {
      @height: 250px;
    
      width: 100%;
      padding-bottom: 30px;
      position: relative;
      height: @height + 50px;
      
      .field {
        height: @height;
        position: relative;
        background-color: #ffffff;
      }
      
      .bars {
        position: relative;
        text-align: center;
        height: @height;
        top: -@height;
        cursor: pointer;
      
        .bar {
          position: relative;
          background-color: #000000;
          display: inline-block;
          margin-right: 15px;
          opacity: 0.8;
          
          &:last-of-type {
            margin-right: 0px;
          }
          
          .value {
            width: 100%;
            position: absolute;
            height: 22px;
            top: -22px;
            font-size: 18px;
            text-align: center;
          }
          
          .number {
            font-size: 18px;
            position: absolute;
            width: 100%;
            height: 22px;
            top: 100%;
            text-align: center;
          }
          
          .hint {
            overflow: hidden;
            padding: 0px;
            background-color: #050505;
            color: #fff;
            font-family: @fontRegular;
            font-size: 14px;
            line-height: 20px;
            width: 130px;
            position: absolute;
            top: 0px;
            left: 0px;
            padding: 10px;
            display: none;
            z-index: 100;
          }
          
          &:hover {
            opacity: 1;
          
            .hint {
              display: block;
            }
          }
        }
      }
    }
  }
}
.footer {
      position: relative;
      z-index: 8;
    }
@media (max-width:640px) {
    .brand-shit1 {
      display: none;
    }
    .brand-shit2 {
      .brand-shit1;
    }
    .brand-shit3 {
      .brand-shit1;
    }
    .brand-shit4 {
      .brand-shit1;
    }
    .brand-shit5 {
      .brand-shit1;
    }
    .brand-shit6 {
      .brand-shit1;
    }
    .social-shares {
        display: none;
    }
    html, body {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #page {
        min-width: 320px !important;
        .cont {
            width: 87.5% !important;
            padding:0 6.25% !important;
        }
    }

    .test-start-page {
        width: 100%;
        min-width: 320px;
        padding-top: 20px;
        background: url(../images/mobile-bg.jpg);
        background-position: center -80%;
        .links {
          display: none;
        }
        .head-img {
            width: 100%;
            background-size: contain;
            height: 180px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(../images/mobile-description.png) !important;
        }
        .start-btn {
          width: 184px !important;
          height: 71px !important;
          position: relative !important;
          margin: 0 auto !important;
          background-size: 100%;
          top: 400px !important;
          right:auto !important;
          &:hover {
            background-position: 0 -100% !important;
          }
        }
        .title {
            width: 100%;
            font-size: 39px !important;
            padding: 0;
            box-sizing: border-box;
            line-height: 41px !important;
            margin-bottom: 10px;
            br:first-of-type {
              display: block !important;
            }
        }
        .head-img {
          width: 280px !important;
          height: 490px !important;
          margin-top: 0 !important;
          background-position: center;

        }
        .title-description {
            width: 100%;
            font-size: 18px;
            padding: 0 6.25%;
            box-sizing: border-box;
            line-height: 26px;
        }
        .test-description-wrapper {
            width: 100%;
            height: 490px;
            .description-text {
                position: relative;
                top: 100px;
                float: none;
                width: 100%;
                margin: 0;
                font-size: 14px;
            }
            .auth-links {
                position: relative;
                float: none;
                top: -200px;
                text-align: center;
                margin: 0;
                width: 100%;
                font-size: 12px;
                line-height: 18px;

            }
            .start-btn {
                margin-top: 65px;
            }

        }
    }
    .test-action-page {
        width: 100%;
        min-width: 320px;
        background: url(../images/mobile-bg.jpg);
        background-size:cover;
        .test-content {
            padding:0;
            .question-crt {
                margin-bottom: 30px;
            }
            .question-text {
                width: 88.57142857%;
                font-size: 16px;
                line-height: 22px;
            }
            .answers-outer-wrapper {
                .answers-list-wrapper {

                    .item {
                        width: 100%;
                        min-height: 192px;
                        height: auto;
                        float: none;
                        .variant {
                            margin-bottom: 20px;
                        }
                        .answer-text {
                            font-size: 14px;
                            line-height: 20px;
                        }
                    }
                }    
            }
        }
    }
    .test-finish-page {
        width: 100%;
        min-width: 320px;
        background: url(../images/mobile-bg.jpg);
        background-size:cover;
        .result-title {
            width: 100%;
        }
        .person-photo-box {
            width: 260px;
            float: none;
            margin: 0 auto;
            margin-bottom: 30px;
            .person-photo {
                width: 260px;
                height: 260px;
            }
        }
        .person-info {
            width: 100%;
            font-size: 13px;
            line-height: 19px;
            span {
                font-size: 16px;
                line-height: 22px;
            }
            p {
                margin-bottom: 30px;
            }

        }
    }
    .footer {
      background-color: #fff;
        .comm {
            width: 100%;
            .most-read {
                display: none;
            }
            .block-comments {
                display: none;
            }
            .some-materials {
                width: 100%;
                .cell {
                    width: 100%;
                }
            }
            /*.comments {
                display: none;
            }*/
        }
    }
    .test-start-page header .tti {
      position: absolute;
      font-family: ProximaNova-Regular;
      font-size: 14px;
      line-height: 26px;
      color: red;
      left: 20px;
      top: 540px;
    }

    .test-start-page header .auth {
      font-family: ProximaNova-Regular;
      font-size: 10px;
      line-height: 15px;
      margin-bottom: 20px;
      color: #000000;
      text-align: left;
      margin-top: 40px;
      float: left;
      position: absolute;
      top: 505px;
      right: 26px;
    }
    .test-start-page header .bt-section {
      width: 100%;
      margin-top: 150px;
      height: auto;
    }
    .test-start-page header .bt-section .head-text {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      padding-top: 20px;
      float: none;
    }
    .test-start-page header .bt-section .start-btn {
      margin-top: 40px;
      float: none;
      margin:  0 auto;
    }
    div#page .test-action-page .cont,
    div#page .test-finish-page .cont {
      padding: 0 !important;
      width: 100% !important;
    }
    .question_wrapper .question_text_wrapper {
      width: 87.5% !important;
      padding:0 6.25% !important;
      padding-top: 40px;
    }
    .question_wrapper .question_text_wrapper .text {
      font-size: 22px;
      line-height: 31px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .question_wrapper .question_text_wrapper .text img {
      max-width: 100%;
    }
    .question_wrapper .question_answers_box {
      margin-top: 0;
      width: 100%;
      border-radius: 0;
      padding: 20px 0px;
    }
    .question_wrapper .question_answers_box h2 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 30px;
    }
    .question_wrapper .question_answers_box .answer_item {
      float: none;
      width: 100%;
      width: 87.5% !important;
      margin: 0 6.25% !important;
      box-sizing: border-box;
      padding: 15 10px;
      .box-sizing;
      height: auto !important
    }
    .question_wrapper .question_answers_box .answer_item .answer_text {
      width: 100%;
      height: 70px;
      width: 400px;
    }
    .test-finish-page .result-img {
      width: 280px;
      height: 280px;
      background-repeat: no-repeat;
    }
    .test-finish-page .result-text-box {
      width: 100%;
      margin-top: 40px;
    }
    .test-finish-page .result-img-box {
      width: 100%;
      background-size: contain;
      background-position: center top;
      height: 300px;
      position: relative;
      top: 20px;
    }
    .test-finish-page .result-img .mask {
      width: 280px;
      height: 280px;
      background-size: contain;
      background-repeat: no-repeat;
    }
    .test-finish-page .repeat-btn {
      display: none;
    }
    .test-finish-page {
      padding-top: 20px;
    }
    .test-finish-page .result-title {
      font-size: 35px;
      line-height: 35px;
    }
    .test-finish-page .result-text {
      width: 87.5%;
      padding: 6.25%;
    }
    .test-finish-page .result-title {
      position: relative;
      z-index: 3;
      top: -10px;
      color: #fff;
      text-align: center;
      font-size: 26px;
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
    }
    .test-finish-page .instruction-box {
      border-radius: 0;
      width: 100%;
      padding-bottom: 10px;
      height: auto;

    }
    .test-finish-page .instruction-box .instrction-img {
      display: none;
    }
    .test-finish-page .instruction-box .result-instruction {
      width: 87.5%;
      margin-left: 0;
      padding: 0 6.5%;
    }
}