/* `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;
}

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

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

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

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

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

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

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

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


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

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


div#page {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1200px;
  /*background: url(../images/1.jpg) center top no-repeat;*/
  .cont {
    width: auto;
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
  }
}

.test-start-page {
    width: 100%;
    padding-bottom: 0px;
    overflow: hidden;
    background-color: #908f8d;
    background: url(../images/bg.jpg);
    .header {
        width: 100%;
        height: 900px;
        margin: 0 auto;
        background: url(../images/pattern.jpg) repeat-x;
        .title {
            width: 728px;
            height: 659px;
            background: url(../images/zahod.jpg);
            margin: 0 auto;
            position: relative;
            top: 120px;

            .gif {
                position: absolute;
                width: 600px;
                height: 171px;
                background: url(../images/gif.gif);
                margin: 0 auto;
                margin-top: 300px;
                left: 50%;
                margin-left: -300px;
            }
      }
    }
    .text-box-1 {
        width: 700px;
        height: 144px;
        font-family: "PTSerif-Regular";
        font-size: 16px;
        text-align: left;
        margin: 0 auto;
        margin-top: 60px;
        .link  {
            display: block;
            width: 100px;
            height: 74px;
            position: absolute;
            margin-left: -140px;
            margin-top: -20px;
            background: url(../images/black_100x74.gif);
        }
    }
    .text-box-2 {
        width: 900px;
        height: 160px;
        margin: 0 auto;
        font-family: "PTSerif-Regular";
        font-size: 16px;
        text-align: left;
        margin-top: 40px;
        background: url(../images/frame.jpg);
        .txt {
            width: 700px;
            height: 95px;
            text-align: center;
            font-family: "PTSerif-Regular";
            font-size: 18px;
            line-height: 26px;
            margin: 0 auto;
            top: 40px;
            position: relative;
        }
    }
    .per {
        width: 1200px;
        height: 1207px;
        background: url(../images/new-char.jpg);
        margin: 0 auto;
        margin-top: 60px;
    }
    .start-box {
        margin: 60px auto;
        background-color:  rgb(248, 246, 245);
        width: 1000px;
        height: 210px;
        .box-sizing;
        font-size: 25px;
        line-height: 30px;
        font-size: 40px;
        line-height: 210px;
        text-align: center;
        span {

        }
        .start-btn  {
            width: 582px;
            height: 78px;
            margin: 0 auto;
            /*background: url(../images/create_comics.png);*/
            background-position-y:0px;
            cursor: pointer;
            &:hover {
                background-position-y:-78px;    
            }
        }
    }
    .trule {
        font-family: "PTSerif-Regular";
        font-size: 13px;
        line-height: 18px;
        width: 1000px;
        margin: 0 auto;
        h6 {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 4px;
        }

    }
}
.start-box2 {
    margin: 60px auto;
    background-color:  rgb(248, 246, 245);
    width: 1000px;
    height: 160px;
    .box-sizing;
    padding-top: 30px;
    display: none;
    .start-btn  {
        width: 255px;
        height: 86px;
        margin: 0 auto;
        background: url(../images/start-btn.png);
        background-position-y:0px;
        cursor: pointer;
    }
}
.test-action-page {
  width: 100%;
  padding-bottom: 0px;
  overflow: hidden;
  padding-top: 60px;
  background-color: #000;
  
  .cont-box {
    width: 750px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-bottom: 70px;
  }  
}
.arrow {
    position: absolute;
    width: 166px;
    height: 188px;
    background-image: url(../images/arrow.png);
    top: 80px;
    margin-left: -190px;
}
.gray-box {
    width: 850px;
    height: 283px;
    background-color: rgb(245,245,245);
    margin: 50px auto 100px;
    .box-sizing;
    padding:40px 0 0 70px;
    .t {
        width: 500px;
        height: 220px;
        font-family: "PTSerif-Regular";
        float: left;
        .h1 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 40px;
        }
        p {
            font-size: 18px;
            line-height: 25px;
            display: block;
            margin-bottom: 10px;
        }
    }
    .imgc {
        width: 149px;
        margin-top: -40px;
        margin-left: 40px;
        float: left;
        cursor: pointer;
        .ico {
            width: 149px;
            height: 221px;
            background-image: url(../images/best_ico.png);
        }
        p {
            display: block;
            font-family: "PTSerif-Italic";
            font-size: 15px;
            line-height: 18px;
            text-align: center;
        }
        &:hover {
            opacity: 0.8;
        }
    }
}
.text-two-col {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    .col-left {
        width: 450px;
        float: left;
        margin-right: 100px;
        .title {
            font-size: 25px;
            font-family: "PTSerif-Regular";
            line-height: 32px;
            margin-bottom: 20px;
        }
        .yellow-1 {
            font-family: "PTSerif-Regular";
            font-size: 16px;
            line-height: 23px;
            display: inline;
            background-color: rgb(255,255,159);
        }
        .yellow-2 {
            font-family: "PTSerif-Regular";
            font-size: 16px;
            line-height: 23px;
            display: inline;
            background-color: rgb(255,255,159);
        }
        .popl {
            font-family: "PTSerif-Regular";
            font-size: 16px;
            line-height: 23px;
            display: inline-block;
        }
    }
    .col-right {
        width: 450px;
        float: left;
        margin-top: -23px;
        
        .comp-box {
            margin-bottom: 25px;
            
            .name {
                display: block;
                font-family: "PTSerif-Regular";
                font-size: 25px;
                line-height: 30px;
                text-decoration: underline;
                margin-bottom: 13px;
                &:hover {
                    text-decoration:none;
                }
            }
            .descript {
                font-size: 14px;
                font-family: "PTSerif-Italic";
                line-height: 20px;
            }
            &.comp-1 {
                .logo {
                    display: block;
                    width: 89px;
                    height: 77px;
                    background: url(../images/ces.jpg);
                    margin-bottom: 5px;
                    margin-left: -5px;
                }
                
            }
            &.comp-2 {
                .logo {
                    display: block;
                    width: 100px;
                    height: 74px;
                    background: url(../images/blue_100x74.gif);
                    margin-bottom: 5px;
                    margin-left: -5px;
                }
                
            }
        }

        

    }
}

