@charset "UTF-8";

@media only screen and (max-width: 1440px) and (min-width: 1320px) {
  .nav-tabs.nav-stacked > li > a {
    font-size: 12px !important;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.flex-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xxs,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-offset-1,
.col-xxs-offset-2,
.col-xxs-offset-3,
.col-xxs-offset-4,
.col-xxs-offset-5,
.col-xxs-offset-6,
.col-xxs-offset-7,
.col-xxs-offset-8,
.col-xxs-offset-9,
.col-xxs-offset-10,
.col-xxs-offset-11,
.col-xxs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xxs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xxs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xxs-2 {
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%;
}

.col-xxs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xxs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xxs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xxs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xxs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xxs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xxs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xxs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xxs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xxs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xxs-offset-1 {
  margin-left: 8.333%;
}

.col-xxs-offset-2 {
  margin-left: 16.666%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-4 {
  margin-left: 33.333%;
}

.col-xxs-offset-5 {
  margin-left: 41.667%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-7 {
  margin-left: 58.333%;
}

.col-xxs-offset-8 {
  margin-left: 66.667%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-10 {
  margin-left: 83.333%;
}

.col-xxs-offset-11 {
  margin-left: 91.667%;
}

.start-xxs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xxs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xxs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xxs {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.middle-xxs {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.bottom-xxs {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.around-xxs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xxs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xxs {
  -ms-flex-order: -1;
  order: -1;
}

.last-xxs {
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 480px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-xs-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xs-offset-1 {
    margin-left: 8.333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.666%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.667%;
  }

  .start-xs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xs {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .middle-xs {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .bottom-xs {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-xs {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-xs {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.666%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1200px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1780px) {
  .col-xlg,
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12,
  .col-xlg-offset-1,
  .col-xlg-offset-2,
  .col-xlg-offset-3,
  .col-xlg-offset-4,
  .col-xlg-offset-5,
  .col-xlg-offset-6,
  .col-xlg-offset-7,
  .col-xlg-offset-8,
  .col-xlg-offset-9,
  .col-xlg-offset-10,
  .col-xlg-offset-11,
  .col-xlg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xlg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xlg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-xlg-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .col-xlg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-xlg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-xlg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-xlg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-xlg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-xlg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-xlg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xlg-offset-1 {
    margin-left: 8.333%;
  }

  .col-xlg-offset-2 {
    margin-left: 16.666%;
  }

  .col-xlg-offset-3 {
    margin-left: 25%;
  }

  .col-xlg-offset-4 {
    margin-left: 33.333%;
  }

  .col-xlg-offset-5 {
    margin-left: 41.667%;
  }

  .col-xlg-offset-6 {
    margin-left: 50%;
  }

  .col-xlg-offset-7 {
    margin-left: 58.333%;
  }

  .col-xlg-offset-8 {
    margin-left: 66.667%;
  }

  .col-xlg-offset-9 {
    margin-left: 75%;
  }

  .col-xlg-offset-10 {
    margin-left: 83.333%;
  }

  .col-xlg-offset-11 {
    margin-left: 91.667%;
  }

  .start-xlg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xlg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xlg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xlg {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .middle-xlg {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .bottom-xlg {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xlg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-xlg {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-xlg {
    -ms-flex-order: 1;
    order: 1;
  }
}

@font-face {
  font-family: 'Rub';
  src: url("data:font/woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url("../images/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-Medium.woff") format("woff"), url("../images/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-BlackItalic.eot");
  src: local("DIN Pro Black Italic"), local("DINPro-BlackItalic"), url("../images/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-BlackItalic.woff") format("woff"), url("../images/DINPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedBlackItalic.eot");
  src: local("DIN Pro Condensed Black Italic"), local("DINPro-CondensedBlackItalic"), url("../images/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedBlackItalic.woff") format("woff"), url("../images/DINPro-CondensedBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedMedium.eot");
  src: local("DIN Pro Condensed Medium"), local("DINPro-CondensedMedium"), url("../images/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedMedium.woff") format("woff"), url("../images/DINPro-CondensedMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-MediumItalic.eot");
  src: local("DIN Pro Medium Italic"), local("DINPro-MediumItalic"), url("../images/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-MediumItalic.woff") format("woff"), url("../images/DINPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-Bold.eot");
  src: local("DIN Pro Bold"), local("DINPro-Bold"), url("../images/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-Bold.woff") format("woff"), url("../images/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-Light.eot");
  src: local("DIN Pro Light"), local("DINPro-Light"), url("../images/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-Light.woff") format("woff"), url("../images/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedMediumItalic.eot");
  src: local("DIN Pro Condensed Medium Italic"), local("DINPro-CondensedMediumItalic"), url("../images/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedMediumItalic.woff") format("woff"), url("../images/DINPro-CondensedMediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-Italic.eot");
  src: local("DIN Pro Italic"), local("DINPro-Italic"), url("../images/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-Italic.woff") format("woff"), url("../images/DINPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"), url("../images/DINPro.eot?#iefix") format("embedded-opentype"), url("../images/DINPro.woff") format("woff"), url("../images/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedBlack.eot");
  src: local("DIN Pro Condensed Black"), local("DINPro-CondensedBlack"), url("../images/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedBlack.woff") format("woff"), url("../images/DINPro-CondensedBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedBold.eot");
  src: local("DIN Pro Condensed Bold"), local("DINPro-CondensedBold"), url("../images/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedBold.woff") format("woff"), url("../images/DINPro-CondensedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-Black.eot");
  src: local("DIN Pro Black"), local("DINPro-Black"), url("../images/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-Black.woff") format("woff"), url("../images/DINPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-LightItalic.eot");
  src: local("DIN Pro Light Italic"), local("DINPro-LightItalic"), url("../images/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-LightItalic.woff") format("woff"), url("../images/DINPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedBoldItalic.eot");
  src: local("DIN Pro Condensed Bold Italic"), local("DINPro-CondensedBoldItalic"), url("../images/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedBoldItalic.woff") format("woff"), url("../images/DINPro-CondensedBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedRegular.eot");
  src: local("DIN Pro Condensed Regular"), local("DINPro-CondensedRegular"), url("../images/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedRegular.woff") format("woff"), url("../images/DINPro-CondensedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedItalic.eot");
  src: local("DIN Pro Condensed Italic"), local("DINPro-CondensedItalic"), url("../images/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedItalic.woff") format("woff"), url("../images/DINPro-CondensedItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedLightItalic.eot");
  src: local("DIN Pro Condensed Light Italic"), local("DINPro-CondensedLightItalic"), url("../images/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedLightItalic.woff") format("woff"), url("../images/DINPro-CondensedLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../images/DINPro-CondensedLight.eot");
  src: local("DIN Pro Condensed Light"), local("DINPro-CondensedLight"), url("../images/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-CondensedLight.woff") format("woff"), url("../images/DINPro-CondensedLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("../images/DINPro-BoldItalic.eot");
  src: local("DIN Pro Bold Italic"), local("DINPro-BoldItalic"), url("../images/DINPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../images/DINPro-BoldItalic.woff") format("woff"), url("../images/DINPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

.stripe:before {
  content: "";
  display: table;
}

.stripe:after {
  content: "";
  display: table;
}

.stripe:after {
  clear: both;
}

.stripe_content-type_m1 {
  margin-bottom: 10px !important;
}

.stripe_content-type_m15 {
  margin-bottom: 15px !important;
}

.stripe_content-type_m2 {
  margin-bottom: 20px !important;
}

.stripe_content-type_m3 {
  margin-bottom: 30px !important;
}

.stripe_content-type_m4 {
  margin-bottom: 40px !important;
}

.stripe_content-type_m5 {
  margin-bottom: 50px !important;
}

.stripe_content-type_m6 {
  margin-bottom: 60px !important;
}

.stripe_content-type_m7 {
  margin-bottom: 70px !important;
}

.stripe__in {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 30px;
  box-sizing: border-box;
}

.stripe__in:before {
  content: "";
  display: table;
}

.stripe__in:after {
  content: "";
  display: table;
}

.stripe__in:after {
  clear: both;
}

.rub {
  font-family: 'Rub';
  line-height: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.b-page {
  background: #eff0f0;
}

.b-page__content {
  background: #eff0f0;
}

.b-page_content_login {
  background: #242424 !important;
  min-height: 100%;
}

.b-page_content_logotype {
  width: 50%;
}

html {
  min-height: 100%;
}

@media (min-width: 992px) {
  .b-page_content_login {
    background: #111623 url("../images/action2019-back.jpg") no-repeat 0 0 !important;
    background-size: cover !important;
    min-height: 100%;
  }
}

.b-category {
  display: block;
  text-decoration: none;
  text-align: left;
  height: 220px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px !important;
  overflow: hidden;
  white-space: nowrap;
}

.b-category:after {
  content: '';
  display: inline-block;
  width: 0;
  font: 0/0 'a';
  height: 100%;
  vertical-align: middle;
}

.b-category:hover {
  text-decoration: none;
}

.b-category:hover .b-category__color {
  opacity: 0.2;
}

.b-category__color {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  border-radius: 6px !important;
  transition: opacity 0.2s linear;
}

.b-category__view {
  width: 100px !important;
  height: 100px;
  vertical-align: middle;
  margin-right: 10%;
  position: relative;
  border-radius: 6px !important;
  display: none !important;
}

.b-category__heading {
  display: inline-block;
  vertical-align: middle;
  font: 700 22px/28px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  white-space: normal;
  width: 100%;
  position: relative;
  text-align: center;
}

.b-category__subcategory {
  font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  padding: 6px 10px 6px 5px;
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  border-radius: 0 6px 0 0 !important;
}

.b-category__subcategory-angle {
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border: 26px solid transparent;
  border-right: none;
  border-bottom: none;
  border-left: 15px solid transparent;
}

@media (min-width: 480px) {
  .b-category {
    padding: 0 10px 0 10%;
  }

  .b-category__view {
    display: inline-block !important;
  }

  .b-category__heading {
    width: 50%;
    text-align: left;
  }
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.stripe_content_bmw2018 {
  background: #f1f4f7;
  margin: -11px -20px 0 -20px;
}

.stripe_content_bmw2018-store {
  background: #fff;
  margin: -11px -20px 0 -20px;
  padding: 0 100px 60px;
}

.stripe_content_bmw2018-store .stripe__content {
  margin: 0 -100px 0;
  padding: 30px 100px 250px;
  box-sizing: border-box;
  min-height: 32.39583vw;
  background: #f1f4f7 url("../images/stripe_content_bmw2018-store.jpg") no-repeat center bottom;
}

.b-billet_content_title-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 8px 16px;
  border-radius: 4px !important;
}

.b-billet_content_title-main .b-billet__title {
  color: #413c4e;
  font: 400 14px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-billet_content_title-main:after,
.b-billet_content_title-main:before {
  display: none;
}

@media (min-width: 400px) {
  .b-billet_type_place-for-pagination {
    padding-right: 95px;
  }
}

.b-carousel_view-type_leads {
  margin-bottom: 15px;
}

.b-carousel_view-type_leads .b-carousel__item-image {
  max-height: 264px;
}

.b-carousel_view-type_leads .item {
  margin-bottom: 0 !important;
}

.b-carousel_view-type_leads .carousel-control {
  top: 50%;
  line-height: 28px;
}

.b-shine {
  position: relative;
  overflow: hidden;
}

.b-shine:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 140%;
  top: -120px;
  left: -20%;
  opacity: 0.4;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0));
  transform: rotate(-20deg);
  animation: shine  12s infinite ease-in-out;
}

.header .nav > li.dropdown.first-link {
  display: none;
}

@media (min-width: 1260px) {
  .header .nav > li.dropdown.first-link {
    display: block;
  }
}

@keyframes shine {
  from {
    top: -120px;
  }

  15% {
    top: 120px;
  }

  50% {
    top: 120px;
  }

  65% {
    top: -120px;
  }

  to {
    top: -120px;
  }
}

.b-close {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  color: #605974;
  text-decoration: none;
  cursor: pointer;
}

.b-close:after {
  content: '×';
  font: 400 30px/0 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 6px;
}

.b-close:hover {
  text-decoration: none;
  color: #484357;
}

.b-close_content_banner-top {
  position: absolute;
  top: 50%;
  right: 65px;
  margin-top: -8px;
}

.b-stock-detail_content_bmw {
  padding: 0 60px;
  color: #484357;
}

.b-stock-detail_content_bmw .b-stock-detail__heading {
  color: #484357;
  font: 700 30px/42px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.b-stock-detail_content_bmw .b-stock-detail__conditions {
  font: 400 15px/24px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  border: 2px solid #dfdfe0;
  border-radius: 6px !important;
  margin-bottom: 20px;
}

.b-stock-detail_content_bmw .b-stock-detail__conditions .alert.alert-warning {
  margin-bottom: 0;
}

.b-stock-detail_content_bmw .b-stock-detail__bill {
  background: #dfdfe0;
  border-radius: 6px !important;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.b-stock-detail_content_bmw .b-stock-detail__bill-title {
  font: 700 20px/26px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.b-stock-detail_content_bmw .b-stock-detail__bill-points {
  position: relative;
  font: 400 80px/1 "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: #484357;
}

.b-stock-detail_content_bmw .b-stock-detail__bill-points-text {
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: right;
  width: 406px;
}

.b-stock-detail_content_bmw .b-stock-detail__bill-points:before {
  content: '000.000.000';
  font: 400 80px/1 "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: #c0bfc3;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  text-decoration: none;
}

.b-stock-detail_content_bmw .b-stock-detail__available {
  color: #484357;
  font: 700 14px/30px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.b-stock-detail_content_bmw .b-stock-detail__buy {
  margin-bottom: 20px;
}

.b-stock-detail_content_bmw .b-stock-detail__conditions-link {
  text-align: center;
}

.b-stock-detail_content_bmw .b-stock-detail__conditions-link-in {
  color: #484357;
  text-decoration: underline;
  position: relative;
  font: 400 14px/30px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-stock-detail_content_bmw .b-stock-detail__conditions-link-in:hover {
  text-decoration: none;
}

.b-modal_content_stock-bmw {
  max-width: 825px;
  width: 90%;
  margin-left: 0;
  transform: translate(-50%, 0);
  border-radius: 6px !important;
  overflow: hidden;
}

.b-modal_content_stock-bmw .modal-body {
  max-height: 768px;
}

.b-modal_type_action-bmw-2018 .modal-body {
  padding: 50px;
}

@media (max-width: 1170px) {
  .b-modal_content_stock-bmw {
    transform: translate(0, 0);
    max-width: none;
    width: auto;
  }
}

.quantity {
  position: relative;
  border-radius: 6px !important;
}

.quantity__down,
.quantity__up {
  width: 45px;
  border-radius: 6px 0 0 6px !important;
  background: #8a8893;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font: 400 46px/80px "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  transition: background 0.3s linear;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity__down:hover,
.quantity__up:hover {
  background: #484357;
}

.quantity__up {
  left: auto;
  right: 0;
  border-radius: 0 6px 6px 0 !important;
}

.quantity__field {
  width: 100%;
  box-sizing: border-box;
  font: 400 60px/76px "a_LCDNova", Geneva, Arial, Helvetica, sans-serif !important;
  padding: 0 50px !important;
  color: #484357 !important;
  height: auto !important;
  text-align: center;
  border-radius: 6px !important;
  border: none !important;
  background: #dfdfe0 !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0 !important;
}

.quantity__field::-webkit-inner-spin-button,
.quantity__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.b-lcdnove-number {
  position: relative;
  font: 400 42px/1 "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: #d5a778;
  text-align: left;
  text-decoration: none;
}

.b-lcdnove-number__text {
  position: relative;
  z-index: 0;
  text-decoration: none;
  text-align: right;
  width: 214px;
}

.b-lcdnove-number:before {
  content: '000.000.000';
  font: 400 42px/1 "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: rgba(184, 184, 184, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  text-decoration: none;
}

.b-points {
  text-align: right;
  text-transform: uppercase;
}

.b-points__number {
  font: italic 700 36px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #f8c02a;
}

.b-points__number-fill {
  color: #b7b09c;
}

.b-points__subtitle {
  font: italic 400 12px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
}

.b-points_content_all .b-points__number {
  font-size: 26px;
  color: #2f98c9;
}

.b-points_content_all .b-points__number-fill {
  color: #75a5bc;
}

.b-points_content_all .b-points__subtitle {
  font-size: 10px;
}

.b-points_view-type_store {
  text-align: left;
}

.b-points_view-type_store .b-points__number {
  font: italic 700 24px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a2a;
}

.b-points_view-type_store .b-points__number-fill {
  color: #e5e5e5;
}

.b-points_view-type_store .b-points__subtitle {
  color: #787777;
  font: 400 12px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-left: 16px;
}

.b-points_view-type_store.b-points_content_all .b-points__number {
  font-size: 18px;
}

.b-bmw-cost {
  font: 0/0 'a';
  text-transform: uppercase;
  color: #f8c02a;
  border: 4px solid #f8c02a;
  display: inline-block;
}

.b-bmw-cost__item {
  font: italic 700 3.125vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  border-right: 2px solid #f8c02a;
  display: inline-block;
  padding: 0.83333vw 1.45833vw;
}

.b-bmw-cost__item:last-child {
  border-right: none;
}

.b-account {
  width: 85%;
  padding: 0;
  background: #fff;
  border: 1px solid #e9eaeb;
  color: #2b2a29;
  font: 400 14px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.b-account__item {
  padding: 30px 40px;
  border-bottom: 1px solid #e9eaeb;
}

.b-account__title {
  font-size: 16px;
  font-weight: 600;
}

.b-account__id {
  font: 700 16px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-account__points-number {
  margin-left: 10px;
  vertical-align: baseline;
  color: #00adef;
  font: 700 18px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-story__thumbs-in {
  position: relative;
  display: inline-block;
  font: 0/0 'a';
}

.b-story_content_offer {
  position: relative;
  display: block;
  background: #fafafa;
  border: 4px solid #fff;
  padding-bottom: 100%;
  margin-bottom: 30px;
}

.b-story_content_offer .b-story__thumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
}

.b-story_content_offer .b-story__thumbs-in {
  margin: auto;
  max-width: 80%;
}

.b-story_content_offer .b-story__thumbs-img {
  max-width: 100%;
  height: auto;
}

.b-story_content_offer .b-story__content {
  position: absolute;
  top: 80%;
  left: 10%;
  right: 10%;
}

.b-story_content_offer .b-story__badge {
  position: absolute;
  right: -1%;
  bottom: -1%;
  width: 25%;
  height: 25%;
}

.b-story_content_offer:after {
  display: none;
}

.b-ico {
  display: inline-block;
  vertical-align: middle;
}

.b-ico_content_info {
  font: 400 16px/24px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #f8c02a;
  border: 1px solid #f8c02a;
  background: transparent;
  text-transform: none;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
  vertical-align: middle;
  margin: 0 0 0 6px;
  cursor: default;
}

.b-ico_content_info:hover {
  color: black;
  border: 1px solid #000;
}

.b-ico_content_info.b-ico_size_xs {
  font: 400 9px/9px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  background: #f8c02a;
  border: 1px solid #f8c02a;
  color: #fff;
  width: 9px;
  height: 9px;
  margin: 0;
}

.b-ico_content_info.b-ico_size_xs:hover {
  background: #454545;
  border: 1px solid #454545;
}

.b-ico_content_info.b-ico_size_md {
  width: 18px;
  height: 18px;
  font: 400 14px/20px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-ico_content_info.b-ico_disabled_true {
  border-color: #b9bbbd;
  color: #b9bbbd;
}

.b-store-account {
  text-align: left;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  margin: 50px 0;
}

.b-store-account__title {
  font: 400 14px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a29;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.b-store-account__item {
  margin-bottom: 20px;
}

.b-store-account__item:last-child {
  margin-bottom: 0;
}

.b-store {
  position: relative;
}

.b-store__tickets {
  margin-bottom: 40px;
}

.b-store__tickets-title {
  text-transform: uppercase;
  font: italic 700 30px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.b-store__tickets-btn {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 15px;
}

.b-store__tickets-content {
  color: #2b2a2a;
  font: italic 700 18px/24px "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.b-store__tickets-arrow {
  position: relative;
  padding-left: 23px;
}

.b-store__tickets-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background: url("../images/b-hz_content_bmw-stock-arrow.png") no-repeat;
}

.b-store__cost {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  font-family: "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-store__you-buy {
  font-weight: bold;
  font-style: italic;
  font-family: "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-store__services-title {
  text-transform: uppercase;
  font: italic 700 30px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.b-store__services-item {
  margin: 0 0 24px;
}

.b-store__spend {
  font: italic 700 24px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #2b2a2a;
  background: #f8c02a;
  padding-right: 3px;
  position: absolute;
  right: 220px;
  bottom: 100px;
}

.b-form-field {
  margin-bottom: 0 !important;
}

.b-form-field_type_ico {
  position: relative;
}

.b-form-field_type_ico .b-form-field__field {
  width: 100%;
  box-sizing: border-box;
}

.b-form-field_type_ico .b-form-field__ico_content_copy {
  position: absolute;
  border: 1px solid #cccccc;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADkSURBVGhD7ZmxCQJBEEW3DEFL0NzASjQXO7AFM+MDOxEjO7ADC9DEAvQPONnAujpz6y3/wUuWY+4eXLJMIoSQZtjDY7BTGM4ZPoNdwHCaDDnAtZM3WC1kKQdOXOD97VwOookK6Z3SkAncBruCxZSGyP+uz0cp31QMQ+ADdk6eoM7tPeQqB07Iu3UuQ3QAQxxgiMIQyBADhigMgQwxYIjCEMgQA4YoTYbIddO6hqpjOIiQnDPIkAw/h2zg7kNH8G9DSmFIhqohsjqwVgrfKCuNaiFRMqQEWWxaC09PZUFLCCGDJ6UXe2H4TnN3+scAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 18px 18px;
  outline: none;
  font: 0/0 "a";
}

.b-form-field_type_ico .b-form-field__ico_content_copy:hover {
  background-color: #eee;
}

.b-form-field_type_ico .b-form-field__ico_content_copy:active {
  background-color: #fff;
}

.controls .checkbox {
  display: inline-block !important;
}

.b-total {
  color: #2b2a2a;
  font: italic 400 14px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-total__in {
  font: italic 700 24px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.ppp_header images {
  max-height: 558px;
  width: 100%;
}

.ppp_main-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.ppp_container {
  max-width: 1244px;
}

.ppp_box-main-info {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.ppp_title-block {
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
}

.ppp_main-title {
  font-size: 36px;
  color: black;
  max-width: 855px;
  margin: auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'intro';
  line-height: 1.3;
}

.ppp_subtitle {
  font-family: 'Times New Roman';
  color: #5c5252;
  font-style: italic;
  font-weight: lighter;
  font-size: 24px;
}

.ppp_box {
  width: 100%;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  background-color: white;
  box-shadow: 0px 3px 56.55px 8.45px rgba(34, 33, 33, 0.1);
  min-height: 318px;
  padding: 45px;
  padding-bottom: 60px;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.ppp_counter {
  color: #e5a54f;
  font-size: 36px;
  line-height: 1.5;
  font-family: 'intro';
}

.ppp_box-title {
  font-size: 24px;
  color: black;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: 'intro';
}

.ppp_box-main-info .ppp_selector {
  font-weight: bold;
}

.ppp_table-container {
  display: -ms-flexbox;
  display: flex;
}

.ppp_table-title {
  min-height: 50px;
  margin: 0px;
  padding-left: 20px;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ppp_negative-title {
  background-color: #eb4545;
}

.ppp_positive-title {
  background-color: #e5a54f;
  color: white;
}

.ppp_box-table {
  width: 50%;
}

.ppp_box-table-positive {
  padding-left: 20px;
}

.ppp_box-table-negative {
  padding-right: 20px;
}

.ppp_box-table-item {
  min-height: 50px;
  font-size: 16px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  position: relative;
  background-color: #e8e8e8;
}

.ppp_table-item-negative span {
  max-width: 305px;
}

.ppp_box-table-item:nth-child(even),
.ppp_table-item-positive:nth-child(even) {
  /* или можно использовать формулу 2n */
  background: white;
}

.ppp_table-item-negative::before,
.ppp_table-item-positive::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  left: 20px;
}

.ppp_table-item-negative::before {
  background-image: url("../images/delete-sign.png");
}

.ppp_table-item-positive::before {
  background-image: url("../images/checkmark.png");
}

.ppp_box-steps-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ppp_box-steps-block-item {
  width: 310px;
  margin-bottom: 90px;
  color: #000 !important;
}

.ppp_steps-item-img {
  background-image: url("../images/sign-up.png");
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}

.ppp_step-1 .ppp_steps-item-img {
  background-position: 0 11px;
}

.ppp_step-2 .ppp_steps-item-img {
  background-position: -428px 11px;
}

.ppp_step-3 .ppp_steps-item-img {
  background-position: -836px 11px;
}

.ppp_step-4 .ppp_steps-item-img {
  background-position: -8px -258px;
}

.ppp_step-5 .ppp_steps-item-img {
  background-position: -418px -258px;
}

.ppp_step-6 .ppp_steps-item-img {
  background-position: -839px -258px;
}

.ppp_steps-item-info {
  max-width: 240px;
  font-size: 16px;
  padding-left: 70px;
  padding-top: 40px;
  position: relative;
}

.ppp_steps-item-info::before {
  content: '';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'intro';
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  position: absolute;
  border-radius: 50% !important;
  background-color: #e5a54f;
  width: 45px;
  height: 45px;
  left: 0px;
}

.ppp_step-1 .ppp_steps-item-info::before {
  content: '1';
}

.ppp_step-2 .ppp_steps-item-info::before {
  content: '2';
}

.ppp_step-3 .ppp_steps-item-info::before {
  content: '3';
}

.ppp_step-4 .ppp_steps-item-info::before {
  content: '4';
}

.ppp_step-5 .ppp_steps-item-info::before {
  content: '5';
}

.ppp_step-6 .ppp_steps-item-info::before {
  content: '6';
}

.ppp_box-subtitle {
  font-size: 18px;
  color: black;
  margin-bottom: 70px;
}

.ppp_dialog {
  border-radius: 10px !important;
  background-color: #e5a54f;
  font-size: 18px;
  color: white;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  font-family: 'intro';
}

.ppp_bottom-selector {
  text-transform: uppercase;
  font-family: 'intro';
  color: #453e3e;
  font-size: 18px;
}

.ppp_footer-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.ppp_footer {
  background-image: url("../images/makbuk-macbook-stol-myshka.jpg");
  min-height: 370px;
  width: 100%;
  background-size: cover;
  box-shadow: 0px 3px 56.55px 8.45px rgba(34, 33, 33, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px;
}

.ppp_footer-title {
  font-size: 36px;
  margin-bottom: 75px;
  text-transform: uppercase;
  font-family: 'intro';
  color: white;
  text-align: center;
}

.ppp_footer-button {
  background-color: #e5a54f;
  border-radius: 7px !important;
  border: 0px;
  width: 149px;
  height: 52px;
  font-size: 18px;
  color: white;
  transition: all .2s;
  cursor: pointer;
  text-align: center;
  line-height: 52px;
}

.ppp_footer-button:hover {
  background-color: #fdab3d;
  text-decoration: none;
  color: white;
}

@media (max-width: 942px) {
  .ppp_table-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .ppp_box-table {
    padding: 20px !important;
    width: 100%;
  }
}

@media (max-width: 744px) {
  .ppp_box-steps-block {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ppp_box-steps-block-item {
    width: 100%;
  }

  .ppp_main-title {
    font-size: 28px;
  }
}

.b-registration {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .b-registration {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .b-registration {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-registration__left {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.b-registration__right {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.b-registration .m-wrap {
  width: 91% !important;
  border-left: 0 !important;
  box-sizing: border-box;
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
  border-radius: 0px !important;
  border: 1px solid #e5e5e5;
}

.intl-tel-input.pretty .flag-dropdown .country-list {
  max-height: 200px !important;
}

.intl-tel-input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-left: 2px solid #35aa47 !important;
}

.b-page_content_login_action2019 .input-icon.left {
  width: 100% !important;
  border-left: 2px solid #35aa47 !important;
  background: #fff !important;
  margin: 0;
  height: 40px !important;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.b-page_content_login_action2019 .input-icon.left i {
  color: #ccc;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  top: 3px;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.left i {
  margin-left: 20px;
}

.login .content .input-icon {
  width: 100% !important;
  border-left: 2px solid #35aa47 !important;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}

b-page_content_login_action2019 .input-icon.left input {
  padding-left: 33px !important;
  border: none;
  box-sizing: border-box;
  height: 34px !important;
}

.select-country-in-reg {
  border-radius: 0px !important;
  border: 0px !important;
}

.intl-tel-input.pretty .flag-dropdown .country-list {
  max-height: 200px !important;
}

.login .content .m-wrap {
  border-left: 2px solid #35aa47 !important;
}

.login .content .input-icon {
  border-left: 0 !important;
}

.b-action__wrapper {
  font-family: 'DIN Pro';
  color: white;
  background-color: #030f19;
  background-image: url("../images/back-top.jpg"), url("../images/footer-back.jpg");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  padding-top: 35px;
}

.b-action__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .b-action__top {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-action__top_title {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 35px;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .b-action__top_title {
    font-size: 18px;
    line-height: 18px;
  }
}

.b-action__top_images {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.b-action__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 420px;
  padding-bottom: 85px;
}

.b-action__bottom_item {
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.b-action__inner {
  max-width: 1760px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .b-action__inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-action__left {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.b-action__right {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.b-action__box {
  background: #101f2b;
  padding: 40px 40px 40px 40px;
  margin-top: 41px;
}

@media (max-width: 767.98px) {
  .b-action__box {
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
  }
}

.b-action__box_title {
  color: #7bc300;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.b-action__box_title.white-color {
  color: white;
}

.b-action__box_title.orange-color {
  color: #ffbd00;
}

@media (max-width: 1490px) {
  .b-action__box_title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .b-action__box_title {
    font-size: 30px;
  }
}

.b-action__box_title i.fa {
  background: #000;
  border-radius: 500px;
  margin-left: 30px;
}

.b-action__box.background-one {
  background: url("../images/car-time.jpg") no-repeat;
  background-size: cover;
}

.b-action__content {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .b-action__content {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.b-action__content .green {
  color: #7bc300;
  font-weight: bold;
  text-transform: uppercase;
}

.b-action__content .white {
  text-transform: uppercase;
}

.b-action__content_nav li {
  list-style: none;
  margin-bottom: 25px;
}

.b-action__sum {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1490px) {
  .b-action__sum {
    /* flex-direction: column;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .b-action__sum {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-action__sum_box {
  border: 1px solid #7bc300;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  padding: 16px;
}

@media (max-width: 1490px) {
  .b-action__sum_box {
    margin-bottom: 27px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: center;
  }

  .b-action__sum_box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .b-action__sum_box {
    width: 100%;
  }
}

.b-action__sum_title {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 30px;
  color: #7bc300;
  line-height: 38px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.b-action__sum_title.color-white {
  color: white;
}

.b-action__sum_webmaster {
  font-size: 18px;
  font-family: 'DIN Pro Cond';
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.b-action__sum_webmaster.color-green {
  color: #7bc300;
}

.b-action__points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1490px) {
  .b-action__points {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-action__points_box {
  border: 1px solid #7bc300;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  font-size: 16px;
  padding: 27px;
}

@media (max-width: 1490px) {
  .b-action__points_box {
    margin-bottom: 27px;
  }

  .b-action__points_box:last-child {
    margin-bottom: 0;
  }
}

.b-action__points-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .b-action__points-table {
    text-align: center;
  }
}

.b-action__points-table_title {
  color: #a1a1a1;
  font-size: 14px;
}

.b-action__points-table_name {
  color: white;
  font-size: 16px;
}

.b-action__points-table_sum {
  color: #7bc300;
  font-size: 16px;
  font-weight: bold;
}

.b-action__points-table_sum.orange {
  color: #ffbd00;
}

.b-action__points-table:last-child {
  margin-bottom: 0;
}

.b-action__account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1490px) {
  .b-action__account {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.b-action__account_left {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 20px;
}

@media (max-width: 1490px) {
  .b-action__account_left {
    margin-bottom: 27px;
  }
}

.b-action__account_right {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  border: 1px solid #7bc300;
  padding: 40px 40px 40px 40px;
}

@media (max-width: 767.98px) {
  .b-action__account_right {
    padding: 20px 20px 20px 20px;
  }
}

.b-action__account_right p {
  font-weight: bold;
  font-size: 16px;
}

.b-action__account_right .b-button_view-type_bmw2018.b-button_type_incline {
  border-radius: 0 !important;
  transform: skew(0deg);
}

.b-action__account_right .b-button_view-type_bmw2018.b-button_type_incline .b-button__in {
  display: inline-block;
  transform: skew(0deg);
}

.b-action__account_right div,
.b-action__account_right input,
.b-action__account_right select,
.b-action__account_right textarea,
.b-action__account_right span,
.b-action__account_right img,
.b-action__account_right table,
.b-action__account_right td,
.b-action__account_right th,
.b-action__account_right p,
.b-action__account_right a,
.b-action__account_right button,
.b-action__account_right ul,
.b-action__account_right li {
  border-radius: 0 !important;
}

.b-action__account_right .b-button_view-type_bmw2018 {
  font-family: 'DIN Pro';
  font-size: 16px;
  color: #171717;
  text-transform: none;
  transition: linear 0.2s;
  text-decoration: none;
  background: #7bc300;
  border: 0;
}

.b-action__account_select {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.b-action__account_button {
  background: #7bc300;
  font-size: 16px;
  color: #171717;
  cursor: pointer;
  transition: linear 0.2s;
  text-decoration: none;
  display: inline-block;
  padding: 12px 17px 14px 17px;
}

.b-action__account_button:focus {
  color: #171717 !important;
  text-decoration: none;
}

.b-action__account_button.size-one {
  padding: 12px 40px 14px 40px;
}

.b-action__account_button.size-two {
  width: 100%;
  padding: 12px 0px 14px 0px !important;
  text-align: center;
}

.b-action__account_button.size-three {
  width: 100%;
  padding: 12px 0px 14px 0px !important;
  text-align: center;
  margin-right: 30px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .b-action__account_button.size-three {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.b-action__account_button.size-four {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 40px 14px 40px;
}

.b-action__account_button.size-top {
  font-family: 'DIN Pro';
  font-weight: 900;
  font-size: 18px;
  padding: 12px 0 14px 0;
  width: 70%;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

.b-action__account_button.size-top span {
  display: block;
  text-align: center;
}

@media (max-width: 575.98px) {
  .b-action__account_button.size-top {
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  .b-action__account_button {
    padding: 14px 10px 14px 10px;
  }
}

.b-action__account_button:hover {
  text-decoration: none;
  color: #171717;
  background: #ffbd00;
}

.b-action__account_id {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.b-action__account_title {
  color: #cacaca;
  font-size: 16px;
  margin-bottom: 10px;
}

.b-action__account_sum {
  color: #7bc300;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}

.b-action__order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 57px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 1199px) {
  .b-action__order {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.b-action__order_box {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  background: white;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: linear 0.2s;
  border-radius: 15px !important;
  height: 90px;
  border: 1px solid #101f2b;
  margin-bottom: 40px;
}

.b-action__order_box:first-child {
  -ms-flex-preferred-size: 63%;
  flex-basis: 63%;
  height: 130px;
}

.b-action__order_box:hover {
  box-shadow: 0 0 10px white;
}

@media (max-width: 1199px) {
  .b-action__order_box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.b-action__order_img {
  max-width: 60%;
  margin: 0 auto;
  height: auto;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 1199px) {
  .b-action__order_img {
    max-width: 30%;
  }
}

@media (max-width: 767.98px) {
  .b-action__order_img {
    max-width: 50%;
  }
}

.b-action__order_multiplier {
  padding: 5px 15px 5px 15px;
  position: absolute;
  top: -10px;
  left: -20px;
  transform: matrix(0.96, -0.16, -0.01, 1.04, 0, 0);
  -ms-transform: matrix(0.96, -0.16, -0.01, 1.04, 0, 0);
  background: #7bc300;
}

.b-action__order_multiplier span {
  font-family: 'DIN Pro';
  font-weight: 900;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0c1b20;
}

.b-action__order_multiplier.first {
  padding: 12px 20px 15px 20px;
  top: -18px;
  left: -20px;
}

.b-action__order_multiplier.first span {
  font-size: 28px;
}

@media (max-width: 767.98px) {
  .b-action__order_multiplier.first span {
    font-size: 22px;
  }
}

.b-action__banners {
  width: 100%;
  height: 180px;
  margin-bottom: 25px;
  background: url("../images/banners-page.jpg") no-repeat top;
  background-size: cover;
}

.b-action__banners_item {
  padding-top: 23px;
  width: 55%;
  margin-left: 45%;
}

@media (max-width: 1279px) {
  .b-action__banners_item {
    width: 100%;
    margin-left: 0%;
    padding: 10px;
    text-align: center;
  }
}

.b-action-shop__wrapper {
  font-family: 'DIN Pro';
  color: white;
  background: #030f19 url("../images/shop-background.jpg") no-repeat top center;
  padding-top: 170px;
}

@media (max-width: 767.98px) {
  .b-action-shop__wrapper {
    padding-top: 70px;
  }
}

.b-action-shop__inner {
  max-width: 1190px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  min-height: 1200px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .b-action-shop__inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-action-shop__left {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.b-action-shop__right {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
}

.b-action-shop__title {
  font-size: 60px;
  color: #7bc300;
  line-height: 60px;
  max-width: 1190px;
  margin: 0 auto;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .b-action-shop__title {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .b-action-shop__title {
    text-align: center;
  }
}

.b-action-shop__score {
  background: #101f2b;
  padding: 40px 40px 27px 40px;
}

@media (max-width: 767.98px) {
  .b-action-shop__score {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .b-action-shop__score {
    padding: 20px 20px 20px 20px;
  }
}

.b-action-shop__score_title {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
  font-size: 30px;
}

.b-action-shop__score_id {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
}

.b-action-shop__score_ball-name {
  color: #cacaca;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.b-action-shop__score_ball-sum {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-transform: uppercase;
  color: #82868a;
  font-size: 24px;
  margin-bottom: 50px;
}

.b-action-shop__score_ball-sum span {
  color: #7bc300;
}

.b-action-shop__back {
  background: #101f2b;
  padding: 40px 40px 27px 40px;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .b-action-shop__back {
    padding: 20px 20px 20px 20px;
  }
}

.b-action-shop__box-column-title {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-bottom: 35px;
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .b-action-shop__box-column-title {
    text-align: center;
  }
}

.b-action-shop__box-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -12px;
}

@media (max-width: 576px) {
  .b-action-shop__box-column {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

.b-action-shop__box-column.no-around {
  -ms-flex-pack: start;
  justify-content: start;
}

@media (max-width: 576px) {
  .b-action-shop__box-column.no-around {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

.b-action-shop__column {
  border: 1px solid #7bc300;
  -ms-flex-preferred-size: 22.4%;
  flex-basis: 22.4%;
  padding: 27px 30px 40px 30px;
  margin: calc( 12px - 0px);
}

@media (max-width: 1199px) {
  .b-action-shop__column {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 1060px) {
  .b-action-shop__column {
    -ms-flex-preferred-size: 38.9%;
    flex-basis: 38.9%;
  }
}

.b-action-shop__column.shop {
  padding: 0px 0px 40px 0px;
  -ms-flex-preferred-size: 29.8%;
  flex-basis: 29.8%;
  margin: calc( 12px - 0px);
  position: relative;
}

@media (max-width: 1199px) {
  .b-action-shop__column.shop {
    padding: 0px 0px 20px 0px;
  }
}

@media (max-width: 1060px) {
  .b-action-shop__column.shop {
    -ms-flex-preferred-size: 44.9%;
    flex-basis: 44.9%;
  }
}

.b-action-shop__box-buttons {
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-action-shop__input {
  position: relative;
  margin-right: 14px;
}

.b-action-shop__input input {
  width: 62px;
  height: 43px;
  padding: 0;
  padding-right: 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  font-family: 'DIN Pro';
  color: #171717;
}

@media (max-width: 1060px) {
  .b-action-shop__input input {
    width: 137px;
  }
}

.b-action-shop__input .plus,
.b-action-shop__input .minus {
  text-align: center;
  width: 21px;
  position: absolute;
  color: #171717;
  background: #7bc300;
  font-size: 18px;
  height: 20px;
  right: 0;
  transition: 0.2s linear;
  cursor: pointer;
}

.b-action-shop__input .plus {
  top: 0;
}

.b-action-shop__input .plus:hover {
  background: #ffbd00;
}

.b-action-shop__input .minus {
  bottom: 1px;
}

.b-action-shop__input .minus:hover {
  background: #ffbd00;
}

.b-action-shop__balls {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 24px;
}

.b-action-shop__balls span {
  font-size: 18px;
}

.b-action-shop__balls.size-one {
  padding: 0 30px 0 30px;
}

@media (max-width: 1199px) {
  .b-action-shop__balls.size-one {
    padding: 0 20px 0 20px;
  }
}

.b-action-shop__content {
  font-size: 16px;
  line-height: 22px;
  min-height: 110px;
}

.b-action-shop__column-title {
  font-size: 24px;
  color: #7bc300;
  line-height: 28px;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.b-action-shop__column-title.size-one {
  text-align: center;
  padding-top: 27px;
}

@media (max-width: 1199px) {
  .b-action-shop__column-title.size-one {
    left: 30px;
  }
}

.b-action-shop__column-img {
  margin-bottom: 15px;
  border-bottom: 1px solid #7bc300;
}

.b-action-shop__column-img_content {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  padding-bottom: 10px;
}

.b-action-shop__href {
  color: white;
  display: block;
  text-decoration: underline;
  margin-left: 40px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .b-action-shop__href {
    text-align: center;
    margin-left: 0;
  }
}

.b-action-shop__href:hover {
  color: #ffbd00;
}

.b-action__click-menu {
  position: relative;
}

.b-action__click-menu i {
  color: #999999;
  cursor: pointer;
  font-size: 30px;
  margin-top: 8px;
}

.b-action__click-menu:hover i {
  color: green;
}

.b-action-menu {
  box-shadow: 0 6px 62px 3px rgba(0, 0, 0, 0.6);
  background: #fff;
  width: 230px;
  padding: 35px 35px 21px 35px;
}

@media (max-width: 1490px) {
  .b-action-menu {
    height: 80vh;
    overflow: auto;
  }
}

.b-action-menu__title {
  color: #5d5d5d;
  margin-bottom: 10px;
  font: 400 12px "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
}

.b-action-menu__sum-box {
  background: #e3ebf2;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 14px;
  padding-top: 12px;
}

.b-action-menu__sum-box_sum {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}

.b-action-menu__sum-box_sum span {
  font-weight: normal;
}

.b-action-menu__buttons {
  background: #7bc300;
  font: 400 12px "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
  color: white;
  width: 100%;
  display: block;
  transition: 0.2s linear;
  margin-bottom: 23px;
  padding-bottom: 16px;
  padding-top: 14px;
  text-align: center;
}

.b-action-menu__buttons:hover {
  text-decoration: none;
  color: #171717;
  background: #ffbd00;
}

.b-action-menu__buttons.go-shop-b {
  background: #333;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 8px;
  font-size: 22px;
}

.b-action-menu__buttons.go-shop-b:hover {
  text-decoration: none;
  color: #171717;
  background: #ffbd00;
}

.b-action-menu__table {
  font-size: 19px;
  text-align: center;
  font-family: 'DIN Pro Cond';
  width: 100%;
  background: #e3ebf2;
  margin-bottom: 20px;
}

.b-action-menu__table tr {
  border: 1px solid #7bc300;
  background: #e3ebf2;
  margin-bottom: 10px;
}

.b-action-menu__table td {
  border: 2px solid #fff;
  padding: 10px;
}

.b-action-menu__main_title {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}

.b-action-menu__prize_date {
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.b-action-menu__tickets {
  background: #e3ebf2;
  border: 1px solid #7bc300;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-action-menu__tickets-box {
  border-right: 1px solid #7bc300;
  -ms-flex: 3;
  flex: 3;
}

.b-action-menu__tickets-box_name {
  font-family: 'DIN Pro Cond';
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-top: 8px;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.b-action-menu__tickets-box_info {
  background: #7bc300;
  font-family: 'DIN Pro Cond';
  font-weight: 700;
  line-height: 25px;
  color: #fff;
}

.b-action-menu__tickets-sum {
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-family: 'DIN Pro Cond';
  font-size: 24px;
}

.b-action-menu__tickets-sum_title {
  font-weight: 400;
  font-family: 'DIN Pro Cond';
  font-size: 19px;
}

.b-action-modal {
  color: #fff;
  padding: 30px 30px 30px 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #7bc300;
  background: #101f2b url("../images/../images/back-top.jpg") no-repeat -100px -100px;
}

.b-action-modal__title {
  color: #7bc300;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 20px;
}

.b-action-modal__content {
  margin-bottom: 20px;
}

.b-action-modal__close {
  font-size: 25px !important;
  color: #ffbd00;
  position: absolute;
  right: 10px;
  transition: 0.2s linear;
  top: 10px;
  cursor: pointer;
}

.b-action-modal__close:hover {
  transform: rotate(360deg);
  color: #7bc300;
}

.b-action-modal__href {
  color: #7bc300;
}

.b-action-modal__href:focus {
  color: #7bc300;
}

.b-action-modal.other__modal {
  text-align: left;
  background: #000;
  overflow-y: scroll;
  height: 400px;
}

.b-action-modal.other__modal .b-action-modal__close {
  color: #fff;
}

.b-action-newmodal.modal {
  background-color: #030f19;
  border: 1px solid #7bc300;
  padding: calc(2 * (1vw + 1vh - 1vmin));
  position: relative;
}

#ModalRules {
  z-index: 99999999;
}

#ModalPrivacy {
  z-index: 99999999;
}

#ModalMaps {
  z-index: 99999999;
}

#map {
  height: 500px;
  width: 100%;
}

.b-action-newmodal.modal .modal-body {
  overflow: inherit;
  max-height: inherit;
  padding: 0;
  position: relative;
  background-color: #030f19;
}

.b-action-newmodal {
  color: #b9cacd;
  display: none;
  font-family: 'DIN Pro';
  font-weight: normal;
  font-size: 16px;
}

.b-action-newmodal__title {
  color: #fff;
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.b-action-newmodal__title.sm {
  font-size: 24px;
  margin-bottom: 18px;
}

.b-action-newmodal__box-button {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-action-newmodal input[type="checkbox"] {
  display: none;
}

.b-action-newmodal input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  color: #b9cacd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.b-action-newmodal input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.b-action-newmodal input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #7bc300;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  transition: all .12s, border-color .08s;
}

.b-action-newmodal input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.b-action-newmodal input[type="radio"].radio {
  opacity: 0;
  position: absolute;
}

.b-action-newmodal input[type="radio"] + .radio-label {
  margin-top: 20px;
}

.b-action-newmodal input[type="radio"] + .radio-label:before {
  content: '';
  background: transparent;
  border-radius: 100%;
  border: 1px solid #7bc300;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

.b-action-newmodal input[type="radio"]:checked + .radio-label:before {
  background-color: #7bc300;
  box-shadow: inset 0 0 0 4px #fff;
}

.b-action-newmodal input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3498db;
}

.b-action-newmodal input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.b-action-newmodal a {
  color: #b9cacd;
  text-decoration: underline;
  font-size: 14px;
}

.b-action-newmodal label {
  font-size: 16px;
}

.b-action-newmodal__box-label {
  margin-bottom: 12px !important;
  display: block;
}

.b-action-newmodal__box-input {
  margin-top: 20px;
}

.b-action-newmodal__close {
  color: #7bc300;
  position: absolute;
  right: 30px;
  font-size: 20px !important;
  top: 30px;
  cursor: pointer;
}

.b-action-newmodal__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-action-newmodal__flex .b-action-newmodal__box-input {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}

.b-action-newmodal__input {
  border: 1px solid #7bc300 !important;
  background-color: transparent !important;
  display: block !important;
  width: 100%;
  height: 32px !important;
  box-sizing: border-box;
  padding: 12px 10px 12px 10px !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #fff !important;
  vertical-align: middle;
}

.b-action-newmodal__input:focus {
  border: 1px solid #7bc300 !important;
  box-shadow: none !important;
}

.b-action-newmodal__textarea {
  border: 1px solid #7bc300;
  box-sizing: border-box;
  display: block !important;
  background-color: transparent !important;
  color: #fff !important;
  resize: none;
  width: 100%;
  height: 20vh;
  padding: 12px 10px 12px 10px !important;
}

.b-action-newmodal__textarea:focus {
  border: 1px solid #7bc300 !important;
  box-shadow: none !important;
}

.b-action-newmodal__sum {
  font-family: 'DIN Pro Cond';
  font-weight: bold;
  font-size: 24px;
  color: #7bc300;
}

.b-action-newmodal__direction {
  font-weight: bold;
  color: #7bc300;
}

.b-action-newmodal .control-group input {
  border: 1px solid #7bc300 !important;
  background-color: transparent !important;
  display: block !important;
  width: 100%;
  height: 32px !important;
  box-sizing: border-box;
  padding: 12px 10px 12px 10px !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #fff !important;
  vertical-align: middle;
}

.b-action-newmodal .control-group input:focus {
  border: 1px solid #7bc300 !important;
  box-shadow: none !important;
}

.b-action-newmodal .control-group select {
  border: 1px solid #7bc300 !important;
  background-color: transparent !important;
  display: block !important;
  width: 100%;
  height: 32px !important;
  box-sizing: border-box;
  padding: 6px 10px 6px 10px !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #fff !important;
  vertical-align: middle;
}

.b-action-newmodal .control-group select:focus {
  border: 1px solid #7bc300 !important;
  box-shadow: none !important;
}

#myModalPopap {
  z-index: 1049;
}

.b-tickets .ticket-dialog .field-comment {
  display: -webkit-flex;
  height: 55px;
}

.b-tickets .ticket-dialog .field-comment textarea {
  resize: none;
  padding: 3px;
  width: 100%;
  margin: 0;
  line-height: 15px;
  box-shadow: none;
  border: 1px solid #cccccc !important;
}

.b-tickets .ticket-dialog .field-comment button[type="submit"] {
  border: 1px solid #cccccc !important;
  margin-left: -1px;
  outline: none !important;
}

.b-tickets .container-ticket-messages {
  position: relative;
  height: 400px;
  overflow-y: scroll;
}

.b-tickets .container-ticket-messages .message {
  padding: 10px;
  color: white;
  border-radius: 7px !important;
  display: block;
}

.b-tickets .container-ticket-messages .message .text {
  display: inline-block;
  padding: 8px;
  text-align: justify;
  border-radius: 6px !important;
  white-space: pre-wrap !important;
}

.b-tickets .container-ticket-messages .message .info {
  color: #484357;
  font-size: 10px;
  padding: 0 3px 0 0;
}

.b-tickets .container-ticket-messages .message.left {
  text-align: left;
  padding-right: 50px;
}

.b-tickets .container-ticket-messages .message.left .text {
  background: #818181;
}

.b-tickets .container-ticket-messages .message.right {
  text-align: right;
  padding-left: 50px;
}

.b-tickets .container-ticket-messages .message.right .text {
  background: #41b7eb;
}

span.group-inform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select-country-in-reg {
  padding-left: 33px !important;
}

.password-hint {
  padding-top: 5px;
  display: block;
  color: #7d7d7d;
  font-style: italic;
}

.password-hint-eqv {
  color: red;
}

@media (max-width: 500px) {
  .portlet-body {
    overflow-x: scroll;
  }

  .group-inform span {
    margin-bottom: 5px;
  }

  .dl-horizontal dd {
    margin-left: 0 !important;
  }

  .dl-horizontal.w250 dd {
    margin-left: 0px !important;
  }
}

.b-hz {
  position: relative;
}

.b-hz_content_main-action-leads {
  background: url("../images/b-hz_content_main-action-leads__bg.jpg") no-repeat 0 0;
  background-size: cover;
}

.b-hz_content_main-action-leads .b-hz__bg {
  max-width: 100%;
  height: auto;
  display: block;
}

.b-hz_content_main-action-leads .b-hz__content {
  box-sizing: border-box;
  padding: 80px  90px 38px 90px;
  padding: 5rem 5.625rem 2.375rem 5.625rem;
}

.b-hz_content_main-action-leads .b-hz__logo {
  width: 251px;
  width: 15.69rem;
  margin-bottom: 45px;
  margin-bottom: 2.813rem;
}

.b-hz_content_main-action-leads .b-hz__logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.b-hz_content_main-action-leads .b-hz__appeal {
  color: #00b2ee;
  font: 700 2.938rem/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.b-hz_content_main-action-leads .b-hz__prize {
  color: #e4245d;
  font: 300 2rem/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 2.813rem;
}

.b-hz_content_general-sponsor {
  background: url("../images/b-hz_content_general-sponsor__bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  padding: 60px 560px 30px 360px;
  padding: 3.15vw 29.47vw 1.57vw 18.94vw;
  margin: 0 -20px;
}

.b-hz_content_general-sponsor .b-hz__appeal {
  color: #00b2ee;
  font: 700 60px/72px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 700 3.157vw/3.789vw "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.52vw;
}

.b-hz_content_general-sponsor .b-hz__prize {
  text-align: center;
  color: #e4245d;
  font: 400 48px/72px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 400 2.52vw/3.789vw "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
  margin-bottom: 2.36vw;
}

.b-hz_content_general-sponsor .b-hz__btn {
  text-align: center;
}

.b-hz_content_general-sponsor .b-hz__logo-zaymer {
  display: block;
  position: absolute;
  bottom: 30px;
  bottom: 1.57vw;
  left: 48px;
  left: 2.54vw;
  width: 340px;
  width: 17.89vw;
}

.b-hz_content_general-sponsor .b-hz__logo-zaymer-img {
  max-width: 100%;
  height: auto;
  border: none;
}

.b-hz_content_special-partner {
  margin: 0 -20px;
  background: url("../images/b-hz_content_special-partner__bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 260px;
  height: 23.256vw;
}

.b-hz_content_special-partner .b-hz__btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 34px;
  bottom: 1.78vw;
}

.b-hz_content_promo-offers-today {
  margin: 0 -20px;
  background: #dfe2e2;
  padding: 75px 70px 35px;
  padding: 7vw 7.36vw 3.68vw;
  position: relative;
  text-align: justify;
  font: 0/0 'a';
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.b-hz_content_promo-offers-today:before {
  font: 0/0 'a';
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-hz_content_promo-offers-today .b-hz__title {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  color: #647278;
  font: 400 15px/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 400 0.789vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.578vw;
  text-transform: uppercase;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  position: absolute;
  left: 290px;
  top: 20px;
  left: 30vw;
  top: 2vw;
}

.b-hz_content_promo-offers-today .b-hz__title-img {
  display: block;
  width: 4.3vw;
  height: 4.3vw;
  margin-bottom: 1.04vw;
}

.b-hz_content_promo-offers-today .b-hz__title-small {
  font-size: 12px;
  font-size: 1.26vw;
}

.b-hz_content_promo-offers-today .b-hz__title_content_partner {
  left: 7.16vw;
}

.b-hz_content_promo-offers-today-2 {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -20px;
  background: #fff;
}

.b-hz_content_promo-offers-today-2 .b-hz__tinkoff {
  width: 50%;
  text-align: center;
  padding: 2vw 2vw 3.6vw;
  box-sizing: border-box;
}

.b-hz_content_promo-offers-today-2 .b-hz__promo-offers-today {
  width: 50%;
  padding: 2vw 4vw;
  background: #eff0f0;
  box-sizing: border-box;
}

.b-hz_content_promo-offers-today-2 .b-hz__title {
  white-space: normal;
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #647278;
  font: 400 15px/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 400 1vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 2vw;
}

.b-hz_content_promo-offers-today-2 .b-hz__promo-offers-today-content {
  text-align: justify;
  font: 0/0 'a';
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.b-hz_content_promo-offers-today-2 .b-hz__promo-offers-today-content:before {
  font: 0/0 'a';
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-hz_content_zaglushka-bottom {
  background: url("../images/b-hz_content_zaglushka_nizhniy.jpg") no-repeat 0 0;
  background-size: cover;
  height: 311px;
  height: 16.36vw;
  margin: 0 -20px;
}

.b-hz_content_none {
  height: 260px;
  height: 13.68vw;
  background: url("../images/b-hz_content_none__bg.png") repeat 0 0;
  margin: 0 -20px;
}

.b-hz_content_hz {
  margin: 0 -20px;
}

.b-hz_content_hz .b-hz__img {
  max-width: 100%;
  height: auto;
}

.b-hz_content_kibervesna {
  margin: 0 -20px;
  background: url("../images/../images/b-hz_content_kibervesna.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 100px 0 0 80px;
  padding: 5.26vw 0 0 4.21vw;
  height: 452px;
  height: 23.78vw;
}

.b-hz_content_kibervesna .b-hz__title {
  color: #fff;
  font: 700 72px/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 700 3.78vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-hz_content_kibervesna .b-hz__subtitle {
  color: #fff;
  font: 400 48px/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 400 2.52vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-hz_content_kibervesna-bottom {
  margin: 0 -20px;
  background: url("../images/../images/b-hz_content_kibervesna-bottom.png");
  padding: 40px;
  text-align: justify;
  font: 0/0 'a';
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.b-hz_content_kibervesna-bottom:before {
  font: 0/0 'a';
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-hz_content_kibervesna-bottom .b-hz__item {
  display: inline-block;
  margin: 20px;
}

.b-hz_content_take-off {
  display: block;
  min-height: 261px;
  background: url("../images/b-hz_content_take-of_bg.png") no-repeat;
  background-size: cover;
  border-radius: 5px !important;
  position: relative;
  margin-bottom: 15px;
}

.b-hz_content_take-off .b-hz__in {
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-hz_content_bmw2018 {
  display: none;
  height: 18.80208vw;
  background: url("../images/b-hz_content_bmw2018.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 5.20833vw 5.20833vw 0 5.20833vw;
  position: relative;
}

.b-hz_content_bmw2018 .b-hz__title {
  display: inline-block;
  text-transform: uppercase;
  font: italic 700 2.60417vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
}

.b-hz_content_bmw2018 .b-hz__title-in {
  font: italic 700 5.20833vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: -1.04167vw 0 0 3.64583vw;
}

.b-hz_content_bmw2018 .b-hz__content {
  position: absolute;
  top: 5.20833vw;
  right: 5.20833vw;
  text-align: right;
}

.b-hz_content_bmw2018 .b-hz__content-1 {
  font: italic 400 1.25vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.52083vw;
}

.b-hz_content_bmw2018 .b-hz__content-2 {
  margin-bottom: 0.52083vw;
}

.b-hz_content_bmw2018 .b-hz__content-3 {
  display: inline-block;
  font: italic 700 1.35417vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a29;
  background: #f8c02a;
  text-transform: uppercase;
  padding-right: 3px;
}

.b-hz_content_bmw-store {
  display: none;
  height: 22.86458vw;
  background: url("../images/b-hz_content_bmw-store.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 5.20833vw 5.20833vw 0 5.20833vw;
  position: relative;
}

.b-hz_content_bmw-store .b-hz__title {
  display: block;
  position: absolute;
  top: 4.16667vw;
  right: 6.77083vw;
  text-transform: uppercase;
  font: italic 700 2.13542vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
}

.b-hz_content_bmw-store .b-hz__title-in {
  font: italic 700 4.32292vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: -1.04167vw 0 0 3.64583vw;
}

.b-hz_content_bmw-store .b-hz__1 {
  position: absolute;
  left: 7.8125vw;
  top: 2.60417vw;
  color: #2b2a2a;
  font: italic 700 2.39583vw/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  background: #fff;
  text-transform: uppercase;
}

.b-hz_content_bmw-store .b-hz__2 {
  position: absolute;
  top: 6.25vw;
  left: 11.19792vw;
  color: #2b2a2a;
  font: italic 700 0.9375vw/1.5625vw "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.b-hz_content_bmw-store .b-hz__3 {
  position: absolute;
  top: 13.02083vw;
  right: 5.20833vw;
  color: #2b2a2a;
  font: italic 700 0.9375vw/1.25vw "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.b-hz_content_bmw-store .b-hz__arrow {
  position: relative;
}

.b-hz_content_bmw-store .b-hz__arrow:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 5px;
  width: 13px;
  height: 13px;
  background: url("../images/b-hz_content_bmw-stock-arrow.png") no-repeat;
}

.b-hz_content_bmw-store .b-hz__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .b-hz_content_special-partner {
    margin: 0 -15px 0 -20px;
    height: 13.68vw;
  }

  .b-hz_content_promo-offers-today {
    margin: 0 -20px 0 -15px;
    padding: 3.5vw 3.68vw 1.84vw;
  }

  .b-hz_content_promo-offers-today .b-hz__title {
    font: 400 0.789vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
    left: 15vw;
    top: 1vw;
  }

  .b-hz_content_promo-offers-today .b-hz__title-img {
    width: 2.15vw;
    height: 2.15vw;
    margin-bottom: 0.52vw;
  }

  .b-hz_content_promo-offers-today .b-hz__title-small {
    font-size: 0.63vw;
  }

  .b-hz_content_promo-offers-today .b-hz__title_content_partner {
    left: 3.58vw;
  }

  .b-hz_content_promo-offers-today-2 {
    margin: 0 -20px 0 -15px;
  }

  .b-hz_content_promo-offers-today-2 .b-hz__title {
    font: 400 1vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 1vw;
  }

  .b-hz_content_promo-offers-today-2 .b-hz__tinkoff {
    padding: 1vw 1vw 1.8vw;
  }

  .b-hz_content_promo-offers-today-2 .b-hz__promo-offers-today {
    padding: 1vw 2vw;
  }

  .b-hz_content_none {
    margin: 0 -20px 0 -15px;
    height: 13.68vw;
  }

  .b-hz_content_bmw2018,
  .b-hz_content_bmw-store {
    display: block;
  }
}

.b-pure-content {
  color: #484357;
  font: 400 14px/19px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-pure-content p {
  margin: 15px 0;
}

.b-pure-content p:first-child {
  margin-top: 0;
}

.b-pure-content p:last-child {
  margin-bottom: 0;
}

.b-pure-content h2,
.b-pure-content h3 {
  color: #00b2ee;
  font: 400 21px/32px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin: 20px 0 15px;
}

.b-pure-content h2:first-child,
.b-pure-content h3:first-child {
  margin-top: 0;
}

.b-pure-content h3 {
  font: 500 18px/22px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.b-pure-content a {
  color: #00b2ee;
  text-decoration: none;
}

.b-pure-content a:hover {
  color: #00b2ee;
}

.b-pure-content .b-link_view-type_super-link {
  color: #484357;
}

.b-pure-content .b-link_view-type_super-link:hover {
  color: #484357;
  text-decoration: none;
}

.b-pure-content_content_desc-action {
  box-sizing: border-box;
  padding: 40px 20px 40px 20px;
  padding: 2.1vm 1.05vw 2.1vm 1.05vw;
  background: #eff0f0;
  margin: 0 -20px;
}

.b-pure-content_content_desc-action .b-pure-content__prize {
  color: #e4245d;
  font-weight: 700;
  margin-top: -15px;
}

.b-pure-content_content_desc-action .b-pure-content__offer {
  float: right;
  margin: 8px 0 20px 20px;
}

.b-pure-content_content_desc-action .b-pure-content__offer .b-offer__url {
  color: #98969d;
}

.b-pure-content_content_desc-action .b-button_rsaquo {
  color: #6cbb00;
}

.b-pure-content_content_desc-action .b-button_rsaquo:hover {
  color: #fff;
}

.b-pure-content_color_tradeleads h2,
.b-pure-content_color_tradeleads h3 {
  color: #59A8AC;
}

.b-pure-content_content_bmw2018 {
  color: #2b2a29;
  font: 400 16px/1.5 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: none;
}

.b-pure-content_content_bmw2018 h2 {
  font: italic 700 24px/1.5 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: 30px 0 20px;
  text-transform: uppercase;
  color: #2b2a29;
}

.b-pure-content_content_bmw2018 h2:first-child {
  margin-top: 0;
}

.b-pure-content_content_bmw2018 h3 {
  font: italic 700 18px/1.5 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: 20px 0 10px;
  text-transform: uppercase;
  color: #2b2a29;
}

.b-pure-content_content_bmw2018 .b-heading_type_subtitle {
  margin: -20px 0 20px 0;
  text-transform: lowercase;
  font-size: 16px;
  font-style: normal;
}

.b-pure-content_content_bmw2018 h4 {
  font: italic 700 14px/1.5 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: 20px 0 10px;
  text-transform: uppercase;
  color: #2b2a29;
}

.b-pure-content_content_bmw2018 p {
  margin: 0 0 20px;
}

.b-pure-content_content_bmw2018 a {
  color: #377ce3;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.b-pure-content_content_bmw2018 a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #94b8ed;
  bottom: 4px;
}

.b-pure-content_content_bmw2018 a:hover {
  color: #377ce3;
}

.b-pure-content_content_bmw2018 a:hover:before {
  display: none;
}

.b-pure-content_content_bmw2018 .hr {
  height: 6px;
  background: url("../images/../images/action-bmw2018/hr-pattern.png") repeat-x;
  margin: 30px 0;
}

@media (min-width: 992px) {
  .b-pure-content_content_desc-action {
    padding: 40px 20px 40px 90px;
    padding: 2.1vm 1.05vw 2.1vm 4.73vw;
    margin: 0 -15px 0 -20px;
  }
}

.b-rating-webmasters {
  margin: 0 -20px;
}

.b-rating-webmasters__title {
  background: #59A8AC;
  font: 700 16px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 20px;
  color: #333333;
}

@media (min-width: 1200px) {
  .b-rating-webmasters {
    margin: 0 -20px 0 0;
  }
}

.b-table-wrapper-for-scroll {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 0;
}

.b-table_content_stock {
  border-collapse: collapse;
  margin: 0 0 20px 0;
  color: #98969d;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 14px;
}

.b-table_content_stock th {
  background: #5d586c;
  padding: 10px 5px;
  font-weight: 400;
  text-align: left;
}

.b-table_content_stock td {
  padding: 5px;
}

.b-table_content_stock .b-table__number {
  padding-left: 20px;
}

.b-table_content_stock tr:nth-child(even) {
  background: #363244;
}

.b-table_content_ranking-members {
  border-collapse: collapse;
  margin: 0 0 0 0;
  color: #484357;
  min-width: 100%;
  box-sizing: border-box;
  font: 400 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  background: #f9f9f9;
}

.b-table_content_ranking-members th,
.b-table_content_ranking-members td {
  padding: 10px;
  border-right: 2px solid rgba(0, 140, 187, 0.1);
  border-left: 2px solid rgba(0, 140, 187, 0.1);
}

.b-table_content_ranking-members th:last-child,
.b-table_content_ranking-members td:last-child {
  border: none;
}

.b-table_content_ranking-members th:first-child,
.b-table_content_ranking-members td:first-child {
  border: none;
}

.b-table_content_ranking-members th {
  background: #008cbb;
  color: #fff;
  font-weight: 400;
  text-align: left;
  border-right: 2px solid #00b2ee;
  border-left: 2px solid #00b2ee;
}

.b-table_content_ranking-members th:last-child {
  border: none;
}

.b-table_content_ranking-members th:first-child {
  border: none;
}

.b-table_content_ranking-members tr:nth-child(even) {
  background: #fff;
}

.b-table_content_ranking-members .b-table__date {
  white-space: nowrap;
}

.b-table_content_ranking-members .b-table__head-multipliers,
.b-table_content_ranking-members .b-table__multipliers {
  text-align: center;
  border: none;
}

.b-table_content_ranking-members .b-table__head-multipliers {
  padding: 5px 0;
}

.b-table_content_ranking-members .b-table__head-multipliers_first {
  padding: 5px 0 5px 5px;
}

.b-table_content_ranking-members .b-table__head-multipliers_last {
  padding: 5px 5px 5px 0;
}

.b-table_content_ranking-members .b-table__head-multipliers-ico {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  margin: 0 -2px;
}

.b-table_content_ranking-members .b-table__head-multipliers-ico_first {
  border-radius: 5px 0 0 5px !important;
}

.b-table_content_ranking-members .b-table__head-multipliers-ico_last {
  border-radius: 0 5px 5px 0 !important;
}

.b-table_content_ranking-members .b-table__head-multipliers-ico-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 26px;
  width: 26px;
  height: 26px;
}

.b-table_content_ranking-members .b-table__number {
  text-align: right;
}

.b-table_color_tradeleads th {
  background: #9CCBCE;
  color: #333;
  border-right: 2px solid #9CCBCE;
  border-left: 2px solid #9CCBCE;
}

.b-table_color_tradeleads th:last-child {
  border: none;
}

.b-table_color_tradeleads th:first-child {
  border: none;
}

.b-table_content_multipliers td {
  padding: 20px 0;
  border-bottom: 2px dashed #dcdee0;
}

.b-table_content_multipliers td img {
  margin-right: 10px;
  vertical-align: middle;
}

.b-table_content_multipliers td:first-child {
  font-weight: bold;
}

.b-table_content_multipliers tr:last-child td {
  border-bottom: 0;
}

.b-table_content_rating {
  width: 100%;
  border: 1px solid #d3d8dd;
  border-bottom: none;
}

.b-table_content_rating tr {
  background: #e8eef4;
}

.b-table_content_rating tr:nth-child(odd) {
  background: #f1f4f7;
}

.b-table_content_rating th {
  background: #fff;
  text-transform: uppercase;
  font: italic 700 14px/1.5 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a2a;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #d3d8dd;
}

.b-table_content_rating td {
  color: #2b2a2a;
  padding: 10px 20px;
  text-align: center;
  font: 400 16px/1.5 "Play", Geneva, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #d3d8dd;
}

.b-table_content_rating .b-table__empty {
  background: #d5dadf;
  border-right-color: #fff;
}

.b-table_content_rating .b-table__empty:last-child {
  border-right-color: #d3d8dd;
}

.b-table_content_rating .b-table__prize-top {
  border-right-color: #fff;
}

.b-table_content_rating .b-table__last td {
  color: #00adef;
  font-weight: 700;
  border-bottom: 1px solid #d3d8dd;
}

.b-table_content_account td {
  vertical-align: top;
  padding: 0 15px 15px 0;
}

.b-table_content_account tr:last-child {
  border-bottom: none;
}

.b-table_content_account tr:last-child td {
  padding-bottom: 0;
}

.b-table_content_available-payment {
  font: 400 15px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-table_content_available-payment tr {
  border-bottom: 1px solid #cccccc;
}

.b-table_content_available-payment tr:last-child {
  border-bottom: none;
}

.b-table_content_available-payment td {
  padding: 5px 20px 5px 0;
}

.b-sup_color_red {
  color: #e4245d;
}

.b-sup_color_blue {
  color: #00b2ee;
}

.b-button {
  text-decoration: none;
  display: inline-block;
  font: 400 16px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  padding: 12px 20px;
  border: 1px solid #6cbb00;
  border-radius: 5px !important;
  color: #6cbb00;
  background: transparent;
  transition: all 0.05s ease-out;
}

.b-button_rsaquo {
  position: relative;
  padding-right: 35px;
}

.b-button_rsaquo:after {
  content: '\203A';
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  top: 10px;
  right: 20px;
}

.b-button:hover {
  background: #6cbb00;
  color: #fff;
  text-decoration: none;
}

.b-button_content_stock {
  border: none;
  background: #5d586c;
  color: #98969d;
  font: 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-button_content_main-stock {
  color: #f7f7f7;
  font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #6cbb00;
  padding: 13px 18px;
  border-radius: 40px !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

.b-button_view-type_usual {
  border: none;
  background: #e4245d;
  border-radius: 5px;
  color: #eff0f0;
  font: 400 18px/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 400 0.947vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font-size: 2.3675vw;
  text-transform: uppercase;
  padding: 16px 26px;
  padding: 1.68vw 2.736vw;
  position: relative;
}

.b-button_view-type_usual:hover {
  background: #e84878;
  color: #eff0f0;
}

.b-button_color_gray {
  color: #fff;
  background: #9fa8b0;
}

.b-button_color_gray:hover {
  background: #b5bcc2;
  color: #fff;
}

.b-button_content_stock-bmw {
  background: #484357;
  color: #fff;
  text-transform: uppercase;
  font: 700 36px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  border: none;
}

.b-button_content_stock-bmw:hover,
.b-button_content_stock-bmw:disabled {
  background: #484357;
  opacity: 0.8;
}

.b-button_content_stock-bmw:disabled {
  cursor: default;
}

.b-button_view-type_bmw2018 {
  background: #fff;
  border: 1px solid #f8c02a;
  color: #2b2a2a;
  padding: 10px 30px;
  font: 400 14px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  border-radius: 17px !important;
  text-transform: uppercase;
  min-width: 200px;
  box-sizing: border-box;
}

.b-button_view-type_bmw2018:hover {
  background: #f8c02a;
  color: #2b2a2a;
}

.b-button_view-type_bmw2018.b-button_type_incline {
  border-radius: 0 !important;
  transform: skew(-20deg);
}

.b-button_view-type_bmw2018.b-button_type_incline .b-button__in {
  display: inline-block;
  transform: skew(20deg);
}

.b-button_view-type_bmw2018.b-button_content_cancel {
  background: #f8f4f4;
  border-color: #f8f4f4;
  margin-right: 10px;
}

.b-button_view-type_bmw2018.b-button_content_cancel:hover {
  background: transparent;
}

.b-button_view-type_bmw2018.b-button_disabled_true {
  background: #f5f7f9;
  color: #b9bbbd;
  border-color: #eff1f4;
  cursor: default;
}

.b-button_content_account-in-bmw2018 {
  box-sizing: border-box;
  min-width: 200px;
}

.b-button_content_account-in-store {
  font: 700 30px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  padding: 20px 60px;
  border: 4px solid #f8c02a;
}

.b-button_content_short-hold {
  border-radius: 3px !important;
  background: #6cbb00;
  font: 400 10px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: none;
  padding: 7px 16px;
  color: #fff;
  transition: background 0.2s linear;
}

.b-button_content_short-hold:hover {
  background: rgba(108, 187, 0, 0.8);
}

@media (min-width: 480px) {
  .b-button_view-type_usual {
    font: 400 0.947vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.894vw;
    padding: 0.84vw 1.368vw;
  }
}

@media (min-width: 992px) {
  .b-button_view-type_usual {
    font: 400 0.947vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.4205vw;
    padding: 0.84vw 1.368vw;
  }
}

@media (min-width: 1200px) {
  .b-button_view-type_usual {
    font: 400 0.947vw/1.2 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  }
}

.b-badge {
  text-decoration: none;
  display: inline-block;
  color: #f7f7f7;
  font: 400 10px/12px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  padding: 4px 13px;
  border-radius: 20px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.07);
  background: #6cbb00;
}

.b-badge_type_popular {
  background: #00b2ee;
}

.b-badge_type_profitable {
  background: #e4245d;
}

.b-badge_view-type_stock {
  border-radius: 5px !important;
  box-shadow: none;
  padding: 4px 13px;
  color: #f9f9f9;
  background: #e4245d;
  font: 400 13px/15px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_type_stock {
  padding: 6px 12px;
  background: #413c4e;
  box-shadow: none;
  border-radius: 5px !important;
  color: #fff;
  font: 400 12px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_status_active {
  background: #6cbb00;
}

.b-badge_status_summarizing {
  background: #484357;
}

.b-badge_view-type_date {
  border-radius: 5px !important;
  box-shadow: none;
  padding: 5px 6px;
  color: #f9f9f9;
  background: rgba(72, 67, 87, 0.6);
  font: 400 13px/15px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

.b-badge_view-type_date.b-badge_content_stock {
  background: #5d586c;
}

.b-badge_view-type_time {
  border-radius: 5px !important;
  box-shadow: none;
  padding: 3px 5px;
  color: #484357;
  background: rgba(72, 67, 87, 0.1);
  font: 300 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  margin-left: 5px;
}

.b-badge_view-type_circle {
  min-width: 36px;
  height: 36px;
  min-width: 3.788vw;
  height: 3.788vw;
  border-radius: 36px !important;
  border-radius: 3.788vw !important;
  background: #ff8900;
  font: 500 14px/36px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.46vw;
  line-height: 3.788vw;
  box-shadow: 0 0 0 0.314vw rgba(72, 67, 87, 0.16);
  padding: 0 8px;
  box-sizing: border-box;
  position: absolute;
  top: -18px;
  right: -18px;
  top: -1.894vw;
  right: -1.894vw;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.b-badge_position_in-circle {
  top: -9px;
  right: -9px;
  top: 0.947vw;
  right: 0.947vw;
}

.b-badge_color_pink {
  background: #e4245d;
}

.b-badge_view-type_segment {
  width: 45px;
  height: 45px;
  border-radius: 0 0 0 45px !important;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  padding: 13px 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  text-align: center;
  font: 700 12px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_view-type_segment.b-badge_color_pink {
  background: #e4245d;
}

.b-badge_view-type_segment.b-badge_color_blue {
  background: #00b2ee;
}

.b-badge_view-type_segment.b-badge_position_left {
  right: auto;
  left: 0;
  border-radius: 0 0 45px 0 !important;
  text-align: center;
}

.b-badge_type_multiplier {
  font: 700 14px/29px "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a29;
  background: #d6d6d9;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  padding: 0;
  box-shadow: none;
  text-align: center;
  margin: 0 0 0 5px;
}

.b-badge_type_multiplier.b-badge_color_x7 {
  background: #f8c02a;
}

.b-badge_type_multiplier.b-badge_color_x5 {
  background: #adadb2;
}

.b-badge_content_count-offer {
  display: inline-block;
  font: 400 16px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a29;
  background: #fff;
  padding: 5% 10%;
  border-radius: 19px !important;
  box-shadow: 0 0 30px 10px rgba(3, 23, 41, 0.1);
  white-space: nowrap;
}

.b-badge_content_count-offer.b-badge_size_sm {
  font: 400 10px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_content_count-offer.b-badge_size_md {
  font: 400 14px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_content_multiplier {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
  background: rgba(248, 192, 42, 0.3);
  border: 0.10417vw solid #f8c02a;
  border-radius: 70% 0 0 0 !important;
  color: #2b2a29;
  font: 700 28px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_content_multiplier.b-badge_size_sm {
  font: 700 12px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_content_multiplier.b-badge_size_md {
  font: 700 20px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_content_length-hold {
  background: #fff;
  box-shadow: none;
  color: #545454;
  font: 400 12px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-badge_type_round {
  min-width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  font: 400 10px/32px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  background: #29aae9;
  box-shadow: 0 0 0 2px #fff;
}

.b-badge_type_round.b-badge_color_pink {
  background: #e4245d;
}

.b-badge_type_round.b-badge_color_blue {
  background: #00b2ee;
}

.b-badge_type_round.b-badge_color_green {
  background: #6cbb00;
}

.b-badge_view-type_ellipse {
  padding: 0 12px;
}

@media (min-width: 992px) {
  .b-badge_view-type_circle {
    min-width: 2.4622vw;
    height: 2.4622vw;
    font: 500 0.73vw/1.894vw "Roboto", Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.949vw;
    line-height: 2.4622vw;
    box-shadow: 0 0 0 0.2041vw rgba(72, 67, 87, 0.16);
    top: -1.2311vw;
    right: -1.2311vw;
    border-radius: 2.4622vw !important;
  }

  .b-badge_position_in-circle {
    top: 0.4735vw;
    right: 0.4735vw;
  }
}

@media (min-width: 1200px) {
  .b-badge_view-type_circle {
    min-width: 1.894vw;
    height: 1.894vw;
    font: 500 0.73vw/1.894vw "Roboto", Geneva, Arial, Helvetica, sans-serif;
    box-shadow: 0 0 0 0.157vw rgba(72, 67, 87, 0.16);
    top: -0.947vw;
    right: -0.947vw;
    border-radius: 1.894vw !important;
  }

  .b-badge_position_in-circle {
    top: 0.4735vw;
    right: 0.4735vw;
  }
}

.b-badge-wrapper-for-segment {
  position: relative;
}

.b-badge-wrapper-for-segment_type_logo {
  padding-top: 45px;
}

.b-promo-offer-today {
  width: 160px;
  height: 160px;
  width: 16.84vw;
  height: 16.84vw;
  border-radius: 100% !important;
  background: #f9f9f9;
  position: relative;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.157vw rgba(0, 0, 0, 0.1);
  color: #00b2ee;
  font: 500 18px/23px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font: 500 0.947vw/1.21vw "Roboto", Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.894vw;
  line-height: 2.42vw;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  white-space: nowrap;
}

.b-promo-offer-today__logo {
  display: inline-block;
  margin: auto;
  border-radius: 100% !important;
  max-width: 80%;
  height: auto;
  vertical-align: middle;
  border: none;
}

.b-promo-offer-today:hover {
  text-decoration: none;
  color: #00b2ee;
}

.b-promo-offer-today:after {
  content: '';
  display: inline-block;
  width: 0;
  font: 0/0 'a';
  height: 100%;
  vertical-align: middle;
}

.b-promo-offer-today_content_partner {
  border-radius: 0 !important;
  background: none;
  box-shadow: none;
  width: 24vw;
  height: auto;
}

.b-promo-offer-today_content_partner .b-promo-offer-today__logo {
  max-width: 100%;
  height: auto;
  border-radius: 0 !important;
}

@media (min-width: 992px) {
  .b-promo-offer-today {
    width: 8.42vw;
    height: 8.42vw;
    font: 500 0.947vw/1.21vw "Roboto", Geneva, Arial, Helvetica, sans-serif;
  }

  .b-promo-offer-today_content_partner {
    width: 12vw;
    height: auto;
  }
}

.b-link_content_regulations-stock {
  color: #fff;
}

.b-link_content_regulations-stock:hover {
  text-decoration: none;
  color: #fff;
}

.b-link_view-type_super-link {
  display: inline-block;
  background: #f7f7f7;
  font: 300 12px/19px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid rgba(72, 67, 87, 0.15);
  border-radius: 5px !important;
  padding: 3px 30px 3px 10px;
  color: #484357;
  text-decoration: none;
  position: relative;
}

.b-link_view-type_super-link:after {
  content: '\203A';
  position: absolute;
  font-size: 30px;
  line-height: 0;
  font-weight: 400;
  top: 10px;
  right: 10px;
  color: #00b2ee;
  display: inline-block;
  vertical-align: baseline;
}

.b-link_view-type_super-link:hover {
  color: #484357;
  text-decoration: none;
}

.b-link_type_ico {
  text-decoration: none;
}

.b-link_type_ico .b-link__ico {
  display: inline-block;
  vertical-align: middle;
}

.b-link_type_ico .b-link__text {
  display: inline-block;
  vertical-align: middle;
}

.b-link_type_ico:hover {
  text-decoration: none;
}

.b-link_content_action-2018-remove-account {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  margin: -7px 0 0 6px;
  color: #999;
  white-space: nowrap;
}

.b-link_content_action-2018-remove-account:hover {
  color: #000;
}

.b-link_content_see-all {
  color: #b8add6;
  text-decoration: underline;
}

.b-link_content_see-all:hover,
.b-link_content_see-all:active {
  color: #b8add6;
  text-decoration: none;
}

.b-multipliers {
  clear: both;
}

.b-multiplier {
  background: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(72, 67, 87, 0.05);
  border-radius: 5px !important;
  padding: 20px;
  margin-bottom: 20px;
}

.b-multiplier__ico {
  float: left;
  margin-right: 20px;
}

.b-multiplier__content {
  font: 400 14px/22px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.b-multiplier__title {
  font: 500 16px/22px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.b-tabs {
  font: 0/0 'a';
  margin: 0 -20px;
  white-space: nowrap;
}

.b-tabs__helper {
  display: none;
}

.b-tabs__tab {
  font: 500 18px/23px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  background: #e3e8e8;
  color: #c0c2c2;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  width: 50%;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
}

.b-tabs__tab:hover {
  text-decoration: none;
  color: #c0c2c2;
}

.b-tabs__tab:nth-of-type(1) {
  background: #00b2ee;
  color: #fff;
}

.b-tabs__tab:nth-of-type(1):hover {
  text-decoration: none;
  color: #fff;
}

.b-tabs__content {
  font: 400 14px/19px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  white-space: normal;
  display: none;
}

.b-tabs__content:nth-of-type(1) {
  display: block;
}

.b-tabs #tab1:target ~ .b-tabs__tab:nth-of-type(1),
.b-tabs #tab1:target ~ .b-tabs__tab:nth-of-type(2),
.b-tabs #tab1:target ~ .b-tabs__tab:nth-of-type(3) {
  background: #e3e8e8;
  color: #c0c2c2;
}

.b-tabs #tab1:target ~ .b-tabs__content:nth-of-type(1),
.b-tabs #tab1:target ~ .b-tabs__content:nth-of-type(2),
.b-tabs #tab1:target ~ .b-tabs__content:nth-of-type(3) {
  display: none;
}

.b-tabs #tab1:target ~ .b-tabs__tab:nth-of-type(1) {
  background: #00b2ee;
  color: #fff;
}

.b-tabs #tab1:target ~ .b-tabs__content:nth-of-type(1) {
  display: block;
}

.b-tabs #tab2:target ~ .b-tabs__tab:nth-of-type(1),
.b-tabs #tab2:target ~ .b-tabs__tab:nth-of-type(2),
.b-tabs #tab2:target ~ .b-tabs__tab:nth-of-type(3) {
  background: #e3e8e8;
  color: #c0c2c2;
}

.b-tabs #tab2:target ~ .b-tabs__content:nth-of-type(1),
.b-tabs #tab2:target ~ .b-tabs__content:nth-of-type(2),
.b-tabs #tab2:target ~ .b-tabs__content:nth-of-type(3) {
  display: none;
}

.b-tabs #tab2:target ~ .b-tabs__tab:nth-of-type(2) {
  background: #00b2ee;
  color: #fff;
}

.b-tabs #tab2:target ~ .b-tabs__content:nth-of-type(2) {
  display: block;
}

.b-tabs #tab3:target ~ .b-tabs__tab:nth-of-type(1),
.b-tabs #tab3:target ~ .b-tabs__tab:nth-of-type(2),
.b-tabs #tab3:target ~ .b-tabs__tab:nth-of-type(3) {
  background: #e3e8e8;
  color: #c0c2c2;
}

.b-tabs #tab3:target ~ .b-tabs__content:nth-of-type(1),
.b-tabs #tab3:target ~ .b-tabs__content:nth-of-type(2),
.b-tabs #tab3:target ~ .b-tabs__content:nth-of-type(3) {
  display: none;
}

.b-tabs #tab3:target ~ .b-tabs__tab:nth-of-type(3) {
  background: #00b2ee;
  color: #fff;
}

.b-tabs #tab3:target ~ .b-tabs__content:nth-of-type(3) {
  display: block;
}

@media (min-width: 1200px) {
  .b-tabs {
    margin: 0 -20px 0 -15px;
  }
}

.b-box-all {
  background: #00b2ee;
  text-align: center;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.b-box-all .b-box-all__link {
  color: #fff;
  font: 400 18px/22px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.b-box-all .b-box-all__link:hover {
  color: #fff;
  text-decoration: none;
}

.b-portlet__title {
  font: normal 16px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #484357;
  min-height: 55px;
}

.b-portlet__see-all {
  margin-top: 5px;
  float: right;
}

.b-portlet__see-all-link {
  color: #fff;
  font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: #00b2ee;
  padding: 4px 10px;
  border-radius: 24px !important;
}

.b-portlet__see-all-link:hover {
  text-decoration: none;
  color: #fff;
  background: #22c7ff;
}

@media (min-width: 768px) {
  .b-portlet__title {
    min-height: 45px;
  }

  .b-portlet__see-all {
    margin-top: 0;
  }

  .b-portlet__see-all-link {
    background: none;
    padding: 0;
    color: #00b2ee;
    font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
    text-decoration: underline;
  }

  .b-portlet__see-all-link:hover {
    text-decoration: none;
    color: #00b2ee;
    background: none;
  }
}

.b-offers__item {
  -ms-flex-preferred-size: 288px;
  flex-basis: 288px;
  min-width: 290px;
}

.b-offers__item:nth-child(n+3):not(.b-offers_content_stock) {
  -ms-flex-order: 2;
  order: 2;
}

.b-offers__item_content_stock {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

@media (min-width: 1200px) and (max-width: 1779px) {
  .b-offers__item:nth-child(n+2):not(.b-offers_content_stock) {
    -ms-flex-order: 2;
    order: 2;
  }

  .b-offers__item_content_stock {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

.b-offer {
  position: relative;
  background: #f7f7f7;
  min-width: 260px;
  height: 264px;
  box-shadow: 0 0 0 1px rgba(72, 67, 87, 0.05);
  border-radius: 5px !important;
  margin-bottom: 15px;
}

.b-offer__header {
  box-sizing: border-box;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(72, 67, 87, 0.05);
  text-align: justify;
  font: 0/0 'a';
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.b-offer__header:before {
  font: 0/0 'a';
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-offer__body {
  text-align: center;
  padding: 10px 15px 35px;
}

.b-offer__footer {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 48px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px !important;
  overflow: hidden;
}

.b-offer__footer-in {
  min-height: 48px;
  box-sizing: border-box;
  padding: 10px 60px 10px 15px;
  position: relative;
  z-index: 1;
  text-align: justify;
  font: 0/0 'a';
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.b-offer__footer-in:before {
  font: 0/0 'a';
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-offer__badge {
  display: inline-block;
  vertical-align: middle;
}

.b-offer__pay {
  display: inline-block;
  vertical-align: middle;
}

.b-offer__logo {
  max-width: 90%;
  text-decoration: none;
  font: 0/0 'a';
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  height: 62px;
  white-space: nowrap;
}

.b-offer__logo:after {
  content: '';
  display: inline-block;
  width: 0;
  font: 0/0 'a';
  height: 100%;
  vertical-align: middle;
}

.b-offer__image {
  max-width: 200px;
  width: auto;
  height: auto;
  max-height: 62px;
  outline: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.b-offer__mark {
  min-width: 48px;
  min-height: 48px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: #e9507d;
  text-align: center;
  color: #fff;
  font: 700 14px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  border-radius: 0 0 5px 0 !important;
  white-space: nowrap;
}

.b-offer__mark:after {
  content: '';
  display: inline-block;
  width: 0;
  font: 0/0 'a';
  height: 100%;
  vertical-align: middle;
}

.b-offer__mark:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid #e9507d;
  border-top: 150px solid transparent;
  position: absolute;
  left: -96px;
}

.b-offer__mark-number {
  display: inline-block;
  vertical-align: middle;
}

.b-offer__url {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #98969d;
  font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-offer__url:hover {
  text-decoration: none;
  color: #98969d;
}

.b-offer_type_short-hold {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  box-shadow: 0 0 0 2px #64b51e;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

.b-offer_type_short-hold .b-offer__header {
  height: 48px;
  padding: 0 16px 0 44px;
  box-sizing: border-box;
  background: #64b51e;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.b-offer_type_short-hold .b-offer__header:before,
.b-offer_type_short-hold .b-offer__header:after {
  display: none;
}

.b-offer_type_short-hold .b-offer__header-item {
  color: #fff;
  font: 400 12px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-offer_type_short-hold .b-offer__ico_type_short-hold {
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  background: url("../images/../images/b-offer__ico_type_short-hold.png") no-repeat;
}

.b-offer_type_short-hold .b-offer__body {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.b-offer_type_short-hold .b-offer__logo {
  margin: auto;
}

.b-offer_type_short-hold .b-offer__footer {
  position: relative;
  height: 82px;
  background: #eeefee;
  box-sizing: border-box;
  padding: 12px 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.b-offer_type_short-hold .b-offer__name {
  font: 400 14px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.b-offer_type_short-hold .b-offer__payout {
  font: 400 12px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #aa8d9a;
}

.b-offer_type_short-hold .b-offer__payout-number {
  color: #64b51e;
}

.b-offer_type_short-hold .b-offer__meta {
  position: absolute;
  left: 16px;
  top: 0;
  transform: translate(0, -50%);
}

.b-offer_type_short-hold .b-offer__meta-item {
  display: inline-block;
  margin-right: -8px;
  position: relative;
}

.b-offer_type_short-hold .b-offer__meta-item:nth-child(even) {
  z-index: 1;
}

.b-pay {
  font: 0/0 'a';
}

.b-pay__name {
  font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #98969d;
  margin-right: 2px;
}

.b-pay__sum {
  font: 500 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #6cbb00;
}

.b-list-ico {
  font: 0/0 'a';
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
}

.b-list-ico__item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  font: 400 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-list-ico__item img {
  max-width: 100%;
  height: auto;
  max-height: 20px;
}

.b-list-ico__image {
  max-width: 100%;
  height: auto;
  max-height: 20px;
}

.owl-carousel_content_stock {
  opacity: 0;
}

.owl-carousel_content_stock.owl-loaded {
  opacity: 1;
}

.owl-carousel_content_stock .owl-controls,
.owl-carousel_content_stock .owl-dots {
  margin: 0;
  position: absolute;
  right: 8px;
  top: -43px;
}

.owl-carousel_content_stock .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-carousel_content_stock .owl-dot.active {
  opacity: 1;
}

.owl-carousel_content_stock .owl-dots {
  display: none;
}

.owl-carousel_content_categories {
  padding: 5px;
  box-sizing: border-box;
}

.owl-carousel_content_categories .owl-item {
  text-align: left;
  text-align: center;
}

.owl-carousel_content_categories .owl-controls {
  position: static;
  right: auto;
  top: auto;
  margin-top: 0;
}

.owl-carousel_content_categories .owl-nav .owl-prev,
.owl-carousel_content_categories .owl-nav .owl-next {
  position: absolute;
  left: -15px;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100% !important;
  color: #6B6D6F;
  background: rgba(215, 215, 215, 0.6);
  padding: 0;
  margin: -20px 0 0;
  opacity: 1;
  text-align: center;
  font: 400 50px/32px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.owl-carousel_content_categories .owl-nav .owl-prev:hover,
.owl-carousel_content_categories .owl-nav .owl-next:hover {
  background: rgba(215, 215, 215, 0.8);
}

.owl-carousel_content_categories .owl-nav .owl-next {
  left: auto;
  right: -15px;
}

@media (min-width: 400px) {
  .owl-carousel_content_stock .owl-dots {
    display: block;
  }
}

.b-stock {
  display: block;
  box-shadow: 0 0 0 1px rgba(72, 67, 87, 0.05);
  border-radius: 5px !important;
  margin-bottom: 15px;
  min-width: 260px;
  height: 264px;
  padding: 11px 13px 70px;
  box-sizing: border-box;
  color: #484357;
  position: relative;
  background: #f4eaa6 no-repeat 0% 80%;
}

.b-stock__status {
  margin-bottom: 20px;
}

.b-stock__name {
  font: 500 18px/20px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.b-stock__name-in {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(239, 240, 240, 0.9);
  border-radius: 5px !important;
}

.b-stock__promotional-code {
  font: 400 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-stock__promotional-code-in {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(239, 240, 240, 0.9);
  border-radius: 5px !important;
}

.b-stock__footer {
  position: absolute;
  bottom: 11px;
  left: 13px;
  right: 13px;
}

.b-stock__interval {
  font: 400 12px/15px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
}

.b-stock__interval-in {
  display: inline-block;
  padding: 0 10px 0 0;
  background: rgba(239, 240, 240, 0.9);
  border-radius: 5px !important;
}

.b-stock__interval-date {
  margin-right: 8px;
  vertical-align: baseline;
}

.b-stock__label {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

.b-stock_view_purple {
  background: #dfd6ef url("../images/b-stock__drill-2.png") no-repeat 0% 80%;
}

.b-stock_view-type_main {
  padding: 0;
  background: url("../images/b-stock__main.png") no-repeat 50% top;
  background-size: 100% auto;
}

.b-stock_view-type_main .b-stock__header {
  text-align: center;
  padding: 13px 15px;
  background: #f9f9f9;
  color: #085774;
  font: 400 18px/20px "Cuprum", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(72, 67, 87, 0.05);
  border-radius: 5px 5px 0 0 !important;
}

.b-stock_view-type_main .b-stock__header-distinguish {
  color: #e31a49;
}

.b-stock_view-type_main .b-stock__footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background: #00b2ee;
  font: 500 16px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px !important;
}

.b-stock_content_kvartira2017 {
  background: url("../images/b-stock_content_kvartira2017-bg.jpg") no-repeat bottom right;
  background-size: cover;
  overflow: hidden;
  text-decoration: none;
}

.b-stock_content_kvartira2017 .b-stock__pilot {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../images/b-stock__pilot.png") no-repeat -63px 60px;
}

.b-stock_content_kvartira2017 .b-stock__points {
  background: rgba(19, 167, 172, 0.34);
  font: 400 41px/1 "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: #e9faff;
  padding: 10px 10px 5px 10px;
  text-align: right;
  margin-bottom: 10px;
}

.b-stock_content_kvartira2017 .b-stock__points-text {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.b-stock_content_kvartira2017 .b-stock__points:before {
  content: '000.000.000';
  font: 400 41px/1 "a_LCDNova", Geneva, Arial, Helvetica, sans-serif;
  color: rgba(13, 45, 63, 0.57);
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  text-decoration: none;
}

.b-stock_content_kvartira2017 .b-stock__points-units {
  color: #fefeff;
  font: 400 11px/1 "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}

.b-stock_content_kvartira2017 .b-stock__set-goals {
  text-align: right;
  font: 700 25px/1 "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 10px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.b-stock_content_kvartira2017 .b-stock__button {
  color: #ecf0f3;
  background: #13a7ac;
  font: 700 19px/1 "PT Sans", Geneva, Arial, Helvetica, sans-serif;
  padding: 15px 30px;
  border-radius: 10px !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.b-stock_content_kvartira2017:after {
  content: "" !important;
  display: none !important;
}

.b-stock_content_bmw {
  background: url("../images/b-stock_content_bmw.jpg") no-repeat 50% 50%;
  overflow: hidden;
  text-decoration: none;
  padding: 0;
}

.b-stock_content_bmw .b-stock__points {
  padding: 10px 10px 5px 10px;
  margin-bottom: 16px;
}

.b-stock_content_bmw .b-stock__points-title {
  color: #242424;
  font: 600 11px/1 "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.b-stock_content_bmw .b-stock__points-units {
  margin-top: -1px;
  color: #d5a778;
  font: 600 11px/1 "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}

.b-stock_content_bmw .b-stock__name {
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #242424;
}

.b-stock_content_bmw .b-stock__item {
  display: block;
  margin-left: 10px;
}

.b-stock_content_bmw .b-stock__tickets {
  margin-bottom: 30px;
  font: 400 12px/15px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0 0 0 10px;
  background: rgba(239, 240, 240, 0.9);
  border-radius: 5px !important;
  color: #242424;
}

.b-stock_content_bmw .b-stock__tickets-in {
  border-radius: 5px !important;
  box-shadow: none;
  padding: 5px 6px;
  color: #f9f9f9;
  background: #d5a778;
  font: 400 13px/15px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  display: inline-block;
}

.b-stock_content_bmw .b-stock__button {
  cursor: pointer;
  margin-bottom: 15px;
  color: #ecf0f3;
  background: #d5a778;
  font: 700 14px/1 "PT Sans", Geneva, Arial, Helvetica, sans-serif;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 10px !important;
  transition: opacity 0.3s linear;
}

.b-stock_content_bmw .b-stock__button:hover {
  opacity: 0.8;
}

.b-stock_content_bmw .b-stock__conditions {
  color: #fff;
  text-transform: none;
  position: relative;
  font: 400 12px/14px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-stock_content_bmw .b-stock__conditions:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 200ms linear;
}

.b-stock_content_bmw .b-stock__conditions:hover {
  text-decoration: none;
}

.b-stock_content_bmw .b-stock__conditions:hover:before {
  background: white;
}

.b-stock_content_bmw .b-stock__points-accrued {
  color: #fff;
  font: 400 11px/1 "Roboto Condensed", Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.b-stock_content_bmw:after {
  content: "" !important;
  display: none !important;
}

.b-stock_content_bmw:hover {
  text-decoration: none;
}

.b-stock_content_bmw2018 {
  position: relative;
  background: url("../images/b-stock_content_bmw2018.jpg") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 20px;
  text-decoration: none;
}

.b-stock_content_bmw2018:hover {
  text-decoration: none;
}

.b-stock_content_bmw2018:before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 160px;
  background: url("../images/b-stock_content_bmw2018-bands.png") 50% 25% no-repeat;
}

.b-stock_content_bmw2018:after {
  display: none;
}

.b-stock_content_bmw2018 .b-stock__name {
  font: italic 700 20px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.b-stock_content_bmw2018 .b-stock__name-in {
  padding: 0;
  display: block;
  background: transparent;
  color: #fff;
  font: italic 700 40px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: -7px 0 0 30px;
  text-decoration: none;
}

.b-stock_content_bmw2018 .b-stock__item {
  margin-bottom: 10px;
}

.b-stock_content_bmw2018 .b-stock__item:last-child {
  margin-bottom: 0;
}

.b-stock_content_bmw2018 .b-stock__item_content_spend-points {
  display: inline-block;
  font: italic 700 16px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a29;
  background: #f8c02a;
  text-transform: uppercase;
  padding-right: 2px;
}

.b-stock_content_bmw2018 .b-stock__item_content_points {
  margin-right: 20px;
}

.b-stock_content_bmw2018 .b-stock__item_content_points-all {
  margin-right: 40px;
}

.b-stock_content_bmw2018 .b-stock__btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font: 700 14px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a2a;
  background: #fff;
  border: 4px solid #f8c02a;
  transform: skewX(-20deg);
  padding: 10px 20px;
  box-sizing: border-box;
}

.b-stock_content_bmw2018 .b-stock__btn-in {
  transform: skewX(20deg);
}

.b-stock_type_horizontal {
  display: block;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  background-size: cover;
}

.b-stock_type_horizontal .b-stock__in {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-stock_type_horizontal .b-stock__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-stock_type_horizontal .b-stock__content {
  color: #fff;
  font: 400 12px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  max-width: 70%;
}

.b-stock_type_horizontal .b-stock__footer {
  position: static;
  display: -ms-flexbox;
  display: flex;
}

.b-stock_type_horizontal .b-stock__name {
  color: #fff;
  font: 400 18px/24px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  margin-right: 20px;
}

.b-stock_type_horizontal .b-stock__status {
  margin-bottom: 0;
}

.b-stock_type_horizontal .b-stock__logo {
  width: 150px;
  height: 58px;
  background: #f6f6f6;
  border-radius: 5px !important;
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
}

.b-stock_type_horizontal .b-stock__logo-img {
  max-width: 100%;
  max-height: 58px;
  width: auto !important;
  height: auto;
  margin: auto;
}

.b-stock_type_horizontal .b-stock__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-stock_type_horizontal .b-stock__interval,
.b-stock_type_horizontal .b-stock__promotional-code {
  margin: 0;
  white-space: nowrap;
}

.b-stock_type_horizontal .b-stock__interval-ico-time {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background: url("../images/../images/b-stock__interval-ico-time.png") no-repeat;
}

.b-stock_type_horizontal:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 90%);
  border-radius: 5px !important;
  transition: opacity 0.2s linear;
}

.b-popup_content_stock .b-popup__control {
  display: none;
}

.b-popup_content_stock .b-popup__control:checked + .b-popup__wrapper {
  display: block;
}

.b-popup_content_stock .b-popup__wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #484357;
  border-radius: 5px !important;
  min-height: 530px;
  z-index: 1;
  display: none;
  overflow: auto;
}

.b-popup_content_stock .b-popup__header {
  padding: 18px 30px 18px 20px;
  font: 500 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  background: #ffe326;
  color: #484357;
  position: relative;
  border-radius: 5px 5px 0 0 !important;
}

.b-popup_content_stock .b-popup__close {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #484357;
  cursor: pointer;
  font-size: 30px;
}

.b-popup_content_stock .b-popup__body {
  box-sizing: border-box;
  padding: 18px 20px;
  color: #fff;
  font: 400 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-popup_content_stock .b-popup__table {
  margin: 0 -20px;
}

.b-popup_content_stock .b-popup__btn {
  margin-top: 20px;
  text-align: center;
}

.b-popup_view-type_main .b-popup__control:checked + .b-popup__wrapper {
  display: block;
}

.b-popup_view-type_main .b-popup__wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px !important;
  min-height: 535px;
  z-index: 1;
  display: none;
  background: #00b2ee url("../images/b-stock__tower.png") no-repeat right bottom;
}

.b-popup_view-type_main .b-popup__header {
  padding: 18px 30px 18px 20px;
  font: 500 14px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  background: url("../images/b-stock__main.png") no-repeat 50% 30%;
  background-size: cover;
  color: #484357;
  position: relative;
  border-radius: 5px 5px 0 0 !important;
  box-sizing: border-box;
  min-height: 76px;
}

.b-popup_view-type_main .b-popup__close {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #484357;
  cursor: pointer;
  font-size: 30px;
}

.b-popup_view-type_main .b-popup__body {
  box-sizing: border-box;
  padding: 18px 20px;
  color: #fff;
  font: 400 12px/17px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-popup_view-type_main .b-popup__btn {
  text-align: left;
}

@media (min-width: 1200px) {
  .b-popup_position_top .b-popup__wrapper {
    top: 0;
    bottom: auto;
  }
}

.owlcarousel .b-popup_position_top .b-popup__wrapper {
  top: 0;
  bottom: auto;
}

.b-field-composition_content_stock {
  margin: 0 0 20px;
  padding: 0;
}

.b-field-composition_content_stock .b-field-composition__title {
  margin-bottom: 10px;
}

.b-field-composition_content_stock .b-field-composition__body {
  margin: 0;
  padding: 0;
}

.b-field-composition_content_account {
  display: -ms-flexbox;
  display: flex;
}

.b-field-composition_content_payout .b-field-composition__title {
  color: #727272;
  font: 400 14px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.b-list_content_priz {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: i;
}

.b-list_content_priz .b-list__item {
  padding-left: 30px;
  font: 400 12px/16px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  position: relative;
  margin-bottom: 10px;
}

.b-list_content_priz .b-list__item:before {
  counter-increment: i;
  content: counter(i);
  width: 20px;
  height: 20px;
  border-radius: 20px !important;
  background: #6cbb00;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.b-list_content_form-fields .b-list__item {
  margin-bottom: 15px;
}

.b-list_content_form-fields .b-list__item:last-child {
  margin-bottom: 0;
}

.b-heading_content_main-stock {
  font: 400 16px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #363244;
  margin: 0 0 10px 0;
}

.b-heading_content_categories {
  font: 700 22px/28px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  color: #363244;
}

.b-heading_content_bmw2018-store {
  font: italic 700 60px/1 "Play", Geneva, Arial, Helvetica, sans-serif;
  color: #2b2a2a;
}

.b-heading_content_modal {
  font: 400 14px/1.3 "Play", Geneva, Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  color: #2b2a29;
  text-transform: uppercase;
}

.b-indicator-conversion {
  min-width: 260px;
  min-height: 261px;
  background: #00b2ee;
  border-radius: 5px !important;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  font: 400 14px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
  position: relative;
}

.b-indicator-conversion:hover,
.b-indicator-conversion:focus {
  color: #fff;
  text-decoration: none;
}

.b-indicator-conversion:hover .b-indicator-conversion__hover {
  display: block;
}

.b-indicator-conversion__heading {
  font: 400 16px/20px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.b-indicator-conversion__content {
  position: relative;
  margin-bottom: 19px;
}

.b-indicator-conversion__value {
  font: 400 130px/1 "Roboto", Geneva, Arial, Helvetica, sans-serif;
  padding-right: 80px;
  text-align: center;
}

.b-indicator-conversion__meaning {
  position: absolute;
  right: 0;
  top: 16px;
  font: 400 18px/22px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-indicator-conversion__footer {
  border-top: 1px solid #fff;
  padding-top: 5px;
  text-align: justify;
  font: 0/0 'a';
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.b-indicator-conversion__footer:before {
  font: 0/0 'a';
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-indicator-conversion__number {
  font: 400 24px/26px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

.b-indicator-conversion__middle,
.b-indicator-conversion__max {
  font: 400 18px/22px "Roboto", Geneva, Arial, Helvetica, sans-serif;
  display: inline-block;
}

.b-indicator-conversion__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px !important;
  z-index: 1;
  display: none;
  background: #00b2ee url("../images/b-stock__tower.png") no-repeat 100% 0%;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.b-indicator-conversion .b-indicator-conversion__hover-text {
  margin: 30px 0 30px 30px;
  text-align: left;
  font: 400 15px/18px "Roboto", Geneva, Arial, Helvetica, sans-serif;
}

.b-take-off-timer {
  min-height: 261px;
  background: url("../images/b-take-off-timer.png") no-repeat center center;
  background-size: cover;
  border-radius: 5px !important;
  position: relative;
  display: block;
  text-decoration: none;
}

.b-take-off-timer__circle {
  width: 230px;
  height: 230px;
  border-radius: 100% !important;
  border: 3px solid #eff0f0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.b-take-off-timer__point {
  width: 14px;
  height: 14px;
  border-radius: 100% !important;
  background: #eff0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -120px) rotate(30deg);
  transform-origin: 0 120px 0;
  animation: b-take-off-timer__point_spin  1s infinite linear;
}

.b-take-off-timer__timer {
  font: 700 31px "PT Sans", Geneva, Arial, Helvetica, sans-serif;
  color: #eff0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 184px;
  text-align: left;
  white-space: nowrap;
}

.b-take-off-timer__title {
  font: 400 18px "PT Sans", Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #eff0f0;
  margin-top: 65px;
}

.b-take-off-timer__share {
  background: url("../images/b-take-off-timer__share.png") no-repeat;
  width: 35px;
  height: 36px;
  cursor: pointer;
  margin: 65px auto 0;
  position: relative;
}

.b-take-off-timer__share:hover {
  opacity: 0.8;
}

.b-take-off-timer__share:hover .b-take-off-timer__pluso {
  visibility: visible !important;
}

.b-take-off-timer__pluso {
  width: 285px;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute !important;
  visibility: hidden;
  text-align: center !important;
}

.b-take-off-timer__pluso .pluso-more {
  display: none !important;
}

.b-take-off-timer__pluso .pluso-counter {
  display: none !important;
}

.b-take-off-timer__pluso:hover {
  visibility: visible;
}

.b-take-off-timer_content_tradeleads {
  margin-bottom: 15px;
}

@keyframes b-take-off-timer__point_spin {
  from {
    transform: translate(0, -120px) rotate(0deg);
  }

  to {
    transform: translate(0, -120px) rotate(360deg);
  }
}

.b-stocks__item {
  min-width: 290px;
}

@media (min-width: 1200px) {
  .b-stocks__item:first-child .b-stock .b-stock__popup .b-popup__wrapper {
    top: 0;
    bottom: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
