/* `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;
        right: 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:rgb(44,57,212);


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

  .cont {
    position: relative;
    width: auto;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
  }
}
.infowin {
  width: 600px;
  height: auto;
  .coverInfoWin {
    width: 600px;
    height:337px;
    background-size: cover;
  }
  .title {
    font-family: @fontExtrabold;
    font-size: 18px;
    color: #141414;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .text {
    font-family: @fontRegular;
    font-size: 16px;
    line-height: 28px;
  }
}

.pop-up {
  position: absolute;
  width: 880px;
  height: 410px;
  min-height: 350px;
  background-color: #fff;
  z-index: 5555;
  left: 50%;
  top: 50%;
  margin-left: -440px;
  margin-top: -205px;
  .cover {
    background-size: cover;
    width: 270px;
    height: 410px;
    float: left; 
  }
  .in-text {
    width: 610px;
    height: 410px;
    .box-sizing;
    padding:20px;
    float: left;
    .title {
      font-family: @fontExtrabold;
      font-size: 30px;
      color: #141414;
      margin-bottom: 20px;
    }
    .city {
      font-family: @fontRegular;
      font-size: 20px;
      color: #141414;
      margin-bottom: 20px;
    }
    .text {
      font-family: @fontRegular;
      font-size: 15px;
      color: #141414;
      margin-bottom: 20px;
      line-height: 25px;

    }

  }
}

.test-page {
  	height: 100%;
  	padding-top: 0;
    padding-bottom: 0;
    min-height: 700px;
    min-width: 1200px;

  .logo {
    display: block;
    width: 90px;
    height: 66px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: url(../images/Logo.png) no-repeat;
    background-size: contain;
    z-index: 23;
  }
  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
    display: none;
    min-height: 700px;
    &.visible {
      display: block; 
    }
  } 
  .first-display {
    position: absolute;
    width: 800px;
    height: 560px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -280px;
    z-index: 888;
    .logo {
      display: none;
      width: 86px;
      height: 46px;
      position: absolute;
      left: -155px;
      top: 0px;
      background: url(../images/Logo.png);
      background-size: cover;
    }
    .start-title {
      font-family: "MonoCondensed-Bold";
      font-size:40px;
      letter-spacing: 15px;
      color: #fff;
      margin-bottom: 60px;
    }
    .auth {
      font-size: 12px;
      font-family: @fontRegular;
      color: #fff;
      margin-bottom: 60px;
      a {
        color: #00ffea;
        &:hover {
          text-decoration:none;
        }
      }
    }
    .info {
      font-family: @fontExtrabold;
      font-size: 16px;
      color: #fff;
      line-height: 24px;
      span {
        font-family: "MonoCondensed-Bold";
        font-size:18px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
      }
    }
    .start-btn {
      font-family: @fontExtrabold;
      font-size: 32px;
      margin-top: 30px;
      color: #00ffea;
      cursor: pointer;
      text-decoration:underline;
      display: inline-block;
      &:hover  {
        text-decoration:none;
      }
    }
  }
  .films-box {
    height: 600px;
    width: 1100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -550px;
    margin-top:  -300px;
    z-index: 3;
    .films-title {
      background: url(../images/films-bg.png) right top no-repeat;
      width: 445px;
      height: 600px;
      background-size: contain;
      font-family: @fontExtrabold;
      font-size: 30px;
      line-height: 600px;
      text-align: left;
      color: #fff;
      position: relative;
    }
    .films {
      height: 530px;
      width:  115px;
      position: absolute;
      left: 35%;
      top: 50%;
      margin-right: 70px;
      margin-top: -265px;
      &.first {
        .film:hover {
          opacity:1;
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          .film-info {
            display:block;
          }
        }
      }
      &.second {
        .film {
          &.active {
            margin-left: 45px;
            opacity:1;
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -o-filter: grayscale(0%);

            &:hover {
              left:0;
            }
          }
        }
        .film:hover {
          margin-left:45px;
          opacity:1;
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -o-filter: grayscale(0%);
        }
      }
      .film {
        width: 76px;
        height: 76px;
        margin-bottom: 38px;
        border-radius: 100%;
        background-color: #fff;
        cursor: pointer;
        opacity: 1;
        /*position: relative;*/

        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        &[data-id="1"] {
          background: url(../images/icons/1.png);
          background-size: contain;
        }
        &[data-id="2"] {
          background: url(../images/icons/2.png);
          background-size: contain;
        }
        &[data-id="3"] {
          background: url(../images/icons/3.png);
          background-size: contain;
        }
        &[data-id="4"] {
          background: url(../images/icons/4.png);
          background-size: contain;
        }
        &[data-id="5"] {
          background: url(../images/icons/5.png);
          background-size: contain;
        }

        .film-info {
          position: absolute;
          width: 500px;
          margin-left: 210px;
          display: none;
          top: 20%;
          left: 0%;
          &:before {
            content: "";
            display: none;
            height: 1px;
            width: 128px;
            position: absolute;
            top: 12px;
            left: -150px;
            background-color: #fff;

          }
          .title {
            font-family: 'PTSerif-Regular';
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 20px;
            text-transform: uppercase;
          }
          .city {
            font-family: 'PTSerif-Italic';
            font-size: 20px;
            color: #fff;
            margin-bottom: 17px;
          }
          .text {
            font-family: 'PTSerif-Regular';
            font-size: 16px;
            line-height: 26px;
            color: #fff;
          }
        }
      }

    }
  }
  #map-box {
    width: 100%;
    height: 100%;
  }
}



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