/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  height: 100%;
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0 none;
    text-decoration: none; }
  a:active {
    text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

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

button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 0;
  border: 0;
  padding: inherit;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit; }

img {
  vertical-align: middle; }

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

.ember-tooltip {
  text-transform: none;
  font-size: 12px; }

/* Header */
/* section color */
/* Fonts */
.header {
  height: 7.5rem;
  width: 100%;
  background: #090516 url("/lg-1f851e246271f7a88811dbc4953ed0e8.png") center 1.6875rem no-repeat;
  background-size: 75px; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .loading--hide {
    opacity: 0;
    pointer-events: none; }
  .loading__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .loading__lg {
    height: 300px;
    width: 300px;
    background: url("/lg-1f851e246271f7a88811dbc4953ed0e8.png") center center no-repeat; }
  .loading__counter {
    padding-top: 1.25rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    text-align: center; }

.section {
  padding: 3.125rem 1.5625rem;
  background: #ebebeb; }
  .section--secondary {
    background: #dedede; }
  .section__main-title {
    padding-bottom: 1.875rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: #090516;
    text-transform: uppercase;
    text-align: center; }
  .section__secondary-title {
    padding-bottom: 0.9375rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1875rem;
    line-height: 1.375rem;
    font-weight: bold;
    color: #090516;
    text-align: center; }
  .section__links {
    text-align: center; }
    .section__links__item {
      display: inline-block;
      padding-right: 0.1875rem;
      padding-bottom: 0.375rem;
      padding-left: 0.1875rem; }
      .section__links__item a {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        height: auto;
        width: 4.375rem;
        border: 1px solid #090516;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        color: #090516;
        text-transform: uppercase; }
        .section__links__item a.active {
          background: #090516;
          color: #ebebeb; }
  .section__table {
    padding-bottom: 2.1875rem; }
    .section__table--big {
      padding-bottom: 4.375rem; }
    .section__table--last {
      padding-bottom: 0; }
    .section__table__row {
      padding-top: 0.4375rem;
      padding-bottom: 0.4375rem;
      border-bottom: 0.0625rem solid #555; }
      .section__table__row::after {
        clear: both;
        content: "";
        display: table; }
      .section__table__row span {
        display: block; }
        .section__table__row span:first-child {
          float: left;
          font-family: "Montserrat", sans-serif;
          font-size: 0.8125rem;
          height: 0.8125rem;
          overflow: hidden;
          color: #090516;
          text-transform: uppercase; }
        .section__table__row span:last-child {
          float: right;
          font-family: "Montserrat", sans-serif;
          font-size: 0.8125rem;
          font-weight: bold;
          color: #c4161c; }
        .section__table__row span bold {
          font-family: "Montserrat", sans-serif;
          font-size: 0.8125rem;
          font-weight: bold;
          color: #c4161c; }
        .section__table__row span.extra {
          font-size: 0.9375rem; }
      .section__table__row--extra {
        padding-top: 1.25rem;
        border-bottom: 0 none; }
        .section__table__row--extra span:nth-child(1) {
          float: left;
          font-family: "Montserrat", sans-serif;
          font-size: 0.625rem;
          color: #090516; }
      .section__table__row--big span:nth-child(1) {
        float: left;
        width: 50%; }
      .section__table__row--big span:nth-child(2) {
        float: left;
        width: 25%;
        font-family: "Montserrat", sans-serif;
        font-size: 0.8125rem;
        font-weight: bold;
        color: #c4161c;
        text-align: right; }
      .section__table__row--big span:nth-child(3) {
        float: left;
        width: 25%;
        font-family: "Montserrat", sans-serif;
        font-size: 0.8125rem;
        font-weight: bold;
        color: #c4161c;
        text-align: right; }
      .section__table__row--title span:nth-child(1) {
        float: left;
        width: 50%;
        font-weight: bold;
        text-transform: uppercase; }
      .section__table__row--title span:nth-child(2) {
        float: left;
        width: 25%;
        font-family: "Montserrat", sans-serif;
        font-size: 0.8125rem;
        font-weight: bold;
        color: #090516;
        text-align: right;
        text-transform: uppercase; }
      .section__table__row--title span:nth-child(3) {
        float: left;
        width: 25%;
        font-family: "Montserrat", sans-serif;
        font-size: 0.8125rem;
        font-weight: bold;
        color: #090516;
        text-align: right;
        text-transform: uppercase; }
      .section__table__row--title span img {
        margin: 0 0 0 auto; }
  .section__devices::after {
    clear: both;
    content: "";
    display: table; }
  .section__devices__item {
    float: left;
    width: 33.33%; }
  .section__devices__box {
    height: auto;
    width: 100%;
    text-align: center; }
    .section__devices__box__image {
      padding-bottom: 0.625rem; }
      .section__devices__box__image img {
        margin: 0 auto; }
    .section__devices__box__porcent {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 0.8125rem;
      color: #c4161c; }
    .section__devices__box__title {
      padding-top: 0.125rem;
      font-family: "Montserrat", sans-serif;
      font-size: 0.8125rem;
      color: #090516;
      text-transform: uppercase; }
