/* `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;
@fontMore: ff-more-web-pro;
@textColor:rgb(44,57,212);


@font-face {
    font-family: 'Cornelius-Bold';
    src: url('webfonts/2CA987_0_0.eot');
    src: url('webfonts/2CA987_0_0.eot?#iefix') format('embedded-opentype'),
         url('webfonts/2CA987_0_0.woff2') format('woff2'),
         url('webfonts/2CA987_0_0.woff') format('woff'),
         url('webfonts/2CA987_0_0.ttf') format('truetype');
}




html, body {
    height: auto;
}

div#page {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 960px;

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


.test-start-page {
  	min-height: 100%;
  	padding-top: 60px;
    padding-bottom: 40px;
    background: url(../images/bg/8.jpg);
    background-size: cover;
    header {
        height: auto;
        .title {
        	width: 570px;
            
            font-family: 'oukwat-regular';
            font-size: 50px;
            line-height: 60px;
            color: #fff;
        }
        .title-descript {
            font-family: 'garamond-premier-pro-caption';
            font-size: 50px;
            line-height: 60px;
            font-style: italic;
            color: #FFFF00;
        }
        .auth {
            font-family: 'ff-more-web-pro', trivia-grotesk;
            font-size: 12px;
            line-height: 19px;
            margin-bottom: 20px;
            color: #fff;
            margin-top: 60px;
            
            a {
                color: #fff;
                text-decoration: underline;
                &:hover {
                	text-decoration: none;
                }
            }

        }
        .head-text {
        	width: 530px;
        	height: auto;
        	font-family: @fontMore, 'trivia-grotesk';
        	font-size: 16px;
        	line-height: 25px;
        	text-align: left;
        	margin-top: 20px;
        	margin-bottom: 30px;
            color: #fff;
    		
    		h4 {
    			font-family: 'garamond-premier-pro-caption';
    			color: #FFFF00;
    			font-size: 20px;
    			line-height: 25px;
                margin-top: 20px;
                font-style: italic;
    		}	
        }
        .start-btn {
			width: 400px;
			height: 90px;
			background-color: #ffff00;
			margin-top: 35px;
			cursor: pointer;
			color: #000;
            font-family: 'oukwat-regular';
            font-size: 48px;
            line-height: 90px;
            text-align: center;
            opacity: 0.8;
            border-radius: 50px;

			&:hover {
                opacity:1;
			}
    	}      
    }

}

.test-action-page {
	height: 100%;
    background-size: cover;
    padding-top: 80px;
    background-color: #1d1d1d;
    #canvas {
        visibility: visible;
        width: 1000px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 250px;
            #worksheet-delete {
                padding: 15px 20px;
                border-radius: 2px;
                border:solid 1px #fff;
                color: #fff;
                position: absolute;
                bottom: -90px;
                left: 0;
                font-family: 'Arial';
                cursor: pointer;
                &:hover  {
                    background-color:#fff;
                    color: #515151;

                }
            }
            .start-info {
                width: 280px;
                height: auto;
                position: absolute;
                left: -40px;
                top: 10px;
                z-index: 2;
                .auth,
                .test-rubrik {
                    font-family: Cornelius-Bold;
                    font-size: 15px;
                    color: #fff;
                    text-transform: uppercase;
                    line-height: 16px;
                    a {
                        color: #fff;
                        text-decoration: underline;
                    }
                }
                .test-rubrik {
                    margin-top: 25px;
                }
                .tutorial {
                    background: url(../images/tutorial.png);
                    width: 223px;
                    height: 311px;
                    margin-top: 50px;
                }
            }
            .old-view {
                visibility: hidden;
                width: 74px;
                height: 97px;
                position: absolute;
                right: 0px;
                top: 120px;
                background-image: url(../images/FriendsBookmark.png);
                background-position: 0px 0px;
                cursor: pointer;
                transition: right 0.3s;
                &.visible {
                    right: -73px;
                    visibility: visible;    
                }
                &:hover  {
                    background-position: 0 -101px;
                }
            }
            .create-worksheet {
                visibility: hidden;
                width: 69px;
                height: 96px;
                position: absolute;
                left: 0px;
                top: 120px;
                background-image: url(../images/MyBookmark.png);
                background-position: 0px 0px;
                cursor: pointer;
                transition: left 0.3s;
                &.visible {
                    visibility: visible;
                    left: -69px;
                }
                &:hover  {
                    background-position: 0 -100px;
                }
            }
            #flipbook {
                .shadow {
                    -webkit-transition: -webkit-box-shadow 0.5s;
                    -moz-transition: -moz-box-shadow 0.5s;
                    -o-transition: -webkit-box-shadow 0.5s;
                    -ms-transition: -ms-box-shadow 0.5s;
                    -webkit-box-shadow: 0 0 20px #ccc;
                    -moz-box-shadow: 0 0 20px #ccc;
                    -o-box-shadow: 0 0 20px #ccc;
                    -ms-box-shadow: 0 0 20px #ccc;
                    box-shadow: 0 0 20px #ccc;
                }
                .page {
                    background: #f5f5f5;
                    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
                    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
                    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
                    -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);

                    .page-number {
                        display: block !important;
                        position: absolute;
                        bottom: 30px;
                        font-family: Cornelius-Bold;
                        height: 20px;
                        border: solid 1px #000;
                        text-align: center;
                        line-height: 16px;
                        font-size: 20px;
                        padding: 0 10px;
                        border-radius: 100%;
                    }
                    &.odd  {
                        .page-number {
                            right: 20px;
                        }
                    }
                    &.even { 
                        .page-number {
                            left: 20px;
                        }
                    }
                    &.hard {
                        &:nth-child(1) {
                            background-image:none;
                        }
                        &:nth-child(2) {
                            background-color:black;
                        }
                        &:nth-child(3) {
                            background-color:black;
                        }
                    }
                    &.odd {
                        background-image: url(../images/1Right.png);
                        background-size: cover;
                    }
                    &.even {
                        background-image: url(../images/1Left.png);
                        background-size: cover;
                    }
                    .wrapper {
                        padding-top: 24px;
                        box-sizing: border-box;
                        .question-wr {
                            padding-left: 50px;
                            .questions-list {
                                display: block;
                                list-style-type: decimal;
                                margin-left: 55px;
                                .item {
                                    font-family: Cornelius-Bold;
                                    font-size: 20px;
                                    height: 20px;
                                    text-transform: uppercase;
                                    margin-bottom: 14px;
                                    position: relative;
                                    .pin {
                                        position: absolute;
                                        width: 20px;
                                        height: 23px;
                                        left: -28px;
                                        top: 0;
                                        cursor: pointer;
                                    }
                                    .pin-text {
                                        position: absolute;
                                        height: 25px;
                                        background-color: #eeeded;
                                        color: #000;
                                        font-size: 22px;
                                        font-family: Cornelius-Bold;
                                        left:0;
                                        top: 0;
                                        padding:0 10px;
                                    }
                                    input, a, div {
                                        font-family: Cornelius-Bold;
                                        font-size: 20px;
                                        text-transform: uppercase;
                                        border:none;
                                        background-color: transparent;
                                        width: 380px;
                                        outline: none;
                                        color: #101010;
                                        &[href] {
                                            color:#0924c5;
                                        }
                                        &:disabled {
                                            color: #101010 !important;
                                        }
                                        &.empty {
                                            color: #A9A9A9;
                                        }
                                    }
                                    .fio-up {
                                        position: absolute;
                                        width: 240px;
                                        background-color: #fff;
                                        margin-left: -30px;
                                        margin-top: -43px;
                                        box-shadow: 0 0 5px #ccc;
                                        padding: 20px;
                                        z-index: 999;
                                        input {
                                            border:solid 1px #ccc;
                                            border-radius: 2px;
                                            width: 225px;
                                            margin-bottom: 20px;
                                            padding-left: 10px;
                                        }
                                        .ok {
                                            width: 80px;
                                            height: 30px;
                                            border:solid 1px #ccc;
                                            border-radius: 2px;
                                            font-family: Cornelius-Bold;
                                            text-align: center;
                                            line-height: 30px;
                                            font-size: 20px;
                                            color: #000;
                                            cursor: pointer;
                                            &:hover  {
                                                background-color: #ccc;
                                                color: #fff;
                                            }
                                        }
                                    }
                                    .friend-up {
                                        position: absolute;
                                        width: 360px;
                                        background-color: #fff;
                                        margin-left: -30px;
                                        margin-top: -43px;
                                        box-shadow: 0 0 5px #ccc;
                                        padding: 20px;
                                        z-index: 999;
                                        input {
                                            border:solid 1px #ccc;
                                            border-radius: 2px;
                                            width: 150px;
                                            float: left;
                                            margin-bottom: 20px;
                                            padding-left: 10px;
                                        }
                                        .ok {
                                            width: 80px;
                                            height: 30px;
                                            border:solid 1px #ccc;
                                            border-radius: 2px;
                                            font-family: Cornelius-Bold;
                                            text-align: center;
                                            line-height: 30px;
                                            font-size: 20px;
                                            color: #000;
                                            cursor: pointer;
                                            &:hover  {
                                                background-color: #ccc;
                                                color: #fff;
                                            }
                                        }
                                    }
                                }
                            }
                            .photo, .pet-photo {
                                width: 138px;
                                height: 138px;
                                position: absolute;
                                top: 130px;
                                right: 20px;
                                background-color: #ccc;
                                background: url(../images/photoUploadEmpty.png);
                                background-size: 100%;
                                transform:rotate(5deg);
                                -webkit-transform:rotate(5deg);
                                -moz-transform:rotate(5deg);
                                -o-transform:rotate(5deg);
                                &.empty {
                                    display: none;
                                }
                                .qq-uploader {
                                    width: 100%;
                                    height: 100%;
                                    
                                    .qq-upload-button {
                                        width: 100%;
                                        height: 100%;
                                    }
                                    
                                    .qq-upload-list, .qq-upload-drop-area, .qq-drop-processing {
                                        display: none!important;
                                    }
                                }
                                &.photo-uploaded {
                                    background-size: cover;
                                    &:hover {
                                        background-position: 0 0 !important;
                                    } 
                                }
                                &:hover {
                                    background-position: 0 -99%;
                                } 
                            }
                            .pet-photo {
                                width: 100px;
                                height: 100px;
                                top: 370px;
                                right: 20px;
                                background-image: url(../images/petPhotoEmpty.png);
                                &:hover {
                                    background-position: 0 -100%;
                                } 
                            }
                        }
                    }
                    &.edit {
                        .photo, .pet-photo {
                            &.empty {
                                display: block !important;
                            }
                        }
                        .buttons {
                            display: block;
                        }
                        .drag-container {
                            div {
                                cursor: move;
                            }
                        }
                        #fio, #friends {
                            cursor: pointer;
                        }
                        .social {
                            display: none;
                        }
                        .ui-draggable-handle {
                            &.selected {
                                border:solid 1px #2d353e !important;
                            }
                            .remove {
                                display: block !important;
                            }
                        }
                    }
                    .buttons {
                        display: none;
                        width: 40px;
                        position: absolute;
                        right: 25px;
                        top: 200px;
                        .save {
                            display: none;
                            background: url(../images/save.png);
                            width: 40px;
                            height: 119px;
                            opacity: 0.6;
                            cursor: pointer;
                            &:hover {
                                opacity:1;
                            }
                        }
                        .add-elements {
                            display: none;
                            background: url(../images/add-elements.png);
                            width: 39px;
                            height: 39px;
                            margin-bottom: 20px;
                            cursor: pointer;
                            opacity: 0.6;
                            &:hover {
                                opacity:1;
                            }
                        }
                        .add-elements-big {
                            background: url(../images/add-elements-big.png);
                            position: absolute;
                            left: -260px;
                            top: 20px;
                            width: 128px;
                            height: 128px;
                            cursor: pointer;
                            opacity: 0.7;
                            &:hover {
                                opacity:1;
                            }
                        }
                    }
                    .drag-container {
                        height: 600px;
                        width: 500px;
                        position: relative;
                        top: 0;
                        left:0;
                        overflow: hidden;
                        .ui-draggable-handle {
                            &.selected {
                                border:none;
                            }
                            .remove {
                                display: none;
                                width: 20px;
                                height: 20px;
                                position: absolute;
                                top: 0;
                                right: 0;
                                cursor: pointer;
                                background: url(../images/Delete.png);
                                &:hover {
                                    background-position: 0 -21px;
                                }
                            }
                        }
                        .image-wr {
                            position: absolute;
                        }

                        .flip {
                          -webkit-perspective: 800;
                           -webkit-box-shadow: 0 8px 5px rgba(0,0,0,.04);
                            -moz-box-shadow: 0 8px 5px rgba(0,0,0,.04);
                            box-shadow: 0 8px 5px rgba(0,0,0,.04);
                            width: 259px;
                            height: 163px;
                            z-index: 99999999999;
                        }
                        .flip .card.flipped {
                          -webkit-transform: rotatex(-180deg);
                        }
                        .flip .card {
                          width: 100%;
                          height: 100%;
                          -webkit-transform-style: preserve-3d;
                          -webkit-transition: 0.5s;
                        }
                        .flip .card .face {
                          width: 100%;
                          height: 100%;
                          position: absolute;
                          -webkit-backface-visibility: hidden ;
                          z-index: 2;
                            text-align: center;
                            div {
                                font-family:'Cornelius-Bold';
                                display:table-cell;
                                width: 259px;
                                height: 163px;
                                text-align:center;
                                vertical-align: middle;
                            }
                        }
                        .flip .card .front {
                            position: absolute;
                            z-index: 1;
                            background-color: #ffff11;
                            cursor: pointer;
                        }
                        .flip .card .back {
                          -webkit-transform: rotatex(-180deg);
                            background: #fbffc5;
                            cursor: pointer;
                        }
                    }
                }
            }
            .pop-up {
                display: none;
                width: 1000px;
                height: 600px;
                position: absolute;
                top: 0;
                left:0;
                background-color: rgba(0, 0, 0, 0.8);
                z-index: 999;
                .tabs {
                    width: 110px;
                    margin-top: 55px;
                    margin-left: 80px;
                    float: left;
                    .item {
                        width: 109px;
                        height: 140px;
                        margin-bottom: 40px;
                        cursor: pointer;
                        opacity: 0.6;
                        &:nth-child(1) {
                            background-image:url(../images/tab1.png);
                        }
                        &:nth-child(2) {
                            background-image:url(../images/tab2.png);
                        }
                        &:nth-child(3) {
                            background-image:url(../images/tab3.png);
                        }
                        &:hover {
                            opacity: 1;
                        }
                        &.active {
                            opacity: 1;
                        }
                    }
                }
                .tabs-content {
                    width: 790px;
                    height: 550px;
                    float: left;
                    margin-left: 20px;
                    margin-top: 20px;
                    position: relative;
                    overflow-y: auto;
                    .item {
                        height: auto;
                        display: block;
                        width: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        display: none;
                        box-sizing: border-box;
                        padding: 20px 0 20px 20px;
                        &:nth-child(1) {
                            .img-wr {
                                width: 100px;
                                height: 100px;
                                margin-right: 23px;
                                display: inline-block;
                                margin-bottom: 10px;
                                position: relative;
                                cursor: pointer;
                                overflow: hidden;
                                text-align: center;
                                img {
                                    max-width: 100px;
                                }
                                &:after {
                                    content: "";
                                    position: absolute;
                                    display: none;
                                    width: 61px;
                                    height: 61px;
                                    background-color: gold;
                                    top: 50%;
                                    left:50%;
                                    margin-left: -30px;
                                    margin-top: -30px;
                                    background: url(../images/img-hover.png);
                                }
                                &:hover {
                                    &:after {
                                        display: block;
                                    }
                                }
                                
                            }
                            
                        }
                        &:nth-child(2),&:nth-child(3) {
                            .default-texts {
                                height: 500px;
                                margin-top: 4px;
                                width: 260px;
                                float: left;
                                margin-right: 30px;
                                .text {
                                    cursor: pointer;
                                    font-family: 'Cornelius-Bold';
                                    font-size: 22px;
                                    color: #fff;
                                    height: 22px;
                                    margin-bottom: 7px;
                                    &:hover {
                                        color: #A0AFEC;
                                    }
                                }
                            }
                            .create-text {
                                .text-color-select {
                                    width: 143px;
                                    height: 40px;
                                    float: left;
                                    margin-top: 60px;
                                    margin-right: 50px;
                                    .color-item {
                                        display: block;
                                        width: 13px;
                                        height: 13px;
                                        float: left;
                                        cursor: pointer;

                                    }
                                }
                                .text-font-size-select {
                                    width: 215px;
                                    height: 40px;
                                    float: left;
                                    margin-top: 60px;
                                    position: relative;
                                    .size-item {
                                        display: block;
                                        background-image: url(../images/font-size-ico.png);
                                        background-size: contain;
                                        cursor: pointer;
                                        position: absolute;
                                        bottom: 0;
                                        background-repeat: no-repeat;
                                        &:nth-child(1) {
                                            width: 12px;
                                            height: 12px;
                                            left: 0px;
                                        }
                                        &:nth-child(2) {
                                            width: 17px;
                                            height: 18px;
                                            left: 30px;
                                        }
                                        &:nth-child(3) {
                                            width: 23px;
                                            height: 23px;
                                            left: 65px;

                                        }
                                        &:nth-child(4) {
                                            width: 25px;
                                            height: 27px;
                                            left: 100px;
                                        }
                                        &:nth-child(5) {
                                            width: 30px;
                                            height: 32px;
                                            left: 140px;
                                        }
                                    }
                                }
                                .input-text {
                                    width: 380px;
                                    height: 280px;
                                    border:solid 2px #0c3cfd;
                                    box-sizing: border-box;
                                    float: left;
                                    margin-top: 20px;
                                    color: #000;
                                    
                                    textarea {
                                        font-family: 'Cornelius-Bold';
                                        font-size: 20px;
                                        color: #fff;
                                        width: 100%;
                                        height: 100%;
                                        box-sizing: border-box;
                                        padding: 10px;
                                    }
                                }
                                .add-text-btn,
                                .add-sekret-btn {
                                    width: auto;
                                    height: 40px;
                                    padding: 0 30px;
                                    border:solid 2px #fff;
                                    border-radius: 2px;
                                    line-height: 40px;
                                    font-size: 18px;
                                    cursor: pointer;
                                    margin-top: 20px;
                                    float: left;
                                    color: #fff;
                                    font-family: 'trivia-grotesk';
                                    &:hover {
                                        background-color: #fff;
                                        color: #010101;
                                    }
                                }
                                .or-default-text {
                                    width: 320px;
                                    height: 70px;
                                    background: url(../images/or-default-text.png) no-repeat;
                                    float: left;
                                    background-size: contain;
                                    margin-left: -24px;
                                    margin-top: -30px;
                                    z-index: -1;
                                    position: relative;
                                }
                            }
                        }
                        &:nth-child(3) {
                            .default-texts {
                                padding-top: 100px;
                                box-sizing: border-box;
                                .text {
                                    margin-bottom: 27px;
                                }
                            }
                            .create-text {
                                .text-font-size-select {
                                    margin-top: 10px;
                                }
                                .text-color-select {
                                    margin-top: 10px;
                                }
                                .input-text {
                                    height: 140px !important;
                                    textarea {
                                        height: 140px !important;
                                    }
                                }    
                            }
                            
                        }

                    }
                }
            }
            .save-info-pop-up {
                display: none;
                width: 547px;
                height: 272px;
                position: absolute;
                top: 50%;
                left:50%;
                margin-left: -273px;
                margin-top: -136px;
                background-color: #7de6ff;
                z-index: 999;
                .text {
                    width: 376px;
                    height: 170px;
                    margin: 0 auto;
                    font-family: Cornelius-Bold;
                    font-size: 36px;
                    line-height: 63px;
                    text-align: center;
                    margin-top: 10px;
                }
                .do-not-save-btn {
                    font-family: Cornelius-Bold;
                    font-size: 36px;
                    line-height: 63px;
                    float: left;
                    margin-left: 25px;
                    text-decoration: underline;
                    cursor: pointer;
                    &:hover {
                        color: blue;
                        text-decoration: none;
                    }
                }
                .save-btn {
                    font-family: Cornelius-Bold;
                    font-size: 36px;
                    line-height: 63px;
                    float: right;
                    margin-right: 25px;
                    text-decoration: underline;
                    cursor: pointer;
                    &:hover {
                        color: blue;
                        text-decoration: none;
                    }
                }
            }
            #auth-pop-up {
                display: block;
                width: 500px;
                height: 224px;
                position: absolute;
                top: 50%;
                left:50%;
                margin-left: -250px;
                margin-top: -112px;
                background-color: #ff8849;
                z-index: 999999999;
                .text {
                    width: 460px;
                    margin: 0 auto;
                    font-family: Cornelius-Bold;
                    font-size: 36px;
                    line-height: 63px;
                    text-align: center;
                    margin-top: 20px;
                    color: #fff;
                }
            }
    }
	
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.test-finish-page {
    height: 100%;
    background-image: url(../images/bg/final.jpg);
    
    .result-wr {
        height: 100%;
        display: table;
        margin: 0 auto;
        
        .cell {
            vertical-align: middle;
            display: table-cell;
        
            .result-crt {
                font-family: 'oukwat-regular';
                font-size: 40px;
                line-height: 40px;
                color: #fff;
                text-align: center;
                width: 200px;
                margin: 0 auto;
                margin-bottom: 40px;
                color: #FFFF00;

            }
            .result-title {
                font-family: 'oukwat-regular';
                font-size: 40px;
                line-height: 40px;
                color: #fff;
                text-align: center;
                width: 700px;
                margin: 0 auto;
                margin-bottom: 40px;
            }
            .result-text {
                font-family: 'garamond-premier-pro-caption';
                font-size: 30px;
                line-height: 30px;
                color: #fff;
                text-align: center;
                width: 920px;
                margin: 0 auto;
                margin-bottom: 100px;
                font-style: italic;
            }
            .social {
                width: 400px;
                margin: 0 auto;
                margin-bottom: 40px;
                height: 90px;
                .box-sizing;
                border-radius: 50px;
                border:solid 1px #fff;
                padding: 28px;
                position: relative;
                &:after {
                    content:'';
                    display: block;
                    position: absolute;
                    height: 88px;
                    width: 1px;
                    background-color: #fff;
                    left:50%;
                    top: 0;
                }
            }
            .repeat-btn {
                width: 144px;
                height: 144px;
                cursor: pointer;
                background: url(../images/repeatBtn.png) 0 0;
                margin: 0 auto;
                
                &:hover {
                    background: url(../images/repeatBtn.png) 0 -154px;
                }

            }
        }  
    }
	
    
}




/* SOCIAL BUTTON STYLE */

.social {

  width: 40px;
  height: 95px;
  position: absolute;
  top: 245px;
  z-index: 99999;
  left: 17px;
}
.social span {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
}
.social span.vk {
  background: url(../images/2.png) -5px -5px;
  &:hover {
    background-position: -51px -5px;
  }
}

.social span.tw {
    background: url(../images/3.png) -5px -5px;
    &:hover {
      background-position: -51px -5px;
    }
}

.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;
            }
          }
        }
      }
    }
  }
}

