/* `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:rgb(44,57,212);



div#page {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 700px;
    min-width: 800px;
    background-size: cover;
    background-color: #FBFBFB;
    overflow: hidden;
    transition: all 0.8s ease;

  .cont {
    position: relative;
    width: 800px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
  }
}

.line {
	height: 150px;
    background: url(../images/1.png);
    background-repeat: repeat-x;
    display: block;
    position: relative;
    margin-top: 80px;
}
.link-to {
    width: 370px;
    height: 50px;
    border-radius: 20px;
    border:solid 1px #000;
    text-align: center;
    margin: 0 auto;
    font-family: 'trivia-grotesk';
    font-size: 15px;
    margin-top: 40px;
    display: block;
    .box-sizing;
    line-height: 50px;
    &:hover {
        background-color: #000;
        color: #fff;
    }

}
.test-start-page {
  	padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
    background-color: #fff;
    .cont {
        width: 1100px !important;
        height: auto;
    }


    header {
        margin-bottom: 10px;
        height: auto;
        .title {
        	width: 880px;
            height: auto;
            margin: 0 auto;
            font-family: 'trivia-grotesk';
            font-size: 50px;
            line-height: 70px;
            color: #000;
            text-align: center;
            letter-spacing: 6px;
            text-transform: uppercase;
        }
        .subtitle {
            font-family: 'trivia-grotesk';
            font-size: 20px;
            line-height: 70px;
            text-align: center;
            margin-top: 12px;
        }
        .box {
            width: 720px;
            margin: 0 auto;
            margin-top: 75px;
        }
        .header-img {
            width: 900px;
            height: 640px;
            background: url(../images/Big-rublik-2.png);
            background-repeat: repeat-x;
            display: block;
            position: relative;
            margin: 0 auto;
        }
        .descript {
            font-family: 'trivia-grotesk';
            font-size: 15px;
            text-align: left;
            width: 440px;
            line-height: 23px;
            float: left;
        }
        .auth {
            margin-bottom: 50px;
            font-family: 'trivia-grotesk';
            font-size: 13px;
            line-height: 20px;
            margin-left: 70px;
            float: left;
            a {
                color: #6CB4F1;
                text-decoration: underline;
            }
        }
        .start-btn {
            display: block;
            margin-left: 70px;
            width: 165px;
            height: 61px;
			cursor: pointer;
			overflow: hidden;
            font-family: 'trivia-grotesk';
            font-size: 25px;
            border:solid 2px;
            text-transform: uppercase;
            float: left;
            border-radius: 12px;
            text-align: center;
            line-height: 61px;
            letter-spacing: 2px;
            box-sizing: border-box;
            &:hover {
                background-color: #000;
                color: #fff;
            }
    	}      
    }

}

.test-action-page {
    width: 1200px;
    margin:0 auto;
    padding-bottom: 140px;
    .sequence {
        width: 880px;
        height: 555px;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        z-index: 999;
        .frame {
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            width: 880px;
            height: 555px;
            display: none;
            left: 50%;
            margin-left: -440px;
            background-repeat: no-repeat;
            background-position: center;
            &.show {
                display: block;
            }
        }
    }
    .points {
        position: absolute;
        width: 500px;
        margin-top: -140px;
        position: absolute;
        left:50%;
        margin-left:-500px/2;
        .profit-box {
            float: left;
            width: 100px;
            .point {
                width: 10px;
                height: 10px;
                border-radius: 100%;
                transform-origin:50% 100%;
                background-color: transparent;
                border:solid 1px #000;
                transition-duration: 0.7s;
                margin: 0 auto;
                margin-bottom: 5px;
                opacity: 0;
                &.negative {
                    background-color: #000;
                }
            } 
            .title {
                font-family: @fontRegular;
                font-size: 13px;
                color: #000;
                position: relative;
            }
        }
        .risk-box {
            .profit-box;
            float: right;
            .point {
                background-color: #000;
                &.negative {
                    border:solid 1px #000;
                    background-color: #fff;
                }
            }
        }

    }
    .info {
        width: 320px;
        height: 60px;
        .box-sizing;
        padding-top: 11px;
        color: red;
        font-family: 'trivia-grotesk';
        font-size: 13px;
        position: absolute;
        top: 650px;
        left: 50%;
        margin-left: -320px/2;
        line-height: 18px;
        border: solid 1px red;
        border-radius: 16px; 
        display: none;

    }
    .question-box {
        width: 880px;
        height: auto;
        position: relative;
        margin: 0 auto;
        text-align: center;
        .crt {
            font-size: 15px;
            display: block;
            width: 61px;
            height: 31px;
            color: #000;
            text-align: center;
            font-family: 'trivia-grotesk';
            line-height: 31px;
            border-radius: 16px;
            border:solid 1px #000;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .question-text {
            width: 660px;
            height: auto;
            font-size: 20px;
            text-align: center;
            line-height: 28px;
            margin: 0 auto;
            font-family: 'trivia-grotesk';
        }
        .what-to-do {
            font-family: @fontRegular;
            font-size: 20px;

        }
        .answers-wrapper {
            list-style-type: none;
            width: 1100px;
            height: 220px;
            margin: 0;
            padding: 0;
            position: relative;
            left: -(1100px-880)/2;
            text-align: justify;
            font-size: 0;
            z-index: 2;
            .item {
                width: 220px;
                height: 220px;
                cursor: pointer;
                font-family: 'trivia-grotesk';
                display: inline-block;
                box-sizing: border-box;
                text-align: center;
                .letter {
                    font-size: 20px;
                    line-height: 20px;
                    width: 40px;
                    height: 35px;
                    border-radius:12px;
                    float: left;
                    margin-left: 86px;
                    margin-bottom: 10px;
                    text-align: center;
                    line-height: 35px;
                    border:solid 1px transparent;
                }
                .text {
                    line-height: 20px;
                    font-size: 15px;
                    float: left;
                    width: 100%;
                }
                &:hover {
                    .letter {
                        border: solid 1px #000; 
                    }
                }
            }
            .helper {
                width: 100%;
                height: 0;
                visibility: hidden;
                display: inline-block;
            }
        }
        .answer-description-wrapper {
            width: 880px;
            position: relative;
            z-index: 3;
            border:solid 1px rgba(0,0,0,.5);
            padding-top: 40px;
            padding-bottom: 40px;
            border-radius: 12px;
            background-color: #FBFBFB;
            .left-cell {
                width: 330px;
                height: auto;
                float: left;
                .item {
                    width: 220px;
                    height: 220px;
                    cursor: pointer;
                    font-family: 'trivia-grotesk';
                    display: inline-block;
                    box-sizing: border-box;
                    border:solid 1px transparent;
                    text-align: center;
                    .letter {
                        font-size: 20px;
                        line-height: 20px;
                        width: 40px;
                        height: 35px;
                        border-radius:12px;
                        float: left;
                        margin-left: 92px;
                        margin-bottom: 10px;
                        text-align: center;
                        line-height: 35px;
                    }
                    .text {
                        line-height: 20px;
                        font-size: 15px;
                        float: left;
                        width: 100%;
                    }
                }
            }
            .right-cell {
                width: 550px;
                float: left;
                .description {
                    width: 488px;
                    font-family: 'trivia-grotesk';
                    font-size: 15px;
                    line-height: 20px;
                    margin-bottom: 20px;
                    text-align: left;
                    b {
                        width: 488px;
                        font-family: 'trivia-grotesk';
                        font-size: 25px;
                        line-height: 26px;
                        margin-bottom: 20px;
                        text-align: left;
                        display: block;
                    }
                }
                .next-question-button {
                    width: 216px;
                    height: 50px;
                    background-color: #F7E996;
                    line-height: 50px;
                    text-align: center;
                    border-radius: 12px;
                    font-family: 'trivia-grotesk';
                    font-size: 15px;
                    cursor: pointer;
                }
            }
        }
    } 

}
.ded-page {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
    .header-title {
        font-family: 'trivia-grotesk';
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        width: 440px;
        margin: 0 auto;
        margin-top: 40px;
        b {
            font-size: 25px;
            line-height: 28px;
            margin-bottom: 13px;
            display: block;

        }
    }
    .sequence2 {
        width: 880px;
        height: 555px;
        position: relative;
        margin: 0 auto;
        margin-top: 70px;
        z-index: 999;
        .frame {
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            width: 880px;
            height: 555px;
            display: none;
            left: 50%;
            margin-left: -440px;
            background-repeat: no-repeat;
            background-position: center;
            &.show {
                display: block;
            }
        }
    }
    .pngs-box {
        width: 660px;
        height: auto;
        margin: 0 auto;
        margin-top: -240px;
        z-index: 22222;
        position: relative;
        .item {
            width: 220px;
            float: left;
            text-align: center;
            font-family: 'trivia-grotesk';
            cursor: pointer;
            transition: top 0.3s;
            position: relative;
            &:hover {
                top: -40px;
            }
            .title {
                text-align: center;
                font-size: 20px;
                margin-bottom: 10px;
                margin-top: 20px;
            }
            .text {
                text-align: center;
                font-size: 15px;
                line-height: 20px;
            }
            .img-box {
                width: 220px;
                height: 150px;
                // border: solid 1px;
            }
            .title {

            }
            .text {}

            &:nth-child(1) {
                .img-box {
                    background-image: url(../images/Dead1.png)    
                }
                
            }
            &:nth-child(2) {
                .img-box {
                    background-image: url(../images/Dead2.png)    
                }
            }
            &:nth-child(3) {
                .img-box {
                    background-image: url(../images/Dead3.png)    
                }
            }
        }
    }
}
.win-page {
    .ded-page;
    .sequence3 {
        .sequence2;
    }
}


/* SOCIAL BUTTON STYLE */

