/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

.clear {
        clear: both;
}

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

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

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

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

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

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

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


.no-select {
        -webkit-user-select: none;
        -moz-user-select: none;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
} 
@fontRegular:ProximaNova-Regular;
@fontThin:ProximaNovaT-Thin;
@fontExtrabold:ProximaNova-Extrabld;
@textColor:rgb(44,57,212);


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

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

.pop-up-wr {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0, 0.7);
  display: none;
  z-index:999;
  &.active {
    display: block;
  }
  .pop-up {
    display: block;
    width: 400px;
    height: 200px;
    box-shadow: 0px 0px 4px rgba(0,0,0, 0.7);
    background-color: #fff;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 999;
    padding: 20px;
    border-radius:  2px;
    opacity: 0.9;
  }
  p {
    display: block;
    font-family: @fontExtrabold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 46px;
    margin-top: 40px;

  }
  #uLogin {
    margin: 0 auto;
    margin-left: 100px;

  }
}
.test-start-page {
  	height: auto;
  	padding-top: 60px;
    padding-bottom: 40px;
    background: url(../images/bg.jpg);
    background-size: cover;


    header {
        height: auto;

        .t-title {
            width: 637px;
            height: 99px;
            font-size: 50px;
            line-height: 70px;
            margin-left: 200px;
            background-image: url(../images/titleStart.png);
        }
        .head-text {
        	width: 600px;
        	height: auto;
        	margin-top: 55px;
          margin-left: 200px;
          font-size: 14px;
          line-height: 17px;
          float: left;
          font-family: @fontRegular;
          b {
            font-family: @fontExtrabold;
            margin-top: 20px;
            display: block;
          }
        	
        }
        .logo {
          width: 100px;
          height: 54px;
          background: url(../images/ivi.png);
          float: left;
          margin-top: 0px;
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          margin-left: 150px;
          top: -90px;
          position: relative;
        }      
    }
    .cover-box {
      height: 357px;
      margin-top: 50px;
    }

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

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

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

    h2, h3 {
      font-weight: bold;
    }

    p {
      margin-bottom: 1em;
    }


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

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

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

    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.test-action-page {
  padding-top: 60px;
  .box-sizing;
  height: 1000px;
  min-height: 700px;
  background-color: rgb(202,61,80);
  .cont {
    width: 800px !important;
  }
  .film-select-box {
    .f-item {
      width: 150px;
      height: 98px;
      border:solid 1px #fff;
      float: left;
      display: block;
      margin-right: 64px;
      font-family: @fontRegular;
      font-size: 18px;
      color: #fff;
      line-height: 21px;
      cursor: pointer;
      &:last-child {
        margin-right:0;
      }
      &.active {
        background-color: #fff;
        color: rgb(202,60,81);
      }
      .t-cell {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        width: 152px;
        text-align: center;
      }

    }
  }
  .input-box {
    width: 700px;
    height: 46px;
    background: url(../images/svoeNazvanie.jpg) left top no-repeat;
    margin-top: 40px;
    margin-right: 30px;
    float: left;
    background-size: cover;
    input {
      border: none;
      height: 46px;
      width: 700px;
      color: #fff;
      font-family: @fontRegular;
      font-size: 18px;
      padding-left: 20px;
      background-color: transparent;
      text-transform: uppercase;
      .box-sizing;
      outline:none;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #fff;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #fff;
        opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #fff;
        opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #fff;
    }
  }
  .add-name {
      height: 46px;
      width: 70px;
      float: left;
      margin-top: 40px;
      border: solid 1px #fff;
      box-sizing: border-box;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      line-height: 46px;
      color: #fff;
      font-family: @fontRegular;
    }
  .film-action {
    width: 100%;
    margin-top: 60px;
    .left {
      float: left;
      width: 400px;
      .title {
        font-family: @fontExtrabold;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
        position: relative;z-index: 4;
      }
      .answers-box {
        position: relative;
        width: 400px;
        overflow:hidden;
        height: 560px;
        .blurTop {
          width: 400px;
          height: 85px;
          background: url(../images/gradientUp.png);
          position: absolute;
          top: -34px;
          z-index: 2;
          background-position-y: -17px;
        }
        .blurBottom {
          width: 400px;
          height: 85px;
          background: url(../images/gradientDown.png);
          position: absolute;
          top: 90%;
          z-index: 2;
          background-position: 0 -87px;
          z-index: 2;
        }
        .answers-items {
            z-index: 1;
            position: relative;
            height: 600px;
            width: 400px;
            /*vertical-align: middle;*/
            display: table-cell;
            .ans-item {
              height: 32px;
              color: #fff;
              font-family: @fontRegular;
              font-size: 15px;
              line-height: 32px;
              cursor: pointer;
              overflow: hidden;
              position: relative;
              .del-btn {
                display: block;
                width: 15px;
                height: 15px;
                border-radius: 100%;
                background-color: wheat;
                position: absolute;
                cursor: pointer;
                z-index: 2222;
                margin-top: -32px;
                right: 18px;
              }
              &:hover {
                opacity:0.7;
              }
              b {
                width: 50px;
                text-align: right;
                margin-right: 8px;
                display: inline-block;
                float: left;
              }
              span {
                display: inline-block;
                width: 341px;
                overflow: hidden;
                word-wrap: normal;
                white-space: nowrap;
              }
              &.active {
                /*margin: 10px 0;*/
                font-size: 30px; 
                &:hover {
                  opacity:1;
                  cursor: default;
                } 
              }
            }

        }
        .arrow-box {
          height: 40px;
          width: 440px;
          position: absolute;
          background-image: url(../images/arrowSelect2.png); 
          left: -40px;
          top: 225px;
          overflow: hidden;
          /*z-index: 9;*/
        }
      }
      .arrow-box2 {
        height: 40px;
        width: 440px;
        position: absolute;
        background-image: url(../images/arrowSelect2.png); 
        left: -40px;
        top: 500px;
        overflow: hidden;
        /*z-index: 9;*/
      }  
    }
    .right {
      float: left;
      width: 400px;
      position: relative;
      .film-cover {
        width: 400px;
        height: 620px;
        position: relative;
        background-size: cover;
        .box-sizing;
      }
      .new-name {
        position: absolute;
        /*height: 120px;*/
        height: auto !important;
        overflow: hidden;
        width: 400px;
        top: 500px;
        .box-sizing;
        font-family: @fontExtrabold;
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        
        &.cover-1 {
          top: 485px;
          font-size: 30px;
          line-height: 40px;
        }
        
        &.cover-2 {
            color: #e9e76e;
            font-size: 18px;
            line-height: 26px;
            top: 270px;
            height: 260px;
            padding:0 120px;
        }
        
        &.cover-3 {
          color: #d7b230;
          font-size: 40px;
          line-height: 60px;
          font-family: 'PTSerif-Regular';
          text-transform: none;
          top: 90px;
          height: 360px;
          padding: 0 35px
        }
        &.cover-4 {
          color: #e4d74d;
          font-size: 34px;
          line-height: 48px;
          text-transform: uppercase;
          top: 75px;
          padding:0 40px;
        }
      }
      .like-btn {
        width: 123px;
        height: 123px;
        background:url(../images/voteBtn.png) -7px 0px;
        position: absolute;
        right: -160px;
        top: 37%;
        cursor: pointer;
        &:hover {
          background-position: -7px -153px;
        }
        &:active {
          width: 128px;
          height: 128px;
          background-position: -2px -306px;
          margin-top: -3px;
          margin-left: 4px; 
        }
      }
    }
  }
	
}

.test-finish-page {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 469px;
  background: url(../images/bg.jpg) 0 0 ;
  background-size: cover;
  .box-sizing;

  .logo-ivi {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    .animation {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

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

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

    h2, h3 {
      font-weight: bold;
    }

    p {
      margin-bottom: 1em;
    }


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

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

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

    }

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

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

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

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

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

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

    .card .back {
      background: #03446A;
      -webkit-transform: rotateY( 180deg );
      -moz-transform: rotateY( 180deg );
      -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
      a {
        width: 300px;
        height: 300px;
        display: block;
      }
    }

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

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

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

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

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

    .cover1 {
      .front {
        background: url(../images/ad1.jpg) !important;
        background-size: contain !important;
      }
      .back {
        background: url(../images/ad2.jpg) !important;
        background-size: contain !important;
      }
    }

  }
  
}




/* SOCIAL BUTTON STYLE */

.social {

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

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

.social-btn {
  cursor: pointer;
}

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

        .most-read {
                color: #000000!important;
        
                a {
                        color: #000000!important;
                }
                margin-bottom: 30px;
        
                .container {
                        width: 920px!important;
                        margin: 0 auto;
                
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                
                        .item {
                                width: 200px;
                                float: left;
                                margin-left: 40px;
                        
                                .image {
                                        display: block;
                                        width: 200px;
                                        height: 200px;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                }
                                
                                .title {
                                        display: block;
                                        padding: 10px 0px;
                                        font-family: PTSerif-Regular;
                                        font-size: 18px;
                                        line-height: 20px;
                                        color: #000000;
                                        text-decoration: none;
                                }
                                
                                .lead {
                                        font-family: PTSansPro-Caption;
                                        font-size: 12px;
                                        line-height: 13px;
                                }
                                
                                &:nth-child(2) {
                                        margin: 0px;
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
        
        .same-read {
                color: #000000!important;
        
                a {
                        color: #000000!important;
                }
                margin-bottom: 30px;
                
                .container {
                        width: 920px;
                        margin: 0 auto;
                        
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                        
                        .item {
                                width: 300px;
                                height: 100px;
                                margin-bottom: 30px;
                                float: left;
                                
                                .image {
                                        display: block;
                                        width: 100px;
                                        height: 100px;
                                        float: left;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                        .transition;
                                }
                                
                                .info {
                                        float: left;
                                        width: 170px;
                                        padding: 0px 15px;
                                        
                                        .rubrics {
                                                margin-bottom: 15px;
                                                
                                                 a {
                                                        color: #000000;
                                                        text-decoration: none;
                                                        font-family: MonoCondensed-Bold;
                                                        font-size: 11px;
                                                        line-height: 13px;
                                                        
                                                        &:hover {
                                                                color: @active_color;
                                                        }
                                                 }
                                        }
                                        
                                        .title {
                                                margin-bottom: 20px;
                                                display: block;
                                                font-family: PTSerif-Regular;
                                                font-size: 20px;
                                                line-height: 21px;
                                                color: #000000;
                                                text-decoration: none;
                                                
                                                &:hover {
                                                        color: @active_color;
                                                }
                                        }
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
}


@red: #c1000f;
@green: #00b739;
@blue: #0620f4;

.visual-data {
  width: 800px;
  margin: 0 auto;
  position: relative;
  /*display: none;*/

  .place-container {
    
    .place {
      position: relative;
      height: 150px;
    
      .bar {
        @height: 50px;
      
        position: relative;
        height: @height;
        background-color: @blue;
        overflow: hidden;
      
        .runner {
          width: 0px;
          height: 100%;
          position: relative;
          background-color: #000000;
          .transition;
        
          .you {
            position: absolute;
            height: @height;
            top: 0;
            line-height: @height;
            left: 100%;
            width: 100px;
            margin-left: 0px;
            color: @blue;
            font-size: 24px;
          }
        }
        
        .worse-percent {
          position: absolute;
          line-height: @height;
          height: @height;
          width: 100px;
          top: 0px;
          left: 0px;
          color: #ffffff;
          font-size: 34px;
          padding-left: 20px;
        }
        
        .better-percent {
          position: absolute;
          line-height: @height;
          height: @height;
          width: 100px;
          top: 0px;
          left: 100%;
          margin-left: -100px;
          color: #ffffff;
          font-size: 34px;
        }
      }
      
      .worse-count {
        position: absolute;
        width: 200px;
        top: 70px;
        left: 0px;
        text-align: left;
        font-family: ProximaNova-Extrabld;
        font-size: 16px;
        line-height: 20px;
      }
      
      .better-count {
        position: absolute;
        width: 200px;
        top: 70px;
        left: 100%;
        margin-left: -200px;
        text-align: right;
        font-family: ProximaNova-Extrabld;
        font-size: 16px;
        line-height: 20px;
      }
    }
  }
  
  .distribution-container {
    position: relative;
    
    .text-two {
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 15px;
      text-align: left;
      font-family: @fontRegular;
    }
  
    .distribution {
      @height: 250px;
    
      width: 100%;
      padding-bottom: 30px;
      position: relative;
      height: @height + 50px;
      
      .field {
        height: @height;
        position: relative;
        background-color: #ffffff;
      }
      
      .bars {
        position: relative;
        text-align: center;
        height: @height;
        top: -@height;
        cursor: pointer;
      
        .bar {
          position: relative;
          background-color: #000000;
          display: inline-block;
          margin-right: 15px;
          opacity: 0.8;
          
          &:last-of-type {
            margin-right: 0px;
          }
          
          .value {
            width: 100%;
            position: absolute;
            height: 22px;
            top: -22px;
            font-size: 18px;
            text-align: center;
          }
          
          .number {
            font-size: 18px;
            position: absolute;
            width: 100%;
            height: 22px;
            top: 100%;
            text-align: center;
          }
          
          .hint {
            overflow: hidden;
            padding: 0px;
            background-color: #050505;
            color: #fff;
            font-family: @fontRegular;
            font-size: 14px;
            line-height: 20px;
            width: 130px;
            position: absolute;
            top: 0px;
            left: 0px;
            padding: 10px;
            display: none;
            z-index: 100;
          }
          
          &:hover {
            opacity: 1;
          
            .hint {
              display: block;
            }
          }
        }
      }
    }
  }
}
