html {
  font-size: 16px; }

body {
  font-family: "OpelSansRegular", sans-serif; }
  body a {
    color: #000;
    text-decoration: none; }
  body a:hover {
    color: #606060;
    text-decoration: none; }
  body .container-main {
    border-left: 0.0625rem solid #cccccc;
    border-right: 0.0625rem solid #cccccc;
    padding: 0; }
  body .inner-wrap header section.top {
    border-bottom: 1px solid #cccccc; }
    body .inner-wrap header section.top h1 {
      margin-bottom: 0;
      margin-left: 0px; }
      body .inner-wrap header section.top h1 a.project {
        margin-left: 1rem;
        font-family: "OpelSansExBold", sans-serif;
        font-size: 2.0rem;
        line-height: 3.4375rem;
        text-transform: uppercase;
        color: #000; }
      body .inner-wrap header section.top h1 a.project:hover {
        text-decoration: none; }
    body .inner-wrap header section.top .logo {
      display: block;
      width: 6rem;
      float: right; }
    body .inner-wrap header section.top .ico-link {
      display: inline-block;
      font-family: "OpelSansBold", sans-serif;
      text-transform: uppercase;
      margin: .25rem 1.75rem 0 0; }
      body .inner-wrap header section.top .ico-link .icon {
        top: 6px; }
      body .inner-wrap header section.top .ico-link .icon::before {
        font-size: 2.0rem; }
    body .inner-wrap header section.top .ico-link:hover .icon {
      color: #f7d900; }
    body .inner-wrap header section.top .timer {
      float: left;
      text-align: left;
      font-family: Arial, sans-serif;
      font-size: .875rem;
      /*padding-top:.125rem;*/ }
      body .inner-wrap header section.top .timer span {
        display: block;
        font-family: "OpelSansBold", sans-serif;
        font-size: 2.0rem;
        line-height: 1.8rem; }
      body .inner-wrap header section.top .timer .finish-prolong {
        background-color: #cc0719;
        color: #f7d900;
        height: 100%;
        padding: .25rem .5rem;
        line-height: 1.4rem; }
        body .inner-wrap header section.top .timer .finish-prolong strong {
          text-transform: uppercase;
          font-family: "OpelSansExBold", sans-serif;
          font-weight: normal;
          font-size: 1.25rem; }
    body .inner-wrap header section.top .dealer {
      padding: .25rem 1rem .25rem 1rem;
      background-color: #f3f3f3;
      color: #000;
      border-top: 1px solid #cccccc;
      text-align: right; }
      body .inner-wrap header section.top .dealer a {
        color: #000;
        text-decoration: none;
        font-size: 1.5rem;
        font-family: "OpelSansBold", sans-serif; }
  body .inner-wrap header nav {
    border-bottom: 1px solid #cccccc; }
  body .inner-wrap header .navbar {
    padding-left: .5rem;
    padding-right: .5rem; }
    body .inner-wrap header .navbar .navbar-toggler {
      margin-left: .5rem;
      color: black;
      border-color: rgba(0, 0, 0, 0.1);
      border-radius: 0; }
      body .inner-wrap header .navbar .navbar-toggler .navbar-toggler-icon {
        color: #000; }
    body .inner-wrap header .navbar .nav-item {
      font-family: "OpelSansBold", sans-serif;
      text-transform: uppercase;
      color: #000;
      padding: .5rem 0 .25rem .5rem; }
      body .inner-wrap header .navbar .nav-item .nav-link {
        float: left;
        line-height: normal;
        color: #000;
        padding: 0;
        border-bottom: 4px solid transparent;
        font-size: 1.125rem; }
      body .inner-wrap header .navbar .nav-item .nav-link:hover {
        border-bottom: 4px solid #f7d900;
        color: #606060; }
    body .inner-wrap header .navbar .nav-item.active .nav-link {
      border-bottom: 4px solid #f7d900; }
    body .inner-wrap header .navbar .nav-item::after {
      position: relative;
      top: -.12rem;
      color: #f7d900;
      display: inline-block;
      content: "/";
      font-family: "OpelSansRegular", sans-serif;
      font-size: 1.375rem;
      padding: 0 0rem 0 .6875rem;
      line-height: .5rem;
      -ms-transform: rotate(18deg);
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg); }
    body .inner-wrap header .navbar .nav-item:last-of-type::after {
      display: none; }
    body .inner-wrap header .navbar .dropdown-menu {
      border-radius: 0;
      border-color: #cccccc;
      padding: 0;
      border-bottom: none; }
      body .inner-wrap header .navbar .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #cccccc;
        line-height: 1.75rem;
        padding: .25rem 1.5rem .2rem 1.5rem; }
      body .inner-wrap header .navbar .dropdown-menu .dropdown-item.active, body .inner-wrap header .navbar .dropdown-menu .dropdown-item:focus {
        background-color: #f7d900;
        color: #000; }
  body .inner-wrap header .subnav {
    background-color: #f3f3f3;
    border-bottom: 1px solid #cccccc; }
    body .inner-wrap header .subnav .active-section {
      font-family: "OpelSansExBold", sans-serif;
      background-color: #f7d900;
      text-transform: uppercase;
      background-image: url(../images/bg-nav-sec-level.png);
      background-position: right top;
      background-repeat: no-repeat;
      padding: .75rem 3rem 0 1rem !important; }
      body .inner-wrap header .subnav .active-section h2 {
        font-size: 1.5rem; }
    body .inner-wrap header .subnav .nav-item {
      padding: .75rem 1rem .5rem 1rem; }
    body .inner-wrap header .subnav .nav-item .nav-link {
      padding: 0;
      border-bottom: 4px solid transparent; }
    body .inner-wrap header .subnav .nav-item.active .nav-link, body .inner-wrap header .subnav .nav-item:hover .nav-link {
      border-color: #f7d900; }
  body .inner-wrap header .subnav.fixed-top {
    background-color: #f3f3f3 !important; }
  body .inner-wrap header.titlepage .timer {
    display: none; }
  body .inner-wrap main {
    background-color: #f3f3f3; }
    body .inner-wrap main .content {
      font-family: Arial, sans-serif;
      font-size: .875rem;
      padding: 2rem 2rem 0rem 2rem; }
      body .inner-wrap main .content div[class^="col-"] {
        padding-left: .5rem;
        padding-right: .5rem; }
    body .inner-wrap main .content.subpage {
      background-color: #fff;
      margin-top: 5rem;
      border-top: 1px solid #cccccc; }
      body .inner-wrap main .content.subpage .w-content {
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 1.0rem; }
    body .inner-wrap main h2 {
      display: block;
      font-family: "OpelSansExBold", sans-serif;
      font-size: 2.5rem;
      line-height: 2.8125rem; }
    body .inner-wrap main h3 {
      display: block;
      font-family: "OpelSansBold", sans-serif;
      font-size: 1.5rem;
      line-height: 2.1667rem; }
    body .inner-wrap main ul li {
      padding-bottom: .5rem; }
    body .inner-wrap main .button {
      padding: .6875rem .6875rem .6875rem 1.125rem;
      background-color: #f7d900;
      color: #000;
      text-transform: uppercase;
      font-weight: bold;
      font-family: Arial, sans-serif;
      font-size: .875rem;
      line-height: 1.125rem; }
      body .inner-wrap main .button .icon {
        font-size: .875rem; }
    body .inner-wrap main .button:hover, body .inner-wrap main .button.black:hover {
      color: #606060;
      text-decoration: none; }
    body .inner-wrap main .button.black {
      background-color: #000;
      color: #fff; }
    body .inner-wrap main .top-hero {
      position: relative;
      color: #fff; }
    body .inner-wrap main .teasers {
      margin-bottom: 1rem; }
      body .inner-wrap main .teasers .teaser {
        background-color: #f7d900; }
        body .inner-wrap main .teasers .teaser .teaser-button {
          position: relative;
          padding: 1rem .6875rem .6875rem 1rem;
          background-color: #f7d900; }
          body .inner-wrap main .teasers .teaser .teaser-button .button {
            display: block;
            padding: 0; }
          body .inner-wrap main .teasers .teaser .teaser-button .icon {
            position: absolute;
            left: 1.125rem; }
          body .inner-wrap main .teasers .teaser .teaser-button span {
            font-weight: bold; }
    body .inner-wrap main .download {
      border: 1px solid #f3f3f3;
      background-color: #fff;
      padding: .5rem;
      margin: 0 0 1rem 0; }
      body .inner-wrap main .download a {
        font-weight: bold;
        text-transform: uppercase; }
        body .inner-wrap main .download a .icon {
          font-size: 1rem;
          position: relative;
          top: .1875rem;
          margin-right: .5rem; }
    body .inner-wrap main .table td, body .inner-wrap main .table th {
      border: none;
      border-right: 4px solid #fff;
      min-height: 2.25rem;
      padding: .5rem 1rem .5rem 1rem; }
    body .inner-wrap main .table caption {
      caption-side: top;
      font-family: "OpelSansBold", sans-serif;
      color: #000;
      border-bottom: 4px solid #f7d900;
      font-size: 1.125rem;
      padding: 0 0 0rem .75rem;
      margin-bottom: 4px; }
    body .inner-wrap main .table.table-striped tr:nth-of-type(2n+1) {
      background-color: rgba(0, 0, 0, 0.04); }
    body .inner-wrap main .jumbotron {
      background-color: #fff;
      border-radius: 0;
      background-color: #f7d900; }
      body .inner-wrap main .jumbotron h3 {
        font-size: 3rem;
        font-family: "OpelSansExBold", sans-serif;
        line-height: 1.1; }
    body .inner-wrap main dl dt {
      color: #999999;
      font-size: 1.125rem; }
    body .inner-wrap main .cars .col-md-2 .card h3 {
      font-size: 1.125rem; }
      body .inner-wrap main .cars .col-md-2 .card h3 span {
        display: none; }
    body .inner-wrap main .cars .card {
      display: block;
      padding: 1rem 1rem 1rem 1rem;
      border-radius: 0;
      background-color: #fff; }
      body .inner-wrap main .cars .card .price {
        color: #888888;
        font-size: 1.125rem;
        font-family: "OpelSansRegular", sans-serif; }
      body .inner-wrap main .cars .card h3 {
        text-transform: uppercase;
        font-family: "OpelSansExBold", sans-serif;
        line-height: 1.25rem; }
    body .inner-wrap main .cars .more {
      background-color: #f7d900;
      color: #000;
      text-align: left;
      padding: .25rem .5rem .25rem .5rem;
      font-size: 1.2rem; }
      body .inner-wrap main .cars .more .button {
        padding: 0;
        background-color: transparent;
        color: #000; }
    body .inner-wrap main .cars.cars-subpage {
      padding-top: 3rem; }
      body .inner-wrap main .cars.cars-subpage .card {
        padding: .5rem .5rem 0 .5rem;
        background-color: #fff; }
        body .inner-wrap main .cars.cars-subpage .card .button {
          display: none; }
        body .inner-wrap main .cars.cars-subpage .card h3 {
          font-size: 1.3rem; }
          body .inner-wrap main .cars.cars-subpage .card h3 span {
            display: none; }
      body .inner-wrap main .cars.cars-subpage .sale {
        font-size: 1.0rem; }
        body .inner-wrap main .cars.cars-subpage .sale span {
          display: block;
          color: #f7d900;
          font-weight: bold; }
    body .inner-wrap main .cars.request {
      padding-top: 1rem; }
      body .inner-wrap main .cars.request .sale {
        font-size: .875rem; }
    body .inner-wrap main .car-page {
      text-align: center;
      background-color: #f3f3f3; }
      body .inner-wrap main .car-page h2 {
        background-color: #f7d900;
        font-family: "OpelSansExBold", sans-serif;
        font-size: 4.625rem;
        text-transform: uppercase;
        padding: 2.5rem 0 1rem 1rem;
        margin: 0; }
        body .inner-wrap main .car-page h2 span {
          display: block;
          font-family: "OpelSansRegular", sans-serif;
          font-size: 2.0rem;
          text-transform: none;
          padding: .5rem 0 0rem 0rem; }
      body .inner-wrap main .car-page .car-img {
        position: relative; }
      body .inner-wrap main .car-page .car-prices {
        position: relative; }
      body .inner-wrap main .car-page .car-price {
        background-color: #000;
        color: #f7d900;
        font-family: "OpelSansExBold", sans-serif;
        font-size: 2.6rem;
        padding: 1.5rem 1rem 2rem 1rem;
        line-height: 1.75rem;
        border: 8px solid #f3f3f3; }
        body .inner-wrap main .car-page .car-price span {
          display: block;
          font-family: "OpelSansRegular", sans-serif;
          color: #fff;
          font-size: .875rem; }
        body .inner-wrap main .car-page .car-price sup {
          position: relative;
          top: -1rem;
          left: .125rem;
          color: #fff;
          font-family: "OpelSansRegular", sans-serif;
          font-size: .75rem; }
      body .inner-wrap main .car-page .benefits {
        padding: 0 1rem 0 1rem; }
      body .inner-wrap main .car-page .teasers {
        margin-bottom: 0; }
        body .inner-wrap main .car-page .teasers h2 {
          margin: 1.5rem 0 1rem 0rem;
          font-size: 2.1rem; }
        body .inner-wrap main .car-page .teasers .teaser {
          background-color: #fff;
          border-bottom: 6px solid #f7d900; }
          body .inner-wrap main .car-page .teasers .teaser .teaser-button {
            padding: .5rem;
            background-color: #fff; }
            body .inner-wrap main .car-page .teasers .teaser .teaser-button span {
              display: block;
              font-family: Arial, sans-serif;
              font-size: .75rem;
              line-height: 1.125rem; }
      body .inner-wrap main .car-page .car {
        display: block;
        background-color: #fff;
        padding: .5rem; }
        body .inner-wrap main .car-page .car .price {
          background-color: #fff; }
          body .inner-wrap main .car-page .car .price span {
            text-transform: none;
            font-size: 1rem; }
      body .inner-wrap main .car-page .caractive {
        background-color: #f7d900; }
      body .inner-wrap main .car-page .caractive span {
        color: #000000 !important; }
      body .inner-wrap main .car-page .car span {
        font-family: 'OpelSansBold', sans-serif;
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: normal;
        color: #000000; }
      body .inner-wrap main .car-page .carswitch {
        display: block; }
        body .inner-wrap main .car-page .carswitch img {
          margin-top: -.5rem;
          opacity: 1.0;
          cursor: pointer; }
      body .inner-wrap main .car-page .appendix {
        padding: 1rem;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: .8125rem;
        color: #666666; }
    body .inner-wrap main .form-control {
      border-color: #cccccc;
      border-radius: 0;
      box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.1) inset;
      font-family: Arial, sans-serif;
      color: #000; }
    body .inner-wrap main .form-control::placeholder {
      color: #666666; }
    body .inner-wrap main .form-control.is-invalid {
      border-color: #f04124; }
    body .inner-wrap main .form-control.is-valid {
      border-color: #28a745; }
    body .inner-wrap main .form-block {
      background-color: #f3f3f3; }
      body .inner-wrap main .form-block .form-control {
        font-size: 0.75rem;
        color: #000;
        padding: .375rem .375rem .125rem .375rem;
        margin-bottom: .5rem; }
      body .inner-wrap main .form-block .alert {
        border-radius: 0; }
      body .inner-wrap main .form-block .alert-danger {
        color: #f04124;
        border-color: #f04124;
        background-color: transparent; }
      body .inner-wrap main .form-block label {
        margin-bottom: .125rem;
        margin-top: .5rem;
        font-size: .8125rem; }
      body .inner-wrap main .form-block .card {
        border: 0px solid transparent;
        border-top: 4rem solid #f7d900;
        margin-bottom: 0;
        border-radius: 0; }
        body .inner-wrap main .form-block .card .card-header {
          background-color: #fff;
          font-family: "OpelSansExBold", sans-serif;
          text-transform: uppercase;
          font-size: 1.5rem;
          border-bottom: none;
          padding-bottom: 0;
          padding-top: 2.0rem; }
          body .inner-wrap main .form-block .card .card-header h2 {
            font-size: 2.0rem;
            line-height: 2rem; }
          body .inner-wrap main .form-block .card .card-header p {
            font-family: Arial, sans-serif;
            text-transform: none;
            font-size: .75rem; }
        body .inner-wrap main .form-block .card .card-body {
          padding-top: 0rem; }
          body .inner-wrap main .form-block .card .card-body p {
            font-size: .75rem; }
          body .inner-wrap main .form-block .card .card-body button {
            background-color: #f7d900;
            color: #000;
            border-radius: 0;
            cursor: pointer;
            font-family: Arial, sans-serif;
            font-weight: bold; }
          body .inner-wrap main .form-block .card .card-body button:focus {
            box-shadow: 0 0 0 0.2rem rgba(247, 217, 0, 0.25); }
          body .inner-wrap main .form-block .card .card-body h4 {
            font-size: 1rem;
            font-family: "OpelSansBold", sans-serif;
            text-transform: uppercase;
            margin-bottom: .125rem;
            margin-top: .25rem; }
      body .inner-wrap main .form-block .modal-content {
        border-radius: 0;
        font-family: Arial, sans-serif; }
        body .inner-wrap main .form-block .modal-content .modal-body p {
          font-size: .75rem; }
        body .inner-wrap main .form-block .modal-content .modal-body strong {
          text-transform: uppercase; }
        body .inner-wrap main .form-block .modal-content .modal-footer .black {
          background-color: #000;
          color: #fff; }
      body .inner-wrap main .form-block .alert {
        padding: .5rem;
        font-family: Arial, sans-serif;
        font-size: .75rem; }
        body .inner-wrap main .form-block .alert strong {
          display: block;
          text-transform: uppercase;
          font-size: 1rem; }
      body .inner-wrap main .form-block .privacy {
        font-family: Arial, sans-serif; }
        body .inner-wrap main .form-block .privacy p {
          font-size: .6875rem !important;
          color: #4d4d4d; }
        body .inner-wrap main .form-block .privacy strong {
          display: block;
          text-transform: uppercase;
          font-size: .75rem; }
        body .inner-wrap main .form-block .privacy a {
          text-decoration: underline; }
  body .inner-wrap footer {
    clear: both;
    background-color: #000;
    color: #fff;
    padding: 1rem 1rem 2rem 1rem;
    font-size: 0.875rem; }
    body .inner-wrap footer a {
      color: #999999; }
    body .inner-wrap footer a:hover {
      color: #fff; }
    body .inner-wrap footer .claim {
      color: #f7d900;
      text-transform: uppercase;
      font-family: "OpelSansRegular", sans-serif;
      margin-right: 1rem; }
    body .inner-wrap footer .appendix {
      display: block;
      font-family: Arial, sans-serif;
      font-size: .75rem;
      padding-top: 1rem;
      line-height: 1.375rem;
      color: #999999; }
  body .inner-wrap .call-back {
    position: fixed;
    left: 0;
    top: 280px;
    width: 50px;
    height: 222px;
    background-color: #f7d900;
    transition: padding .2s; }
  body .inner-wrap .call-back:hover {
    padding-left: 0.5rem;
    transition: padding .4s ease; }

@media (max-width: 767px) {
  html {
    font-size: 14px; }
    html .container-main {
      border: none; }
      html .container-main .inner-wrap header .ico-link {
        display: inline-block;
        margin: 0rem 2rem 0 0; }
        html .container-main .inner-wrap header .ico-link .icon {
          top: 2px; }
        html .container-main .inner-wrap header .ico-link .icon::before {
          font-size: 2.25rem; }
      html .container-main .inner-wrap header nav {
        border-bottom: 1px solid #cccccc; }
      html .container-main .inner-wrap header .navbar {
        padding-left: 0;
        padding-right: 0; }
        html .container-main .inner-wrap header .navbar #MainNav {
          background-color: #323232;
          margin-top: .5rem; }
        html .container-main .inner-wrap header .navbar .navbar-toggler {
          outline-color: #f7d900; }
        html .container-main .inner-wrap header .navbar .nav-item {
          font-size: 1.5rem;
          color: #fff;
          padding: 0 0 0 0;
          border-bottom: 1px solid #656565; }
          html .container-main .inner-wrap header .navbar .nav-item .nav-link {
            float: none;
            line-height: normal;
            color: #fff;
            padding: .5rem 0 .5rem .5rem;
            border-left: 4px solid transparent;
            border-bottom: none; }
          html .container-main .inner-wrap header .navbar .nav-item .nav-link:hover {
            border-bottom: 0px solid transparent;
            color: #606060; }
        html .container-main .inner-wrap header .navbar .nav-item.active .nav-link {
          border-left: 4px solid #f7d900;
          border-bottom: none; }
        html .container-main .inner-wrap header .navbar .nav-item::after {
          display: none; }
        html .container-main .inner-wrap header .navbar .dropdown-menu {
          border-radius: 0;
          border-color: #cccccc;
          padding: 0;
          border: none;
          background-color: #606060; }
          html .container-main .inner-wrap header .navbar .dropdown-menu .dropdown-item {
            font-size: 1.5rem;
            border-bottom: 1px solid #cccccc;
            line-height: 2.75rem;
            color: #fff; }
          html .container-main .inner-wrap header .navbar .dropdown-menu .dropdown-item.active, html .container-main .inner-wrap header .navbar .dropdown-menu .dropdown-item:focus {
            background-color: #f7d900;
            color: #000;
            border-color: transparent; }
          html .container-main .inner-wrap header .navbar .dropdown-menu .dropdown-item:last-child {
            border-color: transparent; }
      html .container-main .inner-wrap main .content {
        padding: 1rem; }
        html .container-main .inner-wrap main .content h2 {
          font-size: 1.8rem;
          line-height: normal; }
        html .container-main .inner-wrap main .content .teasers {
          margin-bottom: 0; }
      html .container-main .inner-wrap main .content.subpage {
        margin-top: 0rem; }
      html .container-main .inner-wrap main .cars .card h3 {
        font-size: 1.4rem; }
        html .container-main .inner-wrap main .cars .card h3 span {
          display: none; }
      html .container-main .inner-wrap main .cars .sale span {
        display: block; }
      html .container-main .inner-wrap main .form-block {
        padding: 0rem; } }
@font-face {
  font-family: 'OpelSansRegular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opelsanscondensed.eot") format("embedded-opentype"), url("../fonts/opelsanscondensed.woff") format("woff"), url("../fonts/opelsanscondensed.ttf") format("truetype"), url("../fonts/opelsanscondensed.svg#OpelSansRegular") format("svg"); }
@font-face {
  font-family: 'OpelSansBold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opelsanscondensed-bd.eot") format("embedded-opentype"), url("../fonts/opelsanscondensed-bd.woff") format("woff"), url("../fonts/opelsanscondensed-bd.ttf") format("truetype"), url("../fonts/opelsanscondensed-bd.svg#OpelSansBold") format("svg"); }
@font-face {
  font-family: 'OpelSansExBold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opelsanscondensed-exbd.eot") format("embedded-opentype"), url("../fonts/opelsanscondensed-exbd.woff") format("woff"), url("../fonts/opelsanscondensed-exbd.ttf") format("truetype"), url("../fonts/opelsanscondensed-exbd.svg#OpelSansExBold") format("svg"); }

/*# sourceMappingURL=style.css.map */