.social {

  width: 300px;
  height: 35px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 100px;
}
.social span {
  width: 140px;
  height: 35px;
  float: left;
}
.social span.vk {
  background: url(../images/socialButtons.png) -150px 0 ;
  &:hover {
    background-position: -150px -40px;
  }
}

.social span.tw {
  float: right;
  background: url(../images/socialButtons.png) -300px 0;
  &:hover {
    background-position: -300px -40px;  
  }
}

.social-btn {
  cursor: pointer;
}

.comm {
        width: 920px;
        margin: 0 auto;
        margin-top: 20px;
        
        @active_color: #ffca24;

        .most-read {
                color: #000000!important;
        
                a {
                        color: #000000!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: #000000!important;
        
                a {
                        color: #000000!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;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 760px) {
        .social-shares {
            display: none;
        }
        html, body {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
        .social-share.pie {
            display: none;
            margin: 0;
        }
        div#page {
            width: 100%;
            min-width: 100%;
            .cont {
                width: 87.5% !important;
                margin-left: 6.25%;
                margin-right: 6.25%;
            }
            .test-start-page {
                width: 100%;
                overflow: hidden;
                height: auto;
                header {
                    .header-img {
                        width: 100%;
                        background-position: center;
                        height: 270px;
                        background-size: contain;
                    }

                    .title {
                        width: 100%;
                        font-size: 21px;
                        line-height: 24px;
                    }
                    .subtitle {
                        font-size: 15px;
                    }
                    .box {
                        width: 100%;

                        .descript {
                            width: 100%;
                            font-size: 13px;
                            line-height: 19px;
                            margin-top: 10px;
                            float: none;
                        }
                        .auth {
                            font-size: 13px;
                            line-height: 15px;
                            margin-left: 0;
                            margin-top: 20px;
                            br:nth-child(1) {
                                display: none;
                            }
                            br:nth-child(4) {
                                display: none;
                            }
                        }
                        .start-btn {
                            width: 200px;
                            margin: 0 auto;
                            background-size: contain;
                            background-repeat: no-repeat;
                            float: none;
                            letter-spacing: 2px;
                        }    
                    }
                    
                }
            }
            .test-action-page {
                width: 100%;
                height: auto;
                .question-figure {
                    height: 150px;
                    top: 100px;
                    background-size: contain;
                }
                .sequence {
                    display: none !important;
                }
                .answer-info-pop-up {
                    display: block;
                    top: 0;
                    z-index: 9999;
                    height: 100%;
                    position: fixed;
                    width: 100%;
                    box-shadow: none;
                    left: 0;
                    margin-left: 0;
                    .pop-up-info {
                        display: block;
                    }
                    .type-title {
                        margin-top: 40px;
                        font-size: 29px;
                    }
                }
                .sequence {
                    display: block !important;
                    width: 100%;
                    max-width: 320px;
                    height: 250px;
                    z-index: 22;
                    background-image: url(../images/rublic_seq_one.png);
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-top: 20px;
                    background-position: center;
                    .frame {
                        width: 100%;
                        background-repeat: no-repeat;
                        background-size: contain;
                    }
                }
                .points {
                    position: relative;
                    margin-top: 0;
                    margin-left: 0;
                    width: 100%;
                    left: 0;
                    width: 87.5% !important;
                    margin-left: 6.25%;
                    margin-right: 6.25%;
                    .profit-box {
                        margin-left: 10%;
                        .point {
                            opacity: 0;
                        }
                    }
                    .risk-box {
                        margin-right: 10%;
                        .point {
                            opacity: 0;
                        }
                    }

                }
                .question-box {
                    width: 100%;
                    position: relative;
                    .crt {
                    }
                    .answer-description-wrapper {
                        width: 87.5% !important;
                        margin-left: 6.25%;
                        margin-right: 6.25%;
                        padding-top: 0;
                        margin-top: 70px;
                        border:none;
                        .left-cell {
                            float: none;
                            width: 100%;
                            .item {
                                height: auto;
                                margin-bottom: 10px;
                            }
                        }
                        .right-cell {
                            width: 100%;
                            float: none;
                            .description {
                                font-size: 13px;
                                line-height: 18px;
                                width: 100%;
                                b {
                                    font-size: 15px;
                                    margin-bottom: 10px;
                                }
                            }
                        }
                    }
                    .question-text {
                        padding-bottom: 30px;
                        font-size: 13px;
                        line-height: 20px;
                        word-wrap: break-word;
                        width: 87.5% !important;
                        margin-left: 6.25%;
                        margin-right: 6.25%;
                    }
                    .answer-to-the-question {
                        width: 100%;
                        text-align: center;
                        height: 90px;
                        border-top: solid 1px #000;
                        line-height: 95px;
                        .info {
                            display: none !important;
                        }
                        &.lined {
                            &:after {
                                display: none;       
                            }
                        }
                    }
                    .answer-to-the-question.yes {
                        top: 270px;
                    }
                    .answer-to-the-question.no {
                        top: 360px;
                        border-bottom: solid 1px #000;
                    }
                }
                .answers-wrapper {
                    width: 100%;
                    left: 0;
                    text-align: center;
                    height: auto;
                    margin-top: 80px;
                    .item {
                        margin-right: 0px;
                        float: none;
                        height: auto;
                        margin-bottom: 50px;
                        margin-right: 0 !important;
                        .text {
                            font-size: 13px;
                            line-height: 18px;
                        }
                    }
                }

            }
            .ded-page {
                width: 100%;
                .header-title {
                    width: 100%;
                    line-height: 20px;
                }
                .sequence2 {
                    display: block !important;
                    width: 100%;
                    max-width: 320px;
                    height: 250px;
                    z-index: 22;
                    background-image: url(../images/win/1.png);
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-top: 20px;
                    background-position: center;
                }
                .pngs-box {
                    margin-top: 0;
                    width: 100%;
                    height: auto;
                    margin-top: 40px;
                    .item {
                        float: none;
                        margin: 0 auto;
                        margin-bottom: 60px;
                        &:hover {
                            top: 0;
                        }
                        .img-box {
                            // background-size: contain;
                            // background-repeat: no-repeat;
                            // background-position: center;
                        }
                    }   
                }
            }
            .win-page {
                width: 100%;
                .header-title {
                    width: 100%;
                }
                .sequence3 {
                    display: block !important;
                    width: 100%;
                    max-width: 320px;
                    height: 250px;
                    z-index: 22;
                    background-image: url(../images/win/1.png);
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-top: 20px;
                    background-position: center;
                }
            }
            .test-finish-page {
                width: 100%;
                .result-img {
                    width: 100%;
                    background-size: contain;
                    background-repeat: no-repeat;
                    height: 75px;
                }
                .result-title {
                    width: 100%;
                    font-size: 40px;
                    line-height: 50px;
                    display: none;
                }
                .result-text {
                    width: 100%;
                    font-family: 'trivia-grotesk';
                    font-size: 14px;
                    line-height: 24px;
                    text-align: center;
                }
                .social {
                    width: 100%;
                    padding-left: 0;
                    padding-right: 0;
                    text-align: center;
                    span {
                        display: inline-block;
                        width: 130px;
                        background-size: contain;
                        float: none !important;
                        background-size: 420px;
                    }
                }
            }
            .footer {
                .comm {
                    width: 100%;
                    .most-read {
                        display: none;
                    }
                    .block-comments {
                        display: none;
                    }
                    .some-materials {
                        width: 100%;
                        .cell {
                            width: 100%;
                            height: auto;
                        }
                    }
                }
            }
        }
        
    }


