﻿*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%; }

body {
  background-color: fff; }

.content {
  width: 100%; }

.wrapper {
  width: 102.4rem;
  margin: auto; }
  @media (max-width: 68.75em) {
    .wrapper {
      padding-left: 5rem;
      padding-right: 5rem;
      width: 100%; } }
  @media (max-width: 37.5em) {
    .wrapper {
      padding: 0 2rem; } }

html {
  font-size: 62.5%; }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (max-width: 68.75em) {
    html {
      font-size: 56.25%; } }

body {
  font-family: "Noto Sans", sans-serif;
  color: #171614;
  font-weight: 400;
  font-size: 1.4rem;
  box-sizing: border-box; }

h1 {
  font-family: "magistral", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 1rem; }

h2 {
  font-family: "magistral", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 1rem; }

h3 {
  font-family: "magistral", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1rem; }

h4 {
  font-family: "magistral", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem; }

h5 {
  font-family: "magistral", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem; }

a {
  color: "Noto Sans", sans-serif !important; }

.form-control {
  font-size: 1.4rem;
  box-shadow: 0px 0px 17px -12px rgba(0, 0, 0, 0.75);
  padding: 2rem;
  border: 1px solid #ebedf2; }
  .form-control:focus {
    background-color: #ffc66e; }

.form-label {
  padding-bottom: .5rem; }

.btn {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1rem 3rem;
  font-family: "magistral", sans-serif;
  font-weight: 500; }

.btn-primary {
  background-color: #fc9b13;
  color: #000;
  border: 1px solid #fc9b13; }
  .btn-primary:hover {
    background-color: #f57d33;
    border: 1px solid #f57d33; }

.btn-outline-dark-small-rounded {
  color: #afafaf;
  border-radius: 1.7rem;
  font-size: 1.1rem;
  border-color: #afafaf; }

.btn-outline-light-small-rounded {
  color: #fff;
  border-radius: 1.7rem;
  font-size: 1.1rem;
  border-color: #fff; }

.wb-m-left-10 {
  margin-left: 1rem; }

.wb-m-top-10 {
  margin-top: 1rem; }

.wb-m-top-20 {
  margin-top: 2rem; }

.full-width {
  width: 100%; }

.text-center {
  text-align: center; }

.bg-white {
  background-color: #fff; }

.bg-dark {
  background-color: #171614 !important; }

.bg-img-1 {
  background-image: url(../../Images/AdobeStock_27182189_Preview.jpeg);
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 100%;
  height: 400px; }

.space-90 {
  height: 9rem; }

.space-80 {
  height: 8rem; }

.space-70 {
  height: 7rem; }

.space-60 {
  height: 6rem; }

.space-50 {
  height: 5rem; }

.space-30 {
  height: 4rem; }

.space-30 {
  height: 3rem; }

.space-minus-20 {
  margin-bottom: -2rem; }

.offset-top-10 {
  margin-top: 1rem; }

.offset-top-20 {
  margin-top: 2rem; }

.offset-top-30 {
  margin-top: 3rem; }

.offset-top-40 {
  margin-top: 4rem; }

.offset-top-50 {
  margin-top: 5rem; }

.offset-top-60 {
  margin-top: 6rem; }

.nosidepadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.rfv {
  padding-left: 10px;
  color: #B50128;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
  font-weight: bold; }

.commonCol {
  display: inline-block; }

.cursor {
  cursor: pointer; }

.padding-bottom-5 {
  padding-bottom: 5px; }

/* breakpoints
- phone = 600
- tablet portrait = 800
- tablet landscape = 1100
- desktop > 1200

*/
.dark {
  color: #171614 !important; }

header {
  height: 7rem;
  background-color: #171614;
  position: fixed;
  width: 100%;
  z-index: 999; }
  header .headerContainer {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 56.25em) {
      header .headerContainer {
        justify-content: space-between; } }
    header .headerContainer .logo {
      width: 12rem;
      margin-right: 2rem; }
      header .headerContainer .logo img {
        width: 12rem; }
        @media (max-width: 56.25em) {
          header .headerContainer .logo img {
            margin-left: 2rem; } }
    header .headerContainer nav {
      padding: 0;
      vertical-align: middle;
      /*--- DROPDOWN ---*/
      /*
        .TopNav li:hover a { 
            background-color: #6b0c36;
            text-decoration: underline;
        }
        */ }
      @media (max-width: 56.25em) {
        header .headerContainer nav {
          height: 4rem; } }
      header .headerContainer nav .TopNav {
        list-style: none;
        font-weight: bold;
        margin-bottom: 0px;
        float: left;
        /* Clear floats */
        width: 100%;
        font-family: "magistral", sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        text-transform: uppercase; }
        @media (max-width: 56.25em) {
          header .headerContainer nav .TopNav {
            display: none; } }
      header .headerContainer nav .TopNav li {
        float: left;
        position: relative; }
        header .headerContainer nav .TopNav li:not(:last-child) {
          margin-right: 1.5rem; }
      header .headerContainer nav .TopNav a {
        display: block;
        padding: 5px;
        color: #fff;
        text-decoration: none; }
      header .headerContainer nav .TopNav a:hover {
        color: #fc9b13; }
      header .headerContainer nav .TopNav ul {
        background-color: #fff;
        /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
        list-style: none;
        position: absolute;
        left: -9999px;
        /* Hide off-screen when not needed (this is more accessible than display: none;) */
        color: #171614;
        box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
        min-width: 25rem; }
      header .headerContainer nav .TopNav ul li {
        padding-top: 1px;
        /* Introducing a padding between the li and the a give the illusion spaced items */
        float: none;
        color: #afafaf;
        border-bottom: 1px solid #afafaf;
        width: 100%; }
      header .headerContainer nav .TopNav ul a {
        white-space: nowrap;
        /* Stop text wrapping and creating multi-line dropdown items */
        color: #171614;
        padding: 1.2rem; }
      header .headerContainer nav .TopNav li:hover ul {
        /* Display the dropdown on hover */
        left: 0;
        /* Bring back on-screen when needed */ }
      header .headerContainer nav .TopNav li:hover ul a {
        /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
        text-decoration: none; }
      header .headerContainer nav .TopMobile {
        display: none;
        position: relative;
        margin-right: 2rem; }
        @media (max-width: 56.25em) {
          header .headerContainer nav .TopMobile {
            display: block; } }
        header .headerContainer nav .TopMobile-Icon {
          width: 4rem;
          height: 4rem;
          fill: #fc9b13; }
        header .headerContainer nav .TopMobile-Container {
          list-style: none;
          padding: 0rem;
          background-color: #fff;
          margin-right: 2rem;
          position: absolute;
          width: 20rem;
          right: -2rem;
          box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
          display: none; }
          header .headerContainer nav .TopMobile-Container__link {
            color: #171614; }
            header .headerContainer nav .TopMobile-Container__link:hover {
              background-color: #fc9b13;
              color: #fc9b13;
              text-decoration: none;
              font-weight: 700; }
          header .headerContainer nav .TopMobile-Container li {
            width: 100%;
            padding: 1.5rem;
            text-transform: uppercase;
            border-bottom: 1px solid #afafaf; }
            header .headerContainer nav .TopMobile-Container li:hover .TopMobile-Sub {
              display: block;
              max-height: 200px; }
            header .headerContainer nav .TopMobile-Container li:not(:last-child) {
              border-bottom: 1px solid #afafaf; }
            header .headerContainer nav .TopMobile-Container li a {
              color: #171614; }
          header .headerContainer nav .TopMobile-Container__special {
            display: flex; }
            header .headerContainer nav .TopMobile-Container__special--icon {
              width: 2rem;
              height: 2rem;
              fill: #171614; }
            header .headerContainer nav .TopMobile-Container__special--text {
              margin-left: 1rem; }
            header .headerContainer nav .TopMobile-Container__special img {
              width: 2rem;
              max-height: 2rem; }
        header .headerContainer nav .TopMobile-Sub {
          overflow: hidden;
          max-height: 0;
          -webkit-transition: all 0.5s ease-out;
          padding-left: 1rem; }
          header .headerContainer nav .TopMobile-Sub li {
            color: #171614;
            font-weight: normal; }
            header .headerContainer nav .TopMobile-Sub li:not(:last-child) {
              border-bottom: 1px solid #afafaf; }
  header .active {
    color: #fc9b13 !important; }

.openNav {
  display: block !important; }

.commonInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem; }
  @media (max-width: 56.25em) {
    .commonInfo {
      display: none; } }
  .commonInfo-Item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .commonInfo-Item:not(:last-child) {
      margin-right: 1.5rem; }
    .commonInfo-Item__Icon {
      width: 2rem;
      height: 2rem;
      fill: #fff; }
    .commonInfo-Item__Text {
      color: white;
      margin-left: 0.5rem;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-family: "magistral", sans-serif; }
      .commonInfo-Item__Text a {
        color: #fff;
        text-decoration: none; }
        .commonInfo-Item__Text a:hover {
          color: #fc9b13; }
    .commonInfo-Item__Culture {
      margin-left: 1rem;
      position: relative; }
      .commonInfo-Item__Culture img {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%; }
    .commonInfo-Item__Account {
      margin-left: 2rem;
      margin-top: -3px;
      position: relative; }
      .commonInfo-Item__Account--Icon {
        width: 2.5rem;
        height: 2.5rem;
        fill: #fff; }
  .commonInfo-Sub {
    position: absolute;
    top: 5rem;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
    width: 25rem;
    display: none; }
    .commonInfo-Sub__Item {
      padding: 1rem 2rem;
      border-bottom: 1px solid #afafaf; }
      .commonInfo-Sub__Item:hover {
        background-color: #fc9b13;
        color: #fff;
        text-decoration: none; }
      .commonInfo-Sub__Item--Link {
        color: #171614;
        font-size: 1.7rem;
        font-family: "magistral", sans-serif; }
        .commonInfo-Sub__Item--Link:hover {
          background-color: #fc9b13;
          color: #fff;
          text-decoration: none; }
  .commonInfo .openSub {
    display: block !important; }

.banner {
  width: 100%;
  height: 70vh;
  background-color: transparent;
  position: relative;
  overflow: hidden; }
  @media (max-width: 84.375) {
    .banner {
      height: 60vh; } }
  @media (max-width: 56.25em) {
    .banner {
      height: 50vh; } }
  @media (max-width: 37.5em) {
    .banner {
      height: 40vh;
      background-image: url(../../Images/AdobeStock_182780786.jpg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: block;
      overflow: auto; } }
  .banner-textBlock {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 60rem; }
    @media (max-width: 37.5em) {
      .banner-textBlock {
        top: 60%;
        width: 80%; } }
    .banner-textBlock h1 {
      color: #fff;
      font-size: 5rem;
      line-height: 6rem; }
      @media (max-width: 37.5em) {
        .banner-textBlock h1 {
          font-size: 3rem;
          line-height: 4rem; } }
    .banner-textBlock__buttons {
      display: flex;
      margin-top: 3rem; }
      .banner-textBlock__buttons a {
        margin-right: 1rem; }
      @media (max-width: 37.5em) {
        .banner-textBlock__buttons {
          flex-wrap: wrap;
          justify-content: center; }
          .banner-textBlock__buttons button {
            width: 70%;
            margin-bottom: 1rem; } }
      .banner-textBlock__buttons--right {
        margin-left: 1rem; }
        @media (max-width: 37.5em) {
          .banner-textBlock__buttons--right {
            margin-left: 0; } }

.banner-filter {
  width: 102.4rem;
  height: 18rem;
  background-color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  z-index: 2;
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
  padding: 3rem 5rem; }
  @media (max-width: 84.375) {
    .banner-filter {
      top: 60%; } }
  @media (max-width: 68.75em) {
    .banner-filter {
      top: 70%;
      width: 90%; } }
  @media (max-width: 56.25em) {
    .banner-filter {
      top: 45%;
      width: 90%; } }
  @media (max-width: 37.5em) {
    .banner-filter {
      width: 100%;
      height: auto;
      background-color: #fff;
      position: static;
      top: 0;
      left: 0;
      transform: none;
      border-radius: 0;
      z-index: 2;
      box-shadow: none;
      padding: 3rem 5rem;
      display: block; } }

#FrontVideo {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover; }
  @media (max-width: 37.5em) {
    #FrontVideo {
      background-size: 100% 100%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      display: none; } }

.footer {
  background-color: #171614;
  padding: 6rem 0;
  margin-top: 2rem; }
  @media (max-width: 37.5em) {
    .footer {
      padding: 2rem 0; } }
  .footer-logo img {
    width: 9rem; }
    @media (max-width: 37.5em) {
      .footer-logo img {
        width: 15rem; } }
  .footer-icon-list > * {
    margin-bottom: 1rem; }
    @media (max-width: 37.5em) {
      .footer-icon-list > * {
        margin-bottom: 1.5rem; } }
  .footer-icon-list__item {
    display: flex; }
    .footer-icon-list__item--icon {
      fill: #fff;
      width: 1.8rem;
      height: 1.8rem;
      margin-right: 1.2rem; }
    .footer-icon-list__item--text {
      color: #afafaf;
      font-size: 1.2rem; }
      @media (max-width: 37.5em) {
        .footer-icon-list__item--text {
          font-size: 1.4rem; } }
      .footer-icon-list__item--text a {
        color: #afafaf; }
      .footer-icon-list__item--text :hover {
        color: #fc9b13;
        text-decoration: none; }
  .footer-nav {
    list-style: none; }
    .footer-nav__item {
      font-size: 1.2rem;
      color: #afafaf;
      line-height: 2.5rem; }
      .footer-nav__item a {
        color: #afafaf; }
      .footer-nav__item :hover {
        color: #fc9b13;
        text-decoration: none; }
    .footer-nav-header {
      color: #afafaf;
      margin-bottom: 1.5rem;
      font-weight: 700; }
    .footer-nav-text {
      color: #afafaf; }
  .footer-email-icon {
    fill: #fff;
    width: 2rem;
    height: 2rem; }
  .footer-social-header {
    color: #afafaf;
    font-weight: 700;
    margin-top: 0rem;
    margin-bottom: 1.2rem; }
  .footer-social__items {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .footer-social__items :hover {
      color: #f57d33; }
    .footer-social__items > * {
      margin-right: 1rem !important; }
    .footer-social__items--icon {
      background-color: #fc9b13;
      border-radius: 50%;
      width: 2.5rem;
      height: 2.5rem;
      padding: 0.5rem; }
  .footer-copyright {
    color: #afafaf; }
    @media (max-width: 56.25em) {
      .footer-copyright {
        display: block;
        margin-top: 2rem; } }

.breadcrumb {
  list-style: none;
  background-color: transparent;
  padding: 0px 0px; }
  .breadcrumb li {
    display: inline-block;
    font-size: 1.2rem; }
  .breadcrumb li + li:before {
    padding: 4px;
    color: black;
    content: "/\00a0"; }
  .breadcrumb li a {
    color: #4d4d4d;
    text-decoration: none; }
  .breadcrumb li a:hover {
    color: #fc9b13;
    text-decoration: none; }

.CarList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 3rem; }
  @media (max-width: 37.5em) {
    .CarList {
      grid-template-columns: 1fr;
      grid-gap: 0;
      grid-row-gap: 2rem; } }
  .CarList-item {
    background-color: #fff;
    border-radius: .7rem; }
    @media (max-width: 37.5em) {
      .CarList-item {
        border-radius: 0; } }
    .CarList-item__image {
      width: 100%;
      position: relative; }
      .CarList-item__image img {
        width: 100%;
        border-radius: .7rem .7rem 0 0; }
      .CarList-item__image--new {
        background-color: #fc9b13;
        padding: .5rem;
        border-radius: .8rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-family: "magistral", sans-serif;
        color: #fff; }
      .CarList-item__image--wishlist {
        position: absolute;
        background-color: #fff;
        padding: .5rem;
        right: 1rem;
        top: 1rem;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        text-align: center;
        color: #afafaf; }
        .CarList-item__image--wishlist a {
          color: #afafaf; }
        .CarList-item__image--wishlist__content {
          height: 1.8rem;
          width: 1.8rem;
          fill: #afafaf; }
    .CarList-item__textbox {
      padding: 2.5rem; }
      .CarList-item__textbox h3 {
        font-family: "magistral", sans-serif;
        font-weight: 500; }
      .CarList-item__textbox--descr {
        width: 100%;
        font-weight: 500; }
      .CarList-item__textbox--list {
        width: 100%; }
        .CarList-item__textbox--list li {
          display: inline-block; }
      .CarList-item__textbox--price {
        color: #fc9b13;
        margin-top: 1rem;
        font-size: 2rem;
        font-weight: 700; }
    .CarList-item__store {
      width: 100%;
      border-radius: 0 0 0.7rem 0.7rem;
      background-color: #fc9b13;
      text-align: center;
      padding: .5rem;
      color: #fff; }
    .CarList-item:hover {
      box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75); }
  .CarList .active {
    fill: #fc9b13;
    color: #fc9b13; }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  .popup::after ::before {
    box-sizing: border-box; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup__close:link, .popup__close:visited {
    color: #4d4d4d;
    position: absolute;
    top: -.1rem;
    right: -1rem;
    font-size: 2rem;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-align: center;
    animation-name: moveInRight;
    animation-duration: 1s; }
    @media (max-width: 37.5em) {
      .popup__close:link:link, .popup__close:link:visited, .popup__close:visited:link, .popup__close:visited:visited {
        color: #4d4d4d;
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        background-color: #fff;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        text-align: center;
        animation-name: moveInRight;
        animation-duration: 1s; } }
  .popup__closeFull:link, .popup__closeFull:visited {
    color: #4d4d4d;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%);
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
    animation-name: moveInRight;
    animation-duration: 1s; }
  .popup__content__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: .7rem; }
    @media (max-width: 56.25em) {
      .popup__content__center {
        width: 80%;
        max-width: 80%;
        height: 100%;
        overflow-y: auto; } }
    @media (max-width: 37.5em) {
      .popup__content__center {
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow-y: auto; } }
  .popup__content__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    animation-name: moveInRight;
    animation-duration: 1s; }
  .popup__content__full {
    width: 100%;
    height: 100%; }
  .popup__header {
    border-bottom: 1px solid #F6F6F6;
    background-color: #171614;
    border-radius: .7rem .7rem 0 0; }
    .popup__header__text {
      padding: 1.5rem;
      font-size: 1.9rem;
      font-weight: 700;
      color: #fff;
      text-align: center; }
  .popup__body {
    padding: 1.5rem;
    position: relative;
    flex: 1 1 auto;
    margin-bottom: 5rem; }
    .popup__body--full {
      margin-top: 7rem;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      overflow-y: auto;
      height: 100%; }
      .popup__body--full img {
        width: 100%; }
  .popup__footer {
    border-top: 1px solid color-grey-light-1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .popup__footer__content {
      padding: 1.2rem; }
    @media (max-width: 56.25em) {
      .popup__footer {
        position: relative; } }

.popupWidth-20 {
  width: 20%; }

.popupWidth-30 {
  width: 30%; }
  @media (max-width: 56.25em) {
    .popupWidth-30 {
      width: 80%; } }

.popupWidth-40 {
  width: 40%; }
  @media (max-width: 56.25em) {
    .popupWidth-40 {
      width: 100%; } }

.popupWidth-50 {
  width: 50%; }

.popupWidth-60 {
  width: 60%; }

.popupWidth-100 {
  width: 100%; }

.popupHeight-100 {
  height: 100vh; }

.carousel {
  background: #FAFAFA;
  margin-bottom: 40px; }
  .carousel-main {
    margin-bottom: 8px; }

.carousel-cell {
  width: 100%;
  height: 49.5rem;
  margin-right: 10px;
  background: #171614;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 37.5em) {
    .carousel-cell {
      height: 36rem; } }
  @media (max-width: 56.25em) {
    .carousel-cell {
      height: 30rem; } }

.carousel-cell img {
  display: block;
  max-height: 100%; }

/* cell number */
/*
.carousel-cell:before {
  display: block;
  text-align: center;
  //content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}*/
.carousel-nav .carousel-cell {
  height: 80px;
  width: 120px;
  opacity: .5; }

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px; }

.carousel-nav .carousel-cell.is-nav-selected {
  background: #8C8 !important;
  opacity: 1; }

.flickity-page-dots {
  display: none; }

.car-info {
  list-style: none;
  padding: 0; }
  .car-info__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #afafaf;
    padding: 1.2rem 0;
    color: #939598;
    font-size: 1.6rem; }
    .car-info__item--right {
      font-weight: 400;
      color: #171614; }

.GenericLR {
  list-style: none;
  padding: 0; }
  .GenericLR__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #afafaf;
    padding: 1.6rem 0;
    color: #171614;
    font-size: 1.6rem; }
    .GenericLR__item--right {
      font-weight: 400;
      color: #171614; }

.GenericList {
  list-style: none; }
  .GenericList li {
    padding: 1rem 0;
    cursor: pointer; }
    .GenericList li:not(:last-child) {
      border-bottom: 1px solid #afafaf; }
    .GenericList li:hover {
      background-color: #fc9b13;
      color: #fff;
      padding-left: 1rem;
      border-bottom: 1px solid #fff; }
  .GenericList a {
    color: #fc9b13; }
  .GenericList .active {
    background-color: #fc9b13;
    color: #fff;
    padding-left: 1rem; }

.EquipmentList {
  margin-top: 2rem; }
  .EquipmentList-Container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 2rem; }
    @media (max-width: 56.25em) {
      .EquipmentList-Container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 37.5em) {
      .EquipmentList-Container {
        grid-template-columns: repeat(1, 1fr); } }
    .EquipmentList-Container__Item {
      display: flex;
      align-items: center; }
      .EquipmentList-Container__Item--Icon {
        width: 1.5rem;
        height: 1.5rem;
        fill: #fc9b13;
        color: #fff; }
      .EquipmentList-Container__Item--Text {
        margin-left: 1rem; }

.img-responsive {
  width: 100%; }

.img-radius__5 {
  border-radius: 5px; }

.nav-item {
  padding: rem !important;
  text-transform: uppercase;
  font-size: 1.6rem; }

.nav-link {
  color: #171614;
  padding: 1.2rem .5rem; }
  .nav-link:hover {
    background-color: aqua; }

.activeNav {
  padding: 1.2rem .5rem;
  background-color: #fc9b13 !important;
  border-radius: .8rem !important; }

.IconBox-Full {
  display: flex;
  align-items: center; }
  .IconBox-Full:not(:last-child) {
    margin-bottom: 2.5rem; }
  .IconBox-Full-Left {
    background-color: #F6F6F6;
    padding: 2rem;
    border-radius: 50%; }
    .IconBox-Full-Left__Icon {
      width: 5rem;
      height: 5rem;
      fill: #fc9b13; }
  .IconBox-Full-Right {
    margin-left: 2rem; }
    .IconBox-Full-Right__Header {
      font-size: 2.4rem;
      font-weight: 700; }
    .IconBox-Full-Right__Text {
      margin-top: 1rem; }

.IconBox-Horizontal {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2; }
  @media (max-width: 37.5em) {
    .IconBox-Horizontal {
      flex-wrap: wrap; } }
  .IconBox-Horizontal-Item {
    position: relative;
    z-index: 2;
    margin-right: 2rem; }
    .IconBox-Horizontal-Item:last-child {
      margin-right: 0; }
    .IconBox-Horizontal-Item-IconContainer {
      display: flex;
      align-items: center; }
      .IconBox-Horizontal-Item-IconContainer__Icon {
        width: 4rem;
        height: 4rem;
        fill: #fc9b13;
        margin-right: 1.5rem; }
      .IconBox-Horizontal-Item-IconContainer__Header {
        font-size: 2.5rem;
        color: #fff;
        font-family: "magistral", sans-serif;
        font-weight: 700; }
    .IconBox-Horizontal-Item__Text {
      margin-top: 2rem;
      color: #fff;
      position: relative;
      z-index: 2; }

.PhotoGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0; }
  @media (max-width: 56.25em) {
    .PhotoGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 37.5em) {
    .PhotoGrid {
      grid-template-columns: repeat(1, 1fr); } }
  .PhotoGrid-Item {
    width: 100%;
    background-color: #000;
    position: relative; }
    .PhotoGrid-Item img {
      height: 100%;
      object-fit: cover;
      max-width: 100%; }
    .PhotoGrid-Item-image {
      opacity: 1;
      display: block;
      width: 100%;
      height: auto;
      transition: 0.5s ease;
      backface-visibility: hidden; }
    .PhotoGrid-Item-middle {
      transition: 0.5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
    .PhotoGrid-Item:hover .PhotoGrid-Item-image {
      opacity: 0.3; }
    .PhotoGrid-Item:hover .PhotoGrid-Item-middle {
      opacity: 1; }
    .PhotoGrid-Item-text {
      color: white;
      font-size: 20px; }

.DropZone1 {
  width: 100%;
  height: 200px;
  background-color: #fff;
  border-color: #767676;
  border: 4px dotted #808080;
  color: #767676;
  text-align: center;
  font-size: 16px;
  position: relative; }
  .DropZone1__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .DropZone1__item--icon {
      fill: #fc9b13;
      width: 50%;
      height: 50%; }
    .DropZone1__item--text {
      font-family: "magistral", sans-serif; }

.FeedBack {
  width: 100%;
  text-align: center; }
  .FeedBack-success {
    background-color: #83cd6c;
    padding: 2rem; }
    .FeedBack-success__icon {
      fill: #fff;
      width: 10rem;
      height: 10rem; }
    .FeedBack-success__text {
      color: #fff;
      font-family: "magistral", sans-serif;
      font-size: 1.8rem;
      margin-top: 1rem; }

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%; }

.text-box {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px; }

.text-box-normal {
  display: block;
  text-align: center;
  margin-bottom: 10px; }

.input-box {
  display: block;
  text-align: center;
  margin-bottom: 10px; }

.button-box {
  display: block;
  text-align: center; }

.Testimonials {
  padding: 7rem 0;
  text-align: center; }
  @media (max-width: 37.5em) {
    .Testimonials {
      padding: 4rem 0; } }
  .Testimonials-slide {
    display: none;
    width: 100%; }
  .Testimonials h3 {
    color: #fff;
    font-family: "magistral", sans-serif;
    font-size: 3rem; }
  .Testimonials__container {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 37.5em) {
      .Testimonials__container {
        flex-wrap: wrap;
        justify-content: center; } }
    .Testimonials__container-item {
      background-color: #fff;
      width: 48%;
      border-radius: 1rem;
      height: 20rem;
      padding: 3rem;
      text-align: left;
      border: 1px solid #171614; }
      @media (max-width: 37.5em) {
        .Testimonials__container-item {
          width: 100%; }
          .Testimonials__container-item:not(:last-child) {
            margin-bottom: 2rem; } }
      .Testimonials__container-item__header {
        display: flex;
        align-items: center; }
        .Testimonials__container-item__header-img img {
          width: 6rem;
          height: 6rem;
          border-radius: 50%; }
        .Testimonials__container-item__header-text {
          font-family: "magistral", sans-serif;
          font-size: 1.8rem;
          margin-left: 1.5rem; }
      .Testimonials__container-item__text {
        font-size: 1.3rem;
        margin-top: 1rem; }
      .Testimonials__container-item__name {
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: 1rem; }

.SlideContainer {
  text-align: right;
  margin-top: .5rem; }

.SlideDot {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%; }
  .SlideDot-2 {
    width: 1rem;
    height: 1rem;
    border: 1px solid #171614;
    background-color: transparent;
    border-radius: 50%; }

.dotactive {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fc9b13;
  border-radius: 50%;
  background-color: #fc9b13;
  user-select: none; }
  .dotactive:focus {
    outline: none !important; }

.login {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  .login::after ::before {
    box-sizing: border-box; }
  .login:target {
    opacity: 1;
    visibility: visible; }
  .login__close:link, .login__close:visited {
    color: #4d4d4d;
    position: absolute;
    top: -0.8rem;
    right: -1rem;
    font-size: 2rem;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    animation-name: moveInRight;
    animation-duration: 1s; }
  @media (max-width: 37.5em) {
    .login__close:link, .login__close:visited {
      color: #4d4d4d;
      position: absolute;
      top: -3rem;
      left: 50%;
      transform: translate(-50%);
      font-size: 3rem;
      text-decoration: none;
      display: inline-block;
      cursor: pointer;
      background-color: #afafaf;
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      text-align: center;
      z-index: 2;
      animation-name: moveInRight;
      animation-duration: 1s; } }
  .login__content__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 0.7rem; }
    @media (max-width: 37.5em) {
      .login__content__center {
        max-width: 90%;
        width: 90%; } }
  .login__content__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    animation-name: moveInRight;
    animation-duration: 1s; }
  .login__header {
    border-bottom: 1px solid #F6F6F6;
    background-color: #171614;
    border-radius: 0.7rem 0.7rem 0 0; }
    .login__header__text {
      padding: 1.5rem;
      font-size: 1.9rem;
      font-weight: 700;
      color: #fff;
      text-align: center; }
  .login__body {
    padding: 0;
    position: relative;
    margin-bottom: 0rem;
    display: flex; }
    .login__body--left {
      padding: 3rem 6rem;
      width: 50%; }
      @media (max-width: 37.5em) {
        .login__body--left {
          max-width: 100%;
          width: 100%; } }
      .login__body--left__form {
        margin-top: 4rem; }
      .login__body--left__btn {
        margin-top: 1.3rem; }
      .login__body--left__forgot {
        text-align: center;
        margin-top: 1rem; }
      .login__body--left__register {
        border-top: 1px solid #afafaf;
        margin-top: 1rem;
        padding-top: 1rem;
        text-align: center; }
        .login__body--left__register a {
          color: #fc9b13; }
      .login__body--left__gdpr {
        margin-top: 4rem;
        font-size: 1rem; }
    .login__body--right {
      width: 50%; }
      @media (max-width: 37.5em) {
        .login__body--right {
          display: none; } }
      .login__body--right img {
        border-radius: 0 0.7rem 0.7rem 0;
        width: 100%;
        max-width: 100%;
        height: auto; }
  .login__footer {
    border-top: 1px solid color-grey-light-1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .login__footer__content {
      padding: 1.2rem; }

.login-page {
  width: 100%;
  height: 100vh;
  background-image: url("../../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .login-page__loginBox {
    height: 25rem;
    width: 40rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .login-page__loginBox__header {
      padding: 1rem;
      font-weight: 700; }
    .login-page__loginBox__input {
      text-align: center; }
      .login-page__loginBox__input--enter {
        font-family: inherit;
        font-size: inherit;
        background-color: #F6F6F6;
        border: none;
        padding: 0.7rem 2rem;
        border-radius: 2rem;
        width: 80%;
        transition: all 0.2s;
        margin-bottom: 1rem; }
        .login-page__loginBox__input--enter:focus {
          outline: none;
          background-color: #afafaf;
          width: 90%; }
      .login-page__loginBox__input--click {
        margin-top: 1rem;
        font-size: 1.5rem;
        width: 50%; }

.spinner {
  width: 60px;
  height: 60px;
  border: 2px solid tranparent;
  border-top: 3px solid #fc9b13;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

#overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }

.checkbox-inline {
  display: flex;
  flex-wrap: wrap; }

.checkbox {
  margin-right: 1rem; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px; }

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block; }

.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  top: 3px; }

.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px; }

.checkbox input[type="checkbox"] + label::after {
  content: none; }

.checkbox input[type="checkbox"]:checked + label::after {
  content: ""; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

/*
.styled-checkbox {
  position: absolute; // take it out of document flow
  opacity: 0; // hide it

  & + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

  // Box.
  & + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
  }

  // Box hover
  &:hover + label:before {
    background: #f35429;
  }
  
  // Box focus
  &:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  // Box checked
  &:checked + label:before {
    background: #f35429;
  }
  
  // Disabled state label.
  &:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

  // Disabled box.
  &:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }

  // Checkmark. Could be replaced with an image
  &:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
  }
}

// Demo-only styles
// --------------

html {
  background: lightgray;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 20px 0;
}

.centered {
  width: 300px;
  margin: auto;
}

.title {
  text-align: center;
  color: rgb(69, 113, 236);
}
*/
.cookie {
  width: 100%;
  height: 8em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fc9b13;
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center; }
  .cookie-content {
    width: 80%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .cookie-content__descr {
      padding: 0; }
    .cookie-content__btn {
      margin-left: 1rem; }

.campaign {
  width: 100%; }
  .campaign-banner__normal {
    margin-top: 4rem; }
    @media (max-width: 37.5em) {
      .campaign-banner__normal {
        display: none; } }
  .campaign-banner__mobile {
    margin-top: 0;
    display: none;
    margin-bottom: -3rem; }
    @media (max-width: 37.5em) {
      .campaign-banner__mobile {
        display: block; } }

.CarListFront {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 2rem; }
  @media (max-width: 56.25em) {
    .CarListFront {
      padding-bottom: 1rem; } }
  @media (max-width: 37.5em) {
    .CarListFront {
      display: block; } }
  .CarListFront-space {
    height: 9rem; }
    @media (max-width: 37.5em) {
      .CarListFront-space {
        display: none; } }
  .CarListFront h1 {
    font-family: "magistral", sans-serif;
    margin: 6rem 0 3rem 0;
    font-weight: 500;
    text-align: center;
    font-size: 3rem; }
    @media (max-width: 56.25em) {
      .CarListFront h1 {
        margin: 0rem 0 2rem 0; } }
    @media (max-width: 37.5em) {
      .CarListFront h1 {
        font-size: 2.5rem;
        margin: 2rem 0 2rem 0; } }
  .CarListFront h2 {
    margin: 6rem 0 3rem 0;
    text-align: center; }
  .CarListFront__ViewAll {
    margin: 5rem auto; }
    .CarListFront__ViewAll button {
      color: #fff; }

.WhyUs {
  padding: 9rem 0; }
  @media (max-width: 56.25em) {
    .WhyUs {
      padding: 5rem 0; } }
  @media (max-width: 37.5em) {
    .WhyUs {
      padding: 5rem 2rem 3rem 2rem; } }
  .WhyUs__item--icon {
    text-align: center;
    margin-bottom: 2rem; }
    .WhyUs__item--icon-content {
      background-color: #F6F6F6;
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      display: inline-block;
      fill: #fc9b13;
      padding: 2rem; }
  .WhyUs__item--text {
    text-align: center; }
    .WhyUs__item--text h3 {
      font-family: "magistral", sans-serif; }
  @media (max-width: 37.5em) {
    .WhyUs__item {
      margin-bottom: 2rem; } }

.contactStart {
  padding: 9rem 0; }
  @media (max-width: 56.25em) {
    .contactStart {
      padding: 5rem 0; } }
  @media (max-width: 37.5em) {
    .contactStart {
      padding: 3rem 0; } }
  .contactStart-Container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 37.5em) {
      .contactStart-Container {
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .contactStart-Container__Left {
      width: 50%;
      padding-right: 3rem; }
      @media (max-width: 37.5em) {
        .contactStart-Container__Left {
          width: 100%;
          padding-right: 0; } }
      .contactStart-Container__Left h3 {
        font-family: "magistral", sans-serif;
        font-size: 3rem; }
    .contactStart-Container__Right {
      width: 50%; }
      @media (max-width: 37.5em) {
        .contactStart-Container__Right {
          width: 100%; } }
      .contactStart-Container__Right img {
        border-radius: 1rem;
        width: 100%; }

.filter {
  width: 100%;
  min-height: 5rem;
  border-bottom: 1px solid #F6F6F6; }
  .filter-header {
    display: flex;
    padding: 1rem; }
    @media (max-width: 37.5em) {
      .filter-header {
        display: block;
        padding: .5rem 0rem; } }
    .filter-header h1 {
      font-family: "Noto Sans", sans-serif;
      font-size: 2.8rem;
      font-weight: 700;
      min-width: 50%; }
      @media (max-width: 37.5em) {
        .filter-header h1 {
          min-width: 100%; } }
    .filter-header-search {
      margin-left: 1rem;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 37.5em) {
        .filter-header-search {
          width: 100%;
          margin-left: 0;
          padding-left: 0;
          display: block; } }
      .filter-header-search__input {
        font-family: inherit;
        font-size: inherit;
        background-color: #fff;
        border: none;
        color: inherit;
        padding: 1.2rem 2rem;
        border-radius: 5px;
        width: 100%;
        margin-right: -3.5rem;
        border: 1px solid #afafaf; }
        @media (max-width: 37.5em) {
          .filter-header-search__input {
            margin-left: 0; } }
        .filter-header-search__input:focus {
          outline: none;
          width: 100%;
          background-color: #F6F6F6;
          transition: all 0.2s; }
      .filter-header-search__input:focus + .filter-header-search__button {
        background-color: #F6F6F6;
        fill: #4d4d4d; }
      .filter-header-search__button {
        border: none;
        background-color: #fff; }
        .filter-header-search__button:focus {
          outline: none;
          background-color: #afafaf; }
        .filter-header-search__button:active {
          transform: translateY(2px); }
      .filter-header-search__icon {
        height: 2rem;
        width: 2rem;
        fill: #afafaf; }
  .filter-options {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .filter-options-button {
      background-color: #fff;
      border: 1px solid #F6F6F6;
      border-radius: 5px;
      color: #171614;
      padding: 1rem 2.5rem;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer; }
      .filter-options-button:hover {
        border: 1px solid #fc9b13;
        background-color: #fc9b13;
        color: #fff; }
    .filter-options-notfound {
      margin: 1.5rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 37.5em) {
        .filter-options-notfound {
          display: block;
          text-align: center; } }
      .filter-options-notfound__left {
        color: #939598; }
        .filter-options-notfound__left a {
          color: #171614; }
      .filter-options-notfound__right {
        color: #e20c0c; }
        .filter-options-notfound__right a {
          color: #e20c0c; }
        @media (max-width: 37.5em) {
          .filter-options-notfound__right {
            font-size: 1.5rem; } }

.CarDetail {
  margin-top: 3rem; }
  .CarDetail-Top {
    display: flex;
    width: 100%; }
    @media (max-width: 37.5em) {
      .CarDetail-Top {
        flex-wrap: wrap; } }
  .CarDetail-Bottom {
    display: flex;
    margin-top: 2rem; }
    @media (max-width: 37.5em) {
      .CarDetail-Bottom {
        flex-wrap: wrap; } }
  .CarDetail-Common {
    width: 75%;
    margin-right: 3rem; }
    @media (max-width: 37.5em) {
      .CarDetail-Common {
        width: 100%;
        margin-right: 0; } }
  .CarDetail-Info {
    width: 25%; }
    @media (max-width: 37.5em) {
      .CarDetail-Info {
        width: 100%; } }
  .CarDetail-Header h1 {
    font-size: 4rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem; }
  .CarDetail-Action {
    display: flex;
    margin-right: 3rem;
    flex-wrap: wrap; }
    @media (max-width: 37.5em) {
      .CarDetail-Action {
        width: 100%;
        margin-right: 0; } }
    .CarDetail-Action__item {
      margin-right: 1rem; }
      .CarDetail-Action__item--icon {
        width: 1.3rem;
        height: 1.3rem;
        fill: #afafaf; }
        @media (max-width: 37.5em) {
          .CarDetail-Action__item--icon {
            width: 2rem;
            height: 2rem; } }
      @media (max-width: 37.5em) {
        .CarDetail-Action__item {
          margin-right: 0;
          width: 100%;
          margin-bottom: 1rem; }
          .CarDetail-Action__item button {
            width: 100%;
            font-size: 1.5rem; } }
  .CarDetail-Carousel {
    width: 100%;
    position: relative; }
    .CarDetail-Carousel__FullSize {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 1;
      padding: .5rem; }
      .CarDetail-Carousel__FullSize a {
        color: #fff; }
  .CarDetail-Price {
    text-align: right; }
    @media (max-width: 37.5em) {
      .CarDetail-Price {
        text-align: left; } }
    .CarDetail-Price__Discount {
      font-size: 2.4rem;
      color: #939598; }
    .CarDetail-Price__Original {
      font-size: 4rem;
      font-weight: 700;
      color: #fc9b13; }
  .CarDetail-Spec-Header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.4rem; }
  .CarDetail-Tabs {
    background-color: #F6F6F6;
    border-radius: .8rem;
    padding: 0; }
    .CarDetail-Tabs-Content {
      margin-top: 2rem; }
  .CarDetail-Banner {
    margin-top: 2rem;
    /*position: relative;
        background-color: aqua;
        height: 25rem;
       */ }
    .CarDetail-Banner .TopBanner {
      position: relative;
      height: 30rem;
      background-color: #000; }
      .CarDetail-Banner .TopBanner::before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.5;
        background-image: url("../../Images/AdobeStock_101916297_Preview.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 30rem; }
      .CarDetail-Banner .TopBanner-TextBlock {
        z-index: 2;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center; }
        .CarDetail-Banner .TopBanner-TextBlock h3 {
          color: white;
          font-size: 4rem;
          font-family: "magistral", sans-serif;
          font-weight: 700;
          margin-bottom: 2rem; }
    .CarDetail-Banner-Container {
      z-index: 2;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      width: 50rem; }
      @media (max-width: 37.5em) {
        .CarDetail-Banner-Container {
          width: 80%; } }
      .CarDetail-Banner-Container__Text {
        text-align: center;
        font-size: 3rem;
        color: #171614;
        font-family: "magistral", sans-serif;
        font-weight: 700; }
      .CarDetail-Banner-Container__Btn {
        margin-top: 2rem;
        text-align: center; }

.SellCar {
  width: 100%; }
  .SellCar-Img img {
    width: 100%;
    border-radius: 0.7rem; }
  @media (max-width: 37.5em) {
    .SellCar-Procedure {
      margin-top: 1.5rem; } }
  .SellCar-Benefits {
    position: relative;
    background-color: #000;
    margin-top: 2rem;
    display: block; }
    .SellCar-Benefits::before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.5;
      background-image: url(../../Images/AdobeStock_27182189.jpeg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-size: 100%;
      overflow: hidden; }
      @media (max-width: 37.5em) {
        .SellCar-Benefits::before {
          background-size: contain;
          height: 100%; } }
    .SellCar-Benefits-TextBlock {
      padding: 5rem 0; }
      @media (max-width: 37.5em) {
        .SellCar-Benefits-TextBlock {
          padding-top: 3rem; } }
      .SellCar-Benefits-TextBlock h3 {
        color: white;
        z-index: 2;
        font-size: 4rem;
        font-family: "magistral", sans-serif;
        font-weight: 700;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem; }

.AboutUs .TopBanner {
  position: relative;
  height: 30rem;
  background-color: #000; }
  .AboutUs .TopBanner::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url("../../Images/AdobeStock_101916297.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem; }
  .AboutUs .TopBanner-TextBlock {
    z-index: 2;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .AboutUs .TopBanner-TextBlock h3 {
      color: white;
      font-size: 4rem;
      font-family: "magistral", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }

.AboutUs-Statistics {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem; }
  @media (max-width: 37.5em) {
    .AboutUs-Statistics {
      flex-wrap: wrap;
      margin-top: 3rem; } }
  .AboutUs-Statistics-Item {
    text-align: center;
    width: 100%; }
    .AboutUs-Statistics-Item__Number {
      color: #fc9b13;
      font-size: 6rem;
      font-weight: 700;
      font-family: "Lato", sans-serif; }
    .AboutUs-Statistics-Item__Header {
      font-size: 2.4rem;
      color: #939598; }

.AboutUs-Descr {
  margin-top: 3rem; }
  .AboutUs-Descr__Header h3 {
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 1rem; }
    @media (max-width: 37.5em) {
      .AboutUs-Descr__Header h3 {
        text-align: center; } }

.ContactUs {
  width: 100%;
  margin: 0;
  padding: 0; }
  .ContactUs-Map {
    width: 100%;
    height: 40rem; }
    @media (max-width: 68.75em) {
      .ContactUs-Map {
        height: 30rem; } }
  .ContactUs-Text {
    margin-top: 2rem; }
  .ContactUs-Details {
    margin-top: 2rem; }
    .ContactUs-Details-Item {
      display: flex; }
      .ContactUs-Details-Item:not(:last-child) {
        margin-bottom: 1rem; }
      .ContactUs-Details-Item__Icon {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem; }
      .ContactUs-Details-Item__Descr {
        font-size: 1.4rem; }
  .ContactUs-StoreImage {
    margin-top: 2rem; }
    .ContactUs-StoreImage img {
      width: 100%; }


.ContactUs-Team {
    margin-top: 6rem;
    border-top: 1px solid #afafaf;
    padding-top: 4rem;
}

    .ContactUs-Team h3 {
        text-align: center;
    }

/* Container: använd gap i stället för space-between */
.ContactUs-Team-Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* <-- var: space-between */
    gap: 2rem; /* jämnt mellanrum mellan korten */
}

/* Kortens bredder per breakpoint */
.ContactUs-Team-Container__Item {
    flex: 0 0 calc((100% - 2rem * 2) / 3); /* 3 per rad på desktop */
    margin-top: 4rem;
}

@media (max-width: 56.25em) {
    .ContactUs-Team-Container__Item {
        flex: 0 0 calc((100% - 2rem) / 2); /* 2 per rad på tablet */
    }
}

@media (max-width: 37.5em) {
    .ContactUs-Team-Container__Item {
        flex: 0 0 100%; /* 1 per rad på mobil */
    }
}

/* Bildens storlek hålls rimlig oavsett radbredd */
.ContactUs-Team-Container__Item--Image img {
    border-radius: 50%;
    width: 40%;
    max-width: 180px; /* skydd mot att bli för stor */
}


  /*.ContactUs-Team {
    margin-top: 6rem;
    border-top: 1px solid #afafaf;
    padding-top: 4rem; }
    .ContactUs-Team h3 {
      text-align: center; }
    .ContactUs-Team-Container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .ContactUs-Team-Container__Item {
        width: 33%;
        margin-top: 4rem; }
        @media (max-width: 56.25em) {
          .ContactUs-Team-Container__Item {
            width: 50%; } }
        @media (max-width: 37.5em) {
          .ContactUs-Team-Container__Item {
            width: 100%; } }
        .ContactUs-Team-Container__Item--Image {
          text-align: center; }
          .ContactUs-Team-Container__Item--Image img {
            border-radius: 50%;
            width: 40%; }
        .ContactUs-Team-Container__Item--Text {
          text-align: center;
          margin-top: 1rem; }
          .ContactUs-Team-Container__Item--Text-Info {
            line-height: 3rem; }*/

.career .TopBanner {
  position: relative;
  height: 30rem;
  background-color: #000; }
  .career .TopBanner::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url("../../images/AdobeStock_272299924.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem; }
  .career .TopBanner-TextBlock {
    z-index: 2;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .career .TopBanner-TextBlock h3 {
      color: white;
      font-size: 4rem;
      font-family: "magistral", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }

.career-text {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.career-header {
  font-family: "magistral", sans-serif;
  font-size: 3.5rem;
  font-weight: 700; }

.career-position {
  margin-top: 2rem; }
  .career-position-container__item {
    box-shadow: 0px 0px 17px -12px rgba(0, 0, 0, 0.75);
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
    .career-position-container__item h3 {
      font-size: 2.5rem; }

.pageNormal {
  width: 100%; }
  .pageNormal h5 {
    margin-top: 2rem; }
  @media (max-width: 56.25em) {
    .pageNormal {
      padding: 0 2rem; } }
  .pageNormal-TwoCol {
    display: flex; }
    @media (max-width: 56.25em) {
      .pageNormal-TwoCol {
        display: block; } }
    .pageNormal-TwoCol__left {
      width: 75%; }
      .pageNormal-TwoCol__left h1 {
        margin-bottom: 3rem; }
      .pageNormal-TwoCol__left--published {
        display: flex;
        align-items: center; }
        .pageNormal-TwoCol__left--published__icon {
          width: 1.5rem;
          height: 1.5rem;
          fill: #939598; }
        .pageNormal-TwoCol__left--published__text {
          font-size: 1.2rem;
          color: #939598;
          margin-left: 1rem; }
      .pageNormal-TwoCol__left--body {
        margin-top: 2rem;
        width: 100%; }
      @media (max-width: 56.25em) {
        .pageNormal-TwoCol__left {
          width: 100%; } }
    .pageNormal-TwoCol__right {
      width: 25%;
      margin-left: 3rem; }
      @media (max-width: 56.25em) {
        .pageNormal-TwoCol__right {
          margin-left: 0;
          margin-top: 2rem;
          width: 100%; } }

.financing .TopBanner {
  position: relative;
  height: 30rem;
  background-color: #000; }
  .financing .TopBanner::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url("../../images/finance-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem; }
  .financing .TopBanner-TextBlock {
    z-index: 2;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .financing .TopBanner-TextBlock h3 {
      color: white;
      font-size: 4rem;
      font-family: "magistral", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }

.insurance .TopBanner {
  position: relative;
  height: 30rem;
  background-color: #000; }
  .insurance .TopBanner::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url("../../images/AdobeStock_97870862.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem; }
  .insurance .TopBanner-TextBlock {
    z-index: 2;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .insurance .TopBanner-TextBlock h3 {
      color: white;
      font-size: 4rem;
      font-family: "magistral", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }

.profile .TopBanner {
  position: relative;
  height: 30rem;
  background-color: #000; }
  .profile .TopBanner::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url("../../images/AdobeStock_211253879_Preview.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem; }
  .profile .TopBanner-TextBlock {
    z-index: 2;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .profile .TopBanner-TextBlock h3 {
      color: white;
      font-size: 4rem;
      font-family: "magistral", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }

.profile-SaveButtons {
  display: flex;
  margin-top: 3rem; }
  @media (max-width: 37.5em) {
    .profile-SaveButtons {
      flex-wrap: wrap; } }
  .profile-SaveButtons__item {
    margin-right: 1rem; }
    @media (max-width: 37.5em) {
      .profile-SaveButtons__item input[type="button"] {
        width: 100%;
        margin-right: 0; } }

.FindUs {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 37.5em) {
    .FindUs {
      display: block; } }
  .FindUs-item {
    width: 50%;
    text-align: center; }
    @media (max-width: 37.5em) {
      .FindUs-item {
        width: 100%;
        margin-bottom: 2rem; } }
    .FindUs-item img {
      width: 100%; }
    .FindUs-item h3 {
      font-size: 4rem;
      margin-top: 2rem; }
    .FindUs-item__address {
      font-size: 1.8rem; }
    .FindUs-item__btn {
      margin-top: 3rem; }
      .FindUs-item__btn input[type="button"] {
        width: 90%;
        margin: 0 auto; }

.carModel .TopBanner {
  position: relative;
  height: 50rem;
  background-color: #000; }
  .carModel .TopBanner::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50rem; }
  .carModel .TopBanner-TextBlock {
    z-index: 2;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .carModel .TopBanner-TextBlock h3 {
      color: white;
      font-size: 4rem;
      font-family: "magistral", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }

.carModel-c {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem; }
  .carModel-c-left {
    width: 75%; }
    .carModel-c-left__text {
      margin-top: 2rem; }
    .carModel-c-left__levels {
      display: flex;
      justify-content: space-between; }
      .carModel-c-left__levels--item {
        flex: 1 1 30%; }
        .carModel-c-left__levels--item:not(:last-child) {
          margin-left: 1.5rem; }
        .carModel-c-left__levels--item h4 {
          font-size: 1.5rem; }
        .carModel-c-left__levels--item__img img {
          width: 100%; }
        .carModel-c-left__levels--item__text {
          margin-top: 1rem;
          font-size: 1.3rem; }
  .carModel-c-right {
    width: 20%; }
    .carModel-c-right__item {
      margin-top: 1rem; }

.errorPage {
  position: relative;
  margin-top: 9rem;
  height: 50vh; }
  .errorPage-box {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .errorPage-box__icon {
      fill: #e20c0c;
      margin-top: 2rem;
      width: 25rem;
      height: 25rem; }
    .errorPage-box__link {
      margin-top: 2rem;
      font-weight: 700;
      font-size: 1.8rem; }
