/* `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;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
} 
@fontRegular:ProximaNova-Regular;
@fontThin:ProximaNovaT-Thin;
@fontExtrabold:ProximaNova-Extrabld;
@textColor:rgb(44,57,212);


div#page {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 1200px;
  background-size: cover;

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

.test-start-page {
  	height: auto;
  	padding-top: 60px;
    padding-bottom: 340px;
    background: url(../images/bg2.jpg);
    background-size: cover;
    position: relative;
    min-height: 100%;


    header {
        height: auto;
        .m-left {
          margin-left: 200px;
        }
        .t-title {
            width: 671px;
            height: 141px;
            font-size: 60px;
            line-height: 72px;
            background-image: url(../images/title.png);
            margin-bottom: 120px;
        }
        .t-title2 {
          width: 422px;
          height: 16px;
          background-image: url(../images/kakoviShansi.png);
          margin-bottom: 90px;
        }
        .head-text {
        	width: 500px;
        	height: auto;
          font-size: 16px;
          line-height: 19px;
          float: left;
          font-family: @fontExtrabold;
          color: #fff;
          margin-right: 100px;

          a {
            margin-top: 20px;
            color: #fff;
            text-decoration: underline; 
          }
        	
        }
        .start-btn {
          display: block;
          width: 150px;
          height: 150px;
          float: left;
          background-color: #00f;
          font-family: @fontExtrabold;
          font-size: 22px;
          line-height: 40px;
          text-align: center;
          box-sizing: border-box;
          padding-top: 37px;
          color: #fff;
          text-decoration: underline;
          cursor: pointer;
          &:hover {
            background-color:#0000cc;
          }
        }
        .logo {
          height: 36px;
          width: 216px;
          background: url(../images/Logo.png);
          margin-top: 0px;
          display: block;
          background-repeat: no-repeat;
          margin-left: 100px;
          top: 390px;
          left: -100px;
          position: absolute;
          background-size: contain;
          -webki-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
        }      
    }
    .cover-box {
      height: 357px;
      margin-top: 50px;
    }

    .animation {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    input,
    button {
      font-family: 'Roboto Slab', serif;
      font-weight: 300;
      font-size: 16px;
      border: 0;
      padding: 3px 5px;
      border-radius: 3px;
    }

    h1 {
      margin: 0.5em 0 1em 0;
      font-size: 1.8em;
      font-weight: 700;
      color: #096AA3;
    }

    h2, h3 {
      font-weight: bold;
    }

    p {
      margin-bottom: 1em;
    }


    .container {
      position: relative;
      float: left;
      width: 250px;
      height: 357px;
      margin: 0 5.5% 0 0 ;
      background: #fff;
      &:last-child {
        margin-right:0;
      }
      /* Set the depth of the elements */
      -webkit-perspective: 800px;
      -moz-perspective: 800px;
      -o-perspective: 800px;
      perspective: 800px;
    }

    .container:first-child {
      margin-left: 0;
    }

    .card {
      width: 100%;
      height: 100%;
      position: absolute;
      cursor: pointer;
      
      /* Set the transition effects */
      -webkit-transition: -webkit-transform 0.4s;
      -moz-transition: -moz-transform 0.4s;
      -o-transition: -o-transform 0.4s;
      transition: transform 0.4s;
      -webkit-transform-style: ~"preserve-3d";
      -moz-transform-style: ~"preserve-3d";
      -o-transform-style: ~"preserve-3d";
      transform-style: ~"preserve-3d";

    }

    .card.flipped {
      -webkit-transform: rotateY( 180deg );
      -moz-transform: rotateY( 180deg );
      -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
    }

    .card .front,
    .card .back {
      display: block;
      height: 100%;
      width: 100%;
      line-height: 260px;
      color: white;
      text-align: center;
      font-size: 4em;
      position: absolute;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      
      box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
    }

    .card .back {
      width: 94%;
      padding-left: 3%;
      padding-right: 3%;
      font-size: 16px;
      text-align: left;
      line-height: 25px;
    }

    .formItem:first-child {
      margin-top: 20px;
    }

    .card .back label {
      display: inline-block;
      width: 70px;
      text-align: left;
    }

    .card .front {
      background: #096AA3;
    }

    .card .back {
      background: #03446A;
      -webkit-transform: rotateY( 180deg );
      -moz-transform: rotateY( 180deg );
      -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
    }

    .container:first-child .card .front {
      background: #228653;
    }

    .container:first-child .card .back {
      background: #007539;
    }

    .cardTitle {
      font-size: 1.4em;
      line-height: 1.2em;
      margin: 0;
    }

    .content {
      padding: 4%;
      font-weight: 100;
      text-align: left;
    }

    button.btnSend {
      display: inline-block;
      min-width: 100px;
      padding: 3px 5px;
      margin-top: 10px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      color: #03446A;
      background: #fff;
      border: 0;
      border-radius: 0;
    }

    .cover1 {
      .front {
        background: url(../images/startPosters/1A.jpg) !important;
        background-size: contain !important;
      }
      .back {
        background: url(../images/startPosters/1B.jpg) !important;
        background-size: contain !important;
      }
    }

    .cover2 {
      .front {
        background: url(../images/startPosters/2A.jpg) !important;
        background-size: contain !important;
      }
      .back {
        background: url(../images/startPosters/2B.jpg) !important;
        background-size: contain !important;
      }
    }

    .cover3 {
      .front {
        background: url(../images/startPosters/3A.jpg) !important;
        background-size: contain !important;
      }
      .back {
        background: url(../images/startPosters/3B.jpg) !important;
        background-size: contain !important;
      }
    }

    .cover4 {
      .front {
        background: url(../images/startPosters/4A.jpg) !important;
        background-size: contain !important;
      }
      .back {
        background: url(../images/startPosters/4B.jpg) !important;
        background-size: contain !important;
      }
    }
}