.comics-box.construct {
    .person {
        position: absolute;
        cursor: pointer;
        background-repeat: no-repeat;
        &:hover {
          opacity:0.6;
        }  
    }
}
.comics-box {
    width: 750px;
    height: 1000px;
    margin: 0 auto;
    padding: 12px;
    .box-sizing;
    background-color: #fff;
    .frame {
        border:solid 4px #000000;
        float: left;
        margin-bottom: 11px;
        position: relative;
        .person {
            position: absolute;
            background-repeat: no-repeat;
        }
        .bubble {
            display: block;
            position: absolute;
            background-color: #fff;
            border:solid 2px;
            .border-radius(5px);
            .box-sizing;
            font-family: "Comic Sans MS", cursive, sans-serif;
            line-height: 15px;
            font-size: 13px;
            display: none;
            outline:none;
            .inner {
                overflow: hidden;
                min-height: 40px;
                padding:6px 8px 9px 8px;
                .box-sizing;
                outline:none;
            }
        }
    }

    .frame[data-frame="1"] {
        width: 310px;
        height: 327px;
        margin-right: 10px;

        .person[data-person="1"] {
            width: 156px;
            height: 231px;
            background: url(../images/person/1.png);
            left: 0px;
            top: 101px;
        }
        .person[data-person="2"] {
            width: 130px;
            height: 240px;
            background: url(../images/person/2.png);
            left: 174px;
            top: 91px;
        }

        .bubble[data-bubble="1"] {
            width: 148px;
            max-height: 115px;
            top: 40px;
            left: 4px;
            &:before {
                content:'';
                display: block;
                background: url(../images/tril/1.png);
                position: absolute;
                width: 13px;
                height: 16px;
                left: 75px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="2"] {
            width: 147px;
            max-height: 107px;
            top: 33px;
            left: 158px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/2.png);
                position: absolute;
                width: 13px;
                height: 16px;
                left: 66px;
                bottom: -16px;
            }
        }
    }

    .frame[data-frame="2"] {
        width: 387px;
        height: 327px;

        .person[data-person="3"] {
            width: 145px;
            height: 197px;
            background: url(../images/person/3.png);
            left: -5px;
            top: 135px;
        }
        .person[data-person="4"] {
            width: 108px;
            height: 198px;
            background: url(../images/person/4.png);
            left: 116px;
            top: 133px;
        }
        .person[data-person="5"] {
            width: 166px;
            height: 229px;
            background: url(../images/person/5.png);
            left: 223px;
            top: 102px;
        }

        .bubble[data-bubble="3"] {
            width: 118px;
            max-height: 148px;
            top: 73px;
            left: 4px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/3.png);
                position: absolute;
                width: 13px;
                height: 17px;
                left: 64px;
                bottom: -17px;
            }
        }
        .bubble[data-bubble="4"] {
            width: 118px;
        
            max-height: 148px;
            top: 73px;
            left: 134px;
            &:before {
                content:'';
                display: block;
                background: url(../images/tril/4.png);
                position: absolute;
                width: 12px;
                height: 16px;
                left: 66px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="5"] {
            width: 118px;
            
            max-height: 148px;
            top: 73px;
            left: 263px;
            &:before {
                content:'';
                display: block;
                background: url(../images/tril/5.png);
                position: absolute;
                width: 13px;
                height: 28px;
                left: 30px;
                bottom: -28px;
            }
        }
    }

    .frame[data-frame="3"] {
        width: 437px;
        height: 306px;
        margin-right: 10px;

        .person[data-person="6"] {
            width: 109px;
            height: 171px;
            background: url(../images/person/6.png);
            left: -2px;
            top: 137px;
        }
        .person[data-person="7"] {
            width: 88px;
            height: 178px;
            background: url(../images/person/7.png);
            left: 98px;
            top: 132px;
        }
        .person[data-person="8"] {
            width: 146px;
            height: 195px;
            background: url(../images/person/8.png);
            left: 175px;
            top: 113px;
        }
        .person[data-person="9"] {
            width: 121px;
            height: 217px;
            background: url(../images/person/9.png);
            left: 321px;
            top: 59px;
        }


        .bubble[data-bubble="6"] {
            width: 105px;
            max-height: 149px;
            top: 75px;
            left: 5px;
            &:before {
                content:'';
                display: block;
                background: url(../images/tril/6.png);
                position: absolute;
                width: 12px;
                height: 16px;
                left: 48px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="7"] {
            width: 105px;
            max-height: 149px;
            top: 75px;
            left: 113px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/7.png);
                position: absolute;
                width: 13px;
                height: 16px;
                left: 52px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="8"] {
            width: 111px;
            max-height: 137px;
            top: 155px;
            left: 230px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/8.png);
                position: absolute;
                width: 15px;
                height: 16px;
                left: 37px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="9"] {
            width: 155px;
            max-height: 107px;
            top: 33px;
            left: 294px;
            
            &:before {
                content:'';
                display: block;
                background: url(../images/tril/9.png);
                position: absolute;
                width: 13px;
                height: 20px;
                left: 82px;
                bottom: -20px;
            }
        }
    }
    .frame[data-frame="4"] {
        width: 260px;
        height: 306px;
        .person[data-person="10"] {
            width: 167px;
            height: 265px;
            background: url(../images/person/10.png);
            left: 78px;
            top: 43px;
        }

        .bubble[data-bubble="10"] {
            width: 106px;
            max-height: 227px;
            top: 150px;
            left: 4px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/10.png);
                position: absolute;
                width: 16px;
                height: 14px;
                right: -16px;
                bottom: 16px;
            }
        }
    }
    .frame[data-frame="5"] {
        width: 716px;
        height: 290px;
        .person[data-person="11"] {
            width: 111px;
            height: 171px;
            background: url(../images/person/11.png);
            left: -2px;
            top: 122px;
        }
        .person[data-person="12"] {
            width: 87px;
            height: 176px;
            background: url(../images/person/12.png);
            left: 98px;
            top: 117px;
        }
        .person[data-person="13"] {
            width: 148px;
            height: 200px;
            background: url(../images/person/13.png);
            left: 174px;
            top: 93px;
        }
        .person[data-person="14"] {
            width: 145px;
            height: 203px;
            background: url(../images/person/14.png);
            left: 310px;
            top: 90px;
        }
        .person[data-person="15"] {
            width: 208px;
            height: 262px;
            background: url(../images/person/15.png);
            left: 510px;
            top: 0px;
        }

        .bubble[data-bubble="11"] {
            width: 123px;
            max-height: 144px;
            top: 63px;
            left: 4px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/11.png);
                position: absolute;
                width: 11px;
                height: 16px;
                left: 48px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="12"] {
            width: 120px;
            max-height: 142px;
            top: 63px;
            left: 133px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/12.png);
                position: absolute;
                width: 12px;
                height: 16px;
                left: 41px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="13"] {
            width: 126px;
            max-height: 180px;
            top: 110px;
            left: 258px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/13.png);
                position: absolute;
                width: 15px;
                height: 16px;
                left: 14px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="14"] {
            width: 126px;
            max-height: 180px;
            top: 110px;
            left: 388px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/13.png);
                position: absolute;
                width: 13px;
                height: 16px;
                left: 49px;
                bottom: -16px;
            }
        }
        .bubble[data-bubble="15"] {
            width: 102px;
            max-height: 149px;
            top: 167px;
            left: 450px;

            &:before {
                content:'';
                display: block;
                background: url(../images/tril/15.png);
                position: absolute;
                width: 29px;
                height: 13px;
                right: -29px;
                bottom: 19px;
            }
        }
    }
}

