/* `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,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container:after {
  clear: both;
}
.clearfix,
.container {
  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';
@fontMore: 'ff-more-web-pro';
@fontGaramond: 'garamond-premier-pro-caption';
@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: 100%;
}

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

.pages-wr {
    height: auto;
    min-height: 100%;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    
}

.test-start-page {
    min-width: 1200px;
    min-height: 100%;
    padding-top: 60px;
    
    .head-img {
        width: 267px;
        height: 177px;
        background: url(../images/start.jpg);
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .title {
        font-family: @fontGaramond;
        font-size: 84px;
        color: #fff;
        text-align: center;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }  
    .subtitle {
        font-family: @fontGaramond;
        font-size: 46px;
        color: #fff;
        text-align: center;
        margin-bottom: 8px;
        letter-spacing: 1px;
    } 
    .small-shit-one {
        width: 59px;
        height: 40px;
        background: url(../images/smallShit.png);
        margin: 0 auto;
    }
    .small-shit-two {
        width: 55px;
        height: 45px;
        background: url(../images/smallShit2.png);
        margin: 0 auto;
    }
    .small-shit-three {
        width: 38px;
        height: 57px;
        background: url(../images/smallShit3.png);
        margin: 0 auto;
    }

    .default-description {
        width: 780px;
        margin: 0 auto;
        .left-coll {
            width: 315px;
            float: left;
            margin-right: 30px;
            text-align: right;
            color: #fff;
            .lozung {
                font-family: 'Georgia';
                font-size: 24px;
                line-height: 38px;
                font-style: italic;
                margin-bottom: 50px;
            }
            .auth-links {
                font-family: @fontGaramond;
                font-size: 16px;
                line-height: 18px;
                color: #fff;
                margin-bottom: 25px;
                a {
                    color: #f1b708;
                }
            }
            .rubric {
                font-family: @fontGaramond;
                font-size: 16px;
                line-height: 18px;
                color: #fff;
                margin-bottom: 25px;
                a {
                    color: #f1b708;
                }
            }
        }
        .right-coll {
            width: 420px;
            float: left;
            .description {
                font-family: @fontGaramond;
                font-size: 18px;
                line-height: 26px;
                color: #fff;
            }
        }
    }
    .hover-description {
        width: 700px;
        margin: 0 auto;
        text-align: left;
        font-family: @fontGaramond;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        position: relative;
        left: 90px;
        a {
            color: #f1b708;
        }
    }
    .what-abbey-btn {
        position: absolute;
        width: 302px;
        height: 111px;
        background: url(../images/btn_whatAbbeyShouldBeLike.png);
        background-position: 0 0;
        top: 500px;
        cursor: pointer;
        &:hover {
            background-position: 0 -115px;
        }
    }
    .pop-up-title {
        background: url(../images/pop-up-title.png);
        width: 360px;
        height: 185px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .wos-home {
        width: 1200px;
        height: 600px;
        position: relative;
        background: url(../images/vosdom.png);
        margin-bottom: 40px;
        .point {
            position: absolute;
            cursor: pointer;
        }
    }
    .pop-up {
        position: absolute;
        width: 480px;
        box-sizing: border-box;
        padding: 20px 30px;
        background-color: #fff;
        opacity: 0;
        pointer-events: none;
        z-index: 99;
        top: 220px;
        &.noname {
            .name {
                display: none;
            }
            .photo {
                display: none;
            }
        }
        .name {
            display: inline-block;
            font-family: @fontGaramond;
            font-size: 18px;
            line-height: 102px;
            margin-left: 20px;
        }   
        .photo {
            width: 102px;
            height: 102px;
            display: inline-block;
            float: left;
            margin-bottom: 20px;
        }
        .text { 
            display: block;
            width: 100%;
            float: left;
            font-family: @fontGaramond;
            font-size: 18px;
            line-height: 28px;

        }
        &.shown {
            opacity: 1;
            pointer-events: auto;
        }
        &.noname {
            .name {
                display: none;
            }
        }
        &.left {
            left: 0;
        }
        &.right {
            right: 0;
        }
    }
}
.test-action-page {
    min-width: 1200px;
    height: auto;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    .test-start-img {
        background: url(../images/soberiTitle.png);
        width: 821px;
        height: 456px;
        margin: 0 auto;    
    }
    #steps {
        width: 1000px;
        margin: 0 auto;
        font-family: 'Georgia';
        color: #fff;
        position: relative;
        margin-top: 40px;
        .step {
            margin-bottom: 100px;
            .title {
                font-size: 28px;
                text-align: center;
                line-height: 38px;
                font-style: italic;
            }
            .step-description {
                font-size: 28px;
                text-align: center;
                line-height: 38px;
                margin-bottom: 50px;
                .small {
                    font-size: 16px;
                }
            }
            &.first {
                margin-bottom: 50px;
                .title {
                   position: absolute;
                   width: 200px;
                   text-align: right;
                   top: -150px;
                   margin-left: 230px;
                }
                .step-description {
                    position: absolute;
                    width: 200px;
                    text-align: right;
                    top: -110px;
                    margin-left: 230px;
                }
                .action {
                    width: 620px;
                    margin: 0 auto;
                    .data {
                        float: left;
                    }
                    .buttons {
                        float: left;
                    }
                }
            }
            .action {
                .data {
                    input {
                        width: 500px;
                        height: 71px;
                        box-sizing: border-box;
                        background-color: #363636;
                        font-size: 22px;
                        font-family: @fontGaramond;
                        color: #fff;
                        padding-left: 25px;
                        border:solid 2px #f1b708;
                        float: left;
                        &.hidden {
                            display: none;
                        }
                    }
                    .name-panel {
                        width: 500px;
                        height: 71px;
                        box-sizing: border-box;
                        background-color: #363636;
                        font-size: 22px;
                        font-family: @fontGaramond;
                        color: #fff;
                        padding-left: 25px;
                        border:solid 2px #f1b708;
                        float: left;
                        line-height: 70px;
                        &.hidden {
                            display: none;
                        }
                    }
                }
            }
            .buttons {
                float: left;
                color: #f1b708;
                width: 90px;
                height: 70px;
                margin-top: 2px;
                font-family: @fontGaramond;
                font-style: italic;
                font-size: 20px;
                margin-left: 20px;
                text-decoration: underline;
                .button {
                    display: inline-block;
                    cursor: pointer;
                    &.hover {
                        text-decoration: none;
                    }
                }
                .enter-name {
                    line-height: 70px;
                }
                .change-name {
                    line-height: 28px;
                }
                .hidden {
                    display: none;
                }
            }
            .column {
                &:nth-child(1){
                    width: 400px;
                }
                &:nth-child(2){
                    width: 313px;
                }
                &:nth-child(3){
                    width: 280px;
                }
                float: left;
                .item {
                    font-family: 'Georgia';
                    font-size: 17px;
                    line-height: 36px;
                    text-decoration: underline;
                    cursor: pointer;
                    &.active {
                        color: #f1b708;
                        text-decoration: none;
                    }
                    &:hover {
                        text-decoration: none;
                    }
                }
            }
        }
        .submit {
            width: 315px;
            height: 215px;
            background-color: rgba(255,255,255,.1);
            -webkit-box-shadow: -3px 10px 38px rgba(0,0,0,.75);
            -moz-box-shadow: -3px 10px 38px rgba(0,0,0,.75);
            box-shadow: -3px 10px 38px rgba(0,0,0,.75);
            font-family: @fontGaramond;
            font-size: 72px;
            padding-top: 26px;
            box-sizing:border-box;
            margin: 100px auto;
            border:solid 7px #f1b708;
            text-align: center;
            color: #fff;
            cursor: pointer;
        }
    }
}
.test-finish-page {
    height: auto;
    min-height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 40px;
    .result-title {
        width: 700px;
        font-family: @fontGaramond;
        font-size: 32px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
        color: #fff;
        span {
            color: #ffab0a;
        }
    }
    .estate-name {
        font-family: @fontGaramond;
        font-size: 56px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .estate-wrapper {
        width: 940px;
        height: 529px;
        margin: 0 auto;
        background: url(../images/rezultat-fon.png);
        .trade-imgs-box {
            width: 800px;
            height: 400px;
            margin-top: 30px;
            font-size: 0;
            padding-top: 70px;
            margin: 0 auto;
            .item {
                width: 200px;
                height: 200px;
                display: block;
                background-size: cover;
                float: left;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                background-repeat: no-repeat;
                position: relative;
                overflow: hidden;
                cursor: pointer;
                .bg {
                    position: absolute;
                    width: 200px;
                    height: 200px;
                    top: 0;
                    left: 0;
                    z-index: 4;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    background-color: #555;
                    opacity: 0;
                }
                .description {
                    position: absolute;
                    bottom: -10px;
                    opacity:0;
                    width: 200px;
                    height: 50px;
                    padding: 10px;
                    text-align: center;
                    font-family: @fontGaramond;
                    font-size: 26px;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    z-index: 9;
                    color: #f1b708;
                    box-sizing: border-box;
                }
                &:hover {
                    background-position-y: 15px;
                    .description {
                        bottom: 70px;
                        opacity: 1;
                    }
                    .bg {
                        opacity: 0.8;
                    }
                }
            }
        }
    }
    .social {
        text-align: center;
        height: 126px;
        margin-top: 20px;
        .vk {
            background: url(../images/share_vk.png);
            width: 126px;
            height: 126px;
            background-position: 0 0;
            margin-right: 70px;
            display: inline-block;
            float: none;
            &:hover {
                background-position:0 -126px;
            }
        }
        .tw {
            background: url(../images/share_tw.png);
            width: 126px;
            height: 126px;
            display: inline-block;
            background-position: 0 0;
            float: none;
            &:hover {
                background-position:0 -126px;
            }
        }
    }
    .repeat-btn {
        width: 315px;
        height: 215px;
        background-color: rgba(255,255,255,.1);
        -webkit-box-shadow: -3px 10px 38px rgba(0,0,0,.75);
        -moz-box-shadow: -3px 10px 38px rgba(0,0,0,.75);
        box-shadow: -3px 10px 38px rgba(0,0,0,.75);
        font-family: @fontGaramond;
        font-size: 72px;
        padding-top: 26px;
        box-sizing:border-box;
        margin: 100px auto;
        border:solid 7px #f1b708;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
}

.show {
    display: block !important;
}
.hide {
    display: none !important;
}

@media (max-width:640px) {
    .social-shares {
        display: none;
    }
    html, body {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #page {
        min-width: 320px;
        .cont {
            width: 87.5% !important;
            padding:0 6.25% !important;
        }
        .pages-wr {
            background-image: none;
            background-color: #000;
        }
    }
    .test-start-page {
        width: 100%;
        min-width: 320px;
        padding-top: 20px;
        .head-img {
            width: 100%;
            background-size: contain;
            height: 180px;
            background-position: center;
            background-repeat: no-repeat;
        }
        .title {
            width: 100%;
            font-size: 32px;
            padding: 0 6.25%;
            box-sizing: border-box;
            margin-bottom: 10px;
            font-size: 54px;
        }
        .subtitle {
            font-size: 23px;
        }
        .what-abbey-btn {
            display: none;
        }
        .default-description {
            width: 100%;
            .left-coll {
                width: 100%;
                float: none;
                .auth-links {
                    text-align: center;
                }
                .lozung {
                    font-size: 20px;
                    line-height: 28px;
                    text-align: center;
                    margin-bottom: 20px;
                    br {
                        display: none;
                    }
                }
                .rubric {
                    display: none;
                }
            } 
            .right-coll {
                width: 100%;
                float: none;
                .description {
                    font-size: 16px;
                    line-height: auto;
                }
            }
        }
        .title-description {
            width: 100%;
            font-size: 18px;
            padding: 0 6.25%;
            box-sizing: border-box;
            line-height: 26px;
        }
        .test-description-wrapper {
            width: 100%;
            height: 490px;
            .description-text {
                position: relative;
                top: 100px;
                float: none;
                width: 100%;
                margin: 0;
                font-size: 14px;
            }
            .start-btn {
                margin-top: 65px;
            }
        }
        .pop-up-title {
            display: none;
        }
        .wos-home {
            display: none;
        }
        .small-shit-three {
            display: none;
        }
    }
    .test-action-page {
        width: 100%;
        min-width: 320px;
        .test-start-img {
            background-image: url(../images/soberite-mobile.png);
            width: 292px;
            height: 206px;
            background-size: contain;
            background-repeat: no-repeat;
        }
        #steps {
            width: 100%;
            .submit {
                width: 100%;
                height: 85px;
                padding-top:20px; 
                font-size: 30px;
                margin: 0;
            }
            .step {
                .column {
                    .item {
                        font-size: 16px;
                    }
                }
                margin-bottom: 50px;
                &.first {
                    margin-bottom: 80px;
                }
                .step-description {
                    margin-bottom: 25px;
                }
                .title,
                .step-description {
                    position: initial !important;
                    text-align: center !important;
                    width: 100% !important;
                    margin-left: 0 !important;
                    font-size: 20px;
                    display: block;
                    line-height: 24px;
                }
                .action {
                    width: 100% !important;
                    .data {
                        float: none !important;
                        input,
                        .name-panel {
                            width: 100%;
                            height: 50px;
                            line-height: 50px !important;
                        }
                    }
                    .buttons {
                        float: none !important;
                        width: 100%;
                        text-align: center;
                        margin: 0;
                        .change-name {
                            line-height: 70px;
                        }
                    }
                }
            }
        }
    }
    .test-finish-page {
        width: 100%;
        min-width: 320px;
    }
    .small-shit-one {
        display: none;
    }
    .test-finish-page .result-title {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }
    .test-finish-page .estate-wrapper {
        width: 280px;
        margin: 0 auto;
        background-image: url(../images/rezultat-fon-mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .test-finish-page .estate-wrapper .trade-imgs-box {
        width: 280px;
        height: 400px;
        margin-top: 30px;
        font-size: 0;
        padding-top: 70px;
        margin: 0 auto;
    }
    .test-finish-page .social {
        text-align: center;
        width: 126px;
        margin: 0 auto;
        margin-top: 20px;
        height: auto;
    }
    .test-finish-page .social .vk {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .test-finish-page .social .tw {
        margin: 0;
        float: none;
    }
    .test-finish-page .estate-wrapper .trade-imgs-box .item {
        width: 50%;
        height: 140px;
    }
    .test-finish-page .repeat-btn {
        width: 100%;
        height: 70px;
        font-size: 30px;
        padding-top: 14px;
    }
    .test-finish-page .estate-wrapper .trade-imgs-box .item .description {
        width: 100%;
        font-size: 16px;
    }
    .test-finish-page .estate-wrapper .trade-imgs-box .item:hover .description {
        bottom: 50px;
    }

    .footer {
        .comm {
            width: 100%;
            .most-read {
                display: none;
            }
            .block-comments {
                display: none;
            }
            .some-materials {
                width: 100%;
                .cell {
                    width: 100%;
                }
            }
            /*.comments {
                display: none;
            }*/
        }
    }
}



/* SOCIAL BUTTON STYLE */

.social {
  height: 33px;
  position: relative;
  margin-top: 10px;
}
.social span {
  height: 33px;
  margin-right: 15px;
  display: block;
  float: left;
}
.social span.vk {
    width: 113px;
    background: url(../images/vk.png) 0px 0px;
    &:hover {
        background-position: 0px -33px;
    }
}

.social span.tw {
    width: 103px;
    background: url(../images/tw.png) 0px 0px;
    &:hover {
      background-position: 0px -33px;
    }
}

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