.test-action-page {
  min-height: 100%;
  height: auto;
  min-height: 700px;
  background: url(../images/bg1.jpg);
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 140px;
  .cont {
    width: 100% !important;
  }
  .logo {
    height: 36px;
    width: 216px;
    background: url(../images/Logo.png);
    display: block;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    margin: 0 auto;
  } 
  .timer {
    position: absolute;
    right: 0;
    width: 224px;
    height: 103px;
    background-color: #0000ff;
    top: -40px;
    line-height: 103px;
    text-align: center;
    font-size: 44px;
    font-family: @fontThin;
    color: #fff;
  }
  .t-cont {
    text-align: center;
    &.q2 {
      .next-btn {
        margin-top: 60px !important;
        margin-bottom: -40px;
      }
    }
    .h-title {

      display: block;
      color: #fff;
      font-family: @fontRegular;
      width: 681px;
      height: 53px;
      background: url(../images/titleSmall.png);
      font-size: 31px;
      line-height: 37px;
      text-align: center;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 12px;
    }
    .crt {
      font-family: @fontRegular;
      line-height: 16px;
      font-size: 14px;
      color: #fff;
      display: block;
      margin-bottom: 30px;
    }
    .user-form {
      width: 400px;
      height: 634px;
      background-color: #fff;
      .box-sizing;
      padding-top: 20px;
      margin: 0 auto;
      .ico {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 100%;
        border:solid 1px #0000ff;
        margin-bottom: 20px;

      }
      input[type="text"] {
        width: 200px;
        height: 50px;
        border:solid 1px #0000ff;
        margin: 0 auto;
        .box-sizing;
        margin-bottom: 40px;
        display: block;
        font-family: @fontExtrabold;
        font-size: 18px;
        /*line-height: 21px;*/
        padding-left: 20px;
        &.error {
          border-color:red;
        }
      }
      ::-webkit-input-placeholder { /* WebKit browsers */
          color:    #00f;
      }
      :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
          color:    #00f;
          opacity:  1;
      }
      ::-moz-placeholder { /* Mozilla Firefox 19+ */
          color:    #00f;
          opacity:  1;
      }
      :-ms-input-placeholder { /* Internet Explorer 10+ */
          color:    #00f;
      }
      .radio-gr {
        width: 200px;
        margin: 0 auto;
        margin-top: -25px;
        .title {
          font-size: 18px;
          line-height: 39px;
          color: #0000ff;
          font-family: @fontExtrabold;
          text-align: left;
        }
        .radioP {
          display: block;
          position: relative;
          margin: 20px 0;
          padding-left:40px;
          text-align: left;
          color: #0000ff;
          
          font-family:arial;
        }
        .radioP:first-child {
         margin:0 0 20px 0; 
        }

        input[type="radio"] {
          display: block;
          position: absolute;
          top:0;
          left:0;
          z-index: 0;

        }
        /* For IE 7-8-9

        input[type="radio"] {
          display: inline-block;
        }
        input[type="radio"] + label span.radioButtonGraph {
          display: none;
        }

        */

        input[type="radio"] + label span.radioButtonGraph {
          appearance: none;
          -webkit-appearance: none;

          z-index: 20;
          position: absolute;
          top:-3px;
          left:0;
          display: inline-block;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          cursor: pointer;
          vertical-align: middle;
          /*box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;*/
          border:solid 1px #0000ff;
          .box-sizing;
          color: #00f;
          background: #fff;
          background-image: radial-gradient(ellipse at center,  #0000ff 0%, #0000ff 40%,#fff 45%);
          background-repeat: no-repeat;

          transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
          transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
        }
         input[type="radio"] + label span.radioButtonGraph {
          background-position: -24px 0;
        }


        input[type="radio"]:checked + label span.radioButtonGraph {
          transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
        }
        input[type="radio"]:checked + label span.radioButtonGraph {
          background-position: 0 0;
        }
        input[type="submit"] {
          border:none;
          background:#62c2f3;
          color:#fff;
          font-size:20px;
          padding:10px 0;
          border-radius:3px;
          cursor:pointer;
          width:100%;
        }
      }
      .next-question-1 {
        width: 100%;
        height: 65px;
        background-color: #0000ff;
        font-family: @fontExtrabold;
        text-align: center;
        font-size: 17px;
        line-height: 65px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 37px;
        cursor: pointer;
        &:hover {
          background-color:#0000cc;
        }

      }
    }
    .test-box {
      padding-top: 40px;
      padding-bottom: 40px;
      position: relative;
      background-color: #fff;
      .t-wr {
        margin: 0 auto;
        width: 1200px;
        position: relative;
      }
      .cube {
        width: 500px;
        height: 500px;
        border:solid 1px #0000ff;
        margin: 0 auto;
        .row {
          .item {
            width: 99px;
            height: 99px;
            border-right: solid 1px #00f;
            border-bottom: solid 1px #00f;
            float: left;
            font-size: 42px;
            line-height: 100px;
            font-family: @fontRegular;
            text-align: center;
            color: #00f;
            cursor:pointer;
            &:last-child {
              border-right: 0;
              width: 100px;
            }
            &:hover {
              font-family: @fontExtrabold;
            }
            &.selected {
              font-family: @fontExtrabold;
            }
          }
          &:last-child {
            .item {
              border-bottom: none;
              height: 100px;
            }
          }
        }
      }
      .test-info {
        width: 510px;
        margin: 0 auto;
        margin-top: 40px;

        .ico {
          width: 100px;
          height: 100px;
          float: left;
          margin-right: 20px;
          border:solid 1px;
          .box-sizing;
        }
        .text {
          width: 390px;
          font-family: @fontRegular;
          font-size: 18px;
          line-height: 21px;
          color: #00f;
          text-align: left;
          float: left;
        }
      }
      .instruction {
        font-family: @fontRegular;
        font-size: 16px;
        line-height: 20px;
        color: #00f;
        width: 200px;
        height: auto;
        position: absolute;
        right: 100px;
        text-align: left;
        top: 70px;
      }
      .result-info {
        .instruction;
        top: 350px;
      }
      .next-btn {
        height: 72px;
        background-color: #0000ff;
        text-align: center;
        color: #fff;
        font-family: @fontExtrabold;
        font-size: 17px;
        line-height: 72px;
        text-transform: uppercase;
        margin-top: 30px;
        cursor: pointer;
        &:hover {
          background-color:#00c;
        }
      }
      .descript {
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        font-family: @fontRegular;
        color: #00f;
        margin-bottom: 30px;
      }
      .select-test {
        width: 540px;
        margin: 0 auto;
        text-align: left;
        .line-text {

          font-family: @fontExtrabold;
          font-size: 25px;
          line-height: 50px;
          display: inline;
          margin-right: 10px;
        } 
        .select-box {
          display: inline-block;
          height: 20px;
          line-height: 50px;
          /*background-color: #00f;*/
          width: 90px;
          margin-right: 10px;
          select {
            display: block;
            float: left;
            width: 100%;
          }
        }
      }    
      .four-test {
        width: 500px;
        margin: 0 auto;
        .descript {
          width: 500px;
          text-align: left; 
        }
        .timer-start {
          width: 500 ;
          height: 92px;
          margin-bottom: 20px;
          font-family: @fontRegular;
          color: #fff;
          background-color: #00f;
          text-align: center;
          font-size: 60px;
          cursor: pointer;
          line-height: 92px;
        }
      }
      .five-test {
        width: 500px;
        margin: 0 auto;

        .timer-start {
          width: 300px;
          height: 92px;
          margin-bottom: 20px;
          font-family: @fontRegular;
          color: #fff;
          background-color: #00f;
          text-align: center;
          font-size: 60px;
          cursor: pointer;
          line-height: 92px;
          margin: 0 auto;
        }
        .number {
          font-size: 60px;
          line-height: 72px;
          text-align: center;
          color: #00f;
          font-family: @fontRegular;
          margin-top: 60px;
          margin-bottom: 50px;
        }
        .input-box {
          .posta {
            margin-top: 50px;
            font-size: 18px;
            line-height: 21px;
            text-align: center;
            font-family: ProximaNova-Regular;
            color: #00f;
            margin-bottom: 30px;
          }
          input {
            font-size: 60px;
            line-height: 72px;
            text-align: center;
            color: #00f;
            font-family: @fontRegular;
            margin-top: 30px;
            margin-bottom: 40px;
            width: 500px;
            height: 60px;
            border:solid 1px #00f;  
          } 
        }  
      }
      .six-test {
        .descript {
          text-align: center; 
          width: 100%;
        }
        .planets {
          width: 922px;
          height: 80px;
          margin: 0 auto;
          margin-bottom: 130px;
          margin-top: 80px;
          .planet {
            position: relative;
            width: 80px;
            height: 80px;
            background-color: rgb(0,139,0);
            border-radius: 100%;
            float: left;
            margin-right: 40px;
            cursor: pointer;
            opacity: 0.9;
            
            &:hover {
              opacity:1;
            }
            &.active {
              opacity:0.6;
            }
            &.last {
              &:after {
              	content: '';
              	position: absolute;
              	width: 60px;
              	height: 44px;
              	margin: auto;
              	left: 0;
              	right: 0;
              	top: 0;
              	bottom: 0;
              	background-image: url(../images/Undo.png);
              }
            }
            &:last-child {
              margin-right:0;
            }
            &:nth-child(1) {
              background: url(../images/planetsBtn/Earth.png);
              background-size: contain;
            }
            &:nth-child(2) {
              background: url(../images/planetsBtn/Uran.png);
              background-size: contain;
            }
            &:nth-child(3) {
              background: url(../images/planetsBtn/Mercury.png);
              background-size: contain;
            }
            &:nth-child(4) {
              background: url(../images/planetsBtn/Jupiter.png);
              background-size: contain;
            }
            &:nth-child(5) {
              background: url(../images/planetsBtn/Mars.png);
              background-size: contain;
            }
            &:nth-child(6) {
              background: url(../images/planetsBtn/Saturn.png);
              background-size: contain;
            }
            &:nth-child(7) {
              background: url(../images/planetsBtn/Neptune.png);
              background-size: contain;
            }
            &:nth-child(8) {
              background: url(../images/planetsBtn/Venus.png);
              background-size: contain;
            }
            .planet-name {
              position: absolute;
              color: rgb(150,150,150);
              font-size: 14px;
              line-height: 16px;
              font-family: @fontRegular;
              bottom: -15px;
              width: 80px;
              text-align: center;
              left:50%;
              margin-left: -40px;
              top: 90px;
              cursor: pointer;

            }
          }
        }

      }

    }
    .orbits {
      width: 910px;
      margin: 0 auto;
      position: relative;
      margin-top: 50px;
      height: 910px;
      .sun {
      	position: absolute;
      	left: 0;
      	top: 0;
      	right: 0;
      	bottom: 0;
      	margin: auto;
      	width: 40px;
      	height: 40px;
      	background-image: url(../images/planets/sun.png);
      }
      .orbit {
        /*border-radius: 100%;
        position: absolute;
        left:50%;
        top: 50%;*/
        /*border: dashed 1px #fff;*/
/*
        &.two {
          width: 904px;
          height: 904px;
          margin-left: -452px;
          margin-top: -452px;
        }
        &.three {
          width: 804px;
          height: 804px;
          margin-left: -402px;
          margin-top: -402px;
        }
        &.four {
          width: 704px;
          height: 704px;
          margin-left: -352px;
          margin-top: -352px;
        }
        &.five {
          width: 602px;
          height: 602px;
          margin-left: -301px;
          margin-top: -301px;
        }
        &.six {
          width: 502px;
          height: 502px;
          margin-left: -251px;
          margin-top: -251px;
        }
        &.seven {
          width: 402px;
          height: 402px;
          margin-left: -201px;
          margin-top: -201px;
        }
        &.eight {
          width: 302px;
          height: 302px;
          margin-left: -151px;
          margin-top: -151px;
        }
        &.nine {
          width: 202px;
          height: 202px;
          margin-left: -101px;
          margin-top: -101px;
        }

        &.one {
          width: 100px;
          height: 100px;
          margin-left: -50px;
          margin-top: -50px;

          background-color: rgb(253,43,0);
          border-radius: 100%;
          border:none;

        }*/
      }

    }
    
  }
}