.fields-box {
    width: 460px;
    height: 580px;
    margin: 0 auto;
    margin-top: 50px;
    .title {
        font-family: "PTSerif-Regular";
        font-size: 30px;
        margin-bottom: 60px;
        text-align: center;
    }
    .row {
        height: 40px;
        display: block;
        margin-bottom: 10px;
        label {
            height: 40px;
            width: 175px;
            line-height: 40px;
            float: left;
            margin-right: 22px; 
            font-family: 'PTSerif-Regular';
            font-style: 16px;
        }
        input {
            height: 40px;
            .border-radius(4px);
            float: left;
            border:solid 1px rgb(100,99,98);
            .border-radius(4px);
            .box-sizing;
            &.error {
                border-color: red;
            }
        }
        input[name="name"] {
            width: 220px;
        }
        input[name="lastname"] {
            width: 255px;
        }
        input[name="ears"] {
            width: 60px;
        }
        input[name="city"] {
            width: 226px;
        }
        input[name="mail"] {
            width: 254px;
        }
        input[name="phone"] {
            width: 226px;
        }
    }
    .send-btn-box {
        width: 460px;
        height: 90px;
        background-color:  rgb(248, 246, 245);
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        .send-form {
            display: block;
            width: 250px;
            height: 79px;
            background: url(../images/send.png);
            margin: 0 auto;
            background-position-y: 7px;
            cursor: pointer;
            &.active {
                background: url(../images/send_active.png);
                background-position-y: 7px;
            }
            &:active {
                background: url(../images/send_active.png);
                background-position-y: 7px;
            }
            &.disable {
                opacity: 0.7;
                cursor: default;
            }
        }
    }
    
}
.repeat-box {
    height: 350px;
    width: 460px;
    margin: 0 auto;
    margin-top: 100px;
    .title {
        font-family: "PTSerif-Regular";
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .pow {
        font-family: "PTSerif-Italic";
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .social {
        margin: 0 auto;
        margin-top: 20px;
    }
    .repeat-btn {
        width: 203px;
        height: 61px;
        margin: 0 auto;
        background-image: url(../images/repeat.png);
        cursor: pointer;
        margin-top: 50px;
    }
    .comeback {
        width: 400px;
        height: 65px;
        background-color: rgb(247,247,247);
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
        a {
            font-family: "PTSerif-Regular";
            font-size: 15px;
            color: #000;
            line-height: 65px;
        }
    }
}
.pop-up {
    width: 900px;
    min-height: 445px;
    position: absolute;
    left:50%;
    margin-left: -450px;
    background-color: #fff;
    padding: 20px;
    top:1000px;
    .box-sizing;
    box-shadow: 0 4px 13px rgba(0,0,0, 0.4);
    z-index: 999;

    .img-box {
      width: 180px;
      height: 370px;
      float: left;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-right: 20px;
    }
    .info-box {
      float: left;
      width: 650px;
      .name {
        font-family: @fontThin;
        font-size: 24px;
        line-height: 28px;
        color: #393937;
        margin-bottom: 28px;
      }
      .time {
        font-family: @fontRegular;
        font-size: 16px;
        color:#393937;
        line-height: 28px;
      }
      .smell {
        font-family: @fontRegular;
        font-size: 16px;
        color:#393937;
        line-height: 28px;
      }
      .severity {
        font-family: @fontRegular;
        font-size: 16px;
        color:#393937;
        line-height: 28px;
        margin-bottom: 28px;
      }
      .infoText {
        font-family: @fontRegular;
        font-size: 16px;
        color:#0a0a0a;
        line-height: 28px;
      }
    }
    .close {
      display: block;
      width: 40px;
      height: 40px;
      background: url(../images/closePopUp.png) 0 0 no-repeat;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 20px;
      &:hover {
        background-position:0 -60px;
      }
    }
    /*.social-box {
      height: 62px;
      background-color: #222222;
      margin-top: 40px;
      .social {
        position: relative;
        margin:  0 auto;
        top: 15px;
        
      }
    }
    .repeat-btn {
      height: 41px;
      width: 477px;
      background: url(../images/tryAgainBtn.png) 0 0;
      margin: 0 auto;
      margin-top: 45px;
      cursor: pointer;
      &:hover {
        background-position: 0 -73px;
        height: 31px;
        margin-bottom: 10px;
      }

    }*/
}
#adminView {
    font-size: 22px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    cursor: pointer;
    width: 245px;
    left: 50%;
    margin-left: -124px;
    &:hover {
        color:#35A581;
    }
}
.comics-view {
    width: 100%;
    padding-bottom: 0px;
    overflow: hidden;
    /*padding-top: 60px;*/
    padding-bottom: 60px;
    background-color: #000;
    .comics-box {
        margin-top: 60px;
    }
    .link {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 17px;
        margin-top: 10px;
        font-family: "Arial";
    }
}
.comics-view2 {
    width: 100%;
    padding-bottom: 0px;
    overflow: hidden;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #000;
    .comics-v-wr {
        width: 750px;
        background-color: #fff;
        margin: 0 auto;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0 0 10px #000;
        .comics-cont {
            height: 1000px;
            .comics-box {
                margin-top: 0px;
            }
        }
       
        .comics-info-box {
            height: 70px;
            border-bottom: solid 1px #000;
            margin-bottom: 40px;
            padding-top: 15px;
            box-sizing: border-box;
            width: 700px;
            margin: 0 auto;
            .comics-auth {
                float: left;
                width: 350px;
                font-family: "PTSerif-Regular";
                font-style: italic;
                font-size: 16px;
            }
            .social {
                float: right;
                width: 310px;
                margin-top: -6px;
                margin-right: -14px;
                margin-left: 0;
            }
        }
        .get-one-btn {
            background: url('../images/get-one-btn.png');
            width: 58px;
            height: 61px;
            cursor: pointer;
            margin: 0 auto;
            margin-top: 40px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            &:hover {
                -webkit-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }

        }
        .btn-title {
            font-family: "PTSerif-Regular";
            font-size: 18px;
            text-align: center;
            line-height: 21px;
            margin-top: 15px;
            margin-bottom: 60px;
        }
        .creat-comics-btn-wr {
            height: 85px;
            margin-top: 65px;
            background-color: rgb(230,229,228);
            position: relative;
            a {
                color: #000;
                margin-top: 35px;
                font-family: "PTSerif-Regular";
                font-size: 15px;
                text-decoration: underline;
                display: inline-block;
                margin-left: 25px;
                &:hover {
                    text-decoration: none;
                }
            }
            .creat-comics-btn {
                width: 185px;
                height: 61px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -30px;
                margin-left: -92px;
                background: url(../images/creat-comics.png);
                cursor: pointer;
            }
        } 
    }
    
}
/* SOCIAL BUTTON STYLE */
body {
  &.overflow {
    overflow:hidden;
  }
}
.social {

  width: 300px;
  height: 35px;
  margin-top: 70px;
  margin-left: -13px;
}
.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;
}
.rand {
  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;
            }
          }
        }
      }
    }
  }
}

.info-out {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}