.q1 {
  .user-form {
    .ico {
      background: url(../images/icons/1.png);
      border:none !important;
      border-radius: 0 !important;
      background-size: cover;
    }
  }
}
.q2 {
  .test-info {
    .ico {
      background: url(../images/icons/2.png);
      border:none !important;
      border-radius: 0 !important;
      background-size: cover;
      width: 100px !important;
      height: 99px !important; 
    }
  }
}
.q3 {
  .test-info {
    .ico {
      background: url(../images/icons/3.png);
      border:none !important;
      border-radius: 0 !important;
      background-size: cover;
      width: 100px !important;
      height: 99px !important; 
    }
  }
}
.q4 {
  .test-info {
    .ico {
      background: url(../images/icons/4.png);
      border:none !important;
      border-radius: 0 !important;
      background-size: cover;
      width: 100px !important;
      height: 99px !important; 
    }
  }
}
.q5 {
  .test-info {
    .ico {
      background: url(../images/icons/5.png);
      border:none !important;
      border-radius: 0 !important;
      background-size: cover;
      width: 100px !important;
      height: 99px !important; 
    }
  }
}
.q6 {
  background: url(../images/bgPlanetsDark.jpg);
  background-size: cover;
  margin-bottom: -140px;
  padding-bottom: 150px;

  .test-info {
    .ico {
      background: url(../images/icons/6.png);
      border:none !important;
      border-radius: 0 !important;
      background-size: cover;
      width: 100px !important;
      height: 99px !important; 
    }
  }
}

.test-finish-page {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
  min-height: 900px;
  background: url(../images/gifBg.gif) 0 0 ;
  background-size: cover;
  .box-sizing;
  .logo {
    width: 387px;
    height: 64px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(../images/Logo.png);

  }
  .h-title {
    height: 53px;
    width: 681px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(../images/titleSmall.png);
  }
  .res-box {
    width: 580px;
    height: auto;
    background-color: #fff;
    padding-bottom: 5px;
    .box-sizing;
    margin: 0 auto;
    margin-top: 60px;
    .text {
      padding:40px 20px;
      font-family: @fontRegular;
      font-size: 16px;
      line-height: 18px;
      color: #00f;
    }
    .text2 {
      .text;
      margin-top: 0px;
      padding-top: 0;
    }
    .rep-btn {
      height: 50px;
      font-size: 30px;
      color: #fff;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      background-color: #00f;
      font-family: @fontExtrabold;

    }
    .social {
      margin: 15px auto;
    }
  }

  
}


/* Radio batton */




/* End Radio batton */


/* SOCIAL BUTTON STYLE */

.social {

  width: 300px;
  height: 35px;
  margin: 0 auto;
  margin-top: 40px;
}
.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;
            }
          }
        }
      }
    }
  }
}
